diff --git a/Dockerfile b/Dockerfile index af97d10..5f2ef3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN ls -lh sist2-vue/dist/ FROM ubuntu:20.10 -RUN apt update && apt install -y curl +RUN apt update && apt install -y curl libasan5 RUN mkdir -p /usr/share/tessdata && \ cd /usr/share/tessdata/ && \ diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index e937434..74754a6 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -9,7 +9,7 @@ RUN strip sist2 FROM ubuntu:20.10 -RUN apt update && apt install -y curl +RUN apt update && apt install -y curl libasan5 RUN mkdir -p /usr/share/tessdata && \ cd /usr/share/tessdata/ && \ diff --git a/README.md b/README.md index e9f1594..e34461d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ sist2 (Simple incremental search tool) 1. Download sist2 executable 1. Download the [latest sist2 release](https://github.com/simon987/sist2/releases) * 1. *(or)* Download a [development snapshot](https://files.simon987.net/.gate/sist2/simon987_sist2/) *(Not recommended!)* - 1. *(or)* `docker pull simon987/sist2:2.11.0-x64-linux` + 1. *(or)* `docker pull simon987/sist2:2.11.2-x64-linux` 1. See [Usage guide](docs/USAGE.md) @@ -82,6 +82,7 @@ tar, zip, rar, 7z, ar ... | Libarchive | yes\* | - | no | docx, xlsx, pptx | *(none)* | yes | if embedded | creator, modified_by, title | doc (MS Word 97-2003) | antiword | yes | yes | author, title | mobi, azw, azw3 | libmobi | yes | no | author, title | +wpd (WordPerfect) | libwpd | yes | no | *planned* | \* *See [Archive files](#archive-files)* diff --git a/scripts/mime.csv b/scripts/mime.csv index aafe0a9..a3a521d 100644 --- a/scripts/mime.csv +++ b/scripts/mime.csv @@ -78,9 +78,7 @@ application/vocaltec-media-desc, vmd application/vocaltec-media-file, vmf application/warc, warc application/winhelp, hlp -application/wordperfect6.0, w60 -application/wordperfect6.1, w61 -application/wordperfect, wp|wp5|wp6|wpd +application/wordperfect, wp|wp5|wp6|wpd|w60|w61 application/x-123, wk1 application/x-7z-compressed, 7z application/x-aim, aim diff --git a/sist2-vue/dist/css/index.css b/sist2-vue/dist/css/index.css index 4ee186f..ad10adb 100644 --- a/sist2-vue/dist/css/index.css +++ b/sist2-vue/dist/css/index.css @@ -1 +1 @@ -.navbar[data-v-60dc619d]{box-shadow:0 .125rem .25rem rgb(0 0 0/8%)!important;border-radius:0}.theme-black .navbar[data-v-60dc619d]{background:rgba(84,107,122,.18823529411764706);border-bottom:none}.navbar-brand[data-v-60dc619d]{color:#222!important;font-size:1.75rem;padding:0;font-family:Hack}.navbar-brand[data-v-60dc619d]:hover{color:#000!important}.version[data-v-60dc619d]{color:#222!important;margin-left:-18px;margin-top:-14px;font-size:11px;font-family:monospace}.theme-black .version[data-v-60dc619d]{color:#f5f5f5!important}.theme-black .navbar-brand[data-v-60dc619d]{font-size:1.75rem;padding:0;color:#f5f5f5!important}.theme-black .btn[data-v-60dc619d]:hover,.theme-black a[data-v-60dc619d]:hover{color:#fff}.theme-black .navbar span[data-v-60dc619d]{color:#eee}@media (max-width:650px){.tagline[data-v-60dc619d],.version[data-v-60dc619d]{display:none}}.theme-light .btn-link[data-v-60dc619d]{color:#222}body,html{height:100%}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;padding-bottom:1em;min-height:100%}.theme-black{background-color:#000}.theme-black .card,.theme-black .modal-content{background:#212121;color:#e0e0e0;border-radius:1px;border:none}.theme-black .table{color:#e0e0e0}.theme-black .table td,.theme-black .table th{border:none}.theme-black .table thead th{border-bottom:1px solid #646464}.theme-black .custom-select{overflow:auto;background-color:#37474f;border:1px solid #616161;color:#bdbdbd}.theme-black .custom-select:focus{border-color:#757575;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.theme-black .inspire-tree .selected>.title-wrap:hover+.wholerow,.theme-black .inspire-tree .selected>.wholerow{background:none!important}.theme-black .inspire-tree .icon-collapse:before,.theme-black .inspire-tree .icon-expand:before{background-color:#000!important}.theme-black .inspire-tree .title{color:#eee}.theme-black .inspire-tree{font-weight:400;font-size:14px;font-family:Helvetica,Nueue,Verdana,sans-serif;max-height:350px;overflow:auto}.inspire-tree [type=checkbox]{left:22px!important;top:7px!important}.theme-black .form-control{background-color:#37474f;border:1px solid #616161;color:#dbdbdb!important}.theme-black .form-control:focus{background-color:#546e7a;color:#fff}.theme-black .default-input,.theme-black .input-group-text{background:#37474f!important;border:1px solid #616161!important;color:#dbdbdb!important}.theme-black ::-moz-placeholder{color:#bdbdbd!important;opacity:1}.theme-black :-ms-input-placeholder{color:#bdbdbd!important;opacity:1}.theme-black ::placeholder{color:#bdbdbd!important;opacity:1}.theme-black .nav-tabs .nav-link{color:#e0e0e0}.theme-black .nav-tabs .nav-item.show .nav-link,.theme-black .nav-tabs .nav-link.active{background-color:#212121;border-color:#616161 #616161 #212121;color:#e0e0e0}.theme-black .nav-tabs .nav-link:focus{border-color:#616161 #616161 #212121;color:#e0e0e0}.theme-black .nav-tabs .nav-link:focus,.theme-black .nav-tabs .nav-link:hover{border-color:#e0e0e0 #e0e0e0 #212121;color:#e0e0e0}.theme-black .nav-tabs{border-bottom:#616161}.theme-black .btn:hover,.theme-black a:hover{color:#fff}.theme-black .b-dropdown a:hover{color:inherit}.theme-black .btn{color:#eee}.theme-black .modal-header .close{color:#e0e0e0;text-shadow:none}.theme-black .modal-header{border-bottom:1px solid #646464}#nav{padding:30px}#nav a{font-weight:700;color:#2c3e50}#nav a.router-link-exact-active{color:#42b983}.mobile{display:none}.container{padding-top:1em}@media (max-width:650px){.mobile{display:initial}.not-mobile{display:none}.grid-single-column .fit{max-height:none!important}.container{padding-left:0;padding-right:0;padding-top:0}.lightbox-caption{display:none}}.info-icon{width:1rem;margin-right:.2rem;cursor:pointer;line-height:1rem;height:1rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MjYuNjY3IDQyNi42NjciIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik0xOTIgMTkyaDQyLjY2N3YxMjhIMTkyeiIvPjxwYXRoIGQ9Ik0yMTMuMzMzIDBDOTUuNDY3IDAgMCA5NS40NjcgMCAyMTMuMzMzczk1LjQ2NyAyMTMuMzMzIDIxMy4zMzMgMjEzLjMzM1M0MjYuNjY3IDMzMS4yIDQyNi42NjcgMjEzLjMzMyAzMzEuMiAwIDIxMy4zMzMgMHptMCAzODRjLTk0LjA4IDAtMTcwLjY2Ny03Ni41ODctMTcwLjY2Ny0xNzAuNjY3UzExOS4yNTMgNDIuNjY3IDIxMy4zMzMgNDIuNjY3IDM4NCAxMTkuMjUzIDM4NCAyMTMuMzMzIDMwNy40MTMgMzg0IDIxMy4zMzMgMzg0eiIvPjxwYXRoIGQ9Ik0xOTIgMTA2LjY2N2g0Mi42Njd2NDIuNjY3SDE5MnoiLz48L3N2Zz4=);filter:brightness(45%);display:block}.tabs{margin-top:10px}.modal-title{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media screen and (min-width:1500px){.container{max-width:1440px}}.noUi-connects{border-radius:1px!important}mark{background:#fff217}.theme-black mark,mark{border-radius:0;padding:1px 0;color:inherit}.theme-black mark{background:rgba(251,191,41,.25)}.theme-black .content-div mark{background:rgba(251,191,41,.4);color:#fff}.content-div{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;padding:1em;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px;margin:3px;white-space:normal;color:#000;overflow:hidden}.theme-black .content-div{background-color:#37474f;border:1px solid #616161;color:#e0e0e0}.graph{display:inline-block;width:40%}.stats-card{text-align:center;padding:1em}svg[data-v-464a0d97]{vertical-align:middle}svg[data-v-464a0d97],svg[data-v-d6d86c56]{display:inline-block;width:20px;height:20px}svg[data-v-d6d86c56]{margin-top:-4px}.shrink{flex-grow:inherit}.badge-pill[data-v-4dea1070]{padding:.3em .4em .1em;border-radius:6rem}.multiselect__option{padding:5px 10px}.multiselect__content-wrapper{overflow:hidden}.theme-black .multiselect__tags{background:#37474f;border:1px solid #616161!important}.theme-black .multiselect__input{color:#dbdbdb;background:#37474f}.theme-black .multiselect__content-wrapper{border:none}.badge-video[data-v-acf38e8c]{color:#fff;background-color:#f27761}.badge-image[data-v-acf38e8c]{color:#fff;background-color:#aa99c9}.badge-audio[data-v-acf38e8c]{color:#fff;background-color:#00adef}.badge-user[data-v-acf38e8c]{color:#212529;background-color:#e0e0e0}.add-tag-button[data-v-acf38e8c]:hover,.badge-user[data-v-acf38e8c]:hover{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.badge-text[data-v-acf38e8c]{color:#fff;background-color:#faab3c}.badge[data-v-acf38e8c]{margin-right:3px}.badge-delete[data-v-acf38e8c]{margin-right:-2px;margin-left:2px;margin-top:-1px;font-family:monospace;font-size:90%;background:rgba(0,0,0,.2);padding:.1em .4em;color:#fff;cursor:pointer}.badge-size[data-v-acf38e8c]{width:50px;display:inline-block}.add-tag-button[data-v-acf38e8c]{cursor:pointer;color:#212529;background-color:#e0e0e0;width:50px}.badge[data-v-acf38e8c]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.badge-suggestion[data-v-acf38e8c]{font-size:90%;font-weight:400}.vc-twitter-body{padding:0!important}.vc-twitter{box-shadow:none!important;background:none!important}.tooltip{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.toast{border:none}.file-title-anchor[data-v-786adab2]{max-width:calc(100% - 1.2rem)}.file-title[data-v-786adab2]{width:100%;line-height:1rem;height:1.1rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:16px;font-family:Source Sans Pro,sans-serif;font-weight:700}.theme-black .file-title[data-v-786adab2]{color:#ddd}.theme-black .file-title[data-v-786adab2]:hover{color:#fff}.theme-light .file-title[data-v-786adab2]{color:#000}.doc-card .file-title[data-v-786adab2]{font-size:12px}.img-wrapper{position:relative}.img-wrapper:hover svg{fill:#000}.pointer{cursor:pointer}.fit{display:block;min-width:64px;max-width:100%;margin:0 auto 0;width:auto;height:auto}.card-img-top[data-v-a78557ce]{border-top-left-radius:0;border-top-right-radius:0}.padding-03[data-v-a78557ce]{padding:.3rem}.card[data-v-a78557ce]{margin-top:1em;margin-left:0;margin-right:0;box-shadow:0 .125rem .25rem rgba(0,0,0,.08)!important;border-radius:0;border:none}.card-body[data-v-a78557ce]{padding:.3rem}.card-img-overlay[data-v-a78557ce]{pointer-events:none;padding:.75rem;bottom:unset;top:0;left:unset;right:unset}.badge-resolution[data-v-a78557ce]{color:#212529;background-color:#ffc107}.play[data-v-a78557ce]{position:absolute;width:25px;height:25px;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.play svg[data-v-a78557ce]{fill:rgba(0,0,0,.7)}.doc-card[data-v-a78557ce]{padding-left:3px;padding-right:3px}.small-badge[data-v-a78557ce]{padding:1px 3px;font-size:70%}.audio-fit[data-v-a78557ce]{height:39px;vertical-align:bottom;display:inline;width:100%}.sub-document .card[data-v-a78557ce]{background:rgba(171,71,188,.12156862745098039)!important}.theme-black .sub-document .card[data-v-a78557ce]{background:#37474f!important}.sub-document .fit[data-v-a78557ce]{padding:4px 4px 0 4px}.fslightbox-toolbar-button:nth-child(2){order:1}.fslightbox-toolbar-button:first-child{order:2}.fslightbox-toolbar-button:nth-child(3){order:3}.fslightbox-toolbar-button:nth-child(4){order:4}.fslightbox-toolbar-button:nth-child(5){order:5}@media (max-width:650px){.fslightbox-toolbar-button:nth-child(6){display:none}}.fslightbox-toolbar-button:nth-child(6){order:6}.fslightbox-toolbar-button:nth-child(7){order:7}#mimeTree[data-v-1ea26eb2]{max-height:350px;overflow:auto}.dropdown-active a{font-weight:700}#results{margin-top:1em;box-shadow:0 .125rem .25rem rgba(0,0,0,.08)!important;border-radius:0;border:none}#results .card-body{padding:.7em 1.25em}.hidden{display:none}#mimeTree[data-v-b24a99e6]{max-height:350px;overflow:auto}.form-control-fix-flex[data-v-b24a99e6]{flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.suggestion-line[data-v-b24a99e6]{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.1}.suggestions{max-height:250px;overflow-y:auto}.theme-black .suggestions{color:#000}#sizeSlider{margin-top:34px;height:12px}.slider-color0{background:#2196f3;box-shadow:none}.theme-black .slider-color0{background:#00bcd4}.noUi-horizontal .noUi-handle{width:2px;height:18px;right:-1px;top:-3px;border:none;background-color:#1976d2;box-shadow:none;cursor:ew-resize;border-radius:0}.theme-black .noUi-horizontal .noUi-handle{background-color:#2168ac}.noUi-handle:before{left:3px}.noUi-handle:after,.noUi-handle:before{top:-6px;width:10px;height:28px;background-color:transparent}.noUi-handle:after{left:-10px}.noUi-draggable{cursor:move}.noUi-tooltip{color:#fff;font-size:13px;line-height:1.333;text-shadow:none;padding:0 2px;background:#2196f3;border-radius:4px;border:none}.theme-black .noUi-tooltip{background:#00bcd4}.theme-black .noUi-connects{background-color:#37474f}.noUi-horizontal .noUi-origin>.noUi-tooltip{bottom:7px}.noUi-target{background-color:#e1e4e9;border:none;box-shadow:none}#dateSlider{margin-top:34px;height:12px}#mimeTree[data-v-61ce9763]{max-height:350px;overflow:auto}.inspire-tree .focused>.wholerow{border:none}.file-icon[data-v-0cec34c8]{position:absolute;max-height:100%;max-width:100%;top:0;bottom:0;left:0;right:0}.theme-black .file-icon[data-v-0cec34c8]{color:hsla(0,0%,100%,.3137254901960784)}.theme-light .file-icon[data-v-0cec34c8]{color:rgba(0,0,0,.6274509803921569)}.list-group[data-v-02cf2d49]{margin-top:1em}.list-group-item[data-v-02cf2d49]{padding:.25rem .5rem;box-shadow:0 .125rem .25rem rgb(0 0 0/8%)!important;border-radius:0;border:none}.path-row[data-v-02cf2d49]{display:flex;align-items:flex-start}.path-line[data-v-02cf2d49]{color:grey;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-right:.3em}.theme-black .path-line[data-v-02cf2d49]{color:#bbb}.play[data-v-02cf2d49]{position:absolute;width:18px;height:18px;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.play svg[data-v-02cf2d49]{fill:rgba(0,0,0,.7)}.list-group-item .img-wrapper[data-v-02cf2d49]{width:88px;height:88px}.fit-sm[data-v-02cf2d49]{max-height:100%;max-width:100%;width:auto;height:auto;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.doc-line[data-v-02cf2d49]{max-width:calc(100% - 88px - 1.5rem);flex:1;vertical-align:middle;margin-top:auto;margin-bottom:auto}.file-icon-wrapper[data-v-02cf2d49]{width:calc(88px + .5rem);height:88px;position:relative}.theme-black .list-group-item{background:#212121;color:#e0e0e0;border-bottom:none;border-left:none;border-right:none;border-radius:0;padding:.25rem .5rem}.theme-black .list-group-item:first-child{border-top:none}#search-panel{box-shadow:0 .125rem .25rem rgba(0,0,0,.08)!important;border-radius:0;border:none}.toast-body-error,.toast-header-error{background:#a94442;color:#f2dede!important}.toast-header-error{color:#fff!important;border-bottom:none;margin-bottom:-1em}.toast-header-error .close{text-shadow:none}.toast-body-warning,.toast-header-warning{background:#ff8f00;color:#fff3e0!important} \ No newline at end of file +.navbar[data-v-3fa66c31]{box-shadow:0 .125rem .25rem rgb(0 0 0/8%)!important;border-radius:0}.theme-black .navbar[data-v-3fa66c31]{background:rgba(84,107,122,.18823529411764706);border-bottom:none}.navbar-brand[data-v-3fa66c31]{color:#222!important;font-size:1.75rem;padding:0;font-family:Hack}.navbar-brand[data-v-3fa66c31]:hover{color:#000!important}.version[data-v-3fa66c31]{color:#222!important;margin-left:-18px;margin-top:-14px;font-size:11px;font-family:monospace}.theme-black .version[data-v-3fa66c31]{color:#f5f5f5!important}.theme-black .navbar-brand[data-v-3fa66c31]{font-size:1.75rem;padding:0;color:#f5f5f5!important}.theme-black .btn[data-v-3fa66c31]:hover,.theme-black a[data-v-3fa66c31]:hover{color:#fff}.theme-black .navbar span[data-v-3fa66c31]{color:#eee}@media (max-width:650px){.tagline[data-v-3fa66c31],.version[data-v-3fa66c31]{display:none}}.theme-light .btn-link[data-v-3fa66c31]{color:#222}body,html{height:100%}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;padding-bottom:1em;min-height:100%}.theme-black{background-color:#000}.theme-black .card,.theme-black .modal-content{background:#212121;color:#e0e0e0;border-radius:1px;border:none}.theme-black .table{color:#e0e0e0}.theme-black .table td,.theme-black .table th{border:none}.theme-black .table thead th{border-bottom:1px solid #646464}.theme-black .custom-select{overflow:auto;background-color:#37474f;border:1px solid #616161;color:#bdbdbd}.theme-black .custom-select:focus{border-color:#757575;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.theme-black .inspire-tree .selected>.title-wrap:hover+.wholerow,.theme-black .inspire-tree .selected>.wholerow{background:none!important}.theme-black .inspire-tree .icon-collapse:before,.theme-black .inspire-tree .icon-expand:before{background-color:#000!important}.theme-black .inspire-tree .title{color:#eee}.theme-black .inspire-tree{font-weight:400;font-size:14px;font-family:Helvetica,Nueue,Verdana,sans-serif;max-height:350px;overflow:auto}.inspire-tree [type=checkbox]{left:22px!important;top:7px!important}.theme-black .form-control{background-color:#37474f;border:1px solid #616161;color:#dbdbdb!important}.theme-black .form-control:focus{background-color:#546e7a;color:#fff}.theme-black .default-input,.theme-black .input-group-text{background:#37474f!important;border:1px solid #616161!important;color:#dbdbdb!important}.theme-black ::-moz-placeholder{color:#bdbdbd!important;opacity:1}.theme-black :-ms-input-placeholder{color:#bdbdbd!important;opacity:1}.theme-black ::placeholder{color:#bdbdbd!important;opacity:1}.theme-black .nav-tabs .nav-link{color:#e0e0e0}.theme-black .nav-tabs .nav-item.show .nav-link,.theme-black .nav-tabs .nav-link.active{background-color:#212121;border-color:#616161 #616161 #212121;color:#e0e0e0}.theme-black .nav-tabs .nav-link:focus{border-color:#616161 #616161 #212121;color:#e0e0e0}.theme-black .nav-tabs .nav-link:focus,.theme-black .nav-tabs .nav-link:hover{border-color:#e0e0e0 #e0e0e0 #212121;color:#e0e0e0}.theme-black .nav-tabs{border-bottom:#616161}.theme-black .btn:hover,.theme-black a:hover{color:#fff}.theme-black .b-dropdown a:hover{color:inherit}.theme-black .btn{color:#eee}.theme-black .modal-header .close{color:#e0e0e0;text-shadow:none}.theme-black .modal-header{border-bottom:1px solid #646464}#nav{padding:30px}#nav a{font-weight:700;color:#2c3e50}#nav a.router-link-exact-active{color:#42b983}.mobile{display:none}.container{padding-top:1em}@media (max-width:650px){.mobile{display:initial}.not-mobile{display:none}.grid-single-column .fit{max-height:none!important}.container{padding-left:0;padding-right:0;padding-top:0}.lightbox-caption{display:none}}.info-icon{width:1rem;margin-right:.2rem;cursor:pointer;line-height:1rem;height:1rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MjYuNjY3IDQyNi42NjciIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik0xOTIgMTkyaDQyLjY2N3YxMjhIMTkyeiIvPjxwYXRoIGQ9Ik0yMTMuMzMzIDBDOTUuNDY3IDAgMCA5NS40NjcgMCAyMTMuMzMzczk1LjQ2NyAyMTMuMzMzIDIxMy4zMzMgMjEzLjMzM1M0MjYuNjY3IDMzMS4yIDQyNi42NjcgMjEzLjMzMyAzMzEuMiAwIDIxMy4zMzMgMHptMCAzODRjLTk0LjA4IDAtMTcwLjY2Ny03Ni41ODctMTcwLjY2Ny0xNzAuNjY3UzExOS4yNTMgNDIuNjY3IDIxMy4zMzMgNDIuNjY3IDM4NCAxMTkuMjUzIDM4NCAyMTMuMzMzIDMwNy40MTMgMzg0IDIxMy4zMzMgMzg0eiIvPjxwYXRoIGQ9Ik0xOTIgMTA2LjY2N2g0Mi42Njd2NDIuNjY3SDE5MnoiLz48L3N2Zz4=);filter:brightness(45%);display:block}.tabs{margin-top:10px}.modal-title{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media screen and (min-width:1500px){.container{max-width:1440px}}.noUi-connects{border-radius:1px!important}mark{background:#fff217}.theme-black mark,mark{border-radius:0;padding:1px 0;color:inherit}.theme-black mark{background:rgba(251,191,41,.25)}.theme-black .content-div mark{background:rgba(251,191,41,.4);color:#fff}.content-div{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;padding:1em;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px;margin:3px;white-space:normal;color:#000;overflow:hidden}.theme-black .content-div{background-color:#37474f;border:1px solid #616161;color:#e0e0e0}.graph{display:inline-block;width:40%}.stats-card{text-align:center;padding:1em}svg[data-v-464a0d97]{vertical-align:middle}svg[data-v-464a0d97],svg[data-v-d6d86c56]{display:inline-block;width:20px;height:20px}svg[data-v-d6d86c56]{margin-top:-4px}.shrink{flex-grow:inherit}.badge-pill[data-v-4dea1070]{padding:.3em .4em .1em;border-radius:6rem}.multiselect__option{padding:5px 10px}.multiselect__content-wrapper{overflow:hidden}.theme-black .multiselect__tags{background:#37474f;border:1px solid #616161!important}.theme-black .multiselect__input{color:#dbdbdb;background:#37474f}.theme-black .multiselect__content-wrapper{border:none}.badge-video[data-v-acf38e8c]{color:#fff;background-color:#f27761}.badge-image[data-v-acf38e8c]{color:#fff;background-color:#aa99c9}.badge-audio[data-v-acf38e8c]{color:#fff;background-color:#00adef}.badge-user[data-v-acf38e8c]{color:#212529;background-color:#e0e0e0}.add-tag-button[data-v-acf38e8c]:hover,.badge-user[data-v-acf38e8c]:hover{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.badge-text[data-v-acf38e8c]{color:#fff;background-color:#faab3c}.badge[data-v-acf38e8c]{margin-right:3px}.badge-delete[data-v-acf38e8c]{margin-right:-2px;margin-left:2px;margin-top:-1px;font-family:monospace;font-size:90%;background:rgba(0,0,0,.2);padding:.1em .4em;color:#fff;cursor:pointer}.badge-size[data-v-acf38e8c]{width:50px;display:inline-block}.add-tag-button[data-v-acf38e8c]{cursor:pointer;color:#212529;background-color:#e0e0e0;width:50px}.badge[data-v-acf38e8c]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.badge-suggestion[data-v-acf38e8c]{font-size:90%;font-weight:400}.vc-twitter-body{padding:0!important}.vc-twitter{box-shadow:none!important;background:none!important}.tooltip{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.toast{border:none}.file-title-anchor[data-v-786adab2]{max-width:calc(100% - 1.2rem)}.file-title[data-v-786adab2]{width:100%;line-height:1rem;height:1.1rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:16px;font-family:Source Sans Pro,sans-serif;font-weight:700}.theme-black .file-title[data-v-786adab2]{color:#ddd}.theme-black .file-title[data-v-786adab2]:hover{color:#fff}.theme-light .file-title[data-v-786adab2]{color:#000}.doc-card .file-title[data-v-786adab2]{font-size:12px}.img-wrapper{position:relative}.img-wrapper:hover svg{fill:#000}.pointer{cursor:pointer}.fit{display:block;min-width:64px;max-width:100%;margin:0 auto 0;width:auto;height:auto}.card-img-top[data-v-a78557ce]{border-top-left-radius:0;border-top-right-radius:0}.padding-03[data-v-a78557ce]{padding:.3rem}.card[data-v-a78557ce]{margin-top:1em;margin-left:0;margin-right:0;box-shadow:0 .125rem .25rem rgba(0,0,0,.08)!important;border-radius:0;border:none}.card-body[data-v-a78557ce]{padding:.3rem}.card-img-overlay[data-v-a78557ce]{pointer-events:none;padding:.75rem;bottom:unset;top:0;left:unset;right:unset}.badge-resolution[data-v-a78557ce]{color:#212529;background-color:#ffc107}.play[data-v-a78557ce]{position:absolute;width:25px;height:25px;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.play svg[data-v-a78557ce]{fill:rgba(0,0,0,.7)}.doc-card[data-v-a78557ce]{padding-left:3px;padding-right:3px}.small-badge[data-v-a78557ce]{padding:1px 3px;font-size:70%}.audio-fit[data-v-a78557ce]{height:39px;vertical-align:bottom;display:inline;width:100%}.sub-document .card[data-v-a78557ce]{background:rgba(171,71,188,.12156862745098039)!important}.theme-black .sub-document .card[data-v-a78557ce]{background:#37474f!important}.sub-document .fit[data-v-a78557ce]{padding:4px 4px 0 4px}.fslightbox-toolbar-button:nth-child(2){order:1}.fslightbox-toolbar-button:first-child{order:2}.fslightbox-toolbar-button:nth-child(3){order:3}.fslightbox-toolbar-button:nth-child(4){order:4}.fslightbox-toolbar-button:nth-child(5){order:5}@media (max-width:650px){.fslightbox-toolbar-button:nth-child(6){display:none}}.fslightbox-toolbar-button:nth-child(6){order:6}.fslightbox-toolbar-button:nth-child(7){order:7}#mimeTree[data-v-1ea26eb2]{max-height:350px;overflow:auto}.dropdown-active a{font-weight:700}#results{margin-top:1em;box-shadow:0 .125rem .25rem rgba(0,0,0,.08)!important;border-radius:0;border:none}#results .card-body{padding:.7em 1.25em}.hidden{display:none}#mimeTree[data-v-b24a99e6]{max-height:350px;overflow:auto}.form-control-fix-flex[data-v-b24a99e6]{flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.suggestion-line[data-v-b24a99e6]{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.1}.suggestions{max-height:250px;overflow-y:auto}.theme-black .suggestions{color:#000}#sizeSlider{margin-top:34px;height:12px}.slider-color0{background:#2196f3;box-shadow:none}.theme-black .slider-color0{background:#00bcd4}.noUi-horizontal .noUi-handle{width:2px;height:18px;right:-1px;top:-3px;border:none;background-color:#1976d2;box-shadow:none;cursor:ew-resize;border-radius:0}.theme-black .noUi-horizontal .noUi-handle{background-color:#2168ac}.noUi-handle:before{left:3px}.noUi-handle:after,.noUi-handle:before{top:-6px;width:10px;height:28px;background-color:transparent}.noUi-handle:after{left:-10px}.noUi-draggable{cursor:move}.noUi-tooltip{color:#fff;font-size:13px;line-height:1.333;text-shadow:none;padding:0 2px;background:#2196f3;border-radius:4px;border:none}.theme-black .noUi-tooltip{background:#00bcd4}.theme-black .noUi-connects{background-color:#37474f}.noUi-horizontal .noUi-origin>.noUi-tooltip{bottom:7px}.noUi-target{background-color:#e1e4e9;border:none;box-shadow:none}#dateSlider{margin-top:34px;height:12px}#mimeTree[data-v-61ce9763]{max-height:350px;overflow:auto}.inspire-tree .focused>.wholerow{border:none}.file-icon[data-v-0cec34c8]{position:absolute;max-height:100%;max-width:100%;top:0;bottom:0;left:0;right:0}.theme-black .file-icon[data-v-0cec34c8]{color:hsla(0,0%,100%,.3137254901960784)}.theme-light .file-icon[data-v-0cec34c8]{color:rgba(0,0,0,.6274509803921569)}.list-group[data-v-02cf2d49]{margin-top:1em}.list-group-item[data-v-02cf2d49]{padding:.25rem .5rem;box-shadow:0 .125rem .25rem rgb(0 0 0/8%)!important;border-radius:0;border:none}.path-row[data-v-02cf2d49]{display:flex;align-items:flex-start}.path-line[data-v-02cf2d49]{color:grey;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-right:.3em}.theme-black .path-line[data-v-02cf2d49]{color:#bbb}.play[data-v-02cf2d49]{position:absolute;width:18px;height:18px;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.play svg[data-v-02cf2d49]{fill:rgba(0,0,0,.7)}.list-group-item .img-wrapper[data-v-02cf2d49]{width:88px;height:88px}.fit-sm[data-v-02cf2d49]{max-height:100%;max-width:100%;width:auto;height:auto;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.doc-line[data-v-02cf2d49]{max-width:calc(100% - 88px - 1.5rem);flex:1;vertical-align:middle;margin-top:auto;margin-bottom:auto}.file-icon-wrapper[data-v-02cf2d49]{width:calc(88px + .5rem);height:88px;position:relative}.theme-black .list-group-item{background:#212121;color:#e0e0e0;border-bottom:none;border-left:none;border-right:none;border-radius:0;padding:.25rem .5rem}.theme-black .list-group-item:first-child{border-top:none}#search-panel{box-shadow:0 .125rem .25rem rgba(0,0,0,.08)!important;border-radius:0;border:none}.toast-body-error,.toast-header-error{background:#a94442;color:#f2dede!important}.toast-header-error{color:#fff!important;border-bottom:none;margin-bottom:-1em}.toast-header-error .close{text-shadow:none}.toast-body-warning,.toast-header-warning{background:#ff8f00;color:#fff3e0!important} \ No newline at end of file diff --git a/sist2-vue/dist/js/index.js b/sist2-vue/dist/js/index.js index f5e12fa..698a58c 100644 --- a/sist2-vue/dist/js/index.js +++ b/sist2-vue/dist/js/index.js @@ -1 +1 @@ -(function(t){function e(e){for(var r,a,s=e[0],c=e[1],u=e[2],d=0,p=[];de)&&(f++,p[f]=[],m[f]=[],h[f]=[]),c[g]&&(p[f].push(g),m[f].push(t[g]),h[f].push(d[g]));if(p.forEach((function(t,e){for(var r=t.length,i=0;i100-b?c[1].style.right="".concat((d[1]-(100-b))/b*35,"px"):c[1].style.right="0"}}))}function P(t,e,n){var r={};t.forEach((function(t){var n=r;t.taxonomy.forEach((function(t){n[t]=t in n?n[t]:{},n=n[t]})),0===Object.keys(n).length?n["$size$"]=t.size:e&&(n["."]={$size$:t.size})}));var i=function t(e,n){return Object.keys(e).filter((function(t){return"$size$"!==t})).map((function(r){var i={name:r,depth:n,value:0,children:t(e[r],n+1)};return"$size$"in e[r]&&(i.value=e[r]["$size$"]),i}))};return{name:n,children:i(r,1),value:0,depth:0}}n("fb6a"),n("b680"),n("6062"),n("a630"),n("5319");function j(t){return Object.prototype.hasOwnProperty.call(t._source,"extension")&&""!==t["_source"]["extension"]?"."+t["_source"]["extension"]:""}function q(t){for(var e="",n=0;n=E&&e>16&255,r=e>>8&255,i=e>>0&255;return.2126*n+.7152*r+.0722*i}function F(t){for(var e=new Set,n=t.selected(),r=0;r50?"#000":"#fff";return{style:"user",fg:i,bg:r,text:e.join("."),rawText:t,userTag:!0}}},{key:"esQuery",value:function(t){var e=this;return Z.a.post("".concat(this.baseUrl,"es"),t).then((function(t){var n,r=t.data;return null!==(n=r.hits)&&void 0!==n&&n.hits&&r.hits.hits.forEach((function(t){t["_source"]["name"]=q(t["_source"]["name"]),t["_source"]["path"]=q(t["_source"]["path"]),t["_path_md5"]=X["a"].MD5(t["_source"]["path"]+(t["_source"]["path"]?"/":"")+t["_source"]["name"]+j(t)).toString(),e.setHitProps(t),e.setHitTags(t)})),r}))}},{key:"getMimeTypes",value:function(){return this.esQuery({aggs:{mimeTypes:{terms:{field:"mime",size:1e4}}},size:0}).then((function(t){var e=[];return t["aggregations"]["mimeTypes"]["buckets"].sort((function(t,e){return t.key>e.key})).forEach((function(t){var n=t["key"].split("/"),r=n[0],i=n[1],o=!1,a={id:t["key"],text:"".concat(i," (").concat(t["doc_count"],")")};e.forEach((function(t){t.text===r&&(t.children.push(a),o=!0)})),o||e.push({text:r,children:[a]})})),e}))}},{key:"_createEsTag",value:function(t,e){var n=t.split(".");return/.*\.#[0-9a-f]{6}/.test(t)?{id:n.slice(0,-1).join("."),color:n.pop(),isLeaf:!0,count:e}:{id:t,count:e,isLeaf:!1,color:void 0}}},{key:"getDocInfo",value:function(t){return Z.a.get("".concat(this.baseUrl,"d/").concat(t))}},{key:"getTags",value:function(){var t=this;return this.esQuery({aggs:{tags:{terms:{field:"tag",size:1e4}}},size:0}).then((function(e){var n=new Set,r=e["aggregations"]["tags"]["buckets"].sort((function(t,e){return t["key"].localeCompare(e["key"])})).map((function(e){return t._createEsTag(e["key"],e["doc_count"])}));return r.filter((function(t){return!n.has(t.id)&&(n.add(t.id),!0)}))}))}},{key:"saveTag",value:function(t,e){return Z.a.post("".concat(this.baseUrl,"tag/")+e["_source"]["index"],{delete:!1,name:t,doc_id:e["_id"],path_md5:e._path_md5})}},{key:"deleteTag",value:function(t,e){return Z.a.post("".concat(this.baseUrl,"tag/")+e["_source"]["index"],{delete:!0,name:t,doc_id:e["_id"],path_md5:e._path_md5})}},{key:"getTreemapCsvUrl",value:function(t){return"".concat(this.baseUrl,"s/").concat(t,"/1")}},{key:"getMimeCsvUrl",value:function(t){return"".concat(this.baseUrl,"s/").concat(t,"/2")}},{key:"getSizeCsv",value:function(t){return"".concat(this.baseUrl,"s/").concat(t,"/3")}},{key:"getDateCsv",value:function(t){return"".concat(this.baseUrl,"s/").concat(t,"/4")}}]),t}(),nt=new et(""),rt=n("70b0"),it=n.n(rt),ot={squarify:I["L"],binary:I["H"],sliceDice:I["K"],slice:I["J"],dice:I["I"]},at={PuBuGn:I["n"],PuRd:I["o"],PuBu:I["m"],YlOrBr:I["t"],YlOrRd:I["u"],YlGn:I["r"],YlGnBu:I["s"],Plasma:I["l"],Magma:I["k"],Inferno:I["j"],Viridis:I["q"],Turbo:I["p"]},st={small:[800,600],medium:[1300,750],large:[1900,900],"x-large":[2800,1700],"xx-large":[3600,2e3]},ct={};function ut(t){var e=ct[t]||0;return ct[t]=e+1,t+e}function lt(t,e){var n=new Map,r=new Map;return t.eachAfter((function(t){t.children&&0!==t.children.length?(n.set(t,1+I["v"](t.children,(function(r){return r.x1===t.x1-e?n.get(r):NaN}))),r.set(t,1+I["v"](t.children,(function(n){return n.y1===t.y1-e?r.get(n):NaN})))):(n.set(t,0),r.set(t,0))})).eachBefore((function(t){t.x1-=2*e*n.get(t),t.y1-=2*e*r.get(t)}))}function dt(t,e,n,r,i,o){var a=lt(I["G"]().size([n,r]).tile(ot[i]).paddingOuter(3).paddingTop(16).paddingInner(1).round(!0)(I["h"](t).sum((function(t){return t.value})).sort((function(t,e){return e.value-t.value}))),3),s=Math.max.apply(Math,Object(L["a"])(a.descendants().map((function(t){return t.depth})))),c=I["C"]([s,-1],at[o]);e.append("filter").attr("id","shadow").append("feDropShadow").attr("flood-opacity",.3).attr("dx",0).attr("stdDeviation",3);var u=e.selectAll("g").data(I["w"]().key((function(t){return t.depth})).sortKeys(I["a"]).entries(a.descendants())).join("g").attr("filter","url(#shadow)").selectAll("g").data((function(t){return t.values})).join("g").attr("transform",(function(t){return"translate(".concat(t.x0,",").concat(t.y0,")")}));u.append("title").text((function(t){return"".concat(t.ancestors().reverse().splice(1).map((function(t){return t.data.name})).join("/"),"\n").concat(H(t.value))})),u.append("rect").attr("id",(function(t){return t.nodeUid=ut("node")})).attr("fill",(function(t){return c(t.depth)})).attr("width",(function(t){return t.x1-t.x0})).attr("height",(function(t){return t.y1-t.y0})),u.append("clipPath").attr("id",(function(t){return t.clipUid=ut("clip")})).append("use").attr("href",(function(t){return"#".concat(t.nodeUid)})),u.append("text").attr("fill",(function(t){return I["i"](c(t.depth)).l>.5?"#333":"#eee"})).attr("clip-path",(function(t){return"url(#".concat(t.clipUid,")")})).selectAll("tspan").data((function(t){return[t.data.name,H(t.value)]})).join("tspan").text((function(t){return t})),u.filter((function(t){return t.children})).selectAll("tspan").attr("dx",3).attr("y",13),u.filter((function(t){return!t.children})).selectAll("tspan").attr("x",3).attr("y",(function(t,e){return"".concat(0===e?1.1:2.3,"em")}))}function pt(t,e,n,r,i,o,a){var s=I["B"](I["D"]),c=I["G"]().tile(ot[o]).size([n,r]).padding(1).round(!0)(I["h"](t).sum((function(t){return t.value})).sort((function(t,e){return e.value-t.value}))),u=e.selectAll("g").data(c.leaves()).join("g").attr("transform",(function(t){return"translate(".concat(t.x0,",").concat(t.y0,")")}));u.append("title").text((function(t){return"".concat(t.ancestors().reverse().map((function(t){return t.data.name})).join("/"),"\n").concat(H(t.value))})),u.append("rect").attr("id",(function(t){return t.leafUid=ut("leaf")})).attr("fill",(function(t){while(t.depth>i)t=t.parent;return s(t.data.name)})).attr("fill-opacity",a).attr("width",(function(t){return t.x1-t.x0})).attr("height",(function(t){return t.y1-t.y0})),u.append("clipPath").attr("id",(function(t){return t.clipUid=ut("clip")})).append("use").attr("href",(function(t){return"#".concat(t.leafUid)})),u.append("text").attr("clip-path",(function(t){return"url(#".concat(t.clipUid,")")})).selectAll("tspan").data((function(t){return"."===t.data.name&&(t=t.parent),[t.data.name,H(t.value)]})).join("tspan").attr("x",2).attr("y",(function(t,e){return"".concat(0===e?1.1:2.3,"em")})).text((function(t){return t}))}function ht(t,e,n){it.a.toBlob(document.getElementById("treemap"),{width:e,height:n}).then((function(e){var n=document.createElement("a"),r=URL.createObjectURL(e);n.href=r,n.download="".concat(t,"_treemap.png"),document.body.appendChild(n),n.click(),setTimeout((function(){document.body.removeChild(n),window.URL.revokeObjectURL(r)}),0)}))}var mt={name:"D3Treemap",props:["indexId"],watch:{indexId:function(){this.update(this.indexId)}},mounted:function(){this.update(this.indexId)},methods:{update:function(t){var e=this,n=st[this.$store.state.optTreemapSize][0],r=st[this.$store.state.optTreemapSize][1],i=this.$store.state.optTreemapTiling,o=this.$store.state.optTreemapColorGroupingDepth,a=this.$store.state.optTreemapColor,s=this.$store.state.optTreemapType,c=I["E"]("#treemap");c.selectAll("*").remove(),c.attr("viewBox",[0,0,n,r]).attr("xmlns","http://www.w3.org/2000/svg").attr("xmlns:xlink","http://www.w3.org/1999/xlink").attr("version","1.1").style("overflow","visible").style("font","10px sans-serif"),I["e"](nt.getTreemapCsvUrl(t)).then((function(t){if(t.forEach((function(t){t.taxonomy=t.path.split("/"),t.size=Number(t.size)})),"cascaded"===s){var u=P(t,!1);dt(u,c,n,r,i,a)}else{var l=P(t.sort((function(t,e){return e.taxonomy.length-t.taxonomy.length})),!0),d="black"===e.$store.state.optTheme?.9:.6;pt(l,c,n,r,o,i,d)}}))},downloadTreemap:function(){var t=st[this.$store.state.optTreemapSize][0],e=st[this.$store.state.optTreemapSize][1];ht(this.indexId,t,e)}}},ft=mt,gt=Object(m["a"])(ft,k,M,!1,null,null,null),vt=gt.exports,bt=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-progress",{attrs:{value:"1",max:"1",animated:""}})},xt=[],yt={},_t=Object(m["a"])(yt,bt,xt,!1,null,null,null),Tt=_t.exports,St=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"graph"},[n("svg",{attrs:{id:"agg-mime-count"}})])},wt=[],zt=I["g"]("~s"),$t=20,Ct=I["B"](I["D"]);function Ot(t,e,n,r){var i={top:50,right:0,bottom:10,left:Math.max(6*I["v"](t.sort((function(t,e){return e.count-t.count})).slice(0,15),(function(t){return t.mime.length})),6*I["v"](t.sort((function(t,e){return e.size-t.size})).slice(0,15),(function(t){return t.mime.length})))};t.forEach((function(t){t.name=t.mime,t.value=Number(t.count)})),t=t.sort((function(t,e){return e.value-t.value})).slice(0,15);var o=550,a=Math.ceil((t.length+.1)*$t)+i.top+i.bottom;e.selectAll("*").remove(),e.attr("viewBox",[0,0,o,a]);var s=I["z"]().domain(I["y"](t.length)).rangeRound([i.top,a-i.bottom]),c=I["A"]().domain([0,I["v"](t,(function(t){return t.value}))]).range([i.left,o-i.right]);e.append("g").attr("fill-opacity",n).selectAll("rect").data(t).join("rect").attr("fill",(function(t){return Ct(t.name)})).attr("x",c(0)).attr("y",(function(t,e){return s(e)})).attr("width",(function(t){return c(t.value)-c(0)})).attr("height",s.bandwidth()).append("title").text((function(t){return I["g"](",")(t.value)})),e.append("g").attr("transform","translate(0,".concat(i.top,")")).call(I["d"](c).ticks(o/80,t.format).tickFormat(zt)).call((function(t){return t.select(".domain").remove()})),e.append("g").attr("transform","translate(".concat(i.left,",0)")).call(I["c"](s).tickFormat((function(e){return t[e].name})).tickSizeOuter(0)),e.append("text").attr("x",o/2).attr("y",i.top/2).attr("text-anchor","middle").style("font-size","16px").text(r)}var kt={name:"D3MimeBarSize",props:["indexId"],mounted:function(){this.update(this.indexId)},watch:{indexId:function(){this.update(this.indexId)}},methods:{update:function(t){var e=this,n=I["E"]("#agg-mime-count"),r="black"===this.$store.state.optTheme?.9:.6;I["e"](nt.getMimeCsvUrl(t)).then((function(t){Ot(t.slice(),n,r,e.$t("d3.mimeCount"))}))}}},Mt=kt,Lt=Object(m["a"])(Mt,St,wt,!1,null,null,null),It=Lt.exports,Dt=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"graph"},[n("svg",{attrs:{id:"agg-mime-size"}})])},Pt=[],jt=I["g"]("~s"),qt=20,Et=I["B"](I["D"]);function Bt(t,e,n,r){var i={top:50,right:0,bottom:10,left:Math.max(6*I["v"](t.sort((function(t,e){return e.count-t.count})).slice(0,15),(function(t){return t.mime.length})),6*I["v"](t.sort((function(t,e){return e.size-t.size})).slice(0,15),(function(t){return t.mime.length})))};t.forEach((function(t){t.name=t.mime,t.value=Number(t.size)})),t=t.sort((function(t,e){return e.value-t.value})).slice(0,15);var o=550,a=Math.ceil((t.length+.1)*qt)+i.top+i.bottom;e.selectAll("*").remove(),e.attr("viewBox",[0,0,o,a]);var s=I["z"]().domain(I["y"](t.length)).rangeRound([i.top,a-i.bottom]),c=I["A"]().domain([0,I["v"](t,(function(t){return t.value}))]).range([i.left,o-i.right]);e.append("g").attr("fill-opacity",n).selectAll("rect").data(t).join("rect").attr("fill",(function(t){return Et(t.name)})).attr("x",c(0)).attr("y",(function(t,e){return s(e)})).attr("width",(function(t){return c(t.value)-c(0)})).attr("height",s.bandwidth()).append("title").text((function(t){return jt(t.value)})),e.append("g").attr("transform","translate(0,".concat(i.top,")")).call(I["d"](c).ticks(o/80,t.format).tickFormat(jt)).call((function(t){return t.select(".domain").remove()})),e.append("g").attr("transform","translate(".concat(i.left,",0)")).call(I["c"](s).tickFormat((function(e){return t[e].name})).tickSizeOuter(0)),e.append("text").attr("x",o/2).attr("y",i.top/2).attr("text-anchor","middle").style("font-size","16px").text(r)}var Ht={name:"D3MimeBarSize",props:["indexId"],mounted:function(){this.update(this.indexId)},watch:{indexId:function(){this.update(this.indexId)}},methods:{update:function(t){var e=this,n=I["E"]("#agg-mime-size"),r="black"===this.$store.state.optTheme?.9:.6;I["e"](nt.getMimeCsvUrl(t)).then((function(t){Bt(t.slice(),n,r,e.$t("d3.mimeSize"))}))}}},At=Ht,Rt=Object(m["a"])(At,Dt,Pt,!1,null,null,null),Ut=Rt.exports,Ft=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"graph"},[n("svg",{attrs:{id:"date-histogram"}})])},Qt=[],Nt=I["g"]("~s");function Gt(t,e,n){var r=t.map((function(t){return{length:Number(t.count),x0:Number(t.bucket),x1:Number(t.bucket)+2629800}}));r.sort((function(t,e){return t.length-e.length}));var i={top:50,right:20,bottom:70,left:40},o=I["x"](r,.9,(function(t){return t.length}));r=r.filter((function(t){return t.length>o}));var a=550,s=450;e.selectAll("*").remove(),e.attr("viewBox",[0,0,a,s]);var c=I["A"]().domain([0,I["v"](r,(function(t){return t.length}))]).nice().range([s-i.bottom,i.top]),u=I["A"]().domain(I["f"](r,(function(t){return t.x0}))).nice().range([i.left,a-i.right]);e.append("g").attr("fill","steelblue").selectAll("rect").data(r).join("rect").attr("x",(function(t){return u(t.x0)+1})).attr("width",(function(t){return Math.max(1,u(t.x1)-u(t.x0)-1)})).attr("y",(function(t){return c(t.length)})).attr("height",(function(t){return c(0)-c(t.length)})).call((function(t){return t.append("title").text((function(t){return t.length}))})),e.append("g").attr("transform","translate(0,".concat(s-i.bottom,")")).call(I["b"](u).ticks(a/30).tickSizeOuter(0).tickFormat((function(t){return I["F"]("%Y-%m-%d")(I["M"]("%s")(t))}))).call((function(t){return t.selectAll("text").style("text-anchor","end").attr("dx","-.8em").attr("dy",".15em").attr("transform","rotate(-65)")})).call((function(t){return t.append("text").attr("x",a-i.right).attr("y",-4).attr("fill","currentColor").attr("font-weight","bold").attr("text-anchor","end").text("mtime")})),e.append("g").attr("transform","translate(".concat(i.left,",0)")).call(I["c"](c).ticks(s/40).tickFormat((function(t){return Nt(t)}))).call((function(t){return t.select(".domain").remove()})).call((function(t){return t.select(".tick:last-of-type text").clone().attr("x",4).attr("text-anchor","start").attr("font-weight","bold").text("File count")})),e.append("text").attr("x",a/2).attr("y",i.top/2).attr("text-anchor","middle").style("font-size","16px").text(n)}var Vt={name:"D3DateHistogram",props:["indexId"],mounted:function(){this.update(this.indexId)},watch:{indexId:function(){this.update(this.indexId)}},methods:{update:function(t){var e=this,n=I["E"]("#date-histogram");I["e"](nt.getDateCsv(t)).then((function(t){Gt(t.slice(),n,e.$t("d3.dateHistogram"))}))}}},Wt=Vt,Kt=Object(m["a"])(Wt,Ft,Qt,!1,null,null,null),Yt=Kt.exports,Jt=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"graph"},[n("svg",{attrs:{id:"size-histogram"}})])},Zt=[],Xt=I["g"]("~s");function te(t,e,n){var r=t.map((function(t){return{length:Number(t.count),x0:Number(t.bucket),x1:Number(t.bucket)+5242880}}));r=r.sort((function(t,e){return e.length-t.length})).slice(0,25);var i={top:50,right:20,bottom:70,left:40},o=550,a=450;e.selectAll("*").remove(),e.attr("viewBox",[0,0,o,a]);var s=I["A"]().domain([0,I["v"](r,(function(t){return t.length}))]).range([a-i.bottom,i.top]),c=I["A"]().domain(I["f"](r,(function(t){return t.x0}))).nice().range([i.left,o-i.right]);e.append("g").attr("fill","steelblue").selectAll("rect").data(r).join("rect").attr("x",(function(t){return c(t.x0)+1})).attr("width",(function(t){return Math.max(1,c(t.x1)-c(t.x0)-1)})).attr("y",(function(t){return s(t.length)})).attr("height",(function(t){return s(0)-s(t.length)})).call((function(t){return t.append("title").text((function(t){return t.length}))})),e.append("g").attr("transform","translate(0,".concat(a-i.bottom,")")).call(I["b"](c).ticks(o/30).tickSizeOuter(0).tickFormat(Xt)).call((function(t){return t.selectAll("text").style("text-anchor","end").attr("dx","-.8em").attr("dy",".15em").attr("transform","rotate(-65)")})).call((function(t){return t.append("text").attr("x",o-i.right).attr("y",-4).attr("fill","currentColor").attr("font-weight","bold").attr("text-anchor","end").text("size (bytes)")})),e.append("g").attr("transform","translate(".concat(i.left,",0)")).call(I["c"](s).ticks(a/40).tickFormat((function(t){return Xt(t)}))).call((function(t){return t.select(".domain").remove()})).call((function(t){return t.select(".tick:last-of-type text").clone().attr("x",4).attr("text-anchor","start").attr("font-weight","bold").text("File count")})),e.append("text").attr("x",o/2).attr("y",i.top/2).attr("text-anchor","middle").style("font-size","16px").text(n)}var ee={name:"D3SizeHistogram",props:["indexId"],mounted:function(){this.update(this.indexId)},watch:{indexId:function(){this.update(this.indexId)}},methods:{update:function(t){var e=this,n=I["E"]("#size-histogram");I["e"](nt.getSizeCsv(t)).then((function(t){te(t.slice(),n,e.$t("d3.sizeHistogram"))}))}}},ne=ee,re=Object(m["a"])(ne,Jt,Zt,!1,null,null,null),ie=re.exports,oe={components:{D3SizeHistogram:ie,D3DateHistogram:Yt,D3MimeBarSize:Ut,D3MimeBarCount:It,D3Treemap:vt,Preloader:Tt},data:function(){return{loading:!0,selectedIndex:null,indices:[]}},computed:{indexOptions:function(){return this.indices.map((function(t){return{text:t.name,value:t.id}}))}},mounted:function(){var t=this;nt.getSist2Info().then((function(e){t.indices=e.indices,t.loading=!1}))}},ae=oe,se=(n("f093"),Object(m["a"])(ae,C,O,!1,null,null,null)),ce=se.exports,ue=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.configLoading?t._e():n("div",{staticClass:"container",staticStyle:{"margin-left":"auto","margin-right":"auto"}},[n("b-card",[n("b-card-title",[n("GearIcon"),t._v(" "+t._s(t.$t("config"))+" ")],1),n("p",[t._v(t._s(t.$t("configDescription")))]),n("b-card-body",[n("h4",[t._v(t._s(t.$t("displayOptions")))]),n("b-card",[n("b-form-checkbox",{attrs:{checked:t.optLightboxLoadOnlyCurrent},on:{input:t.setOptLightboxLoadOnlyCurrent}},[t._v(" "+t._s(t.$t("opt.lightboxLoadOnlyCurrent"))+" ")]),n("label",[t._v(t._s(t.$t("opt.lang")))]),n("b-form-select",{attrs:{options:t.langOptions,value:t.optLang},on:{input:t.setOptLang}}),n("label",[t._v(t._s(t.$t("opt.theme")))]),n("b-form-select",{attrs:{options:t.themeOptions,value:t.optTheme},on:{input:t.setOptTheme}}),n("label",[t._v(t._s(t.$t("opt.displayMode")))]),n("b-form-select",{attrs:{options:t.displayModeOptions,value:t.optDisplay},on:{input:t.setOptDisplay}}),n("label",[t._v(t._s(t.$t("opt.columns")))]),n("b-form-select",{attrs:{options:t.columnsOptions,value:t.optColumns},on:{input:t.setOptColumns}})],1),n("br"),n("h4",[t._v(t._s(t.$t("searchOptions")))]),n("b-card",[n("b-form-checkbox",{attrs:{checked:t.optHighlight},on:{input:t.setOptHighlight}},[t._v(t._s(t.$t("opt.highlight")))]),n("b-form-checkbox",{attrs:{checked:t.optTagOrOperator},on:{input:t.setOptTagOrOperator}},[t._v(t._s(t.$t("opt.tagOrOperator"))+" ")]),n("b-form-checkbox",{attrs:{checked:t.optFuzzy},on:{input:t.setOptFuzzy}},[t._v(t._s(t.$t("opt.fuzzy")))]),n("b-form-checkbox",{attrs:{checked:t.optSearchInPath},on:{input:t.setOptSearchInPath}},[t._v(t._s(t.$t("opt.searchInPath"))+" ")]),n("b-form-checkbox",{attrs:{checked:t.optSuggestPath},on:{input:t.setOptSuggestPath}},[t._v(t._s(t.$t("opt.suggestPath"))+" ")]),n("br"),n("label",[t._v(t._s(t.$t("opt.fragmentSize")))]),n("b-form-input",{attrs:{value:t.optFragmentSize,step:"10",type:"number",min:"0"},on:{input:t.setOptFragmentSize}}),n("label",[t._v(t._s(t.$t("opt.resultSize")))]),n("b-form-input",{attrs:{value:t.optResultSize,type:"number",min:"10"},on:{input:t.setOptResultSize}}),n("label",[t._v(t._s(t.$t("opt.queryMode")))]),n("b-form-select",{attrs:{options:t.queryModeOptions,value:t.optQueryMode},on:{input:t.setOptQueryMode}}),n("label",[t._v(t._s(t.$t("opt.slideDuration")))]),n("b-form-input",{attrs:{value:t.optLightboxSlideDuration,type:"number",min:"1"},on:{input:t.setOptLightboxSlideDuration}})],1),n("h4",{staticClass:"mt-3"},[t._v(t._s(t.$t("treemapOptions")))]),n("b-card",[n("label",[t._v(t._s(t.$t("opt.treemapType")))]),n("b-form-select",{attrs:{value:t.optTreemapType,options:t.treemapTypeOptions},on:{input:t.setOptTreemapType}}),n("label",[t._v(t._s(t.$t("opt.treemapTiling")))]),n("b-form-select",{attrs:{value:t.optTreemapTiling,options:t.treemapTilingOptions},on:{input:t.setOptTreemapTiling}}),n("label",[t._v(t._s(t.$t("opt.treemapColorGroupingDepth")))]),n("b-form-input",{attrs:{value:t.optTreemapColorGroupingDepth,type:"number",min:"1"},on:{input:t.setOptTreemapColorGroupingDepth}}),n("label",[t._v(t._s(t.$t("opt.treemapSize")))]),n("b-form-select",{attrs:{value:t.optTreemapSize,options:t.treemapSizeOptions},on:{input:t.setOptTreemapSize}}),"custom"===t.$store.getters.optTreemapSize?[n("b-form-input",{attrs:{type:"number",min:"0",step:"10"}}),n("b-form-input",{attrs:{type:"number",min:"0",step:"10"}})]:t._e(),n("label",[t._v(t._s(t.$t("opt.treemapColor")))]),n("b-form-select",{attrs:{value:t.optTreemapColor,options:t.treemapColorOptions},on:{input:t.setOptTreemapColor}})],2),n("b-button",{staticClass:"mt-4",attrs:{variant:"danger"},on:{click:function(e){return t.onResetClick()}}},[t._v(t._s(t.$t("configReset")))])],1)],1),t.loading?n("b-card",{staticClass:"mt-4"},[n("Preloader")],1):n("DebugInfo")],1)},le=[],de=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-card",{staticClass:"mb-4 mt-4"},[n("b-card-title",[n("DebugIcon",{staticClass:"mr-1"}),t._v(t._s(t.$t("debug")))],1),n("p",{domProps:{innerHTML:t._s(t.$t("debugDescription"))}}),n("b-card-body",[n("b-table",{staticClass:"mb-0",attrs:{items:t.tableItems,small:"",borderless:"",responsive:"md","thead-class":"hidden"}}),n("hr"),t._l(t.$store.state.sist2Info.indices,(function(t){return n("IndexDebugInfo",{key:t.id,staticClass:"mt-2",attrs:{index:t}})}))],2)],1)},pe=[],he=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("h4",[t._v("["+t._s(t.index.name)+"]")]),n("b-table",{staticClass:"mb-0",attrs:{items:t.tableItems,small:"",borderless:"",responsive:"md","thead-class":"hidden"}})],1)},me=[],fe={name:"IndexDebugInfo",props:["index"],computed:{tableItems:function(){return[{key:this.$t("name"),value:this.index.name},{key:this.$t("id"),value:this.index.id},{key:this.$t("indexVersion"),value:this.index.version},{key:this.$t("rewriteUrl"),value:this.index.rewriteUrl},{key:this.$t("timestamp"),value:R(this.index.timestamp)}]}}},ge=fe,ve=Object(m["a"])(ge,he,me,!1,null,"9d879710",null),be=ve.exports,xe=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 309.998 309.998",fill:"currentColor"}},[n("path",{attrs:{d:"M294.998,155.03H250v-48.82l39.714-39.715c5.858-5.857,5.858-15.356,0-21.213c-5.857-5.857-15.355-5.857-21.213,0 l-23.7,23.701c-12.885-37.2-48.274-63.984-89.802-63.984c-41.528,0-76.913,26.787-89.797,63.989L41.497,45.282 c-5.856-5.859-15.354-5.857-21.213,0s-5.858,15.355,0,21.213L60,106.212v48.818H15c-8.284,0-15,6.716-15,15c0,8.284,6.716,15,15,15 h45.134c0.855,16.314,5.849,31.551,13.944,44.68l-49.685,49.683c-5.858,5.857-5.858,15.354,0,21.213 c2.929,2.93,6.768,4.394,10.607,4.394c3.838,0,7.678-1.465,10.606-4.394l48.095-48.093c16.558,14.018,37.957,22.486,61.301,22.486 c0.019,0,0.037-0.001,0.057-0.001c0.011,0,0.022,0.002,0.033,0.002c0.019,0,0.037-0.003,0.056-0.003 c23.285-0.035,44.629-8.494,61.15-22.483l48.094,48.092c2.929,2.929,6.768,4.394,10.606,4.394c3.839,0,7.678-1.465,10.607-4.394 c5.858-5.858,5.858-15.355,0-21.213l-49.683-49.681c8.096-13.131,13.089-28.366,13.944-44.682h45.132c8.284,0,15-6.716,15-15 C309.998,161.746,303.282,155.03,294.998,155.03z M154.999,34.999c30.681,0,56.465,21.365,63.254,50H91.747 C98.535,56.364,124.318,34.999,154.999,34.999z M90,179.999v-9.272c0.011-0.232,0.035-0.462,0.035-0.696 c0-0.234-0.024-0.464-0.035-0.695v-54.336h50.092v128.254C111.415,236.494,90,210.708,90,179.999z M170.092,243.212V114.999H220 v54.297c-0.012,0.244-0.037,0.486-0.037,0.734c0,0.248,0.025,0.49,0.037,0.734v9.234C220,210.645,198.676,236.388,170.092,243.212z"}})])},ye=[],_e={name:"DebugIcon"},Te=_e,Se=(n("f960"),Object(m["a"])(Te,xe,ye,!1,null,"464a0d97",null)),we=Se.exports,ze={name:"DebugInfo.vue",components:{DebugIcon:we,IndexDebugInfo:be},computed:{tableItems:function(){return[{key:"version",value:this.$store.state.sist2Info.version},{key:"platform",value:this.$store.state.sist2Info.platform},{key:"debugBinary",value:this.$store.state.sist2Info.debug},{key:"sist2CommitHash",value:this.$store.state.sist2Info.sist2Hash},{key:"libscanCommitHash",value:this.$store.state.sist2Info.libscanHash},{key:"esIndex",value:this.$store.state.sist2Info.esIndex},{key:"tagline",value:this.$store.state.sist2Info.tagline},{key:"dev",value:this.$store.state.sist2Info.dev}]}}},$e=ze,Ce=Object(m["a"])($e,de,pe,!1,null,null,null),Oe=Ce.exports,ke=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1000 1000",fill:"currentColor"}},[n("g",{attrs:{transform:"translate(0.000000,512.000000) scale(0.100000,-0.100000)"}},[n("path",{attrs:{d:"M4568.5,5011c-73.2-7.7-154-25-177.1-36.6c-84.7-46.2-102-119.4-159.8-689.2s-65.5-610.3-159.8-670c-23.1-15.4-125.1-55.8-225.3-90.5c-100.1-32.7-290.7-111.7-423.6-175.2c-319.6-152.1-315.8-152.1-619.9,94.3c-718.1,583.3-650.7,535.2-747,535.2c-77,0-104-11.6-184.8-77c-157.9-127.1-410.1-375.4-567.9-558.3c-155.9-177.1-190.6-250.3-159.8-344.6c9.6-27,165.6-227.2,344.6-446.7c181-219.5,342.7-425.5,360-458.2c52-88.6,42.3-150.2-50.1-335c-73.2-148.3-144.4-325.4-252.2-623.8c-17.3-50-57.8-113.6-88.6-138.6c-63.5-53.9-59.7-53.9-695-117.4c-527.5-52-577.6-65.5-627.6-179c-46.2-105.9-46.2-1057,0-1162.9c50-113.6,98.2-127.1,646.9-181c271.5-25,523.7-52,560.2-57.8c111.7-17.3,179.1-107.8,259.9-344.6c38.5-115.5,119.4-310,177.1-431.3c57.8-119.4,104-240.7,104-269.5c0-78.9-42.4-140.5-394.7-568c-179-219.5-335-419.7-344.6-446.6c-30.8-94.3,3.9-167.5,159.8-344.6c157.9-181,410.1-429.3,564.1-554.5c96.3-78.9,188.7-105.9,265.7-75.1c26.9,11.6,234.9,173.3,462.1,360c227.2,188.7,433.2,348.5,458.2,358.1c82.8,30.8,136.7,17.3,354.3-86.6c119.4-57.8,308-136.7,419.7-175.2c111.7-38.5,221.4-82.8,244.5-98.2c94.3-59.7,102-100.1,159.8-670c61.6-606.5,73.2-648.8,188.7-700.8c105.9-46.2,1057-46.2,1162.9,0c115.5,52,127.1,94.3,188.7,700.8c57.8,569.9,65.4,610.3,159.8,670c23.1,15.4,132.9,59.7,244.5,98.2s300.3,117.4,417.8,175.2c219.5,104,273.4,117.5,356.2,86.6c25-9.6,231-169.4,458.2-358.1c227.2-186.8,435.1-348.5,462.1-360c77-28.9,169.4-3.9,265.7,75.1c152.1,121.3,442.8,410.1,583.4,577.6c140.6,163.6,173.3,242.6,136.7,333.1c-11.6,27-173.3,234.9-360,462.1c-188.7,227.2-348.5,433.2-358.1,458.2c-30.8,82.8-17.3,136.7,86.6,356.2c57.8,117.4,138.6,311.9,177.1,427.4c80.9,236.8,148.3,327.3,259.9,344.6c36.6,5.8,288.8,32.7,562.2,59.7c308,28.9,517.9,59.7,550.6,77c30.8,15.4,71.2,59.7,90.5,100.1c32.8,65.4,36.6,123.2,34.7,573.7c0,562.2-11.5,627.6-115.5,687.3c-46.2,27-188.7,48.1-612.2,90.5c-573.7,59.7-614.2,67.4-673.8,161.7c-15.4,23.1-59.7,132.9-98.2,244.5s-117.4,300.3-175.2,417.8c-57.8,119.4-104,240.7-104,271.5c0,80.9,40.4,138.6,394.7,569.9c181,219.5,335,419.7,344.6,446.7c30.8,94.3-3.9,167.5-159.8,344.6c-157.9,181-410.1,429.3-564.1,554.5c-96.3,78.9-188.7,104-265.7,75.1c-27-11.6-234.9-173.3-462.1-360c-227.2-188.7-433.2-348.5-458.2-358.1c-80.9-30.8-130.9-19.2-371.6,96.3c-130.9,61.6-325.4,142.5-431.3,177.1c-217.5,71.2-308,140.5-325.4,250.3c-5.8,36.6-32.7,288.8-57.8,560.3c-53.9,550.6-67.4,596.8-181,645C5502.3,5018.7,4807.3,5036,4568.5,5011z M5463.8,1897.8c502.5-127.1,954.9-494.8,1184-960.7c446.7-914.5,78.9-2011.9-824-2460.5c-1053.1-521.8-2308.4,52-2604.9,1189.8c-71.2,277.2-71.2,629.6,0,904.9c192.5,737.4,814.4,1284.2,1569.1,1376.6C4974.8,1971,5255.9,1949.8,5463.8,1897.8z"}})])])},Me=[],Le={name:"GearIcon"},Ie=Le,De=(n("b23c"),Object(m["a"])(Ie,ke,Me,!1,null,"d6d86c56",null)),Pe=De.exports,je={components:{GearIcon:Pe,DebugInfo:Oe,Preloader:Tt},data:function(){return{loading:!0,configLoading:!1,langOptions:[{value:"en",text:this.$t("lang.en")},{value:"fr",text:this.$t("lang.fr")}],queryModeOptions:[{value:"simple",text:this.$t("queryMode.simple")},{value:"advanced",text:this.$t("queryMode.advanced")}],displayModeOptions:[{value:"grid",text:this.$t("displayMode.grid")},{value:"list",text:this.$t("displayMode.list")}],columnsOptions:[{value:"auto",text:this.$t("columns.auto")},{value:1,text:"1"},{value:2,text:"2"},{value:3,text:"3"},{value:4,text:"4"},{value:5,text:"5"},{value:6,text:"6"},{value:7,text:"7"},{value:8,text:"8"},{value:9,text:"9"},{value:10,text:"10"},{value:11,text:"11"},{value:12,text:"12"}],treemapTypeOptions:[{value:"cascaded",text:this.$t("treemapType.cascaded")},{value:"flat",text:this.$t("treemapType.flat")}],treemapTilingOptions:[{value:"binary",text:this.$t("treemapTiling.binary")},{value:"squarify",text:this.$t("treemapTiling.squarify")},{value:"slice",text:this.$t("treemapTiling.slice")},{value:"dice",text:this.$t("treemapTiling.dice")},{value:"sliceDice",text:this.$t("treemapTiling.sliceDice")}],treemapSizeOptions:[{value:"small",text:this.$t("treemapSize.small")},{value:"medium",text:this.$t("treemapSize.medium")},{value:"large",text:this.$t("treemapSize.large")},{value:"x-large",text:this.$t("treemapSize.xLarge")},{value:"xx-large",text:this.$t("treemapSize.xxLarge")}],treemapColorOptions:[{value:"PuBuGn",text:"Purple-Blue-Green"},{value:"PuRd",text:"Purple-Red"},{value:"PuBu",text:"Purple-Blue"},{value:"YlOrBr",text:"Yellow-Orange-Brown"},{value:"YlOrRd",text:"Yellow-Orange-Red"},{value:"YlGn",text:"Yellow-Green"},{value:"YlGnBu",text:"Yellow-Green-Blue"},{value:"Plasma",text:"Plasma"},{value:"Magma",text:"Magma"},{value:"Inferno",text:"Inferno"},{value:"Viridis",text:"Viridis"},{value:"Turbo",text:"Turbo"}],themeOptions:[{value:"light",text:this.$t("theme.light")},{value:"black",text:this.$t("theme.black")}]}},computed:Object(s["a"])(Object(s["a"])({},Object(_["c"])(["optTheme","optDisplay","optColumns","optHighlight","optFuzzy","optSearchInPath","optSuggestPath","optFragmentSize","optQueryMode","optTreemapType","optTreemapTiling","optTreemapColorGroupingDepth","optTreemapColor","optTreemapSize","optLightboxLoadOnlyCurrent","optLightboxSlideDuration","optContainerWidth","optResultSize","optTagOrOperator","optLang"])),{},{clientWidth:function(){return window.innerWidth}}),mounted:function(){var t=this;nt.getSist2Info().then((function(e){t.$store.commit("setSist2Info",e),t.loading=!1})),this.$store.subscribe((function(e){e.type.startsWith("setOpt")&&t.$store.dispatch("updateConfiguration")}))},methods:Object(s["a"])(Object(s["a"])({},Object(_["d"])(["setOptTheme","setOptDisplay","setOptColumns","setOptHighlight","setOptFuzzy","setOptSearchInPath","setOptSuggestPath","setOptFragmentSize","setOptQueryMode","setOptTreemapType","setOptTreemapTiling","setOptTreemapColorGroupingDepth","setOptTreemapColor","setOptTreemapSize","setOptLightboxLoadOnlyCurrent","setOptLightboxSlideDuration","setOptContainerWidth","setOptResultSize","setOptTagOrOperator","setOptLang"])),{},{onResetClick:function(){localStorage.removeItem("sist2_configuration"),window.location.reload()}})},qe=je,Ee=(n("f2e9"),Object(m["a"])(qe,ue,le,!1,null,null,null)),Be=Ee.exports,He=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"container"},[n("Lightbox"),n("HelpDialog",{attrs:{show:t.showHelp},on:{close:function(e){t.showHelp=!1}}}),t.uiLoading?n("b-card",[n("Preloader")],1):t._e(),n("b-card",{directives:[{name:"show",rawName:"v-show",value:!t.uiLoading,expression:"!uiLoading"}],attrs:{id:"search-panel"}},[n("SearchBar",{on:{"show-help":function(e){t.showHelp=!0}}}),n("b-row",[n("b-col",{staticStyle:{height:"70px"},attrs:{sm:"6"}},[n("SizeSlider")],1),n("b-col",[n("PathTree",{on:{search:function(e){return t.search(!0)}}})],1)],1),n("b-row",[n("b-col",{attrs:{sm:"6"}},[n("b-row",[n("b-col",{staticStyle:{height:"70px"}},[n("DateSlider")],1)],1),n("b-row",[n("b-col",[n("IndexPicker")],1)],1)],1),n("b-col",[n("b-tabs",[n("b-tab",{attrs:{title:t.$t("mimeTypes")}},[n("MimePicker")],1),n("b-tab",{attrs:{title:t.$t("tags")}},[n("TagPicker")],1)],1)],1)],1)],1),t.searchBusy&&0===t.docs.length?n("Preloader",{staticClass:"mt-3"}):t.docs.length>0?n("div",[n("ResultsCard"),"grid"===t.optDisplay?n("DocCardWall",{attrs:{docs:t.docs,append:t.appendFunc}}):n("DocList",{attrs:{docs:t.docs,append:t.appendFunc}})],1):t._e()],1)},Ae=[],Re=n("b85c"),Ue=n("1da1"),Fe=(n("96cf"),n("841c"),n("caad"),function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("b-input-group",{scopedSlots:t._u([{key:"prepend",fn:function(){return[n("b-input-group-text",[n("b-form-checkbox",{attrs:{checked:t.fuzzy,title:"Toggle fuzzy searching"},on:{change:function(e){return t.setFuzzy(e)}}},[t._v(" "+t._s(t.$t("searchBar.fuzzy"))+" ")])],1)]},proxy:!0},{key:"append",fn:function(){return[n("b-button",{attrs:{variant:"outline-secondary"},on:{click:function(e){return t.$emit("show-help")}}},[t._v(t._s(t.$t("help.help")))])]},proxy:!0}])},[n("b-form-input",{attrs:{value:t.searchText,placeholder:t.advanced()?t.$t("searchBar.advanced"):t.$t("searchBar.simple")},on:{input:function(e){return t.setSearchText(e)}}})],1)],1)}),Qe=[],Ne={computed:Object(s["a"])({},Object(_["c"])({optQueryMode:"optQueryMode",searchText:"searchText",fuzzy:"fuzzy"})),methods:Object(s["a"])(Object(s["a"])({},Object(_["d"])({setSearchText:"setSearchText",setFuzzy:"setFuzzy"})),{},{advanced:function(){return"advanced"===this.optQueryMode}})},Ge=Ne,Ve=Object(m["a"])(Ge,Fe,Qe,!1,null,null,null),We=Ve.exports,Ke=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("VueMultiselect",{attrs:{multiple:"",label:"name",value:t.selectedIndices,options:t.indices,"close-on-select":t.indices.length<=1,placeholder:t.$t("indexPickerPlaceholder")},on:{select:t.addItem,remove:t.removeItem},scopedSlots:t._u([{key:"option",fn:function(e){return[n("b-row",[n("b-col",[n("span",{staticClass:"mr-1"},[t._v(t._s(e.option.name))]),n("SmallBadge",{attrs:{pill:"",text:e.option.version}})],1)],1),n("b-row",{staticClass:"mt-1"},[n("b-col",[n("span",[t._v(t._s(t.formatIdxDate(e.option.timestamp)))])])],1)]}}])})},Ye=[],Je=n("8e5f"),Ze=n.n(Je),Xe=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-badge",{attrs:{variant:"secondary",pill:t.pill}},[t._v(t._s(t.text))])},tn=[],en=r["default"].extend({props:{text:String,pill:Boolean}}),nn=en,rn=(n("8021"),Object(m["a"])(nn,Xe,tn,!1,null,"4dea1070",null)),on=rn.exports,an=n("b166"),sn=r["default"].extend({components:{VueMultiselect:Ze.a,SmallBadge:on},data:function(){return{loading:!0}},computed:Object(s["a"])({},Object(_["c"])(["indices","selectedIndices"])),methods:Object(s["a"])(Object(s["a"])({},Object(_["b"])({setSelectedIndices:"setSelectedIndices"})),{},{removeItem:function(t){this.setSelectedIndices(this.selectedIndices.filter((function(e){return e!==t})))},addItem:function(t){this.setSelectedIndices([].concat(Object(L["a"])(this.selectedIndices),[t]))},formatIdxDate:function(t){return Object(an["a"])(new Date(1e3*t),"yyyy-MM-dd")}})}),cn=sn,un=(n("60bc"),n("0d3c"),Object(m["a"])(cn,Ke,Ye,!1,null,null,null)),ln=un.exports;n("498a");r["default"].use(_["a"]);var dn=new _["a"].Store({state:{seed:0,indices:[],tags:[],sist2Info:null,sizeMin:void 0,sizeMax:void 0,dateBoundsMin:null,dateBoundsMax:null,dateMin:void 0,dateMax:void 0,searchText:"",pathText:"",sortMode:"score",fuzzy:!1,size:60,optLang:"en",optTheme:"light",optDisplay:"grid",optHighlight:!0,optTagOrOperator:!1,optFuzzy:!0,optFragmentSize:200,optQueryMode:"simple",optSearchInPath:!1,optColumns:"auto",optSuggestPath:!0,optTreemapType:"cascaded",optTreemapTiling:"squarify",optTreemapColorGroupingDepth:3,optTreemapSize:"medium",optTreemapColor:"PuBuGn",optLightboxLoadOnlyCurrent:!1,optLightboxSlideDuration:15,_onLoadSelectedIndices:[],_onLoadSelectedMimeTypes:[],_onLoadSelectedTags:[],selectedIndices:[],selectedMimeTypes:[],selectedTags:[],lastQueryResults:null,keySequence:0,querySequence:0,uiTagHover:null,uiLightboxIsOpen:!1,uiShowLightbox:!1,uiLightboxSources:[],uiLightboxThumbs:[],uiLightboxCaptions:[],uiLightboxTypes:[],uiLightboxKey:0,uiLightboxSlide:0,uiReachedScrollEnd:!1,uiMimeMap:[]},mutations:{setUiReachedScrollEnd:function(t,e){return t.uiReachedScrollEnd=e},setTags:function(t,e){return t.tags=e},setPathText:function(t,e){return t.pathText=e},setSizeMin:function(t,e){return t.sizeMin=e},setSizeMax:function(t,e){return t.sizeMax=e},setSist2Info:function(t,e){return t.sist2Info=e},setSeed:function(t,e){return t.seed=e},setOptLang:function(t,e){return t.optLang=e},setSortMode:function(t,e){return t.sortMode=e},setIndices:function(t,e){t.indices=e,t._onLoadSelectedIndices.length>0?t.selectedIndices=e.filter((function(e){return t._onLoadSelectedIndices.some((function(t){return e.id.startsWith(t)}))})):t.selectedIndices=e},setDateMin:function(t,e){return t.dateMin=e},setDateMax:function(t,e){return t.dateMax=e},setDateBoundsMin:function(t,e){return t.dateBoundsMin=e},setDateBoundsMax:function(t,e){return t.dateBoundsMax=e},setSearchText:function(t,e){return t.searchText=e},setFuzzy:function(t,e){return t.fuzzy=e},setLastQueryResult:function(t,e){return t.lastQueryResults=e},_setOnLoadSelectedIndices:function(t,e){return t._onLoadSelectedIndices=e},_setOnLoadSelectedMimeTypes:function(t,e){return t._onLoadSelectedMimeTypes=e},_setOnLoadSelectedTags:function(t,e){return t._onLoadSelectedTags=e},setSelectedIndices:function(t,e){return t.selectedIndices=e},setSelectedMimeTypes:function(t,e){return t.selectedMimeTypes=e},setSelectedTags:function(t,e){return t.selectedTags=e},setUiTagHover:function(t,e){return t.uiTagHover=e},setUiLightboxIsOpen:function(t,e){return t.uiLightboxIsOpen=e},_setUiShowLightbox:function(t,e){return t.uiShowLightbox=e},setUiLightboxKey:function(t,e){return t.uiLightboxKey=e},_setKeySequence:function(t,e){return t.keySequence=e},_setQuerySequence:function(t,e){return t.querySequence=e},addLightboxSource:function(t,e){var n=e.source,r=e.thumbnail,i=e.caption,o=e.type;t.uiLightboxSources.push(n),t.uiLightboxThumbs.push(r),t.uiLightboxCaptions.push(i),t.uiLightboxTypes.push(o)},setUiLightboxSlide:function(t,e){return t.uiLightboxSlide=e},setUiLightboxSources:function(t,e){return t.uiLightboxSources=e},setUiLightboxThumbs:function(t,e){return t.uiLightboxThumbs=e},setUiLightboxTypes:function(t,e){return t.uiLightboxTypes=e},setUiLightboxCaptions:function(t,e){return t.uiLightboxCaptions=e},setOptTheme:function(t,e){return t.optTheme=e},setOptDisplay:function(t,e){return t.optDisplay=e},setOptColumns:function(t,e){return t.optColumns=e},setOptHighlight:function(t,e){return t.optHighlight=e},setOptFuzzy:function(t,e){return t.fuzzy=e},setOptSearchInPath:function(t,e){return t.optSearchInPath=e},setOptSuggestPath:function(t,e){return t.optSuggestPath=e},setOptFragmentSize:function(t,e){return t.optFragmentSize=e},setOptQueryMode:function(t,e){return t.optQueryMode=e},setOptResultSize:function(t,e){return t.size=e},setOptTagOrOperator:function(t,e){return t.optTagOrOperator=e},setOptTreemapType:function(t,e){return t.optTreemapType=e},setOptTreemapTiling:function(t,e){return t.optTreemapTiling=e},setOptTreemapColorGroupingDepth:function(t,e){return t.optTreemapColorGroupingDepth=e},setOptTreemapSize:function(t,e){return t.optTreemapSize=e},setOptTreemapColor:function(t,e){return t.optTreemapColor=e},setOptLightboxLoadOnlyCurrent:function(t,e){return t.optLightboxLoadOnlyCurrent=e},setUiMimeMap:function(t,e){return t.uiMimeMap=e},busUpdateWallItems:function(){},busUpdateTags:function(){}},actions:{loadFromArgs:function(t,e){var n=t.commit;e.query.q&&n("setSearchText",e.query.q),void 0!==e.query.fuzzy&&n("setFuzzy",!0),e.query.i&&n("_setOnLoadSelectedIndices",Array.isArray(e.query.i)?e.query.i:[e.query.i]),e.query.dMin&&n("setDateMin",Number(e.query.dMin)),e.query.dMax&&n("setDateMax",Number(e.query.dMax)),e.query.sMin&&n("setSizeMin",Number(e.query.sMin)),e.query.sMax&&n("setSizeMax",Number(e.query.sMax)),e.query.path&&n("setPathText",e.query.path),e.query.m&&n("_setOnLoadSelectedMimeTypes",N(e.query.m)),e.query.t&&n("_setOnLoadSelectedTags",e.query.t.split(",")),e.query.sort&&(n("setSortMode",e.query.sort),n("setSeed",Number(e.query.seed)))},updateArgs:function(t,e){return Object(Ue["a"])(regeneratorRuntime.mark((function n(){var r;return regeneratorRuntime.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return r=t.state,n.next=3,e.push({query:{q:r.searchText.trim()?r.searchText.trim().replace(/\s+/g," "):void 0,fuzzy:r.fuzzy?null:void 0,i:r.selectedIndices?r.selectedIndices.map((function(t){return t.idPrefix})):void 0,dMin:r.dateMin,dMax:r.dateMax,sMin:r.sizeMin,sMax:r.sizeMax,path:r.pathText?r.pathText:void 0,m:Q(r.selectedMimeTypes),t:0==r.selectedTags.length?void 0:r.selectedTags.join(","),sort:"score"===r.sortMode?void 0:r.sortMode,seed:"random"===r.sortMode?r.seed.toString():void 0}}).catch((function(){}));case 3:case"end":return n.stop()}}),n)})))()},updateConfiguration:function(t){var e=t.state,n={};Object.keys(e).forEach((function(t){t.startsWith("opt")&&(n[t]=e[t])})),localStorage.setItem("sist2_configuration",JSON.stringify(n))},loadConfiguration:function(t){var e=t.state,n=localStorage.getItem("sist2_configuration");if(n){var r=JSON.parse(n);Object.keys(e).forEach((function(t){t.startsWith("opt")&&(e[t]=r[t])}))}},setSelectedIndices:function(t,e){var n=t.commit;return n("setSelectedIndices",e)},getKeySequence:function(t){var e=t.commit,n=t.state,r=n.keySequence;return e("_setKeySequence",r+1),r},incrementQuerySequence:function(t){var e=t.commit,n=t.state,r=n.querySequence;return e("_setQuerySequence",r+1),r},remountLightbox:function(t){var e=t.commit,n=t.state;e("setUiLightboxKey",n.uiLightboxKey+1)},showLightbox:function(t){var e=t.commit,n=t.state;e("_setUiShowLightbox",!n.uiShowLightbox)},clearResults:function(t){var e=t.commit;e("setLastQueryResult",null),e("_setKeySequence",0),e("_setUiShowLightbox",!1),e("setUiLightboxSources",[]),e("setUiLightboxThumbs",[]),e("setUiLightboxTypes",[]),e("setUiLightboxCaptions",[]),e("setUiLightboxKey",0)}},modules:{},getters:{seed:function(t){return t.seed},getPathText:function(t){return t.pathText},indices:function(t){return t.indices},sist2Info:function(t){return t.sist2Info},indexMap:function(t){var e={};return t.indices.forEach((function(t){return e[t.id]=t})),e},selectedIndices:function(t){return t.selectedIndices},_onLoadSelectedIndices:function(t){return t._onLoadSelectedIndices},selectedMimeTypes:function(t){return t.selectedMimeTypes},selectedTags:function(t){return t.selectedTags},dateMin:function(t){return t.dateMin},dateMax:function(t){return t.dateMax},sizeMin:function(t){return t.sizeMin},sizeMax:function(t){return t.sizeMax},searchText:function(t){return t.searchText},pathText:function(t){return t.pathText},fuzzy:function(t){return t.fuzzy},size:function(t){return t.size},sortMode:function(t){return t.sortMode},lastQueryResult:function(t){return t.lastQueryResults},lastDoc:function(t){return null==t.lastQueryResults?null:t.lastQueryResults.hits.hits.slice(-1)[0]},uiTagHover:function(t){return t.uiTagHover},uiShowLightbox:function(t){return t.uiShowLightbox},uiLightboxSources:function(t){return t.uiLightboxSources},uiLightboxThumbs:function(t){return t.uiLightboxThumbs},uiLightboxCaptions:function(t){return t.uiLightboxCaptions},uiLightboxTypes:function(t){return t.uiLightboxTypes},uiLightboxKey:function(t){return t.uiLightboxKey},uiLightboxSlide:function(t){return t.uiLightboxSlide},optLang:function(t){return t.optLang},optTheme:function(t){return t.optTheme},optDisplay:function(t){return t.optDisplay},optColumns:function(t){return t.optColumns},optHighlight:function(t){return t.optHighlight},optTagOrOperator:function(t){return t.optTagOrOperator},optFuzzy:function(t){return t.optFuzzy},optSearchInPath:function(t){return t.optSearchInPath},optSuggestPath:function(t){return t.optSuggestPath},optFragmentSize:function(t){return t.optFragmentSize},optQueryMode:function(t){return t.optQueryMode},optTreemapType:function(t){return t.optTreemapType},optTreemapTiling:function(t){return t.optTreemapTiling},optTreemapSize:function(t){return t.optTreemapSize},optTreemapColorGroupingDepth:function(t){return t.optTreemapColorGroupingDepth},optTreemapColor:function(t){return t.optTreemapColor},optLightboxLoadOnlyCurrent:function(t){return t.optLightboxLoadOnlyCurrent},optLightboxSlideDuration:function(t){return t.optLightboxSlideDuration},optResultSize:function(t){return t.size}}}),pn={score:{mode:[{_score:{order:"desc"}},{_tie:{order:"asc"}}],key:function(t){return t._score}},random:{mode:[{_score:{order:"desc"}},{_tie:{order:"asc"}}],key:function(t){return t._score}},dateAsc:{mode:[{mtime:{order:"asc"}},{_tie:{order:"asc"}}],key:function(t){return t._source.mtime}},dateDesc:{mode:[{mtime:{order:"desc"}},{_tie:{order:"asc"}}],key:function(t){return t._source.mtime}},sizeAsc:{mode:[{size:{order:"asc"}},{_tie:{order:"asc"}}],key:function(t){return t._source.size}},sizeDesc:{mode:[{size:{order:"desc"}},{_tie:{order:"asc"}}],key:function(t){return t._source.size}}},hn=function(){function t(){Object(W["a"])(this,t)}return Object(K["a"])(t,[{key:"searchQuery",value:function(){var t=dn.getters,e=t.searchText,n=t.pathText,r=""===e,i=t.sizeMin,o=t.sizeMax,a=t.dateMin,s=t.dateMax,c=t.fuzzy,u=t.size,l=t.lastDoc,d=t.selectedIndices.map((function(t){return t.id})),p=t.selectedMimeTypes,h=t.selectedTags,m=[{terms:{index:d}}];i&&o?m.push({range:{size:{gte:i,lte:o}}}):i?m.push({range:{size:{gte:i}}}):o&&m.push({range:{size:{lte:o}}}),a&&s?m.push({range:{mtime:{gte:a,lte:s}}}):a?m.push({range:{mtime:{gte:a}}}):s&&m.push({range:{mtime:{lte:s}}});var f=["name^8","content^3","album^8","artist^8","title^8","genre^2","album_artist^8","font_name^6"];t.optSearchInPath&&f.push("path.text^5"),c&&(f.push("content.nGram"),t.optSearchInPath&&f.push("path.nGram"),f.push("name.nGram^3"));var g,v=n.replace(/\/$/,"").toLowerCase();""!==v&&m.push({term:{path:v}}),p.length>0&&m.push({terms:{mime:p}}),h.length>0&&(t.optTagOrOperator?m.push({terms:{tag:h}}):h.forEach((function(t){return m.push({term:{tag:t}})}))),g="simple"===t.optQueryMode?{simple_query_string:{query:e,fields:f,default_operator:"and"}}:{query_string:{query:e,default_field:"name",default_operator:"and"}};var b={_source:{excludes:["content","_tie"]},query:{bool:{filter:m}},sort:pn[t.sortMode].mode,aggs:{total_size:{sum:{field:"size"}},total_count:{value_count:{field:"size"}}},size:u};return r||(b.query.bool.must=g),l&&(b.search_after=[pn[t.sortMode].key(l),l["_id"]]),t.optHighlight&&(b.highlight={pre_tags:[""],post_tags:[""],fragment_size:t.optFragmentSize,number_of_fragments:1,order:"score",fields:{content:{},name:{},"name.nGram":{},"content.nGram":{},font_name:{}}},t.optSearchInPath&&(b.highlight.fields["path.text"]={},b.highlight.fields["path.nGram"]={})),"random"===t.sortMode&&(b.query={function_score:{query:{bool:{must:m}},functions:[{random_score:{seed:t.seed,field:"_seq_no"},weight:1e3}],boost_mode:"sum"}},r||b.query.function_score.query.bool.must.push(g)),b}}]),t}(),mn=new hn,fn=n("b047"),gn=n.n(fn),vn=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("GridLayout",{ref:"grid-layout",attrs:{options:t.gridOptions},on:{append:t.append,"layout-complete":function(e){return t.$emit("layout-complete")}}},t._l(t.docs,(function(e){return n("DocCard",{key:e._id,attrs:{doc:e,width:t.width}})})),1)},bn=[],xn=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"doc-card",class:{"sub-document":t.doc._props.isSubDocument},style:"width: "+t.width+"px"},[n("b-card",{attrs:{"no-body":"","img-top":""}},[n("DocInfoModal",{attrs:{show:t.showInfo,doc:t.doc},on:{close:function(e){t.showInfo=!1}}}),n("ContentDiv",{attrs:{doc:t.doc}}),t.doc._props.hasThumbnail?n("div",{staticClass:"img-wrapper",on:{mouseenter:function(e){return t.onTnEnter()},mouseleave:function(e){return t.onTnLeave()}}},[t.doc._props.isAudio?n("div",{staticClass:"card-img-overlay",class:{"small-badge":t.smallBadge}},[n("span",{staticClass:"badge badge-resolution"},[t._v(t._s(t.humanTime(t.doc._source.duration)))])]):t._e(),t.doc._props.isImage&&!t.hover?n("div",{staticClass:"card-img-overlay",class:{"small-badge":t.smallBadge}},[n("span",{staticClass:"badge badge-resolution"},[t._v(t._s(t.doc._source.width+"x"+t.doc._source.height))])]):t._e(),(t.doc._props.isVideo||t.doc._props.isGif)&&t.doc._source.duration>0&&!t.hover?n("div",{staticClass:"card-img-overlay",class:{"small-badge":t.smallBadge}},[n("span",{staticClass:"badge badge-resolution"},[t._v(t._s(t.humanTime(t.doc._source.duration)))])]):t._e(),t.doc._props.isPlayableVideo?n("div",{staticClass:"play"},[n("svg",{attrs:{viewBox:"0 0 494.942 494.942",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"m35.353 0 424.236 247.471-424.236 247.471z"}})])]):t._e(),t.doc._props.isPlayableImage||t.doc._props.isPlayableVideo?n("img",{staticClass:"pointer fit card-img-top",attrs:{src:t.doc._props.isGif&&t.hover?"f/"+t.doc._id:"t/"+t.doc._source.index+"/"+t.doc._id,alt:""},on:{click:function(e){return t.onThumbnailClick()}}}):n("img",{staticClass:"fit card-img-top",attrs:{src:"t/"+t.doc._source.index+"/"+t.doc._id,alt:""}})]):t._e(),t.doc._props.isAudio?n("audio",{ref:"audio",staticClass:"audio-fit fit",attrs:{preload:"none",controls:"",type:t.doc._source.mime,src:"f/"+t.doc._id},on:{play:function(e){return t.onAudioPlay()}}}):t._e(),n("b-card-body",{staticClass:"padding-03"},[n("div",{staticStyle:{display:"flex"}},[n("span",{staticClass:"info-icon",on:{click:function(e){return t.onInfoClick()}}}),n("DocFileTitle",{attrs:{doc:t.doc}})],1),n("div",{staticClass:"card-text"},[n("TagContainer",{attrs:{hit:t.doc}})],1)])],1)],1)},yn=[],_n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{on:{mouseenter:function(e){t.showAddButton=!0},mouseleave:function(e){t.showAddButton=!1}}},[n("b-modal",{attrs:{title:t.$t("saveTagModalTitle"),"hide-footer":"","no-fade":"",centered:"",size:"lg",static:"",lazy:""},model:{value:t.showModal,callback:function(e){t.showModal=e},expression:"showModal"}},[n("b-row",[n("b-col",{staticStyle:{"flex-grow":"2"},attrs:{sm:""}},[n("VueSimpleSuggest",{ref:"suggest",staticClass:"form-control-fix-flex",staticStyle:{"margin-top":"17px"},attrs:{value:t.tagText,list:t.suggestTag,"max-suggestions":0,placeholder:t.$t("saveTagPlaceholder")},on:{select:function(e){return t.setTagText(e)},input:function(e){return t.setTagText(e)}},scopedSlots:t._u([{key:"suggestion-item",fn:function(e){var r=e.suggestion,i=e.query;return n("div",{},[n("div",{staticClass:"suggestion-line"},[n("span",{staticClass:"badge badge-suggestion",style:{background:t.getBg(r),color:t.getFg(r)}},[n("strong",[t._v(t._s(i))]),t._v(t._s(t.getSuggestionWithoutQueryPrefix(r,i))+" ")])])])}}])})],1),n("b-col",{staticClass:"mt-4"},[n("TwitterColorPicker",{staticClass:"mr-auto ml-auto",attrs:{triangle:"hide",width:252},model:{value:t.color,callback:function(e){t.color=e},expression:"color"}})],1)],1),n("b-button",{staticClass:"mt-2",staticStyle:{float:"right"},attrs:{variant:"primary"},on:{click:function(e){return t.saveTag()}}},[t._v(t._s(t.$t("confirm"))+" ")])],1),t._l(t.hit._tags,(function(e){return[e.userTag?n("div",{key:e.rawText,staticStyle:{display:"inline-block"}},[n("span",{staticClass:"badge pointer",class:t.badgeClass(e),style:t.badgeStyle(e),attrs:{id:t.hit._id+e.rawText,title:e.text,tabindex:"-1"},on:{contextmenu:function(n){return t.onTagRightClick(e,n)}}},[t._v(t._s(e.text.split(".").pop()))]),n("b-popover",{attrs:{target:t.hit._id+e.rawText,triggers:"focus blur",placement:"top"}},[n("b-button",{attrs:{variant:"danger"},on:{click:function(n){return t.onTagDeleteClick(e,n)}}},[t._v("Delete")])],1)],1):n("span",{key:e.text,staticClass:"badge",class:t.badgeClass(e),style:t.badgeStyle(e)},[t._v(t._s(e.text.split(".").pop()))])]})),t.showAddButton?n("small",{staticClass:"badge add-tag-button",on:{click:function(e){return t.tagAdd()}}},[t._v("Add")]):n("small",{staticClass:"text-muted badge-size"},[t._v(t._s(t.humanFileSize(t.hit._source.size)))])],2)},Tn=[],Sn=(n("2532"),n("7db0"),n("c345")),wn=n("5111"),zn=r["default"].extend({components:{TwitterColorPicker:Sn["Twitter"],VueSimpleSuggest:wn["a"]},props:["hit"],data:function(){return{showAddButton:!1,showModal:!1,tagText:null,color:{hex:"#e0e0e0"}}},computed:{tagHover:function(){return this.$store.getters["uiTagHover"]}},methods:{humanFileSize:H,getSuggestionWithoutQueryPrefix:function(t,e){return t.id.slice(e.length,-8)},getBg:function(t){return t.id.slice(-7)},getFg:function(t){return U(t.id.slice(-7))>50?"#000":"#fff"},setTagText:function(t){this.$refs.suggest.clearSuggestions(),"string"!==typeof t?(this.color={hex:"#"+t.id.split("#")[1]},this.tagText=t):this.tagText={id:t,title:t}},badgeClass:function(t){return"badge-".concat(t.style)},badgeStyle:function(t){return{background:t.bg,color:t.fg}},onTagHover:function(t){t.userTag&&this.$store.commit("setUiTagHover",t)},onTagLeave:function(){this.$store.commit("setUiTagHover",null)},onTagDeleteClick:function(t,e){var n=this;this.hit._tags=this.hit._tags.filter((function(e){return e!==t})),nt.deleteTag(t.rawText,this.hit).then((function(){n.$store.commit("busUpdateWallItems"),n.$store.commit("busUpdateTags")}))},tagAdd:function(){this.showModal=!0},saveTag:function(){var t=this;if(this.tagText.id.includes("#"))this.$bvToast.toast(this.$t("toast.invalidTag"),{title:this.$t("toast.invalidTagTitle"),noAutoHide:!0,toaster:"b-toaster-bottom-right",headerClass:"toast-header-error",bodyClass:"toast-body-error"});else{var e=this.tagText.id+this.color.hex.replace("#",".#"),n=this.hit._tags.filter((function(t){return t.userTag}));null==n.find((function(t){return t.rawText===e}))?(this.hit._tags.push(nt.createUserTag(e)),nt.saveTag(e,this.hit).then((function(){t.tagText=null,t.showModal=!1,t.$store.commit("busUpdateWallItems"),t.$store.commit("busUpdateTags")}))):this.$bvToast.toast(this.$t("toast.dupeTag"),{title:this.$t("toast.dupeTagTitle"),noAutoHide:!0,toaster:"b-toaster-bottom-right",headerClass:"toast-header-error",bodyClass:"toast-body-error"})}},suggestTag:function(t){var e=this;return Object(Ue["a"])(regeneratorRuntime.mark((function n(){var r,i,o;return regeneratorRuntime.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return t=t.toLowerCase(),n.next=3,e.getTagChoices(t);case 3:for(r=n.sent,i=[],o=0;o').concat(t,", ").concat(e,"")}function An(t,e){var n=t.split(","),r=Number(n[0].trim().split(":")[0])/Number(n[0].trim().split(":")[1]),i=Number(n[1].trim().split(":")[0])/Number(n[1].trim().split(":")[1]),o=Number(n[2].trim().split(":")[0])/Number(n[2].trim().split(":")[1]);return(r+i/60+o/3600)*("S"===e||"W"===e?-1:1)}var Rn={name:"InfoTable",props:["doc"],computed:{tableItems:function(){var t=this.doc._source,e=[{key:"index",value:"[".concat(this.$store.getters.indexMap[t.index].name,"]")},{key:"mtime",value:R(t.mtime)},{key:"mime",value:t.mime},{key:"size",value:H(t.size)},{key:"path",value:t.path}];"width"in this.doc._source&&e.push({key:"image size",value:"".concat(t.width,"x").concat(t.height)});var n=["title","duration","audioc","videoc","bitrate","artist","album","album_artist","genre","font_name","author","modified_by","pages","tag","exif_make","exif_software","exif_exposure_time","exif_fnumber","exif_focal_length","exif_user_comment","exif_iso_speed_ratings","exif_model","exif_datetime"];return n.forEach((function(n){n in t&&e.push({key:n,value:t[n]})})),"exif_gps_longitude_dec"in t?e.push({key:"Exif GPS",html:Hn(t["exif_gps_latitude_dec"],t["exif_gps_longitude_dec"])}):"exif_gps_longitude_dms"in t&&e.push({key:"Exif GPS",html:Hn(An(t["exif_gps_latitude_dms"],t["exif_gps_latitude_ref"]),An(t["exif_gps_longitude_dms"],t["exif_gps_longitude_ref"]))}),e}}},Un=Rn,Fn=Object(m["a"])(Un,En,Bn,!1,null,"9f8a52b6",null),Qn=Fn.exports,Nn=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.loading?n("Preloader"):t.content?n("div",{staticClass:"content-div"},[t._v(t._s(t.content))]):t._e()},Gn=[],Vn={name:"LazyContentDiv",components:{Preloader:Tt},props:["docId"],data:function(){return{content:"",loading:!0}},mounted:function(){var t=this;nt.getDocInfo(this.docId).then((function(e){t.content=e.data.content,t.loading=!1}))}},Wn=Vn,Kn=Object(m["a"])(Wn,Nn,Gn,!1,null,"3644e939",null),Yn=Kn.exports,Jn={name:"DocInfoModal",components:{LazyContentDiv:Yn,InfoTable:Qn},props:["doc","show"],methods:{ext:j}},Zn=Jn,Xn=Object(m["a"])(Zn,jn,qn,!1,null,"40b7be68",null),tr=Xn.exports,er=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.content()?n("div",{staticClass:"content-div",domProps:{innerHTML:t._s(t.content())}}):t._e()},nr=[],rr={name:"ContentDiv",props:["doc"],methods:{content:function(){return this.doc.highlight?this.doc.highlight["content.nGram"]?this.doc.highlight["content.nGram"][0]:this.doc.highlight.content?this.doc.highlight.content[0]:void 0:null}}},ir=rr,or=Object(m["a"])(ir,er,nr,!1,null,"a093e946",null),ar=or.exports,sr={components:{ContentDiv:ar,DocInfoModal:tr,DocFileTitle:Pn,TagContainer:On},props:["doc","width"],data:function(){return{ext:j,showInfo:!1,hover:!1}},computed:{placeHolderStyle:function(){var t=this.doc._source.thumbnail.split(","),e=Number(t[0]),n=Number(t[1]),r=400;return{height:"".concat(Math.min(n/e*this.width,r),"px")}},smallBadge:function(){return this.width<150}},methods:{humanFileSize:H,humanTime:A,onInfoClick:function(){this.showInfo=!0},onThumbnailClick:function(){var t=this;return Object(Ue["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return t.$store.commit("setUiLightboxSlide",t.doc._seq),e.next=3,t.$store.dispatch("showLightbox");case 3:case"end":return e.stop()}}),e)})))()},onAudioPlay:function(){var t=this;document.getElementsByTagName("audio").forEach((function(e){e!==t.$refs["audio"]&&e.pause()}))},onTnEnter:function(){this.hover=!0},onTnLeave:function(){this.hover=!1}}},cr=sr,ur=(n("b9df"),n("706c"),Object(m["a"])(cr,xn,yn,!1,null,"a78557ce",null)),lr=ur.exports,dr=n("527a");r["default"].use(dr["a"]);var pr=r["default"].extend({components:{DocCard:lr},props:["docs","append"],data:function(){return{width:0,gridOptions:{align:"center",margin:0,transitionDuration:0,isOverflowScroll:!1,isConstantSize:!1,useFit:!1,useRecycle:!1}}},computed:{colCount:function(){var t=this.$store.getters["optColumns"];return"auto"===t?Math.round(this.$refs["grid-layout"].$el.scrollWidth/300):t}},mounted:function(){var t=this;this.width=this.$refs["grid-layout"].$el.scrollWidth/this.colCount,1===this.colCount&&this.$refs["grid-layout"].$el.classList.add("grid-single-column"),this.$store.subscribe((function(e){"busUpdateWallItems"===e.type&&t.$refs["grid-layout"]&&t.$refs["grid-layout"].updateItems()}))}}),hr=pr,mr=Object(m["a"])(hr,vn,bn,!1,null,null,null),fr=mr.exports,gr=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("FsLightbox",{key:t.lightboxKey,attrs:{toggler:t.showLightbox,sources:t.lightboxSources,thumbs:t.lightboxThumbs,captions:t.lightboxCaptions,types:t.lightboxTypes,"source-index":t.lightboxSlide,"custom-toolbar-buttons":t.customButtons,"slideshow-time":1e4,"zoom-increment":.5,"load-only-current-source":t.$store.getters.optLightboxLoadOnlyCurrent,"on-close":t.onClose,"on-open":t.onShow,"on-slide-change":t.onSlideChange}}),n("a",{staticStyle:{display:"none"},attrs:{id:"lightbox-download"}})],1)},vr=[],br=n("e099"),xr=n.n(br),yr={name:"Lightbox",components:{FsLightbox:xr.a},data:function(){return{customButtons:[{viewBox:"0 0 384.928 384.928",d:"M321.339,245.334c-4.74-4.692-12.439-4.704-17.179,0l-99.551,98.564V12.03 c0-6.641-5.438-12.03-12.151-12.03s-12.151,5.39-12.151,12.03v331.868l-99.551-98.552c-4.74-4.704-12.439-4.704-17.179,0 s-4.74,12.319,0,17.011l120.291,119.088c4.692,4.644,12.499,4.644,17.191,0l120.291-119.088 C326.091,257.653,326.091,250.038,321.339,245.334C316.599,240.642,326.091,250.038,321.339,245.334z",width:"17px",height:"17px",title:"Download",onClick:this.onDownloadClick}]}},computed:{showLightbox:function(){return this.$store.getters["uiShowLightbox"]},lightboxSources:function(){return this.$store.getters["uiLightboxSources"]},lightboxThumbs:function(){return this.$store.getters["uiLightboxThumbs"]},lightboxKey:function(){return this.$store.getters["uiLightboxKey"]},lightboxSlide:function(){return this.$store.getters["uiLightboxSlide"]},lightboxCaptions:function(){return this.$store.getters["uiLightboxCaptions"]},lightboxTypes:function(){return this.$store.getters["uiLightboxTypes"]}},methods:{onDownloadClick:function(){var t=this.lightboxSources[this.lightboxSlide],e=document.getElementById("lightbox-download");e.setAttribute("href",t),e.setAttribute("download",""),e.click()},onShow:function(){this.$store.commit("setUiLightboxIsOpen",!0)},onClose:function(){this.$store.commit("setUiLightboxIsOpen",!1)},onSlideChange:function(){document.getElementsByTagName("video").forEach((function(t){t.pause()}))}}},_r=yr,Tr=(n("5ee9"),Object(m["a"])(_r,gr,vr,!1,null,null,null)),Sr=Tr.exports,wr=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"lightbox-caption"},[n("p",[n("b",[t._v(t._s("["+t.$store.getters.indices.find((function(e){return e.id===t.hit._source.index})).name+"]"))]),t._v(t._s("/"+t.hit._source.path+"/"+t.hit._source.name+t.ext(t.hit))+" ")]),n("p",{staticStyle:{"margin-top":"-1em"}},[t.hit._source.width?n("span",[t._v(t._s(t.hit._source.width+"x"+t.hit._source.height))]):t._e(),t._v(" "+t._s(" ("+t.humanFileSize(t.hit._source.size)+")")+" ")])])},zr=[],$r={name:"LightboxCaption",props:["hit"],methods:{humanFileSize:H,ext:j}},Cr=$r,Or=Object(m["a"])(Cr,wr,zr,!1,null,null,null),kr=Or.exports,Mr=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{attrs:{id:"mimeTree"}})},Lr=[],Ir=n("cea5"),Dr=n.n(Ir),Pr=n("52e7"),jr=n.n(Pr),qr=(n("aac9"),{name:"MimePicker",data:function(){return{mimeTree:null}},mounted:function(){var t=this;this.$store.subscribe((function(e){if("setUiMimeMap"===e.type){var n=e.payload.slice();t.mimeTree=new Dr.a({selection:{mode:"checkbox"},data:n}),new jr.a(t.mimeTree,{target:"#mimeTree"}),t.mimeTree.on("node.state.changed",t.handleTreeClick),t.mimeTree.deselect(),t.$store.state._onLoadSelectedMimeTypes.length>0&&t.$store.state._onLoadSelectedMimeTypes.forEach((function(e){t.mimeTree.node(e).select()}))}}))},methods:{handleTreeClick:function(t,e){"indeterminate"!==e&&"collapsed"!==e&&"rendered"!==e&&"focused"!==e&&this.$store.commit("setSelectedMimeTypes",F(this.mimeTree))}}}),Er=qr,Br=(n("f798"),Object(m["a"])(Er,Mr,Lr,!1,null,"1ea26eb2",null)),Hr=Br.exports,Ar=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.lastResultsLoaded?n("b-card",{attrs:{id:"results"}},[n("span",[t._v(t._s(t.hitCount)+" "+t._s(1===t.hitCount?t.$t("hit"):t.$t("hits")))]),n("div",{staticStyle:{float:"right"}},[n("b-button",{directives:[{name:"b-toggle",rawName:"v-b-toggle.collapse-1",modifiers:{"collapse-1":!0}}],staticClass:"not-mobile",attrs:{variant:"primary"}},[t._v(t._s(t.$t("details")))]),n("SortSelect",{staticClass:"ml-2"}),n("DisplayModeToggle",{staticClass:"ml-2"})],1),n("b-collapse",{staticClass:"pt-2",staticStyle:{clear:"both"},attrs:{id:"collapse-1"}},[n("b-card",[n("b-table",{staticClass:"mb-0",attrs:{items:t.tableItems,small:"",borderless:"","thead-class":"hidden"}})],1)],1)],1):t._e()},Rr=[],Ur=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-button-group",[n("b-button",{attrs:{variant:"primary",title:t.$t("displayMode.list"),pressed:"list"===t.optDisplay},on:{click:function(e){return t.setOptDisplay("list")}}},[n("svg",{attrs:{width:"20px",height:"20px",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"}},[n("path",{attrs:{fill:"currentColor",d:"M80 368H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0-320H16A16 16 0 0 0 0 64v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm416 176H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z"}})])]),n("b-button",{attrs:{variant:"primary",title:t.$t("displayMode.grid"),pressed:"grid"===t.optDisplay},on:{click:function(e){return t.setOptDisplay("grid")}}},[n("svg",{attrs:{width:"20px",height:"20px",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"}},[n("path",{attrs:{fill:"currentColor",d:"M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"}})])])],1)},Fr=[],Qr={name:"DisplayModeToggle",computed:Object(s["a"])({},Object(_["c"])(["optDisplay"])),methods:Object(s["a"])({},Object(_["d"])(["setOptDisplay"]))},Nr=Qr,Gr=Object(m["a"])(Nr,Ur,Fr,!1,null,"747547a4",null),Vr=Gr.exports,Wr=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-dropdown",{attrs:{variant:"primary"},scopedSlots:t._u([{key:"button-content",fn:function(){return[n("svg",{attrs:{"aria-hidden":"true",width:"20px",height:"20px",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512"}},[n("path",{attrs:{fill:"currentColor",d:"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z"}})])]},proxy:!0}])},[n("b-dropdown-item",{class:{"dropdown-active":"score"===t.sort},on:{click:function(e){return t.onSelect("score")}}},[t._v(t._s(t.$t("sort.relevance"))+" ")]),n("b-dropdown-item",{class:{"dropdown-active":"dateAsc"===t.sort},on:{click:function(e){return t.onSelect("dateAsc")}}},[t._v(t._s(t.$t("sort.dateAsc"))+" ")]),n("b-dropdown-item",{class:{"dropdown-active":"dateDesc"===t.sort},on:{click:function(e){return t.onSelect("dateDesc")}}},[t._v(" "+t._s(t.$t("sort.dateDesc"))+" ")]),n("b-dropdown-item",{class:{"dropdown-active":"sizeAsc"===t.sort},on:{click:function(e){return t.onSelect("sizeAsc")}}},[t._v(t._s(t.$t("sort.sizeAsc"))+" ")]),n("b-dropdown-item",{class:{"dropdown-active":"sizeDesc"===t.sort},on:{click:function(e){return t.onSelect("sizeDesc")}}},[t._v(" "+t._s(t.$t("sort.sizeDesc"))+" ")]),n("b-dropdown-item",{class:{"dropdown-active":"random"===t.sort},on:{click:function(e){return t.onSelect("random")}}},[t._v(" "+t._s(t.$t("sort.random"))+" ")])],1)},Kr=[],Yr={name:"SortSelect",computed:{sort:function(){return this.$store.state.sortMode}},methods:{onSelect:function(t){"random"===t&&this.$store.commit("setSeed",Math.round(1e5*Math.random())),this.$store.commit("setSortMode",t)}}},Jr=Yr,Zr=(n("a8cc"),Object(m["a"])(Jr,Wr,Kr,!1,null,null,null)),Xr=Zr.exports,ti=r["default"].extend({name:"ResultsCard",components:{SortSelect:Xr,DisplayModeToggle:Vr},computed:{lastResultsLoaded:function(){return null!=this.$store.state.lastQueryResults},hitCount:function(){return this.$store.state.lastQueryResults.aggregations.total_count.value},tableItems:function(){var t=[];return t.push({key:this.$t("queryTime"),value:this.took()}),t.push({key:this.$t("totalSize"),value:this.totalSize()}),t}},methods:{took:function(){return this.$store.state.lastQueryResults.took+"ms"},totalSize:function(){return H(this.$store.state.lastQueryResults.aggregations.total_size.value)}}}),ei=ti,ni=(n("a079"),Object(m["a"])(ei,Ar,Rr,!1,null,null,null)),ri=ni.exports,ii=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("div",{staticClass:"input-group",staticStyle:{"margin-bottom":"0.5em","margin-top":"1em"}},[n("div",{staticClass:"input-group-prepend"},[n("b-button",{attrs:{variant:"outline-secondary"},on:{click:function(e){return t.$refs["path-modal"].show()}}},[n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 576 512",width:"20px"}},[n("path",{attrs:{fill:"currentColor",d:"M288 224h224a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32H400L368 0h-80a32 32 0 0 0-32 32v64H64V8a8 8 0 0 0-8-8H40a8 8 0 0 0-8 8v392a16 16 0 0 0 16 16h208v64a32 32 0 0 0 32 32h224a32 32 0 0 0 32-32V352a32 32 0 0 0-32-32H400l-32-32h-80a32 32 0 0 0-32 32v64H64V128h192v64a32 32 0 0 0 32 32zm0 96h66.74l32 32H512v128H288zm0-288h66.74l32 32H512v128H288z"}})])])],1),n("VueSimpleSuggest",{staticClass:"form-control-fix-flex",attrs:{value:t.getPathText,list:t.suggestPath,"max-suggestions":0,placeholder:t.$t("pathBar.placeholder")},on:{input:t.setPathText},scopedSlots:t._u([{key:"suggestion-item",fn:function(e){var r=e.suggestion,i=e.query;return n("div",{},[n("div",{staticClass:"suggestion-line",attrs:{title:r}},[n("strong",[t._v(t._s(i))]),t._v(t._s(t.getSuggestionWithoutQueryPrefix(r,i))+" ")])])}}])})],1),n("b-modal",{ref:"path-modal",attrs:{title:t.$t("pathBar.modalTitle"),size:"lg","hide-footer":!0,static:""}},[n("div",{attrs:{id:"pathTree"}})])],1)},oi=[],ai=(n("c4c9"),{name:"PathTree",components:{VueSimpleSuggest:wn["a"]},data:function(){return{mimeTree:null,pathItems:[],tmpPath:""}},computed:Object(s["a"])({},Object(_["c"])(["getPathText"])),mounted:function(){var t=this;this.$store.subscribe((function(e){if("setIndices"===e.type){var n=new Dr.a({data:function(e,n,r){return t.getNextDepth(e)},sort:"text"});t.$store.state.indices.forEach((function(t){n.addNode({id:"/"+t.id,values:["/"+t.id],text:"/[".concat(t.name,"]"),index:t.id,depth:0,children:!0})})),new jr.a(n,{target:"#pathTree"}),n.on("node.click",t.handleTreeClick),n.expand()}}))},methods:Object(s["a"])(Object(s["a"])({},Object(_["d"])(["setPathText"])),{},{getSuggestionWithoutQueryPrefix:function(t,e){return t.slice(e.length)},getPathChoices:function(){var t=this;return Object(Ue["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise((function(e){var n={suggest:{path:{prefix:t.getPathText,completion:{field:"suggest-path",skip_duplicates:!0,size:1e4}}}};nt.esQuery(n).then((function(t){return e(t["suggest"]["path"][0]["options"].map((function(t){return t["_source"]["path"]})))}))})));case 1:case"end":return e.stop()}}),e)})))()},suggestPath:function(t){var e=this;return Object(Ue["a"])(regeneratorRuntime.mark((function n(){var r,i,o;return regeneratorRuntime.wrap((function(n){while(1)switch(n.prev=n.next){case 0:if(e.$store.state.optSuggestPath){n.next=2;break}return n.abrupt("return",[]);case 2:return t=t.toLowerCase(),n.next=5,e.getPathChoices();case 5:for(r=n.sent,i=[],o=0;o0&&(e.query.bool.must={prefix:{path:t.id}}),nt.esQuery(e).then((function(e){var n=e["aggregations"]["paths"]["buckets"];if(!n)return!1;var r=[];return n.filter((function(e){return e.key.length>t.id.length||t.id.startsWith("/")})).sort((function(t,e){return t.key>e.key})).map((function(e){if(r.some((function(t){return e.key.startsWith(t)})))return null;var n=t.id.startsWith("/")?e.key:e.key.slice(t.id.length+1);return r.push(e.key),{id:e.key,text:"".concat(n,"/ (").concat(e.doc_count,")"),depth:t.depth+1,index:t.index,values:[e.key],children:!0}})).filter((function(t){return null!==t}))}))},handleTreeClick:function(t,e,n){0!==e.depth&&(this.setPathText(e.id),this.$refs["path-modal"].hide(),this.$emit("search")),n()}})}),si=ai,ci=(n("ddab"),n("c919"),Object(m["a"])(si,ii,oi,!1,null,"b24a99e6",null)),ui=ci.exports,li=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{attrs:{id:"sizeSlider"}})},di=[],pi=n("f528"),hi=n.n(pi),mi=(n("df2f"),{name:"SizeSlider",mounted:function(){var t=this,e=document.getElementById("sizeSlider"),n=hi.a.create(e,{start:[this.$store.state.sizeMin?this.$store.state.sizeMin:0,this.$store.state.sizeMax?this.$store.state.sizeMax:5e10],tooltips:[!0,!0],behaviour:"drag-tap",connect:!0,range:{min:0,"10%":1e6,"20%":1e7,"50%":5e9,max:5e10},format:{to:function(t){return t>=5e10?"50G+":H(Math.round(t))},from:function(t){return t}}});D(e,10," - "),e.querySelectorAll(".noUi-connect")[0].classList.add("slider-color0"),n.on("set",(function(e,n,r){0===n?t.$store.commit("setSizeMin",0===r[0]?void 0:Math.round(r[0])):t.$store.commit("setSizeMax",r[1]>=5e10?void 0:Math.round(r[1]))}))}}),fi=mi,gi=(n("95ee"),Object(m["a"])(fi,li,di,!1,null,null,null)),vi=gi.exports,bi=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{attrs:{id:"dateSlider"}})},xi=[],yi={name:"DateSlider",mounted:function(){var t=this;this.$store.subscribe((function(e){if("setDateBoundsMax"===e.type){var n=document.getElementById("dateSlider");if(n.children.length>0)return;var r=t.$store.state.dateBoundsMax,i=t.$store.state.dateBoundsMin,o=hi.a.create(n,{start:[t.$store.state.dateMin?t.$store.state.dateMin:i,t.$store.state.dateMax?t.$store.state.dateMax:r],tooltips:[!0,!0],behaviour:"drag-tap",connect:!0,range:{min:i,max:r},format:{to:function(t){return R(t)},from:function(t){return t}}});D(n,10," - ",!0),n.querySelectorAll(".noUi-connect")[0].classList.add("slider-color0"),o.on("set",(function(e,n,o){0===n?t.$store.commit("setDateMin",o[0]===i?void 0:Math.round(o[0])):t.$store.commit("setDateMax",o[1]>=r?void 0:Math.round(o[1]))}))}}))}},_i=yi,Ti=(n("5a9f"),Object(m["a"])(_i,bi,xi,!1,null,null,null)),Si=Ti.exports,wi=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{attrs:{id:"tagTree"}})},zi=[];function $i(t){return t._tree.defaultState.forEach((function(e,n){t.state(n,e)})),t}function Ci(t,e,n,r,i){return r.state(t)!==e&&(r._tree.batch(),r._tree.config.nodes.resetStateOnRestore&&"restored"===n&&$i(r),r.state(t,e),r._tree.emit("node."+n,r,!1),i&&r.hasChildren()&&r.children.recurseDown((function(r){Ci(t,e,n,r)})),r.markDirty(),r._tree.end()),r}function Oi(t,e,n,r){var i=e.split("."),o={id:n,count:r,text:1!==i.length?i[0]:"".concat(i[0]," (").concat(r,")"),name:i[0],children:[],blur:function(){},select:function(){return this.state("selected",!0),this.check()},deselect:function(){return this.state("selected",!1),this.uncheck()},uncheck:function(){return Ci("checked",!1,"unchecked",this,!1),this.state("indeterminate",!1),this.hasParent()&&this.getParent().refreshIndeterminateState(),this._tree.end(),this},check:function(){return Ci("checked",!0,"checked",this,!1),this.hasParent()&&this.getParent().refreshIndeterminateState(),this._tree.end(),this}},a=!1;t.forEach((function(t){t.name===o.name&&(a=!0,1!==i.length?Oi(t.children,i.slice(1).join("."),n,r):(console.error("FIXME: Duplicate tag?"),console.trace(t)))})),a||(1!==i.length?(Oi(o.children,i.slice(1).join("."),n,r),t.push(o)):t.push(o))}var ki={name:"TagPicker",data:function(){return{tagTree:null,loadedFromArgs:!1}},mounted:function(){var t=this;this.$store.subscribe((function(e){"setUiMimeMap"===e.type?(t.initializeTree(),t.updateTree()):"busUpdateTags"===e.type&&window.setTimeout(t.updateTree,2e3)}))},methods:{initializeTree:function(){var t=[];this.tagTree=new Dr.a({selection:{mode:"checkbox",autoDeselect:!1},checkbox:{autoCheckChildren:!1},data:t}),new jr.a(this.tagTree,{target:"#tagTree"}),this.tagTree.on("node.state.changed",this.handleTreeClick)},updateTree:function(){var t=this,e=[];nt.getTags().then((function(n){n.forEach((function(t){return Oi(e,t.id,t.id,t.count)})),t.tagTree.removeAll(),t.tagTree.addNodes(e),t.$store.state._onLoadSelectedTags.length>0&&!t.loadedFromArgs&&t.$store.state._onLoadSelectedTags.forEach((function(e){t.tagTree.node(e).select(),t.loadedFromArgs=!0}))}))},handleTreeClick:function(t,e){"indeterminate"!==e&&"collapsed"!==e&&"rendered"!==e&&"focused"!==e&&this.$store.commit("setSelectedTags",F(this.tagTree))}}},Mi=ki,Li=(n("706cd"),n("e478"),Object(m["a"])(Mi,wi,zi,!1,null,"61ce9763",null)),Ii=Li.exports,Di=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-list-group",{staticClass:"mt-3"},t._l(t.docs,(function(t){return n("DocListItem",{key:t._id,attrs:{doc:t}})})),1)},Pi=[],ji=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-list-group-item",{staticClass:"flex-column align-items-start mb-2"},[n("DocInfoModal",{attrs:{show:t.showInfo,doc:t.doc},on:{close:function(e){t.showInfo=!1}}}),n("div",{staticClass:"media ml-2"},[t.doc._props.hasThumbnail?n("div",{staticClass:"align-self-start mr-2 wrapper-sm"},[n("div",{staticClass:"img-wrapper"},[t.doc._props.isPlayableVideo?n("div",{staticClass:"play"},[n("svg",{attrs:{viewBox:"0 0 494.942 494.942",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"m35.353 0 424.236 247.471-424.236 247.471z"}})])]):t._e(),t.doc._props.isPlayableImage||t.doc._props.isPlayableVideo?n("img",{staticClass:"pointer fit-sm",attrs:{src:t.doc._props.isGif&&t.hover?"f/"+t.doc._id:"t/"+t.doc._source.index+"/"+t.doc._id,alt:""},on:{click:function(e){return t.onThumbnailClick()}}}):n("img",{staticClass:"fit-sm",attrs:{src:"t/"+t.doc._source.index+"/"+t.doc._id,alt:""}})])]):n("div",{staticClass:"file-icon-wrapper"},[n("FileIcon")],1),n("div",{staticClass:"doc-line ml-3"},[n("div",{staticStyle:{display:"flex"}},[n("span",{staticClass:"info-icon",on:{click:function(e){t.showInfo=!0}}}),n("DocFileTitle",{attrs:{doc:t.doc}})],1),n("ContentDiv",{attrs:{doc:t.doc}}),n("div",{staticClass:"path-row"},[n("div",{staticClass:"path-line",domProps:{innerHTML:t._s(t.path())}}),n("TagContainer",{attrs:{hit:t.doc}})],1),t.doc._source.pages||t.doc._source.author?n("div",{staticClass:"path-row text-muted"},[t.doc._source.pages?n("span",[t._v(t._s(t.doc._source.pages)+" "+t._s(t.doc._source.pages>1?t.$t("pages"):t.$t("page")))]):t._e(),t.doc._source.author&&t.doc._source.pages?n("span",{staticClass:"mx-1"},[t._v("-")]):t._e(),t.doc._source.author?n("span",[t._v(t._s(t.doc._source.author))]):t._e()]):t._e()],1)])],1)},qi=[],Ei=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("svg",{staticClass:"file-icon",attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 50 50"}},[n("path",{attrs:{fill:"currentColor",d:"M 7 2 L 7 48 L 43 48 L 43 14.59375 L 42.71875 14.28125 L 30.71875 2.28125 L 30.40625 2 Z M 9 4 L 29 4 L 29 16 L 41 16 L 41 46 L 9 46 Z M 31 5.4375 L 39.5625 14 L 31 14 Z"}})])},Bi=[],Hi={name:"FileIcon"},Ai=Hi,Ri=(n("5de8"),Object(m["a"])(Ai,Ei,Bi,!1,null,"0cec34c8",null)),Ui=Ri.exports,Fi={name:"DocListItem",components:{FileIcon:Ui,ContentDiv:ar,DocInfoModal:tr,DocFileTitle:Pn,TagContainer:On},props:["doc"],data:function(){return{hover:!1,showInfo:!1}},methods:{onThumbnailClick:function(){var t=this;return Object(Ue["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return t.$store.commit("setUiLightboxSlide",t.doc._seq),e.next=3,t.$store.dispatch("showLightbox");case 3:case"end":return e.stop()}}),e)})))()},path:function(){return this.doc.highlight?this.doc.highlight["path.text"]?this.doc.highlight["path.text"]+"/":this.doc.highlight["path.nGram"]?this.doc.highlight["path.nGram"]+"/":this.doc._source.path+"/":this.doc._source.path+"/"}}},Qi=Fi,Ni=(n("acc3"),Object(m["a"])(Qi,ji,qi,!1,null,"02cf2d49",null)),Gi=Ni.exports,Vi=r["default"].extend({name:"DocList",components:{DocListItem:Gi},props:["docs","append"],mounted:function(){var t=this;window.addEventListener("scroll",(function(){var e=400,n=document.getElementById("app");window.innerHeight+window.scrollY>=n.offsetHeight-e&&t.append()}))}}),Wi=Vi,Ki=(n("7191"),Object(m["a"])(Wi,Di,Pi,!1,null,null,null)),Yi=Ki.exports,Ji=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-modal",{attrs:{visible:t.show,size:"lg","hide-footer":!0,static:"",title:t.$t("help.help")},on:{close:function(e){return t.$emit("close")},hide:function(e){return t.$emit("close")}}},[n("h2",[t._v(t._s(t.$t("help.simpleSearch")))]),n("table",{staticClass:"table"},[n("tbody",[n("tr",[n("td",[n("code",[t._v("+")])]),n("td",[t._v(t._s(t.$t("help.and")))])]),n("tr",[n("td",[n("code",[t._v("|")])]),n("td",[t._v(t._s(t.$t("help.or")))])]),n("tr",[n("td",[n("code",[t._v("-")])]),n("td",[t._v(t._s(t.$t("help.not")))])]),n("tr",[n("td",[n("code",[t._v('""')])]),n("td",[t._v(t._s(t.$t("help.quotes")))])]),n("tr",[n("td",[n("code",[t._v(t._s(t.$t("help.term"))+"*")])]),n("td",[t._v(t._s(t.$t("help.prefix")))])]),n("tr",[n("td",[n("code",[t._v("(")]),t._v(" "+t._s(t.$t("and"))+" "),n("code",[t._v(")")])]),n("td",[t._v(t._s(t.$t("help.parens")))])]),n("tr",[n("td",[n("code",[t._v(t._s(t.$t("help.term"))+"~N")])]),n("td",[t._v(t._s(t.$t("help.tildeTerm")))])]),n("tr",[n("td",[n("code",[t._v('"..."~N')])]),n("td",[t._v(t._s(t.$t("help.tildePhrase")))])])])]),n("p",{domProps:{innerHTML:t._s(t.$t("help.example1"))}}),n("p",{domProps:{innerHTML:t._s(t.$t("help.defaultOperator"))}}),n("p",{domProps:{innerHTML:t._s(t.$t("help.fuzzy"))}}),n("br"),n("p",{domProps:{innerHTML:t._s(t.$t("help.moreInfoSimple"))}}),n("p"),n("h2",[t._v(t._s(t.$t("help.advancedSearch")))]),n("p",{domProps:{innerHTML:t._s(t.$t("help.moreInfoAdvanced"))}})])},Zi=[],Xi={name:"HelpDialog",props:["show"]},to=Xi,eo=Object(m["a"])(to,Ji,Zi,!1,null,"0872e493",null),no=eo.exports,ro=r["default"].extend({components:{HelpDialog:no,DocList:Yi,TagPicker:Ii,DateSlider:Si,SizeSlider:vi,PathTree:ui,ResultsCard:ri,MimePicker:Hr,Lightbox:Sr,DocCardWall:fr,IndexPicker:ln,SearchBar:We,Preloader:Tt},data:function(){return{loading:!1,uiLoading:!0,search:void 0,docs:[],docIds:new Set,searchBusy:!1,Sist2Query:mn,showHelp:!1}},computed:Object(s["a"])({},Object(_["c"])(["indices","optDisplay"])),mounted:function(){var t=this;this.search=gn()(function(){var e=Object(Ue["a"])(regeneratorRuntime.mark((function e(n){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!n){e.next=3;break}return e.next=3,t.clearResults();case 3:return e.next=5,t.searchNow(mn.searchQuery());case 5:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),350,{leading:!1}),nt.getMimeTypes().then((function(e){t.$store.commit("setUiMimeMap",e)})),this.$store.dispatch("loadFromArgs",this.$route).then((function(){t.$store.subscribe((function(){return t.$store.dispatch("updateArgs",t.$router)})),t.$store.subscribe((function(e){if(["setSizeMin","setSizeMax","setDateMin","setDateMax","setSearchText","setPathText","setSortMode","setOptHighlight","setOptFragmentSize","setFuzzy","setSize","setSelectedIndices","setSelectedMimeTypes","setSelectedTags","setOptQueryMode","setOptSearchInPath"].includes(e.type)){if(t.searchBusy)return;t.search(!0)}}))})),this.getDateRange().then((function(e){t.setDateBoundsMin(e.min),t.setDateBoundsMax(e.max),nt.getSist2Info().then((function(e){t.setSist2Info(e),t.setIndices(e.indices),t.uiLoading=!1,t.search(!0)})).catch((function(){t.showErrorToast()}))}))},methods:Object(s["a"])(Object(s["a"])({},Object(_["d"])({setSist2Info:"setSist2Info",setIndices:"setIndices",setDateBoundsMin:"setDateBoundsMin",setDateBoundsMax:"setDateBoundsMax",setTags:"setTags"})),{},{showErrorToast:function(){this.$bvToast.toast(this.$t("toast.esConnErr"),{title:this.$t("toast.esConnErrTitle"),noAutoHide:!0,toaster:"b-toaster-bottom-right",headerClass:"toast-header-error",bodyClass:"toast-body-error"})},showSyntaxErrorToast:function(){this.$bvToast.toast(this.$t("toast.esQueryErr"),{title:this.$t("toast.esQueryErrTitle"),noAutoHide:!0,toaster:"b-toaster-bottom-right",headerClass:"toast-header-warning",bodyClass:"toast-body-warning"})},searchNow:function(t){var e=this;return Object(Ue["a"])(regeneratorRuntime.mark((function n(){return regeneratorRuntime.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return e.searchBusy=!0,n.next=3,e.$store.dispatch("incrementQuerySequence");case 3:nt.esQuery(t).then(function(){var t=Object(Ue["a"])(regeneratorRuntime.mark((function t(n){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e.handleSearch(n);case 2:e.searchBusy=!1;case 3:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()).catch((function(t){500===t.response.status&&"advanced"===e.$store.state.optQueryMode?e.showSyntaxErrorToast():e.showErrorToast()}));case 4:case"end":return n.stop()}}),n)})))()},clearResults:function(){var t=this;return Object(Ue["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return t.docs=[],t.docIds.clear(),e.next=4,t.$store.dispatch("clearResults");case 4:t.$store.commit("setUiReachedScrollEnd",!1);case 5:case"end":return e.stop()}}),e)})))()},handleSearch:function(t){var e=this;return Object(Ue["a"])(regeneratorRuntime.mark((function n(){var r,i,o,a;return regeneratorRuntime.wrap((function(n){while(1)switch(n.prev=n.next){case 0:0==t.hits.hits.length&&e.$store.commit("setUiReachedScrollEnd",!0),t.hits.hits=t.hits.hits.filter((function(t){return!e.docIds.has(t._id)})),t.hits.hits.forEach((function(t){return e.docIds.add(t._id)})),i=Object(Re["a"])(t.hits.hits),n.prev=4,i.s();case 6:if((o=i.n()).done){n.next=15;break}if(a=o.value,!a._props.isPlayableImage&&!a._props.isPlayableVideo){n.next=13;break}return n.next=11,e.$store.dispatch("getKeySequence");case 11:a._seq=n.sent,e.$store.commit("addLightboxSource",{source:"f/".concat(a._id),thumbnail:a._props.hasThumbnail?"t/".concat(a._source.index,"/").concat(a._id):null,caption:{component:kr,props:{hit:a}},type:a._props.isVideo?"video":"image"});case 13:n.next=6;break;case 15:n.next=20;break;case 17:n.prev=17,n.t0=n["catch"](4),i.e(n.t0);case 20:return n.prev=20,i.f(),n.finish(20);case 23:return n.next=25,e.$store.dispatch("remountLightbox");case 25:e.$store.commit("setLastQueryResult",t),(r=e.docs).push.apply(r,Object(L["a"])(t.hits.hits));case 27:case"end":return n.stop()}}),n,null,[[4,17,20,23]])})))()},getDateRange:function(){return nt.esQuery({aggs:{dateMin:{min:{field:"mtime"}},dateMax:{max:{field:"mtime"}}},size:0}).then((function(t){return{min:t.aggregations.dateMin.value,max:t.aggregations.dateMax.value}}))},appendFunc:function(){this.$store.state.uiReachedScrollEnd||!this.search||this.searchBusy||this.searchNow(mn.searchQuery())}}),beforeRouteUpdate:function(t,e,n){this.$store.state.uiLightboxIsOpen?(this.$store.commit("_setUiShowLightbox",!1),n(!1)):n()}}),io=ro,oo=(n("c2e3"),Object(m["a"])(io,He,Ae,!1,null,null,null)),ao=oo.exports;r["default"].use($["a"]);var so=[{path:"/",name:"SearchPage",component:ao},{path:"/stats",name:"Stats",component:ce},{path:"/config",name:"Configuration",component:Be}],co=new $["a"]({mode:"hash",base:"",routes:so,scrollBehavior:function(t,e,n){}}),uo=co,lo=n("a925"),po={en:{searchBar:{simple:"Search",advanced:"Advanced search",fuzzy:"Fuzzy"},download:"Download",and:"and",page:"page",pages:"pages",mimeTypes:"Media types",tags:"Tags",help:{simpleSearch:"Simple search",advancedSearch:"Advanced search",help:"Help",term:"",and:"AND operator",or:"OR operator",not:"negates a single term",quotes:"will match the enclosed sequence of terms in that specific order",prefix:"will match any term with a given prefix when used at the end of a word",parens:"used to group expressions",tildeTerm:"match a term with a given edit distance",tildePhrase:"match a phrase with a given number of allowed intervening unmatched words",example1:'For example: "fried eggs" +(eggplant | potato) -frittata will match the phrase fried eggs and either eggplant or potato, but will ignore results containing frittata.',defaultOperator:"When neither + or | is specified, the default operator is + (and).",fuzzy:"When the Fuzzy option is checked, partial matches based on 3-grams are also returned.",moreInfoSimple:'For more information, see Elasticsearch documentation',moreInfoAdvanced:'For documentation about the advanced search mode, see Elasticsearch documentation'},config:"Configuration",configDescription:"Configuration is saved in real time for this browser.",configReset:"Reset configuration",searchOptions:"Search options",treemapOptions:"Treemap options",displayOptions:"Display options",opt:{lang:"Language",highlight:"Enable highlighting",fuzzy:"Set fuzzy search by default",searchInPath:"Enable matching query against document path",suggestPath:"Enable auto-complete in path filter bar",fragmentSize:"Highlight context size in characters",queryMode:"Search mode",displayMode:"Display",columns:"Column count",treemapType:"Treemap type",treemapTiling:"Treemap tiling",treemapColorGroupingDepth:"Treemap color grouping depth (flat)",treemapColor:"Treemap color (cascaded)",treemapSize:"Treemap size",theme:"Theme",lightboxLoadOnlyCurrent:"Do not preload full-size images for adjacent slides in image viewer.",slideDuration:"Slide duration",resultSize:"Number of results per page",tagOrOperator:"Use OR operator when specifying multiple tags."},queryMode:{simple:"Simple",advanced:"Advanced"},lang:{en:"English",fr:"Français"},displayMode:{grid:"Grid",list:"List"},columns:{auto:"Auto"},treemapType:{cascaded:"Cascaded",flat:"Flat (compact)"},treemapSize:{small:"Small",medium:"Medium",large:"Large",xLarge:"xLarge",xxLarge:"xxLarge",custom:"Custom"},treemapTiling:{binary:"Binary",squarify:"Squarify",slice:"Slice",dice:"Dice",sliceDice:"Slice & Dice"},theme:{light:"Light",black:"Black"},hit:"hit",hits:"hits",details:"Details",stats:"Stats",queryTime:"Query time",totalSize:"Total size",pathBar:{placeholder:"Filter path",modalTitle:"Select path"},debug:"Debug information",debugDescription:"Information useful for debugging. If you encounter bugs or have suggestions for new features, please submit a new issue here.",tagline:"Tagline",toast:{esConnErrTitle:"Elasticsearch connection error",esConnErr:"sist2 web module encountered an error while connecting to Elasticsearch. See server logs for more information.",esQueryErrTitle:"Query error",esQueryErr:"Could not parse or execute query, please check the Advanced search documentation. See server logs for more information.",dupeTagTitle:"Duplicate tag",dupeTag:"This tag already exists for this document."},saveTagModalTitle:"Add tag",saveTagPlaceholder:"Tag name",confirm:"Confirm",indexPickerPlaceholder:"Select indices",sort:{relevance:"Relevance",dateAsc:"Date (Older first)",dateDesc:"Date (Newer first)",sizeAsc:"Size (Smaller first)",sizeDesc:"Size (Larger first)",random:"Random"},d3:{mimeCount:"File count distribution by media type",mimeSize:"Size distribution by media type",dateHistogram:"File modification time distribution",sizeHistogram:"File size distribution"}},fr:{searchBar:{simple:"Recherche",advanced:"Recherche avancée",fuzzy:"Approximatif"},download:"Télécharger",and:"et",page:"page",pages:"pages",mimeTypes:"Types de médias",tags:"Tags",help:{simpleSearch:"Recherche simple",advancedSearch:"Recherche avancée",help:"Aide",term:"",and:"opérator ET",or:"opérator OU",not:"exclut un terme",quotes:"recherche la séquence de termes dans cet ordre spécifique.",prefix:"lorsqu'utilisé à la fin d'un mot, recherche tous les termes avec le préfixe donné.",parens:"utilisé pour regrouper des expressions",tildeTerm:"recherche un terme avec une distance d'édition donnée",tildePhrase:"recherche une phrase avec un nombre donné de mots intermédiaires tolérés",example1:'Par exemple: "fried eggs" +(eggplant | potato) -frittata va rechercher la phrase fried eggs et soit eggplant ou potato, mais vas exlure les résultats qui contiennent frittata.',defaultOperator:"Lorsqu'aucun des opérateurs + ou | sont spécifiés, l'opérateur par défaut est + (ET).",fuzzy:"Lorsque l'option Approximatif est activée, les résultats partiels basés sur les trigrammes sont également inclus.",moreInfoSimple:'Pour plus d\'information, voir documentation Elasticsearch',moreInfoAdvanced:'Pour plus d\'information sur la recherche avancée, voir documentation Elasticsearch'},config:"Configuration",configDescription:"La configuration est enregistrée en temps réel pour ce navigateur.",configReset:"Réinitialiser la configuration",searchOptions:"Options de recherche",treemapOptions:"Options du Treemap",displayOptions:"Options d'affichage",opt:{lang:"Langue",highlight:"Activer le surlignage",fuzzy:"Activer la recherche approximative par défaut",searchInPath:"Activer la recherche dans le chemin des documents",suggestPath:"Activer l'autocomplétion dans la barre de filtre de chemin",fragmentSize:"Longueur du contexte de surlignage, en nombre de caractères",queryMode:"Mode de recherche",displayMode:"Affichage",columns:"Nombre de colonnes",treemapType:"Type de Treemap",treemapTiling:"Treemap tiling",treemapColorGroupingDepth:"Groupage de couleur du Treemap (plat)",treemapColor:"Couleur du Treemap (en cascade)",treemapSize:"Taille du Treemap",theme:"Thème",lightboxLoadOnlyCurrent:"Désactiver le chargement des diapositives adjacentes pour le visualiseur d'images",slideDuration:"Durée des diapositives",resultSize:"Nombre de résultats par page",tagOrOperator:"Utiliser l'opérateur OU lors de la spécification de plusieurs tags"},queryMode:{simple:"Simple",advanced:"Avancé"},lang:{en:"English",fr:"Français"},displayMode:{grid:"Grille",list:"Liste"},columns:{auto:"Auto"},treemapType:{cascaded:"En cascade",flat:"Plat (compact)"},treemapSize:{small:"Petit",medium:"Moyen",large:"Grand",xLarge:"xGrand",xxLarge:"xxGrand",custom:"Personnalisé"},treemapTiling:{binary:"Binary",squarify:"Squarify",slice:"Slice",dice:"Dice",sliceDice:"Slice & Dice"},theme:{light:"Clair",black:"Noir"},hit:"résultat",hits:"résultats",details:"Détails",stats:"Stats",queryTime:"Durée de la requête",totalSize:"Taille totale",pathBar:{placeholder:"Filtrer le chemin",modalTitle:"Sélectionner le chemin"},debug:"Information de débogage",debugDescription:"Informations utiles pour le débogage\nSi vous rencontrez des bogues ou si vous avez des suggestions pour de nouvelles fonctionnalités, veuillez soumettre un nouvel Issue ici.",tagline:"Tagline",toast:{esConnErrTitle:"Erreur de connexion Elasticsearch",esConnErr:"Le module web a rencontré une erreur lors de la connexion à Elasticsearch. Consultez les journaux du serveur pour plus d'informations..",esQueryErrTitle:"Erreur de requête",esQueryErr:"Impossible d'analyser ou d'exécuter la requête, veuillez consulter la documentation sur la recherche avancée. Voir les journaux du serveur pour plus d'informations.",dupeTagTitle:"Tag en double",dupeTag:"Ce tag existe déjà pour ce document."},saveTagModalTitle:"Ajouter un tag",saveTagPlaceholder:"Nom du tag",confirm:"Confirmer",indexPickerPlaceholder:"Sélectionner un index",sort:{relevance:"Pertinence",dateAsc:"Date (Plus ancient)",dateDesc:"Date (Plus récent)",sizeAsc:"Taille (Plus petit)",sizeDesc:"Taille (Plus grand)",random:"Aléatoire"},d3:{mimeCount:"Distribution du nombre de fichiers par type de média",mimeSize:"Distribution des tailles de fichiers par type de média",dateHistogram:"Distribution des dates de modification",sizeHistogram:"Distribution des tailles de fichier"}}};r["default"].config.productionTip=!1,r["default"].use(lo["a"]),r["default"].use($["a"]);var ho=new lo["a"]({locale:"en",messages:po});new r["default"]({router:uo,store:dn,i18n:ho,render:function(t){return t(z)}}).$mount("#app")},"5a9f":function(t,e,n){"use strict";n("668a")},"5de8":function(t,e,n){"use strict";n("8057")},"5ee9":function(t,e,n){"use strict";n("1f35")},6417:function(t,e,n){},"658f":function(t,e,n){},"668a":function(t,e,n){},"706c":function(t,e,n){"use strict";n("fe20")},"706cd":function(t,e,n){"use strict";n("76ff")},7191:function(t,e,n){"use strict";n("658f")},7352:function(t,e,n){},"76ff":function(t,e,n){},"79e7":function(t,e,n){"use strict";n("b1df")},8021:function(t,e,n){"use strict";n("bddf")},8057:function(t,e,n){},"85ec":function(t,e,n){},"8d7c":function(t,e,n){},"95ee":function(t,e,n){"use strict";n("d7f8")},a079:function(t,e,n){"use strict";n("bafa")},a5dc:function(t,e,n){},a8cc:function(t,e,n){"use strict";n("1d7e")},ac16:function(t,e,n){"use strict";n("0d24")},acc3:function(t,e,n){"use strict";n("8d7c")},b1df:function(t,e,n){},b23c:function(t,e,n){"use strict";n("e4ed")},b9df:function(t,e,n){"use strict";n("c69b")},bafa:function(t,e,n){},bddf:function(t,e,n){},c2e3:function(t,e,n){"use strict";n("c877")},c4ff:function(t,e,n){"use strict";n("d593")},c69b:function(t,e,n){},c877:function(t,e,n){},c919:function(t,e,n){"use strict";n("7352")},d593:function(t,e,n){},d7f8:function(t,e,n){},ddab:function(t,e,n){"use strict";n("6417")},de5d:function(t,e,n){},e478:function(t,e,n){"use strict";n("3d86")},e4ed:function(t,e,n){},f093:function(t,e,n){"use strict";n("a5dc")},f2ad:function(t,e,n){},f2e9:function(t,e,n){"use strict";n("2b2c")},f363:function(t,e,n){},f798:function(t,e,n){"use strict";n("f363")},f960:function(t,e,n){"use strict";n("de5d")},fcd2:function(t,e,n){},fe20:function(t,e,n){}}); \ No newline at end of file +(function(t){function e(e){for(var r,a,s=e[0],c=e[1],u=e[2],d=0,p=[];de)&&(f++,p[f]=[],m[f]=[],h[f]=[]),c[g]&&(p[f].push(g),m[f].push(t[g]),h[f].push(d[g]));if(p.forEach((function(t,e){for(var r=t.length,i=0;i100-b?c[1].style.right="".concat((d[1]-(100-b))/b*35,"px"):c[1].style.right="0"}}))}function P(t,e,n){var r={};t.forEach((function(t){var n=r;t.taxonomy.forEach((function(t){n[t]=t in n?n[t]:{},n=n[t]})),0===Object.keys(n).length?n["$size$"]=t.size:e&&(n["."]={$size$:t.size})}));var i=function t(e,n){return Object.keys(e).filter((function(t){return"$size$"!==t})).map((function(r){var i={name:r,depth:n,value:0,children:t(e[r],n+1)};return"$size$"in e[r]&&(i.value=e[r]["$size$"]),i}))};return{name:n,children:i(r,1),value:0,depth:0}}n("fb6a"),n("b680"),n("6062"),n("a630"),n("5319");function j(t){return Object.prototype.hasOwnProperty.call(t._source,"extension")&&""!==t["_source"]["extension"]?"."+t["_source"]["extension"]:""}function q(t){for(var e="",n=0;n=E&&e>16&255,r=e>>8&255,i=e>>0&255;return.2126*n+.7152*r+.0722*i}function F(t){for(var e=new Set,n=t.selected(),r=0;r50?"#000":"#fff";return{style:"user",fg:i,bg:r,text:e.join("."),rawText:t,userTag:!0}}},{key:"esQuery",value:function(t){var e=this;return Z.a.post("".concat(this.baseUrl,"es"),t).then((function(t){var n,r=t.data;return null!==(n=r.hits)&&void 0!==n&&n.hits&&r.hits.hits.forEach((function(t){t["_source"]["name"]=q(t["_source"]["name"]),t["_source"]["path"]=q(t["_source"]["path"]),t["_path_md5"]=X["a"].MD5(t["_source"]["path"]+(t["_source"]["path"]?"/":"")+t["_source"]["name"]+j(t)).toString(),e.setHitProps(t),e.setHitTags(t)})),r}))}},{key:"getMimeTypes",value:function(){return this.esQuery({aggs:{mimeTypes:{terms:{field:"mime",size:1e4}}},size:0}).then((function(t){var e=[];return t["aggregations"]["mimeTypes"]["buckets"].sort((function(t,e){return t.key>e.key})).forEach((function(t){var n=t["key"].split("/"),r=n[0],i=n[1],o=!1,a={id:t["key"],text:"".concat(i," (").concat(t["doc_count"],")")};e.forEach((function(t){t.text===r&&(t.children.push(a),o=!0)})),o||e.push({text:r,children:[a]})})),e}))}},{key:"_createEsTag",value:function(t,e){var n=t.split(".");return/.*\.#[0-9a-f]{6}/.test(t)?{id:n.slice(0,-1).join("."),color:n.pop(),isLeaf:!0,count:e}:{id:t,count:e,isLeaf:!1,color:void 0}}},{key:"getDocInfo",value:function(t){return Z.a.get("".concat(this.baseUrl,"d/").concat(t))}},{key:"getTags",value:function(){var t=this;return this.esQuery({aggs:{tags:{terms:{field:"tag",size:1e4}}},size:0}).then((function(e){var n=new Set,r=e["aggregations"]["tags"]["buckets"].sort((function(t,e){return t["key"].localeCompare(e["key"])})).map((function(e){return t._createEsTag(e["key"],e["doc_count"])}));return r.filter((function(t){return!n.has(t.id)&&(n.add(t.id),!0)}))}))}},{key:"saveTag",value:function(t,e){return Z.a.post("".concat(this.baseUrl,"tag/")+e["_source"]["index"],{delete:!1,name:t,doc_id:e["_id"],path_md5:e._path_md5})}},{key:"deleteTag",value:function(t,e){return Z.a.post("".concat(this.baseUrl,"tag/")+e["_source"]["index"],{delete:!0,name:t,doc_id:e["_id"],path_md5:e._path_md5})}},{key:"getTreemapCsvUrl",value:function(t){return"".concat(this.baseUrl,"s/").concat(t,"/1")}},{key:"getMimeCsvUrl",value:function(t){return"".concat(this.baseUrl,"s/").concat(t,"/2")}},{key:"getSizeCsv",value:function(t){return"".concat(this.baseUrl,"s/").concat(t,"/3")}},{key:"getDateCsv",value:function(t){return"".concat(this.baseUrl,"s/").concat(t,"/4")}}]),t}(),nt=new et(""),rt=n("70b0"),it=n.n(rt),ot={squarify:I["L"],binary:I["H"],sliceDice:I["K"],slice:I["J"],dice:I["I"]},at={PuBuGn:I["n"],PuRd:I["o"],PuBu:I["m"],YlOrBr:I["t"],YlOrRd:I["u"],YlGn:I["r"],YlGnBu:I["s"],Plasma:I["l"],Magma:I["k"],Inferno:I["j"],Viridis:I["q"],Turbo:I["p"]},st={small:[800,600],medium:[1300,750],large:[1900,900],"x-large":[2800,1700],"xx-large":[3600,2e3]},ct={};function ut(t){var e=ct[t]||0;return ct[t]=e+1,t+e}function lt(t,e){var n=new Map,r=new Map;return t.eachAfter((function(t){t.children&&0!==t.children.length?(n.set(t,1+I["v"](t.children,(function(r){return r.x1===t.x1-e?n.get(r):NaN}))),r.set(t,1+I["v"](t.children,(function(n){return n.y1===t.y1-e?r.get(n):NaN})))):(n.set(t,0),r.set(t,0))})).eachBefore((function(t){t.x1-=2*e*n.get(t),t.y1-=2*e*r.get(t)}))}function dt(t,e,n,r,i,o){var a=lt(I["G"]().size([n,r]).tile(ot[i]).paddingOuter(3).paddingTop(16).paddingInner(1).round(!0)(I["h"](t).sum((function(t){return t.value})).sort((function(t,e){return e.value-t.value}))),3),s=Math.max.apply(Math,Object(L["a"])(a.descendants().map((function(t){return t.depth})))),c=I["C"]([s,-1],at[o]);e.append("filter").attr("id","shadow").append("feDropShadow").attr("flood-opacity",.3).attr("dx",0).attr("stdDeviation",3);var u=e.selectAll("g").data(I["w"]().key((function(t){return t.depth})).sortKeys(I["a"]).entries(a.descendants())).join("g").attr("filter","url(#shadow)").selectAll("g").data((function(t){return t.values})).join("g").attr("transform",(function(t){return"translate(".concat(t.x0,",").concat(t.y0,")")}));u.append("title").text((function(t){return"".concat(t.ancestors().reverse().splice(1).map((function(t){return t.data.name})).join("/"),"\n").concat(H(t.value))})),u.append("rect").attr("id",(function(t){return t.nodeUid=ut("node")})).attr("fill",(function(t){return c(t.depth)})).attr("width",(function(t){return t.x1-t.x0})).attr("height",(function(t){return t.y1-t.y0})),u.append("clipPath").attr("id",(function(t){return t.clipUid=ut("clip")})).append("use").attr("href",(function(t){return"#".concat(t.nodeUid)})),u.append("text").attr("fill",(function(t){return I["i"](c(t.depth)).l>.5?"#333":"#eee"})).attr("clip-path",(function(t){return"url(#".concat(t.clipUid,")")})).selectAll("tspan").data((function(t){return[t.data.name,H(t.value)]})).join("tspan").text((function(t){return t})),u.filter((function(t){return t.children})).selectAll("tspan").attr("dx",3).attr("y",13),u.filter((function(t){return!t.children})).selectAll("tspan").attr("x",3).attr("y",(function(t,e){return"".concat(0===e?1.1:2.3,"em")}))}function pt(t,e,n,r,i,o,a){var s=I["B"](I["D"]),c=I["G"]().tile(ot[o]).size([n,r]).padding(1).round(!0)(I["h"](t).sum((function(t){return t.value})).sort((function(t,e){return e.value-t.value}))),u=e.selectAll("g").data(c.leaves()).join("g").attr("transform",(function(t){return"translate(".concat(t.x0,",").concat(t.y0,")")}));u.append("title").text((function(t){return"".concat(t.ancestors().reverse().map((function(t){return t.data.name})).join("/"),"\n").concat(H(t.value))})),u.append("rect").attr("id",(function(t){return t.leafUid=ut("leaf")})).attr("fill",(function(t){while(t.depth>i)t=t.parent;return s(t.data.name)})).attr("fill-opacity",a).attr("width",(function(t){return t.x1-t.x0})).attr("height",(function(t){return t.y1-t.y0})),u.append("clipPath").attr("id",(function(t){return t.clipUid=ut("clip")})).append("use").attr("href",(function(t){return"#".concat(t.leafUid)})),u.append("text").attr("clip-path",(function(t){return"url(#".concat(t.clipUid,")")})).selectAll("tspan").data((function(t){return"."===t.data.name&&(t=t.parent),[t.data.name,H(t.value)]})).join("tspan").attr("x",2).attr("y",(function(t,e){return"".concat(0===e?1.1:2.3,"em")})).text((function(t){return t}))}function ht(t,e,n){it.a.toBlob(document.getElementById("treemap"),{width:e,height:n}).then((function(e){var n=document.createElement("a"),r=URL.createObjectURL(e);n.href=r,n.download="".concat(t,"_treemap.png"),document.body.appendChild(n),n.click(),setTimeout((function(){document.body.removeChild(n),window.URL.revokeObjectURL(r)}),0)}))}var mt={name:"D3Treemap",props:["indexId"],watch:{indexId:function(){this.update(this.indexId)}},mounted:function(){this.update(this.indexId)},methods:{update:function(t){var e=this,n=st[this.$store.state.optTreemapSize][0],r=st[this.$store.state.optTreemapSize][1],i=this.$store.state.optTreemapTiling,o=this.$store.state.optTreemapColorGroupingDepth,a=this.$store.state.optTreemapColor,s=this.$store.state.optTreemapType,c=I["E"]("#treemap");c.selectAll("*").remove(),c.attr("viewBox",[0,0,n,r]).attr("xmlns","http://www.w3.org/2000/svg").attr("xmlns:xlink","http://www.w3.org/1999/xlink").attr("version","1.1").style("overflow","visible").style("font","10px sans-serif"),I["e"](nt.getTreemapCsvUrl(t)).then((function(t){if(t.forEach((function(t){t.taxonomy=t.path.split("/"),t.size=Number(t.size)})),"cascaded"===s){var u=P(t,!1);dt(u,c,n,r,i,a)}else{var l=P(t.sort((function(t,e){return e.taxonomy.length-t.taxonomy.length})),!0),d="black"===e.$store.state.optTheme?.9:.6;pt(l,c,n,r,o,i,d)}}))},downloadTreemap:function(){var t=st[this.$store.state.optTreemapSize][0],e=st[this.$store.state.optTreemapSize][1];ht(this.indexId,t,e)}}},ft=mt,gt=Object(m["a"])(ft,k,M,!1,null,null,null),vt=gt.exports,bt=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-progress",{attrs:{value:"1",max:"1",animated:""}})},xt=[],yt={},_t=Object(m["a"])(yt,bt,xt,!1,null,null,null),Tt=_t.exports,St=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"graph"},[n("svg",{attrs:{id:"agg-mime-count"}})])},wt=[],zt=I["g"]("~s"),$t=20,Ct=I["B"](I["D"]);function Ot(t,e,n,r){var i={top:50,right:0,bottom:10,left:Math.max(6*I["v"](t.sort((function(t,e){return e.count-t.count})).slice(0,15),(function(t){return t.mime.length})),6*I["v"](t.sort((function(t,e){return e.size-t.size})).slice(0,15),(function(t){return t.mime.length})))};t.forEach((function(t){t.name=t.mime,t.value=Number(t.count)})),t=t.sort((function(t,e){return e.value-t.value})).slice(0,15);var o=550,a=Math.ceil((t.length+.1)*$t)+i.top+i.bottom;e.selectAll("*").remove(),e.attr("viewBox",[0,0,o,a]);var s=I["z"]().domain(I["y"](t.length)).rangeRound([i.top,a-i.bottom]),c=I["A"]().domain([0,I["v"](t,(function(t){return t.value}))]).range([i.left,o-i.right]);e.append("g").attr("fill-opacity",n).selectAll("rect").data(t).join("rect").attr("fill",(function(t){return Ct(t.name)})).attr("x",c(0)).attr("y",(function(t,e){return s(e)})).attr("width",(function(t){return c(t.value)-c(0)})).attr("height",s.bandwidth()).append("title").text((function(t){return I["g"](",")(t.value)})),e.append("g").attr("transform","translate(0,".concat(i.top,")")).call(I["d"](c).ticks(o/80,t.format).tickFormat(zt)).call((function(t){return t.select(".domain").remove()})),e.append("g").attr("transform","translate(".concat(i.left,",0)")).call(I["c"](s).tickFormat((function(e){return t[e].name})).tickSizeOuter(0)),e.append("text").attr("x",o/2).attr("y",i.top/2).attr("text-anchor","middle").style("font-size","16px").text(r)}var kt={name:"D3MimeBarSize",props:["indexId"],mounted:function(){this.update(this.indexId)},watch:{indexId:function(){this.update(this.indexId)}},methods:{update:function(t){var e=this,n=I["E"]("#agg-mime-count"),r="black"===this.$store.state.optTheme?.9:.6;I["e"](nt.getMimeCsvUrl(t)).then((function(t){Ot(t.slice(),n,r,e.$t("d3.mimeCount"))}))}}},Mt=kt,Lt=Object(m["a"])(Mt,St,wt,!1,null,null,null),It=Lt.exports,Dt=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"graph"},[n("svg",{attrs:{id:"agg-mime-size"}})])},Pt=[],jt=I["g"]("~s"),qt=20,Et=I["B"](I["D"]);function Bt(t,e,n,r){var i={top:50,right:0,bottom:10,left:Math.max(6*I["v"](t.sort((function(t,e){return e.count-t.count})).slice(0,15),(function(t){return t.mime.length})),6*I["v"](t.sort((function(t,e){return e.size-t.size})).slice(0,15),(function(t){return t.mime.length})))};t.forEach((function(t){t.name=t.mime,t.value=Number(t.size)})),t=t.sort((function(t,e){return e.value-t.value})).slice(0,15);var o=550,a=Math.ceil((t.length+.1)*qt)+i.top+i.bottom;e.selectAll("*").remove(),e.attr("viewBox",[0,0,o,a]);var s=I["z"]().domain(I["y"](t.length)).rangeRound([i.top,a-i.bottom]),c=I["A"]().domain([0,I["v"](t,(function(t){return t.value}))]).range([i.left,o-i.right]);e.append("g").attr("fill-opacity",n).selectAll("rect").data(t).join("rect").attr("fill",(function(t){return Et(t.name)})).attr("x",c(0)).attr("y",(function(t,e){return s(e)})).attr("width",(function(t){return c(t.value)-c(0)})).attr("height",s.bandwidth()).append("title").text((function(t){return jt(t.value)})),e.append("g").attr("transform","translate(0,".concat(i.top,")")).call(I["d"](c).ticks(o/80,t.format).tickFormat(jt)).call((function(t){return t.select(".domain").remove()})),e.append("g").attr("transform","translate(".concat(i.left,",0)")).call(I["c"](s).tickFormat((function(e){return t[e].name})).tickSizeOuter(0)),e.append("text").attr("x",o/2).attr("y",i.top/2).attr("text-anchor","middle").style("font-size","16px").text(r)}var Ht={name:"D3MimeBarSize",props:["indexId"],mounted:function(){this.update(this.indexId)},watch:{indexId:function(){this.update(this.indexId)}},methods:{update:function(t){var e=this,n=I["E"]("#agg-mime-size"),r="black"===this.$store.state.optTheme?.9:.6;I["e"](nt.getMimeCsvUrl(t)).then((function(t){Bt(t.slice(),n,r,e.$t("d3.mimeSize"))}))}}},At=Ht,Rt=Object(m["a"])(At,Dt,Pt,!1,null,null,null),Ut=Rt.exports,Ft=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"graph"},[n("svg",{attrs:{id:"date-histogram"}})])},Qt=[],Nt=I["g"]("~s");function Gt(t,e,n){var r=t.map((function(t){return{length:Number(t.count),x0:Number(t.bucket),x1:Number(t.bucket)+2629800}}));r.sort((function(t,e){return t.length-e.length}));var i={top:50,right:20,bottom:70,left:40},o=I["x"](r,.9,(function(t){return t.length}));r=r.filter((function(t){return t.length>o}));var a=550,s=450;e.selectAll("*").remove(),e.attr("viewBox",[0,0,a,s]);var c=I["A"]().domain([0,I["v"](r,(function(t){return t.length}))]).nice().range([s-i.bottom,i.top]),u=I["A"]().domain(I["f"](r,(function(t){return t.x0}))).nice().range([i.left,a-i.right]);e.append("g").attr("fill","steelblue").selectAll("rect").data(r).join("rect").attr("x",(function(t){return u(t.x0)+1})).attr("width",(function(t){return Math.max(1,u(t.x1)-u(t.x0)-1)})).attr("y",(function(t){return c(t.length)})).attr("height",(function(t){return c(0)-c(t.length)})).call((function(t){return t.append("title").text((function(t){return t.length}))})),e.append("g").attr("transform","translate(0,".concat(s-i.bottom,")")).call(I["b"](u).ticks(a/30).tickSizeOuter(0).tickFormat((function(t){return I["F"]("%Y-%m-%d")(I["M"]("%s")(t))}))).call((function(t){return t.selectAll("text").style("text-anchor","end").attr("dx","-.8em").attr("dy",".15em").attr("transform","rotate(-65)")})).call((function(t){return t.append("text").attr("x",a-i.right).attr("y",-4).attr("fill","currentColor").attr("font-weight","bold").attr("text-anchor","end").text("mtime")})),e.append("g").attr("transform","translate(".concat(i.left,",0)")).call(I["c"](c).ticks(s/40).tickFormat((function(t){return Nt(t)}))).call((function(t){return t.select(".domain").remove()})).call((function(t){return t.select(".tick:last-of-type text").clone().attr("x",4).attr("text-anchor","start").attr("font-weight","bold").text("File count")})),e.append("text").attr("x",a/2).attr("y",i.top/2).attr("text-anchor","middle").style("font-size","16px").text(n)}var Vt={name:"D3DateHistogram",props:["indexId"],mounted:function(){this.update(this.indexId)},watch:{indexId:function(){this.update(this.indexId)}},methods:{update:function(t){var e=this,n=I["E"]("#date-histogram");I["e"](nt.getDateCsv(t)).then((function(t){Gt(t.slice(),n,e.$t("d3.dateHistogram"))}))}}},Wt=Vt,Kt=Object(m["a"])(Wt,Ft,Qt,!1,null,null,null),Yt=Kt.exports,Jt=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"graph"},[n("svg",{attrs:{id:"size-histogram"}})])},Zt=[],Xt=I["g"]("~s");function te(t,e,n){var r=t.map((function(t){return{length:Number(t.count),x0:Number(t.bucket),x1:Number(t.bucket)+5242880}}));r=r.sort((function(t,e){return e.length-t.length})).slice(0,25);var i={top:50,right:20,bottom:70,left:40},o=550,a=450;e.selectAll("*").remove(),e.attr("viewBox",[0,0,o,a]);var s=I["A"]().domain([0,I["v"](r,(function(t){return t.length}))]).range([a-i.bottom,i.top]),c=I["A"]().domain(I["f"](r,(function(t){return t.x0}))).nice().range([i.left,o-i.right]);e.append("g").attr("fill","steelblue").selectAll("rect").data(r).join("rect").attr("x",(function(t){return c(t.x0)+1})).attr("width",(function(t){return Math.max(1,c(t.x1)-c(t.x0)-1)})).attr("y",(function(t){return s(t.length)})).attr("height",(function(t){return s(0)-s(t.length)})).call((function(t){return t.append("title").text((function(t){return t.length}))})),e.append("g").attr("transform","translate(0,".concat(a-i.bottom,")")).call(I["b"](c).ticks(o/30).tickSizeOuter(0).tickFormat(Xt)).call((function(t){return t.selectAll("text").style("text-anchor","end").attr("dx","-.8em").attr("dy",".15em").attr("transform","rotate(-65)")})).call((function(t){return t.append("text").attr("x",o-i.right).attr("y",-4).attr("fill","currentColor").attr("font-weight","bold").attr("text-anchor","end").text("size (bytes)")})),e.append("g").attr("transform","translate(".concat(i.left,",0)")).call(I["c"](s).ticks(a/40).tickFormat((function(t){return Xt(t)}))).call((function(t){return t.select(".domain").remove()})).call((function(t){return t.select(".tick:last-of-type text").clone().attr("x",4).attr("text-anchor","start").attr("font-weight","bold").text("File count")})),e.append("text").attr("x",o/2).attr("y",i.top/2).attr("text-anchor","middle").style("font-size","16px").text(n)}var ee={name:"D3SizeHistogram",props:["indexId"],mounted:function(){this.update(this.indexId)},watch:{indexId:function(){this.update(this.indexId)}},methods:{update:function(t){var e=this,n=I["E"]("#size-histogram");I["e"](nt.getSizeCsv(t)).then((function(t){te(t.slice(),n,e.$t("d3.sizeHistogram"))}))}}},ne=ee,re=Object(m["a"])(ne,Jt,Zt,!1,null,null,null),ie=re.exports,oe={components:{D3SizeHistogram:ie,D3DateHistogram:Yt,D3MimeBarSize:Ut,D3MimeBarCount:It,D3Treemap:vt,Preloader:Tt},data:function(){return{loading:!0,selectedIndex:null,indices:[]}},computed:{indexOptions:function(){return this.indices.map((function(t){return{text:t.name,value:t.id}}))}},mounted:function(){var t=this;nt.getSist2Info().then((function(e){t.indices=e.indices,t.loading=!1}))}},ae=oe,se=(n("f093"),Object(m["a"])(ae,C,O,!1,null,null,null)),ce=se.exports,ue=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.configLoading?t._e():n("div",{staticClass:"container",staticStyle:{"margin-left":"auto","margin-right":"auto"}},[n("b-card",[n("b-card-title",[n("GearIcon"),t._v(" "+t._s(t.$t("config"))+" ")],1),n("p",[t._v(t._s(t.$t("configDescription")))]),n("b-card-body",[n("h4",[t._v(t._s(t.$t("displayOptions")))]),n("b-card",[n("b-form-checkbox",{attrs:{checked:t.optLightboxLoadOnlyCurrent},on:{input:t.setOptLightboxLoadOnlyCurrent}},[t._v(" "+t._s(t.$t("opt.lightboxLoadOnlyCurrent"))+" ")]),n("label",[t._v(t._s(t.$t("opt.lang")))]),n("b-form-select",{attrs:{options:t.langOptions,value:t.optLang},on:{input:t.setOptLang}}),n("label",[t._v(t._s(t.$t("opt.theme")))]),n("b-form-select",{attrs:{options:t.themeOptions,value:t.optTheme},on:{input:t.setOptTheme}}),n("label",[t._v(t._s(t.$t("opt.displayMode")))]),n("b-form-select",{attrs:{options:t.displayModeOptions,value:t.optDisplay},on:{input:t.setOptDisplay}}),n("label",[t._v(t._s(t.$t("opt.columns")))]),n("b-form-select",{attrs:{options:t.columnsOptions,value:t.optColumns},on:{input:t.setOptColumns}})],1),n("br"),n("h4",[t._v(t._s(t.$t("searchOptions")))]),n("b-card",[n("b-form-checkbox",{attrs:{checked:t.optHighlight},on:{input:t.setOptHighlight}},[t._v(t._s(t.$t("opt.highlight")))]),n("b-form-checkbox",{attrs:{checked:t.optTagOrOperator},on:{input:t.setOptTagOrOperator}},[t._v(t._s(t.$t("opt.tagOrOperator"))+" ")]),n("b-form-checkbox",{attrs:{checked:t.optFuzzy},on:{input:t.setOptFuzzy}},[t._v(t._s(t.$t("opt.fuzzy")))]),n("b-form-checkbox",{attrs:{checked:t.optSearchInPath},on:{input:t.setOptSearchInPath}},[t._v(t._s(t.$t("opt.searchInPath"))+" ")]),n("b-form-checkbox",{attrs:{checked:t.optSuggestPath},on:{input:t.setOptSuggestPath}},[t._v(t._s(t.$t("opt.suggestPath"))+" ")]),n("br"),n("label",[t._v(t._s(t.$t("opt.fragmentSize")))]),n("b-form-input",{attrs:{value:t.optFragmentSize,step:"10",type:"number",min:"0"},on:{input:t.setOptFragmentSize}}),n("label",[t._v(t._s(t.$t("opt.resultSize")))]),n("b-form-input",{attrs:{value:t.optResultSize,type:"number",min:"10"},on:{input:t.setOptResultSize}}),n("label",[t._v(t._s(t.$t("opt.queryMode")))]),n("b-form-select",{attrs:{options:t.queryModeOptions,value:t.optQueryMode},on:{input:t.setOptQueryMode}}),n("label",[t._v(t._s(t.$t("opt.slideDuration")))]),n("b-form-input",{attrs:{value:t.optLightboxSlideDuration,type:"number",min:"1"},on:{input:t.setOptLightboxSlideDuration}})],1),n("h4",{staticClass:"mt-3"},[t._v(t._s(t.$t("treemapOptions")))]),n("b-card",[n("label",[t._v(t._s(t.$t("opt.treemapType")))]),n("b-form-select",{attrs:{value:t.optTreemapType,options:t.treemapTypeOptions},on:{input:t.setOptTreemapType}}),n("label",[t._v(t._s(t.$t("opt.treemapTiling")))]),n("b-form-select",{attrs:{value:t.optTreemapTiling,options:t.treemapTilingOptions},on:{input:t.setOptTreemapTiling}}),n("label",[t._v(t._s(t.$t("opt.treemapColorGroupingDepth")))]),n("b-form-input",{attrs:{value:t.optTreemapColorGroupingDepth,type:"number",min:"1"},on:{input:t.setOptTreemapColorGroupingDepth}}),n("label",[t._v(t._s(t.$t("opt.treemapSize")))]),n("b-form-select",{attrs:{value:t.optTreemapSize,options:t.treemapSizeOptions},on:{input:t.setOptTreemapSize}}),"custom"===t.$store.getters.optTreemapSize?[n("b-form-input",{attrs:{type:"number",min:"0",step:"10"}}),n("b-form-input",{attrs:{type:"number",min:"0",step:"10"}})]:t._e(),n("label",[t._v(t._s(t.$t("opt.treemapColor")))]),n("b-form-select",{attrs:{value:t.optTreemapColor,options:t.treemapColorOptions},on:{input:t.setOptTreemapColor}})],2),n("b-button",{staticClass:"mt-4",attrs:{variant:"danger"},on:{click:function(e){return t.onResetClick()}}},[t._v(t._s(t.$t("configReset")))])],1)],1),t.loading?n("b-card",{staticClass:"mt-4"},[n("Preloader")],1):n("DebugInfo")],1)},le=[],de=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-card",{staticClass:"mb-4 mt-4"},[n("b-card-title",[n("DebugIcon",{staticClass:"mr-1"}),t._v(t._s(t.$t("debug")))],1),n("p",{domProps:{innerHTML:t._s(t.$t("debugDescription"))}}),n("b-card-body",[n("b-table",{staticClass:"mb-0",attrs:{items:t.tableItems,small:"",borderless:"",responsive:"md","thead-class":"hidden"}}),n("hr"),t._l(t.$store.state.sist2Info.indices,(function(t){return n("IndexDebugInfo",{key:t.id,staticClass:"mt-2",attrs:{index:t}})}))],2)],1)},pe=[],he=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("h4",[t._v("["+t._s(t.index.name)+"]")]),n("b-table",{staticClass:"mb-0",attrs:{items:t.tableItems,small:"",borderless:"",responsive:"md","thead-class":"hidden"}})],1)},me=[],fe={name:"IndexDebugInfo",props:["index"],computed:{tableItems:function(){return[{key:this.$t("name"),value:this.index.name},{key:this.$t("id"),value:this.index.id},{key:this.$t("indexVersion"),value:this.index.version},{key:this.$t("rewriteUrl"),value:this.index.rewriteUrl},{key:this.$t("timestamp"),value:R(this.index.timestamp)}]}}},ge=fe,ve=Object(m["a"])(ge,he,me,!1,null,"9d879710",null),be=ve.exports,xe=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 309.998 309.998",fill:"currentColor"}},[n("path",{attrs:{d:"M294.998,155.03H250v-48.82l39.714-39.715c5.858-5.857,5.858-15.356,0-21.213c-5.857-5.857-15.355-5.857-21.213,0 l-23.7,23.701c-12.885-37.2-48.274-63.984-89.802-63.984c-41.528,0-76.913,26.787-89.797,63.989L41.497,45.282 c-5.856-5.859-15.354-5.857-21.213,0s-5.858,15.355,0,21.213L60,106.212v48.818H15c-8.284,0-15,6.716-15,15c0,8.284,6.716,15,15,15 h45.134c0.855,16.314,5.849,31.551,13.944,44.68l-49.685,49.683c-5.858,5.857-5.858,15.354,0,21.213 c2.929,2.93,6.768,4.394,10.607,4.394c3.838,0,7.678-1.465,10.606-4.394l48.095-48.093c16.558,14.018,37.957,22.486,61.301,22.486 c0.019,0,0.037-0.001,0.057-0.001c0.011,0,0.022,0.002,0.033,0.002c0.019,0,0.037-0.003,0.056-0.003 c23.285-0.035,44.629-8.494,61.15-22.483l48.094,48.092c2.929,2.929,6.768,4.394,10.606,4.394c3.839,0,7.678-1.465,10.607-4.394 c5.858-5.858,5.858-15.355,0-21.213l-49.683-49.681c8.096-13.131,13.089-28.366,13.944-44.682h45.132c8.284,0,15-6.716,15-15 C309.998,161.746,303.282,155.03,294.998,155.03z M154.999,34.999c30.681,0,56.465,21.365,63.254,50H91.747 C98.535,56.364,124.318,34.999,154.999,34.999z M90,179.999v-9.272c0.011-0.232,0.035-0.462,0.035-0.696 c0-0.234-0.024-0.464-0.035-0.695v-54.336h50.092v128.254C111.415,236.494,90,210.708,90,179.999z M170.092,243.212V114.999H220 v54.297c-0.012,0.244-0.037,0.486-0.037,0.734c0,0.248,0.025,0.49,0.037,0.734v9.234C220,210.645,198.676,236.388,170.092,243.212z"}})])},ye=[],_e={name:"DebugIcon"},Te=_e,Se=(n("f960"),Object(m["a"])(Te,xe,ye,!1,null,"464a0d97",null)),we=Se.exports,ze={name:"DebugInfo.vue",components:{DebugIcon:we,IndexDebugInfo:be},computed:{tableItems:function(){return[{key:"version",value:this.$store.state.sist2Info.version},{key:"platform",value:this.$store.state.sist2Info.platform},{key:"debugBinary",value:this.$store.state.sist2Info.debug},{key:"sist2CommitHash",value:this.$store.state.sist2Info.sist2Hash},{key:"libscanCommitHash",value:this.$store.state.sist2Info.libscanHash},{key:"esIndex",value:this.$store.state.sist2Info.esIndex},{key:"tagline",value:this.$store.state.sist2Info.tagline},{key:"dev",value:this.$store.state.sist2Info.dev}]}}},$e=ze,Ce=Object(m["a"])($e,de,pe,!1,null,null,null),Oe=Ce.exports,ke=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1000 1000",fill:"currentColor"}},[n("g",{attrs:{transform:"translate(0.000000,512.000000) scale(0.100000,-0.100000)"}},[n("path",{attrs:{d:"M4568.5,5011c-73.2-7.7-154-25-177.1-36.6c-84.7-46.2-102-119.4-159.8-689.2s-65.5-610.3-159.8-670c-23.1-15.4-125.1-55.8-225.3-90.5c-100.1-32.7-290.7-111.7-423.6-175.2c-319.6-152.1-315.8-152.1-619.9,94.3c-718.1,583.3-650.7,535.2-747,535.2c-77,0-104-11.6-184.8-77c-157.9-127.1-410.1-375.4-567.9-558.3c-155.9-177.1-190.6-250.3-159.8-344.6c9.6-27,165.6-227.2,344.6-446.7c181-219.5,342.7-425.5,360-458.2c52-88.6,42.3-150.2-50.1-335c-73.2-148.3-144.4-325.4-252.2-623.8c-17.3-50-57.8-113.6-88.6-138.6c-63.5-53.9-59.7-53.9-695-117.4c-527.5-52-577.6-65.5-627.6-179c-46.2-105.9-46.2-1057,0-1162.9c50-113.6,98.2-127.1,646.9-181c271.5-25,523.7-52,560.2-57.8c111.7-17.3,179.1-107.8,259.9-344.6c38.5-115.5,119.4-310,177.1-431.3c57.8-119.4,104-240.7,104-269.5c0-78.9-42.4-140.5-394.7-568c-179-219.5-335-419.7-344.6-446.6c-30.8-94.3,3.9-167.5,159.8-344.6c157.9-181,410.1-429.3,564.1-554.5c96.3-78.9,188.7-105.9,265.7-75.1c26.9,11.6,234.9,173.3,462.1,360c227.2,188.7,433.2,348.5,458.2,358.1c82.8,30.8,136.7,17.3,354.3-86.6c119.4-57.8,308-136.7,419.7-175.2c111.7-38.5,221.4-82.8,244.5-98.2c94.3-59.7,102-100.1,159.8-670c61.6-606.5,73.2-648.8,188.7-700.8c105.9-46.2,1057-46.2,1162.9,0c115.5,52,127.1,94.3,188.7,700.8c57.8,569.9,65.4,610.3,159.8,670c23.1,15.4,132.9,59.7,244.5,98.2s300.3,117.4,417.8,175.2c219.5,104,273.4,117.5,356.2,86.6c25-9.6,231-169.4,458.2-358.1c227.2-186.8,435.1-348.5,462.1-360c77-28.9,169.4-3.9,265.7,75.1c152.1,121.3,442.8,410.1,583.4,577.6c140.6,163.6,173.3,242.6,136.7,333.1c-11.6,27-173.3,234.9-360,462.1c-188.7,227.2-348.5,433.2-358.1,458.2c-30.8,82.8-17.3,136.7,86.6,356.2c57.8,117.4,138.6,311.9,177.1,427.4c80.9,236.8,148.3,327.3,259.9,344.6c36.6,5.8,288.8,32.7,562.2,59.7c308,28.9,517.9,59.7,550.6,77c30.8,15.4,71.2,59.7,90.5,100.1c32.8,65.4,36.6,123.2,34.7,573.7c0,562.2-11.5,627.6-115.5,687.3c-46.2,27-188.7,48.1-612.2,90.5c-573.7,59.7-614.2,67.4-673.8,161.7c-15.4,23.1-59.7,132.9-98.2,244.5s-117.4,300.3-175.2,417.8c-57.8,119.4-104,240.7-104,271.5c0,80.9,40.4,138.6,394.7,569.9c181,219.5,335,419.7,344.6,446.7c30.8,94.3-3.9,167.5-159.8,344.6c-157.9,181-410.1,429.3-564.1,554.5c-96.3,78.9-188.7,104-265.7,75.1c-27-11.6-234.9-173.3-462.1-360c-227.2-188.7-433.2-348.5-458.2-358.1c-80.9-30.8-130.9-19.2-371.6,96.3c-130.9,61.6-325.4,142.5-431.3,177.1c-217.5,71.2-308,140.5-325.4,250.3c-5.8,36.6-32.7,288.8-57.8,560.3c-53.9,550.6-67.4,596.8-181,645C5502.3,5018.7,4807.3,5036,4568.5,5011z M5463.8,1897.8c502.5-127.1,954.9-494.8,1184-960.7c446.7-914.5,78.9-2011.9-824-2460.5c-1053.1-521.8-2308.4,52-2604.9,1189.8c-71.2,277.2-71.2,629.6,0,904.9c192.5,737.4,814.4,1284.2,1569.1,1376.6C4974.8,1971,5255.9,1949.8,5463.8,1897.8z"}})])])},Me=[],Le={name:"GearIcon"},Ie=Le,De=(n("b23c"),Object(m["a"])(Ie,ke,Me,!1,null,"d6d86c56",null)),Pe=De.exports,je={components:{GearIcon:Pe,DebugInfo:Oe,Preloader:Tt},data:function(){return{loading:!0,configLoading:!1,langOptions:[{value:"en",text:this.$t("lang.en")},{value:"fr",text:this.$t("lang.fr")}],queryModeOptions:[{value:"simple",text:this.$t("queryMode.simple")},{value:"advanced",text:this.$t("queryMode.advanced")}],displayModeOptions:[{value:"grid",text:this.$t("displayMode.grid")},{value:"list",text:this.$t("displayMode.list")}],columnsOptions:[{value:"auto",text:this.$t("columns.auto")},{value:1,text:"1"},{value:2,text:"2"},{value:3,text:"3"},{value:4,text:"4"},{value:5,text:"5"},{value:6,text:"6"},{value:7,text:"7"},{value:8,text:"8"},{value:9,text:"9"},{value:10,text:"10"},{value:11,text:"11"},{value:12,text:"12"}],treemapTypeOptions:[{value:"cascaded",text:this.$t("treemapType.cascaded")},{value:"flat",text:this.$t("treemapType.flat")}],treemapTilingOptions:[{value:"binary",text:this.$t("treemapTiling.binary")},{value:"squarify",text:this.$t("treemapTiling.squarify")},{value:"slice",text:this.$t("treemapTiling.slice")},{value:"dice",text:this.$t("treemapTiling.dice")},{value:"sliceDice",text:this.$t("treemapTiling.sliceDice")}],treemapSizeOptions:[{value:"small",text:this.$t("treemapSize.small")},{value:"medium",text:this.$t("treemapSize.medium")},{value:"large",text:this.$t("treemapSize.large")},{value:"x-large",text:this.$t("treemapSize.xLarge")},{value:"xx-large",text:this.$t("treemapSize.xxLarge")}],treemapColorOptions:[{value:"PuBuGn",text:"Purple-Blue-Green"},{value:"PuRd",text:"Purple-Red"},{value:"PuBu",text:"Purple-Blue"},{value:"YlOrBr",text:"Yellow-Orange-Brown"},{value:"YlOrRd",text:"Yellow-Orange-Red"},{value:"YlGn",text:"Yellow-Green"},{value:"YlGnBu",text:"Yellow-Green-Blue"},{value:"Plasma",text:"Plasma"},{value:"Magma",text:"Magma"},{value:"Inferno",text:"Inferno"},{value:"Viridis",text:"Viridis"},{value:"Turbo",text:"Turbo"}],themeOptions:[{value:"light",text:this.$t("theme.light")},{value:"black",text:this.$t("theme.black")}]}},computed:Object(s["a"])(Object(s["a"])({},Object(_["c"])(["optTheme","optDisplay","optColumns","optHighlight","optFuzzy","optSearchInPath","optSuggestPath","optFragmentSize","optQueryMode","optTreemapType","optTreemapTiling","optTreemapColorGroupingDepth","optTreemapColor","optTreemapSize","optLightboxLoadOnlyCurrent","optLightboxSlideDuration","optContainerWidth","optResultSize","optTagOrOperator","optLang"])),{},{clientWidth:function(){return window.innerWidth}}),mounted:function(){var t=this;nt.getSist2Info().then((function(e){t.$store.commit("setSist2Info",e),t.loading=!1})),this.$store.subscribe((function(e){e.type.startsWith("setOpt")&&t.$store.dispatch("updateConfiguration")}))},methods:Object(s["a"])(Object(s["a"])({},Object(_["d"])(["setOptTheme","setOptDisplay","setOptColumns","setOptHighlight","setOptFuzzy","setOptSearchInPath","setOptSuggestPath","setOptFragmentSize","setOptQueryMode","setOptTreemapType","setOptTreemapTiling","setOptTreemapColorGroupingDepth","setOptTreemapColor","setOptTreemapSize","setOptLightboxLoadOnlyCurrent","setOptLightboxSlideDuration","setOptContainerWidth","setOptResultSize","setOptTagOrOperator","setOptLang"])),{},{onResetClick:function(){localStorage.removeItem("sist2_configuration"),window.location.reload()}})},qe=je,Ee=(n("f2e9"),Object(m["a"])(qe,ue,le,!1,null,null,null)),Be=Ee.exports,He=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"container"},[n("Lightbox"),n("HelpDialog",{attrs:{show:t.showHelp},on:{close:function(e){t.showHelp=!1}}}),t.uiLoading?n("b-card",[n("Preloader")],1):t._e(),n("b-card",{directives:[{name:"show",rawName:"v-show",value:!t.uiLoading,expression:"!uiLoading"}],attrs:{id:"search-panel"}},[n("SearchBar",{on:{"show-help":function(e){t.showHelp=!0}}}),n("b-row",[n("b-col",{staticStyle:{height:"70px"},attrs:{sm:"6"}},[n("SizeSlider")],1),n("b-col",[n("PathTree",{on:{search:function(e){return t.search(!0)}}})],1)],1),n("b-row",[n("b-col",{attrs:{sm:"6"}},[n("b-row",[n("b-col",{staticStyle:{height:"70px"}},[n("DateSlider")],1)],1),n("b-row",[n("b-col",[n("IndexPicker")],1)],1)],1),n("b-col",[n("b-tabs",[n("b-tab",{attrs:{title:t.$t("mimeTypes")}},[n("MimePicker")],1),n("b-tab",{attrs:{title:t.$t("tags")}},[n("TagPicker")],1)],1)],1)],1)],1),t.searchBusy&&0===t.docs.length?n("Preloader",{staticClass:"mt-3"}):t.docs.length>0?n("div",[n("ResultsCard"),"grid"===t.optDisplay?n("DocCardWall",{attrs:{docs:t.docs,append:t.appendFunc}}):n("DocList",{attrs:{docs:t.docs,append:t.appendFunc}})],1):t._e()],1)},Ae=[],Re=n("b85c"),Ue=n("1da1"),Fe=(n("96cf"),n("841c"),n("caad"),function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("b-input-group",{scopedSlots:t._u([{key:"prepend",fn:function(){return[n("b-input-group-text",[n("b-form-checkbox",{attrs:{checked:t.fuzzy,title:"Toggle fuzzy searching"},on:{change:function(e){return t.setFuzzy(e)}}},[t._v(" "+t._s(t.$t("searchBar.fuzzy"))+" ")])],1)]},proxy:!0},{key:"append",fn:function(){return[n("b-button",{attrs:{variant:"outline-secondary"},on:{click:function(e){return t.$emit("show-help")}}},[t._v(t._s(t.$t("help.help")))])]},proxy:!0}])},[n("b-form-input",{attrs:{value:t.searchText,placeholder:t.advanced()?t.$t("searchBar.advanced"):t.$t("searchBar.simple")},on:{input:function(e){return t.setSearchText(e)}}})],1)],1)}),Qe=[],Ne={computed:Object(s["a"])({},Object(_["c"])({optQueryMode:"optQueryMode",searchText:"searchText",fuzzy:"fuzzy"})),methods:Object(s["a"])(Object(s["a"])({},Object(_["d"])({setSearchText:"setSearchText",setFuzzy:"setFuzzy"})),{},{advanced:function(){return"advanced"===this.optQueryMode}})},Ge=Ne,Ve=Object(m["a"])(Ge,Fe,Qe,!1,null,null,null),We=Ve.exports,Ke=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("VueMultiselect",{attrs:{multiple:"",label:"name",value:t.selectedIndices,options:t.indices,"close-on-select":t.indices.length<=1,placeholder:t.$t("indexPickerPlaceholder")},on:{select:t.addItem,remove:t.removeItem},scopedSlots:t._u([{key:"option",fn:function(e){return[n("b-row",[n("b-col",[n("span",{staticClass:"mr-1"},[t._v(t._s(e.option.name))]),n("SmallBadge",{attrs:{pill:"",text:e.option.version}})],1)],1),n("b-row",{staticClass:"mt-1"},[n("b-col",[n("span",[t._v(t._s(t.formatIdxDate(e.option.timestamp)))])])],1)]}}])})},Ye=[],Je=n("8e5f"),Ze=n.n(Je),Xe=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-badge",{attrs:{variant:"secondary",pill:t.pill}},[t._v(t._s(t.text))])},tn=[],en=r["default"].extend({props:{text:String,pill:Boolean}}),nn=en,rn=(n("8021"),Object(m["a"])(nn,Xe,tn,!1,null,"4dea1070",null)),on=rn.exports,an=n("b166"),sn=r["default"].extend({components:{VueMultiselect:Ze.a,SmallBadge:on},data:function(){return{loading:!0}},computed:Object(s["a"])({},Object(_["c"])(["indices","selectedIndices"])),methods:Object(s["a"])(Object(s["a"])({},Object(_["b"])({setSelectedIndices:"setSelectedIndices"})),{},{removeItem:function(t){this.setSelectedIndices(this.selectedIndices.filter((function(e){return e!==t})))},addItem:function(t){this.setSelectedIndices([].concat(Object(L["a"])(this.selectedIndices),[t]))},formatIdxDate:function(t){return Object(an["a"])(new Date(1e3*t),"yyyy-MM-dd")}})}),cn=sn,un=(n("60bc"),n("0d3c"),Object(m["a"])(cn,Ke,Ye,!1,null,null,null)),ln=un.exports;n("498a");r["default"].use(_["a"]);var dn=new _["a"].Store({state:{seed:0,indices:[],tags:[],sist2Info:null,sizeMin:void 0,sizeMax:void 0,dateBoundsMin:null,dateBoundsMax:null,dateMin:void 0,dateMax:void 0,searchText:"",pathText:"",sortMode:"score",fuzzy:!1,size:60,optLang:"en",optTheme:"light",optDisplay:"grid",optHighlight:!0,optTagOrOperator:!1,optFuzzy:!0,optFragmentSize:200,optQueryMode:"simple",optSearchInPath:!1,optColumns:"auto",optSuggestPath:!0,optTreemapType:"cascaded",optTreemapTiling:"squarify",optTreemapColorGroupingDepth:3,optTreemapSize:"medium",optTreemapColor:"PuBuGn",optLightboxLoadOnlyCurrent:!1,optLightboxSlideDuration:15,_onLoadSelectedIndices:[],_onLoadSelectedMimeTypes:[],_onLoadSelectedTags:[],selectedIndices:[],selectedMimeTypes:[],selectedTags:[],lastQueryResults:null,keySequence:0,querySequence:0,uiTagHover:null,uiLightboxIsOpen:!1,uiShowLightbox:!1,uiLightboxSources:[],uiLightboxThumbs:[],uiLightboxCaptions:[],uiLightboxTypes:[],uiLightboxKey:0,uiLightboxSlide:0,uiReachedScrollEnd:!1,uiMimeMap:[]},mutations:{setUiReachedScrollEnd:function(t,e){return t.uiReachedScrollEnd=e},setTags:function(t,e){return t.tags=e},setPathText:function(t,e){return t.pathText=e},setSizeMin:function(t,e){return t.sizeMin=e},setSizeMax:function(t,e){return t.sizeMax=e},setSist2Info:function(t,e){return t.sist2Info=e},setSeed:function(t,e){return t.seed=e},setOptLang:function(t,e){return t.optLang=e},setSortMode:function(t,e){return t.sortMode=e},setIndices:function(t,e){t.indices=e,t._onLoadSelectedIndices.length>0?t.selectedIndices=e.filter((function(e){return t._onLoadSelectedIndices.some((function(t){return e.id.startsWith(t)}))})):t.selectedIndices=e},setDateMin:function(t,e){return t.dateMin=e},setDateMax:function(t,e){return t.dateMax=e},setDateBoundsMin:function(t,e){return t.dateBoundsMin=e},setDateBoundsMax:function(t,e){return t.dateBoundsMax=e},setSearchText:function(t,e){return t.searchText=e},setFuzzy:function(t,e){return t.fuzzy=e},setLastQueryResult:function(t,e){return t.lastQueryResults=e},_setOnLoadSelectedIndices:function(t,e){return t._onLoadSelectedIndices=e},_setOnLoadSelectedMimeTypes:function(t,e){return t._onLoadSelectedMimeTypes=e},_setOnLoadSelectedTags:function(t,e){return t._onLoadSelectedTags=e},setSelectedIndices:function(t,e){return t.selectedIndices=e},setSelectedMimeTypes:function(t,e){return t.selectedMimeTypes=e},setSelectedTags:function(t,e){return t.selectedTags=e},setUiTagHover:function(t,e){return t.uiTagHover=e},setUiLightboxIsOpen:function(t,e){return t.uiLightboxIsOpen=e},_setUiShowLightbox:function(t,e){return t.uiShowLightbox=e},setUiLightboxKey:function(t,e){return t.uiLightboxKey=e},_setKeySequence:function(t,e){return t.keySequence=e},_setQuerySequence:function(t,e){return t.querySequence=e},addLightboxSource:function(t,e){var n=e.source,r=e.thumbnail,i=e.caption,o=e.type;t.uiLightboxSources.push(n),t.uiLightboxThumbs.push(r),t.uiLightboxCaptions.push(i),t.uiLightboxTypes.push(o)},setUiLightboxSlide:function(t,e){return t.uiLightboxSlide=e},setUiLightboxSources:function(t,e){return t.uiLightboxSources=e},setUiLightboxThumbs:function(t,e){return t.uiLightboxThumbs=e},setUiLightboxTypes:function(t,e){return t.uiLightboxTypes=e},setUiLightboxCaptions:function(t,e){return t.uiLightboxCaptions=e},setOptTheme:function(t,e){return t.optTheme=e},setOptDisplay:function(t,e){return t.optDisplay=e},setOptColumns:function(t,e){return t.optColumns=e},setOptHighlight:function(t,e){return t.optHighlight=e},setOptFuzzy:function(t,e){return t.fuzzy=e},setOptSearchInPath:function(t,e){return t.optSearchInPath=e},setOptSuggestPath:function(t,e){return t.optSuggestPath=e},setOptFragmentSize:function(t,e){return t.optFragmentSize=e},setOptQueryMode:function(t,e){return t.optQueryMode=e},setOptResultSize:function(t,e){return t.size=e},setOptTagOrOperator:function(t,e){return t.optTagOrOperator=e},setOptTreemapType:function(t,e){return t.optTreemapType=e},setOptTreemapTiling:function(t,e){return t.optTreemapTiling=e},setOptTreemapColorGroupingDepth:function(t,e){return t.optTreemapColorGroupingDepth=e},setOptTreemapSize:function(t,e){return t.optTreemapSize=e},setOptTreemapColor:function(t,e){return t.optTreemapColor=e},setOptLightboxLoadOnlyCurrent:function(t,e){return t.optLightboxLoadOnlyCurrent=e},setUiMimeMap:function(t,e){return t.uiMimeMap=e},busUpdateWallItems:function(){},busUpdateTags:function(){}},actions:{loadFromArgs:function(t,e){var n=t.commit;e.query.q&&n("setSearchText",e.query.q),void 0!==e.query.fuzzy&&n("setFuzzy",!0),e.query.i&&n("_setOnLoadSelectedIndices",Array.isArray(e.query.i)?e.query.i:[e.query.i]),e.query.dMin&&n("setDateMin",Number(e.query.dMin)),e.query.dMax&&n("setDateMax",Number(e.query.dMax)),e.query.sMin&&n("setSizeMin",Number(e.query.sMin)),e.query.sMax&&n("setSizeMax",Number(e.query.sMax)),e.query.path&&n("setPathText",e.query.path),e.query.m&&n("_setOnLoadSelectedMimeTypes",N(e.query.m)),e.query.t&&n("_setOnLoadSelectedTags",e.query.t.split(",")),e.query.sort&&(n("setSortMode",e.query.sort),n("setSeed",Number(e.query.seed)))},updateArgs:function(t,e){return Object(Ue["a"])(regeneratorRuntime.mark((function n(){var r;return regeneratorRuntime.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return r=t.state,n.next=3,e.push({query:{q:r.searchText.trim()?r.searchText.trim().replace(/\s+/g," "):void 0,fuzzy:r.fuzzy?null:void 0,i:r.selectedIndices?r.selectedIndices.map((function(t){return t.idPrefix})):void 0,dMin:r.dateMin,dMax:r.dateMax,sMin:r.sizeMin,sMax:r.sizeMax,path:r.pathText?r.pathText:void 0,m:Q(r.selectedMimeTypes),t:0==r.selectedTags.length?void 0:r.selectedTags.join(","),sort:"score"===r.sortMode?void 0:r.sortMode,seed:"random"===r.sortMode?r.seed.toString():void 0}}).catch((function(){}));case 3:case"end":return n.stop()}}),n)})))()},updateConfiguration:function(t){var e=t.state,n={};Object.keys(e).forEach((function(t){t.startsWith("opt")&&(n[t]=e[t])})),localStorage.setItem("sist2_configuration",JSON.stringify(n))},loadConfiguration:function(t){var e=t.state,n=localStorage.getItem("sist2_configuration");if(n){var r=JSON.parse(n);Object.keys(e).forEach((function(t){t.startsWith("opt")&&(e[t]=r[t])}))}},setSelectedIndices:function(t,e){var n=t.commit;return n("setSelectedIndices",e)},getKeySequence:function(t){var e=t.commit,n=t.state,r=n.keySequence;return e("_setKeySequence",r+1),r},incrementQuerySequence:function(t){var e=t.commit,n=t.state,r=n.querySequence;return e("_setQuerySequence",r+1),r},remountLightbox:function(t){var e=t.commit,n=t.state;e("setUiLightboxKey",n.uiLightboxKey+1)},showLightbox:function(t){var e=t.commit,n=t.state;e("_setUiShowLightbox",!n.uiShowLightbox)},clearResults:function(t){var e=t.commit;e("setLastQueryResult",null),e("_setKeySequence",0),e("_setUiShowLightbox",!1),e("setUiLightboxSources",[]),e("setUiLightboxThumbs",[]),e("setUiLightboxTypes",[]),e("setUiLightboxCaptions",[]),e("setUiLightboxKey",0)}},modules:{},getters:{seed:function(t){return t.seed},getPathText:function(t){return t.pathText},indices:function(t){return t.indices},sist2Info:function(t){return t.sist2Info},indexMap:function(t){var e={};return t.indices.forEach((function(t){return e[t.id]=t})),e},selectedIndices:function(t){return t.selectedIndices},_onLoadSelectedIndices:function(t){return t._onLoadSelectedIndices},selectedMimeTypes:function(t){return t.selectedMimeTypes},selectedTags:function(t){return t.selectedTags},dateMin:function(t){return t.dateMin},dateMax:function(t){return t.dateMax},sizeMin:function(t){return t.sizeMin},sizeMax:function(t){return t.sizeMax},searchText:function(t){return t.searchText},pathText:function(t){return t.pathText},fuzzy:function(t){return t.fuzzy},size:function(t){return t.size},sortMode:function(t){return t.sortMode},lastQueryResult:function(t){return t.lastQueryResults},lastDoc:function(t){return null==t.lastQueryResults?null:t.lastQueryResults.hits.hits.slice(-1)[0]},uiTagHover:function(t){return t.uiTagHover},uiShowLightbox:function(t){return t.uiShowLightbox},uiLightboxSources:function(t){return t.uiLightboxSources},uiLightboxThumbs:function(t){return t.uiLightboxThumbs},uiLightboxCaptions:function(t){return t.uiLightboxCaptions},uiLightboxTypes:function(t){return t.uiLightboxTypes},uiLightboxKey:function(t){return t.uiLightboxKey},uiLightboxSlide:function(t){return t.uiLightboxSlide},optLang:function(t){return t.optLang},optTheme:function(t){return t.optTheme},optDisplay:function(t){return t.optDisplay},optColumns:function(t){return t.optColumns},optHighlight:function(t){return t.optHighlight},optTagOrOperator:function(t){return t.optTagOrOperator},optFuzzy:function(t){return t.optFuzzy},optSearchInPath:function(t){return t.optSearchInPath},optSuggestPath:function(t){return t.optSuggestPath},optFragmentSize:function(t){return t.optFragmentSize},optQueryMode:function(t){return t.optQueryMode},optTreemapType:function(t){return t.optTreemapType},optTreemapTiling:function(t){return t.optTreemapTiling},optTreemapSize:function(t){return t.optTreemapSize},optTreemapColorGroupingDepth:function(t){return t.optTreemapColorGroupingDepth},optTreemapColor:function(t){return t.optTreemapColor},optLightboxLoadOnlyCurrent:function(t){return t.optLightboxLoadOnlyCurrent},optLightboxSlideDuration:function(t){return t.optLightboxSlideDuration},optResultSize:function(t){return t.size}}}),pn={score:{mode:[{_score:{order:"desc"}},{_tie:{order:"asc"}}],key:function(t){return t._score}},random:{mode:[{_score:{order:"desc"}},{_tie:{order:"asc"}}],key:function(t){return t._score}},dateAsc:{mode:[{mtime:{order:"asc"}},{_tie:{order:"asc"}}],key:function(t){return t._source.mtime}},dateDesc:{mode:[{mtime:{order:"desc"}},{_tie:{order:"asc"}}],key:function(t){return t._source.mtime}},sizeAsc:{mode:[{size:{order:"asc"}},{_tie:{order:"asc"}}],key:function(t){return t._source.size}},sizeDesc:{mode:[{size:{order:"desc"}},{_tie:{order:"asc"}}],key:function(t){return t._source.size}}},hn=function(){function t(){Object(W["a"])(this,t)}return Object(K["a"])(t,[{key:"searchQuery",value:function(){var t=dn.getters,e=t.searchText,n=t.pathText,r=""===e,i=t.sizeMin,o=t.sizeMax,a=t.dateMin,s=t.dateMax,c=t.fuzzy,u=t.size,l=t.lastDoc,d=t.selectedIndices.map((function(t){return t.id})),p=t.selectedMimeTypes,h=t.selectedTags,m=[{terms:{index:d}}];i&&o?m.push({range:{size:{gte:i,lte:o}}}):i?m.push({range:{size:{gte:i}}}):o&&m.push({range:{size:{lte:o}}}),a&&s?m.push({range:{mtime:{gte:a,lte:s}}}):a?m.push({range:{mtime:{gte:a}}}):s&&m.push({range:{mtime:{lte:s}}});var f=["name^8","content^3","album^8","artist^8","title^8","genre^2","album_artist^8","font_name^6"];t.optSearchInPath&&f.push("path.text^5"),c&&(f.push("content.nGram"),t.optSearchInPath&&f.push("path.nGram"),f.push("name.nGram^3"));var g,v=n.replace(/\/$/,"").toLowerCase();""!==v&&m.push({term:{path:v}}),p.length>0&&m.push({terms:{mime:p}}),h.length>0&&(t.optTagOrOperator?m.push({terms:{tag:h}}):h.forEach((function(t){return m.push({term:{tag:t}})}))),g="simple"===t.optQueryMode?{simple_query_string:{query:e,fields:f,default_operator:"and"}}:{query_string:{query:e,default_field:"name",default_operator:"and"}};var b={_source:{excludes:["content","_tie"]},query:{bool:{filter:m}},sort:pn[t.sortMode].mode,aggs:{total_size:{sum:{field:"size"}},total_count:{value_count:{field:"size"}}},size:u};return r||(b.query.bool.must=g),l&&(b.search_after=[pn[t.sortMode].key(l),l["_id"]]),t.optHighlight&&(b.highlight={pre_tags:[""],post_tags:[""],fragment_size:t.optFragmentSize,number_of_fragments:1,order:"score",fields:{content:{},name:{},"name.nGram":{},"content.nGram":{},font_name:{}}},t.optSearchInPath&&(b.highlight.fields["path.text"]={},b.highlight.fields["path.nGram"]={})),"random"===t.sortMode&&(b.query={function_score:{query:{bool:{must:m}},functions:[{random_score:{seed:t.seed,field:"_seq_no"},weight:1e3}],boost_mode:"sum"}},r||b.query.function_score.query.bool.must.push(g)),b}}]),t}(),mn=new hn,fn=n("b047"),gn=n.n(fn),vn=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("GridLayout",{ref:"grid-layout",attrs:{options:t.gridOptions},on:{append:t.append,"layout-complete":function(e){return t.$emit("layout-complete")}}},t._l(t.docs,(function(e){return n("DocCard",{key:e._id,attrs:{doc:e,width:t.width}})})),1)},bn=[],xn=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"doc-card",class:{"sub-document":t.doc._props.isSubDocument},style:"width: "+t.width+"px"},[n("b-card",{attrs:{"no-body":"","img-top":""}},[n("DocInfoModal",{attrs:{show:t.showInfo,doc:t.doc},on:{close:function(e){t.showInfo=!1}}}),n("ContentDiv",{attrs:{doc:t.doc}}),t.doc._props.hasThumbnail?n("div",{staticClass:"img-wrapper",on:{mouseenter:function(e){return t.onTnEnter()},mouseleave:function(e){return t.onTnLeave()}}},[t.doc._props.isAudio?n("div",{staticClass:"card-img-overlay",class:{"small-badge":t.smallBadge}},[n("span",{staticClass:"badge badge-resolution"},[t._v(t._s(t.humanTime(t.doc._source.duration)))])]):t._e(),t.doc._props.isImage&&!t.hover?n("div",{staticClass:"card-img-overlay",class:{"small-badge":t.smallBadge}},[n("span",{staticClass:"badge badge-resolution"},[t._v(t._s(t.doc._source.width+"x"+t.doc._source.height))])]):t._e(),(t.doc._props.isVideo||t.doc._props.isGif)&&t.doc._source.duration>0&&!t.hover?n("div",{staticClass:"card-img-overlay",class:{"small-badge":t.smallBadge}},[n("span",{staticClass:"badge badge-resolution"},[t._v(t._s(t.humanTime(t.doc._source.duration)))])]):t._e(),t.doc._props.isPlayableVideo?n("div",{staticClass:"play"},[n("svg",{attrs:{viewBox:"0 0 494.942 494.942",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"m35.353 0 424.236 247.471-424.236 247.471z"}})])]):t._e(),t.doc._props.isPlayableImage||t.doc._props.isPlayableVideo?n("img",{staticClass:"pointer fit card-img-top",attrs:{src:t.doc._props.isGif&&t.hover?"f/"+t.doc._id:"t/"+t.doc._source.index+"/"+t.doc._id,alt:""},on:{click:function(e){return t.onThumbnailClick()}}}):n("img",{staticClass:"fit card-img-top",attrs:{src:"t/"+t.doc._source.index+"/"+t.doc._id,alt:""}})]):t._e(),t.doc._props.isAudio?n("audio",{ref:"audio",staticClass:"audio-fit fit",attrs:{preload:"none",controls:"",type:t.doc._source.mime,src:"f/"+t.doc._id},on:{play:function(e){return t.onAudioPlay()}}}):t._e(),n("b-card-body",{staticClass:"padding-03"},[n("div",{staticStyle:{display:"flex"}},[n("span",{staticClass:"info-icon",on:{click:function(e){return t.onInfoClick()}}}),n("DocFileTitle",{attrs:{doc:t.doc}})],1),n("div",{staticClass:"card-text"},[n("TagContainer",{attrs:{hit:t.doc}})],1)])],1)],1)},yn=[],_n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{on:{mouseenter:function(e){t.showAddButton=!0},mouseleave:function(e){t.showAddButton=!1}}},[n("b-modal",{attrs:{title:t.$t("saveTagModalTitle"),"hide-footer":"","no-fade":"",centered:"",size:"lg",static:"",lazy:""},model:{value:t.showModal,callback:function(e){t.showModal=e},expression:"showModal"}},[n("b-row",[n("b-col",{staticStyle:{"flex-grow":"2"},attrs:{sm:""}},[n("VueSimpleSuggest",{ref:"suggest",staticClass:"form-control-fix-flex",staticStyle:{"margin-top":"17px"},attrs:{value:t.tagText,list:t.suggestTag,"max-suggestions":0,placeholder:t.$t("saveTagPlaceholder")},on:{select:function(e){return t.setTagText(e)},input:function(e){return t.setTagText(e)}},scopedSlots:t._u([{key:"suggestion-item",fn:function(e){var r=e.suggestion,i=e.query;return n("div",{},[n("div",{staticClass:"suggestion-line"},[n("span",{staticClass:"badge badge-suggestion",style:{background:t.getBg(r),color:t.getFg(r)}},[n("strong",[t._v(t._s(i))]),t._v(t._s(t.getSuggestionWithoutQueryPrefix(r,i))+" ")])])])}}])})],1),n("b-col",{staticClass:"mt-4"},[n("TwitterColorPicker",{staticClass:"mr-auto ml-auto",attrs:{triangle:"hide",width:252},model:{value:t.color,callback:function(e){t.color=e},expression:"color"}})],1)],1),n("b-button",{staticClass:"mt-2",staticStyle:{float:"right"},attrs:{variant:"primary"},on:{click:function(e){return t.saveTag()}}},[t._v(t._s(t.$t("confirm"))+" ")])],1),t._l(t.hit._tags,(function(e){return[e.userTag?n("div",{key:e.rawText,staticStyle:{display:"inline-block"}},[n("span",{staticClass:"badge pointer",class:t.badgeClass(e),style:t.badgeStyle(e),attrs:{id:t.hit._id+e.rawText,title:e.text,tabindex:"-1"},on:{contextmenu:function(n){return t.onTagRightClick(e,n)}}},[t._v(t._s(e.text.split(".").pop()))]),n("b-popover",{attrs:{target:t.hit._id+e.rawText,triggers:"focus blur",placement:"top"}},[n("b-button",{attrs:{variant:"danger"},on:{click:function(n){return t.onTagDeleteClick(e,n)}}},[t._v("Delete")])],1)],1):n("span",{key:e.text,staticClass:"badge",class:t.badgeClass(e),style:t.badgeStyle(e)},[t._v(t._s(e.text.split(".").pop()))])]})),t.showAddButton?n("small",{staticClass:"badge add-tag-button",on:{click:function(e){return t.tagAdd()}}},[t._v("Add")]):n("small",{staticClass:"text-muted badge-size"},[t._v(t._s(t.humanFileSize(t.hit._source.size)))])],2)},Tn=[],Sn=(n("2532"),n("7db0"),n("c345")),wn=n("5111"),zn=r["default"].extend({components:{TwitterColorPicker:Sn["Twitter"],VueSimpleSuggest:wn["a"]},props:["hit"],data:function(){return{showAddButton:!1,showModal:!1,tagText:null,color:{hex:"#e0e0e0"}}},computed:{tagHover:function(){return this.$store.getters["uiTagHover"]}},methods:{humanFileSize:H,getSuggestionWithoutQueryPrefix:function(t,e){return t.id.slice(e.length,-8)},getBg:function(t){return t.id.slice(-7)},getFg:function(t){return U(t.id.slice(-7))>50?"#000":"#fff"},setTagText:function(t){this.$refs.suggest.clearSuggestions(),"string"!==typeof t?(this.color={hex:"#"+t.id.split("#")[1]},this.tagText=t):this.tagText={id:t,title:t}},badgeClass:function(t){return"badge-".concat(t.style)},badgeStyle:function(t){return{background:t.bg,color:t.fg}},onTagHover:function(t){t.userTag&&this.$store.commit("setUiTagHover",t)},onTagLeave:function(){this.$store.commit("setUiTagHover",null)},onTagDeleteClick:function(t,e){var n=this;this.hit._tags=this.hit._tags.filter((function(e){return e!==t})),nt.deleteTag(t.rawText,this.hit).then((function(){n.$store.commit("busUpdateWallItems"),n.$store.commit("busUpdateTags")}))},tagAdd:function(){this.showModal=!0},saveTag:function(){var t=this;if(this.tagText.id.includes("#"))this.$bvToast.toast(this.$t("toast.invalidTag"),{title:this.$t("toast.invalidTagTitle"),noAutoHide:!0,toaster:"b-toaster-bottom-right",headerClass:"toast-header-error",bodyClass:"toast-body-error"});else{var e=this.tagText.id+this.color.hex.replace("#",".#"),n=this.hit._tags.filter((function(t){return t.userTag}));null==n.find((function(t){return t.rawText===e}))?(this.hit._tags.push(nt.createUserTag(e)),nt.saveTag(e,this.hit).then((function(){t.tagText=null,t.showModal=!1,t.$store.commit("busUpdateWallItems"),t.$store.commit("busUpdateTags")}))):this.$bvToast.toast(this.$t("toast.dupeTag"),{title:this.$t("toast.dupeTagTitle"),noAutoHide:!0,toaster:"b-toaster-bottom-right",headerClass:"toast-header-error",bodyClass:"toast-body-error"})}},suggestTag:function(t){var e=this;return Object(Ue["a"])(regeneratorRuntime.mark((function n(){var r,i,o;return regeneratorRuntime.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return t=t.toLowerCase(),n.next=3,e.getTagChoices(t);case 3:for(r=n.sent,i=[],o=0;o').concat(t,", ").concat(e,"")}function An(t,e){var n=t.split(","),r=Number(n[0].trim().split(":")[0])/Number(n[0].trim().split(":")[1]),i=Number(n[1].trim().split(":")[0])/Number(n[1].trim().split(":")[1]),o=Number(n[2].trim().split(":")[0])/Number(n[2].trim().split(":")[1]);return(r+i/60+o/3600)*("S"===e||"W"===e?-1:1)}var Rn={name:"InfoTable",props:["doc"],computed:{tableItems:function(){var t=this.doc._source,e=[{key:"index",value:"[".concat(this.$store.getters.indexMap[t.index].name,"]")},{key:"mtime",value:R(t.mtime)},{key:"mime",value:t.mime},{key:"size",value:H(t.size)},{key:"path",value:t.path}];"width"in this.doc._source&&e.push({key:"image size",value:"".concat(t.width,"x").concat(t.height)});var n=["title","duration","audioc","videoc","bitrate","artist","album","album_artist","genre","font_name","author","modified_by","pages","tag","exif_make","exif_software","exif_exposure_time","exif_fnumber","exif_focal_length","exif_user_comment","exif_iso_speed_ratings","exif_model","exif_datetime"];return n.forEach((function(n){n in t&&e.push({key:n,value:t[n]})})),"exif_gps_longitude_dec"in t?e.push({key:"Exif GPS",html:Hn(t["exif_gps_latitude_dec"],t["exif_gps_longitude_dec"])}):"exif_gps_longitude_dms"in t&&e.push({key:"Exif GPS",html:Hn(An(t["exif_gps_latitude_dms"],t["exif_gps_latitude_ref"]),An(t["exif_gps_longitude_dms"],t["exif_gps_longitude_ref"]))}),e}}},Un=Rn,Fn=Object(m["a"])(Un,En,Bn,!1,null,"9f8a52b6",null),Qn=Fn.exports,Nn=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.loading?n("Preloader"):t.content?n("div",{staticClass:"content-div"},[t._v(t._s(t.content))]):t._e()},Gn=[],Vn={name:"LazyContentDiv",components:{Preloader:Tt},props:["docId"],data:function(){return{content:"",loading:!0}},mounted:function(){var t=this;nt.getDocInfo(this.docId).then((function(e){t.content=e.data.content,t.loading=!1}))}},Wn=Vn,Kn=Object(m["a"])(Wn,Nn,Gn,!1,null,"3644e939",null),Yn=Kn.exports,Jn={name:"DocInfoModal",components:{LazyContentDiv:Yn,InfoTable:Qn},props:["doc","show"],methods:{ext:j}},Zn=Jn,Xn=Object(m["a"])(Zn,jn,qn,!1,null,"40b7be68",null),tr=Xn.exports,er=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.content()?n("div",{staticClass:"content-div",domProps:{innerHTML:t._s(t.content())}}):t._e()},nr=[],rr={name:"ContentDiv",props:["doc"],methods:{content:function(){return this.doc.highlight?this.doc.highlight["content.nGram"]?this.doc.highlight["content.nGram"][0]:this.doc.highlight.content?this.doc.highlight.content[0]:void 0:null}}},ir=rr,or=Object(m["a"])(ir,er,nr,!1,null,"a093e946",null),ar=or.exports,sr={components:{ContentDiv:ar,DocInfoModal:tr,DocFileTitle:Pn,TagContainer:On},props:["doc","width"],data:function(){return{ext:j,showInfo:!1,hover:!1}},computed:{placeHolderStyle:function(){var t=this.doc._source.thumbnail.split(","),e=Number(t[0]),n=Number(t[1]),r=400;return{height:"".concat(Math.min(n/e*this.width,r),"px")}},smallBadge:function(){return this.width<150}},methods:{humanFileSize:H,humanTime:A,onInfoClick:function(){this.showInfo=!0},onThumbnailClick:function(){var t=this;return Object(Ue["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return t.$store.commit("setUiLightboxSlide",t.doc._seq),e.next=3,t.$store.dispatch("showLightbox");case 3:case"end":return e.stop()}}),e)})))()},onAudioPlay:function(){var t=this;document.getElementsByTagName("audio").forEach((function(e){e!==t.$refs["audio"]&&e.pause()}))},onTnEnter:function(){this.hover=!0},onTnLeave:function(){this.hover=!1}}},cr=sr,ur=(n("b9df"),n("706c"),Object(m["a"])(cr,xn,yn,!1,null,"a78557ce",null)),lr=ur.exports,dr=n("527a");r["default"].use(dr["a"]);var pr=r["default"].extend({components:{DocCard:lr},props:["docs","append"],data:function(){return{width:0,gridOptions:{align:"center",margin:0,transitionDuration:0,isOverflowScroll:!1,isConstantSize:!1,useFit:!1,useRecycle:!1}}},computed:{colCount:function(){var t=this.$store.getters["optColumns"];return"auto"===t?Math.round(this.$refs["grid-layout"].$el.scrollWidth/300):t}},mounted:function(){var t=this;this.width=this.$refs["grid-layout"].$el.scrollWidth/this.colCount,1===this.colCount&&this.$refs["grid-layout"].$el.classList.add("grid-single-column"),this.$store.subscribe((function(e){"busUpdateWallItems"===e.type&&t.$refs["grid-layout"]&&t.$refs["grid-layout"].updateItems()}))}}),hr=pr,mr=Object(m["a"])(hr,vn,bn,!1,null,null,null),fr=mr.exports,gr=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("FsLightbox",{key:t.lightboxKey,attrs:{toggler:t.showLightbox,sources:t.lightboxSources,thumbs:t.lightboxThumbs,captions:t.lightboxCaptions,types:t.lightboxTypes,"source-index":t.lightboxSlide,"custom-toolbar-buttons":t.customButtons,"slideshow-time":1e4,"zoom-increment":.5,"load-only-current-source":t.$store.getters.optLightboxLoadOnlyCurrent,"on-close":t.onClose,"on-open":t.onShow,"on-slide-change":t.onSlideChange}}),n("a",{staticStyle:{display:"none"},attrs:{id:"lightbox-download"}})],1)},vr=[],br=n("e099"),xr=n.n(br),yr={name:"Lightbox",components:{FsLightbox:xr.a},data:function(){return{customButtons:[{viewBox:"0 0 384.928 384.928",d:"M321.339,245.334c-4.74-4.692-12.439-4.704-17.179,0l-99.551,98.564V12.03 c0-6.641-5.438-12.03-12.151-12.03s-12.151,5.39-12.151,12.03v331.868l-99.551-98.552c-4.74-4.704-12.439-4.704-17.179,0 s-4.74,12.319,0,17.011l120.291,119.088c4.692,4.644,12.499,4.644,17.191,0l120.291-119.088 C326.091,257.653,326.091,250.038,321.339,245.334C316.599,240.642,326.091,250.038,321.339,245.334z",width:"17px",height:"17px",title:"Download",onClick:this.onDownloadClick}]}},computed:{showLightbox:function(){return this.$store.getters["uiShowLightbox"]},lightboxSources:function(){return this.$store.getters["uiLightboxSources"]},lightboxThumbs:function(){return this.$store.getters["uiLightboxThumbs"]},lightboxKey:function(){return this.$store.getters["uiLightboxKey"]},lightboxSlide:function(){return this.$store.getters["uiLightboxSlide"]},lightboxCaptions:function(){return this.$store.getters["uiLightboxCaptions"]},lightboxTypes:function(){return this.$store.getters["uiLightboxTypes"]}},methods:{onDownloadClick:function(){var t=this.lightboxSources[this.lightboxSlide],e=document.getElementById("lightbox-download");e.setAttribute("href",t),e.setAttribute("download",""),e.click()},onShow:function(){this.$store.commit("setUiLightboxIsOpen",!0)},onClose:function(){this.$store.commit("setUiLightboxIsOpen",!1)},onSlideChange:function(){document.getElementsByTagName("video").forEach((function(t){t.pause()}))}}},_r=yr,Tr=(n("5ee9"),Object(m["a"])(_r,gr,vr,!1,null,null,null)),Sr=Tr.exports,wr=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"lightbox-caption"},[n("p",[n("b",[t._v(t._s("["+t.$store.getters.indices.find((function(e){return e.id===t.hit._source.index})).name+"]"))]),t._v(t._s("/"+t.hit._source.path+"/"+t.hit._source.name+t.ext(t.hit))+" ")]),n("p",{staticStyle:{"margin-top":"-1em"}},[t.hit._source.width?n("span",[t._v(t._s(t.hit._source.width+"x"+t.hit._source.height))]):t._e(),t._v(" "+t._s(" ("+t.humanFileSize(t.hit._source.size)+")")+" ")])])},zr=[],$r={name:"LightboxCaption",props:["hit"],methods:{humanFileSize:H,ext:j}},Cr=$r,Or=Object(m["a"])(Cr,wr,zr,!1,null,null,null),kr=Or.exports,Mr=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{attrs:{id:"mimeTree"}})},Lr=[],Ir=n("cea5"),Dr=n.n(Ir),Pr=n("52e7"),jr=n.n(Pr),qr=(n("aac9"),{name:"MimePicker",data:function(){return{mimeTree:null}},mounted:function(){var t=this;this.$store.subscribe((function(e){if("setUiMimeMap"===e.type){var n=e.payload.slice();t.mimeTree=new Dr.a({selection:{mode:"checkbox"},data:n}),new jr.a(t.mimeTree,{target:"#mimeTree"}),t.mimeTree.on("node.state.changed",t.handleTreeClick),t.mimeTree.deselect(),t.$store.state._onLoadSelectedMimeTypes.length>0&&t.$store.state._onLoadSelectedMimeTypes.forEach((function(e){t.mimeTree.node(e).select()}))}}))},methods:{handleTreeClick:function(t,e){"indeterminate"!==e&&"collapsed"!==e&&"rendered"!==e&&"focused"!==e&&this.$store.commit("setSelectedMimeTypes",F(this.mimeTree))}}}),Er=qr,Br=(n("f798"),Object(m["a"])(Er,Mr,Lr,!1,null,"1ea26eb2",null)),Hr=Br.exports,Ar=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.lastResultsLoaded?n("b-card",{attrs:{id:"results"}},[n("span",[t._v(t._s(t.hitCount)+" "+t._s(1===t.hitCount?t.$t("hit"):t.$t("hits")))]),n("div",{staticStyle:{float:"right"}},[n("b-button",{directives:[{name:"b-toggle",rawName:"v-b-toggle.collapse-1",modifiers:{"collapse-1":!0}}],staticClass:"not-mobile",attrs:{variant:"primary"}},[t._v(t._s(t.$t("details")))]),n("SortSelect",{staticClass:"ml-2"}),n("DisplayModeToggle",{staticClass:"ml-2"})],1),n("b-collapse",{staticClass:"pt-2",staticStyle:{clear:"both"},attrs:{id:"collapse-1"}},[n("b-card",[n("b-table",{staticClass:"mb-0",attrs:{items:t.tableItems,small:"",borderless:"","thead-class":"hidden"}})],1)],1)],1):t._e()},Rr=[],Ur=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-button-group",[n("b-button",{attrs:{variant:"primary",title:t.$t("displayMode.list"),pressed:"list"===t.optDisplay},on:{click:function(e){return t.setOptDisplay("list")}}},[n("svg",{attrs:{width:"20px",height:"20px",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"}},[n("path",{attrs:{fill:"currentColor",d:"M80 368H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0-320H16A16 16 0 0 0 0 64v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm416 176H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z"}})])]),n("b-button",{attrs:{variant:"primary",title:t.$t("displayMode.grid"),pressed:"grid"===t.optDisplay},on:{click:function(e){return t.setOptDisplay("grid")}}},[n("svg",{attrs:{width:"20px",height:"20px",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"}},[n("path",{attrs:{fill:"currentColor",d:"M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"}})])])],1)},Fr=[],Qr={name:"DisplayModeToggle",computed:Object(s["a"])({},Object(_["c"])(["optDisplay"])),methods:Object(s["a"])({},Object(_["d"])(["setOptDisplay"]))},Nr=Qr,Gr=Object(m["a"])(Nr,Ur,Fr,!1,null,"747547a4",null),Vr=Gr.exports,Wr=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-dropdown",{attrs:{variant:"primary"},scopedSlots:t._u([{key:"button-content",fn:function(){return[n("svg",{attrs:{"aria-hidden":"true",width:"20px",height:"20px",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512"}},[n("path",{attrs:{fill:"currentColor",d:"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z"}})])]},proxy:!0}])},[n("b-dropdown-item",{class:{"dropdown-active":"score"===t.sort},on:{click:function(e){return t.onSelect("score")}}},[t._v(t._s(t.$t("sort.relevance"))+" ")]),n("b-dropdown-item",{class:{"dropdown-active":"dateAsc"===t.sort},on:{click:function(e){return t.onSelect("dateAsc")}}},[t._v(t._s(t.$t("sort.dateAsc"))+" ")]),n("b-dropdown-item",{class:{"dropdown-active":"dateDesc"===t.sort},on:{click:function(e){return t.onSelect("dateDesc")}}},[t._v(" "+t._s(t.$t("sort.dateDesc"))+" ")]),n("b-dropdown-item",{class:{"dropdown-active":"sizeAsc"===t.sort},on:{click:function(e){return t.onSelect("sizeAsc")}}},[t._v(t._s(t.$t("sort.sizeAsc"))+" ")]),n("b-dropdown-item",{class:{"dropdown-active":"sizeDesc"===t.sort},on:{click:function(e){return t.onSelect("sizeDesc")}}},[t._v(" "+t._s(t.$t("sort.sizeDesc"))+" ")]),n("b-dropdown-item",{class:{"dropdown-active":"random"===t.sort},on:{click:function(e){return t.onSelect("random")}}},[t._v(" "+t._s(t.$t("sort.random"))+" ")])],1)},Kr=[],Yr={name:"SortSelect",computed:{sort:function(){return this.$store.state.sortMode}},methods:{onSelect:function(t){"random"===t&&this.$store.commit("setSeed",Math.round(1e5*Math.random())),this.$store.commit("setSortMode",t)}}},Jr=Yr,Zr=(n("a8cc"),Object(m["a"])(Jr,Wr,Kr,!1,null,null,null)),Xr=Zr.exports,ti=r["default"].extend({name:"ResultsCard",components:{SortSelect:Xr,DisplayModeToggle:Vr},computed:{lastResultsLoaded:function(){return null!=this.$store.state.lastQueryResults},hitCount:function(){return this.$store.state.lastQueryResults.aggregations.total_count.value},tableItems:function(){var t=[];return t.push({key:this.$t("queryTime"),value:this.took()}),t.push({key:this.$t("totalSize"),value:this.totalSize()}),t}},methods:{took:function(){return this.$store.state.lastQueryResults.took+"ms"},totalSize:function(){return H(this.$store.state.lastQueryResults.aggregations.total_size.value)}}}),ei=ti,ni=(n("a079"),Object(m["a"])(ei,Ar,Rr,!1,null,null,null)),ri=ni.exports,ii=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("div",{staticClass:"input-group",staticStyle:{"margin-bottom":"0.5em","margin-top":"1em"}},[n("div",{staticClass:"input-group-prepend"},[n("b-button",{attrs:{variant:"outline-secondary"},on:{click:function(e){return t.$refs["path-modal"].show()}}},[n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 576 512",width:"20px"}},[n("path",{attrs:{fill:"currentColor",d:"M288 224h224a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32H400L368 0h-80a32 32 0 0 0-32 32v64H64V8a8 8 0 0 0-8-8H40a8 8 0 0 0-8 8v392a16 16 0 0 0 16 16h208v64a32 32 0 0 0 32 32h224a32 32 0 0 0 32-32V352a32 32 0 0 0-32-32H400l-32-32h-80a32 32 0 0 0-32 32v64H64V128h192v64a32 32 0 0 0 32 32zm0 96h66.74l32 32H512v128H288zm0-288h66.74l32 32H512v128H288z"}})])])],1),n("VueSimpleSuggest",{staticClass:"form-control-fix-flex",attrs:{value:t.getPathText,list:t.suggestPath,"max-suggestions":0,placeholder:t.$t("pathBar.placeholder")},on:{input:t.setPathText},scopedSlots:t._u([{key:"suggestion-item",fn:function(e){var r=e.suggestion,i=e.query;return n("div",{},[n("div",{staticClass:"suggestion-line",attrs:{title:r}},[n("strong",[t._v(t._s(i))]),t._v(t._s(t.getSuggestionWithoutQueryPrefix(r,i))+" ")])])}}])})],1),n("b-modal",{ref:"path-modal",attrs:{title:t.$t("pathBar.modalTitle"),size:"lg","hide-footer":!0,static:""}},[n("div",{attrs:{id:"pathTree"}})])],1)},oi=[],ai=(n("c4c9"),{name:"PathTree",components:{VueSimpleSuggest:wn["a"]},data:function(){return{mimeTree:null,pathItems:[],tmpPath:""}},computed:Object(s["a"])({},Object(_["c"])(["getPathText"])),mounted:function(){var t=this;this.$store.subscribe((function(e){if("setIndices"===e.type){var n=new Dr.a({data:function(e,n,r){return t.getNextDepth(e)},sort:"text"});t.$store.state.indices.forEach((function(t){n.addNode({id:"/"+t.id,values:["/"+t.id],text:"/[".concat(t.name,"]"),index:t.id,depth:0,children:!0})})),new jr.a(n,{target:"#pathTree"}),n.on("node.click",t.handleTreeClick),n.expand()}}))},methods:Object(s["a"])(Object(s["a"])({},Object(_["d"])(["setPathText"])),{},{getSuggestionWithoutQueryPrefix:function(t,e){return t.slice(e.length)},getPathChoices:function(){var t=this;return Object(Ue["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",new Promise((function(e){var n={suggest:{path:{prefix:t.getPathText,completion:{field:"suggest-path",skip_duplicates:!0,size:1e4}}}};nt.esQuery(n).then((function(t){return e(t["suggest"]["path"][0]["options"].map((function(t){return t["_source"]["path"]})))}))})));case 1:case"end":return e.stop()}}),e)})))()},suggestPath:function(t){var e=this;return Object(Ue["a"])(regeneratorRuntime.mark((function n(){var r,i,o;return regeneratorRuntime.wrap((function(n){while(1)switch(n.prev=n.next){case 0:if(e.$store.state.optSuggestPath){n.next=2;break}return n.abrupt("return",[]);case 2:return t=t.toLowerCase(),n.next=5,e.getPathChoices();case 5:for(r=n.sent,i=[],o=0;o0&&(e.query.bool.must={prefix:{path:t.id}}),nt.esQuery(e).then((function(e){var n=e["aggregations"]["paths"]["buckets"];if(!n)return!1;var r=[];return n.filter((function(e){return e.key.length>t.id.length||t.id.startsWith("/")})).sort((function(t,e){return t.key>e.key})).map((function(e){if(r.some((function(t){return e.key.startsWith(t)})))return null;var n=t.id.startsWith("/")?e.key:e.key.slice(t.id.length+1);return r.push(e.key),{id:e.key,text:"".concat(n,"/ (").concat(e.doc_count,")"),depth:t.depth+1,index:t.index,values:[e.key],children:!0}})).filter((function(t){return null!==t}))}))},handleTreeClick:function(t,e,n){0!==e.depth&&(this.setPathText(e.id),this.$refs["path-modal"].hide(),this.$emit("search")),n()}})}),si=ai,ci=(n("ddab"),n("c919"),Object(m["a"])(si,ii,oi,!1,null,"b24a99e6",null)),ui=ci.exports,li=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{attrs:{id:"sizeSlider"}})},di=[],pi=n("f528"),hi=n.n(pi),mi=(n("df2f"),{name:"SizeSlider",mounted:function(){var t=this,e=document.getElementById("sizeSlider"),n=hi.a.create(e,{start:[this.$store.state.sizeMin?this.$store.state.sizeMin:0,this.$store.state.sizeMax?this.$store.state.sizeMax:5e10],tooltips:[!0,!0],behaviour:"drag-tap",connect:!0,range:{min:0,"10%":1e6,"20%":1e7,"50%":5e9,max:5e10},format:{to:function(t){return t>=5e10?"50G+":H(Math.round(t))},from:function(t){return t}}});D(e,10," - "),e.querySelectorAll(".noUi-connect")[0].classList.add("slider-color0"),n.on("set",(function(e,n,r){0===n?t.$store.commit("setSizeMin",0===r[0]?void 0:Math.round(r[0])):t.$store.commit("setSizeMax",r[1]>=5e10?void 0:Math.round(r[1]))}))}}),fi=mi,gi=(n("95ee"),Object(m["a"])(fi,li,di,!1,null,null,null)),vi=gi.exports,bi=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{attrs:{id:"dateSlider"}})},xi=[],yi={name:"DateSlider",mounted:function(){var t=this;this.$store.subscribe((function(e){if("setDateBoundsMax"===e.type){var n=document.getElementById("dateSlider");if(n.children.length>0)return;var r=t.$store.state.dateBoundsMax,i=t.$store.state.dateBoundsMin,o=hi.a.create(n,{start:[t.$store.state.dateMin?t.$store.state.dateMin:i,t.$store.state.dateMax?t.$store.state.dateMax:r],tooltips:[!0,!0],behaviour:"drag-tap",connect:!0,range:{min:i,max:r},format:{to:function(t){return R(t)},from:function(t){return t}}});D(n,10," - ",!0),n.querySelectorAll(".noUi-connect")[0].classList.add("slider-color0"),o.on("set",(function(e,n,o){0===n?t.$store.commit("setDateMin",o[0]===i?void 0:Math.round(o[0])):t.$store.commit("setDateMax",o[1]>=r?void 0:Math.round(o[1]))}))}}))}},_i=yi,Ti=(n("5a9f"),Object(m["a"])(_i,bi,xi,!1,null,null,null)),Si=Ti.exports,wi=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{attrs:{id:"tagTree"}})},zi=[];function $i(t){return t._tree.defaultState.forEach((function(e,n){t.state(n,e)})),t}function Ci(t,e,n,r,i){return r.state(t)!==e&&(r._tree.batch(),r._tree.config.nodes.resetStateOnRestore&&"restored"===n&&$i(r),r.state(t,e),r._tree.emit("node."+n,r,!1),i&&r.hasChildren()&&r.children.recurseDown((function(r){Ci(t,e,n,r)})),r.markDirty(),r._tree.end()),r}function Oi(t,e,n,r){var i=e.split("."),o={id:n,count:r,text:1!==i.length?i[0]:"".concat(i[0]," (").concat(r,")"),name:i[0],children:[],blur:function(){},select:function(){return this.state("selected",!0),this.check()},deselect:function(){return this.state("selected",!1),this.uncheck()},uncheck:function(){return Ci("checked",!1,"unchecked",this,!1),this.state("indeterminate",!1),this.hasParent()&&this.getParent().refreshIndeterminateState(),this._tree.end(),this},check:function(){return Ci("checked",!0,"checked",this,!1),this.hasParent()&&this.getParent().refreshIndeterminateState(),this._tree.end(),this}},a=!1;t.forEach((function(t){t.name===o.name&&(a=!0,1!==i.length?Oi(t.children,i.slice(1).join("."),n,r):(console.error("FIXME: Duplicate tag?"),console.trace(t)))})),a||(1!==i.length?(Oi(o.children,i.slice(1).join("."),n,r),t.push(o)):t.push(o))}var ki={name:"TagPicker",data:function(){return{tagTree:null,loadedFromArgs:!1}},mounted:function(){var t=this;this.$store.subscribe((function(e){"setUiMimeMap"===e.type?(t.initializeTree(),t.updateTree()):"busUpdateTags"===e.type&&window.setTimeout(t.updateTree,2e3)}))},methods:{initializeTree:function(){var t=[];this.tagTree=new Dr.a({selection:{mode:"checkbox",autoDeselect:!1},checkbox:{autoCheckChildren:!1},data:t}),new jr.a(this.tagTree,{target:"#tagTree"}),this.tagTree.on("node.state.changed",this.handleTreeClick)},updateTree:function(){var t=this,e=[];nt.getTags().then((function(n){n.forEach((function(t){return Oi(e,t.id,t.id,t.count)})),t.tagTree.removeAll(),t.tagTree.addNodes(e),t.$store.state._onLoadSelectedTags.length>0&&!t.loadedFromArgs&&t.$store.state._onLoadSelectedTags.forEach((function(e){t.tagTree.node(e).select(),t.loadedFromArgs=!0}))}))},handleTreeClick:function(t,e){"indeterminate"!==e&&"collapsed"!==e&&"rendered"!==e&&"focused"!==e&&this.$store.commit("setSelectedTags",F(this.tagTree))}}},Mi=ki,Li=(n("706cd"),n("e478"),Object(m["a"])(Mi,wi,zi,!1,null,"61ce9763",null)),Ii=Li.exports,Di=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-list-group",{staticClass:"mt-3"},t._l(t.docs,(function(t){return n("DocListItem",{key:t._id,attrs:{doc:t}})})),1)},Pi=[],ji=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-list-group-item",{staticClass:"flex-column align-items-start mb-2"},[n("DocInfoModal",{attrs:{show:t.showInfo,doc:t.doc},on:{close:function(e){t.showInfo=!1}}}),n("div",{staticClass:"media ml-2"},[t.doc._props.hasThumbnail?n("div",{staticClass:"align-self-start mr-2 wrapper-sm"},[n("div",{staticClass:"img-wrapper"},[t.doc._props.isPlayableVideo?n("div",{staticClass:"play"},[n("svg",{attrs:{viewBox:"0 0 494.942 494.942",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"m35.353 0 424.236 247.471-424.236 247.471z"}})])]):t._e(),t.doc._props.isPlayableImage||t.doc._props.isPlayableVideo?n("img",{staticClass:"pointer fit-sm",attrs:{src:t.doc._props.isGif&&t.hover?"f/"+t.doc._id:"t/"+t.doc._source.index+"/"+t.doc._id,alt:""},on:{click:function(e){return t.onThumbnailClick()}}}):n("img",{staticClass:"fit-sm",attrs:{src:"t/"+t.doc._source.index+"/"+t.doc._id,alt:""}})])]):n("div",{staticClass:"file-icon-wrapper"},[n("FileIcon")],1),n("div",{staticClass:"doc-line ml-3"},[n("div",{staticStyle:{display:"flex"}},[n("span",{staticClass:"info-icon",on:{click:function(e){t.showInfo=!0}}}),n("DocFileTitle",{attrs:{doc:t.doc}})],1),n("ContentDiv",{attrs:{doc:t.doc}}),n("div",{staticClass:"path-row"},[n("div",{staticClass:"path-line",domProps:{innerHTML:t._s(t.path())}}),n("TagContainer",{attrs:{hit:t.doc}})],1),t.doc._source.pages||t.doc._source.author?n("div",{staticClass:"path-row text-muted"},[t.doc._source.pages?n("span",[t._v(t._s(t.doc._source.pages)+" "+t._s(t.doc._source.pages>1?t.$t("pages"):t.$t("page")))]):t._e(),t.doc._source.author&&t.doc._source.pages?n("span",{staticClass:"mx-1"},[t._v("-")]):t._e(),t.doc._source.author?n("span",[t._v(t._s(t.doc._source.author))]):t._e()]):t._e()],1)])],1)},qi=[],Ei=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("svg",{staticClass:"file-icon",attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 50 50"}},[n("path",{attrs:{fill:"currentColor",d:"M 7 2 L 7 48 L 43 48 L 43 14.59375 L 42.71875 14.28125 L 30.71875 2.28125 L 30.40625 2 Z M 9 4 L 29 4 L 29 16 L 41 16 L 41 46 L 9 46 Z M 31 5.4375 L 39.5625 14 L 31 14 Z"}})])},Bi=[],Hi={name:"FileIcon"},Ai=Hi,Ri=(n("5de8"),Object(m["a"])(Ai,Ei,Bi,!1,null,"0cec34c8",null)),Ui=Ri.exports,Fi={name:"DocListItem",components:{FileIcon:Ui,ContentDiv:ar,DocInfoModal:tr,DocFileTitle:Pn,TagContainer:On},props:["doc"],data:function(){return{hover:!1,showInfo:!1}},methods:{onThumbnailClick:function(){var t=this;return Object(Ue["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return t.$store.commit("setUiLightboxSlide",t.doc._seq),e.next=3,t.$store.dispatch("showLightbox");case 3:case"end":return e.stop()}}),e)})))()},path:function(){return this.doc.highlight?this.doc.highlight["path.text"]?this.doc.highlight["path.text"]+"/":this.doc.highlight["path.nGram"]?this.doc.highlight["path.nGram"]+"/":this.doc._source.path+"/":this.doc._source.path+"/"}}},Qi=Fi,Ni=(n("acc3"),Object(m["a"])(Qi,ji,qi,!1,null,"02cf2d49",null)),Gi=Ni.exports,Vi=r["default"].extend({name:"DocList",components:{DocListItem:Gi},props:["docs","append"],mounted:function(){var t=this;window.addEventListener("scroll",(function(){var e=400,n=document.getElementById("app");window.innerHeight+window.scrollY>=n.offsetHeight-e&&t.append()}))}}),Wi=Vi,Ki=(n("7191"),Object(m["a"])(Wi,Di,Pi,!1,null,null,null)),Yi=Ki.exports,Ji=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("b-modal",{attrs:{visible:t.show,size:"lg","hide-footer":!0,static:"",title:t.$t("help.help")},on:{close:function(e){return t.$emit("close")},hide:function(e){return t.$emit("close")}}},[n("h2",[t._v(t._s(t.$t("help.simpleSearch")))]),n("table",{staticClass:"table"},[n("tbody",[n("tr",[n("td",[n("code",[t._v("+")])]),n("td",[t._v(t._s(t.$t("help.and")))])]),n("tr",[n("td",[n("code",[t._v("|")])]),n("td",[t._v(t._s(t.$t("help.or")))])]),n("tr",[n("td",[n("code",[t._v("-")])]),n("td",[t._v(t._s(t.$t("help.not")))])]),n("tr",[n("td",[n("code",[t._v('""')])]),n("td",[t._v(t._s(t.$t("help.quotes")))])]),n("tr",[n("td",[n("code",[t._v(t._s(t.$t("help.term"))+"*")])]),n("td",[t._v(t._s(t.$t("help.prefix")))])]),n("tr",[n("td",[n("code",[t._v("(")]),t._v(" "+t._s(t.$t("and"))+" "),n("code",[t._v(")")])]),n("td",[t._v(t._s(t.$t("help.parens")))])]),n("tr",[n("td",[n("code",[t._v(t._s(t.$t("help.term"))+"~N")])]),n("td",[t._v(t._s(t.$t("help.tildeTerm")))])]),n("tr",[n("td",[n("code",[t._v('"..."~N')])]),n("td",[t._v(t._s(t.$t("help.tildePhrase")))])])])]),n("p",{domProps:{innerHTML:t._s(t.$t("help.example1"))}}),n("p",{domProps:{innerHTML:t._s(t.$t("help.defaultOperator"))}}),n("p",{domProps:{innerHTML:t._s(t.$t("help.fuzzy"))}}),n("br"),n("p",{domProps:{innerHTML:t._s(t.$t("help.moreInfoSimple"))}}),n("p"),n("h2",[t._v(t._s(t.$t("help.advancedSearch")))]),n("p",{domProps:{innerHTML:t._s(t.$t("help.moreInfoAdvanced"))}})])},Zi=[],Xi={name:"HelpDialog",props:["show"]},to=Xi,eo=Object(m["a"])(to,Ji,Zi,!1,null,"0872e493",null),no=eo.exports,ro=r["default"].extend({components:{HelpDialog:no,DocList:Yi,TagPicker:Ii,DateSlider:Si,SizeSlider:vi,PathTree:ui,ResultsCard:ri,MimePicker:Hr,Lightbox:Sr,DocCardWall:fr,IndexPicker:ln,SearchBar:We,Preloader:Tt},data:function(){return{loading:!1,uiLoading:!0,search:void 0,docs:[],docIds:new Set,searchBusy:!1,Sist2Query:mn,showHelp:!1}},computed:Object(s["a"])({},Object(_["c"])(["indices","optDisplay"])),mounted:function(){var t=this;this.search=gn()(function(){var e=Object(Ue["a"])(regeneratorRuntime.mark((function e(n){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!n){e.next=3;break}return e.next=3,t.clearResults();case 3:return e.next=5,t.searchNow(mn.searchQuery());case 5:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),350,{leading:!1}),nt.getMimeTypes().then((function(e){t.$store.commit("setUiMimeMap",e)})),this.$store.dispatch("loadFromArgs",this.$route).then((function(){t.$store.subscribe((function(){return t.$store.dispatch("updateArgs",t.$router)})),t.$store.subscribe((function(e){if(["setSizeMin","setSizeMax","setDateMin","setDateMax","setSearchText","setPathText","setSortMode","setOptHighlight","setOptFragmentSize","setFuzzy","setSize","setSelectedIndices","setSelectedMimeTypes","setSelectedTags","setOptQueryMode","setOptSearchInPath"].includes(e.type)){if(t.searchBusy)return;t.search(!0)}}))})),this.getDateRange().then((function(e){t.setDateBoundsMin(e.min),t.setDateBoundsMax(e.max),nt.getSist2Info().then((function(e){t.setSist2Info(e),t.setIndices(e.indices),t.uiLoading=!1,t.search(!0)})).catch((function(){t.showErrorToast()}))}))},methods:Object(s["a"])(Object(s["a"])({},Object(_["d"])({setSist2Info:"setSist2Info",setIndices:"setIndices",setDateBoundsMin:"setDateBoundsMin",setDateBoundsMax:"setDateBoundsMax",setTags:"setTags"})),{},{showErrorToast:function(){this.$bvToast.toast(this.$t("toast.esConnErr"),{title:this.$t("toast.esConnErrTitle"),noAutoHide:!0,toaster:"b-toaster-bottom-right",headerClass:"toast-header-error",bodyClass:"toast-body-error"})},showSyntaxErrorToast:function(){this.$bvToast.toast(this.$t("toast.esQueryErr"),{title:this.$t("toast.esQueryErrTitle"),noAutoHide:!0,toaster:"b-toaster-bottom-right",headerClass:"toast-header-warning",bodyClass:"toast-body-warning"})},searchNow:function(t){var e=this;return Object(Ue["a"])(regeneratorRuntime.mark((function n(){return regeneratorRuntime.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return e.searchBusy=!0,n.next=3,e.$store.dispatch("incrementQuerySequence");case 3:nt.esQuery(t).then(function(){var t=Object(Ue["a"])(regeneratorRuntime.mark((function t(n){return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e.handleSearch(n);case 2:e.searchBusy=!1;case 3:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()).catch((function(t){500===t.response.status&&"advanced"===e.$store.state.optQueryMode?e.showSyntaxErrorToast():e.showErrorToast()}));case 4:case"end":return n.stop()}}),n)})))()},clearResults:function(){var t=this;return Object(Ue["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return t.docs=[],t.docIds.clear(),e.next=4,t.$store.dispatch("clearResults");case 4:t.$store.commit("setUiReachedScrollEnd",!1);case 5:case"end":return e.stop()}}),e)})))()},handleSearch:function(t){var e=this;return Object(Ue["a"])(regeneratorRuntime.mark((function n(){var r,i,o,a;return regeneratorRuntime.wrap((function(n){while(1)switch(n.prev=n.next){case 0:0==t.hits.hits.length&&e.$store.commit("setUiReachedScrollEnd",!0),t.hits.hits=t.hits.hits.filter((function(t){return!e.docIds.has(t._id)})),t.hits.hits.forEach((function(t){return e.docIds.add(t._id)})),i=Object(Re["a"])(t.hits.hits),n.prev=4,i.s();case 6:if((o=i.n()).done){n.next=15;break}if(a=o.value,!a._props.isPlayableImage&&!a._props.isPlayableVideo){n.next=13;break}return n.next=11,e.$store.dispatch("getKeySequence");case 11:a._seq=n.sent,e.$store.commit("addLightboxSource",{source:"f/".concat(a._id),thumbnail:a._props.hasThumbnail?"t/".concat(a._source.index,"/").concat(a._id):null,caption:{component:kr,props:{hit:a}},type:a._props.isVideo?"video":"image"});case 13:n.next=6;break;case 15:n.next=20;break;case 17:n.prev=17,n.t0=n["catch"](4),i.e(n.t0);case 20:return n.prev=20,i.f(),n.finish(20);case 23:return n.next=25,e.$store.dispatch("remountLightbox");case 25:e.$store.commit("setLastQueryResult",t),(r=e.docs).push.apply(r,Object(L["a"])(t.hits.hits));case 27:case"end":return n.stop()}}),n,null,[[4,17,20,23]])})))()},getDateRange:function(){return nt.esQuery({aggs:{dateMin:{min:{field:"mtime"}},dateMax:{max:{field:"mtime"}}},size:0}).then((function(t){return{min:t.aggregations.dateMin.value,max:t.aggregations.dateMax.value}}))},appendFunc:function(){this.$store.state.uiReachedScrollEnd||!this.search||this.searchBusy||this.searchNow(mn.searchQuery())}}),beforeRouteUpdate:function(t,e,n){this.$store.state.uiLightboxIsOpen?(this.$store.commit("_setUiShowLightbox",!1),n(!1)):n()}}),io=ro,oo=(n("c2e3"),Object(m["a"])(io,He,Ae,!1,null,null,null)),ao=oo.exports;r["default"].use($["a"]);var so=[{path:"/",name:"SearchPage",component:ao},{path:"/stats",name:"Stats",component:ce},{path:"/config",name:"Configuration",component:Be}],co=new $["a"]({mode:"hash",base:"",routes:so,scrollBehavior:function(t,e,n){}}),uo=co,lo=n("a925"),po={en:{searchBar:{simple:"Search",advanced:"Advanced search",fuzzy:"Fuzzy"},download:"Download",and:"and",page:"page",pages:"pages",mimeTypes:"Media types",tags:"Tags",help:{simpleSearch:"Simple search",advancedSearch:"Advanced search",help:"Help",term:"",and:"AND operator",or:"OR operator",not:"negates a single term",quotes:"will match the enclosed sequence of terms in that specific order",prefix:"will match any term with a given prefix when used at the end of a word",parens:"used to group expressions",tildeTerm:"match a term with a given edit distance",tildePhrase:"match a phrase with a given number of allowed intervening unmatched words",example1:'For example: "fried eggs" +(eggplant | potato) -frittata will match the phrase fried eggs and either eggplant or potato, but will ignore results containing frittata.',defaultOperator:"When neither + or | is specified, the default operator is + (and).",fuzzy:"When the Fuzzy option is checked, partial matches based on 3-grams are also returned.",moreInfoSimple:'For more information, see Elasticsearch documentation',moreInfoAdvanced:'For documentation about the advanced search mode, see Elasticsearch documentation'},config:"Configuration",configDescription:"Configuration is saved in real time for this browser.",configReset:"Reset configuration",searchOptions:"Search options",treemapOptions:"Treemap options",displayOptions:"Display options",opt:{lang:"Language",highlight:"Enable highlighting",fuzzy:"Set fuzzy search by default",searchInPath:"Enable matching query against document path",suggestPath:"Enable auto-complete in path filter bar",fragmentSize:"Highlight context size in characters",queryMode:"Search mode",displayMode:"Display",columns:"Column count",treemapType:"Treemap type",treemapTiling:"Treemap tiling",treemapColorGroupingDepth:"Treemap color grouping depth (flat)",treemapColor:"Treemap color (cascaded)",treemapSize:"Treemap size",theme:"Theme",lightboxLoadOnlyCurrent:"Do not preload full-size images for adjacent slides in image viewer.",slideDuration:"Slide duration",resultSize:"Number of results per page",tagOrOperator:"Use OR operator when specifying multiple tags."},queryMode:{simple:"Simple",advanced:"Advanced"},lang:{en:"English",fr:"Français"},displayMode:{grid:"Grid",list:"List"},columns:{auto:"Auto"},treemapType:{cascaded:"Cascaded",flat:"Flat (compact)"},treemapSize:{small:"Small",medium:"Medium",large:"Large",xLarge:"xLarge",xxLarge:"xxLarge",custom:"Custom"},treemapTiling:{binary:"Binary",squarify:"Squarify",slice:"Slice",dice:"Dice",sliceDice:"Slice & Dice"},theme:{light:"Light",black:"Black"},hit:"hit",hits:"hits",details:"Details",stats:"Stats",queryTime:"Query time",totalSize:"Total size",pathBar:{placeholder:"Filter path",modalTitle:"Select path"},debug:"Debug information",debugDescription:"Information useful for debugging. If you encounter bugs or have suggestions for new features, please submit a new issue here.",tagline:"Tagline",toast:{esConnErrTitle:"Elasticsearch connection error",esConnErr:"sist2 web module encountered an error while connecting to Elasticsearch. See server logs for more information.",esQueryErrTitle:"Query error",esQueryErr:"Could not parse or execute query, please check the Advanced search documentation. See server logs for more information.",dupeTagTitle:"Duplicate tag",dupeTag:"This tag already exists for this document."},saveTagModalTitle:"Add tag",saveTagPlaceholder:"Tag name",confirm:"Confirm",indexPickerPlaceholder:"Select indices",sort:{relevance:"Relevance",dateAsc:"Date (Older first)",dateDesc:"Date (Newer first)",sizeAsc:"Size (Smaller first)",sizeDesc:"Size (Larger first)",random:"Random"},d3:{mimeCount:"File count distribution by media type",mimeSize:"Size distribution by media type",dateHistogram:"File modification time distribution",sizeHistogram:"File size distribution"}},fr:{searchBar:{simple:"Recherche",advanced:"Recherche avancée",fuzzy:"Approximatif"},download:"Télécharger",and:"et",page:"page",pages:"pages",mimeTypes:"Types de médias",tags:"Tags",help:{simpleSearch:"Recherche simple",advancedSearch:"Recherche avancée",help:"Aide",term:"",and:"opérator ET",or:"opérator OU",not:"exclut un terme",quotes:"recherche la séquence de termes dans cet ordre spécifique.",prefix:"lorsqu'utilisé à la fin d'un mot, recherche tous les termes avec le préfixe donné.",parens:"utilisé pour regrouper des expressions",tildeTerm:"recherche un terme avec une distance d'édition donnée",tildePhrase:"recherche une phrase avec un nombre donné de mots intermédiaires tolérés",example1:'Par exemple: "fried eggs" +(eggplant | potato) -frittata va rechercher la phrase fried eggs et soit eggplant ou potato, mais vas exlure les résultats qui contiennent frittata.',defaultOperator:"Lorsqu'aucun des opérateurs + ou | sont spécifiés, l'opérateur par défaut est + (ET).",fuzzy:"Lorsque l'option Approximatif est activée, les résultats partiels basés sur les trigrammes sont également inclus.",moreInfoSimple:'Pour plus d\'information, voir documentation Elasticsearch',moreInfoAdvanced:'Pour plus d\'information sur la recherche avancée, voir documentation Elasticsearch'},config:"Configuration",configDescription:"La configuration est enregistrée en temps réel pour ce navigateur.",configReset:"Réinitialiser la configuration",searchOptions:"Options de recherche",treemapOptions:"Options du Treemap",displayOptions:"Options d'affichage",opt:{lang:"Langue",highlight:"Activer le surlignage",fuzzy:"Activer la recherche approximative par défaut",searchInPath:"Activer la recherche dans le chemin des documents",suggestPath:"Activer l'autocomplétion dans la barre de filtre de chemin",fragmentSize:"Longueur du contexte de surlignage, en nombre de caractères",queryMode:"Mode de recherche",displayMode:"Affichage",columns:"Nombre de colonnes",treemapType:"Type de Treemap",treemapTiling:"Treemap tiling",treemapColorGroupingDepth:"Groupage de couleur du Treemap (plat)",treemapColor:"Couleur du Treemap (en cascade)",treemapSize:"Taille du Treemap",theme:"Thème",lightboxLoadOnlyCurrent:"Désactiver le chargement des diapositives adjacentes pour le visualiseur d'images",slideDuration:"Durée des diapositives",resultSize:"Nombre de résultats par page",tagOrOperator:"Utiliser l'opérateur OU lors de la spécification de plusieurs tags"},queryMode:{simple:"Simple",advanced:"Avancé"},lang:{en:"English",fr:"Français"},displayMode:{grid:"Grille",list:"Liste"},columns:{auto:"Auto"},treemapType:{cascaded:"En cascade",flat:"Plat (compact)"},treemapSize:{small:"Petit",medium:"Moyen",large:"Grand",xLarge:"xGrand",xxLarge:"xxGrand",custom:"Personnalisé"},treemapTiling:{binary:"Binary",squarify:"Squarify",slice:"Slice",dice:"Dice",sliceDice:"Slice & Dice"},theme:{light:"Clair",black:"Noir"},hit:"résultat",hits:"résultats",details:"Détails",stats:"Stats",queryTime:"Durée de la requête",totalSize:"Taille totale",pathBar:{placeholder:"Filtrer le chemin",modalTitle:"Sélectionner le chemin"},debug:"Information de débogage",debugDescription:"Informations utiles pour le débogage\nSi vous rencontrez des bogues ou si vous avez des suggestions pour de nouvelles fonctionnalités, veuillez soumettre un nouvel Issue ici.",tagline:"Tagline",toast:{esConnErrTitle:"Erreur de connexion Elasticsearch",esConnErr:"Le module web a rencontré une erreur lors de la connexion à Elasticsearch. Consultez les journaux du serveur pour plus d'informations..",esQueryErrTitle:"Erreur de requête",esQueryErr:"Impossible d'analyser ou d'exécuter la requête, veuillez consulter la documentation sur la recherche avancée. Voir les journaux du serveur pour plus d'informations.",dupeTagTitle:"Tag en double",dupeTag:"Ce tag existe déjà pour ce document."},saveTagModalTitle:"Ajouter un tag",saveTagPlaceholder:"Nom du tag",confirm:"Confirmer",indexPickerPlaceholder:"Sélectionner un index",sort:{relevance:"Pertinence",dateAsc:"Date (Plus ancient)",dateDesc:"Date (Plus récent)",sizeAsc:"Taille (Plus petit)",sizeDesc:"Taille (Plus grand)",random:"Aléatoire"},d3:{mimeCount:"Distribution du nombre de fichiers par type de média",mimeSize:"Distribution des tailles de fichiers par type de média",dateHistogram:"Distribution des dates de modification",sizeHistogram:"Distribution des tailles de fichier"}}};r["default"].config.productionTip=!1,r["default"].use(lo["a"]),r["default"].use($["a"]);var ho=new lo["a"]({locale:"en",messages:po});new r["default"]({router:uo,store:dn,i18n:ho,render:function(t){return t(z)}}).$mount("#app")},"5a9f":function(t,e,n){"use strict";n("668a")},"5de8":function(t,e,n){"use strict";n("8057")},"5ee9":function(t,e,n){"use strict";n("1f35")},6417:function(t,e,n){},"658f":function(t,e,n){},"668a":function(t,e,n){},"706c":function(t,e,n){"use strict";n("fe20")},"706cd":function(t,e,n){"use strict";n("76ff")},7191:function(t,e,n){"use strict";n("658f")},7352:function(t,e,n){},"76ff":function(t,e,n){},8021:function(t,e,n){"use strict";n("bddf")},8057:function(t,e,n){},"85ec":function(t,e,n){},"873e":function(t,e,n){},"8d7c":function(t,e,n){},"95ee":function(t,e,n){"use strict";n("d7f8")},a041:function(t,e,n){"use strict";n("873e")},a079:function(t,e,n){"use strict";n("bafa")},a5dc:function(t,e,n){},a8cc:function(t,e,n){"use strict";n("1d7e")},ac16:function(t,e,n){"use strict";n("0d24")},acc3:function(t,e,n){"use strict";n("8d7c")},b23c:function(t,e,n){"use strict";n("e4ed")},b9df:function(t,e,n){"use strict";n("c69b")},bafa:function(t,e,n){},bddf:function(t,e,n){},c2e3:function(t,e,n){"use strict";n("c877")},c4ff:function(t,e,n){"use strict";n("d593")},c69b:function(t,e,n){},c877:function(t,e,n){},c919:function(t,e,n){"use strict";n("7352")},d593:function(t,e,n){},d7f8:function(t,e,n){},ddab:function(t,e,n){"use strict";n("6417")},de5d:function(t,e,n){},e478:function(t,e,n){"use strict";n("3d86")},e4ed:function(t,e,n){},f093:function(t,e,n){"use strict";n("a5dc")},f2ad:function(t,e,n){},f2e9:function(t,e,n){"use strict";n("2b2c")},f363:function(t,e,n){},f798:function(t,e,n){"use strict";n("f363")},f960:function(t,e,n){"use strict";n("de5d")},fcd2:function(t,e,n){},fe20:function(t,e,n){}}); \ No newline at end of file diff --git a/sist2-vue/src/components/NavBar.vue b/sist2-vue/src/components/NavBar.vue index 411e895..64f2243 100644 --- a/sist2-vue/src/components/NavBar.vue +++ b/sist2-vue/src/components/NavBar.vue @@ -8,7 +8,7 @@ - {{ sist2Version() }}-dbg + v{{ sist2Version() }}-dbg diff --git a/src/ctx.h b/src/ctx.h index dba2469..b98a316 100644 --- a/src/ctx.h +++ b/src/ctx.h @@ -14,6 +14,7 @@ #include "libscan/mobi/scan_mobi.h" #include "libscan/raw/raw.h" #include "libscan/msdoc/msdoc.h" +#include "libscan/wpd/wpd.h" #include "src/io/store.h" #include @@ -60,6 +61,7 @@ typedef struct { scan_mobi_ctx_t mobi_ctx; scan_raw_ctx_t raw_ctx; scan_msdoc_ctx_t msdoc_ctx; + scan_wpd_ctx_t wpd_ctx; } ScanCtx_t; typedef struct { diff --git a/src/main.c b/src/main.c index 8b46875..4131b64 100644 --- a/src/main.c +++ b/src/main.c @@ -258,6 +258,11 @@ void initialize_scan_context(scan_args_t *args) { ScanCtx.raw_ctx.log = _log; ScanCtx.raw_ctx.logf = _logf; ScanCtx.raw_ctx.store = _store; + + ScanCtx.wpd_ctx.content_size = args->content_size; + ScanCtx.wpd_ctx.log = _log; + ScanCtx.wpd_ctx.logf = _logf; + ScanCtx.wpd_ctx.wpd_mime = mime_get_mime_by_string(ScanCtx.mime_table, "application/wordperfect"); } diff --git a/src/parsing/mime_generated.c b/src/parsing/mime_generated.c index 59b81a0..c40a4b0 100644 --- a/src/parsing/mime_generated.c +++ b/src/parsing/mime_generated.c @@ -89,373 +89,371 @@ enum mime { application_warc=655441, application_winhelp=655442, application_wordperfect=655443, - application_wordperfect6_0=655444, - application_wordperfect6_1=655445, - application_x_123=655446, - application_x_7z_compressed=655447 | 0x10000000, - application_x_aim=655448, - application_x_apple_diskimage=655449, - application_x_arc=655450 | 0x10000000, - application_x_archive=655451, - application_x_atari_7800_rom=655452, - application_x_authorware_bin=655453, - application_x_authorware_map=655454, - application_x_authorware_seg=655455, - application_x_avira_qua=655456, - application_x_bcpio=655457, - application_x_bittorrent=655458, - application_x_bsh=655459, - application_x_bytecode_python=655460, - application_x_bzip=655461, - application_x_bzip2=655462 | 0x08000000, - application_x_cbr=655463, - application_x_cbz=655464, - application_x_cdlink=655465, - application_x_chat=655466, - application_x_chrome_extension=655467, - application_x_cocoa=655468, - application_x_conference=655469, - application_x_coredump=655470, - application_x_cpio=655471, - application_x_dbf=655472, - application_x_dbt=655473, - application_x_debian_package=655474, - application_x_deepv=655475, - application_x_director=655476, - application_x_dmp=655477, - application_x_dosdriver=655478, - application_x_dosexec=655479, - application_x_dvi=655480, - application_x_elc=655481, + application_x_123=655444, + application_x_7z_compressed=655445 | 0x10000000, + application_x_aim=655446, + application_x_apple_diskimage=655447, + application_x_arc=655448 | 0x10000000, + application_x_archive=655449, + application_x_atari_7800_rom=655450, + application_x_authorware_bin=655451, + application_x_authorware_map=655452, + application_x_authorware_seg=655453, + application_x_avira_qua=655454, + application_x_bcpio=655455, + application_x_bittorrent=655456, + application_x_bsh=655457, + application_x_bytecode_python=655458, + application_x_bzip=655459, + application_x_bzip2=655460 | 0x08000000, + application_x_cbr=655461, + application_x_cbz=655462, + application_x_cdlink=655463, + application_x_chat=655464, + application_x_chrome_extension=655465, + application_x_cocoa=655466, + application_x_conference=655467, + application_x_coredump=655468, + application_x_cpio=655469, + application_x_dbf=655470, + application_x_dbt=655471, + application_x_debian_package=655472, + application_x_deepv=655473, + application_x_director=655474, + application_x_dmp=655475, + application_x_dosdriver=655476, + application_x_dosexec=655477, + application_x_dvi=655478, + application_x_elc=655479, application_x_empty=1, - application_x_envoy=655482, - application_x_esrehber=655483, - application_x_excel=655484, - application_x_executable=655485, - application_x_font_gdos=655486, - application_x_font_pf2=655487, - application_x_font_pfm=655488, - application_x_font_sfn=655489, - application_x_font_ttf=655490 | 0x20000000, - application_x_fptapplication_x_dbt=655491, - application_x_freelance=655492, - application_x_gamecube_rom=655493, - application_x_gdbm=655494, - application_x_gettext_translation=655495, - application_x_git=655496, - application_x_gsp=655497, - application_x_gss=655498, - application_x_gtar=655499, - application_x_gzip=655500, - application_x_hdf=655501, - application_x_helpfile=655502, - application_x_httpd_imap=655503, - application_x_ima=655504, - application_x_innosetup=655505, - application_x_internett_signup=655506, - application_x_inventor=655507, - application_x_ip2=655508, - application_x_java_applet=655509, - application_x_java_commerce=655510, - application_x_java_image=655511, - application_x_java_jmod=655512, - application_x_java_keystore=655513, - application_x_kdelnk=655514, - application_x_koan=655515, - application_x_latex=655516, - application_x_livescreen=655517, - application_x_lotus=655518, - application_x_lz4=655519 | 0x08000000, - application_x_lz4_json=655520, - application_x_lzh=655521, - application_x_lzh_compressed=655522, - application_x_lzip=655523 | 0x08000000, - application_x_lzma=655524 | 0x08000000, - application_x_lzop=655525 | 0x08000000, - application_x_lzx=655526, - application_x_mach_binary=655527, - application_x_mach_executable=655528, - application_x_magic_cap_package_1_0=655529, - application_x_mathcad=655530, - application_x_maxis_dbpf=655531, - application_x_meme=655532, - application_x_midi=655533, - application_x_mif=655534, - application_x_mix_transfer=655535, - application_x_mobipocket_ebook=655536 | 0x02000000, - application_x_ms_compress_szdd=655537, - application_x_ms_pdb=655538, - application_x_ms_reader=655539, - application_x_msaccess=655540, - application_x_n64_rom=655541, - application_x_navi_animation=655542, - application_x_navidoc=655543, - application_x_navimap=655544, - application_x_navistyle=655545, - application_x_nes_rom=655546, - application_x_netcdf=655547, - application_x_newton_compatible_pkg=655548, - application_x_nintendo_ds_rom=655549, - application_x_object=655550, - application_x_omc=655551, - application_x_omcdatamaker=655552, - application_x_omcregerator=655553, - application_x_pagemaker=655554, - application_x_pcl=655555, - application_x_pgp_keyring=655556, - application_x_pixclscript=655557, - application_x_pkcs7_certreqresp=655558, - application_x_pkcs7_signature=655559, - application_x_project=655560, - application_x_qpro=655561, - application_x_rar=655562 | 0x10000000, - application_x_rpm=655563, - application_x_sdp=655564, - application_x_sea=655565, - application_x_seelogo=655566, - application_x_setupscript=655567, - application_x_shar=655568, - application_x_sharedlib=655569, - application_x_shockwave_flash=655570, - application_x_snappy_framed=655571, - application_x_sprite=655572, - application_x_sqlite3=655573, - application_x_stargallery_thm=655574, - application_x_stuffit=655575, - application_x_sv4cpio=655576, - application_x_sv4crc=655577, - application_x_tar=655578 | 0x10000000, - application_x_tbook=655579, - application_x_terminfo=655580, - application_x_terminfo2=655581, - application_x_tex_tfm=655582, - application_x_texinfo=655583, - application_x_ustar=655584, - application_x_visio=655585, - application_x_vnd_audioexplosion_mzz=655586, - application_x_vnd_ls_xpix=655587, - application_x_vrml=655588, - application_x_wais_source=655589, - application_x_wine_extension_ini=655590, - application_x_wintalk=655591, - application_x_world=655592, - application_x_wri=655593, - application_x_x509_ca_cert=655594, - application_x_xz=655595 | 0x08000000, - application_x_zip=655596, - application_x_zstd=655597 | 0x08000000, - application_x_zstd_dictionary=655598, - application_xml=655599, - application_zip=655600 | 0x10000000, - application_zlib=655601, - audio_basic=458994 | 0x80000000, - audio_it=458995, - audio_make=458996, - audio_mid=458997, - audio_midi=458998, - audio_mp4=458999, - audio_mpeg=459000, - audio_ogg=459001, - audio_s3m=459002, - audio_tsp_audio=459003, - audio_tsplayer=459004, - audio_vnd_qcelp=459005, - audio_voxware=459006, - audio_x_aiff=459007, - audio_x_flac=459008, - audio_x_gsm=459009, - audio_x_hx_aac_adts=459010, - audio_x_jam=459011, - audio_x_liveaudio=459012, - audio_x_m4a=459013, - audio_x_midi=459014, - audio_x_mod=459015, - audio_x_mp4a_latm=459016, - audio_x_mpeg_3=459017, - audio_x_mpequrl=459018, - audio_x_nspaudio=459019, - audio_x_pn_realaudio=459020, - audio_x_psid=459021, - audio_x_realaudio=459022, - audio_x_s3m=459023, - audio_x_twinvq=459024, - audio_x_twinvq_plugin=459025, - audio_x_voc=459026, - audio_x_wav=459027, - audio_x_xbox_executable=459028 | 0x80000000, - audio_x_xbox360_executable=459029 | 0x80000000, - audio_xm=459030, - font_otf=327959 | 0x20000000, - font_sfnt=327960 | 0x20000000, - font_woff=327961 | 0x20000000, - font_woff2=327962 | 0x20000000, - image_bmp=524571, - image_cmu_raster=524572, - image_fif=524573, - image_florian=524574, - image_g3fax=524575, - image_gif=524576, - image_heic=524577, - image_ief=524578, - image_jpeg=524579, - image_jutvision=524580, - image_naplps=524581, - image_pict=524582, - image_png=524583, - image_svg=524584 | 0x80000000, - image_svg_xml=524585 | 0x80000000, - image_tiff=524586, - image_vnd_adobe_photoshop=524587 | 0x80000000, - image_vnd_djvu=524588 | 0x80000000, - image_vnd_fpx=524589, - image_vnd_microsoft_icon=524590, - image_vnd_rn_realflash=524591, - image_vnd_rn_realpix=524592, - image_vnd_wap_wbmp=524593, - image_vnd_xiff=524594, - image_webp=524595, - image_wmf=524596, - image_x_3ds=524597, - image_x_adobe_dng=524598 | 0x00800000, - image_x_award_bioslogo=524599, - image_x_canon_cr2=524600 | 0x00800000, - image_x_canon_crw=524601 | 0x00800000, - image_x_cmu_raster=524602, - image_x_cur=524603, - image_x_dcraw=524604 | 0x00800000, - image_x_dwg=524605, - image_x_eps=524606, - image_x_epson_erf=524607 | 0x00800000, - image_x_exr=524608, - image_x_fuji_raf=524609 | 0x00800000, - image_x_gem=524610, - image_x_icns=524611, - image_x_icon=524612 | 0x80000000, - image_x_jg=524613, - image_x_jps=524614, - image_x_kodak_dcr=524615 | 0x00800000, - image_x_kodak_k25=524616 | 0x00800000, - image_x_kodak_kdc=524617 | 0x00800000, - image_x_minolta_mrw=524618 | 0x00800000, - image_x_ms_bmp=524619, - image_x_niff=524620, - image_x_nikon_nef=524621 | 0x00800000, - image_x_olympus_orf=524622 | 0x00800000, - image_x_panasonic_raw=524623 | 0x00800000, - image_x_pcx=524624, - image_x_pentax_pef=524625 | 0x00800000, - image_x_pict=524626, - image_x_portable_bitmap=524627, - image_x_portable_graymap=524628, - image_x_portable_pixmap=524629, - image_x_quicktime=524630, - image_x_rgb=524631, - image_x_sigma_x3f=524632 | 0x00800000, - image_x_sony_arw=524633 | 0x00800000, - image_x_sony_sr2=524634 | 0x00800000, - image_x_sony_srf=524635 | 0x00800000, - image_x_tga=524636, - image_x_tiff=524637, - image_x_win_bitmap=524638, - image_x_xcf=524639 | 0x80000000, - image_x_xpixmap=524640 | 0x80000000, - image_x_xwindowdump=524641, - message_news=196962, - message_rfc822=196963, - model_vnd_dwf=65892, - model_vnd_gdl=65893, - model_vnd_gs_gdl=65894, - model_vrml=65895, - model_x_pov=65896, + application_x_envoy=655480, + application_x_esrehber=655481, + application_x_excel=655482, + application_x_executable=655483, + application_x_font_gdos=655484, + application_x_font_pf2=655485, + application_x_font_pfm=655486, + application_x_font_sfn=655487, + application_x_font_ttf=655488 | 0x20000000, + application_x_fptapplication_x_dbt=655489, + application_x_freelance=655490, + application_x_gamecube_rom=655491, + application_x_gdbm=655492, + application_x_gettext_translation=655493, + application_x_git=655494, + application_x_gsp=655495, + application_x_gss=655496, + application_x_gtar=655497, + application_x_gzip=655498, + application_x_hdf=655499, + application_x_helpfile=655500, + application_x_httpd_imap=655501, + application_x_ima=655502, + application_x_innosetup=655503, + application_x_internett_signup=655504, + application_x_inventor=655505, + application_x_ip2=655506, + application_x_java_applet=655507, + application_x_java_commerce=655508, + application_x_java_image=655509, + application_x_java_jmod=655510, + application_x_java_keystore=655511, + application_x_kdelnk=655512, + application_x_koan=655513, + application_x_latex=655514, + application_x_livescreen=655515, + application_x_lotus=655516, + application_x_lz4=655517 | 0x08000000, + application_x_lz4_json=655518, + application_x_lzh=655519, + application_x_lzh_compressed=655520, + application_x_lzip=655521 | 0x08000000, + application_x_lzma=655522 | 0x08000000, + application_x_lzop=655523 | 0x08000000, + application_x_lzx=655524, + application_x_mach_binary=655525, + application_x_mach_executable=655526, + application_x_magic_cap_package_1_0=655527, + application_x_mathcad=655528, + application_x_maxis_dbpf=655529, + application_x_meme=655530, + application_x_midi=655531, + application_x_mif=655532, + application_x_mix_transfer=655533, + application_x_mobipocket_ebook=655534 | 0x02000000, + application_x_ms_compress_szdd=655535, + application_x_ms_pdb=655536, + application_x_ms_reader=655537, + application_x_msaccess=655538, + application_x_n64_rom=655539, + application_x_navi_animation=655540, + application_x_navidoc=655541, + application_x_navimap=655542, + application_x_navistyle=655543, + application_x_nes_rom=655544, + application_x_netcdf=655545, + application_x_newton_compatible_pkg=655546, + application_x_nintendo_ds_rom=655547, + application_x_object=655548, + application_x_omc=655549, + application_x_omcdatamaker=655550, + application_x_omcregerator=655551, + application_x_pagemaker=655552, + application_x_pcl=655553, + application_x_pgp_keyring=655554, + application_x_pixclscript=655555, + application_x_pkcs7_certreqresp=655556, + application_x_pkcs7_signature=655557, + application_x_project=655558, + application_x_qpro=655559, + application_x_rar=655560 | 0x10000000, + application_x_rpm=655561, + application_x_sdp=655562, + application_x_sea=655563, + application_x_seelogo=655564, + application_x_setupscript=655565, + application_x_shar=655566, + application_x_sharedlib=655567, + application_x_shockwave_flash=655568, + application_x_snappy_framed=655569, + application_x_sprite=655570, + application_x_sqlite3=655571, + application_x_stargallery_thm=655572, + application_x_stuffit=655573, + application_x_sv4cpio=655574, + application_x_sv4crc=655575, + application_x_tar=655576 | 0x10000000, + application_x_tbook=655577, + application_x_terminfo=655578, + application_x_terminfo2=655579, + application_x_tex_tfm=655580, + application_x_texinfo=655581, + application_x_ustar=655582, + application_x_visio=655583, + application_x_vnd_audioexplosion_mzz=655584, + application_x_vnd_ls_xpix=655585, + application_x_vrml=655586, + application_x_wais_source=655587, + application_x_wine_extension_ini=655588, + application_x_wintalk=655589, + application_x_world=655590, + application_x_wri=655591, + application_x_x509_ca_cert=655592, + application_x_xz=655593 | 0x08000000, + application_x_zip=655594, + application_x_zstd=655595 | 0x08000000, + application_x_zstd_dictionary=655596, + application_xml=655597, + application_zip=655598 | 0x10000000, + application_zlib=655599, + audio_basic=458992 | 0x80000000, + audio_it=458993, + audio_make=458994, + audio_mid=458995, + audio_midi=458996, + audio_mp4=458997, + audio_mpeg=458998, + audio_ogg=458999, + audio_s3m=459000, + audio_tsp_audio=459001, + audio_tsplayer=459002, + audio_vnd_qcelp=459003, + audio_voxware=459004, + audio_x_aiff=459005, + audio_x_flac=459006, + audio_x_gsm=459007, + audio_x_hx_aac_adts=459008, + audio_x_jam=459009, + audio_x_liveaudio=459010, + audio_x_m4a=459011, + audio_x_midi=459012, + audio_x_mod=459013, + audio_x_mp4a_latm=459014, + audio_x_mpeg_3=459015, + audio_x_mpequrl=459016, + audio_x_nspaudio=459017, + audio_x_pn_realaudio=459018, + audio_x_psid=459019, + audio_x_realaudio=459020, + audio_x_s3m=459021, + audio_x_twinvq=459022, + audio_x_twinvq_plugin=459023, + audio_x_voc=459024, + audio_x_wav=459025, + audio_x_xbox_executable=459026 | 0x80000000, + audio_x_xbox360_executable=459027 | 0x80000000, + audio_xm=459028, + font_otf=327957 | 0x20000000, + font_sfnt=327958 | 0x20000000, + font_woff=327959 | 0x20000000, + font_woff2=327960 | 0x20000000, + image_bmp=524569, + image_cmu_raster=524570, + image_fif=524571, + image_florian=524572, + image_g3fax=524573, + image_gif=524574, + image_heic=524575, + image_ief=524576, + image_jpeg=524577, + image_jutvision=524578, + image_naplps=524579, + image_pict=524580, + image_png=524581, + image_svg=524582 | 0x80000000, + image_svg_xml=524583 | 0x80000000, + image_tiff=524584, + image_vnd_adobe_photoshop=524585 | 0x80000000, + image_vnd_djvu=524586 | 0x80000000, + image_vnd_fpx=524587, + image_vnd_microsoft_icon=524588, + image_vnd_rn_realflash=524589, + image_vnd_rn_realpix=524590, + image_vnd_wap_wbmp=524591, + image_vnd_xiff=524592, + image_webp=524593, + image_wmf=524594, + image_x_3ds=524595, + image_x_adobe_dng=524596 | 0x00800000, + image_x_award_bioslogo=524597, + image_x_canon_cr2=524598 | 0x00800000, + image_x_canon_crw=524599 | 0x00800000, + image_x_cmu_raster=524600, + image_x_cur=524601, + image_x_dcraw=524602 | 0x00800000, + image_x_dwg=524603, + image_x_eps=524604, + image_x_epson_erf=524605 | 0x00800000, + image_x_exr=524606, + image_x_fuji_raf=524607 | 0x00800000, + image_x_gem=524608, + image_x_icns=524609, + image_x_icon=524610 | 0x80000000, + image_x_jg=524611, + image_x_jps=524612, + image_x_kodak_dcr=524613 | 0x00800000, + image_x_kodak_k25=524614 | 0x00800000, + image_x_kodak_kdc=524615 | 0x00800000, + image_x_minolta_mrw=524616 | 0x00800000, + image_x_ms_bmp=524617, + image_x_niff=524618, + image_x_nikon_nef=524619 | 0x00800000, + image_x_olympus_orf=524620 | 0x00800000, + image_x_panasonic_raw=524621 | 0x00800000, + image_x_pcx=524622, + image_x_pentax_pef=524623 | 0x00800000, + image_x_pict=524624, + image_x_portable_bitmap=524625, + image_x_portable_graymap=524626, + image_x_portable_pixmap=524627, + image_x_quicktime=524628, + image_x_rgb=524629, + image_x_sigma_x3f=524630 | 0x00800000, + image_x_sony_arw=524631 | 0x00800000, + image_x_sony_sr2=524632 | 0x00800000, + image_x_sony_srf=524633 | 0x00800000, + image_x_tga=524634, + image_x_tiff=524635, + image_x_win_bitmap=524636, + image_x_xcf=524637 | 0x80000000, + image_x_xpixmap=524638 | 0x80000000, + image_x_xwindowdump=524639, + message_news=196960, + message_rfc822=196961, + model_vnd_dwf=65890, + model_vnd_gdl=65891, + model_vnd_gs_gdl=65892, + model_vrml=65893, + model_x_pov=65894, sist2_sidecar=2, - text_PGP=590185, - text_asp=590186, - text_css=590187, - text_html=590188 | 0x01000000, - text_javascript=590189, - text_mcf=590190, - text_pascal=590191, - text_plain=590192, - text_richtext=590193, - text_rtf=590194, - text_scriplet=590195, - text_tab_separated_values=590196, - text_troff=590197, - text_uri_list=590198, - text_vnd_abc=590199, - text_vnd_fmi_flexstor=590200, - text_vnd_wap_wml=590201, - text_vnd_wap_wmlscript=590202, - text_webviewhtml=590203, - text_x_Algol68=590204, - text_x_asm=590205, - text_x_audiosoft_intra=590206, - text_x_awk=590207, - text_x_bcpl=590208, - text_x_c=590209, - text_x_c__=590210, - text_x_component=590211, - text_x_diff=590212, - text_x_fortran=590213, - text_x_java=590214, - text_x_la_asf=590215, - text_x_lisp=590216, - text_x_m=590217, - text_x_m4=590218, - text_x_makefile=590219, - text_x_ms_regedit=590220, - text_x_msdos_batch=590221, - text_x_objective_c=590222, - text_x_pascal=590223, - text_x_perl=590224, - text_x_php=590225, - text_x_po=590226, - text_x_python=590227, - text_x_ruby=590228, - text_x_sass=590229, - text_x_scss=590230, - text_x_server_parsed_html=590231, - text_x_setext=590232, - text_x_sgml=590233 | 0x01000000, - text_x_shellscript=590234, - text_x_speech=590235, - text_x_tcl=590236, - text_x_tex=590237, - text_x_uil=590238, - text_x_uuencode=590239, - text_x_vcalendar=590240, - text_x_vcard=590241, - text_xml=590242 | 0x01000000, - video_MP2T=393635, - video_animaflex=393636, - video_avi=393637, - video_avs_video=393638, - video_mp4=393639, - video_mpeg=393640, - video_quicktime=393641, - video_vdo=393642, - video_vivo=393643, - video_vnd_rn_realvideo=393644, - video_vosaic=393645, - video_webm=393646, - video_x_amt_demorun=393647, - video_x_amt_showrun=393648, - video_x_atomic3d_feature=393649, - video_x_dl=393650, - video_x_dv=393651, - video_x_fli=393652, - video_x_flv=393653, - video_x_isvideo=393654, - video_x_jng=393655 | 0x80000000, - video_x_m4v=393656, - video_x_matroska=393657, - video_x_mng=393658, - video_x_motion_jpeg=393659, - video_x_ms_asf=393660, - video_x_msvideo=393661, - video_x_qtc=393662, - video_x_sgi_movie=393663, - x_epoc_x_sisx_app=721344, + text_PGP=590183, + text_asp=590184, + text_css=590185, + text_html=590186 | 0x01000000, + text_javascript=590187, + text_mcf=590188, + text_pascal=590189, + text_plain=590190, + text_richtext=590191, + text_rtf=590192, + text_scriplet=590193, + text_tab_separated_values=590194, + text_troff=590195, + text_uri_list=590196, + text_vnd_abc=590197, + text_vnd_fmi_flexstor=590198, + text_vnd_wap_wml=590199, + text_vnd_wap_wmlscript=590200, + text_webviewhtml=590201, + text_x_Algol68=590202, + text_x_asm=590203, + text_x_audiosoft_intra=590204, + text_x_awk=590205, + text_x_bcpl=590206, + text_x_c=590207, + text_x_c__=590208, + text_x_component=590209, + text_x_diff=590210, + text_x_fortran=590211, + text_x_java=590212, + text_x_la_asf=590213, + text_x_lisp=590214, + text_x_m=590215, + text_x_m4=590216, + text_x_makefile=590217, + text_x_ms_regedit=590218, + text_x_msdos_batch=590219, + text_x_objective_c=590220, + text_x_pascal=590221, + text_x_perl=590222, + text_x_php=590223, + text_x_po=590224, + text_x_python=590225, + text_x_ruby=590226, + text_x_sass=590227, + text_x_scss=590228, + text_x_server_parsed_html=590229, + text_x_setext=590230, + text_x_sgml=590231 | 0x01000000, + text_x_shellscript=590232, + text_x_speech=590233, + text_x_tcl=590234, + text_x_tex=590235, + text_x_uil=590236, + text_x_uuencode=590237, + text_x_vcalendar=590238, + text_x_vcard=590239, + text_xml=590240 | 0x01000000, + video_MP2T=393633, + video_animaflex=393634, + video_avi=393635, + video_avs_video=393636, + video_mp4=393637, + video_mpeg=393638, + video_quicktime=393639, + video_vdo=393640, + video_vivo=393641, + video_vnd_rn_realvideo=393642, + video_vosaic=393643, + video_webm=393644, + video_x_amt_demorun=393645, + video_x_amt_showrun=393646, + video_x_atomic3d_feature=393647, + video_x_dl=393648, + video_x_dv=393649, + video_x_fli=393650, + video_x_flv=393651, + video_x_isvideo=393652, + video_x_jng=393653 | 0x80000000, + video_x_m4v=393654, + video_x_matroska=393655, + video_x_mng=393656, + video_x_motion_jpeg=393657, + video_x_ms_asf=393658, + video_x_msvideo=393659, + video_x_qtc=393660, + video_x_sgi_movie=393661, + x_epoc_x_sisx_app=721342, }; char *mime_get_mime_text(unsigned int mime_id) {switch (mime_id) { case application_arj: return "application/arj"; @@ -537,8 +535,6 @@ case application_vocaltec_media_desc: return "application/vocaltec-media-desc"; case application_vocaltec_media_file: return "application/vocaltec-media-file"; case application_warc: return "application/warc"; case application_winhelp: return "application/winhelp"; -case application_wordperfect6_0: return "application/wordperfect6.0"; -case application_wordperfect6_1: return "application/wordperfect6.1"; case application_wordperfect: return "application/wordperfect"; case application_x_123: return "application/x-123"; case application_x_7z_compressed: return "application/x-7z-compressed"; @@ -1008,12 +1004,12 @@ g_hash_table_insert(ext_table, "vmd", (gpointer)application_vocaltec_media_desc) g_hash_table_insert(ext_table, "vmf", (gpointer)application_vocaltec_media_file); g_hash_table_insert(ext_table, "warc", (gpointer)application_warc); g_hash_table_insert(ext_table, "hlp", (gpointer)application_winhelp); -g_hash_table_insert(ext_table, "w60", (gpointer)application_wordperfect6_0); -g_hash_table_insert(ext_table, "w61", (gpointer)application_wordperfect6_1); g_hash_table_insert(ext_table, "wp", (gpointer)application_wordperfect); g_hash_table_insert(ext_table, "wp5", (gpointer)application_wordperfect); g_hash_table_insert(ext_table, "wp6", (gpointer)application_wordperfect); g_hash_table_insert(ext_table, "wpd", (gpointer)application_wordperfect); +g_hash_table_insert(ext_table, "w60", (gpointer)application_wordperfect); +g_hash_table_insert(ext_table, "w61", (gpointer)application_wordperfect); g_hash_table_insert(ext_table, "wk1", (gpointer)application_x_123); g_hash_table_insert(ext_table, "7z", (gpointer)application_x_7z_compressed); g_hash_table_insert(ext_table, "aim", (gpointer)application_x_aim); @@ -1533,8 +1529,6 @@ g_hash_table_insert(mime_table, "application/vocaltec-media-desc", (gpointer)app g_hash_table_insert(mime_table, "application/vocaltec-media-file", (gpointer)application_vocaltec_media_file); g_hash_table_insert(mime_table, "application/warc", (gpointer)application_warc); g_hash_table_insert(mime_table, "application/winhelp", (gpointer)application_winhelp); -g_hash_table_insert(mime_table, "application/wordperfect6.0", (gpointer)application_wordperfect6_0); -g_hash_table_insert(mime_table, "application/wordperfect6.1", (gpointer)application_wordperfect6_1); g_hash_table_insert(mime_table, "application/wordperfect", (gpointer)application_wordperfect); g_hash_table_insert(mime_table, "application/x-123", (gpointer)application_x_123); g_hash_table_insert(mime_table, "application/x-7z-compressed", (gpointer)application_x_7z_compressed); diff --git a/src/parsing/parse.c b/src/parsing/parse.c index a5d8e0a..b242612 100644 --- a/src/parsing/parse.c +++ b/src/parsing/parse.c @@ -9,8 +9,8 @@ #include -#define MIN_VIDEO_SIZE 1024 * 64 -#define MIN_IMAGE_SIZE 1024 * 2 +#define MIN_VIDEO_SIZE (1024 * 64) +#define MIN_IMAGE_SIZE (1024 * 2) int fs_read(struct vfile *f, void *buf, size_t size) { @@ -182,6 +182,8 @@ void parse(void *arg) { return; } else if (is_msdoc(&ScanCtx.msdoc_ctx, doc->mime)) { parse_msdoc(&ScanCtx.msdoc_ctx, &job->vfile, doc); + } else if (is_wpd(&ScanCtx.wpd_ctx, doc->mime)) { + parse_wpd(&ScanCtx.wpd_ctx, &job->vfile, doc); } abort: diff --git a/src/sist.h b/src/sist.h index 945850d..79dff72 100644 --- a/src/sist.h +++ b/src/sist.h @@ -49,7 +49,7 @@ #include #include "git_hash.h" -#define VERSION "2.11.1" +#define VERSION "2.11.2" static const char *const Version = VERSION; #ifndef SIST_PLATFORM diff --git a/src/web/static_generated.c b/src/web/static_generated.c index 355bf90..a7dfb62 100644 --- a/src/web/static_generated.c +++ b/src/web/static_generated.c @@ -1,6 +1,6 @@ char favicon_ico[15086] = {0,0,1,0,3,0,48,48,0,0,1,0,32,0,168,37,0,0,54,0,0,0,32,32,0,0,1,0,32,0,168,16,0,0,222,37,0,0,16,16,0,0,1,0,32,0,104,4,0,0,134,54,0,0,40,0,0,0,48,0,0,0,96,0,0,0,1,0,32,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,10,0,0,0,24,0,0,0,37,0,0,0,46,0,0,0,47,0,0,0,41,0,0,0,29,0,0,0,13,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,23,0,0,0,64,0,0,0,112,0,0,0,158,0,0,0,193,0,0,0,216,0,0,0,230,0,0,0,236,0,0,0,237,0,0,0,233,0,0,0,222,0,0,0,198,0,0,0,155,0,0,0,90,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,107,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,113,0,0,0,162,0,0,0,212,0,0,0,244,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,251,0,0,0,209,0,0,0,104,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,242,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,250,0,0,0,157,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,242,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,254,0,0,0,240,0,0,0,209,0,0,0,175,0,0,0,146,0,0,0,129,0,0,0,125,0,0,0,136,0,0,0,163,0,0,0,206,0,0,0,246,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,254,0,0,0,151,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,242,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,245,0,0,0,195,0,0,0,120,0,0,0,56,0,0,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,19,0,0,0,83,0,0,0,205,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,244,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,220,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,226,0,0,0,142,0,0,0,134,0,0,0,136,0,0,0,136,0,0,0,136,0,0,0,136,0,0,0,136,0,0,0,136,0,0,0,136,0,0,0,136,0,0,0,136,0,0,0,136,0,0,0,136,0,0,0,136,0,0,0,136,0,0,0,136,0,0,0,164,0,0,0,76,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,218,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,162,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,230,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,245,0,0,0,119,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,208,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,232,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,245,0,0,0,118,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,223,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,87,0,0,0,233,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,244,0,0,0,115,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,220,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,90,0,0,0,235,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,243,0,0,0,111,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,218,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,197,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,93,0,0,0,236,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,242,0,0,0,107,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,25,0,0,0,95,0,0,0,208,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,95,0,0,0,237,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,240,0,0,0,103,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,18,0,0,0,49,0,0,0,95,0,0,0,154,0,0,0,213,0,0,0,250,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,225,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,97,0,0,0,238,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,239,0,0,0,99,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,48,0,0,0,107,0,0,0,161,0,0,0,206,0,0,0,237,0,0,0,253,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,235,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,99,0,0,0,239,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,237,0,0,0,95,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,75,0,0,0,175,0,0,0,235,0,0,0,254,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,251,0,0,0,196,0,0,0,73,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,102,0,0,0,239,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,235,0,0,0,90,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,143,0,0,0,243,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,252,0,0,0,230,0,0,0,176,0,0,0,93,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,105,0,0,0,241,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,232,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,140,0,0,0,253,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,249,0,0,0,224,0,0,0,187,0,0,0,140,0,0,0,89,0,0,0,40,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,109,0,0,0,243,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,229,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,236,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,252,0,0,0,213,0,0,0,142,0,0,0,77,0,0,0,33,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,115,0,0,0,245,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,224,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,245,0,0,0,131,0,0,0,26,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,126,0,0,0,249,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,217,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,163,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,145,0,0,0,253,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,191,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,176,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,141,0,0,0,4,0,0,0,0,0,0,0,210,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,214,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,239,0,0,0,70,0,0,0,0,0,0,0,174,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,178,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,247,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,176,0,0,0,11,0,0,0,102,0,0,0,249,0,0,0,255,0,0,0,255,0,0,0,249,0,0,0,141,0,0,0,27,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,19,0,0,0,66,0,0,0,152,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,182,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,238,0,0,0,68,0,0,0,22,0,0,0,191,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,253,0,0,0,213,0,0,0,148,0,0,0,103,0,0,0,80,0,0,0,72,0,0,0,74,0,0,0,89,0,0,0,116,0,0,0,158,0,0,0,206,0,0,0,244,0,0,0,255,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,253,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,140,0,0,0,0,0,0,0,59,0,0,0,219,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,251,0,0,0,249,0,0,0,250,0,0,0,253,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,233,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,191,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,188,0,0,0,250,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,217,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,92,0,0,0,173,0,0,0,221,0,0,0,243,0,0,0,251,0,0,0,254,0,0,0,255,0,0,0,254,0,0,0,251,0,0,0,244,0,0,0,229,0,0,0,202,0,0,0,157,0,0,0,94,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,220,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,29,0,0,0,58,0,0,0,80,0,0,0,93,0,0,0,96,0,0,0,90,0,0,0,78,0,0,0,60,0,0,0,37,0,0,0,16,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,240,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,144,0,0,0,80,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,228,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,246,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,213,0,0,0,247,0,0,0,184,0,0,0,94,0,0,0,27,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,68,0,0,0,212,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,195,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,212,0,0,0,255,0,0,0,255,0,0,0,251,0,0,0,216,0,0,0,155,0,0,0,94,0,0,0,52,0,0,0,30,0,0,0,20,0,0,0,20,0,0,0,32,0,0,0,70,0,0,0,150,0,0,0,235,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,241,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,212,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,253,0,0,0,240,0,0,0,222,0,0,0,211,0,0,0,211,0,0,0,225,0,0,0,246,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,247,0,0,0,123,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,182,0,0,0,251,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,234,0,0,0,113,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,85,0,0,0,161,0,0,0,219,0,0,0,248,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,239,0,0,0,172,0,0,0,61,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,29,0,0,0,76,0,0,0,129,0,0,0,175,0,0,0,207,0,0,0,225,0,0,0,232,0,0,0,232,0,0,0,226,0,0,0,210,0,0,0,178,0,0,0,124,0,0,0,57,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,18,0,0,0,31,0,0,0,40,0,0,0,40,0,0,0,33,0,0,0,19,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,0,0,255,255,255,255,255,255,0,0,255,255,255,255,255,255,0,0,255,255,255,255,255,255,0,0,255,255,255,255,255,255,0,0,255,255,255,255,255,255,0,0,240,3,255,255,255,255,0,0,0,0,255,192,0,0,0,0,0,0,63,192,0,0,0,0,0,64,31,192,0,0,0,0,31,252,31,192,0,0,0,0,127,254,15,224,255,255,0,0,255,254,15,240,127,255,0,0,255,255,15,248,63,255,0,0,255,254,15,252,31,255,0,0,255,254,15,254,15,255,0,0,255,252,15,255,7,255,0,0,255,224,31,255,131,255,0,0,254,0,63,255,193,255,0,0,240,0,127,255,224,255,0,0,192,1,255,255,240,127,0,0,128,15,255,255,248,63,0,0,128,255,255,255,252,31,0,0,3,255,255,255,254,15,0,0,7,255,255,255,254,7,0,0,15,255,255,255,255,3,0,0,15,255,255,255,255,131,0,0,7,255,255,255,255,193,0,0,131,255,191,255,255,193,0,0,128,252,31,255,255,224,0,0,192,0,31,255,255,224,0,0,224,0,31,255,255,224,0,0,248,0,127,255,255,224,0,0,255,255,255,255,255,224,0,0,255,255,255,255,255,192,0,0,255,255,255,223,255,193,0,0,255,255,255,199,255,129,0,0,255,255,255,192,254,3,0,0,255,255,255,192,0,7,0,0,255,255,255,192,0,15,0,0,255,255,255,240,0,31,0,0,255,255,255,254,0,255,0,0,255,255,255,255,255,255,0,0,255,255,255,255,255,255,0,0,255,255,255,255,255,255,0,0,255,255,255,255,255,255,0,0,255,255,255,255,255,255,0,0,255,255,255,255,255,255,0,0,40,0,0,0,32,0,0,0,64,0,0,0,1,0,32,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,13,0,0,0,28,0,0,0,39,0,0,0,40,0,0,0,31,0,0,0,15,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,109,0,0,0,162,0,0,0,199,0,0,0,221,0,0,0,232,0,0,0,233,0,0,0,225,0,0,0,201,0,0,0,150,0,0,0,66,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,113,0,0,0,157,0,0,0,155,0,0,0,155,0,0,0,155,0,0,0,155,0,0,0,155,0,0,0,155,0,0,0,155,0,0,0,155,0,0,0,155,0,0,0,155,0,0,0,155,0,0,0,155,0,0,0,155,0,0,0,241,0,0,0,254,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,241,0,0,0,139,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,186,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,248,0,0,0,211,0,0,0,159,0,0,0,117,0,0,0,94,0,0,0,90,0,0,0,109,0,0,0,161,0,0,0,234,0,0,0,255,0,0,0,253,0,0,0,132,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,183,0,0,0,255,0,0,0,255,0,0,0,253,0,0,0,232,0,0,0,226,0,0,0,227,0,0,0,227,0,0,0,227,0,0,0,227,0,0,0,227,0,0,0,227,0,0,0,227,0,0,0,227,0,0,0,227,0,0,0,168,0,0,0,84,0,0,0,23,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,75,0,0,0,231,0,0,0,255,0,0,0,226,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,237,0,0,0,255,0,0,0,254,0,0,0,156,0,0,0,39,0,0,0,33,0,0,0,34,0,0,0,34,0,0,0,34,0,0,0,34,0,0,0,34,0,0,0,34,0,0,0,34,0,0,0,34,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,168,0,0,0,255,0,0,0,251,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,99,0,0,0,239,0,0,0,255,0,0,0,245,0,0,0,119,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,168,0,0,0,255,0,0,0,253,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,102,0,0,0,240,0,0,0,255,0,0,0,245,0,0,0,117,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,77,0,0,0,231,0,0,0,255,0,0,0,242,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,105,0,0,0,241,0,0,0,255,0,0,0,244,0,0,0,113,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,18,0,0,0,49,0,0,0,99,0,0,0,168,0,0,0,237,0,0,0,255,0,0,0,255,0,0,0,185,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,107,0,0,0,241,0,0,0,255,0,0,0,243,0,0,0,109,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,93,0,0,0,159,0,0,0,206,0,0,0,237,0,0,0,253,0,0,0,255,0,0,0,255,0,0,0,254,0,0,0,202,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,109,0,0,0,242,0,0,0,255,0,0,0,241,0,0,0,105,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,79,0,0,0,206,0,0,0,252,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,254,0,0,0,242,0,0,0,203,0,0,0,123,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,112,0,0,0,243,0,0,0,255,0,0,0,239,0,0,0,99,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,0,229,0,0,0,255,0,0,0,255,0,0,0,245,0,0,0,207,0,0,0,157,0,0,0,107,0,0,0,59,0,0,0,18,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,116,0,0,0,245,0,0,0,255,0,0,0,237,0,0,0,92,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,255,0,0,0,255,0,0,0,187,0,0,0,72,0,0,0,19,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,124,0,0,0,248,0,0,0,255,0,0,0,232,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,225,0,0,0,255,0,0,0,229,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,144,0,0,0,254,0,0,0,255,0,0,0,216,0,0,0,44,0,0,0,0,0,0,0,228,0,0,0,255,0,0,0,215,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,182,0,0,0,255,0,0,0,255,0,0,0,165,0,0,0,10,0,0,0,193,0,0,0,255,0,0,0,245,0,0,0,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,35,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,232,0,0,0,255,0,0,0,242,0,0,0,83,0,0,0,100,0,0,0,245,0,0,0,255,0,0,0,232,0,0,0,143,0,0,0,82,0,0,0,60,0,0,0,57,0,0,0,71,0,0,0,104,0,0,0,159,0,0,0,222,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,157,0,0,0,255,0,0,0,255,0,0,0,170,0,0,0,10,0,0,0,136,0,0,0,246,0,0,0,255,0,0,0,255,0,0,0,252,0,0,0,245,0,0,0,243,0,0,0,249,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,255,0,0,0,255,0,0,0,219,0,0,0,0,0,0,0,8,0,0,0,86,0,0,0,180,0,0,0,226,0,0,0,244,0,0,0,249,0,0,0,248,0,0,0,243,0,0,0,231,0,0,0,204,0,0,0,152,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,253,0,0,0,255,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,34,0,0,0,58,0,0,0,70,0,0,0,69,0,0,0,58,0,0,0,39,0,0,0,16,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,255,0,0,0,255,0,0,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,72,0,0,0,52,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,212,0,0,0,255,0,0,0,255,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,235,0,0,0,156,0,0,0,74,0,0,0,25,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,61,0,0,0,192,0,0,0,255,0,0,0,255,0,0,0,232,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,255,0,0,0,255,0,0,0,247,0,0,0,215,0,0,0,178,0,0,0,154,0,0,0,155,0,0,0,187,0,0,0,237,0,0,0,255,0,0,0,255,0,0,0,247,0,0,0,118,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,213,0,0,0,248,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,255,0,0,0,226,0,0,0,109,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,24,0,0,0,77,0,0,0,138,0,0,0,187,0,0,0,216,0,0,0,229,0,0,0,229,0,0,0,218,0,0,0,187,0,0,0,126,0,0,0,43,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,24,0,0,0,35,0,0,0,36,0,0,0,25,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,192,63,192,0,0,15,128,0,15,7,128,0,127,199,195,255,255,199,227,255,255,199,241,255,255,199,248,255,255,7,252,127,240,15,254,63,192,63,255,31,129,255,255,143,15,255,255,199,31,255,255,195,31,255,255,225,31,255,255,241,135,207,255,240,128,15,255,248,224,15,255,248,255,255,255,248,255,255,255,240,255,255,143,225,255,255,128,3,255,255,192,7,255,255,240,31,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,40,0,0,0,16,0,0,0,32,0,0,0,1,0,32,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,16,0,0,0,32,0,0,0,33,0,0,0,16,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,10,0,0,0,10,0,0,0,10,0,0,0,10,0,0,0,10,0,0,0,10,0,0,0,10,0,0,0,167,0,0,0,204,0,0,0,216,0,0,0,217,0,0,0,202,0,0,0,114,0,0,0,11,0,0,0,0,0,0,0,78,0,0,0,195,0,0,0,194,0,0,0,197,0,0,0,197,0,0,0,197,0,0,0,197,0,0,0,197,0,0,0,178,0,0,0,108,0,0,0,66,0,0,0,63,0,0,0,128,0,0,0,237,0,0,0,103,0,0,0,0,0,0,0,76,0,0,0,245,0,0,0,226,0,0,0,141,0,0,0,133,0,0,0,134,0,0,0,134,0,0,0,134,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,208,0,0,0,162,0,0,0,0,0,0,0,4,0,0,0,114,0,0,0,235,0,0,0,121,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,17,0,0,0,50,0,0,0,129,0,0,0,243,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,118,0,0,0,237,0,0,0,121,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,139,0,0,0,209,0,0,0,232,0,0,0,225,0,0,0,146,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,120,0,0,0,237,0,0,0,116,0,0,0,4,0,0,0,0,0,0,0,187,0,0,0,231,0,0,0,139,0,0,0,77,0,0,0,33,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,125,0,0,0,237,0,0,0,105,0,0,0,2,0,0,0,244,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,148,0,0,0,232,0,0,0,76,0,0,0,203,0,0,0,200,0,0,0,72,0,0,0,45,0,0,0,58,0,0,0,106,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,214,0,0,0,196,0,0,0,56,0,0,0,179,0,0,0,221,0,0,0,218,0,0,0,218,0,0,0,196,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,169,0,0,0,245,0,0,0,0,0,0,0,10,0,0,0,38,0,0,0,49,0,0,0,39,0,0,0,17,0,0,0,1,0,0,0,0,0,0,0,22,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,203,0,0,0,226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,0,212,0,0,0,142,0,0,0,94,0,0,0,98,0,0,0,183,0,0,0,243,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,139,0,0,0,200,0,0,0,222,0,0,0,223,0,0,0,196,0,0,0,98,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,13,0,0,0,30,0,0,0,30,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,0,0,255,255,0,0,7,128,0,0,115,128,0,0,249,223,0,0,243,239,0,0,131,247,0,0,31,251,0,0,63,249,0,0,63,252,0,0,131,252,0,0,255,252,0,0,255,153,0,0,255,131,0,0,255,255,0,0,255,255,0,0}; char chunk_vendors_css[254816] = {64,99,104,97,114,115,101,116,32,34,85,84,70,45,56,34,59,47,42,33,10,32,42,32,66,111,111,116,115,116,114,97,112,32,118,52,46,54,46,48,32,40,104,116,116,112,115,58,47,47,103,101,116,98,111,111,116,115,116,114,97,112,46,99,111,109,47,41,10,32,42,32,67,111,112,121,114,105,103,104,116,32,50,48,49,49,45,50,48,50,49,32,84,104,101,32,66,111,111,116,115,116,114,97,112,32,65,117,116,104,111,114,115,10,32,42,32,67,111,112,121,114,105,103,104,116,32,50,48,49,49,45,50,48,50,49,32,84,119,105,116,116,101,114,44,32,73,110,99,46,10,32,42,32,76,105,99,101,110,115,101,100,32,117,110,100,101,114,32,77,73,84,32,40,104,116,116,112,115,58,47,47,103,105,116,104,117,98,46,99,111,109,47,116,119,98,115,47,98,111,111,116,115,116,114,97,112,47,98,108,111,98,47,109,97,105,110,47,76,73,67,69,78,83,69,41,10,32,42,47,58,114,111,111,116,123,45,45,98,108,117,101,58,35,48,48,55,98,102,102,59,45,45,105,110,100,105,103,111,58,35,54,54,49,48,102,50,59,45,45,112,117,114,112,108,101,58,35,54,102,52,50,99,49,59,45,45,112,105,110,107,58,35,101,56,51,101,56,99,59,45,45,114,101,100,58,35,100,99,51,53,52,53,59,45,45,111,114,97,110,103,101,58,35,102,100,55,101,49,52,59,45,45,121,101,108,108,111,119,58,35,102,102,99,49,48,55,59,45,45,103,114,101,101,110,58,35,50,56,97,55,52,53,59,45,45,116,101,97,108,58,35,50,48,99,57,57,55,59,45,45,99,121,97,110,58,35,49,55,97,50,98,56,59,45,45,119,104,105,116,101,58,35,102,102,102,59,45,45,103,114,97,121,58,35,54,99,55,53,55,100,59,45,45,103,114,97,121,45,100,97,114,107,58,35,51,52,51,97,52,48,59,45,45,112,114,105,109,97,114,121,58,35,48,48,55,98,102,102,59,45,45,115,101,99,111,110,100,97,114,121,58,35,54,99,55,53,55,100,59,45,45,115,117,99,99,101,115,115,58,35,50,56,97,55,52,53,59,45,45,105,110,102,111,58,35,49,55,97,50,98,56,59,45,45,119,97,114,110,105,110,103,58,35,102,102,99,49,48,55,59,45,45,100,97,110,103,101,114,58,35,100,99,51,53,52,53,59,45,45,108,105,103,104,116,58,35,102,56,102,57,102,97,59,45,45,100,97,114,107,58,35,51,52,51,97,52,48,59,45,45,98,114,101,97,107,112,111,105,110,116,45,120,115,58,48,59,45,45,98,114,101,97,107,112,111,105,110,116,45,115,109,58,53,55,54,112,120,59,45,45,98,114,101,97,107,112,111,105,110,116,45,109,100,58,55,54,56,112,120,59,45,45,98,114,101,97,107,112,111,105,110,116,45,108,103,58,57,57,50,112,120,59,45,45,98,114,101,97,107,112,111,105,110,116,45,120,108,58,49,50,48,48,112,120,59,45,45,102,111,110,116,45,102,97,109,105,108,121,45,115,97,110,115,45,115,101,114,105,102,58,45,97,112,112,108,101,45,115,121,115,116,101,109,44,66,108,105,110,107,77,97,99,83,121,115,116,101,109,70,111,110,116,44,34,83,101,103,111,101,32,85,73,34,44,82,111,98,111,116,111,44,34,72,101,108,118,101,116,105,99,97,32,78,101,117,101,34,44,65,114,105,97,108,44,34,78,111,116,111,32,83,97,110,115,34,44,34,76,105,98,101,114,97,116,105,111,110,32,83,97,110,115,34,44,115,97,110,115,45,115,101,114,105,102,44,34,65,112,112,108,101,32,67,111,108,111,114,32,69,109,111,106,105,34,44,34,83,101,103,111,101,32,85,73,32,69,109,111,106,105,34,44,34,83,101,103,111,101,32,85,73,32,83,121,109,98,111,108,34,44,34,78,111,116,111,32,67,111,108,111,114,32,69,109,111,106,105,34,59,45,45,102,111,110,116,45,102,97,109,105,108,121,45,109,111,110,111,115,112,97,99,101,58,83,70,77,111,110,111,45,82,101,103,117,108,97,114,44,77,101,110,108,111,44,77,111,110,97,99,111,44,67,111,110,115,111,108,97,115,44,34,76,105,98,101,114,97,116,105,111,110,32,77,111,110,111,34,44,34,67,111,117,114,105,101,114,32,78,101,119,34,44,109,111,110,111,115,112,97,99,101,125,42,44,58,97,102,116,101,114,44,58,98,101,102,111,114,101,123,98,111,120,45,115,105,122,105,110,103,58,98,111,114,100,101,114,45,98,111,120,125,104,116,109,108,123,102,111,110,116,45,102,97,109,105,108,121,58,115,97,110,115,45,115,101,114,105,102,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,49,53,59,45,119,101,98,107,105,116,45,116,101,120,116,45,115,105,122,101,45,97,100,106,117,115,116,58,49,48,48,37,59,45,119,101,98,107,105,116,45,116,97,112,45,104,105,103,104,108,105,103,104,116,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,97,114,116,105,99,108,101,44,97,115,105,100,101,44,102,105,103,99,97,112,116,105,111,110,44,102,105,103,117,114,101,44,102,111,111,116,101,114,44,104,101,97,100,101,114,44,104,103,114,111,117,112,44,109,97,105,110,44,110,97,118,44,115,101,99,116,105,111,110,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,98,111,100,121,123,109,97,114,103,105,110,58,48,59,102,111,110,116,45,102,97,109,105,108,121,58,45,97,112,112,108,101,45,115,121,115,116,101,109,44,66,108,105,110,107,77,97,99,83,121,115,116,101,109,70,111,110,116,44,83,101,103,111,101,32,85,73,44,82,111,98,111,116,111,44,72,101,108,118,101,116,105,99,97,32,78,101,117,101,44,65,114,105,97,108,44,78,111,116,111,32,83,97,110,115,44,76,105,98,101,114,97,116,105,111,110,32,83,97,110,115,44,115,97,110,115,45,115,101,114,105,102,44,65,112,112,108,101,32,67,111,108,111,114,32,69,109,111,106,105,44,83,101,103,111,101,32,85,73,32,69,109,111,106,105,44,83,101,103,111,101,32,85,73,32,83,121,109,98,111,108,44,78,111,116,111,32,67,111,108,111,114,32,69,109,111,106,105,59,102,111,110,116,45,115,105,122,101,58,49,114,101,109,59,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,99,111,108,111,114,58,35,50,49,50,53,50,57,59,116,101,120,116,45,97,108,105,103,110,58,108,101,102,116,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,125,91,116,97,98,105,110,100,101,120,61,34,45,49,34,93,58,102,111,99,117,115,58,110,111,116,40,58,102,111,99,117,115,45,118,105,115,105,98,108,101,41,123,111,117,116,108,105,110,101,58,48,33,105,109,112,111,114,116,97,110,116,125,104,114,123,98,111,120,45,115,105,122,105,110,103,58,99,111,110,116,101,110,116,45,98,111,120,59,104,101,105,103,104,116,58,48,59,111,118,101,114,102,108,111,119,58,118,105,115,105,98,108,101,125,104,49,44,104,50,44,104,51,44,104,52,44,104,53,44,104,54,123,109,97,114,103,105,110,45,116,111,112,58,48,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,53,114,101,109,125,112,123,109,97,114,103,105,110,45,116,111,112,58,48,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,114,101,109,125,97,98,98,114,91,100,97,116,97,45,111,114,105,103,105,110,97,108,45,116,105,116,108,101,93,44,97,98,98,114,91,116,105,116,108,101,93,123,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,117,110,100,101,114,108,105,110,101,59,45,119,101,98,107,105,116,45,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,117,110,100,101,114,108,105,110,101,32,100,111,116,116,101,100,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,117,110,100,101,114,108,105,110,101,32,100,111,116,116,101,100,59,99,117,114,115,111,114,58,104,101,108,112,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,48,59,45,119,101,98,107,105,116,45,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,45,115,107,105,112,45,105,110,107,58,110,111,110,101,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,45,115,107,105,112,45,105,110,107,58,110,111,110,101,125,97,100,100,114,101,115,115,123,102,111,110,116,45,115,116,121,108,101,58,110,111,114,109,97,108,59,108,105,110,101,45,104,101,105,103,104,116,58,105,110,104,101,114,105,116,125,97,100,100,114,101,115,115,44,100,108,44,111,108,44,117,108,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,114,101,109,125,100,108,44,111,108,44,117,108,123,109,97,114,103,105,110,45,116,111,112,58,48,125,111,108,32,111,108,44,111,108,32,117,108,44,117,108,32,111,108,44,117,108,32,117,108,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,125,100,116,123,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,125,100,100,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,53,114,101,109,59,109,97,114,103,105,110,45,108,101,102,116,58,48,125,98,108,111,99,107,113,117,111,116,101,123,109,97,114,103,105,110,58,48,32,48,32,49,114,101,109,125,98,44,115,116,114,111,110,103,123,102,111,110,116,45,119,101,105,103,104,116,58,98,111,108,100,101,114,125,115,109,97,108,108,123,102,111,110,116,45,115,105,122,101,58,56,48,37,125,115,117,98,44,115,117,112,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,102,111,110,116,45,115,105,122,101,58,55,53,37,59,108,105,110,101,45,104,101,105,103,104,116,58,48,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,98,97,115,101,108,105,110,101,125,115,117,98,123,98,111,116,116,111,109,58,45,46,50,53,101,109,125,115,117,112,123,116,111,112,58,45,46,53,101,109,125,97,123,99,111,108,111,114,58,35,48,48,55,98,102,102,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,97,58,104,111,118,101,114,123,99,111,108,111,114,58,35,48,48,53,54,98,51,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,117,110,100,101,114,108,105,110,101,125,97,58,110,111,116,40,91,104,114,101,102,93,41,58,110,111,116,40,91,99,108,97,115,115,93,41,44,97,58,110,111,116,40,91,104,114,101,102,93,41,58,110,111,116,40,91,99,108,97,115,115,93,41,58,104,111,118,101,114,123,99,111,108,111,114,58,105,110,104,101,114,105,116,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,125,99,111,100,101,44,107,98,100,44,112,114,101,44,115,97,109,112,123,102,111,110,116,45,102,97,109,105,108,121,58,83,70,77,111,110,111,45,82,101,103,117,108,97,114,44,77,101,110,108,111,44,77,111,110,97,99,111,44,67,111,110,115,111,108,97,115,44,76,105,98,101,114,97,116,105,111,110,32,77,111,110,111,44,67,111,117,114,105,101,114,32,78,101,119,44,109,111,110,111,115,112,97,99,101,59,102,111,110,116,45,115,105,122,101,58,49,101,109,125,112,114,101,123,109,97,114,103,105,110,45,116,111,112,58,48,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,114,101,109,59,111,118,101,114,102,108,111,119,58,97,117,116,111,59,45,109,115,45,111,118,101,114,102,108,111,119,45,115,116,121,108,101,58,115,99,114,111,108,108,98,97,114,125,102,105,103,117,114,101,123,109,97,114,103,105,110,58,48,32,48,32,49,114,101,109,125,105,109,103,123,98,111,114,100,101,114,45,115,116,121,108,101,58,110,111,110,101,125,105,109,103,44,115,118,103,123,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,109,105,100,100,108,101,125,115,118,103,123,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,125,116,97,98,108,101,123,98,111,114,100,101,114,45,99,111,108,108,97,112,115,101,58,99,111,108,108,97,112,115,101,125,99,97,112,116,105,111,110,123,112,97,100,100,105,110,103,45,116,111,112,58,46,55,53,114,101,109,59,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,46,55,53,114,101,109,59,99,111,108,111,114,58,35,54,99,55,53,55,100,59,116,101,120,116,45,97,108,105,103,110,58,108,101,102,116,59,99,97,112,116,105,111,110,45,115,105,100,101,58,98,111,116,116,111,109,125,116,104,123,116,101,120,116,45,97,108,105,103,110,58,105,110,104,101,114,105,116,59,116,101,120,116,45,97,108,105,103,110,58,45,119,101,98,107,105,116,45,109,97,116,99,104,45,112,97,114,101,110,116,125,108,97,98,101,108,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,53,114,101,109,125,98,117,116,116,111,110,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,125,98,117,116,116,111,110,58,102,111,99,117,115,58,110,111,116,40,58,102,111,99,117,115,45,118,105,115,105,98,108,101,41,123,111,117,116,108,105,110,101,58,48,125,98,117,116,116,111,110,44,105,110,112,117,116,44,111,112,116,103,114,111,117,112,44,115,101,108,101,99,116,44,116,101,120,116,97,114,101,97,123,109,97,114,103,105,110,58,48,59,102,111,110,116,45,102,97,109,105,108,121,58,105,110,104,101,114,105,116,59,102,111,110,116,45,115,105,122,101,58,105,110,104,101,114,105,116,59,108,105,110,101,45,104,101,105,103,104,116,58,105,110,104,101,114,105,116,125,98,117,116,116,111,110,44,105,110,112,117,116,123,111,118,101,114,102,108,111,119,58,118,105,115,105,98,108,101,125,98,117,116,116,111,110,44,115,101,108,101,99,116,123,116,101,120,116,45,116,114,97,110,115,102,111,114,109,58,110,111,110,101,125,91,114,111,108,101,61,98,117,116,116,111,110,93,123,99,117,114,115,111,114,58,112,111,105,110,116,101,114,125,115,101,108,101,99,116,123,119,111,114,100,45,119,114,97,112,58,110,111,114,109,97,108,125,91,116,121,112,101,61,98,117,116,116,111,110,93,44,91,116,121,112,101,61,114,101,115,101,116,93,44,91,116,121,112,101,61,115,117,98,109,105,116,93,44,98,117,116,116,111,110,123,45,119,101,98,107,105,116,45,97,112,112,101,97,114,97,110,99,101,58,98,117,116,116,111,110,125,91,116,121,112,101,61,98,117,116,116,111,110,93,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,44,91,116,121,112,101,61,114,101,115,101,116,93,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,44,91,116,121,112,101,61,115,117,98,109,105,116,93,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,44,98,117,116,116,111,110,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,123,99,117,114,115,111,114,58,112,111,105,110,116,101,114,125,91,116,121,112,101,61,98,117,116,116,111,110,93,58,58,45,109,111,122,45,102,111,99,117,115,45,105,110,110,101,114,44,91,116,121,112,101,61,114,101,115,101,116,93,58,58,45,109,111,122,45,102,111,99,117,115,45,105,110,110,101,114,44,91,116,121,112,101,61,115,117,98,109,105,116,93,58,58,45,109,111,122,45,102,111,99,117,115,45,105,110,110,101,114,44,98,117,116,116,111,110,58,58,45,109,111,122,45,102,111,99,117,115,45,105,110,110,101,114,123,112,97,100,100,105,110,103,58,48,59,98,111,114,100,101,114,45,115,116,121,108,101,58,110,111,110,101,125,105,110,112,117,116,91,116,121,112,101,61,99,104,101,99,107,98,111,120,93,44,105,110,112,117,116,91,116,121,112,101,61,114,97,100,105,111,93,123,98,111,120,45,115,105,122,105,110,103,58,98,111,114,100,101,114,45,98,111,120,59,112,97,100,100,105,110,103,58,48,125,116,101,120,116,97,114,101,97,123,111,118,101,114,102,108,111,119,58,97,117,116,111,59,114,101,115,105,122,101,58,118,101,114,116,105,99,97,108,125,102,105,101,108,100,115,101,116,123,109,105,110,45,119,105,100,116,104,58,48,59,112,97,100,100,105,110,103,58,48,59,109,97,114,103,105,110,58,48,59,98,111,114,100,101,114,58,48,125,108,101,103,101,110,100,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,59,112,97,100,100,105,110,103,58,48,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,53,114,101,109,59,102,111,110,116,45,115,105,122,101,58,49,46,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,105,110,104,101,114,105,116,59,99,111,108,111,114,58,105,110,104,101,114,105,116,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,114,109,97,108,125,112,114,111,103,114,101,115,115,123,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,98,97,115,101,108,105,110,101,125,91,116,121,112,101,61,110,117,109,98,101,114,93,58,58,45,119,101,98,107,105,116,45,105,110,110,101,114,45,115,112,105,110,45,98,117,116,116,111,110,44,91,116,121,112,101,61,110,117,109,98,101,114,93,58,58,45,119,101,98,107,105,116,45,111,117,116,101,114,45,115,112,105,110,45,98,117,116,116,111,110,123,104,101,105,103,104,116,58,97,117,116,111,125,91,116,121,112,101,61,115,101,97,114,99,104,93,123,111,117,116,108,105,110,101,45,111,102,102,115,101,116,58,45,50,112,120,59,45,119,101,98,107,105,116,45,97,112,112,101,97,114,97,110,99,101,58,110,111,110,101,125,91,116,121,112,101,61,115,101,97,114,99,104,93,58,58,45,119,101,98,107,105,116,45,115,101,97,114,99,104,45,100,101,99,111,114,97,116,105,111,110,123,45,119,101,98,107,105,116,45,97,112,112,101,97,114,97,110,99,101,58,110,111,110,101,125,58,58,45,119,101,98,107,105,116,45,102,105,108,101,45,117,112,108,111,97,100,45,98,117,116,116,111,110,123,102,111,110,116,58,105,110,104,101,114,105,116,59,45,119,101,98,107,105,116,45,97,112,112,101,97,114,97,110,99,101,58,98,117,116,116,111,110,125,111,117,116,112,117,116,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,125,115,117,109,109,97,114,121,123,100,105,115,112,108,97,121,58,108,105,115,116,45,105,116,101,109,59,99,117,114,115,111,114,58,112,111,105,110,116,101,114,125,116,101,109,112,108,97,116,101,123,100,105,115,112,108,97,121,58,110,111,110,101,125,91,104,105,100,100,101,110,93,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,104,49,44,46,104,50,44,46,104,51,44,46,104,52,44,46,104,53,44,46,104,54,44,104,49,44,104,50,44,104,51,44,104,52,44,104,53,44,104,54,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,53,114,101,109,59,102,111,110,116,45,119,101,105,103,104,116,58,53,48,48,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,50,125,46,104,49,44,104,49,123,102,111,110,116,45,115,105,122,101,58,50,46,53,114,101,109,125,46,104,50,44,104,50,123,102,111,110,116,45,115,105,122,101,58,50,114,101,109,125,46,104,51,44,104,51,123,102,111,110,116,45,115,105,122,101,58,49,46,55,53,114,101,109,125,46,104,52,44,104,52,123,102,111,110,116,45,115,105,122,101,58,49,46,53,114,101,109,125,46,104,53,44,104,53,123,102,111,110,116,45,115,105,122,101,58,49,46,50,53,114,101,109,125,46,104,54,44,104,54,123,102,111,110,116,45,115,105,122,101,58,49,114,101,109,125,46,108,101,97,100,123,102,111,110,116,45,115,105,122,101,58,49,46,50,53,114,101,109,59,102,111,110,116,45,119,101,105,103,104,116,58,51,48,48,125,46,100,105,115,112,108,97,121,45,49,123,102,111,110,116,45,115,105,122,101,58,54,114,101,109,125,46,100,105,115,112,108,97,121,45,49,44,46,100,105,115,112,108,97,121,45,50,123,102,111,110,116,45,119,101,105,103,104,116,58,51,48,48,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,50,125,46,100,105,115,112,108,97,121,45,50,123,102,111,110,116,45,115,105,122,101,58,53,46,53,114,101,109,125,46,100,105,115,112,108,97,121,45,51,123,102,111,110,116,45,115,105,122,101,58,52,46,53,114,101,109,125,46,100,105,115,112,108,97,121,45,51,44,46,100,105,115,112,108,97,121,45,52,123,102,111,110,116,45,119,101,105,103,104,116,58,51,48,48,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,50,125,46,100,105,115,112,108,97,121,45,52,123,102,111,110,116,45,115,105,122,101,58,51,46,53,114,101,109,125,104,114,123,109,97,114,103,105,110,45,116,111,112,58,49,114,101,109,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,114,101,109,59,98,111,114,100,101,114,58,48,59,98,111,114,100,101,114,45,116,111,112,58,49,112,120,32,115,111,108,105,100,32,114,103,98,97,40,48,44,48,44,48,44,46,49,41,125,46,115,109,97,108,108,44,115,109,97,108,108,123,102,111,110,116,45,115,105,122,101,58,56,48,37,59,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,125,46,109,97,114,107,44,109,97,114,107,123,112,97,100,100,105,110,103,58,46,50,101,109,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,99,102,56,101,51,125,46,108,105,115,116,45,105,110,108,105,110,101,44,46,108,105,115,116,45,117,110,115,116,121,108,101,100,123,112,97,100,100,105,110,103,45,108,101,102,116,58,48,59,108,105,115,116,45,115,116,121,108,101,58,110,111,110,101,125,46,108,105,115,116,45,105,110,108,105,110,101,45,105,116,101,109,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,125,46,108,105,115,116,45,105,110,108,105,110,101,45,105,116,101,109,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,123,109,97,114,103,105,110,45,114,105,103,104,116,58,46,53,114,101,109,125,46,105,110,105,116,105,97,108,105,115,109,123,102,111,110,116,45,115,105,122,101,58,57,48,37,59,116,101,120,116,45,116,114,97,110,115,102,111,114,109,58,117,112,112,101,114,99,97,115,101,125,46,98,108,111,99,107,113,117,111,116,101,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,114,101,109,59,102,111,110,116,45,115,105,122,101,58,49,46,50,53,114,101,109,125,46,98,108,111,99,107,113,117,111,116,101,45,102,111,111,116,101,114,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,102,111,110,116,45,115,105,122,101,58,56,48,37,59,99,111,108,111,114,58,35,54,99,55,53,55,100,125,46,98,108,111,99,107,113,117,111,116,101,45,102,111,111,116,101,114,58,98,101,102,111,114,101,123,99,111,110,116,101,110,116,58,34,92,50,48,49,52,92,48,48,65,48,34,125,46,105,109,103,45,102,108,117,105,100,44,46,105,109,103,45,116,104,117,109,98,110,97,105,108,123,109,97,120,45,119,105,100,116,104,58,49,48,48,37,59,104,101,105,103,104,116,58,97,117,116,111,125,46,105,109,103,45,116,104,117,109,98,110,97,105,108,123,112,97,100,100,105,110,103,58,46,50,53,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,100,101,101,50,101,54,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,102,105,103,117,114,101,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,125,46,102,105,103,117,114,101,45,105,109,103,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,125,46,102,105,103,117,114,101,45,99,97,112,116,105,111,110,123,102,111,110,116,45,115,105,122,101,58,57,48,37,59,99,111,108,111,114,58,35,54,99,55,53,55,100,125,99,111,100,101,123,102,111,110,116,45,115,105,122,101,58,56,55,46,53,37,59,99,111,108,111,114,58,35,101,56,51,101,56,99,59,119,111,114,100,45,119,114,97,112,58,98,114,101,97,107,45,119,111,114,100,125,97,62,99,111,100,101,123,99,111,108,111,114,58,105,110,104,101,114,105,116,125,107,98,100,123,112,97,100,100,105,110,103,58,46,50,114,101,109,32,46,52,114,101,109,59,102,111,110,116,45,115,105,122,101,58,56,55,46,53,37,59,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,114,101,109,125,107,98,100,32,107,98,100,123,112,97,100,100,105,110,103,58,48,59,102,111,110,116,45,115,105,122,101,58,49,48,48,37,59,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,125,112,114,101,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,102,111,110,116,45,115,105,122,101,58,56,55,46,53,37,59,99,111,108,111,114,58,35,50,49,50,53,50,57,125,112,114,101,32,99,111,100,101,123,102,111,110,116,45,115,105,122,101,58,105,110,104,101,114,105,116,59,99,111,108,111,114,58,105,110,104,101,114,105,116,59,119,111,114,100,45,98,114,101,97,107,58,110,111,114,109,97,108,125,46,112,114,101,45,115,99,114,111,108,108,97,98,108,101,123,109,97,120,45,104,101,105,103,104,116,58,51,52,48,112,120,59,111,118,101,114,102,108,111,119,45,121,58,115,99,114,111,108,108,125,46,99,111,110,116,97,105,110,101,114,44,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,44,46,99,111,110,116,97,105,110,101,114,45,108,103,44,46,99,111,110,116,97,105,110,101,114,45,109,100,44,46,99,111,110,116,97,105,110,101,114,45,115,109,44,46,99,111,110,116,97,105,110,101,114,45,120,108,123,119,105,100,116,104,58,49,48,48,37,59,112,97,100,100,105,110,103,45,114,105,103,104,116,58,49,53,112,120,59,112,97,100,100,105,110,103,45,108,101,102,116,58,49,53,112,120,59,109,97,114,103,105,110,45,114,105,103,104,116,58,97,117,116,111,59,109,97,114,103,105,110,45,108,101,102,116,58,97,117,116,111,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,53,55,54,112,120,41,123,46,99,111,110,116,97,105,110,101,114,44,46,99,111,110,116,97,105,110,101,114,45,115,109,123,109,97,120,45,119,105,100,116,104,58,53,52,48,112,120,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,55,54,56,112,120,41,123,46,99,111,110,116,97,105,110,101,114,44,46,99,111,110,116,97,105,110,101,114,45,109,100,44,46,99,111,110,116,97,105,110,101,114,45,115,109,123,109,97,120,45,119,105,100,116,104,58,55,50,48,112,120,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,57,57,50,112,120,41,123,46,99,111,110,116,97,105,110,101,114,44,46,99,111,110,116,97,105,110,101,114,45,108,103,44,46,99,111,110,116,97,105,110,101,114,45,109,100,44,46,99,111,110,116,97,105,110,101,114,45,115,109,123,109,97,120,45,119,105,100,116,104,58,57,54,48,112,120,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,49,50,48,48,112,120,41,123,46,99,111,110,116,97,105,110,101,114,44,46,99,111,110,116,97,105,110,101,114,45,108,103,44,46,99,111,110,116,97,105,110,101,114,45,109,100,44,46,99,111,110,116,97,105,110,101,114,45,115,109,44,46,99,111,110,116,97,105,110,101,114,45,120,108,123,109,97,120,45,119,105,100,116,104,58,49,49,52,48,112,120,125,125,46,114,111,119,123,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,119,114,97,112,58,119,114,97,112,59,109,97,114,103,105,110,45,114,105,103,104,116,58,45,49,53,112,120,59,109,97,114,103,105,110,45,108,101,102,116,58,45,49,53,112,120,125,46,110,111,45,103,117,116,116,101,114,115,123,109,97,114,103,105,110,45,114,105,103,104,116,58,48,59,109,97,114,103,105,110,45,108,101,102,116,58,48,125,46,110,111,45,103,117,116,116,101,114,115,62,46,99,111,108,44,46,110,111,45,103,117,116,116,101,114,115,62,91,99,108,97,115,115,42,61,99,111,108,45,93,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,48,59,112,97,100,100,105,110,103,45,108,101,102,116,58,48,125,46,99,111,108,44,46,99,111,108,45,49,44,46,99,111,108,45,50,44,46,99,111,108,45,51,44,46,99,111,108,45,52,44,46,99,111,108,45,53,44,46,99,111,108,45,54,44,46,99,111,108,45,55,44,46,99,111,108,45,56,44,46,99,111,108,45,57,44,46,99,111,108,45,49,48,44,46,99,111,108,45,49,49,44,46,99,111,108,45,49,50,44,46,99,111,108,45,97,117,116,111,44,46,99,111,108,45,108,103,44,46,99,111,108,45,108,103,45,49,44,46,99,111,108,45,108,103,45,50,44,46,99,111,108,45,108,103,45,51,44,46,99,111,108,45,108,103,45,52,44,46,99,111,108,45,108,103,45,53,44,46,99,111,108,45,108,103,45,54,44,46,99,111,108,45,108,103,45,55,44,46,99,111,108,45,108,103,45,56,44,46,99,111,108,45,108,103,45,57,44,46,99,111,108,45,108,103,45,49,48,44,46,99,111,108,45,108,103,45,49,49,44,46,99,111,108,45,108,103,45,49,50,44,46,99,111,108,45,108,103,45,97,117,116,111,44,46,99,111,108,45,109,100,44,46,99,111,108,45,109,100,45,49,44,46,99,111,108,45,109,100,45,50,44,46,99,111,108,45,109,100,45,51,44,46,99,111,108,45,109,100,45,52,44,46,99,111,108,45,109,100,45,53,44,46,99,111,108,45,109,100,45,54,44,46,99,111,108,45,109,100,45,55,44,46,99,111,108,45,109,100,45,56,44,46,99,111,108,45,109,100,45,57,44,46,99,111,108,45,109,100,45,49,48,44,46,99,111,108,45,109,100,45,49,49,44,46,99,111,108,45,109,100,45,49,50,44,46,99,111,108,45,109,100,45,97,117,116,111,44,46,99,111,108,45,115,109,44,46,99,111,108,45,115,109,45,49,44,46,99,111,108,45,115,109,45,50,44,46,99,111,108,45,115,109,45,51,44,46,99,111,108,45,115,109,45,52,44,46,99,111,108,45,115,109,45,53,44,46,99,111,108,45,115,109,45,54,44,46,99,111,108,45,115,109,45,55,44,46,99,111,108,45,115,109,45,56,44,46,99,111,108,45,115,109,45,57,44,46,99,111,108,45,115,109,45,49,48,44,46,99,111,108,45,115,109,45,49,49,44,46,99,111,108,45,115,109,45,49,50,44,46,99,111,108,45,115,109,45,97,117,116,111,44,46,99,111,108,45,120,108,44,46,99,111,108,45,120,108,45,49,44,46,99,111,108,45,120,108,45,50,44,46,99,111,108,45,120,108,45,51,44,46,99,111,108,45,120,108,45,52,44,46,99,111,108,45,120,108,45,53,44,46,99,111,108,45,120,108,45,54,44,46,99,111,108,45,120,108,45,55,44,46,99,111,108,45,120,108,45,56,44,46,99,111,108,45,120,108,45,57,44,46,99,111,108,45,120,108,45,49,48,44,46,99,111,108,45,120,108,45,49,49,44,46,99,111,108,45,120,108,45,49,50,44,46,99,111,108,45,120,108,45,97,117,116,111,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,119,105,100,116,104,58,49,48,48,37,59,112,97,100,100,105,110,103,45,114,105,103,104,116,58,49,53,112,120,59,112,97,100,100,105,110,103,45,108,101,102,116,58,49,53,112,120,125,46,99,111,108,123,102,108,101,120,45,98,97,115,105,115,58,48,59,102,108,101,120,45,103,114,111,119,58,49,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,114,111,119,45,99,111,108,115,45,49,62,42,123,102,108,101,120,58,48,32,48,32,49,48,48,37,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,114,111,119,45,99,111,108,115,45,50,62,42,123,102,108,101,120,58,48,32,48,32,53,48,37,59,109,97,120,45,119,105,100,116,104,58,53,48,37,125,46,114,111,119,45,99,111,108,115,45,51,62,42,123,102,108,101,120,58,48,32,48,32,51,51,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,51,51,46,51,51,51,51,51,51,37,125,46,114,111,119,45,99,111,108,115,45,52,62,42,123,102,108,101,120,58,48,32,48,32,50,53,37,59,109,97,120,45,119,105,100,116,104,58,50,53,37,125,46,114,111,119,45,99,111,108,115,45,53,62,42,123,102,108,101,120,58,48,32,48,32,50,48,37,59,109,97,120,45,119,105,100,116,104,58,50,48,37,125,46,114,111,119,45,99,111,108,115,45,54,62,42,123,102,108,101,120,58,48,32,48,32,49,54,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,49,54,46,54,54,54,54,54,55,37,125,46,99,111,108,45,97,117,116,111,123,102,108,101,120,58,48,32,48,32,97,117,116,111,59,119,105,100,116,104,58,97,117,116,111,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,99,111,108,45,49,123,102,108,101,120,58,48,32,48,32,56,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,56,46,51,51,51,51,51,51,37,125,46,99,111,108,45,50,123,102,108,101,120,58,48,32,48,32,49,54,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,49,54,46,54,54,54,54,54,55,37,125,46,99,111,108,45,51,123,102,108,101,120,58,48,32,48,32,50,53,37,59,109,97,120,45,119,105,100,116,104,58,50,53,37,125,46,99,111,108,45,52,123,102,108,101,120,58,48,32,48,32,51,51,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,51,51,46,51,51,51,51,51,51,37,125,46,99,111,108,45,53,123,102,108,101,120,58,48,32,48,32,52,49,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,52,49,46,54,54,54,54,54,55,37,125,46,99,111,108,45,54,123,102,108,101,120,58,48,32,48,32,53,48,37,59,109,97,120,45,119,105,100,116,104,58,53,48,37,125,46,99,111,108,45,55,123,102,108,101,120,58,48,32,48,32,53,56,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,53,56,46,51,51,51,51,51,51,37,125,46,99,111,108,45,56,123,102,108,101,120,58,48,32,48,32,54,54,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,54,54,46,54,54,54,54,54,55,37,125,46,99,111,108,45,57,123,102,108,101,120,58,48,32,48,32,55,53,37,59,109,97,120,45,119,105,100,116,104,58,55,53,37,125,46,99,111,108,45,49,48,123,102,108,101,120,58,48,32,48,32,56,51,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,56,51,46,51,51,51,51,51,51,37,125,46,99,111,108,45,49,49,123,102,108,101,120,58,48,32,48,32,57,49,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,57,49,46,54,54,54,54,54,55,37,125,46,99,111,108,45,49,50,123,102,108,101,120,58,48,32,48,32,49,48,48,37,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,111,114,100,101,114,45,102,105,114,115,116,123,111,114,100,101,114,58,45,49,125,46,111,114,100,101,114,45,108,97,115,116,123,111,114,100,101,114,58,49,51,125,46,111,114,100,101,114,45,48,123,111,114,100,101,114,58,48,125,46,111,114,100,101,114,45,49,123,111,114,100,101,114,58,49,125,46,111,114,100,101,114,45,50,123,111,114,100,101,114,58,50,125,46,111,114,100,101,114,45,51,123,111,114,100,101,114,58,51,125,46,111,114,100,101,114,45,52,123,111,114,100,101,114,58,52,125,46,111,114,100,101,114,45,53,123,111,114,100,101,114,58,53,125,46,111,114,100,101,114,45,54,123,111,114,100,101,114,58,54,125,46,111,114,100,101,114,45,55,123,111,114,100,101,114,58,55,125,46,111,114,100,101,114,45,56,123,111,114,100,101,114,58,56,125,46,111,114,100,101,114,45,57,123,111,114,100,101,114,58,57,125,46,111,114,100,101,114,45,49,48,123,111,114,100,101,114,58,49,48,125,46,111,114,100,101,114,45,49,49,123,111,114,100,101,114,58,49,49,125,46,111,114,100,101,114,45,49,50,123,111,114,100,101,114,58,49,50,125,46,111,102,102,115,101,116,45,49,123,109,97,114,103,105,110,45,108,101,102,116,58,56,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,50,123,109,97,114,103,105,110,45,108,101,102,116,58,49,54,46,54,54,54,54,54,55,37,125,46,111,102,102,115,101,116,45,51,123,109,97,114,103,105,110,45,108,101,102,116,58,50,53,37,125,46,111,102,102,115,101,116,45,52,123,109,97,114,103,105,110,45,108,101,102,116,58,51,51,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,53,123,109,97,114,103,105,110,45,108,101,102,116,58,52,49,46,54,54,54,54,54,55,37,125,46,111,102,102,115,101,116,45,54,123,109,97,114,103,105,110,45,108,101,102,116,58,53,48,37,125,46,111,102,102,115,101,116,45,55,123,109,97,114,103,105,110,45,108,101,102,116,58,53,56,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,56,123,109,97,114,103,105,110,45,108,101,102,116,58,54,54,46,54,54,54,54,54,55,37,125,46,111,102,102,115,101,116,45,57,123,109,97,114,103,105,110,45,108,101,102,116,58,55,53,37,125,46,111,102,102,115,101,116,45,49,48,123,109,97,114,103,105,110,45,108,101,102,116,58,56,51,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,49,49,123,109,97,114,103,105,110,45,108,101,102,116,58,57,49,46,54,54,54,54,54,55,37,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,53,55,54,112,120,41,123,46,99,111,108,45,115,109,123,102,108,101,120,45,98,97,115,105,115,58,48,59,102,108,101,120,45,103,114,111,119,58,49,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,114,111,119,45,99,111,108,115,45,115,109,45,49,62,42,123,102,108,101,120,58,48,32,48,32,49,48,48,37,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,114,111,119,45,99,111,108,115,45,115,109,45,50,62,42,123,102,108,101,120,58,48,32,48,32,53,48,37,59,109,97,120,45,119,105,100,116,104,58,53,48,37,125,46,114,111,119,45,99,111,108,115,45,115,109,45,51,62,42,123,102,108,101,120,58,48,32,48,32,51,51,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,51,51,46,51,51,51,51,51,51,37,125,46,114,111,119,45,99,111,108,115,45,115,109,45,52,62,42,123,102,108,101,120,58,48,32,48,32,50,53,37,59,109,97,120,45,119,105,100,116,104,58,50,53,37,125,46,114,111,119,45,99,111,108,115,45,115,109,45,53,62,42,123,102,108,101,120,58,48,32,48,32,50,48,37,59,109,97,120,45,119,105,100,116,104,58,50,48,37,125,46,114,111,119,45,99,111,108,115,45,115,109,45,54,62,42,123,102,108,101,120,58,48,32,48,32,49,54,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,49,54,46,54,54,54,54,54,55,37,125,46,99,111,108,45,115,109,45,97,117,116,111,123,102,108,101,120,58,48,32,48,32,97,117,116,111,59,119,105,100,116,104,58,97,117,116,111,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,99,111,108,45,115,109,45,49,123,102,108,101,120,58,48,32,48,32,56,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,56,46,51,51,51,51,51,51,37,125,46,99,111,108,45,115,109,45,50,123,102,108,101,120,58,48,32,48,32,49,54,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,49,54,46,54,54,54,54,54,55,37,125,46,99,111,108,45,115,109,45,51,123,102,108,101,120,58,48,32,48,32,50,53,37,59,109,97,120,45,119,105,100,116,104,58,50,53,37,125,46,99,111,108,45,115,109,45,52,123,102,108,101,120,58,48,32,48,32,51,51,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,51,51,46,51,51,51,51,51,51,37,125,46,99,111,108,45,115,109,45,53,123,102,108,101,120,58,48,32,48,32,52,49,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,52,49,46,54,54,54,54,54,55,37,125,46,99,111,108,45,115,109,45,54,123,102,108,101,120,58,48,32,48,32,53,48,37,59,109,97,120,45,119,105,100,116,104,58,53,48,37,125,46,99,111,108,45,115,109,45,55,123,102,108,101,120,58,48,32,48,32,53,56,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,53,56,46,51,51,51,51,51,51,37,125,46,99,111,108,45,115,109,45,56,123,102,108,101,120,58,48,32,48,32,54,54,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,54,54,46,54,54,54,54,54,55,37,125,46,99,111,108,45,115,109,45,57,123,102,108,101,120,58,48,32,48,32,55,53,37,59,109,97,120,45,119,105,100,116,104,58,55,53,37,125,46,99,111,108,45,115,109,45,49,48,123,102,108,101,120,58,48,32,48,32,56,51,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,56,51,46,51,51,51,51,51,51,37,125,46,99,111,108,45,115,109,45,49,49,123,102,108,101,120,58,48,32,48,32,57,49,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,57,49,46,54,54,54,54,54,55,37,125,46,99,111,108,45,115,109,45,49,50,123,102,108,101,120,58,48,32,48,32,49,48,48,37,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,111,114,100,101,114,45,115,109,45,102,105,114,115,116,123,111,114,100,101,114,58,45,49,125,46,111,114,100,101,114,45,115,109,45,108,97,115,116,123,111,114,100,101,114,58,49,51,125,46,111,114,100,101,114,45,115,109,45,48,123,111,114,100,101,114,58,48,125,46,111,114,100,101,114,45,115,109,45,49,123,111,114,100,101,114,58,49,125,46,111,114,100,101,114,45,115,109,45,50,123,111,114,100,101,114,58,50,125,46,111,114,100,101,114,45,115,109,45,51,123,111,114,100,101,114,58,51,125,46,111,114,100,101,114,45,115,109,45,52,123,111,114,100,101,114,58,52,125,46,111,114,100,101,114,45,115,109,45,53,123,111,114,100,101,114,58,53,125,46,111,114,100,101,114,45,115,109,45,54,123,111,114,100,101,114,58,54,125,46,111,114,100,101,114,45,115,109,45,55,123,111,114,100,101,114,58,55,125,46,111,114,100,101,114,45,115,109,45,56,123,111,114,100,101,114,58,56,125,46,111,114,100,101,114,45,115,109,45,57,123,111,114,100,101,114,58,57,125,46,111,114,100,101,114,45,115,109,45,49,48,123,111,114,100,101,114,58,49,48,125,46,111,114,100,101,114,45,115,109,45,49,49,123,111,114,100,101,114,58,49,49,125,46,111,114,100,101,114,45,115,109,45,49,50,123,111,114,100,101,114,58,49,50,125,46,111,102,102,115,101,116,45,115,109,45,48,123,109,97,114,103,105,110,45,108,101,102,116,58,48,125,46,111,102,102,115,101,116,45,115,109,45,49,123,109,97,114,103,105,110,45,108,101,102,116,58,56,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,115,109,45,50,123,109,97,114,103,105,110,45,108,101,102,116,58,49,54,46,54,54,54,54,54,55,37,125,46,111,102,102,115,101,116,45,115,109,45,51,123,109,97,114,103,105,110,45,108,101,102,116,58,50,53,37,125,46,111,102,102,115,101,116,45,115,109,45,52,123,109,97,114,103,105,110,45,108,101,102,116,58,51,51,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,115,109,45,53,123,109,97,114,103,105,110,45,108,101,102,116,58,52,49,46,54,54,54,54,54,55,37,125,46,111,102,102,115,101,116,45,115,109,45,54,123,109,97,114,103,105,110,45,108,101,102,116,58,53,48,37,125,46,111,102,102,115,101,116,45,115,109,45,55,123,109,97,114,103,105,110,45,108,101,102,116,58,53,56,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,115,109,45,56,123,109,97,114,103,105,110,45,108,101,102,116,58,54,54,46,54,54,54,54,54,55,37,125,46,111,102,102,115,101,116,45,115,109,45,57,123,109,97,114,103,105,110,45,108,101,102,116,58,55,53,37,125,46,111,102,102,115,101,116,45,115,109,45,49,48,123,109,97,114,103,105,110,45,108,101,102,116,58,56,51,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,115,109,45,49,49,123,109,97,114,103,105,110,45,108,101,102,116,58,57,49,46,54,54,54,54,54,55,37,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,55,54,56,112,120,41,123,46,99,111,108,45,109,100,123,102,108,101,120,45,98,97,115,105,115,58,48,59,102,108,101,120,45,103,114,111,119,58,49,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,114,111,119,45,99,111,108,115,45,109,100,45,49,62,42,123,102,108,101,120,58,48,32,48,32,49,48,48,37,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,114,111,119,45,99,111,108,115,45,109,100,45,50,62,42,123,102,108,101,120,58,48,32,48,32,53,48,37,59,109,97,120,45,119,105,100,116,104,58,53,48,37,125,46,114,111,119,45,99,111,108,115,45,109,100,45,51,62,42,123,102,108,101,120,58,48,32,48,32,51,51,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,51,51,46,51,51,51,51,51,51,37,125,46,114,111,119,45,99,111,108,115,45,109,100,45,52,62,42,123,102,108,101,120,58,48,32,48,32,50,53,37,59,109,97,120,45,119,105,100,116,104,58,50,53,37,125,46,114,111,119,45,99,111,108,115,45,109,100,45,53,62,42,123,102,108,101,120,58,48,32,48,32,50,48,37,59,109,97,120,45,119,105,100,116,104,58,50,48,37,125,46,114,111,119,45,99,111,108,115,45,109,100,45,54,62,42,123,102,108,101,120,58,48,32,48,32,49,54,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,49,54,46,54,54,54,54,54,55,37,125,46,99,111,108,45,109,100,45,97,117,116,111,123,102,108,101,120,58,48,32,48,32,97,117,116,111,59,119,105,100,116,104,58,97,117,116,111,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,99,111,108,45,109,100,45,49,123,102,108,101,120,58,48,32,48,32,56,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,56,46,51,51,51,51,51,51,37,125,46,99,111,108,45,109,100,45,50,123,102,108,101,120,58,48,32,48,32,49,54,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,49,54,46,54,54,54,54,54,55,37,125,46,99,111,108,45,109,100,45,51,123,102,108,101,120,58,48,32,48,32,50,53,37,59,109,97,120,45,119,105,100,116,104,58,50,53,37,125,46,99,111,108,45,109,100,45,52,123,102,108,101,120,58,48,32,48,32,51,51,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,51,51,46,51,51,51,51,51,51,37,125,46,99,111,108,45,109,100,45,53,123,102,108,101,120,58,48,32,48,32,52,49,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,52,49,46,54,54,54,54,54,55,37,125,46,99,111,108,45,109,100,45,54,123,102,108,101,120,58,48,32,48,32,53,48,37,59,109,97,120,45,119,105,100,116,104,58,53,48,37,125,46,99,111,108,45,109,100,45,55,123,102,108,101,120,58,48,32,48,32,53,56,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,53,56,46,51,51,51,51,51,51,37,125,46,99,111,108,45,109,100,45,56,123,102,108,101,120,58,48,32,48,32,54,54,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,54,54,46,54,54,54,54,54,55,37,125,46,99,111,108,45,109,100,45,57,123,102,108,101,120,58,48,32,48,32,55,53,37,59,109,97,120,45,119,105,100,116,104,58,55,53,37,125,46,99,111,108,45,109,100,45,49,48,123,102,108,101,120,58,48,32,48,32,56,51,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,56,51,46,51,51,51,51,51,51,37,125,46,99,111,108,45,109,100,45,49,49,123,102,108,101,120,58,48,32,48,32,57,49,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,57,49,46,54,54,54,54,54,55,37,125,46,99,111,108,45,109,100,45,49,50,123,102,108,101,120,58,48,32,48,32,49,48,48,37,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,111,114,100,101,114,45,109,100,45,102,105,114,115,116,123,111,114,100,101,114,58,45,49,125,46,111,114,100,101,114,45,109,100,45,108,97,115,116,123,111,114,100,101,114,58,49,51,125,46,111,114,100,101,114,45,109,100,45,48,123,111,114,100,101,114,58,48,125,46,111,114,100,101,114,45,109,100,45,49,123,111,114,100,101,114,58,49,125,46,111,114,100,101,114,45,109,100,45,50,123,111,114,100,101,114,58,50,125,46,111,114,100,101,114,45,109,100,45,51,123,111,114,100,101,114,58,51,125,46,111,114,100,101,114,45,109,100,45,52,123,111,114,100,101,114,58,52,125,46,111,114,100,101,114,45,109,100,45,53,123,111,114,100,101,114,58,53,125,46,111,114,100,101,114,45,109,100,45,54,123,111,114,100,101,114,58,54,125,46,111,114,100,101,114,45,109,100,45,55,123,111,114,100,101,114,58,55,125,46,111,114,100,101,114,45,109,100,45,56,123,111,114,100,101,114,58,56,125,46,111,114,100,101,114,45,109,100,45,57,123,111,114,100,101,114,58,57,125,46,111,114,100,101,114,45,109,100,45,49,48,123,111,114,100,101,114,58,49,48,125,46,111,114,100,101,114,45,109,100,45,49,49,123,111,114,100,101,114,58,49,49,125,46,111,114,100,101,114,45,109,100,45,49,50,123,111,114,100,101,114,58,49,50,125,46,111,102,102,115,101,116,45,109,100,45,48,123,109,97,114,103,105,110,45,108,101,102,116,58,48,125,46,111,102,102,115,101,116,45,109,100,45,49,123,109,97,114,103,105,110,45,108,101,102,116,58,56,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,109,100,45,50,123,109,97,114,103,105,110,45,108,101,102,116,58,49,54,46,54,54,54,54,54,55,37,125,46,111,102,102,115,101,116,45,109,100,45,51,123,109,97,114,103,105,110,45,108,101,102,116,58,50,53,37,125,46,111,102,102,115,101,116,45,109,100,45,52,123,109,97,114,103,105,110,45,108,101,102,116,58,51,51,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,109,100,45,53,123,109,97,114,103,105,110,45,108,101,102,116,58,52,49,46,54,54,54,54,54,55,37,125,46,111,102,102,115,101,116,45,109,100,45,54,123,109,97,114,103,105,110,45,108,101,102,116,58,53,48,37,125,46,111,102,102,115,101,116,45,109,100,45,55,123,109,97,114,103,105,110,45,108,101,102,116,58,53,56,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,109,100,45,56,123,109,97,114,103,105,110,45,108,101,102,116,58,54,54,46,54,54,54,54,54,55,37,125,46,111,102,102,115,101,116,45,109,100,45,57,123,109,97,114,103,105,110,45,108,101,102,116,58,55,53,37,125,46,111,102,102,115,101,116,45,109,100,45,49,48,123,109,97,114,103,105,110,45,108,101,102,116,58,56,51,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,109,100,45,49,49,123,109,97,114,103,105,110,45,108,101,102,116,58,57,49,46,54,54,54,54,54,55,37,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,57,57,50,112,120,41,123,46,99,111,108,45,108,103,123,102,108,101,120,45,98,97,115,105,115,58,48,59,102,108,101,120,45,103,114,111,119,58,49,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,114,111,119,45,99,111,108,115,45,108,103,45,49,62,42,123,102,108,101,120,58,48,32,48,32,49,48,48,37,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,114,111,119,45,99,111,108,115,45,108,103,45,50,62,42,123,102,108,101,120,58,48,32,48,32,53,48,37,59,109,97,120,45,119,105,100,116,104,58,53,48,37,125,46,114,111,119,45,99,111,108,115,45,108,103,45,51,62,42,123,102,108,101,120,58,48,32,48,32,51,51,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,51,51,46,51,51,51,51,51,51,37,125,46,114,111,119,45,99,111,108,115,45,108,103,45,52,62,42,123,102,108,101,120,58,48,32,48,32,50,53,37,59,109,97,120,45,119,105,100,116,104,58,50,53,37,125,46,114,111,119,45,99,111,108,115,45,108,103,45,53,62,42,123,102,108,101,120,58,48,32,48,32,50,48,37,59,109,97,120,45,119,105,100,116,104,58,50,48,37,125,46,114,111,119,45,99,111,108,115,45,108,103,45,54,62,42,123,102,108,101,120,58,48,32,48,32,49,54,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,49,54,46,54,54,54,54,54,55,37,125,46,99,111,108,45,108,103,45,97,117,116,111,123,102,108,101,120,58,48,32,48,32,97,117,116,111,59,119,105,100,116,104,58,97,117,116,111,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,99,111,108,45,108,103,45,49,123,102,108,101,120,58,48,32,48,32,56,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,56,46,51,51,51,51,51,51,37,125,46,99,111,108,45,108,103,45,50,123,102,108,101,120,58,48,32,48,32,49,54,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,49,54,46,54,54,54,54,54,55,37,125,46,99,111,108,45,108,103,45,51,123,102,108,101,120,58,48,32,48,32,50,53,37,59,109,97,120,45,119,105,100,116,104,58,50,53,37,125,46,99,111,108,45,108,103,45,52,123,102,108,101,120,58,48,32,48,32,51,51,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,51,51,46,51,51,51,51,51,51,37,125,46,99,111,108,45,108,103,45,53,123,102,108,101,120,58,48,32,48,32,52,49,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,52,49,46,54,54,54,54,54,55,37,125,46,99,111,108,45,108,103,45,54,123,102,108,101,120,58,48,32,48,32,53,48,37,59,109,97,120,45,119,105,100,116,104,58,53,48,37,125,46,99,111,108,45,108,103,45,55,123,102,108,101,120,58,48,32,48,32,53,56,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,53,56,46,51,51,51,51,51,51,37,125,46,99,111,108,45,108,103,45,56,123,102,108,101,120,58,48,32,48,32,54,54,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,54,54,46,54,54,54,54,54,55,37,125,46,99,111,108,45,108,103,45,57,123,102,108,101,120,58,48,32,48,32,55,53,37,59,109,97,120,45,119,105,100,116,104,58,55,53,37,125,46,99,111,108,45,108,103,45,49,48,123,102,108,101,120,58,48,32,48,32,56,51,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,56,51,46,51,51,51,51,51,51,37,125,46,99,111,108,45,108,103,45,49,49,123,102,108,101,120,58,48,32,48,32,57,49,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,57,49,46,54,54,54,54,54,55,37,125,46,99,111,108,45,108,103,45,49,50,123,102,108,101,120,58,48,32,48,32,49,48,48,37,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,111,114,100,101,114,45,108,103,45,102,105,114,115,116,123,111,114,100,101,114,58,45,49,125,46,111,114,100,101,114,45,108,103,45,108,97,115,116,123,111,114,100,101,114,58,49,51,125,46,111,114,100,101,114,45,108,103,45,48,123,111,114,100,101,114,58,48,125,46,111,114,100,101,114,45,108,103,45,49,123,111,114,100,101,114,58,49,125,46,111,114,100,101,114,45,108,103,45,50,123,111,114,100,101,114,58,50,125,46,111,114,100,101,114,45,108,103,45,51,123,111,114,100,101,114,58,51,125,46,111,114,100,101,114,45,108,103,45,52,123,111,114,100,101,114,58,52,125,46,111,114,100,101,114,45,108,103,45,53,123,111,114,100,101,114,58,53,125,46,111,114,100,101,114,45,108,103,45,54,123,111,114,100,101,114,58,54,125,46,111,114,100,101,114,45,108,103,45,55,123,111,114,100,101,114,58,55,125,46,111,114,100,101,114,45,108,103,45,56,123,111,114,100,101,114,58,56,125,46,111,114,100,101,114,45,108,103,45,57,123,111,114,100,101,114,58,57,125,46,111,114,100,101,114,45,108,103,45,49,48,123,111,114,100,101,114,58,49,48,125,46,111,114,100,101,114,45,108,103,45,49,49,123,111,114,100,101,114,58,49,49,125,46,111,114,100,101,114,45,108,103,45,49,50,123,111,114,100,101,114,58,49,50,125,46,111,102,102,115,101,116,45,108,103,45,48,123,109,97,114,103,105,110,45,108,101,102,116,58,48,125,46,111,102,102,115,101,116,45,108,103,45,49,123,109,97,114,103,105,110,45,108,101,102,116,58,56,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,108,103,45,50,123,109,97,114,103,105,110,45,108,101,102,116,58,49,54,46,54,54,54,54,54,55,37,125,46,111,102,102,115,101,116,45,108,103,45,51,123,109,97,114,103,105,110,45,108,101,102,116,58,50,53,37,125,46,111,102,102,115,101,116,45,108,103,45,52,123,109,97,114,103,105,110,45,108,101,102,116,58,51,51,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,108,103,45,53,123,109,97,114,103,105,110,45,108,101,102,116,58,52,49,46,54,54,54,54,54,55,37,125,46,111,102,102,115,101,116,45,108,103,45,54,123,109,97,114,103,105,110,45,108,101,102,116,58,53,48,37,125,46,111,102,102,115,101,116,45,108,103,45,55,123,109,97,114,103,105,110,45,108,101,102,116,58,53,56,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,108,103,45,56,123,109,97,114,103,105,110,45,108,101,102,116,58,54,54,46,54,54,54,54,54,55,37,125,46,111,102,102,115,101,116,45,108,103,45,57,123,109,97,114,103,105,110,45,108,101,102,116,58,55,53,37,125,46,111,102,102,115,101,116,45,108,103,45,49,48,123,109,97,114,103,105,110,45,108,101,102,116,58,56,51,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,108,103,45,49,49,123,109,97,114,103,105,110,45,108,101,102,116,58,57,49,46,54,54,54,54,54,55,37,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,49,50,48,48,112,120,41,123,46,99,111,108,45,120,108,123,102,108,101,120,45,98,97,115,105,115,58,48,59,102,108,101,120,45,103,114,111,119,58,49,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,114,111,119,45,99,111,108,115,45,120,108,45,49,62,42,123,102,108,101,120,58,48,32,48,32,49,48,48,37,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,114,111,119,45,99,111,108,115,45,120,108,45,50,62,42,123,102,108,101,120,58,48,32,48,32,53,48,37,59,109,97,120,45,119,105,100,116,104,58,53,48,37,125,46,114,111,119,45,99,111,108,115,45,120,108,45,51,62,42,123,102,108,101,120,58,48,32,48,32,51,51,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,51,51,46,51,51,51,51,51,51,37,125,46,114,111,119,45,99,111,108,115,45,120,108,45,52,62,42,123,102,108,101,120,58,48,32,48,32,50,53,37,59,109,97,120,45,119,105,100,116,104,58,50,53,37,125,46,114,111,119,45,99,111,108,115,45,120,108,45,53,62,42,123,102,108,101,120,58,48,32,48,32,50,48,37,59,109,97,120,45,119,105,100,116,104,58,50,48,37,125,46,114,111,119,45,99,111,108,115,45,120,108,45,54,62,42,123,102,108,101,120,58,48,32,48,32,49,54,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,49,54,46,54,54,54,54,54,55,37,125,46,99,111,108,45,120,108,45,97,117,116,111,123,102,108,101,120,58,48,32,48,32,97,117,116,111,59,119,105,100,116,104,58,97,117,116,111,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,99,111,108,45,120,108,45,49,123,102,108,101,120,58,48,32,48,32,56,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,56,46,51,51,51,51,51,51,37,125,46,99,111,108,45,120,108,45,50,123,102,108,101,120,58,48,32,48,32,49,54,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,49,54,46,54,54,54,54,54,55,37,125,46,99,111,108,45,120,108,45,51,123,102,108,101,120,58,48,32,48,32,50,53,37,59,109,97,120,45,119,105,100,116,104,58,50,53,37,125,46,99,111,108,45,120,108,45,52,123,102,108,101,120,58,48,32,48,32,51,51,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,51,51,46,51,51,51,51,51,51,37,125,46,99,111,108,45,120,108,45,53,123,102,108,101,120,58,48,32,48,32,52,49,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,52,49,46,54,54,54,54,54,55,37,125,46,99,111,108,45,120,108,45,54,123,102,108,101,120,58,48,32,48,32,53,48,37,59,109,97,120,45,119,105,100,116,104,58,53,48,37,125,46,99,111,108,45,120,108,45,55,123,102,108,101,120,58,48,32,48,32,53,56,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,53,56,46,51,51,51,51,51,51,37,125,46,99,111,108,45,120,108,45,56,123,102,108,101,120,58,48,32,48,32,54,54,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,54,54,46,54,54,54,54,54,55,37,125,46,99,111,108,45,120,108,45,57,123,102,108,101,120,58,48,32,48,32,55,53,37,59,109,97,120,45,119,105,100,116,104,58,55,53,37,125,46,99,111,108,45,120,108,45,49,48,123,102,108,101,120,58,48,32,48,32,56,51,46,51,51,51,51,51,51,37,59,109,97,120,45,119,105,100,116,104,58,56,51,46,51,51,51,51,51,51,37,125,46,99,111,108,45,120,108,45,49,49,123,102,108,101,120,58,48,32,48,32,57,49,46,54,54,54,54,54,55,37,59,109,97,120,45,119,105,100,116,104,58,57,49,46,54,54,54,54,54,55,37,125,46,99,111,108,45,120,108,45,49,50,123,102,108,101,120,58,48,32,48,32,49,48,48,37,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,111,114,100,101,114,45,120,108,45,102,105,114,115,116,123,111,114,100,101,114,58,45,49,125,46,111,114,100,101,114,45,120,108,45,108,97,115,116,123,111,114,100,101,114,58,49,51,125,46,111,114,100,101,114,45,120,108,45,48,123,111,114,100,101,114,58,48,125,46,111,114,100,101,114,45,120,108,45,49,123,111,114,100,101,114,58,49,125,46,111,114,100,101,114,45,120,108,45,50,123,111,114,100,101,114,58,50,125,46,111,114,100,101,114,45,120,108,45,51,123,111,114,100,101,114,58,51,125,46,111,114,100,101,114,45,120,108,45,52,123,111,114,100,101,114,58,52,125,46,111,114,100,101,114,45,120,108,45,53,123,111,114,100,101,114,58,53,125,46,111,114,100,101,114,45,120,108,45,54,123,111,114,100,101,114,58,54,125,46,111,114,100,101,114,45,120,108,45,55,123,111,114,100,101,114,58,55,125,46,111,114,100,101,114,45,120,108,45,56,123,111,114,100,101,114,58,56,125,46,111,114,100,101,114,45,120,108,45,57,123,111,114,100,101,114,58,57,125,46,111,114,100,101,114,45,120,108,45,49,48,123,111,114,100,101,114,58,49,48,125,46,111,114,100,101,114,45,120,108,45,49,49,123,111,114,100,101,114,58,49,49,125,46,111,114,100,101,114,45,120,108,45,49,50,123,111,114,100,101,114,58,49,50,125,46,111,102,102,115,101,116,45,120,108,45,48,123,109,97,114,103,105,110,45,108,101,102,116,58,48,125,46,111,102,102,115,101,116,45,120,108,45,49,123,109,97,114,103,105,110,45,108,101,102,116,58,56,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,120,108,45,50,123,109,97,114,103,105,110,45,108,101,102,116,58,49,54,46,54,54,54,54,54,55,37,125,46,111,102,102,115,101,116,45,120,108,45,51,123,109,97,114,103,105,110,45,108,101,102,116,58,50,53,37,125,46,111,102,102,115,101,116,45,120,108,45,52,123,109,97,114,103,105,110,45,108,101,102,116,58,51,51,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,120,108,45,53,123,109,97,114,103,105,110,45,108,101,102,116,58,52,49,46,54,54,54,54,54,55,37,125,46,111,102,102,115,101,116,45,120,108,45,54,123,109,97,114,103,105,110,45,108,101,102,116,58,53,48,37,125,46,111,102,102,115,101,116,45,120,108,45,55,123,109,97,114,103,105,110,45,108,101,102,116,58,53,56,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,120,108,45,56,123,109,97,114,103,105,110,45,108,101,102,116,58,54,54,46,54,54,54,54,54,55,37,125,46,111,102,102,115,101,116,45,120,108,45,57,123,109,97,114,103,105,110,45,108,101,102,116,58,55,53,37,125,46,111,102,102,115,101,116,45,120,108,45,49,48,123,109,97,114,103,105,110,45,108,101,102,116,58,56,51,46,51,51,51,51,51,51,37,125,46,111,102,102,115,101,116,45,120,108,45,49,49,123,109,97,114,103,105,110,45,108,101,102,116,58,57,49,46,54,54,54,54,54,55,37,125,125,46,116,97,98,108,101,123,119,105,100,116,104,58,49,48,48,37,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,114,101,109,59,99,111,108,111,114,58,35,50,49,50,53,50,57,125,46,116,97,98,108,101,32,116,100,44,46,116,97,98,108,101,32,116,104,123,112,97,100,100,105,110,103,58,46,55,53,114,101,109,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,116,111,112,59,98,111,114,100,101,114,45,116,111,112,58,49,112,120,32,115,111,108,105,100,32,35,100,101,101,50,101,54,125,46,116,97,98,108,101,32,116,104,101,97,100,32,116,104,123,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,98,111,116,116,111,109,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,50,112,120,32,115,111,108,105,100,32,35,100,101,101,50,101,54,125,46,116,97,98,108,101,32,116,98,111,100,121,43,116,98,111,100,121,123,98,111,114,100,101,114,45,116,111,112,58,50,112,120,32,115,111,108,105,100,32,35,100,101,101,50,101,54,125,46,116,97,98,108,101,45,115,109,32,116,100,44,46,116,97,98,108,101,45,115,109,32,116,104,123,112,97,100,100,105,110,103,58,46,51,114,101,109,125,46,116,97,98,108,101,45,98,111,114,100,101,114,101,100,44,46,116,97,98,108,101,45,98,111,114,100,101,114,101,100,32,116,100,44,46,116,97,98,108,101,45,98,111,114,100,101,114,101,100,32,116,104,123,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,100,101,101,50,101,54,125,46,116,97,98,108,101,45,98,111,114,100,101,114,101,100,32,116,104,101,97,100,32,116,100,44,46,116,97,98,108,101,45,98,111,114,100,101,114,101,100,32,116,104,101,97,100,32,116,104,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,119,105,100,116,104,58,50,112,120,125,46,116,97,98,108,101,45,98,111,114,100,101,114,108,101,115,115,32,116,98,111,100,121,43,116,98,111,100,121,44,46,116,97,98,108,101,45,98,111,114,100,101,114,108,101,115,115,32,116,100,44,46,116,97,98,108,101,45,98,111,114,100,101,114,108,101,115,115,32,116,104,44,46,116,97,98,108,101,45,98,111,114,100,101,114,108,101,115,115,32,116,104,101,97,100,32,116,104,123,98,111,114,100,101,114,58,48,125,46,116,97,98,108,101,45,115,116,114,105,112,101,100,32,116,98,111,100,121,32,116,114,58,110,116,104,45,111,102,45,116,121,112,101,40,111,100,100,41,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,48,53,41,125,46,116,97,98,108,101,45,104,111,118,101,114,32,116,98,111,100,121,32,116,114,58,104,111,118,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,48,55,53,41,125,46,116,97,98,108,101,45,112,114,105,109,97,114,121,44,46,116,97,98,108,101,45,112,114,105,109,97,114,121,62,116,100,44,46,116,97,98,108,101,45,112,114,105,109,97,114,121,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,98,56,100,97,102,102,125,46,116,97,98,108,101,45,112,114,105,109,97,114,121,32,116,98,111,100,121,43,116,98,111,100,121,44,46,116,97,98,108,101,45,112,114,105,109,97,114,121,32,116,100,44,46,116,97,98,108,101,45,112,114,105,109,97,114,121,32,116,104,44,46,116,97,98,108,101,45,112,114,105,109,97,114,121,32,116,104,101,97,100,32,116,104,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,55,97,98,97,102,102,125,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,112,114,105,109,97,114,121,58,104,111,118,101,114,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,112,114,105,109,97,114,121,58,104,111,118,101,114,62,116,100,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,112,114,105,109,97,114,121,58,104,111,118,101,114,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,57,102,99,100,102,102,125,46,116,97,98,108,101,45,115,101,99,111,110,100,97,114,121,44,46,116,97,98,108,101,45,115,101,99,111,110,100,97,114,121,62,116,100,44,46,116,97,98,108,101,45,115,101,99,111,110,100,97,114,121,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,54,100,56,100,98,125,46,116,97,98,108,101,45,115,101,99,111,110,100,97,114,121,32,116,98,111,100,121,43,116,98,111,100,121,44,46,116,97,98,108,101,45,115,101,99,111,110,100,97,114,121,32,116,100,44,46,116,97,98,108,101,45,115,101,99,111,110,100,97,114,121,32,116,104,44,46,116,97,98,108,101,45,115,101,99,111,110,100,97,114,121,32,116,104,101,97,100,32,116,104,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,98,51,98,55,98,98,125,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,115,101,99,111,110,100,97,114,121,58,104,111,118,101,114,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,115,101,99,111,110,100,97,114,121,58,104,111,118,101,114,62,116,100,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,115,101,99,111,110,100,97,114,121,58,104,111,118,101,114,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,99,56,99,98,99,102,125,46,116,97,98,108,101,45,115,117,99,99,101,115,115,44,46,116,97,98,108,101,45,115,117,99,99,101,115,115,62,116,100,44,46,116,97,98,108,101,45,115,117,99,99,101,115,115,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,99,51,101,54,99,98,125,46,116,97,98,108,101,45,115,117,99,99,101,115,115,32,116,98,111,100,121,43,116,98,111,100,121,44,46,116,97,98,108,101,45,115,117,99,99,101,115,115,32,116,100,44,46,116,97,98,108,101,45,115,117,99,99,101,115,115,32,116,104,44,46,116,97,98,108,101,45,115,117,99,99,101,115,115,32,116,104,101,97,100,32,116,104,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,56,102,100,49,57,101,125,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,115,117,99,99,101,115,115,58,104,111,118,101,114,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,115,117,99,99,101,115,115,58,104,111,118,101,114,62,116,100,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,115,117,99,99,101,115,115,58,104,111,118,101,114,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,98,49,100,102,98,98,125,46,116,97,98,108,101,45,105,110,102,111,44,46,116,97,98,108,101,45,105,110,102,111,62,116,100,44,46,116,97,98,108,101,45,105,110,102,111,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,98,101,101,53,101,98,125,46,116,97,98,108,101,45,105,110,102,111,32,116,98,111,100,121,43,116,98,111,100,121,44,46,116,97,98,108,101,45,105,110,102,111,32,116,100,44,46,116,97,98,108,101,45,105,110,102,111,32,116,104,44,46,116,97,98,108,101,45,105,110,102,111,32,116,104,101,97,100,32,116,104,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,56,54,99,102,100,97,125,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,105,110,102,111,58,104,111,118,101,114,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,105,110,102,111,58,104,111,118,101,114,62,116,100,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,105,110,102,111,58,104,111,118,101,114,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,97,98,100,100,101,53,125,46,116,97,98,108,101,45,119,97,114,110,105,110,103,44,46,116,97,98,108,101,45,119,97,114,110,105,110,103,62,116,100,44,46,116,97,98,108,101,45,119,97,114,110,105,110,103,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,101,101,98,97,125,46,116,97,98,108,101,45,119,97,114,110,105,110,103,32,116,98,111,100,121,43,116,98,111,100,121,44,46,116,97,98,108,101,45,119,97,114,110,105,110,103,32,116,100,44,46,116,97,98,108,101,45,119,97,114,110,105,110,103,32,116,104,44,46,116,97,98,108,101,45,119,97,114,110,105,110,103,32,116,104,101,97,100,32,116,104,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,102,100,102,55,101,125,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,119,97,114,110,105,110,103,58,104,111,118,101,114,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,119,97,114,110,105,110,103,58,104,111,118,101,114,62,116,100,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,119,97,114,110,105,110,103,58,104,111,118,101,114,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,101,56,97,49,125,46,116,97,98,108,101,45,100,97,110,103,101,114,44,46,116,97,98,108,101,45,100,97,110,103,101,114,62,116,100,44,46,116,97,98,108,101,45,100,97,110,103,101,114,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,53,99,54,99,98,125,46,116,97,98,108,101,45,100,97,110,103,101,114,32,116,98,111,100,121,43,116,98,111,100,121,44,46,116,97,98,108,101,45,100,97,110,103,101,114,32,116,100,44,46,116,97,98,108,101,45,100,97,110,103,101,114,32,116,104,44,46,116,97,98,108,101,45,100,97,110,103,101,114,32,116,104,101,97,100,32,116,104,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,101,100,57,54,57,101,125,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,100,97,110,103,101,114,58,104,111,118,101,114,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,100,97,110,103,101,114,58,104,111,118,101,114,62,116,100,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,100,97,110,103,101,114,58,104,111,118,101,114,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,49,98,48,98,55,125,46,116,97,98,108,101,45,108,105,103,104,116,44,46,116,97,98,108,101,45,108,105,103,104,116,62,116,100,44,46,116,97,98,108,101,45,108,105,103,104,116,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,100,102,100,102,101,125,46,116,97,98,108,101,45,108,105,103,104,116,32,116,98,111,100,121,43,116,98,111,100,121,44,46,116,97,98,108,101,45,108,105,103,104,116,32,116,100,44,46,116,97,98,108,101,45,108,105,103,104,116,32,116,104,44,46,116,97,98,108,101,45,108,105,103,104,116,32,116,104,101,97,100,32,116,104,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,98,102,99,102,99,125,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,108,105,103,104,116,58,104,111,118,101,114,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,108,105,103,104,116,58,104,111,118,101,114,62,116,100,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,108,105,103,104,116,58,104,111,118,101,114,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,99,101,99,102,54,125,46,116,97,98,108,101,45,100,97,114,107,44,46,116,97,98,108,101,45,100,97,114,107,62,116,100,44,46,116,97,98,108,101,45,100,97,114,107,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,99,54,99,56,99,97,125,46,116,97,98,108,101,45,100,97,114,107,32,116,98,111,100,121,43,116,98,111,100,121,44,46,116,97,98,108,101,45,100,97,114,107,32,116,100,44,46,116,97,98,108,101,45,100,97,114,107,32,116,104,44,46,116,97,98,108,101,45,100,97,114,107,32,116,104,101,97,100,32,116,104,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,57,53,57,57,57,99,125,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,100,97,114,107,58,104,111,118,101,114,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,100,97,114,107,58,104,111,118,101,114,62,116,100,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,100,97,114,107,58,104,111,118,101,114,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,98,57,98,98,98,101,125,46,116,97,98,108,101,45,97,99,116,105,118,101,44,46,116,97,98,108,101,45,97,99,116,105,118,101,62,116,100,44,46,116,97,98,108,101,45,97,99,116,105,118,101,62,116,104,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,97,99,116,105,118,101,58,104,111,118,101,114,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,97,99,116,105,118,101,58,104,111,118,101,114,62,116,100,44,46,116,97,98,108,101,45,104,111,118,101,114,32,46,116,97,98,108,101,45,97,99,116,105,118,101,58,104,111,118,101,114,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,48,55,53,41,125,46,116,97,98,108,101,32,46,116,104,101,97,100,45,100,97,114,107,32,116,104,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,52,51,97,52,48,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,52,53,52,100,53,53,125,46,116,97,98,108,101,32,46,116,104,101,97,100,45,108,105,103,104,116,32,116,104,123,99,111,108,111,114,58,35,52,57,53,48,53,55,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,101,101,50,101,54,125,46,116,97,98,108,101,45,100,97,114,107,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,52,51,97,52,48,125,46,116,97,98,108,101,45,100,97,114,107,32,116,100,44,46,116,97,98,108,101,45,100,97,114,107,32,116,104,44,46,116,97,98,108,101,45,100,97,114,107,32,116,104,101,97,100,32,116,104,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,52,53,52,100,53,53,125,46,116,97,98,108,101,45,100,97,114,107,46,116,97,98,108,101,45,98,111,114,100,101,114,101,100,123,98,111,114,100,101,114,58,48,125,46,116,97,98,108,101,45,100,97,114,107,46,116,97,98,108,101,45,115,116,114,105,112,101,100,32,116,98,111,100,121,32,116,114,58,110,116,104,45,111,102,45,116,121,112,101,40,111,100,100,41,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,48,53,41,125,46,116,97,98,108,101,45,100,97,114,107,46,116,97,98,108,101,45,104,111,118,101,114,32,116,98,111,100,121,32,116,114,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,48,55,53,41,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,53,55,53,46,57,56,112,120,41,123,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,45,115,109,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,59,111,118,101,114,102,108,111,119,45,120,58,97,117,116,111,59,45,119,101,98,107,105,116,45,111,118,101,114,102,108,111,119,45,115,99,114,111,108,108,105,110,103,58,116,111,117,99,104,125,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,45,115,109,62,46,116,97,98,108,101,45,98,111,114,100,101,114,101,100,123,98,111,114,100,101,114,58,48,125,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,55,54,55,46,57,56,112,120,41,123,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,45,109,100,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,59,111,118,101,114,102,108,111,119,45,120,58,97,117,116,111,59,45,119,101,98,107,105,116,45,111,118,101,114,102,108,111,119,45,115,99,114,111,108,108,105,110,103,58,116,111,117,99,104,125,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,45,109,100,62,46,116,97,98,108,101,45,98,111,114,100,101,114,101,100,123,98,111,114,100,101,114,58,48,125,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,57,57,49,46,57,56,112,120,41,123,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,45,108,103,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,59,111,118,101,114,102,108,111,119,45,120,58,97,117,116,111,59,45,119,101,98,107,105,116,45,111,118,101,114,102,108,111,119,45,115,99,114,111,108,108,105,110,103,58,116,111,117,99,104,125,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,45,108,103,62,46,116,97,98,108,101,45,98,111,114,100,101,114,101,100,123,98,111,114,100,101,114,58,48,125,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,49,49,57,57,46,57,56,112,120,41,123,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,45,120,108,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,59,111,118,101,114,102,108,111,119,45,120,58,97,117,116,111,59,45,119,101,98,107,105,116,45,111,118,101,114,102,108,111,119,45,115,99,114,111,108,108,105,110,103,58,116,111,117,99,104,125,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,45,120,108,62,46,116,97,98,108,101,45,98,111,114,100,101,114,101,100,123,98,111,114,100,101,114,58,48,125,125,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,59,111,118,101,114,102,108,111,119,45,120,58,97,117,116,111,59,45,119,101,98,107,105,116,45,111,118,101,114,102,108,111,119,45,115,99,114,111,108,108,105,110,103,58,116,111,117,99,104,125,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,62,46,116,97,98,108,101,45,98,111,114,100,101,114,101,100,123,98,111,114,100,101,114,58,48,125,46,102,111,114,109,45,99,111,110,116,114,111,108,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,59,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,55,53,114,101,109,32,43,32,50,112,120,41,59,112,97,100,100,105,110,103,58,46,51,55,53,114,101,109,32,46,55,53,114,101,109,59,102,111,110,116,45,115,105,122,101,58,49,114,101,109,59,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,99,111,108,111,114,58,35,52,57,53,48,53,55,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,108,105,112,58,112,97,100,100,105,110,103,45,98,111,120,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,99,101,100,52,100,97,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,116,114,97,110,115,105,116,105,111,110,58,98,111,114,100,101,114,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,120,45,115,104,97,100,111,119,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,102,111,114,109,45,99,111,110,116,114,111,108,123,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,46,102,111,114,109,45,99,111,110,116,114,111,108,58,58,45,109,115,45,101,120,112,97,110,100,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,58,48,125,46,102,111,114,109,45,99,111,110,116,114,111,108,58,45,109,111,122,45,102,111,99,117,115,114,105,110,103,123,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,116,101,120,116,45,115,104,97,100,111,119,58,48,32,48,32,48,32,35,52,57,53,48,53,55,125,46,102,111,114,109,45,99,111,110,116,114,111,108,58,102,111,99,117,115,123,99,111,108,111,114,58,35,52,57,53,48,53,55,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,56,48,98,100,102,102,59,111,117,116,108,105,110,101,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,50,53,41,125,46,102,111,114,109,45,99,111,110,116,114,111,108,58,58,45,109,111,122,45,112,108,97,99,101,104,111,108,100,101,114,123,99,111,108,111,114,58,35,54,99,55,53,55,100,59,111,112,97,99,105,116,121,58,49,125,46,102,111,114,109,45,99,111,110,116,114,111,108,58,45,109,115,45,105,110,112,117,116,45,112,108,97,99,101,104,111,108,100,101,114,123,99,111,108,111,114,58,35,54,99,55,53,55,100,59,111,112,97,99,105,116,121,58,49,125,46,102,111,114,109,45,99,111,110,116,114,111,108,58,58,112,108,97,99,101,104,111,108,100,101,114,123,99,111,108,111,114,58,35,54,99,55,53,55,100,59,111,112,97,99,105,116,121,58,49,125,46,102,111,114,109,45,99,111,110,116,114,111,108,58,100,105,115,97,98,108,101,100,44,46,102,111,114,109,45,99,111,110,116,114,111,108,91,114,101,97,100,111,110,108,121,93,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,59,111,112,97,99,105,116,121,58,49,125,105,110,112,117,116,91,116,121,112,101,61,100,97,116,101,93,46,102,111,114,109,45,99,111,110,116,114,111,108,44,105,110,112,117,116,91,116,121,112,101,61,100,97,116,101,116,105,109,101,45,108,111,99,97,108,93,46,102,111,114,109,45,99,111,110,116,114,111,108,44,105,110,112,117,116,91,116,121,112,101,61,109,111,110,116,104,93,46,102,111,114,109,45,99,111,110,116,114,111,108,44,105,110,112,117,116,91,116,121,112,101,61,116,105,109,101,93,46,102,111,114,109,45,99,111,110,116,114,111,108,123,45,119,101,98,107,105,116,45,97,112,112,101,97,114,97,110,99,101,58,110,111,110,101,59,45,109,111,122,45,97,112,112,101,97,114,97,110,99,101,58,110,111,110,101,59,97,112,112,101,97,114,97,110,99,101,58,110,111,110,101,125,115,101,108,101,99,116,46,102,111,114,109,45,99,111,110,116,114,111,108,58,102,111,99,117,115,58,58,45,109,115,45,118,97,108,117,101,123,99,111,108,111,114,58,35,52,57,53,48,53,55,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,125,46,102,111,114,109,45,99,111,110,116,114,111,108,45,102,105,108,101,44,46,102,111,114,109,45,99,111,110,116,114,111,108,45,114,97,110,103,101,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,125,46,99,111,108,45,102,111,114,109,45,108,97,98,101,108,123,112,97,100,100,105,110,103,45,116,111,112,58,99,97,108,99,40,46,51,55,53,114,101,109,32,43,32,49,112,120,41,59,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,99,97,108,99,40,46,51,55,53,114,101,109,32,43,32,49,112,120,41,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,59,102,111,110,116,45,115,105,122,101,58,105,110,104,101,114,105,116,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,125,46,99,111,108,45,102,111,114,109,45,108,97,98,101,108,45,108,103,123,112,97,100,100,105,110,103,45,116,111,112,58,99,97,108,99,40,46,53,114,101,109,32,43,32,49,112,120,41,59,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,99,97,108,99,40,46,53,114,101,109,32,43,32,49,112,120,41,59,102,111,110,116,45,115,105,122,101,58,49,46,50,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,125,46,99,111,108,45,102,111,114,109,45,108,97,98,101,108,45,115,109,123,112,97,100,100,105,110,103,45,116,111,112,58,99,97,108,99,40,46,50,53,114,101,109,32,43,32,49,112,120,41,59,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,99,97,108,99,40,46,50,53,114,101,109,32,43,32,49,112,120,41,59,102,111,110,116,45,115,105,122,101,58,46,56,55,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,125,46,102,111,114,109,45,99,111,110,116,114,111,108,45,112,108,97,105,110,116,101,120,116,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,59,112,97,100,100,105,110,103,58,46,51,55,53,114,101,109,32,48,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,59,102,111,110,116,45,115,105,122,101,58,49,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,58,115,111,108,105,100,32,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,119,105,100,116,104,58,49,112,120,32,48,125,46,102,111,114,109,45,99,111,110,116,114,111,108,45,112,108,97,105,110,116,101,120,116,46,102,111,114,109,45,99,111,110,116,114,111,108,45,108,103,44,46,102,111,114,109,45,99,111,110,116,114,111,108,45,112,108,97,105,110,116,101,120,116,46,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,48,59,112,97,100,100,105,110,103,45,108,101,102,116,58,48,125,46,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,123,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,53,114,101,109,32,43,32,50,112,120,41,59,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,46,53,114,101,109,59,102,111,110,116,45,115,105,122,101,58,46,56,55,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,114,101,109,125,46,102,111,114,109,45,99,111,110,116,114,111,108,45,108,103,123,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,49,114,101,109,32,43,32,50,112,120,41,59,112,97,100,100,105,110,103,58,46,53,114,101,109,32,49,114,101,109,59,102,111,110,116,45,115,105,122,101,58,49,46,50,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,51,114,101,109,125,115,101,108,101,99,116,46,102,111,114,109,45,99,111,110,116,114,111,108,91,109,117,108,116,105,112,108,101,93,44,115,101,108,101,99,116,46,102,111,114,109,45,99,111,110,116,114,111,108,91,115,105,122,101,93,44,116,101,120,116,97,114,101,97,46,102,111,114,109,45,99,111,110,116,114,111,108,123,104,101,105,103,104,116,58,97,117,116,111,125,46,102,111,114,109,45,103,114,111,117,112,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,114,101,109,125,46,102,111,114,109,45,116,101,120,116,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,109,97,114,103,105,110,45,116,111,112,58,46,50,53,114,101,109,125,46,102,111,114,109,45,114,111,119,123,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,119,114,97,112,58,119,114,97,112,59,109,97,114,103,105,110,45,114,105,103,104,116,58,45,53,112,120,59,109,97,114,103,105,110,45,108,101,102,116,58,45,53,112,120,125,46,102,111,114,109,45,114,111,119,62,46,99,111,108,44,46,102,111,114,109,45,114,111,119,62,91,99,108,97,115,115,42,61,99,111,108,45,93,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,53,112,120,59,112,97,100,100,105,110,103,45,108,101,102,116,58,53,112,120,125,46,102,111,114,109,45,99,104,101,99,107,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,112,97,100,100,105,110,103,45,108,101,102,116,58,49,46,50,53,114,101,109,125,46,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,109,97,114,103,105,110,45,116,111,112,58,46,51,114,101,109,59,109,97,114,103,105,110,45,108,101,102,116,58,45,49,46,50,53,114,101,109,125,46,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,58,100,105,115,97,98,108,101,100,126,46,102,111,114,109,45,99,104,101,99,107,45,108,97,98,101,108,44,46,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,91,100,105,115,97,98,108,101,100,93,126,46,102,111,114,109,45,99,104,101,99,107,45,108,97,98,101,108,123,99,111,108,111,114,58,35,54,99,55,53,55,100,125,46,102,111,114,109,45,99,104,101,99,107,45,108,97,98,101,108,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,125,46,102,111,114,109,45,99,104,101,99,107,45,105,110,108,105,110,101,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,102,108,101,120,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,59,112,97,100,100,105,110,103,45,108,101,102,116,58,48,59,109,97,114,103,105,110,45,114,105,103,104,116,58,46,55,53,114,101,109,125,46,102,111,114,109,45,99,104,101,99,107,45,105,110,108,105,110,101,32,46,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,123,112,111,115,105,116,105,111,110,58,115,116,97,116,105,99,59,109,97,114,103,105,110,45,116,111,112,58,48,59,109,97,114,103,105,110,45,114,105,103,104,116,58,46,51,49,50,53,114,101,109,59,109,97,114,103,105,110,45,108,101,102,116,58,48,125,46,118,97,108,105,100,45,102,101,101,100,98,97,99,107,123,100,105,115,112,108,97,121,58,110,111,110,101,59,119,105,100,116,104,58,49,48,48,37,59,109,97,114,103,105,110,45,116,111,112,58,46,50,53,114,101,109,59,102,111,110,116,45,115,105,122,101,58,56,48,37,59,99,111,108,111,114,58,35,50,56,97,55,52,53,125,46,118,97,108,105,100,45,116,111,111,108,116,105,112,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,49,48,48,37,59,108,101,102,116,58,48,59,122,45,105,110,100,101,120,58,53,59,100,105,115,112,108,97,121,58,110,111,110,101,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,59,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,46,53,114,101,109,59,109,97,114,103,105,110,45,116,111,112,58,46,49,114,101,109,59,102,111,110,116,45,115,105,122,101,58,46,56,55,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,52,48,44,49,54,55,44,54,57,44,46,57,41,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,102,111,114,109,45,114,111,119,62,46,99,111,108,62,46,118,97,108,105,100,45,116,111,111,108,116,105,112,44,46,102,111,114,109,45,114,111,119,62,91,99,108,97,115,115,42,61,99,111,108,45,93,62,46,118,97,108,105,100,45,116,111,111,108,116,105,112,123,108,101,102,116,58,53,112,120,125,46,105,115,45,118,97,108,105,100,126,46,118,97,108,105,100,45,102,101,101,100,98,97,99,107,44,46,105,115,45,118,97,108,105,100,126,46,118,97,108,105,100,45,116,111,111,108,116,105,112,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,58,118,97,108,105,100,126,46,118,97,108,105,100,45,102,101,101,100,98,97,99,107,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,58,118,97,108,105,100,126,46,118,97,108,105,100,45,116,111,111,108,116,105,112,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,102,111,114,109,45,99,111,110,116,114,111,108,46,105,115,45,118,97,108,105,100,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,102,111,114,109,45,99,111,110,116,114,111,108,58,118,97,108,105,100,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,50,56,97,55,52,53,59,112,97,100,100,105,110,103,45,114,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,55,53,114,101,109,41,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,56,39,32,104,101,105,103,104,116,61,39,56,39,37,51,69,37,51,67,112,97,116,104,32,102,105,108,108,61,39,37,50,51,50,56,97,55,52,53,39,32,100,61,39,77,50,46,51,32,54,46,55,51,76,46,54,32,52,46,53,51,99,45,46,52,45,49,46,48,52,46,52,54,45,49,46,52,32,49,46,49,45,46,56,108,49,46,49,32,49,46,52,32,51,46,52,45,51,46,56,99,46,54,45,46,54,51,32,49,46,54,45,46,50,55,32,49,46,50,46,55,108,45,52,32,52,46,54,99,45,46,52,51,46,53,45,46,56,46,52,45,49,46,49,46,49,122,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,59,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,114,105,103,104,116,32,99,97,108,99,40,46,51,55,53,101,109,32,43,32,46,49,56,55,53,114,101,109,41,32,99,101,110,116,101,114,59,98,97,99,107,103,114,111,117,110,100,45,115,105,122,101,58,99,97,108,99,40,46,55,53,101,109,32,43,32,46,51,55,53,114,101,109,41,32,99,97,108,99,40,46,55,53,101,109,32,43,32,46,51,55,53,114,101,109,41,125,46,102,111,114,109,45,99,111,110,116,114,111,108,46,105,115,45,118,97,108,105,100,58,102,111,99,117,115,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,102,111,114,109,45,99,111,110,116,114,111,108,58,118,97,108,105,100,58,102,111,99,117,115,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,50,56,97,55,52,53,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,52,48,44,49,54,55,44,54,57,44,46,50,53,41,125,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,116,101,120,116,97,114,101,97,46,102,111,114,109,45,99,111,110,116,114,111,108,58,118,97,108,105,100,44,116,101,120,116,97,114,101,97,46,102,111,114,109,45,99,111,110,116,114,111,108,46,105,115,45,118,97,108,105,100,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,55,53,114,101,109,41,59,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,116,111,112,32,99,97,108,99,40,46,51,55,53,101,109,32,43,32,46,49,56,55,53,114,101,109,41,32,114,105,103,104,116,32,99,97,108,99,40,46,51,55,53,101,109,32,43,32,46,49,56,55,53,114,101,109,41,125,46,99,117,115,116,111,109,45,115,101,108,101,99,116,46,105,115,45,118,97,108,105,100,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,115,101,108,101,99,116,58,118,97,108,105,100,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,50,56,97,55,52,53,59,112,97,100,100,105,110,103,45,114,105,103,104,116,58,99,97,108,99,40,46,55,53,101,109,32,43,32,50,46,51,49,50,53,114,101,109,41,59,98,97,99,107,103,114,111,117,110,100,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,52,39,32,104,101,105,103,104,116,61,39,53,39,37,51,69,37,51,67,112,97,116,104,32,102,105,108,108,61,39,37,50,51,51,52,51,97,52,48,39,32,100,61,39,77,50,32,48,76,48,32,50,104,52,122,109,48,32,53,76,48,32,51,104,52,122,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,32,114,105,103,104,116,32,46,55,53,114,101,109,32,99,101,110,116,101,114,47,56,112,120,32,49,48,112,120,32,110,111,45,114,101,112,101,97,116,44,35,102,102,102,32,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,56,39,32,104,101,105,103,104,116,61,39,56,39,37,51,69,37,51,67,112,97,116,104,32,102,105,108,108,61,39,37,50,51,50,56,97,55,52,53,39,32,100,61,39,77,50,46,51,32,54,46,55,51,76,46,54,32,52,46,53,51,99,45,46,52,45,49,46,48,52,46,52,54,45,49,46,52,32,49,46,49,45,46,56,108,49,46,49,32,49,46,52,32,51,46,52,45,51,46,56,99,46,54,45,46,54,51,32,49,46,54,45,46,50,55,32,49,46,50,46,55,108,45,52,32,52,46,54,99,45,46,52,51,46,53,45,46,56,46,52,45,49,46,49,46,49,122,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,32,99,101,110,116,101,114,32,114,105,103,104,116,32,49,46,55,53,114,101,109,47,99,97,108,99,40,46,55,53,101,109,32,43,32,46,51,55,53,114,101,109,41,32,99,97,108,99,40,46,55,53,101,109,32,43,32,46,51,55,53,114,101,109,41,32,110,111,45,114,101,112,101,97,116,125,46,99,117,115,116,111,109,45,115,101,108,101,99,116,46,105,115,45,118,97,108,105,100,58,102,111,99,117,115,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,115,101,108,101,99,116,58,118,97,108,105,100,58,102,111,99,117,115,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,50,56,97,55,52,53,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,52,48,44,49,54,55,44,54,57,44,46,50,53,41,125,46,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,46,105,115,45,118,97,108,105,100,126,46,102,111,114,109,45,99,104,101,99,107,45,108,97,98,101,108,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,58,118,97,108,105,100,126,46,102,111,114,109,45,99,104,101,99,107,45,108,97,98,101,108,123,99,111,108,111,114,58,35,50,56,97,55,52,53,125,46,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,46,105,115,45,118,97,108,105,100,126,46,118,97,108,105,100,45,102,101,101,100,98,97,99,107,44,46,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,46,105,115,45,118,97,108,105,100,126,46,118,97,108,105,100,45,116,111,111,108,116,105,112,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,58,118,97,108,105,100,126,46,118,97,108,105,100,45,102,101,101,100,98,97,99,107,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,58,118,97,108,105,100,126,46,118,97,108,105,100,45,116,111,111,108,116,105,112,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,46,105,115,45,118,97,108,105,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,118,97,108,105,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,123,99,111,108,111,114,58,35,50,56,97,55,52,53,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,46,105,115,45,118,97,108,105,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,118,97,108,105,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,50,56,97,55,52,53,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,46,105,115,45,118,97,108,105,100,58,99,104,101,99,107,101,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,118,97,108,105,100,58,99,104,101,99,107,101,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,51,52,99,101,53,55,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,52,99,101,53,55,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,46,105,115,45,118,97,108,105,100,58,102,111,99,117,115,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,118,97,108,105,100,58,102,111,99,117,115,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,52,48,44,49,54,55,44,54,57,44,46,50,53,41,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,46,105,115,45,118,97,108,105,100,58,102,111,99,117,115,58,110,111,116,40,58,99,104,101,99,107,101,100,41,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,46,105,115,45,118,97,108,105,100,126,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,118,97,108,105,100,58,102,111,99,117,115,58,110,111,116,40,58,99,104,101,99,107,101,100,41,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,58,118,97,108,105,100,126,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,50,56,97,55,52,53,125,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,46,105,115,45,118,97,108,105,100,58,102,111,99,117,115,126,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,58,118,97,108,105,100,58,102,111,99,117,115,126,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,50,56,97,55,52,53,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,52,48,44,49,54,55,44,54,57,44,46,50,53,41,125,46,105,110,118,97,108,105,100,45,102,101,101,100,98,97,99,107,123,100,105,115,112,108,97,121,58,110,111,110,101,59,119,105,100,116,104,58,49,48,48,37,59,109,97,114,103,105,110,45,116,111,112,58,46,50,53,114,101,109,59,102,111,110,116,45,115,105,122,101,58,56,48,37,59,99,111,108,111,114,58,35,100,99,51,53,52,53,125,46,105,110,118,97,108,105,100,45,116,111,111,108,116,105,112,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,49,48,48,37,59,108,101,102,116,58,48,59,122,45,105,110,100,101,120,58,53,59,100,105,115,112,108,97,121,58,110,111,110,101,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,59,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,46,53,114,101,109,59,109,97,114,103,105,110,45,116,111,112,58,46,49,114,101,109,59,102,111,110,116,45,115,105,122,101,58,46,56,55,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,50,48,44,53,51,44,54,57,44,46,57,41,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,102,111,114,109,45,114,111,119,62,46,99,111,108,62,46,105,110,118,97,108,105,100,45,116,111,111,108,116,105,112,44,46,102,111,114,109,45,114,111,119,62,91,99,108,97,115,115,42,61,99,111,108,45,93,62,46,105,110,118,97,108,105,100,45,116,111,111,108,116,105,112,123,108,101,102,116,58,53,112,120,125,46,105,115,45,105,110,118,97,108,105,100,126,46,105,110,118,97,108,105,100,45,102,101,101,100,98,97,99,107,44,46,105,115,45,105,110,118,97,108,105,100,126,46,105,110,118,97,108,105,100,45,116,111,111,108,116,105,112,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,58,105,110,118,97,108,105,100,126,46,105,110,118,97,108,105,100,45,102,101,101,100,98,97,99,107,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,58,105,110,118,97,108,105,100,126,46,105,110,118,97,108,105,100,45,116,111,111,108,116,105,112,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,102,111,114,109,45,99,111,110,116,114,111,108,46,105,115,45,105,110,118,97,108,105,100,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,102,111,114,109,45,99,111,110,116,114,111,108,58,105,110,118,97,108,105,100,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,99,51,53,52,53,59,112,97,100,100,105,110,103,45,114,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,55,53,114,101,109,41,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,49,50,39,32,104,101,105,103,104,116,61,39,49,50,39,32,102,105,108,108,61,39,110,111,110,101,39,32,115,116,114,111,107,101,61,39,37,50,51,100,99,51,53,52,53,39,37,51,69,37,51,67,99,105,114,99,108,101,32,99,120,61,39,54,39,32,99,121,61,39,54,39,32,114,61,39,52,46,53,39,47,37,51,69,37,51,67,112,97,116,104,32,115,116,114,111,107,101,45,108,105,110,101,106,111,105,110,61,39,114,111,117,110,100,39,32,100,61,39,77,53,46,56,32,51,46,54,104,46,52,76,54,32,54,46,53,122,39,47,37,51,69,37,51,67,99,105,114,99,108,101,32,99,120,61,39,54,39,32,99,121,61,39,56,46,50,39,32,114,61,39,46,54,39,32,102,105,108,108,61,39,37,50,51,100,99,51,53,52,53,39,32,115,116,114,111,107,101,61,39,110,111,110,101,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,59,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,114,105,103,104,116,32,99,97,108,99,40,46,51,55,53,101,109,32,43,32,46,49,56,55,53,114,101,109,41,32,99,101,110,116,101,114,59,98,97,99,107,103,114,111,117,110,100,45,115,105,122,101,58,99,97,108,99,40,46,55,53,101,109,32,43,32,46,51,55,53,114,101,109,41,32,99,97,108,99,40,46,55,53,101,109,32,43,32,46,51,55,53,114,101,109,41,125,46,102,111,114,109,45,99,111,110,116,114,111,108,46,105,115,45,105,110,118,97,108,105,100,58,102,111,99,117,115,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,102,111,114,109,45,99,111,110,116,114,111,108,58,105,110,118,97,108,105,100,58,102,111,99,117,115,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,99,51,53,52,53,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,50,48,44,53,51,44,54,57,44,46,50,53,41,125,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,116,101,120,116,97,114,101,97,46,102,111,114,109,45,99,111,110,116,114,111,108,58,105,110,118,97,108,105,100,44,116,101,120,116,97,114,101,97,46,102,111,114,109,45,99,111,110,116,114,111,108,46,105,115,45,105,110,118,97,108,105,100,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,55,53,114,101,109,41,59,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,116,111,112,32,99,97,108,99,40,46,51,55,53,101,109,32,43,32,46,49,56,55,53,114,101,109,41,32,114,105,103,104,116,32,99,97,108,99,40,46,51,55,53,101,109,32,43,32,46,49,56,55,53,114,101,109,41,125,46,99,117,115,116,111,109,45,115,101,108,101,99,116,46,105,115,45,105,110,118,97,108,105,100,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,115,101,108,101,99,116,58,105,110,118,97,108,105,100,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,99,51,53,52,53,59,112,97,100,100,105,110,103,45,114,105,103,104,116,58,99,97,108,99,40,46,55,53,101,109,32,43,32,50,46,51,49,50,53,114,101,109,41,59,98,97,99,107,103,114,111,117,110,100,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,52,39,32,104,101,105,103,104,116,61,39,53,39,37,51,69,37,51,67,112,97,116,104,32,102,105,108,108,61,39,37,50,51,51,52,51,97,52,48,39,32,100,61,39,77,50,32,48,76,48,32,50,104,52,122,109,48,32,53,76,48,32,51,104,52,122,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,32,114,105,103,104,116,32,46,55,53,114,101,109,32,99,101,110,116,101,114,47,56,112,120,32,49,48,112,120,32,110,111,45,114,101,112,101,97,116,44,35,102,102,102,32,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,49,50,39,32,104,101,105,103,104,116,61,39,49,50,39,32,102,105,108,108,61,39,110,111,110,101,39,32,115,116,114,111,107,101,61,39,37,50,51,100,99,51,53,52,53,39,37,51,69,37,51,67,99,105,114,99,108,101,32,99,120,61,39,54,39,32,99,121,61,39,54,39,32,114,61,39,52,46,53,39,47,37,51,69,37,51,67,112,97,116,104,32,115,116,114,111,107,101,45,108,105,110,101,106,111,105,110,61,39,114,111,117,110,100,39,32,100,61,39,77,53,46,56,32,51,46,54,104,46,52,76,54,32,54,46,53,122,39,47,37,51,69,37,51,67,99,105,114,99,108,101,32,99,120,61,39,54,39,32,99,121,61,39,56,46,50,39,32,114,61,39,46,54,39,32,102,105,108,108,61,39,37,50,51,100,99,51,53,52,53,39,32,115,116,114,111,107,101,61,39,110,111,110,101,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,32,99,101,110,116,101,114,32,114,105,103,104,116,32,49,46,55,53,114,101,109,47,99,97,108,99,40,46,55,53,101,109,32,43,32,46,51,55,53,114,101,109,41,32,99,97,108,99,40,46,55,53,101,109,32,43,32,46,51,55,53,114,101,109,41,32,110,111,45,114,101,112,101,97,116,125,46,99,117,115,116,111,109,45,115,101,108,101,99,116,46,105,115,45,105,110,118,97,108,105,100,58,102,111,99,117,115,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,115,101,108,101,99,116,58,105,110,118,97,108,105,100,58,102,111,99,117,115,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,99,51,53,52,53,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,50,48,44,53,51,44,54,57,44,46,50,53,41,125,46,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,46,105,115,45,105,110,118,97,108,105,100,126,46,102,111,114,109,45,99,104,101,99,107,45,108,97,98,101,108,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,58,105,110,118,97,108,105,100,126,46,102,111,114,109,45,99,104,101,99,107,45,108,97,98,101,108,123,99,111,108,111,114,58,35,100,99,51,53,52,53,125,46,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,46,105,115,45,105,110,118,97,108,105,100,126,46,105,110,118,97,108,105,100,45,102,101,101,100,98,97,99,107,44,46,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,46,105,115,45,105,110,118,97,108,105,100,126,46,105,110,118,97,108,105,100,45,116,111,111,108,116,105,112,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,58,105,110,118,97,108,105,100,126,46,105,110,118,97,108,105,100,45,102,101,101,100,98,97,99,107,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,58,105,110,118,97,108,105,100,126,46,105,110,118,97,108,105,100,45,116,111,111,108,116,105,112,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,46,105,115,45,105,110,118,97,108,105,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,105,110,118,97,108,105,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,123,99,111,108,111,114,58,35,100,99,51,53,52,53,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,46,105,115,45,105,110,118,97,108,105,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,105,110,118,97,108,105,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,99,51,53,52,53,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,46,105,115,45,105,110,118,97,108,105,100,58,99,104,101,99,107,101,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,105,110,118,97,108,105,100,58,99,104,101,99,107,101,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,101,52,54,48,54,100,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,52,54,48,54,100,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,46,105,115,45,105,110,118,97,108,105,100,58,102,111,99,117,115,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,105,110,118,97,108,105,100,58,102,111,99,117,115,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,50,48,44,53,51,44,54,57,44,46,50,53,41,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,46,105,115,45,105,110,118,97,108,105,100,58,102,111,99,117,115,58,110,111,116,40,58,99,104,101,99,107,101,100,41,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,46,105,115,45,105,110,118,97,108,105,100,126,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,105,110,118,97,108,105,100,58,102,111,99,117,115,58,110,111,116,40,58,99,104,101,99,107,101,100,41,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,58,105,110,118,97,108,105,100,126,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,99,51,53,52,53,125,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,46,105,115,45,105,110,118,97,108,105,100,58,102,111,99,117,115,126,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,58,105,110,118,97,108,105,100,58,102,111,99,117,115,126,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,99,51,53,52,53,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,50,48,44,53,51,44,54,57,44,46,50,53,41,125,46,102,111,114,109,45,105,110,108,105,110,101,123,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,102,108,111,119,58,114,111,119,32,119,114,97,112,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,125,46,102,111,114,109,45,105,110,108,105,110,101,32,46,102,111,114,109,45,99,104,101,99,107,123,119,105,100,116,104,58,49,48,48,37,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,53,55,54,112,120,41,123,46,102,111,114,109,45,105,110,108,105,110,101,32,108,97,98,101,108,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,125,46,102,111,114,109,45,105,110,108,105,110,101,32,46,102,111,114,109,45,103,114,111,117,112,44,46,102,111,114,109,45,105,110,108,105,110,101,32,108,97,98,101,108,123,100,105,115,112,108,97,121,58,102,108,101,120,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,125,46,102,111,114,109,45,105,110,108,105,110,101,32,46,102,111,114,109,45,103,114,111,117,112,123,102,108,101,120,58,48,32,48,32,97,117,116,111,59,102,108,101,120,45,102,108,111,119,58,114,111,119,32,119,114,97,112,125,46,102,111,114,109,45,105,110,108,105,110,101,32,46,102,111,114,109,45,99,111,110,116,114,111,108,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,119,105,100,116,104,58,97,117,116,111,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,109,105,100,100,108,101,125,46,102,111,114,109,45,105,110,108,105,110,101,32,46,102,111,114,109,45,99,111,110,116,114,111,108,45,112,108,97,105,110,116,101,120,116,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,125,46,102,111,114,109,45,105,110,108,105,110,101,32,46,99,117,115,116,111,109,45,115,101,108,101,99,116,44,46,102,111,114,109,45,105,110,108,105,110,101,32,46,105,110,112,117,116,45,103,114,111,117,112,123,119,105,100,116,104,58,97,117,116,111,125,46,102,111,114,109,45,105,110,108,105,110,101,32,46,102,111,114,109,45,99,104,101,99,107,123,100,105,115,112,108,97,121,58,102,108,101,120,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,59,119,105,100,116,104,58,97,117,116,111,59,112,97,100,100,105,110,103,45,108,101,102,116,58,48,125,46,102,111,114,109,45,105,110,108,105,110,101,32,46,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,102,108,101,120,45,115,104,114,105,110,107,58,48,59,109,97,114,103,105,110,45,116,111,112,58,48,59,109,97,114,103,105,110,45,114,105,103,104,116,58,46,50,53,114,101,109,59,109,97,114,103,105,110,45,108,101,102,116,58,48,125,46,102,111,114,109,45,105,110,108,105,110,101,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,123,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,125,46,102,111,114,109,45,105,110,108,105,110,101,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,125,125,46,98,116,110,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,59,99,111,108,111,114,58,35,50,49,50,53,50,57,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,109,105,100,100,108,101,59,45,119,101,98,107,105,116,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,111,122,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,115,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,116,114,97,110,115,112,97,114,101,110,116,59,112,97,100,100,105,110,103,58,46,51,55,53,114,101,109,32,46,55,53,114,101,109,59,102,111,110,116,45,115,105,122,101,58,49,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,116,114,97,110,115,105,116,105,111,110,58,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,114,100,101,114,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,120,45,115,104,97,100,111,119,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,98,116,110,123,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,46,98,116,110,58,104,111,118,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,125,46,98,116,110,46,102,111,99,117,115,44,46,98,116,110,58,102,111,99,117,115,123,111,117,116,108,105,110,101,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,50,53,41,125,46,98,116,110,46,100,105,115,97,98,108,101,100,44,46,98,116,110,58,100,105,115,97,98,108,101,100,123,111,112,97,99,105,116,121,58,46,54,53,125,46,98,116,110,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,123,99,117,114,115,111,114,58,112,111,105,110,116,101,114,125,97,46,98,116,110,46,100,105,115,97,98,108,101,100,44,102,105,101,108,100,115,101,116,58,100,105,115,97,98,108,101,100,32,97,46,98,116,110,123,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,98,116,110,45,112,114,105,109,97,114,121,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,55,98,102,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,48,48,55,98,102,102,125,46,98,116,110,45,112,114,105,109,97,114,121,46,102,111,99,117,115,44,46,98,116,110,45,112,114,105,109,97,114,121,58,102,111,99,117,115,44,46,98,116,110,45,112,114,105,109,97,114,121,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,54,57,100,57,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,48,48,54,50,99,99,125,46,98,116,110,45,112,114,105,109,97,114,121,46,102,111,99,117,115,44,46,98,116,110,45,112,114,105,109,97,114,121,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,51,56,44,49,52,51,44,50,53,53,44,46,53,41,125,46,98,116,110,45,112,114,105,109,97,114,121,46,100,105,115,97,98,108,101,100,44,46,98,116,110,45,112,114,105,109,97,114,121,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,55,98,102,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,48,48,55,98,102,102,125,46,98,116,110,45,112,114,105,109,97,114,121,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,44,46,98,116,110,45,112,114,105,109,97,114,121,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,44,46,115,104,111,119,62,46,98,116,110,45,112,114,105,109,97,114,121,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,54,50,99,99,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,48,48,53,99,98,102,125,46,98,116,110,45,112,114,105,109,97,114,121,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,58,102,111,99,117,115,44,46,98,116,110,45,112,114,105,109,97,114,121,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,58,102,111,99,117,115,44,46,115,104,111,119,62,46,98,116,110,45,112,114,105,109,97,114,121,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,51,56,44,49,52,51,44,50,53,53,44,46,53,41,125,46,98,116,110,45,115,101,99,111,110,100,97,114,121,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,54,99,55,53,55,100,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,54,99,55,53,55,100,125,46,98,116,110,45,115,101,99,111,110,100,97,114,121,46,102,111,99,117,115,44,46,98,116,110,45,115,101,99,111,110,100,97,114,121,58,102,111,99,117,115,44,46,98,116,110,45,115,101,99,111,110,100,97,114,121,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,53,97,54,50,54,56,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,53,52,53,98,54,50,125,46,98,116,110,45,115,101,99,111,110,100,97,114,121,46,102,111,99,117,115,44,46,98,116,110,45,115,101,99,111,110,100,97,114,121,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,49,51,48,44,49,51,56,44,49,52,53,44,46,53,41,125,46,98,116,110,45,115,101,99,111,110,100,97,114,121,46,100,105,115,97,98,108,101,100,44,46,98,116,110,45,115,101,99,111,110,100,97,114,121,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,54,99,55,53,55,100,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,54,99,55,53,55,100,125,46,98,116,110,45,115,101,99,111,110,100,97,114,121,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,44,46,98,116,110,45,115,101,99,111,110,100,97,114,121,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,44,46,115,104,111,119,62,46,98,116,110,45,115,101,99,111,110,100,97,114,121,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,53,52,53,98,54,50,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,52,101,53,53,53,98,125,46,98,116,110,45,115,101,99,111,110,100,97,114,121,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,58,102,111,99,117,115,44,46,98,116,110,45,115,101,99,111,110,100,97,114,121,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,58,102,111,99,117,115,44,46,115,104,111,119,62,46,98,116,110,45,115,101,99,111,110,100,97,114,121,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,49,51,48,44,49,51,56,44,49,52,53,44,46,53,41,125,46,98,116,110,45,115,117,99,99,101,115,115,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,56,97,55,52,53,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,50,56,97,55,52,53,125,46,98,116,110,45,115,117,99,99,101,115,115,46,102,111,99,117,115,44,46,98,116,110,45,115,117,99,99,101,115,115,58,102,111,99,117,115,44,46,98,116,110,45,115,117,99,99,101,115,115,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,49,56,56,51,56,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,49,101,55,101,51,52,125,46,98,116,110,45,115,117,99,99,101,115,115,46,102,111,99,117,115,44,46,98,116,110,45,115,117,99,99,101,115,115,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,55,50,44,49,56,48,44,57,55,44,46,53,41,125,46,98,116,110,45,115,117,99,99,101,115,115,46,100,105,115,97,98,108,101,100,44,46,98,116,110,45,115,117,99,99,101,115,115,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,56,97,55,52,53,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,50,56,97,55,52,53,125,46,98,116,110,45,115,117,99,99,101,115,115,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,44,46,98,116,110,45,115,117,99,99,101,115,115,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,44,46,115,104,111,119,62,46,98,116,110,45,115,117,99,99,101,115,115,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,101,55,101,51,52,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,49,99,55,52,51,48,125,46,98,116,110,45,115,117,99,99,101,115,115,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,58,102,111,99,117,115,44,46,98,116,110,45,115,117,99,99,101,115,115,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,58,102,111,99,117,115,44,46,115,104,111,119,62,46,98,116,110,45,115,117,99,99,101,115,115,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,55,50,44,49,56,48,44,57,55,44,46,53,41,125,46,98,116,110,45,105,110,102,111,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,55,97,50,98,56,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,49,55,97,50,98,56,125,46,98,116,110,45,105,110,102,111,46,102,111,99,117,115,44,46,98,116,110,45,105,110,102,111,58,102,111,99,117,115,44,46,98,116,110,45,105,110,102,111,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,51,56,52,57,54,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,49,49,55,97,56,98,125,46,98,116,110,45,105,110,102,111,46,102,111,99,117,115,44,46,98,116,110,45,105,110,102,111,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,53,56,44,49,55,54,44,49,57,53,44,46,53,41,125,46,98,116,110,45,105,110,102,111,46,100,105,115,97,98,108,101,100,44,46,98,116,110,45,105,110,102,111,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,55,97,50,98,56,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,49,55,97,50,98,56,125,46,98,116,110,45,105,110,102,111,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,44,46,98,116,110,45,105,110,102,111,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,44,46,115,104,111,119,62,46,98,116,110,45,105,110,102,111,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,49,55,97,56,98,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,49,48,55,48,55,102,125,46,98,116,110,45,105,110,102,111,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,58,102,111,99,117,115,44,46,98,116,110,45,105,110,102,111,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,58,102,111,99,117,115,44,46,115,104,111,119,62,46,98,116,110,45,105,110,102,111,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,53,56,44,49,55,54,44,49,57,53,44,46,53,41,125,46,98,116,110,45,119,97,114,110,105,110,103,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,99,49,48,55,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,102,99,49,48,55,125,46,98,116,110,45,119,97,114,110,105,110,103,46,102,111,99,117,115,44,46,98,116,110,45,119,97,114,110,105,110,103,58,102,111,99,117,115,44,46,98,116,110,45,119,97,114,110,105,110,103,58,104,111,118,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,48,97,56,48,48,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,51,57,101,48,48,125,46,98,116,110,45,119,97,114,110,105,110,103,46,102,111,99,117,115,44,46,98,116,110,45,119,97,114,110,105,110,103,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,50,50,44,49,55,48,44,49,50,44,46,53,41,125,46,98,116,110,45,119,97,114,110,105,110,103,46,100,105,115,97,98,108,101,100,44,46,98,116,110,45,119,97,114,110,105,110,103,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,99,49,48,55,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,102,99,49,48,55,125,46,98,116,110,45,119,97,114,110,105,110,103,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,44,46,98,116,110,45,119,97,114,110,105,110,103,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,44,46,115,104,111,119,62,46,98,116,110,45,119,97,114,110,105,110,103,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,51,57,101,48,48,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,99,54,57,53,48,48,125,46,98,116,110,45,119,97,114,110,105,110,103,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,58,102,111,99,117,115,44,46,98,116,110,45,119,97,114,110,105,110,103,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,58,102,111,99,117,115,44,46,115,104,111,119,62,46,98,116,110,45,119,97,114,110,105,110,103,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,50,50,44,49,55,48,44,49,50,44,46,53,41,125,46,98,116,110,45,100,97,110,103,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,99,51,53,52,53,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,99,51,53,52,53,125,46,98,116,110,45,100,97,110,103,101,114,46,102,111,99,117,115,44,46,98,116,110,45,100,97,110,103,101,114,58,102,111,99,117,115,44,46,98,116,110,45,100,97,110,103,101,114,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,99,56,50,51,51,51,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,98,100,50,49,51,48,125,46,98,116,110,45,100,97,110,103,101,114,46,102,111,99,117,115,44,46,98,116,110,45,100,97,110,103,101,114,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,50,53,44,56,51,44,57,55,44,46,53,41,125,46,98,116,110,45,100,97,110,103,101,114,46,100,105,115,97,98,108,101,100,44,46,98,116,110,45,100,97,110,103,101,114,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,99,51,53,52,53,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,99,51,53,52,53,125,46,98,116,110,45,100,97,110,103,101,114,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,44,46,98,116,110,45,100,97,110,103,101,114,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,44,46,115,104,111,119,62,46,98,116,110,45,100,97,110,103,101,114,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,98,100,50,49,51,48,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,98,50,49,102,50,100,125,46,98,116,110,45,100,97,110,103,101,114,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,58,102,111,99,117,115,44,46,98,116,110,45,100,97,110,103,101,114,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,58,102,111,99,117,115,44,46,115,104,111,119,62,46,98,116,110,45,100,97,110,103,101,114,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,50,53,44,56,51,44,57,55,44,46,53,41,125,46,98,116,110,45,108,105,103,104,116,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,56,102,57,102,97,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,56,102,57,102,97,125,46,98,116,110,45,108,105,103,104,116,46,102,111,99,117,115,44,46,98,116,110,45,108,105,103,104,116,58,102,111,99,117,115,44,46,98,116,110,45,108,105,103,104,116,58,104,111,118,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,50,101,54,101,97,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,97,101,48,101,53,125,46,98,116,110,45,108,105,103,104,116,46,102,111,99,117,115,44,46,98,116,110,45,108,105,103,104,116,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,49,54,44,50,49,55,44,50,49,57,44,46,53,41,125,46,98,116,110,45,108,105,103,104,116,46,100,105,115,97,98,108,101,100,44,46,98,116,110,45,108,105,103,104,116,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,56,102,57,102,97,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,56,102,57,102,97,125,46,98,116,110,45,108,105,103,104,116,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,44,46,98,116,110,45,108,105,103,104,116,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,44,46,115,104,111,119,62,46,98,116,110,45,108,105,103,104,116,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,97,101,48,101,53,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,51,100,57,100,102,125,46,98,116,110,45,108,105,103,104,116,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,58,102,111,99,117,115,44,46,98,116,110,45,108,105,103,104,116,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,58,102,111,99,117,115,44,46,115,104,111,119,62,46,98,116,110,45,108,105,103,104,116,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,49,54,44,50,49,55,44,50,49,57,44,46,53,41,125,46,98,116,110,45,100,97,114,107,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,52,51,97,52,48,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,51,52,51,97,52,48,125,46,98,116,110,45,100,97,114,107,46,102,111,99,117,115,44,46,98,116,110,45,100,97,114,107,58,102,111,99,117,115,44,46,98,116,110,45,100,97,114,107,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,51,50,55,50,98,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,49,100,50,49,50,52,125,46,98,116,110,45,100,97,114,107,46,102,111,99,117,115,44,46,98,116,110,45,100,97,114,107,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,56,50,44,56,56,44,57,51,44,46,53,41,125,46,98,116,110,45,100,97,114,107,46,100,105,115,97,98,108,101,100,44,46,98,116,110,45,100,97,114,107,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,52,51,97,52,48,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,51,52,51,97,52,48,125,46,98,116,110,45,100,97,114,107,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,44,46,98,116,110,45,100,97,114,107,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,44,46,115,104,111,119,62,46,98,116,110,45,100,97,114,107,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,100,50,49,50,52,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,49,55,49,97,49,100,125,46,98,116,110,45,100,97,114,107,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,58,102,111,99,117,115,44,46,98,116,110,45,100,97,114,107,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,58,102,111,99,117,115,44,46,115,104,111,119,62,46,98,116,110,45,100,97,114,107,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,56,50,44,56,56,44,57,51,44,46,53,41,125,46,98,116,110,45,111,117,116,108,105,110,101,45,112,114,105,109,97,114,121,123,99,111,108,111,114,58,35,48,48,55,98,102,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,48,48,55,98,102,102,125,46,98,116,110,45,111,117,116,108,105,110,101,45,112,114,105,109,97,114,121,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,55,98,102,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,48,48,55,98,102,102,125,46,98,116,110,45,111,117,116,108,105,110,101,45,112,114,105,109,97,114,121,46,102,111,99,117,115,44,46,98,116,110,45,111,117,116,108,105,110,101,45,112,114,105,109,97,114,121,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,53,41,125,46,98,116,110,45,111,117,116,108,105,110,101,45,112,114,105,109,97,114,121,46,100,105,115,97,98,108,101,100,44,46,98,116,110,45,111,117,116,108,105,110,101,45,112,114,105,109,97,114,121,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,48,48,55,98,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,46,98,116,110,45,111,117,116,108,105,110,101,45,112,114,105,109,97,114,121,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,44,46,98,116,110,45,111,117,116,108,105,110,101,45,112,114,105,109,97,114,121,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,44,46,115,104,111,119,62,46,98,116,110,45,111,117,116,108,105,110,101,45,112,114,105,109,97,114,121,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,55,98,102,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,48,48,55,98,102,102,125,46,98,116,110,45,111,117,116,108,105,110,101,45,112,114,105,109,97,114,121,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,58,102,111,99,117,115,44,46,98,116,110,45,111,117,116,108,105,110,101,45,112,114,105,109,97,114,121,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,58,102,111,99,117,115,44,46,115,104,111,119,62,46,98,116,110,45,111,117,116,108,105,110,101,45,112,114,105,109,97,114,121,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,53,41,125,46,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,123,99,111,108,111,114,58,35,54,99,55,53,55,100,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,54,99,55,53,55,100,125,46,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,54,99,55,53,55,100,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,54,99,55,53,55,100,125,46,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,46,102,111,99,117,115,44,46,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,49,48,56,44,49,49,55,44,49,50,53,44,46,53,41,125,46,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,46,100,105,115,97,98,108,101,100,44,46,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,54,99,55,53,55,100,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,46,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,44,46,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,44,46,115,104,111,119,62,46,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,54,99,55,53,55,100,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,54,99,55,53,55,100,125,46,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,58,102,111,99,117,115,44,46,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,58,102,111,99,117,115,44,46,115,104,111,119,62,46,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,49,48,56,44,49,49,55,44,49,50,53,44,46,53,41,125,46,98,116,110,45,111,117,116,108,105,110,101,45,115,117,99,99,101,115,115,123,99,111,108,111,114,58,35,50,56,97,55,52,53,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,50,56,97,55,52,53,125,46,98,116,110,45,111,117,116,108,105,110,101,45,115,117,99,99,101,115,115,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,56,97,55,52,53,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,50,56,97,55,52,53,125,46,98,116,110,45,111,117,116,108,105,110,101,45,115,117,99,99,101,115,115,46,102,111,99,117,115,44,46,98,116,110,45,111,117,116,108,105,110,101,45,115,117,99,99,101,115,115,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,52,48,44,49,54,55,44,54,57,44,46,53,41,125,46,98,116,110,45,111,117,116,108,105,110,101,45,115,117,99,99,101,115,115,46,100,105,115,97,98,108,101,100,44,46,98,116,110,45,111,117,116,108,105,110,101,45,115,117,99,99,101,115,115,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,50,56,97,55,52,53,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,46,98,116,110,45,111,117,116,108,105,110,101,45,115,117,99,99,101,115,115,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,44,46,98,116,110,45,111,117,116,108,105,110,101,45,115,117,99,99,101,115,115,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,44,46,115,104,111,119,62,46,98,116,110,45,111,117,116,108,105,110,101,45,115,117,99,99,101,115,115,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,56,97,55,52,53,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,50,56,97,55,52,53,125,46,98,116,110,45,111,117,116,108,105,110,101,45,115,117,99,99,101,115,115,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,58,102,111,99,117,115,44,46,98,116,110,45,111,117,116,108,105,110,101,45,115,117,99,99,101,115,115,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,58,102,111,99,117,115,44,46,115,104,111,119,62,46,98,116,110,45,111,117,116,108,105,110,101,45,115,117,99,99,101,115,115,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,52,48,44,49,54,55,44,54,57,44,46,53,41,125,46,98,116,110,45,111,117,116,108,105,110,101,45,105,110,102,111,123,99,111,108,111,114,58,35,49,55,97,50,98,56,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,49,55,97,50,98,56,125,46,98,116,110,45,111,117,116,108,105,110,101,45,105,110,102,111,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,55,97,50,98,56,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,49,55,97,50,98,56,125,46,98,116,110,45,111,117,116,108,105,110,101,45,105,110,102,111,46,102,111,99,117,115,44,46,98,116,110,45,111,117,116,108,105,110,101,45,105,110,102,111,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,51,44,49,54,50,44,49,56,52,44,46,53,41,125,46,98,116,110,45,111,117,116,108,105,110,101,45,105,110,102,111,46,100,105,115,97,98,108,101,100,44,46,98,116,110,45,111,117,116,108,105,110,101,45,105,110,102,111,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,49,55,97,50,98,56,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,46,98,116,110,45,111,117,116,108,105,110,101,45,105,110,102,111,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,44,46,98,116,110,45,111,117,116,108,105,110,101,45,105,110,102,111,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,44,46,115,104,111,119,62,46,98,116,110,45,111,117,116,108,105,110,101,45,105,110,102,111,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,55,97,50,98,56,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,49,55,97,50,98,56,125,46,98,116,110,45,111,117,116,108,105,110,101,45,105,110,102,111,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,58,102,111,99,117,115,44,46,98,116,110,45,111,117,116,108,105,110,101,45,105,110,102,111,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,58,102,111,99,117,115,44,46,115,104,111,119,62,46,98,116,110,45,111,117,116,108,105,110,101,45,105,110,102,111,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,51,44,49,54,50,44,49,56,52,44,46,53,41,125,46,98,116,110,45,111,117,116,108,105,110,101,45,119,97,114,110,105,110,103,123,99,111,108,111,114,58,35,102,102,99,49,48,55,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,102,99,49,48,55,125,46,98,116,110,45,111,117,116,108,105,110,101,45,119,97,114,110,105,110,103,58,104,111,118,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,99,49,48,55,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,102,99,49,48,55,125,46,98,116,110,45,111,117,116,108,105,110,101,45,119,97,114,110,105,110,103,46,102,111,99,117,115,44,46,98,116,110,45,111,117,116,108,105,110,101,45,119,97,114,110,105,110,103,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,53,53,44,49,57,51,44,55,44,46,53,41,125,46,98,116,110,45,111,117,116,108,105,110,101,45,119,97,114,110,105,110,103,46,100,105,115,97,98,108,101,100,44,46,98,116,110,45,111,117,116,108,105,110,101,45,119,97,114,110,105,110,103,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,102,102,99,49,48,55,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,46,98,116,110,45,111,117,116,108,105,110,101,45,119,97,114,110,105,110,103,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,44,46,98,116,110,45,111,117,116,108,105,110,101,45,119,97,114,110,105,110,103,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,44,46,115,104,111,119,62,46,98,116,110,45,111,117,116,108,105,110,101,45,119,97,114,110,105,110,103,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,99,49,48,55,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,102,99,49,48,55,125,46,98,116,110,45,111,117,116,108,105,110,101,45,119,97,114,110,105,110,103,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,58,102,111,99,117,115,44,46,98,116,110,45,111,117,116,108,105,110,101,45,119,97,114,110,105,110,103,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,58,102,111,99,117,115,44,46,115,104,111,119,62,46,98,116,110,45,111,117,116,108,105,110,101,45,119,97,114,110,105,110,103,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,53,53,44,49,57,51,44,55,44,46,53,41,125,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,110,103,101,114,123,99,111,108,111,114,58,35,100,99,51,53,52,53,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,99,51,53,52,53,125,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,110,103,101,114,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,99,51,53,52,53,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,99,51,53,52,53,125,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,110,103,101,114,46,102,111,99,117,115,44,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,110,103,101,114,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,50,48,44,53,51,44,54,57,44,46,53,41,125,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,110,103,101,114,46,100,105,115,97,98,108,101,100,44,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,110,103,101,114,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,100,99,51,53,52,53,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,110,103,101,114,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,44,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,110,103,101,114,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,44,46,115,104,111,119,62,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,110,103,101,114,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,99,51,53,52,53,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,99,51,53,52,53,125,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,110,103,101,114,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,58,102,111,99,117,115,44,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,110,103,101,114,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,58,102,111,99,117,115,44,46,115,104,111,119,62,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,110,103,101,114,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,50,48,44,53,51,44,54,57,44,46,53,41,125,46,98,116,110,45,111,117,116,108,105,110,101,45,108,105,103,104,116,123,99,111,108,111,114,58,35,102,56,102,57,102,97,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,56,102,57,102,97,125,46,98,116,110,45,111,117,116,108,105,110,101,45,108,105,103,104,116,58,104,111,118,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,56,102,57,102,97,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,56,102,57,102,97,125,46,98,116,110,45,111,117,116,108,105,110,101,45,108,105,103,104,116,46,102,111,99,117,115,44,46,98,116,110,45,111,117,116,108,105,110,101,45,108,105,103,104,116,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,52,56,44,50,52,57,44,50,53,48,44,46,53,41,125,46,98,116,110,45,111,117,116,108,105,110,101,45,108,105,103,104,116,46,100,105,115,97,98,108,101,100,44,46,98,116,110,45,111,117,116,108,105,110,101,45,108,105,103,104,116,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,102,56,102,57,102,97,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,46,98,116,110,45,111,117,116,108,105,110,101,45,108,105,103,104,116,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,44,46,98,116,110,45,111,117,116,108,105,110,101,45,108,105,103,104,116,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,44,46,115,104,111,119,62,46,98,116,110,45,111,117,116,108,105,110,101,45,108,105,103,104,116,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,56,102,57,102,97,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,56,102,57,102,97,125,46,98,116,110,45,111,117,116,108,105,110,101,45,108,105,103,104,116,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,58,102,111,99,117,115,44,46,98,116,110,45,111,117,116,108,105,110,101,45,108,105,103,104,116,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,58,102,111,99,117,115,44,46,115,104,111,119,62,46,98,116,110,45,111,117,116,108,105,110,101,45,108,105,103,104,116,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,52,56,44,50,52,57,44,50,53,48,44,46,53,41,125,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,114,107,123,99,111,108,111,114,58,35,51,52,51,97,52,48,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,51,52,51,97,52,48,125,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,114,107,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,52,51,97,52,48,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,51,52,51,97,52,48,125,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,114,107,46,102,111,99,117,115,44,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,114,107,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,53,50,44,53,56,44,54,52,44,46,53,41,125,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,114,107,46,100,105,115,97,98,108,101,100,44,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,114,107,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,51,52,51,97,52,48,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,114,107,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,44,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,114,107,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,44,46,115,104,111,119,62,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,114,107,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,52,51,97,52,48,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,51,52,51,97,52,48,125,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,114,107,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,46,97,99,116,105,118,101,58,102,111,99,117,115,44,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,114,107,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,58,102,111,99,117,115,44,46,115,104,111,119,62,46,98,116,110,45,111,117,116,108,105,110,101,45,100,97,114,107,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,102,111,99,117,115,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,53,50,44,53,56,44,54,52,44,46,53,41,125,46,98,116,110,45,108,105,110,107,123,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,59,99,111,108,111,114,58,35,48,48,55,98,102,102,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,125,46,98,116,110,45,108,105,110,107,58,104,111,118,101,114,123,99,111,108,111,114,58,35,48,48,53,54,98,51,125,46,98,116,110,45,108,105,110,107,46,102,111,99,117,115,44,46,98,116,110,45,108,105,110,107,58,102,111,99,117,115,44,46,98,116,110,45,108,105,110,107,58,104,111,118,101,114,123,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,117,110,100,101,114,108,105,110,101,125,46,98,116,110,45,108,105,110,107,46,100,105,115,97,98,108,101,100,44,46,98,116,110,45,108,105,110,107,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,54,99,55,53,55,100,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,98,116,110,45,103,114,111,117,112,45,108,103,62,46,98,116,110,44,46,98,116,110,45,108,103,123,112,97,100,100,105,110,103,58,46,53,114,101,109,32,49,114,101,109,59,102,111,110,116,45,115,105,122,101,58,49,46,50,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,51,114,101,109,125,46,98,116,110,45,103,114,111,117,112,45,115,109,62,46,98,116,110,44,46,98,116,110,45,115,109,123,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,46,53,114,101,109,59,102,111,110,116,45,115,105,122,101,58,46,56,55,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,114,101,109,125,46,98,116,110,45,98,108,111,99,107,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,125,46,98,116,110,45,98,108,111,99,107,43,46,98,116,110,45,98,108,111,99,107,123,109,97,114,103,105,110,45,116,111,112,58,46,53,114,101,109,125,105,110,112,117,116,91,116,121,112,101,61,98,117,116,116,111,110,93,46,98,116,110,45,98,108,111,99,107,44,105,110,112,117,116,91,116,121,112,101,61,114,101,115,101,116,93,46,98,116,110,45,98,108,111,99,107,44,105,110,112,117,116,91,116,121,112,101,61,115,117,98,109,105,116,93,46,98,116,110,45,98,108,111,99,107,123,119,105,100,116,104,58,49,48,48,37,125,46,102,97,100,101,123,116,114,97,110,115,105,116,105,111,110,58,111,112,97,99,105,116,121,32,46,49,53,115,32,108,105,110,101,97,114,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,102,97,100,101,123,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,46,102,97,100,101,58,110,111,116,40,46,115,104,111,119,41,123,111,112,97,99,105,116,121,58,48,125,46,99,111,108,108,97,112,115,101,58,110,111,116,40,46,115,104,111,119,41,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,99,111,108,108,97,112,115,105,110,103,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,104,101,105,103,104,116,58,48,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,116,114,97,110,115,105,116,105,111,110,58,104,101,105,103,104,116,32,46,51,53,115,32,101,97,115,101,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,99,111,108,108,97,112,115,105,110,103,123,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,46,100,114,111,112,100,111,119,110,44,46,100,114,111,112,108,101,102,116,44,46,100,114,111,112,114,105,103,104,116,44,46,100,114,111,112,117,112,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,125,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,123,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,125,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,97,102,116,101,114,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,109,97,114,103,105,110,45,108,101,102,116,58,46,50,53,53,101,109,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,46,50,53,53,101,109,59,99,111,110,116,101,110,116,58,34,34,59,98,111,114,100,101,114,45,116,111,112,58,46,51,101,109,32,115,111,108,105,100,59,98,111,114,100,101,114,45,114,105,103,104,116,58,46,51,101,109,32,115,111,108,105,100,32,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,48,59,98,111,114,100,101,114,45,108,101,102,116,58,46,51,101,109,32,115,111,108,105,100,32,116,114,97,110,115,112,97,114,101,110,116,125,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,101,109,112,116,121,58,97,102,116,101,114,123,109,97,114,103,105,110,45,108,101,102,116,58,48,125,46,100,114,111,112,100,111,119,110,45,109,101,110,117,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,49,48,48,37,59,108,101,102,116,58,48,59,122,45,105,110,100,101,120,58,49,48,48,48,59,100,105,115,112,108,97,121,58,110,111,110,101,59,102,108,111,97,116,58,108,101,102,116,59,109,105,110,45,119,105,100,116,104,58,49,48,114,101,109,59,112,97,100,100,105,110,103,58,46,53,114,101,109,32,48,59,109,97,114,103,105,110,58,46,49,50,53,114,101,109,32,48,32,48,59,102,111,110,116,45,115,105,122,101,58,49,114,101,109,59,99,111,108,111,114,58,35,50,49,50,53,50,57,59,116,101,120,116,45,97,108,105,103,110,58,108,101,102,116,59,108,105,115,116,45,115,116,121,108,101,58,110,111,110,101,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,108,105,112,58,112,97,100,100,105,110,103,45,98,111,120,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,114,103,98,97,40,48,44,48,44,48,44,46,49,53,41,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,100,114,111,112,100,111,119,110,45,109,101,110,117,45,108,101,102,116,123,114,105,103,104,116,58,97,117,116,111,59,108,101,102,116,58,48,125,46,100,114,111,112,100,111,119,110,45,109,101,110,117,45,114,105,103,104,116,123,114,105,103,104,116,58,48,59,108,101,102,116,58,97,117,116,111,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,53,55,54,112,120,41,123,46,100,114,111,112,100,111,119,110,45,109,101,110,117,45,115,109,45,108,101,102,116,123,114,105,103,104,116,58,97,117,116,111,59,108,101,102,116,58,48,125,46,100,114,111,112,100,111,119,110,45,109,101,110,117,45,115,109,45,114,105,103,104,116,123,114,105,103,104,116,58,48,59,108,101,102,116,58,97,117,116,111,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,55,54,56,112,120,41,123,46,100,114,111,112,100,111,119,110,45,109,101,110,117,45,109,100,45,108,101,102,116,123,114,105,103,104,116,58,97,117,116,111,59,108,101,102,116,58,48,125,46,100,114,111,112,100,111,119,110,45,109,101,110,117,45,109,100,45,114,105,103,104,116,123,114,105,103,104,116,58,48,59,108,101,102,116,58,97,117,116,111,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,57,57,50,112,120,41,123,46,100,114,111,112,100,111,119,110,45,109,101,110,117,45,108,103,45,108,101,102,116,123,114,105,103,104,116,58,97,117,116,111,59,108,101,102,116,58,48,125,46,100,114,111,112,100,111,119,110,45,109,101,110,117,45,108,103,45,114,105,103,104,116,123,114,105,103,104,116,58,48,59,108,101,102,116,58,97,117,116,111,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,49,50,48,48,112,120,41,123,46,100,114,111,112,100,111,119,110,45,109,101,110,117,45,120,108,45,108,101,102,116,123,114,105,103,104,116,58,97,117,116,111,59,108,101,102,116,58,48,125,46,100,114,111,112,100,111,119,110,45,109,101,110,117,45,120,108,45,114,105,103,104,116,123,114,105,103,104,116,58,48,59,108,101,102,116,58,97,117,116,111,125,125,46,100,114,111,112,117,112,32,46,100,114,111,112,100,111,119,110,45,109,101,110,117,123,116,111,112,58,97,117,116,111,59,98,111,116,116,111,109,58,49,48,48,37,59,109,97,114,103,105,110,45,116,111,112,58,48,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,49,50,53,114,101,109,125,46,100,114,111,112,117,112,32,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,97,102,116,101,114,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,109,97,114,103,105,110,45,108,101,102,116,58,46,50,53,53,101,109,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,46,50,53,53,101,109,59,99,111,110,116,101,110,116,58,34,34,59,98,111,114,100,101,114,45,116,111,112,58,48,59,98,111,114,100,101,114,45,114,105,103,104,116,58,46,51,101,109,32,115,111,108,105,100,32,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,46,51,101,109,32,115,111,108,105,100,59,98,111,114,100,101,114,45,108,101,102,116,58,46,51,101,109,32,115,111,108,105,100,32,116,114,97,110,115,112,97,114,101,110,116,125,46,100,114,111,112,117,112,32,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,101,109,112,116,121,58,97,102,116,101,114,123,109,97,114,103,105,110,45,108,101,102,116,58,48,125,46,100,114,111,112,114,105,103,104,116,32,46,100,114,111,112,100,111,119,110,45,109,101,110,117,123,116,111,112,58,48,59,114,105,103,104,116,58,97,117,116,111,59,108,101,102,116,58,49,48,48,37,59,109,97,114,103,105,110,45,116,111,112,58,48,59,109,97,114,103,105,110,45,108,101,102,116,58,46,49,50,53,114,101,109,125,46,100,114,111,112,114,105,103,104,116,32,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,97,102,116,101,114,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,109,97,114,103,105,110,45,108,101,102,116,58,46,50,53,53,101,109,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,46,50,53,53,101,109,59,99,111,110,116,101,110,116,58,34,34,59,98,111,114,100,101,114,45,116,111,112,58,46,51,101,109,32,115,111,108,105,100,32,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,114,105,103,104,116,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,46,51,101,109,32,115,111,108,105,100,32,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,108,101,102,116,58,46,51,101,109,32,115,111,108,105,100,125,46,100,114,111,112,114,105,103,104,116,32,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,101,109,112,116,121,58,97,102,116,101,114,123,109,97,114,103,105,110,45,108,101,102,116,58,48,125,46,100,114,111,112,114,105,103,104,116,32,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,97,102,116,101,114,123,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,48,125,46,100,114,111,112,108,101,102,116,32,46,100,114,111,112,100,111,119,110,45,109,101,110,117,123,116,111,112,58,48,59,114,105,103,104,116,58,49,48,48,37,59,108,101,102,116,58,97,117,116,111,59,109,97,114,103,105,110,45,116,111,112,58,48,59,109,97,114,103,105,110,45,114,105,103,104,116,58,46,49,50,53,114,101,109,125,46,100,114,111,112,108,101,102,116,32,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,97,102,116,101,114,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,109,97,114,103,105,110,45,108,101,102,116,58,46,50,53,53,101,109,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,46,50,53,53,101,109,59,99,111,110,116,101,110,116,58,34,34,59,100,105,115,112,108,97,121,58,110,111,110,101,125,46,100,114,111,112,108,101,102,116,32,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,98,101,102,111,114,101,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,109,97,114,103,105,110,45,114,105,103,104,116,58,46,50,53,53,101,109,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,46,50,53,53,101,109,59,99,111,110,116,101,110,116,58,34,34,59,98,111,114,100,101,114,45,116,111,112,58,46,51,101,109,32,115,111,108,105,100,32,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,114,105,103,104,116,58,46,51,101,109,32,115,111,108,105,100,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,46,51,101,109,32,115,111,108,105,100,32,116,114,97,110,115,112,97,114,101,110,116,125,46,100,114,111,112,108,101,102,116,32,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,101,109,112,116,121,58,97,102,116,101,114,123,109,97,114,103,105,110,45,108,101,102,116,58,48,125,46,100,114,111,112,108,101,102,116,32,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,58,98,101,102,111,114,101,123,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,48,125,46,100,114,111,112,100,111,119,110,45,109,101,110,117,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,44,46,100,114,111,112,100,111,119,110,45,109,101,110,117,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,44,46,100,114,111,112,100,111,119,110,45,109,101,110,117,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,44,46,100,114,111,112,100,111,119,110,45,109,101,110,117,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,123,114,105,103,104,116,58,97,117,116,111,59,98,111,116,116,111,109,58,97,117,116,111,125,46,100,114,111,112,100,111,119,110,45,100,105,118,105,100,101,114,123,104,101,105,103,104,116,58,48,59,109,97,114,103,105,110,58,46,53,114,101,109,32,48,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,98,111,114,100,101,114,45,116,111,112,58,49,112,120,32,115,111,108,105,100,32,35,101,57,101,99,101,102,125,46,100,114,111,112,100,111,119,110,45,105,116,101,109,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,59,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,49,46,53,114,101,109,59,99,108,101,97,114,58,98,111,116,104,59,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,59,99,111,108,111,114,58,35,50,49,50,53,50,57,59,116,101,120,116,45,97,108,105,103,110,58,105,110,104,101,114,105,116,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,58,48,125,46,100,114,111,112,100,111,119,110,45,105,116,101,109,58,102,111,99,117,115,44,46,100,114,111,112,100,111,119,110,45,105,116,101,109,58,104,111,118,101,114,123,99,111,108,111,114,58,35,49,54,49,56,49,98,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,125,46,100,114,111,112,100,111,119,110,45,105,116,101,109,46,97,99,116,105,118,101,44,46,100,114,111,112,100,111,119,110,45,105,116,101,109,58,97,99,116,105,118,101,123,99,111,108,111,114,58,35,102,102,102,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,55,98,102,102,125,46,100,114,111,112,100,111,119,110,45,105,116,101,109,46,100,105,115,97,98,108,101,100,44,46,100,114,111,112,100,111,119,110,45,105,116,101,109,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,97,100,98,53,98,100,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,46,100,114,111,112,100,111,119,110,45,109,101,110,117,46,115,104,111,119,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,100,114,111,112,100,111,119,110,45,104,101,97,100,101,114,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,112,97,100,100,105,110,103,58,46,53,114,101,109,32,49,46,53,114,101,109,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,59,102,111,110,116,45,115,105,122,101,58,46,56,55,53,114,101,109,59,99,111,108,111,114,58,35,54,99,55,53,55,100,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,125,46,100,114,111,112,100,111,119,110,45,105,116,101,109,45,116,101,120,116,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,49,46,53,114,101,109,59,99,111,108,111,114,58,35,50,49,50,53,50,57,125,46,98,116,110,45,103,114,111,117,112,44,46,98,116,110,45,103,114,111,117,112,45,118,101,114,116,105,99,97,108,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,102,108,101,120,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,109,105,100,100,108,101,125,46,98,116,110,45,103,114,111,117,112,45,118,101,114,116,105,99,97,108,62,46,98,116,110,44,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,102,108,101,120,58,49,32,49,32,97,117,116,111,125,46,98,116,110,45,103,114,111,117,112,45,118,101,114,116,105,99,97,108,62,46,98,116,110,46,97,99,116,105,118,101,44,46,98,116,110,45,103,114,111,117,112,45,118,101,114,116,105,99,97,108,62,46,98,116,110,58,97,99,116,105,118,101,44,46,98,116,110,45,103,114,111,117,112,45,118,101,114,116,105,99,97,108,62,46,98,116,110,58,102,111,99,117,115,44,46,98,116,110,45,103,114,111,117,112,45,118,101,114,116,105,99,97,108,62,46,98,116,110,58,104,111,118,101,114,44,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,46,97,99,116,105,118,101,44,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,58,97,99,116,105,118,101,44,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,58,102,111,99,117,115,44,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,58,104,111,118,101,114,123,122,45,105,110,100,101,120,58,49,125,46,98,116,110,45,116,111,111,108,98,97,114,123,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,119,114,97,112,58,119,114,97,112,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,115,116,97,114,116,125,46,98,116,110,45,116,111,111,108,98,97,114,32,46,105,110,112,117,116,45,103,114,111,117,112,123,119,105,100,116,104,58,97,117,116,111,125,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,45,103,114,111,117,112,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,44,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,112,120,125,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,45,103,114,111,117,112,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,62,46,98,116,110,44,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,58,110,111,116,40,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,41,123,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,45,103,114,111,117,112,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,62,46,98,116,110,44,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,48,125,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,45,115,112,108,105,116,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,53,54,50,53,114,101,109,59,112,97,100,100,105,110,103,45,108,101,102,116,58,46,53,54,50,53,114,101,109,125,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,45,115,112,108,105,116,58,97,102,116,101,114,44,46,100,114,111,112,114,105,103,104,116,32,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,45,115,112,108,105,116,58,97,102,116,101,114,44,46,100,114,111,112,117,112,32,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,45,115,112,108,105,116,58,97,102,116,101,114,123,109,97,114,103,105,110,45,108,101,102,116,58,48,125,46,100,114,111,112,108,101,102,116,32,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,45,115,112,108,105,116,58,98,101,102,111,114,101,123,109,97,114,103,105,110,45,114,105,103,104,116,58,48,125,46,98,116,110,45,103,114,111,117,112,45,115,109,62,46,98,116,110,43,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,45,115,112,108,105,116,44,46,98,116,110,45,115,109,43,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,45,115,112,108,105,116,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,51,55,53,114,101,109,59,112,97,100,100,105,110,103,45,108,101,102,116,58,46,51,55,53,114,101,109,125,46,98,116,110,45,103,114,111,117,112,45,108,103,62,46,98,116,110,43,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,45,115,112,108,105,116,44,46,98,116,110,45,108,103,43,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,45,115,112,108,105,116,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,55,53,114,101,109,59,112,97,100,100,105,110,103,45,108,101,102,116,58,46,55,53,114,101,109,125,46,98,116,110,45,103,114,111,117,112,45,118,101,114,116,105,99,97,108,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,59,97,108,105,103,110,45,105,116,101,109,115,58,102,108,101,120,45,115,116,97,114,116,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,125,46,98,116,110,45,103,114,111,117,112,45,118,101,114,116,105,99,97,108,62,46,98,116,110,44,46,98,116,110,45,103,114,111,117,112,45,118,101,114,116,105,99,97,108,62,46,98,116,110,45,103,114,111,117,112,123,119,105,100,116,104,58,49,48,48,37,125,46,98,116,110,45,103,114,111,117,112,45,118,101,114,116,105,99,97,108,62,46,98,116,110,45,103,114,111,117,112,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,44,46,98,116,110,45,103,114,111,117,112,45,118,101,114,116,105,99,97,108,62,46,98,116,110,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,123,109,97,114,103,105,110,45,116,111,112,58,45,49,112,120,125,46,98,116,110,45,103,114,111,117,112,45,118,101,114,116,105,99,97,108,62,46,98,116,110,45,103,114,111,117,112,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,62,46,98,116,110,44,46,98,116,110,45,103,114,111,117,112,45,118,101,114,116,105,99,97,108,62,46,98,116,110,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,58,110,111,116,40,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,41,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,48,125,46,98,116,110,45,103,114,111,117,112,45,118,101,114,116,105,99,97,108,62,46,98,116,110,45,103,114,111,117,112,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,62,46,98,116,110,44,46,98,116,110,45,103,114,111,117,112,45,118,101,114,116,105,99,97,108,62,46,98,116,110,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,98,116,110,45,103,114,111,117,112,45,116,111,103,103,108,101,62,46,98,116,110,44,46,98,116,110,45,103,114,111,117,112,45,116,111,103,103,108,101,62,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,125,46,98,116,110,45,103,114,111,117,112,45,116,111,103,103,108,101,62,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,32,105,110,112,117,116,91,116,121,112,101,61,99,104,101,99,107,98,111,120,93,44,46,98,116,110,45,103,114,111,117,112,45,116,111,103,103,108,101,62,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,32,105,110,112,117,116,91,116,121,112,101,61,114,97,100,105,111,93,44,46,98,116,110,45,103,114,111,117,112,45,116,111,103,103,108,101,62,46,98,116,110,32,105,110,112,117,116,91,116,121,112,101,61,99,104,101,99,107,98,111,120,93,44,46,98,116,110,45,103,114,111,117,112,45,116,111,103,103,108,101,62,46,98,116,110,32,105,110,112,117,116,91,116,121,112,101,61,114,97,100,105,111,93,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,99,108,105,112,58,114,101,99,116,40,48,44,48,44,48,44,48,41,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,105,110,112,117,116,45,103,114,111,117,112,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,119,114,97,112,58,119,114,97,112,59,97,108,105,103,110,45,105,116,101,109,115,58,115,116,114,101,116,99,104,59,119,105,100,116,104,58,49,48,48,37,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,102,105,108,101,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,115,101,108,101,99,116,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,102,111,114,109,45,99,111,110,116,114,111,108,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,102,111,114,109,45,99,111,110,116,114,111,108,45,112,108,97,105,110,116,101,120,116,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,102,108,101,120,58,49,32,49,32,97,117,116,111,59,119,105,100,116,104,58,49,37,59,109,105,110,45,119,105,100,116,104,58,48,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,102,105,108,101,43,46,99,117,115,116,111,109,45,102,105,108,101,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,102,105,108,101,43,46,99,117,115,116,111,109,45,115,101,108,101,99,116,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,102,105,108,101,43,46,102,111,114,109,45,99,111,110,116,114,111,108,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,115,101,108,101,99,116,43,46,99,117,115,116,111,109,45,102,105,108,101,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,115,101,108,101,99,116,43,46,99,117,115,116,111,109,45,115,101,108,101,99,116,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,115,101,108,101,99,116,43,46,102,111,114,109,45,99,111,110,116,114,111,108,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,102,111,114,109,45,99,111,110,116,114,111,108,43,46,99,117,115,116,111,109,45,102,105,108,101,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,102,111,114,109,45,99,111,110,116,114,111,108,43,46,99,117,115,116,111,109,45,115,101,108,101,99,116,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,102,111,114,109,45,99,111,110,116,114,111,108,43,46,102,111,114,109,45,99,111,110,116,114,111,108,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,102,111,114,109,45,99,111,110,116,114,111,108,45,112,108,97,105,110,116,101,120,116,43,46,99,117,115,116,111,109,45,102,105,108,101,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,102,111,114,109,45,99,111,110,116,114,111,108,45,112,108,97,105,110,116,101,120,116,43,46,99,117,115,116,111,109,45,115,101,108,101,99,116,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,102,111,114,109,45,99,111,110,116,114,111,108,45,112,108,97,105,110,116,101,120,116,43,46,102,111,114,109,45,99,111,110,116,114,111,108,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,112,120,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,102,105,108,101,32,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,58,102,111,99,117,115,126,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,115,101,108,101,99,116,58,102,111,99,117,115,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,102,111,114,109,45,99,111,110,116,114,111,108,58,102,111,99,117,115,123,122,45,105,110,100,101,120,58,51,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,102,105,108,101,32,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,58,102,111,99,117,115,123,122,45,105,110,100,101,120,58,52,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,115,101,108,101,99,116,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,102,111,114,109,45,99,111,110,116,114,111,108,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,48,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,102,105,108,101,123,100,105,115,112,108,97,121,58,102,108,101,120,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,102,105,108,101,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,102,105,108,101,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,48,125,46,105,110,112,117,116,45,103,114,111,117,112,46,104,97,115,45,118,97,108,105,100,97,116,105,111,110,62,46,99,117,115,116,111,109,45,102,105,108,101,58,110,116,104,45,108,97,115,116,45,99,104,105,108,100,40,110,43,51,41,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,58,97,102,116,101,114,44,46,105,110,112,117,116,45,103,114,111,117,112,46,104,97,115,45,118,97,108,105,100,97,116,105,111,110,62,46,99,117,115,116,111,109,45,115,101,108,101,99,116,58,110,116,104,45,108,97,115,116,45,99,104,105,108,100,40,110,43,51,41,44,46,105,110,112,117,116,45,103,114,111,117,112,46,104,97,115,45,118,97,108,105,100,97,116,105,111,110,62,46,102,111,114,109,45,99,111,110,116,114,111,108,58,110,116,104,45,108,97,115,116,45,99,104,105,108,100,40,110,43,51,41,44,46,105,110,112,117,116,45,103,114,111,117,112,58,110,111,116,40,46,104,97,115,45,118,97,108,105,100,97,116,105,111,110,41,62,46,99,117,115,116,111,109,45,102,105,108,101,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,58,97,102,116,101,114,44,46,105,110,112,117,116,45,103,114,111,117,112,58,110,111,116,40,46,104,97,115,45,118,97,108,105,100,97,116,105,111,110,41,62,46,99,117,115,116,111,109,45,115,101,108,101,99,116,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,44,46,105,110,112,117,116,45,103,114,111,117,112,58,110,111,116,40,46,104,97,115,45,118,97,108,105,100,97,116,105,111,110,41,62,46,102,111,114,109,45,99,111,110,116,114,111,108,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,123,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,44,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,123,100,105,115,112,108,97,121,58,102,108,101,120,125,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,32,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,32,46,98,116,110,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,122,45,105,110,100,101,120,58,50,125,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,32,46,98,116,110,58,102,111,99,117,115,44,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,32,46,98,116,110,58,102,111,99,117,115,123,122,45,105,110,100,101,120,58,51,125,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,32,46,98,116,110,43,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,32,46,98,116,110,43,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,44,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,32,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,43,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,32,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,43,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,44,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,32,46,98,116,110,43,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,32,46,98,116,110,43,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,44,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,32,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,43,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,32,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,43,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,112,120,125,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,49,112,120,125,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,112,120,125,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,123,100,105,115,112,108,97,121,58,102,108,101,120,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,59,112,97,100,100,105,110,103,58,46,51,55,53,114,101,109,32,46,55,53,114,101,109,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,59,102,111,110,116,45,115,105,122,101,58,49,114,101,109,59,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,99,111,108,111,114,58,35,52,57,53,48,53,55,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,99,101,100,52,100,97,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,32,105,110,112,117,116,91,116,121,112,101,61,99,104,101,99,107,98,111,120,93,44,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,32,105,110,112,117,116,91,116,121,112,101,61,114,97,100,105,111,93,123,109,97,114,103,105,110,45,116,111,112,58,48,125,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,62,46,99,117,115,116,111,109,45,115,101,108,101,99,116,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,62,46,102,111,114,109,45,99,111,110,116,114,111,108,58,110,111,116,40,116,101,120,116,97,114,101,97,41,123,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,49,114,101,109,32,43,32,50,112,120,41,125,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,62,46,99,117,115,116,111,109,45,115,101,108,101,99,116,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,62,46,102,111,114,109,45,99,111,110,116,114,111,108,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,62,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,62,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,62,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,62,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,62,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,62,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,62,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,62,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,123,112,97,100,100,105,110,103,58,46,53,114,101,109,32,49,114,101,109,59,102,111,110,116,45,115,105,122,101,58,49,46,50,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,51,114,101,109,125,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,62,46,99,117,115,116,111,109,45,115,101,108,101,99,116,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,62,46,102,111,114,109,45,99,111,110,116,114,111,108,58,110,111,116,40,116,101,120,116,97,114,101,97,41,123,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,53,114,101,109,32,43,32,50,112,120,41,125,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,62,46,99,117,115,116,111,109,45,115,101,108,101,99,116,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,62,46,102,111,114,109,45,99,111,110,116,114,111,108,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,62,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,62,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,62,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,62,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,62,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,62,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,62,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,62,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,123,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,46,53,114,101,109,59,102,111,110,116,45,115,105,122,101,58,46,56,55,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,114,101,109,125,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,62,46,99,117,115,116,111,109,45,115,101,108,101,99,116,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,62,46,99,117,115,116,111,109,45,115,101,108,101,99,116,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,49,46,55,53,114,101,109,125,46,105,110,112,117,116,45,103,114,111,117,112,46,104,97,115,45,118,97,108,105,100,97,116,105,111,110,62,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,58,110,116,104,45,108,97,115,116,45,99,104,105,108,100,40,110,43,51,41,62,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,46,104,97,115,45,118,97,108,105,100,97,116,105,111,110,62,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,58,110,116,104,45,108,97,115,116,45,99,104,105,108,100,40,110,43,51,41,62,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,44,46,105,110,112,117,116,45,103,114,111,117,112,58,110,111,116,40,46,104,97,115,45,118,97,108,105,100,97,116,105,111,110,41,62,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,62,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,58,110,111,116,40,46,104,97,115,45,118,97,108,105,100,97,116,105,111,110,41,62,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,62,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,58,108,97,115,116,45,99,104,105,108,100,62,46,98,116,110,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,58,110,111,116,40,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,41,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,58,108,97,115,116,45,99,104,105,108,100,62,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,62,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,62,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,123,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,62,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,62,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,58,102,105,114,115,116,45,99,104,105,108,100,62,46,98,116,110,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,58,102,105,114,115,116,45,99,104,105,108,100,62,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,62,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,62,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,48,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,122,45,105,110,100,101,120,58,49,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,109,105,110,45,104,101,105,103,104,116,58,49,46,53,114,101,109,59,112,97,100,100,105,110,103,45,108,101,102,116,58,49,46,53,114,101,109,59,45,119,101,98,107,105,116,45,112,114,105,110,116,45,99,111,108,111,114,45,97,100,106,117,115,116,58,101,120,97,99,116,59,99,111,108,111,114,45,97,100,106,117,115,116,58,101,120,97,99,116,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,108,105,110,101,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,102,108,101,120,59,109,97,114,103,105,110,45,114,105,103,104,116,58,49,114,101,109,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,108,101,102,116,58,48,59,122,45,105,110,100,101,120,58,45,49,59,119,105,100,116,104,58,49,114,101,109,59,104,101,105,103,104,116,58,49,46,50,53,114,101,109,59,111,112,97,99,105,116,121,58,48,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,99,104,101,99,107,101,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,99,111,108,111,114,58,35,102,102,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,48,48,55,98,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,55,98,102,102,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,102,111,99,117,115,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,50,53,41,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,102,111,99,117,115,58,110,111,116,40,58,99,104,101,99,107,101,100,41,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,56,48,98,100,102,102,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,97,99,116,105,118,101,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,98,51,100,55,102,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,98,51,100,55,102,102,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,100,105,115,97,98,108,101,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,44,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,91,100,105,115,97,98,108,101,100,93,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,123,99,111,108,111,114,58,35,54,99,55,53,55,100,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,100,105,115,97,98,108,101,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,91,100,105,115,97,98,108,101,100,93,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,116,111,112,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,97,100,98,53,98,100,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,44,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,46,50,53,114,101,109,59,108,101,102,116,58,45,49,46,53,114,101,109,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,114,101,109,59,104,101,105,103,104,116,58,49,114,101,109,59,99,111,110,116,101,110,116,58,34,34,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,123,98,97,99,107,103,114,111,117,110,100,58,53,48,37,47,53,48,37,32,53,48,37,32,110,111,45,114,101,112,101,97,116,125,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,99,104,101,99,107,101,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,56,39,32,104,101,105,103,104,116,61,39,56,39,37,51,69,37,51,67,112,97,116,104,32,102,105,108,108,61,39,37,50,51,102,102,102,39,32,100,61,39,77,54,46,53,54,52,46,55,53,108,45,51,46,53,57,32,51,46,54,49,50,45,49,46,53,51,56,45,49,46,53,53,76,48,32,52,46,50,54,108,50,46,57,55,52,32,50,46,57,57,76,56,32,50,46,49,57,51,122,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,125,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,105,110,100,101,116,101,114,109,105,110,97,116,101,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,48,48,55,98,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,55,98,102,102,125,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,105,110,100,101,116,101,114,109,105,110,97,116,101,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,52,39,32,104,101,105,103,104,116,61,39,52,39,37,51,69,37,51,67,112,97,116,104,32,115,116,114,111,107,101,61,39,37,50,51,102,102,102,39,32,100,61,39,77,48,32,50,104,52,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,125,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,100,105,115,97,98,108,101,100,58,99,104,101,99,107,101,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,53,41,125,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,100,105,115,97,98,108,101,100,58,105,110,100,101,116,101,114,109,105,110,97,116,101,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,53,41,125,46,99,117,115,116,111,109,45,114,97,100,105,111,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,53,48,37,125,46,99,117,115,116,111,109,45,114,97,100,105,111,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,99,104,101,99,107,101,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,49,50,39,32,104,101,105,103,104,116,61,39,49,50,39,32,118,105,101,119,66,111,120,61,39,45,52,32,45,52,32,56,32,56,39,37,51,69,37,51,67,99,105,114,99,108,101,32,114,61,39,51,39,32,102,105,108,108,61,39,37,50,51,102,102,102,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,125,46,99,117,115,116,111,109,45,114,97,100,105,111,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,100,105,115,97,98,108,101,100,58,99,104,101,99,107,101,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,53,41,125,46,99,117,115,116,111,109,45,115,119,105,116,99,104,123,112,97,100,100,105,110,103,45,108,101,102,116,58,50,46,50,53,114,101,109,125,46,99,117,115,116,111,109,45,115,119,105,116,99,104,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,108,101,102,116,58,45,50,46,50,53,114,101,109,59,119,105,100,116,104,58,49,46,55,53,114,101,109,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,108,108,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,53,114,101,109,125,46,99,117,115,116,111,109,45,115,119,105,116,99,104,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,123,116,111,112,58,99,97,108,99,40,46,50,53,114,101,109,32,43,32,50,112,120,41,59,108,101,102,116,58,99,97,108,99,40,45,50,46,50,53,114,101,109,32,43,32,50,112,120,41,59,119,105,100,116,104,58,99,97,108,99,40,49,114,101,109,32,45,32,52,112,120,41,59,104,101,105,103,104,116,58,99,97,108,99,40,49,114,101,109,32,45,32,52,112,120,41,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,97,100,98,53,98,100,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,53,114,101,109,59,116,114,97,110,115,105,116,105,111,110,58,116,114,97,110,115,102,111,114,109,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,114,100,101,114,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,120,45,115,104,97,100,111,119,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,99,117,115,116,111,109,45,115,119,105,116,99,104,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,123,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,46,99,117,115,116,111,109,45,115,119,105,116,99,104,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,99,104,101,99,107,101,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,88,40,46,55,53,114,101,109,41,125,46,99,117,115,116,111,109,45,115,119,105,116,99,104,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,100,105,115,97,98,108,101,100,58,99,104,101,99,107,101,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,53,41,125,46,99,117,115,116,111,109,45,115,101,108,101,99,116,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,59,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,55,53,114,101,109,32,43,32,50,112,120,41,59,112,97,100,100,105,110,103,58,46,51,55,53,114,101,109,32,49,46,55,53,114,101,109,32,46,51,55,53,114,101,109,32,46,55,53,114,101,109,59,102,111,110,116,45,115,105,122,101,58,49,114,101,109,59,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,99,111,108,111,114,58,35,52,57,53,48,53,55,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,109,105,100,100,108,101,59,98,97,99,107,103,114,111,117,110,100,58,35,102,102,102,32,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,52,39,32,104,101,105,103,104,116,61,39,53,39,37,51,69,37,51,67,112,97,116,104,32,102,105,108,108,61,39,37,50,51,51,52,51,97,52,48,39,32,100,61,39,77,50,32,48,76,48,32,50,104,52,122,109,48,32,53,76,48,32,51,104,52,122,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,32,114,105,103,104,116,32,46,55,53,114,101,109,32,99,101,110,116,101,114,47,56,112,120,32,49,48,112,120,32,110,111,45,114,101,112,101,97,116,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,99,101,100,52,100,97,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,45,119,101,98,107,105,116,45,97,112,112,101,97,114,97,110,99,101,58,110,111,110,101,59,45,109,111,122,45,97,112,112,101,97,114,97,110,99,101,58,110,111,110,101,59,97,112,112,101,97,114,97,110,99,101,58,110,111,110,101,125,46,99,117,115,116,111,109,45,115,101,108,101,99,116,58,102,111,99,117,115,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,56,48,98,100,102,102,59,111,117,116,108,105,110,101,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,50,53,41,125,46,99,117,115,116,111,109,45,115,101,108,101,99,116,58,102,111,99,117,115,58,58,45,109,115,45,118,97,108,117,101,123,99,111,108,111,114,58,35,52,57,53,48,53,55,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,125,46,99,117,115,116,111,109,45,115,101,108,101,99,116,91,109,117,108,116,105,112,108,101,93,44,46,99,117,115,116,111,109,45,115,101,108,101,99,116,91,115,105,122,101,93,58,110,111,116,40,91,115,105,122,101,61,34,49,34,93,41,123,104,101,105,103,104,116,58,97,117,116,111,59,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,55,53,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,110,111,110,101,125,46,99,117,115,116,111,109,45,115,101,108,101,99,116,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,54,99,55,53,55,100,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,125,46,99,117,115,116,111,109,45,115,101,108,101,99,116,58,58,45,109,115,45,101,120,112,97,110,100,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,99,117,115,116,111,109,45,115,101,108,101,99,116,58,45,109,111,122,45,102,111,99,117,115,114,105,110,103,123,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,116,101,120,116,45,115,104,97,100,111,119,58,48,32,48,32,48,32,35,52,57,53,48,53,55,125,46,99,117,115,116,111,109,45,115,101,108,101,99,116,45,115,109,123,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,53,114,101,109,32,43,32,50,112,120,41,59,112,97,100,100,105,110,103,45,116,111,112,58,46,50,53,114,101,109,59,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,46,50,53,114,101,109,59,112,97,100,100,105,110,103,45,108,101,102,116,58,46,53,114,101,109,59,102,111,110,116,45,115,105,122,101,58,46,56,55,53,114,101,109,125,46,99,117,115,116,111,109,45,115,101,108,101,99,116,45,108,103,123,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,49,114,101,109,32,43,32,50,112,120,41,59,112,97,100,100,105,110,103,45,116,111,112,58,46,53,114,101,109,59,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,46,53,114,101,109,59,112,97,100,100,105,110,103,45,108,101,102,116,58,49,114,101,109,59,102,111,110,116,45,115,105,122,101,58,49,46,50,53,114,101,109,125,46,99,117,115,116,111,109,45,102,105,108,101,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,125,46,99,117,115,116,111,109,45,102,105,108,101,44,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,119,105,100,116,104,58,49,48,48,37,59,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,55,53,114,101,109,32,43,32,50,112,120,41,125,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,123,122,45,105,110,100,101,120,58,50,59,109,97,114,103,105,110,58,48,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,111,112,97,99,105,116,121,58,48,125,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,58,102,111,99,117,115,126,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,56,48,98,100,102,102,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,50,53,41,125,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,58,100,105,115,97,98,108,101,100,126,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,91,100,105,115,97,98,108,101,100,93,126,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,125,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,58,108,97,110,103,40,101,110,41,126,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,58,97,102,116,101,114,123,99,111,110,116,101,110,116,58,34,66,114,111,119,115,101,34,125,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,126,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,91,100,97,116,97,45,98,114,111,119,115,101,93,58,97,102,116,101,114,123,99,111,110,116,101,110,116,58,97,116,116,114,40,100,97,116,97,45,98,114,111,119,115,101,41,125,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,123,108,101,102,116,58,48,59,122,45,105,110,100,101,120,58,49,59,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,55,53,114,101,109,32,43,32,50,112,120,41,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,99,101,100,52,100,97,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,58,97,102,116,101,114,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,48,59,114,105,103,104,116,58,48,59,112,97,100,100,105,110,103,58,46,51,55,53,114,101,109,32,46,55,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,99,111,108,111,114,58,35,52,57,53,48,53,55,125,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,58,97,102,116,101,114,123,98,111,116,116,111,109,58,48,59,122,45,105,110,100,101,120,58,51,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,55,53,114,101,109,41,59,99,111,110,116,101,110,116,58,34,66,114,111,119,115,101,34,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,59,98,111,114,100,101,114,45,108,101,102,116,58,105,110,104,101,114,105,116,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,32,46,50,53,114,101,109,32,46,50,53,114,101,109,32,48,125,46,99,117,115,116,111,109,45,114,97,110,103,101,123,119,105,100,116,104,58,49,48,48,37,59,104,101,105,103,104,116,58,49,46,52,114,101,109,59,112,97,100,100,105,110,103,58,48,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,45,119,101,98,107,105,116,45,97,112,112,101,97,114,97,110,99,101,58,110,111,110,101,59,45,109,111,122,45,97,112,112,101,97,114,97,110,99,101,58,110,111,110,101,59,97,112,112,101,97,114,97,110,99,101,58,110,111,110,101,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,102,111,99,117,115,123,111,117,116,108,105,110,101,58,48,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,102,111,99,117,115,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,116,104,117,109,98,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,49,112,120,32,35,102,102,102,44,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,50,53,41,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,102,111,99,117,115,58,58,45,109,111,122,45,114,97,110,103,101,45,116,104,117,109,98,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,49,112,120,32,35,102,102,102,44,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,50,53,41,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,102,111,99,117,115,58,58,45,109,115,45,116,104,117,109,98,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,49,112,120,32,35,102,102,102,44,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,50,53,41,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,58,45,109,111,122,45,102,111,99,117,115,45,111,117,116,101,114,123,98,111,114,100,101,114,58,48,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,116,104,117,109,98,123,119,105,100,116,104,58,49,114,101,109,59,104,101,105,103,104,116,58,49,114,101,109,59,109,97,114,103,105,110,45,116,111,112,58,45,46,50,53,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,55,98,102,102,59,98,111,114,100,101,114,58,48,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,49,114,101,109,59,45,119,101,98,107,105,116,45,116,114,97,110,115,105,116,105,111,110,58,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,114,100,101,114,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,120,45,115,104,97,100,111,119,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,59,116,114,97,110,115,105,116,105,111,110,58,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,114,100,101,114,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,120,45,115,104,97,100,111,119,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,59,45,119,101,98,107,105,116,45,97,112,112,101,97,114,97,110,99,101,58,110,111,110,101,59,97,112,112,101,97,114,97,110,99,101,58,110,111,110,101,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,99,117,115,116,111,109,45,114,97,110,103,101,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,116,104,117,109,98,123,45,119,101,98,107,105,116,45,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,59,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,116,104,117,109,98,58,97,99,116,105,118,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,98,51,100,55,102,102,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,114,117,110,110,97,98,108,101,45,116,114,97,99,107,123,119,105,100,116,104,58,49,48,48,37,59,104,101,105,103,104,116,58,46,53,114,101,109,59,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,99,117,114,115,111,114,58,112,111,105,110,116,101,114,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,101,101,50,101,54,59,98,111,114,100,101,114,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,49,114,101,109,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,58,45,109,111,122,45,114,97,110,103,101,45,116,104,117,109,98,123,119,105,100,116,104,58,49,114,101,109,59,104,101,105,103,104,116,58,49,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,55,98,102,102,59,98,111,114,100,101,114,58,48,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,49,114,101,109,59,45,109,111,122,45,116,114,97,110,115,105,116,105,111,110,58,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,114,100,101,114,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,120,45,115,104,97,100,111,119,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,59,116,114,97,110,115,105,116,105,111,110,58,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,114,100,101,114,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,120,45,115,104,97,100,111,119,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,59,45,109,111,122,45,97,112,112,101,97,114,97,110,99,101,58,110,111,110,101,59,97,112,112,101,97,114,97,110,99,101,58,110,111,110,101,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,99,117,115,116,111,109,45,114,97,110,103,101,58,58,45,109,111,122,45,114,97,110,103,101,45,116,104,117,109,98,123,45,109,111,122,45,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,59,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,58,45,109,111,122,45,114,97,110,103,101,45,116,104,117,109,98,58,97,99,116,105,118,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,98,51,100,55,102,102,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,58,45,109,111,122,45,114,97,110,103,101,45,116,114,97,99,107,123,119,105,100,116,104,58,49,48,48,37,59,104,101,105,103,104,116,58,46,53,114,101,109,59,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,99,117,114,115,111,114,58,112,111,105,110,116,101,114,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,101,101,50,101,54,59,98,111,114,100,101,114,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,49,114,101,109,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,58,45,109,115,45,116,104,117,109,98,123,119,105,100,116,104,58,49,114,101,109,59,104,101,105,103,104,116,58,49,114,101,109,59,109,97,114,103,105,110,45,116,111,112,58,48,59,109,97,114,103,105,110,45,114,105,103,104,116,58,46,50,114,101,109,59,109,97,114,103,105,110,45,108,101,102,116,58,46,50,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,55,98,102,102,59,98,111,114,100,101,114,58,48,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,49,114,101,109,59,45,109,115,45,116,114,97,110,115,105,116,105,111,110,58,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,114,100,101,114,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,120,45,115,104,97,100,111,119,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,59,116,114,97,110,115,105,116,105,111,110,58,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,114,100,101,114,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,120,45,115,104,97,100,111,119,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,59,97,112,112,101,97,114,97,110,99,101,58,110,111,110,101,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,99,117,115,116,111,109,45,114,97,110,103,101,58,58,45,109,115,45,116,104,117,109,98,123,45,109,115,45,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,59,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,58,45,109,115,45,116,104,117,109,98,58,97,99,116,105,118,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,98,51,100,55,102,102,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,58,45,109,115,45,116,114,97,99,107,123,119,105,100,116,104,58,49,48,48,37,59,104,101,105,103,104,116,58,46,53,114,101,109,59,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,99,117,114,115,111,114,58,112,111,105,110,116,101,114,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,119,105,100,116,104,58,46,53,114,101,109,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,58,45,109,115,45,102,105,108,108,45,108,111,119,101,114,44,46,99,117,115,116,111,109,45,114,97,110,103,101,58,58,45,109,115,45,102,105,108,108,45,117,112,112,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,101,101,50,101,54,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,49,114,101,109,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,58,45,109,115,45,102,105,108,108,45,117,112,112,101,114,123,109,97,114,103,105,110,45,114,105,103,104,116,58,49,53,112,120,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,100,105,115,97,98,108,101,100,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,116,104,117,109,98,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,97,100,98,53,98,100,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,100,105,115,97,98,108,101,100,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,114,117,110,110,97,98,108,101,45,116,114,97,99,107,123,99,117,114,115,111,114,58,100,101,102,97,117,108,116,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,100,105,115,97,98,108,101,100,58,58,45,109,111,122,45,114,97,110,103,101,45,116,104,117,109,98,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,97,100,98,53,98,100,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,100,105,115,97,98,108,101,100,58,58,45,109,111,122,45,114,97,110,103,101,45,116,114,97,99,107,123,99,117,114,115,111,114,58,100,101,102,97,117,108,116,125,46,99,117,115,116,111,109,45,114,97,110,103,101,58,100,105,115,97,98,108,101,100,58,58,45,109,115,45,116,104,117,109,98,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,97,100,98,53,98,100,125,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,99,117,115,116,111,109,45,115,101,108,101,99,116,123,116,114,97,110,115,105,116,105,111,110,58,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,114,100,101,114,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,120,45,115,104,97,100,111,119,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,99,117,115,116,111,109,45,115,101,108,101,99,116,123,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,46,110,97,118,123,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,119,114,97,112,58,119,114,97,112,59,112,97,100,100,105,110,103,45,108,101,102,116,58,48,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,59,108,105,115,116,45,115,116,121,108,101,58,110,111,110,101,125,46,110,97,118,45,108,105,110,107,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,112,97,100,100,105,110,103,58,46,53,114,101,109,32,49,114,101,109,125,46,110,97,118,45,108,105,110,107,58,102,111,99,117,115,44,46,110,97,118,45,108,105,110,107,58,104,111,118,101,114,123,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,125,46,110,97,118,45,108,105,110,107,46,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,54,99,55,53,55,100,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,59,99,117,114,115,111,114,58,100,101,102,97,117,108,116,125,46,110,97,118,45,116,97,98,115,123,98,111,114,100,101,114,45,98,111,116,116,111,109,58,49,112,120,32,115,111,108,105,100,32,35,100,101,101,50,101,54,125,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,108,105,110,107,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,49,112,120,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,108,105,110,107,58,102,111,99,117,115,44,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,108,105,110,107,58,104,111,118,101,114,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,101,57,101,99,101,102,32,35,101,57,101,99,101,102,32,35,100,101,101,50,101,54,125,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,108,105,110,107,46,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,54,99,55,53,55,100,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,105,116,101,109,46,115,104,111,119,32,46,110,97,118,45,108,105,110,107,44,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,108,105,110,107,46,97,99,116,105,118,101,123,99,111,108,111,114,58,35,52,57,53,48,53,55,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,101,101,50,101,54,32,35,100,101,101,50,101,54,32,35,102,102,102,125,46,110,97,118,45,116,97,98,115,32,46,100,114,111,112,100,111,119,110,45,109,101,110,117,123,109,97,114,103,105,110,45,116,111,112,58,45,49,112,120,59,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,110,97,118,45,112,105,108,108,115,32,46,110,97,118,45,108,105,110,107,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,110,97,118,45,112,105,108,108,115,32,46,110,97,118,45,108,105,110,107,46,97,99,116,105,118,101,44,46,110,97,118,45,112,105,108,108,115,32,46,115,104,111,119,62,46,110,97,118,45,108,105,110,107,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,55,98,102,102,125,46,110,97,118,45,102,105,108,108,32,46,110,97,118,45,105,116,101,109,44,46,110,97,118,45,102,105,108,108,62,46,110,97,118,45,108,105,110,107,123,102,108,101,120,58,49,32,49,32,97,117,116,111,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,125,46,110,97,118,45,106,117,115,116,105,102,105,101,100,32,46,110,97,118,45,105,116,101,109,44,46,110,97,118,45,106,117,115,116,105,102,105,101,100,62,46,110,97,118,45,108,105,110,107,123,102,108,101,120,45,98,97,115,105,115,58,48,59,102,108,101,120,45,103,114,111,119,58,49,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,125,46,116,97,98,45,99,111,110,116,101,110,116,62,46,116,97,98,45,112,97,110,101,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,116,97,98,45,99,111,110,116,101,110,116,62,46,97,99,116,105,118,101,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,110,97,118,98,97,114,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,112,97,100,100,105,110,103,58,46,53,114,101,109,32,49,114,101,109,125,46,110,97,118,98,97,114,44,46,110,97,118,98,97,114,32,46,99,111,110,116,97,105,110,101,114,44,46,110,97,118,98,97,114,32,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,44,46,110,97,118,98,97,114,32,46,99,111,110,116,97,105,110,101,114,45,108,103,44,46,110,97,118,98,97,114,32,46,99,111,110,116,97,105,110,101,114,45,109,100,44,46,110,97,118,98,97,114,32,46,99,111,110,116,97,105,110,101,114,45,115,109,44,46,110,97,118,98,97,114,32,46,99,111,110,116,97,105,110,101,114,45,120,108,123,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,119,114,97,112,58,119,114,97,112,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,98,101,116,119,101,101,110,125,46,110,97,118,98,97,114,45,98,114,97,110,100,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,112,97,100,100,105,110,103,45,116,111,112,58,46,51,49,50,53,114,101,109,59,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,46,51,49,50,53,114,101,109,59,109,97,114,103,105,110,45,114,105,103,104,116,58,49,114,101,109,59,102,111,110,116,45,115,105,122,101,58,49,46,50,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,105,110,104,101,114,105,116,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,125,46,110,97,118,98,97,114,45,98,114,97,110,100,58,102,111,99,117,115,44,46,110,97,118,98,97,114,45,98,114,97,110,100,58,104,111,118,101,114,123,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,125,46,110,97,118,98,97,114,45,110,97,118,123,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,59,112,97,100,100,105,110,103,45,108,101,102,116,58,48,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,59,108,105,115,116,45,115,116,121,108,101,58,110,111,110,101,125,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,48,59,112,97,100,100,105,110,103,45,108,101,102,116,58,48,125,46,110,97,118,98,97,114,45,110,97,118,32,46,100,114,111,112,100,111,119,110,45,109,101,110,117,123,112,111,115,105,116,105,111,110,58,115,116,97,116,105,99,59,102,108,111,97,116,58,110,111,110,101,125,46,110,97,118,98,97,114,45,116,101,120,116,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,112,97,100,100,105,110,103,45,116,111,112,58,46,53,114,101,109,59,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,46,53,114,101,109,125,46,110,97,118,98,97,114,45,99,111,108,108,97,112,115,101,123,102,108,101,120,45,98,97,115,105,115,58,49,48,48,37,59,102,108,101,120,45,103,114,111,119,58,49,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,125,46,110,97,118,98,97,114,45,116,111,103,103,108,101,114,123,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,46,55,53,114,101,109,59,102,111,110,116,45,115,105,122,101,58,49,46,50,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,110,97,118,98,97,114,45,116,111,103,103,108,101,114,58,102,111,99,117,115,44,46,110,97,118,98,97,114,45,116,111,103,103,108,101,114,58,104,111,118,101,114,123,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,125,46,110,97,118,98,97,114,45,116,111,103,103,108,101,114,45,105,99,111,110,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,119,105,100,116,104,58,49,46,53,101,109,59,104,101,105,103,104,116,58,49,46,53,101,109,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,109,105,100,100,108,101,59,99,111,110,116,101,110,116,58,34,34,59,98,97,99,107,103,114,111,117,110,100,58,53,48,37,47,49,48,48,37,32,49,48,48,37,32,110,111,45,114,101,112,101,97,116,125,46,110,97,118,98,97,114,45,110,97,118,45,115,99,114,111,108,108,123,109,97,120,45,104,101,105,103,104,116,58,55,53,118,104,59,111,118,101,114,102,108,111,119,45,121,58,97,117,116,111,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,53,55,53,46,57,56,112,120,41,123,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,62,46,99,111,110,116,97,105,110,101,114,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,62,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,62,46,99,111,110,116,97,105,110,101,114,45,108,103,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,62,46,99,111,110,116,97,105,110,101,114,45,109,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,62,46,99,111,110,116,97,105,110,101,114,45,115,109,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,62,46,99,111,110,116,97,105,110,101,114,45,120,108,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,48,59,112,97,100,100,105,110,103,45,108,101,102,116,58,48,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,53,55,54,112,120,41,123,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,123,102,108,101,120,45,102,108,111,119,58,114,111,119,32,110,111,119,114,97,112,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,115,116,97,114,116,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,32,46,110,97,118,98,97,114,45,110,97,118,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,32,46,110,97,118,98,97,114,45,110,97,118,32,46,100,114,111,112,100,111,119,110,45,109,101,110,117,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,32,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,53,114,101,109,59,112,97,100,100,105,110,103,45,108,101,102,116,58,46,53,114,101,109,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,62,46,99,111,110,116,97,105,110,101,114,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,62,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,62,46,99,111,110,116,97,105,110,101,114,45,108,103,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,62,46,99,111,110,116,97,105,110,101,114,45,109,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,62,46,99,111,110,116,97,105,110,101,114,45,115,109,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,62,46,99,111,110,116,97,105,110,101,114,45,120,108,123,102,108,101,120,45,119,114,97,112,58,110,111,119,114,97,112,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,32,46,110,97,118,98,97,114,45,110,97,118,45,115,99,114,111,108,108,123,111,118,101,114,102,108,111,119,58,118,105,115,105,98,108,101,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,32,46,110,97,118,98,97,114,45,99,111,108,108,97,112,115,101,123,100,105,115,112,108,97,121,58,102,108,101,120,33,105,109,112,111,114,116,97,110,116,59,102,108,101,120,45,98,97,115,105,115,58,97,117,116,111,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,115,109,32,46,110,97,118,98,97,114,45,116,111,103,103,108,101,114,123,100,105,115,112,108,97,121,58,110,111,110,101,125,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,55,54,55,46,57,56,112,120,41,123,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,62,46,99,111,110,116,97,105,110,101,114,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,62,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,62,46,99,111,110,116,97,105,110,101,114,45,108,103,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,62,46,99,111,110,116,97,105,110,101,114,45,109,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,62,46,99,111,110,116,97,105,110,101,114,45,115,109,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,62,46,99,111,110,116,97,105,110,101,114,45,120,108,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,48,59,112,97,100,100,105,110,103,45,108,101,102,116,58,48,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,55,54,56,112,120,41,123,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,123,102,108,101,120,45,102,108,111,119,58,114,111,119,32,110,111,119,114,97,112,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,115,116,97,114,116,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,32,46,110,97,118,98,97,114,45,110,97,118,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,32,46,110,97,118,98,97,114,45,110,97,118,32,46,100,114,111,112,100,111,119,110,45,109,101,110,117,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,32,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,53,114,101,109,59,112,97,100,100,105,110,103,45,108,101,102,116,58,46,53,114,101,109,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,62,46,99,111,110,116,97,105,110,101,114,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,62,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,62,46,99,111,110,116,97,105,110,101,114,45,108,103,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,62,46,99,111,110,116,97,105,110,101,114,45,109,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,62,46,99,111,110,116,97,105,110,101,114,45,115,109,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,62,46,99,111,110,116,97,105,110,101,114,45,120,108,123,102,108,101,120,45,119,114,97,112,58,110,111,119,114,97,112,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,32,46,110,97,118,98,97,114,45,110,97,118,45,115,99,114,111,108,108,123,111,118,101,114,102,108,111,119,58,118,105,115,105,98,108,101,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,32,46,110,97,118,98,97,114,45,99,111,108,108,97,112,115,101,123,100,105,115,112,108,97,121,58,102,108,101,120,33,105,109,112,111,114,116,97,110,116,59,102,108,101,120,45,98,97,115,105,115,58,97,117,116,111,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,109,100,32,46,110,97,118,98,97,114,45,116,111,103,103,108,101,114,123,100,105,115,112,108,97,121,58,110,111,110,101,125,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,57,57,49,46,57,56,112,120,41,123,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,62,46,99,111,110,116,97,105,110,101,114,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,62,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,62,46,99,111,110,116,97,105,110,101,114,45,108,103,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,62,46,99,111,110,116,97,105,110,101,114,45,109,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,62,46,99,111,110,116,97,105,110,101,114,45,115,109,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,62,46,99,111,110,116,97,105,110,101,114,45,120,108,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,48,59,112,97,100,100,105,110,103,45,108,101,102,116,58,48,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,57,57,50,112,120,41,123,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,123,102,108,101,120,45,102,108,111,119,58,114,111,119,32,110,111,119,114,97,112,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,115,116,97,114,116,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,32,46,110,97,118,98,97,114,45,110,97,118,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,32,46,110,97,118,98,97,114,45,110,97,118,32,46,100,114,111,112,100,111,119,110,45,109,101,110,117,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,32,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,53,114,101,109,59,112,97,100,100,105,110,103,45,108,101,102,116,58,46,53,114,101,109,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,62,46,99,111,110,116,97,105,110,101,114,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,62,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,62,46,99,111,110,116,97,105,110,101,114,45,108,103,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,62,46,99,111,110,116,97,105,110,101,114,45,109,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,62,46,99,111,110,116,97,105,110,101,114,45,115,109,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,62,46,99,111,110,116,97,105,110,101,114,45,120,108,123,102,108,101,120,45,119,114,97,112,58,110,111,119,114,97,112,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,32,46,110,97,118,98,97,114,45,110,97,118,45,115,99,114,111,108,108,123,111,118,101,114,102,108,111,119,58,118,105,115,105,98,108,101,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,32,46,110,97,118,98,97,114,45,99,111,108,108,97,112,115,101,123,100,105,115,112,108,97,121,58,102,108,101,120,33,105,109,112,111,114,116,97,110,116,59,102,108,101,120,45,98,97,115,105,115,58,97,117,116,111,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,32,46,110,97,118,98,97,114,45,116,111,103,103,108,101,114,123,100,105,115,112,108,97,121,58,110,111,110,101,125,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,49,49,57,57,46,57,56,112,120,41,123,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,62,46,99,111,110,116,97,105,110,101,114,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,62,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,62,46,99,111,110,116,97,105,110,101,114,45,108,103,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,62,46,99,111,110,116,97,105,110,101,114,45,109,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,62,46,99,111,110,116,97,105,110,101,114,45,115,109,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,62,46,99,111,110,116,97,105,110,101,114,45,120,108,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,48,59,112,97,100,100,105,110,103,45,108,101,102,116,58,48,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,49,50,48,48,112,120,41,123,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,123,102,108,101,120,45,102,108,111,119,58,114,111,119,32,110,111,119,114,97,112,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,115,116,97,114,116,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,32,46,110,97,118,98,97,114,45,110,97,118,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,32,46,110,97,118,98,97,114,45,110,97,118,32,46,100,114,111,112,100,111,119,110,45,109,101,110,117,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,32,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,53,114,101,109,59,112,97,100,100,105,110,103,45,108,101,102,116,58,46,53,114,101,109,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,62,46,99,111,110,116,97,105,110,101,114,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,62,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,62,46,99,111,110,116,97,105,110,101,114,45,108,103,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,62,46,99,111,110,116,97,105,110,101,114,45,109,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,62,46,99,111,110,116,97,105,110,101,114,45,115,109,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,62,46,99,111,110,116,97,105,110,101,114,45,120,108,123,102,108,101,120,45,119,114,97,112,58,110,111,119,114,97,112,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,32,46,110,97,118,98,97,114,45,110,97,118,45,115,99,114,111,108,108,123,111,118,101,114,102,108,111,119,58,118,105,115,105,98,108,101,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,32,46,110,97,118,98,97,114,45,99,111,108,108,97,112,115,101,123,100,105,115,112,108,97,121,58,102,108,101,120,33,105,109,112,111,114,116,97,110,116,59,102,108,101,120,45,98,97,115,105,115,58,97,117,116,111,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,45,120,108,32,46,110,97,118,98,97,114,45,116,111,103,103,108,101,114,123,100,105,115,112,108,97,121,58,110,111,110,101,125,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,123,102,108,101,120,45,102,108,111,119,58,114,111,119,32,110,111,119,114,97,112,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,115,116,97,114,116,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,62,46,99,111,110,116,97,105,110,101,114,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,62,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,62,46,99,111,110,116,97,105,110,101,114,45,108,103,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,62,46,99,111,110,116,97,105,110,101,114,45,109,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,62,46,99,111,110,116,97,105,110,101,114,45,115,109,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,62,46,99,111,110,116,97,105,110,101,114,45,120,108,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,48,59,112,97,100,100,105,110,103,45,108,101,102,116,58,48,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,32,46,110,97,118,98,97,114,45,110,97,118,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,32,46,110,97,118,98,97,114,45,110,97,118,32,46,100,114,111,112,100,111,119,110,45,109,101,110,117,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,32,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,53,114,101,109,59,112,97,100,100,105,110,103,45,108,101,102,116,58,46,53,114,101,109,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,62,46,99,111,110,116,97,105,110,101,114,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,62,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,62,46,99,111,110,116,97,105,110,101,114,45,108,103,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,62,46,99,111,110,116,97,105,110,101,114,45,109,100,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,62,46,99,111,110,116,97,105,110,101,114,45,115,109,44,46,110,97,118,98,97,114,45,101,120,112,97,110,100,62,46,99,111,110,116,97,105,110,101,114,45,120,108,123,102,108,101,120,45,119,114,97,112,58,110,111,119,114,97,112,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,32,46,110,97,118,98,97,114,45,110,97,118,45,115,99,114,111,108,108,123,111,118,101,114,102,108,111,119,58,118,105,115,105,98,108,101,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,32,46,110,97,118,98,97,114,45,99,111,108,108,97,112,115,101,123,100,105,115,112,108,97,121,58,102,108,101,120,33,105,109,112,111,114,116,97,110,116,59,102,108,101,120,45,98,97,115,105,115,58,97,117,116,111,125,46,110,97,118,98,97,114,45,101,120,112,97,110,100,32,46,110,97,118,98,97,114,45,116,111,103,103,108,101,114,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,110,97,118,98,97,114,45,108,105,103,104,116,32,46,110,97,118,98,97,114,45,98,114,97,110,100,44,46,110,97,118,98,97,114,45,108,105,103,104,116,32,46,110,97,118,98,97,114,45,98,114,97,110,100,58,102,111,99,117,115,44,46,110,97,118,98,97,114,45,108,105,103,104,116,32,46,110,97,118,98,97,114,45,98,114,97,110,100,58,104,111,118,101,114,123,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,57,41,125,46,110,97,118,98,97,114,45,108,105,103,104,116,32,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,123,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,53,41,125,46,110,97,118,98,97,114,45,108,105,103,104,116,32,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,58,102,111,99,117,115,44,46,110,97,118,98,97,114,45,108,105,103,104,116,32,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,58,104,111,118,101,114,123,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,55,41,125,46,110,97,118,98,97,114,45,108,105,103,104,116,32,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,46,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,51,41,125,46,110,97,118,98,97,114,45,108,105,103,104,116,32,46,110,97,118,98,97,114,45,110,97,118,32,46,97,99,116,105,118,101,62,46,110,97,118,45,108,105,110,107,44,46,110,97,118,98,97,114,45,108,105,103,104,116,32,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,46,97,99,116,105,118,101,44,46,110,97,118,98,97,114,45,108,105,103,104,116,32,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,46,115,104,111,119,44,46,110,97,118,98,97,114,45,108,105,103,104,116,32,46,110,97,118,98,97,114,45,110,97,118,32,46,115,104,111,119,62,46,110,97,118,45,108,105,110,107,123,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,57,41,125,46,110,97,118,98,97,114,45,108,105,103,104,116,32,46,110,97,118,98,97,114,45,116,111,103,103,108,101,114,123,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,53,41,59,98,111,114,100,101,114,45,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,49,41,125,46,110,97,118,98,97,114,45,108,105,103,104,116,32,46,110,97,118,98,97,114,45,116,111,103,103,108,101,114,45,105,99,111,110,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,51,48,39,32,104,101,105,103,104,116,61,39,51,48,39,37,51,69,37,51,67,112,97,116,104,32,115,116,114,111,107,101,61,39,114,103,98,97,40,48,44,32,48,44,32,48,44,32,48,46,53,41,39,32,115,116,114,111,107,101,45,108,105,110,101,99,97,112,61,39,114,111,117,110,100,39,32,115,116,114,111,107,101,45,109,105,116,101,114,108,105,109,105,116,61,39,49,48,39,32,115,116,114,111,107,101,45,119,105,100,116,104,61,39,50,39,32,100,61,39,77,52,32,55,104,50,50,77,52,32,49,53,104,50,50,77,52,32,50,51,104,50,50,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,125,46,110,97,118,98,97,114,45,108,105,103,104,116,32,46,110,97,118,98,97,114,45,116,101,120,116,123,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,53,41,125,46,110,97,118,98,97,114,45,108,105,103,104,116,32,46,110,97,118,98,97,114,45,116,101,120,116,32,97,44,46,110,97,118,98,97,114,45,108,105,103,104,116,32,46,110,97,118,98,97,114,45,116,101,120,116,32,97,58,102,111,99,117,115,44,46,110,97,118,98,97,114,45,108,105,103,104,116,32,46,110,97,118,98,97,114,45,116,101,120,116,32,97,58,104,111,118,101,114,123,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,57,41,125,46,110,97,118,98,97,114,45,100,97,114,107,32,46,110,97,118,98,97,114,45,98,114,97,110,100,44,46,110,97,118,98,97,114,45,100,97,114,107,32,46,110,97,118,98,97,114,45,98,114,97,110,100,58,102,111,99,117,115,44,46,110,97,118,98,97,114,45,100,97,114,107,32,46,110,97,118,98,97,114,45,98,114,97,110,100,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,125,46,110,97,118,98,97,114,45,100,97,114,107,32,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,123,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,53,41,125,46,110,97,118,98,97,114,45,100,97,114,107,32,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,58,102,111,99,117,115,44,46,110,97,118,98,97,114,45,100,97,114,107,32,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,58,104,111,118,101,114,123,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,55,53,41,125,46,110,97,118,98,97,114,45,100,97,114,107,32,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,46,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,50,53,41,125,46,110,97,118,98,97,114,45,100,97,114,107,32,46,110,97,118,98,97,114,45,110,97,118,32,46,97,99,116,105,118,101,62,46,110,97,118,45,108,105,110,107,44,46,110,97,118,98,97,114,45,100,97,114,107,32,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,46,97,99,116,105,118,101,44,46,110,97,118,98,97,114,45,100,97,114,107,32,46,110,97,118,98,97,114,45,110,97,118,32,46,110,97,118,45,108,105,110,107,46,115,104,111,119,44,46,110,97,118,98,97,114,45,100,97,114,107,32,46,110,97,118,98,97,114,45,110,97,118,32,46,115,104,111,119,62,46,110,97,118,45,108,105,110,107,123,99,111,108,111,114,58,35,102,102,102,125,46,110,97,118,98,97,114,45,100,97,114,107,32,46,110,97,118,98,97,114,45,116,111,103,103,108,101,114,123,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,53,41,59,98,111,114,100,101,114,45,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,49,41,125,46,110,97,118,98,97,114,45,100,97,114,107,32,46,110,97,118,98,97,114,45,116,111,103,103,108,101,114,45,105,99,111,110,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,51,48,39,32,104,101,105,103,104,116,61,39,51,48,39,37,51,69,37,51,67,112,97,116,104,32,115,116,114,111,107,101,61,39,114,103,98,97,40,50,53,53,44,32,50,53,53,44,32,50,53,53,44,32,48,46,53,41,39,32,115,116,114,111,107,101,45,108,105,110,101,99,97,112,61,39,114,111,117,110,100,39,32,115,116,114,111,107,101,45,109,105,116,101,114,108,105,109,105,116,61,39,49,48,39,32,115,116,114,111,107,101,45,119,105,100,116,104,61,39,50,39,32,100,61,39,77,52,32,55,104,50,50,77,52,32,49,53,104,50,50,77,52,32,50,51,104,50,50,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,125,46,110,97,118,98,97,114,45,100,97,114,107,32,46,110,97,118,98,97,114,45,116,101,120,116,123,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,53,41,125,46,110,97,118,98,97,114,45,100,97,114,107,32,46,110,97,118,98,97,114,45,116,101,120,116,32,97,44,46,110,97,118,98,97,114,45,100,97,114,107,32,46,110,97,118,98,97,114,45,116,101,120,116,32,97,58,102,111,99,117,115,44,46,110,97,118,98,97,114,45,100,97,114,107,32,46,110,97,118,98,97,114,45,116,101,120,116,32,97,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,125,46,99,97,114,100,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,59,109,105,110,45,119,105,100,116,104,58,48,59,119,111,114,100,45,119,114,97,112,58,98,114,101,97,107,45,119,111,114,100,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,108,105,112,58,98,111,114,100,101,114,45,98,111,120,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,114,103,98,97,40,48,44,48,44,48,44,46,49,50,53,41,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,99,97,114,100,62,104,114,123,109,97,114,103,105,110,45,114,105,103,104,116,58,48,59,109,97,114,103,105,110,45,108,101,102,116,58,48,125,46,99,97,114,100,62,46,108,105,115,116,45,103,114,111,117,112,123,98,111,114,100,101,114,45,116,111,112,58,105,110,104,101,114,105,116,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,105,110,104,101,114,105,116,125,46,99,97,114,100,62,46,108,105,115,116,45,103,114,111,117,112,58,102,105,114,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,116,111,112,45,119,105,100,116,104,58,48,59,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,125,46,99,97,114,100,62,46,108,105,115,116,45,103,114,111,117,112,58,108,97,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,119,105,100,116,104,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,125,46,99,97,114,100,62,46,99,97,114,100,45,104,101,97,100,101,114,43,46,108,105,115,116,45,103,114,111,117,112,44,46,99,97,114,100,62,46,108,105,115,116,45,103,114,111,117,112,43,46,99,97,114,100,45,102,111,111,116,101,114,123,98,111,114,100,101,114,45,116,111,112,58,48,125,46,99,97,114,100,45,98,111,100,121,123,102,108,101,120,58,49,32,49,32,97,117,116,111,59,109,105,110,45,104,101,105,103,104,116,58,49,112,120,59,112,97,100,100,105,110,103,58,49,46,50,53,114,101,109,125,46,99,97,114,100,45,116,105,116,108,101,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,55,53,114,101,109,125,46,99,97,114,100,45,115,117,98,116,105,116,108,101,123,109,97,114,103,105,110,45,116,111,112,58,45,46,51,55,53,114,101,109,125,46,99,97,114,100,45,115,117,98,116,105,116,108,101,44,46,99,97,114,100,45,116,101,120,116,58,108,97,115,116,45,99,104,105,108,100,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,125,46,99,97,114,100,45,108,105,110,107,58,104,111,118,101,114,123,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,125,46,99,97,114,100,45,108,105,110,107,43,46,99,97,114,100,45,108,105,110,107,123,109,97,114,103,105,110,45,108,101,102,116,58,49,46,50,53,114,101,109,125,46,99,97,114,100,45,104,101,97,100,101,114,123,112,97,100,100,105,110,103,58,46,55,53,114,101,109,32,49,46,50,53,114,101,109,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,48,51,41,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,49,112,120,32,115,111,108,105,100,32,114,103,98,97,40,48,44,48,44,48,44,46,49,50,53,41,125,46,99,97,114,100,45,104,101,97,100,101,114,58,102,105,114,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,32,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,32,48,32,48,125,46,99,97,114,100,45,102,111,111,116,101,114,123,112,97,100,100,105,110,103,58,46,55,53,114,101,109,32,49,46,50,53,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,48,51,41,59,98,111,114,100,101,114,45,116,111,112,58,49,112,120,32,115,111,108,105,100,32,114,103,98,97,40,48,44,48,44,48,44,46,49,50,53,41,125,46,99,97,114,100,45,102,111,111,116,101,114,58,108,97,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,32,48,32,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,32,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,125,46,99,97,114,100,45,104,101,97,100,101,114,45,116,97,98,115,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,46,55,53,114,101,109,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,48,125,46,99,97,114,100,45,104,101,97,100,101,114,45,112,105,108,108,115,44,46,99,97,114,100,45,104,101,97,100,101,114,45,116,97,98,115,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,46,54,50,53,114,101,109,59,109,97,114,103,105,110,45,108,101,102,116,58,45,46,54,50,53,114,101,109,125,46,99,97,114,100,45,105,109,103,45,111,118,101,114,108,97,121,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,48,59,114,105,103,104,116,58,48,59,98,111,116,116,111,109,58,48,59,108,101,102,116,58,48,59,112,97,100,100,105,110,103,58,49,46,50,53,114,101,109,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,125,46,99,97,114,100,45,105,109,103,44,46,99,97,114,100,45,105,109,103,45,98,111,116,116,111,109,44,46,99,97,114,100,45,105,109,103,45,116,111,112,123,102,108,101,120,45,115,104,114,105,110,107,58,48,59,119,105,100,116,104,58,49,48,48,37,125,46,99,97,114,100,45,105,109,103,44,46,99,97,114,100,45,105,109,103,45,116,111,112,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,125,46,99,97,114,100,45,105,109,103,44,46,99,97,114,100,45,105,109,103,45,98,111,116,116,111,109,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,125,46,99,97,114,100,45,100,101,99,107,32,46,99,97,114,100,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,53,112,120,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,53,55,54,112,120,41,123,46,99,97,114,100,45,100,101,99,107,123,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,102,108,111,119,58,114,111,119,32,119,114,97,112,59,109,97,114,103,105,110,45,114,105,103,104,116,58,45,49,53,112,120,59,109,97,114,103,105,110,45,108,101,102,116,58,45,49,53,112,120,125,46,99,97,114,100,45,100,101,99,107,32,46,99,97,114,100,123,102,108,101,120,58,49,32,48,32,48,37,59,109,97,114,103,105,110,45,114,105,103,104,116,58,49,53,112,120,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,59,109,97,114,103,105,110,45,108,101,102,116,58,49,53,112,120,125,125,46,99,97,114,100,45,103,114,111,117,112,62,46,99,97,114,100,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,53,112,120,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,53,55,54,112,120,41,123,46,99,97,114,100,45,103,114,111,117,112,123,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,102,108,111,119,58,114,111,119,32,119,114,97,112,125,46,99,97,114,100,45,103,114,111,117,112,62,46,99,97,114,100,123,102,108,101,120,58,49,32,48,32,48,37,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,125,46,99,97,114,100,45,103,114,111,117,112,62,46,99,97,114,100,43,46,99,97,114,100,123,109,97,114,103,105,110,45,108,101,102,116,58,48,59,98,111,114,100,101,114,45,108,101,102,116,58,48,125,46,99,97,114,100,45,103,114,111,117,112,62,46,99,97,114,100,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,123,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,99,97,114,100,45,103,114,111,117,112,62,46,99,97,114,100,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,32,46,99,97,114,100,45,104,101,97,100,101,114,44,46,99,97,114,100,45,103,114,111,117,112,62,46,99,97,114,100,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,32,46,99,97,114,100,45,105,109,103,45,116,111,112,123,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,99,97,114,100,45,103,114,111,117,112,62,46,99,97,114,100,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,32,46,99,97,114,100,45,102,111,111,116,101,114,44,46,99,97,114,100,45,103,114,111,117,112,62,46,99,97,114,100,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,32,46,99,97,114,100,45,105,109,103,45,98,111,116,116,111,109,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,99,97,114,100,45,103,114,111,117,112,62,46,99,97,114,100,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,48,125,46,99,97,114,100,45,103,114,111,117,112,62,46,99,97,114,100,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,32,46,99,97,114,100,45,104,101,97,100,101,114,44,46,99,97,114,100,45,103,114,111,117,112,62,46,99,97,114,100,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,32,46,99,97,114,100,45,105,109,103,45,116,111,112,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,48,125,46,99,97,114,100,45,103,114,111,117,112,62,46,99,97,114,100,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,32,46,99,97,114,100,45,102,111,111,116,101,114,44,46,99,97,114,100,45,103,114,111,117,112,62,46,99,97,114,100,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,32,46,99,97,114,100,45,105,109,103,45,98,111,116,116,111,109,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,48,125,125,46,99,97,114,100,45,99,111,108,117,109,110,115,32,46,99,97,114,100,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,55,53,114,101,109,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,53,55,54,112,120,41,123,46,99,97,114,100,45,99,111,108,117,109,110,115,123,45,109,111,122,45,99,111,108,117,109,110,45,99,111,117,110,116,58,51,59,99,111,108,117,109,110,45,99,111,117,110,116,58,51,59,45,109,111,122,45,99,111,108,117,109,110,45,103,97,112,58,49,46,50,53,114,101,109,59,99,111,108,117,109,110,45,103,97,112,58,49,46,50,53,114,101,109,59,111,114,112,104,97,110,115,58,49,59,119,105,100,111,119,115,58,49,125,46,99,97,114,100,45,99,111,108,117,109,110,115,32,46,99,97,114,100,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,125,125,46,97,99,99,111,114,100,105,111,110,123,111,118,101,114,102,108,111,119,45,97,110,99,104,111,114,58,110,111,110,101,125,46,97,99,99,111,114,100,105,111,110,62,46,99,97,114,100,123,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,125,46,97,99,99,111,114,100,105,111,110,62,46,99,97,114,100,58,110,111,116,40,58,108,97,115,116,45,111,102,45,116,121,112,101,41,123,98,111,114,100,101,114,45,98,111,116,116,111,109,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,48,125,46,97,99,99,111,114,100,105,111,110,62,46,99,97,114,100,58,110,111,116,40,58,102,105,114,115,116,45,111,102,45,116,121,112,101,41,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,97,99,99,111,114,100,105,111,110,62,46,99,97,114,100,62,46,99,97,114,100,45,104,101,97,100,101,114,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,49,112,120,125,46,98,114,101,97,100,99,114,117,109,98,123,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,119,114,97,112,58,119,114,97,112,59,112,97,100,100,105,110,103,58,46,55,53,114,101,109,32,49,114,101,109,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,114,101,109,59,108,105,115,116,45,115,116,121,108,101,58,110,111,110,101,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,98,114,101,97,100,99,114,117,109,98,45,105,116,101,109,43,46,98,114,101,97,100,99,114,117,109,98,45,105,116,101,109,123,112,97,100,100,105,110,103,45,108,101,102,116,58,46,53,114,101,109,125,46,98,114,101,97,100,99,114,117,109,98,45,105,116,101,109,43,46,98,114,101,97,100,99,114,117,109,98,45,105,116,101,109,58,98,101,102,111,114,101,123,102,108,111,97,116,58,108,101,102,116,59,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,53,114,101,109,59,99,111,108,111,114,58,35,54,99,55,53,55,100,59,99,111,110,116,101,110,116,58,34,47,34,125,46,98,114,101,97,100,99,114,117,109,98,45,105,116,101,109,43,46,98,114,101,97,100,99,114,117,109,98,45,105,116,101,109,58,104,111,118,101,114,58,98,101,102,111,114,101,123,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,117,110,100,101,114,108,105,110,101,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,125,46,98,114,101,97,100,99,114,117,109,98,45,105,116,101,109,46,97,99,116,105,118,101,123,99,111,108,111,114,58,35,54,99,55,53,55,100,125,46,112,97,103,105,110,97,116,105,111,110,123,100,105,115,112,108,97,121,58,102,108,101,120,59,112,97,100,100,105,110,103,45,108,101,102,116,58,48,59,108,105,115,116,45,115,116,121,108,101,58,110,111,110,101,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,112,97,103,101,45,108,105,110,107,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,112,97,100,100,105,110,103,58,46,53,114,101,109,32,46,55,53,114,101,109,59,109,97,114,103,105,110,45,108,101,102,116,58,45,49,112,120,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,50,53,59,99,111,108,111,114,58,35,48,48,55,98,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,100,101,101,50,101,54,125,46,112,97,103,101,45,108,105,110,107,58,104,111,118,101,114,123,122,45,105,110,100,101,120,58,50,59,99,111,108,111,114,58,35,48,48,53,54,98,51,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,101,101,50,101,54,125,46,112,97,103,101,45,108,105,110,107,58,102,111,99,117,115,123,122,45,105,110,100,101,120,58,51,59,111,117,116,108,105,110,101,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,50,53,41,125,46,112,97,103,101,45,105,116,101,109,58,102,105,114,115,116,45,99,104,105,108,100,32,46,112,97,103,101,45,108,105,110,107,123,109,97,114,103,105,110,45,108,101,102,116,58,48,59,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,112,97,103,101,45,105,116,101,109,58,108,97,115,116,45,99,104,105,108,100,32,46,112,97,103,101,45,108,105,110,107,123,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,112,97,103,101,45,105,116,101,109,46,97,99,116,105,118,101,32,46,112,97,103,101,45,108,105,110,107,123,122,45,105,110,100,101,120,58,51,59,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,55,98,102,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,48,48,55,98,102,102,125,46,112,97,103,101,45,105,116,101,109,46,100,105,115,97,98,108,101,100,32,46,112,97,103,101,45,108,105,110,107,123,99,111,108,111,114,58,35,54,99,55,53,55,100,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,59,99,117,114,115,111,114,58,97,117,116,111,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,101,101,50,101,54,125,46,112,97,103,105,110,97,116,105,111,110,45,108,103,32,46,112,97,103,101,45,108,105,110,107,123,112,97,100,100,105,110,103,58,46,55,53,114,101,109,32,49,46,53,114,101,109,59,102,111,110,116,45,115,105,122,101,58,49,46,50,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,125,46,112,97,103,105,110,97,116,105,111,110,45,108,103,32,46,112,97,103,101,45,105,116,101,109,58,102,105,114,115,116,45,99,104,105,108,100,32,46,112,97,103,101,45,108,105,110,107,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,46,51,114,101,109,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,46,51,114,101,109,125,46,112,97,103,105,110,97,116,105,111,110,45,108,103,32,46,112,97,103,101,45,105,116,101,109,58,108,97,115,116,45,99,104,105,108,100,32,46,112,97,103,101,45,108,105,110,107,123,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,46,51,114,101,109,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,46,51,114,101,109,125,46,112,97,103,105,110,97,116,105,111,110,45,115,109,32,46,112,97,103,101,45,108,105,110,107,123,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,46,53,114,101,109,59,102,111,110,116,45,115,105,122,101,58,46,56,55,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,125,46,112,97,103,105,110,97,116,105,111,110,45,115,109,32,46,112,97,103,101,45,105,116,101,109,58,102,105,114,115,116,45,99,104,105,108,100,32,46,112,97,103,101,45,108,105,110,107,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,46,50,114,101,109,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,46,50,114,101,109,125,46,112,97,103,105,110,97,116,105,111,110,45,115,109,32,46,112,97,103,101,45,105,116,101,109,58,108,97,115,116,45,99,104,105,108,100,32,46,112,97,103,101,45,108,105,110,107,123,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,46,50,114,101,109,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,46,50,114,101,109,125,46,98,97,100,103,101,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,112,97,100,100,105,110,103,58,46,50,53,101,109,32,46,52,101,109,59,102,111,110,116,45,115,105,122,101,58,55,53,37,59,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,59,108,105,110,101,45,104,101,105,103,104,116,58,49,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,98,97,115,101,108,105,110,101,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,116,114,97,110,115,105,116,105,111,110,58,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,114,100,101,114,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,120,45,115,104,97,100,111,119,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,98,97,100,103,101,123,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,97,46,98,97,100,103,101,58,102,111,99,117,115,44,97,46,98,97,100,103,101,58,104,111,118,101,114,123,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,125,46,98,97,100,103,101,58,101,109,112,116,121,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,98,116,110,32,46,98,97,100,103,101,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,116,111,112,58,45,49,112,120,125,46,98,97,100,103,101,45,112,105,108,108,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,54,101,109,59,112,97,100,100,105,110,103,45,108,101,102,116,58,46,54,101,109,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,49,48,114,101,109,125,46,98,97,100,103,101,45,112,114,105,109,97,114,121,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,55,98,102,102,125,97,46,98,97,100,103,101,45,112,114,105,109,97,114,121,58,102,111,99,117,115,44,97,46,98,97,100,103,101,45,112,114,105,109,97,114,121,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,54,50,99,99,125,97,46,98,97,100,103,101,45,112,114,105,109,97,114,121,46,102,111,99,117,115,44,97,46,98,97,100,103,101,45,112,114,105,109,97,114,121,58,102,111,99,117,115,123,111,117,116,108,105,110,101,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,53,41,125,46,98,97,100,103,101,45,115,101,99,111,110,100,97,114,121,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,54,99,55,53,55,100,125,97,46,98,97,100,103,101,45,115,101,99,111,110,100,97,114,121,58,102,111,99,117,115,44,97,46,98,97,100,103,101,45,115,101,99,111,110,100,97,114,121,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,53,52,53,98,54,50,125,97,46,98,97,100,103,101,45,115,101,99,111,110,100,97,114,121,46,102,111,99,117,115,44,97,46,98,97,100,103,101,45,115,101,99,111,110,100,97,114,121,58,102,111,99,117,115,123,111,117,116,108,105,110,101,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,49,48,56,44,49,49,55,44,49,50,53,44,46,53,41,125,46,98,97,100,103,101,45,115,117,99,99,101,115,115,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,56,97,55,52,53,125,97,46,98,97,100,103,101,45,115,117,99,99,101,115,115,58,102,111,99,117,115,44,97,46,98,97,100,103,101,45,115,117,99,99,101,115,115,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,101,55,101,51,52,125,97,46,98,97,100,103,101,45,115,117,99,99,101,115,115,46,102,111,99,117,115,44,97,46,98,97,100,103,101,45,115,117,99,99,101,115,115,58,102,111,99,117,115,123,111,117,116,108,105,110,101,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,52,48,44,49,54,55,44,54,57,44,46,53,41,125,46,98,97,100,103,101,45,105,110,102,111,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,55,97,50,98,56,125,97,46,98,97,100,103,101,45,105,110,102,111,58,102,111,99,117,115,44,97,46,98,97,100,103,101,45,105,110,102,111,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,49,55,97,56,98,125,97,46,98,97,100,103,101,45,105,110,102,111,46,102,111,99,117,115,44,97,46,98,97,100,103,101,45,105,110,102,111,58,102,111,99,117,115,123,111,117,116,108,105,110,101,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,51,44,49,54,50,44,49,56,52,44,46,53,41,125,46,98,97,100,103,101,45,119,97,114,110,105,110,103,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,99,49,48,55,125,97,46,98,97,100,103,101,45,119,97,114,110,105,110,103,58,102,111,99,117,115,44,97,46,98,97,100,103,101,45,119,97,114,110,105,110,103,58,104,111,118,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,51,57,101,48,48,125,97,46,98,97,100,103,101,45,119,97,114,110,105,110,103,46,102,111,99,117,115,44,97,46,98,97,100,103,101,45,119,97,114,110,105,110,103,58,102,111,99,117,115,123,111,117,116,108,105,110,101,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,53,53,44,49,57,51,44,55,44,46,53,41,125,46,98,97,100,103,101,45,100,97,110,103,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,99,51,53,52,53,125,97,46,98,97,100,103,101,45,100,97,110,103,101,114,58,102,111,99,117,115,44,97,46,98,97,100,103,101,45,100,97,110,103,101,114,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,98,100,50,49,51,48,125,97,46,98,97,100,103,101,45,100,97,110,103,101,114,46,102,111,99,117,115,44,97,46,98,97,100,103,101,45,100,97,110,103,101,114,58,102,111,99,117,115,123,111,117,116,108,105,110,101,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,50,48,44,53,51,44,54,57,44,46,53,41,125,46,98,97,100,103,101,45,108,105,103,104,116,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,56,102,57,102,97,125,97,46,98,97,100,103,101,45,108,105,103,104,116,58,102,111,99,117,115,44,97,46,98,97,100,103,101,45,108,105,103,104,116,58,104,111,118,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,97,101,48,101,53,125,97,46,98,97,100,103,101,45,108,105,103,104,116,46,102,111,99,117,115,44,97,46,98,97,100,103,101,45,108,105,103,104,116,58,102,111,99,117,115,123,111,117,116,108,105,110,101,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,52,56,44,50,52,57,44,50,53,48,44,46,53,41,125,46,98,97,100,103,101,45,100,97,114,107,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,52,51,97,52,48,125,97,46,98,97,100,103,101,45,100,97,114,107,58,102,111,99,117,115,44,97,46,98,97,100,103,101,45,100,97,114,107,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,100,50,49,50,52,125,97,46,98,97,100,103,101,45,100,97,114,107,46,102,111,99,117,115,44,97,46,98,97,100,103,101,45,100,97,114,107,58,102,111,99,117,115,123,111,117,116,108,105,110,101,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,53,50,44,53,56,44,54,52,44,46,53,41,125,46,106,117,109,98,111,116,114,111,110,123,112,97,100,100,105,110,103,58,50,114,101,109,32,49,114,101,109,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,50,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,51,114,101,109,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,53,55,54,112,120,41,123,46,106,117,109,98,111,116,114,111,110,123,112,97,100,100,105,110,103,58,52,114,101,109,32,50,114,101,109,125,125,46,106,117,109,98,111,116,114,111,110,45,102,108,117,105,100,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,48,59,112,97,100,100,105,110,103,45,108,101,102,116,58,48,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,125,46,97,108,101,114,116,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,112,97,100,100,105,110,103,58,46,55,53,114,101,109,32,49,46,50,53,114,101,109,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,114,101,109,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,97,108,101,114,116,45,104,101,97,100,105,110,103,123,99,111,108,111,114,58,105,110,104,101,114,105,116,125,46,97,108,101,114,116,45,108,105,110,107,123,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,125,46,97,108,101,114,116,45,100,105,115,109,105,115,115,105,98,108,101,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,52,114,101,109,125,46,97,108,101,114,116,45,100,105,115,109,105,115,115,105,98,108,101,32,46,99,108,111,115,101,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,48,59,114,105,103,104,116,58,48,59,122,45,105,110,100,101,120,58,50,59,112,97,100,100,105,110,103,58,46,55,53,114,101,109,32,49,46,50,53,114,101,109,59,99,111,108,111,114,58,105,110,104,101,114,105,116,125,46,97,108,101,114,116,45,112,114,105,109,97,114,121,123,99,111,108,111,114,58,35,48,48,52,48,56,53,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,99,99,101,53,102,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,98,56,100,97,102,102,125,46,97,108,101,114,116,45,112,114,105,109,97,114,121,32,104,114,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,57,102,99,100,102,102,125,46,97,108,101,114,116,45,112,114,105,109,97,114,121,32,46,97,108,101,114,116,45,108,105,110,107,123,99,111,108,111,114,58,35,48,48,50,55,53,50,125,46,97,108,101,114,116,45,115,101,99,111,110,100,97,114,121,123,99,111,108,111,114,58,35,51,56,51,100,52,49,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,50,101,51,101,53,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,54,100,56,100,98,125,46,97,108,101,114,116,45,115,101,99,111,110,100,97,114,121,32,104,114,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,99,56,99,98,99,102,125,46,97,108,101,114,116,45,115,101,99,111,110,100,97,114,121,32,46,97,108,101,114,116,45,108,105,110,107,123,99,111,108,111,114,58,35,50,48,50,51,50,54,125,46,97,108,101,114,116,45,115,117,99,99,101,115,115,123,99,111,108,111,114,58,35,49,53,53,55,50,52,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,52,101,100,100,97,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,99,51,101,54,99,98,125,46,97,108,101,114,116,45,115,117,99,99,101,115,115,32,104,114,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,98,49,100,102,98,98,125,46,97,108,101,114,116,45,115,117,99,99,101,115,115,32,46,97,108,101,114,116,45,108,105,110,107,123,99,111,108,111,114,58,35,48,98,50,101,49,51,125,46,97,108,101,114,116,45,105,110,102,111,123,99,111,108,111,114,58,35,48,99,53,52,54,48,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,49,101,99,102,49,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,98,101,101,53,101,98,125,46,97,108,101,114,116,45,105,110,102,111,32,104,114,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,97,98,100,100,101,53,125,46,97,108,101,114,116,45,105,110,102,111,32,46,97,108,101,114,116,45,108,105,110,107,123,99,111,108,111,114,58,35,48,54,50,99,51,51,125,46,97,108,101,114,116,45,119,97,114,110,105,110,103,123,99,111,108,111,114,58,35,56,53,54,52,48,52,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,51,99,100,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,102,101,101,98,97,125,46,97,108,101,114,116,45,119,97,114,110,105,110,103,32,104,114,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,102,102,101,56,97,49,125,46,97,108,101,114,116,45,119,97,114,110,105,110,103,32,46,97,108,101,114,116,45,108,105,110,107,123,99,111,108,111,114,58,35,53,51,51,102,48,51,125,46,97,108,101,114,116,45,100,97,110,103,101,114,123,99,111,108,111,114,58,35,55,50,49,99,50,52,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,56,100,55,100,97,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,53,99,54,99,98,125,46,97,108,101,114,116,45,100,97,110,103,101,114,32,104,114,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,102,49,98,48,98,55,125,46,97,108,101,114,116,45,100,97,110,103,101,114,32,46,97,108,101,114,116,45,108,105,110,107,123,99,111,108,111,114,58,35,52,57,49,50,49,55,125,46,97,108,101,114,116,45,108,105,103,104,116,123,99,111,108,111,114,58,35,56,49,56,49,56,50,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,101,102,101,102,101,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,100,102,100,102,101,125,46,97,108,101,114,116,45,108,105,103,104,116,32,104,114,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,101,99,101,99,102,54,125,46,97,108,101,114,116,45,108,105,103,104,116,32,46,97,108,101,114,116,45,108,105,110,107,123,99,111,108,111,114,58,35,54,56,54,56,54,56,125,46,97,108,101,114,116,45,100,97,114,107,123,99,111,108,111,114,58,35,49,98,49,101,50,49,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,54,100,56,100,57,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,99,54,99,56,99,97,125,46,97,108,101,114,116,45,100,97,114,107,32,104,114,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,98,57,98,98,98,101,125,46,97,108,101,114,116,45,100,97,114,107,32,46,97,108,101,114,116,45,108,105,110,107,123,99,111,108,111,114,58,35,48,52,48,53,48,53,125,64,45,119,101,98,107,105,116,45,107,101,121,102,114,97,109,101,115,32,112,114,111,103,114,101,115,115,45,98,97,114,45,115,116,114,105,112,101,115,123,48,37,123,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,49,114,101,109,32,48,125,116,111,123,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,48,32,48,125,125,64,107,101,121,102,114,97,109,101,115,32,112,114,111,103,114,101,115,115,45,98,97,114,45,115,116,114,105,112,101,115,123,48,37,123,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,49,114,101,109,32,48,125,116,111,123,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,48,32,48,125,125,46,112,114,111,103,114,101,115,115,123,104,101,105,103,104,116,58,49,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,48,59,102,111,110,116,45,115,105,122,101,58,46,55,53,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,112,114,111,103,114,101,115,115,44,46,112,114,111,103,114,101,115,115,45,98,97,114,123,100,105,115,112,108,97,121,58,102,108,101,120,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,125,46,112,114,111,103,114,101,115,115,45,98,97,114,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,59,99,111,108,111,114,58,35,102,102,102,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,55,98,102,102,59,116,114,97,110,115,105,116,105,111,110,58,119,105,100,116,104,32,46,54,115,32,101,97,115,101,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,112,114,111,103,114,101,115,115,45,98,97,114,123,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,46,112,114,111,103,114,101,115,115,45,98,97,114,45,115,116,114,105,112,101,100,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,52,53,100,101,103,44,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,49,53,41,32,50,53,37,44,116,114,97,110,115,112,97,114,101,110,116,32,48,44,116,114,97,110,115,112,97,114,101,110,116,32,53,48,37,44,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,49,53,41,32,48,44,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,49,53,41,32,55,53,37,44,116,114,97,110,115,112,97,114,101,110,116,32,48,44,116,114,97,110,115,112,97,114,101,110,116,41,59,98,97,99,107,103,114,111,117,110,100,45,115,105,122,101,58,49,114,101,109,32,49,114,101,109,125,46,112,114,111,103,114,101,115,115,45,98,97,114,45,97,110,105,109,97,116,101,100,123,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,112,114,111,103,114,101,115,115,45,98,97,114,45,115,116,114,105,112,101,115,32,49,115,32,108,105,110,101,97,114,32,105,110,102,105,110,105,116,101,59,97,110,105,109,97,116,105,111,110,58,112,114,111,103,114,101,115,115,45,98,97,114,45,115,116,114,105,112,101,115,32,49,115,32,108,105,110,101,97,114,32,105,110,102,105,110,105,116,101,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,112,114,111,103,114,101,115,115,45,98,97,114,45,97,110,105,109,97,116,101,100,123,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,110,111,110,101,59,97,110,105,109,97,116,105,111,110,58,110,111,110,101,125,125,46,109,101,100,105,97,123,100,105,115,112,108,97,121,58,102,108,101,120,59,97,108,105,103,110,45,105,116,101,109,115,58,102,108,101,120,45,115,116,97,114,116,125,46,109,101,100,105,97,45,98,111,100,121,123,102,108,101,120,58,49,125,46,108,105,115,116,45,103,114,111,117,112,123,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,59,112,97,100,100,105,110,103,45,108,101,102,116,58,48,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,123,119,105,100,116,104,58,49,48,48,37,59,99,111,108,111,114,58,35,52,57,53,48,53,55,59,116,101,120,116,45,97,108,105,103,110,58,105,110,104,101,114,105,116,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,102,111,99,117,115,44,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,104,111,118,101,114,123,122,45,105,110,100,101,120,58,49,59,99,111,108,111,114,58,35,52,57,53,48,53,55,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,56,102,57,102,97,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,97,99,116,105,118,101,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,112,97,100,100,105,110,103,58,46,55,53,114,101,109,32,49,46,50,53,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,114,103,98,97,40,48,44,48,44,48,44,46,49,50,53,41,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,58,102,105,114,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,105,110,104,101,114,105,116,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,105,110,104,101,114,105,116,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,58,108,97,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,105,110,104,101,114,105,116,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,105,110,104,101,114,105,116,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,46,100,105,115,97,98,108,101,100,44,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,58,100,105,115,97,98,108,101,100,123,99,111,108,111,114,58,35,54,99,55,53,55,100,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,46,97,99,116,105,118,101,123,122,45,105,110,100,101,120,58,50,59,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,55,98,102,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,48,48,55,98,102,102,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,43,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,123,98,111,114,100,101,114,45,116,111,112,45,119,105,100,116,104,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,43,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,46,97,99,116,105,118,101,123,109,97,114,103,105,110,45,116,111,112,58,45,49,112,120,59,98,111,114,100,101,114,45,116,111,112,45,119,105,100,116,104,58,49,112,120,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,58,102,105,114,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,58,108,97,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,46,97,99,116,105,118,101,123,109,97,114,103,105,110,45,116,111,112,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,43,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,123,98,111,114,100,101,114,45,116,111,112,45,119,105,100,116,104,58,49,112,120,59,98,111,114,100,101,114,45,108,101,102,116,45,119,105,100,116,104,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,43,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,46,97,99,116,105,118,101,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,112,120,59,98,111,114,100,101,114,45,108,101,102,116,45,119,105,100,116,104,58,49,112,120,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,53,55,54,112,120,41,123,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,115,109,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,115,109,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,58,102,105,114,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,115,109,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,58,108,97,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,115,109,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,46,97,99,116,105,118,101,123,109,97,114,103,105,110,45,116,111,112,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,115,109,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,43,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,123,98,111,114,100,101,114,45,116,111,112,45,119,105,100,116,104,58,49,112,120,59,98,111,114,100,101,114,45,108,101,102,116,45,119,105,100,116,104,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,115,109,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,43,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,46,97,99,116,105,118,101,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,112,120,59,98,111,114,100,101,114,45,108,101,102,116,45,119,105,100,116,104,58,49,112,120,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,55,54,56,112,120,41,123,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,109,100,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,109,100,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,58,102,105,114,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,109,100,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,58,108,97,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,109,100,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,46,97,99,116,105,118,101,123,109,97,114,103,105,110,45,116,111,112,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,109,100,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,43,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,123,98,111,114,100,101,114,45,116,111,112,45,119,105,100,116,104,58,49,112,120,59,98,111,114,100,101,114,45,108,101,102,116,45,119,105,100,116,104,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,109,100,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,43,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,46,97,99,116,105,118,101,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,112,120,59,98,111,114,100,101,114,45,108,101,102,116,45,119,105,100,116,104,58,49,112,120,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,57,57,50,112,120,41,123,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,108,103,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,108,103,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,58,102,105,114,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,108,103,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,58,108,97,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,108,103,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,46,97,99,116,105,118,101,123,109,97,114,103,105,110,45,116,111,112,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,108,103,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,43,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,123,98,111,114,100,101,114,45,116,111,112,45,119,105,100,116,104,58,49,112,120,59,98,111,114,100,101,114,45,108,101,102,116,45,119,105,100,116,104,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,108,103,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,43,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,46,97,99,116,105,118,101,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,112,120,59,98,111,114,100,101,114,45,108,101,102,116,45,119,105,100,116,104,58,49,112,120,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,49,50,48,48,112,120,41,123,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,120,108,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,120,108,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,58,102,105,114,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,120,108,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,58,108,97,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,120,108,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,46,97,99,116,105,118,101,123,109,97,114,103,105,110,45,116,111,112,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,120,108,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,43,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,123,98,111,114,100,101,114,45,116,111,112,45,119,105,100,116,104,58,49,112,120,59,98,111,114,100,101,114,45,108,101,102,116,45,119,105,100,116,104,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,120,108,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,43,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,46,97,99,116,105,118,101,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,112,120,59,98,111,114,100,101,114,45,108,101,102,116,45,119,105,100,116,104,58,49,112,120,125,125,46,108,105,115,116,45,103,114,111,117,112,45,102,108,117,115,104,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,102,108,117,115,104,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,123,98,111,114,100,101,114,45,119,105,100,116,104,58,48,32,48,32,49,112,120,125,46,108,105,115,116,45,103,114,111,117,112,45,102,108,117,115,104,62,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,58,108,97,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,119,105,100,116,104,58,48,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,112,114,105,109,97,114,121,123,99,111,108,111,114,58,35,48,48,52,48,56,53,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,98,56,100,97,102,102,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,112,114,105,109,97,114,121,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,102,111,99,117,115,44,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,112,114,105,109,97,114,121,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,104,111,118,101,114,123,99,111,108,111,114,58,35,48,48,52,48,56,53,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,57,102,99,100,102,102,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,112,114,105,109,97,114,121,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,46,97,99,116,105,118,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,52,48,56,53,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,48,48,52,48,56,53,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,115,101,99,111,110,100,97,114,121,123,99,111,108,111,114,58,35,51,56,51,100,52,49,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,54,100,56,100,98,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,115,101,99,111,110,100,97,114,121,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,102,111,99,117,115,44,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,115,101,99,111,110,100,97,114,121,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,104,111,118,101,114,123,99,111,108,111,114,58,35,51,56,51,100,52,49,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,99,56,99,98,99,102,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,115,101,99,111,110,100,97,114,121,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,46,97,99,116,105,118,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,56,51,100,52,49,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,51,56,51,100,52,49,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,115,117,99,99,101,115,115,123,99,111,108,111,114,58,35,49,53,53,55,50,52,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,99,51,101,54,99,98,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,115,117,99,99,101,115,115,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,102,111,99,117,115,44,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,115,117,99,99,101,115,115,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,104,111,118,101,114,123,99,111,108,111,114,58,35,49,53,53,55,50,52,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,98,49,100,102,98,98,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,115,117,99,99,101,115,115,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,46,97,99,116,105,118,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,53,53,55,50,52,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,49,53,53,55,50,52,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,105,110,102,111,123,99,111,108,111,114,58,35,48,99,53,52,54,48,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,98,101,101,53,101,98,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,105,110,102,111,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,102,111,99,117,115,44,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,105,110,102,111,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,104,111,118,101,114,123,99,111,108,111,114,58,35,48,99,53,52,54,48,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,97,98,100,100,101,53,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,105,110,102,111,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,46,97,99,116,105,118,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,99,53,52,54,48,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,48,99,53,52,54,48,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,119,97,114,110,105,110,103,123,99,111,108,111,114,58,35,56,53,54,52,48,52,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,101,101,98,97,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,119,97,114,110,105,110,103,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,102,111,99,117,115,44,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,119,97,114,110,105,110,103,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,104,111,118,101,114,123,99,111,108,111,114,58,35,56,53,54,52,48,52,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,101,56,97,49,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,119,97,114,110,105,110,103,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,46,97,99,116,105,118,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,56,53,54,52,48,52,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,56,53,54,52,48,52,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,100,97,110,103,101,114,123,99,111,108,111,114,58,35,55,50,49,99,50,52,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,53,99,54,99,98,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,100,97,110,103,101,114,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,102,111,99,117,115,44,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,100,97,110,103,101,114,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,104,111,118,101,114,123,99,111,108,111,114,58,35,55,50,49,99,50,52,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,49,98,48,98,55,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,100,97,110,103,101,114,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,46,97,99,116,105,118,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,55,50,49,99,50,52,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,55,50,49,99,50,52,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,108,105,103,104,116,123,99,111,108,111,114,58,35,56,49,56,49,56,50,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,100,102,100,102,101,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,108,105,103,104,116,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,102,111,99,117,115,44,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,108,105,103,104,116,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,104,111,118,101,114,123,99,111,108,111,114,58,35,56,49,56,49,56,50,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,99,101,99,102,54,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,108,105,103,104,116,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,46,97,99,116,105,118,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,56,49,56,49,56,50,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,56,49,56,49,56,50,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,100,97,114,107,123,99,111,108,111,114,58,35,49,98,49,101,50,49,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,99,54,99,56,99,97,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,100,97,114,107,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,102,111,99,117,115,44,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,100,97,114,107,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,58,104,111,118,101,114,123,99,111,108,111,114,58,35,49,98,49,101,50,49,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,98,57,98,98,98,101,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,100,97,114,107,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,46,97,99,116,105,118,101,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,98,49,101,50,49,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,49,98,49,101,50,49,125,46,99,108,111,115,101,123,102,108,111,97,116,58,114,105,103,104,116,59,102,111,110,116,45,115,105,122,101,58,49,46,53,114,101,109,59,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,59,108,105,110,101,45,104,101,105,103,104,116,58,49,59,99,111,108,111,114,58,35,48,48,48,59,116,101,120,116,45,115,104,97,100,111,119,58,48,32,49,112,120,32,48,32,35,102,102,102,59,111,112,97,99,105,116,121,58,46,53,125,46,99,108,111,115,101,58,104,111,118,101,114,123,99,111,108,111,114,58,35,48,48,48,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,125,46,99,108,111,115,101,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,102,111,99,117,115,44,46,99,108,111,115,101,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,104,111,118,101,114,123,111,112,97,99,105,116,121,58,46,55,53,125,98,117,116,116,111,110,46,99,108,111,115,101,123,112,97,100,100,105,110,103,58,48,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,58,48,125,97,46,99,108,111,115,101,46,100,105,115,97,98,108,101,100,123,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,116,111,97,115,116,123,102,108,101,120,45,98,97,115,105,115,58,51,53,48,112,120,59,109,97,120,45,119,105,100,116,104,58,51,53,48,112,120,59,102,111,110,116,45,115,105,122,101,58,46,56,55,53,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,56,53,41,59,98,97,99,107,103,114,111,117,110,100,45,99,108,105,112,58,112,97,100,100,105,110,103,45,98,111,120,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,114,103,98,97,40,48,44,48,44,48,44,46,49,41,59,98,111,120,45,115,104,97,100,111,119,58,48,32,46,50,53,114,101,109,32,46,55,53,114,101,109,32,114,103,98,97,40,48,44,48,44,48,44,46,49,41,59,111,112,97,99,105,116,121,58,48,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,116,111,97,115,116,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,55,53,114,101,109,125,46,116,111,97,115,116,46,115,104,111,119,105,110,103,123,111,112,97,99,105,116,121,58,49,125,46,116,111,97,115,116,46,115,104,111,119,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,111,112,97,99,105,116,121,58,49,125,46,116,111,97,115,116,46,104,105,100,101,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,116,111,97,115,116,45,104,101,97,100,101,114,123,100,105,115,112,108,97,121,58,102,108,101,120,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,59,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,46,55,53,114,101,109,59,99,111,108,111,114,58,35,54,99,55,53,55,100,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,56,53,41,59,98,97,99,107,103,114,111,117,110,100,45,99,108,105,112,58,112,97,100,100,105,110,103,45,98,111,120,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,49,112,120,32,115,111,108,105,100,32,114,103,98,97,40,48,44,48,44,48,44,46,48,53,41,59,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,125,46,116,111,97,115,116,45,98,111,100,121,123,112,97,100,100,105,110,103,58,46,55,53,114,101,109,125,46,109,111,100,97,108,45,111,112,101,110,123,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,125,46,109,111,100,97,108,45,111,112,101,110,32,46,109,111,100,97,108,123,111,118,101,114,102,108,111,119,45,120,58,104,105,100,100,101,110,59,111,118,101,114,102,108,111,119,45,121,58,97,117,116,111,125,46,109,111,100,97,108,123,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,116,111,112,58,48,59,108,101,102,116,58,48,59,122,45,105,110,100,101,120,58,49,48,53,48,59,100,105,115,112,108,97,121,58,110,111,110,101,59,119,105,100,116,104,58,49,48,48,37,59,104,101,105,103,104,116,58,49,48,48,37,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,111,117,116,108,105,110,101,58,48,125,46,109,111,100,97,108,45,100,105,97,108,111,103,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,119,105,100,116,104,58,97,117,116,111,59,109,97,114,103,105,110,58,46,53,114,101,109,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,109,111,100,97,108,46,102,97,100,101,32,46,109,111,100,97,108,45,100,105,97,108,111,103,123,116,114,97,110,115,105,116,105,111,110,58,116,114,97,110,115,102,111,114,109,32,46,51,115,32,101,97,115,101,45,111,117,116,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,89,40,45,53,48,112,120,41,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,109,111,100,97,108,46,102,97,100,101,32,46,109,111,100,97,108,45,100,105,97,108,111,103,123,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,46,109,111,100,97,108,46,115,104,111,119,32,46,109,111,100,97,108,45,100,105,97,108,111,103,123,116,114,97,110,115,102,111,114,109,58,110,111,110,101,125,46,109,111,100,97,108,46,109,111,100,97,108,45,115,116,97,116,105,99,32,46,109,111,100,97,108,45,100,105,97,108,111,103,123,116,114,97,110,115,102,111,114,109,58,115,99,97,108,101,40,49,46,48,50,41,125,46,109,111,100,97,108,45,100,105,97,108,111,103,45,115,99,114,111,108,108,97,98,108,101,123,100,105,115,112,108,97,121,58,102,108,101,120,59,109,97,120,45,104,101,105,103,104,116,58,99,97,108,99,40,49,48,48,37,32,45,32,49,114,101,109,41,125,46,109,111,100,97,108,45,100,105,97,108,111,103,45,115,99,114,111,108,108,97,98,108,101,32,46,109,111,100,97,108,45,99,111,110,116,101,110,116,123,109,97,120,45,104,101,105,103,104,116,58,99,97,108,99,40,49,48,48,118,104,32,45,32,49,114,101,109,41,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,125,46,109,111,100,97,108,45,100,105,97,108,111,103,45,115,99,114,111,108,108,97,98,108,101,32,46,109,111,100,97,108,45,102,111,111,116,101,114,44,46,109,111,100,97,108,45,100,105,97,108,111,103,45,115,99,114,111,108,108,97,98,108,101,32,46,109,111,100,97,108,45,104,101,97,100,101,114,123,102,108,101,120,45,115,104,114,105,110,107,58,48,125,46,109,111,100,97,108,45,100,105,97,108,111,103,45,115,99,114,111,108,108,97,98,108,101,32,46,109,111,100,97,108,45,98,111,100,121,123,111,118,101,114,102,108,111,119,45,121,58,97,117,116,111,125,46,109,111,100,97,108,45,100,105,97,108,111,103,45,99,101,110,116,101,114,101,100,123,100,105,115,112,108,97,121,58,102,108,101,120,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,59,109,105,110,45,104,101,105,103,104,116,58,99,97,108,99,40,49,48,48,37,32,45,32,49,114,101,109,41,125,46,109,111,100,97,108,45,100,105,97,108,111,103,45,99,101,110,116,101,114,101,100,58,98,101,102,111,114,101,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,104,101,105,103,104,116,58,99,97,108,99,40,49,48,48,118,104,32,45,32,49,114,101,109,41,59,104,101,105,103,104,116,58,45,119,101,98,107,105,116,45,109,105,110,45,99,111,110,116,101,110,116,59,104,101,105,103,104,116,58,45,109,111,122,45,109,105,110,45,99,111,110,116,101,110,116,59,104,101,105,103,104,116,58,109,105,110,45,99,111,110,116,101,110,116,59,99,111,110,116,101,110,116,58,34,34,125,46,109,111,100,97,108,45,100,105,97,108,111,103,45,99,101,110,116,101,114,101,100,46,109,111,100,97,108,45,100,105,97,108,111,103,45,115,99,114,111,108,108,97,98,108,101,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,59,104,101,105,103,104,116,58,49,48,48,37,125,46,109,111,100,97,108,45,100,105,97,108,111,103,45,99,101,110,116,101,114,101,100,46,109,111,100,97,108,45,100,105,97,108,111,103,45,115,99,114,111,108,108,97,98,108,101,32,46,109,111,100,97,108,45,99,111,110,116,101,110,116,123,109,97,120,45,104,101,105,103,104,116,58,110,111,110,101,125,46,109,111,100,97,108,45,100,105,97,108,111,103,45,99,101,110,116,101,114,101,100,46,109,111,100,97,108,45,100,105,97,108,111,103,45,115,99,114,111,108,108,97,98,108,101,58,98,101,102,111,114,101,123,99,111,110,116,101,110,116,58,110,111,110,101,125,46,109,111,100,97,108,45,99,111,110,116,101,110,116,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,59,119,105,100,116,104,58,49,48,48,37,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,108,105,112,58,112,97,100,100,105,110,103,45,98,111,120,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,114,103,98,97,40,48,44,48,44,48,44,46,50,41,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,51,114,101,109,59,111,117,116,108,105,110,101,58,48,125,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,123,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,116,111,112,58,48,59,108,101,102,116,58,48,59,122,45,105,110,100,101,120,58,49,48,52,48,59,119,105,100,116,104,58,49,48,48,118,119,59,104,101,105,103,104,116,58,49,48,48,118,104,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,48,125,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,46,102,97,100,101,123,111,112,97,99,105,116,121,58,48,125,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,46,115,104,111,119,123,111,112,97,99,105,116,121,58,46,53,125,46,109,111,100,97,108,45,104,101,97,100,101,114,123,100,105,115,112,108,97,121,58,102,108,101,120,59,97,108,105,103,110,45,105,116,101,109,115,58,102,108,101,120,45,115,116,97,114,116,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,98,101,116,119,101,101,110,59,112,97,100,100,105,110,103,58,49,114,101,109,32,49,114,101,109,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,49,112,120,32,115,111,108,105,100,32,35,100,101,101,50,101,54,59,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,51,114,101,109,32,45,32,49,112,120,41,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,51,114,101,109,32,45,32,49,112,120,41,125,46,109,111,100,97,108,45,104,101,97,100,101,114,32,46,99,108,111,115,101,123,112,97,100,100,105,110,103,58,49,114,101,109,32,49,114,101,109,59,109,97,114,103,105,110,58,45,49,114,101,109,32,45,49,114,101,109,32,45,49,114,101,109,32,97,117,116,111,125,46,109,111,100,97,108,45,116,105,116,108,101,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,125,46,109,111,100,97,108,45,98,111,100,121,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,102,108,101,120,58,49,32,49,32,97,117,116,111,59,112,97,100,100,105,110,103,58,49,114,101,109,125,46,109,111,100,97,108,45,102,111,111,116,101,114,123,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,119,114,97,112,58,119,114,97,112,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,101,110,100,59,112,97,100,100,105,110,103,58,46,55,53,114,101,109,59,98,111,114,100,101,114,45,116,111,112,58,49,112,120,32,115,111,108,105,100,32,35,100,101,101,50,101,54,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,51,114,101,109,32,45,32,49,112,120,41,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,51,114,101,109,32,45,32,49,112,120,41,125,46,109,111,100,97,108,45,102,111,111,116,101,114,62,42,123,109,97,114,103,105,110,58,46,50,53,114,101,109,125,46,109,111,100,97,108,45,115,99,114,111,108,108,98,97,114,45,109,101,97,115,117,114,101,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,45,57,57,57,57,112,120,59,119,105,100,116,104,58,53,48,112,120,59,104,101,105,103,104,116,58,53,48,112,120,59,111,118,101,114,102,108,111,119,58,115,99,114,111,108,108,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,53,55,54,112,120,41,123,46,109,111,100,97,108,45,100,105,97,108,111,103,123,109,97,120,45,119,105,100,116,104,58,53,48,48,112,120,59,109,97,114,103,105,110,58,49,46,55,53,114,101,109,32,97,117,116,111,125,46,109,111,100,97,108,45,100,105,97,108,111,103,45,115,99,114,111,108,108,97,98,108,101,123,109,97,120,45,104,101,105,103,104,116,58,99,97,108,99,40,49,48,48,37,32,45,32,51,46,53,114,101,109,41,125,46,109,111,100,97,108,45,100,105,97,108,111,103,45,115,99,114,111,108,108,97,98,108,101,32,46,109,111,100,97,108,45,99,111,110,116,101,110,116,123,109,97,120,45,104,101,105,103,104,116,58,99,97,108,99,40,49,48,48,118,104,32,45,32,51,46,53,114,101,109,41,125,46,109,111,100,97,108,45,100,105,97,108,111,103,45,99,101,110,116,101,114,101,100,123,109,105,110,45,104,101,105,103,104,116,58,99,97,108,99,40,49,48,48,37,32,45,32,51,46,53,114,101,109,41,125,46,109,111,100,97,108,45,100,105,97,108,111,103,45,99,101,110,116,101,114,101,100,58,98,101,102,111,114,101,123,104,101,105,103,104,116,58,99,97,108,99,40,49,48,48,118,104,32,45,32,51,46,53,114,101,109,41,59,104,101,105,103,104,116,58,45,119,101,98,107,105,116,45,109,105,110,45,99,111,110,116,101,110,116,59,104,101,105,103,104,116,58,45,109,111,122,45,109,105,110,45,99,111,110,116,101,110,116,59,104,101,105,103,104,116,58,109,105,110,45,99,111,110,116,101,110,116,125,46,109,111,100,97,108,45,115,109,123,109,97,120,45,119,105,100,116,104,58,51,48,48,112,120,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,57,57,50,112,120,41,123,46,109,111,100,97,108,45,108,103,44,46,109,111,100,97,108,45,120,108,123,109,97,120,45,119,105,100,116,104,58,56,48,48,112,120,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,49,50,48,48,112,120,41,123,46,109,111,100,97,108,45,120,108,123,109,97,120,45,119,105,100,116,104,58,49,49,52,48,112,120,125,125,46,116,111,111,108,116,105,112,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,122,45,105,110,100,101,120,58,49,48,55,48,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,109,97,114,103,105,110,58,48,59,102,111,110,116,45,102,97,109,105,108,121,58,45,97,112,112,108,101,45,115,121,115,116,101,109,44,66,108,105,110,107,77,97,99,83,121,115,116,101,109,70,111,110,116,44,83,101,103,111,101,32,85,73,44,82,111,98,111,116,111,44,72,101,108,118,101,116,105,99,97,32,78,101,117,101,44,65,114,105,97,108,44,78,111,116,111,32,83,97,110,115,44,76,105,98,101,114,97,116,105,111,110,32,83,97,110,115,44,115,97,110,115,45,115,101,114,105,102,44,65,112,112,108,101,32,67,111,108,111,114,32,69,109,111,106,105,44,83,101,103,111,101,32,85,73,32,69,109,111,106,105,44,83,101,103,111,101,32,85,73,32,83,121,109,98,111,108,44,78,111,116,111,32,67,111,108,111,114,32,69,109,111,106,105,59,102,111,110,116,45,115,116,121,108,101,58,110,111,114,109,97,108,59,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,116,101,120,116,45,97,108,105,103,110,58,108,101,102,116,59,116,101,120,116,45,97,108,105,103,110,58,115,116,97,114,116,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,59,116,101,120,116,45,115,104,97,100,111,119,58,110,111,110,101,59,116,101,120,116,45,116,114,97,110,115,102,111,114,109,58,110,111,110,101,59,108,101,116,116,101,114,45,115,112,97,99,105,110,103,58,110,111,114,109,97,108,59,119,111,114,100,45,98,114,101,97,107,58,110,111,114,109,97,108,59,119,111,114,100,45,115,112,97,99,105,110,103,58,110,111,114,109,97,108,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,114,109,97,108,59,108,105,110,101,45,98,114,101,97,107,58,97,117,116,111,59,102,111,110,116,45,115,105,122,101,58,46,56,55,53,114,101,109,59,119,111,114,100,45,119,114,97,112,58,98,114,101,97,107,45,119,111,114,100,59,111,112,97,99,105,116,121,58,48,125,46,116,111,111,108,116,105,112,46,115,104,111,119,123,111,112,97,99,105,116,121,58,46,57,125,46,116,111,111,108,116,105,112,32,46,97,114,114,111,119,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,46,56,114,101,109,59,104,101,105,103,104,116,58,46,52,114,101,109,125,46,116,111,111,108,116,105,112,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,99,111,110,116,101,110,116,58,34,34,59,98,111,114,100,101,114,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,115,116,121,108,101,58,115,111,108,105,100,125,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,44,46,98,115,45,116,111,111,108,116,105,112,45,116,111,112,123,112,97,100,100,105,110,103,58,46,52,114,101,109,32,48,125,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,32,46,97,114,114,111,119,44,46,98,115,45,116,111,111,108,116,105,112,45,116,111,112,32,46,97,114,114,111,119,123,98,111,116,116,111,109,58,48,125,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,115,45,116,111,111,108,116,105,112,45,116,111,112,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,116,111,112,58,48,59,98,111,114,100,101,114,45,119,105,100,116,104,58,46,52,114,101,109,32,46,52,114,101,109,32,48,59,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,48,48,48,125,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,44,46,98,115,45,116,111,111,108,116,105,112,45,114,105,103,104,116,123,112,97,100,100,105,110,103,58,48,32,46,52,114,101,109,125,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,44,46,98,115,45,116,111,111,108,116,105,112,45,114,105,103,104,116,32,46,97,114,114,111,119,123,108,101,102,116,58,48,59,119,105,100,116,104,58,46,52,114,101,109,59,104,101,105,103,104,116,58,46,56,114,101,109,125,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,115,45,116,111,111,108,116,105,112,45,114,105,103,104,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,114,105,103,104,116,58,48,59,98,111,114,100,101,114,45,119,105,100,116,104,58,46,52,114,101,109,32,46,52,114,101,109,32,46,52,114,101,109,32,48,59,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,48,48,48,125,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,44,46,98,115,45,116,111,111,108,116,105,112,45,98,111,116,116,111,109,123,112,97,100,100,105,110,103,58,46,52,114,101,109,32,48,125,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,97,114,114,111,119,44,46,98,115,45,116,111,111,108,116,105,112,45,98,111,116,116,111,109,32,46,97,114,114,111,119,123,116,111,112,58,48,125,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,115,45,116,111,111,108,116,105,112,45,98,111,116,116,111,109,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,116,116,111,109,58,48,59,98,111,114,100,101,114,45,119,105,100,116,104,58,48,32,46,52,114,101,109,32,46,52,114,101,109,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,48,48,48,125,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,44,46,98,115,45,116,111,111,108,116,105,112,45,108,101,102,116,123,112,97,100,100,105,110,103,58,48,32,46,52,114,101,109,125,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,44,46,98,115,45,116,111,111,108,116,105,112,45,108,101,102,116,32,46,97,114,114,111,119,123,114,105,103,104,116,58,48,59,119,105,100,116,104,58,46,52,114,101,109,59,104,101,105,103,104,116,58,46,56,114,101,109,125,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,115,45,116,111,111,108,116,105,112,45,108,101,102,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,108,101,102,116,58,48,59,98,111,114,100,101,114,45,119,105,100,116,104,58,46,52,114,101,109,32,48,32,46,52,114,101,109,32,46,52,114,101,109,59,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,48,48,48,125,46,116,111,111,108,116,105,112,45,105,110,110,101,114,123,109,97,120,45,119,105,100,116,104,58,50,48,48,112,120,59,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,46,53,114,101,109,59,99,111,108,111,114,58,35,102,102,102,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,48,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,112,111,112,111,118,101,114,123,116,111,112,58,48,59,108,101,102,116,58,48,59,122,45,105,110,100,101,120,58,49,48,54,48,59,109,97,120,45,119,105,100,116,104,58,50,55,54,112,120,59,102,111,110,116,45,102,97,109,105,108,121,58,45,97,112,112,108,101,45,115,121,115,116,101,109,44,66,108,105,110,107,77,97,99,83,121,115,116,101,109,70,111,110,116,44,83,101,103,111,101,32,85,73,44,82,111,98,111,116,111,44,72,101,108,118,101,116,105,99,97,32,78,101,117,101,44,65,114,105,97,108,44,78,111,116,111,32,83,97,110,115,44,76,105,98,101,114,97,116,105,111,110,32,83,97,110,115,44,115,97,110,115,45,115,101,114,105,102,44,65,112,112,108,101,32,67,111,108,111,114,32,69,109,111,106,105,44,83,101,103,111,101,32,85,73,32,69,109,111,106,105,44,83,101,103,111,101,32,85,73,32,83,121,109,98,111,108,44,78,111,116,111,32,67,111,108,111,114,32,69,109,111,106,105,59,102,111,110,116,45,115,116,121,108,101,58,110,111,114,109,97,108,59,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,116,101,120,116,45,97,108,105,103,110,58,108,101,102,116,59,116,101,120,116,45,97,108,105,103,110,58,115,116,97,114,116,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,59,116,101,120,116,45,115,104,97,100,111,119,58,110,111,110,101,59,116,101,120,116,45,116,114,97,110,115,102,111,114,109,58,110,111,110,101,59,108,101,116,116,101,114,45,115,112,97,99,105,110,103,58,110,111,114,109,97,108,59,119,111,114,100,45,98,114,101,97,107,58,110,111,114,109,97,108,59,119,111,114,100,45,115,112,97,99,105,110,103,58,110,111,114,109,97,108,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,114,109,97,108,59,108,105,110,101,45,98,114,101,97,107,58,97,117,116,111,59,102,111,110,116,45,115,105,122,101,58,46,56,55,53,114,101,109,59,119,111,114,100,45,119,114,97,112,58,98,114,101,97,107,45,119,111,114,100,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,108,105,112,58,112,97,100,100,105,110,103,45,98,111,120,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,114,103,98,97,40,48,44,48,44,48,44,46,50,41,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,51,114,101,109,125,46,112,111,112,111,118,101,114,44,46,112,111,112,111,118,101,114,32,46,97,114,114,111,119,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,112,111,112,111,118,101,114,32,46,97,114,114,111,119,123,119,105,100,116,104,58,49,114,101,109,59,104,101,105,103,104,116,58,46,53,114,101,109,59,109,97,114,103,105,110,58,48,32,46,51,114,101,109,125,46,112,111,112,111,118,101,114,32,46,97,114,114,111,119,58,97,102,116,101,114,44,46,112,111,112,111,118,101,114,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,99,111,110,116,101,110,116,58,34,34,59,98,111,114,100,101,114,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,115,116,121,108,101,58,115,111,108,105,100,125,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,44,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,53,114,101,109,125,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,44,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,123,98,111,116,116,111,109,58,99,97,108,99,40,45,46,53,114,101,109,32,45,32,49,112,120,41,125,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,116,116,111,109,58,48,59,98,111,114,100,101,114,45,119,105,100,116,104,58,46,53,114,101,109,32,46,53,114,101,109,32,48,59,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,50,53,41,125,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,116,116,111,109,58,49,112,120,59,98,111,114,100,101,114,45,119,105,100,116,104,58,46,53,114,101,109,32,46,53,114,101,109,32,48,59,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,102,102,102,125,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,44,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,123,109,97,114,103,105,110,45,108,101,102,116,58,46,53,114,101,109,125,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,44,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,123,108,101,102,116,58,99,97,108,99,40,45,46,53,114,101,109,32,45,32,49,112,120,41,59,119,105,100,116,104,58,46,53,114,101,109,59,104,101,105,103,104,116,58,49,114,101,109,59,109,97,114,103,105,110,58,46,51,114,101,109,32,48,125,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,108,101,102,116,58,48,59,98,111,114,100,101,114,45,119,105,100,116,104,58,46,53,114,101,109,32,46,53,114,101,109,32,46,53,114,101,109,32,48,59,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,50,53,41,125,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,108,101,102,116,58,49,112,120,59,98,111,114,100,101,114,45,119,105,100,116,104,58,46,53,114,101,109,32,46,53,114,101,109,32,46,53,114,101,109,32,48,59,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,102,102,102,125,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,44,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,123,109,97,114,103,105,110,45,116,111,112,58,46,53,114,101,109,125,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,44,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,123,116,111,112,58,99,97,108,99,40,45,46,53,114,101,109,32,45,32,49,112,120,41,125,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,116,111,112,58,48,59,98,111,114,100,101,114,45,119,105,100,116,104,58,48,32,46,53,114,101,109,32,46,53,114,101,109,32,46,53,114,101,109,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,50,53,41,125,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,97,102,116,101,114,123,116,111,112,58,49,112,120,59,98,111,114,100,101,114,45,119,105,100,116,104,58,48,32,46,53,114,101,109,32,46,53,114,101,109,32,46,53,114,101,109,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,102,102,102,125,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,44,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,48,59,108,101,102,116,58,53,48,37,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,114,101,109,59,109,97,114,103,105,110,45,108,101,102,116,58,45,46,53,114,101,109,59,99,111,110,116,101,110,116,58,34,34,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,49,112,120,32,115,111,108,105,100,32,35,102,55,102,55,102,55,125,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,44,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,123,109,97,114,103,105,110,45,114,105,103,104,116,58,46,53,114,101,109,125,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,44,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,123,114,105,103,104,116,58,99,97,108,99,40,45,46,53,114,101,109,32,45,32,49,112,120,41,59,119,105,100,116,104,58,46,53,114,101,109,59,104,101,105,103,104,116,58,49,114,101,109,59,109,97,114,103,105,110,58,46,51,114,101,109,32,48,125,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,114,105,103,104,116,58,48,59,98,111,114,100,101,114,45,119,105,100,116,104,58,46,53,114,101,109,32,48,32,46,53,114,101,109,32,46,53,114,101,109,59,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,50,53,41,125,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,114,105,103,104,116,58,49,112,120,59,98,111,114,100,101,114,45,119,105,100,116,104,58,46,53,114,101,109,32,48,32,46,53,114,101,109,32,46,53,114,101,109,59,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,102,102,102,125,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,123,112,97,100,100,105,110,103,58,46,53,114,101,109,32,46,55,53,114,101,109,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,59,102,111,110,116,45,115,105,122,101,58,49,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,55,102,55,102,55,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,49,112,120,32,115,111,108,105,100,32,35,101,98,101,98,101,98,59,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,51,114,101,109,32,45,32,49,112,120,41,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,51,114,101,109,32,45,32,49,112,120,41,125,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,101,109,112,116,121,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,112,111,112,111,118,101,114,45,98,111,100,121,123,112,97,100,100,105,110,103,58,46,53,114,101,109,32,46,55,53,114,101,109,59,99,111,108,111,114,58,35,50,49,50,53,50,57,125,46,99,97,114,111,117,115,101,108,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,125,46,99,97,114,111,117,115,101,108,46,112,111,105,110,116,101,114,45,101,118,101,110,116,123,116,111,117,99,104,45,97,99,116,105,111,110,58,112,97,110,45,121,125,46,99,97,114,111,117,115,101,108,45,105,110,110,101,114,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,119,105,100,116,104,58,49,48,48,37,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,125,46,99,97,114,111,117,115,101,108,45,105,110,110,101,114,58,97,102,116,101,114,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,99,108,101,97,114,58,98,111,116,104,59,99,111,110,116,101,110,116,58,34,34,125,46,99,97,114,111,117,115,101,108,45,105,116,101,109,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,100,105,115,112,108,97,121,58,110,111,110,101,59,102,108,111,97,116,58,108,101,102,116,59,119,105,100,116,104,58,49,48,48,37,59,109,97,114,103,105,110,45,114,105,103,104,116,58,45,49,48,48,37,59,45,119,101,98,107,105,116,45,98,97,99,107,102,97,99,101,45,118,105,115,105,98,105,108,105,116,121,58,104,105,100,100,101,110,59,98,97,99,107,102,97,99,101,45,118,105,115,105,98,105,108,105,116,121,58,104,105,100,100,101,110,59,116,114,97,110,115,105,116,105,111,110,58,116,114,97,110,115,102,111,114,109,32,46,54,115,32,101,97,115,101,45,105,110,45,111,117,116,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,99,97,114,111,117,115,101,108,45,105,116,101,109,123,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,46,99,97,114,111,117,115,101,108,45,105,116,101,109,45,110,101,120,116,44,46,99,97,114,111,117,115,101,108,45,105,116,101,109,45,112,114,101,118,44,46,99,97,114,111,117,115,101,108,45,105,116,101,109,46,97,99,116,105,118,101,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,97,99,116,105,118,101,46,99,97,114,111,117,115,101,108,45,105,116,101,109,45,114,105,103,104,116,44,46,99,97,114,111,117,115,101,108,45,105,116,101,109,45,110,101,120,116,58,110,111,116,40,46,99,97,114,111,117,115,101,108,45,105,116,101,109,45,108,101,102,116,41,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,88,40,49,48,48,37,41,125,46,97,99,116,105,118,101,46,99,97,114,111,117,115,101,108,45,105,116,101,109,45,108,101,102,116,44,46,99,97,114,111,117,115,101,108,45,105,116,101,109,45,112,114,101,118,58,110,111,116,40,46,99,97,114,111,117,115,101,108,45,105,116,101,109,45,114,105,103,104,116,41,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,88,40,45,49,48,48,37,41,125,46,99,97,114,111,117,115,101,108,45,102,97,100,101,32,46,99,97,114,111,117,115,101,108,45,105,116,101,109,123,111,112,97,99,105,116,121,58,48,59,116,114,97,110,115,105,116,105,111,110,45,112,114,111,112,101,114,116,121,58,111,112,97,99,105,116,121,59,116,114,97,110,115,102,111,114,109,58,110,111,110,101,125,46,99,97,114,111,117,115,101,108,45,102,97,100,101,32,46,99,97,114,111,117,115,101,108,45,105,116,101,109,45,110,101,120,116,46,99,97,114,111,117,115,101,108,45,105,116,101,109,45,108,101,102,116,44,46,99,97,114,111,117,115,101,108,45,102,97,100,101,32,46,99,97,114,111,117,115,101,108,45,105,116,101,109,45,112,114,101,118,46,99,97,114,111,117,115,101,108,45,105,116,101,109,45,114,105,103,104,116,44,46,99,97,114,111,117,115,101,108,45,102,97,100,101,32,46,99,97,114,111,117,115,101,108,45,105,116,101,109,46,97,99,116,105,118,101,123,122,45,105,110,100,101,120,58,49,59,111,112,97,99,105,116,121,58,49,125,46,99,97,114,111,117,115,101,108,45,102,97,100,101,32,46,97,99,116,105,118,101,46,99,97,114,111,117,115,101,108,45,105,116,101,109,45,108,101,102,116,44,46,99,97,114,111,117,115,101,108,45,102,97,100,101,32,46,97,99,116,105,118,101,46,99,97,114,111,117,115,101,108,45,105,116,101,109,45,114,105,103,104,116,123,122,45,105,110,100,101,120,58,48,59,111,112,97,99,105,116,121,58,48,59,116,114,97,110,115,105,116,105,111,110,58,111,112,97,99,105,116,121,32,48,115,32,46,54,115,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,99,97,114,111,117,115,101,108,45,102,97,100,101,32,46,97,99,116,105,118,101,46,99,97,114,111,117,115,101,108,45,105,116,101,109,45,108,101,102,116,44,46,99,97,114,111,117,115,101,108,45,102,97,100,101,32,46,97,99,116,105,118,101,46,99,97,114,111,117,115,101,108,45,105,116,101,109,45,114,105,103,104,116,123,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,46,99,97,114,111,117,115,101,108,45,99,111,110,116,114,111,108,45,110,101,120,116,44,46,99,97,114,111,117,115,101,108,45,99,111,110,116,114,111,108,45,112,114,101,118,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,48,59,98,111,116,116,111,109,58,48,59,122,45,105,110,100,101,120,58,49,59,100,105,115,112,108,97,121,58,102,108,101,120,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,59,119,105,100,116,104,58,49,53,37,59,99,111,108,111,114,58,35,102,102,102,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,111,112,97,99,105,116,121,58,46,53,59,116,114,97,110,115,105,116,105,111,110,58,111,112,97,99,105,116,121,32,46,49,53,115,32,101,97,115,101,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,99,97,114,111,117,115,101,108,45,99,111,110,116,114,111,108,45,110,101,120,116,44,46,99,97,114,111,117,115,101,108,45,99,111,110,116,114,111,108,45,112,114,101,118,123,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,46,99,97,114,111,117,115,101,108,45,99,111,110,116,114,111,108,45,110,101,120,116,58,102,111,99,117,115,44,46,99,97,114,111,117,115,101,108,45,99,111,110,116,114,111,108,45,110,101,120,116,58,104,111,118,101,114,44,46,99,97,114,111,117,115,101,108,45,99,111,110,116,114,111,108,45,112,114,101,118,58,102,111,99,117,115,44,46,99,97,114,111,117,115,101,108,45,99,111,110,116,114,111,108,45,112,114,101,118,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,59,111,117,116,108,105,110,101,58,48,59,111,112,97,99,105,116,121,58,46,57,125,46,99,97,114,111,117,115,101,108,45,99,111,110,116,114,111,108,45,112,114,101,118,123,108,101,102,116,58,48,125,46,99,97,114,111,117,115,101,108,45,99,111,110,116,114,111,108,45,110,101,120,116,123,114,105,103,104,116,58,48,125,46,99,97,114,111,117,115,101,108,45,99,111,110,116,114,111,108,45,110,101,120,116,45,105,99,111,110,44,46,99,97,114,111,117,115,101,108,45,99,111,110,116,114,111,108,45,112,114,101,118,45,105,99,111,110,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,119,105,100,116,104,58,50,48,112,120,59,104,101,105,103,104,116,58,50,48,112,120,59,98,97,99,107,103,114,111,117,110,100,58,53,48,37,47,49,48,48,37,32,49,48,48,37,32,110,111,45,114,101,112,101,97,116,125,46,99,97,114,111,117,115,101,108,45,99,111,110,116,114,111,108,45,112,114,101,118,45,105,99,111,110,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,102,105,108,108,61,39,37,50,51,102,102,102,39,32,119,105,100,116,104,61,39,56,39,32,104,101,105,103,104,116,61,39,56,39,37,51,69,37,51,67,112,97,116,104,32,100,61,39,77,53,46,50,53,32,48,108,45,52,32,52,32,52,32,52,32,49,46,53,45,49,46,53,76,52,46,50,53,32,52,108,50,46,53,45,50,46,53,76,53,46,50,53,32,48,122,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,125,46,99,97,114,111,117,115,101,108,45,99,111,110,116,114,111,108,45,110,101,120,116,45,105,99,111,110,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,102,105,108,108,61,39,37,50,51,102,102,102,39,32,119,105,100,116,104,61,39,56,39,32,104,101,105,103,104,116,61,39,56,39,37,51,69,37,51,67,112,97,116,104,32,100,61,39,77,50,46,55,53,32,48,108,45,49,46,53,32,49,46,53,76,51,46,55,53,32,52,108,45,50,46,53,32,50,46,53,76,50,46,55,53,32,56,108,52,45,52,45,52,45,52,122,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,125,46,99,97,114,111,117,115,101,108,45,105,110,100,105,99,97,116,111,114,115,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,114,105,103,104,116,58,48,59,98,111,116,116,111,109,58,48,59,108,101,102,116,58,48,59,122,45,105,110,100,101,120,58,49,53,59,100,105,115,112,108,97,121,58,102,108,101,120,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,59,112,97,100,100,105,110,103,45,108,101,102,116,58,48,59,109,97,114,103,105,110,45,114,105,103,104,116,58,49,53,37,59,109,97,114,103,105,110,45,108,101,102,116,58,49,53,37,59,108,105,115,116,45,115,116,121,108,101,58,110,111,110,101,125,46,99,97,114,111,117,115,101,108,45,105,110,100,105,99,97,116,111,114,115,32,108,105,123,98,111,120,45,115,105,122,105,110,103,58,99,111,110,116,101,110,116,45,98,111,120,59,102,108,101,120,58,48,32,49,32,97,117,116,111,59,119,105,100,116,104,58,51,48,112,120,59,104,101,105,103,104,116,58,51,112,120,59,109,97,114,103,105,110,45,114,105,103,104,116,58,51,112,120,59,109,97,114,103,105,110,45,108,101,102,116,58,51,112,120,59,116,101,120,116,45,105,110,100,101,110,116,58,45,57,57,57,112,120,59,99,117,114,115,111,114,58,112,111,105,110,116,101,114,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,108,105,112,58,112,97,100,100,105,110,103,45,98,111,120,59,98,111,114,100,101,114,45,116,111,112,58,49,48,112,120,32,115,111,108,105,100,32,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,49,48,112,120,32,115,111,108,105,100,32,116,114,97,110,115,112,97,114,101,110,116,59,111,112,97,99,105,116,121,58,46,53,59,116,114,97,110,115,105,116,105,111,110,58,111,112,97,99,105,116,121,32,46,54,115,32,101,97,115,101,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,99,97,114,111,117,115,101,108,45,105,110,100,105,99,97,116,111,114,115,32,108,105,123,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,46,99,97,114,111,117,115,101,108,45,105,110,100,105,99,97,116,111,114,115,32,46,97,99,116,105,118,101,123,111,112,97,99,105,116,121,58,49,125,46,99,97,114,111,117,115,101,108,45,99,97,112,116,105,111,110,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,114,105,103,104,116,58,49,53,37,59,98,111,116,116,111,109,58,50,48,112,120,59,108,101,102,116,58,49,53,37,59,122,45,105,110,100,101,120,58,49,48,59,112,97,100,100,105,110,103,45,116,111,112,58,50,48,112,120,59,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,50,48,112,120,59,99,111,108,111,114,58,35,102,102,102,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,125,64,45,119,101,98,107,105,116,45,107,101,121,102,114,97,109,101,115,32,115,112,105,110,110,101,114,45,98,111,114,100,101,114,123,116,111,123,116,114,97,110,115,102,111,114,109,58,114,111,116,97,116,101,40,49,116,117,114,110,41,125,125,64,107,101,121,102,114,97,109,101,115,32,115,112,105,110,110,101,114,45,98,111,114,100,101,114,123,116,111,123,116,114,97,110,115,102,111,114,109,58,114,111,116,97,116,101,40,49,116,117,114,110,41,125,125,46,115,112,105,110,110,101,114,45,98,111,114,100,101,114,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,119,105,100,116,104,58,50,114,101,109,59,104,101,105,103,104,116,58,50,114,101,109,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,116,101,120,116,45,98,111,116,116,111,109,59,98,111,114,100,101,114,58,46,50,53,101,109,32,115,111,108,105,100,32,99,117,114,114,101,110,116,67,111,108,111,114,59,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,53,48,37,59,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,115,112,105,110,110,101,114,45,98,111,114,100,101,114,32,46,55,53,115,32,108,105,110,101,97,114,32,105,110,102,105,110,105,116,101,59,97,110,105,109,97,116,105,111,110,58,115,112,105,110,110,101,114,45,98,111,114,100,101,114,32,46,55,53,115,32,108,105,110,101,97,114,32,105,110,102,105,110,105,116,101,125,46,115,112,105,110,110,101,114,45,98,111,114,100,101,114,45,115,109,123,119,105,100,116,104,58,49,114,101,109,59,104,101,105,103,104,116,58,49,114,101,109,59,98,111,114,100,101,114,45,119,105,100,116,104,58,46,50,101,109,125,64,45,119,101,98,107,105,116,45,107,101,121,102,114,97,109,101,115,32,115,112,105,110,110,101,114,45,103,114,111,119,123,48,37,123,116,114,97,110,115,102,111,114,109,58,115,99,97,108,101,40,48,41,125,53,48,37,123,111,112,97,99,105,116,121,58,49,59,116,114,97,110,115,102,111,114,109,58,110,111,110,101,125,125,64,107,101,121,102,114,97,109,101,115,32,115,112,105,110,110,101,114,45,103,114,111,119,123,48,37,123,116,114,97,110,115,102,111,114,109,58,115,99,97,108,101,40,48,41,125,53,48,37,123,111,112,97,99,105,116,121,58,49,59,116,114,97,110,115,102,111,114,109,58,110,111,110,101,125,125,46,115,112,105,110,110,101,114,45,103,114,111,119,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,119,105,100,116,104,58,50,114,101,109,59,104,101,105,103,104,116,58,50,114,101,109,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,116,101,120,116,45,98,111,116,116,111,109,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,99,117,114,114,101,110,116,67,111,108,111,114,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,53,48,37,59,111,112,97,99,105,116,121,58,48,59,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,115,112,105,110,110,101,114,45,103,114,111,119,32,46,55,53,115,32,108,105,110,101,97,114,32,105,110,102,105,110,105,116,101,59,97,110,105,109,97,116,105,111,110,58,115,112,105,110,110,101,114,45,103,114,111,119,32,46,55,53,115,32,108,105,110,101,97,114,32,105,110,102,105,110,105,116,101,125,46,115,112,105,110,110,101,114,45,103,114,111,119,45,115,109,123,119,105,100,116,104,58,49,114,101,109,59,104,101,105,103,104,116,58,49,114,101,109,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,115,112,105,110,110,101,114,45,98,111,114,100,101,114,44,46,115,112,105,110,110,101,114,45,103,114,111,119,123,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,45,100,117,114,97,116,105,111,110,58,49,46,53,115,59,97,110,105,109,97,116,105,111,110,45,100,117,114,97,116,105,111,110,58,49,46,53,115,125,125,46,97,108,105,103,110,45,98,97,115,101,108,105,110,101,123,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,98,97,115,101,108,105,110,101,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,116,111,112,123,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,116,111,112,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,109,105,100,100,108,101,123,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,109,105,100,100,108,101,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,98,111,116,116,111,109,123,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,98,111,116,116,111,109,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,116,101,120,116,45,98,111,116,116,111,109,123,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,116,101,120,116,45,98,111,116,116,111,109,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,116,101,120,116,45,116,111,112,123,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,116,101,120,116,45,116,111,112,33,105,109,112,111,114,116,97,110,116,125,46,98,103,45,112,114,105,109,97,114,121,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,55,98,102,102,33,105,109,112,111,114,116,97,110,116,125,97,46,98,103,45,112,114,105,109,97,114,121,58,102,111,99,117,115,44,97,46,98,103,45,112,114,105,109,97,114,121,58,104,111,118,101,114,44,98,117,116,116,111,110,46,98,103,45,112,114,105,109,97,114,121,58,102,111,99,117,115,44,98,117,116,116,111,110,46,98,103,45,112,114,105,109,97,114,121,58,104,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,54,50,99,99,33,105,109,112,111,114,116,97,110,116,125,46,98,103,45,115,101,99,111,110,100,97,114,121,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,54,99,55,53,55,100,33,105,109,112,111,114,116,97,110,116,125,97,46,98,103,45,115,101,99,111,110,100,97,114,121,58,102,111,99,117,115,44,97,46,98,103,45,115,101,99,111,110,100,97,114,121,58,104,111,118,101,114,44,98,117,116,116,111,110,46,98,103,45,115,101,99,111,110,100,97,114,121,58,102,111,99,117,115,44,98,117,116,116,111,110,46,98,103,45,115,101,99,111,110,100,97,114,121,58,104,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,53,52,53,98,54,50,33,105,109,112,111,114,116,97,110,116,125,46,98,103,45,115,117,99,99,101,115,115,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,56,97,55,52,53,33,105,109,112,111,114,116,97,110,116,125,97,46,98,103,45,115,117,99,99,101,115,115,58,102,111,99,117,115,44,97,46,98,103,45,115,117,99,99,101,115,115,58,104,111,118,101,114,44,98,117,116,116,111,110,46,98,103,45,115,117,99,99,101,115,115,58,102,111,99,117,115,44,98,117,116,116,111,110,46,98,103,45,115,117,99,99,101,115,115,58,104,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,101,55,101,51,52,33,105,109,112,111,114,116,97,110,116,125,46,98,103,45,105,110,102,111,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,55,97,50,98,56,33,105,109,112,111,114,116,97,110,116,125,97,46,98,103,45,105,110,102,111,58,102,111,99,117,115,44,97,46,98,103,45,105,110,102,111,58,104,111,118,101,114,44,98,117,116,116,111,110,46,98,103,45,105,110,102,111,58,102,111,99,117,115,44,98,117,116,116,111,110,46,98,103,45,105,110,102,111,58,104,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,49,55,97,56,98,33,105,109,112,111,114,116,97,110,116,125,46,98,103,45,119,97,114,110,105,110,103,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,99,49,48,55,33,105,109,112,111,114,116,97,110,116,125,97,46,98,103,45,119,97,114,110,105,110,103,58,102,111,99,117,115,44,97,46,98,103,45,119,97,114,110,105,110,103,58,104,111,118,101,114,44,98,117,116,116,111,110,46,98,103,45,119,97,114,110,105,110,103,58,102,111,99,117,115,44,98,117,116,116,111,110,46,98,103,45,119,97,114,110,105,110,103,58,104,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,51,57,101,48,48,33,105,109,112,111,114,116,97,110,116,125,46,98,103,45,100,97,110,103,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,99,51,53,52,53,33,105,109,112,111,114,116,97,110,116,125,97,46,98,103,45,100,97,110,103,101,114,58,102,111,99,117,115,44,97,46,98,103,45,100,97,110,103,101,114,58,104,111,118,101,114,44,98,117,116,116,111,110,46,98,103,45,100,97,110,103,101,114,58,102,111,99,117,115,44,98,117,116,116,111,110,46,98,103,45,100,97,110,103,101,114,58,104,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,98,100,50,49,51,48,33,105,109,112,111,114,116,97,110,116,125,46,98,103,45,108,105,103,104,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,56,102,57,102,97,33,105,109,112,111,114,116,97,110,116,125,97,46,98,103,45,108,105,103,104,116,58,102,111,99,117,115,44,97,46,98,103,45,108,105,103,104,116,58,104,111,118,101,114,44,98,117,116,116,111,110,46,98,103,45,108,105,103,104,116,58,102,111,99,117,115,44,98,117,116,116,111,110,46,98,103,45,108,105,103,104,116,58,104,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,97,101,48,101,53,33,105,109,112,111,114,116,97,110,116,125,46,98,103,45,100,97,114,107,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,52,51,97,52,48,33,105,109,112,111,114,116,97,110,116,125,97,46,98,103,45,100,97,114,107,58,102,111,99,117,115,44,97,46,98,103,45,100,97,114,107,58,104,111,118,101,114,44,98,117,116,116,111,110,46,98,103,45,100,97,114,107,58,102,111,99,117,115,44,98,117,116,116,111,110,46,98,103,45,100,97,114,107,58,104,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,100,50,49,50,52,33,105,109,112,111,114,116,97,110,116,125,46,98,103,45,119,104,105,116,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,33,105,109,112,111,114,116,97,110,116,125,46,98,103,45,116,114,97,110,115,112,97,114,101,110,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,123,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,100,101,101,50,101,54,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,116,111,112,123,98,111,114,100,101,114,45,116,111,112,58,49,112,120,32,115,111,108,105,100,32,35,100,101,101,50,101,54,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,114,105,103,104,116,123,98,111,114,100,101,114,45,114,105,103,104,116,58,49,112,120,32,115,111,108,105,100,32,35,100,101,101,50,101,54,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,98,111,116,116,111,109,123,98,111,114,100,101,114,45,98,111,116,116,111,109,58,49,112,120,32,115,111,108,105,100,32,35,100,101,101,50,101,54,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,108,101,102,116,123,98,111,114,100,101,114,45,108,101,102,116,58,49,112,120,32,115,111,108,105,100,32,35,100,101,101,50,101,54,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,48,123,98,111,114,100,101,114,58,48,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,116,111,112,45,48,123,98,111,114,100,101,114,45,116,111,112,58,48,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,114,105,103,104,116,45,48,123,98,111,114,100,101,114,45,114,105,103,104,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,98,111,116,116,111,109,45,48,123,98,111,114,100,101,114,45,98,111,116,116,111,109,58,48,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,108,101,102,116,45,48,123,98,111,114,100,101,114,45,108,101,102,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,112,114,105,109,97,114,121,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,48,48,55,98,102,102,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,115,101,99,111,110,100,97,114,121,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,54,99,55,53,55,100,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,115,117,99,99,101,115,115,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,50,56,97,55,52,53,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,105,110,102,111,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,49,55,97,50,98,56,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,119,97,114,110,105,110,103,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,102,99,49,48,55,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,100,97,110,103,101,114,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,99,51,53,52,53,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,108,105,103,104,116,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,56,102,57,102,97,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,100,97,114,107,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,51,52,51,97,52,48,33,105,109,112,111,114,116,97,110,116,125,46,98,111,114,100,101,114,45,119,104,105,116,101,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,102,102,33,105,109,112,111,114,116,97,110,116,125,46,114,111,117,110,100,101,100,45,115,109,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,114,111,117,110,100,101,100,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,114,111,117,110,100,101,100,45,116,111,112,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,114,111,117,110,100,101,100,45,114,105,103,104,116,44,46,114,111,117,110,100,101,100,45,116,111,112,123,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,114,111,117,110,100,101,100,45,98,111,116,116,111,109,44,46,114,111,117,110,100,101,100,45,114,105,103,104,116,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,114,111,117,110,100,101,100,45,98,111,116,116,111,109,44,46,114,111,117,110,100,101,100,45,108,101,102,116,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,114,111,117,110,100,101,100,45,108,101,102,116,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,114,111,117,110,100,101,100,45,108,103,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,114,111,117,110,100,101,100,45,99,105,114,99,108,101,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,53,48,37,33,105,109,112,111,114,116,97,110,116,125,46,114,111,117,110,100,101,100,45,112,105,108,108,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,53,48,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,114,111,117,110,100,101,100,45,48,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,33,105,109,112,111,114,116,97,110,116,125,46,99,108,101,97,114,102,105,120,58,97,102,116,101,114,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,99,108,101,97,114,58,98,111,116,104,59,99,111,110,116,101,110,116,58,34,34,125,46,100,45,110,111,110,101,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,105,110,108,105,110,101,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,105,110,108,105,110,101,45,98,108,111,99,107,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,33,105,109,112,111,114,116,97,110,116,125,46,100,45,98,108,111,99,107,123,100,105,115,112,108,97,121,58,98,108,111,99,107,33,105,109,112,111,114,116,97,110,116,125,46,100,45,116,97,98,108,101,123,100,105,115,112,108,97,121,58,116,97,98,108,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,116,97,98,108,101,45,114,111,119,123,100,105,115,112,108,97,121,58,116,97,98,108,101,45,114,111,119,33,105,109,112,111,114,116,97,110,116,125,46,100,45,116,97,98,108,101,45,99,101,108,108,123,100,105,115,112,108,97,121,58,116,97,98,108,101,45,99,101,108,108,33,105,109,112,111,114,116,97,110,116,125,46,100,45,102,108,101,120,123,100,105,115,112,108,97,121,58,102,108,101,120,33,105,109,112,111,114,116,97,110,116,125,46,100,45,105,110,108,105,110,101,45,102,108,101,120,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,102,108,101,120,33,105,109,112,111,114,116,97,110,116,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,53,55,54,112,120,41,123,46,100,45,115,109,45,110,111,110,101,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,115,109,45,105,110,108,105,110,101,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,115,109,45,105,110,108,105,110,101,45,98,108,111,99,107,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,33,105,109,112,111,114,116,97,110,116,125,46,100,45,115,109,45,98,108,111,99,107,123,100,105,115,112,108,97,121,58,98,108,111,99,107,33,105,109,112,111,114,116,97,110,116,125,46,100,45,115,109,45,116,97,98,108,101,123,100,105,115,112,108,97,121,58,116,97,98,108,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,115,109,45,116,97,98,108,101,45,114,111,119,123,100,105,115,112,108,97,121,58,116,97,98,108,101,45,114,111,119,33,105,109,112,111,114,116,97,110,116,125,46,100,45,115,109,45,116,97,98,108,101,45,99,101,108,108,123,100,105,115,112,108,97,121,58,116,97,98,108,101,45,99,101,108,108,33,105,109,112,111,114,116,97,110,116,125,46,100,45,115,109,45,102,108,101,120,123,100,105,115,112,108,97,121,58,102,108,101,120,33,105,109,112,111,114,116,97,110,116,125,46,100,45,115,109,45,105,110,108,105,110,101,45,102,108,101,120,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,102,108,101,120,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,55,54,56,112,120,41,123,46,100,45,109,100,45,110,111,110,101,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,109,100,45,105,110,108,105,110,101,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,109,100,45,105,110,108,105,110,101,45,98,108,111,99,107,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,33,105,109,112,111,114,116,97,110,116,125,46,100,45,109,100,45,98,108,111,99,107,123,100,105,115,112,108,97,121,58,98,108,111,99,107,33,105,109,112,111,114,116,97,110,116,125,46,100,45,109,100,45,116,97,98,108,101,123,100,105,115,112,108,97,121,58,116,97,98,108,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,109,100,45,116,97,98,108,101,45,114,111,119,123,100,105,115,112,108,97,121,58,116,97,98,108,101,45,114,111,119,33,105,109,112,111,114,116,97,110,116,125,46,100,45,109,100,45,116,97,98,108,101,45,99,101,108,108,123,100,105,115,112,108,97,121,58,116,97,98,108,101,45,99,101,108,108,33,105,109,112,111,114,116,97,110,116,125,46,100,45,109,100,45,102,108,101,120,123,100,105,115,112,108,97,121,58,102,108,101,120,33,105,109,112,111,114,116,97,110,116,125,46,100,45,109,100,45,105,110,108,105,110,101,45,102,108,101,120,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,102,108,101,120,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,57,57,50,112,120,41,123,46,100,45,108,103,45,110,111,110,101,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,108,103,45,105,110,108,105,110,101,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,108,103,45,105,110,108,105,110,101,45,98,108,111,99,107,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,33,105,109,112,111,114,116,97,110,116,125,46,100,45,108,103,45,98,108,111,99,107,123,100,105,115,112,108,97,121,58,98,108,111,99,107,33,105,109,112,111,114,116,97,110,116,125,46,100,45,108,103,45,116,97,98,108,101,123,100,105,115,112,108,97,121,58,116,97,98,108,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,108,103,45,116,97,98,108,101,45,114,111,119,123,100,105,115,112,108,97,121,58,116,97,98,108,101,45,114,111,119,33,105,109,112,111,114,116,97,110,116,125,46,100,45,108,103,45,116,97,98,108,101,45,99,101,108,108,123,100,105,115,112,108,97,121,58,116,97,98,108,101,45,99,101,108,108,33,105,109,112,111,114,116,97,110,116,125,46,100,45,108,103,45,102,108,101,120,123,100,105,115,112,108,97,121,58,102,108,101,120,33,105,109,112,111,114,116,97,110,116,125,46,100,45,108,103,45,105,110,108,105,110,101,45,102,108,101,120,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,102,108,101,120,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,49,50,48,48,112,120,41,123,46,100,45,120,108,45,110,111,110,101,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,120,108,45,105,110,108,105,110,101,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,120,108,45,105,110,108,105,110,101,45,98,108,111,99,107,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,33,105,109,112,111,114,116,97,110,116,125,46,100,45,120,108,45,98,108,111,99,107,123,100,105,115,112,108,97,121,58,98,108,111,99,107,33,105,109,112,111,114,116,97,110,116,125,46,100,45,120,108,45,116,97,98,108,101,123,100,105,115,112,108,97,121,58,116,97,98,108,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,120,108,45,116,97,98,108,101,45,114,111,119,123,100,105,115,112,108,97,121,58,116,97,98,108,101,45,114,111,119,33,105,109,112,111,114,116,97,110,116,125,46,100,45,120,108,45,116,97,98,108,101,45,99,101,108,108,123,100,105,115,112,108,97,121,58,116,97,98,108,101,45,99,101,108,108,33,105,109,112,111,114,116,97,110,116,125,46,100,45,120,108,45,102,108,101,120,123,100,105,115,112,108,97,121,58,102,108,101,120,33,105,109,112,111,114,116,97,110,116,125,46,100,45,120,108,45,105,110,108,105,110,101,45,102,108,101,120,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,102,108,101,120,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,112,114,105,110,116,123,46,100,45,112,114,105,110,116,45,110,111,110,101,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,112,114,105,110,116,45,105,110,108,105,110,101,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,112,114,105,110,116,45,105,110,108,105,110,101,45,98,108,111,99,107,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,33,105,109,112,111,114,116,97,110,116,125,46,100,45,112,114,105,110,116,45,98,108,111,99,107,123,100,105,115,112,108,97,121,58,98,108,111,99,107,33,105,109,112,111,114,116,97,110,116,125,46,100,45,112,114,105,110,116,45,116,97,98,108,101,123,100,105,115,112,108,97,121,58,116,97,98,108,101,33,105,109,112,111,114,116,97,110,116,125,46,100,45,112,114,105,110,116,45,116,97,98,108,101,45,114,111,119,123,100,105,115,112,108,97,121,58,116,97,98,108,101,45,114,111,119,33,105,109,112,111,114,116,97,110,116,125,46,100,45,112,114,105,110,116,45,116,97,98,108,101,45,99,101,108,108,123,100,105,115,112,108,97,121,58,116,97,98,108,101,45,99,101,108,108,33,105,109,112,111,114,116,97,110,116,125,46,100,45,112,114,105,110,116,45,102,108,101,120,123,100,105,115,112,108,97,121,58,102,108,101,120,33,105,109,112,111,114,116,97,110,116,125,46,100,45,112,114,105,110,116,45,105,110,108,105,110,101,45,102,108,101,120,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,102,108,101,120,33,105,109,112,111,114,116,97,110,116,125,125,46,101,109,98,101,100,45,114,101,115,112,111,110,115,105,118,101,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,59,112,97,100,100,105,110,103,58,48,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,125,46,101,109,98,101,100,45,114,101,115,112,111,110,115,105,118,101,58,98,101,102,111,114,101,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,99,111,110,116,101,110,116,58,34,34,125,46,101,109,98,101,100,45,114,101,115,112,111,110,115,105,118,101,32,46,101,109,98,101,100,45,114,101,115,112,111,110,115,105,118,101,45,105,116,101,109,44,46,101,109,98,101,100,45,114,101,115,112,111,110,115,105,118,101,32,101,109,98,101,100,44,46,101,109,98,101,100,45,114,101,115,112,111,110,115,105,118,101,32,105,102,114,97,109,101,44,46,101,109,98,101,100,45,114,101,115,112,111,110,115,105,118,101,32,111,98,106,101,99,116,44,46,101,109,98,101,100,45,114,101,115,112,111,110,115,105,118,101,32,118,105,100,101,111,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,48,59,98,111,116,116,111,109,58,48,59,108,101,102,116,58,48,59,119,105,100,116,104,58,49,48,48,37,59,104,101,105,103,104,116,58,49,48,48,37,59,98,111,114,100,101,114,58,48,125,46,101,109,98,101,100,45,114,101,115,112,111,110,115,105,118,101,45,50,49,98,121,57,58,98,101,102,111,114,101,123,112,97,100,100,105,110,103,45,116,111,112,58,52,50,46,56,53,55,49,52,51,37,125,46,101,109,98,101,100,45,114,101,115,112,111,110,115,105,118,101,45,49,54,98,121,57,58,98,101,102,111,114,101,123,112,97,100,100,105,110,103,45,116,111,112,58,53,54,46,50,53,37,125,46,101,109,98,101,100,45,114,101,115,112,111,110,115,105,118,101,45,52,98,121,51,58,98,101,102,111,114,101,123,112,97,100,100,105,110,103,45,116,111,112,58,55,53,37,125,46,101,109,98,101,100,45,114,101,115,112,111,110,115,105,118,101,45,49,98,121,49,58,98,101,102,111,114,101,123,112,97,100,100,105,110,103,45,116,111,112,58,49,48,48,37,125,46,102,108,101,120,45,114,111,119,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,99,111,108,117,109,110,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,114,111,119,45,114,101,118,101,114,115,101,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,45,114,101,118,101,114,115,101,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,99,111,108,117,109,110,45,114,101,118,101,114,115,101,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,45,114,101,118,101,114,115,101,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,119,114,97,112,123,102,108,101,120,45,119,114,97,112,58,119,114,97,112,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,110,111,119,114,97,112,123,102,108,101,120,45,119,114,97,112,58,110,111,119,114,97,112,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,119,114,97,112,45,114,101,118,101,114,115,101,123,102,108,101,120,45,119,114,97,112,58,119,114,97,112,45,114,101,118,101,114,115,101,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,102,105,108,108,123,102,108,101,120,58,49,32,49,32,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,103,114,111,119,45,48,123,102,108,101,120,45,103,114,111,119,58,48,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,103,114,111,119,45,49,123,102,108,101,120,45,103,114,111,119,58,49,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,115,104,114,105,110,107,45,48,123,102,108,101,120,45,115,104,114,105,110,107,58,48,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,115,104,114,105,110,107,45,49,123,102,108,101,120,45,115,104,114,105,110,107,58,49,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,115,116,97,114,116,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,101,110,100,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,99,101,110,116,101,114,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,98,101,116,119,101,101,110,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,98,101,116,119,101,101,110,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,97,114,111,117,110,100,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,97,114,111,117,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,115,116,97,114,116,123,97,108,105,103,110,45,105,116,101,109,115,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,101,110,100,123,97,108,105,103,110,45,105,116,101,109,115,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,99,101,110,116,101,114,123,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,98,97,115,101,108,105,110,101,123,97,108,105,103,110,45,105,116,101,109,115,58,98,97,115,101,108,105,110,101,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,115,116,114,101,116,99,104,123,97,108,105,103,110,45,105,116,101,109,115,58,115,116,114,101,116,99,104,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,115,116,97,114,116,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,101,110,100,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,99,101,110,116,101,114,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,98,101,116,119,101,101,110,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,98,101,116,119,101,101,110,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,97,114,111,117,110,100,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,97,114,111,117,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,115,116,114,101,116,99,104,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,115,116,114,101,116,99,104,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,97,117,116,111,123,97,108,105,103,110,45,115,101,108,102,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,115,116,97,114,116,123,97,108,105,103,110,45,115,101,108,102,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,101,110,100,123,97,108,105,103,110,45,115,101,108,102,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,99,101,110,116,101,114,123,97,108,105,103,110,45,115,101,108,102,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,98,97,115,101,108,105,110,101,123,97,108,105,103,110,45,115,101,108,102,58,98,97,115,101,108,105,110,101,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,115,116,114,101,116,99,104,123,97,108,105,103,110,45,115,101,108,102,58,115,116,114,101,116,99,104,33,105,109,112,111,114,116,97,110,116,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,53,55,54,112,120,41,123,46,102,108,101,120,45,115,109,45,114,111,119,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,115,109,45,99,111,108,117,109,110,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,115,109,45,114,111,119,45,114,101,118,101,114,115,101,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,45,114,101,118,101,114,115,101,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,115,109,45,99,111,108,117,109,110,45,114,101,118,101,114,115,101,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,45,114,101,118,101,114,115,101,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,115,109,45,119,114,97,112,123,102,108,101,120,45,119,114,97,112,58,119,114,97,112,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,115,109,45,110,111,119,114,97,112,123,102,108,101,120,45,119,114,97,112,58,110,111,119,114,97,112,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,115,109,45,119,114,97,112,45,114,101,118,101,114,115,101,123,102,108,101,120,45,119,114,97,112,58,119,114,97,112,45,114,101,118,101,114,115,101,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,115,109,45,102,105,108,108,123,102,108,101,120,58,49,32,49,32,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,115,109,45,103,114,111,119,45,48,123,102,108,101,120,45,103,114,111,119,58,48,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,115,109,45,103,114,111,119,45,49,123,102,108,101,120,45,103,114,111,119,58,49,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,115,109,45,115,104,114,105,110,107,45,48,123,102,108,101,120,45,115,104,114,105,110,107,58,48,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,115,109,45,115,104,114,105,110,107,45,49,123,102,108,101,120,45,115,104,114,105,110,107,58,49,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,115,109,45,115,116,97,114,116,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,115,109,45,101,110,100,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,115,109,45,99,101,110,116,101,114,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,115,109,45,98,101,116,119,101,101,110,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,98,101,116,119,101,101,110,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,115,109,45,97,114,111,117,110,100,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,97,114,111,117,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,115,109,45,115,116,97,114,116,123,97,108,105,103,110,45,105,116,101,109,115,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,115,109,45,101,110,100,123,97,108,105,103,110,45,105,116,101,109,115,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,115,109,45,99,101,110,116,101,114,123,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,115,109,45,98,97,115,101,108,105,110,101,123,97,108,105,103,110,45,105,116,101,109,115,58,98,97,115,101,108,105,110,101,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,115,109,45,115,116,114,101,116,99,104,123,97,108,105,103,110,45,105,116,101,109,115,58,115,116,114,101,116,99,104,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,115,109,45,115,116,97,114,116,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,115,109,45,101,110,100,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,115,109,45,99,101,110,116,101,114,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,115,109,45,98,101,116,119,101,101,110,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,98,101,116,119,101,101,110,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,115,109,45,97,114,111,117,110,100,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,97,114,111,117,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,115,109,45,115,116,114,101,116,99,104,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,115,116,114,101,116,99,104,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,115,109,45,97,117,116,111,123,97,108,105,103,110,45,115,101,108,102,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,115,109,45,115,116,97,114,116,123,97,108,105,103,110,45,115,101,108,102,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,115,109,45,101,110,100,123,97,108,105,103,110,45,115,101,108,102,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,115,109,45,99,101,110,116,101,114,123,97,108,105,103,110,45,115,101,108,102,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,115,109,45,98,97,115,101,108,105,110,101,123,97,108,105,103,110,45,115,101,108,102,58,98,97,115,101,108,105,110,101,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,115,109,45,115,116,114,101,116,99,104,123,97,108,105,103,110,45,115,101,108,102,58,115,116,114,101,116,99,104,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,55,54,56,112,120,41,123,46,102,108,101,120,45,109,100,45,114,111,119,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,109,100,45,99,111,108,117,109,110,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,109,100,45,114,111,119,45,114,101,118,101,114,115,101,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,45,114,101,118,101,114,115,101,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,109,100,45,99,111,108,117,109,110,45,114,101,118,101,114,115,101,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,45,114,101,118,101,114,115,101,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,109,100,45,119,114,97,112,123,102,108,101,120,45,119,114,97,112,58,119,114,97,112,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,109,100,45,110,111,119,114,97,112,123,102,108,101,120,45,119,114,97,112,58,110,111,119,114,97,112,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,109,100,45,119,114,97,112,45,114,101,118,101,114,115,101,123,102,108,101,120,45,119,114,97,112,58,119,114,97,112,45,114,101,118,101,114,115,101,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,109,100,45,102,105,108,108,123,102,108,101,120,58,49,32,49,32,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,109,100,45,103,114,111,119,45,48,123,102,108,101,120,45,103,114,111,119,58,48,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,109,100,45,103,114,111,119,45,49,123,102,108,101,120,45,103,114,111,119,58,49,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,109,100,45,115,104,114,105,110,107,45,48,123,102,108,101,120,45,115,104,114,105,110,107,58,48,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,109,100,45,115,104,114,105,110,107,45,49,123,102,108,101,120,45,115,104,114,105,110,107,58,49,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,109,100,45,115,116,97,114,116,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,109,100,45,101,110,100,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,109,100,45,99,101,110,116,101,114,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,109,100,45,98,101,116,119,101,101,110,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,98,101,116,119,101,101,110,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,109,100,45,97,114,111,117,110,100,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,97,114,111,117,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,109,100,45,115,116,97,114,116,123,97,108,105,103,110,45,105,116,101,109,115,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,109,100,45,101,110,100,123,97,108,105,103,110,45,105,116,101,109,115,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,109,100,45,99,101,110,116,101,114,123,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,109,100,45,98,97,115,101,108,105,110,101,123,97,108,105,103,110,45,105,116,101,109,115,58,98,97,115,101,108,105,110,101,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,109,100,45,115,116,114,101,116,99,104,123,97,108,105,103,110,45,105,116,101,109,115,58,115,116,114,101,116,99,104,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,109,100,45,115,116,97,114,116,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,109,100,45,101,110,100,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,109,100,45,99,101,110,116,101,114,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,109,100,45,98,101,116,119,101,101,110,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,98,101,116,119,101,101,110,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,109,100,45,97,114,111,117,110,100,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,97,114,111,117,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,109,100,45,115,116,114,101,116,99,104,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,115,116,114,101,116,99,104,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,109,100,45,97,117,116,111,123,97,108,105,103,110,45,115,101,108,102,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,109,100,45,115,116,97,114,116,123,97,108,105,103,110,45,115,101,108,102,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,109,100,45,101,110,100,123,97,108,105,103,110,45,115,101,108,102,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,109,100,45,99,101,110,116,101,114,123,97,108,105,103,110,45,115,101,108,102,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,109,100,45,98,97,115,101,108,105,110,101,123,97,108,105,103,110,45,115,101,108,102,58,98,97,115,101,108,105,110,101,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,109,100,45,115,116,114,101,116,99,104,123,97,108,105,103,110,45,115,101,108,102,58,115,116,114,101,116,99,104,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,57,57,50,112,120,41,123,46,102,108,101,120,45,108,103,45,114,111,119,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,108,103,45,99,111,108,117,109,110,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,108,103,45,114,111,119,45,114,101,118,101,114,115,101,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,45,114,101,118,101,114,115,101,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,108,103,45,99,111,108,117,109,110,45,114,101,118,101,114,115,101,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,45,114,101,118,101,114,115,101,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,108,103,45,119,114,97,112,123,102,108,101,120,45,119,114,97,112,58,119,114,97,112,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,108,103,45,110,111,119,114,97,112,123,102,108,101,120,45,119,114,97,112,58,110,111,119,114,97,112,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,108,103,45,119,114,97,112,45,114,101,118,101,114,115,101,123,102,108,101,120,45,119,114,97,112,58,119,114,97,112,45,114,101,118,101,114,115,101,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,108,103,45,102,105,108,108,123,102,108,101,120,58,49,32,49,32,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,108,103,45,103,114,111,119,45,48,123,102,108,101,120,45,103,114,111,119,58,48,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,108,103,45,103,114,111,119,45,49,123,102,108,101,120,45,103,114,111,119,58,49,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,108,103,45,115,104,114,105,110,107,45,48,123,102,108,101,120,45,115,104,114,105,110,107,58,48,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,108,103,45,115,104,114,105,110,107,45,49,123,102,108,101,120,45,115,104,114,105,110,107,58,49,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,108,103,45,115,116,97,114,116,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,108,103,45,101,110,100,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,108,103,45,99,101,110,116,101,114,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,108,103,45,98,101,116,119,101,101,110,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,98,101,116,119,101,101,110,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,108,103,45,97,114,111,117,110,100,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,97,114,111,117,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,108,103,45,115,116,97,114,116,123,97,108,105,103,110,45,105,116,101,109,115,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,108,103,45,101,110,100,123,97,108,105,103,110,45,105,116,101,109,115,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,108,103,45,99,101,110,116,101,114,123,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,108,103,45,98,97,115,101,108,105,110,101,123,97,108,105,103,110,45,105,116,101,109,115,58,98,97,115,101,108,105,110,101,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,108,103,45,115,116,114,101,116,99,104,123,97,108,105,103,110,45,105,116,101,109,115,58,115,116,114,101,116,99,104,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,108,103,45,115,116,97,114,116,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,108,103,45,101,110,100,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,108,103,45,99,101,110,116,101,114,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,108,103,45,98,101,116,119,101,101,110,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,98,101,116,119,101,101,110,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,108,103,45,97,114,111,117,110,100,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,97,114,111,117,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,108,103,45,115,116,114,101,116,99,104,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,115,116,114,101,116,99,104,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,108,103,45,97,117,116,111,123,97,108,105,103,110,45,115,101,108,102,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,108,103,45,115,116,97,114,116,123,97,108,105,103,110,45,115,101,108,102,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,108,103,45,101,110,100,123,97,108,105,103,110,45,115,101,108,102,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,108,103,45,99,101,110,116,101,114,123,97,108,105,103,110,45,115,101,108,102,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,108,103,45,98,97,115,101,108,105,110,101,123,97,108,105,103,110,45,115,101,108,102,58,98,97,115,101,108,105,110,101,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,108,103,45,115,116,114,101,116,99,104,123,97,108,105,103,110,45,115,101,108,102,58,115,116,114,101,116,99,104,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,49,50,48,48,112,120,41,123,46,102,108,101,120,45,120,108,45,114,111,119,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,120,108,45,99,111,108,117,109,110,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,120,108,45,114,111,119,45,114,101,118,101,114,115,101,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,45,114,101,118,101,114,115,101,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,120,108,45,99,111,108,117,109,110,45,114,101,118,101,114,115,101,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,45,114,101,118,101,114,115,101,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,120,108,45,119,114,97,112,123,102,108,101,120,45,119,114,97,112,58,119,114,97,112,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,120,108,45,110,111,119,114,97,112,123,102,108,101,120,45,119,114,97,112,58,110,111,119,114,97,112,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,120,108,45,119,114,97,112,45,114,101,118,101,114,115,101,123,102,108,101,120,45,119,114,97,112,58,119,114,97,112,45,114,101,118,101,114,115,101,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,120,108,45,102,105,108,108,123,102,108,101,120,58,49,32,49,32,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,120,108,45,103,114,111,119,45,48,123,102,108,101,120,45,103,114,111,119,58,48,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,120,108,45,103,114,111,119,45,49,123,102,108,101,120,45,103,114,111,119,58,49,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,120,108,45,115,104,114,105,110,107,45,48,123,102,108,101,120,45,115,104,114,105,110,107,58,48,33,105,109,112,111,114,116,97,110,116,125,46,102,108,101,120,45,120,108,45,115,104,114,105,110,107,45,49,123,102,108,101,120,45,115,104,114,105,110,107,58,49,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,120,108,45,115,116,97,114,116,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,120,108,45,101,110,100,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,120,108,45,99,101,110,116,101,114,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,120,108,45,98,101,116,119,101,101,110,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,98,101,116,119,101,101,110,33,105,109,112,111,114,116,97,110,116,125,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,120,108,45,97,114,111,117,110,100,123,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,97,114,111,117,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,120,108,45,115,116,97,114,116,123,97,108,105,103,110,45,105,116,101,109,115,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,120,108,45,101,110,100,123,97,108,105,103,110,45,105,116,101,109,115,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,120,108,45,99,101,110,116,101,114,123,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,120,108,45,98,97,115,101,108,105,110,101,123,97,108,105,103,110,45,105,116,101,109,115,58,98,97,115,101,108,105,110,101,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,105,116,101,109,115,45,120,108,45,115,116,114,101,116,99,104,123,97,108,105,103,110,45,105,116,101,109,115,58,115,116,114,101,116,99,104,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,120,108,45,115,116,97,114,116,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,120,108,45,101,110,100,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,120,108,45,99,101,110,116,101,114,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,120,108,45,98,101,116,119,101,101,110,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,98,101,116,119,101,101,110,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,120,108,45,97,114,111,117,110,100,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,115,112,97,99,101,45,97,114,111,117,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,99,111,110,116,101,110,116,45,120,108,45,115,116,114,101,116,99,104,123,97,108,105,103,110,45,99,111,110,116,101,110,116,58,115,116,114,101,116,99,104,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,120,108,45,97,117,116,111,123,97,108,105,103,110,45,115,101,108,102,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,120,108,45,115,116,97,114,116,123,97,108,105,103,110,45,115,101,108,102,58,102,108,101,120,45,115,116,97,114,116,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,120,108,45,101,110,100,123,97,108,105,103,110,45,115,101,108,102,58,102,108,101,120,45,101,110,100,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,120,108,45,99,101,110,116,101,114,123,97,108,105,103,110,45,115,101,108,102,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,120,108,45,98,97,115,101,108,105,110,101,123,97,108,105,103,110,45,115,101,108,102,58,98,97,115,101,108,105,110,101,33,105,109,112,111,114,116,97,110,116,125,46,97,108,105,103,110,45,115,101,108,102,45,120,108,45,115,116,114,101,116,99,104,123,97,108,105,103,110,45,115,101,108,102,58,115,116,114,101,116,99,104,33,105,109,112,111,114,116,97,110,116,125,125,46,102,108,111,97,116,45,108,101,102,116,123,102,108,111,97,116,58,108,101,102,116,33,105,109,112,111,114,116,97,110,116,125,46,102,108,111,97,116,45,114,105,103,104,116,123,102,108,111,97,116,58,114,105,103,104,116,33,105,109,112,111,114,116,97,110,116,125,46,102,108,111,97,116,45,110,111,110,101,123,102,108,111,97,116,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,53,55,54,112,120,41,123,46,102,108,111,97,116,45,115,109,45,108,101,102,116,123,102,108,111,97,116,58,108,101,102,116,33,105,109,112,111,114,116,97,110,116,125,46,102,108,111,97,116,45,115,109,45,114,105,103,104,116,123,102,108,111,97,116,58,114,105,103,104,116,33,105,109,112,111,114,116,97,110,116,125,46,102,108,111,97,116,45,115,109,45,110,111,110,101,123,102,108,111,97,116,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,55,54,56,112,120,41,123,46,102,108,111,97,116,45,109,100,45,108,101,102,116,123,102,108,111,97,116,58,108,101,102,116,33,105,109,112,111,114,116,97,110,116,125,46,102,108,111,97,116,45,109,100,45,114,105,103,104,116,123,102,108,111,97,116,58,114,105,103,104,116,33,105,109,112,111,114,116,97,110,116,125,46,102,108,111,97,116,45,109,100,45,110,111,110,101,123,102,108,111,97,116,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,57,57,50,112,120,41,123,46,102,108,111,97,116,45,108,103,45,108,101,102,116,123,102,108,111,97,116,58,108,101,102,116,33,105,109,112,111,114,116,97,110,116,125,46,102,108,111,97,116,45,108,103,45,114,105,103,104,116,123,102,108,111,97,116,58,114,105,103,104,116,33,105,109,112,111,114,116,97,110,116,125,46,102,108,111,97,116,45,108,103,45,110,111,110,101,123,102,108,111,97,116,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,49,50,48,48,112,120,41,123,46,102,108,111,97,116,45,120,108,45,108,101,102,116,123,102,108,111,97,116,58,108,101,102,116,33,105,109,112,111,114,116,97,110,116,125,46,102,108,111,97,116,45,120,108,45,114,105,103,104,116,123,102,108,111,97,116,58,114,105,103,104,116,33,105,109,112,111,114,116,97,110,116,125,46,102,108,111,97,116,45,120,108,45,110,111,110,101,123,102,108,111,97,116,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,125,46,117,115,101,114,45,115,101,108,101,99,116,45,97,108,108,123,45,119,101,98,107,105,116,45,117,115,101,114,45,115,101,108,101,99,116,58,97,108,108,33,105,109,112,111,114,116,97,110,116,59,45,109,111,122,45,117,115,101,114,45,115,101,108,101,99,116,58,97,108,108,33,105,109,112,111,114,116,97,110,116,59,45,109,115,45,117,115,101,114,45,115,101,108,101,99,116,58,97,108,108,33,105,109,112,111,114,116,97,110,116,59,117,115,101,114,45,115,101,108,101,99,116,58,97,108,108,33,105,109,112,111,114,116,97,110,116,125,46,117,115,101,114,45,115,101,108,101,99,116,45,97,117,116,111,123,45,119,101,98,107,105,116,45,117,115,101,114,45,115,101,108,101,99,116,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,59,45,109,111,122,45,117,115,101,114,45,115,101,108,101,99,116,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,59,45,109,115,45,117,115,101,114,45,115,101,108,101,99,116,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,59,117,115,101,114,45,115,101,108,101,99,116,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,117,115,101,114,45,115,101,108,101,99,116,45,110,111,110,101,123,45,119,101,98,107,105,116,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,59,45,109,111,122,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,59,45,109,115,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,59,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,111,118,101,114,102,108,111,119,45,97,117,116,111,123,111,118,101,114,102,108,111,119,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,111,118,101,114,102,108,111,119,45,104,105,100,100,101,110,123,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,33,105,109,112,111,114,116,97,110,116,125,46,112,111,115,105,116,105,111,110,45,115,116,97,116,105,99,123,112,111,115,105,116,105,111,110,58,115,116,97,116,105,99,33,105,109,112,111,114,116,97,110,116,125,46,112,111,115,105,116,105,111,110,45,114,101,108,97,116,105,118,101,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,33,105,109,112,111,114,116,97,110,116,125,46,112,111,115,105,116,105,111,110,45,97,98,115,111,108,117,116,101,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,33,105,109,112,111,114,116,97,110,116,125,46,112,111,115,105,116,105,111,110,45,102,105,120,101,100,123,112,111,115,105,116,105,111,110,58,102,105,120,101,100,33,105,109,112,111,114,116,97,110,116,125,46,112,111,115,105,116,105,111,110,45,115,116,105,99,107,121,123,112,111,115,105,116,105,111,110,58,115,116,105,99,107,121,33,105,109,112,111,114,116,97,110,116,125,46,102,105,120,101,100,45,116,111,112,123,116,111,112,58,48,125,46,102,105,120,101,100,45,98,111,116,116,111,109,44,46,102,105,120,101,100,45,116,111,112,123,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,114,105,103,104,116,58,48,59,108,101,102,116,58,48,59,122,45,105,110,100,101,120,58,49,48,51,48,125,46,102,105,120,101,100,45,98,111,116,116,111,109,123,98,111,116,116,111,109,58,48,125,64,115,117,112,112,111,114,116,115,32,40,112,111,115,105,116,105,111,110,58,115,116,105,99,107,121,41,123,46,115,116,105,99,107,121,45,116,111,112,123,112,111,115,105,116,105,111,110,58,115,116,105,99,107,121,59,116,111,112,58,48,59,122,45,105,110,100,101,120,58,49,48,50,48,125,125,46,115,114,45,111,110,108,121,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,119,105,100,116,104,58,49,112,120,59,104,101,105,103,104,116,58,49,112,120,59,112,97,100,100,105,110,103,58,48,59,109,97,114,103,105,110,58,45,49,112,120,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,99,108,105,112,58,114,101,99,116,40,48,44,48,44,48,44,48,41,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,59,98,111,114,100,101,114,58,48,125,46,115,114,45,111,110,108,121,45,102,111,99,117,115,97,98,108,101,58,97,99,116,105,118,101,44,46,115,114,45,111,110,108,121,45,102,111,99,117,115,97,98,108,101,58,102,111,99,117,115,123,112,111,115,105,116,105,111,110,58,115,116,97,116,105,99,59,119,105,100,116,104,58,97,117,116,111,59,104,101,105,103,104,116,58,97,117,116,111,59,111,118,101,114,102,108,111,119,58,118,105,115,105,98,108,101,59,99,108,105,112,58,97,117,116,111,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,114,109,97,108,125,46,115,104,97,100,111,119,45,115,109,123,98,111,120,45,115,104,97,100,111,119,58,48,32,46,49,50,53,114,101,109,32,46,50,53,114,101,109,32,114,103,98,97,40,48,44,48,44,48,44,46,48,55,53,41,33,105,109,112,111,114,116,97,110,116,125,46,115,104,97,100,111,119,123,98,111,120,45,115,104,97,100,111,119,58,48,32,46,53,114,101,109,32,49,114,101,109,32,114,103,98,97,40,48,44,48,44,48,44,46,49,53,41,33,105,109,112,111,114,116,97,110,116,125,46,115,104,97,100,111,119,45,108,103,123,98,111,120,45,115,104,97,100,111,119,58,48,32,49,114,101,109,32,51,114,101,109,32,114,103,98,97,40,48,44,48,44,48,44,46,49,55,53,41,33,105,109,112,111,114,116,97,110,116,125,46,115,104,97,100,111,119,45,110,111,110,101,123,98,111,120,45,115,104,97,100,111,119,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,119,45,50,53,123,119,105,100,116,104,58,50,53,37,33,105,109,112,111,114,116,97,110,116,125,46,119,45,53,48,123,119,105,100,116,104,58,53,48,37,33,105,109,112,111,114,116,97,110,116,125,46,119,45,55,53,123,119,105,100,116,104,58,55,53,37,33,105,109,112,111,114,116,97,110,116,125,46,119,45,49,48,48,123,119,105,100,116,104,58,49,48,48,37,33,105,109,112,111,114,116,97,110,116,125,46,119,45,97,117,116,111,123,119,105,100,116,104,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,104,45,50,53,123,104,101,105,103,104,116,58,50,53,37,33,105,109,112,111,114,116,97,110,116,125,46,104,45,53,48,123,104,101,105,103,104,116,58,53,48,37,33,105,109,112,111,114,116,97,110,116,125,46,104,45,55,53,123,104,101,105,103,104,116,58,55,53,37,33,105,109,112,111,114,116,97,110,116,125,46,104,45,49,48,48,123,104,101,105,103,104,116,58,49,48,48,37,33,105,109,112,111,114,116,97,110,116,125,46,104,45,97,117,116,111,123,104,101,105,103,104,116,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,119,45,49,48,48,123,109,97,120,45,119,105,100,116,104,58,49,48,48,37,33,105,109,112,111,114,116,97,110,116,125,46,109,104,45,49,48,48,123,109,97,120,45,104,101,105,103,104,116,58,49,48,48,37,33,105,109,112,111,114,116,97,110,116,125,46,109,105,110,45,118,119,45,49,48,48,123,109,105,110,45,119,105,100,116,104,58,49,48,48,118,119,33,105,109,112,111,114,116,97,110,116,125,46,109,105,110,45,118,104,45,49,48,48,123,109,105,110,45,104,101,105,103,104,116,58,49,48,48,118,104,33,105,109,112,111,114,116,97,110,116,125,46,118,119,45,49,48,48,123,119,105,100,116,104,58,49,48,48,118,119,33,105,109,112,111,114,116,97,110,116,125,46,118,104,45,49,48,48,123,104,101,105,103,104,116,58,49,48,48,118,104,33,105,109,112,111,114,116,97,110,116,125,46,109,45,48,123,109,97,114,103,105,110,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,48,44,46,109,121,45,48,123,109,97,114,103,105,110,45,116,111,112,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,48,44,46,109,120,45,48,123,109,97,114,103,105,110,45,114,105,103,104,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,48,44,46,109,121,45,48,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,48,44,46,109,120,45,48,123,109,97,114,103,105,110,45,108,101,102,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,45,49,123,109,97,114,103,105,110,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,49,44,46,109,121,45,49,123,109,97,114,103,105,110,45,116,111,112,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,49,44,46,109,120,45,49,123,109,97,114,103,105,110,45,114,105,103,104,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,49,44,46,109,121,45,49,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,49,44,46,109,120,45,49,123,109,97,114,103,105,110,45,108,101,102,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,50,123,109,97,114,103,105,110,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,50,44,46,109,121,45,50,123,109,97,114,103,105,110,45,116,111,112,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,50,44,46,109,120,45,50,123,109,97,114,103,105,110,45,114,105,103,104,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,50,44,46,109,121,45,50,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,50,44,46,109,120,45,50,123,109,97,114,103,105,110,45,108,101,102,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,51,123,109,97,114,103,105,110,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,51,44,46,109,121,45,51,123,109,97,114,103,105,110,45,116,111,112,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,51,44,46,109,120,45,51,123,109,97,114,103,105,110,45,114,105,103,104,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,51,44,46,109,121,45,51,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,51,44,46,109,120,45,51,123,109,97,114,103,105,110,45,108,101,102,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,52,123,109,97,114,103,105,110,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,52,44,46,109,121,45,52,123,109,97,114,103,105,110,45,116,111,112,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,52,44,46,109,120,45,52,123,109,97,114,103,105,110,45,114,105,103,104,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,52,44,46,109,121,45,52,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,52,44,46,109,120,45,52,123,109,97,114,103,105,110,45,108,101,102,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,53,123,109,97,114,103,105,110,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,53,44,46,109,121,45,53,123,109,97,114,103,105,110,45,116,111,112,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,53,44,46,109,120,45,53,123,109,97,114,103,105,110,45,114,105,103,104,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,53,44,46,109,121,45,53,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,53,44,46,109,120,45,53,123,109,97,114,103,105,110,45,108,101,102,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,48,123,112,97,100,100,105,110,103,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,48,44,46,112,121,45,48,123,112,97,100,100,105,110,103,45,116,111,112,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,48,44,46,112,120,45,48,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,48,44,46,112,121,45,48,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,48,44,46,112,120,45,48,123,112,97,100,100,105,110,103,45,108,101,102,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,45,49,123,112,97,100,100,105,110,103,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,49,44,46,112,121,45,49,123,112,97,100,100,105,110,103,45,116,111,112,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,49,44,46,112,120,45,49,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,49,44,46,112,121,45,49,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,49,44,46,112,120,45,49,123,112,97,100,100,105,110,103,45,108,101,102,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,50,123,112,97,100,100,105,110,103,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,50,44,46,112,121,45,50,123,112,97,100,100,105,110,103,45,116,111,112,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,50,44,46,112,120,45,50,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,50,44,46,112,121,45,50,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,50,44,46,112,120,45,50,123,112,97,100,100,105,110,103,45,108,101,102,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,51,123,112,97,100,100,105,110,103,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,51,44,46,112,121,45,51,123,112,97,100,100,105,110,103,45,116,111,112,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,51,44,46,112,120,45,51,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,51,44,46,112,121,45,51,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,51,44,46,112,120,45,51,123,112,97,100,100,105,110,103,45,108,101,102,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,52,123,112,97,100,100,105,110,103,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,52,44,46,112,121,45,52,123,112,97,100,100,105,110,103,45,116,111,112,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,52,44,46,112,120,45,52,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,52,44,46,112,121,45,52,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,52,44,46,112,120,45,52,123,112,97,100,100,105,110,103,45,108,101,102,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,53,123,112,97,100,100,105,110,103,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,53,44,46,112,121,45,53,123,112,97,100,100,105,110,103,45,116,111,112,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,53,44,46,112,120,45,53,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,53,44,46,112,121,45,53,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,53,44,46,112,120,45,53,123,112,97,100,100,105,110,103,45,108,101,102,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,110,49,123,109,97,114,103,105,110,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,110,49,44,46,109,121,45,110,49,123,109,97,114,103,105,110,45,116,111,112,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,110,49,44,46,109,120,45,110,49,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,110,49,44,46,109,121,45,110,49,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,110,49,44,46,109,120,45,110,49,123,109,97,114,103,105,110,45,108,101,102,116,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,110,50,123,109,97,114,103,105,110,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,110,50,44,46,109,121,45,110,50,123,109,97,114,103,105,110,45,116,111,112,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,110,50,44,46,109,120,45,110,50,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,110,50,44,46,109,121,45,110,50,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,110,50,44,46,109,120,45,110,50,123,109,97,114,103,105,110,45,108,101,102,116,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,110,51,123,109,97,114,103,105,110,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,110,51,44,46,109,121,45,110,51,123,109,97,114,103,105,110,45,116,111,112,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,110,51,44,46,109,120,45,110,51,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,110,51,44,46,109,121,45,110,51,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,110,51,44,46,109,120,45,110,51,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,110,52,123,109,97,114,103,105,110,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,110,52,44,46,109,121,45,110,52,123,109,97,114,103,105,110,45,116,111,112,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,110,52,44,46,109,120,45,110,52,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,110,52,44,46,109,121,45,110,52,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,110,52,44,46,109,120,45,110,52,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,110,53,123,109,97,114,103,105,110,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,110,53,44,46,109,121,45,110,53,123,109,97,114,103,105,110,45,116,111,112,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,110,53,44,46,109,120,45,110,53,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,110,53,44,46,109,121,45,110,53,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,110,53,44,46,109,120,45,110,53,123,109,97,114,103,105,110,45,108,101,102,116,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,97,117,116,111,123,109,97,114,103,105,110,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,97,117,116,111,44,46,109,121,45,97,117,116,111,123,109,97,114,103,105,110,45,116,111,112,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,97,117,116,111,44,46,109,120,45,97,117,116,111,123,109,97,114,103,105,110,45,114,105,103,104,116,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,97,117,116,111,44,46,109,121,45,97,117,116,111,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,97,117,116,111,44,46,109,120,45,97,117,116,111,123,109,97,114,103,105,110,45,108,101,102,116,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,53,55,54,112,120,41,123,46,109,45,115,109,45,48,123,109,97,114,103,105,110,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,115,109,45,48,44,46,109,121,45,115,109,45,48,123,109,97,114,103,105,110,45,116,111,112,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,115,109,45,48,44,46,109,120,45,115,109,45,48,123,109,97,114,103,105,110,45,114,105,103,104,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,115,109,45,48,44,46,109,121,45,115,109,45,48,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,115,109,45,48,44,46,109,120,45,115,109,45,48,123,109,97,114,103,105,110,45,108,101,102,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,45,115,109,45,49,123,109,97,114,103,105,110,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,115,109,45,49,44,46,109,121,45,115,109,45,49,123,109,97,114,103,105,110,45,116,111,112,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,115,109,45,49,44,46,109,120,45,115,109,45,49,123,109,97,114,103,105,110,45,114,105,103,104,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,115,109,45,49,44,46,109,121,45,115,109,45,49,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,115,109,45,49,44,46,109,120,45,115,109,45,49,123,109,97,114,103,105,110,45,108,101,102,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,115,109,45,50,123,109,97,114,103,105,110,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,115,109,45,50,44,46,109,121,45,115,109,45,50,123,109,97,114,103,105,110,45,116,111,112,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,115,109,45,50,44,46,109,120,45,115,109,45,50,123,109,97,114,103,105,110,45,114,105,103,104,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,115,109,45,50,44,46,109,121,45,115,109,45,50,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,115,109,45,50,44,46,109,120,45,115,109,45,50,123,109,97,114,103,105,110,45,108,101,102,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,115,109,45,51,123,109,97,114,103,105,110,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,115,109,45,51,44,46,109,121,45,115,109,45,51,123,109,97,114,103,105,110,45,116,111,112,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,115,109,45,51,44,46,109,120,45,115,109,45,51,123,109,97,114,103,105,110,45,114,105,103,104,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,115,109,45,51,44,46,109,121,45,115,109,45,51,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,115,109,45,51,44,46,109,120,45,115,109,45,51,123,109,97,114,103,105,110,45,108,101,102,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,115,109,45,52,123,109,97,114,103,105,110,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,115,109,45,52,44,46,109,121,45,115,109,45,52,123,109,97,114,103,105,110,45,116,111,112,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,115,109,45,52,44,46,109,120,45,115,109,45,52,123,109,97,114,103,105,110,45,114,105,103,104,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,115,109,45,52,44,46,109,121,45,115,109,45,52,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,115,109,45,52,44,46,109,120,45,115,109,45,52,123,109,97,114,103,105,110,45,108,101,102,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,115,109,45,53,123,109,97,114,103,105,110,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,115,109,45,53,44,46,109,121,45,115,109,45,53,123,109,97,114,103,105,110,45,116,111,112,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,115,109,45,53,44,46,109,120,45,115,109,45,53,123,109,97,114,103,105,110,45,114,105,103,104,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,115,109,45,53,44,46,109,121,45,115,109,45,53,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,115,109,45,53,44,46,109,120,45,115,109,45,53,123,109,97,114,103,105,110,45,108,101,102,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,115,109,45,48,123,112,97,100,100,105,110,103,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,115,109,45,48,44,46,112,121,45,115,109,45,48,123,112,97,100,100,105,110,103,45,116,111,112,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,115,109,45,48,44,46,112,120,45,115,109,45,48,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,115,109,45,48,44,46,112,121,45,115,109,45,48,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,115,109,45,48,44,46,112,120,45,115,109,45,48,123,112,97,100,100,105,110,103,45,108,101,102,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,45,115,109,45,49,123,112,97,100,100,105,110,103,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,115,109,45,49,44,46,112,121,45,115,109,45,49,123,112,97,100,100,105,110,103,45,116,111,112,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,115,109,45,49,44,46,112,120,45,115,109,45,49,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,115,109,45,49,44,46,112,121,45,115,109,45,49,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,115,109,45,49,44,46,112,120,45,115,109,45,49,123,112,97,100,100,105,110,103,45,108,101,102,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,115,109,45,50,123,112,97,100,100,105,110,103,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,115,109,45,50,44,46,112,121,45,115,109,45,50,123,112,97,100,100,105,110,103,45,116,111,112,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,115,109,45,50,44,46,112,120,45,115,109,45,50,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,115,109,45,50,44,46,112,121,45,115,109,45,50,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,115,109,45,50,44,46,112,120,45,115,109,45,50,123,112,97,100,100,105,110,103,45,108,101,102,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,115,109,45,51,123,112,97,100,100,105,110,103,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,115,109,45,51,44,46,112,121,45,115,109,45,51,123,112,97,100,100,105,110,103,45,116,111,112,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,115,109,45,51,44,46,112,120,45,115,109,45,51,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,115,109,45,51,44,46,112,121,45,115,109,45,51,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,115,109,45,51,44,46,112,120,45,115,109,45,51,123,112,97,100,100,105,110,103,45,108,101,102,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,115,109,45,52,123,112,97,100,100,105,110,103,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,115,109,45,52,44,46,112,121,45,115,109,45,52,123,112,97,100,100,105,110,103,45,116,111,112,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,115,109,45,52,44,46,112,120,45,115,109,45,52,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,115,109,45,52,44,46,112,121,45,115,109,45,52,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,115,109,45,52,44,46,112,120,45,115,109,45,52,123,112,97,100,100,105,110,103,45,108,101,102,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,115,109,45,53,123,112,97,100,100,105,110,103,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,115,109,45,53,44,46,112,121,45,115,109,45,53,123,112,97,100,100,105,110,103,45,116,111,112,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,115,109,45,53,44,46,112,120,45,115,109,45,53,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,115,109,45,53,44,46,112,121,45,115,109,45,53,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,115,109,45,53,44,46,112,120,45,115,109,45,53,123,112,97,100,100,105,110,103,45,108,101,102,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,115,109,45,110,49,123,109,97,114,103,105,110,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,115,109,45,110,49,44,46,109,121,45,115,109,45,110,49,123,109,97,114,103,105,110,45,116,111,112,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,115,109,45,110,49,44,46,109,120,45,115,109,45,110,49,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,115,109,45,110,49,44,46,109,121,45,115,109,45,110,49,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,115,109,45,110,49,44,46,109,120,45,115,109,45,110,49,123,109,97,114,103,105,110,45,108,101,102,116,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,115,109,45,110,50,123,109,97,114,103,105,110,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,115,109,45,110,50,44,46,109,121,45,115,109,45,110,50,123,109,97,114,103,105,110,45,116,111,112,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,115,109,45,110,50,44,46,109,120,45,115,109,45,110,50,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,115,109,45,110,50,44,46,109,121,45,115,109,45,110,50,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,115,109,45,110,50,44,46,109,120,45,115,109,45,110,50,123,109,97,114,103,105,110,45,108,101,102,116,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,115,109,45,110,51,123,109,97,114,103,105,110,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,115,109,45,110,51,44,46,109,121,45,115,109,45,110,51,123,109,97,114,103,105,110,45,116,111,112,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,115,109,45,110,51,44,46,109,120,45,115,109,45,110,51,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,115,109,45,110,51,44,46,109,121,45,115,109,45,110,51,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,115,109,45,110,51,44,46,109,120,45,115,109,45,110,51,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,115,109,45,110,52,123,109,97,114,103,105,110,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,115,109,45,110,52,44,46,109,121,45,115,109,45,110,52,123,109,97,114,103,105,110,45,116,111,112,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,115,109,45,110,52,44,46,109,120,45,115,109,45,110,52,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,115,109,45,110,52,44,46,109,121,45,115,109,45,110,52,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,115,109,45,110,52,44,46,109,120,45,115,109,45,110,52,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,115,109,45,110,53,123,109,97,114,103,105,110,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,115,109,45,110,53,44,46,109,121,45,115,109,45,110,53,123,109,97,114,103,105,110,45,116,111,112,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,115,109,45,110,53,44,46,109,120,45,115,109,45,110,53,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,115,109,45,110,53,44,46,109,121,45,115,109,45,110,53,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,115,109,45,110,53,44,46,109,120,45,115,109,45,110,53,123,109,97,114,103,105,110,45,108,101,102,116,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,115,109,45,97,117,116,111,123,109,97,114,103,105,110,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,115,109,45,97,117,116,111,44,46,109,121,45,115,109,45,97,117,116,111,123,109,97,114,103,105,110,45,116,111,112,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,115,109,45,97,117,116,111,44,46,109,120,45,115,109,45,97,117,116,111,123,109,97,114,103,105,110,45,114,105,103,104,116,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,115,109,45,97,117,116,111,44,46,109,121,45,115,109,45,97,117,116,111,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,115,109,45,97,117,116,111,44,46,109,120,45,115,109,45,97,117,116,111,123,109,97,114,103,105,110,45,108,101,102,116,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,55,54,56,112,120,41,123,46,109,45,109,100,45,48,123,109,97,114,103,105,110,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,109,100,45,48,44,46,109,121,45,109,100,45,48,123,109,97,114,103,105,110,45,116,111,112,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,109,100,45,48,44,46,109,120,45,109,100,45,48,123,109,97,114,103,105,110,45,114,105,103,104,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,109,100,45,48,44,46,109,121,45,109,100,45,48,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,109,100,45,48,44,46,109,120,45,109,100,45,48,123,109,97,114,103,105,110,45,108,101,102,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,45,109,100,45,49,123,109,97,114,103,105,110,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,109,100,45,49,44,46,109,121,45,109,100,45,49,123,109,97,114,103,105,110,45,116,111,112,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,109,100,45,49,44,46,109,120,45,109,100,45,49,123,109,97,114,103,105,110,45,114,105,103,104,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,109,100,45,49,44,46,109,121,45,109,100,45,49,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,109,100,45,49,44,46,109,120,45,109,100,45,49,123,109,97,114,103,105,110,45,108,101,102,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,109,100,45,50,123,109,97,114,103,105,110,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,109,100,45,50,44,46,109,121,45,109,100,45,50,123,109,97,114,103,105,110,45,116,111,112,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,109,100,45,50,44,46,109,120,45,109,100,45,50,123,109,97,114,103,105,110,45,114,105,103,104,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,109,100,45,50,44,46,109,121,45,109,100,45,50,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,109,100,45,50,44,46,109,120,45,109,100,45,50,123,109,97,114,103,105,110,45,108,101,102,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,109,100,45,51,123,109,97,114,103,105,110,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,109,100,45,51,44,46,109,121,45,109,100,45,51,123,109,97,114,103,105,110,45,116,111,112,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,109,100,45,51,44,46,109,120,45,109,100,45,51,123,109,97,114,103,105,110,45,114,105,103,104,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,109,100,45,51,44,46,109,121,45,109,100,45,51,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,109,100,45,51,44,46,109,120,45,109,100,45,51,123,109,97,114,103,105,110,45,108,101,102,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,109,100,45,52,123,109,97,114,103,105,110,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,109,100,45,52,44,46,109,121,45,109,100,45,52,123,109,97,114,103,105,110,45,116,111,112,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,109,100,45,52,44,46,109,120,45,109,100,45,52,123,109,97,114,103,105,110,45,114,105,103,104,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,109,100,45,52,44,46,109,121,45,109,100,45,52,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,109,100,45,52,44,46,109,120,45,109,100,45,52,123,109,97,114,103,105,110,45,108,101,102,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,109,100,45,53,123,109,97,114,103,105,110,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,109,100,45,53,44,46,109,121,45,109,100,45,53,123,109,97,114,103,105,110,45,116,111,112,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,109,100,45,53,44,46,109,120,45,109,100,45,53,123,109,97,114,103,105,110,45,114,105,103,104,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,109,100,45,53,44,46,109,121,45,109,100,45,53,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,109,100,45,53,44,46,109,120,45,109,100,45,53,123,109,97,114,103,105,110,45,108,101,102,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,109,100,45,48,123,112,97,100,100,105,110,103,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,109,100,45,48,44,46,112,121,45,109,100,45,48,123,112,97,100,100,105,110,103,45,116,111,112,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,109,100,45,48,44,46,112,120,45,109,100,45,48,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,109,100,45,48,44,46,112,121,45,109,100,45,48,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,109,100,45,48,44,46,112,120,45,109,100,45,48,123,112,97,100,100,105,110,103,45,108,101,102,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,45,109,100,45,49,123,112,97,100,100,105,110,103,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,109,100,45,49,44,46,112,121,45,109,100,45,49,123,112,97,100,100,105,110,103,45,116,111,112,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,109,100,45,49,44,46,112,120,45,109,100,45,49,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,109,100,45,49,44,46,112,121,45,109,100,45,49,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,109,100,45,49,44,46,112,120,45,109,100,45,49,123,112,97,100,100,105,110,103,45,108,101,102,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,109,100,45,50,123,112,97,100,100,105,110,103,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,109,100,45,50,44,46,112,121,45,109,100,45,50,123,112,97,100,100,105,110,103,45,116,111,112,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,109,100,45,50,44,46,112,120,45,109,100,45,50,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,109,100,45,50,44,46,112,121,45,109,100,45,50,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,109,100,45,50,44,46,112,120,45,109,100,45,50,123,112,97,100,100,105,110,103,45,108,101,102,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,109,100,45,51,123,112,97,100,100,105,110,103,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,109,100,45,51,44,46,112,121,45,109,100,45,51,123,112,97,100,100,105,110,103,45,116,111,112,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,109,100,45,51,44,46,112,120,45,109,100,45,51,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,109,100,45,51,44,46,112,121,45,109,100,45,51,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,109,100,45,51,44,46,112,120,45,109,100,45,51,123,112,97,100,100,105,110,103,45,108,101,102,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,109,100,45,52,123,112,97,100,100,105,110,103,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,109,100,45,52,44,46,112,121,45,109,100,45,52,123,112,97,100,100,105,110,103,45,116,111,112,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,109,100,45,52,44,46,112,120,45,109,100,45,52,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,109,100,45,52,44,46,112,121,45,109,100,45,52,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,109,100,45,52,44,46,112,120,45,109,100,45,52,123,112,97,100,100,105,110,103,45,108,101,102,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,109,100,45,53,123,112,97,100,100,105,110,103,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,109,100,45,53,44,46,112,121,45,109,100,45,53,123,112,97,100,100,105,110,103,45,116,111,112,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,109,100,45,53,44,46,112,120,45,109,100,45,53,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,109,100,45,53,44,46,112,121,45,109,100,45,53,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,109,100,45,53,44,46,112,120,45,109,100,45,53,123,112,97,100,100,105,110,103,45,108,101,102,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,109,100,45,110,49,123,109,97,114,103,105,110,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,109,100,45,110,49,44,46,109,121,45,109,100,45,110,49,123,109,97,114,103,105,110,45,116,111,112,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,109,100,45,110,49,44,46,109,120,45,109,100,45,110,49,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,109,100,45,110,49,44,46,109,121,45,109,100,45,110,49,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,109,100,45,110,49,44,46,109,120,45,109,100,45,110,49,123,109,97,114,103,105,110,45,108,101,102,116,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,109,100,45,110,50,123,109,97,114,103,105,110,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,109,100,45,110,50,44,46,109,121,45,109,100,45,110,50,123,109,97,114,103,105,110,45,116,111,112,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,109,100,45,110,50,44,46,109,120,45,109,100,45,110,50,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,109,100,45,110,50,44,46,109,121,45,109,100,45,110,50,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,109,100,45,110,50,44,46,109,120,45,109,100,45,110,50,123,109,97,114,103,105,110,45,108,101,102,116,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,109,100,45,110,51,123,109,97,114,103,105,110,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,109,100,45,110,51,44,46,109,121,45,109,100,45,110,51,123,109,97,114,103,105,110,45,116,111,112,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,109,100,45,110,51,44,46,109,120,45,109,100,45,110,51,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,109,100,45,110,51,44,46,109,121,45,109,100,45,110,51,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,109,100,45,110,51,44,46,109,120,45,109,100,45,110,51,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,109,100,45,110,52,123,109,97,114,103,105,110,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,109,100,45,110,52,44,46,109,121,45,109,100,45,110,52,123,109,97,114,103,105,110,45,116,111,112,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,109,100,45,110,52,44,46,109,120,45,109,100,45,110,52,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,109,100,45,110,52,44,46,109,121,45,109,100,45,110,52,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,109,100,45,110,52,44,46,109,120,45,109,100,45,110,52,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,109,100,45,110,53,123,109,97,114,103,105,110,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,109,100,45,110,53,44,46,109,121,45,109,100,45,110,53,123,109,97,114,103,105,110,45,116,111,112,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,109,100,45,110,53,44,46,109,120,45,109,100,45,110,53,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,109,100,45,110,53,44,46,109,121,45,109,100,45,110,53,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,109,100,45,110,53,44,46,109,120,45,109,100,45,110,53,123,109,97,114,103,105,110,45,108,101,102,116,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,109,100,45,97,117,116,111,123,109,97,114,103,105,110,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,109,100,45,97,117,116,111,44,46,109,121,45,109,100,45,97,117,116,111,123,109,97,114,103,105,110,45,116,111,112,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,109,100,45,97,117,116,111,44,46,109,120,45,109,100,45,97,117,116,111,123,109,97,114,103,105,110,45,114,105,103,104,116,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,109,100,45,97,117,116,111,44,46,109,121,45,109,100,45,97,117,116,111,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,109,100,45,97,117,116,111,44,46,109,120,45,109,100,45,97,117,116,111,123,109,97,114,103,105,110,45,108,101,102,116,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,57,57,50,112,120,41,123,46,109,45,108,103,45,48,123,109,97,114,103,105,110,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,108,103,45,48,44,46,109,121,45,108,103,45,48,123,109,97,114,103,105,110,45,116,111,112,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,108,103,45,48,44,46,109,120,45,108,103,45,48,123,109,97,114,103,105,110,45,114,105,103,104,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,108,103,45,48,44,46,109,121,45,108,103,45,48,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,108,103,45,48,44,46,109,120,45,108,103,45,48,123,109,97,114,103,105,110,45,108,101,102,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,45,108,103,45,49,123,109,97,114,103,105,110,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,108,103,45,49,44,46,109,121,45,108,103,45,49,123,109,97,114,103,105,110,45,116,111,112,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,108,103,45,49,44,46,109,120,45,108,103,45,49,123,109,97,114,103,105,110,45,114,105,103,104,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,108,103,45,49,44,46,109,121,45,108,103,45,49,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,108,103,45,49,44,46,109,120,45,108,103,45,49,123,109,97,114,103,105,110,45,108,101,102,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,108,103,45,50,123,109,97,114,103,105,110,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,108,103,45,50,44,46,109,121,45,108,103,45,50,123,109,97,114,103,105,110,45,116,111,112,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,108,103,45,50,44,46,109,120,45,108,103,45,50,123,109,97,114,103,105,110,45,114,105,103,104,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,108,103,45,50,44,46,109,121,45,108,103,45,50,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,108,103,45,50,44,46,109,120,45,108,103,45,50,123,109,97,114,103,105,110,45,108,101,102,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,108,103,45,51,123,109,97,114,103,105,110,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,108,103,45,51,44,46,109,121,45,108,103,45,51,123,109,97,114,103,105,110,45,116,111,112,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,108,103,45,51,44,46,109,120,45,108,103,45,51,123,109,97,114,103,105,110,45,114,105,103,104,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,108,103,45,51,44,46,109,121,45,108,103,45,51,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,108,103,45,51,44,46,109,120,45,108,103,45,51,123,109,97,114,103,105,110,45,108,101,102,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,108,103,45,52,123,109,97,114,103,105,110,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,108,103,45,52,44,46,109,121,45,108,103,45,52,123,109,97,114,103,105,110,45,116,111,112,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,108,103,45,52,44,46,109,120,45,108,103,45,52,123,109,97,114,103,105,110,45,114,105,103,104,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,108,103,45,52,44,46,109,121,45,108,103,45,52,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,108,103,45,52,44,46,109,120,45,108,103,45,52,123,109,97,114,103,105,110,45,108,101,102,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,108,103,45,53,123,109,97,114,103,105,110,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,108,103,45,53,44,46,109,121,45,108,103,45,53,123,109,97,114,103,105,110,45,116,111,112,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,108,103,45,53,44,46,109,120,45,108,103,45,53,123,109,97,114,103,105,110,45,114,105,103,104,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,108,103,45,53,44,46,109,121,45,108,103,45,53,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,108,103,45,53,44,46,109,120,45,108,103,45,53,123,109,97,114,103,105,110,45,108,101,102,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,108,103,45,48,123,112,97,100,100,105,110,103,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,108,103,45,48,44,46,112,121,45,108,103,45,48,123,112,97,100,100,105,110,103,45,116,111,112,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,108,103,45,48,44,46,112,120,45,108,103,45,48,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,108,103,45,48,44,46,112,121,45,108,103,45,48,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,108,103,45,48,44,46,112,120,45,108,103,45,48,123,112,97,100,100,105,110,103,45,108,101,102,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,45,108,103,45,49,123,112,97,100,100,105,110,103,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,108,103,45,49,44,46,112,121,45,108,103,45,49,123,112,97,100,100,105,110,103,45,116,111,112,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,108,103,45,49,44,46,112,120,45,108,103,45,49,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,108,103,45,49,44,46,112,121,45,108,103,45,49,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,108,103,45,49,44,46,112,120,45,108,103,45,49,123,112,97,100,100,105,110,103,45,108,101,102,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,108,103,45,50,123,112,97,100,100,105,110,103,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,108,103,45,50,44,46,112,121,45,108,103,45,50,123,112,97,100,100,105,110,103,45,116,111,112,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,108,103,45,50,44,46,112,120,45,108,103,45,50,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,108,103,45,50,44,46,112,121,45,108,103,45,50,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,108,103,45,50,44,46,112,120,45,108,103,45,50,123,112,97,100,100,105,110,103,45,108,101,102,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,108,103,45,51,123,112,97,100,100,105,110,103,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,108,103,45,51,44,46,112,121,45,108,103,45,51,123,112,97,100,100,105,110,103,45,116,111,112,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,108,103,45,51,44,46,112,120,45,108,103,45,51,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,108,103,45,51,44,46,112,121,45,108,103,45,51,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,108,103,45,51,44,46,112,120,45,108,103,45,51,123,112,97,100,100,105,110,103,45,108,101,102,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,108,103,45,52,123,112,97,100,100,105,110,103,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,108,103,45,52,44,46,112,121,45,108,103,45,52,123,112,97,100,100,105,110,103,45,116,111,112,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,108,103,45,52,44,46,112,120,45,108,103,45,52,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,108,103,45,52,44,46,112,121,45,108,103,45,52,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,108,103,45,52,44,46,112,120,45,108,103,45,52,123,112,97,100,100,105,110,103,45,108,101,102,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,108,103,45,53,123,112,97,100,100,105,110,103,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,108,103,45,53,44,46,112,121,45,108,103,45,53,123,112,97,100,100,105,110,103,45,116,111,112,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,108,103,45,53,44,46,112,120,45,108,103,45,53,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,108,103,45,53,44,46,112,121,45,108,103,45,53,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,108,103,45,53,44,46,112,120,45,108,103,45,53,123,112,97,100,100,105,110,103,45,108,101,102,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,108,103,45,110,49,123,109,97,114,103,105,110,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,108,103,45,110,49,44,46,109,121,45,108,103,45,110,49,123,109,97,114,103,105,110,45,116,111,112,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,108,103,45,110,49,44,46,109,120,45,108,103,45,110,49,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,108,103,45,110,49,44,46,109,121,45,108,103,45,110,49,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,108,103,45,110,49,44,46,109,120,45,108,103,45,110,49,123,109,97,114,103,105,110,45,108,101,102,116,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,108,103,45,110,50,123,109,97,114,103,105,110,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,108,103,45,110,50,44,46,109,121,45,108,103,45,110,50,123,109,97,114,103,105,110,45,116,111,112,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,108,103,45,110,50,44,46,109,120,45,108,103,45,110,50,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,108,103,45,110,50,44,46,109,121,45,108,103,45,110,50,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,108,103,45,110,50,44,46,109,120,45,108,103,45,110,50,123,109,97,114,103,105,110,45,108,101,102,116,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,108,103,45,110,51,123,109,97,114,103,105,110,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,108,103,45,110,51,44,46,109,121,45,108,103,45,110,51,123,109,97,114,103,105,110,45,116,111,112,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,108,103,45,110,51,44,46,109,120,45,108,103,45,110,51,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,108,103,45,110,51,44,46,109,121,45,108,103,45,110,51,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,108,103,45,110,51,44,46,109,120,45,108,103,45,110,51,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,108,103,45,110,52,123,109,97,114,103,105,110,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,108,103,45,110,52,44,46,109,121,45,108,103,45,110,52,123,109,97,114,103,105,110,45,116,111,112,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,108,103,45,110,52,44,46,109,120,45,108,103,45,110,52,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,108,103,45,110,52,44,46,109,121,45,108,103,45,110,52,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,108,103,45,110,52,44,46,109,120,45,108,103,45,110,52,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,108,103,45,110,53,123,109,97,114,103,105,110,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,108,103,45,110,53,44,46,109,121,45,108,103,45,110,53,123,109,97,114,103,105,110,45,116,111,112,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,108,103,45,110,53,44,46,109,120,45,108,103,45,110,53,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,108,103,45,110,53,44,46,109,121,45,108,103,45,110,53,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,108,103,45,110,53,44,46,109,120,45,108,103,45,110,53,123,109,97,114,103,105,110,45,108,101,102,116,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,108,103,45,97,117,116,111,123,109,97,114,103,105,110,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,108,103,45,97,117,116,111,44,46,109,121,45,108,103,45,97,117,116,111,123,109,97,114,103,105,110,45,116,111,112,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,108,103,45,97,117,116,111,44,46,109,120,45,108,103,45,97,117,116,111,123,109,97,114,103,105,110,45,114,105,103,104,116,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,108,103,45,97,117,116,111,44,46,109,121,45,108,103,45,97,117,116,111,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,108,103,45,97,117,116,111,44,46,109,120,45,108,103,45,97,117,116,111,123,109,97,114,103,105,110,45,108,101,102,116,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,49,50,48,48,112,120,41,123,46,109,45,120,108,45,48,123,109,97,114,103,105,110,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,120,108,45,48,44,46,109,121,45,120,108,45,48,123,109,97,114,103,105,110,45,116,111,112,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,120,108,45,48,44,46,109,120,45,120,108,45,48,123,109,97,114,103,105,110,45,114,105,103,104,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,120,108,45,48,44,46,109,121,45,120,108,45,48,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,120,108,45,48,44,46,109,120,45,120,108,45,48,123,109,97,114,103,105,110,45,108,101,102,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,109,45,120,108,45,49,123,109,97,114,103,105,110,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,120,108,45,49,44,46,109,121,45,120,108,45,49,123,109,97,114,103,105,110,45,116,111,112,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,120,108,45,49,44,46,109,120,45,120,108,45,49,123,109,97,114,103,105,110,45,114,105,103,104,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,120,108,45,49,44,46,109,121,45,120,108,45,49,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,120,108,45,49,44,46,109,120,45,120,108,45,49,123,109,97,114,103,105,110,45,108,101,102,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,120,108,45,50,123,109,97,114,103,105,110,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,120,108,45,50,44,46,109,121,45,120,108,45,50,123,109,97,114,103,105,110,45,116,111,112,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,120,108,45,50,44,46,109,120,45,120,108,45,50,123,109,97,114,103,105,110,45,114,105,103,104,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,120,108,45,50,44,46,109,121,45,120,108,45,50,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,120,108,45,50,44,46,109,120,45,120,108,45,50,123,109,97,114,103,105,110,45,108,101,102,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,120,108,45,51,123,109,97,114,103,105,110,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,120,108,45,51,44,46,109,121,45,120,108,45,51,123,109,97,114,103,105,110,45,116,111,112,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,120,108,45,51,44,46,109,120,45,120,108,45,51,123,109,97,114,103,105,110,45,114,105,103,104,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,120,108,45,51,44,46,109,121,45,120,108,45,51,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,120,108,45,51,44,46,109,120,45,120,108,45,51,123,109,97,114,103,105,110,45,108,101,102,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,120,108,45,52,123,109,97,114,103,105,110,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,120,108,45,52,44,46,109,121,45,120,108,45,52,123,109,97,114,103,105,110,45,116,111,112,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,120,108,45,52,44,46,109,120,45,120,108,45,52,123,109,97,114,103,105,110,45,114,105,103,104,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,120,108,45,52,44,46,109,121,45,120,108,45,52,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,120,108,45,52,44,46,109,120,45,120,108,45,52,123,109,97,114,103,105,110,45,108,101,102,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,120,108,45,53,123,109,97,114,103,105,110,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,120,108,45,53,44,46,109,121,45,120,108,45,53,123,109,97,114,103,105,110,45,116,111,112,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,120,108,45,53,44,46,109,120,45,120,108,45,53,123,109,97,114,103,105,110,45,114,105,103,104,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,120,108,45,53,44,46,109,121,45,120,108,45,53,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,120,108,45,53,44,46,109,120,45,120,108,45,53,123,109,97,114,103,105,110,45,108,101,102,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,120,108,45,48,123,112,97,100,100,105,110,103,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,120,108,45,48,44,46,112,121,45,120,108,45,48,123,112,97,100,100,105,110,103,45,116,111,112,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,120,108,45,48,44,46,112,120,45,120,108,45,48,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,120,108,45,48,44,46,112,121,45,120,108,45,48,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,120,108,45,48,44,46,112,120,45,120,108,45,48,123,112,97,100,100,105,110,103,45,108,101,102,116,58,48,33,105,109,112,111,114,116,97,110,116,125,46,112,45,120,108,45,49,123,112,97,100,100,105,110,103,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,120,108,45,49,44,46,112,121,45,120,108,45,49,123,112,97,100,100,105,110,103,45,116,111,112,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,120,108,45,49,44,46,112,120,45,120,108,45,49,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,120,108,45,49,44,46,112,121,45,120,108,45,49,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,120,108,45,49,44,46,112,120,45,120,108,45,49,123,112,97,100,100,105,110,103,45,108,101,102,116,58,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,120,108,45,50,123,112,97,100,100,105,110,103,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,120,108,45,50,44,46,112,121,45,120,108,45,50,123,112,97,100,100,105,110,103,45,116,111,112,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,120,108,45,50,44,46,112,120,45,120,108,45,50,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,120,108,45,50,44,46,112,121,45,120,108,45,50,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,120,108,45,50,44,46,112,120,45,120,108,45,50,123,112,97,100,100,105,110,103,45,108,101,102,116,58,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,120,108,45,51,123,112,97,100,100,105,110,103,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,120,108,45,51,44,46,112,121,45,120,108,45,51,123,112,97,100,100,105,110,103,45,116,111,112,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,120,108,45,51,44,46,112,120,45,120,108,45,51,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,120,108,45,51,44,46,112,121,45,120,108,45,51,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,120,108,45,51,44,46,112,120,45,120,108,45,51,123,112,97,100,100,105,110,103,45,108,101,102,116,58,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,120,108,45,52,123,112,97,100,100,105,110,103,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,120,108,45,52,44,46,112,121,45,120,108,45,52,123,112,97,100,100,105,110,103,45,116,111,112,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,120,108,45,52,44,46,112,120,45,120,108,45,52,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,120,108,45,52,44,46,112,121,45,120,108,45,52,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,120,108,45,52,44,46,112,120,45,120,108,45,52,123,112,97,100,100,105,110,103,45,108,101,102,116,58,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,45,120,108,45,53,123,112,97,100,100,105,110,103,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,116,45,120,108,45,53,44,46,112,121,45,120,108,45,53,123,112,97,100,100,105,110,103,45,116,111,112,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,114,45,120,108,45,53,44,46,112,120,45,120,108,45,53,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,98,45,120,108,45,53,44,46,112,121,45,120,108,45,53,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,112,108,45,120,108,45,53,44,46,112,120,45,120,108,45,53,123,112,97,100,100,105,110,103,45,108,101,102,116,58,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,120,108,45,110,49,123,109,97,114,103,105,110,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,120,108,45,110,49,44,46,109,121,45,120,108,45,110,49,123,109,97,114,103,105,110,45,116,111,112,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,120,108,45,110,49,44,46,109,120,45,120,108,45,110,49,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,120,108,45,110,49,44,46,109,121,45,120,108,45,110,49,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,120,108,45,110,49,44,46,109,120,45,120,108,45,110,49,123,109,97,114,103,105,110,45,108,101,102,116,58,45,46,50,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,120,108,45,110,50,123,109,97,114,103,105,110,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,120,108,45,110,50,44,46,109,121,45,120,108,45,110,50,123,109,97,114,103,105,110,45,116,111,112,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,120,108,45,110,50,44,46,109,120,45,120,108,45,110,50,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,120,108,45,110,50,44,46,109,121,45,120,108,45,110,50,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,120,108,45,110,50,44,46,109,120,45,120,108,45,110,50,123,109,97,114,103,105,110,45,108,101,102,116,58,45,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,120,108,45,110,51,123,109,97,114,103,105,110,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,120,108,45,110,51,44,46,109,121,45,120,108,45,110,51,123,109,97,114,103,105,110,45,116,111,112,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,120,108,45,110,51,44,46,109,120,45,120,108,45,110,51,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,120,108,45,110,51,44,46,109,121,45,120,108,45,110,51,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,120,108,45,110,51,44,46,109,120,45,120,108,45,110,51,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,120,108,45,110,52,123,109,97,114,103,105,110,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,120,108,45,110,52,44,46,109,121,45,120,108,45,110,52,123,109,97,114,103,105,110,45,116,111,112,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,120,108,45,110,52,44,46,109,120,45,120,108,45,110,52,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,120,108,45,110,52,44,46,109,121,45,120,108,45,110,52,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,120,108,45,110,52,44,46,109,120,45,120,108,45,110,52,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,46,53,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,120,108,45,110,53,123,109,97,114,103,105,110,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,120,108,45,110,53,44,46,109,121,45,120,108,45,110,53,123,109,97,114,103,105,110,45,116,111,112,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,120,108,45,110,53,44,46,109,120,45,120,108,45,110,53,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,120,108,45,110,53,44,46,109,121,45,120,108,45,110,53,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,120,108,45,110,53,44,46,109,120,45,120,108,45,110,53,123,109,97,114,103,105,110,45,108,101,102,116,58,45,51,114,101,109,33,105,109,112,111,114,116,97,110,116,125,46,109,45,120,108,45,97,117,116,111,123,109,97,114,103,105,110,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,116,45,120,108,45,97,117,116,111,44,46,109,121,45,120,108,45,97,117,116,111,123,109,97,114,103,105,110,45,116,111,112,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,114,45,120,108,45,97,117,116,111,44,46,109,120,45,120,108,45,97,117,116,111,123,109,97,114,103,105,110,45,114,105,103,104,116,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,98,45,120,108,45,97,117,116,111,44,46,109,121,45,120,108,45,97,117,116,111,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,46,109,108,45,120,108,45,97,117,116,111,44,46,109,120,45,120,108,45,97,117,116,111,123,109,97,114,103,105,110,45,108,101,102,116,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,125,125,46,115,116,114,101,116,99,104,101,100,45,108,105,110,107,58,97,102,116,101,114,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,48,59,114,105,103,104,116,58,48,59,98,111,116,116,111,109,58,48,59,108,101,102,116,58,48,59,122,45,105,110,100,101,120,58,49,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,59,99,111,110,116,101,110,116,58,34,34,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,46,116,101,120,116,45,109,111,110,111,115,112,97,99,101,123,102,111,110,116,45,102,97,109,105,108,121,58,83,70,77,111,110,111,45,82,101,103,117,108,97,114,44,77,101,110,108,111,44,77,111,110,97,99,111,44,67,111,110,115,111,108,97,115,44,76,105,98,101,114,97,116,105,111,110,32,77,111,110,111,44,67,111,117,114,105,101,114,32,78,101,119,44,109,111,110,111,115,112,97,99,101,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,106,117,115,116,105,102,121,123,116,101,120,116,45,97,108,105,103,110,58,106,117,115,116,105,102,121,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,119,114,97,112,123,119,104,105,116,101,45,115,112,97,99,101,58,110,111,114,109,97,108,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,110,111,119,114,97,112,123,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,116,114,117,110,99,97,116,101,123,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,116,101,120,116,45,111,118,101,114,102,108,111,119,58,101,108,108,105,112,115,105,115,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,125,46,116,101,120,116,45,108,101,102,116,123,116,101,120,116,45,97,108,105,103,110,58,108,101,102,116,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,114,105,103,104,116,123,116,101,120,116,45,97,108,105,103,110,58,114,105,103,104,116,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,99,101,110,116,101,114,123,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,53,55,54,112,120,41,123,46,116,101,120,116,45,115,109,45,108,101,102,116,123,116,101,120,116,45,97,108,105,103,110,58,108,101,102,116,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,115,109,45,114,105,103,104,116,123,116,101,120,116,45,97,108,105,103,110,58,114,105,103,104,116,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,115,109,45,99,101,110,116,101,114,123,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,55,54,56,112,120,41,123,46,116,101,120,116,45,109,100,45,108,101,102,116,123,116,101,120,116,45,97,108,105,103,110,58,108,101,102,116,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,109,100,45,114,105,103,104,116,123,116,101,120,116,45,97,108,105,103,110,58,114,105,103,104,116,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,109,100,45,99,101,110,116,101,114,123,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,57,57,50,112,120,41,123,46,116,101,120,116,45,108,103,45,108,101,102,116,123,116,101,120,116,45,97,108,105,103,110,58,108,101,102,116,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,108,103,45,114,105,103,104,116,123,116,101,120,116,45,97,108,105,103,110,58,114,105,103,104,116,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,108,103,45,99,101,110,116,101,114,123,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,49,50,48,48,112,120,41,123,46,116,101,120,116,45,120,108,45,108,101,102,116,123,116,101,120,116,45,97,108,105,103,110,58,108,101,102,116,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,120,108,45,114,105,103,104,116,123,116,101,120,116,45,97,108,105,103,110,58,114,105,103,104,116,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,120,108,45,99,101,110,116,101,114,123,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,33,105,109,112,111,114,116,97,110,116,125,125,46,116,101,120,116,45,108,111,119,101,114,99,97,115,101,123,116,101,120,116,45,116,114,97,110,115,102,111,114,109,58,108,111,119,101,114,99,97,115,101,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,117,112,112,101,114,99,97,115,101,123,116,101,120,116,45,116,114,97,110,115,102,111,114,109,58,117,112,112,101,114,99,97,115,101,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,99,97,112,105,116,97,108,105,122,101,123,116,101,120,116,45,116,114,97,110,115,102,111,114,109,58,99,97,112,105,116,97,108,105,122,101,33,105,109,112,111,114,116,97,110,116,125,46,102,111,110,116,45,119,101,105,103,104,116,45,108,105,103,104,116,123,102,111,110,116,45,119,101,105,103,104,116,58,51,48,48,33,105,109,112,111,114,116,97,110,116,125,46,102,111,110,116,45,119,101,105,103,104,116,45,108,105,103,104,116,101,114,123,102,111,110,116,45,119,101,105,103,104,116,58,108,105,103,104,116,101,114,33,105,109,112,111,114,116,97,110,116,125,46,102,111,110,116,45,119,101,105,103,104,116,45,110,111,114,109,97,108,123,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,33,105,109,112,111,114,116,97,110,116,125,46,102,111,110,116,45,119,101,105,103,104,116,45,98,111,108,100,123,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,33,105,109,112,111,114,116,97,110,116,125,46,102,111,110,116,45,119,101,105,103,104,116,45,98,111,108,100,101,114,123,102,111,110,116,45,119,101,105,103,104,116,58,98,111,108,100,101,114,33,105,109,112,111,114,116,97,110,116,125,46,102,111,110,116,45,105,116,97,108,105,99,123,102,111,110,116,45,115,116,121,108,101,58,105,116,97,108,105,99,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,119,104,105,116,101,123,99,111,108,111,114,58,35,102,102,102,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,112,114,105,109,97,114,121,123,99,111,108,111,114,58,35,48,48,55,98,102,102,33,105,109,112,111,114,116,97,110,116,125,97,46,116,101,120,116,45,112,114,105,109,97,114,121,58,102,111,99,117,115,44,97,46,116,101,120,116,45,112,114,105,109,97,114,121,58,104,111,118,101,114,123,99,111,108,111,114,58,35,48,48,53,54,98,51,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,115,101,99,111,110,100,97,114,121,123,99,111,108,111,114,58,35,54,99,55,53,55,100,33,105,109,112,111,114,116,97,110,116,125,97,46,116,101,120,116,45,115,101,99,111,110,100,97,114,121,58,102,111,99,117,115,44,97,46,116,101,120,116,45,115,101,99,111,110,100,97,114,121,58,104,111,118,101,114,123,99,111,108,111,114,58,35,52,57,52,102,53,52,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,115,117,99,99,101,115,115,123,99,111,108,111,114,58,35,50,56,97,55,52,53,33,105,109,112,111,114,116,97,110,116,125,97,46,116,101,120,116,45,115,117,99,99,101,115,115,58,102,111,99,117,115,44,97,46,116,101,120,116,45,115,117,99,99,101,115,115,58,104,111,118,101,114,123,99,111,108,111,114,58,35,49,57,54,57,50,99,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,105,110,102,111,123,99,111,108,111,114,58,35,49,55,97,50,98,56,33,105,109,112,111,114,116,97,110,116,125,97,46,116,101,120,116,45,105,110,102,111,58,102,111,99,117,115,44,97,46,116,101,120,116,45,105,110,102,111,58,104,111,118,101,114,123,99,111,108,111,114,58,35,48,102,54,54,55,52,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,119,97,114,110,105,110,103,123,99,111,108,111,114,58,35,102,102,99,49,48,55,33,105,109,112,111,114,116,97,110,116,125,97,46,116,101,120,116,45,119,97,114,110,105,110,103,58,102,111,99,117,115,44,97,46,116,101,120,116,45,119,97,114,110,105,110,103,58,104,111,118,101,114,123,99,111,108,111,114,58,35,98,97,56,98,48,48,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,100,97,110,103,101,114,123,99,111,108,111,114,58,35,100,99,51,53,52,53,33,105,109,112,111,114,116,97,110,116,125,97,46,116,101,120,116,45,100,97,110,103,101,114,58,102,111,99,117,115,44,97,46,116,101,120,116,45,100,97,110,103,101,114,58,104,111,118,101,114,123,99,111,108,111,114,58,35,97,55,49,100,50,97,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,108,105,103,104,116,123,99,111,108,111,114,58,35,102,56,102,57,102,97,33,105,109,112,111,114,116,97,110,116,125,97,46,116,101,120,116,45,108,105,103,104,116,58,102,111,99,117,115,44,97,46,116,101,120,116,45,108,105,103,104,116,58,104,111,118,101,114,123,99,111,108,111,114,58,35,99,98,100,51,100,97,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,100,97,114,107,123,99,111,108,111,114,58,35,51,52,51,97,52,48,33,105,109,112,111,114,116,97,110,116,125,97,46,116,101,120,116,45,100,97,114,107,58,102,111,99,117,115,44,97,46,116,101,120,116,45,100,97,114,107,58,104,111,118,101,114,123,99,111,108,111,114,58,35,49,50,49,52,49,54,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,98,111,100,121,123,99,111,108,111,114,58,35,50,49,50,53,50,57,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,109,117,116,101,100,123,99,111,108,111,114,58,35,54,99,55,53,55,100,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,98,108,97,99,107,45,53,48,123,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,53,41,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,119,104,105,116,101,45,53,48,123,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,53,41,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,104,105,100,101,123,102,111,110,116,58,48,47,48,32,97,59,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,116,101,120,116,45,115,104,97,100,111,119,58,110,111,110,101,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,58,48,125,46,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,45,110,111,110,101,123,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,98,114,101,97,107,123,119,111,114,100,45,98,114,101,97,107,58,98,114,101,97,107,45,119,111,114,100,33,105,109,112,111,114,116,97,110,116,59,119,111,114,100,45,119,114,97,112,58,98,114,101,97,107,45,119,111,114,100,33,105,109,112,111,114,116,97,110,116,125,46,116,101,120,116,45,114,101,115,101,116,123,99,111,108,111,114,58,105,110,104,101,114,105,116,33,105,109,112,111,114,116,97,110,116,125,46,118,105,115,105,98,108,101,123,118,105,115,105,98,105,108,105,116,121,58,118,105,115,105,98,108,101,33,105,109,112,111,114,116,97,110,116,125,46,105,110,118,105,115,105,98,108,101,123,118,105,115,105,98,105,108,105,116,121,58,104,105,100,100,101,110,33,105,109,112,111,114,116,97,110,116,125,64,109,101,100,105,97,32,112,114,105,110,116,123,42,44,58,97,102,116,101,114,44,58,98,101,102,111,114,101,123,116,101,120,116,45,115,104,97,100,111,119,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,59,98,111,120,45,115,104,97,100,111,119,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,97,58,110,111,116,40,46,98,116,110,41,123,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,117,110,100,101,114,108,105,110,101,125,97,98,98,114,91,116,105,116,108,101,93,58,97,102,116,101,114,123,99,111,110,116,101,110,116,58,34,32,40,34,32,97,116,116,114,40,116,105,116,108,101,41,32,34,41,34,125,112,114,101,123,119,104,105,116,101,45,115,112,97,99,101,58,112,114,101,45,119,114,97,112,33,105,109,112,111,114,116,97,110,116,125,98,108,111,99,107,113,117,111,116,101,44,112,114,101,123,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,97,100,98,53,98,100,59,112,97,103,101,45,98,114,101,97,107,45,105,110,115,105,100,101,58,97,118,111,105,100,125,116,104,101,97,100,123,100,105,115,112,108,97,121,58,116,97,98,108,101,45,104,101,97,100,101,114,45,103,114,111,117,112,125,105,109,103,44,116,114,123,112,97,103,101,45,98,114,101,97,107,45,105,110,115,105,100,101,58,97,118,111,105,100,125,104,50,44,104,51,44,112,123,111,114,112,104,97,110,115,58,51,59,119,105,100,111,119,115,58,51,125,104,50,44,104,51,123,112,97,103,101,45,98,114,101,97,107,45,97,102,116,101,114,58,97,118,111,105,100,125,64,112,97,103,101,123,115,105,122,101,58,97,51,125,46,99,111,110,116,97,105,110,101,114,44,98,111,100,121,123,109,105,110,45,119,105,100,116,104,58,57,57,50,112,120,33,105,109,112,111,114,116,97,110,116,125,46,110,97,118,98,97,114,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,98,97,100,103,101,123,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,48,48,48,125,46,116,97,98,108,101,123,98,111,114,100,101,114,45,99,111,108,108,97,112,115,101,58,99,111,108,108,97,112,115,101,33,105,109,112,111,114,116,97,110,116,125,46,116,97,98,108,101,32,116,100,44,46,116,97,98,108,101,32,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,33,105,109,112,111,114,116,97,110,116,125,46,116,97,98,108,101,45,98,111,114,100,101,114,101,100,32,116,100,44,46,116,97,98,108,101,45,98,111,114,100,101,114,101,100,32,116,104,123,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,100,101,101,50,101,54,33,105,109,112,111,114,116,97,110,116,125,46,116,97,98,108,101,45,100,97,114,107,123,99,111,108,111,114,58,105,110,104,101,114,105,116,125,46,116,97,98,108,101,45,100,97,114,107,32,116,98,111,100,121,43,116,98,111,100,121,44,46,116,97,98,108,101,45,100,97,114,107,32,116,100,44,46,116,97,98,108,101,45,100,97,114,107,32,116,104,44,46,116,97,98,108,101,45,100,97,114,107,32,116,104,101,97,100,32,116,104,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,101,101,50,101,54,125,46,116,97,98,108,101,32,46,116,104,101,97,100,45,100,97,114,107,32,116,104,123,99,111,108,111,114,58,105,110,104,101,114,105,116,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,101,101,50,101,54,125,125,10,47,42,33,10,32,42,32,66,111,111,116,115,116,114,97,112,86,117,101,32,67,117,115,116,111,109,32,67,83,83,32,40,104,116,116,112,115,58,47,47,98,111,111,116,115,116,114,97,112,45,118,117,101,46,111,114,103,41,10,32,42,47,46,98,118,45,110,111,45,102,111,99,117,115,45,114,105,110,103,58,102,111,99,117,115,123,111,117,116,108,105,110,101,58,110,111,110,101,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,53,55,53,46,57,56,112,120,41,123,46,98,118,45,100,45,120,115,45,100,111,119,110,45,110,111,110,101,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,55,54,55,46,57,56,112,120,41,123,46,98,118,45,100,45,115,109,45,100,111,119,110,45,110,111,110,101,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,57,57,49,46,57,56,112,120,41,123,46,98,118,45,100,45,109,100,45,100,111,119,110,45,110,111,110,101,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,49,49,57,57,46,57,56,112,120,41,123,46,98,118,45,100,45,108,103,45,100,111,119,110,45,110,111,110,101,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,125,46,98,118,45,100,45,120,108,45,100,111,119,110,45,110,111,110,101,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,102,111,114,109,45,99,111,110,116,114,111,108,46,102,111,99,117,115,123,99,111,108,111,114,58,35,52,57,53,48,53,55,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,56,48,98,100,102,102,59,111,117,116,108,105,110,101,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,50,53,41,125,46,102,111,114,109,45,99,111,110,116,114,111,108,46,102,111,99,117,115,46,105,115,45,118,97,108,105,100,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,50,56,97,55,52,53,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,52,48,44,49,54,55,44,54,57,44,46,50,53,41,125,46,102,111,114,109,45,99,111,110,116,114,111,108,46,102,111,99,117,115,46,105,115,45,105,110,118,97,108,105,100,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,99,51,53,52,53,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,50,48,44,53,51,44,54,57,44,46,50,53,41,125,46,98,45,97,118,97,116,97,114,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,102,108,101,120,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,109,105,100,100,108,101,59,102,108,101,120,45,115,104,114,105,110,107,58,48,59,119,105,100,116,104,58,50,46,53,114,101,109,59,104,101,105,103,104,116,58,50,46,53,114,101,109,59,102,111,110,116,45,115,105,122,101,58,105,110,104,101,114,105,116,59,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,59,108,105,110,101,45,104,101,105,103,104,116,58,49,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,59,109,97,120,45,104,101,105,103,104,116,58,97,117,116,111,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,111,118,101,114,102,108,111,119,58,118,105,115,105,98,108,101,59,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,116,114,97,110,115,105,116,105,111,110,58,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,120,45,115,104,97,100,111,119,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,125,46,98,45,97,118,97,116,97,114,58,102,111,99,117,115,123,111,117,116,108,105,110,101,58,48,125,46,98,45,97,118,97,116,97,114,46,98,116,110,44,46,98,45,97,118,97,116,97,114,91,104,114,101,102,93,123,112,97,100,100,105,110,103,58,48,59,98,111,114,100,101,114,58,48,125,46,98,45,97,118,97,116,97,114,46,98,116,110,32,46,98,45,97,118,97,116,97,114,45,105,109,103,32,105,109,103,44,46,98,45,97,118,97,116,97,114,91,104,114,101,102,93,32,46,98,45,97,118,97,116,97,114,45,105,109,103,32,105,109,103,123,116,114,97,110,115,105,116,105,111,110,58,116,114,97,110,115,102,111,114,109,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,125,46,98,45,97,118,97,116,97,114,46,98,116,110,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,44,46,98,45,97,118,97,116,97,114,91,104,114,101,102,93,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,123,99,117,114,115,111,114,58,112,111,105,110,116,101,114,125,46,98,45,97,118,97,116,97,114,46,98,116,110,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,104,111,118,101,114,32,46,98,45,97,118,97,116,97,114,45,105,109,103,32,105,109,103,44,46,98,45,97,118,97,116,97,114,91,104,114,101,102,93,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,104,111,118,101,114,32,46,98,45,97,118,97,116,97,114,45,105,109,103,32,105,109,103,123,116,114,97,110,115,102,111,114,109,58,115,99,97,108,101,40,49,46,49,53,41,125,46,98,45,97,118,97,116,97,114,46,100,105,115,97,98,108,101,100,44,46,98,45,97,118,97,116,97,114,58,100,105,115,97,98,108,101,100,44,46,98,45,97,118,97,116,97,114,91,100,105,115,97,98,108,101,100,93,123,111,112,97,99,105,116,121,58,46,54,53,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,98,45,97,118,97,116,97,114,32,46,98,45,97,118,97,116,97,114,45,99,117,115,116,111,109,44,46,98,45,97,118,97,116,97,114,32,46,98,45,97,118,97,116,97,114,45,105,109,103,44,46,98,45,97,118,97,116,97,114,32,46,98,45,97,118,97,116,97,114,45,116,101,120,116,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,105,110,104,101,114,105,116,59,119,105,100,116,104,58,49,48,48,37,59,104,101,105,103,104,116,58,49,48,48,37,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,100,105,115,112,108,97,121,58,102,108,101,120,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,59,45,119,101,98,107,105,116,45,109,97,115,107,45,105,109,97,103,101,58,114,97,100,105,97,108,45,103,114,97,100,105,101,110,116,40,35,102,102,102,44,35,48,48,48,41,59,109,97,115,107,45,105,109,97,103,101,58,114,97,100,105,97,108,45,103,114,97,100,105,101,110,116,40,35,102,102,102,44,35,48,48,48,41,125,46,98,45,97,118,97,116,97,114,32,46,98,45,97,118,97,116,97,114,45,116,101,120,116,123,116,101,120,116,45,116,114,97,110,115,102,111,114,109,58,117,112,112,101,114,99,97,115,101,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,125,46,98,45,97,118,97,116,97,114,91,104,114,101,102,93,123,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,125,46,98,45,97,118,97,116,97,114,62,46,98,45,105,99,111,110,123,119,105,100,116,104,58,54,48,37,59,104,101,105,103,104,116,58,97,117,116,111,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,98,45,97,118,97,116,97,114,32,46,98,45,97,118,97,116,97,114,45,105,109,103,32,105,109,103,123,119,105,100,116,104,58,49,48,48,37,59,104,101,105,103,104,116,58,49,48,48,37,59,109,97,120,45,104,101,105,103,104,116,58,97,117,116,111,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,105,110,104,101,114,105,116,59,45,111,45,111,98,106,101,99,116,45,102,105,116,58,99,111,118,101,114,59,111,98,106,101,99,116,45,102,105,116,58,99,111,118,101,114,125,46,98,45,97,118,97,116,97,114,32,46,98,45,97,118,97,116,97,114,45,98,97,100,103,101,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,109,105,110,45,104,101,105,103,104,116,58,49,46,53,101,109,59,109,105,110,45,119,105,100,116,104,58,49,46,53,101,109,59,112,97,100,100,105,110,103,58,46,50,53,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,49,48,101,109,59,102,111,110,116,45,115,105,122,101,58,55,48,37,59,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,59,122,45,105,110,100,101,120,58,49,125,46,98,45,97,118,97,116,97,114,45,115,109,123,119,105,100,116,104,58,49,46,53,114,101,109,59,104,101,105,103,104,116,58,49,46,53,114,101,109,125,46,98,45,97,118,97,116,97,114,45,115,109,32,46,98,45,97,118,97,116,97,114,45,116,101,120,116,123,102,111,110,116,45,115,105,122,101,58,46,54,114,101,109,125,46,98,45,97,118,97,116,97,114,45,115,109,32,46,98,45,97,118,97,116,97,114,45,98,97,100,103,101,123,102,111,110,116,45,115,105,122,101,58,46,52,50,114,101,109,125,46,98,45,97,118,97,116,97,114,45,108,103,123,119,105,100,116,104,58,51,46,53,114,101,109,59,104,101,105,103,104,116,58,51,46,53,114,101,109,125,46,98,45,97,118,97,116,97,114,45,108,103,32,46,98,45,97,118,97,116,97,114,45,116,101,120,116,123,102,111,110,116,45,115,105,122,101,58,49,46,52,114,101,109,125,46,98,45,97,118,97,116,97,114,45,108,103,32,46,98,45,97,118,97,116,97,114,45,98,97,100,103,101,123,102,111,110,116,45,115,105,122,101,58,46,57,56,114,101,109,125,46,98,45,97,118,97,116,97,114,45,103,114,111,117,112,32,46,98,45,97,118,97,116,97,114,45,103,114,111,117,112,45,105,110,110,101,114,123,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,119,114,97,112,58,119,114,97,112,125,46,98,45,97,118,97,116,97,114,45,103,114,111,117,112,32,46,98,45,97,118,97,116,97,114,123,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,100,101,101,50,101,54,125,46,98,45,97,118,97,116,97,114,45,103,114,111,117,112,32,46,98,116,110,46,98,45,97,118,97,116,97,114,58,104,111,118,101,114,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,110,111,116,40,100,105,115,97,98,108,101,100,41,44,46,98,45,97,118,97,116,97,114,45,103,114,111,117,112,32,97,46,98,45,97,118,97,116,97,114,58,104,111,118,101,114,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,110,111,116,40,100,105,115,97,98,108,101,100,41,123,122,45,105,110,100,101,120,58,49,125,46,98,45,99,97,108,101,110,100,97,114,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,102,108,101,120,125,46,98,45,99,97,108,101,110,100,97,114,32,46,98,45,99,97,108,101,110,100,97,114,45,105,110,110,101,114,123,109,105,110,45,119,105,100,116,104,58,50,53,48,112,120,125,46,98,45,99,97,108,101,110,100,97,114,32,46,98,45,99,97,108,101,110,100,97,114,45,104,101,97,100,101,114,44,46,98,45,99,97,108,101,110,100,97,114,32,46,98,45,99,97,108,101,110,100,97,114,45,110,97,118,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,50,53,114,101,109,125,46,98,45,99,97,108,101,110,100,97,114,32,46,98,45,99,97,108,101,110,100,97,114,45,110,97,118,32,46,98,116,110,123,112,97,100,100,105,110,103,58,46,50,53,114,101,109,125,46,98,45,99,97,108,101,110,100,97,114,32,111,117,116,112,117,116,123,112,97,100,100,105,110,103,58,46,50,53,114,101,109,59,102,111,110,116,45,115,105,122,101,58,56,48,37,125,46,98,45,99,97,108,101,110,100,97,114,32,111,117,116,112,117,116,46,114,101,97,100,111,110,108,121,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,59,111,112,97,99,105,116,121,58,49,125,46,98,45,99,97,108,101,110,100,97,114,32,46,98,45,99,97,108,101,110,100,97,114,45,102,111,111,116,101,114,123,109,97,114,103,105,110,45,116,111,112,58,46,53,114,101,109,125,46,98,45,99,97,108,101,110,100,97,114,32,46,98,45,99,97,108,101,110,100,97,114,45,103,114,105,100,123,112,97,100,100,105,110,103,58,48,59,109,97,114,103,105,110,58,48,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,125,46,98,45,99,97,108,101,110,100,97,114,32,46,98,45,99,97,108,101,110,100,97,114,45,103,114,105,100,32,46,114,111,119,123,102,108,101,120,45,119,114,97,112,58,110,111,119,114,97,112,125,46,98,45,99,97,108,101,110,100,97,114,32,46,98,45,99,97,108,101,110,100,97,114,45,103,114,105,100,45,99,97,112,116,105,111,110,123,112,97,100,100,105,110,103,58,46,50,53,114,101,109,125,46,98,45,99,97,108,101,110,100,97,114,32,46,98,45,99,97,108,101,110,100,97,114,45,103,114,105,100,45,98,111,100,121,32,46,99,111,108,91,100,97,116,97,45,100,97,116,101,93,32,46,98,116,110,123,119,105,100,116,104,58,51,50,112,120,59,104,101,105,103,104,116,58,51,50,112,120,59,102,111,110,116,45,115,105,122,101,58,49,52,112,120,59,108,105,110,101,45,104,101,105,103,104,116,58,49,59,109,97,114,103,105,110,58,51,112,120,32,97,117,116,111,59,112,97,100,100,105,110,103,58,57,112,120,32,48,125,46,98,45,99,97,108,101,110,100,97,114,32,46,98,116,110,46,100,105,115,97,98,108,101,100,44,46,98,45,99,97,108,101,110,100,97,114,32,46,98,116,110,58,100,105,115,97,98,108,101,100,44,46,98,45,99,97,108,101,110,100,97,114,32,46,98,116,110,91,97,114,105,97,45,100,105,115,97,98,108,101,100,61,116,114,117,101,93,123,99,117,114,115,111,114,58,100,101,102,97,117,108,116,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,99,97,114,100,45,105,109,103,45,108,101,102,116,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,125,46,99,97,114,100,45,105,109,103,45,114,105,103,104,116,123,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,99,97,108,99,40,46,50,53,114,101,109,32,45,32,49,112,120,41,125,46,100,114,111,112,100,111,119,110,46,100,114,111,112,108,101,102,116,32,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,45,110,111,45,99,97,114,101,116,58,98,101,102,111,114,101,44,46,100,114,111,112,100,111,119,110,58,110,111,116,40,46,100,114,111,112,108,101,102,116,41,32,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,45,110,111,45,99,97,114,101,116,58,97,102,116,101,114,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,100,114,111,112,100,111,119,110,32,46,100,114,111,112,100,111,119,110,45,109,101,110,117,58,102,111,99,117,115,123,111,117,116,108,105,110,101,58,110,111,110,101,125,46,98,45,100,114,111,112,100,111,119,110,45,102,111,114,109,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,49,46,53,114,101,109,59,119,105,100,116,104,58,49,48,48,37,59,99,108,101,97,114,58,98,111,116,104,59,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,125,46,98,45,100,114,111,112,100,111,119,110,45,102,111,114,109,58,102,111,99,117,115,123,111,117,116,108,105,110,101,58,49,112,120,32,100,111,116,116,101,100,33,105,109,112,111,114,116,97,110,116,59,111,117,116,108,105,110,101,58,53,112,120,32,97,117,116,111,32,45,119,101,98,107,105,116,45,102,111,99,117,115,45,114,105,110,103,45,99,111,108,111,114,33,105,109,112,111,114,116,97,110,116,125,46,98,45,100,114,111,112,100,111,119,110,45,102,111,114,109,46,100,105,115,97,98,108,101,100,44,46,98,45,100,114,111,112,100,111,119,110,45,102,111,114,109,58,100,105,115,97,98,108,101,100,123,111,117,116,108,105,110,101,58,48,33,105,109,112,111,114,116,97,110,116,59,99,111,108,111,114,58,35,54,99,55,53,55,100,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,98,45,100,114,111,112,100,111,119,110,45,116,101,120,116,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,49,46,53,114,101,109,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,59,119,105,100,116,104,58,49,48,48,37,59,99,108,101,97,114,58,98,111,116,104,59,102,111,110,116,45,119,101,105,103,104,116,58,108,105,103,104,116,101,114,125,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,123,102,111,110,116,45,115,105,122,101,58,49,46,50,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,112,97,100,100,105,110,103,45,108,101,102,116,58,49,46,56,55,53,114,101,109,125,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,116,111,112,58,46,51,49,50,53,114,101,109,59,108,101,102,116,58,45,49,46,56,55,53,114,101,109,59,119,105,100,116,104,58,49,46,50,53,114,101,109,59,104,101,105,103,104,116,58,49,46,50,53,114,101,109,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,51,114,101,109,125,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,123,116,111,112,58,46,51,49,50,53,114,101,109,59,108,101,102,116,58,45,49,46,56,55,53,114,101,109,59,119,105,100,116,104,58,49,46,50,53,114,101,109,59,104,101,105,103,104,116,58,49,46,50,53,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,115,105,122,101,58,53,48,37,32,53,48,37,125,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,123,102,111,110,116,45,115,105,122,101,58,46,56,55,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,112,97,100,100,105,110,103,45,108,101,102,116,58,49,46,51,49,50,53,114,101,109,125,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,116,111,112,58,46,50,49,56,55,53,114,101,109,59,108,101,102,116,58,45,49,46,51,49,50,53,114,101,109,59,119,105,100,116,104,58,46,56,55,53,114,101,109,59,104,101,105,103,104,116,58,46,56,55,53,114,101,109,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,114,101,109,125,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,123,116,111,112,58,46,50,49,56,55,53,114,101,109,59,108,101,102,116,58,45,49,46,51,49,50,53,114,101,109,59,119,105,100,116,104,58,46,56,55,53,114,101,109,59,104,101,105,103,104,116,58,46,56,55,53,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,115,105,122,101,58,53,48,37,32,53,48,37,125,46,99,117,115,116,111,109,45,115,119,105,116,99,104,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,99,117,115,116,111,109,45,115,119,105,116,99,104,123,112,97,100,100,105,110,103,45,108,101,102,116,58,50,46,56,49,50,53,114,101,109,125,46,99,117,115,116,111,109,45,115,119,105,116,99,104,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,99,117,115,116,111,109,45,115,119,105,116,99,104,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,123,102,111,110,116,45,115,105,122,101,58,49,46,50,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,125,46,99,117,115,116,111,109,45,115,119,105,116,99,104,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,99,117,115,116,111,109,45,115,119,105,116,99,104,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,116,111,112,58,46,51,49,50,53,114,101,109,59,104,101,105,103,104,116,58,49,46,50,53,114,101,109,59,108,101,102,116,58,45,50,46,56,49,50,53,114,101,109,59,119,105,100,116,104,58,50,46,49,56,55,53,114,101,109,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,54,50,53,114,101,109,125,46,99,117,115,116,111,109,45,115,119,105,116,99,104,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,99,117,115,116,111,109,45,115,119,105,116,99,104,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,123,116,111,112,58,99,97,108,99,40,46,51,49,50,53,114,101,109,32,43,32,50,112,120,41,59,108,101,102,116,58,99,97,108,99,40,45,50,46,56,49,50,53,114,101,109,32,43,32,50,112,120,41,59,119,105,100,116,104,58,99,97,108,99,40,49,46,50,53,114,101,109,32,45,32,52,112,120,41,59,104,101,105,103,104,116,58,99,97,108,99,40,49,46,50,53,114,101,109,32,45,32,52,112,120,41,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,54,50,53,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,115,105,122,101,58,53,48,37,32,53,48,37,125,46,99,117,115,116,111,109,45,115,119,105,116,99,104,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,99,104,101,99,107,101,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,99,117,115,116,111,109,45,115,119,105,116,99,104,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,99,104,101,99,107,101,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,88,40,46,57,51,55,53,114,101,109,41,125,46,99,117,115,116,111,109,45,115,119,105,116,99,104,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,99,117,115,116,111,109,45,115,119,105,116,99,104,123,112,97,100,100,105,110,103,45,108,101,102,116,58,49,46,57,54,56,55,53,114,101,109,125,46,99,117,115,116,111,109,45,115,119,105,116,99,104,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,99,117,115,116,111,109,45,115,119,105,116,99,104,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,123,102,111,110,116,45,115,105,122,101,58,46,56,55,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,125,46,99,117,115,116,111,109,45,115,119,105,116,99,104,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,99,117,115,116,111,109,45,115,119,105,116,99,104,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,116,111,112,58,46,50,49,56,55,53,114,101,109,59,108,101,102,116,58,45,49,46,57,54,56,55,53,114,101,109,59,119,105,100,116,104,58,49,46,53,51,49,50,53,114,101,109,59,104,101,105,103,104,116,58,46,56,55,53,114,101,109,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,52,51,55,53,114,101,109,125,46,99,117,115,116,111,109,45,115,119,105,116,99,104,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,99,117,115,116,111,109,45,115,119,105,116,99,104,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,123,116,111,112,58,99,97,108,99,40,46,50,49,56,55,53,114,101,109,32,43,32,50,112,120,41,59,108,101,102,116,58,99,97,108,99,40,45,49,46,57,54,56,55,53,114,101,109,32,43,32,50,112,120,41,59,119,105,100,116,104,58,99,97,108,99,40,46,56,55,53,114,101,109,32,45,32,52,112,120,41,59,104,101,105,103,104,116,58,99,97,108,99,40,46,56,55,53,114,101,109,32,45,32,52,112,120,41,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,52,51,55,53,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,115,105,122,101,58,53,48,37,32,53,48,37,125,46,99,117,115,116,111,109,45,115,119,105,116,99,104,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,99,104,101,99,107,101,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,99,117,115,116,111,109,45,115,119,105,116,99,104,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,58,99,104,101,99,107,101,100,126,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,88,40,46,54,53,54,50,53,114,101,109,41,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,58,108,97,115,116,45,99,104,105,108,100,62,46,98,116,110,45,103,114,111,117,112,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,58,110,111,116,40,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,41,62,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,62,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,62,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,123,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,62,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,58,102,105,114,115,116,45,99,104,105,108,100,62,46,98,116,110,45,103,114,111,117,112,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,62,46,98,116,110,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,62,46,98,116,110,45,103,114,111,117,112,62,46,98,116,110,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,48,125,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,123,100,105,115,112,108,97,121,58,102,108,101,120,59,97,108,105,103,110,45,105,116,101,109,115,58,115,116,114,101,116,99,104,59,104,101,105,103,104,116,58,97,117,116,111,59,112,97,100,100,105,110,103,58,48,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,110,111,110,101,125,46,105,110,112,117,116,45,103,114,111,117,112,32,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,123,112,97,100,100,105,110,103,58,48,125,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,91,100,105,114,61,114,116,108,93,44,91,100,105,114,61,114,116,108,93,32,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,45,114,101,118,101,114,115,101,125,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,91,100,105,114,61,114,116,108,93,62,108,97,98,101,108,44,91,100,105,114,61,114,116,108,93,32,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,62,108,97,98,101,108,123,116,101,120,116,45,97,108,105,103,110,58,114,105,103,104,116,125,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,62,46,98,116,110,123,108,105,110,101,45,104,101,105,103,104,116,58,49,59,102,111,110,116,45,115,105,122,101,58,105,110,104,101,114,105,116,59,98,111,120,45,115,104,97,100,111,119,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,59,98,111,114,100,101,114,58,48,125,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,62,46,98,116,110,58,100,105,115,97,98,108,101,100,123,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,46,105,115,45,118,97,108,105,100,62,46,98,116,110,123,99,111,108,111,114,58,35,50,56,97,55,52,53,125,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,46,105,115,45,105,110,118,97,108,105,100,62,46,98,116,110,123,99,111,108,111,114,58,35,100,99,51,53,52,53,125,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,62,46,100,114,111,112,100,111,119,110,45,109,101,110,117,123,112,97,100,100,105,110,103,58,46,53,114,101,109,125,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,62,46,102,111,114,109,45,99,111,110,116,114,111,108,123,104,101,105,103,104,116,58,97,117,116,111,59,109,105,110,45,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,55,53,114,101,109,41,59,112,97,100,100,105,110,103,45,108,101,102,116,58,46,50,53,114,101,109,59,109,97,114,103,105,110,58,48,59,98,111,114,100,101,114,58,48,59,111,117,116,108,105,110,101,58,48,59,98,97,99,107,103,114,111,117,110,100,58,116,114,97,110,115,112,97,114,101,110,116,59,119,111,114,100,45,98,114,101,97,107,58,98,114,101,97,107,45,119,111,114,100,59,102,111,110,116,45,115,105,122,101,58,105,110,104,101,114,105,116,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,114,109,97,108,59,99,117,114,115,111,114,58,112,111,105,110,116,101,114,125,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,62,46,102,111,114,109,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,123,109,105,110,45,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,53,114,101,109,41,125,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,62,46,102,111,114,109,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,45,108,103,123,109,105,110,45,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,49,114,101,109,41,125,46,105,110,112,117,116,45,103,114,111,117,112,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,62,46,102,111,114,109,45,99,111,110,116,114,111,108,123,109,105,110,45,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,53,114,101,109,41,59,112,97,100,100,105,110,103,45,116,111,112,58,46,50,53,114,101,109,59,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,46,50,53,114,101,109,125,46,105,110,112,117,116,45,103,114,111,117,112,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,62,46,102,111,114,109,45,99,111,110,116,114,111,108,123,109,105,110,45,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,49,114,101,109,41,59,112,97,100,100,105,110,103,45,116,111,112,58,46,53,114,101,109,59,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,46,53,114,101,109,125,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,91,97,114,105,97,45,100,105,115,97,98,108,101,100,61,116,114,117,101,93,44,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,91,97,114,105,97,45,114,101,97,100,111,110,108,121,61,116,114,117,101,93,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,59,111,112,97,99,105,116,121,58,49,125,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,91,97,114,105,97,45,100,105,115,97,98,108,101,100,61,116,114,117,101,93,123,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,91,97,114,105,97,45,100,105,115,97,98,108,101,100,61,116,114,117,101,93,62,108,97,98,101,108,123,99,117,114,115,111,114,58,100,101,102,97,117,108,116,125,46,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,46,98,116,110,45,103,114,111,117,112,62,46,100,114,111,112,100,111,119,110,45,109,101,110,117,123,112,97,100,100,105,110,103,58,46,53,114,101,109,125,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,123,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,59,111,118,101,114,102,108,111,119,45,120,58,104,105,100,100,101,110,125,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,46,99,117,115,116,111,109,45,102,105,108,101,44,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,32,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,44,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,46,99,117,115,116,111,109,45,102,105,108,101,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,123,102,111,110,116,45,115,105,122,101,58,49,46,50,53,114,101,109,59,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,49,114,101,109,32,43,32,50,112,120,41,125,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,58,97,102,116,101,114,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,58,97,102,116,101,114,123,112,97,100,100,105,110,103,58,46,53,114,101,109,32,49,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,125,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,51,114,101,109,125,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,58,97,102,116,101,114,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,58,97,102,116,101,114,123,102,111,110,116,45,115,105,122,101,58,105,110,104,101,114,105,116,59,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,49,114,101,109,41,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,32,46,51,114,101,109,32,46,51,114,101,109,32,48,125,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,46,99,117,115,116,111,109,45,102,105,108,101,44,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,32,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,44,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,46,99,117,115,116,111,109,45,102,105,108,101,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,123,102,111,110,116,45,115,105,122,101,58,46,56,55,53,114,101,109,59,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,53,114,101,109,32,43,32,50,112,120,41,125,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,58,97,102,116,101,114,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,58,97,102,116,101,114,123,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,46,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,125,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,114,101,109,125,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,58,97,102,116,101,114,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,58,97,102,116,101,114,123,102,111,110,116,45,115,105,122,101,58,105,110,104,101,114,105,116,59,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,53,114,101,109,41,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,32,46,50,114,101,109,32,46,50,114,101,109,32,48,125,46,102,111,114,109,45,99,111,110,116,114,111,108,46,105,115,45,105,110,118,97,108,105,100,44,46,102,111,114,109,45,99,111,110,116,114,111,108,46,105,115,45,118,97,108,105,100,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,102,111,114,109,45,99,111,110,116,114,111,108,58,105,110,118,97,108,105,100,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,102,111,114,109,45,99,111,110,116,114,111,108,58,118,97,108,105,100,123,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,114,105,103,104,116,32,99,97,108,99,40,46,51,55,53,101,109,32,43,32,46,49,56,55,53,114,101,109,41,32,99,101,110,116,101,114,125,105,110,112,117,116,91,116,121,112,101,61,99,111,108,111,114,93,46,102,111,114,109,45,99,111,110,116,114,111,108,123,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,55,53,114,101,109,32,43,32,50,112,120,41,59,112,97,100,100,105,110,103,58,46,49,50,53,114,101,109,32,46,50,53,114,101,109,125,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,105,110,112,117,116,91,116,121,112,101,61,99,111,108,111,114,93,46,102,111,114,109,45,99,111,110,116,114,111,108,44,105,110,112,117,116,91,116,121,112,101,61,99,111,108,111,114,93,46,102,111,114,109,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,123,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,53,114,101,109,32,43,32,50,112,120,41,59,112,97,100,100,105,110,103,58,46,49,50,53,114,101,109,32,46,50,53,114,101,109,125,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,105,110,112,117,116,91,116,121,112,101,61,99,111,108,111,114,93,46,102,111,114,109,45,99,111,110,116,114,111,108,44,105,110,112,117,116,91,116,121,112,101,61,99,111,108,111,114,93,46,102,111,114,109,45,99,111,110,116,114,111,108,46,102,111,114,109,45,99,111,110,116,114,111,108,45,108,103,123,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,49,114,101,109,32,43,32,50,112,120,41,59,112,97,100,100,105,110,103,58,46,49,50,53,114,101,109,32,46,50,53,114,101,109,125,105,110,112,117,116,91,116,121,112,101,61,99,111,108,111,114,93,46,102,111,114,109,45,99,111,110,116,114,111,108,58,100,105,115,97,98,108,101,100,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,97,100,98,53,98,100,59,111,112,97,99,105,116,121,58,46,54,53,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,114,97,110,103,101,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,102,108,101,120,58,49,32,49,32,97,117,116,111,59,119,105,100,116,104,58,49,37,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,102,105,108,101,43,46,99,117,115,116,111,109,45,114,97,110,103,101,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,114,97,110,103,101,43,46,99,117,115,116,111,109,45,102,105,108,101,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,114,97,110,103,101,43,46,99,117,115,116,111,109,45,114,97,110,103,101,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,114,97,110,103,101,43,46,99,117,115,116,111,109,45,115,101,108,101,99,116,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,114,97,110,103,101,43,46,102,111,114,109,45,99,111,110,116,114,111,108,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,114,97,110,103,101,43,46,102,111,114,109,45,99,111,110,116,114,111,108,45,112,108,97,105,110,116,101,120,116,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,115,101,108,101,99,116,43,46,99,117,115,116,111,109,45,114,97,110,103,101,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,102,111,114,109,45,99,111,110,116,114,111,108,43,46,99,117,115,116,111,109,45,114,97,110,103,101,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,102,111,114,109,45,99,111,110,116,114,111,108,45,112,108,97,105,110,116,101,120,116,43,46,99,117,115,116,111,109,45,114,97,110,103,101,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,112,120,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,114,97,110,103,101,58,102,111,99,117,115,123,122,45,105,110,100,101,120,58,51,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,114,97,110,103,101,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,123,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,114,97,110,103,101,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,48,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,114,97,110,103,101,123,112,97,100,100,105,110,103,58,48,32,46,55,53,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,108,105,112,58,112,97,100,100,105,110,103,45,98,111,120,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,99,101,100,52,100,97,59,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,55,53,114,101,109,32,43,32,50,112,120,41,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,59,116,114,97,110,115,105,116,105,111,110,58,98,111,114,100,101,114,45,99,111,108,111,114,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,44,98,111,120,45,115,104,97,100,111,119,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,114,97,110,103,101,123,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,114,97,110,103,101,58,102,111,99,117,115,123,99,111,108,111,114,58,35,52,57,53,48,53,55,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,56,48,98,100,102,102,59,111,117,116,108,105,110,101,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,50,53,41,125,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,114,97,110,103,101,58,100,105,115,97,98,108,101,100,44,46,105,110,112,117,116,45,103,114,111,117,112,62,46,99,117,115,116,111,109,45,114,97,110,103,101,91,114,101,97,100,111,110,108,121,93,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,125,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,62,46,99,117,115,116,111,109,45,114,97,110,103,101,123,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,49,114,101,109,32,43,32,50,112,120,41,59,112,97,100,100,105,110,103,58,48,32,49,114,101,109,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,51,114,101,109,125,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,62,46,99,117,115,116,111,109,45,114,97,110,103,101,123,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,53,114,101,109,32,43,32,50,112,120,41,59,112,97,100,100,105,110,103,58,48,32,46,53,114,101,109,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,114,101,109,125,46,105,110,112,117,116,45,103,114,111,117,112,32,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,118,97,108,105,100,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,105,110,112,117,116,45,103,114,111,117,112,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,118,97,108,105,100,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,50,56,97,55,52,53,125,46,105,110,112,117,116,45,103,114,111,117,112,32,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,118,97,108,105,100,58,102,111,99,117,115,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,105,110,112,117,116,45,103,114,111,117,112,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,118,97,108,105,100,58,102,111,99,117,115,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,50,56,97,55,52,53,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,52,48,44,49,54,55,44,54,57,44,46,50,53,41,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,118,97,108,105,100,58,102,111,99,117,115,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,116,104,117,109,98,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,118,97,108,105,100,58,102,111,99,117,115,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,116,104,117,109,98,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,49,112,120,32,35,102,102,102,44,48,32,48,32,48,32,46,50,114,101,109,32,35,57,98,101,55,97,99,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,118,97,108,105,100,58,102,111,99,117,115,58,58,45,109,111,122,45,114,97,110,103,101,45,116,104,117,109,98,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,118,97,108,105,100,58,102,111,99,117,115,58,58,45,109,111,122,45,114,97,110,103,101,45,116,104,117,109,98,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,49,112,120,32,35,102,102,102,44,48,32,48,32,48,32,46,50,114,101,109,32,35,57,98,101,55,97,99,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,118,97,108,105,100,58,102,111,99,117,115,58,58,45,109,115,45,116,104,117,109,98,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,118,97,108,105,100,58,102,111,99,117,115,58,58,45,109,115,45,116,104,117,109,98,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,49,112,120,32,35,102,102,102,44,48,32,48,32,48,32,46,50,114,101,109,32,35,57,98,101,55,97,99,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,118,97,108,105,100,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,116,104,117,109,98,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,118,97,108,105,100,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,116,104,117,109,98,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,56,97,55,52,53,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,110,111,110,101,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,118,97,108,105,100,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,116,104,117,109,98,58,97,99,116,105,118,101,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,118,97,108,105,100,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,116,104,117,109,98,58,97,99,116,105,118,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,57,98,101,55,97,99,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,110,111,110,101,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,118,97,108,105,100,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,114,117,110,110,97,98,108,101,45,116,114,97,99,107,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,118,97,108,105,100,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,114,117,110,110,97,98,108,101,45,116,114,97,99,107,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,52,48,44,49,54,55,44,54,57,44,46,51,53,41,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,118,97,108,105,100,58,58,45,109,111,122,45,114,97,110,103,101,45,116,104,117,109,98,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,118,97,108,105,100,58,58,45,109,111,122,45,114,97,110,103,101,45,116,104,117,109,98,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,56,97,55,52,53,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,110,111,110,101,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,118,97,108,105,100,58,58,45,109,111,122,45,114,97,110,103,101,45,116,104,117,109,98,58,97,99,116,105,118,101,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,118,97,108,105,100,58,58,45,109,111,122,45,114,97,110,103,101,45,116,104,117,109,98,58,97,99,116,105,118,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,57,98,101,55,97,99,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,110,111,110,101,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,118,97,108,105,100,58,58,45,109,111,122,45,114,97,110,103,101,45,116,114,97,99,107,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,118,97,108,105,100,58,58,45,109,111,122,45,114,97,110,103,101,45,116,114,97,99,107,123,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,52,48,44,49,54,55,44,54,57,44,46,51,53,41,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,118,97,108,105,100,126,46,118,97,108,105,100,45,102,101,101,100,98,97,99,107,44,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,118,97,108,105,100,126,46,118,97,108,105,100,45,116,111,111,108,116,105,112,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,118,97,108,105,100,126,46,118,97,108,105,100,45,102,101,101,100,98,97,99,107,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,118,97,108,105,100,126,46,118,97,108,105,100,45,116,111,111,108,116,105,112,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,118,97,108,105,100,58,58,45,109,115,45,116,104,117,109,98,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,118,97,108,105,100,58,58,45,109,115,45,116,104,117,109,98,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,56,97,55,52,53,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,110,111,110,101,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,118,97,108,105,100,58,58,45,109,115,45,116,104,117,109,98,58,97,99,116,105,118,101,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,118,97,108,105,100,58,58,45,109,115,45,116,104,117,109,98,58,97,99,116,105,118,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,57,98,101,55,97,99,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,110,111,110,101,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,118,97,108,105,100,58,58,45,109,115,45,116,114,97,99,107,45,108,111,119,101,114,44,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,118,97,108,105,100,58,58,45,109,115,45,116,114,97,99,107,45,117,112,112,101,114,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,118,97,108,105,100,58,58,45,109,115,45,116,114,97,99,107,45,108,111,119,101,114,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,118,97,108,105,100,58,58,45,109,115,45,116,114,97,99,107,45,117,112,112,101,114,123,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,52,48,44,49,54,55,44,54,57,44,46,51,53,41,125,46,105,110,112,117,116,45,103,114,111,117,112,32,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,105,110,118,97,108,105,100,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,105,110,112,117,116,45,103,114,111,117,112,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,105,110,118,97,108,105,100,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,99,51,53,52,53,125,46,105,110,112,117,116,45,103,114,111,117,112,32,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,105,110,118,97,108,105,100,58,102,111,99,117,115,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,105,110,112,117,116,45,103,114,111,117,112,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,105,110,118,97,108,105,100,58,102,111,99,117,115,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,99,51,53,52,53,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,50,48,44,53,51,44,54,57,44,46,50,53,41,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,105,110,118,97,108,105,100,58,102,111,99,117,115,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,116,104,117,109,98,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,105,110,118,97,108,105,100,58,102,111,99,117,115,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,116,104,117,109,98,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,49,112,120,32,35,102,102,102,44,48,32,48,32,48,32,46,50,114,101,109,32,35,102,54,99,100,100,49,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,105,110,118,97,108,105,100,58,102,111,99,117,115,58,58,45,109,111,122,45,114,97,110,103,101,45,116,104,117,109,98,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,105,110,118,97,108,105,100,58,102,111,99,117,115,58,58,45,109,111,122,45,114,97,110,103,101,45,116,104,117,109,98,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,49,112,120,32,35,102,102,102,44,48,32,48,32,48,32,46,50,114,101,109,32,35,102,54,99,100,100,49,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,105,110,118,97,108,105,100,58,102,111,99,117,115,58,58,45,109,115,45,116,104,117,109,98,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,105,110,118,97,108,105,100,58,102,111,99,117,115,58,58,45,109,115,45,116,104,117,109,98,123,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,49,112,120,32,35,102,102,102,44,48,32,48,32,48,32,46,50,114,101,109,32,35,102,54,99,100,100,49,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,105,110,118,97,108,105,100,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,116,104,117,109,98,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,105,110,118,97,108,105,100,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,116,104,117,109,98,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,99,51,53,52,53,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,110,111,110,101,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,105,110,118,97,108,105,100,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,116,104,117,109,98,58,97,99,116,105,118,101,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,105,110,118,97,108,105,100,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,116,104,117,109,98,58,97,99,116,105,118,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,54,99,100,100,49,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,110,111,110,101,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,105,110,118,97,108,105,100,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,114,117,110,110,97,98,108,101,45,116,114,97,99,107,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,105,110,118,97,108,105,100,58,58,45,119,101,98,107,105,116,45,115,108,105,100,101,114,45,114,117,110,110,97,98,108,101,45,116,114,97,99,107,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,50,48,44,53,51,44,54,57,44,46,51,53,41,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,105,110,118,97,108,105,100,58,58,45,109,111,122,45,114,97,110,103,101,45,116,104,117,109,98,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,105,110,118,97,108,105,100,58,58,45,109,111,122,45,114,97,110,103,101,45,116,104,117,109,98,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,99,51,53,52,53,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,110,111,110,101,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,105,110,118,97,108,105,100,58,58,45,109,111,122,45,114,97,110,103,101,45,116,104,117,109,98,58,97,99,116,105,118,101,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,105,110,118,97,108,105,100,58,58,45,109,111,122,45,114,97,110,103,101,45,116,104,117,109,98,58,97,99,116,105,118,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,54,99,100,100,49,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,110,111,110,101,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,105,110,118,97,108,105,100,58,58,45,109,111,122,45,114,97,110,103,101,45,116,114,97,99,107,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,105,110,118,97,108,105,100,58,58,45,109,111,122,45,114,97,110,103,101,45,116,114,97,99,107,123,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,50,50,48,44,53,51,44,54,57,44,46,51,53,41,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,105,110,118,97,108,105,100,126,46,105,110,118,97,108,105,100,45,102,101,101,100,98,97,99,107,44,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,105,110,118,97,108,105,100,126,46,105,110,118,97,108,105,100,45,116,111,111,108,116,105,112,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,105,110,118,97,108,105,100,126,46,105,110,118,97,108,105,100,45,102,101,101,100,98,97,99,107,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,105,110,118,97,108,105,100,126,46,105,110,118,97,108,105,100,45,116,111,111,108,116,105,112,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,105,110,118,97,108,105,100,58,58,45,109,115,45,116,104,117,109,98,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,105,110,118,97,108,105,100,58,58,45,109,115,45,116,104,117,109,98,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,99,51,53,52,53,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,110,111,110,101,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,105,110,118,97,108,105,100,58,58,45,109,115,45,116,104,117,109,98,58,97,99,116,105,118,101,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,105,110,118,97,108,105,100,58,58,45,109,115,45,116,104,117,109,98,58,97,99,116,105,118,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,54,99,100,100,49,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,110,111,110,101,125,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,105,110,118,97,108,105,100,58,58,45,109,115,45,116,114,97,99,107,45,108,111,119,101,114,44,46,99,117,115,116,111,109,45,114,97,110,103,101,46,105,115,45,105,110,118,97,108,105,100,58,58,45,109,115,45,116,114,97,99,107,45,117,112,112,101,114,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,105,110,118,97,108,105,100,58,58,45,109,115,45,116,114,97,99,107,45,108,111,119,101,114,44,46,119,97,115,45,118,97,108,105,100,97,116,101,100,32,46,99,117,115,116,111,109,45,114,97,110,103,101,58,105,110,118,97,108,105,100,58,58,45,109,115,45,116,114,97,99,107,45,117,112,112,101,114,123,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,50,50,48,44,53,51,44,54,57,44,46,51,53,41,125,46,99,117,115,116,111,109,45,114,97,100,105,111,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,99,117,115,116,111,109,45,114,97,100,105,111,123,102,111,110,116,45,115,105,122,101,58,49,46,50,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,112,97,100,100,105,110,103,45,108,101,102,116,58,49,46,56,55,53,114,101,109,125,46,99,117,115,116,111,109,45,114,97,100,105,111,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,99,117,115,116,111,109,45,114,97,100,105,111,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,116,111,112,58,46,51,49,50,53,114,101,109,59,108,101,102,116,58,45,49,46,56,55,53,114,101,109,59,119,105,100,116,104,58,49,46,50,53,114,101,109,59,104,101,105,103,104,116,58,49,46,50,53,114,101,109,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,53,48,37,125,46,99,117,115,116,111,109,45,114,97,100,105,111,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,103,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,44,46,105,110,112,117,116,45,103,114,111,117,112,45,108,103,32,46,99,117,115,116,111,109,45,114,97,100,105,111,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,123,116,111,112,58,46,51,49,50,53,114,101,109,59,108,101,102,116,58,45,49,46,56,55,53,114,101,109,59,119,105,100,116,104,58,49,46,50,53,114,101,109,59,104,101,105,103,104,116,58,49,46,50,53,114,101,109,59,98,97,99,107,103,114,111,117,110,100,58,110,111,45,114,101,112,101,97,116,32,53,48,37,47,53,48,37,32,53,48,37,125,46,99,117,115,116,111,109,45,114,97,100,105,111,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,99,117,115,116,111,109,45,114,97,100,105,111,123,102,111,110,116,45,115,105,122,101,58,46,56,55,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,112,97,100,100,105,110,103,45,108,101,102,116,58,49,46,51,49,50,53,114,101,109,125,46,99,117,115,116,111,109,45,114,97,100,105,111,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,99,117,115,116,111,109,45,114,97,100,105,111,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,98,101,102,111,114,101,123,116,111,112,58,46,50,49,56,55,53,114,101,109,59,108,101,102,116,58,45,49,46,51,49,50,53,114,101,109,59,119,105,100,116,104,58,46,56,55,53,114,101,109,59,104,101,105,103,104,116,58,46,56,55,53,114,101,109,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,53,48,37,125,46,99,117,115,116,111,109,45,114,97,100,105,111,46,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,115,109,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,44,46,105,110,112,117,116,45,103,114,111,117,112,45,115,109,32,46,99,117,115,116,111,109,45,114,97,100,105,111,32,46,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,58,97,102,116,101,114,123,116,111,112,58,46,50,49,56,55,53,114,101,109,59,108,101,102,116,58,45,49,46,51,49,50,53,114,101,109,59,119,105,100,116,104,58,46,56,55,53,114,101,109,59,104,101,105,103,104,116,58,46,56,55,53,114,101,109,59,98,97,99,107,103,114,111,117,110,100,58,110,111,45,114,101,112,101,97,116,32,53,48,37,47,53,48,37,32,53,48,37,125,46,98,45,114,97,116,105,110,103,123,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,125,46,98,45,114,97,116,105,110,103,46,100,45,105,110,108,105,110,101,45,102,108,101,120,123,119,105,100,116,104,58,97,117,116,111,125,46,98,45,114,97,116,105,110,103,32,46,98,45,114,97,116,105,110,103,45,115,116,97,114,44,46,98,45,114,97,116,105,110,103,32,46,98,45,114,97,116,105,110,103,45,118,97,108,117,101,123,112,97,100,100,105,110,103,58,48,32,46,50,53,101,109,125,46,98,45,114,97,116,105,110,103,32,46,98,45,114,97,116,105,110,103,45,118,97,108,117,101,123,109,105,110,45,119,105,100,116,104,58,50,46,53,101,109,125,46,98,45,114,97,116,105,110,103,32,46,98,45,114,97,116,105,110,103,45,115,116,97,114,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,102,108,101,120,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,59,111,117,116,108,105,110,101,58,48,125,46,98,45,114,97,116,105,110,103,32,46,98,45,114,97,116,105,110,103,45,115,116,97,114,32,46,98,45,114,97,116,105,110,103,45,105,99,111,110,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,102,108,101,120,59,116,114,97,110,115,105,116,105,111,110,58,97,108,108,32,46,49,53,115,32,101,97,115,101,45,105,110,45,111,117,116,125,46,98,45,114,97,116,105,110,103,46,100,105,115,97,98,108,101,100,44,46,98,45,114,97,116,105,110,103,58,100,105,115,97,98,108,101,100,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,59,99,111,108,111,114,58,35,54,99,55,53,55,100,125,46,98,45,114,97,116,105,110,103,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,114,101,97,100,111,110,108,121,41,32,46,98,45,114,97,116,105,110,103,45,115,116,97,114,123,99,117,114,115,111,114,58,112,111,105,110,116,101,114,125,46,98,45,114,97,116,105,110,103,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,114,101,97,100,111,110,108,121,41,32,46,98,45,114,97,116,105,110,103,45,115,116,97,114,58,104,111,118,101,114,32,46,98,45,114,97,116,105,110,103,45,105,99,111,110,44,46,98,45,114,97,116,105,110,103,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,110,111,116,40,46,114,101,97,100,111,110,108,121,41,58,102,111,99,117,115,58,110,111,116,40,58,104,111,118,101,114,41,32,46,98,45,114,97,116,105,110,103,45,115,116,97,114,46,102,111,99,117,115,101,100,32,46,98,45,114,97,116,105,110,103,45,105,99,111,110,123,116,114,97,110,115,102,111,114,109,58,115,99,97,108,101,40,49,46,53,41,125,46,98,45,114,97,116,105,110,103,91,100,105,114,61,114,116,108,93,32,46,98,45,114,97,116,105,110,103,45,115,116,97,114,45,104,97,108,102,123,116,114,97,110,115,102,111,114,109,58,115,99,97,108,101,88,40,45,49,41,125,46,98,45,102,111,114,109,45,115,112,105,110,98,117,116,116,111,110,123,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,110,111,110,101,59,112,97,100,100,105,110,103,58,48,125,46,98,45,102,111,114,109,45,115,112,105,110,98,117,116,116,111,110,91,100,105,114,61,114,116,108,93,58,110,111,116,40,46,102,108,101,120,45,99,111,108,117,109,110,41,44,91,100,105,114,61,114,116,108,93,32,46,98,45,102,111,114,109,45,115,112,105,110,98,117,116,116,111,110,58,110,111,116,40,46,102,108,101,120,45,99,111,108,117,109,110,41,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,45,114,101,118,101,114,115,101,125,46,98,45,102,111,114,109,45,115,112,105,110,98,117,116,116,111,110,32,111,117,116,112,117,116,123,102,111,110,116,45,115,105,122,101,58,105,110,104,101,114,105,116,59,111,117,116,108,105,110,101,58,48,59,98,111,114,100,101,114,58,48,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,59,119,105,100,116,104,58,97,117,116,111,59,109,97,114,103,105,110,58,48,59,112,97,100,100,105,110,103,58,48,32,46,50,53,114,101,109,125,46,98,45,102,111,114,109,45,115,112,105,110,98,117,116,116,111,110,32,111,117,116,112,117,116,62,98,100,105,44,46,98,45,102,111,114,109,45,115,112,105,110,98,117,116,116,111,110,32,111,117,116,112,117,116,62,100,105,118,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,109,105,110,45,119,105,100,116,104,58,50,46,50,53,101,109,59,104,101,105,103,104,116,58,49,46,53,101,109,125,46,98,45,102,111,114,109,45,115,112,105,110,98,117,116,116,111,110,46,102,108,101,120,45,99,111,108,117,109,110,123,104,101,105,103,104,116,58,97,117,116,111,59,119,105,100,116,104,58,97,117,116,111,125,46,98,45,102,111,114,109,45,115,112,105,110,98,117,116,116,111,110,46,102,108,101,120,45,99,111,108,117,109,110,32,111,117,116,112,117,116,123,109,97,114,103,105,110,58,48,32,46,50,53,114,101,109,59,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,48,125,46,98,45,102,111,114,109,45,115,112,105,110,98,117,116,116,111,110,58,110,111,116,40,46,100,45,105,110,108,105,110,101,45,102,108,101,120,41,58,110,111,116,40,46,102,108,101,120,45,99,111,108,117,109,110,41,123,111,117,116,112,117,116,45,119,105,100,116,104,58,49,48,48,37,125,46,98,45,102,111,114,109,45,115,112,105,110,98,117,116,116,111,110,46,100,45,105,110,108,105,110,101,45,102,108,101,120,58,110,111,116,40,46,102,108,101,120,45,99,111,108,117,109,110,41,123,119,105,100,116,104,58,97,117,116,111,125,46,98,45,102,111,114,109,45,115,112,105,110,98,117,116,116,111,110,32,46,98,116,110,123,108,105,110,101,45,104,101,105,103,104,116,58,49,59,98,111,120,45,115,104,97,100,111,119,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,98,45,102,111,114,109,45,115,112,105,110,98,117,116,116,111,110,32,46,98,116,110,58,100,105,115,97,98,108,101,100,123,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,98,45,102,111,114,109,45,115,112,105,110,98,117,116,116,111,110,32,46,98,116,110,58,104,111,118,101,114,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,62,100,105,118,62,46,98,45,105,99,111,110,123,116,114,97,110,115,102,111,114,109,58,115,99,97,108,101,40,49,46,50,53,41,125,46,98,45,102,111,114,109,45,115,112,105,110,98,117,116,116,111,110,46,100,105,115,97,98,108,101,100,44,46,98,45,102,111,114,109,45,115,112,105,110,98,117,116,116,111,110,46,114,101,97,100,111,110,108,121,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,125,46,98,45,102,111,114,109,45,115,112,105,110,98,117,116,116,111,110,46,100,105,115,97,98,108,101,100,123,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,98,45,102,111,114,109,45,116,97,103,115,32,46,98,45,102,111,114,109,45,116,97,103,115,45,108,105,115,116,123,109,97,114,103,105,110,45,116,111,112,58,45,46,50,53,114,101,109,125,46,98,45,102,111,114,109,45,116,97,103,115,32,46,98,45,102,111,114,109,45,116,97,103,115,45,108,105,115,116,32,46,98,45,102,111,114,109,45,116,97,103,44,46,98,45,102,111,114,109,45,116,97,103,115,32,46,98,45,102,111,114,109,45,116,97,103,115,45,108,105,115,116,32,46,98,45,102,114,111,109,45,116,97,103,115,45,102,105,101,108,100,123,109,97,114,103,105,110,45,116,111,112,58,46,50,53,114,101,109,125,46,98,45,102,111,114,109,45,116,97,103,115,46,102,111,99,117,115,123,99,111,108,111,114,58,35,52,57,53,48,53,55,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,56,48,98,100,102,102,59,111,117,116,108,105,110,101,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,50,53,41,125,46,98,45,102,111,114,109,45,116,97,103,115,46,102,111,99,117,115,46,105,115,45,118,97,108,105,100,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,50,56,97,55,52,53,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,52,48,44,49,54,55,44,54,57,44,46,50,53,41,125,46,98,45,102,111,114,109,45,116,97,103,115,46,102,111,99,117,115,46,105,115,45,105,110,118,97,108,105,100,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,99,51,53,52,53,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,50,50,48,44,53,51,44,54,57,44,46,50,53,41,125,46,98,45,102,111,114,109,45,116,97,103,115,46,100,105,115,97,98,108,101,100,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,125,46,98,45,102,111,114,109,45,116,97,103,123,102,111,110,116,45,115,105,122,101,58,55,53,37,59,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,109,97,114,103,105,110,45,114,105,103,104,116,58,46,50,53,114,101,109,125,46,98,45,102,111,114,109,45,116,97,103,46,100,105,115,97,98,108,101,100,123,111,112,97,99,105,116,121,58,46,55,53,125,46,98,45,102,111,114,109,45,116,97,103,62,98,117,116,116,111,110,46,98,45,102,111,114,109,45,116,97,103,45,114,101,109,111,118,101,123,99,111,108,111,114,58,105,110,104,101,114,105,116,59,102,111,110,116,45,115,105,122,101,58,49,50,53,37,59,108,105,110,101,45,104,101,105,103,104,116,58,49,59,102,108,111,97,116,58,110,111,110,101,59,109,97,114,103,105,110,45,108,101,102,116,58,46,50,53,114,101,109,125,46,102,111,114,109,45,99,111,110,116,114,111,108,45,108,103,32,46,98,45,102,111,114,109,45,116,97,103,44,46,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,32,46,98,45,102,111,114,109,45,116,97,103,123,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,125,46,109,101,100,105,97,45,97,115,105,100,101,123,100,105,115,112,108,97,121,58,102,108,101,120,59,109,97,114,103,105,110,45,114,105,103,104,116,58,49,114,101,109,125,46,109,101,100,105,97,45,97,115,105,100,101,45,114,105,103,104,116,123,109,97,114,103,105,110,45,114,105,103,104,116,58,48,59,109,97,114,103,105,110,45,108,101,102,116,58,49,114,101,109,125,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,123,111,112,97,99,105,116,121,58,46,53,125,46,98,45,112,97,103,105,110,97,116,105,111,110,45,112,105,108,108,115,32,46,112,97,103,101,45,105,116,101,109,32,46,112,97,103,101,45,108,105,110,107,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,53,48,114,101,109,33,105,109,112,111,114,116,97,110,116,59,109,97,114,103,105,110,45,108,101,102,116,58,46,50,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,125,46,98,45,112,97,103,105,110,97,116,105,111,110,45,112,105,108,108,115,32,46,112,97,103,101,45,105,116,101,109,58,102,105,114,115,116,45,99,104,105,108,100,32,46,112,97,103,101,45,108,105,110,107,123,109,97,114,103,105,110,45,108,101,102,116,58,48,125,46,112,111,112,111,118,101,114,46,98,45,112,111,112,111,118,101,114,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,111,112,97,99,105,116,121,58,49,59,111,117,116,108,105,110,101,58,48,125,46,112,111,112,111,118,101,114,46,98,45,112,111,112,111,118,101,114,46,102,97,100,101,58,110,111,116,40,46,115,104,111,119,41,123,111,112,97,99,105,116,121,58,48,125,46,112,111,112,111,118,101,114,46,98,45,112,111,112,111,118,101,114,46,115,104,111,119,123,111,112,97,99,105,116,121,58,49,125,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,112,111,112,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,99,99,101,53,102,102,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,98,56,100,97,102,102,125,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,98,56,100,97,102,102,125,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,99,99,101,53,102,102,125,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,98,56,100,97,102,102,125,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,99,99,101,53,102,102,125,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,98,56,100,97,102,102,125,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,98,100,100,100,102,102,125,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,98,56,100,97,102,102,125,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,99,99,101,53,102,102,125,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,98,100,100,100,102,102,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,97,51,100,48,102,102,125,46,98,45,112,111,112,111,118,101,114,45,112,114,105,109,97,114,121,32,46,112,111,112,111,118,101,114,45,98,111,100,121,123,99,111,108,111,114,58,35,48,48,52,48,56,53,125,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,112,111,112,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,50,101,51,101,53,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,100,54,100,56,100,98,125,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,100,54,100,56,100,98,125,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,101,50,101,51,101,53,125,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,100,54,100,56,100,98,125,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,101,50,101,51,101,53,125,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,100,54,100,56,100,98,125,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,100,97,100,98,100,101,125,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,100,54,100,56,100,98,125,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,101,50,101,51,101,53,125,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,97,100,98,100,101,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,99,99,99,101,100,50,125,46,98,45,112,111,112,111,118,101,114,45,115,101,99,111,110,100,97,114,121,32,46,112,111,112,111,118,101,114,45,98,111,100,121,123,99,111,108,111,114,58,35,51,56,51,100,52,49,125,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,112,111,112,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,52,101,100,100,97,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,99,51,101,54,99,98,125,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,99,51,101,54,99,98,125,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,100,52,101,100,100,97,125,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,99,51,101,54,99,98,125,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,100,52,101,100,100,97,125,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,99,51,101,54,99,98,125,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,99,57,101,56,100,49,125,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,99,51,101,54,99,98,125,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,100,52,101,100,100,97,125,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,99,57,101,56,100,49,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,98,55,101,49,99,49,125,46,98,45,112,111,112,111,118,101,114,45,115,117,99,99,101,115,115,32,46,112,111,112,111,118,101,114,45,98,111,100,121,123,99,111,108,111,114,58,35,49,53,53,55,50,52,125,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,112,111,112,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,49,101,99,102,49,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,98,101,101,53,101,98,125,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,98,101,101,53,101,98,125,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,100,49,101,99,102,49,125,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,98,101,101,53,101,98,125,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,100,49,101,99,102,49,125,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,98,101,101,53,101,98,125,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,99,53,101,55,101,100,125,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,98,101,101,53,101,98,125,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,100,49,101,99,102,49,125,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,99,53,101,55,101,100,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,98,50,100,102,101,55,125,46,98,45,112,111,112,111,118,101,114,45,105,110,102,111,32,46,112,111,112,111,118,101,114,45,98,111,100,121,123,99,111,108,111,114,58,35,48,99,53,52,54,48,125,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,112,111,112,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,51,99,100,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,102,101,101,98,97,125,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,102,102,101,101,98,97,125,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,102,102,102,51,99,100,125,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,102,102,101,101,98,97,125,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,102,102,102,51,99,100,125,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,102,102,101,101,98,97,125,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,102,102,101,102,98,101,125,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,102,102,101,101,98,97,125,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,102,102,102,51,99,100,125,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,101,102,98,101,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,102,102,101,57,97,52,125,46,98,45,112,111,112,111,118,101,114,45,119,97,114,110,105,110,103,32,46,112,111,112,111,118,101,114,45,98,111,100,121,123,99,111,108,111,114,58,35,56,53,54,52,48,52,125,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,112,111,112,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,56,100,55,100,97,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,53,99,54,99,98,125,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,102,53,99,54,99,98,125,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,102,56,100,55,100,97,125,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,102,53,99,54,99,98,125,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,102,56,100,55,100,97,125,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,102,53,99,54,99,98,125,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,102,54,99,97,99,101,125,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,102,53,99,54,99,98,125,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,102,56,100,55,100,97,125,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,54,99,97,99,101,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,102,50,98,52,98,97,125,46,98,45,112,111,112,111,118,101,114,45,100,97,110,103,101,114,32,46,112,111,112,111,118,101,114,45,98,111,100,121,123,99,111,108,111,114,58,35,55,50,49,99,50,52,125,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,112,111,112,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,101,102,101,102,101,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,102,100,102,100,102,101,125,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,102,100,102,100,102,101,125,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,102,101,102,101,102,101,125,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,102,100,102,100,102,101,125,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,102,101,102,101,102,101,125,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,102,100,102,100,102,101,125,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,102,54,102,54,102,54,125,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,102,100,102,100,102,101,125,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,102,101,102,101,102,101,125,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,54,102,54,102,54,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,101,97,101,97,101,97,125,46,98,45,112,111,112,111,118,101,114,45,108,105,103,104,116,32,46,112,111,112,111,118,101,114,45,98,111,100,121,123,99,111,108,111,114,58,35,56,49,56,49,56,50,125,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,112,111,112,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,54,100,56,100,57,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,99,54,99,56,99,97,125,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,99,54,99,56,99,97,125,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,116,111,112,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,100,54,100,56,100,57,125,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,99,54,99,56,99,97,125,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,114,105,103,104,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,100,54,100,56,100,57,125,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,99,54,99,56,99,97,125,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,98,111,116,116,111,109,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,99,101,100,48,100,50,125,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,99,54,99,56,99,97,125,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,62,46,97,114,114,111,119,58,97,102,116,101,114,44,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,46,98,115,45,112,111,112,111,118,101,114,45,108,101,102,116,62,46,97,114,114,111,119,58,97,102,116,101,114,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,100,54,100,56,100,57,125,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,32,46,112,111,112,111,118,101,114,45,104,101,97,100,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,99,101,100,48,100,50,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,99,49,99,52,99,53,125,46,98,45,112,111,112,111,118,101,114,45,100,97,114,107,32,46,112,111,112,111,118,101,114,45,98,111,100,121,123,99,111,108,111,114,58,35,49,98,49,101,50,49,125,46,98,45,115,105,100,101,98,97,114,45,111,117,116,101,114,123,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,116,111,112,58,48,59,108,101,102,116,58,48,59,114,105,103,104,116,58,48,59,104,101,105,103,104,116,58,48,59,111,118,101,114,102,108,111,119,58,118,105,115,105,98,108,101,59,122,45,105,110,100,101,120,58,49,48,51,53,125,46,98,45,115,105,100,101,98,97,114,45,98,97,99,107,100,114,111,112,123,108,101,102,116,58,48,59,122,45,105,110,100,101,120,58,45,49,59,119,105,100,116,104,58,49,48,48,118,119,59,111,112,97,99,105,116,121,58,46,54,125,46,98,45,115,105,100,101,98,97,114,44,46,98,45,115,105,100,101,98,97,114,45,98,97,99,107,100,114,111,112,123,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,116,111,112,58,48,59,104,101,105,103,104,116,58,49,48,48,118,104,125,46,98,45,115,105,100,101,98,97,114,123,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,99,111,108,117,109,110,59,119,105,100,116,104,58,51,50,48,112,120,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,59,109,97,120,45,104,101,105,103,104,116,58,49,48,48,37,59,109,97,114,103,105,110,58,48,59,111,117,116,108,105,110,101,58,48,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,88,40,48,41,125,46,98,45,115,105,100,101,98,97,114,46,115,108,105,100,101,123,116,114,97,110,115,105,116,105,111,110,58,116,114,97,110,115,102,111,114,109,32,46,51,115,32,101,97,115,101,45,105,110,45,111,117,116,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,98,45,115,105,100,101,98,97,114,46,115,108,105,100,101,123,116,114,97,110,115,105,116,105,111,110,58,110,111,110,101,125,125,46,98,45,115,105,100,101,98,97,114,58,110,111,116,40,46,98,45,115,105,100,101,98,97,114,45,114,105,103,104,116,41,123,108,101,102,116,58,48,59,114,105,103,104,116,58,97,117,116,111,125,46,98,45,115,105,100,101,98,97,114,58,110,111,116,40,46,98,45,115,105,100,101,98,97,114,45,114,105,103,104,116,41,46,115,108,105,100,101,58,110,111,116,40,46,115,104,111,119,41,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,88,40,45,49,48,48,37,41,125,46,98,45,115,105,100,101,98,97,114,58,110,111,116,40,46,98,45,115,105,100,101,98,97,114,45,114,105,103,104,116,41,62,46,98,45,115,105,100,101,98,97,114,45,104,101,97,100,101,114,32,46,99,108,111,115,101,123,109,97,114,103,105,110,45,108,101,102,116,58,97,117,116,111,125,46,98,45,115,105,100,101,98,97,114,46,98,45,115,105,100,101,98,97,114,45,114,105,103,104,116,123,108,101,102,116,58,97,117,116,111,59,114,105,103,104,116,58,48,125,46,98,45,115,105,100,101,98,97,114,46,98,45,115,105,100,101,98,97,114,45,114,105,103,104,116,46,115,108,105,100,101,58,110,111,116,40,46,115,104,111,119,41,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,88,40,49,48,48,37,41,125,46,98,45,115,105,100,101,98,97,114,46,98,45,115,105,100,101,98,97,114,45,114,105,103,104,116,62,46,98,45,115,105,100,101,98,97,114,45,104,101,97,100,101,114,32,46,99,108,111,115,101,123,109,97,114,103,105,110,45,114,105,103,104,116,58,97,117,116,111,125,46,98,45,115,105,100,101,98,97,114,62,46,98,45,115,105,100,101,98,97,114,45,104,101,97,100,101,114,123,102,111,110,116,45,115,105,122,101,58,49,46,53,114,101,109,59,112,97,100,100,105,110,103,58,46,53,114,101,109,32,49,114,101,109,59,100,105,115,112,108,97,121,58,102,108,101,120,59,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,59,102,108,101,120,45,103,114,111,119,58,48,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,125,91,100,105,114,61,114,116,108,93,32,46,98,45,115,105,100,101,98,97,114,62,46,98,45,115,105,100,101,98,97,114,45,104,101,97,100,101,114,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,45,114,101,118,101,114,115,101,125,46,98,45,115,105,100,101,98,97,114,62,46,98,45,115,105,100,101,98,97,114,45,104,101,97,100,101,114,32,46,99,108,111,115,101,123,102,108,111,97,116,58,110,111,110,101,59,102,111,110,116,45,115,105,122,101,58,49,46,53,114,101,109,125,46,98,45,115,105,100,101,98,97,114,62,46,98,45,115,105,100,101,98,97,114,45,98,111,100,121,123,102,108,101,120,45,103,114,111,119,58,49,59,104,101,105,103,104,116,58,49,48,48,37,59,111,118,101,114,102,108,111,119,45,121,58,97,117,116,111,125,46,98,45,115,105,100,101,98,97,114,62,46,98,45,115,105,100,101,98,97,114,45,102,111,111,116,101,114,123,102,108,101,120,45,103,114,111,119,58,48,125,46,98,45,115,107,101,108,101,116,111,110,45,119,114,97,112,112,101,114,123,99,117,114,115,111,114,58,119,97,105,116,125,46,98,45,115,107,101,108,101,116,111,110,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,49,50,41,59,99,117,114,115,111,114,58,119,97,105,116,59,45,119,101,98,107,105,116,45,109,97,115,107,45,105,109,97,103,101,58,114,97,100,105,97,108,45,103,114,97,100,105,101,110,116,40,35,102,102,102,44,35,48,48,48,41,59,109,97,115,107,45,105,109,97,103,101,58,114,97,100,105,97,108,45,103,114,97,100,105,101,110,116,40,35,102,102,102,44,35,48,48,48,41,125,46,98,45,115,107,101,108,101,116,111,110,58,98,101,102,111,114,101,123,99,111,110,116,101,110,116,58,34,194,160,34,125,46,98,45,115,107,101,108,101,116,111,110,45,116,101,120,116,123,104,101,105,103,104,116,58,49,114,101,109,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,50,53,114,101,109,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,98,45,115,107,101,108,101,116,111,110,45,98,117,116,116,111,110,123,119,105,100,116,104,58,55,53,112,120,59,112,97,100,100,105,110,103,58,46,51,55,53,114,101,109,32,46,55,53,114,101,109,59,102,111,110,116,45,115,105,122,101,58,49,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,98,45,115,107,101,108,101,116,111,110,45,97,118,97,116,97,114,123,119,105,100,116,104,58,50,46,53,101,109,59,104,101,105,103,104,116,58,50,46,53,101,109,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,53,48,37,125,46,98,45,115,107,101,108,101,116,111,110,45,105,110,112,117,116,123,104,101,105,103,104,116,58,99,97,108,99,40,49,46,53,101,109,32,43,32,46,55,53,114,101,109,32,43,32,50,112,120,41,59,112,97,100,100,105,110,103,58,46,51,55,53,114,101,109,32,46,55,53,114,101,109,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,53,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,99,101,100,52,100,97,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,98,45,115,107,101,108,101,116,111,110,45,105,99,111,110,45,119,114,97,112,112,101,114,32,115,118,103,123,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,49,50,41,125,46,98,45,115,107,101,108,101,116,111,110,45,105,109,103,123,104,101,105,103,104,116,58,49,48,48,37,59,119,105,100,116,104,58,49,48,48,37,125,46,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,119,97,118,101,58,97,102,116,101,114,123,99,111,110,116,101,110,116,58,34,34,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,48,59,114,105,103,104,116,58,48,59,98,111,116,116,111,109,58,48,59,108,101,102,116,58,48,59,122,45,105,110,100,101,120,58,48,59,98,97,99,107,103,114,111,117,110,100,58,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,57,48,100,101,103,44,116,114,97,110,115,112,97,114,101,110,116,44,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,52,41,44,116,114,97,110,115,112,97,114,101,110,116,41,59,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,119,97,118,101,32,49,46,55,53,115,32,108,105,110,101,97,114,32,105,110,102,105,110,105,116,101,59,97,110,105,109,97,116,105,111,110,58,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,119,97,118,101,32,49,46,55,53,115,32,108,105,110,101,97,114,32,105,110,102,105,110,105,116,101,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,119,97,118,101,58,97,102,116,101,114,123,98,97,99,107,103,114,111,117,110,100,58,110,111,110,101,59,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,110,111,110,101,59,97,110,105,109,97,116,105,111,110,58,110,111,110,101,125,125,64,45,119,101,98,107,105,116,45,107,101,121,102,114,97,109,101,115,32,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,119,97,118,101,123,48,37,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,88,40,45,49,48,48,37,41,125,116,111,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,88,40,49,48,48,37,41,125,125,64,107,101,121,102,114,97,109,101,115,32,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,119,97,118,101,123,48,37,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,88,40,45,49,48,48,37,41,125,116,111,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,88,40,49,48,48,37,41,125,125,46,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,102,97,100,101,123,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,102,97,100,101,32,46,56,55,53,115,32,101,97,115,101,45,105,110,45,111,117,116,32,105,110,102,105,110,105,116,101,32,97,108,116,101,114,110,97,116,101,59,97,110,105,109,97,116,105,111,110,58,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,102,97,100,101,32,46,56,55,53,115,32,101,97,115,101,45,105,110,45,111,117,116,32,105,110,102,105,110,105,116,101,32,97,108,116,101,114,110,97,116,101,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,102,97,100,101,123,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,110,111,110,101,59,97,110,105,109,97,116,105,111,110,58,110,111,110,101,125,125,64,45,119,101,98,107,105,116,45,107,101,121,102,114,97,109,101,115,32,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,102,97,100,101,123,48,37,123,111,112,97,99,105,116,121,58,49,125,116,111,123,111,112,97,99,105,116,121,58,46,52,125,125,64,107,101,121,102,114,97,109,101,115,32,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,102,97,100,101,123,48,37,123,111,112,97,99,105,116,121,58,49,125,116,111,123,111,112,97,99,105,116,121,58,46,52,125,125,46,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,116,104,114,111,98,123,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,116,104,114,111,98,32,46,56,55,53,115,32,101,97,115,101,45,105,110,32,105,110,102,105,110,105,116,101,32,97,108,116,101,114,110,97,116,101,59,97,110,105,109,97,116,105,111,110,58,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,116,104,114,111,98,32,46,56,55,53,115,32,101,97,115,101,45,105,110,32,105,110,102,105,110,105,116,101,32,97,108,116,101,114,110,97,116,101,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,116,104,114,111,98,123,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,110,111,110,101,59,97,110,105,109,97,116,105,111,110,58,110,111,110,101,125,125,64,45,119,101,98,107,105,116,45,107,101,121,102,114,97,109,101,115,32,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,116,104,114,111,98,123,48,37,123,116,114,97,110,115,102,111,114,109,58,115,99,97,108,101,40,49,41,125,116,111,123,116,114,97,110,115,102,111,114,109,58,115,99,97,108,101,40,46,57,55,53,41,125,125,64,107,101,121,102,114,97,109,101,115,32,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,116,104,114,111,98,123,48,37,123,116,114,97,110,115,102,111,114,109,58,115,99,97,108,101,40,49,41,125,116,111,123,116,114,97,110,115,102,111,114,109,58,115,99,97,108,101,40,46,57,55,53,41,125,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,102,105,120,101,100,123,116,97,98,108,101,45,108,97,121,111,117,116,58,102,105,120,101,100,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,110,111,45,98,111,114,100,101,114,45,99,111,108,108,97,112,115,101,123,98,111,114,100,101,114,45,99,111,108,108,97,112,115,101,58,115,101,112,97,114,97,116,101,59,98,111,114,100,101,114,45,115,112,97,99,105,110,103,58,48,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,91,97,114,105,97,45,98,117,115,121,61,116,114,117,101,93,123,111,112,97,99,105,116,121,58,46,53,53,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,98,111,100,121,62,116,114,46,98,45,116,97,98,108,101,45,100,101,116,97,105,108,115,62,116,100,123,98,111,114,100,101,114,45,116,111,112,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,99,97,112,116,105,111,110,123,99,97,112,116,105,111,110,45,115,105,100,101,58,98,111,116,116,111,109,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,99,97,112,116,105,111,110,45,116,111,112,62,99,97,112,116,105,111,110,123,99,97,112,116,105,111,110,45,115,105,100,101,58,116,111,112,33,105,109,112,111,114,116,97,110,116,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,98,111,100,121,62,46,116,97,98,108,101,45,97,99,116,105,118,101,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,98,111,100,121,62,46,116,97,98,108,101,45,97,99,116,105,118,101,62,116,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,98,111,100,121,62,46,116,97,98,108,101,45,97,99,116,105,118,101,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,48,55,53,41,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,104,111,118,101,114,62,116,98,111,100,121,62,116,114,46,116,97,98,108,101,45,97,99,116,105,118,101,58,104,111,118,101,114,32,116,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,104,111,118,101,114,62,116,98,111,100,121,62,116,114,46,116,97,98,108,101,45,97,99,116,105,118,101,58,104,111,118,101,114,32,116,104,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,114,103,98,97,40,48,44,48,44,48,44,46,48,55,53,41,44,114,103,98,97,40,48,44,48,44,48,44,46,48,55,53,41,41,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,98,111,100,121,62,46,98,103,45,97,99,116,105,118,101,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,98,111,100,121,62,46,98,103,45,97,99,116,105,118,101,62,116,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,98,111,100,121,62,46,98,103,45,97,99,116,105,118,101,62,116,104,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,48,55,53,41,33,105,109,112,111,114,116,97,110,116,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,104,111,118,101,114,46,116,97,98,108,101,45,100,97,114,107,62,116,98,111,100,121,62,116,114,46,98,103,45,97,99,116,105,118,101,58,104,111,118,101,114,32,116,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,104,111,118,101,114,46,116,97,98,108,101,45,100,97,114,107,62,116,98,111,100,121,62,116,114,46,98,103,45,97,99,116,105,118,101,58,104,111,118,101,114,32,116,104,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,48,55,53,41,44,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,48,55,53,41,41,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,125,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,104,101,97,100,101,114,44,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,44,91,99,108,97,115,115,42,61,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,45,93,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,114,101,109,125,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,104,101,97,100,101,114,62,46,116,97,98,108,101,44,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,62,46,116,97,98,108,101,44,91,99,108,97,115,115,42,61,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,45,93,62,46,116,97,98,108,101,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,125,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,104,101,97,100,101,114,123,111,118,101,114,102,108,111,119,45,121,58,97,117,116,111,59,109,97,120,45,104,101,105,103,104,116,58,51,48,48,112,120,125,64,109,101,100,105,97,32,112,114,105,110,116,123,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,104,101,97,100,101,114,123,111,118,101,114,102,108,111,119,45,121,58,118,105,115,105,98,108,101,33,105,109,112,111,114,116,97,110,116,59,109,97,120,45,104,101,105,103,104,116,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,125,64,115,117,112,112,111,114,116,115,32,40,112,111,115,105,116,105,111,110,58,115,116,105,99,107,121,41,123,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,104,101,97,100,101,114,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,104,101,97,100,62,116,114,62,116,104,123,112,111,115,105,116,105,111,110,58,115,116,105,99,107,121,59,116,111,112,58,48,59,122,45,105,110,100,101,120,58,50,125,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,104,101,97,100,101,114,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,98,111,100,121,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,44,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,104,101,97,100,101,114,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,102,111,111,116,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,44,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,104,101,97,100,101,114,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,104,101,97,100,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,44,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,98,111,100,121,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,44,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,102,111,111,116,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,44,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,104,101,97,100,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,44,91,99,108,97,115,115,42,61,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,45,93,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,98,111,100,121,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,44,91,99,108,97,115,115,42,61,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,45,93,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,102,111,111,116,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,44,91,99,108,97,115,115,42,61,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,45,93,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,104,101,97,100,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,123,112,111,115,105,116,105,111,110,58,115,116,105,99,107,121,59,108,101,102,116,58,48,125,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,104,101,97,100,101,114,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,104,101,97,100,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,44,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,104,101,97,100,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,44,91,99,108,97,115,115,42,61,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,45,93,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,104,101,97,100,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,123,122,45,105,110,100,101,120,58,53,125,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,104,101,97,100,101,114,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,98,111,100,121,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,44,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,104,101,97,100,101,114,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,102,111,111,116,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,44,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,98,111,100,121,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,44,46,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,102,111,111,116,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,44,91,99,108,97,115,115,42,61,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,45,93,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,98,111,100,121,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,44,91,99,108,97,115,115,42,61,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,45,93,62,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,102,111,111,116,62,116,114,62,46,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,123,122,45,105,110,100,101,120,58,50,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,98,111,100,121,62,116,114,62,46,116,97,98,108,101,45,98,45,116,97,98,108,101,45,100,101,102,97,117,108,116,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,102,111,111,116,62,116,114,62,46,116,97,98,108,101,45,98,45,116,97,98,108,101,45,100,101,102,97,117,108,116,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,104,101,97,100,62,116,114,62,46,116,97,98,108,101,45,98,45,116,97,98,108,101,45,100,101,102,97,117,108,116,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,100,97,114,107,62,116,98,111,100,121,62,116,114,62,46,98,103,45,98,45,116,97,98,108,101,45,100,101,102,97,117,108,116,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,100,97,114,107,62,116,102,111,111,116,62,116,114,62,46,98,103,45,98,45,116,97,98,108,101,45,100,101,102,97,117,108,116,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,100,97,114,107,62,116,104,101,97,100,62,116,114,62,46,98,103,45,98,45,116,97,98,108,101,45,100,101,102,97,117,108,116,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,52,51,97,52,48,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,115,116,114,105,112,101,100,62,116,98,111,100,121,62,116,114,58,110,116,104,45,111,102,45,116,121,112,101,40,111,100,100,41,62,46,116,97,98,108,101,45,98,45,116,97,98,108,101,45,100,101,102,97,117,108,116,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,114,103,98,97,40,48,44,48,44,48,44,46,48,53,41,44,114,103,98,97,40,48,44,48,44,48,44,46,48,53,41,41,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,115,116,114,105,112,101,100,46,116,97,98,108,101,45,100,97,114,107,62,116,98,111,100,121,62,116,114,58,110,116,104,45,111,102,45,116,121,112,101,40,111,100,100,41,62,46,98,103,45,98,45,116,97,98,108,101,45,100,101,102,97,117,108,116,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,48,53,41,44,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,48,53,41,41,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,104,111,118,101,114,62,116,98,111,100,121,62,116,114,58,104,111,118,101,114,62,46,116,97,98,108,101,45,98,45,116,97,98,108,101,45,100,101,102,97,117,108,116,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,114,103,98,97,40,48,44,48,44,48,44,46,48,55,53,41,44,114,103,98,97,40,48,44,48,44,48,44,46,48,55,53,41,41,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,104,111,118,101,114,46,116,97,98,108,101,45,100,97,114,107,62,116,98,111,100,121,62,116,114,58,104,111,118,101,114,62,46,98,103,45,98,45,116,97,98,108,101,45,100,101,102,97,117,108,116,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,48,55,53,41,44,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,48,55,53,41,41,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,125,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,102,111,111,116,62,116,114,62,91,97,114,105,97,45,115,111,114,116,93,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,104,101,97,100,62,116,114,62,91,97,114,105,97,45,115,111,114,116,93,123,99,117,114,115,111,114,58,112,111,105,110,116,101,114,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,110,111,110,101,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,59,98,97,99,107,103,114,111,117,110,100,45,115,105,122,101,58,46,54,53,101,109,32,49,101,109,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,102,111,111,116,62,116,114,62,91,97,114,105,97,45,115,111,114,116,93,58,110,111,116,40,46,98,45,116,97,98,108,101,45,115,111,114,116,45,105,99,111,110,45,108,101,102,116,41,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,104,101,97,100,62,116,114,62,91,97,114,105,97,45,115,111,114,116,93,58,110,111,116,40,46,98,45,116,97,98,108,101,45,115,111,114,116,45,105,99,111,110,45,108,101,102,116,41,123,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,114,105,103,104,116,32,46,51,55,53,114,101,109,32,99,101,110,116,101,114,59,112,97,100,100,105,110,103,45,114,105,103,104,116,58,99,97,108,99,40,46,55,53,114,101,109,32,43,32,46,54,53,101,109,41,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,102,111,111,116,62,116,114,62,91,97,114,105,97,45,115,111,114,116,93,46,98,45,116,97,98,108,101,45,115,111,114,116,45,105,99,111,110,45,108,101,102,116,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,104,101,97,100,62,116,114,62,91,97,114,105,97,45,115,111,114,116,93,46,98,45,116,97,98,108,101,45,115,111,114,116,45,105,99,111,110,45,108,101,102,116,123,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,108,101,102,116,32,46,51,55,53,114,101,109,32,99,101,110,116,101,114,59,112,97,100,100,105,110,103,45,108,101,102,116,58,99,97,108,99,40,46,55,53,114,101,109,32,43,32,46,54,53,101,109,41,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,102,111,111,116,62,116,114,62,91,97,114,105,97,45,115,111,114,116,61,110,111,110,101,93,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,104,101,97,100,62,116,114,62,91,97,114,105,97,45,115,111,114,116,61,110,111,110,101,93,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,49,48,49,39,32,104,101,105,103,104,116,61,39,49,48,49,39,32,112,114,101,115,101,114,118,101,65,115,112,101,99,116,82,97,116,105,111,61,39,110,111,110,101,39,37,51,69,37,51,67,112,97,116,104,32,111,112,97,99,105,116,121,61,39,46,51,39,32,100,61,39,77,53,49,32,49,108,50,53,32,50,51,32,50,52,32,50,50,72,49,108,50,53,45,50,50,122,109,48,32,49,48,48,108,50,53,45,50,51,32,50,52,45,50,50,72,49,108,50,53,32,50,50,122,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,102,111,111,116,62,116,114,62,91,97,114,105,97,45,115,111,114,116,61,97,115,99,101,110,100,105,110,103,93,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,104,101,97,100,62,116,114,62,91,97,114,105,97,45,115,111,114,116,61,97,115,99,101,110,100,105,110,103,93,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,49,48,49,39,32,104,101,105,103,104,116,61,39,49,48,49,39,32,112,114,101,115,101,114,118,101,65,115,112,101,99,116,82,97,116,105,111,61,39,110,111,110,101,39,37,51,69,37,51,67,112,97,116,104,32,100,61,39,77,53,49,32,49,108,50,53,32,50,51,32,50,52,32,50,50,72,49,108,50,53,45,50,50,122,39,47,37,51,69,37,51,67,112,97,116,104,32,111,112,97,99,105,116,121,61,39,46,51,39,32,100,61,39,77,53,49,32,49,48,49,108,50,53,45,50,51,32,50,52,45,50,50,72,49,108,50,53,32,50,50,122,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,102,111,111,116,62,116,114,62,91,97,114,105,97,45,115,111,114,116,61,100,101,115,99,101,110,100,105,110,103,93,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,104,101,97,100,62,116,114,62,91,97,114,105,97,45,115,111,114,116,61,100,101,115,99,101,110,100,105,110,103,93,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,49,48,49,39,32,104,101,105,103,104,116,61,39,49,48,49,39,32,112,114,101,115,101,114,118,101,65,115,112,101,99,116,82,97,116,105,111,61,39,110,111,110,101,39,37,51,69,37,51,67,112,97,116,104,32,111,112,97,99,105,116,121,61,39,46,51,39,32,100,61,39,77,53,49,32,49,108,50,53,32,50,51,32,50,52,32,50,50,72,49,108,50,53,45,50,50,122,39,47,37,51,69,37,51,67,112,97,116,104,32,100,61,39,77,53,49,32,49,48,49,108,50,53,45,50,51,32,50,52,45,50,50,72,49,108,50,53,32,50,50,122,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,100,97,114,107,62,116,102,111,111,116,62,116,114,62,91,97,114,105,97,45,115,111,114,116,61,110,111,110,101,93,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,100,97,114,107,62,116,104,101,97,100,62,116,114,62,91,97,114,105,97,45,115,111,114,116,61,110,111,110,101,93,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,46,116,104,101,97,100,45,100,97,114,107,62,116,114,62,91,97,114,105,97,45,115,111,114,116,61,110,111,110,101,93,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,49,48,49,39,32,104,101,105,103,104,116,61,39,49,48,49,39,32,112,114,101,115,101,114,118,101,65,115,112,101,99,116,82,97,116,105,111,61,39,110,111,110,101,39,37,51,69,37,51,67,112,97,116,104,32,102,105,108,108,61,39,37,50,51,102,102,102,39,32,111,112,97,99,105,116,121,61,39,46,51,39,32,100,61,39,77,53,49,32,49,108,50,53,32,50,51,32,50,52,32,50,50,72,49,108,50,53,45,50,50,122,109,48,32,49,48,48,108,50,53,45,50,51,32,50,52,45,50,50,72,49,108,50,53,32,50,50,122,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,100,97,114,107,62,116,102,111,111,116,62,116,114,62,91,97,114,105,97,45,115,111,114,116,61,97,115,99,101,110,100,105,110,103,93,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,100,97,114,107,62,116,104,101,97,100,62,116,114,62,91,97,114,105,97,45,115,111,114,116,61,97,115,99,101,110,100,105,110,103,93,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,46,116,104,101,97,100,45,100,97,114,107,62,116,114,62,91,97,114,105,97,45,115,111,114,116,61,97,115,99,101,110,100,105,110,103,93,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,49,48,49,39,32,104,101,105,103,104,116,61,39,49,48,49,39,32,112,114,101,115,101,114,118,101,65,115,112,101,99,116,82,97,116,105,111,61,39,110,111,110,101,39,37,51,69,37,51,67,112,97,116,104,32,102,105,108,108,61,39,37,50,51,102,102,102,39,32,100,61,39,77,53,49,32,49,108,50,53,32,50,51,32,50,52,32,50,50,72,49,108,50,53,45,50,50,122,39,47,37,51,69,37,51,67,112,97,116,104,32,102,105,108,108,61,39,37,50,51,102,102,102,39,32,111,112,97,99,105,116,121,61,39,46,51,39,32,100,61,39,77,53,49,32,49,48,49,108,50,53,45,50,51,32,50,52,45,50,50,72,49,108,50,53,32,50,50,122,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,100,97,114,107,62,116,102,111,111,116,62,116,114,62,91,97,114,105,97,45,115,111,114,116,61,100,101,115,99,101,110,100,105,110,103,93,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,100,97,114,107,62,116,104,101,97,100,62,116,114,62,91,97,114,105,97,45,115,111,114,116,61,100,101,115,99,101,110,100,105,110,103,93,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,46,116,104,101,97,100,45,100,97,114,107,62,116,114,62,91,97,114,105,97,45,115,111,114,116,61,100,101,115,99,101,110,100,105,110,103,93,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,49,48,49,39,32,104,101,105,103,104,116,61,39,49,48,49,39,32,112,114,101,115,101,114,118,101,65,115,112,101,99,116,82,97,116,105,111,61,39,110,111,110,101,39,37,51,69,37,51,67,112,97,116,104,32,102,105,108,108,61,39,37,50,51,102,102,102,39,32,111,112,97,99,105,116,121,61,39,46,51,39,32,100,61,39,77,53,49,32,49,108,50,53,32,50,51,32,50,52,32,50,50,72,49,108,50,53,45,50,50,122,39,47,37,51,69,37,51,67,112,97,116,104,32,102,105,108,108,61,39,37,50,51,102,102,102,39,32,100,61,39,77,53,49,32,49,48,49,108,50,53,45,50,51,32,50,52,45,50,50,72,49,108,50,53,32,50,50,122,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,102,111,111,116,62,116,114,62,46,116,97,98,108,101,45,100,97,114,107,91,97,114,105,97,45,115,111,114,116,61,110,111,110,101,93,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,104,101,97,100,62,116,114,62,46,116,97,98,108,101,45,100,97,114,107,91,97,114,105,97,45,115,111,114,116,61,110,111,110,101,93,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,49,48,49,39,32,104,101,105,103,104,116,61,39,49,48,49,39,32,112,114,101,115,101,114,118,101,65,115,112,101,99,116,82,97,116,105,111,61,39,110,111,110,101,39,37,51,69,37,51,67,112,97,116,104,32,102,105,108,108,61,39,37,50,51,102,102,102,39,32,111,112,97,99,105,116,121,61,39,46,51,39,32,100,61,39,77,53,49,32,49,108,50,53,32,50,51,32,50,52,32,50,50,72,49,108,50,53,45,50,50,122,109,48,32,49,48,48,108,50,53,45,50,51,32,50,52,45,50,50,72,49,108,50,53,32,50,50,122,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,102,111,111,116,62,116,114,62,46,116,97,98,108,101,45,100,97,114,107,91,97,114,105,97,45,115,111,114,116,61,97,115,99,101,110,100,105,110,103,93,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,104,101,97,100,62,116,114,62,46,116,97,98,108,101,45,100,97,114,107,91,97,114,105,97,45,115,111,114,116,61,97,115,99,101,110,100,105,110,103,93,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,49,48,49,39,32,104,101,105,103,104,116,61,39,49,48,49,39,32,112,114,101,115,101,114,118,101,65,115,112,101,99,116,82,97,116,105,111,61,39,110,111,110,101,39,37,51,69,37,51,67,112,97,116,104,32,102,105,108,108,61,39,37,50,51,102,102,102,39,32,100,61,39,77,53,49,32,49,108,50,53,32,50,51,32,50,52,32,50,50,72,49,108,50,53,45,50,50,122,39,47,37,51,69,37,51,67,112,97,116,104,32,102,105,108,108,61,39,37,50,51,102,102,102,39,32,111,112,97,99,105,116,121,61,39,46,51,39,32,100,61,39,77,53,49,32,49,48,49,108,50,53,45,50,51,32,50,52,45,50,50,72,49,108,50,53,32,50,50,122,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,102,111,111,116,62,116,114,62,46,116,97,98,108,101,45,100,97,114,107,91,97,114,105,97,45,115,111,114,116,61,100,101,115,99,101,110,100,105,110,103,93,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,62,116,104,101,97,100,62,116,114,62,46,116,97,98,108,101,45,100,97,114,107,91,97,114,105,97,45,115,111,114,116,61,100,101,115,99,101,110,100,105,110,103,93,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,37,51,67,115,118,103,32,120,109,108,110,115,61,39,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,39,32,119,105,100,116,104,61,39,49,48,49,39,32,104,101,105,103,104,116,61,39,49,48,49,39,32,112,114,101,115,101,114,118,101,65,115,112,101,99,116,82,97,116,105,111,61,39,110,111,110,101,39,37,51,69,37,51,67,112,97,116,104,32,102,105,108,108,61,39,37,50,51,102,102,102,39,32,111,112,97,99,105,116,121,61,39,46,51,39,32,100,61,39,77,53,49,32,49,108,50,53,32,50,51,32,50,52,32,50,50,72,49,108,50,53,45,50,50,122,39,47,37,51,69,37,51,67,112,97,116,104,32,102,105,108,108,61,39,37,50,51,102,102,102,39,32,100,61,39,77,53,49,32,49,48,49,108,50,53,45,50,51,32,50,52,45,50,50,72,49,108,50,53,32,50,50,122,39,47,37,51,69,37,51,67,47,115,118,103,37,51,69,34,41,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,115,109,62,116,102,111,111,116,62,116,114,62,91,97,114,105,97,45,115,111,114,116,93,58,110,111,116,40,46,98,45,116,97,98,108,101,45,115,111,114,116,45,105,99,111,110,45,108,101,102,116,41,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,115,109,62,116,104,101,97,100,62,116,114,62,91,97,114,105,97,45,115,111,114,116,93,58,110,111,116,40,46,98,45,116,97,98,108,101,45,115,111,114,116,45,105,99,111,110,45,108,101,102,116,41,123,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,114,105,103,104,116,32,46,49,53,114,101,109,32,99,101,110,116,101,114,59,112,97,100,100,105,110,103,45,114,105,103,104,116,58,99,97,108,99,40,46,51,114,101,109,32,43,32,46,54,53,101,109,41,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,115,109,62,116,102,111,111,116,62,116,114,62,91,97,114,105,97,45,115,111,114,116,93,46,98,45,116,97,98,108,101,45,115,111,114,116,45,105,99,111,110,45,108,101,102,116,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,116,97,98,108,101,45,115,109,62,116,104,101,97,100,62,116,114,62,91,97,114,105,97,45,115,111,114,116,93,46,98,45,116,97,98,108,101,45,115,111,114,116,45,105,99,111,110,45,108,101,102,116,123,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,108,101,102,116,32,46,49,53,114,101,109,32,99,101,110,116,101,114,59,112,97,100,100,105,110,103,45,108,101,102,116,58,99,97,108,99,40,46,51,114,101,109,32,43,32,46,54,53,101,109,41,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,101,108,101,99,116,97,98,108,101,58,110,111,116,40,46,98,45,116,97,98,108,101,45,115,101,108,101,99,116,97,98,108,101,45,110,111,45,99,108,105,99,107,41,62,116,98,111,100,121,62,116,114,123,99,117,114,115,111,114,58,112,111,105,110,116,101,114,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,101,108,101,99,116,97,98,108,101,58,110,111,116,40,46,98,45,116,97,98,108,101,45,115,101,108,101,99,116,97,98,108,101,45,110,111,45,99,108,105,99,107,41,46,98,45,116,97,98,108,101,45,115,101,108,101,99,116,105,110,103,46,98,45,116,97,98,108,101,45,115,101,108,101,99,116,45,114,97,110,103,101,62,116,98,111,100,121,62,116,114,123,45,119,101,98,107,105,116,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,111,122,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,115,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,53,55,53,46,57,56,112,120,41,123,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,99,97,112,116,105,111,110,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,98,111,100,121,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,98,111,100,121,62,116,114,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,98,111,100,121,62,116,114,62,116,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,98,111,100,121,62,116,114,62,116,104,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,102,111,111,116,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,102,111,111,116,62,116,114,46,98,45,116,97,98,108,101,45,98,111,116,116,111,109,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,102,111,111,116,62,116,114,46,98,45,116,97,98,108,101,45,116,111,112,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,104,101,97,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,104,101,97,100,62,116,114,46,98,45,116,97,98,108,101,45,98,111,116,116,111,109,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,104,101,97,100,62,116,114,46,98,45,116,97,98,108,101,45,116,111,112,45,114,111,119,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,99,97,112,116,105,111,110,123,99,97,112,116,105,111,110,45,115,105,100,101,58,116,111,112,33,105,109,112,111,114,116,97,110,116,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,98,111,100,121,62,116,114,62,91,100,97,116,97,45,108,97,98,101,108,93,58,98,101,102,111,114,101,123,99,111,110,116,101,110,116,58,97,116,116,114,40,100,97,116,97,45,108,97,98,101,108,41,59,119,105,100,116,104,58,52,48,37,59,102,108,111,97,116,58,108,101,102,116,59,116,101,120,116,45,97,108,105,103,110,58,114,105,103,104,116,59,111,118,101,114,102,108,111,119,45,119,114,97,112,58,98,114,101,97,107,45,119,111,114,100,59,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,59,102,111,110,116,45,115,116,121,108,101,58,110,111,114,109,97,108,59,112,97,100,100,105,110,103,58,48,32,46,53,114,101,109,32,48,32,48,59,109,97,114,103,105,110,58,48,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,98,111,100,121,62,116,114,62,91,100,97,116,97,45,108,97,98,101,108,93,58,97,102,116,101,114,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,99,108,101,97,114,58,98,111,116,104,59,99,111,110,116,101,110,116,58,34,34,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,98,111,100,121,62,116,114,62,91,100,97,116,97,45,108,97,98,101,108,93,62,100,105,118,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,119,105,100,116,104,58,54,48,37,59,112,97,100,100,105,110,103,58,48,32,48,32,48,32,46,53,114,101,109,59,109,97,114,103,105,110,58,48,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,98,111,100,121,62,116,114,46,98,111,116,116,111,109,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,98,111,100,121,62,116,114,46,116,111,112,45,114,111,119,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,98,111,100,121,62,116,114,62,58,102,105,114,115,116,45,99,104,105,108,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,98,111,100,121,62,116,114,62,91,114,111,119,115,112,97,110,93,43,116,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,115,109,62,116,98,111,100,121,62,116,114,62,91,114,111,119,115,112,97,110,93,43,116,104,123,98,111,114,100,101,114,45,116,111,112,45,119,105,100,116,104,58,51,112,120,125,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,55,54,55,46,57,56,112,120,41,123,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,99,97,112,116,105,111,110,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,98,111,100,121,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,98,111,100,121,62,116,114,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,98,111,100,121,62,116,114,62,116,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,98,111,100,121,62,116,114,62,116,104,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,102,111,111,116,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,102,111,111,116,62,116,114,46,98,45,116,97,98,108,101,45,98,111,116,116,111,109,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,102,111,111,116,62,116,114,46,98,45,116,97,98,108,101,45,116,111,112,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,104,101,97,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,104,101,97,100,62,116,114,46,98,45,116,97,98,108,101,45,98,111,116,116,111,109,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,104,101,97,100,62,116,114,46,98,45,116,97,98,108,101,45,116,111,112,45,114,111,119,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,99,97,112,116,105,111,110,123,99,97,112,116,105,111,110,45,115,105,100,101,58,116,111,112,33,105,109,112,111,114,116,97,110,116,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,98,111,100,121,62,116,114,62,91,100,97,116,97,45,108,97,98,101,108,93,58,98,101,102,111,114,101,123,99,111,110,116,101,110,116,58,97,116,116,114,40,100,97,116,97,45,108,97,98,101,108,41,59,119,105,100,116,104,58,52,48,37,59,102,108,111,97,116,58,108,101,102,116,59,116,101,120,116,45,97,108,105,103,110,58,114,105,103,104,116,59,111,118,101,114,102,108,111,119,45,119,114,97,112,58,98,114,101,97,107,45,119,111,114,100,59,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,59,102,111,110,116,45,115,116,121,108,101,58,110,111,114,109,97,108,59,112,97,100,100,105,110,103,58,48,32,46,53,114,101,109,32,48,32,48,59,109,97,114,103,105,110,58,48,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,98,111,100,121,62,116,114,62,91,100,97,116,97,45,108,97,98,101,108,93,58,97,102,116,101,114,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,99,108,101,97,114,58,98,111,116,104,59,99,111,110,116,101,110,116,58,34,34,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,98,111,100,121,62,116,114,62,91,100,97,116,97,45,108,97,98,101,108,93,62,100,105,118,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,119,105,100,116,104,58,54,48,37,59,112,97,100,100,105,110,103,58,48,32,48,32,48,32,46,53,114,101,109,59,109,97,114,103,105,110,58,48,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,98,111,100,121,62,116,114,46,98,111,116,116,111,109,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,98,111,100,121,62,116,114,46,116,111,112,45,114,111,119,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,98,111,100,121,62,116,114,62,58,102,105,114,115,116,45,99,104,105,108,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,98,111,100,121,62,116,114,62,91,114,111,119,115,112,97,110,93,43,116,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,109,100,62,116,98,111,100,121,62,116,114,62,91,114,111,119,115,112,97,110,93,43,116,104,123,98,111,114,100,101,114,45,116,111,112,45,119,105,100,116,104,58,51,112,120,125,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,57,57,49,46,57,56,112,120,41,123,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,99,97,112,116,105,111,110,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,98,111,100,121,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,98,111,100,121,62,116,114,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,98,111,100,121,62,116,114,62,116,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,98,111,100,121,62,116,114,62,116,104,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,102,111,111,116,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,102,111,111,116,62,116,114,46,98,45,116,97,98,108,101,45,98,111,116,116,111,109,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,102,111,111,116,62,116,114,46,98,45,116,97,98,108,101,45,116,111,112,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,104,101,97,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,104,101,97,100,62,116,114,46,98,45,116,97,98,108,101,45,98,111,116,116,111,109,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,104,101,97,100,62,116,114,46,98,45,116,97,98,108,101,45,116,111,112,45,114,111,119,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,99,97,112,116,105,111,110,123,99,97,112,116,105,111,110,45,115,105,100,101,58,116,111,112,33,105,109,112,111,114,116,97,110,116,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,98,111,100,121,62,116,114,62,91,100,97,116,97,45,108,97,98,101,108,93,58,98,101,102,111,114,101,123,99,111,110,116,101,110,116,58,97,116,116,114,40,100,97,116,97,45,108,97,98,101,108,41,59,119,105,100,116,104,58,52,48,37,59,102,108,111,97,116,58,108,101,102,116,59,116,101,120,116,45,97,108,105,103,110,58,114,105,103,104,116,59,111,118,101,114,102,108,111,119,45,119,114,97,112,58,98,114,101,97,107,45,119,111,114,100,59,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,59,102,111,110,116,45,115,116,121,108,101,58,110,111,114,109,97,108,59,112,97,100,100,105,110,103,58,48,32,46,53,114,101,109,32,48,32,48,59,109,97,114,103,105,110,58,48,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,98,111,100,121,62,116,114,62,91,100,97,116,97,45,108,97,98,101,108,93,58,97,102,116,101,114,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,99,108,101,97,114,58,98,111,116,104,59,99,111,110,116,101,110,116,58,34,34,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,98,111,100,121,62,116,114,62,91,100,97,116,97,45,108,97,98,101,108,93,62,100,105,118,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,119,105,100,116,104,58,54,48,37,59,112,97,100,100,105,110,103,58,48,32,48,32,48,32,46,53,114,101,109,59,109,97,114,103,105,110,58,48,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,98,111,100,121,62,116,114,46,98,111,116,116,111,109,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,98,111,100,121,62,116,114,46,116,111,112,45,114,111,119,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,98,111,100,121,62,116,114,62,58,102,105,114,115,116,45,99,104,105,108,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,98,111,100,121,62,116,114,62,91,114,111,119,115,112,97,110,93,43,116,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,108,103,62,116,98,111,100,121,62,116,114,62,91,114,111,119,115,112,97,110,93,43,116,104,123,98,111,114,100,101,114,45,116,111,112,45,119,105,100,116,104,58,51,112,120,125,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,49,49,57,57,46,57,56,112,120,41,123,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,99,97,112,116,105,111,110,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,98,111,100,121,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,98,111,100,121,62,116,114,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,98,111,100,121,62,116,114,62,116,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,98,111,100,121,62,116,114,62,116,104,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,102,111,111,116,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,102,111,111,116,62,116,114,46,98,45,116,97,98,108,101,45,98,111,116,116,111,109,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,102,111,111,116,62,116,114,46,98,45,116,97,98,108,101,45,116,111,112,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,104,101,97,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,104,101,97,100,62,116,114,46,98,45,116,97,98,108,101,45,98,111,116,116,111,109,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,104,101,97,100,62,116,114,46,98,45,116,97,98,108,101,45,116,111,112,45,114,111,119,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,99,97,112,116,105,111,110,123,99,97,112,116,105,111,110,45,115,105,100,101,58,116,111,112,33,105,109,112,111,114,116,97,110,116,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,98,111,100,121,62,116,114,62,91,100,97,116,97,45,108,97,98,101,108,93,58,98,101,102,111,114,101,123,99,111,110,116,101,110,116,58,97,116,116,114,40,100,97,116,97,45,108,97,98,101,108,41,59,119,105,100,116,104,58,52,48,37,59,102,108,111,97,116,58,108,101,102,116,59,116,101,120,116,45,97,108,105,103,110,58,114,105,103,104,116,59,111,118,101,114,102,108,111,119,45,119,114,97,112,58,98,114,101,97,107,45,119,111,114,100,59,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,59,102,111,110,116,45,115,116,121,108,101,58,110,111,114,109,97,108,59,112,97,100,100,105,110,103,58,48,32,46,53,114,101,109,32,48,32,48,59,109,97,114,103,105,110,58,48,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,98,111,100,121,62,116,114,62,91,100,97,116,97,45,108,97,98,101,108,93,58,97,102,116,101,114,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,99,108,101,97,114,58,98,111,116,104,59,99,111,110,116,101,110,116,58,34,34,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,98,111,100,121,62,116,114,62,91,100,97,116,97,45,108,97,98,101,108,93,62,100,105,118,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,119,105,100,116,104,58,54,48,37,59,112,97,100,100,105,110,103,58,48,32,48,32,48,32,46,53,114,101,109,59,109,97,114,103,105,110,58,48,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,98,111,100,121,62,116,114,46,98,111,116,116,111,109,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,98,111,100,121,62,116,114,46,116,111,112,45,114,111,119,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,98,111,100,121,62,116,114,62,58,102,105,114,115,116,45,99,104,105,108,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,98,111,100,121,62,116,114,62,91,114,111,119,115,112,97,110,93,43,116,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,120,108,62,116,98,111,100,121,62,116,114,62,91,114,111,119,115,112,97,110,93,43,116,104,123,98,111,114,100,101,114,45,116,111,112,45,119,105,100,116,104,58,51,112,120,125,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,99,97,112,116,105,111,110,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,98,111,100,121,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,98,111,100,121,62,116,114,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,98,111,100,121,62,116,114,62,116,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,98,111,100,121,62,116,114,62,116,104,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,102,111,111,116,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,102,111,111,116,62,116,114,46,98,45,116,97,98,108,101,45,98,111,116,116,111,109,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,102,111,111,116,62,116,114,46,98,45,116,97,98,108,101,45,116,111,112,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,104,101,97,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,104,101,97,100,62,116,114,46,98,45,116,97,98,108,101,45,98,111,116,116,111,109,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,104,101,97,100,62,116,114,46,98,45,116,97,98,108,101,45,116,111,112,45,114,111,119,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,99,97,112,116,105,111,110,123,99,97,112,116,105,111,110,45,115,105,100,101,58,116,111,112,33,105,109,112,111,114,116,97,110,116,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,98,111,100,121,62,116,114,62,91,100,97,116,97,45,108,97,98,101,108,93,58,98,101,102,111,114,101,123,99,111,110,116,101,110,116,58,97,116,116,114,40,100,97,116,97,45,108,97,98,101,108,41,59,119,105,100,116,104,58,52,48,37,59,102,108,111,97,116,58,108,101,102,116,59,116,101,120,116,45,97,108,105,103,110,58,114,105,103,104,116,59,111,118,101,114,102,108,111,119,45,119,114,97,112,58,98,114,101,97,107,45,119,111,114,100,59,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,59,102,111,110,116,45,115,116,121,108,101,58,110,111,114,109,97,108,59,112,97,100,100,105,110,103,58,48,32,46,53,114,101,109,32,48,32,48,59,109,97,114,103,105,110,58,48,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,98,111,100,121,62,116,114,62,91,100,97,116,97,45,108,97,98,101,108,93,58,97,102,116,101,114,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,99,108,101,97,114,58,98,111,116,104,59,99,111,110,116,101,110,116,58,34,34,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,98,111,100,121,62,116,114,62,91,100,97,116,97,45,108,97,98,101,108,93,62,100,105,118,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,119,105,100,116,104,58,54,48,37,59,112,97,100,100,105,110,103,58,48,32,48,32,48,32,46,53,114,101,109,59,109,97,114,103,105,110,58,48,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,98,111,100,121,62,116,114,46,98,111,116,116,111,109,45,114,111,119,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,98,111,100,121,62,116,114,46,116,111,112,45,114,111,119,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,98,111,100,121,62,116,114,62,58,102,105,114,115,116,45,99,104,105,108,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,98,111,100,121,62,116,114,62,91,114,111,119,115,112,97,110,93,43,116,100,44,46,116,97,98,108,101,46,98,45,116,97,98,108,101,46,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,62,116,98,111,100,121,62,116,114,62,91,114,111,119,115,112,97,110,93,43,116,104,123,98,111,114,100,101,114,45,116,111,112,45,119,105,100,116,104,58,51,112,120,125,46,98,45,116,105,109,101,123,109,105,110,45,119,105,100,116,104,58,49,53,48,112,120,125,46,98,45,116,105,109,101,91,97,114,105,97,45,100,105,115,97,98,108,101,100,61,116,114,117,101,93,32,111,117,116,112,117,116,44,46,98,45,116,105,109,101,91,97,114,105,97,45,114,101,97,100,111,110,108,121,61,116,114,117,101,93,32,111,117,116,112,117,116,44,46,98,45,116,105,109,101,32,111,117,116,112,117,116,46,100,105,115,97,98,108,101,100,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,57,101,99,101,102,59,111,112,97,99,105,116,121,58,49,125,46,98,45,116,105,109,101,91,97,114,105,97,45,100,105,115,97,98,108,101,100,61,116,114,117,101,93,32,111,117,116,112,117,116,123,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,91,100,105,114,61,114,116,108,93,32,46,98,45,116,105,109,101,62,46,100,45,102,108,101,120,58,110,111,116,40,46,102,108,101,120,45,99,111,108,117,109,110,41,123,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,114,111,119,45,114,101,118,101,114,115,101,125,46,98,45,116,105,109,101,32,46,98,45,116,105,109,101,45,104,101,97,100,101,114,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,53,114,101,109,125,46,98,45,116,105,109,101,32,46,98,45,116,105,109,101,45,104,101,97,100,101,114,32,111,117,116,112,117,116,123,112,97,100,100,105,110,103,58,46,50,53,114,101,109,59,102,111,110,116,45,115,105,122,101,58,56,48,37,125,46,98,45,116,105,109,101,32,46,98,45,116,105,109,101,45,102,111,111,116,101,114,123,109,97,114,103,105,110,45,116,111,112,58,46,53,114,101,109,125,46,98,45,116,105,109,101,32,46,98,45,116,105,109,101,45,97,109,112,109,123,109,97,114,103,105,110,45,108,101,102,116,58,46,53,114,101,109,125,46,98,45,116,111,97,115,116,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,109,97,120,45,119,105,100,116,104,58,51,53,48,112,120,59,45,119,101,98,107,105,116,45,98,97,99,107,102,97,99,101,45,118,105,115,105,98,105,108,105,116,121,58,104,105,100,100,101,110,59,98,97,99,107,102,97,99,101,45,118,105,115,105,98,105,108,105,116,121,58,104,105,100,100,101,110,59,98,97,99,107,103,114,111,117,110,100,45,99,108,105,112,58,112,97,100,100,105,110,103,45,98,111,120,59,122,45,105,110,100,101,120,58,49,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,46,50,53,114,101,109,125,46,98,45,116,111,97,115,116,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,56,53,41,125,46,98,45,116,111,97,115,116,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,46,55,53,114,101,109,125,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,45,115,111,108,105,100,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,125,46,98,45,116,111,97,115,116,32,46,116,111,97,115,116,123,111,112,97,99,105,116,121,58,49,125,46,98,45,116,111,97,115,116,32,46,116,111,97,115,116,46,102,97,100,101,58,110,111,116,40,46,115,104,111,119,41,123,111,112,97,99,105,116,121,58,48,125,46,98,45,116,111,97,115,116,32,46,116,111,97,115,116,32,46,116,111,97,115,116,45,98,111,100,121,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,98,45,116,111,97,115,116,45,112,114,105,109,97,114,121,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,51,48,44,50,52,50,44,50,53,53,44,46,56,53,41,59,98,111,114,100,101,114,45,99,111,108,111,114,58,114,103,98,97,40,49,56,52,44,50,49,56,44,50,53,53,44,46,56,53,41,59,99,111,108,111,114,58,35,48,48,52,48,56,53,125,46,98,45,116,111,97,115,116,45,112,114,105,109,97,114,121,32,46,116,111,97,115,116,32,46,116,111,97,115,116,45,104,101,97,100,101,114,123,99,111,108,111,114,58,35,48,48,52,48,56,53,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,48,52,44,50,50,57,44,50,53,53,44,46,56,53,41,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,114,103,98,97,40,49,56,52,44,50,49,56,44,50,53,53,44,46,56,53,41,125,46,98,45,116,111,97,115,116,45,112,114,105,109,97,114,121,46,98,45,116,111,97,115,116,45,115,111,108,105,100,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,54,102,50,102,102,125,46,98,45,116,111,97,115,116,45,115,101,99,111,110,100,97,114,121,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,51,57,44,50,52,48,44,50,52,49,44,46,56,53,41,59,98,111,114,100,101,114,45,99,111,108,111,114,58,114,103,98,97,40,50,49,52,44,50,49,54,44,50,49,57,44,46,56,53,41,59,99,111,108,111,114,58,35,51,56,51,100,52,49,125,46,98,45,116,111,97,115,116,45,115,101,99,111,110,100,97,114,121,32,46,116,111,97,115,116,32,46,116,111,97,115,116,45,104,101,97,100,101,114,123,99,111,108,111,114,58,35,51,56,51,100,52,49,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,50,54,44,50,50,55,44,50,50,57,44,46,56,53,41,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,114,103,98,97,40,50,49,52,44,50,49,54,44,50,49,57,44,46,56,53,41,125,46,98,45,116,111,97,115,116,45,115,101,99,111,110,100,97,114,121,46,98,45,116,111,97,115,116,45,115,111,108,105,100,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,102,102,48,102,49,125,46,98,45,116,111,97,115,116,45,115,117,99,99,101,115,115,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,51,48,44,50,52,53,44,50,51,51,44,46,56,53,41,59,98,111,114,100,101,114,45,99,111,108,111,114,58,114,103,98,97,40,49,57,53,44,50,51,48,44,50,48,51,44,46,56,53,41,59,99,111,108,111,114,58,35,49,53,53,55,50,52,125,46,98,45,116,111,97,115,116,45,115,117,99,99,101,115,115,32,46,116,111,97,115,116,32,46,116,111,97,115,116,45,104,101,97,100,101,114,123,99,111,108,111,114,58,35,49,53,53,55,50,52,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,49,50,44,50,51,55,44,50,49,56,44,46,56,53,41,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,114,103,98,97,40,49,57,53,44,50,51,48,44,50,48,51,44,46,56,53,41,125,46,98,45,116,111,97,115,116,45,115,117,99,99,101,115,115,46,98,45,116,111,97,115,116,45,115,111,108,105,100,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,54,102,53,101,57,125,46,98,45,116,111,97,115,116,45,105,110,102,111,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,50,57,44,50,52,52,44,50,52,55,44,46,56,53,41,59,98,111,114,100,101,114,45,99,111,108,111,114,58,114,103,98,97,40,49,57,48,44,50,50,57,44,50,51,53,44,46,56,53,41,59,99,111,108,111,114,58,35,48,99,53,52,54,48,125,46,98,45,116,111,97,115,116,45,105,110,102,111,32,46,116,111,97,115,116,32,46,116,111,97,115,116,45,104,101,97,100,101,114,123,99,111,108,111,114,58,35,48,99,53,52,54,48,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,48,57,44,50,51,54,44,50,52,49,44,46,56,53,41,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,114,103,98,97,40,49,57,48,44,50,50,57,44,50,51,53,44,46,56,53,41,125,46,98,45,116,111,97,115,116,45,105,110,102,111,46,98,45,116,111,97,115,116,45,115,111,108,105,100,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,53,102,52,102,55,125,46,98,45,116,111,97,115,116,45,119,97,114,110,105,110,103,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,53,53,44,50,52,57,44,50,51,49,44,46,56,53,41,59,98,111,114,100,101,114,45,99,111,108,111,114,58,114,103,98,97,40,50,53,53,44,50,51,56,44,49,56,54,44,46,56,53,41,59,99,111,108,111,114,58,35,56,53,54,52,48,52,125,46,98,45,116,111,97,115,116,45,119,97,114,110,105,110,103,32,46,116,111,97,115,116,32,46,116,111,97,115,116,45,104,101,97,100,101,114,123,99,111,108,111,114,58,35,56,53,54,52,48,52,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,53,53,44,50,52,51,44,50,48,53,44,46,56,53,41,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,114,103,98,97,40,50,53,53,44,50,51,56,44,49,56,54,44,46,56,53,41,125,46,98,45,116,111,97,115,116,45,119,97,114,110,105,110,103,46,98,45,116,111,97,115,116,45,115,111,108,105,100,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,57,101,55,125,46,98,45,116,111,97,115,116,45,100,97,110,103,101,114,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,53,50,44,50,51,55,44,50,51,56,44,46,56,53,41,59,98,111,114,100,101,114,45,99,111,108,111,114,58,114,103,98,97,40,50,52,53,44,49,57,56,44,50,48,51,44,46,56,53,41,59,99,111,108,111,114,58,35,55,50,49,99,50,52,125,46,98,45,116,111,97,115,116,45,100,97,110,103,101,114,32,46,116,111,97,115,116,32,46,116,111,97,115,116,45,104,101,97,100,101,114,123,99,111,108,111,114,58,35,55,50,49,99,50,52,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,52,56,44,50,49,53,44,50,49,56,44,46,56,53,41,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,114,103,98,97,40,50,52,53,44,49,57,56,44,50,48,51,44,46,56,53,41,125,46,98,45,116,111,97,115,116,45,100,97,110,103,101,114,46,98,45,116,111,97,115,116,45,115,111,108,105,100,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,99,101,100,101,101,125,46,98,45,116,111,97,115,116,45,108,105,103,104,116,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,56,53,41,59,98,111,114,100,101,114,45,99,111,108,111,114,58,114,103,98,97,40,50,53,51,44,50,53,51,44,50,53,52,44,46,56,53,41,59,99,111,108,111,114,58,35,56,49,56,49,56,50,125,46,98,45,116,111,97,115,116,45,108,105,103,104,116,32,46,116,111,97,115,116,32,46,116,111,97,115,116,45,104,101,97,100,101,114,123,99,111,108,111,114,58,35,56,49,56,49,56,50,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,57,57,46,54,37,44,46,56,53,41,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,114,103,98,97,40,50,53,51,44,50,53,51,44,50,53,52,44,46,56,53,41,125,46,98,45,116,111,97,115,116,45,108,105,103,104,116,46,98,45,116,111,97,115,116,45,115,111,108,105,100,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,125,46,98,45,116,111,97,115,116,45,100,97,114,107,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,50,55,44,50,50,57,44,50,50,57,44,46,56,53,41,59,98,111,114,100,101,114,45,99,111,108,111,114,58,114,103,98,97,40,49,57,56,44,50,48,48,44,50,48,50,44,46,56,53,41,59,99,111,108,111,114,58,35,49,98,49,101,50,49,125,46,98,45,116,111,97,115,116,45,100,97,114,107,32,46,116,111,97,115,116,32,46,116,111,97,115,116,45,104,101,97,100,101,114,123,99,111,108,111,114,58,35,49,98,49,101,50,49,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,49,52,44,50,49,54,44,50,49,55,44,46,56,53,41,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,114,103,98,97,40,49,57,56,44,50,48,48,44,50,48,50,44,46,56,53,41,125,46,98,45,116,111,97,115,116,45,100,97,114,107,46,98,45,116,111,97,115,116,45,115,111,108,105,100,32,46,116,111,97,115,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,51,101,53,101,53,125,46,98,45,116,111,97,115,116,101,114,123,122,45,105,110,100,101,120,58,49,49,48,48,125,46,98,45,116,111,97,115,116,101,114,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,98,45,116,111,97,115,116,101,114,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,58,101,109,112,116,121,123,100,105,115,112,108,97,121,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,99,101,110,116,101,114,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,102,117,108,108,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,108,101,102,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,99,101,110,116,101,114,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,102,117,108,108,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,108,101,102,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,114,105,103,104,116,123,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,108,101,102,116,58,46,53,114,101,109,59,114,105,103,104,116,58,46,53,114,101,109,59,109,97,114,103,105,110,58,48,59,112,97,100,100,105,110,103,58,48,59,104,101,105,103,104,116,58,48,59,111,118,101,114,102,108,111,119,58,118,105,115,105,98,108,101,125,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,99,101,110,116,101,114,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,102,117,108,108,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,108,101,102,116,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,99,101,110,116,101,114,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,102,117,108,108,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,108,101,102,116,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,109,97,120,45,119,105,100,116,104,58,51,53,48,112,120,59,119,105,100,116,104,58,49,48,48,37,59,108,101,102,116,58,48,59,114,105,103,104,116,58,48,59,112,97,100,100,105,110,103,58,48,59,109,97,114,103,105,110,58,48,125,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,102,117,108,108,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,102,117,108,108,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,32,46,98,45,116,111,97,115,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,102,117,108,108,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,32,46,116,111,97,115,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,102,117,108,108,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,102,117,108,108,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,32,46,98,45,116,111,97,115,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,102,117,108,108,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,32,46,116,111,97,115,116,123,119,105,100,116,104,58,49,48,48,37,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,125,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,99,101,110,116,101,114,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,102,117,108,108,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,108,101,102,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,114,105,103,104,116,123,116,111,112,58,48,125,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,99,101,110,116,101,114,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,102,117,108,108,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,108,101,102,116,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,123,116,111,112,58,46,53,114,101,109,125,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,99,101,110,116,101,114,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,102,117,108,108,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,108,101,102,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,123,98,111,116,116,111,109,58,48,125,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,99,101,110,116,101,114,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,102,117,108,108,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,108,101,102,116,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,123,98,111,116,116,111,109,58,46,53,114,101,109,125,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,99,101,110,116,101,114,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,99,101,110,116,101,114,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,123,109,97,114,103,105,110,45,108,101,102,116,58,97,117,116,111,125,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,99,101,110,116,101,114,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,108,101,102,116,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,99,101,110,116,101,114,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,108,101,102,116,32,46,98,45,116,111,97,115,116,101,114,45,115,108,111,116,123,109,97,114,103,105,110,45,114,105,103,104,116,58,97,117,116,111,125,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,108,101,102,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,101,110,116,101,114,45,97,99,116,105,118,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,108,101,102,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,108,101,97,118,101,45,97,99,116,105,118,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,108,101,102,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,109,111,118,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,101,110,116,101,114,45,97,99,116,105,118,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,108,101,97,118,101,45,97,99,116,105,118,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,109,111,118,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,108,101,102,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,101,110,116,101,114,45,97,99,116,105,118,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,108,101,102,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,108,101,97,118,101,45,97,99,116,105,118,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,108,101,102,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,109,111,118,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,101,110,116,101,114,45,97,99,116,105,118,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,108,101,97,118,101,45,97,99,116,105,118,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,109,111,118,101,123,116,114,97,110,115,105,116,105,111,110,58,116,114,97,110,115,102,111,114,109,32,46,49,55,53,115,125,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,108,101,102,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,101,110,116,101,114,45,97,99,116,105,118,101,32,46,116,111,97,115,116,46,102,97,100,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,108,101,102,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,101,110,116,101,114,45,116,111,32,46,116,111,97,115,116,46,102,97,100,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,101,110,116,101,114,45,97,99,116,105,118,101,32,46,116,111,97,115,116,46,102,97,100,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,101,110,116,101,114,45,116,111,32,46,116,111,97,115,116,46,102,97,100,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,108,101,102,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,101,110,116,101,114,45,97,99,116,105,118,101,32,46,116,111,97,115,116,46,102,97,100,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,108,101,102,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,101,110,116,101,114,45,116,111,32,46,116,111,97,115,116,46,102,97,100,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,101,110,116,101,114,45,97,99,116,105,118,101,32,46,116,111,97,115,116,46,102,97,100,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,101,110,116,101,114,45,116,111,32,46,116,111,97,115,116,46,102,97,100,101,123,116,114,97,110,115,105,116,105,111,110,45,100,101,108,97,121,58,46,49,55,53,115,125,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,108,101,102,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,108,101,97,118,101,45,97,99,116,105,118,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,108,101,97,118,101,45,97,99,116,105,118,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,108,101,102,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,108,101,97,118,101,45,97,99,116,105,118,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,108,101,97,118,101,45,97,99,116,105,118,101,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,114,97,110,115,105,116,105,111,110,45,100,101,108,97,121,58,46,49,55,53,115,125,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,108,101,102,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,108,101,97,118,101,45,97,99,116,105,118,101,32,46,116,111,97,115,116,46,102,97,100,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,108,101,97,118,101,45,97,99,116,105,118,101,32,46,116,111,97,115,116,46,102,97,100,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,108,101,102,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,108,101,97,118,101,45,97,99,116,105,118,101,32,46,116,111,97,115,116,46,102,97,100,101,44,46,98,45,116,111,97,115,116,101,114,46,98,45,116,111,97,115,116,101,114,45,116,111,112,45,114,105,103,104,116,32,46,98,45,116,111,97,115,116,46,98,45,116,111,97,115,116,101,114,45,108,101,97,118,101,45,97,99,116,105,118,101,32,46,116,111,97,115,116,46,102,97,100,101,123,116,114,97,110,115,105,116,105,111,110,45,100,101,108,97,121,58,48,115,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,111,112,97,99,105,116,121,58,46,57,59,111,117,116,108,105,110,101,58,48,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,102,97,100,101,58,110,111,116,40,46,115,104,111,119,41,123,111,112,97,99,105,116,121,58,48,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,115,104,111,119,123,111,112,97,99,105,116,121,58,46,57,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,110,111,110,105,110,116,101,114,97,99,116,105,118,101,123,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,32,46,97,114,114,111,119,123,109,97,114,103,105,110,58,48,32,46,50,53,114,101,109,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,110,103,101,114,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,110,103,101,114,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,114,107,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,114,107,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,105,110,102,111,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,105,110,102,111,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,108,105,103,104,116,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,108,105,103,104,116,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,112,114,105,109,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,112,114,105,109,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,101,99,111,110,100,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,101,99,111,110,100,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,117,99,99,101,115,115,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,117,99,99,101,115,115,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,119,97,114,110,105,110,103,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,119,97,114,110,105,110,103,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,115,45,116,111,111,108,116,105,112,45,108,101,102,116,32,46,97,114,114,111,119,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,46,98,115,45,116,111,111,108,116,105,112,45,114,105,103,104,116,32,46,97,114,114,111,119,123,109,97,114,103,105,110,58,46,50,53,114,101,109,32,48,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,112,114,105,109,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,112,114,105,109,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,116,111,112,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,48,48,55,98,102,102,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,112,114,105,109,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,112,114,105,109,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,114,105,103,104,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,48,48,55,98,102,102,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,112,114,105,109,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,112,114,105,109,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,98,111,116,116,111,109,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,48,48,55,98,102,102,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,112,114,105,109,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,112,114,105,109,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,108,101,102,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,48,48,55,98,102,102,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,112,114,105,109,97,114,121,32,46,116,111,111,108,116,105,112,45,105,110,110,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,55,98,102,102,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,101,99,111,110,100,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,101,99,111,110,100,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,116,111,112,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,54,99,55,53,55,100,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,101,99,111,110,100,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,101,99,111,110,100,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,114,105,103,104,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,54,99,55,53,55,100,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,101,99,111,110,100,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,101,99,111,110,100,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,98,111,116,116,111,109,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,54,99,55,53,55,100,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,101,99,111,110,100,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,101,99,111,110,100,97,114,121,46,98,115,45,116,111,111,108,116,105,112,45,108,101,102,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,54,99,55,53,55,100,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,101,99,111,110,100,97,114,121,32,46,116,111,111,108,116,105,112,45,105,110,110,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,54,99,55,53,55,100,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,117,99,99,101,115,115,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,117,99,99,101,115,115,46,98,115,45,116,111,111,108,116,105,112,45,116,111,112,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,50,56,97,55,52,53,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,117,99,99,101,115,115,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,117,99,99,101,115,115,46,98,115,45,116,111,111,108,116,105,112,45,114,105,103,104,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,50,56,97,55,52,53,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,117,99,99,101,115,115,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,117,99,99,101,115,115,46,98,115,45,116,111,111,108,116,105,112,45,98,111,116,116,111,109,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,50,56,97,55,52,53,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,117,99,99,101,115,115,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,117,99,99,101,115,115,46,98,115,45,116,111,111,108,116,105,112,45,108,101,102,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,50,56,97,55,52,53,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,115,117,99,99,101,115,115,32,46,116,111,111,108,116,105,112,45,105,110,110,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,56,97,55,52,53,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,105,110,102,111,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,105,110,102,111,46,98,115,45,116,111,111,108,116,105,112,45,116,111,112,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,49,55,97,50,98,56,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,105,110,102,111,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,105,110,102,111,46,98,115,45,116,111,111,108,116,105,112,45,114,105,103,104,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,49,55,97,50,98,56,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,105,110,102,111,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,105,110,102,111,46,98,115,45,116,111,111,108,116,105,112,45,98,111,116,116,111,109,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,49,55,97,50,98,56,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,105,110,102,111,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,105,110,102,111,46,98,115,45,116,111,111,108,116,105,112,45,108,101,102,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,49,55,97,50,98,56,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,105,110,102,111,32,46,116,111,111,108,116,105,112,45,105,110,110,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,55,97,50,98,56,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,119,97,114,110,105,110,103,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,119,97,114,110,105,110,103,46,98,115,45,116,111,111,108,116,105,112,45,116,111,112,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,102,102,99,49,48,55,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,119,97,114,110,105,110,103,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,119,97,114,110,105,110,103,46,98,115,45,116,111,111,108,116,105,112,45,114,105,103,104,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,102,102,99,49,48,55,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,119,97,114,110,105,110,103,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,119,97,114,110,105,110,103,46,98,115,45,116,111,111,108,116,105,112,45,98,111,116,116,111,109,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,102,102,99,49,48,55,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,119,97,114,110,105,110,103,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,119,97,114,110,105,110,103,46,98,115,45,116,111,111,108,116,105,112,45,108,101,102,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,102,102,99,49,48,55,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,119,97,114,110,105,110,103,32,46,116,111,111,108,116,105,112,45,105,110,110,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,99,49,48,55,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,110,103,101,114,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,110,103,101,114,46,98,115,45,116,111,111,108,116,105,112,45,116,111,112,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,100,99,51,53,52,53,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,110,103,101,114,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,110,103,101,114,46,98,115,45,116,111,111,108,116,105,112,45,114,105,103,104,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,100,99,51,53,52,53,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,110,103,101,114,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,110,103,101,114,46,98,115,45,116,111,111,108,116,105,112,45,98,111,116,116,111,109,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,100,99,51,53,52,53,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,110,103,101,114,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,110,103,101,114,46,98,115,45,116,111,111,108,116,105,112,45,108,101,102,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,100,99,51,53,52,53,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,110,103,101,114,32,46,116,111,111,108,116,105,112,45,105,110,110,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,100,99,51,53,52,53,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,108,105,103,104,116,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,108,105,103,104,116,46,98,115,45,116,111,111,108,116,105,112,45,116,111,112,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,102,56,102,57,102,97,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,108,105,103,104,116,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,108,105,103,104,116,46,98,115,45,116,111,111,108,116,105,112,45,114,105,103,104,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,102,56,102,57,102,97,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,108,105,103,104,116,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,108,105,103,104,116,46,98,115,45,116,111,111,108,116,105,112,45,98,111,116,116,111,109,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,102,56,102,57,102,97,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,108,105,103,104,116,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,108,105,103,104,116,46,98,115,45,116,111,111,108,116,105,112,45,108,101,102,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,102,56,102,57,102,97,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,108,105,103,104,116,32,46,116,111,111,108,116,105,112,45,105,110,110,101,114,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,56,102,57,102,97,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,114,107,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,116,111,112,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,114,107,46,98,115,45,116,111,111,108,116,105,112,45,116,111,112,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,51,52,51,97,52,48,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,114,107,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,114,105,103,104,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,114,107,46,98,115,45,116,111,111,108,116,105,112,45,114,105,103,104,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,114,105,103,104,116,45,99,111,108,111,114,58,35,51,52,51,97,52,48,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,114,107,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,98,111,116,116,111,109,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,114,107,46,98,115,45,116,111,111,108,116,105,112,45,98,111,116,116,111,109,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,99,111,108,111,114,58,35,51,52,51,97,52,48,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,114,107,46,98,115,45,116,111,111,108,116,105,112,45,97,117,116,111,91,120,45,112,108,97,99,101,109,101,110,116,94,61,108,101,102,116,93,32,46,97,114,114,111,119,58,98,101,102,111,114,101,44,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,114,107,46,98,115,45,116,111,111,108,116,105,112,45,108,101,102,116,32,46,97,114,114,111,119,58,98,101,102,111,114,101,123,98,111,114,100,101,114,45,108,101,102,116,45,99,111,108,111,114,58,35,51,52,51,97,52,48,125,46,116,111,111,108,116,105,112,46,98,45,116,111,111,108,116,105,112,45,100,97,114,107,32,46,116,111,111,108,116,105,112,45,105,110,110,101,114,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,52,51,97,52,48,125,46,98,45,105,99,111,110,46,98,105,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,111,118,101,114,102,108,111,119,58,118,105,115,105,98,108,101,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,45,46,49,53,101,109,125,46,98,45,105,99,111,110,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,99,121,108,111,110,44,46,98,45,105,99,111,110,46,98,45,105,99,111,110,115,116,97,99,107,32,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,99,121,108,111,110,62,103,123,116,114,97,110,115,102,111,114,109,45,111,114,105,103,105,110,58,99,101,110,116,101,114,59,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,99,121,108,111,110,32,46,55,53,115,32,101,97,115,101,45,105,110,45,111,117,116,32,105,110,102,105,110,105,116,101,32,97,108,116,101,114,110,97,116,101,59,97,110,105,109,97,116,105,111,110,58,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,99,121,108,111,110,32,46,55,53,115,32,101,97,115,101,45,105,110,45,111,117,116,32,105,110,102,105,110,105,116,101,32,97,108,116,101,114,110,97,116,101,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,98,45,105,99,111,110,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,99,121,108,111,110,44,46,98,45,105,99,111,110,46,98,45,105,99,111,110,115,116,97,99,107,32,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,99,121,108,111,110,62,103,123,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,110,111,110,101,59,97,110,105,109,97,116,105,111,110,58,110,111,110,101,125,125,46,98,45,105,99,111,110,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,99,121,108,111,110,45,118,101,114,116,105,99,97,108,44,46,98,45,105,99,111,110,46,98,45,105,99,111,110,115,116,97,99,107,32,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,99,121,108,111,110,45,118,101,114,116,105,99,97,108,62,103,123,116,114,97,110,115,102,111,114,109,45,111,114,105,103,105,110,58,99,101,110,116,101,114,59,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,99,121,108,111,110,45,118,101,114,116,105,99,97,108,32,46,55,53,115,32,101,97,115,101,45,105,110,45,111,117,116,32,105,110,102,105,110,105,116,101,32,97,108,116,101,114,110,97,116,101,59,97,110,105,109,97,116,105,111,110,58,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,99,121,108,111,110,45,118,101,114,116,105,99,97,108,32,46,55,53,115,32,101,97,115,101,45,105,110,45,111,117,116,32,105,110,102,105,110,105,116,101,32,97,108,116,101,114,110,97,116,101,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,98,45,105,99,111,110,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,99,121,108,111,110,45,118,101,114,116,105,99,97,108,44,46,98,45,105,99,111,110,46,98,45,105,99,111,110,115,116,97,99,107,32,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,99,121,108,111,110,45,118,101,114,116,105,99,97,108,62,103,123,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,110,111,110,101,59,97,110,105,109,97,116,105,111,110,58,110,111,110,101,125,125,46,98,45,105,99,111,110,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,102,97,100,101,44,46,98,45,105,99,111,110,46,98,45,105,99,111,110,115,116,97,99,107,32,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,102,97,100,101,62,103,123,116,114,97,110,115,102,111,114,109,45,111,114,105,103,105,110,58,99,101,110,116,101,114,59,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,102,97,100,101,32,46,55,53,115,32,101,97,115,101,45,105,110,45,111,117,116,32,105,110,102,105,110,105,116,101,32,97,108,116,101,114,110,97,116,101,59,97,110,105,109,97,116,105,111,110,58,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,102,97,100,101,32,46,55,53,115,32,101,97,115,101,45,105,110,45,111,117,116,32,105,110,102,105,110,105,116,101,32,97,108,116,101,114,110,97,116,101,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,98,45,105,99,111,110,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,102,97,100,101,44,46,98,45,105,99,111,110,46,98,45,105,99,111,110,115,116,97,99,107,32,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,102,97,100,101,62,103,123,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,110,111,110,101,59,97,110,105,109,97,116,105,111,110,58,110,111,110,101,125,125,46,98,45,105,99,111,110,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,44,46,98,45,105,99,111,110,46,98,45,105,99,111,110,115,116,97,99,107,32,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,62,103,123,116,114,97,110,115,102,111,114,109,45,111,114,105,103,105,110,58,99,101,110,116,101,114,59,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,32,50,115,32,108,105,110,101,97,114,32,105,110,102,105,110,105,116,101,32,110,111,114,109,97,108,59,97,110,105,109,97,116,105,111,110,58,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,32,50,115,32,108,105,110,101,97,114,32,105,110,102,105,110,105,116,101,32,110,111,114,109,97,108,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,98,45,105,99,111,110,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,44,46,98,45,105,99,111,110,46,98,45,105,99,111,110,115,116,97,99,107,32,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,62,103,123,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,110,111,110,101,59,97,110,105,109,97,116,105,111,110,58,110,111,110,101,125,125,46,98,45,105,99,111,110,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,45,114,101,118,101,114,115,101,44,46,98,45,105,99,111,110,46,98,45,105,99,111,110,115,116,97,99,107,32,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,45,114,101,118,101,114,115,101,62,103,123,116,114,97,110,115,102,111,114,109,45,111,114,105,103,105,110,58,99,101,110,116,101,114,59,97,110,105,109,97,116,105,111,110,58,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,32,50,115,32,108,105,110,101,97,114,32,105,110,102,105,110,105,116,101,32,114,101,118,101,114,115,101,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,98,45,105,99,111,110,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,45,114,101,118,101,114,115,101,44,46,98,45,105,99,111,110,46,98,45,105,99,111,110,115,116,97,99,107,32,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,45,114,101,118,101,114,115,101,62,103,123,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,110,111,110,101,59,97,110,105,109,97,116,105,111,110,58,110,111,110,101,125,125,46,98,45,105,99,111,110,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,45,112,117,108,115,101,44,46,98,45,105,99,111,110,46,98,45,105,99,111,110,115,116,97,99,107,32,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,45,112,117,108,115,101,62,103,123,116,114,97,110,115,102,111,114,109,45,111,114,105,103,105,110,58,99,101,110,116,101,114,59,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,32,49,115,32,115,116,101,112,115,40,56,41,32,105,110,102,105,110,105,116,101,32,110,111,114,109,97,108,59,97,110,105,109,97,116,105,111,110,58,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,32,49,115,32,115,116,101,112,115,40,56,41,32,105,110,102,105,110,105,116,101,32,110,111,114,109,97,108,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,98,45,105,99,111,110,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,45,112,117,108,115,101,44,46,98,45,105,99,111,110,46,98,45,105,99,111,110,115,116,97,99,107,32,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,45,112,117,108,115,101,62,103,123,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,110,111,110,101,59,97,110,105,109,97,116,105,111,110,58,110,111,110,101,125,125,46,98,45,105,99,111,110,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,45,114,101,118,101,114,115,101,45,112,117,108,115,101,44,46,98,45,105,99,111,110,46,98,45,105,99,111,110,115,116,97,99,107,32,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,45,114,101,118,101,114,115,101,45,112,117,108,115,101,62,103,123,116,114,97,110,115,102,111,114,109,45,111,114,105,103,105,110,58,99,101,110,116,101,114,59,97,110,105,109,97,116,105,111,110,58,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,32,49,115,32,115,116,101,112,115,40,56,41,32,105,110,102,105,110,105,116,101,32,114,101,118,101,114,115,101,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,98,45,105,99,111,110,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,45,114,101,118,101,114,115,101,45,112,117,108,115,101,44,46,98,45,105,99,111,110,46,98,45,105,99,111,110,115,116,97,99,107,32,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,45,114,101,118,101,114,115,101,45,112,117,108,115,101,62,103,123,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,110,111,110,101,59,97,110,105,109,97,116,105,111,110,58,110,111,110,101,125,125,46,98,45,105,99,111,110,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,116,104,114,111,98,44,46,98,45,105,99,111,110,46,98,45,105,99,111,110,115,116,97,99,107,32,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,116,104,114,111,98,62,103,123,116,114,97,110,115,102,111,114,109,45,111,114,105,103,105,110,58,99,101,110,116,101,114,59,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,116,104,114,111,98,32,46,55,53,115,32,101,97,115,101,45,105,110,45,111,117,116,32,105,110,102,105,110,105,116,101,32,97,108,116,101,114,110,97,116,101,59,97,110,105,109,97,116,105,111,110,58,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,116,104,114,111,98,32,46,55,53,115,32,101,97,115,101,45,105,110,45,111,117,116,32,105,110,102,105,110,105,116,101,32,97,108,116,101,114,110,97,116,101,125,64,109,101,100,105,97,32,40,112,114,101,102,101,114,115,45,114,101,100,117,99,101,100,45,109,111,116,105,111,110,58,114,101,100,117,99,101,41,123,46,98,45,105,99,111,110,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,116,104,114,111,98,44,46,98,45,105,99,111,110,46,98,45,105,99,111,110,115,116,97,99,107,32,46,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,116,104,114,111,98,62,103,123,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,110,111,110,101,59,97,110,105,109,97,116,105,111,110,58,110,111,110,101,125,125,64,45,119,101,98,107,105,116,45,107,101,121,102,114,97,109,101,115,32,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,99,121,108,111,110,123,48,37,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,88,40,45,50,53,37,41,125,116,111,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,88,40,50,53,37,41,125,125,64,107,101,121,102,114,97,109,101,115,32,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,99,121,108,111,110,123,48,37,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,88,40,45,50,53,37,41,125,116,111,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,88,40,50,53,37,41,125,125,64,45,119,101,98,107,105,116,45,107,101,121,102,114,97,109,101,115,32,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,99,121,108,111,110,45,118,101,114,116,105,99,97,108,123,48,37,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,89,40,50,53,37,41,125,116,111,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,89,40,45,50,53,37,41,125,125,64,107,101,121,102,114,97,109,101,115,32,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,99,121,108,111,110,45,118,101,114,116,105,99,97,108,123,48,37,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,89,40,50,53,37,41,125,116,111,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,89,40,45,50,53,37,41,125,125,64,45,119,101,98,107,105,116,45,107,101,121,102,114,97,109,101,115,32,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,102,97,100,101,123,48,37,123,111,112,97,99,105,116,121,58,46,49,125,116,111,123,111,112,97,99,105,116,121,58,49,125,125,64,107,101,121,102,114,97,109,101,115,32,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,102,97,100,101,123,48,37,123,111,112,97,99,105,116,121,58,46,49,125,116,111,123,111,112,97,99,105,116,121,58,49,125,125,64,45,119,101,98,107,105,116,45,107,101,121,102,114,97,109,101,115,32,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,123,48,37,123,116,114,97,110,115,102,111,114,109,58,114,111,116,97,116,101,40,48,100,101,103,41,125,116,111,123,116,114,97,110,115,102,111,114,109,58,114,111,116,97,116,101,40,51,53,57,100,101,103,41,125,125,64,107,101,121,102,114,97,109,101,115,32,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,115,112,105,110,123,48,37,123,116,114,97,110,115,102,111,114,109,58,114,111,116,97,116,101,40,48,100,101,103,41,125,116,111,123,116,114,97,110,115,102,111,114,109,58,114,111,116,97,116,101,40,51,53,57,100,101,103,41,125,125,64,45,119,101,98,107,105,116,45,107,101,121,102,114,97,109,101,115,32,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,116,104,114,111,98,123,48,37,123,111,112,97,99,105,116,121,58,46,53,59,116,114,97,110,115,102,111,114,109,58,115,99,97,108,101,40,46,53,41,125,116,111,123,111,112,97,99,105,116,121,58,49,59,116,114,97,110,115,102,111,114,109,58,115,99,97,108,101,40,49,41,125,125,64,107,101,121,102,114,97,109,101,115,32,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,116,104,114,111,98,123,48,37,123,111,112,97,99,105,116,121,58,46,53,59,116,114,97,110,115,102,111,114,109,58,115,99,97,108,101,40,46,53,41,125,116,111,123,111,112,97,99,105,116,121,58,49,59,116,114,97,110,115,102,111,114,109,58,115,99,97,108,101,40,49,41,125,125,46,98,116,110,32,46,98,45,105,99,111,110,46,98,105,44,46,100,114,111,112,100,111,119,110,45,105,116,101,109,32,46,98,45,105,99,111,110,46,98,105,44,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,32,46,98,45,105,99,111,110,46,98,105,44,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,32,46,98,45,105,99,111,110,46,98,105,44,46,110,97,118,45,108,105,110,107,32,46,98,45,105,99,111,110,46,98,105,123,102,111,110,116,45,115,105,122,101,58,49,50,53,37,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,116,101,120,116,45,98,111,116,116,111,109,125,102,105,101,108,100,115,101,116,91,100,105,115,97,98,108,101,100,93,32,46,109,117,108,116,105,115,101,108,101,99,116,123,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,112,105,110,110,101,114,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,114,105,103,104,116,58,49,112,120,59,116,111,112,58,49,112,120,59,119,105,100,116,104,58,52,56,112,120,59,104,101,105,103,104,116,58,51,53,112,120,59,98,97,99,107,103,114,111,117,110,100,58,35,102,102,102,59,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,112,105,110,110,101,114,58,97,102,116,101,114,44,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,112,105,110,110,101,114,58,98,101,102,111,114,101,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,99,111,110,116,101,110,116,58,34,34,59,116,111,112,58,53,48,37,59,108,101,102,116,58,53,48,37,59,109,97,114,103,105,110,58,45,56,112,120,32,48,32,48,32,45,56,112,120,59,119,105,100,116,104,58,49,54,112,120,59,104,101,105,103,104,116,58,49,54,112,120,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,49,48,48,37,59,98,111,114,100,101,114,58,50,112,120,32,115,111,108,105,100,32,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,116,111,112,45,99,111,108,111,114,58,35,52,49,98,56,56,51,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,49,112,120,32,116,114,97,110,115,112,97,114,101,110,116,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,112,105,110,110,101,114,58,98,101,102,111,114,101,123,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,115,112,105,110,110,105,110,103,32,50,46,52,115,32,99,117,98,105,99,45,98,101,122,105,101,114,40,46,52,49,44,46,50,54,44,46,50,44,46,54,50,41,59,97,110,105,109,97,116,105,111,110,58,115,112,105,110,110,105,110,103,32,50,46,52,115,32,99,117,98,105,99,45,98,101,122,105,101,114,40,46,52,49,44,46,50,54,44,46,50,44,46,54,50,41,59,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,45,105,116,101,114,97,116,105,111,110,45,99,111,117,110,116,58,105,110,102,105,110,105,116,101,59,97,110,105,109,97,116,105,111,110,45,105,116,101,114,97,116,105,111,110,45,99,111,117,110,116,58,105,110,102,105,110,105,116,101,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,112,105,110,110,101,114,58,97,102,116,101,114,123,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,58,115,112,105,110,110,105,110,103,32,50,46,52,115,32,99,117,98,105,99,45,98,101,122,105,101,114,40,46,53,49,44,46,48,57,44,46,50,49,44,46,56,41,59,97,110,105,109,97,116,105,111,110,58,115,112,105,110,110,105,110,103,32,50,46,52,115,32,99,117,98,105,99,45,98,101,122,105,101,114,40,46,53,49,44,46,48,57,44,46,50,49,44,46,56,41,59,45,119,101,98,107,105,116,45,97,110,105,109,97,116,105,111,110,45,105,116,101,114,97,116,105,111,110,45,99,111,117,110,116,58,105,110,102,105,110,105,116,101,59,97,110,105,109,97,116,105,111,110,45,105,116,101,114,97,116,105,111,110,45,99,111,117,110,116,58,105,110,102,105,110,105,116,101,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,108,111,97,100,105,110,103,45,101,110,116,101,114,45,97,99,116,105,118,101,44,46,109,117,108,116,105,115,101,108,101,99,116,95,95,108,111,97,100,105,110,103,45,108,101,97,118,101,45,97,99,116,105,118,101,123,116,114,97,110,115,105,116,105,111,110,58,111,112,97,99,105,116,121,32,46,52,115,32,101,97,115,101,45,105,110,45,111,117,116,59,111,112,97,99,105,116,121,58,49,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,108,111,97,100,105,110,103,45,101,110,116,101,114,44,46,109,117,108,116,105,115,101,108,101,99,116,95,95,108,111,97,100,105,110,103,45,108,101,97,118,101,45,97,99,116,105,118,101,123,111,112,97,99,105,116,121,58,48,125,46,109,117,108,116,105,115,101,108,101,99,116,44,46,109,117,108,116,105,115,101,108,101,99,116,95,95,105,110,112,117,116,44,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,105,110,103,108,101,123,102,111,110,116,45,102,97,109,105,108,121,58,105,110,104,101,114,105,116,59,102,111,110,116,45,115,105,122,101,58,49,54,112,120,59,116,111,117,99,104,45,97,99,116,105,111,110,58,109,97,110,105,112,117,108,97,116,105,111,110,125,46,109,117,108,116,105,115,101,108,101,99,116,123,98,111,120,45,115,105,122,105,110,103,58,99,111,110,116,101,110,116,45,98,111,120,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,119,105,100,116,104,58,49,48,48,37,59,109,105,110,45,104,101,105,103,104,116,58,52,48,112,120,59,116,101,120,116,45,97,108,105,103,110,58,108,101,102,116,59,99,111,108,111,114,58,35,51,53,52,57,53,101,125,46,109,117,108,116,105,115,101,108,101,99,116,32,42,123,98,111,120,45,115,105,122,105,110,103,58,98,111,114,100,101,114,45,98,111,120,125,46,109,117,108,116,105,115,101,108,101,99,116,58,102,111,99,117,115,123,111,117,116,108,105,110,101,58,110,111,110,101,125,46,109,117,108,116,105,115,101,108,101,99,116,45,45,100,105,115,97,98,108,101,100,123,98,97,99,107,103,114,111,117,110,100,58,35,101,100,101,100,101,100,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,59,111,112,97,99,105,116,121,58,46,54,125,46,109,117,108,116,105,115,101,108,101,99,116,45,45,97,99,116,105,118,101,123,122,45,105,110,100,101,120,58,53,48,125,46,109,117,108,116,105,115,101,108,101,99,116,45,45,97,99,116,105,118,101,58,110,111,116,40,46,109,117,108,116,105,115,101,108,101,99,116,45,45,97,98,111,118,101,41,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,99,117,114,114,101,110,116,44,46,109,117,108,116,105,115,101,108,101,99,116,45,45,97,99,116,105,118,101,58,110,111,116,40,46,109,117,108,116,105,115,101,108,101,99,116,45,45,97,98,111,118,101,41,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,105,110,112,117,116,44,46,109,117,108,116,105,115,101,108,101,99,116,45,45,97,99,116,105,118,101,58,110,111,116,40,46,109,117,108,116,105,115,101,108,101,99,116,45,45,97,98,111,118,101,41,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,115,123,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,109,117,108,116,105,115,101,108,101,99,116,45,45,97,99,116,105,118,101,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,101,108,101,99,116,123,116,114,97,110,115,102,111,114,109,58,114,111,116,97,116,101,40,49,56,48,100,101,103,41,125,46,109,117,108,116,105,115,101,108,101,99,116,45,45,97,98,111,118,101,46,109,117,108,116,105,115,101,108,101,99,116,45,45,97,99,116,105,118,101,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,99,117,114,114,101,110,116,44,46,109,117,108,116,105,115,101,108,101,99,116,45,45,97,98,111,118,101,46,109,117,108,116,105,115,101,108,101,99,116,45,45,97,99,116,105,118,101,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,105,110,112,117,116,44,46,109,117,108,116,105,115,101,108,101,99,116,45,45,97,98,111,118,101,46,109,117,108,116,105,115,101,108,101,99,116,45,45,97,99,116,105,118,101,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,115,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,105,110,112,117,116,44,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,105,110,103,108,101,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,109,105,110,45,104,101,105,103,104,116,58,50,48,112,120,59,108,105,110,101,45,104,101,105,103,104,116,58,50,48,112,120,59,98,111,114,100,101,114,58,110,111,110,101,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,53,112,120,59,98,97,99,107,103,114,111,117,110,100,58,35,102,102,102,59,112,97,100,100,105,110,103,58,48,32,48,32,48,32,53,112,120,59,119,105,100,116,104,58,49,48,48,37,59,116,114,97,110,115,105,116,105,111,110,58,98,111,114,100,101,114,32,46,49,115,32,101,97,115,101,59,98,111,120,45,115,105,122,105,110,103,58,98,111,114,100,101,114,45,98,111,120,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,56,112,120,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,116,111,112,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,105,110,112,117,116,58,45,109,115,45,105,110,112,117,116,45,112,108,97,99,101,104,111,108,100,101,114,123,99,111,108,111,114,58,35,51,53,52,57,53,101,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,105,110,112,117,116,58,58,45,109,111,122,45,112,108,97,99,101,104,111,108,100,101,114,123,99,111,108,111,114,58,35,51,53,52,57,53,101,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,105,110,112,117,116,58,58,112,108,97,99,101,104,111,108,100,101,114,123,99,111,108,111,114,58,35,51,53,52,57,53,101,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,126,46,109,117,108,116,105,115,101,108,101,99,116,95,95,105,110,112,117,116,44,46,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,126,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,105,110,103,108,101,123,119,105,100,116,104,58,97,117,116,111,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,105,110,112,117,116,58,104,111,118,101,114,44,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,105,110,103,108,101,58,104,111,118,101,114,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,99,102,99,102,99,102,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,105,110,112,117,116,58,102,111,99,117,115,44,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,105,110,103,108,101,58,102,111,99,117,115,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,97,56,97,56,97,56,59,111,117,116,108,105,110,101,58,110,111,110,101,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,105,110,103,108,101,123,112,97,100,100,105,110,103,45,108,101,102,116,58,53,112,120,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,56,112,120,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,115,45,119,114,97,112,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,115,123,109,105,110,45,104,101,105,103,104,116,58,52,48,112,120,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,112,97,100,100,105,110,103,58,56,112,120,32,52,48,112,120,32,48,32,56,112,120,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,53,112,120,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,101,56,101,56,101,56,59,98,97,99,107,103,114,111,117,110,100,58,35,102,102,102,59,102,111,110,116,45,115,105,122,101,58,49,52,112,120,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,112,97,100,100,105,110,103,58,52,112,120,32,50,54,112,120,32,52,112,120,32,49,48,112,120,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,53,112,120,59,109,97,114,103,105,110,45,114,105,103,104,116,58,49,48,112,120,59,99,111,108,111,114,58,35,102,102,102,59,108,105,110,101,45,104,101,105,103,104,116,58,49,59,98,97,99,107,103,114,111,117,110,100,58,35,52,49,98,56,56,51,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,53,112,120,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,59,116,101,120,116,45,111,118,101,114,102,108,111,119,58,101,108,108,105,112,115,105,115,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,45,105,99,111,110,123,99,117,114,115,111,114,58,112,111,105,110,116,101,114,59,109,97,114,103,105,110,45,108,101,102,116,58,55,112,120,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,114,105,103,104,116,58,48,59,116,111,112,58,48,59,98,111,116,116,111,109,58,48,59,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,59,102,111,110,116,45,115,116,121,108,101,58,110,111,114,109,97,108,59,119,105,100,116,104,58,50,50,112,120,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,108,105,110,101,45,104,101,105,103,104,116,58,50,50,112,120,59,116,114,97,110,115,105,116,105,111,110,58,97,108,108,32,46,50,115,32,101,97,115,101,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,53,112,120,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,45,105,99,111,110,58,97,102,116,101,114,123,99,111,110,116,101,110,116,58,34,92,68,55,34,59,99,111,108,111,114,58,35,50,54,54,100,52,100,59,102,111,110,116,45,115,105,122,101,58,49,52,112,120,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,45,105,99,111,110,58,102,111,99,117,115,44,46,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,45,105,99,111,110,58,104,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,58,35,51,54,57,97,54,101,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,45,105,99,111,110,58,102,111,99,117,115,58,97,102,116,101,114,44,46,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,45,105,99,111,110,58,104,111,118,101,114,58,97,102,116,101,114,123,99,111,108,111,114,58,35,102,102,102,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,99,117,114,114,101,110,116,123,109,105,110,45,104,101,105,103,104,116,58,52,48,112,120,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,112,97,100,100,105,110,103,58,56,112,120,32,51,48,112,120,32,48,32,49,50,112,120,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,53,112,120,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,101,56,101,56,101,56,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,99,117,114,114,101,110,116,44,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,101,108,101,99,116,123,108,105,110,101,45,104,101,105,103,104,116,58,49,54,112,120,59,98,111,120,45,115,105,122,105,110,103,58,98,111,114,100,101,114,45,98,111,120,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,109,97,114,103,105,110,58,48,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,59,99,117,114,115,111,114,58,112,111,105,110,116,101,114,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,101,108,101,99,116,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,119,105,100,116,104,58,52,48,112,120,59,104,101,105,103,104,116,58,51,56,112,120,59,114,105,103,104,116,58,49,112,120,59,116,111,112,58,49,112,120,59,112,97,100,100,105,110,103,58,52,112,120,32,56,112,120,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,116,114,97,110,115,105,116,105,111,110,58,116,114,97,110,115,102,111,114,109,32,46,50,115,32,101,97,115,101,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,101,108,101,99,116,58,98,101,102,111,114,101,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,114,105,103,104,116,58,48,59,116,111,112,58,54,53,37,59,99,111,108,111,114,58,35,57,57,57,59,109,97,114,103,105,110,45,116,111,112,58,52,112,120,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,57,57,57,32,116,114,97,110,115,112,97,114,101,110,116,32,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,115,116,121,108,101,58,115,111,108,105,100,59,98,111,114,100,101,114,45,119,105,100,116,104,58,53,112,120,32,53,112,120,32,48,59,99,111,110,116,101,110,116,58,34,34,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,112,108,97,99,101,104,111,108,100,101,114,123,99,111,108,111,114,58,35,97,100,97,100,97,100,59,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,48,112,120,59,112,97,100,100,105,110,103,45,116,111,112,58,50,112,120,125,46,109,117,108,116,105,115,101,108,101,99,116,45,45,97,99,116,105,118,101,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,112,108,97,99,101,104,111,108,100,101,114,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,99,111,110,116,101,110,116,45,119,114,97,112,112,101,114,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,98,97,99,107,103,114,111,117,110,100,58,35,102,102,102,59,119,105,100,116,104,58,49,48,48,37,59,109,97,120,45,104,101,105,103,104,116,58,50,52,48,112,120,59,111,118,101,114,102,108,111,119,58,97,117,116,111,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,101,56,101,56,101,56,59,98,111,114,100,101,114,45,116,111,112,58,110,111,110,101,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,53,112,120,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,53,112,120,59,122,45,105,110,100,101,120,58,53,48,59,45,119,101,98,107,105,116,45,111,118,101,114,102,108,111,119,45,115,99,114,111,108,108,105,110,103,58,116,111,117,99,104,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,99,111,110,116,101,110,116,123,108,105,115,116,45,115,116,121,108,101,58,110,111,110,101,59,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,112,97,100,100,105,110,103,58,48,59,109,97,114,103,105,110,58,48,59,109,105,110,45,119,105,100,116,104,58,49,48,48,37,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,116,111,112,125,46,109,117,108,116,105,115,101,108,101,99,116,45,45,97,98,111,118,101,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,99,111,110,116,101,110,116,45,119,114,97,112,112,101,114,123,98,111,116,116,111,109,58,49,48,48,37,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,108,101,102,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,53,112,120,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,53,112,120,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,110,111,110,101,59,98,111,114,100,101,114,45,116,111,112,58,49,112,120,32,115,111,108,105,100,32,35,101,56,101,56,101,56,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,99,111,110,116,101,110,116,58,58,119,101,98,107,105,116,45,115,99,114,111,108,108,98,97,114,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,101,108,101,109,101,110,116,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,112,97,100,100,105,110,103,58,49,50,112,120,59,109,105,110,45,104,101,105,103,104,116,58,52,48,112,120,59,108,105,110,101,45,104,101,105,103,104,116,58,49,54,112,120,59,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,110,111,110,101,59,116,101,120,116,45,116,114,97,110,115,102,111,114,109,58,110,111,110,101,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,109,105,100,100,108,101,59,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,99,117,114,115,111,114,58,112,111,105,110,116,101,114,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,58,97,102,116,101,114,123,116,111,112,58,48,59,114,105,103,104,116,58,48,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,108,105,110,101,45,104,101,105,103,104,116,58,52,48,112,120,59,112,97,100,100,105,110,103,45,114,105,103,104,116,58,49,50,112,120,59,112,97,100,100,105,110,103,45,108,101,102,116,58,50,48,112,120,59,102,111,110,116,45,115,105,122,101,58,49,51,112,120,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,104,105,103,104,108,105,103,104,116,123,98,97,99,107,103,114,111,117,110,100,58,35,52,49,98,56,56,51,59,111,117,116,108,105,110,101,58,110,111,110,101,59,99,111,108,111,114,58,35,102,102,102,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,104,105,103,104,108,105,103,104,116,58,97,102,116,101,114,123,99,111,110,116,101,110,116,58,97,116,116,114,40,100,97,116,97,45,115,101,108,101,99,116,41,59,98,97,99,107,103,114,111,117,110,100,58,35,52,49,98,56,56,51,59,99,111,108,111,114,58,35,102,102,102,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,115,101,108,101,99,116,101,100,123,98,97,99,107,103,114,111,117,110,100,58,35,102,51,102,51,102,51,59,99,111,108,111,114,58,35,51,53,52,57,53,101,59,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,115,101,108,101,99,116,101,100,58,97,102,116,101,114,123,99,111,110,116,101,110,116,58,97,116,116,114,40,100,97,116,97,45,115,101,108,101,99,116,101,100,41,59,99,111,108,111,114,58,115,105,108,118,101,114,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,115,101,108,101,99,116,101,100,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,104,105,103,104,108,105,103,104,116,123,98,97,99,107,103,114,111,117,110,100,58,35,102,102,54,97,54,97,59,99,111,108,111,114,58,35,102,102,102,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,115,101,108,101,99,116,101,100,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,104,105,103,104,108,105,103,104,116,58,97,102,116,101,114,123,98,97,99,107,103,114,111,117,110,100,58,35,102,102,54,97,54,97,59,99,111,110,116,101,110,116,58,97,116,116,114,40,100,97,116,97,45,100,101,115,101,108,101,99,116,41,59,99,111,108,111,114,58,35,102,102,102,125,46,109,117,108,116,105,115,101,108,101,99,116,45,45,100,105,115,97,98,108,101,100,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,99,117,114,114,101,110,116,44,46,109,117,108,116,105,115,101,108,101,99,116,45,45,100,105,115,97,98,108,101,100,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,101,108,101,99,116,123,98,97,99,107,103,114,111,117,110,100,58,35,101,100,101,100,101,100,59,99,111,108,111,114,58,35,97,54,97,54,97,54,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,100,105,115,97,98,108,101,100,123,98,97,99,107,103,114,111,117,110,100,58,35,101,100,101,100,101,100,33,105,109,112,111,114,116,97,110,116,59,99,111,108,111,114,58,35,97,54,97,54,97,54,33,105,109,112,111,114,116,97,110,116,59,99,117,114,115,111,114,58,116,101,120,116,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,103,114,111,117,112,123,98,97,99,107,103,114,111,117,110,100,58,35,101,100,101,100,101,100,59,99,111,108,111,114,58,35,51,53,52,57,53,101,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,103,114,111,117,112,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,104,105,103,104,108,105,103,104,116,123,98,97,99,107,103,114,111,117,110,100,58,35,51,53,52,57,53,101,59,99,111,108,111,114,58,35,102,102,102,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,103,114,111,117,112,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,104,105,103,104,108,105,103,104,116,58,97,102,116,101,114,123,98,97,99,107,103,114,111,117,110,100,58,35,51,53,52,57,53,101,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,100,105,115,97,98,108,101,100,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,104,105,103,104,108,105,103,104,116,123,98,97,99,107,103,114,111,117,110,100,58,35,100,101,100,101,100,101,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,103,114,111,117,112,45,115,101,108,101,99,116,101,100,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,104,105,103,104,108,105,103,104,116,123,98,97,99,107,103,114,111,117,110,100,58,35,102,102,54,97,54,97,59,99,111,108,111,114,58,35,102,102,102,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,103,114,111,117,112,45,115,101,108,101,99,116,101,100,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,104,105,103,104,108,105,103,104,116,58,97,102,116,101,114,123,98,97,99,107,103,114,111,117,110,100,58,35,102,102,54,97,54,97,59,99,111,110,116,101,110,116,58,97,116,116,114,40,100,97,116,97,45,100,101,115,101,108,101,99,116,41,59,99,111,108,111,114,58,35,102,102,102,125,46,109,117,108,116,105,115,101,108,101,99,116,45,101,110,116,101,114,45,97,99,116,105,118,101,44,46,109,117,108,116,105,115,101,108,101,99,116,45,108,101,97,118,101,45,97,99,116,105,118,101,123,116,114,97,110,115,105,116,105,111,110,58,97,108,108,32,46,49,53,115,32,101,97,115,101,125,46,109,117,108,116,105,115,101,108,101,99,116,45,101,110,116,101,114,44,46,109,117,108,116,105,115,101,108,101,99,116,45,108,101,97,118,101,45,97,99,116,105,118,101,123,111,112,97,99,105,116,121,58,48,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,116,114,111,110,103,123,109,97,114,103,105,110,45,98,111,116,116,111,109,58,56,112,120,59,108,105,110,101,45,104,101,105,103,104,116,58,50,48,112,120,59,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,116,111,112,125,91,100,105,114,61,114,116,108,93,32,46,109,117,108,116,105,115,101,108,101,99,116,123,116,101,120,116,45,97,108,105,103,110,58,114,105,103,104,116,125,91,100,105,114,61,114,116,108,93,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,101,108,101,99,116,123,114,105,103,104,116,58,97,117,116,111,59,108,101,102,116,58,49,112,120,125,91,100,105,114,61,114,116,108,93,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,115,123,112,97,100,100,105,110,103,58,56,112,120,32,56,112,120,32,48,32,52,48,112,120,125,91,100,105,114,61,114,116,108,93,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,99,111,110,116,101,110,116,123,116,101,120,116,45,97,108,105,103,110,58,114,105,103,104,116,125,91,100,105,114,61,114,116,108,93,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,58,97,102,116,101,114,123,114,105,103,104,116,58,97,117,116,111,59,108,101,102,116,58,48,125,91,100,105,114,61,114,116,108,93,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,99,108,101,97,114,123,114,105,103,104,116,58,97,117,116,111,59,108,101,102,116,58,49,50,112,120,125,91,100,105,114,61,114,116,108,93,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,115,112,105,110,110,101,114,123,114,105,103,104,116,58,97,117,116,111,59,108,101,102,116,58,49,112,120,125,64,45,119,101,98,107,105,116,45,107,101,121,102,114,97,109,101,115,32,115,112,105,110,110,105,110,103,123,48,37,123,116,114,97,110,115,102,111,114,109,58,114,111,116,97,116,101,40,48,41,125,116,111,123,116,114,97,110,115,102,111,114,109,58,114,111,116,97,116,101,40,50,116,117,114,110,41,125,125,64,107,101,121,102,114,97,109,101,115,32,115,112,105,110,110,105,110,103,123,48,37,123,116,114,97,110,115,102,111,114,109,58,114,111,116,97,116,101,40,48,41,125,116,111,123,116,114,97,110,115,102,111,114,109,58,114,111,116,97,116,101,40,50,116,117,114,110,41,125,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,98,116,110,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,52,41,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,114,103,98,97,40,48,44,48,44,48,44,46,50,41,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,51,112,120,59,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,104,101,105,103,104,116,58,50,48,112,120,59,116,114,97,110,115,105,116,105,111,110,58,97,108,108,32,46,49,53,115,32,108,105,110,101,97,114,59,119,105,100,116,104,58,50,48,112,120,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,98,116,110,58,104,111,118,101,114,123,98,111,120,45,115,104,97,100,111,119,58,48,32,50,112,120,32,51,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,49,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,98,116,110,43,46,98,116,110,123,109,97,114,103,105,110,45,108,101,102,116,58,53,112,120,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,98,116,110,46,105,99,111,110,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,98,116,110,46,105,99,111,110,58,98,101,102,111,114,101,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,104,101,105,103,104,116,58,49,52,112,120,59,108,101,102,116,58,53,48,37,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,53,48,37,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,40,45,53,48,37,44,45,53,48,37,41,59,119,105,100,116,104,58,49,52,112,120,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,98,116,110,45,103,114,111,117,112,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,104,101,105,103,104,116,58,50,53,112,120,59,108,105,110,101,45,104,101,105,103,104,116,58,50,53,112,120,125,46,105,116,114,101,101,45,109,101,110,117,123,98,97,99,107,103,114,111,117,110,100,58,35,100,100,100,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,99,52,99,52,99,52,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,51,112,120,59,102,111,110,116,45,102,97,109,105,108,121,58,115,97,110,115,45,115,101,114,105,102,59,108,105,115,116,45,115,116,121,108,101,58,110,111,110,101,59,109,97,114,103,105,110,58,48,59,109,105,110,45,119,105,100,116,104,58,49,53,48,112,120,59,112,97,100,100,105,110,103,58,48,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,122,45,105,110,100,101,120,58,52,125,46,105,116,114,101,101,45,109,101,110,117,32,97,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,112,97,100,100,105,110,103,58,51,112,120,32,56,112,120,125,46,105,116,114,101,101,45,109,101,110,117,32,97,58,104,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,50,49,56,44,50,53,48,44,50,53,53,44,46,53,41,59,99,111,108,111,114,58,114,103,98,97,40,49,54,52,44,50,51,52,44,50,52,53,44,46,53,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,123,45,119,101,98,107,105,116,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,111,122,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,115,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,125,46,105,110,115,112,105,114,101,45,116,114,101,101,58,102,111,99,117,115,123,111,117,116,108,105,110,101,58,110,111,110,101,125,46,105,110,115,112,105,114,101,45,116,114,101,101,44,46,105,110,115,112,105,114,101,45,116,114,101,101,32,42,123,98,111,120,45,115,105,122,105,110,103,58,98,111,114,100,101,114,45,98,111,120,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,111,108,123,108,105,115,116,45,115,116,121,108,101,58,110,111,110,101,59,109,97,114,103,105,110,58,48,59,112,97,100,100,105,110,103,58,48,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,111,108,32,111,108,123,112,97,100,100,105,110,103,45,108,101,102,116,58,50,48,112,120,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,99,111,108,108,97,112,115,101,100,62,111,108,44,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,104,105,100,100,101,110,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,108,105,62,46,116,105,116,108,101,45,119,114,97,112,123,109,105,110,45,104,101,105,103,104,116,58,50,53,112,120,59,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,122,45,105,110,100,101,120,58,50,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,116,111,103,103,108,101,123,104,101,105,103,104,116,58,50,53,112,120,59,108,101,102,116,58,48,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,48,59,119,105,100,116,104,58,50,53,112,120,59,122,45,105,110,100,101,120,58,50,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,116,111,103,103,108,101,58,98,101,102,111,114,101,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,108,101,102,116,58,53,48,37,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,53,48,37,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,40,45,53,48,37,44,45,53,48,37,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,91,116,121,112,101,61,99,104,101,99,107,98,111,120,93,123,108,101,102,116,58,49,56,112,120,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,52,112,120,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,109,105,100,100,108,101,59,119,105,100,116,104,58,50,48,112,120,59,122,45,105,110,100,101,120,58,50,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,116,105,116,108,101,123,99,117,114,115,111,114,58,100,101,102,97,117,108,116,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,104,101,105,103,104,116,58,50,53,112,120,59,108,105,110,101,45,104,101,105,103,104,116,58,50,53,112,120,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,112,97,100,100,105,110,103,45,108,101,102,116,58,52,50,112,120,59,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,116,101,120,116,45,111,118,101,114,102,108,111,119,58,101,108,108,105,112,115,105,115,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,109,105,100,100,108,101,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,59,122,45,105,110,100,101,120,58,49,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,116,105,116,108,101,46,108,111,97,100,45,109,111,114,101,123,99,111,108,111,114,58,35,52,55,54,99,98,56,59,99,117,114,115,111,114,58,112,111,105,110,116,101,114,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,116,105,116,108,101,46,108,111,97,100,45,109,111,114,101,58,104,111,118,101,114,123,116,101,120,116,45,100,101,99,111,114,97,116,105,111,110,58,117,110,100,101,114,108,105,110,101,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,116,105,116,108,101,58,98,101,102,111,114,101,123,108,101,102,116,58,50,52,112,120,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,53,48,37,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,89,40,45,53,48,37,41,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,116,111,112,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,116,105,116,108,101,58,102,111,99,117,115,123,111,117,116,108,105,110,101,58,110,111,110,101,125,46,105,110,115,112,105,114,101,45,116,114,101,101,46,100,114,97,103,45,97,110,100,45,100,114,111,112,32,108,105,58,110,111,116,40,46,100,114,111,112,45,116,97,114,103,101,116,41,123,111,112,97,99,105,116,121,58,46,53,125,46,100,114,97,103,45,116,97,114,103,101,116,105,110,103,46,100,114,97,103,45,116,97,114,103,101,116,105,110,103,45,105,110,115,101,114,116,46,105,110,115,112,105,114,101,45,116,114,101,101,44,46,100,114,97,103,45,116,97,114,103,101,116,105,110,103,46,100,114,97,103,45,116,97,114,103,101,116,105,110,103,45,105,110,115,101,114,116,62,46,116,105,116,108,101,45,119,114,97,112,62,46,116,105,116,108,101,123,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,50,100,97,100,99,53,125,46,100,114,97,103,45,116,97,114,103,101,116,105,110,103,46,100,114,97,103,45,116,97,114,103,101,116,105,110,103,45,97,98,111,118,101,62,46,116,105,116,108,101,45,119,114,97,112,62,46,116,105,116,108,101,123,98,111,114,100,101,114,45,116,111,112,58,51,112,120,32,115,111,108,105,100,32,35,50,100,97,100,99,53,125,46,100,114,97,103,45,116,97,114,103,101,116,105,110,103,46,100,114,97,103,45,116,97,114,103,101,116,105,110,103,45,98,101,108,111,119,62,46,116,105,116,108,101,45,119,114,97,112,62,46,116,105,116,108,101,123,98,111,114,100,101,114,45,98,111,116,116,111,109,58,51,112,120,32,115,111,108,105,100,32,35,50,100,97,100,99,53,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,101,100,105,116,97,98,108,101,32,102,111,114,109,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,104,101,105,103,104,116,58,50,53,112,120,59,108,105,110,101,45,104,101,105,103,104,116,58,50,53,112,120,59,112,97,100,100,105,110,103,45,116,111,112,58,50,112,120,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,101,100,105,116,97,98,108,101,32,102,111,114,109,32,105,110,112,117,116,123,104,101,105,103,104,116,58,50,48,112,120,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,101,100,105,116,97,98,108,101,32,102,111,114,109,32,46,98,116,110,44,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,101,100,105,116,97,98,108,101,32,102,111,114,109,32,105,110,112,117,116,123,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,116,111,112,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,101,100,105,116,97,98,108,101,62,46,98,116,110,45,103,114,111,117,112,123,100,105,115,112,108,97,121,58,110,111,110,101,59,112,97,100,100,105,110,103,45,116,111,112,58,50,112,120,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,114,105,103,104,116,58,49,48,112,120,59,122,45,105,110,100,101,120,58,51,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,101,100,105,116,97,98,108,101,58,104,111,118,101,114,62,46,98,116,110,45,103,114,111,117,112,123,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,105,110,112,117,116,43,46,98,116,110,45,103,114,111,117,112,123,109,97,114,103,105,110,45,108,101,102,116,58,49,48,112,120,125,46,105,110,115,112,105,114,101,45,116,114,101,101,62,46,98,116,110,46,105,99,111,110,123,109,97,114,103,105,110,45,108,101,102,116,58,50,112,120,125,46,105,110,115,112,105,114,101,45,116,114,101,101,62,111,108,62,46,102,111,108,100,101,114,58,102,105,114,115,116,45,99,104,105,108,100,58,110,111,116,40,58,111,110,108,121,45,99,104,105,108,100,41,123,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,49,49,112,120,32,49,51,112,120,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,102,111,108,100,101,114,58,108,97,115,116,45,99,104,105,108,100,58,110,111,116,40,58,111,110,108,121,45,99,104,105,108,100,41,44,46,105,110,115,112,105,114,101,45,116,114,101,101,62,111,108,62,46,102,111,108,100,101,114,58,102,105,114,115,116,45,99,104,105,108,100,58,110,111,116,40,58,111,110,108,121,45,99,104,105,108,100,41,44,46,105,110,115,112,105,114,101,45,116,114,101,101,32,108,105,32,46,102,111,108,100,101,114,58,108,97,115,116,45,99,104,105,108,100,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,112,110,103,59,98,97,115,101,54,52,44,105,86,66,79,82,119,48,75,71,103,111,65,65,65,65,78,83,85,104,69,85,103,65,65,65,65,69,65,65,65,65,77,67,65,89,65,65,65,67,106,105,57,100,88,65,65,65,65,70,85,108,69,81,86,81,73,87,50,77,56,100,43,72,83,102,48,89,71,66,103,89,71,82,112,74,90,65,74,50,117,70,75,99,112,52,72,102,112,65,65,65,65,65,69,108,70,84,107,83,117,81,109,67,67,34,41,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,102,111,108,100,101,114,58,108,97,115,116,45,99,104,105,108,100,58,110,111,116,40,58,111,110,108,121,45,99,104,105,108,100,41,44,46,105,110,115,112,105,114,101,45,116,114,101,101,32,108,105,32,46,102,111,108,100,101,114,58,108,97,115,116,45,99,104,105,108,100,123,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,49,49,112,120,32,48,125,46,105,110,115,112,105,114,101,45,116,114,101,101,46,101,100,105,116,97,98,108,101,45,97,100,100,62,111,108,62,46,102,111,108,100,101,114,58,108,97,115,116,45,99,104,105,108,100,58,110,111,116,40,58,111,110,108,121,45,99,104,105,108,100,41,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,112,110,103,59,98,97,115,101,54,52,44,105,86,66,79,82,119,48,75,71,103,111,65,65,65,65,78,83,85,104,69,85,103,65,65,65,65,69,65,65,65,65,89,67,65,89,65,65,65,65,55,122,74,102,97,65,65,65,65,70,85,108,69,81,86,81,73,87,50,77,56,100,43,72,83,102,48,89,71,66,103,89,71,82,114,113,121,65,66,75,101,75,85,48,83,86,43,116,50,65,65,65,65,65,69,108,70,84,107,83,117,81,109,67,67,34,41,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,114,101,112,101,97,116,45,121,125,46,105,110,115,112,105,114,101,45,116,114,101,101,62,111,108,32,46,101,120,112,97,110,100,101,100,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,44,46,105,110,115,112,105,114,101,45,116,114,101,101,32,108,105,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,123,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,125,46,105,110,115,112,105,114,101,45,116,114,101,101,62,111,108,32,46,101,120,112,97,110,100,101,100,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,58,110,111,116,40,58,102,105,114,115,116,45,99,104,105,108,100,41,44,46,105,110,115,112,105,114,101,45,116,114,101,101,32,108,105,46,101,120,112,97,110,100,101,100,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,62,111,108,44,46,105,110,115,112,105,114,101,45,116,114,101,101,32,108,105,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,112,110,103,59,98,97,115,101,54,52,44,105,86,66,79,82,119,48,75,71,103,111,65,65,65,65,78,83,85,104,69,85,103,65,65,65,65,69,65,65,65,65,89,67,65,89,65,65,65,65,55,122,74,102,97,65,65,65,65,70,85,108,69,81,86,81,73,87,50,77,56,100,43,72,83,102,48,89,71,66,103,89,71,82,114,113,121,65,66,75,101,75,85,48,83,86,43,116,50,65,65,65,65,65,69,108,70,84,107,83,117,81,109,67,67,34,41,59,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,49,49,112,120,32,48,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,108,105,46,101,120,112,97,110,100,101,100,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,62,111,108,123,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,114,101,112,101,97,116,45,121,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,108,105,46,101,120,112,97,110,100,101,100,46,102,111,108,100,101,114,58,110,111,116,40,46,108,111,97,100,105,110,103,41,62,46,116,105,116,108,101,45,119,114,97,112,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,112,110,103,59,98,97,115,101,54,52,44,105,86,66,79,82,119,48,75,71,103,111,65,65,65,65,78,83,85,104,69,85,103,65,65,65,65,69,65,65,65,65,77,67,65,89,65,65,65,67,106,105,57,100,88,65,65,65,65,70,85,108,69,81,86,81,73,87,50,77,56,100,43,72,83,102,48,89,71,66,103,89,71,82,112,74,90,65,74,50,117,70,75,99,112,52,72,102,112,65,65,65,65,65,69,108,70,84,107,83,117,81,109,67,67,34,41,59,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,51,49,112,120,32,49,51,112,120,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,108,101,97,102,58,110,111,116,40,58,108,97,115,116,45,99,104,105,108,100,41,58,110,111,116,40,46,100,101,116,97,99,104,101,100,41,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,112,110,103,59,98,97,115,101,54,52,44,105,86,66,79,82,119,48,75,71,103,111,65,65,65,65,78,83,85,104,69,85,103,65,65,65,65,48,65,65,65,65,89,67,65,89,65,65,65,65,104,56,72,100,85,65,65,65,65,78,48,108,69,81,86,81,52,84,50,77,56,100,43,72,83,102,121,77,68,80,85,89,71,69,103,66,74,105,109,72,109,77,111,55,97,66,65,109,75,48,100,67,68,74,103,108,52,105,111,67,108,68,71,76,111,48,100,66,68,68,122,48,83,77,117,53,111,50,111,77,70,70,103,66,88,98,69,101,73,48,88,119,89,73,119,65,65,65,65,66,74,82,85,53,69,114,107,74,103,103,103,65,65,34,41,59,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,49,49,112,120,32,48,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,108,101,97,102,58,108,97,115,116,45,99,104,105,108,100,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,112,110,103,59,98,97,115,101,54,52,44,105,86,66,79,82,119,48,75,71,103,111,65,65,65,65,78,83,85,104,69,85,103,65,65,65,65,48,65,65,65,65,78,67,65,89,65,65,65,66,121,54,43,82,56,65,65,65,65,75,107,108,69,81,86,81,111,85,50,77,56,100,43,72,83,102,121,77,68,80,85,89,71,69,103,66,74,105,109,72,109,77,111,55,97,66,65,109,75,48,100,67,68,74,103,108,52,105,111,67,108,68,71,74,111,65,71,85,90,77,51,50,90,48,85,56,116,65,65,65,65,65,69,108,70,84,107,83,117,81,109,67,67,34,41,59,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,49,49,112,120,32,48,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,108,101,97,102,46,100,101,116,97,99,104,101,100,58,108,97,115,116,45,99,104,105,108,100,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,112,110,103,59,98,97,115,101,54,52,44,105,86,66,79,82,119,48,75,71,103,111,65,65,65,65,78,83,85,104,69,85,103,65,65,65,65,69,65,65,65,65,77,67,65,89,65,65,65,67,106,105,57,100,88,65,65,65,65,70,85,108,69,81,86,81,73,87,50,77,56,100,43,72,83,102,48,89,71,66,103,89,71,82,112,74,90,65,74,50,117,70,75,99,112,52,72,102,112,65,65,65,65,65,69,108,70,84,107,83,117,81,109,67,67,34,41,59,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,49,49,112,120,32,48,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,125,46,105,110,115,112,105,114,101,45,116,114,101,101,46,101,100,105,116,97,98,108,101,45,97,100,100,62,111,108,62,46,108,101,97,102,58,108,97,115,116,45,99,104,105,108,100,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,112,110,103,59,98,97,115,101,54,52,44,105,86,66,79,82,119,48,75,71,103,111,65,65,65,65,78,83,85,104,69,85,103,65,65,65,65,48,65,65,65,65,89,67,65,89,65,65,65,65,104,56,72,100,85,65,65,65,65,78,48,108,69,81,86,81,52,84,50,77,56,100,43,72,83,102,121,77,68,80,85,89,71,69,103,66,74,105,109,72,109,77,111,55,97,66,65,109,75,48,100,67,68,74,103,108,52,105,111,67,108,68,71,76,111,48,100,66,68,68,122,48,83,77,117,53,111,50,111,77,70,70,103,66,88,98,69,101,73,48,88,119,89,73,119,65,65,65,65,66,74,82,85,53,69,114,107,74,103,103,103,65,65,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,112,111,115,105,116,105,111,110,58,48,32,48,59,98,97,99,107,103,114,111,117,110,100,45,114,101,112,101,97,116,58,110,111,45,114,101,112,101,97,116,59,99,111,110,116,101,110,116,58,34,34,59,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,104,101,105,103,104,116,58,49,52,112,120,59,119,105,100,116,104,58,49,52,112,120,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,99,104,101,99,107,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,51,50,37,50,48,51,50,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,54,97,54,97,54,97,37,50,50,37,50,48,100,37,51,68,37,50,50,77,50,55,37,50,48,52,108,45,49,53,37,50,48,49,53,45,55,45,55,45,53,37,50,48,53,37,50,48,49,50,37,50,48,49,50,37,50,48,50,48,45,50,48,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,99,104,101,99,107,58,104,111,118,101,114,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,51,50,37,50,48,51,50,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,48,99,99,99,48,97,37,50,50,37,50,48,100,37,51,68,37,50,50,77,50,55,37,50,48,52,108,45,49,53,37,50,48,49,53,45,55,45,55,45,53,37,50,48,53,37,50,48,49,50,37,50,48,49,50,37,50,48,50,48,45,50,48,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,99,111,108,108,97,112,115,101,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,50,52,37,50,48,50,52,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,97,97,97,37,50,50,37,50,48,100,37,51,68,37,50,50,77,52,37,50,48,49,104,49,54,113,49,46,50,52,50,37,50,48,48,37,50,48,50,46,49,50,49,37,50,48,48,46,56,55,57,116,48,46,56,55,57,37,50,48,50,46,49,50,49,118,49,54,113,48,37,50,48,49,46,50,52,50,45,48,46,56,55,57,37,50,48,50,46,49,50,49,116,45,50,46,49,50,49,37,50,48,48,46,56,55,57,104,45,49,54,113,45,49,46,50,52,50,37,50,48,48,45,50,46,49,50,49,45,48,46,56,55,57,116,45,48,46,56,55,57,45,50,46,49,50,49,118,45,49,54,113,48,45,49,46,50,52,50,37,50,48,48,46,56,55,57,45,50,46,49,50,49,116,50,46,49,50,49,45,48,46,56,55,57,122,77,50,48,37,50,48,51,104,45,49,54,113,45,48,46,52,49,52,37,50,48,48,45,48,46,55,48,55,37,50,48,48,46,50,57,51,116,45,48,46,50,57,51,37,50,48,48,46,55,48,55,118,49,54,113,48,37,50,48,48,46,52,49,52,37,50,48,48,46,50,57,51,37,50,48,48,46,55,48,55,116,48,46,55,48,55,37,50,48,48,46,50,57,51,104,49,54,113,48,46,52,49,52,37,50,48,48,37,50,48,48,46,55,48,55,45,48,46,50,57,51,116,48,46,50,57,51,45,48,46,55,48,55,118,45,49,54,113,48,45,48,46,52,49,52,45,48,46,50,57,51,45,48,46,55,48,55,116,45,48,46,55,48,55,45,48,46,50,57,51,122,77,56,37,50,48,49,49,104,56,113,48,46,52,49,52,37,50,48,48,37,50,48,48,46,55,48,55,37,50,48,48,46,50,57,51,116,48,46,50,57,51,37,50,48,48,46,55,48,55,45,48,46,50,57,51,37,50,48,48,46,55,48,55,45,48,46,55,48,55,37,50,48,48,46,50,57,51,104,45,56,113,45,48,46,52,49,52,37,50,48,48,45,48,46,55,48,55,45,48,46,50,57,51,116,45,48,46,50,57,51,45,48,46,55,48,55,37,50,48,48,46,50,57,51,45,48,46,55,48,55,37,50,48,48,46,55,48,55,45,48,46,50,57,51,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,34,41,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,51,112,120,59,109,97,114,103,105,110,45,108,101,102,116,58,45,49,112,120,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,99,114,111,115,115,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,51,50,37,50,48,51,50,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,54,97,54,97,54,97,37,50,50,37,50,48,100,37,51,68,37,50,50,77,51,49,46,55,48,56,37,50,48,50,53,46,55,48,56,99,45,48,45,48,45,48,45,48,45,48,45,48,108,45,57,46,55,48,56,45,57,46,55,48,56,37,50,48,57,46,55,48,56,45,57,46,55,48,56,99,48,45,48,37,50,48,48,45,48,37,50,48,48,45,48,37,50,48,48,46,49,48,53,45,48,46,49,48,53,37,50,48,48,46,49,56,45,48,46,50,50,55,37,50,48,48,46,50,50,57,45,48,46,51,53,55,37,50,48,48,46,49,51,51,45,48,46,51,53,54,37,50,48,48,46,48,53,55,45,48,46,55,55,49,45,48,46,50,50,57,45,49,46,48,53,55,108,45,52,46,53,56,54,45,52,46,53,56,54,99,45,48,46,50,56,54,45,48,46,50,56,54,45,48,46,55,48,50,45,48,46,51,54,49,45,49,46,48,53,55,45,48,46,50,50,57,45,48,46,49,51,37,50,48,48,46,48,52,56,45,48,46,50,53,50,37,50,48,48,46,49,50,52,45,48,46,51,53,55,37,50,48,48,46,50,50,56,37,50,48,48,37,50,48,48,45,48,37,50,48,48,45,48,37,50,48,48,108,45,57,46,55,48,56,37,50,48,57,46,55,48,56,45,57,46,55,48,56,45,57,46,55,48,56,99,45,48,45,48,45,48,45,48,45,48,45,48,45,48,46,49,48,53,45,48,46,49,48,52,45,48,46,50,50,55,45,48,46,49,56,45,48,46,51,53,55,45,48,46,50,50,56,45,48,46,51,53,54,45,48,46,49,51,51,45,48,46,55,55,49,45,48,46,48,53,55,45,49,46,48,53,55,37,50,48,48,46,50,50,57,108,45,52,46,53,56,54,37,50,48,52,46,53,56,54,99,45,48,46,50,56,54,37,50,48,48,46,50,56,54,45,48,46,51,54,49,37,50,48,48,46,55,48,50,45,48,46,50,50,57,37,50,48,49,46,48,53,55,37,50,48,48,46,48,52,57,37,50,48,48,46,49,51,37,50,48,48,46,49,50,52,37,50,48,48,46,50,53,50,37,50,48,48,46,50,50,57,37,50,48,48,46,51,53,55,37,50,48,48,37,50,48,48,37,50,48,48,37,50,48,48,37,50,48,48,37,50,48,48,108,57,46,55,48,56,37,50,48,57,46,55,48,56,45,57,46,55,48,56,37,50,48,57,46,55,48,56,99,45,48,37,50,48,48,45,48,37,50,48,48,45,48,37,50,48,48,45,48,46,49,48,52,37,50,48,48,46,49,48,53,45,48,46,49,56,37,50,48,48,46,50,50,55,45,48,46,50,50,57,37,50,48,48,46,51,53,55,45,48,46,49,51,51,37,50,48,48,46,51,53,53,45,48,46,48,53,55,37,50,48,48,46,55,55,49,37,50,48,48,46,50,50,57,37,50,48,49,46,48,53,55,108,52,46,53,56,54,37,50,48,52,46,53,56,54,99,48,46,50,56,54,37,50,48,48,46,50,56,54,37,50,48,48,46,55,48,50,37,50,48,48,46,51,54,49,37,50,48,49,46,48,53,55,37,50,48,48,46,50,50,57,37,50,48,48,46,49,51,45,48,46,48,52,57,37,50,48,48,46,50,53,50,45,48,46,49,50,52,37,50,48,48,46,51,53,55,45,48,46,50,50,57,37,50,48,48,45,48,37,50,48,48,45,48,37,50,48,48,45,48,108,57,46,55,48,56,45,57,46,55,48,56,37,50,48,57,46,55,48,56,37,50,48,57,46,55,48,56,99,48,37,50,48,48,37,50,48,48,37,50,48,48,37,50,48,48,37,50,48,48,37,50,48,48,46,49,48,53,37,50,48,48,46,49,48,53,37,50,48,48,46,50,50,55,37,50,48,48,46,49,56,37,50,48,48,46,51,53,55,37,50,48,48,46,50,50,57,37,50,48,48,46,51,53,54,37,50,48,48,46,49,51,51,37,50,48,48,46,55,55,49,37,50,48,48,46,48,53,55,37,50,48,49,46,48,53,55,45,48,46,50,50,57,108,52,46,53,56,54,45,52,46,53,56,54,99,48,46,50,56,54,45,48,46,50,56,54,37,50,48,48,46,51,54,50,45,48,46,55,48,50,37,50,48,48,46,50,50,57,45,49,46,48,53,55,45,48,46,48,52,57,45,48,46,49,51,45,48,46,49,50,52,45,48,46,50,53,50,45,48,46,50,50,57,45,48,46,51,53,55,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,99,114,111,115,115,58,104,111,118,101,114,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,51,50,37,50,48,51,50,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,99,48,48,37,50,50,37,50,48,100,37,51,68,37,50,50,77,51,49,46,55,48,56,37,50,48,50,53,46,55,48,56,99,45,48,45,48,45,48,45,48,45,48,45,48,108,45,57,46,55,48,56,45,57,46,55,48,56,37,50,48,57,46,55,48,56,45,57,46,55,48,56,99,48,45,48,37,50,48,48,45,48,37,50,48,48,45,48,37,50,48,48,46,49,48,53,45,48,46,49,48,53,37,50,48,48,46,49,56,45,48,46,50,50,55,37,50,48,48,46,50,50,57,45,48,46,51,53,55,37,50,48,48,46,49,51,51,45,48,46,51,53,54,37,50,48,48,46,48,53,55,45,48,46,55,55,49,45,48,46,50,50,57,45,49,46,48,53,55,108,45,52,46,53,56,54,45,52,46,53,56,54,99,45,48,46,50,56,54,45,48,46,50,56,54,45,48,46,55,48,50,45,48,46,51,54,49,45,49,46,48,53,55,45,48,46,50,50,57,45,48,46,49,51,37,50,48,48,46,48,52,56,45,48,46,50,53,50,37,50,48,48,46,49,50,52,45,48,46,51,53,55,37,50,48,48,46,50,50,56,37,50,48,48,37,50,48,48,45,48,37,50,48,48,45,48,37,50,48,48,108,45,57,46,55,48,56,37,50,48,57,46,55,48,56,45,57,46,55,48,56,45,57,46,55,48,56,99,45,48,45,48,45,48,45,48,45,48,45,48,45,48,46,49,48,53,45,48,46,49,48,52,45,48,46,50,50,55,45,48,46,49,56,45,48,46,51,53,55,45,48,46,50,50,56,45,48,46,51,53,54,45,48,46,49,51,51,45,48,46,55,55,49,45,48,46,48,53,55,45,49,46,48,53,55,37,50,48,48,46,50,50,57,108,45,52,46,53,56,54,37,50,48,52,46,53,56,54,99,45,48,46,50,56,54,37,50,48,48,46,50,56,54,45,48,46,51,54,49,37,50,48,48,46,55,48,50,45,48,46,50,50,57,37,50,48,49,46,48,53,55,37,50,48,48,46,48,52,57,37,50,48,48,46,49,51,37,50,48,48,46,49,50,52,37,50,48,48,46,50,53,50,37,50,48,48,46,50,50,57,37,50,48,48,46,51,53,55,37,50,48,48,37,50,48,48,37,50,48,48,37,50,48,48,37,50,48,48,37,50,48,48,108,57,46,55,48,56,37,50,48,57,46,55,48,56,45,57,46,55,48,56,37,50,48,57,46,55,48,56,99,45,48,37,50,48,48,45,48,37,50,48,48,45,48,37,50,48,48,45,48,46,49,48,52,37,50,48,48,46,49,48,53,45,48,46,49,56,37,50,48,48,46,50,50,55,45,48,46,50,50,57,37,50,48,48,46,51,53,55,45,48,46,49,51,51,37,50,48,48,46,51,53,53,45,48,46,48,53,55,37,50,48,48,46,55,55,49,37,50,48,48,46,50,50,57,37,50,48,49,46,48,53,55,108,52,46,53,56,54,37,50,48,52,46,53,56,54,99,48,46,50,56,54,37,50,48,48,46,50,56,54,37,50,48,48,46,55,48,50,37,50,48,48,46,51,54,49,37,50,48,49,46,48,53,55,37,50,48,48,46,50,50,57,37,50,48,48,46,49,51,45,48,46,48,52,57,37,50,48,48,46,50,53,50,45,48,46,49,50,52,37,50,48,48,46,51,53,55,45,48,46,50,50,57,37,50,48,48,45,48,37,50,48,48,45,48,37,50,48,48,45,48,108,57,46,55,48,56,45,57,46,55,48,56,37,50,48,57,46,55,48,56,37,50,48,57,46,55,48,56,99,48,37,50,48,48,37,50,48,48,37,50,48,48,37,50,48,48,37,50,48,48,37,50,48,48,46,49,48,53,37,50,48,48,46,49,48,53,37,50,48,48,46,50,50,55,37,50,48,48,46,49,56,37,50,48,48,46,51,53,55,37,50,48,48,46,50,50,57,37,50,48,48,46,51,53,54,37,50,48,48,46,49,51,51,37,50,48,48,46,55,55,49,37,50,48,48,46,48,53,55,37,50,48,49,46,48,53,55,45,48,46,50,50,57,108,52,46,53,56,54,45,52,46,53,56,54,99,48,46,50,56,54,45,48,46,50,56,54,37,50,48,48,46,51,54,50,45,48,46,55,48,50,37,50,48,48,46,50,50,57,45,49,46,48,53,55,45,48,46,48,52,57,45,48,46,49,51,45,48,46,49,50,52,45,48,46,50,53,50,45,48,46,50,50,57,45,48,46,51,53,55,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,101,120,112,97,110,100,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,50,52,37,50,48,50,52,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,97,97,97,37,50,50,37,50,48,100,37,51,68,37,50,50,77,52,37,50,48,49,104,49,54,113,49,46,50,52,50,37,50,48,48,37,50,48,50,46,49,50,49,37,50,48,48,46,56,55,57,116,48,46,56,55,57,37,50,48,50,46,49,50,49,118,49,54,113,48,37,50,48,49,46,50,52,50,45,48,46,56,55,57,37,50,48,50,46,49,50,49,116,45,50,46,49,50,49,37,50,48,48,46,56,55,57,104,45,49,54,113,45,49,46,50,52,50,37,50,48,48,45,50,46,49,50,49,45,48,46,56,55,57,116,45,48,46,56,55,57,45,50,46,49,50,49,118,45,49,54,113,48,45,49,46,50,52,50,37,50,48,48,46,56,55,57,45,50,46,49,50,49,116,50,46,49,50,49,45,48,46,56,55,57,122,77,50,48,37,50,48,51,104,45,49,54,113,45,48,46,52,49,52,37,50,48,48,45,48,46,55,48,55,37,50,48,48,46,50,57,51,116,45,48,46,50,57,51,37,50,48,48,46,55,48,55,118,49,54,113,48,37,50,48,48,46,52,49,52,37,50,48,48,46,50,57,51,37,50,48,48,46,55,48,55,116,48,46,55,48,55,37,50,48,48,46,50,57,51,104,49,54,113,48,46,52,49,52,37,50,48,48,37,50,48,48,46,55,48,55,45,48,46,50,57,51,116,48,46,50,57,51,45,48,46,55,48,55,118,45,49,54,113,48,45,48,46,52,49,52,45,48,46,50,57,51,45,48,46,55,48,55,116,45,48,46,55,48,55,45,48,46,50,57,51,122,77,49,50,37,50,48,55,113,48,46,52,49,52,37,50,48,48,37,50,48,48,46,55,48,55,37,50,48,48,46,50,57,51,116,48,46,50,57,51,37,50,48,48,46,55,48,55,118,51,104,51,113,48,46,52,49,52,37,50,48,48,37,50,48,48,46,55,48,55,37,50,48,48,46,50,57,51,116,48,46,50,57,51,37,50,48,48,46,55,48,55,45,48,46,50,57,51,37,50,48,48,46,55,48,55,45,48,46,55,48,55,37,50,48,48,46,50,57,51,104,45,51,118,51,113,48,37,50,48,48,46,52,49,52,45,48,46,50,57,51,37,50,48,48,46,55,48,55,116,45,48,46,55,48,55,37,50,48,48,46,50,57,51,45,48,46,55,48,55,45,48,46,50,57,51,45,48,46,50,57,51,45,48,46,55,48,55,118,45,51,104,45,51,113,45,48,46,52,49,52,37,50,48,48,45,48,46,55,48,55,45,48,46,50,57,51,116,45,48,46,50,57,51,45,48,46,55,48,55,37,50,48,48,46,50,57,51,45,48,46,55,48,55,37,50,48,48,46,55,48,55,45,48,46,50,57,51,104,51,118,45,51,113,48,45,48,46,52,49,52,37,50,48,48,46,50,57,51,45,48,46,55,48,55,116,48,46,55,48,55,45,48,46,50,57,51,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,34,41,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,51,112,120,59,109,97,114,103,105,110,45,108,101,102,116,58,45,49,112,120,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,102,105,108,101,45,101,109,112,116,121,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,51,50,37,50,48,51,50,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,97,53,97,53,97,53,37,50,50,37,50,48,100,37,51,68,37,50,50,77,50,56,46,54,56,49,37,50,48,55,46,49,53,57,99,45,48,46,54,57,52,45,48,46,57,52,55,45,49,46,54,54,50,45,50,46,48,53,51,45,50,46,55,50,52,45,51,46,49,49,54,115,45,50,46,49,54,57,45,50,46,48,51,48,45,51,46,49,49,54,45,50,46,55,50,52,99,45,49,46,54,49,50,45,49,46,49,56,50,45,50,46,51,57,51,45,49,46,51,49,57,45,50,46,56,52,49,45,49,46,51,49,57,104,45,49,53,46,53,99,45,49,46,51,55,56,37,50,48,48,45,50,46,53,37,50,48,49,46,49,50,49,45,50,46,53,37,50,48,50,46,53,118,50,55,99,48,37,50,48,49,46,51,55,56,37,50,48,49,46,49,50,50,37,50,48,50,46,53,37,50,48,50,46,53,37,50,48,50,46,53,104,50,51,99,49,46,51,55,56,37,50,48,48,37,50,48,50,46,53,45,49,46,49,50,50,37,50,48,50,46,53,45,50,46,53,118,45,49,57,46,53,99,48,45,48,46,52,52,56,45,48,46,49,51,55,45,49,46,50,51,45,49,46,51,49,57,45,50,46,56,52,49,122,77,50,52,46,53,52,51,37,50,48,53,46,52,53,55,99,48,46,57,53,57,37,50,48,48,46,57,53,57,37,50,48,49,46,55,49,50,37,50,48,49,46,56,50,53,37,50,48,50,46,50,54,56,37,50,48,50,46,53,52,51,104,45,52,46,56,49,49,118,45,52,46,56,49,49,99,48,46,55,49,56,37,50,48,48,46,53,53,54,37,50,48,49,46,53,56,52,37,50,48,49,46,51,48,57,37,50,48,50,46,53,52,51,37,50,48,50,46,50,54,56,122,77,50,56,37,50,48,50,57,46,53,99,48,37,50,48,48,46,50,55,49,45,48,46,50,50,57,37,50,48,48,46,53,45,48,46,53,37,50,48,48,46,53,104,45,50,51,99,45,48,46,50,55,49,37,50,48,48,45,48,46,53,45,48,46,50,50,57,45,48,46,53,45,48,46,53,118,45,50,55,99,48,45,48,46,50,55,49,37,50,48,48,46,50,50,57,45,48,46,53,37,50,48,48,46,53,45,48,46,53,37,50,48,48,37,50,48,48,37,50,48,49,53,46,52,57,57,45,48,37,50,48,49,53,46,53,37,50,48,48,118,55,99,48,37,50,48,48,46,53,53,50,37,50,48,48,46,52,52,56,37,50,48,49,37,50,48,49,37,50,48,49,104,55,118,49,57,46,53,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,102,111,108,100,101,114,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,51,50,37,50,48,51,50,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,54,97,54,97,54,97,37,50,50,37,50,48,100,37,51,68,37,50,50,77,49,52,37,50,48,52,108,52,37,50,48,52,104,49,52,118,50,50,104,45,51,50,118,45,50,54,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,102,111,108,100,101,114,45,111,112,101,110,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,51,50,37,50,48,51,50,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,54,97,54,97,54,97,37,50,50,37,50,48,100,37,51,68,37,50,50,77,50,54,37,50,48,51,48,108,54,45,49,54,104,45,50,54,108,45,54,37,50,48,49,54,122,77,52,37,50,48,49,50,108,45,52,37,50,48,49,56,118,45,50,54,104,57,108,52,37,50,48,52,104,49,51,118,52,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,37,48,65,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,109,105,110,117,115,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,51,50,37,50,48,51,50,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,54,97,54,97,54,97,37,50,50,37,50,48,100,37,51,68,37,50,50,77,48,37,50,48,49,51,118,54,99,48,37,50,48,48,46,53,53,50,37,50,48,48,46,52,52,56,37,50,48,49,37,50,48,49,37,50,48,49,104,51,48,99,48,46,53,53,50,37,50,48,48,37,50,48,49,45,48,46,52,52,56,37,50,48,49,45,49,118,45,54,99,48,45,48,46,53,53,50,45,48,46,52,52,56,45,49,45,49,45,49,104,45,51,48,99,45,48,46,53,53,50,37,50,48,48,45,49,37,50,48,48,46,52,52,56,45,49,37,50,48,49,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,109,105,110,117,115,58,104,111,118,101,114,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,51,50,37,50,48,51,50,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,99,48,48,37,50,50,37,50,48,100,37,51,68,37,50,50,77,48,37,50,48,49,51,118,54,99,48,37,50,48,48,46,53,53,50,37,50,48,48,46,52,52,56,37,50,48,49,37,50,48,49,37,50,48,49,104,51,48,99,48,46,53,53,50,37,50,48,48,37,50,48,49,45,48,46,52,52,56,37,50,48,49,45,49,118,45,54,99,48,45,48,46,53,53,50,45,48,46,52,52,56,45,49,45,49,45,49,104,45,51,48,99,45,48,46,53,53,50,37,50,48,48,45,49,37,50,48,48,46,52,52,56,45,49,37,50,48,49,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,109,111,114,101,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,50,52,37,50,48,50,52,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,54,97,54,97,54,97,37,50,50,37,50,48,100,37,51,68,37,50,50,77,49,50,37,50,48,57,46,57,56,52,99,49,46,48,55,56,37,50,48,48,37,50,48,50,46,48,49,54,37,50,48,48,46,57,51,56,37,50,48,50,46,48,49,54,37,50,48,50,46,48,49,54,115,45,48,46,57,51,56,37,50,48,50,46,48,49,54,45,50,46,48,49,54,37,50,48,50,46,48,49,54,45,50,46,48,49,54,45,48,46,57,51,56,45,50,46,48,49,54,45,50,46,48,49,54,37,50,48,48,46,57,51,56,45,50,46,48,49,54,37,50,48,50,46,48,49,54,45,50,46,48,49,54,122,77,49,56,37,50,48,57,46,57,56,52,99,49,46,48,55,56,37,50,48,48,37,50,48,50,46,48,49,54,37,50,48,48,46,57,51,56,37,50,48,50,46,48,49,54,37,50,48,50,46,48,49,54,115,45,48,46,57,51,56,37,50,48,50,46,48,49,54,45,50,46,48,49,54,37,50,48,50,46,48,49,54,45,50,46,48,49,54,45,48,46,57,51,56,45,50,46,48,49,54,45,50,46,48,49,54,37,50,48,48,46,57,51,56,45,50,46,48,49,54,37,50,48,50,46,48,49,54,45,50,46,48,49,54,122,77,54,37,50,48,57,46,57,56,52,99,49,46,48,55,56,37,50,48,48,37,50,48,50,46,48,49,54,37,50,48,48,46,57,51,56,37,50,48,50,46,48,49,54,37,50,48,50,46,48,49,54,115,45,48,46,57,51,56,37,50,48,50,46,48,49,54,45,50,46,48,49,54,37,50,48,50,46,48,49,54,45,50,46,48,49,54,45,48,46,57,51,56,45,50,46,48,49,54,45,50,46,48,49,54,37,50,48,48,46,57,51,56,45,50,46,48,49,54,37,50,48,50,46,48,49,54,45,50,46,48,49,54,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,112,101,110,99,105,108,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,51,50,37,50,48,51,50,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,54,97,54,97,54,97,37,50,50,37,50,48,100,37,51,68,37,50,50,77,50,55,37,50,48,48,99,50,46,55,54,49,37,50,48,48,37,50,48,53,37,50,48,50,46,50,51,57,37,50,48,53,37,50,48,53,37,50,48,48,37,50,48,49,46,49,50,54,45,48,46,51,55,50,37,50,48,50,46,49,54,52,45,49,37,50,48,51,108,45,50,37,50,48,50,45,55,45,55,37,50,48,50,45,50,99,48,46,56,51,54,45,48,46,54,50,56,37,50,48,49,46,56,55,52,45,49,37,50,48,51,45,49,122,77,50,37,50,48,50,51,108,45,50,37,50,48,57,37,50,48,57,45,50,37,50,48,49,56,46,53,45,49,56,46,53,45,55,45,55,45,49,56,46,53,37,50,48,49,56,46,53,122,77,50,50,46,51,54,50,37,50,48,49,49,46,51,54,50,108,45,49,52,37,50,48,49,52,45,49,46,55,50,52,45,49,46,55,50,52,37,50,48,49,52,45,49,52,37,50,48,49,46,55,50,52,37,50,48,49,46,55,50,52,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,37,48,65,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,112,101,110,99,105,108,58,104,111,118,101,114,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,51,50,37,50,48,51,50,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,48,99,99,99,48,97,37,50,50,37,50,48,100,37,51,68,37,50,50,77,50,55,37,50,48,48,99,50,46,55,54,49,37,50,48,48,37,50,48,53,37,50,48,50,46,50,51,57,37,50,48,53,37,50,48,53,37,50,48,48,37,50,48,49,46,49,50,54,45,48,46,51,55,50,37,50,48,50,46,49,54,52,45,49,37,50,48,51,108,45,50,37,50,48,50,45,55,45,55,37,50,48,50,45,50,99,48,46,56,51,54,45,48,46,54,50,56,37,50,48,49,46,56,55,52,45,49,37,50,48,51,45,49,122,77,50,37,50,48,50,51,108,45,50,37,50,48,57,37,50,48,57,45,50,37,50,48,49,56,46,53,45,49,56,46,53,45,55,45,55,45,49,56,46,53,37,50,48,49,56,46,53,122,77,50,50,46,51,54,50,37,50,48,49,49,46,51,54,50,108,45,49,52,37,50,48,49,52,45,49,46,55,50,52,45,49,46,55,50,52,37,50,48,49,52,45,49,52,37,50,48,49,46,55,50,52,37,50,48,49,46,55,50,52,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,37,48,65,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,112,108,117,115,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,51,50,37,50,48,51,50,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,54,97,54,97,54,97,37,50,50,37,50,48,100,37,51,68,37,50,50,77,51,49,37,50,48,49,50,104,45,49,49,118,45,49,49,99,48,45,48,46,53,53,50,45,48,46,52,52,56,45,49,45,49,45,49,104,45,54,99,45,48,46,53,53,50,37,50,48,48,45,49,37,50,48,48,46,52,52,56,45,49,37,50,48,49,118,49,49,104,45,49,49,99,45,48,46,53,53,50,37,50,48,48,45,49,37,50,48,48,46,52,52,56,45,49,37,50,48,49,118,54,99,48,37,50,48,48,46,53,53,50,37,50,48,48,46,52,52,56,37,50,48,49,37,50,48,49,37,50,48,49,104,49,49,118,49,49,99,48,37,50,48,48,46,53,53,50,37,50,48,48,46,52,52,56,37,50,48,49,37,50,48,49,37,50,48,49,104,54,99,48,46,53,53,50,37,50,48,48,37,50,48,49,45,48,46,52,52,56,37,50,48,49,45,49,118,45,49,49,104,49,49,99,48,46,53,53,50,37,50,48,48,37,50,48,49,45,48,46,52,52,56,37,50,48,49,45,49,118,45,54,99,48,45,48,46,53,53,50,45,48,46,52,52,56,45,49,45,49,45,49,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,112,108,117,115,58,104,111,118,101,114,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,51,50,37,50,48,51,50,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,48,99,99,99,48,97,37,50,50,37,50,48,100,37,51,68,37,50,50,77,51,49,37,50,48,49,50,104,45,49,49,118,45,49,49,99,48,45,48,46,53,53,50,45,48,46,52,52,56,45,49,45,49,45,49,104,45,54,99,45,48,46,53,53,50,37,50,48,48,45,49,37,50,48,48,46,52,52,56,45,49,37,50,48,49,118,49,49,104,45,49,49,99,45,48,46,53,53,50,37,50,48,48,45,49,37,50,48,48,46,52,52,56,45,49,37,50,48,49,118,54,99,48,37,50,48,48,46,53,53,50,37,50,48,48,46,52,52,56,37,50,48,49,37,50,48,49,37,50,48,49,104,49,49,118,49,49,99,48,37,50,48,48,46,53,53,50,37,50,48,48,46,52,52,56,37,50,48,49,37,50,48,49,37,50,48,49,104,54,99,48,46,53,53,50,37,50,48,48,37,50,48,49,45,48,46,52,52,56,37,50,48,49,45,49,118,45,49,49,104,49,49,99,48,46,53,53,50,37,50,48,48,37,50,48,49,45,48,46,52,52,56,37,50,48,49,45,49,118,45,54,99,48,45,48,46,53,53,50,45,48,46,52,52,56,45,49,45,49,45,49,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,115,101,108,101,99,116,101,100,62,46,116,105,116,108,101,45,119,114,97,112,32,46,105,99,111,110,45,102,111,108,100,101,114,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,51,50,37,50,48,51,50,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,49,55,57,98,98,57,37,50,50,37,50,48,100,37,51,68,37,50,50,77,49,52,37,50,48,52,108,52,37,50,48,52,104,49,52,118,50,50,104,45,51,50,118,45,50,54,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,115,101,108,101,99,116,101,100,62,46,116,105,116,108,101,45,119,114,97,112,32,46,105,99,111,110,45,102,111,108,100,101,114,45,111,112,101,110,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,51,50,37,50,48,51,50,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,49,55,57,98,98,57,37,50,50,37,50,48,100,37,51,68,37,50,50,77,50,54,37,50,48,51,48,108,54,45,49,54,104,45,50,54,108,45,54,37,50,48,49,54,122,77,52,37,50,48,49,50,108,45,52,37,50,48,49,56,118,45,50,54,104,57,108,52,37,50,48,52,104,49,51,118,52,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,37,48,65,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,115,101,108,101,99,116,101,100,62,46,116,105,116,108,101,45,119,114,97,112,32,46,105,99,111,110,45,102,105,108,101,45,101,109,112,116,121,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,118,101,114,115,105,111,110,37,51,68,37,50,50,49,46,49,37,50,50,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,120,109,108,110,115,37,51,65,120,108,105,110,107,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,49,57,57,57,37,50,70,120,108,105,110,107,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,53,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,51,50,37,50,48,51,50,37,50,50,37,51,69,37,51,67,112,97,116,104,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,49,55,57,98,98,57,37,50,50,37,50,48,100,37,51,68,37,50,50,77,50,56,46,54,56,49,37,50,48,55,46,49,53,57,99,45,48,46,54,57,52,45,48,46,57,52,55,45,49,46,54,54,50,45,50,46,48,53,51,45,50,46,55,50,52,45,51,46,49,49,54,115,45,50,46,49,54,57,45,50,46,48,51,48,45,51,46,49,49,54,45,50,46,55,50,52,99,45,49,46,54,49,50,45,49,46,49,56,50,45,50,46,51,57,51,45,49,46,51,49,57,45,50,46,56,52,49,45,49,46,51,49,57,104,45,49,53,46,53,99,45,49,46,51,55,56,37,50,48,48,45,50,46,53,37,50,48,49,46,49,50,49,45,50,46,53,37,50,48,50,46,53,118,50,55,99,48,37,50,48,49,46,51,55,56,37,50,48,49,46,49,50,50,37,50,48,50,46,53,37,50,48,50,46,53,37,50,48,50,46,53,104,50,51,99,49,46,51,55,56,37,50,48,48,37,50,48,50,46,53,45,49,46,49,50,50,37,50,48,50,46,53,45,50,46,53,118,45,49,57,46,53,99,48,45,48,46,52,52,56,45,48,46,49,51,55,45,49,46,50,51,45,49,46,51,49,57,45,50,46,56,52,49,122,77,50,52,46,53,52,51,37,50,48,53,46,52,53,55,99,48,46,57,53,57,37,50,48,48,46,57,53,57,37,50,48,49,46,55,49,50,37,50,48,49,46,56,50,53,37,50,48,50,46,50,54,56,37,50,48,50,46,53,52,51,104,45,52,46,56,49,49,118,45,52,46,56,49,49,99,48,46,55,49,56,37,50,48,48,46,53,53,54,37,50,48,49,46,53,56,52,37,50,48,49,46,51,48,57,37,50,48,50,46,53,52,51,37,50,48,50,46,50,54,56,122,77,50,56,37,50,48,50,57,46,53,99,48,37,50,48,48,46,50,55,49,45,48,46,50,50,57,37,50,48,48,46,53,45,48,46,53,37,50,48,48,46,53,104,45,50,51,99,45,48,46,50,55,49,37,50,48,48,45,48,46,53,45,48,46,50,50,57,45,48,46,53,45,48,46,53,118,45,50,55,99,48,45,48,46,50,55,49,37,50,48,48,46,50,50,57,45,48,46,53,37,50,48,48,46,53,45,48,46,53,37,50,48,48,37,50,48,48,37,50,48,49,53,46,52,57,57,45,48,37,50,48,49,53,46,53,37,50,48,48,118,55,99,48,37,50,48,48,46,53,53,50,37,50,48,48,46,52,52,56,37,50,48,49,37,50,48,49,37,50,48,49,104,55,118,49,57,46,53,122,37,50,50,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,34,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,108,111,97,100,105,110,103,62,46,116,105,116,108,101,45,119,114,97,112,32,105,110,112,117,116,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,108,111,97,100,105,110,103,62,46,116,105,116,108,101,45,119,114,97,112,32,46,116,105,116,108,101,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,83,45,65,83,67,73,73,44,37,51,67,115,118,103,37,50,48,119,105,100,116,104,37,51,68,37,50,55,49,52,112,120,37,50,55,37,50,48,104,101,105,103,104,116,37,51,68,37,50,55,49,52,112,120,37,50,55,37,50,48,120,109,108,110,115,37,51,68,37,50,50,104,116,116,112,37,51,65,37,50,70,37,50,70,119,119,119,46,119,51,46,111,114,103,37,50,70,50,48,48,48,37,50,70,115,118,103,37,50,50,37,50,48,118,105,101,119,66,111,120,37,51,68,37,50,50,48,37,50,48,48,37,50,48,49,48,48,37,50,48,49,48,48,37,50,50,37,50,48,112,114,101,115,101,114,118,101,65,115,112,101,99,116,82,97,116,105,111,37,51,68,37,50,50,120,77,105,100,89,77,105,100,37,50,50,37,50,48,99,108,97,115,115,37,51,68,37,50,50,117,105,108,45,114,105,110,103,37,50,50,37,51,69,37,51,67,114,101,99,116,37,50,48,120,37,51,68,37,50,50,48,37,50,50,37,50,48,121,37,51,68,37,50,50,48,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,49,48,48,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,49,48,48,37,50,50,37,50,48,102,105,108,108,37,51,68,37,50,50,110,111,110,101,37,50,50,37,50,48,99,108,97,115,115,37,51,68,37,50,50,98,107,37,50,50,37,51,69,37,51,67,37,50,70,114,101,99,116,37,51,69,37,51,67,100,101,102,115,37,51,69,37,51,67,102,105,108,116,101,114,37,50,48,105,100,37,51,68,37,50,50,117,105,108,45,114,105,110,103,45,115,104,97,100,111,119,37,50,50,37,50,48,120,37,51,68,37,50,50,45,49,48,48,37,50,53,37,50,50,37,50,48,121,37,51,68,37,50,50,45,49,48,48,37,50,53,37,50,50,37,50,48,119,105,100,116,104,37,51,68,37,50,50,51,48,48,37,50,53,37,50,50,37,50,48,104,101,105,103,104,116,37,51,68,37,50,50,51,48,48,37,50,53,37,50,50,37,51,69,37,51,67,102,101,79,102,102,115,101,116,37,50,48,114,101,115,117,108,116,37,51,68,37,50,50,111,102,102,79,117,116,37,50,50,37,50,48,105,110,37,51,68,37,50,50,83,111,117,114,99,101,71,114,97,112,104,105,99,37,50,50,37,50,48,100,120,37,51,68,37,50,50,48,37,50,50,37,50,48,100,121,37,51,68,37,50,50,48,37,50,50,37,51,69,37,51,67,37,50,70,102,101,79,102,102,115,101,116,37,51,69,37,51,67,102,101,71,97,117,115,115,105,97,110,66,108,117,114,37,50,48,114,101,115,117,108,116,37,51,68,37,50,50,98,108,117,114,79,117,116,37,50,50,37,50,48,105,110,37,51,68,37,50,50,111,102,102,79,117,116,37,50,50,37,50,48,115,116,100,68,101,118,105,97,116,105,111,110,37,51,68,37,50,50,48,37,50,50,37,51,69,37,51,67,37,50,70,102,101,71,97,117,115,115,105,97,110,66,108,117,114,37,51,69,37,51,67,102,101,66,108,101,110,100,37,50,48,105,110,37,51,68,37,50,50,83,111,117,114,99,101,71,114,97,112,104,105,99,37,50,50,37,50,48,105,110,50,37,51,68,37,50,50,98,108,117,114,79,117,116,37,50,50,37,50,48,109,111,100,101,37,51,68,37,50,50,110,111,114,109,97,108,37,50,50,37,51,69,37,51,67,37,50,70,102,101,66,108,101,110,100,37,51,69,37,51,67,37,50,70,102,105,108,116,101,114,37,51,69,37,51,67,37,50,70,100,101,102,115,37,51,69,37,51,67,112,97,116,104,37,50,48,100,37,51,68,37,50,50,77,49,48,37,50,67,53,48,99,48,37,50,67,48,37,50,67,48,37,50,67,48,46,53,37,50,67,48,46,49,37,50,67,49,46,52,99,48,37,50,67,48,46,53,37,50,67,48,46,49,37,50,67,49,37,50,67,48,46,50,37,50,67,49,46,55,99,48,37,50,67,48,46,51,37,50,67,48,46,49,37,50,67,48,46,55,37,50,67,48,46,49,37,50,67,49,46,49,99,48,46,49,37,50,67,48,46,52,37,50,67,48,46,49,37,50,67,48,46,56,37,50,67,48,46,50,37,50,67,49,46,50,99,48,46,50,37,50,67,48,46,56,37,50,67,48,46,51,37,50,67,49,46,56,37,50,67,48,46,53,37,50,67,50,46,56,37,50,48,99,48,46,51,37,50,67,49,37,50,67,48,46,54,37,50,67,50,46,49,37,50,67,48,46,57,37,50,67,51,46,50,99,48,46,51,37,50,67,49,46,49,37,50,67,48,46,57,37,50,67,50,46,51,37,50,67,49,46,52,37,50,67,51,46,53,99,48,46,53,37,50,67,49,46,50,37,50,67,49,46,50,37,50,67,50,46,52,37,50,67,49,46,56,37,50,67,51,46,55,99,48,46,51,37,50,67,48,46,54,37,50,67,48,46,56,37,50,67,49,46,50,37,50,67,49,46,50,37,50,67,49,46,57,99,48,46,52,37,50,67,48,46,54,37,50,67,48,46,56,37,50,67,49,46,51,37,50,67,49,46,51,37,50,67,49,46,57,37,50,48,99,49,37,50,67,49,46,50,37,50,67,49,46,57,37,50,67,50,46,54,37,50,67,51,46,49,37,50,67,51,46,55,99,50,46,50,37,50,67,50,46,53,37,50,67,53,37,50,67,52,46,55,37,50,67,55,46,57,37,50,67,54,46,55,99,51,37,50,67,50,37,50,67,54,46,53,37,50,67,51,46,52,37,50,67,49,48,46,49,37,50,67,52,46,54,99,51,46,54,37,50,67,49,46,49,37,50,67,55,46,53,37,50,67,49,46,53,37,50,67,49,49,46,50,37,50,67,49,46,54,99,52,45,48,46,49,37,50,67,55,46,55,45,48,46,54,37,50,67,49,49,46,51,45,49,46,54,37,50,48,99,51,46,54,45,49,46,50,37,50,67,55,45,50,46,54,37,50,67,49,48,45,52,46,54,99,51,45,50,37,50,67,53,46,56,45,52,46,50,37,50,67,55,46,57,45,54,46,55,99,49,46,50,45,49,46,50,37,50,67,50,46,49,45,50,46,53,37,50,67,51,46,49,45,51,46,55,99,48,46,53,45,48,46,54,37,50,67,48,46,57,45,49,46,51,37,50,67,49,46,51,45,49,46,57,99,48,46,52,45,48,46,54,37,50,67,48,46,56,45,49,46,51,37,50,67,49,46,50,45,49,46,57,37,50,48,99,48,46,54,45,49,46,51,37,50,67,49,46,51,45,50,46,53,37,50,67,49,46,56,45,51,46,55,99,48,46,53,45,49,46,50,37,50,67,49,45,50,46,52,37,50,67,49,46,52,45,51,46,53,99,48,46,51,45,49,46,49,37,50,67,48,46,54,45,50,46,50,37,50,67,48,46,57,45,51,46,50,99,48,46,50,45,49,37,50,67,48,46,52,45,49,46,57,37,50,67,48,46,53,45,50,46,56,99,48,46,49,45,48,46,52,37,50,67,48,46,49,45,48,46,56,37,50,67,48,46,50,45,49,46,50,37,50,48,99,48,45,48,46,52,37,50,67,48,46,49,45,48,46,55,37,50,67,48,46,49,45,49,46,49,99,48,46,49,45,48,46,55,37,50,67,48,46,49,45,49,46,50,37,50,67,48,46,50,45,49,46,55,67,57,48,37,50,67,53,48,46,53,37,50,67,57,48,37,50,67,53,48,37,50,67,57,48,37,50,67,53,48,115,48,37,50,67,48,46,53,37,50,67,48,37,50,67,49,46,52,99,48,37,50,67,48,46,53,37,50,67,48,37,50,67,49,37,50,67,48,37,50,67,49,46,55,99,48,37,50,67,48,46,51,37,50,67,48,37,50,67,48,46,55,37,50,67,48,37,50,67,49,46,49,37,50,48,99,48,37,50,67,48,46,52,45,48,46,49,37,50,67,48,46,56,45,48,46,49,37,50,67,49,46,50,99,45,48,46,49,37,50,67,48,46,57,45,48,46,50,37,50,67,49,46,56,45,48,46,52,37,50,67,50,46,56,99,45,48,46,50,37,50,67,49,45,48,46,53,37,50,67,50,46,49,45,48,46,55,37,50,67,51,46,51,99,45,48,46,51,37,50,67,49,46,50,45,48,46,56,37,50,67,50,46,52,45,49,46,50,37,50,67,51,46,55,99,45,48,46,50,37,50,67,48,46,55,45,48,46,53,37,50,67,49,46,51,45,48,46,56,37,50,67,49,46,57,37,50,48,99,45,48,46,51,37,50,67,48,46,55,45,48,46,54,37,50,67,49,46,51,45,48,46,57,37,50,67,50,99,45,48,46,51,37,50,67,48,46,55,45,48,46,55,37,50,67,49,46,51,45,49,46,49,37,50,67,50,99,45,48,46,52,37,50,67,48,46,55,45,48,46,55,37,50,67,49,46,52,45,49,46,50,37,50,67,50,99,45,49,37,50,67,49,46,51,45,49,46,57,37,50,67,50,46,55,45,51,46,49,37,50,67,52,99,45,50,46,50,37,50,67,50,46,55,45,53,37,50,67,53,45,56,46,49,37,50,67,55,46,49,37,50,48,99,45,48,46,56,37,50,67,48,46,53,45,49,46,54,37,50,67,49,45,50,46,52,37,50,67,49,46,53,99,45,48,46,56,37,50,67,48,46,53,45,49,46,55,37,50,67,48,46,57,45,50,46,54,37,50,67,49,46,51,76,54,54,37,50,67,56,55,46,55,108,45,49,46,52,37,50,67,48,46,53,99,45,48,46,57,37,50,67,48,46,51,45,49,46,56,37,50,67,48,46,55,45,50,46,56,37,50,67,49,99,45,51,46,56,37,50,67,49,46,49,45,55,46,57,37,50,67,49,46,55,45,49,49,46,56,37,50,67,49,46,56,76,52,55,37,50,67,57,48,46,56,37,50,48,99,45,49,37,50,67,48,45,50,45,48,46,50,45,51,45,48,46,51,108,45,49,46,53,45,48,46,50,108,45,48,46,55,45,48,46,49,76,52,49,46,49,37,50,67,57,48,99,45,49,45,48,46,51,45,49,46,57,45,48,46,53,45,50,46,57,45,48,46,55,99,45,48,46,57,45,48,46,51,45,49,46,57,45,48,46,55,45,50,46,56,45,49,76,51,52,37,50,67,56,55,46,55,108,45,49,46,51,45,48,46,54,37,50,48,99,45,48,46,57,45,48,46,52,45,49,46,56,45,48,46,56,45,50,46,54,45,49,46,51,99,45,48,46,56,45,48,46,53,45,49,46,54,45,49,45,50,46,52,45,49,46,53,99,45,51,46,49,45,50,46,49,45,53,46,57,45,52,46,53,45,56,46,49,45,55,46,49,99,45,49,46,50,45,49,46,50,45,50,46,49,45,50,46,55,45,51,46,49,45,52,99,45,48,46,53,45,48,46,54,45,48,46,56,45,49,46,52,45,49,46,50,45,50,37,50,48,99,45,48,46,52,45,48,46,55,45,48,46,56,45,49,46,51,45,49,46,49,45,50,99,45,48,46,51,45,48,46,55,45,48,46,54,45,49,46,51,45,48,46,57,45,50,99,45,48,46,51,45,48,46,55,45,48,46,54,45,49,46,51,45,48,46,56,45,49,46,57,99,45,48,46,52,45,49,46,51,45,48,46,57,45,50,46,53,45,49,46,50,45,51,46,55,99,45,48,46,51,45,49,46,50,45,48,46,53,45,50,46,51,45,48,46,55,45,51,46,51,37,50,48,99,45,48,46,50,45,49,45,48,46,51,45,50,45,48,46,52,45,50,46,56,99,45,48,46,49,45,48,46,52,45,48,46,49,45,48,46,56,45,48,46,49,45,49,46,50,99,48,45,48,46,52,37,50,67,48,45,48,46,55,37,50,67,48,45,49,46,49,99,48,45,48,46,55,37,50,67,48,45,49,46,50,37,50,67,48,45,49,46,55,67,49,48,37,50,67,53,48,46,53,37,50,67,49,48,37,50,67,53,48,37,50,67,49,48,37,50,67,53,48,122,37,50,50,37,50,48,102,105,108,108,37,51,68,37,50,50,37,50,51,48,49,51,49,51,56,37,50,50,37,50,48,102,105,108,116,101,114,37,51,68,37,50,50,117,114,108,40,37,50,51,117,105,108,45,114,105,110,103,45,115,104,97,100,111,119,41,37,50,50,37,51,69,37,51,67,97,110,105,109,97,116,101,84,114,97,110,115,102,111,114,109,37,50,48,97,116,116,114,105,98,117,116,101,78,97,109,101,37,51,68,37,50,50,116,114,97,110,115,102,111,114,109,37,50,50,37,50,48,116,121,112,101,37,51,68,37,50,50,114,111,116,97,116,101,37,50,50,37,50,48,102,114,111,109,37,51,68,37,50,50,48,37,50,48,53,48,37,50,48,53,48,37,50,50,37,50,48,116,111,37,51,68,37,50,50,51,54,48,37,50,48,53,48,37,50,48,53,48,37,50,50,37,50,48,114,101,112,101,97,116,67,111,117,110,116,37,51,68,37,50,50,105,110,100,101,102,105,110,105,116,101,37,50,50,37,50,48,100,117,114,37,51,68,37,50,50,49,115,37,50,50,37,51,69,37,51,67,37,50,70,97,110,105,109,97,116,101,84,114,97,110,115,102,111,114,109,37,51,69,37,51,67,37,50,70,112,97,116,104,37,51,69,37,51,67,37,50,70,115,118,103,37,51,69,34,41,59,99,111,110,116,101,110,116,58,34,34,59,104,101,105,103,104,116,58,49,52,112,120,59,119,105,100,116,104,58,49,52,112,120,125,46,105,110,115,112,105,114,101,45,116,114,101,101,62,111,108,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,119,104,111,108,101,114,111,119,123,104,101,105,103,104,116,58,50,53,112,120,59,108,101,102,116,58,48,59,109,97,114,103,105,110,45,116,111,112,58,45,50,53,112,120,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,119,105,100,116,104,58,49,48,48,37,59,122,45,105,110,100,101,120,58,49,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,102,111,99,117,115,101,100,62,46,119,104,111,108,101,114,111,119,123,98,111,114,100,101,114,58,49,112,120,32,100,111,116,116,101,100,32,35,48,48,48,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,116,105,116,108,101,45,119,114,97,112,58,104,111,118,101,114,43,46,119,104,111,108,101,114,111,119,44,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,119,104,111,108,101,114,111,119,58,104,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,49,56,44,50,53,48,44,50,53,53,44,46,53,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,115,101,108,101,99,116,101,100,62,46,116,105,116,108,101,45,119,114,97,112,58,104,111,118,101,114,43,46,119,104,111,108,101,114,111,119,44,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,115,101,108,101,99,116,101,100,62,46,119,104,111,108,101,114,111,119,44,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,115,101,108,101,99,116,101,100,62,46,119,104,111,108,101,114,111,119,58,104,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,49,54,52,44,50,51,52,44,50,52,53,44,46,53,41,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,109,97,116,99,104,101,100,62,46,116,105,116,108,101,45,119,114,97,112,58,104,111,118,101,114,43,46,119,104,111,108,101,114,111,119,44,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,109,97,116,99,104,101,100,62,46,119,104,111,108,101,114,111,119,44,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,109,97,116,99,104,101,100,62,46,119,104,111,108,101,114,111,119,58,104,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,114,103,98,97,40,50,52,55,44,50,53,53,44,49,55,48,44,46,53,41,125,46,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,62,117,108,123,108,105,115,116,45,115,116,121,108,101,58,110,111,110,101,59,109,97,114,103,105,110,58,48,59,112,97,100,100,105,110,103,58,48,125,46,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,46,100,101,115,105,103,110,101,100,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,125,46,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,46,100,101,115,105,103,110,101,100,44,46,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,46,100,101,115,105,103,110,101,100,32,42,123,45,119,101,98,107,105,116,45,98,111,120,45,115,105,122,105,110,103,58,98,111,114,100,101,114,45,98,111,120,59,98,111,120,45,115,105,122,105,110,103,58,98,111,114,100,101,114,45,98,111,120,125,46,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,46,100,101,115,105,103,110,101,100,32,46,105,110,112,117,116,45,119,114,97,112,112,101,114,32,105,110,112,117,116,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,119,105,100,116,104,58,49,48,48,37,59,112,97,100,100,105,110,103,58,49,48,112,120,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,99,100,101,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,51,112,120,59,99,111,108,111,114,58,35,48,48,48,59,98,97,99,107,103,114,111,117,110,100,58,35,102,102,102,59,111,117,116,108,105,110,101,58,110,111,110,101,59,45,119,101,98,107,105,116,45,116,114,97,110,115,105,116,105,111,110,58,97,108,108,32,46,49,115,59,116,114,97,110,115,105,116,105,111,110,58,97,108,108,32,46,49,115,59,45,119,101,98,107,105,116,45,116,114,97,110,115,105,116,105,111,110,45,100,101,108,97,121,58,46,48,53,115,59,116,114,97,110,115,105,116,105,111,110,45,100,101,108,97,121,58,46,48,53,115,125,46,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,46,100,101,115,105,103,110,101,100,46,102,111,99,117,115,32,46,105,110,112,117,116,45,119,114,97,112,112,101,114,32,105,110,112,117,116,123,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,97,97,97,125,46,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,46,100,101,115,105,103,110,101,100,32,46,115,117,103,103,101,115,116,105,111,110,115,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,108,101,102,116,58,48,59,114,105,103,104,116,58,48,59,116,111,112,58,49,48,48,37,59,116,111,112,58,99,97,108,99,40,49,48,48,37,32,43,32,53,112,120,41,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,51,112,120,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,97,97,97,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,102,59,111,112,97,99,105,116,121,58,49,59,122,45,105,110,100,101,120,58,49,48,48,48,125,46,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,46,100,101,115,105,103,110,101,100,32,46,115,117,103,103,101,115,116,105,111,110,115,32,46,115,117,103,103,101,115,116,45,105,116,101,109,123,99,117,114,115,111,114,58,112,111,105,110,116,101,114,59,45,119,101,98,107,105,116,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,111,122,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,115,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,125,46,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,46,100,101,115,105,103,110,101,100,32,46,115,117,103,103,101,115,116,105,111,110,115,32,46,109,105,115,99,45,105,116,101,109,44,46,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,46,100,101,115,105,103,110,101,100,32,46,115,117,103,103,101,115,116,105,111,110,115,32,46,115,117,103,103,101,115,116,45,105,116,101,109,123,112,97,100,100,105,110,103,58,53,112,120,32,49,48,112,120,125,46,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,46,100,101,115,105,103,110,101,100,32,46,115,117,103,103,101,115,116,105,111,110,115,32,46,115,117,103,103,101,115,116,45,105,116,101,109,46,104,111,118,101,114,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,56,55,52,100,53,33,105,109,112,111,114,116,97,110,116,59,99,111,108,111,114,58,35,102,102,102,33,105,109,112,111,114,116,97,110,116,125,46,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,46,100,101,115,105,103,110,101,100,32,46,115,117,103,103,101,115,116,105,111,110,115,32,46,115,117,103,103,101,115,116,45,105,116,101,109,46,115,101,108,101,99,116,101,100,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,56,51,50,100,53,59,99,111,108,111,114,58,35,102,102,102,125,46,110,111,85,105,45,116,97,114,103,101,116,44,46,110,111,85,105,45,116,97,114,103,101,116,32,42,123,45,119,101,98,107,105,116,45,116,111,117,99,104,45,99,97,108,108,111,117,116,58,110,111,110,101,59,45,119,101,98,107,105,116,45,116,97,112,45,104,105,103,104,108,105,103,104,116,45,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,48,41,59,45,119,101,98,107,105,116,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,116,111,117,99,104,45,97,99,116,105,111,110,58,110,111,110,101,59,45,109,115,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,111,122,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,98,111,120,45,115,105,122,105,110,103,58,98,111,114,100,101,114,45,98,111,120,125,46,110,111,85,105,45,116,97,114,103,101,116,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,125,46,110,111,85,105,45,98,97,115,101,44,46,110,111,85,105,45,99,111,110,110,101,99,116,115,123,119,105,100,116,104,58,49,48,48,37,59,104,101,105,103,104,116,58,49,48,48,37,59,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,122,45,105,110,100,101,120,58,49,125,46,110,111,85,105,45,99,111,110,110,101,99,116,115,123,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,122,45,105,110,100,101,120,58,48,125,46,110,111,85,105,45,99,111,110,110,101,99,116,44,46,110,111,85,105,45,111,114,105,103,105,110,123,119,105,108,108,45,99,104,97,110,103,101,58,116,114,97,110,115,102,111,114,109,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,122,45,105,110,100,101,120,58,49,59,116,111,112,58,48,59,114,105,103,104,116,58,48,59,45,109,115,45,116,114,97,110,115,102,111,114,109,45,111,114,105,103,105,110,58,48,32,48,59,45,119,101,98,107,105,116,45,116,114,97,110,115,102,111,114,109,45,111,114,105,103,105,110,58,48,32,48,59,45,119,101,98,107,105,116,45,116,114,97,110,115,102,111,114,109,45,115,116,121,108,101,58,112,114,101,115,101,114,118,101,45,51,100,59,116,114,97,110,115,102,111,114,109,45,111,114,105,103,105,110,58,48,32,48,59,116,114,97,110,115,102,111,114,109,45,115,116,121,108,101,58,102,108,97,116,125,46,110,111,85,105,45,99,111,110,110,101,99,116,123,104,101,105,103,104,116,58,49,48,48,37,59,119,105,100,116,104,58,49,48,48,37,125,46,110,111,85,105,45,111,114,105,103,105,110,123,104,101,105,103,104,116,58,49,48,37,59,119,105,100,116,104,58,49,48,37,125,46,110,111,85,105,45,116,120,116,45,100,105,114,45,114,116,108,46,110,111,85,105,45,104,111,114,105,122,111,110,116,97,108,32,46,110,111,85,105,45,111,114,105,103,105,110,123,108,101,102,116,58,48,59,114,105,103,104,116,58,97,117,116,111,125,46,110,111,85,105,45,118,101,114,116,105,99,97,108,32,46,110,111,85,105,45,111,114,105,103,105,110,123,119,105,100,116,104,58,48,125,46,110,111,85,105,45,104,111,114,105,122,111,110,116,97,108,32,46,110,111,85,105,45,111,114,105,103,105,110,123,104,101,105,103,104,116,58,48,125,46,110,111,85,105,45,104,97,110,100,108,101,123,45,119,101,98,107,105,116,45,98,97,99,107,102,97,99,101,45,118,105,115,105,98,105,108,105,116,121,58,104,105,100,100,101,110,59,98,97,99,107,102,97,99,101,45,118,105,115,105,98,105,108,105,116,121,58,104,105,100,100,101,110,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,125,46,110,111,85,105,45,116,111,117,99,104,45,97,114,101,97,123,104,101,105,103,104,116,58,49,48,48,37,59,119,105,100,116,104,58,49,48,48,37,125,46,110,111,85,105,45,115,116,97,116,101,45,116,97,112,32,46,110,111,85,105,45,99,111,110,110,101,99,116,44,46,110,111,85,105,45,115,116,97,116,101,45,116,97,112,32,46,110,111,85,105,45,111,114,105,103,105,110,123,116,114,97,110,115,105,116,105,111,110,58,116,114,97,110,115,102,111,114,109,32,46,51,115,125,46,110,111,85,105,45,115,116,97,116,101,45,100,114,97,103,32,42,123,99,117,114,115,111,114,58,105,110,104,101,114,105,116,33,105,109,112,111,114,116,97,110,116,125,46,110,111,85,105,45,104,111,114,105,122,111,110,116,97,108,123,104,101,105,103,104,116,58,49,56,112,120,125,46,110,111,85,105,45,104,111,114,105,122,111,110,116,97,108,32,46,110,111,85,105,45,104,97,110,100,108,101,123,119,105,100,116,104,58,51,52,112,120,59,104,101,105,103,104,116,58,50,56,112,120,59,114,105,103,104,116,58,45,49,55,112,120,59,116,111,112,58,45,54,112,120,125,46,110,111,85,105,45,118,101,114,116,105,99,97,108,123,119,105,100,116,104,58,49,56,112,120,125,46,110,111,85,105,45,118,101,114,116,105,99,97,108,32,46,110,111,85,105,45,104,97,110,100,108,101,123,119,105,100,116,104,58,50,56,112,120,59,104,101,105,103,104,116,58,51,52,112,120,59,114,105,103,104,116,58,45,54,112,120,59,116,111,112,58,45,49,55,112,120,125,46,110,111,85,105,45,116,120,116,45,100,105,114,45,114,116,108,46,110,111,85,105,45,104,111,114,105,122,111,110,116,97,108,32,46,110,111,85,105,45,104,97,110,100,108,101,123,108,101,102,116,58,45,49,55,112,120,59,114,105,103,104,116,58,97,117,116,111,125,46,110,111,85,105,45,116,97,114,103,101,116,123,98,97,99,107,103,114,111,117,110,100,58,35,102,97,102,97,102,97,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,52,112,120,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,100,51,100,51,100,51,59,98,111,120,45,115,104,97,100,111,119,58,105,110,115,101,116,32,48,32,49,112,120,32,49,112,120,32,35,102,48,102,48,102,48,44,48,32,51,112,120,32,54,112,120,32,45,53,112,120,32,35,98,98,98,125,46,110,111,85,105,45,99,111,110,110,101,99,116,115,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,51,112,120,125,46,110,111,85,105,45,99,111,110,110,101,99,116,123,98,97,99,107,103,114,111,117,110,100,58,35,51,102,98,56,97,102,125,46,110,111,85,105,45,100,114,97,103,103,97,98,108,101,123,99,117,114,115,111,114,58,101,119,45,114,101,115,105,122,101,125,46,110,111,85,105,45,118,101,114,116,105,99,97,108,32,46,110,111,85,105,45,100,114,97,103,103,97,98,108,101,123,99,117,114,115,111,114,58,110,115,45,114,101,115,105,122,101,125,46,110,111,85,105,45,104,97,110,100,108,101,123,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,100,57,100,57,100,57,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,51,112,120,59,98,97,99,107,103,114,111,117,110,100,58,35,102,102,102,59,99,117,114,115,111,114,58,100,101,102,97,117,108,116,59,98,111,120,45,115,104,97,100,111,119,58,105,110,115,101,116,32,48,32,48,32,49,112,120,32,35,102,102,102,44,105,110,115,101,116,32,48,32,49,112,120,32,55,112,120,32,35,101,98,101,98,101,98,44,48,32,51,112,120,32,54,112,120,32,45,51,112,120,32,35,98,98,98,125,46,110,111,85,105,45,97,99,116,105,118,101,123,98,111,120,45,115,104,97,100,111,119,58,105,110,115,101,116,32,48,32,48,32,49,112,120,32,35,102,102,102,44,105,110,115,101,116,32,48,32,49,112,120,32,55,112,120,32,35,100,100,100,44,48,32,51,112,120,32,54,112,120,32,45,51,112,120,32,35,98,98,98,125,46,110,111,85,105,45,104,97,110,100,108,101,58,97,102,116,101,114,44,46,110,111,85,105,45,104,97,110,100,108,101,58,98,101,102,111,114,101,123,99,111,110,116,101,110,116,58,34,34,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,104,101,105,103,104,116,58,49,52,112,120,59,119,105,100,116,104,58,49,112,120,59,98,97,99,107,103,114,111,117,110,100,58,35,101,56,101,55,101,54,59,108,101,102,116,58,49,52,112,120,59,116,111,112,58,54,112,120,125,46,110,111,85,105,45,104,97,110,100,108,101,58,97,102,116,101,114,123,108,101,102,116,58,49,55,112,120,125,46,110,111,85,105,45,118,101,114,116,105,99,97,108,32,46,110,111,85,105,45,104,97,110,100,108,101,58,97,102,116,101,114,44,46,110,111,85,105,45,118,101,114,116,105,99,97,108,32,46,110,111,85,105,45,104,97,110,100,108,101,58,98,101,102,111,114,101,123,119,105,100,116,104,58,49,52,112,120,59,104,101,105,103,104,116,58,49,112,120,59,108,101,102,116,58,54,112,120,59,116,111,112,58,49,52,112,120,125,46,110,111,85,105,45,118,101,114,116,105,99,97,108,32,46,110,111,85,105,45,104,97,110,100,108,101,58,97,102,116,101,114,123,116,111,112,58,49,55,112,120,125,91,100,105,115,97,98,108,101,100,93,32,46,110,111,85,105,45,99,111,110,110,101,99,116,123,98,97,99,107,103,114,111,117,110,100,58,35,98,56,98,56,98,56,125,91,100,105,115,97,98,108,101,100,93,46,110,111,85,105,45,104,97,110,100,108,101,44,91,100,105,115,97,98,108,101,100,93,32,46,110,111,85,105,45,104,97,110,100,108,101,44,91,100,105,115,97,98,108,101,100,93,46,110,111,85,105,45,116,97,114,103,101,116,123,99,117,114,115,111,114,58,110,111,116,45,97,108,108,111,119,101,100,125,46,110,111,85,105,45,112,105,112,115,44,46,110,111,85,105,45,112,105,112,115,32,42,123,98,111,120,45,115,105,122,105,110,103,58,98,111,114,100,101,114,45,98,111,120,125,46,110,111,85,105,45,112,105,112,115,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,99,111,108,111,114,58,35,57,57,57,125,46,110,111,85,105,45,118,97,108,117,101,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,125,46,110,111,85,105,45,118,97,108,117,101,45,115,117,98,123,99,111,108,111,114,58,35,99,99,99,59,102,111,110,116,45,115,105,122,101,58,49,48,112,120,125,46,110,111,85,105,45,109,97,114,107,101,114,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,98,97,99,107,103,114,111,117,110,100,58,35,99,99,99,125,46,110,111,85,105,45,109,97,114,107,101,114,45,108,97,114,103,101,44,46,110,111,85,105,45,109,97,114,107,101,114,45,115,117,98,123,98,97,99,107,103,114,111,117,110,100,58,35,97,97,97,125,46,110,111,85,105,45,112,105,112,115,45,104,111,114,105,122,111,110,116,97,108,123,112,97,100,100,105,110,103,58,49,48,112,120,32,48,59,104,101,105,103,104,116,58,56,48,112,120,59,116,111,112,58,49,48,48,37,59,108,101,102,116,58,48,59,119,105,100,116,104,58,49,48,48,37,125,46,110,111,85,105,45,118,97,108,117,101,45,104,111,114,105,122,111,110,116,97,108,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,40,45,53,48,37,44,53,48,37,41,125,46,110,111,85,105,45,114,116,108,32,46,110,111,85,105,45,118,97,108,117,101,45,104,111,114,105,122,111,110,116,97,108,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,40,53,48,37,44,53,48,37,41,125,46,110,111,85,105,45,109,97,114,107,101,114,45,104,111,114,105,122,111,110,116,97,108,46,110,111,85,105,45,109,97,114,107,101,114,123,109,97,114,103,105,110,45,108,101,102,116,58,45,49,112,120,59,119,105,100,116,104,58,50,112,120,59,104,101,105,103,104,116,58,53,112,120,125,46,110,111,85,105,45,109,97,114,107,101,114,45,104,111,114,105,122,111,110,116,97,108,46,110,111,85,105,45,109,97,114,107,101,114,45,115,117,98,123,104,101,105,103,104,116,58,49,48,112,120,125,46,110,111,85,105,45,109,97,114,107,101,114,45,104,111,114,105,122,111,110,116,97,108,46,110,111,85,105,45,109,97,114,107,101,114,45,108,97,114,103,101,123,104,101,105,103,104,116,58,49,53,112,120,125,46,110,111,85,105,45,112,105,112,115,45,118,101,114,116,105,99,97,108,123,112,97,100,100,105,110,103,58,48,32,49,48,112,120,59,104,101,105,103,104,116,58,49,48,48,37,59,116,111,112,58,48,59,108,101,102,116,58,49,48,48,37,125,46,110,111,85,105,45,118,97,108,117,101,45,118,101,114,116,105,99,97,108,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,89,40,45,53,48,37,41,59,112,97,100,100,105,110,103,45,108,101,102,116,58,50,53,112,120,125,46,110,111,85,105,45,114,116,108,32,46,110,111,85,105,45,118,97,108,117,101,45,118,101,114,116,105,99,97,108,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,89,40,53,48,37,41,125,46,110,111,85,105,45,109,97,114,107,101,114,45,118,101,114,116,105,99,97,108,46,110,111,85,105,45,109,97,114,107,101,114,123,119,105,100,116,104,58,53,112,120,59,104,101,105,103,104,116,58,50,112,120,59,109,97,114,103,105,110,45,116,111,112,58,45,49,112,120,125,46,110,111,85,105,45,109,97,114,107,101,114,45,118,101,114,116,105,99,97,108,46,110,111,85,105,45,109,97,114,107,101,114,45,115,117,98,123,119,105,100,116,104,58,49,48,112,120,125,46,110,111,85,105,45,109,97,114,107,101,114,45,118,101,114,116,105,99,97,108,46,110,111,85,105,45,109,97,114,107,101,114,45,108,97,114,103,101,123,119,105,100,116,104,58,49,53,112,120,125,46,110,111,85,105,45,116,111,111,108,116,105,112,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,100,57,100,57,100,57,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,51,112,120,59,98,97,99,107,103,114,111,117,110,100,58,35,102,102,102,59,99,111,108,111,114,58,35,48,48,48,59,112,97,100,100,105,110,103,58,53,112,120,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,125,46,110,111,85,105,45,104,111,114,105,122,111,110,116,97,108,32,46,110,111,85,105,45,116,111,111,108,116,105,112,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,40,45,53,48,37,41,59,108,101,102,116,58,53,48,37,59,98,111,116,116,111,109,58,49,50,48,37,125,46,110,111,85,105,45,118,101,114,116,105,99,97,108,32,46,110,111,85,105,45,116,111,111,108,116,105,112,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,89,40,45,53,48,37,41,59,116,111,112,58,53,48,37,59,114,105,103,104,116,58,49,50,48,37,125,46,110,111,85,105,45,104,111,114,105,122,111,110,116,97,108,32,46,110,111,85,105,45,111,114,105,103,105,110,62,46,110,111,85,105,45,116,111,111,108,116,105,112,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,40,53,48,37,41,59,108,101,102,116,58,97,117,116,111,59,98,111,116,116,111,109,58,49,48,112,120,125,46,110,111,85,105,45,118,101,114,116,105,99,97,108,32,46,110,111,85,105,45,111,114,105,103,105,110,62,46,110,111,85,105,45,116,111,111,108,116,105,112,123,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,89,40,45,49,56,112,120,41,59,116,111,112,58,97,117,116,111,59,114,105,103,104,116,58,50,56,112,120,125}; -char index_css[12802] = {46,110,97,118,98,97,114,91,100,97,116,97,45,118,45,54,48,100,99,54,49,57,100,93,123,98,111,120,45,115,104,97,100,111,119,58,48,32,46,49,50,53,114,101,109,32,46,50,53,114,101,109,32,114,103,98,40,48,32,48,32,48,47,56,37,41,33,105,109,112,111,114,116,97,110,116,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,98,97,114,91,100,97,116,97,45,118,45,54,48,100,99,54,49,57,100,93,123,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,56,52,44,49,48,55,44,49,50,50,44,46,49,56,56,50,51,53,50,57,52,49,49,55,54,52,55,48,54,41,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,110,111,110,101,125,46,110,97,118,98,97,114,45,98,114,97,110,100,91,100,97,116,97,45,118,45,54,48,100,99,54,49,57,100,93,123,99,111,108,111,114,58,35,50,50,50,33,105,109,112,111,114,116,97,110,116,59,102,111,110,116,45,115,105,122,101,58,49,46,55,53,114,101,109,59,112,97,100,100,105,110,103,58,48,59,102,111,110,116,45,102,97,109,105,108,121,58,72,97,99,107,125,46,110,97,118,98,97,114,45,98,114,97,110,100,91,100,97,116,97,45,118,45,54,48,100,99,54,49,57,100,93,58,104,111,118,101,114,123,99,111,108,111,114,58,35,48,48,48,33,105,109,112,111,114,116,97,110,116,125,46,118,101,114,115,105,111,110,91,100,97,116,97,45,118,45,54,48,100,99,54,49,57,100,93,123,99,111,108,111,114,58,35,50,50,50,33,105,109,112,111,114,116,97,110,116,59,109,97,114,103,105,110,45,108,101,102,116,58,45,49,56,112,120,59,109,97,114,103,105,110,45,116,111,112,58,45,49,52,112,120,59,102,111,110,116,45,115,105,122,101,58,49,49,112,120,59,102,111,110,116,45,102,97,109,105,108,121,58,109,111,110,111,115,112,97,99,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,118,101,114,115,105,111,110,91,100,97,116,97,45,118,45,54,48,100,99,54,49,57,100,93,123,99,111,108,111,114,58,35,102,53,102,53,102,53,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,98,97,114,45,98,114,97,110,100,91,100,97,116,97,45,118,45,54,48,100,99,54,49,57,100,93,123,102,111,110,116,45,115,105,122,101,58,49,46,55,53,114,101,109,59,112,97,100,100,105,110,103,58,48,59,99,111,108,111,114,58,35,102,53,102,53,102,53,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,98,116,110,91,100,97,116,97,45,118,45,54,48,100,99,54,49,57,100,93,58,104,111,118,101,114,44,46,116,104,101,109,101,45,98,108,97,99,107,32,97,91,100,97,116,97,45,118,45,54,48,100,99,54,49,57,100,93,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,98,97,114,32,115,112,97,110,91,100,97,116,97,45,118,45,54,48,100,99,54,49,57,100,93,123,99,111,108,111,114,58,35,101,101,101,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,54,53,48,112,120,41,123,46,116,97,103,108,105,110,101,91,100,97,116,97,45,118,45,54,48,100,99,54,49,57,100,93,44,46,118,101,114,115,105,111,110,91,100,97,116,97,45,118,45,54,48,100,99,54,49,57,100,93,123,100,105,115,112,108,97,121,58,110,111,110,101,125,125,46,116,104,101,109,101,45,108,105,103,104,116,32,46,98,116,110,45,108,105,110,107,91,100,97,116,97,45,118,45,54,48,100,99,54,49,57,100,93,123,99,111,108,111,114,58,35,50,50,50,125,98,111,100,121,44,104,116,109,108,123,104,101,105,103,104,116,58,49,48,48,37,125,35,97,112,112,123,45,119,101,98,107,105,116,45,102,111,110,116,45,115,109,111,111,116,104,105,110,103,58,97,110,116,105,97,108,105,97,115,101,100,59,45,109,111,122,45,111,115,120,45,102,111,110,116,45,115,109,111,111,116,104,105,110,103,58,103,114,97,121,115,99,97,108,101,59,99,111,108,111,114,58,35,50,99,51,101,53,48,59,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,49,101,109,59,109,105,110,45,104,101,105,103,104,116,58,49,48,48,37,125,46,116,104,101,109,101,45,98,108,97,99,107,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,99,97,114,100,44,46,116,104,101,109,101,45,98,108,97,99,107,32,46,109,111,100,97,108,45,99,111,110,116,101,110,116,123,98,97,99,107,103,114,111,117,110,100,58,35,50,49,50,49,50,49,59,99,111,108,111,114,58,35,101,48,101,48,101,48,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,49,112,120,59,98,111,114,100,101,114,58,110,111,110,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,116,97,98,108,101,123,99,111,108,111,114,58,35,101,48,101,48,101,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,116,97,98,108,101,32,116,100,44,46,116,104,101,109,101,45,98,108,97,99,107,32,46,116,97,98,108,101,32,116,104,123,98,111,114,100,101,114,58,110,111,110,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,116,97,98,108,101,32,116,104,101,97,100,32,116,104,123,98,111,114,100,101,114,45,98,111,116,116,111,109,58,49,112,120,32,115,111,108,105,100,32,35,54,52,54,52,54,52,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,99,117,115,116,111,109,45,115,101,108,101,99,116,123,111,118,101,114,102,108,111,119,58,97,117,116,111,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,55,52,55,52,102,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,54,49,54,49,54,49,59,99,111,108,111,114,58,35,98,100,98,100,98,100,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,99,117,115,116,111,109,45,115,101,108,101,99,116,58,102,111,99,117,115,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,55,53,55,53,55,53,59,111,117,116,108,105,110,101,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,50,53,41,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,115,101,108,101,99,116,101,100,62,46,116,105,116,108,101,45,119,114,97,112,58,104,111,118,101,114,43,46,119,104,111,108,101,114,111,119,44,46,116,104,101,109,101,45,98,108,97,99,107,32,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,115,101,108,101,99,116,101,100,62,46,119,104,111,108,101,114,111,119,123,98,97,99,107,103,114,111,117,110,100,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,99,111,108,108,97,112,115,101,58,98,101,102,111,114,101,44,46,116,104,101,109,101,45,98,108,97,99,107,32,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,101,120,112,97,110,100,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,48,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,116,105,116,108,101,123,99,111,108,111,114,58,35,101,101,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,105,110,115,112,105,114,101,45,116,114,101,101,123,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,59,102,111,110,116,45,115,105,122,101,58,49,52,112,120,59,102,111,110,116,45,102,97,109,105,108,121,58,72,101,108,118,101,116,105,99,97,44,78,117,101,117,101,44,86,101,114,100,97,110,97,44,115,97,110,115,45,115,101,114,105,102,59,109,97,120,45,104,101,105,103,104,116,58,51,53,48,112,120,59,111,118,101,114,102,108,111,119,58,97,117,116,111,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,91,116,121,112,101,61,99,104,101,99,107,98,111,120,93,123,108,101,102,116,58,50,50,112,120,33,105,109,112,111,114,116,97,110,116,59,116,111,112,58,55,112,120,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,102,111,114,109,45,99,111,110,116,114,111,108,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,55,52,55,52,102,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,54,49,54,49,54,49,59,99,111,108,111,114,58,35,100,98,100,98,100,98,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,102,111,114,109,45,99,111,110,116,114,111,108,58,102,111,99,117,115,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,53,52,54,101,55,97,59,99,111,108,111,114,58,35,102,102,102,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,100,101,102,97,117,108,116,45,105,110,112,117,116,44,46,116,104,101,109,101,45,98,108,97,99,107,32,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,123,98,97,99,107,103,114,111,117,110,100,58,35,51,55,52,55,52,102,33,105,109,112,111,114,116,97,110,116,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,54,49,54,49,54,49,33,105,109,112,111,114,116,97,110,116,59,99,111,108,111,114,58,35,100,98,100,98,100,98,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,58,58,45,109,111,122,45,112,108,97,99,101,104,111,108,100,101,114,123,99,111,108,111,114,58,35,98,100,98,100,98,100,33,105,109,112,111,114,116,97,110,116,59,111,112,97,99,105,116,121,58,49,125,46,116,104,101,109,101,45,98,108,97,99,107,32,58,45,109,115,45,105,110,112,117,116,45,112,108,97,99,101,104,111,108,100,101,114,123,99,111,108,111,114,58,35,98,100,98,100,98,100,33,105,109,112,111,114,116,97,110,116,59,111,112,97,99,105,116,121,58,49,125,46,116,104,101,109,101,45,98,108,97,99,107,32,58,58,112,108,97,99,101,104,111,108,100,101,114,123,99,111,108,111,114,58,35,98,100,98,100,98,100,33,105,109,112,111,114,116,97,110,116,59,111,112,97,99,105,116,121,58,49,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,108,105,110,107,123,99,111,108,111,114,58,35,101,48,101,48,101,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,105,116,101,109,46,115,104,111,119,32,46,110,97,118,45,108,105,110,107,44,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,108,105,110,107,46,97,99,116,105,118,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,49,50,49,50,49,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,54,49,54,49,54,49,32,35,54,49,54,49,54,49,32,35,50,49,50,49,50,49,59,99,111,108,111,114,58,35,101,48,101,48,101,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,108,105,110,107,58,102,111,99,117,115,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,54,49,54,49,54,49,32,35,54,49,54,49,54,49,32,35,50,49,50,49,50,49,59,99,111,108,111,114,58,35,101,48,101,48,101,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,108,105,110,107,58,102,111,99,117,115,44,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,108,105,110,107,58,104,111,118,101,114,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,101,48,101,48,101,48,32,35,101,48,101,48,101,48,32,35,50,49,50,49,50,49,59,99,111,108,111,114,58,35,101,48,101,48,101,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,45,116,97,98,115,123,98,111,114,100,101,114,45,98,111,116,116,111,109,58,35,54,49,54,49,54,49,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,98,116,110,58,104,111,118,101,114,44,46,116,104,101,109,101,45,98,108,97,99,107,32,97,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,98,45,100,114,111,112,100,111,119,110,32,97,58,104,111,118,101,114,123,99,111,108,111,114,58,105,110,104,101,114,105,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,98,116,110,123,99,111,108,111,114,58,35,101,101,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,109,111,100,97,108,45,104,101,97,100,101,114,32,46,99,108,111,115,101,123,99,111,108,111,114,58,35,101,48,101,48,101,48,59,116,101,120,116,45,115,104,97,100,111,119,58,110,111,110,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,109,111,100,97,108,45,104,101,97,100,101,114,123,98,111,114,100,101,114,45,98,111,116,116,111,109,58,49,112,120,32,115,111,108,105,100,32,35,54,52,54,52,54,52,125,35,110,97,118,123,112,97,100,100,105,110,103,58,51,48,112,120,125,35,110,97,118,32,97,123,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,59,99,111,108,111,114,58,35,50,99,51,101,53,48,125,35,110,97,118,32,97,46,114,111,117,116,101,114,45,108,105,110,107,45,101,120,97,99,116,45,97,99,116,105,118,101,123,99,111,108,111,114,58,35,52,50,98,57,56,51,125,46,109,111,98,105,108,101,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,99,111,110,116,97,105,110,101,114,123,112,97,100,100,105,110,103,45,116,111,112,58,49,101,109,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,54,53,48,112,120,41,123,46,109,111,98,105,108,101,123,100,105,115,112,108,97,121,58,105,110,105,116,105,97,108,125,46,110,111,116,45,109,111,98,105,108,101,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,103,114,105,100,45,115,105,110,103,108,101,45,99,111,108,117,109,110,32,46,102,105,116,123,109,97,120,45,104,101,105,103,104,116,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,99,111,110,116,97,105,110,101,114,123,112,97,100,100,105,110,103,45,108,101,102,116,58,48,59,112,97,100,100,105,110,103,45,114,105,103,104,116,58,48,59,112,97,100,100,105,110,103,45,116,111,112,58,48,125,46,108,105,103,104,116,98,111,120,45,99,97,112,116,105,111,110,123,100,105,115,112,108,97,121,58,110,111,110,101,125,125,46,105,110,102,111,45,105,99,111,110,123,119,105,100,116,104,58,49,114,101,109,59,109,97,114,103,105,110,45,114,105,103,104,116,58,46,50,114,101,109,59,99,117,114,115,111,114,58,112,111,105,110,116,101,114,59,108,105,110,101,45,104,101,105,103,104,116,58,49,114,101,109,59,104,101,105,103,104,116,58,49,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,98,97,115,101,54,52,44,80,72,78,50,90,121,66,52,98,87,120,117,99,122,48,105,97,72,82,48,99,68,111,118,76,51,100,51,100,121,53,51,77,121,53,118,99,109,99,118,77,106,65,119,77,67,57,122,100,109,99,105,73,72,90,112,90,88,100,67,98,51,103,57,73,106,65,103,77,67,65,48,77,106,89,117,78,106,89,51,73,68,81,121,78,105,52,50,78,106,99,105,73,71,90,112,98,71,119,57,73,105,78,109,90,109,89,105,80,106,120,119,89,88,82,111,73,71,81,57,73,107,48,120,79,84,73,103,77,84,107,121,97,68,81,121,76,106,89,50,78,51,89,120,77,106,104,73,77,84,107,121,101,105,73,118,80,106,120,119,89,88,82,111,73,71,81,57,73,107,48,121,77,84,77,117,77,122,77,122,73,68,66,68,79,84,85,117,78,68,89,51,73,68,65,103,77,67,65,53,78,83,52,48,78,106,99,103,77,67,65,121,77,84,77,117,77,122,77,122,99,122,107,49,76,106,81,50,78,121,65,121,77,84,77,117,77,122,77,122,73,68,73,120,77,121,52,122,77,122,77,103,77,106,69,122,76,106,77,122,77,49,77,48,77,106,89,117,78,106,89,51,73,68,77,122,77,83,52,121,73,68,81,121,78,105,52,50,78,106,99,103,77,106,69,122,76,106,77,122,77,121,65,122,77,122,69,117,77,105,65,119,73,68,73,120,77,121,52,122,77,122,77,103,77,72,112,116,77,67,65,122,79,68,82,106,76,84,107,48,76,106,65,52,73,68,65,116,77,84,99,119,76,106,89,50,78,121,48,51,78,105,52,49,79,68,99,116,77,84,99,119,76,106,89,50,78,121,48,120,78,122,65,117,78,106,89,51,85,122,69,120,79,83,52,121,78,84,77,103,78,68,73,117,78,106,89,51,73,68,73,120,77,121,52,122,77,122,77,103,78,68,73,117,78,106,89,51,73,68,77,52,78,67,65,120,77,84,107,117,77,106,85,122,73,68,77,52,78,67,65,121,77,84,77,117,77,122,77,122,73,68,77,119,78,121,52,48,77,84,77,103,77,122,103,48,73,68,73,120,77,121,52,122,77,122,77,103,77,122,103,48,101,105,73,118,80,106,120,119,89,88,82,111,73,71,81,57,73,107,48,120,79,84,73,103,77,84,65,50,76,106,89,50,78,50,103,48,77,105,52,50,78,106,100,50,78,68,73,117,78,106,89,51,83,68,69,53,77,110,111,105,76,122,52,56,76,51,78,50,90,122,52,61,41,59,102,105,108,116,101,114,58,98,114,105,103,104,116,110,101,115,115,40,52,53,37,41,59,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,116,97,98,115,123,109,97,114,103,105,110,45,116,111,112,58,49,48,112,120,125,46,109,111,100,97,108,45,116,105,116,108,101,123,116,101,120,116,45,111,118,101,114,102,108,111,119,58,101,108,108,105,112,115,105,115,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,125,64,109,101,100,105,97,32,115,99,114,101,101,110,32,97,110,100,32,40,109,105,110,45,119,105,100,116,104,58,49,53,48,48,112,120,41,123,46,99,111,110,116,97,105,110,101,114,123,109,97,120,45,119,105,100,116,104,58,49,52,52,48,112,120,125,125,46,110,111,85,105,45,99,111,110,110,101,99,116,115,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,49,112,120,33,105,109,112,111,114,116,97,110,116,125,109,97,114,107,123,98,97,99,107,103,114,111,117,110,100,58,35,102,102,102,50,49,55,125,46,116,104,101,109,101,45,98,108,97,99,107,32,109,97,114,107,44,109,97,114,107,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,59,112,97,100,100,105,110,103,58,49,112,120,32,48,59,99,111,108,111,114,58,105,110,104,101,114,105,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,109,97,114,107,123,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,50,53,49,44,49,57,49,44,52,49,44,46,50,53,41,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,99,111,110,116,101,110,116,45,100,105,118,32,109,97,114,107,123,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,50,53,49,44,49,57,49,44,52,49,44,46,52,41,59,99,111,108,111,114,58,35,102,102,102,125,46,99,111,110,116,101,110,116,45,100,105,118,123,102,111,110,116,45,102,97,109,105,108,121,58,83,70,77,111,110,111,45,82,101,103,117,108,97,114,44,77,101,110,108,111,44,77,111,110,97,99,111,44,67,111,110,115,111,108,97,115,44,76,105,98,101,114,97,116,105,111,110,32,77,111,110,111,44,67,111,117,114,105,101,114,32,78,101,119,44,109,111,110,111,115,112,97,99,101,59,102,111,110,116,45,115,105,122,101,58,49,51,112,120,59,112,97,100,100,105,110,103,58,49,101,109,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,53,102,53,102,53,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,99,99,99,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,52,112,120,59,109,97,114,103,105,110,58,51,112,120,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,114,109,97,108,59,99,111,108,111,114,58,35,48,48,48,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,99,111,110,116,101,110,116,45,100,105,118,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,55,52,55,52,102,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,54,49,54,49,54,49,59,99,111,108,111,114,58,35,101,48,101,48,101,48,125,46,103,114,97,112,104,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,119,105,100,116,104,58,52,48,37,125,46,115,116,97,116,115,45,99,97,114,100,123,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,112,97,100,100,105,110,103,58,49,101,109,125,115,118,103,91,100,97,116,97,45,118,45,52,54,52,97,48,100,57,55,93,123,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,109,105,100,100,108,101,125,115,118,103,91,100,97,116,97,45,118,45,52,54,52,97,48,100,57,55,93,44,115,118,103,91,100,97,116,97,45,118,45,100,54,100,56,54,99,53,54,93,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,119,105,100,116,104,58,50,48,112,120,59,104,101,105,103,104,116,58,50,48,112,120,125,115,118,103,91,100,97,116,97,45,118,45,100,54,100,56,54,99,53,54,93,123,109,97,114,103,105,110,45,116,111,112,58,45,52,112,120,125,46,115,104,114,105,110,107,123,102,108,101,120,45,103,114,111,119,58,105,110,104,101,114,105,116,125,46,98,97,100,103,101,45,112,105,108,108,91,100,97,116,97,45,118,45,52,100,101,97,49,48,55,48,93,123,112,97,100,100,105,110,103,58,46,51,101,109,32,46,52,101,109,32,46,49,101,109,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,54,114,101,109,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,123,112,97,100,100,105,110,103,58,53,112,120,32,49,48,112,120,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,99,111,110,116,101,110,116,45,119,114,97,112,112,101,114,123,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,115,123,98,97,99,107,103,114,111,117,110,100,58,35,51,55,52,55,52,102,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,54,49,54,49,54,49,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,105,110,112,117,116,123,99,111,108,111,114,58,35,100,98,100,98,100,98,59,98,97,99,107,103,114,111,117,110,100,58,35,51,55,52,55,52,102,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,99,111,110,116,101,110,116,45,119,114,97,112,112,101,114,123,98,111,114,100,101,114,58,110,111,110,101,125,46,98,97,100,103,101,45,118,105,100,101,111,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,50,55,55,54,49,125,46,98,97,100,103,101,45,105,109,97,103,101,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,97,97,57,57,99,57,125,46,98,97,100,103,101,45,97,117,100,105,111,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,97,100,101,102,125,46,98,97,100,103,101,45,117,115,101,114,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,48,101,48,101,48,125,46,97,100,100,45,116,97,103,45,98,117,116,116,111,110,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,58,104,111,118,101,114,44,46,98,97,100,103,101,45,117,115,101,114,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,58,104,111,118,101,114,123,98,111,120,45,115,104,97,100,111,119,58,48,32,49,112,120,32,51,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,49,50,41,44,48,32,49,112,120,32,50,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,50,52,41,125,46,98,97,100,103,101,45,116,101,120,116,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,97,97,98,51,99,125,46,98,97,100,103,101,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,109,97,114,103,105,110,45,114,105,103,104,116,58,51,112,120,125,46,98,97,100,103,101,45,100,101,108,101,116,101,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,50,112,120,59,109,97,114,103,105,110,45,108,101,102,116,58,50,112,120,59,109,97,114,103,105,110,45,116,111,112,58,45,49,112,120,59,102,111,110,116,45,102,97,109,105,108,121,58,109,111,110,111,115,112,97,99,101,59,102,111,110,116,45,115,105,122,101,58,57,48,37,59,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,48,44,48,44,48,44,46,50,41,59,112,97,100,100,105,110,103,58,46,49,101,109,32,46,52,101,109,59,99,111,108,111,114,58,35,102,102,102,59,99,117,114,115,111,114,58,112,111,105,110,116,101,114,125,46,98,97,100,103,101,45,115,105,122,101,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,119,105,100,116,104,58,53,48,112,120,59,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,125,46,97,100,100,45,116,97,103,45,98,117,116,116,111,110,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,99,117,114,115,111,114,58,112,111,105,110,116,101,114,59,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,48,101,48,101,48,59,119,105,100,116,104,58,53,48,112,120,125,46,98,97,100,103,101,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,45,119,101,98,107,105,116,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,111,122,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,115,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,125,46,98,97,100,103,101,45,115,117,103,103,101,115,116,105,111,110,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,102,111,110,116,45,115,105,122,101,58,57,48,37,59,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,125,46,118,99,45,116,119,105,116,116,101,114,45,98,111,100,121,123,112,97,100,100,105,110,103,58,48,33,105,109,112,111,114,116,97,110,116,125,46,118,99,45,116,119,105,116,116,101,114,123,98,111,120,45,115,104,97,100,111,119,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,59,98,97,99,107,103,114,111,117,110,100,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,116,111,111,108,116,105,112,123,45,119,101,98,107,105,116,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,111,122,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,115,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,125,46,116,111,97,115,116,123,98,111,114,100,101,114,58,110,111,110,101,125,46,102,105,108,101,45,116,105,116,108,101,45,97,110,99,104,111,114,91,100,97,116,97,45,118,45,55,56,54,97,100,97,98,50,93,123,109,97,120,45,119,105,100,116,104,58,99,97,108,99,40,49,48,48,37,32,45,32,49,46,50,114,101,109,41,125,46,102,105,108,101,45,116,105,116,108,101,91,100,97,116,97,45,118,45,55,56,54,97,100,97,98,50,93,123,119,105,100,116,104,58,49,48,48,37,59,108,105,110,101,45,104,101,105,103,104,116,58,49,114,101,109,59,104,101,105,103,104,116,58,49,46,49,114,101,109,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,59,116,101,120,116,45,111,118,101,114,102,108,111,119,58,101,108,108,105,112,115,105,115,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,102,111,110,116,45,115,105,122,101,58,49,54,112,120,59,102,111,110,116,45,102,97,109,105,108,121,58,83,111,117,114,99,101,32,83,97,110,115,32,80,114,111,44,115,97,110,115,45,115,101,114,105,102,59,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,102,105,108,101,45,116,105,116,108,101,91,100,97,116,97,45,118,45,55,56,54,97,100,97,98,50,93,123,99,111,108,111,114,58,35,100,100,100,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,102,105,108,101,45,116,105,116,108,101,91,100,97,116,97,45,118,45,55,56,54,97,100,97,98,50,93,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,125,46,116,104,101,109,101,45,108,105,103,104,116,32,46,102,105,108,101,45,116,105,116,108,101,91,100,97,116,97,45,118,45,55,56,54,97,100,97,98,50,93,123,99,111,108,111,114,58,35,48,48,48,125,46,100,111,99,45,99,97,114,100,32,46,102,105,108,101,45,116,105,116,108,101,91,100,97,116,97,45,118,45,55,56,54,97,100,97,98,50,93,123,102,111,110,116,45,115,105,122,101,58,49,50,112,120,125,46,105,109,103,45,119,114,97,112,112,101,114,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,125,46,105,109,103,45,119,114,97,112,112,101,114,58,104,111,118,101,114,32,115,118,103,123,102,105,108,108,58,35,48,48,48,125,46,112,111,105,110,116,101,114,123,99,117,114,115,111,114,58,112,111,105,110,116,101,114,125,46,102,105,116,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,109,105,110,45,119,105,100,116,104,58,54,52,112,120,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,59,109,97,114,103,105,110,58,48,32,97,117,116,111,32,48,59,119,105,100,116,104,58,97,117,116,111,59,104,101,105,103,104,116,58,97,117,116,111,125,46,99,97,114,100,45,105,109,103,45,116,111,112,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,112,97,100,100,105,110,103,45,48,51,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,112,97,100,100,105,110,103,58,46,51,114,101,109,125,46,99,97,114,100,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,109,97,114,103,105,110,45,116,111,112,58,49,101,109,59,109,97,114,103,105,110,45,108,101,102,116,58,48,59,109,97,114,103,105,110,45,114,105,103,104,116,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,46,49,50,53,114,101,109,32,46,50,53,114,101,109,32,114,103,98,97,40,48,44,48,44,48,44,46,48,56,41,33,105,109,112,111,114,116,97,110,116,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,58,110,111,110,101,125,46,99,97,114,100,45,98,111,100,121,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,112,97,100,100,105,110,103,58,46,51,114,101,109,125,46,99,97,114,100,45,105,109,103,45,111,118,101,114,108,97,121,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,59,112,97,100,100,105,110,103,58,46,55,53,114,101,109,59,98,111,116,116,111,109,58,117,110,115,101,116,59,116,111,112,58,48,59,108,101,102,116,58,117,110,115,101,116,59,114,105,103,104,116,58,117,110,115,101,116,125,46,98,97,100,103,101,45,114,101,115,111,108,117,116,105,111,110,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,99,49,48,55,125,46,112,108,97,121,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,119,105,100,116,104,58,50,53,112,120,59,104,101,105,103,104,116,58,50,53,112,120,59,108,101,102,116,58,53,48,37,59,116,111,112,58,53,48,37,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,40,45,53,48,37,44,45,53,48,37,41,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,112,108,97,121,32,115,118,103,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,102,105,108,108,58,114,103,98,97,40,48,44,48,44,48,44,46,55,41,125,46,100,111,99,45,99,97,114,100,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,112,97,100,100,105,110,103,45,108,101,102,116,58,51,112,120,59,112,97,100,100,105,110,103,45,114,105,103,104,116,58,51,112,120,125,46,115,109,97,108,108,45,98,97,100,103,101,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,112,97,100,100,105,110,103,58,49,112,120,32,51,112,120,59,102,111,110,116,45,115,105,122,101,58,55,48,37,125,46,97,117,100,105,111,45,102,105,116,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,104,101,105,103,104,116,58,51,57,112,120,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,98,111,116,116,111,109,59,100,105,115,112,108,97,121,58,105,110,108,105,110,101,59,119,105,100,116,104,58,49,48,48,37,125,46,115,117,98,45,100,111,99,117,109,101,110,116,32,46,99,97,114,100,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,49,55,49,44,55,49,44,49,56,56,44,46,49,50,49,53,54,56,54,50,55,52,53,48,57,56,48,51,57,41,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,115,117,98,45,100,111,99,117,109,101,110,116,32,46,99,97,114,100,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,98,97,99,107,103,114,111,117,110,100,58,35,51,55,52,55,52,102,33,105,109,112,111,114,116,97,110,116,125,46,115,117,98,45,100,111,99,117,109,101,110,116,32,46,102,105,116,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,112,97,100,100,105,110,103,58,52,112,120,32,52,112,120,32,48,32,52,112,120,125,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,58,110,116,104,45,99,104,105,108,100,40,50,41,123,111,114,100,101,114,58,49,125,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,58,102,105,114,115,116,45,99,104,105,108,100,123,111,114,100,101,114,58,50,125,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,58,110,116,104,45,99,104,105,108,100,40,51,41,123,111,114,100,101,114,58,51,125,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,58,110,116,104,45,99,104,105,108,100,40,52,41,123,111,114,100,101,114,58,52,125,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,58,110,116,104,45,99,104,105,108,100,40,53,41,123,111,114,100,101,114,58,53,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,54,53,48,112,120,41,123,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,58,110,116,104,45,99,104,105,108,100,40,54,41,123,100,105,115,112,108,97,121,58,110,111,110,101,125,125,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,58,110,116,104,45,99,104,105,108,100,40,54,41,123,111,114,100,101,114,58,54,125,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,58,110,116,104,45,99,104,105,108,100,40,55,41,123,111,114,100,101,114,58,55,125,35,109,105,109,101,84,114,101,101,91,100,97,116,97,45,118,45,48,56,55,102,102,102,100,54,93,123,109,97,120,45,104,101,105,103,104,116,58,51,53,48,112,120,59,111,118,101,114,102,108,111,119,58,97,117,116,111,125,46,100,114,111,112,100,111,119,110,45,97,99,116,105,118,101,32,97,123,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,125,35,114,101,115,117,108,116,115,123,109,97,114,103,105,110,45,116,111,112,58,49,101,109,59,98,111,120,45,115,104,97,100,111,119,58,48,32,46,49,50,53,114,101,109,32,46,50,53,114,101,109,32,114,103,98,97,40,48,44,48,44,48,44,46,48,56,41,33,105,109,112,111,114,116,97,110,116,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,58,110,111,110,101,125,35,114,101,115,117,108,116,115,32,46,99,97,114,100,45,98,111,100,121,123,112,97,100,100,105,110,103,58,46,55,101,109,32,49,46,50,53,101,109,125,46,104,105,100,100,101,110,123,100,105,115,112,108,97,121,58,110,111,110,101,125,35,109,105,109,101,84,114,101,101,91,100,97,116,97,45,118,45,98,50,52,97,57,57,101,54,93,123,109,97,120,45,104,101,105,103,104,116,58,51,53,48,112,120,59,111,118,101,114,102,108,111,119,58,97,117,116,111,125,46,102,111,114,109,45,99,111,110,116,114,111,108,45,102,105,120,45,102,108,101,120,91,100,97,116,97,45,118,45,98,50,52,97,57,57,101,54,93,123,102,108,101,120,58,49,32,49,32,97,117,116,111,59,119,105,100,116,104,58,49,37,59,109,105,110,45,119,105,100,116,104,58,48,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,125,46,115,117,103,103,101,115,116,105,111,110,45,108,105,110,101,91,100,97,116,97,45,118,45,98,50,52,97,57,57,101,54,93,123,109,97,120,45,119,105,100,116,104,58,49,48,48,37,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,116,101,120,116,45,111,118,101,114,102,108,111,119,58,101,108,108,105,112,115,105,115,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,49,125,46,115,117,103,103,101,115,116,105,111,110,115,123,109,97,120,45,104,101,105,103,104,116,58,50,53,48,112,120,59,111,118,101,114,102,108,111,119,45,121,58,97,117,116,111,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,115,117,103,103,101,115,116,105,111,110,115,123,99,111,108,111,114,58,35,48,48,48,125,35,115,105,122,101,83,108,105,100,101,114,123,109,97,114,103,105,110,45,116,111,112,58,51,52,112,120,59,104,101,105,103,104,116,58,49,50,112,120,125,46,115,108,105,100,101,114,45,99,111,108,111,114,48,123,98,97,99,107,103,114,111,117,110,100,58,35,50,49,57,54,102,51,59,98,111,120,45,115,104,97,100,111,119,58,110,111,110,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,115,108,105,100,101,114,45,99,111,108,111,114,48,123,98,97,99,107,103,114,111,117,110,100,58,35,48,48,98,99,100,52,125,46,110,111,85,105,45,104,111,114,105,122,111,110,116,97,108,32,46,110,111,85,105,45,104,97,110,100,108,101,123,119,105,100,116,104,58,50,112,120,59,104,101,105,103,104,116,58,49,56,112,120,59,114,105,103,104,116,58,45,49,112,120,59,116,111,112,58,45,51,112,120,59,98,111,114,100,101,114,58,110,111,110,101,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,57,55,54,100,50,59,98,111,120,45,115,104,97,100,111,119,58,110,111,110,101,59,99,117,114,115,111,114,58,101,119,45,114,101,115,105,122,101,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,111,85,105,45,104,111,114,105,122,111,110,116,97,108,32,46,110,111,85,105,45,104,97,110,100,108,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,49,54,56,97,99,125,46,110,111,85,105,45,104,97,110,100,108,101,58,98,101,102,111,114,101,123,108,101,102,116,58,51,112,120,125,46,110,111,85,105,45,104,97,110,100,108,101,58,97,102,116,101,114,44,46,110,111,85,105,45,104,97,110,100,108,101,58,98,101,102,111,114,101,123,116,111,112,58,45,54,112,120,59,119,105,100,116,104,58,49,48,112,120,59,104,101,105,103,104,116,58,50,56,112,120,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,46,110,111,85,105,45,104,97,110,100,108,101,58,97,102,116,101,114,123,108,101,102,116,58,45,49,48,112,120,125,46,110,111,85,105,45,100,114,97,103,103,97,98,108,101,123,99,117,114,115,111,114,58,109,111,118,101,125,46,110,111,85,105,45,116,111,111,108,116,105,112,123,99,111,108,111,114,58,35,102,102,102,59,102,111,110,116,45,115,105,122,101,58,49,51,112,120,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,51,51,51,59,116,101,120,116,45,115,104,97,100,111,119,58,110,111,110,101,59,112,97,100,100,105,110,103,58,48,32,50,112,120,59,98,97,99,107,103,114,111,117,110,100,58,35,50,49,57,54,102,51,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,52,112,120,59,98,111,114,100,101,114,58,110,111,110,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,111,85,105,45,116,111,111,108,116,105,112,123,98,97,99,107,103,114,111,117,110,100,58,35,48,48,98,99,100,52,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,111,85,105,45,99,111,110,110,101,99,116,115,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,55,52,55,52,102,125,46,110,111,85,105,45,104,111,114,105,122,111,110,116,97,108,32,46,110,111,85,105,45,111,114,105,103,105,110,62,46,110,111,85,105,45,116,111,111,108,116,105,112,123,98,111,116,116,111,109,58,55,112,120,125,46,110,111,85,105,45,116,97,114,103,101,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,49,101,52,101,57,59,98,111,114,100,101,114,58,110,111,110,101,59,98,111,120,45,115,104,97,100,111,119,58,110,111,110,101,125,35,100,97,116,101,83,108,105,100,101,114,123,109,97,114,103,105,110,45,116,111,112,58,51,52,112,120,59,104,101,105,103,104,116,58,49,50,112,120,125,35,109,105,109,101,84,114,101,101,91,100,97,116,97,45,118,45,54,52,49,53,100,51,51,56,93,123,109,97,120,45,104,101,105,103,104,116,58,51,53,48,112,120,59,111,118,101,114,102,108,111,119,58,97,117,116,111,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,102,111,99,117,115,101,100,62,46,119,104,111,108,101,114,111,119,123,98,111,114,100,101,114,58,110,111,110,101,125,46,102,105,108,101,45,105,99,111,110,91,100,97,116,97,45,118,45,48,99,101,99,51,52,99,56,93,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,109,97,120,45,104,101,105,103,104,116,58,49,48,48,37,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,59,116,111,112,58,48,59,98,111,116,116,111,109,58,48,59,108,101,102,116,58,48,59,114,105,103,104,116,58,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,102,105,108,101,45,105,99,111,110,91,100,97,116,97,45,118,45,48,99,101,99,51,52,99,56,93,123,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,51,49,51,55,50,53,52,57,48,49,57,54,48,55,56,52,41,125,46,116,104,101,109,101,45,108,105,103,104,116,32,46,102,105,108,101,45,105,99,111,110,91,100,97,116,97,45,118,45,48,99,101,99,51,52,99,56,93,123,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,54,50,55,52,53,48,57,56,48,51,57,50,49,53,54,57,41,125,46,108,105,115,116,45,103,114,111,117,112,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,109,97,114,103,105,110,45,116,111,112,58,49,101,109,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,46,53,114,101,109,59,98,111,120,45,115,104,97,100,111,119,58,48,32,46,49,50,53,114,101,109,32,46,50,53,114,101,109,32,114,103,98,40,48,32,48,32,48,47,56,37,41,33,105,109,112,111,114,116,97,110,116,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,58,110,111,110,101,125,46,112,97,116,104,45,114,111,119,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,100,105,115,112,108,97,121,58,102,108,101,120,59,97,108,105,103,110,45,105,116,101,109,115,58,102,108,101,120,45,115,116,97,114,116,125,46,112,97,116,104,45,108,105,110,101,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,99,111,108,111,114,58,103,114,101,121,59,116,101,120,116,45,111,118,101,114,102,108,111,119,58,101,108,108,105,112,115,105,115,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,59,109,97,114,103,105,110,45,114,105,103,104,116,58,46,51,101,109,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,112,97,116,104,45,108,105,110,101,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,99,111,108,111,114,58,35,98,98,98,125,46,112,108,97,121,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,119,105,100,116,104,58,49,56,112,120,59,104,101,105,103,104,116,58,49,56,112,120,59,108,101,102,116,58,53,48,37,59,116,111,112,58,53,48,37,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,40,45,53,48,37,44,45,53,48,37,41,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,112,108,97,121,32,115,118,103,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,102,105,108,108,58,114,103,98,97,40,48,44,48,44,48,44,46,55,41,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,32,46,105,109,103,45,119,114,97,112,112,101,114,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,119,105,100,116,104,58,56,56,112,120,59,104,101,105,103,104,116,58,56,56,112,120,125,46,102,105,116,45,115,109,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,109,97,120,45,104,101,105,103,104,116,58,49,48,48,37,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,59,119,105,100,116,104,58,97,117,116,111,59,104,101,105,103,104,116,58,97,117,116,111,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,48,59,98,111,116,116,111,109,58,48,59,108,101,102,116,58,48,59,114,105,103,104,116,58,48,59,109,97,114,103,105,110,58,97,117,116,111,125,46,100,111,99,45,108,105,110,101,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,109,97,120,45,119,105,100,116,104,58,99,97,108,99,40,49,48,48,37,32,45,32,56,56,112,120,32,45,32,49,46,53,114,101,109,41,59,102,108,101,120,58,49,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,109,105,100,100,108,101,59,109,97,114,103,105,110,45,116,111,112,58,97,117,116,111,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,97,117,116,111,125,46,102,105,108,101,45,105,99,111,110,45,119,114,97,112,112,101,114,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,119,105,100,116,104,58,99,97,108,99,40,56,56,112,120,32,43,32,46,53,114,101,109,41,59,104,101,105,103,104,116,58,56,56,112,120,59,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,123,98,97,99,107,103,114,111,117,110,100,58,35,50,49,50,49,50,49,59,99,111,108,111,114,58,35,101,48,101,48,101,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,110,111,110,101,59,98,111,114,100,101,114,45,108,101,102,116,58,110,111,110,101,59,98,111,114,100,101,114,45,114,105,103,104,116,58,110,111,110,101,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,59,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,46,53,114,101,109,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,58,102,105,114,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,116,111,112,58,110,111,110,101,125,35,115,101,97,114,99,104,45,112,97,110,101,108,123,98,111,120,45,115,104,97,100,111,119,58,48,32,46,49,50,53,114,101,109,32,46,50,53,114,101,109,32,114,103,98,97,40,48,44,48,44,48,44,46,48,56,41,33,105,109,112,111,114,116,97,110,116,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,58,110,111,110,101,125,46,116,111,97,115,116,45,98,111,100,121,45,101,114,114,111,114,44,46,116,111,97,115,116,45,104,101,97,100,101,114,45,101,114,114,111,114,123,98,97,99,107,103,114,111,117,110,100,58,35,97,57,52,52,52,50,59,99,111,108,111,114,58,35,102,50,100,101,100,101,33,105,109,112,111,114,116,97,110,116,125,46,116,111,97,115,116,45,104,101,97,100,101,114,45,101,114,114,111,114,123,99,111,108,111,114,58,35,102,102,102,33,105,109,112,111,114,116,97,110,116,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,110,111,110,101,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,49,101,109,125,46,116,111,97,115,116,45,104,101,97,100,101,114,45,101,114,114,111,114,32,46,99,108,111,115,101,123,116,101,120,116,45,115,104,97,100,111,119,58,110,111,110,101,125,46,116,111,97,115,116,45,98,111,100,121,45,119,97,114,110,105,110,103,44,46,116,111,97,115,116,45,104,101,97,100,101,114,45,119,97,114,110,105,110,103,123,98,97,99,107,103,114,111,117,110,100,58,35,102,102,56,102,48,48,59,99,111,108,111,114,58,35,102,102,102,51,101,48,33,105,109,112,111,114,116,97,110,116,125}; +char index_css[12802] = {46,110,97,118,98,97,114,91,100,97,116,97,45,118,45,51,102,97,54,54,99,51,49,93,123,98,111,120,45,115,104,97,100,111,119,58,48,32,46,49,50,53,114,101,109,32,46,50,53,114,101,109,32,114,103,98,40,48,32,48,32,48,47,56,37,41,33,105,109,112,111,114,116,97,110,116,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,98,97,114,91,100,97,116,97,45,118,45,51,102,97,54,54,99,51,49,93,123,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,56,52,44,49,48,55,44,49,50,50,44,46,49,56,56,50,51,53,50,57,52,49,49,55,54,52,55,48,54,41,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,110,111,110,101,125,46,110,97,118,98,97,114,45,98,114,97,110,100,91,100,97,116,97,45,118,45,51,102,97,54,54,99,51,49,93,123,99,111,108,111,114,58,35,50,50,50,33,105,109,112,111,114,116,97,110,116,59,102,111,110,116,45,115,105,122,101,58,49,46,55,53,114,101,109,59,112,97,100,100,105,110,103,58,48,59,102,111,110,116,45,102,97,109,105,108,121,58,72,97,99,107,125,46,110,97,118,98,97,114,45,98,114,97,110,100,91,100,97,116,97,45,118,45,51,102,97,54,54,99,51,49,93,58,104,111,118,101,114,123,99,111,108,111,114,58,35,48,48,48,33,105,109,112,111,114,116,97,110,116,125,46,118,101,114,115,105,111,110,91,100,97,116,97,45,118,45,51,102,97,54,54,99,51,49,93,123,99,111,108,111,114,58,35,50,50,50,33,105,109,112,111,114,116,97,110,116,59,109,97,114,103,105,110,45,108,101,102,116,58,45,49,56,112,120,59,109,97,114,103,105,110,45,116,111,112,58,45,49,52,112,120,59,102,111,110,116,45,115,105,122,101,58,49,49,112,120,59,102,111,110,116,45,102,97,109,105,108,121,58,109,111,110,111,115,112,97,99,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,118,101,114,115,105,111,110,91,100,97,116,97,45,118,45,51,102,97,54,54,99,51,49,93,123,99,111,108,111,114,58,35,102,53,102,53,102,53,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,98,97,114,45,98,114,97,110,100,91,100,97,116,97,45,118,45,51,102,97,54,54,99,51,49,93,123,102,111,110,116,45,115,105,122,101,58,49,46,55,53,114,101,109,59,112,97,100,100,105,110,103,58,48,59,99,111,108,111,114,58,35,102,53,102,53,102,53,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,98,116,110,91,100,97,116,97,45,118,45,51,102,97,54,54,99,51,49,93,58,104,111,118,101,114,44,46,116,104,101,109,101,45,98,108,97,99,107,32,97,91,100,97,116,97,45,118,45,51,102,97,54,54,99,51,49,93,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,98,97,114,32,115,112,97,110,91,100,97,116,97,45,118,45,51,102,97,54,54,99,51,49,93,123,99,111,108,111,114,58,35,101,101,101,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,54,53,48,112,120,41,123,46,116,97,103,108,105,110,101,91,100,97,116,97,45,118,45,51,102,97,54,54,99,51,49,93,44,46,118,101,114,115,105,111,110,91,100,97,116,97,45,118,45,51,102,97,54,54,99,51,49,93,123,100,105,115,112,108,97,121,58,110,111,110,101,125,125,46,116,104,101,109,101,45,108,105,103,104,116,32,46,98,116,110,45,108,105,110,107,91,100,97,116,97,45,118,45,51,102,97,54,54,99,51,49,93,123,99,111,108,111,114,58,35,50,50,50,125,98,111,100,121,44,104,116,109,108,123,104,101,105,103,104,116,58,49,48,48,37,125,35,97,112,112,123,45,119,101,98,107,105,116,45,102,111,110,116,45,115,109,111,111,116,104,105,110,103,58,97,110,116,105,97,108,105,97,115,101,100,59,45,109,111,122,45,111,115,120,45,102,111,110,116,45,115,109,111,111,116,104,105,110,103,58,103,114,97,121,115,99,97,108,101,59,99,111,108,111,114,58,35,50,99,51,101,53,48,59,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,49,101,109,59,109,105,110,45,104,101,105,103,104,116,58,49,48,48,37,125,46,116,104,101,109,101,45,98,108,97,99,107,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,99,97,114,100,44,46,116,104,101,109,101,45,98,108,97,99,107,32,46,109,111,100,97,108,45,99,111,110,116,101,110,116,123,98,97,99,107,103,114,111,117,110,100,58,35,50,49,50,49,50,49,59,99,111,108,111,114,58,35,101,48,101,48,101,48,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,49,112,120,59,98,111,114,100,101,114,58,110,111,110,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,116,97,98,108,101,123,99,111,108,111,114,58,35,101,48,101,48,101,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,116,97,98,108,101,32,116,100,44,46,116,104,101,109,101,45,98,108,97,99,107,32,46,116,97,98,108,101,32,116,104,123,98,111,114,100,101,114,58,110,111,110,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,116,97,98,108,101,32,116,104,101,97,100,32,116,104,123,98,111,114,100,101,114,45,98,111,116,116,111,109,58,49,112,120,32,115,111,108,105,100,32,35,54,52,54,52,54,52,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,99,117,115,116,111,109,45,115,101,108,101,99,116,123,111,118,101,114,102,108,111,119,58,97,117,116,111,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,55,52,55,52,102,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,54,49,54,49,54,49,59,99,111,108,111,114,58,35,98,100,98,100,98,100,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,99,117,115,116,111,109,45,115,101,108,101,99,116,58,102,111,99,117,115,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,55,53,55,53,55,53,59,111,117,116,108,105,110,101,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,48,32,48,32,46,50,114,101,109,32,114,103,98,97,40,48,44,49,50,51,44,50,53,53,44,46,50,53,41,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,115,101,108,101,99,116,101,100,62,46,116,105,116,108,101,45,119,114,97,112,58,104,111,118,101,114,43,46,119,104,111,108,101,114,111,119,44,46,116,104,101,109,101,45,98,108,97,99,107,32,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,115,101,108,101,99,116,101,100,62,46,119,104,111,108,101,114,111,119,123,98,97,99,107,103,114,111,117,110,100,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,99,111,108,108,97,112,115,101,58,98,101,102,111,114,101,44,46,116,104,101,109,101,45,98,108,97,99,107,32,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,105,99,111,110,45,101,120,112,97,110,100,58,98,101,102,111,114,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,48,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,116,105,116,108,101,123,99,111,108,111,114,58,35,101,101,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,105,110,115,112,105,114,101,45,116,114,101,101,123,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,59,102,111,110,116,45,115,105,122,101,58,49,52,112,120,59,102,111,110,116,45,102,97,109,105,108,121,58,72,101,108,118,101,116,105,99,97,44,78,117,101,117,101,44,86,101,114,100,97,110,97,44,115,97,110,115,45,115,101,114,105,102,59,109,97,120,45,104,101,105,103,104,116,58,51,53,48,112,120,59,111,118,101,114,102,108,111,119,58,97,117,116,111,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,91,116,121,112,101,61,99,104,101,99,107,98,111,120,93,123,108,101,102,116,58,50,50,112,120,33,105,109,112,111,114,116,97,110,116,59,116,111,112,58,55,112,120,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,102,111,114,109,45,99,111,110,116,114,111,108,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,55,52,55,52,102,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,54,49,54,49,54,49,59,99,111,108,111,114,58,35,100,98,100,98,100,98,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,102,111,114,109,45,99,111,110,116,114,111,108,58,102,111,99,117,115,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,53,52,54,101,55,97,59,99,111,108,111,114,58,35,102,102,102,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,100,101,102,97,117,108,116,45,105,110,112,117,116,44,46,116,104,101,109,101,45,98,108,97,99,107,32,46,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,123,98,97,99,107,103,114,111,117,110,100,58,35,51,55,52,55,52,102,33,105,109,112,111,114,116,97,110,116,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,54,49,54,49,54,49,33,105,109,112,111,114,116,97,110,116,59,99,111,108,111,114,58,35,100,98,100,98,100,98,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,58,58,45,109,111,122,45,112,108,97,99,101,104,111,108,100,101,114,123,99,111,108,111,114,58,35,98,100,98,100,98,100,33,105,109,112,111,114,116,97,110,116,59,111,112,97,99,105,116,121,58,49,125,46,116,104,101,109,101,45,98,108,97,99,107,32,58,45,109,115,45,105,110,112,117,116,45,112,108,97,99,101,104,111,108,100,101,114,123,99,111,108,111,114,58,35,98,100,98,100,98,100,33,105,109,112,111,114,116,97,110,116,59,111,112,97,99,105,116,121,58,49,125,46,116,104,101,109,101,45,98,108,97,99,107,32,58,58,112,108,97,99,101,104,111,108,100,101,114,123,99,111,108,111,114,58,35,98,100,98,100,98,100,33,105,109,112,111,114,116,97,110,116,59,111,112,97,99,105,116,121,58,49,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,108,105,110,107,123,99,111,108,111,114,58,35,101,48,101,48,101,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,105,116,101,109,46,115,104,111,119,32,46,110,97,118,45,108,105,110,107,44,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,108,105,110,107,46,97,99,116,105,118,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,49,50,49,50,49,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,54,49,54,49,54,49,32,35,54,49,54,49,54,49,32,35,50,49,50,49,50,49,59,99,111,108,111,114,58,35,101,48,101,48,101,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,108,105,110,107,58,102,111,99,117,115,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,54,49,54,49,54,49,32,35,54,49,54,49,54,49,32,35,50,49,50,49,50,49,59,99,111,108,111,114,58,35,101,48,101,48,101,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,108,105,110,107,58,102,111,99,117,115,44,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,45,116,97,98,115,32,46,110,97,118,45,108,105,110,107,58,104,111,118,101,114,123,98,111,114,100,101,114,45,99,111,108,111,114,58,35,101,48,101,48,101,48,32,35,101,48,101,48,101,48,32,35,50,49,50,49,50,49,59,99,111,108,111,114,58,35,101,48,101,48,101,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,97,118,45,116,97,98,115,123,98,111,114,100,101,114,45,98,111,116,116,111,109,58,35,54,49,54,49,54,49,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,98,116,110,58,104,111,118,101,114,44,46,116,104,101,109,101,45,98,108,97,99,107,32,97,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,98,45,100,114,111,112,100,111,119,110,32,97,58,104,111,118,101,114,123,99,111,108,111,114,58,105,110,104,101,114,105,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,98,116,110,123,99,111,108,111,114,58,35,101,101,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,109,111,100,97,108,45,104,101,97,100,101,114,32,46,99,108,111,115,101,123,99,111,108,111,114,58,35,101,48,101,48,101,48,59,116,101,120,116,45,115,104,97,100,111,119,58,110,111,110,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,109,111,100,97,108,45,104,101,97,100,101,114,123,98,111,114,100,101,114,45,98,111,116,116,111,109,58,49,112,120,32,115,111,108,105,100,32,35,54,52,54,52,54,52,125,35,110,97,118,123,112,97,100,100,105,110,103,58,51,48,112,120,125,35,110,97,118,32,97,123,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,59,99,111,108,111,114,58,35,50,99,51,101,53,48,125,35,110,97,118,32,97,46,114,111,117,116,101,114,45,108,105,110,107,45,101,120,97,99,116,45,97,99,116,105,118,101,123,99,111,108,111,114,58,35,52,50,98,57,56,51,125,46,109,111,98,105,108,101,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,99,111,110,116,97,105,110,101,114,123,112,97,100,100,105,110,103,45,116,111,112,58,49,101,109,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,54,53,48,112,120,41,123,46,109,111,98,105,108,101,123,100,105,115,112,108,97,121,58,105,110,105,116,105,97,108,125,46,110,111,116,45,109,111,98,105,108,101,123,100,105,115,112,108,97,121,58,110,111,110,101,125,46,103,114,105,100,45,115,105,110,103,108,101,45,99,111,108,117,109,110,32,46,102,105,116,123,109,97,120,45,104,101,105,103,104,116,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,99,111,110,116,97,105,110,101,114,123,112,97,100,100,105,110,103,45,108,101,102,116,58,48,59,112,97,100,100,105,110,103,45,114,105,103,104,116,58,48,59,112,97,100,100,105,110,103,45,116,111,112,58,48,125,46,108,105,103,104,116,98,111,120,45,99,97,112,116,105,111,110,123,100,105,115,112,108,97,121,58,110,111,110,101,125,125,46,105,110,102,111,45,105,99,111,110,123,119,105,100,116,104,58,49,114,101,109,59,109,97,114,103,105,110,45,114,105,103,104,116,58,46,50,114,101,109,59,99,117,114,115,111,114,58,112,111,105,110,116,101,114,59,108,105,110,101,45,104,101,105,103,104,116,58,49,114,101,109,59,104,101,105,103,104,116,58,49,114,101,109,59,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,117,114,108,40,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,98,97,115,101,54,52,44,80,72,78,50,90,121,66,52,98,87,120,117,99,122,48,105,97,72,82,48,99,68,111,118,76,51,100,51,100,121,53,51,77,121,53,118,99,109,99,118,77,106,65,119,77,67,57,122,100,109,99,105,73,72,90,112,90,88,100,67,98,51,103,57,73,106,65,103,77,67,65,48,77,106,89,117,78,106,89,51,73,68,81,121,78,105,52,50,78,106,99,105,73,71,90,112,98,71,119,57,73,105,78,109,90,109,89,105,80,106,120,119,89,88,82,111,73,71,81,57,73,107,48,120,79,84,73,103,77,84,107,121,97,68,81,121,76,106,89,50,78,51,89,120,77,106,104,73,77,84,107,121,101,105,73,118,80,106,120,119,89,88,82,111,73,71,81,57,73,107,48,121,77,84,77,117,77,122,77,122,73,68,66,68,79,84,85,117,78,68,89,51,73,68,65,103,77,67,65,53,78,83,52,48,78,106,99,103,77,67,65,121,77,84,77,117,77,122,77,122,99,122,107,49,76,106,81,50,78,121,65,121,77,84,77,117,77,122,77,122,73,68,73,120,77,121,52,122,77,122,77,103,77,106,69,122,76,106,77,122,77,49,77,48,77,106,89,117,78,106,89,51,73,68,77,122,77,83,52,121,73,68,81,121,78,105,52,50,78,106,99,103,77,106,69,122,76,106,77,122,77,121,65,122,77,122,69,117,77,105,65,119,73,68,73,120,77,121,52,122,77,122,77,103,77,72,112,116,77,67,65,122,79,68,82,106,76,84,107,48,76,106,65,52,73,68,65,116,77,84,99,119,76,106,89,50,78,121,48,51,78,105,52,49,79,68,99,116,77,84,99,119,76,106,89,50,78,121,48,120,78,122,65,117,78,106,89,51,85,122,69,120,79,83,52,121,78,84,77,103,78,68,73,117,78,106,89,51,73,68,73,120,77,121,52,122,77,122,77,103,78,68,73,117,78,106,89,51,73,68,77,52,78,67,65,120,77,84,107,117,77,106,85,122,73,68,77,52,78,67,65,121,77,84,77,117,77,122,77,122,73,68,77,119,78,121,52,48,77,84,77,103,77,122,103,48,73,68,73,120,77,121,52,122,77,122,77,103,77,122,103,48,101,105,73,118,80,106,120,119,89,88,82,111,73,71,81,57,73,107,48,120,79,84,73,103,77,84,65,50,76,106,89,50,78,50,103,48,77,105,52,50,78,106,100,50,78,68,73,117,78,106,89,51,83,68,69,53,77,110,111,105,76,122,52,56,76,51,78,50,90,122,52,61,41,59,102,105,108,116,101,114,58,98,114,105,103,104,116,110,101,115,115,40,52,53,37,41,59,100,105,115,112,108,97,121,58,98,108,111,99,107,125,46,116,97,98,115,123,109,97,114,103,105,110,45,116,111,112,58,49,48,112,120,125,46,109,111,100,97,108,45,116,105,116,108,101,123,116,101,120,116,45,111,118,101,114,102,108,111,119,58,101,108,108,105,112,115,105,115,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,125,64,109,101,100,105,97,32,115,99,114,101,101,110,32,97,110,100,32,40,109,105,110,45,119,105,100,116,104,58,49,53,48,48,112,120,41,123,46,99,111,110,116,97,105,110,101,114,123,109,97,120,45,119,105,100,116,104,58,49,52,52,48,112,120,125,125,46,110,111,85,105,45,99,111,110,110,101,99,116,115,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,49,112,120,33,105,109,112,111,114,116,97,110,116,125,109,97,114,107,123,98,97,99,107,103,114,111,117,110,100,58,35,102,102,102,50,49,55,125,46,116,104,101,109,101,45,98,108,97,99,107,32,109,97,114,107,44,109,97,114,107,123,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,59,112,97,100,100,105,110,103,58,49,112,120,32,48,59,99,111,108,111,114,58,105,110,104,101,114,105,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,109,97,114,107,123,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,50,53,49,44,49,57,49,44,52,49,44,46,50,53,41,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,99,111,110,116,101,110,116,45,100,105,118,32,109,97,114,107,123,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,50,53,49,44,49,57,49,44,52,49,44,46,52,41,59,99,111,108,111,114,58,35,102,102,102,125,46,99,111,110,116,101,110,116,45,100,105,118,123,102,111,110,116,45,102,97,109,105,108,121,58,83,70,77,111,110,111,45,82,101,103,117,108,97,114,44,77,101,110,108,111,44,77,111,110,97,99,111,44,67,111,110,115,111,108,97,115,44,76,105,98,101,114,97,116,105,111,110,32,77,111,110,111,44,67,111,117,114,105,101,114,32,78,101,119,44,109,111,110,111,115,112,97,99,101,59,102,111,110,116,45,115,105,122,101,58,49,51,112,120,59,112,97,100,100,105,110,103,58,49,101,109,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,53,102,53,102,53,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,99,99,99,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,52,112,120,59,109,97,114,103,105,110,58,51,112,120,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,114,109,97,108,59,99,111,108,111,114,58,35,48,48,48,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,99,111,110,116,101,110,116,45,100,105,118,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,55,52,55,52,102,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,54,49,54,49,54,49,59,99,111,108,111,114,58,35,101,48,101,48,101,48,125,46,103,114,97,112,104,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,119,105,100,116,104,58,52,48,37,125,46,115,116,97,116,115,45,99,97,114,100,123,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,112,97,100,100,105,110,103,58,49,101,109,125,115,118,103,91,100,97,116,97,45,118,45,52,54,52,97,48,100,57,55,93,123,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,109,105,100,100,108,101,125,115,118,103,91,100,97,116,97,45,118,45,52,54,52,97,48,100,57,55,93,44,115,118,103,91,100,97,116,97,45,118,45,100,54,100,56,54,99,53,54,93,123,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,119,105,100,116,104,58,50,48,112,120,59,104,101,105,103,104,116,58,50,48,112,120,125,115,118,103,91,100,97,116,97,45,118,45,100,54,100,56,54,99,53,54,93,123,109,97,114,103,105,110,45,116,111,112,58,45,52,112,120,125,46,115,104,114,105,110,107,123,102,108,101,120,45,103,114,111,119,58,105,110,104,101,114,105,116,125,46,98,97,100,103,101,45,112,105,108,108,91,100,97,116,97,45,118,45,52,100,101,97,49,48,55,48,93,123,112,97,100,100,105,110,103,58,46,51,101,109,32,46,52,101,109,32,46,49,101,109,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,54,114,101,109,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,123,112,97,100,100,105,110,103,58,53,112,120,32,49,48,112,120,125,46,109,117,108,116,105,115,101,108,101,99,116,95,95,99,111,110,116,101,110,116,45,119,114,97,112,112,101,114,123,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,115,123,98,97,99,107,103,114,111,117,110,100,58,35,51,55,52,55,52,102,59,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,35,54,49,54,49,54,49,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,105,110,112,117,116,123,99,111,108,111,114,58,35,100,98,100,98,100,98,59,98,97,99,107,103,114,111,117,110,100,58,35,51,55,52,55,52,102,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,109,117,108,116,105,115,101,108,101,99,116,95,95,99,111,110,116,101,110,116,45,119,114,97,112,112,101,114,123,98,111,114,100,101,114,58,110,111,110,101,125,46,98,97,100,103,101,45,118,105,100,101,111,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,50,55,55,54,49,125,46,98,97,100,103,101,45,105,109,97,103,101,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,97,97,57,57,99,57,125,46,98,97,100,103,101,45,97,117,100,105,111,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,48,48,97,100,101,102,125,46,98,97,100,103,101,45,117,115,101,114,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,48,101,48,101,48,125,46,97,100,100,45,116,97,103,45,98,117,116,116,111,110,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,58,104,111,118,101,114,44,46,98,97,100,103,101,45,117,115,101,114,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,58,104,111,118,101,114,123,98,111,120,45,115,104,97,100,111,119,58,48,32,49,112,120,32,51,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,49,50,41,44,48,32,49,112,120,32,50,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,50,52,41,125,46,98,97,100,103,101,45,116,101,120,116,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,99,111,108,111,114,58,35,102,102,102,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,97,97,98,51,99,125,46,98,97,100,103,101,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,109,97,114,103,105,110,45,114,105,103,104,116,58,51,112,120,125,46,98,97,100,103,101,45,100,101,108,101,116,101,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,109,97,114,103,105,110,45,114,105,103,104,116,58,45,50,112,120,59,109,97,114,103,105,110,45,108,101,102,116,58,50,112,120,59,109,97,114,103,105,110,45,116,111,112,58,45,49,112,120,59,102,111,110,116,45,102,97,109,105,108,121,58,109,111,110,111,115,112,97,99,101,59,102,111,110,116,45,115,105,122,101,58,57,48,37,59,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,48,44,48,44,48,44,46,50,41,59,112,97,100,100,105,110,103,58,46,49,101,109,32,46,52,101,109,59,99,111,108,111,114,58,35,102,102,102,59,99,117,114,115,111,114,58,112,111,105,110,116,101,114,125,46,98,97,100,103,101,45,115,105,122,101,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,119,105,100,116,104,58,53,48,112,120,59,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,125,46,97,100,100,45,116,97,103,45,98,117,116,116,111,110,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,99,117,114,115,111,114,58,112,111,105,110,116,101,114,59,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,48,101,48,101,48,59,119,105,100,116,104,58,53,48,112,120,125,46,98,97,100,103,101,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,45,119,101,98,107,105,116,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,111,122,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,115,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,125,46,98,97,100,103,101,45,115,117,103,103,101,115,116,105,111,110,91,100,97,116,97,45,118,45,97,99,102,51,56,101,56,99,93,123,102,111,110,116,45,115,105,122,101,58,57,48,37,59,102,111,110,116,45,119,101,105,103,104,116,58,52,48,48,125,46,118,99,45,116,119,105,116,116,101,114,45,98,111,100,121,123,112,97,100,100,105,110,103,58,48,33,105,109,112,111,114,116,97,110,116,125,46,118,99,45,116,119,105,116,116,101,114,123,98,111,120,45,115,104,97,100,111,119,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,59,98,97,99,107,103,114,111,117,110,100,58,110,111,110,101,33,105,109,112,111,114,116,97,110,116,125,46,116,111,111,108,116,105,112,123,45,119,101,98,107,105,116,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,111,122,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,115,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,125,46,116,111,97,115,116,123,98,111,114,100,101,114,58,110,111,110,101,125,46,102,105,108,101,45,116,105,116,108,101,45,97,110,99,104,111,114,91,100,97,116,97,45,118,45,55,56,54,97,100,97,98,50,93,123,109,97,120,45,119,105,100,116,104,58,99,97,108,99,40,49,48,48,37,32,45,32,49,46,50,114,101,109,41,125,46,102,105,108,101,45,116,105,116,108,101,91,100,97,116,97,45,118,45,55,56,54,97,100,97,98,50,93,123,119,105,100,116,104,58,49,48,48,37,59,108,105,110,101,45,104,101,105,103,104,116,58,49,114,101,109,59,104,101,105,103,104,116,58,49,46,49,114,101,109,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,59,116,101,120,116,45,111,118,101,114,102,108,111,119,58,101,108,108,105,112,115,105,115,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,102,111,110,116,45,115,105,122,101,58,49,54,112,120,59,102,111,110,116,45,102,97,109,105,108,121,58,83,111,117,114,99,101,32,83,97,110,115,32,80,114,111,44,115,97,110,115,45,115,101,114,105,102,59,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,102,105,108,101,45,116,105,116,108,101,91,100,97,116,97,45,118,45,55,56,54,97,100,97,98,50,93,123,99,111,108,111,114,58,35,100,100,100,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,102,105,108,101,45,116,105,116,108,101,91,100,97,116,97,45,118,45,55,56,54,97,100,97,98,50,93,58,104,111,118,101,114,123,99,111,108,111,114,58,35,102,102,102,125,46,116,104,101,109,101,45,108,105,103,104,116,32,46,102,105,108,101,45,116,105,116,108,101,91,100,97,116,97,45,118,45,55,56,54,97,100,97,98,50,93,123,99,111,108,111,114,58,35,48,48,48,125,46,100,111,99,45,99,97,114,100,32,46,102,105,108,101,45,116,105,116,108,101,91,100,97,116,97,45,118,45,55,56,54,97,100,97,98,50,93,123,102,111,110,116,45,115,105,122,101,58,49,50,112,120,125,46,105,109,103,45,119,114,97,112,112,101,114,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,125,46,105,109,103,45,119,114,97,112,112,101,114,58,104,111,118,101,114,32,115,118,103,123,102,105,108,108,58,35,48,48,48,125,46,112,111,105,110,116,101,114,123,99,117,114,115,111,114,58,112,111,105,110,116,101,114,125,46,102,105,116,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,109,105,110,45,119,105,100,116,104,58,54,52,112,120,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,59,109,97,114,103,105,110,58,48,32,97,117,116,111,32,48,59,119,105,100,116,104,58,97,117,116,111,59,104,101,105,103,104,116,58,97,117,116,111,125,46,99,97,114,100,45,105,109,103,45,116,111,112,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,98,111,114,100,101,114,45,116,111,112,45,108,101,102,116,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,45,116,111,112,45,114,105,103,104,116,45,114,97,100,105,117,115,58,48,125,46,112,97,100,100,105,110,103,45,48,51,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,112,97,100,100,105,110,103,58,46,51,114,101,109,125,46,99,97,114,100,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,109,97,114,103,105,110,45,116,111,112,58,49,101,109,59,109,97,114,103,105,110,45,108,101,102,116,58,48,59,109,97,114,103,105,110,45,114,105,103,104,116,58,48,59,98,111,120,45,115,104,97,100,111,119,58,48,32,46,49,50,53,114,101,109,32,46,50,53,114,101,109,32,114,103,98,97,40,48,44,48,44,48,44,46,48,56,41,33,105,109,112,111,114,116,97,110,116,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,58,110,111,110,101,125,46,99,97,114,100,45,98,111,100,121,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,112,97,100,100,105,110,103,58,46,51,114,101,109,125,46,99,97,114,100,45,105,109,103,45,111,118,101,114,108,97,121,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,59,112,97,100,100,105,110,103,58,46,55,53,114,101,109,59,98,111,116,116,111,109,58,117,110,115,101,116,59,116,111,112,58,48,59,108,101,102,116,58,117,110,115,101,116,59,114,105,103,104,116,58,117,110,115,101,116,125,46,98,97,100,103,101,45,114,101,115,111,108,117,116,105,111,110,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,99,111,108,111,114,58,35,50,49,50,53,50,57,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,102,102,99,49,48,55,125,46,112,108,97,121,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,119,105,100,116,104,58,50,53,112,120,59,104,101,105,103,104,116,58,50,53,112,120,59,108,101,102,116,58,53,48,37,59,116,111,112,58,53,48,37,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,40,45,53,48,37,44,45,53,48,37,41,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,112,108,97,121,32,115,118,103,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,102,105,108,108,58,114,103,98,97,40,48,44,48,44,48,44,46,55,41,125,46,100,111,99,45,99,97,114,100,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,112,97,100,100,105,110,103,45,108,101,102,116,58,51,112,120,59,112,97,100,100,105,110,103,45,114,105,103,104,116,58,51,112,120,125,46,115,109,97,108,108,45,98,97,100,103,101,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,112,97,100,100,105,110,103,58,49,112,120,32,51,112,120,59,102,111,110,116,45,115,105,122,101,58,55,48,37,125,46,97,117,100,105,111,45,102,105,116,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,104,101,105,103,104,116,58,51,57,112,120,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,98,111,116,116,111,109,59,100,105,115,112,108,97,121,58,105,110,108,105,110,101,59,119,105,100,116,104,58,49,48,48,37,125,46,115,117,98,45,100,111,99,117,109,101,110,116,32,46,99,97,114,100,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,49,55,49,44,55,49,44,49,56,56,44,46,49,50,49,53,54,56,54,50,55,52,53,48,57,56,48,51,57,41,33,105,109,112,111,114,116,97,110,116,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,115,117,98,45,100,111,99,117,109,101,110,116,32,46,99,97,114,100,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,98,97,99,107,103,114,111,117,110,100,58,35,51,55,52,55,52,102,33,105,109,112,111,114,116,97,110,116,125,46,115,117,98,45,100,111,99,117,109,101,110,116,32,46,102,105,116,91,100,97,116,97,45,118,45,97,55,56,53,53,55,99,101,93,123,112,97,100,100,105,110,103,58,52,112,120,32,52,112,120,32,48,32,52,112,120,125,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,58,110,116,104,45,99,104,105,108,100,40,50,41,123,111,114,100,101,114,58,49,125,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,58,102,105,114,115,116,45,99,104,105,108,100,123,111,114,100,101,114,58,50,125,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,58,110,116,104,45,99,104,105,108,100,40,51,41,123,111,114,100,101,114,58,51,125,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,58,110,116,104,45,99,104,105,108,100,40,52,41,123,111,114,100,101,114,58,52,125,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,58,110,116,104,45,99,104,105,108,100,40,53,41,123,111,114,100,101,114,58,53,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,54,53,48,112,120,41,123,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,58,110,116,104,45,99,104,105,108,100,40,54,41,123,100,105,115,112,108,97,121,58,110,111,110,101,125,125,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,58,110,116,104,45,99,104,105,108,100,40,54,41,123,111,114,100,101,114,58,54,125,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,58,110,116,104,45,99,104,105,108,100,40,55,41,123,111,114,100,101,114,58,55,125,35,109,105,109,101,84,114,101,101,91,100,97,116,97,45,118,45,49,101,97,50,54,101,98,50,93,123,109,97,120,45,104,101,105,103,104,116,58,51,53,48,112,120,59,111,118,101,114,102,108,111,119,58,97,117,116,111,125,46,100,114,111,112,100,111,119,110,45,97,99,116,105,118,101,32,97,123,102,111,110,116,45,119,101,105,103,104,116,58,55,48,48,125,35,114,101,115,117,108,116,115,123,109,97,114,103,105,110,45,116,111,112,58,49,101,109,59,98,111,120,45,115,104,97,100,111,119,58,48,32,46,49,50,53,114,101,109,32,46,50,53,114,101,109,32,114,103,98,97,40,48,44,48,44,48,44,46,48,56,41,33,105,109,112,111,114,116,97,110,116,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,58,110,111,110,101,125,35,114,101,115,117,108,116,115,32,46,99,97,114,100,45,98,111,100,121,123,112,97,100,100,105,110,103,58,46,55,101,109,32,49,46,50,53,101,109,125,46,104,105,100,100,101,110,123,100,105,115,112,108,97,121,58,110,111,110,101,125,35,109,105,109,101,84,114,101,101,91,100,97,116,97,45,118,45,98,50,52,97,57,57,101,54,93,123,109,97,120,45,104,101,105,103,104,116,58,51,53,48,112,120,59,111,118,101,114,102,108,111,119,58,97,117,116,111,125,46,102,111,114,109,45,99,111,110,116,114,111,108,45,102,105,120,45,102,108,101,120,91,100,97,116,97,45,118,45,98,50,52,97,57,57,101,54,93,123,102,108,101,120,58,49,32,49,32,97,117,116,111,59,119,105,100,116,104,58,49,37,59,109,105,110,45,119,105,100,116,104,58,48,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,48,125,46,115,117,103,103,101,115,116,105,111,110,45,108,105,110,101,91,100,97,116,97,45,118,45,98,50,52,97,57,57,101,54,93,123,109,97,120,45,119,105,100,116,104,58,49,48,48,37,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,116,101,120,116,45,111,118,101,114,102,108,111,119,58,101,108,108,105,112,115,105,115,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,49,125,46,115,117,103,103,101,115,116,105,111,110,115,123,109,97,120,45,104,101,105,103,104,116,58,50,53,48,112,120,59,111,118,101,114,102,108,111,119,45,121,58,97,117,116,111,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,115,117,103,103,101,115,116,105,111,110,115,123,99,111,108,111,114,58,35,48,48,48,125,35,115,105,122,101,83,108,105,100,101,114,123,109,97,114,103,105,110,45,116,111,112,58,51,52,112,120,59,104,101,105,103,104,116,58,49,50,112,120,125,46,115,108,105,100,101,114,45,99,111,108,111,114,48,123,98,97,99,107,103,114,111,117,110,100,58,35,50,49,57,54,102,51,59,98,111,120,45,115,104,97,100,111,119,58,110,111,110,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,115,108,105,100,101,114,45,99,111,108,111,114,48,123,98,97,99,107,103,114,111,117,110,100,58,35,48,48,98,99,100,52,125,46,110,111,85,105,45,104,111,114,105,122,111,110,116,97,108,32,46,110,111,85,105,45,104,97,110,100,108,101,123,119,105,100,116,104,58,50,112,120,59,104,101,105,103,104,116,58,49,56,112,120,59,114,105,103,104,116,58,45,49,112,120,59,116,111,112,58,45,51,112,120,59,98,111,114,100,101,114,58,110,111,110,101,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,49,57,55,54,100,50,59,98,111,120,45,115,104,97,100,111,119,58,110,111,110,101,59,99,117,114,115,111,114,58,101,119,45,114,101,115,105,122,101,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,111,85,105,45,104,111,114,105,122,111,110,116,97,108,32,46,110,111,85,105,45,104,97,110,100,108,101,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,50,49,54,56,97,99,125,46,110,111,85,105,45,104,97,110,100,108,101,58,98,101,102,111,114,101,123,108,101,102,116,58,51,112,120,125,46,110,111,85,105,45,104,97,110,100,108,101,58,97,102,116,101,114,44,46,110,111,85,105,45,104,97,110,100,108,101,58,98,101,102,111,114,101,123,116,111,112,58,45,54,112,120,59,119,105,100,116,104,58,49,48,112,120,59,104,101,105,103,104,116,58,50,56,112,120,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,46,110,111,85,105,45,104,97,110,100,108,101,58,97,102,116,101,114,123,108,101,102,116,58,45,49,48,112,120,125,46,110,111,85,105,45,100,114,97,103,103,97,98,108,101,123,99,117,114,115,111,114,58,109,111,118,101,125,46,110,111,85,105,45,116,111,111,108,116,105,112,123,99,111,108,111,114,58,35,102,102,102,59,102,111,110,116,45,115,105,122,101,58,49,51,112,120,59,108,105,110,101,45,104,101,105,103,104,116,58,49,46,51,51,51,59,116,101,120,116,45,115,104,97,100,111,119,58,110,111,110,101,59,112,97,100,100,105,110,103,58,48,32,50,112,120,59,98,97,99,107,103,114,111,117,110,100,58,35,50,49,57,54,102,51,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,52,112,120,59,98,111,114,100,101,114,58,110,111,110,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,111,85,105,45,116,111,111,108,116,105,112,123,98,97,99,107,103,114,111,117,110,100,58,35,48,48,98,99,100,52,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,110,111,85,105,45,99,111,110,110,101,99,116,115,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,51,55,52,55,52,102,125,46,110,111,85,105,45,104,111,114,105,122,111,110,116,97,108,32,46,110,111,85,105,45,111,114,105,103,105,110,62,46,110,111,85,105,45,116,111,111,108,116,105,112,123,98,111,116,116,111,109,58,55,112,120,125,46,110,111,85,105,45,116,97,114,103,101,116,123,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,49,101,52,101,57,59,98,111,114,100,101,114,58,110,111,110,101,59,98,111,120,45,115,104,97,100,111,119,58,110,111,110,101,125,35,100,97,116,101,83,108,105,100,101,114,123,109,97,114,103,105,110,45,116,111,112,58,51,52,112,120,59,104,101,105,103,104,116,58,49,50,112,120,125,35,109,105,109,101,84,114,101,101,91,100,97,116,97,45,118,45,54,49,99,101,57,55,54,51,93,123,109,97,120,45,104,101,105,103,104,116,58,51,53,48,112,120,59,111,118,101,114,102,108,111,119,58,97,117,116,111,125,46,105,110,115,112,105,114,101,45,116,114,101,101,32,46,102,111,99,117,115,101,100,62,46,119,104,111,108,101,114,111,119,123,98,111,114,100,101,114,58,110,111,110,101,125,46,102,105,108,101,45,105,99,111,110,91,100,97,116,97,45,118,45,48,99,101,99,51,52,99,56,93,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,109,97,120,45,104,101,105,103,104,116,58,49,48,48,37,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,59,116,111,112,58,48,59,98,111,116,116,111,109,58,48,59,108,101,102,116,58,48,59,114,105,103,104,116,58,48,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,102,105,108,101,45,105,99,111,110,91,100,97,116,97,45,118,45,48,99,101,99,51,52,99,56,93,123,99,111,108,111,114,58,104,115,108,97,40,48,44,48,37,44,49,48,48,37,44,46,51,49,51,55,50,53,52,57,48,49,57,54,48,55,56,52,41,125,46,116,104,101,109,101,45,108,105,103,104,116,32,46,102,105,108,101,45,105,99,111,110,91,100,97,116,97,45,118,45,48,99,101,99,51,52,99,56,93,123,99,111,108,111,114,58,114,103,98,97,40,48,44,48,44,48,44,46,54,50,55,52,53,48,57,56,48,51,57,50,49,53,54,57,41,125,46,108,105,115,116,45,103,114,111,117,112,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,109,97,114,103,105,110,45,116,111,112,58,49,101,109,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,46,53,114,101,109,59,98,111,120,45,115,104,97,100,111,119,58,48,32,46,49,50,53,114,101,109,32,46,50,53,114,101,109,32,114,103,98,40,48,32,48,32,48,47,56,37,41,33,105,109,112,111,114,116,97,110,116,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,58,110,111,110,101,125,46,112,97,116,104,45,114,111,119,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,100,105,115,112,108,97,121,58,102,108,101,120,59,97,108,105,103,110,45,105,116,101,109,115,58,102,108,101,120,45,115,116,97,114,116,125,46,112,97,116,104,45,108,105,110,101,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,99,111,108,111,114,58,103,114,101,121,59,116,101,120,116,45,111,118,101,114,102,108,111,119,58,101,108,108,105,112,115,105,115,59,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,119,104,105,116,101,45,115,112,97,99,101,58,110,111,119,114,97,112,59,109,97,114,103,105,110,45,114,105,103,104,116,58,46,51,101,109,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,112,97,116,104,45,108,105,110,101,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,99,111,108,111,114,58,35,98,98,98,125,46,112,108,97,121,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,119,105,100,116,104,58,49,56,112,120,59,104,101,105,103,104,116,58,49,56,112,120,59,108,101,102,116,58,53,48,37,59,116,111,112,58,53,48,37,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,40,45,53,48,37,44,45,53,48,37,41,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,110,111,110,101,125,46,112,108,97,121,32,115,118,103,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,102,105,108,108,58,114,103,98,97,40,48,44,48,44,48,44,46,55,41,125,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,32,46,105,109,103,45,119,114,97,112,112,101,114,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,119,105,100,116,104,58,56,56,112,120,59,104,101,105,103,104,116,58,56,56,112,120,125,46,102,105,116,45,115,109,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,109,97,120,45,104,101,105,103,104,116,58,49,48,48,37,59,109,97,120,45,119,105,100,116,104,58,49,48,48,37,59,119,105,100,116,104,58,97,117,116,111,59,104,101,105,103,104,116,58,97,117,116,111,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,48,59,98,111,116,116,111,109,58,48,59,108,101,102,116,58,48,59,114,105,103,104,116,58,48,59,109,97,114,103,105,110,58,97,117,116,111,125,46,100,111,99,45,108,105,110,101,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,109,97,120,45,119,105,100,116,104,58,99,97,108,99,40,49,48,48,37,32,45,32,56,56,112,120,32,45,32,49,46,53,114,101,109,41,59,102,108,101,120,58,49,59,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,109,105,100,100,108,101,59,109,97,114,103,105,110,45,116,111,112,58,97,117,116,111,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,97,117,116,111,125,46,102,105,108,101,45,105,99,111,110,45,119,114,97,112,112,101,114,91,100,97,116,97,45,118,45,48,50,99,102,50,100,52,57,93,123,119,105,100,116,104,58,99,97,108,99,40,56,56,112,120,32,43,32,46,53,114,101,109,41,59,104,101,105,103,104,116,58,56,56,112,120,59,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,123,98,97,99,107,103,114,111,117,110,100,58,35,50,49,50,49,50,49,59,99,111,108,111,114,58,35,101,48,101,48,101,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,110,111,110,101,59,98,111,114,100,101,114,45,108,101,102,116,58,110,111,110,101,59,98,111,114,100,101,114,45,114,105,103,104,116,58,110,111,110,101,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,59,112,97,100,100,105,110,103,58,46,50,53,114,101,109,32,46,53,114,101,109,125,46,116,104,101,109,101,45,98,108,97,99,107,32,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,58,102,105,114,115,116,45,99,104,105,108,100,123,98,111,114,100,101,114,45,116,111,112,58,110,111,110,101,125,35,115,101,97,114,99,104,45,112,97,110,101,108,123,98,111,120,45,115,104,97,100,111,119,58,48,32,46,49,50,53,114,101,109,32,46,50,53,114,101,109,32,114,103,98,97,40,48,44,48,44,48,44,46,48,56,41,33,105,109,112,111,114,116,97,110,116,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,48,59,98,111,114,100,101,114,58,110,111,110,101,125,46,116,111,97,115,116,45,98,111,100,121,45,101,114,114,111,114,44,46,116,111,97,115,116,45,104,101,97,100,101,114,45,101,114,114,111,114,123,98,97,99,107,103,114,111,117,110,100,58,35,97,57,52,52,52,50,59,99,111,108,111,114,58,35,102,50,100,101,100,101,33,105,109,112,111,114,116,97,110,116,125,46,116,111,97,115,116,45,104,101,97,100,101,114,45,101,114,114,111,114,123,99,111,108,111,114,58,35,102,102,102,33,105,109,112,111,114,116,97,110,116,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,110,111,110,101,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,45,49,101,109,125,46,116,111,97,115,116,45,104,101,97,100,101,114,45,101,114,114,111,114,32,46,99,108,111,115,101,123,116,101,120,116,45,115,104,97,100,111,119,58,110,111,110,101,125,46,116,111,97,115,116,45,98,111,100,121,45,119,97,114,110,105,110,103,44,46,116,111,97,115,116,45,104,101,97,100,101,114,45,119,97,114,110,105,110,103,123,98,97,99,107,103,114,111,117,110,100,58,35,102,102,56,102,48,48,59,99,111,108,111,114,58,35,102,102,102,51,101,48,33,105,109,112,111,114,116,97,110,116,125}; char chunk_vendors_js[1472925] = {40,119,105,110,100,111,119,91,34,119,101,98,112,97,99,107,74,115,111,110,112,34,93,61,119,105,110,100,111,119,91,34,119,101,98,112,97,99,107,74,115,111,110,112,34,93,124,124,91,93,41,46,112,117,115,104,40,91,91,34,99,104,117,110,107,45,118,101,110,100,111,114,115,34,93,44,123,34,48,48,101,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,98,54,50,50,34,41,44,105,61,114,40,34,116,111,83,116,114,105,110,103,84,97,103,34,41,44,111,61,123,125,59,111,91,105,93,61,34,122,34,44,116,46,101,120,112,111,114,116,115,61,34,91,111,98,106,101,99,116,32,122,93,34,61,61,61,83,116,114,105,110,103,40,111,41,125,44,34,48,48,102,100,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,57,101,54,57,34,41,44,105,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,44,111,61,105,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,44,97,61,105,46,116,111,83,116,114,105,110,103,44,115,61,114,63,114,46,116,111,83,116,114,105,110,103,84,97,103,58,118,111,105,100,32,48,59,102,117,110,99,116,105,111,110,32,99,40,116,41,123,118,97,114,32,101,61,111,46,99,97,108,108,40,116,44,115,41,44,110,61,116,91,115,93,59,116,114,121,123,116,91,115,93,61,118,111,105,100,32,48,59,118,97,114,32,114,61,33,48,125,99,97,116,99,104,40,99,41,123,125,118,97,114,32,105,61,97,46,99,97,108,108,40,116,41,59,114,101,116,117,114,110,32,114,38,38,40,101,63,116,91,115,93,61,110,58,100,101,108,101,116,101,32,116,91,115,93,41,44,105,125,116,46,101,120,112,111,114,116,115,61,99,125,44,34,48,49,50,52,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,97,98,56,99,34,41,59,114,40,114,46,80,43,114,46,70,42,40,68,97,116,101,46,112,114,111,116,111,116,121,112,101,46,116,111,73,83,79,83,116,114,105,110,103,33,61,61,105,41,44,34,68,97,116,101,34,44,123,116,111,73,83,79,83,116,114,105,110,103,58,105,125,41,125,44,34,48,49,50,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,98,100,100,53,34,41,44,116,46,101,120,112,111,114,116,115,61,110,40,34,97,48,54,102,34,41,46,79,98,106,101,99,116,46,101,110,116,114,105,101,115,125,44,34,48,50,100,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,52,50,101,101,34,41,44,111,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,116,61,105,40,116,41,44,116,104,105,115,46,95,105,61,48,59,118,97,114,32,101,44,110,61,116,104,105,115,46,95,107,61,91,93,59,102,111,114,40,101,32,105,110,32,116,41,110,46,112,117,115,104,40,101,41,125,59,110,40,34,54,48,102,97,34,41,40,111,44,34,79,98,106,101,99,116,34,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,116,104,105,115,44,110,61,101,46,95,107,59,100,111,123,105,102,40,101,46,95,105,62,61,110,46,108,101,110,103,116,104,41,114,101,116,117,114,110,123,118,97,108,117,101,58,118,111,105,100,32,48,44,100,111,110,101,58,33,48,125,125,119,104,105,108,101,40,33,40,40,116,61,110,91,101,46,95,105,43,43,93,41,105,110,32,101,46,95,116,41,41,59,114,101,116,117,114,110,123,118,97,108,117,101,58,116,44,100,111,110,101,58,33,49,125,125,41,41,44,114,40,114,46,83,44,34,82,101,102,108,101,99,116,34,44,123,101,110,117,109,101,114,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,111,40,116,41,125,125,41,125,44,34,48,51,54,53,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,55,48,98,101,34,41,59,114,40,114,46,71,43,114,46,70,42,40,112,97,114,115,101,73,110,116,33,61,105,41,44,123,112,97,114,115,101,73,110,116,58,105,125,41,125,44,34,48,51,54,54,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,49,99,48,98,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,114,40,116,41,44,118,111,105,100,32,48,61,61,61,101,41,114,101,116,117,114,110,32,116,59,115,119,105,116,99,104,40,110,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,41,125,59,99,97,115,101,32,49,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,41,125,59,99,97,115,101,32,50,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,44,114,41,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,44,114,41,125,59,99,97,115,101,32,51,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,44,114,44,105,41,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,44,114,44,105,41,125,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,101,44,97,114,103,117,109,101,110,116,115,41,125,125,125,44,34,48,51,55,48,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,77,97,116,104,34,44,123,108,111,103,49,48,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,108,111,103,40,116,41,42,77,97,116,104,46,76,79,71,49,48,69,125,125,41,125,44,34,48,52,53,49,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,57,51,51,101,34,41,40,34,73,110,116,49,54,34,44,50,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,101,44,110,44,114,41,125,125,41,41,125,44,34,48,53,55,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,102,99,54,97,34,41,44,105,61,110,40,34,50,52,49,99,34,41,46,102,44,111,61,123,125,46,116,111,83,116,114,105,110,103,44,97,61,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,38,38,119,105,110,100,111,119,38,38,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,63,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,40,119,105,110,100,111,119,41,58,91,93,44,115,61,102,117,110,99,116,105,111,110,40,116,41,123,116,114,121,123,114,101,116,117,114,110,32,105,40,116,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,114,101,116,117,114,110,32,97,46,115,108,105,99,101,40,41,125,125,59,116,46,101,120,112,111,114,116,115,46,102,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,38,38,34,91,111,98,106,101,99,116,32,87,105,110,100,111,119,93,34,61,61,111,46,99,97,108,108,40,116,41,63,115,40,116,41,58,105,40,114,40,116,41,41,125,125,44,34,48,53,97,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,53,49,97,99,34,41,44,111,61,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,44,97,61,83,116,114,105,110,103,46,102,114,111,109,67,111,100,101,80,111,105,110,116,59,114,40,114,46,83,43,114,46,70,42,40,33,33,97,38,38,49,33,61,97,46,108,101,110,103,116,104,41,44,34,83,116,114,105,110,103,34,44,123,102,114,111,109,67,111,100,101,80,111,105,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,91,93,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,97,61,48,59,119,104,105,108,101,40,114,62,97,41,123,105,102,40,101,61,43,97,114,103,117,109,101,110,116,115,91,97,43,43,93,44,105,40,101,44,49,49,49,52,49,49,49,41,33,61,61,101,41,116,104,114,111,119,32,82,97,110,103,101,69,114,114,111,114,40,101,43,34,32,105,115,32,110,111,116,32,97,32,118,97,108,105,100,32,99,111,100,101,32,112,111,105,110,116,34,41,59,110,46,112,117,115,104,40,101,60,54,53,53,51,54,63,111,40,101,41,58,111,40,53,53,50,57,54,43,40,40,101,45,61,54,53,53,51,54,41,62,62,49,48,41,44,101,37,49,48,50,52,43,53,54,51,50,48,41,41,125,114,101,116,117,114,110,32,110,46,106,111,105,110,40,34,34,41,125,125,41,125,44,34,48,54,99,53,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,46,100,40,101,44,34,97,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,125,41,41,59,110,40,34,102,98,54,97,34,41,44,110,40,34,100,51,98,55,34,41,44,110,40,34,98,48,99,48,34,41,44,110,40,34,97,54,51,48,34,41,44,110,40,34,51,99,97,51,34,41,59,118,97,114,32,114,61,110,40,34,54,98,55,53,34,41,59,102,117,110,99,116,105,111,110,32,105,40,116,44,101,41,123,105,102,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,79,98,106,101,99,116,40,114,91,34,97,34,93,41,40,116,44,101,41,59,118,97,114,32,110,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,59,114,101,116,117,114,110,34,79,98,106,101,99,116,34,61,61,61,110,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,40,110,61,116,46,99,111,110,115,116,114,117,99,116,111,114,46,110,97,109,101,41,44,34,77,97,112,34,61,61,61,110,124,124,34,83,101,116,34,61,61,61,110,63,65,114,114,97,121,46,102,114,111,109,40,116,41,58,34,65,114,103,117,109,101,110,116,115,34,61,61,61,110,124,124,47,94,40,63,58,85,105,124,73,41,110,116,40,63,58,56,124,49,54,124,51,50,41,40,63,58,67,108,97,109,112,101,100,41,63,65,114,114,97,121,36,47,46,116,101,115,116,40,110,41,63,79,98,106,101,99,116,40,114,91,34,97,34,93,41,40,116,44,101,41,58,118,111,105,100,32,48,125,125,125,44,34,48,54,99,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,51,97,98,34,41,44,105,61,110,40,34,100,49,101,55,34,41,44,111,61,110,40,34,53,99,54,99,34,41,44,97,61,110,40,34,102,99,54,97,34,41,44,115,61,110,40,34,99,48,52,101,34,41,44,99,61,110,40,34,53,49,51,53,34,41,44,117,61,110,40,34,48,99,102,98,34,41,44,108,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,59,101,46,102,61,114,63,108,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,61,97,40,116,41,44,101,61,115,40,101,44,33,48,41,44,117,41,116,114,121,123,114,101,116,117,114,110,32,108,40,116,44,101,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,125,105,102,40,99,40,116,44,101,41,41,114,101,116,117,114,110,32,111,40,33,105,46,102,46,99,97,108,108,40,116,44,101,41,44,116,91,101,93,41,125,125,44,34,48,97,48,54,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,99,53,51,50,34,41,44,105,61,110,40,34,51,48,98,53,34,41,44,111,61,110,40,34,102,54,98,52,34,41,44,97,61,110,40,34,53,50,55,48,34,41,44,115,61,110,40,34,52,97,55,98,34,41,59,102,117,110,99,116,105,111,110,32,99,40,116,41,123,116,104,105,115,46,100,101,102,97,117,108,116,115,61,116,44,116,104,105,115,46,105,110,116,101,114,99,101,112,116,111,114,115,61,123,114,101,113,117,101,115,116,58,110,101,119,32,111,44,114,101,115,112,111,110,115,101,58,110,101,119,32,111,125,125,99,46,112,114,111,116,111,116,121,112,101,46,114,101,113,117,101,115,116,61,102,117,110,99,116,105,111,110,40,116,41,123,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,63,40,116,61,97,114,103,117,109,101,110,116,115,91,49,93,124,124,123,125,44,116,46,117,114,108,61,97,114,103,117,109,101,110,116,115,91,48,93,41,58,116,61,116,124,124,123,125,44,116,61,115,40,116,104,105,115,46,100,101,102,97,117,108,116,115,44,116,41,44,116,46,109,101,116,104,111,100,63,116,46,109,101,116,104,111,100,61,116,46,109,101,116,104,111,100,46,116,111,76,111,119,101,114,67,97,115,101,40,41,58,116,104,105,115,46,100,101,102,97,117,108,116,115,46,109,101,116,104,111,100,63,116,46,109,101,116,104,111,100,61,116,104,105,115,46,100,101,102,97,117,108,116,115,46,109,101,116,104,111,100,46,116,111,76,111,119,101,114,67,97,115,101,40,41,58,116,46,109,101,116,104,111,100,61,34,103,101,116,34,59,118,97,114,32,101,61,91,97,44,118,111,105,100,32,48,93,44,110,61,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,116,41,59,116,104,105,115,46,105,110,116,101,114,99,101,112,116,111,114,115,46,114,101,113,117,101,115,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,117,110,115,104,105,102,116,40,116,46,102,117,108,102,105,108,108,101,100,44,116,46,114,101,106,101,99,116,101,100,41,125,41,41,44,116,104,105,115,46,105,110,116,101,114,99,101,112,116,111,114,115,46,114,101,115,112,111,110,115,101,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,112,117,115,104,40,116,46,102,117,108,102,105,108,108,101,100,44,116,46,114,101,106,101,99,116,101,100,41,125,41,41,59,119,104,105,108,101,40,101,46,108,101,110,103,116,104,41,110,61,110,46,116,104,101,110,40,101,46,115,104,105,102,116,40,41,44,101,46,115,104,105,102,116,40,41,41,59,114,101,116,117,114,110,32,110,125,44,99,46,112,114,111,116,111,116,121,112,101,46,103,101,116,85,114,105,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,115,40,116,104,105,115,46,100,101,102,97,117,108,116,115,44,116,41,44,105,40,116,46,117,114,108,44,116,46,112,97,114,97,109,115,44,116,46,112,97,114,97,109,115,83,101,114,105,97,108,105,122,101,114,41,46,114,101,112,108,97,99,101,40,47,94,92,63,47,44,34,34,41,125,44,114,46,102,111,114,69,97,99,104,40,91,34,100,101,108,101,116,101,34,44,34,103,101,116,34,44,34,104,101,97,100,34,44,34,111,112,116,105,111,110,115,34,93,44,40,102,117,110,99,116,105,111,110,40,116,41,123,99,46,112,114,111,116,111,116,121,112,101,91,116,93,61,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,32,116,104,105,115,46,114,101,113,117,101,115,116,40,115,40,110,124,124,123,125,44,123,109,101,116,104,111,100,58,116,44,117,114,108,58,101,44,100,97,116,97,58,40,110,124,124,123,125,41,46,100,97,116,97,125,41,41,125,125,41,41,44,114,46,102,111,114,69,97,99,104,40,91,34,112,111,115,116,34,44,34,112,117,116,34,44,34,112,97,116,99,104,34,93,44,40,102,117,110,99,116,105,111,110,40,116,41,123,99,46,112,114,111,116,111,116,121,112,101,91,116,93,61,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,114,101,116,117,114,110,32,116,104,105,115,46,114,101,113,117,101,115,116,40,115,40,114,124,124,123,125,44,123,109,101,116,104,111,100,58,116,44,117,114,108,58,101,44,100,97,116,97,58,110,125,41,41,125,125,41,41,44,116,46,101,120,112,111,114,116,115,61,99,125,44,34,48,97,55,100,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,52,50,101,101,34,41,44,105,61,110,40,34,55,52,56,48,34,41,44,111,61,110,40,34,57,51,51,54,34,41,40,34,115,112,101,99,105,101,115,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,97,61,114,40,116,41,46,99,111,110,115,116,114,117,99,116,111,114,59,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,97,124,124,118,111,105,100,32,48,61,61,40,110,61,114,40,97,41,91,111,93,41,63,101,58,105,40,110,41,125,125,44,34,48,98,52,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,48,99,53,50,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,57,51,51,101,34,41,40,34,70,108,111,97,116,54,52,34,44,56,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,101,44,110,44,114,41,125,125,41,41,125,44,34,48,99,98,50,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,55,98,48,98,34,41,44,105,61,77,97,116,104,46,102,108,111,111,114,44,111,61,34,34,46,114,101,112,108,97,99,101,44,97,61,47,92,36,40,91,36,38,39,96,93,124,92,100,123,49,44,50,125,124,60,91,94,62,93,42,62,41,47,103,44,115,61,47,92,36,40,91,36,38,39,96,93,124,92,100,123,49,44,50,125,41,47,103,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,99,44,117,44,108,41,123,118,97,114,32,102,61,110,43,116,46,108,101,110,103,116,104,44,104,61,99,46,108,101,110,103,116,104,44,100,61,115,59,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,61,117,38,38,40,117,61,114,40,117,41,44,100,61,97,41,44,111,46,99,97,108,108,40,108,44,100,44,40,102,117,110,99,116,105,111,110,40,114,44,111,41,123,118,97,114,32,97,59,115,119,105,116,99,104,40,111,46,99,104,97,114,65,116,40,48,41,41,123,99,97,115,101,34,36,34,58,114,101,116,117,114,110,34,36,34,59,99,97,115,101,34,38,34,58,114,101,116,117,114,110,32,116,59,99,97,115,101,34,96,34,58,114,101,116,117,114,110,32,101,46,115,108,105,99,101,40,48,44,110,41,59,99,97,115,101,34,39,34,58,114,101,116,117,114,110,32,101,46,115,108,105,99,101,40,102,41,59,99,97,115,101,34,60,34,58,97,61,117,91,111,46,115,108,105,99,101,40,49,44,45,49,41,93,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,118,97,114,32,115,61,43,111,59,105,102,40,48,61,61,61,115,41,114,101,116,117,114,110,32,114,59,105,102,40,115,62,104,41,123,118,97,114,32,108,61,105,40,115,47,49,48,41,59,114,101,116,117,114,110,32,48,61,61,61,108,63,114,58,108,60,61,104,63,118,111,105,100,32,48,61,61,61,99,91,108,45,49,93,63,111,46,99,104,97,114,65,116,40,49,41,58,99,91,108,45,49,93,43,111,46,99,104,97,114,65,116,40,49,41,58,114,125,97,61,99,91,115,45,49,93,125,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,97,63,34,34,58,97,125,41,41,125,125,44,34,48,99,100,100,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,119,105,110,100,111,119,46,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,124,124,40,119,105,110,100,111,119,46,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,116,41,123,116,104,105,115,46,105,61,91,93,44,116,104,105,115,46,109,61,116,125,102,117,110,99,116,105,111,110,32,110,40,116,41,123,40,102,117,110,99,116,105,111,110,32,110,40,41,123,118,97,114,32,114,61,116,46,116,97,107,101,82,101,99,111,114,100,115,40,41,59,114,46,108,101,110,103,116,104,38,38,116,46,109,40,114,44,116,41,44,116,46,104,61,115,101,116,84,105,109,101,111,117,116,40,110,44,101,46,95,112,101,114,105,111,100,41,125,41,40,41,125,102,117,110,99,116,105,111,110,32,114,40,101,41,123,118,97,114,32,110,44,114,61,123,116,121,112,101,58,110,117,108,108,44,116,97,114,103,101,116,58,110,117,108,108,44,97,100,100,101,100,78,111,100,101,115,58,91,93,44,114,101,109,111,118,101,100,78,111,100,101,115,58,91,93,44,112,114,101,118,105,111,117,115,83,105,98,108,105,110,103,58,110,117,108,108,44,110,101,120,116,83,105,98,108,105,110,103,58,110,117,108,108,44,97,116,116,114,105,98,117,116,101,78,97,109,101,58,110,117,108,108,44,97,116,116,114,105,98,117,116,101,78,97,109,101,115,112,97,99,101,58,110,117,108,108,44,111,108,100,86,97,108,117,101,58,110,117,108,108,125,59,102,111,114,40,110,32,105,110,32,101,41,114,91,110,93,33,61,61,116,38,38,101,91,110,93,33,61,61,116,38,38,40,114,91,110,93,61,101,91,110,93,41,59,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,105,40,116,44,101,41,123,118,97,114,32,110,61,117,40,116,44,101,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,105,41,123,118,97,114,32,111,61,105,46,108,101,110,103,116,104,59,105,102,40,101,46,97,38,38,51,61,61,61,116,46,110,111,100,101,84,121,112,101,38,38,116,46,110,111,100,101,86,97,108,117,101,33,61,61,110,46,97,38,38,105,46,112,117,115,104,40,110,101,119,32,114,40,123,116,121,112,101,58,34,99,104,97,114,97,99,116,101,114,68,97,116,97,34,44,116,97,114,103,101,116,58,116,44,111,108,100,86,97,108,117,101,58,110,46,97,125,41,41,44,101,46,98,38,38,110,46,98,38,38,115,40,105,44,116,44,110,46,98,44,101,46,102,41,44,101,46,99,124,124,101,46,103,41,118,97,114,32,97,61,99,40,105,44,116,44,110,44,101,41,59,40,97,124,124,105,46,108,101,110,103,116,104,33,61,61,111,41,38,38,40,110,61,117,40,116,44,101,41,41,125,125,102,117,110,99,116,105,111,110,32,111,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,118,97,108,117,101,125,102,117,110,99,116,105,111,110,32,97,40,116,44,101,41,123,114,101,116,117,114,110,34,115,116,121,108,101,34,33,61,61,101,46,110,97,109,101,63,101,46,118,97,108,117,101,58,116,46,115,116,121,108,101,46,99,115,115,84,101,120,116,125,102,117,110,99,116,105,111,110,32,115,40,101,44,110,44,105,44,111,41,123,102,111,114,40,118,97,114,32,97,44,115,44,99,61,123,125,44,117,61,110,46,97,116,116,114,105,98,117,116,101,115,44,108,61,117,46,108,101,110,103,116,104,59,108,45,45,59,41,97,61,117,91,108,93,44,115,61,97,46,110,97,109,101,44,111,38,38,111,91,115,93,61,61,61,116,124,124,40,118,40,110,44,97,41,33,61,61,105,91,115,93,38,38,101,46,112,117,115,104,40,114,40,123,116,121,112,101,58,34,97,116,116,114,105,98,117,116,101,115,34,44,116,97,114,103,101,116,58,110,44,97,116,116,114,105,98,117,116,101,78,97,109,101,58,115,44,111,108,100,86,97,108,117,101,58,105,91,115,93,44,97,116,116,114,105,98,117,116,101,78,97,109,101,115,112,97,99,101,58,97,46,110,97,109,101,115,112,97,99,101,85,82,73,125,41,41,44,99,91,115,93,61,33,48,41,59,102,111,114,40,115,32,105,110,32,105,41,99,91,115,93,124,124,101,46,112,117,115,104,40,114,40,123,116,97,114,103,101,116,58,110,44,116,121,112,101,58,34,97,116,116,114,105,98,117,116,101,115,34,44,97,116,116,114,105,98,117,116,101,78,97,109,101,58,115,44,111,108,100,86,97,108,117,101,58,105,91,115,93,125,41,41,125,102,117,110,99,116,105,111,110,32,99,40,101,44,110,44,105,44,111,41,123,102,117,110,99,116,105,111,110,32,97,40,116,44,110,44,105,44,97,44,117,41,123,118,97,114,32,108,44,102,44,104,44,100,61,116,46,108,101,110,103,116,104,45,49,59,102,111,114,40,117,61,45,126,40,40,100,45,117,41,47,50,41,59,104,61,116,46,112,111,112,40,41,59,41,108,61,105,91,104,46,106,93,44,102,61,97,91,104,46,108,93,44,111,46,99,38,38,117,38,38,77,97,116,104,46,97,98,115,40,104,46,106,45,104,46,108,41,62,61,100,38,38,40,101,46,112,117,115,104,40,114,40,123,116,121,112,101,58,34,99,104,105,108,100,76,105,115,116,34,44,116,97,114,103,101,116,58,110,44,97,100,100,101,100,78,111,100,101,115,58,91,108,93,44,114,101,109,111,118,101,100,78,111,100,101,115,58,91,108,93,44,110,101,120,116,83,105,98,108,105,110,103,58,108,46,110,101,120,116,83,105,98,108,105,110,103,44,112,114,101,118,105,111,117,115,83,105,98,108,105,110,103,58,108,46,112,114,101,118,105,111,117,115,83,105,98,108,105,110,103,125,41,41,44,117,45,45,41,44,111,46,98,38,38,102,46,98,38,38,115,40,101,44,108,44,102,46,98,44,111,46,102,41,44,111,46,97,38,38,51,61,61,61,108,46,110,111,100,101,84,121,112,101,38,38,108,46,110,111,100,101,86,97,108,117,101,33,61,61,102,46,97,38,38,101,46,112,117,115,104,40,114,40,123,116,121,112,101,58,34,99,104,97,114,97,99,116,101,114,68,97,116,97,34,44,116,97,114,103,101,116,58,108,44,111,108,100,86,97,108,117,101,58,102,46,97,125,41,41,44,111,46,103,38,38,99,40,108,44,102,41,125,102,117,110,99,116,105,111,110,32,99,40,110,44,105,41,123,102,111,114,40,118,97,114,32,102,44,104,44,112,44,118,44,103,44,109,61,110,46,99,104,105,108,100,78,111,100,101,115,44,98,61,105,46,99,44,121,61,109,46,108,101,110,103,116,104,44,119,61,98,63,98,46,108,101,110,103,116,104,58,48,44,95,61,48,44,120,61,48,44,79,61,48,59,120,60,121,124,124,79,60,119,59,41,118,61,109,91,120,93,44,103,61,40,112,61,98,91,79,93,41,38,38,112,46,110,111,100,101,44,118,61,61,61,103,63,40,111,46,98,38,38,112,46,98,38,38,115,40,101,44,118,44,112,46,98,44,111,46,102,41,44,111,46,97,38,38,112,46,97,33,61,61,116,38,38,118,46,110,111,100,101,86,97,108,117,101,33,61,61,112,46,97,38,38,101,46,112,117,115,104,40,114,40,123,116,121,112,101,58,34,99,104,97,114,97,99,116,101,114,68,97,116,97,34,44,116,97,114,103,101,116,58,118,44,111,108,100,86,97,108,117,101,58,112,46,97,125,41,41,44,104,38,38,97,40,104,44,110,44,109,44,98,44,95,41,44,111,46,103,38,38,40,118,46,99,104,105,108,100,78,111,100,101,115,46,108,101,110,103,116,104,124,124,112,46,99,38,38,112,46,99,46,108,101,110,103,116,104,41,38,38,99,40,118,44,112,41,44,120,43,43,44,79,43,43,41,58,40,117,61,33,48,44,102,124,124,40,102,61,123,125,44,104,61,91,93,41,44,118,38,38,40,102,91,112,61,108,40,118,41,93,124,124,40,102,91,112,93,61,33,48,44,45,49,61,61,61,40,112,61,100,40,98,44,118,44,79,44,34,110,111,100,101,34,41,41,63,111,46,99,38,38,40,101,46,112,117,115,104,40,114,40,123,116,121,112,101,58,34,99,104,105,108,100,76,105,115,116,34,44,116,97,114,103,101,116,58,110,44,97,100,100,101,100,78,111,100,101,115,58,91,118,93,44,110,101,120,116,83,105,98,108,105,110,103,58,118,46,110,101,120,116,83,105,98,108,105,110,103,44,112,114,101,118,105,111,117,115,83,105,98,108,105,110,103,58,118,46,112,114,101,118,105,111,117,115,83,105,98,108,105,110,103,125,41,41,44,95,43,43,41,58,104,46,112,117,115,104,40,123,106,58,120,44,108,58,112,125,41,41,44,120,43,43,41,44,103,38,38,103,33,61,61,109,91,120,93,38,38,40,102,91,112,61,108,40,103,41,93,124,124,40,102,91,112,93,61,33,48,44,45,49,61,61,61,40,112,61,100,40,109,44,103,44,120,41,41,63,111,46,99,38,38,40,101,46,112,117,115,104,40,114,40,123,116,121,112,101,58,34,99,104,105,108,100,76,105,115,116,34,44,116,97,114,103,101,116,58,105,46,110,111,100,101,44,114,101,109,111,118,101,100,78,111,100,101,115,58,91,103,93,44,110,101,120,116,83,105,98,108,105,110,103,58,98,91,79,43,49,93,44,112,114,101,118,105,111,117,115,83,105,98,108,105,110,103,58,98,91,79,45,49,93,125,41,41,44,95,45,45,41,58,104,46,112,117,115,104,40,123,106,58,112,44,108,58,79,125,41,41,44,79,43,43,41,41,59,104,38,38,97,40,104,44,110,44,109,44,98,44,95,41,125,118,97,114,32,117,59,114,101,116,117,114,110,32,99,40,110,44,105,41,44,117,125,102,117,110,99,116,105,111,110,32,117,40,116,44,101,41,123,118,97,114,32,110,61,33,48,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,32,116,40,114,41,123,118,97,114,32,105,61,123,110,111,100,101,58,114,125,59,114,101,116,117,114,110,33,101,46,97,124,124,51,33,61,61,114,46,110,111,100,101,84,121,112,101,38,38,56,33,61,61,114,46,110,111,100,101,84,121,112,101,63,40,101,46,98,38,38,110,38,38,49,61,61,61,114,46,110,111,100,101,84,121,112,101,38,38,40,105,46,98,61,104,40,114,46,97,116,116,114,105,98,117,116,101,115,44,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,101,46,102,38,38,33,101,46,102,91,110,46,110,97,109,101,93,124,124,40,116,91,110,46,110,97,109,101,93,61,118,40,114,44,110,41,41,44,116,125,41,44,123,125,41,41,44,110,38,38,40,101,46,99,124,124,101,46,97,124,124,101,46,98,38,38,101,46,103,41,38,38,40,105,46,99,61,102,40,114,46,99,104,105,108,100,78,111,100,101,115,44,116,41,41,44,110,61,101,46,103,41,58,105,46,97,61,114,46,110,111,100,101,86,97,108,117,101,44,105,125,40,116,41,125,102,117,110,99,116,105,111,110,32,108,40,116,41,123,116,114,121,123,114,101,116,117,114,110,32,116,46,105,100,124,124,40,116,46,109,111,95,105,100,61,116,46,109,111,95,105,100,124,124,103,43,43,41,125,99,97,116,99,104,40,101,41,123,116,114,121,123,114,101,116,117,114,110,32,116,46,110,111,100,101,86,97,108,117,101,125,99,97,116,99,104,40,110,41,123,114,101,116,117,114,110,32,103,43,43,125,125,125,102,117,110,99,116,105,111,110,32,102,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,91,93,44,114,61,48,59,114,60,116,46,108,101,110,103,116,104,59,114,43,43,41,110,91,114,93,61,101,40,116,91,114,93,44,114,44,116,41,59,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,104,40,116,44,101,44,110,41,123,102,111,114,40,118,97,114,32,114,61,48,59,114,60,116,46,108,101,110,103,116,104,59,114,43,43,41,110,61,101,40,110,44,116,91,114,93,44,114,44,116,41,59,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,100,40,116,44,101,44,110,44,114,41,123,102,111,114,40,59,110,60,116,46,108,101,110,103,116,104,59,110,43,43,41,105,102,40,40,114,63,116,91,110,93,91,114,93,58,116,91,110,93,41,61,61,61,101,41,114,101,116,117,114,110,32,110,59,114,101,116,117,114,110,45,49,125,101,46,95,112,101,114,105,111,100,61,51,48,44,101,46,112,114,111,116,111,116,121,112,101,61,123,111,98,115,101,114,118,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,111,114,40,118,97,114,32,114,61,123,98,58,33,33,40,101,46,97,116,116,114,105,98,117,116,101,115,124,124,101,46,97,116,116,114,105,98,117,116,101,70,105,108,116,101,114,124,124,101,46,97,116,116,114,105,98,117,116,101,79,108,100,86,97,108,117,101,41,44,99,58,33,33,101,46,99,104,105,108,100,76,105,115,116,44,103,58,33,33,101,46,115,117,98,116,114,101,101,44,97,58,33,40,33,101,46,99,104,97,114,97,99,116,101,114,68,97,116,97,38,38,33,101,46,99,104,97,114,97,99,116,101,114,68,97,116,97,79,108,100,86,97,108,117,101,41,125,44,111,61,116,104,105,115,46,105,44,97,61,48,59,97,60,111,46,108,101,110,103,116,104,59,97,43,43,41,111,91,97,93,46,115,61,61,61,116,38,38,111,46,115,112,108,105,99,101,40,97,44,49,41,59,101,46,97,116,116,114,105,98,117,116,101,70,105,108,116,101,114,38,38,40,114,46,102,61,104,40,101,46,97,116,116,114,105,98,117,116,101,70,105,108,116,101,114,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,91,101,93,61,33,48,44,116,125,41,44,123,125,41,41,44,111,46,112,117,115,104,40,123,115,58,116,44,111,58,105,40,116,44,114,41,125,41,44,116,104,105,115,46,104,124,124,110,40,116,104,105,115,41,125,44,116,97,107,101,82,101,99,111,114,100,115,58,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,61,91,93,44,101,61,116,104,105,115,46,105,44,110,61,48,59,110,60,101,46,108,101,110,103,116,104,59,110,43,43,41,101,91,110,93,46,111,40,116,41,59,114,101,116,117,114,110,32,116,125,44,100,105,115,99,111,110,110,101,99,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,61,91,93,44,99,108,101,97,114,84,105,109,101,111,117,116,40,116,104,105,115,46,104,41,44,116,104,105,115,46,104,61,110,117,108,108,125,125,59,118,97,114,32,112,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,105,34,41,59,112,46,115,116,121,108,101,46,116,111,112,61,48,59,118,97,114,32,118,61,40,112,61,34,110,117,108,108,34,33,61,112,46,97,116,116,114,105,98,117,116,101,115,46,115,116,121,108,101,46,118,97,108,117,101,41,63,111,58,97,44,103,61,49,59,114,101,116,117,114,110,32,101,125,40,118,111,105,100,32,48,41,41,125,44,34,48,99,102,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,51,97,98,34,41,44,105,61,110,40,34,100,48,51,57,34,41,44,111,61,110,40,34,99,99,49,50,34,41,59,116,46,101,120,112,111,114,116,115,61,33,114,38,38,33,105,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,33,61,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,111,40,34,100,105,118,34,41,44,34,97,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,125,125,41,46,97,125,41,41,125,44,34,48,100,51,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,48,51,57,34,41,44,105,61,110,40,34,98,54,50,50,34,41,44,111,61,110,40,34,99,52,51,48,34,41,44,97,61,105,40,34,105,116,101,114,97,116,111,114,34,41,59,116,46,101,120,112,111,114,116,115,61,33,114,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,110,101,119,32,85,82,76,40,34,98,63,97,61,49,38,98,61,50,38,99,61,51,34,44,34,104,116,116,112,58,47,47,97,34,41,44,101,61,116,46,115,101,97,114,99,104,80,97,114,97,109,115,44,110,61,34,34,59,114,101,116,117,114,110,32,116,46,112,97,116,104,110,97,109,101,61,34,99,37,50,48,100,34,44,101,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,114,41,123,101,91,34,100,101,108,101,116,101,34,93,40,34,98,34,41,44,110,43,61,114,43,116,125,41,41,44,111,38,38,33,116,46,116,111,74,83,79,78,124,124,33,101,46,115,111,114,116,124,124,34,104,116,116,112,58,47,47,97,47,99,37,50,48,100,63,97,61,49,38,99,61,51,34,33,61,61,116,46,104,114,101,102,124,124,34,51,34,33,61,61,101,46,103,101,116,40,34,99,34,41,124,124,34,97,61,49,34,33,61,61,83,116,114,105,110,103,40,110,101,119,32,85,82,76,83,101,97,114,99,104,80,97,114,97,109,115,40,34,63,97,61,49,34,41,41,124,124,33,101,91,97,93,124,124,34,97,34,33,61,61,110,101,119,32,85,82,76,40,34,104,116,116,112,115,58,47,47,97,64,98,34,41,46,117,115,101,114,110,97,109,101,124,124,34,98,34,33,61,61,110,101,119,32,85,82,76,83,101,97,114,99,104,80,97,114,97,109,115,40,110,101,119,32,85,82,76,83,101,97,114,99,104,80,97,114,97,109,115,40,34,97,61,98,34,41,41,46,103,101,116,40,34,97,34,41,124,124,34,120,110,45,45,101,49,97,121,98,99,34,33,61,61,110,101,119,32,85,82,76,40,34,104,116,116,112,58,47,47,209,130,208,181,209,129,209,130,34,41,46,104,111,115,116,124,124,34,35,37,68,48,37,66,49,34,33,61,61,110,101,119,32,85,82,76,40,34,104,116,116,112,58,47,47,97,35,208,177,34,41,46,104,97,115,104,124,124,34,97,49,99,51,34,33,61,61,110,124,124,34,120,34,33,61,61,110,101,119,32,85,82,76,40,34,104,116,116,112,58,47,47,120,34,44,118,111,105,100,32,48,41,46,104,111,115,116,125,41,41,125,44,34,48,100,54,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,53,53,97,34,41,44,105,61,110,40,34,97,48,54,102,34,41,44,111,61,110,40,34,99,51,102,97,34,41,44,97,61,110,40,34,98,100,52,55,34,41,44,115,61,110,40,34,100,52,48,49,34,41,44,99,61,34,112,114,111,116,111,116,121,112,101,34,44,117,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,108,44,102,44,104,44,100,44,112,61,116,38,117,46,70,44,118,61,116,38,117,46,71,44,103,61,116,38,117,46,83,44,109,61,116,38,117,46,80,44,98,61,116,38,117,46,66,44,121,61,118,63,114,58,103,63,114,91,101,93,124,124,40,114,91,101,93,61,123,125,41,58,40,114,91,101,93,124,124,123,125,41,91,99,93,44,119,61,118,63,105,58,105,91,101,93,124,124,40,105,91,101,93,61,123,125,41,44,95,61,119,91,99,93,124,124,40,119,91,99,93,61,123,125,41,59,102,111,114,40,108,32,105,110,32,118,38,38,40,110,61,101,41,44,110,41,102,61,33,112,38,38,121,38,38,118,111,105,100,32,48,33,61,61,121,91,108,93,44,104,61,40,102,63,121,58,110,41,91,108,93,44,100,61,98,38,38,102,63,115,40,104,44,114,41,58,109,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,104,63,115,40,70,117,110,99,116,105,111,110,46,99,97,108,108,44,104,41,58,104,44,121,38,38,97,40,121,44,108,44,104,44,116,38,117,46,85,41,44,119,91,108,93,33,61,104,38,38,111,40,119,44,108,44,100,41,44,109,38,38,95,91,108,93,33,61,104,38,38,40,95,91,108,93,61,104,41,125,59,114,46,99,111,114,101,61,105,44,117,46,70,61,49,44,117,46,71,61,50,44,117,46,83,61,52,44,117,46,80,61,56,44,117,46,66,61,49,54,44,117,46,87,61,51,50,44,117,46,85,61,54,52,44,117,46,82,61,49,50,56,44,116,46,101,120,112,111,114,116,115,61,117,125,44,34,48,100,102,54,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,110,117,108,108,44,101,41,125,125,125,44,34,48,102,49,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,100,102,57,34,41,44,105,61,110,40,34,98,100,101,100,34,41,46,111,110,70,114,101,101,122,101,59,110,40,34,54,51,57,55,34,41,40,34,115,101,97,108,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,38,38,114,40,101,41,63,116,40,105,40,101,41,41,58,101,125,125,41,41,125,44,34,48,102,50,54,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,52,50,101,101,34,41,44,105,61,110,40,34,101,97,50,56,34,41,44,111,61,110,40,34,49,98,102,98,34,41,44,97,61,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,59,101,46,102,61,110,40,34,54,55,51,57,34,41,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,114,40,116,41,44,101,61,111,40,101,44,33,48,41,44,114,40,110,41,44,105,41,116,114,121,123,114,101,116,117,114,110,32,97,40,116,44,101,44,110,41,125,99,97,116,99,104,40,115,41,123,125,105,102,40,34,103,101,116,34,105,110,32,110,124,124,34,115,101,116,34,105,110,32,110,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,65,99,99,101,115,115,111,114,115,32,110,111,116,32,115,117,112,112,111,114,116,101,100,33,34,41,59,114,101,116,117,114,110,34,118,97,108,117,101,34,105,110,32,110,38,38,40,116,91,101,93,61,110,46,118,97,108,117,101,41,44,116,125,125,44,34,49,48,99,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,51,54,97,100,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,110,101,119,40,114,40,116,41,41,40,101,41,125,125,44,49,49,52,56,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,97,54,57,49,34,41,44,105,61,110,40,34,49,100,56,48,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,83,116,114,105,110,103,40,105,40,116,104,105,115,41,41,44,110,61,34,34,44,111,61,114,40,116,41,59,105,102,40,111,60,48,124,124,111,61,61,49,47,48,41,116,104,114,111,119,32,82,97,110,103,101,69,114,114,111,114,40,34,87,114,111,110,103,32,110,117,109,98,101,114,32,111,102,32,114,101,112,101,116,105,116,105,111,110,115,34,41,59,102,111,114,40,59,111,62,48,59,40,111,62,62,62,61,49,41,38,38,40,101,43,61,101,41,41,49,38,111,38,38,40,110,43,61,101,41,59,114,101,116,117,114,110,32,110,125,125,44,49,50,55,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,100,55,56,52,34,41,44,105,61,110,40,34,52,52,101,55,34,41,44,111,61,110,40,34,56,50,53,97,34,41,44,97,61,110,40,34,49,100,56,48,34,41,44,115,61,110,40,34,52,56,52,48,34,41,44,99,61,110,40,34,56,97,97,53,34,41,44,117,61,110,40,34,53,48,99,52,34,41,44,108,61,110,40,34,49,52,99,51,34,41,44,102,61,110,40,34,57,50,54,51,34,41,44,104,61,110,40,34,57,102,55,102,34,41,44,100,61,104,46,85,78,83,85,80,80,79,82,84,69,68,95,89,44,112,61,91,93,46,112,117,115,104,44,118,61,77,97,116,104,46,109,105,110,44,103,61,52,50,57,52,57,54,55,50,57,53,59,114,40,34,115,112,108,105,116,34,44,50,44,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,59,114,101,116,117,114,110,32,114,61,34,99,34,61,61,34,97,98,98,99,34,46,115,112,108,105,116,40,47,40,98,41,42,47,41,91,49,93,124,124,52,33,61,34,116,101,115,116,34,46,115,112,108,105,116,40,47,40,63,58,41,47,44,45,49,41,46,108,101,110,103,116,104,124,124,50,33,61,34,97,98,34,46,115,112,108,105,116,40,47,40,63,58,97,98,41,42,47,41,46,108,101,110,103,116,104,124,124,52,33,61,34,46,34,46,115,112,108,105,116,40,47,40,46,63,41,40,46,63,41,47,41,46,108,101,110,103,116,104,124,124,34,46,34,46,115,112,108,105,116,40,47,40,41,40,41,47,41,46,108,101,110,103,116,104,62,49,124,124,34,34,46,115,112,108,105,116,40,47,46,63,47,41,46,108,101,110,103,116,104,63,102,117,110,99,116,105,111,110,40,116,44,110,41,123,118,97,114,32,114,61,83,116,114,105,110,103,40,97,40,116,104,105,115,41,41,44,111,61,118,111,105,100,32,48,61,61,61,110,63,103,58,110,62,62,62,48,59,105,102,40,48,61,61,61,111,41,114,101,116,117,114,110,91,93,59,105,102,40,118,111,105,100,32,48,61,61,61,116,41,114,101,116,117,114,110,91,114,93,59,105,102,40,33,105,40,116,41,41,114,101,116,117,114,110,32,101,46,99,97,108,108,40,114,44,116,44,111,41,59,118,97,114,32,115,44,99,44,117,44,108,61,91,93,44,104,61,40,116,46,105,103,110,111,114,101,67,97,115,101,63,34,105,34,58,34,34,41,43,40,116,46,109,117,108,116,105,108,105,110,101,63,34,109,34,58,34,34,41,43,40,116,46,117,110,105,99,111,100,101,63,34,117,34,58,34,34,41,43,40,116,46,115,116,105,99,107,121,63,34,121,34,58,34,34,41,44,100,61,48,44,118,61,110,101,119,32,82,101,103,69,120,112,40,116,46,115,111,117,114,99,101,44,104,43,34,103,34,41,59,119,104,105,108,101,40,115,61,102,46,99,97,108,108,40,118,44,114,41,41,123,105,102,40,99,61,118,46,108,97,115,116,73,110,100,101,120,44,99,62,100,38,38,40,108,46,112,117,115,104,40,114,46,115,108,105,99,101,40,100,44,115,46,105,110,100,101,120,41,41,44,115,46,108,101,110,103,116,104,62,49,38,38,115,46,105,110,100,101,120,60,114,46,108,101,110,103,116,104,38,38,112,46,97,112,112,108,121,40,108,44,115,46,115,108,105,99,101,40,49,41,41,44,117,61,115,91,48,93,46,108,101,110,103,116,104,44,100,61,99,44,108,46,108,101,110,103,116,104,62,61,111,41,41,98,114,101,97,107,59,118,46,108,97,115,116,73,110,100,101,120,61,61,61,115,46,105,110,100,101,120,38,38,118,46,108,97,115,116,73,110,100,101,120,43,43,125,114,101,116,117,114,110,32,100,61,61,61,114,46,108,101,110,103,116,104,63,33,117,38,38,118,46,116,101,115,116,40,34,34,41,124,124,108,46,112,117,115,104,40,34,34,41,58,108,46,112,117,115,104,40,114,46,115,108,105,99,101,40,100,41,41,44,108,46,108,101,110,103,116,104,62,111,63,108,46,115,108,105,99,101,40,48,44,111,41,58,108,125,58,34,48,34,46,115,112,108,105,116,40,118,111,105,100,32,48,44,48,41,46,108,101,110,103,116,104,63,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,38,38,48,61,61,61,110,63,91,93,58,101,46,99,97,108,108,40,116,104,105,115,44,116,44,110,41,125,58,101,44,91,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,105,61,97,40,116,104,105,115,41,44,111,61,118,111,105,100,32,48,61,61,101,63,118,111,105,100,32,48,58,101,91,116,93,59,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,61,111,63,111,46,99,97,108,108,40,101,44,105,44,110,41,58,114,46,99,97,108,108,40,83,116,114,105,110,103,40,105,41,44,101,44,110,41,125,44,102,117,110,99,116,105,111,110,40,116,44,105,41,123,118,97,114,32,97,61,110,40,114,44,116,44,116,104,105,115,44,105,44,114,33,61,61,101,41,59,105,102,40,97,46,100,111,110,101,41,114,101,116,117,114,110,32,97,46,118,97,108,117,101,59,118,97,114,32,102,61,111,40,116,41,44,104,61,83,116,114,105,110,103,40,116,104,105,115,41,44,112,61,115,40,102,44,82,101,103,69,120,112,41,44,109,61,102,46,117,110,105,99,111,100,101,44,98,61,40,102,46,105,103,110,111,114,101,67,97,115,101,63,34,105,34,58,34,34,41,43,40,102,46,109,117,108,116,105,108,105,110,101,63,34,109,34,58,34,34,41,43,40,102,46,117,110,105,99,111,100,101,63,34,117,34,58,34,34,41,43,40,100,63,34,103,34,58,34,121,34,41,44,121,61,110,101,119,32,112,40,100,63,34,94,40,63,58,34,43,102,46,115,111,117,114,99,101,43,34,41,34,58,102,44,98,41,44,119,61,118,111,105,100,32,48,61,61,61,105,63,103,58,105,62,62,62,48,59,105,102,40,48,61,61,61,119,41,114,101,116,117,114,110,91,93,59,105,102,40,48,61,61,61,104,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,110,117,108,108,61,61,61,108,40,121,44,104,41,63,91,104,93,58,91,93,59,118,97,114,32,95,61,48,44,120,61,48,44,79,61,91,93,59,119,104,105,108,101,40,120,60,104,46,108,101,110,103,116,104,41,123,121,46,108,97,115,116,73,110,100,101,120,61,100,63,48,58,120,59,118,97,114,32,83,44,107,61,108,40,121,44,100,63,104,46,115,108,105,99,101,40,120,41,58,104,41,59,105,102,40,110,117,108,108,61,61,61,107,124,124,40,83,61,118,40,117,40,121,46,108,97,115,116,73,110,100,101,120,43,40,100,63,120,58,48,41,41,44,104,46,108,101,110,103,116,104,41,41,61,61,61,95,41,120,61,99,40,104,44,120,44,109,41,59,101,108,115,101,123,105,102,40,79,46,112,117,115,104,40,104,46,115,108,105,99,101,40,95,44,120,41,41,44,79,46,108,101,110,103,116,104,61,61,61,119,41,114,101,116,117,114,110,32,79,59,102,111,114,40,118,97,114,32,67,61,49,59,67,60,61,107,46,108,101,110,103,116,104,45,49,59,67,43,43,41,105,102,40,79,46,112,117,115,104,40,107,91,67,93,41,44,79,46,108,101,110,103,116,104,61,61,61,119,41,114,101,116,117,114,110,32,79,59,120,61,95,61,83,125,125,114,101,116,117,114,110,32,79,46,112,117,115,104,40,104,46,115,108,105,99,101,40,95,41,41,44,79,125,93,125,41,44,100,41,125,44,34,49,50,57,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,79,98,106,101,99,116,46,105,115,124,124,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,61,61,101,63,48,33,61,61,116,124,124,49,47,116,61,61,61,49,47,101,58,116,33,61,116,38,38,101,33,61,101,125,125,44,34,49,50,99,49,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,99,54,54,57,34,41,44,105,61,82,101,103,69,120,112,46,112,114,111,116,111,116,121,112,101,46,101,120,101,99,44,111,61,83,116,114,105,110,103,46,112,114,111,116,111,116,121,112,101,46,114,101,112,108,97,99,101,44,97,61,105,44,115,61,34,108,97,115,116,73,110,100,101,120,34,44,99,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,47,97,47,44,101,61,47,98,42,47,103,59,114,101,116,117,114,110,32,105,46,99,97,108,108,40,116,44,34,97,34,41,44,105,46,99,97,108,108,40,101,44,34,97,34,41,44,48,33,61,61,116,91,115,93,124,124,48,33,61,61,101,91,115,93,125,40,41,44,117,61,118,111,105,100,32,48,33,61,61,47,40,41,63,63,47,46,101,120,101,99,40,34,34,41,91,49,93,44,108,61,99,124,124,117,59,108,38,38,40,97,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,97,44,108,44,102,61,116,104,105,115,59,114,101,116,117,114,110,32,117,38,38,40,110,61,110,101,119,32,82,101,103,69,120,112,40,34,94,34,43,102,46,115,111,117,114,99,101,43,34,36,40,63,33,92,92,115,41,34,44,114,46,99,97,108,108,40,102,41,41,41,44,99,38,38,40,101,61,102,91,115,93,41,44,97,61,105,46,99,97,108,108,40,102,44,116,41,44,99,38,38,97,38,38,40,102,91,115,93,61,102,46,103,108,111,98,97,108,63,97,46,105,110,100,101,120,43,97,91,48,93,46,108,101,110,103,116,104,58,101,41,44,117,38,38,97,38,38,97,46,108,101,110,103,116,104,62,49,38,38,111,46,99,97,108,108,40,97,91,48,93,44,110,44,40,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,108,61,49,59,108,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,45,50,59,108,43,43,41,118,111,105,100,32,48,61,61,61,97,114,103,117,109,101,110,116,115,91,108,93,38,38,40,97,91,108,93,61,118,111,105,100,32,48,41,125,41,41,44,97,125,41,44,116,46,101,120,112,111,114,116,115,61,97,125,44,49,51,49,48,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,117,110,99,116,105,111,110,32,110,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,116,38,38,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,116,125,116,46,101,120,112,111,114,116,115,61,110,125,44,49,52,53,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,50,98,55,97,34,41,44,116,46,101,120,112,111,114,116,115,61,110,40,34,97,48,54,102,34,41,46,83,116,114,105,110,103,46,116,114,105,109,76,101,102,116,125,44,34,49,52,99,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,54,98,54,34,41,44,105,61,110,40,34,57,50,54,51,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,101,120,101,99,59,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,110,41,123,118,97,114,32,111,61,110,46,99,97,108,108,40,116,44,101,41,59,105,102,40,34,111,98,106,101,99,116,34,33,61,61,116,121,112,101,111,102,32,111,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,82,101,103,69,120,112,32,101,120,101,99,32,109,101,116,104,111,100,32,114,101,116,117,114,110,101,100,32,115,111,109,101,116,104,105,110,103,32,111,116,104,101,114,32,116,104,97,110,32,97,110,32,79,98,106,101,99,116,32,111,114,32,110,117,108,108,34,41,59,114,101,116,117,114,110,32,111,125,105,102,40,34,82,101,103,69,120,112,34,33,61,61,114,40,116,41,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,82,101,103,69,120,112,35,101,120,101,99,32,99,97,108,108,101,100,32,111,110,32,105,110,99,111,109,112,97,116,105,98,108,101,32,114,101,99,101,105,118,101,114,34,41,59,114,101,116,117,114,110,32,105,46,99,97,108,108,40,116,44,101,41,125,125,44,34,49,52,102,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,49,99,50,51,34,41,59,114,40,114,46,71,44,123,103,108,111,98,97,108,58,110,40,34,100,51,56,99,34,41,125,41,125,44,34,49,53,52,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,123,101,110,117,109,101,114,97,98,108,101,58,33,40,49,38,116,41,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,40,50,38,116,41,44,119,114,105,116,97,98,108,101,58,33,40,52,38,116,41,44,118,97,108,117,101,58,101,125,125,125,44,34,49,53,57,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,97,56,52,34,41,44,105,61,110,40,34,102,100,98,99,34,41,44,111,61,110,40,34,49,55,99,50,34,41,44,97,61,110,40,34,57,49,49,50,34,41,59,102,111,114,40,118,97,114,32,115,32,105,110,32,105,41,123,118,97,114,32,99,61,114,91,115,93,44,117,61,99,38,38,99,46,112,114,111,116,111,116,121,112,101,59,105,102,40,117,38,38,117,46,102,111,114,69,97,99,104,33,61,61,111,41,116,114,121,123,97,40,117,44,34,102,111,114,69,97,99,104,34,44,111,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,117,46,102,111,114,69,97,99,104,61,111,125,125,125,44,49,54,54,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,80,44,34,83,116,114,105,110,103,34,44,123,114,101,112,101,97,116,58,110,40,34,54,100,56,57,34,41,125,41,125,44,34,49,54,57,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,100,102,57,34,41,44,105,61,110,40,34,100,102,97,53,34,41,44,111,61,110,40,34,57,51,51,54,34,41,40,34,109,97,116,99,104,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,59,114,101,116,117,114,110,32,114,40,116,41,38,38,40,118,111,105,100,32,48,33,61,61,40,101,61,116,91,111,93,41,63,33,33,101,58,34,82,101,103,69,120,112,34,61,61,105,40,116,41,41,125,125,44,34,49,54,101,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,56,50,54,55,34,41,44,116,46,101,120,112,111,114,116,115,61,110,40,34,97,48,54,102,34,41,46,83,116,114,105,110,103,46,116,114,105,109,82,105,103,104,116,125,44,34,49,55,98,50,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,53,53,97,34,41,44,105,61,110,40,34,97,48,54,102,34,41,44,111,61,110,40,34,51,98,55,55,34,41,44,97,61,110,40,34,53,97,51,48,34,41,44,115,61,110,40,34,48,102,50,54,34,41,46,102,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,105,46,83,121,109,98,111,108,124,124,40,105,46,83,121,109,98,111,108,61,111,63,123,125,58,114,46,83,121,109,98,111,108,124,124,123,125,41,59,34,95,34,61,61,116,46,99,104,97,114,65,116,40,48,41,124,124,116,32,105,110,32,101,124,124,115,40,101,44,116,44,123,118,97,108,117,101,58,97,46,102,40,116,41,125,41,125,125,44,34,49,55,99,50,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,98,55,50,55,34,41,46,102,111,114,69,97,99,104,44,105,61,110,40,34,97,54,52,48,34,41,44,111,61,105,40,34,102,111,114,69,97,99,104,34,41,59,116,46,101,120,112,111,114,116,115,61,111,63,91,93,46,102,111,114,69,97,99,104,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,125,44,34,49,57,97,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,101,41,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,99,111,114,114,101,99,116,32,34,43,40,110,63,110,43,34,32,34,58,34,34,41,43,34,105,110,118,111,99,97,116,105,111,110,34,41,59,114,101,116,117,114,110,32,116,125,125,44,34,49,97,50,100,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,99,100,102,57,34,41,44,105,61,110,40,34,97,100,48,54,34,41,44,111,61,110,40,34,57,51,51,54,34,41,40,34,104,97,115,73,110,115,116,97,110,99,101,34,41,44,97,61,70,117,110,99,116,105,111,110,46,112,114,111,116,111,116,121,112,101,59,111,32,105,110,32,97,124,124,110,40,34,48,102,50,54,34,41,46,102,40,97,44,111,44,123,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,104,105,115,124,124,33,114,40,116,41,41,114,101,116,117,114,110,33,49,59,105,102,40,33,114,40,116,104,105,115,46,112,114,111,116,111,116,121,112,101,41,41,114,101,116,117,114,110,32,116,32,105,110,115,116,97,110,99,101,111,102,32,116,104,105,115,59,119,104,105,108,101,40,116,61,105,40,116,41,41,105,102,40,116,104,105,115,46,112,114,111,116,111,116,121,112,101,61,61,61,116,41,114,101,116,117,114,110,33,48,59,114,101,116,117,114,110,33,49,125,125,41,125,44,34,49,97,56,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,117,110,99,116,105,111,110,32,110,40,116,41,123,118,97,114,32,101,61,116,121,112,101,111,102,32,116,59,114,101,116,117,114,110,32,110,117,108,108,33,61,116,38,38,40,34,111,98,106,101,99,116,34,61,61,101,124,124,34,102,117,110,99,116,105,111,110,34,61,61,101,41,125,116,46,101,120,112,111,114,116,115,61,110,125,44,34,49,97,98,50,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,99,55,99,49,34,41,40,34,98,111,108,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,34,98,34,44,34,34,44,34,34,41,125,125,41,41,125,44,34,49,97,98,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,102,50,54,34,41,46,102,44,105,61,70,117,110,99,116,105,111,110,46,112,114,111,116,111,116,121,112,101,44,111,61,47,94,92,115,42,102,117,110,99,116,105,111,110,32,40,91,94,32,40,93,42,41,47,44,97,61,34,110,97,109,101,34,59,97,32,105,110,32,105,124,124,110,40,34,54,55,51,57,34,41,38,38,114,40,105,44,97,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,116,114,121,123,114,101,116,117,114,110,40,34,34,43,116,104,105,115,41,46,109,97,116,99,104,40,111,41,91,49,93,125,99,97,116,99,104,40,116,41,123,114,101,116,117,114,110,34,34,125,125,125,41,125,44,34,49,98,98,56,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,55,52,56,48,34,41,44,111,61,110,40,34,51,55,102,102,34,41,44,97,61,110,40,34,98,52,54,48,34,41,44,115,61,91,93,46,115,111,114,116,44,99,61,91,49,44,50,44,51,93,59,114,40,114,46,80,43,114,46,70,42,40,97,40,40,102,117,110,99,116,105,111,110,40,41,123,99,46,115,111,114,116,40,118,111,105,100,32,48,41,125,41,41,124,124,33,97,40,40,102,117,110,99,116,105,111,110,40,41,123,99,46,115,111,114,116,40,110,117,108,108,41,125,41,41,124,124,33,110,40,34,54,48,97,49,34,41,40,115,41,41,44,34,65,114,114,97,121,34,44,123,115,111,114,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,63,115,46,99,97,108,108,40,111,40,116,104,105,115,41,41,58,115,46,99,97,108,108,40,111,40,116,104,105,115,41,44,105,40,116,41,41,125,125,41,125,44,34,49,98,101,52,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,48,54,54,34,41,59,116,46,101,120,112,111,114,116,115,61,114,40,34,100,111,99,117,109,101,110,116,34,44,34,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,34,41,125,44,34,49,98,102,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,100,102,57,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,114,40,116,41,41,114,101,116,117,114,110,32,116,59,118,97,114,32,110,44,105,59,105,102,40,101,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,40,110,61,116,46,116,111,83,116,114,105,110,103,41,38,38,33,114,40,105,61,110,46,99,97,108,108,40,116,41,41,41,114,101,116,117,114,110,32,105,59,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,40,110,61,116,46,118,97,108,117,101,79,102,41,38,38,33,114,40,105,61,110,46,99,97,108,108,40,116,41,41,41,114,101,116,117,114,110,32,105,59,105,102,40,33,101,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,40,110,61,116,46,116,111,83,116,114,105,110,103,41,38,38,33,114,40,105,61,110,46,99,97,108,108,40,116,41,41,41,114,101,116,117,114,110,32,105,59,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,39,116,32,99,111,110,118,101,114,116,32,111,98,106,101,99,116,32,116,111,32,112,114,105,109,105,116,105,118,101,32,118,97,108,117,101,34,41,125,125,44,34,49,99,48,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,83,116,114,105,110,103,40,116,41,43,34,32,105,115,32,110,111,116,32,97,32,102,117,110,99,116,105,111,110,34,41,59,114,101,116,117,114,110,32,116,125,125,44,34,49,99,50,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,51,56,99,34,41,44,105,61,110,40,34,54,102,53,52,34,41,44,111,61,110,40,34,101,48,56,99,34,41,44,97,61,110,40,34,102,56,99,101,34,41,44,115,61,110,40,34,102,48,50,54,34,41,44,99,61,34,112,114,111,116,111,116,121,112,101,34,44,117,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,108,44,102,44,104,44,100,61,116,38,117,46,70,44,112,61,116,38,117,46,71,44,118,61,116,38,117,46,83,44,103,61,116,38,117,46,80,44,109,61,116,38,117,46,66,44,98,61,116,38,117,46,87,44,121,61,112,63,105,58,105,91,101,93,124,124,40,105,91,101,93,61,123,125,41,44,119,61,121,91,99,93,44,95,61,112,63,114,58,118,63,114,91,101,93,58,40,114,91,101,93,124,124,123,125,41,91,99,93,59,102,111,114,40,108,32,105,110,32,112,38,38,40,110,61,101,41,44,110,41,102,61,33,100,38,38,95,38,38,118,111,105,100,32,48,33,61,61,95,91,108,93,44,102,38,38,115,40,121,44,108,41,124,124,40,104,61,102,63,95,91,108,93,58,110,91,108,93,44,121,91,108,93,61,112,38,38,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,95,91,108,93,63,110,91,108,93,58,109,38,38,102,63,111,40,104,44,114,41,58,98,38,38,95,91,108,93,61,61,104,63,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,105,102,40,116,104,105,115,32,105,110,115,116,97,110,99,101,111,102,32,116,41,123,115,119,105,116,99,104,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,110,101,119,32,116,59,99,97,115,101,32,49,58,114,101,116,117,114,110,32,110,101,119,32,116,40,101,41,59,99,97,115,101,32,50,58,114,101,116,117,114,110,32,110,101,119,32,116,40,101,44,110,41,125,114,101,116,117,114,110,32,110,101,119,32,116,40,101,44,110,44,114,41,125,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,59,114,101,116,117,114,110,32,101,91,99,93,61,116,91,99,93,44,101,125,40,104,41,58,103,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,104,63,111,40,70,117,110,99,116,105,111,110,46,99,97,108,108,44,104,41,58,104,44,103,38,38,40,40,121,46,118,105,114,116,117,97,108,124,124,40,121,46,118,105,114,116,117,97,108,61,123,125,41,41,91,108,93,61,104,44,116,38,117,46,82,38,38,119,38,38,33,119,91,108,93,38,38,97,40,119,44,108,44,104,41,41,41,125,59,117,46,70,61,49,44,117,46,71,61,50,44,117,46,83,61,52,44,117,46,80,61,56,44,117,46,66,61,49,54,44,117,46,87,61,51,50,44,117,46,85,61,54,52,44,117,46,82,61,49,50,56,44,116,46,101,120,112,111,114,116,115,61,117,125,44,34,49,99,55,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,98,54,50,50,34,41,44,105,61,114,40,34,105,116,101,114,97,116,111,114,34,41,44,111,61,33,49,59,116,114,121,123,118,97,114,32,97,61,48,44,115,61,123,110,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,100,111,110,101,58,33,33,97,43,43,125,125,44,114,101,116,117,114,110,58,102,117,110,99,116,105,111,110,40,41,123,111,61,33,48,125,125,59,115,91,105,93,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,44,65,114,114,97,121,46,102,114,111,109,40,115,44,40,102,117,110,99,116,105,111,110,40,41,123,116,104,114,111,119,32,50,125,41,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,125,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,101,38,38,33,111,41,114,101,116,117,114,110,33,49,59,118,97,114,32,110,61,33,49,59,116,114,121,123,118,97,114,32,114,61,123,125,59,114,91,105,93,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,110,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,100,111,110,101,58,110,61,33,48,125,125,125,125,44,116,40,114,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,125,114,101,116,117,114,110,32,110,125,125,44,34,49,99,99,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,53,56,100,49,34,41,44,111,61,110,40,34,102,52,57,97,34,41,44,97,61,34,115,116,97,114,116,115,87,105,116,104,34,44,115,61,34,34,91,97,93,59,114,40,114,46,80,43,114,46,70,42,110,40,34,57,101,99,56,34,41,40,97,41,44,34,83,116,114,105,110,103,34,44,123,115,116,97,114,116,115,87,105,116,104,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,111,40,116,104,105,115,44,116,44,97,41,44,110,61,105,40,77,97,116,104,46,109,105,110,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,44,101,46,108,101,110,103,116,104,41,41,44,114,61,83,116,114,105,110,103,40,116,41,59,114,101,116,117,114,110,32,115,63,115,46,99,97,108,108,40,101,44,114,44,110,41,58,101,46,115,108,105,99,101,40,110,44,110,43,114,46,108,101,110,103,116,104,41,61,61,61,114,125,125,41,125,44,34,49,99,100,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,51,52,50,102,34,41,59,116,46,101,120,112,111,114,116,115,61,47,40,63,58,105,112,104,111,110,101,124,105,112,111,100,124,105,112,97,100,41,46,42,97,112,112,108,101,119,101,98,107,105,116,47,105,46,116,101,115,116,40,114,41,125,44,34,49,100,50,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,110,61,110,101,119,32,65,114,114,97,121,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,41,44,114,61,48,59,114,60,110,46,108,101,110,103,116,104,59,114,43,43,41,110,91,114,93,61,97,114,103,117,109,101,110,116,115,91,114,93,59,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,101,44,110,41,125,125,125,44,34,49,100,54,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,77,97,116,104,34,44,123,102,114,111,117,110,100,58,110,40,34,52,54,97,51,34,41,125,41,125,44,34,49,100,56,48,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,118,111,105,100,32,48,61,61,116,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,39,116,32,99,97,108,108,32,109,101,116,104,111,100,32,111,110,32,34,43,116,41,59,114,101,116,117,114,110,32,116,125,125,44,34,49,100,56,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,44,105,61,110,40,34,50,53,53,97,34,41,44,111,61,110,40,34,57,101,50,100,34,41,40,48,41,44,97,61,110,40,34,98,100,52,55,34,41,44,115,61,110,40,34,98,100,101,100,34,41,44,99,61,110,40,34,52,100,99,54,34,41,44,117,61,110,40,34,50,57,99,98,34,41,44,108,61,110,40,34,99,100,102,57,34,41,44,102,61,110,40,34,51,56,56,100,34,41,44,104,61,110,40,34,51,56,56,100,34,41,44,100,61,33,105,46,65,99,116,105,118,101,88,79,98,106,101,99,116,38,38,34,65,99,116,105,118,101,88,79,98,106,101,99,116,34,105,110,32,105,44,112,61,34,87,101,97,107,77,97,112,34,44,118,61,115,46,103,101,116,87,101,97,107,44,103,61,79,98,106,101,99,116,46,105,115,69,120,116,101,110,115,105,98,108,101,44,109,61,117,46,117,102,115,116,111,114,101,44,98,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,63,97,114,103,117,109,101,110,116,115,91,48,93,58,118,111,105,100,32,48,41,125,125,44,121,61,123,103,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,108,40,116,41,41,123,118,97,114,32,101,61,118,40,116,41,59,114,101,116,117,114,110,33,48,61,61,61,101,63,109,40,102,40,116,104,105,115,44,112,41,41,46,103,101,116,40,116,41,58,101,63,101,91,116,104,105,115,46,95,105,93,58,118,111,105,100,32,48,125,125,44,115,101,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,117,46,100,101,102,40,102,40,116,104,105,115,44,112,41,44,116,44,101,41,125,125,44,119,61,116,46,101,120,112,111,114,116,115,61,110,40,34,97,101,102,54,34,41,40,112,44,98,44,121,44,117,44,33,48,44,33,48,41,59,104,38,38,100,38,38,40,114,61,117,46,103,101,116,67,111,110,115,116,114,117,99,116,111,114,40,98,44,112,41,44,99,40,114,46,112,114,111,116,111,116,121,112,101,44,121,41,44,115,46,78,69,69,68,61,33,48,44,111,40,91,34,100,101,108,101,116,101,34,44,34,104,97,115,34,44,34,103,101,116,34,44,34,115,101,116,34,93,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,119,46,112,114,111,116,111,116,121,112,101,44,110,61,101,91,116,93,59,97,40,101,44,116,44,40,102,117,110,99,116,105,111,110,40,101,44,105,41,123,105,102,40,108,40,101,41,38,38,33,103,40,101,41,41,123,116,104,105,115,46,95,102,124,124,40,116,104,105,115,46,95,102,61,110,101,119,32,114,41,59,118,97,114,32,111,61,116,104,105,115,46,95,102,91,116,93,40,101,44,105,41,59,114,101,116,117,114,110,34,115,101,116,34,61,61,116,63,116,104,105,115,58,111,125,114,101,116,117,114,110,32,110,46,99,97,108,108,40,116,104,105,115,44,101,44,105,41,125,41,41,125,41,41,41,125,44,34,49,100,57,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,49,52,102,98,34,41,44,116,46,101,120,112,111,114,116,115,61,110,40,34,54,102,53,52,34,41,46,103,108,111,98,97,108,125,44,34,49,100,97,49,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,46,100,40,101,44,34,97,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,125,41,41,59,110,40,34,100,51,98,55,34,41,59,102,117,110,99,116,105,111,110,32,114,40,116,44,101,44,110,44,114,44,105,44,111,44,97,41,123,116,114,121,123,118,97,114,32,115,61,116,91,111,93,40,97,41,44,99,61,115,46,118,97,108,117,101,125,99,97,116,99,104,40,101,114,114,111,114,41,123,114,101,116,117,114,110,32,118,111,105,100,32,110,40,101,114,114,111,114,41,125,115,46,100,111,110,101,63,101,40,99,41,58,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,99,41,46,116,104,101,110,40,114,44,105,41,125,102,117,110,99,116,105,111,110,32,105,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,97,114,103,117,109,101,110,116,115,59,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,105,44,111,41,123,118,97,114,32,97,61,116,46,97,112,112,108,121,40,101,44,110,41,59,102,117,110,99,116,105,111,110,32,115,40,116,41,123,114,40,97,44,105,44,111,44,115,44,99,44,34,110,101,120,116,34,44,116,41,125,102,117,110,99,116,105,111,110,32,99,40,116,41,123,114,40,97,44,105,44,111,44,115,44,99,44,34,116,104,114,111,119,34,44,116,41,125,115,40,118,111,105,100,32,48,41,125,41,41,125,125,125,44,34,49,100,100,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,48,51,57,34,41,44,105,61,110,40,34,98,54,50,50,34,41,44,111,61,110,40,34,50,100,48,48,34,41,44,97,61,105,40,34,115,112,101,99,105,101,115,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,111,62,61,53,49,124,124,33,114,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,91,93,44,110,61,101,46,99,111,110,115,116,114,117,99,116,111,114,61,123,125,59,114,101,116,117,114,110,32,110,91,97,93,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,102,111,111,58,49,125,125,44,49,33,61,61,101,91,116,93,40,66,111,111,108,101,97,110,41,46,102,111,111,125,41,41,125,125,44,34,49,102,100,49,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,57,57,51,98,34,41,44,105,61,110,40,34,101,48,51,56,34,41,44,111,61,110,40,34,52,50,101,101,34,41,44,97,61,110,40,34,50,53,53,97,34,41,46,82,101,102,108,101,99,116,59,116,46,101,120,112,111,114,116,115,61,97,38,38,97,46,111,119,110,75,101,121,115,124,124,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,114,46,102,40,111,40,116,41,41,44,110,61,105,46,102,59,114,101,116,117,114,110,32,110,63,101,46,99,111,110,99,97,116,40,110,40,116,41,41,58,101,125,125,44,50,48,51,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,102,50,54,34,41,44,105,61,110,40,34,52,50,101,101,34,41,44,111,61,110,40,34,98,55,101,50,34,41,59,116,46,101,120,112,111,114,116,115,61,110,40,34,54,55,51,57,34,41,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,40,116,41,59,118,97,114,32,110,44,97,61,111,40,101,41,44,115,61,97,46,108,101,110,103,116,104,44,99,61,48,59,119,104,105,108,101,40,115,62,99,41,114,46,102,40,116,44,110,61,97,91,99,43,43,93,44,101,91,110,93,41,59,114,101,116,117,114,110,32,116,125,125,44,34,50,48,102,57,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,77,97,116,104,46,97,115,105,110,104,59,102,117,110,99,116,105,111,110,32,111,40,116,41,123,114,101,116,117,114,110,32,105,115,70,105,110,105,116,101,40,116,61,43,116,41,38,38,48,33,61,116,63,116,60,48,63,45,111,40,45,116,41,58,77,97,116,104,46,108,111,103,40,116,43,77,97,116,104,46,115,113,114,116,40,116,42,116,43,49,41,41,58,116,125,114,40,114,46,83,43,114,46,70,42,33,40,105,38,38,49,47,105,40,48,41,62,48,41,44,34,77,97,116,104,34,44,123,97,115,105,110,104,58,111,125,41,125,44,50,49,50,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,99,55,99,49,34,41,40,34,115,116,114,105,107,101,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,34,115,116,114,105,107,101,34,44,34,34,44,34,34,41,125,125,41,41,125,44,34,50,50,49,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,55,54,55,49,34,41,44,105,61,110,40,34,52,101,55,57,34,41,44,111,61,110,40,34,56,100,50,101,34,41,44,97,61,110,40,34,99,101,98,54,34,41,59,116,46,101,120,112,111,114,116,115,61,110,40,34,56,100,51,51,34,41,40,65,114,114,97,121,44,34,65,114,114,97,121,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,95,116,61,97,40,116,41,44,116,104,105,115,46,95,105,61,48,44,116,104,105,115,46,95,107,61,101,125,41,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,95,116,44,101,61,116,104,105,115,46,95,107,44,110,61,116,104,105,115,46,95,105,43,43,59,114,101,116,117,114,110,33,116,124,124,110,62,61,116,46,108,101,110,103,116,104,63,40,116,104,105,115,46,95,116,61,118,111,105,100,32,48,44,105,40,49,41,41,58,105,40,48,44,34,107,101,121,115,34,61,61,101,63,110,58,34,118,97,108,117,101,115,34,61,61,101,63,116,91,110,93,58,91,110,44,116,91,110,93,93,41,125,41,44,34,118,97,108,117,101,115,34,41,44,111,46,65,114,103,117,109,101,110,116,115,61,111,46,65,114,114,97,121,44,114,40,34,107,101,121,115,34,41,44,114,40,34,118,97,108,117,101,115,34,41,44,114,40,34,101,110,116,114,105,101,115,34,41,125,44,50,50,51,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,99,55,99,49,34,41,40,34,102,111,110,116,99,111,108,111,114,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,34,102,111,110,116,34,44,34,99,111,108,111,114,34,44,101,41,125,125,41,41,125,44,50,50,54,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,50,53,97,34,41,44,105,61,110,40,34,101,57,53,97,34,41,44,111,61,110,40,34,53,48,99,52,34,41,44,97,61,110,40,34,48,51,54,54,34,41,44,115,61,110,40,34,51,53,97,49,34,41,44,99,61,110,40,34,50,97,54,50,34,41,44,117,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,115,116,111,112,112,101,100,61,116,44,116,104,105,115,46,114,101,115,117,108,116,61,101,125,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,108,44,102,44,104,44,100,44,112,44,118,44,103,44,109,61,110,38,38,110,46,116,104,97,116,44,98,61,33,40,33,110,124,124,33,110,46,65,83,95,69,78,84,82,73,69,83,41,44,121,61,33,40,33,110,124,124,33,110,46,73,83,95,73,84,69,82,65,84,79,82,41,44,119,61,33,40,33,110,124,124,33,110,46,73,78,84,69,82,82,85,80,84,69,68,41,44,95,61,97,40,101,44,109,44,49,43,98,43,119,41,44,120,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,108,38,38,99,40,108,41,44,110,101,119,32,117,40,33,48,44,116,41,125,44,79,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,98,63,40,114,40,116,41,44,119,63,95,40,116,91,48,93,44,116,91,49,93,44,120,41,58,95,40,116,91,48,93,44,116,91,49,93,41,41,58,119,63,95,40,116,44,120,41,58,95,40,116,41,125,59,105,102,40,121,41,108,61,116,59,101,108,115,101,123,105,102,40,102,61,115,40,116,41,44,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,102,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,84,97,114,103,101,116,32,105,115,32,110,111,116,32,105,116,101,114,97,98,108,101,34,41,59,105,102,40,105,40,102,41,41,123,102,111,114,40,104,61,48,44,100,61,111,40,116,46,108,101,110,103,116,104,41,59,100,62,104,59,104,43,43,41,105,102,40,112,61,79,40,116,91,104,93,41,44,112,38,38,112,32,105,110,115,116,97,110,99,101,111,102,32,117,41,114,101,116,117,114,110,32,112,59,114,101,116,117,114,110,32,110,101,119,32,117,40,33,49,41,125,108,61,102,46,99,97,108,108,40,116,41,125,118,61,108,46,110,101,120,116,59,119,104,105,108,101,40,33,40,103,61,118,46,99,97,108,108,40,108,41,41,46,100,111,110,101,41,123,116,114,121,123,112,61,79,40,103,46,118,97,108,117,101,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,116,104,114,111,119,32,99,40,108,41,44,101,114,114,111,114,125,105,102,40,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,112,38,38,112,38,38,112,32,105,110,115,116,97,110,99,101,111,102,32,117,41,114,101,116,117,114,110,32,112,125,114,101,116,117,114,110,32,110,101,119,32,117,40,33,49,41,125,125,44,34,50,51,99,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,97,54,57,49,34,41,44,105,61,77,97,116,104,46,109,97,120,44,111,61,77,97,116,104,46,109,105,110,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,114,40,116,41,59,114,101,116,117,114,110,32,110,60,48,63,105,40,110,43,101,44,48,41,58,111,40,110,44,101,41,125,125,44,34,50,51,101,55,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,97,56,52,34,41,44,105,61,110,40,34,48,54,99,102,34,41,46,102,44,111,61,110,40,34,57,49,49,50,34,41,44,97,61,110,40,34,54,101,101,98,34,41,44,115,61,110,40,34,99,101,52,101,34,41,44,99,61,110,40,34,101,56,57,51,34,41,44,117,61,110,40,34,57,52,99,97,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,108,44,102,44,104,44,100,44,112,44,118,61,116,46,116,97,114,103,101,116,44,103,61,116,46,103,108,111,98,97,108,44,109,61,116,46,115,116,97,116,59,105,102,40,108,61,103,63,114,58,109,63,114,91,118,93,124,124,115,40,118,44,123,125,41,58,40,114,91,118,93,124,124,123,125,41,46,112,114,111,116,111,116,121,112,101,44,108,41,102,111,114,40,102,32,105,110,32,101,41,123,105,102,40,100,61,101,91,102,93,44,116,46,110,111,84,97,114,103,101,116,71,101,116,63,40,112,61,105,40,108,44,102,41,44,104,61,112,38,38,112,46,118,97,108,117,101,41,58,104,61,108,91,102,93,44,110,61,117,40,103,63,102,58,118,43,40,109,63,34,46,34,58,34,35,34,41,43,102,44,116,46,102,111,114,99,101,100,41,44,33,110,38,38,118,111,105,100,32,48,33,61,61,104,41,123,105,102,40,116,121,112,101,111,102,32,100,61,61,61,116,121,112,101,111,102,32,104,41,99,111,110,116,105,110,117,101,59,99,40,100,44,104,41,125,40,116,46,115,104,97,109,124,124,104,38,38,104,46,115,104,97,109,41,38,38,111,40,100,44,34,115,104,97,109,34,44,33,48,41,44,97,40,108,44,102,44,100,44,116,41,125,125,125,44,34,50,52,49,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,97,56,52,34,41,44,105,61,110,40,34,55,56,51,57,34,41,44,111,61,105,46,99,111,110,99,97,116,40,34,108,101,110,103,116,104,34,44,34,112,114,111,116,111,116,121,112,101,34,41,59,101,46,102,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,40,116,44,111,41,125,125,44,50,52,52,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,110,40,34,99,53,51,50,34,41,44,105,61,110,40,34,99,56,97,102,34,41,44,111,61,123,34,67,111,110,116,101,110,116,45,84,121,112,101,34,58,34,97,112,112,108,105,99,97,116,105,111,110,47,120,45,119,119,119,45,102,111,114,109,45,117,114,108,101,110,99,111,100,101,100,34,125,59,102,117,110,99,116,105,111,110,32,97,40,116,44,101,41,123,33,114,46,105,115,85,110,100,101,102,105,110,101,100,40,116,41,38,38,114,46,105,115,85,110,100,101,102,105,110,101,100,40,116,91,34,67,111,110,116,101,110,116,45,84,121,112,101,34,93,41,38,38,40,116,91,34,67,111,110,116,101,110,116,45,84,121,112,101,34,93,61,101,41,125,102,117,110,99,116,105,111,110,32,115,40,41,123,118,97,114,32,116,59,114,101,116,117,114,110,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,88,77,76,72,116,116,112,82,101,113,117,101,115,116,124,124,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,101,38,38,34,91,111,98,106,101,99,116,32,112,114,111,99,101,115,115,93,34,61,61,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,101,41,41,38,38,40,116,61,110,40,34,98,53,48,100,34,41,41,44,116,125,118,97,114,32,99,61,123,97,100,97,112,116,101,114,58,115,40,41,44,116,114,97,110,115,102,111,114,109,82,101,113,117,101,115,116,58,91,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,105,40,101,44,34,65,99,99,101,112,116,34,41,44,105,40,101,44,34,67,111,110,116,101,110,116,45,84,121,112,101,34,41,44,114,46,105,115,70,111,114,109,68,97,116,97,40,116,41,124,124,114,46,105,115,65,114,114,97,121,66,117,102,102,101,114,40,116,41,124,124,114,46,105,115,66,117,102,102,101,114,40,116,41,124,124,114,46,105,115,83,116,114,101,97,109,40,116,41,124,124,114,46,105,115,70,105,108,101,40,116,41,124,124,114,46,105,115,66,108,111,98,40,116,41,63,116,58,114,46,105,115,65,114,114,97,121,66,117,102,102,101,114,86,105,101,119,40,116,41,63,116,46,98,117,102,102,101,114,58,114,46,105,115,85,82,76,83,101,97,114,99,104,80,97,114,97,109,115,40,116,41,63,40,97,40,101,44,34,97,112,112,108,105,99,97,116,105,111,110,47,120,45,119,119,119,45,102,111,114,109,45,117,114,108,101,110,99,111,100,101,100,59,99,104,97,114,115,101,116,61,117,116,102,45,56,34,41,44,116,46,116,111,83,116,114,105,110,103,40,41,41,58,114,46,105,115,79,98,106,101,99,116,40,116,41,63,40,97,40,101,44,34,97,112,112,108,105,99,97,116,105,111,110,47,106,115,111,110,59,99,104,97,114,115,101,116,61,117,116,102,45,56,34,41,44,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,116,41,41,58,116,125,93,44,116,114,97,110,115,102,111,114,109,82,101,115,112,111,110,115,101,58,91,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,116,114,121,123,116,61,74,83,79,78,46,112,97,114,115,101,40,116,41,125,99,97,116,99,104,40,101,41,123,125,114,101,116,117,114,110,32,116,125,93,44,116,105,109,101,111,117,116,58,48,44,120,115,114,102,67,111,111,107,105,101,78,97,109,101,58,34,88,83,82,70,45,84,79,75,69,78,34,44,120,115,114,102,72,101,97,100,101,114,78,97,109,101,58,34,88,45,88,83,82,70,45,84,79,75,69,78,34,44,109,97,120,67,111,110,116,101,110,116,76,101,110,103,116,104,58,45,49,44,109,97,120,66,111,100,121,76,101,110,103,116,104,58,45,49,44,118,97,108,105,100,97,116,101,83,116,97,116,117,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,62,61,50,48,48,38,38,116,60,51,48,48,125,44,104,101,97,100,101,114,115,58,123,99,111,109,109,111,110,58,123,65,99,99,101,112,116,58,34,97,112,112,108,105,99,97,116,105,111,110,47,106,115,111,110,44,32,116,101,120,116,47,112,108,97,105,110,44,32,42,47,42,34,125,125,125,59,114,46,102,111,114,69,97,99,104,40,91,34,100,101,108,101,116,101,34,44,34,103,101,116,34,44,34,104,101,97,100,34,93,44,40,102,117,110,99,116,105,111,110,40,116,41,123,99,46,104,101,97,100,101,114,115,91,116,93,61,123,125,125,41,41,44,114,46,102,111,114,69,97,99,104,40,91,34,112,111,115,116,34,44,34,112,117,116,34,44,34,112,97,116,99,104,34,93,44,40,102,117,110,99,116,105,111,110,40,116,41,123,99,46,104,101,97,100,101,114,115,91,116,93,61,114,46,109,101,114,103,101,40,111,41,125,41,41,44,116,46,101,120,112,111,114,116,115,61,99,125,41,46,99,97,108,108,40,116,104,105,115,44,110,40,34,52,51,54,50,34,41,41,125,44,50,53,51,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,53,97,51,52,34,41,44,111,61,110,40,34,49,100,56,48,34,41,44,97,61,110,40,34,97,98,49,51,34,41,59,114,40,123,116,97,114,103,101,116,58,34,83,116,114,105,110,103,34,44,112,114,111,116,111,58,33,48,44,102,111,114,99,101,100,58,33,97,40,34,105,110,99,108,117,100,101,115,34,41,125,44,123,105,110,99,108,117,100,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,33,126,83,116,114,105,110,103,40,111,40,116,104,105,115,41,41,46,105,110,100,101,120,79,102,40,105,40,116,41,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,125,41,125,44,50,53,53,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,100,102,57,34,41,44,105,61,110,40,34,50,53,53,97,34,41,46,100,111,99,117,109,101,110,116,44,111,61,114,40,105,41,38,38,114,40,105,46,99,114,101,97,116,101,69,108,101,109,101,110,116,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,111,63,105,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,116,41,58,123,125,125,125,44,34,50,53,53,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,101,120,112,111,114,116,115,61,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,119,105,110,100,111,119,38,38,119,105,110,100,111,119,46,77,97,116,104,61,61,77,97,116,104,63,119,105,110,100,111,119,58,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,115,101,108,102,38,38,115,101,108,102,46,77,97,116,104,61,61,77,97,116,104,63,115,101,108,102,58,70,117,110,99,116,105,111,110,40,34,114,101,116,117,114,110,32,116,104,105,115,34,41,40,41,59,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,95,95,103,38,38,40,95,95,103,61,110,41,125,44,34,50,53,102,48,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,54,101,101,98,34,41,44,105,61,110,40,34,56,50,53,97,34,41,44,111,61,110,40,34,100,48,51,57,34,41,44,97,61,110,40,34,97,100,54,100,34,41,44,115,61,34,116,111,83,116,114,105,110,103,34,44,99,61,82,101,103,69,120,112,46,112,114,111,116,111,116,121,112,101,44,117,61,99,91,115,93,44,108,61,111,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,47,97,47,98,34,33,61,117,46,99,97,108,108,40,123,115,111,117,114,99,101,58,34,97,34,44,102,108,97,103,115,58,34,98,34,125,41,125,41,41,44,102,61,117,46,110,97,109,101,33,61,115,59,40,108,124,124,102,41,38,38,114,40,82,101,103,69,120,112,46,112,114,111,116,111,116,121,112,101,44,115,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,105,40,116,104,105,115,41,44,101,61,83,116,114,105,110,103,40,116,46,115,111,117,114,99,101,41,44,110,61,116,46,102,108,97,103,115,44,114,61,83,116,114,105,110,103,40,118,111,105,100,32,48,61,61,61,110,38,38,116,32,105,110,115,116,97,110,99,101,111,102,32,82,101,103,69,120,112,38,38,33,40,34,102,108,97,103,115,34,105,110,32,99,41,63,97,46,99,97,108,108,40,116,41,58,110,41,59,114,101,116,117,114,110,34,47,34,43,101,43,34,47,34,43,114,125,41,44,123,117,110,115,97,102,101,58,33,48,125,41,125,44,50,54,50,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,100,48,54,54,34,41,44,105,61,110,40,34,57,98,102,50,34,41,44,111,61,110,40,34,98,54,50,50,34,41,44,97,61,110,40,34,56,51,97,98,34,41,44,115,61,111,40,34,115,112,101,99,105,101,115,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,114,40,116,41,44,110,61,105,46,102,59,97,38,38,101,38,38,33,101,91,115,93,38,38,110,40,101,44,115,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,125,41,125,125,44,50,54,51,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,102,97,53,34,41,59,116,46,101,120,112,111,114,116,115,61,79,98,106,101,99,116,40,34,122,34,41,46,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,40,48,41,63,79,98,106,101,99,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,83,116,114,105,110,103,34,61,61,114,40,116,41,63,116,46,115,112,108,105,116,40,34,34,41,58,79,98,106,101,99,116,40,116,41,125,125,44,34,50,54,97,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,57,56,50,53,34,41,44,110,40,34,51,101,54,54,34,41,44,110,40,34,56,101,56,99,34,41,44,116,46,101,120,112,111,114,116,115,61,110,40,34,97,48,54,102,34,41,125,44,50,56,55,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,44,101,44,110,44,114,44,105,44,111,44,97,44,115,41,123,118,97,114,32,99,44,117,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,116,46,111,112,116,105,111,110,115,58,116,59,105,102,40,101,38,38,40,117,46,114,101,110,100,101,114,61,101,44,117,46,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,61,110,44,117,46,95,99,111,109,112,105,108,101,100,61,33,48,41,44,114,38,38,40,117,46,102,117,110,99,116,105,111,110,97,108,61,33,48,41,44,111,38,38,40,117,46,95,115,99,111,112,101,73,100,61,34,100,97,116,97,45,118,45,34,43,111,41,44,97,63,40,99,61,102,117,110,99,116,105,111,110,40,116,41,123,116,61,116,124,124,116,104,105,115,46,36,118,110,111,100,101,38,38,116,104,105,115,46,36,118,110,111,100,101,46,115,115,114,67,111,110,116,101,120,116,124,124,116,104,105,115,46,112,97,114,101,110,116,38,38,116,104,105,115,46,112,97,114,101,110,116,46,36,118,110,111,100,101,38,38,116,104,105,115,46,112,97,114,101,110,116,46,36,118,110,111,100,101,46,115,115,114,67,111,110,116,101,120,116,44,116,124,124,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,95,95,86,85,69,95,83,83,82,95,67,79,78,84,69,88,84,95,95,124,124,40,116,61,95,95,86,85,69,95,83,83,82,95,67,79,78,84,69,88,84,95,95,41,44,105,38,38,105,46,99,97,108,108,40,116,104,105,115,44,116,41,44,116,38,38,116,46,95,114,101,103,105,115,116,101,114,101,100,67,111,109,112,111,110,101,110,116,115,38,38,116,46,95,114,101,103,105,115,116,101,114,101,100,67,111,109,112,111,110,101,110,116,115,46,97,100,100,40,97,41,125,44,117,46,95,115,115,114,82,101,103,105,115,116,101,114,61,99,41,58,105,38,38,40,99,61,115,63,102,117,110,99,116,105,111,110,40,41,123,105,46,99,97,108,108,40,116,104,105,115,44,40,117,46,102,117,110,99,116,105,111,110,97,108,63,116,104,105,115,46,112,97,114,101,110,116,58,116,104,105,115,41,46,36,114,111,111,116,46,36,111,112,116,105,111,110,115,46,115,104,97,100,111,119,82,111,111,116,41,125,58,105,41,44,99,41,105,102,40,117,46,102,117,110,99,116,105,111,110,97,108,41,123,117,46,95,105,110,106,101,99,116,83,116,121,108,101,115,61,99,59,118,97,114,32,108,61,117,46,114,101,110,100,101,114,59,117,46,114,101,110,100,101,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,99,46,99,97,108,108,40,101,41,44,108,40,116,44,101,41,125,125,101,108,115,101,123,118,97,114,32,102,61,117,46,98,101,102,111,114,101,67,114,101,97,116,101,59,117,46,98,101,102,111,114,101,67,114,101,97,116,101,61,102,63,91,93,46,99,111,110,99,97,116,40,102,44,99,41,58,91,99,93,125,114,101,116,117,114,110,123,101,120,112,111,114,116,115,58,116,44,111,112,116,105,111,110,115,58,117,125,125,110,46,100,40,101,44,34,97,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,125,41,41,125,44,50,56,56,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,101,97,48,53,34,41,44,105,61,110,40,34,48,100,54,51,34,41,44,111,61,110,40,34,52,50,101,101,34,41,59,105,40,105,46,83,44,34,82,101,102,108,101,99,116,34,44,123,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,114,46,102,40,111,40,116,41,44,101,41,125,125,41,125,44,50,57,48,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,46,100,40,101,44,34,97,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,99,125,41,41,59,118,97,114,32,114,61,110,40,34,54,98,55,53,34,41,59,102,117,110,99,116,105,111,110,32,105,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,114,101,116,117,114,110,32,79,98,106,101,99,116,40,114,91,34,97,34,93,41,40,116,41,125,110,40,34,97,52,100,51,34,41,44,110,40,34,101,48,49,97,34,41,44,110,40,34,100,51,98,55,34,41,44,110,40,34,100,50,56,98,34,41,44,110,40,34,51,99,97,51,34,41,44,110,40,34,100,100,98,48,34,41,44,110,40,34,97,54,51,48,34,41,59,102,117,110,99,116,105,111,110,32,111,40,116,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,110,117,108,108,33,61,116,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,124,124,110,117,108,108,33,61,116,91,34,64,64,105,116,101,114,97,116,111,114,34,93,41,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,40,116,41,125,118,97,114,32,97,61,110,40,34,48,54,99,53,34,41,59,102,117,110,99,116,105,111,110,32,115,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,115,112,114,101,97,100,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,46,92,110,73,110,32,111,114,100,101,114,32,116,111,32,98,101,32,105,116,101,114,97,98,108,101,44,32,110,111,110,45,97,114,114,97,121,32,111,98,106,101,99,116,115,32,109,117,115,116,32,104,97,118,101,32,97,32,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,32,109,101,116,104,111,100,46,34,41,125,102,117,110,99,116,105,111,110,32,99,40,116,41,123,114,101,116,117,114,110,32,105,40,116,41,124,124,111,40,116,41,124,124,79,98,106,101,99,116,40,97,91,34,97,34,93,41,40,116,41,124,124,115,40,41,125,125,44,50,57,52,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,52,50,101,101,34,41,44,105,61,110,40,34,52,49,53,49,34,41,44,111,61,110,40,34,101,53,98,99,34,41,59,110,40,34,101,98,99,97,34,41,40,34,115,101,97,114,99,104,34,44,49,44,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,97,41,123,114,101,116,117,114,110,91,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,116,40,116,104,105,115,41,44,105,61,118,111,105,100,32,48,61,61,110,63,118,111,105,100,32,48,58,110,91,101,93,59,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,61,105,63,105,46,99,97,108,108,40,110,44,114,41,58,110,101,119,32,82,101,103,69,120,112,40,110,41,91,101,93,40,83,116,114,105,110,103,40,114,41,41,125,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,40,110,44,116,44,116,104,105,115,41,59,105,102,40,101,46,100,111,110,101,41,114,101,116,117,114,110,32,101,46,118,97,108,117,101,59,118,97,114,32,115,61,114,40,116,41,44,99,61,83,116,114,105,110,103,40,116,104,105,115,41,44,117,61,115,46,108,97,115,116,73,110,100,101,120,59,105,40,117,44,48,41,124,124,40,115,46,108,97,115,116,73,110,100,101,120,61,48,41,59,118,97,114,32,108,61,111,40,115,44,99,41,59,114,101,116,117,114,110,32,105,40,115,46,108,97,115,116,73,110,100,101,120,44,117,41,124,124,40,115,46,108,97,115,116,73,110,100,101,120,61,117,41,44,110,117,108,108,61,61,61,108,63,45,49,58,108,46,105,110,100,101,120,125,93,125,41,41,125,44,34,50,57,99,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,101,54,48,51,34,41,44,105,61,110,40,34,98,100,101,100,34,41,46,103,101,116,87,101,97,107,44,111,61,110,40,34,52,50,101,101,34,41,44,97,61,110,40,34,99,100,102,57,34,41,44,115,61,110,40,34,52,98,49,51,34,41,44,99,61,110,40,34,51,48,51,50,34,41,44,117,61,110,40,34,57,101,50,100,34,41,44,108,61,110,40,34,55,101,51,51,34,41,44,102,61,110,40,34,51,56,56,100,34,41,44,104,61,117,40,53,41,44,100,61,117,40,54,41,44,112,61,48,44,118,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,108,124,124,40,116,46,95,108,61,110,101,119,32,103,41,125,44,103,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,97,61,91,93,125,44,109,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,104,40,116,46,97,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,91,48,93,61,61,61,101,125,41,41,125,59,103,46,112,114,111,116,111,116,121,112,101,61,123,103,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,109,40,116,104,105,115,44,116,41,59,105,102,40,101,41,114,101,116,117,114,110,32,101,91,49,93,125,44,104,97,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,33,109,40,116,104,105,115,44,116,41,125,44,115,101,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,109,40,116,104,105,115,44,116,41,59,110,63,110,91,49,93,61,101,58,116,104,105,115,46,97,46,112,117,115,104,40,91,116,44,101,93,41,125,44,100,101,108,101,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,100,40,116,104,105,115,46,97,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,91,48,93,61,61,61,116,125,41,41,59,114,101,116,117,114,110,126,101,38,38,116,104,105,115,46,97,46,115,112,108,105,99,101,40,101,44,49,41,44,33,33,126,101,125,125,44,116,46,101,120,112,111,114,116,115,61,123,103,101,116,67,111,110,115,116,114,117,99,116,111,114,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,111,41,123,118,97,114,32,117,61,116,40,40,102,117,110,99,116,105,111,110,40,116,44,114,41,123,115,40,116,44,117,44,101,44,34,95,105,34,41,44,116,46,95,116,61,101,44,116,46,95,105,61,112,43,43,44,116,46,95,108,61,118,111,105,100,32,48,44,118,111,105,100,32,48,33,61,114,38,38,99,40,114,44,110,44,116,91,111,93,44,116,41,125,41,41,59,114,101,116,117,114,110,32,114,40,117,46,112,114,111,116,111,116,121,112,101,44,123,100,101,108,101,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,97,40,116,41,41,114,101,116,117,114,110,33,49,59,118,97,114,32,110,61,105,40,116,41,59,114,101,116,117,114,110,33,48,61,61,61,110,63,118,40,102,40,116,104,105,115,44,101,41,41,91,34,100,101,108,101,116,101,34,93,40,116,41,58,110,38,38,108,40,110,44,116,104,105,115,46,95,105,41,38,38,100,101,108,101,116,101,32,110,91,116,104,105,115,46,95,105,93,125,44,104,97,115,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,97,40,116,41,41,114,101,116,117,114,110,33,49,59,118,97,114,32,110,61,105,40,116,41,59,114,101,116,117,114,110,33,48,61,61,61,110,63,118,40,102,40,116,104,105,115,44,101,41,41,46,104,97,115,40,116,41,58,110,38,38,108,40,110,44,116,104,105,115,46,95,105,41,125,125,41,44,117,125,44,100,101,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,105,40,111,40,101,41,44,33,48,41,59,114,101,116,117,114,110,33,48,61,61,61,114,63,118,40,116,41,46,115,101,116,40,101,44,110,41,58,114,91,116,46,95,105,93,61,110,44,116,125,44,117,102,115,116,111,114,101,58,118,125,125,44,34,50,57,101,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,99,55,99,49,34,41,40,34,98,108,105,110,107,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,34,98,108,105,110,107,34,44,34,34,44,34,34,41,125,125,41,41,125,44,34,50,57,102,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,44,114,61,110,46,116,111,83,116,114,105,110,103,59,102,117,110,99,116,105,111,110,32,105,40,116,41,123,114,101,116,117,114,110,32,114,46,99,97,108,108,40,116,41,125,116,46,101,120,112,111,114,116,115,61,105,125,44,34,50,97,54,50,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,50,53,97,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,91,34,114,101,116,117,114,110,34,93,59,105,102,40,118,111,105,100,32,48,33,61,61,101,41,114,101,116,117,114,110,32,114,40,101,46,99,97,108,108,40,116,41,41,46,118,97,108,117,101,125,125,44,34,50,98,48,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,46,114,40,101,41,44,102,117,110,99,116,105,111,110,40,116,41,123,10,47,42,33,10,32,42,32,86,117,101,46,106,115,32,118,50,46,54,46,49,50,10,32,42,32,40,99,41,32,50,48,49,52,45,50,48,50,48,32,69,118,97,110,32,89,111,117,10,32,42,32,82,101,108,101,97,115,101,100,32,117,110,100,101,114,32,116,104,101,32,77,73,84,32,76,105,99,101,110,115,101,46,10,32,42,47,10,118,97,114,32,110,61,79,98,106,101,99,116,46,102,114,101,101,122,101,40,123,125,41,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,124,124,110,117,108,108,61,61,61,116,125,102,117,110,99,116,105,111,110,32,105,40,116,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,61,116,38,38,110,117,108,108,33,61,61,116,125,102,117,110,99,116,105,111,110,32,111,40,116,41,123,114,101,116,117,114,110,33,48,61,61,61,116,125,102,117,110,99,116,105,111,110,32,97,40,116,41,123,114,101,116,117,114,110,33,49,61,61,61,116,125,102,117,110,99,116,105,111,110,32,115,40,116,41,123,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,124,124,34,110,117,109,98,101,114,34,61,61,61,116,121,112,101,111,102,32,116,124,124,34,115,121,109,98,111,108,34,61,61,61,116,121,112,101,111,102,32,116,124,124,34,98,111,111,108,101,97,110,34,61,61,61,116,121,112,101,111,102,32,116,125,102,117,110,99,116,105,111,110,32,99,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,38,38,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,125,118,97,114,32,117,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,59,102,117,110,99,116,105,111,110,32,108,40,116,41,123,114,101,116,117,114,110,34,91,111,98,106,101,99,116,32,79,98,106,101,99,116,93,34,61,61,61,117,46,99,97,108,108,40,116,41,125,102,117,110,99,116,105,111,110,32,102,40,116,41,123,114,101,116,117,114,110,34,91,111,98,106,101,99,116,32,82,101,103,69,120,112,93,34,61,61,61,117,46,99,97,108,108,40,116,41,125,102,117,110,99,116,105,111,110,32,104,40,116,41,123,118,97,114,32,101,61,112,97,114,115,101,70,108,111,97,116,40,83,116,114,105,110,103,40,116,41,41,59,114,101,116,117,114,110,32,101,62,61,48,38,38,77,97,116,104,46,102,108,111,111,114,40,101,41,61,61,61,101,38,38,105,115,70,105,110,105,116,101,40,116,41,125,102,117,110,99,116,105,111,110,32,100,40,116,41,123,114,101,116,117,114,110,32,105,40,116,41,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,46,116,104,101,110,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,46,99,97,116,99,104,125,102,117,110,99,116,105,111,110,32,112,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,34,34,58,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,124,124,108,40,116,41,38,38,116,46,116,111,83,116,114,105,110,103,61,61,61,117,63,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,116,44,110,117,108,108,44,50,41,58,83,116,114,105,110,103,40,116,41,125,102,117,110,99,116,105,111,110,32,118,40,116,41,123,118,97,114,32,101,61,112,97,114,115,101,70,108,111,97,116,40,116,41,59,114,101,116,117,114,110,32,105,115,78,97,78,40,101,41,63,116,58,101,125,102,117,110,99,116,105,111,110,32,103,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,114,61,116,46,115,112,108,105,116,40,34,44,34,41,44,105,61,48,59,105,60,114,46,108,101,110,103,116,104,59,105,43,43,41,110,91,114,91,105,93,93,61,33,48,59,114,101,116,117,114,110,32,101,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,91,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,93,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,91,116,93,125,125,103,40,34,115,108,111,116,44,99,111,109,112,111,110,101,110,116,34,44,33,48,41,59,118,97,114,32,109,61,103,40,34,107,101,121,44,114,101,102,44,115,108,111,116,44,115,108,111,116,45,115,99,111,112,101,44,105,115,34,41,59,102,117,110,99,116,105,111,110,32,98,40,116,44,101,41,123,105,102,40,116,46,108,101,110,103,116,104,41,123,118,97,114,32,110,61,116,46,105,110,100,101,120,79,102,40,101,41,59,105,102,40,110,62,45,49,41,114,101,116,117,114,110,32,116,46,115,112,108,105,99,101,40,110,44,49,41,125,125,118,97,114,32,121,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,59,102,117,110,99,116,105,111,110,32,119,40,116,44,101,41,123,114,101,116,117,114,110,32,121,46,99,97,108,108,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,95,40,116,41,123,118,97,114,32,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,101,91,110,93,59,114,101,116,117,114,110,32,114,124,124,40,101,91,110,93,61,116,40,110,41,41,125,125,118,97,114,32,120,61,47,45,40,92,119,41,47,103,44,79,61,95,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,120,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,63,101,46,116,111,85,112,112,101,114,67,97,115,101,40,41,58,34,34,125,41,41,125,41,41,44,83,61,95,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,99,104,97,114,65,116,40,48,41,46,116,111,85,112,112,101,114,67,97,115,101,40,41,43,116,46,115,108,105,99,101,40,49,41,125,41,41,44,107,61,47,92,66,40,91,65,45,90,93,41,47,103,44,67,61,95,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,107,44,34,45,36,49,34,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,125,41,41,59,102,117,110,99,116,105,111,110,32,80,40,116,44,101,41,123,102,117,110,99,116,105,111,110,32,110,40,110,41,123,118,97,114,32,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,114,63,114,62,49,63,116,46,97,112,112,108,121,40,101,44,97,114,103,117,109,101,110,116,115,41,58,116,46,99,97,108,108,40,101,44,110,41,58,116,46,99,97,108,108,40,101,41,125,114,101,116,117,114,110,32,110,46,95,108,101,110,103,116,104,61,116,46,108,101,110,103,116,104,44,110,125,102,117,110,99,116,105,111,110,32,84,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,98,105,110,100,40,101,41,125,118,97,114,32,106,61,70,117,110,99,116,105,111,110,46,112,114,111,116,111,116,121,112,101,46,98,105,110,100,63,84,58,80,59,102,117,110,99,116,105,111,110,32,69,40,116,44,101,41,123,101,61,101,124,124,48,59,118,97,114,32,110,61,116,46,108,101,110,103,116,104,45,101,44,114,61,110,101,119,32,65,114,114,97,121,40,110,41,59,119,104,105,108,101,40,110,45,45,41,114,91,110,93,61,116,91,110,43,101,93,59,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,65,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,116,91,110,93,61,101,91,110,93,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,68,40,116,41,123,102,111,114,40,118,97,114,32,101,61,123,125,44,110,61,48,59,110,60,116,46,108,101,110,103,116,104,59,110,43,43,41,116,91,110,93,38,38,65,40,101,44,116,91,110,93,41,59,114,101,116,117,114,110,32,101,125,102,117,110,99,116,105,111,110,32,76,40,116,44,101,44,110,41,123,125,118,97,114,32,77,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,33,49,125,44,73,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,59,102,117,110,99,116,105,111,110,32,36,40,116,44,101,41,123,105,102,40,116,61,61,61,101,41,114,101,116,117,114,110,33,48,59,118,97,114,32,110,61,99,40,116,41,44,114,61,99,40,101,41,59,105,102,40,33,110,124,124,33,114,41,114,101,116,117,114,110,33,110,38,38,33,114,38,38,83,116,114,105,110,103,40,116,41,61,61,61,83,116,114,105,110,103,40,101,41,59,116,114,121,123,118,97,114,32,105,61,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,44,111,61,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,41,59,105,102,40,105,38,38,111,41,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,61,61,61,101,46,108,101,110,103,116,104,38,38,116,46,101,118,101,114,121,40,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,36,40,116,44,101,91,110,93,41,125,41,41,59,105,102,40,116,32,105,110,115,116,97,110,99,101,111,102,32,68,97,116,101,38,38,101,32,105,110,115,116,97,110,99,101,111,102,32,68,97,116,101,41,114,101,116,117,114,110,32,116,46,103,101,116,84,105,109,101,40,41,61,61,61,101,46,103,101,116,84,105,109,101,40,41,59,105,102,40,105,124,124,111,41,114,101,116,117,114,110,33,49,59,118,97,114,32,97,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,44,115,61,79,98,106,101,99,116,46,107,101,121,115,40,101,41,59,114,101,116,117,114,110,32,97,46,108,101,110,103,116,104,61,61,61,115,46,108,101,110,103,116,104,38,38,97,46,101,118,101,114,121,40,40,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,36,40,116,91,110,93,44,101,91,110,93,41,125,41,41,125,99,97,116,99,104,40,117,41,123,114,101,116,117,114,110,33,49,125,125,102,117,110,99,116,105,111,110,32,70,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,116,46,108,101,110,103,116,104,59,110,43,43,41,105,102,40,36,40,116,91,110,93,44,101,41,41,114,101,116,117,114,110,32,110,59,114,101,116,117,114,110,45,49,125,102,117,110,99,116,105,111,110,32,66,40,116,41,123,118,97,114,32,101,61,33,49,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,101,124,124,40,101,61,33,48,44,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,41,125,125,118,97,114,32,82,61,34,100,97,116,97,45,115,101,114,118,101,114,45,114,101,110,100,101,114,101,100,34,44,78,61,91,34,99,111,109,112,111,110,101,110,116,34,44,34,100,105,114,101,99,116,105,118,101,34,44,34,102,105,108,116,101,114,34,93,44,122,61,91,34,98,101,102,111,114,101,67,114,101,97,116,101,34,44,34,99,114,101,97,116,101,100,34,44,34,98,101,102,111,114,101,77,111,117,110,116,34,44,34,109,111,117,110,116,101,100,34,44,34,98,101,102,111,114,101,85,112,100,97,116,101,34,44,34,117,112,100,97,116,101,100,34,44,34,98,101,102,111,114,101,68,101,115,116,114,111,121,34,44,34,100,101,115,116,114,111,121,101,100,34,44,34,97,99,116,105,118,97,116,101,100,34,44,34,100,101,97,99,116,105,118,97,116,101,100,34,44,34,101,114,114,111,114,67,97,112,116,117,114,101,100,34,44,34,115,101,114,118,101,114,80,114,101,102,101,116,99,104,34,93,44,86,61,123,111,112,116,105,111,110,77,101,114,103,101,83,116,114,97,116,101,103,105,101,115,58,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,115,105,108,101,110,116,58,33,49,44,112,114,111,100,117,99,116,105,111,110,84,105,112,58,33,49,44,100,101,118,116,111,111,108,115,58,33,49,44,112,101,114,102,111,114,109,97,110,99,101,58,33,49,44,101,114,114,111,114,72,97,110,100,108,101,114,58,110,117,108,108,44,119,97,114,110,72,97,110,100,108,101,114,58,110,117,108,108,44,105,103,110,111,114,101,100,69,108,101,109,101,110,116,115,58,91,93,44,107,101,121,67,111,100,101,115,58,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,105,115,82,101,115,101,114,118,101,100,84,97,103,58,77,44,105,115,82,101,115,101,114,118,101,100,65,116,116,114,58,77,44,105,115,85,110,107,110,111,119,110,69,108,101,109,101,110,116,58,77,44,103,101,116,84,97,103,78,97,109,101,115,112,97,99,101,58,76,44,112,97,114,115,101,80,108,97,116,102,111,114,109,84,97,103,78,97,109,101,58,73,44,109,117,115,116,85,115,101,80,114,111,112,58,77,44,97,115,121,110,99,58,33,48,44,95,108,105,102,101,99,121,99,108,101,72,111,111,107,115,58,122,125,44,72,61,47,97,45,122,65,45,90,92,117,48,48,66,55,92,117,48,48,67,48,45,92,117,48,48,68,54,92,117,48,48,68,56,45,92,117,48,48,70,54,92,117,48,48,70,56,45,92,117,48,51,55,68,92,117,48,51,55,70,45,92,117,49,70,70,70,92,117,50,48,48,67,45,92,117,50,48,48,68,92,117,50,48,51,70,45,92,117,50,48,52,48,92,117,50,48,55,48,45,92,117,50,49,56,70,92,117,50,67,48,48,45,92,117,50,70,69,70,92,117,51,48,48,49,45,92,117,68,55,70,70,92,117,70,57,48,48,45,92,117,70,68,67,70,92,117,70,68,70,48,45,92,117,70,70,70,68,47,59,102,117,110,99,116,105,111,110,32,85,40,116,41,123,118,97,114,32,101,61,40,116,43,34,34,41,46,99,104,97,114,67,111,100,101,65,116,40,48,41,59,114,101,116,117,114,110,32,51,54,61,61,61,101,124,124,57,53,61,61,61,101,125,102,117,110,99,116,105,111,110,32,87,40,116,44,101,44,110,44,114,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,33,114,44,119,114,105,116,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,41,125,118,97,114,32,113,61,110,101,119,32,82,101,103,69,120,112,40,34,91,94,34,43,72,46,115,111,117,114,99,101,43,34,46,36,95,92,92,100,93,34,41,59,102,117,110,99,116,105,111,110,32,71,40,116,41,123,105,102,40,33,113,46,116,101,115,116,40,116,41,41,123,118,97,114,32,101,61,116,46,115,112,108,105,116,40,34,46,34,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,101,46,108,101,110,103,116,104,59,110,43,43,41,123,105,102,40,33,116,41,114,101,116,117,114,110,59,116,61,116,91,101,91,110,93,93,125,114,101,116,117,114,110,32,116,125,125,125,118,97,114,32,89,44,75,61,34,95,95,112,114,111,116,111,95,95,34,105,110,123,125,44,88,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,44,90,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,87,88,69,110,118,105,114,111,110,109,101,110,116,38,38,33,33,87,88,69,110,118,105,114,111,110,109,101,110,116,46,112,108,97,116,102,111,114,109,44,74,61,90,38,38,87,88,69,110,118,105,114,111,110,109,101,110,116,46,112,108,97,116,102,111,114,109,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,81,61,88,38,38,119,105,110,100,111,119,46,110,97,118,105,103,97,116,111,114,46,117,115,101,114,65,103,101,110,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,116,116,61,81,38,38,47,109,115,105,101,124,116,114,105,100,101,110,116,47,46,116,101,115,116,40,81,41,44,101,116,61,81,38,38,81,46,105,110,100,101,120,79,102,40,34,109,115,105,101,32,57,46,48,34,41,62,48,44,110,116,61,81,38,38,81,46,105,110,100,101,120,79,102,40,34,101,100,103,101,47,34,41,62,48,44,114,116,61,40,81,38,38,81,46,105,110,100,101,120,79,102,40,34,97,110,100,114,111,105,100,34,41,44,81,38,38,47,105,112,104,111,110,101,124,105,112,97,100,124,105,112,111,100,124,105,111,115,47,46,116,101,115,116,40,81,41,124,124,34,105,111,115,34,61,61,61,74,41,44,105,116,61,40,81,38,38,47,99,104,114,111,109,101,92,47,92,100,43,47,46,116,101,115,116,40,81,41,44,81,38,38,47,112,104,97,110,116,111,109,106,115,47,46,116,101,115,116,40,81,41,44,81,38,38,81,46,109,97,116,99,104,40,47,102,105,114,101,102,111,120,92,47,40,92,100,43,41,47,41,41,44,111,116,61,123,125,46,119,97,116,99,104,44,97,116,61,33,49,59,105,102,40,88,41,116,114,121,123,118,97,114,32,115,116,61,123,125,59,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,115,116,44,34,112,97,115,115,105,118,101,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,97,116,61,33,48,125,125,41,44,119,105,110,100,111,119,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,116,101,115,116,45,112,97,115,115,105,118,101,34,44,110,117,108,108,44,115,116,41,125,99,97,116,99,104,40,79,97,41,123,125,118,97,114,32,99,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,89,38,38,40,89,61,33,88,38,38,33,90,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,116,38,38,40,116,91,34,112,114,111,99,101,115,115,34,93,38,38,34,115,101,114,118,101,114,34,61,61,61,116,91,34,112,114,111,99,101,115,115,34,93,46,101,110,118,46,86,85,69,95,69,78,86,41,41,44,89,125,44,117,116,61,88,38,38,119,105,110,100,111,119,46,95,95,86,85,69,95,68,69,86,84,79,79,76,83,95,71,76,79,66,65,76,95,72,79,79,75,95,95,59,102,117,110,99,116,105,111,110,32,108,116,40,116,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,38,38,47,110,97,116,105,118,101,32,99,111,100,101,47,46,116,101,115,116,40,116,46,116,111,83,116,114,105,110,103,40,41,41,125,118,97,114,32,102,116,44,104,116,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,108,116,40,83,121,109,98,111,108,41,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,82,101,102,108,101,99,116,38,38,108,116,40,82,101,102,108,101,99,116,46,111,119,110,75,101,121,115,41,59,102,116,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,101,116,38,38,108,116,40,83,101,116,41,63,83,101,116,58,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,41,123,116,104,105,115,46,115,101,116,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,125,114,101,116,117,114,110,32,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,48,61,61,61,116,104,105,115,46,115,101,116,91,116,93,125,44,116,46,112,114,111,116,111,116,121,112,101,46,97,100,100,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,115,101,116,91,116,93,61,33,48,125,44,116,46,112,114,111,116,111,116,121,112,101,46,99,108,101,97,114,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,125,44,116,125,40,41,59,118,97,114,32,100,116,61,76,44,112,116,61,48,44,118,116,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,100,61,112,116,43,43,44,116,104,105,115,46,115,117,98,115,61,91,93,125,59,118,116,46,112,114,111,116,111,116,121,112,101,46,97,100,100,83,117,98,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,115,117,98,115,46,112,117,115,104,40,116,41,125,44,118,116,46,112,114,111,116,111,116,121,112,101,46,114,101,109,111,118,101,83,117,98,61,102,117,110,99,116,105,111,110,40,116,41,123,98,40,116,104,105,115,46,115,117,98,115,44,116,41,125,44,118,116,46,112,114,111,116,111,116,121,112,101,46,100,101,112,101,110,100,61,102,117,110,99,116,105,111,110,40,41,123,118,116,46,116,97,114,103,101,116,38,38,118,116,46,116,97,114,103,101,116,46,97,100,100,68,101,112,40,116,104,105,115,41,125,44,118,116,46,112,114,111,116,111,116,121,112,101,46,110,111,116,105,102,121,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,115,117,98,115,46,115,108,105,99,101,40,41,59,102,111,114,40,118,97,114,32,101,61,48,44,110,61,116,46,108,101,110,103,116,104,59,101,60,110,59,101,43,43,41,116,91,101,93,46,117,112,100,97,116,101,40,41,125,44,118,116,46,116,97,114,103,101,116,61,110,117,108,108,59,118,97,114,32,103,116,61,91,93,59,102,117,110,99,116,105,111,110,32,109,116,40,116,41,123,103,116,46,112,117,115,104,40,116,41,44,118,116,46,116,97,114,103,101,116,61,116,125,102,117,110,99,116,105,111,110,32,98,116,40,41,123,103,116,46,112,111,112,40,41,44,118,116,46,116,97,114,103,101,116,61,103,116,91,103,116,46,108,101,110,103,116,104,45,49,93,125,118,97,114,32,121,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,44,111,44,97,44,115,41,123,116,104,105,115,46,116,97,103,61,116,44,116,104,105,115,46,100,97,116,97,61,101,44,116,104,105,115,46,99,104,105,108,100,114,101,110,61,110,44,116,104,105,115,46,116,101,120,116,61,114,44,116,104,105,115,46,101,108,109,61,105,44,116,104,105,115,46,110,115,61,118,111,105,100,32,48,44,116,104,105,115,46,99,111,110,116,101,120,116,61,111,44,116,104,105,115,46,102,110,67,111,110,116,101,120,116,61,118,111,105,100,32,48,44,116,104,105,115,46,102,110,79,112,116,105,111,110,115,61,118,111,105,100,32,48,44,116,104,105,115,46,102,110,83,99,111,112,101,73,100,61,118,111,105,100,32,48,44,116,104,105,115,46,107,101,121,61,101,38,38,101,46,107,101,121,44,116,104,105,115,46,99,111,109,112,111,110,101,110,116,79,112,116,105,111,110,115,61,97,44,116,104,105,115,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,61,118,111,105,100,32,48,44,116,104,105,115,46,112,97,114,101,110,116,61,118,111,105,100,32,48,44,116,104,105,115,46,114,97,119,61,33,49,44,116,104,105,115,46,105,115,83,116,97,116,105,99,61,33,49,44,116,104,105,115,46,105,115,82,111,111,116,73,110,115,101,114,116,61,33,48,44,116,104,105,115,46,105,115,67,111,109,109,101,110,116,61,33,49,44,116,104,105,115,46,105,115,67,108,111,110,101,100,61,33,49,44,116,104,105,115,46,105,115,79,110,99,101,61,33,49,44,116,104,105,115,46,97,115,121,110,99,70,97,99,116,111,114,121,61,115,44,116,104,105,115,46,97,115,121,110,99,77,101,116,97,61,118,111,105,100,32,48,44,116,104,105,115,46,105,115,65,115,121,110,99,80,108,97,99,101,104,111,108,100,101,114,61,33,49,125,44,119,116,61,123,99,104,105,108,100,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,125,59,119,116,46,99,104,105,108,100,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,125,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,121,116,46,112,114,111,116,111,116,121,112,101,44,119,116,41,59,118,97,114,32,95,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,34,34,41,59,118,97,114,32,101,61,110,101,119,32,121,116,59,114,101,116,117,114,110,32,101,46,116,101,120,116,61,116,44,101,46,105,115,67,111,109,109,101,110,116,61,33,48,44,101,125,59,102,117,110,99,116,105,111,110,32,120,116,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,121,116,40,118,111,105,100,32,48,44,118,111,105,100,32,48,44,118,111,105,100,32,48,44,83,116,114,105,110,103,40,116,41,41,125,102,117,110,99,116,105,111,110,32,79,116,40,116,41,123,118,97,114,32,101,61,110,101,119,32,121,116,40,116,46,116,97,103,44,116,46,100,97,116,97,44,116,46,99,104,105,108,100,114,101,110,38,38,116,46,99,104,105,108,100,114,101,110,46,115,108,105,99,101,40,41,44,116,46,116,101,120,116,44,116,46,101,108,109,44,116,46,99,111,110,116,101,120,116,44,116,46,99,111,109,112,111,110,101,110,116,79,112,116,105,111,110,115,44,116,46,97,115,121,110,99,70,97,99,116,111,114,121,41,59,114,101,116,117,114,110,32,101,46,110,115,61,116,46,110,115,44,101,46,105,115,83,116,97,116,105,99,61,116,46,105,115,83,116,97,116,105,99,44,101,46,107,101,121,61,116,46,107,101,121,44,101,46,105,115,67,111,109,109,101,110,116,61,116,46,105,115,67,111,109,109,101,110,116,44,101,46,102,110,67,111,110,116,101,120,116,61,116,46,102,110,67,111,110,116,101,120,116,44,101,46,102,110,79,112,116,105,111,110,115,61,116,46,102,110,79,112,116,105,111,110,115,44,101,46,102,110,83,99,111,112,101,73,100,61,116,46,102,110,83,99,111,112,101,73,100,44,101,46,97,115,121,110,99,77,101,116,97,61,116,46,97,115,121,110,99,77,101,116,97,44,101,46,105,115,67,108,111,110,101,100,61,33,48,44,101,125,118,97,114,32,83,116,61,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,44,107,116,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,83,116,41,44,67,116,61,91,34,112,117,115,104,34,44,34,112,111,112,34,44,34,115,104,105,102,116,34,44,34,117,110,115,104,105,102,116,34,44,34,115,112,108,105,99,101,34,44,34,115,111,114,116,34,44,34,114,101,118,101,114,115,101,34,93,59,67,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,83,116,91,116,93,59,87,40,107,116,44,116,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,61,91,93,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,119,104,105,108,101,40,114,45,45,41,110,91,114,93,61,97,114,103,117,109,101,110,116,115,91,114,93,59,118,97,114,32,105,44,111,61,101,46,97,112,112,108,121,40,116,104,105,115,44,110,41,44,97,61,116,104,105,115,46,95,95,111,98,95,95,59,115,119,105,116,99,104,40,116,41,123,99,97,115,101,34,112,117,115,104,34,58,99,97,115,101,34,117,110,115,104,105,102,116,34,58,105,61,110,59,98,114,101,97,107,59,99,97,115,101,34,115,112,108,105,99,101,34,58,105,61,110,46,115,108,105,99,101,40,50,41,59,98,114,101,97,107,125,114,101,116,117,114,110,32,105,38,38,97,46,111,98,115,101,114,118,101,65,114,114,97,121,40,105,41,44,97,46,100,101,112,46,110,111,116,105,102,121,40,41,44,111,125,41,41,125,41,41,59,118,97,114,32,80,116,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,40,107,116,41,44,84,116,61,33,48,59,102,117,110,99,116,105,111,110,32,106,116,40,116,41,123,84,116,61,116,125,118,97,114,32,69,116,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,118,97,108,117,101,61,116,44,116,104,105,115,46,100,101,112,61,110,101,119,32,118,116,44,116,104,105,115,46,118,109,67,111,117,110,116,61,48,44,87,40,116,44,34,95,95,111,98,95,95,34,44,116,104,105,115,41,44,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,63,40,75,63,65,116,40,116,44,107,116,41,58,68,116,40,116,44,107,116,44,80,116,41,44,116,104,105,115,46,111,98,115,101,114,118,101,65,114,114,97,121,40,116,41,41,58,116,104,105,115,46,119,97,108,107,40,116,41,125,59,102,117,110,99,116,105,111,110,32,65,116,40,116,44,101,41,123,116,46,95,95,112,114,111,116,111,95,95,61,101,125,102,117,110,99,116,105,111,110,32,68,116,40,116,44,101,44,110,41,123,102,111,114,40,118,97,114,32,114,61,48,44,105,61,110,46,108,101,110,103,116,104,59,114,60,105,59,114,43,43,41,123,118,97,114,32,111,61,110,91,114,93,59,87,40,116,44,111,44,101,91,111,93,41,125,125,102,117,110,99,116,105,111,110,32,76,116,40,116,44,101,41,123,118,97,114,32,110,59,105,102,40,99,40,116,41,38,38,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,121,116,41,41,114,101,116,117,114,110,32,119,40,116,44,34,95,95,111,98,95,95,34,41,38,38,116,46,95,95,111,98,95,95,32,105,110,115,116,97,110,99,101,111,102,32,69,116,63,110,61,116,46,95,95,111,98,95,95,58,84,116,38,38,33,99,116,40,41,38,38,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,124,124,108,40,116,41,41,38,38,79,98,106,101,99,116,46,105,115,69,120,116,101,110,115,105,98,108,101,40,116,41,38,38,33,116,46,95,105,115,86,117,101,38,38,40,110,61,110,101,119,32,69,116,40,116,41,41,44,101,38,38,110,38,38,110,46,118,109,67,111,117,110,116,43,43,44,110,125,102,117,110,99,116,105,111,110,32,77,116,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,110,101,119,32,118,116,44,97,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,59,105,102,40,33,97,124,124,33,49,33,61,61,97,46,99,111,110,102,105,103,117,114,97,98,108,101,41,123,118,97,114,32,115,61,97,38,38,97,46,103,101,116,44,99,61,97,38,38,97,46,115,101,116,59,115,38,38,33,99,124,124,50,33,61,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,124,124,40,110,61,116,91,101,93,41,59,118,97,114,32,117,61,33,105,38,38,76,116,40,110,41,59,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,115,63,115,46,99,97,108,108,40,116,41,58,110,59,114,101,116,117,114,110,32,118,116,46,116,97,114,103,101,116,38,38,40,111,46,100,101,112,101,110,100,40,41,44,117,38,38,40,117,46,100,101,112,46,100,101,112,101,110,100,40,41,44,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,41,38,38,70,116,40,101,41,41,41,44,101,125,44,115,101,116,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,115,63,115,46,99,97,108,108,40,116,41,58,110,59,101,61,61,61,114,124,124,101,33,61,61,101,38,38,114,33,61,61,114,124,124,115,38,38,33,99,124,124,40,99,63,99,46,99,97,108,108,40,116,44,101,41,58,110,61,101,44,117,61,33,105,38,38,76,116,40,101,41,44,111,46,110,111,116,105,102,121,40,41,41,125,125,41,125,125,102,117,110,99,116,105,111,110,32,73,116,40,116,44,101,44,110,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,38,38,104,40,101,41,41,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,61,77,97,116,104,46,109,97,120,40,116,46,108,101,110,103,116,104,44,101,41,44,116,46,115,112,108,105,99,101,40,101,44,49,44,110,41,44,110,59,105,102,40,101,32,105,110,32,116,38,38,33,40,101,32,105,110,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,41,41,114,101,116,117,114,110,32,116,91,101,93,61,110,44,110,59,118,97,114,32,114,61,116,46,95,95,111,98,95,95,59,114,101,116,117,114,110,32,116,46,95,105,115,86,117,101,124,124,114,38,38,114,46,118,109,67,111,117,110,116,63,110,58,114,63,40,77,116,40,114,46,118,97,108,117,101,44,101,44,110,41,44,114,46,100,101,112,46,110,111,116,105,102,121,40,41,44,110,41,58,40,116,91,101,93,61,110,44,110,41,125,102,117,110,99,116,105,111,110,32,36,116,40,116,44,101,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,38,38,104,40,101,41,41,116,46,115,112,108,105,99,101,40,101,44,49,41,59,101,108,115,101,123,118,97,114,32,110,61,116,46,95,95,111,98,95,95,59,116,46,95,105,115,86,117,101,124,124,110,38,38,110,46,118,109,67,111,117,110,116,124,124,119,40,116,44,101,41,38,38,40,100,101,108,101,116,101,32,116,91,101,93,44,110,38,38,110,46,100,101,112,46,110,111,116,105,102,121,40,41,41,125,125,102,117,110,99,116,105,111,110,32,70,116,40,116,41,123,102,111,114,40,118,97,114,32,101,61,118,111,105,100,32,48,44,110,61,48,44,114,61,116,46,108,101,110,103,116,104,59,110,60,114,59,110,43,43,41,101,61,116,91,110,93,44,101,38,38,101,46,95,95,111,98,95,95,38,38,101,46,95,95,111,98,95,95,46,100,101,112,46,100,101,112,101,110,100,40,41,44,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,41,38,38,70,116,40,101,41,125,69,116,46,112,114,111,116,111,116,121,112,101,46,119,97,108,107,61,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,44,110,61,48,59,110,60,101,46,108,101,110,103,116,104,59,110,43,43,41,77,116,40,116,44,101,91,110,93,41,125,44,69,116,46,112,114,111,116,111,116,121,112,101,46,111,98,115,101,114,118,101,65,114,114,97,121,61,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,48,44,110,61,116,46,108,101,110,103,116,104,59,101,60,110,59,101,43,43,41,76,116,40,116,91,101,93,41,125,59,118,97,114,32,66,116,61,86,46,111,112,116,105,111,110,77,101,114,103,101,83,116,114,97,116,101,103,105,101,115,59,102,117,110,99,116,105,111,110,32,82,116,40,116,44,101,41,123,105,102,40,33,101,41,114,101,116,117,114,110,32,116,59,102,111,114,40,118,97,114,32,110,44,114,44,105,44,111,61,104,116,63,82,101,102,108,101,99,116,46,111,119,110,75,101,121,115,40,101,41,58,79,98,106,101,99,116,46,107,101,121,115,40,101,41,44,97,61,48,59,97,60,111,46,108,101,110,103,116,104,59,97,43,43,41,110,61,111,91,97,93,44,34,95,95,111,98,95,95,34,33,61,61,110,38,38,40,114,61,116,91,110,93,44,105,61,101,91,110,93,44,119,40,116,44,110,41,63,114,33,61,61,105,38,38,108,40,114,41,38,38,108,40,105,41,38,38,82,116,40,114,44,105,41,58,73,116,40,116,44,110,44,105,41,41,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,78,116,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,110,63,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,114,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,63,101,46,99,97,108,108,40,110,44,110,41,58,101,44,105,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,116,46,99,97,108,108,40,110,44,110,41,58,116,59,114,101,116,117,114,110,32,114,63,82,116,40,114,44,105,41,58,105,125,58,101,63,116,63,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,82,116,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,63,101,46,99,97,108,108,40,116,104,105,115,44,116,104,105,115,41,58,101,44,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,116,46,99,97,108,108,40,116,104,105,115,44,116,104,105,115,41,58,116,41,125,58,101,58,116,125,102,117,110,99,116,105,111,110,32,122,116,40,116,44,101,41,123,118,97,114,32,110,61,101,63,116,63,116,46,99,111,110,99,97,116,40,101,41,58,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,41,63,101,58,91,101,93,58,116,59,114,101,116,117,114,110,32,110,63,86,116,40,110,41,58,110,125,102,117,110,99,116,105,111,110,32,86,116,40,116,41,123,102,111,114,40,118,97,114,32,101,61,91,93,44,110,61,48,59,110,60,116,46,108,101,110,103,116,104,59,110,43,43,41,45,49,61,61,61,101,46,105,110,100,101,120,79,102,40,116,91,110,93,41,38,38,101,46,112,117,115,104,40,116,91,110,93,41,59,114,101,116,117,114,110,32,101,125,102,117,110,99,116,105,111,110,32,72,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,116,124,124,110,117,108,108,41,59,114,101,116,117,114,110,32,101,63,65,40,105,44,101,41,58,105,125,66,116,46,100,97,116,97,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,110,63,78,116,40,116,44,101,44,110,41,58,101,38,38,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,63,116,58,78,116,40,116,44,101,41,125,44,122,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,66,116,91,116,93,61,122,116,125,41,41,44,78,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,66,116,91,116,43,34,115,34,93,61,72,116,125,41,41,44,66,116,46,119,97,116,99,104,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,105,102,40,116,61,61,61,111,116,38,38,40,116,61,118,111,105,100,32,48,41,44,101,61,61,61,111,116,38,38,40,101,61,118,111,105,100,32,48,41,44,33,101,41,114,101,116,117,114,110,32,79,98,106,101,99,116,46,99,114,101,97,116,101,40,116,124,124,110,117,108,108,41,59,105,102,40,33,116,41,114,101,116,117,114,110,32,101,59,118,97,114,32,105,61,123,125,59,102,111,114,40,118,97,114,32,111,32,105,110,32,65,40,105,44,116,41,44,101,41,123,118,97,114,32,97,61,105,91,111,93,44,115,61,101,91,111,93,59,97,38,38,33,65,114,114,97,121,46,105,115,65,114,114,97,121,40,97,41,38,38,40,97,61,91,97,93,41,44,105,91,111,93,61,97,63,97,46,99,111,110,99,97,116,40,115,41,58,65,114,114,97,121,46,105,115,65,114,114,97,121,40,115,41,63,115,58,91,115,93,125,114,101,116,117,114,110,32,105,125,44,66,116,46,112,114,111,112,115,61,66,116,46,109,101,116,104,111,100,115,61,66,116,46,105,110,106,101,99,116,61,66,116,46,99,111,109,112,117,116,101,100,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,105,102,40,33,116,41,114,101,116,117,114,110,32,101,59,118,97,114,32,105,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,59,114,101,116,117,114,110,32,65,40,105,44,116,41,44,101,38,38,65,40,105,44,101,41,44,105,125,44,66,116,46,112,114,111,118,105,100,101,61,78,116,59,118,97,114,32,85,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,101,63,116,58,101,125,59,102,117,110,99,116,105,111,110,32,87,116,40,116,44,101,41,123,118,97,114,32,110,61,116,46,112,114,111,112,115,59,105,102,40,110,41,123,118,97,114,32,114,44,105,44,111,44,97,61,123,125,59,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,110,41,41,123,114,61,110,46,108,101,110,103,116,104,59,119,104,105,108,101,40,114,45,45,41,105,61,110,91,114,93,44,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,105,38,38,40,111,61,79,40,105,41,44,97,91,111,93,61,123,116,121,112,101,58,110,117,108,108,125,41,125,101,108,115,101,32,105,102,40,108,40,110,41,41,102,111,114,40,118,97,114,32,115,32,105,110,32,110,41,105,61,110,91,115,93,44,111,61,79,40,115,41,44,97,91,111,93,61,108,40,105,41,63,105,58,123,116,121,112,101,58,105,125,59,101,108,115,101,32,48,59,116,46,112,114,111,112,115,61,97,125,125,102,117,110,99,116,105,111,110,32,113,116,40,116,44,101,41,123,118,97,114,32,110,61,116,46,105,110,106,101,99,116,59,105,102,40,110,41,123,118,97,114,32,114,61,116,46,105,110,106,101,99,116,61,123,125,59,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,110,41,41,102,111,114,40,118,97,114,32,105,61,48,59,105,60,110,46,108,101,110,103,116,104,59,105,43,43,41,114,91,110,91,105,93,93,61,123,102,114,111,109,58,110,91,105,93,125,59,101,108,115,101,32,105,102,40,108,40,110,41,41,102,111,114,40,118,97,114,32,111,32,105,110,32,110,41,123,118,97,114,32,97,61,110,91,111,93,59,114,91,111,93,61,108,40,97,41,63,65,40,123,102,114,111,109,58,111,125,44,97,41,58,123,102,114,111,109,58,97,125,125,101,108,115,101,32,48,125,125,102,117,110,99,116,105,111,110,32,71,116,40,116,41,123,118,97,114,32,101,61,116,46,100,105,114,101,99,116,105,118,101,115,59,105,102,40,101,41,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,123,118,97,114,32,114,61,101,91,110,93,59,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,114,38,38,40,101,91,110,93,61,123,98,105,110,100,58,114,44,117,112,100,97,116,101,58,114,125,41,125,125,102,117,110,99,116,105,111,110,32,89,116,40,116,44,101,44,110,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,38,38,40,101,61,101,46,111,112,116,105,111,110,115,41,44,87,116,40,101,44,110,41,44,113,116,40,101,44,110,41,44,71,116,40,101,41,44,33,101,46,95,98,97,115,101,38,38,40,101,46,101,120,116,101,110,100,115,38,38,40,116,61,89,116,40,116,44,101,46,101,120,116,101,110,100,115,44,110,41,41,44,101,46,109,105,120,105,110,115,41,41,102,111,114,40,118,97,114,32,114,61,48,44,105,61,101,46,109,105,120,105,110,115,46,108,101,110,103,116,104,59,114,60,105,59,114,43,43,41,116,61,89,116,40,116,44,101,46,109,105,120,105,110,115,91,114,93,44,110,41,59,118,97,114,32,111,44,97,61,123,125,59,102,111,114,40,111,32,105,110,32,116,41,115,40,111,41,59,102,111,114,40,111,32,105,110,32,101,41,119,40,116,44,111,41,124,124,115,40,111,41,59,102,117,110,99,116,105,111,110,32,115,40,114,41,123,118,97,114,32,105,61,66,116,91,114,93,124,124,85,116,59,97,91,114,93,61,105,40,116,91,114,93,44,101,91,114,93,44,110,44,114,41,125,114,101,116,117,114,110,32,97,125,102,117,110,99,116,105,111,110,32,75,116,40,116,44,101,44,110,44,114,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,110,41,123,118,97,114,32,105,61,116,91,101,93,59,105,102,40,119,40,105,44,110,41,41,114,101,116,117,114,110,32,105,91,110,93,59,118,97,114,32,111,61,79,40,110,41,59,105,102,40,119,40,105,44,111,41,41,114,101,116,117,114,110,32,105,91,111,93,59,118,97,114,32,97,61,83,40,111,41,59,105,102,40,119,40,105,44,97,41,41,114,101,116,117,114,110,32,105,91,97,93,59,118,97,114,32,115,61,105,91,110,93,124,124,105,91,111,93,124,124,105,91,97,93,59,114,101,116,117,114,110,32,115,125,125,102,117,110,99,116,105,111,110,32,88,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,101,91,116,93,44,111,61,33,119,40,110,44,116,41,44,97,61,110,91,116,93,44,115,61,116,101,40,66,111,111,108,101,97,110,44,105,46,116,121,112,101,41,59,105,102,40,115,62,45,49,41,105,102,40,111,38,38,33,119,40,105,44,34,100,101,102,97,117,108,116,34,41,41,97,61,33,49,59,101,108,115,101,32,105,102,40,34,34,61,61,61,97,124,124,97,61,61,61,67,40,116,41,41,123,118,97,114,32,99,61,116,101,40,83,116,114,105,110,103,44,105,46,116,121,112,101,41,59,40,99,60,48,124,124,115,60,99,41,38,38,40,97,61,33,48,41,125,105,102,40,118,111,105,100,32,48,61,61,61,97,41,123,97,61,90,116,40,114,44,105,44,116,41,59,118,97,114,32,117,61,84,116,59,106,116,40,33,48,41,44,76,116,40,97,41,44,106,116,40,117,41,125,114,101,116,117,114,110,32,97,125,102,117,110,99,116,105,111,110,32,90,116,40,116,44,101,44,110,41,123,105,102,40,119,40,101,44,34,100,101,102,97,117,108,116,34,41,41,123,118,97,114,32,114,61,101,46,100,101,102,97,117,108,116,59,114,101,116,117,114,110,32,116,38,38,116,46,36,111,112,116,105,111,110,115,46,112,114,111,112,115,68,97,116,97,38,38,118,111,105,100,32,48,61,61,61,116,46,36,111,112,116,105,111,110,115,46,112,114,111,112,115,68,97,116,97,91,110,93,38,38,118,111,105,100,32,48,33,61,61,116,46,95,112,114,111,112,115,91,110,93,63,116,46,95,112,114,111,112,115,91,110,93,58,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,114,38,38,34,70,117,110,99,116,105,111,110,34,33,61,61,74,116,40,101,46,116,121,112,101,41,63,114,46,99,97,108,108,40,116,41,58,114,125,125,102,117,110,99,116,105,111,110,32,74,116,40,116,41,123,118,97,114,32,101,61,116,38,38,116,46,116,111,83,116,114,105,110,103,40,41,46,109,97,116,99,104,40,47,94,92,115,42,102,117,110,99,116,105,111,110,32,40,92,119,43,41,47,41,59,114,101,116,117,114,110,32,101,63,101,91,49,93,58,34,34,125,102,117,110,99,116,105,111,110,32,81,116,40,116,44,101,41,123,114,101,116,117,114,110,32,74,116,40,116,41,61,61,61,74,116,40,101,41,125,102,117,110,99,116,105,111,110,32,116,101,40,116,44,101,41,123,105,102,40,33,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,41,41,114,101,116,117,114,110,32,81,116,40,101,44,116,41,63,48,58,45,49,59,102,111,114,40,118,97,114,32,110,61,48,44,114,61,101,46,108,101,110,103,116,104,59,110,60,114,59,110,43,43,41,105,102,40,81,116,40,101,91,110,93,44,116,41,41,114,101,116,117,114,110,32,110,59,114,101,116,117,114,110,45,49,125,102,117,110,99,116,105,111,110,32,101,101,40,116,44,101,44,110,41,123,109,116,40,41,59,116,114,121,123,105,102,40,101,41,123,118,97,114,32,114,61,101,59,119,104,105,108,101,40,114,61,114,46,36,112,97,114,101,110,116,41,123,118,97,114,32,105,61,114,46,36,111,112,116,105,111,110,115,46,101,114,114,111,114,67,97,112,116,117,114,101,100,59,105,102,40,105,41,102,111,114,40,118,97,114,32,111,61,48,59,111,60,105,46,108,101,110,103,116,104,59,111,43,43,41,116,114,121,123,118,97,114,32,97,61,33,49,61,61,61,105,91,111,93,46,99,97,108,108,40,114,44,116,44,101,44,110,41,59,105,102,40,97,41,114,101,116,117,114,110,125,99,97,116,99,104,40,79,97,41,123,114,101,40,79,97,44,114,44,34,101,114,114,111,114,67,97,112,116,117,114,101,100,32,104,111,111,107,34,41,125,125,125,114,101,40,116,44,101,44,110,41,125,102,105,110,97,108,108,121,123,98,116,40,41,125,125,102,117,110,99,116,105,111,110,32,110,101,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,59,116,114,121,123,111,61,110,63,116,46,97,112,112,108,121,40,101,44,110,41,58,116,46,99,97,108,108,40,101,41,44,111,38,38,33,111,46,95,105,115,86,117,101,38,38,100,40,111,41,38,38,33,111,46,95,104,97,110,100,108,101,100,38,38,40,111,46,99,97,116,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,101,40,116,44,114,44,105,43,34,32,40,80,114,111,109,105,115,101,47,97,115,121,110,99,41,34,41,125,41,41,44,111,46,95,104,97,110,100,108,101,100,61,33,48,41,125,99,97,116,99,104,40,79,97,41,123,101,101,40,79,97,44,114,44,105,41,125,114,101,116,117,114,110,32,111,125,102,117,110,99,116,105,111,110,32,114,101,40,116,44,101,44,110,41,123,105,102,40,86,46,101,114,114,111,114,72,97,110,100,108,101,114,41,116,114,121,123,114,101,116,117,114,110,32,86,46,101,114,114,111,114,72,97,110,100,108,101,114,46,99,97,108,108,40,110,117,108,108,44,116,44,101,44,110,41,125,99,97,116,99,104,40,79,97,41,123,79,97,33,61,61,116,38,38,105,101,40,79,97,44,110,117,108,108,44,34,99,111,110,102,105,103,46,101,114,114,111,114,72,97,110,100,108,101,114,34,41,125,105,101,40,116,44,101,44,110,41,125,102,117,110,99,116,105,111,110,32,105,101,40,116,44,101,44,110,41,123,105,102,40,33,88,38,38,33,90,124,124,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,99,111,110,115,111,108,101,41,116,104,114,111,119,32,116,59,99,111,110,115,111,108,101,46,101,114,114,111,114,40,116,41,125,118,97,114,32,111,101,44,97,101,61,33,49,44,115,101,61,91,93,44,99,101,61,33,49,59,102,117,110,99,116,105,111,110,32,117,101,40,41,123,99,101,61,33,49,59,118,97,114,32,116,61,115,101,46,115,108,105,99,101,40,48,41,59,115,101,46,108,101,110,103,116,104,61,48,59,102,111,114,40,118,97,114,32,101,61,48,59,101,60,116,46,108,101,110,103,116,104,59,101,43,43,41,116,91,101,93,40,41,125,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,80,114,111,109,105,115,101,38,38,108,116,40,80,114,111,109,105,115,101,41,41,123,118,97,114,32,108,101,61,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,41,59,111,101,61,102,117,110,99,116,105,111,110,40,41,123,108,101,46,116,104,101,110,40,117,101,41,44,114,116,38,38,115,101,116,84,105,109,101,111,117,116,40,76,41,125,44,97,101,61,33,48,125,101,108,115,101,32,105,102,40,116,116,124,124,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,124,124,33,108,116,40,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,41,38,38,34,91,111,98,106,101,99,116,32,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,67,111,110,115,116,114,117,99,116,111,114,93,34,33,61,61,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,46,116,111,83,116,114,105,110,103,40,41,41,111,101,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,115,101,116,73,109,109,101,100,105,97,116,101,38,38,108,116,40,115,101,116,73,109,109,101,100,105,97,116,101,41,63,102,117,110,99,116,105,111,110,40,41,123,115,101,116,73,109,109,101,100,105,97,116,101,40,117,101,41,125,58,102,117,110,99,116,105,111,110,40,41,123,115,101,116,84,105,109,101,111,117,116,40,117,101,44,48,41,125,59,101,108,115,101,123,118,97,114,32,102,101,61,49,44,104,101,61,110,101,119,32,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,40,117,101,41,44,100,101,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,84,101,120,116,78,111,100,101,40,83,116,114,105,110,103,40,102,101,41,41,59,104,101,46,111,98,115,101,114,118,101,40,100,101,44,123,99,104,97,114,97,99,116,101,114,68,97,116,97,58,33,48,125,41,44,111,101,61,102,117,110,99,116,105,111,110,40,41,123,102,101,61,40,102,101,43,49,41,37,50,44,100,101,46,100,97,116,97,61,83,116,114,105,110,103,40,102,101,41,125,44,97,101,61,33,48,125,102,117,110,99,116,105,111,110,32,112,101,40,116,44,101,41,123,118,97,114,32,110,59,105,102,40,115,101,46,112,117,115,104,40,40,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,41,116,114,121,123,116,46,99,97,108,108,40,101,41,125,99,97,116,99,104,40,79,97,41,123,101,101,40,79,97,44,101,44,34,110,101,120,116,84,105,99,107,34,41,125,101,108,115,101,32,110,38,38,110,40,101,41,125,41,41,44,99,101,124,124,40,99,101,61,33,48,44,111,101,40,41,41,44,33,116,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,80,114,111,109,105,115,101,41,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,61,116,125,41,41,125,118,97,114,32,118,101,61,110,101,119,32,102,116,59,102,117,110,99,116,105,111,110,32,103,101,40,116,41,123,109,101,40,116,44,118,101,41,44,118,101,46,99,108,101,97,114,40,41,125,102,117,110,99,116,105,111,110,32,109,101,40,116,44,101,41,123,118,97,114,32,110,44,114,44,105,61,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,59,105,102,40,33,40,33,105,38,38,33,99,40,116,41,124,124,79,98,106,101,99,116,46,105,115,70,114,111,122,101,110,40,116,41,124,124,116,32,105,110,115,116,97,110,99,101,111,102,32,121,116,41,41,123,105,102,40,116,46,95,95,111,98,95,95,41,123,118,97,114,32,111,61,116,46,95,95,111,98,95,95,46,100,101,112,46,105,100,59,105,102,40,101,46,104,97,115,40,111,41,41,114,101,116,117,114,110,59,101,46,97,100,100,40,111,41,125,105,102,40,105,41,123,110,61,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,110,45,45,41,109,101,40,116,91,110,93,44,101,41,125,101,108,115,101,123,114,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,44,110,61,114,46,108,101,110,103,116,104,59,119,104,105,108,101,40,110,45,45,41,109,101,40,116,91,114,91,110,93,93,44,101,41,125,125,125,118,97,114,32,98,101,61,95,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,34,38,34,61,61,61,116,46,99,104,97,114,65,116,40,48,41,59,116,61,101,63,116,46,115,108,105,99,101,40,49,41,58,116,59,118,97,114,32,110,61,34,126,34,61,61,61,116,46,99,104,97,114,65,116,40,48,41,59,116,61,110,63,116,46,115,108,105,99,101,40,49,41,58,116,59,118,97,114,32,114,61,34,33,34,61,61,61,116,46,99,104,97,114,65,116,40,48,41,59,114,101,116,117,114,110,32,116,61,114,63,116,46,115,108,105,99,101,40,49,41,58,116,44,123,110,97,109,101,58,116,44,111,110,99,101,58,110,44,99,97,112,116,117,114,101,58,114,44,112,97,115,115,105,118,101,58,101,125,125,41,41,59,102,117,110,99,116,105,111,110,32,121,101,40,116,44,101,41,123,102,117,110,99,116,105,111,110,32,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,44,114,61,110,46,102,110,115,59,105,102,40,33,65,114,114,97,121,46,105,115,65,114,114,97,121,40,114,41,41,114,101,116,117,114,110,32,110,101,40,114,44,110,117,108,108,44,97,114,103,117,109,101,110,116,115,44,101,44,34,118,45,111,110,32,104,97,110,100,108,101,114,34,41,59,102,111,114,40,118,97,114,32,105,61,114,46,115,108,105,99,101,40,41,44,111,61,48,59,111,60,105,46,108,101,110,103,116,104,59,111,43,43,41,110,101,40,105,91,111,93,44,110,117,108,108,44,116,44,101,44,34,118,45,111,110,32,104,97,110,100,108,101,114,34,41,125,114,101,116,117,114,110,32,110,46,102,110,115,61,116,44,110,125,102,117,110,99,116,105,111,110,32,119,101,40,116,44,101,44,110,44,105,44,97,44,115,41,123,118,97,114,32,99,44,117,44,108,44,102,59,102,111,114,40,99,32,105,110,32,116,41,117,61,116,91,99,93,44,108,61,101,91,99,93,44,102,61,98,101,40,99,41,44,114,40,117,41,124,124,40,114,40,108,41,63,40,114,40,117,46,102,110,115,41,38,38,40,117,61,116,91,99,93,61,121,101,40,117,44,115,41,41,44,111,40,102,46,111,110,99,101,41,38,38,40,117,61,116,91,99,93,61,97,40,102,46,110,97,109,101,44,117,44,102,46,99,97,112,116,117,114,101,41,41,44,110,40,102,46,110,97,109,101,44,117,44,102,46,99,97,112,116,117,114,101,44,102,46,112,97,115,115,105,118,101,44,102,46,112,97,114,97,109,115,41,41,58,117,33,61,61,108,38,38,40,108,46,102,110,115,61,117,44,116,91,99,93,61,108,41,41,59,102,111,114,40,99,32,105,110,32,101,41,114,40,116,91,99,93,41,38,38,40,102,61,98,101,40,99,41,44,105,40,102,46,110,97,109,101,44,101,91,99,93,44,102,46,99,97,112,116,117,114,101,41,41,125,102,117,110,99,116,105,111,110,32,95,101,40,116,44,101,44,110,41,123,118,97,114,32,97,59,116,32,105,110,115,116,97,110,99,101,111,102,32,121,116,38,38,40,116,61,116,46,100,97,116,97,46,104,111,111,107,124,124,40,116,46,100,97,116,97,46,104,111,111,107,61,123,125,41,41,59,118,97,114,32,115,61,116,91,101,93,59,102,117,110,99,116,105,111,110,32,99,40,41,123,110,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,44,98,40,97,46,102,110,115,44,99,41,125,114,40,115,41,63,97,61,121,101,40,91,99,93,41,58,105,40,115,46,102,110,115,41,38,38,111,40,115,46,109,101,114,103,101,100,41,63,40,97,61,115,44,97,46,102,110,115,46,112,117,115,104,40,99,41,41,58,97,61,121,101,40,91,115,44,99,93,41,44,97,46,109,101,114,103,101,100,61,33,48,44,116,91,101,93,61,97,125,102,117,110,99,116,105,111,110,32,120,101,40,116,44,101,44,110,41,123,118,97,114,32,111,61,101,46,111,112,116,105,111,110,115,46,112,114,111,112,115,59,105,102,40,33,114,40,111,41,41,123,118,97,114,32,97,61,123,125,44,115,61,116,46,97,116,116,114,115,44,99,61,116,46,112,114,111,112,115,59,105,102,40,105,40,115,41,124,124,105,40,99,41,41,102,111,114,40,118,97,114,32,117,32,105,110,32,111,41,123,118,97,114,32,108,61,67,40,117,41,59,79,101,40,97,44,99,44,117,44,108,44,33,48,41,124,124,79,101,40,97,44,115,44,117,44,108,44,33,49,41,125,114,101,116,117,114,110,32,97,125,125,102,117,110,99,116,105,111,110,32,79,101,40,116,44,101,44,110,44,114,44,111,41,123,105,102,40,105,40,101,41,41,123,105,102,40,119,40,101,44,110,41,41,114,101,116,117,114,110,32,116,91,110,93,61,101,91,110,93,44,111,124,124,100,101,108,101,116,101,32,101,91,110,93,44,33,48,59,105,102,40,119,40,101,44,114,41,41,114,101,116,117,114,110,32,116,91,110,93,61,101,91,114,93,44,111,124,124,100,101,108,101,116,101,32,101,91,114,93,44,33,48,125,114,101,116,117,114,110,33,49,125,102,117,110,99,116,105,111,110,32,83,101,40,116,41,123,102,111,114,40,118,97,114,32,101,61,48,59,101,60,116,46,108,101,110,103,116,104,59,101,43,43,41,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,91,101,93,41,41,114,101,116,117,114,110,32,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,46,99,111,110,99,97,116,46,97,112,112,108,121,40,91,93,44,116,41,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,107,101,40,116,41,123,114,101,116,117,114,110,32,115,40,116,41,63,91,120,116,40,116,41,93,58,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,63,80,101,40,116,41,58,118,111,105,100,32,48,125,102,117,110,99,116,105,111,110,32,67,101,40,116,41,123,114,101,116,117,114,110,32,105,40,116,41,38,38,105,40,116,46,116,101,120,116,41,38,38,97,40,116,46,105,115,67,111,109,109,101,110,116,41,125,102,117,110,99,116,105,111,110,32,80,101,40,116,44,101,41,123,118,97,114,32,110,44,97,44,99,44,117,44,108,61,91,93,59,102,111,114,40,110,61,48,59,110,60,116,46,108,101,110,103,116,104,59,110,43,43,41,97,61,116,91,110,93,44,114,40,97,41,124,124,34,98,111,111,108,101,97,110,34,61,61,61,116,121,112,101,111,102,32,97,124,124,40,99,61,108,46,108,101,110,103,116,104,45,49,44,117,61,108,91,99,93,44,65,114,114,97,121,46,105,115,65,114,114,97,121,40,97,41,63,97,46,108,101,110,103,116,104,62,48,38,38,40,97,61,80,101,40,97,44,40,101,124,124,34,34,41,43,34,95,34,43,110,41,44,67,101,40,97,91,48,93,41,38,38,67,101,40,117,41,38,38,40,108,91,99,93,61,120,116,40,117,46,116,101,120,116,43,97,91,48,93,46,116,101,120,116,41,44,97,46,115,104,105,102,116,40,41,41,44,108,46,112,117,115,104,46,97,112,112,108,121,40,108,44,97,41,41,58,115,40,97,41,63,67,101,40,117,41,63,108,91,99,93,61,120,116,40,117,46,116,101,120,116,43,97,41,58,34,34,33,61,61,97,38,38,108,46,112,117,115,104,40,120,116,40,97,41,41,58,67,101,40,97,41,38,38,67,101,40,117,41,63,108,91,99,93,61,120,116,40,117,46,116,101,120,116,43,97,46,116,101,120,116,41,58,40,111,40,116,46,95,105,115,86,76,105,115,116,41,38,38,105,40,97,46,116,97,103,41,38,38,114,40,97,46,107,101,121,41,38,38,105,40,101,41,38,38,40,97,46,107,101,121,61,34,95,95,118,108,105,115,116,34,43,101,43,34,95,34,43,110,43,34,95,95,34,41,44,108,46,112,117,115,104,40,97,41,41,41,59,114,101,116,117,114,110,32,108,125,102,117,110,99,116,105,111,110,32,84,101,40,116,41,123,118,97,114,32,101,61,116,46,36,111,112,116,105,111,110,115,46,112,114,111,118,105,100,101,59,101,38,38,40,116,46,95,112,114,111,118,105,100,101,100,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,63,101,46,99,97,108,108,40,116,41,58,101,41,125,102,117,110,99,116,105,111,110,32,106,101,40,116,41,123,118,97,114,32,101,61,69,101,40,116,46,36,111,112,116,105,111,110,115,46,105,110,106,101,99,116,44,116,41,59,101,38,38,40,106,116,40,33,49,41,44,79,98,106,101,99,116,46,107,101,121,115,40,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,77,116,40,116,44,110,44,101,91,110,93,41,125,41,41,44,106,116,40,33,48,41,41,125,102,117,110,99,116,105,111,110,32,69,101,40,116,44,101,41,123,105,102,40,116,41,123,102,111,114,40,118,97,114,32,110,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,114,61,104,116,63,82,101,102,108,101,99,116,46,111,119,110,75,101,121,115,40,116,41,58,79,98,106,101,99,116,46,107,101,121,115,40,116,41,44,105,61,48,59,105,60,114,46,108,101,110,103,116,104,59,105,43,43,41,123,118,97,114,32,111,61,114,91,105,93,59,105,102,40,34,95,95,111,98,95,95,34,33,61,61,111,41,123,118,97,114,32,97,61,116,91,111,93,46,102,114,111,109,44,115,61,101,59,119,104,105,108,101,40,115,41,123,105,102,40,115,46,95,112,114,111,118,105,100,101,100,38,38,119,40,115,46,95,112,114,111,118,105,100,101,100,44,97,41,41,123,110,91,111,93,61,115,46,95,112,114,111,118,105,100,101,100,91,97,93,59,98,114,101,97,107,125,115,61,115,46,36,112,97,114,101,110,116,125,105,102,40,33,115,41,105,102,40,34,100,101,102,97,117,108,116,34,105,110,32,116,91,111,93,41,123,118,97,114,32,99,61,116,91,111,93,46,100,101,102,97,117,108,116,59,110,91,111,93,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,99,63,99,46,99,97,108,108,40,101,41,58,99,125,101,108,115,101,32,48,125,125,114,101,116,117,114,110,32,110,125,125,102,117,110,99,116,105,111,110,32,65,101,40,116,44,101,41,123,105,102,40,33,116,124,124,33,116,46,108,101,110,103,116,104,41,114,101,116,117,114,110,123,125,59,102,111,114,40,118,97,114,32,110,61,123,125,44,114,61,48,44,105,61,116,46,108,101,110,103,116,104,59,114,60,105,59,114,43,43,41,123,118,97,114,32,111,61,116,91,114,93,44,97,61,111,46,100,97,116,97,59,105,102,40,97,38,38,97,46,97,116,116,114,115,38,38,97,46,97,116,116,114,115,46,115,108,111,116,38,38,100,101,108,101,116,101,32,97,46,97,116,116,114,115,46,115,108,111,116,44,111,46,99,111,110,116,101,120,116,33,61,61,101,38,38,111,46,102,110,67,111,110,116,101,120,116,33,61,61,101,124,124,33,97,124,124,110,117,108,108,61,61,97,46,115,108,111,116,41,40,110,46,100,101,102,97,117,108,116,124,124,40,110,46,100,101,102,97,117,108,116,61,91,93,41,41,46,112,117,115,104,40,111,41,59,101,108,115,101,123,118,97,114,32,115,61,97,46,115,108,111,116,44,99,61,110,91,115,93,124,124,40,110,91,115,93,61,91,93,41,59,34,116,101,109,112,108,97,116,101,34,61,61,61,111,46,116,97,103,63,99,46,112,117,115,104,46,97,112,112,108,121,40,99,44,111,46,99,104,105,108,100,114,101,110,124,124,91,93,41,58,99,46,112,117,115,104,40,111,41,125,125,102,111,114,40,118,97,114,32,117,32,105,110,32,110,41,110,91,117,93,46,101,118,101,114,121,40,68,101,41,38,38,100,101,108,101,116,101,32,110,91,117,93,59,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,68,101,40,116,41,123,114,101,116,117,114,110,32,116,46,105,115,67,111,109,109,101,110,116,38,38,33,116,46,97,115,121,110,99,70,97,99,116,111,114,121,124,124,34,32,34,61,61,61,116,46,116,101,120,116,125,102,117,110,99,116,105,111,110,32,76,101,40,116,44,101,44,114,41,123,118,97,114,32,105,44,111,61,79,98,106,101,99,116,46,107,101,121,115,40,101,41,46,108,101,110,103,116,104,62,48,44,97,61,116,63,33,33,116,46,36,115,116,97,98,108,101,58,33,111,44,115,61,116,38,38,116,46,36,107,101,121,59,105,102,40,116,41,123,105,102,40,116,46,95,110,111,114,109,97,108,105,122,101,100,41,114,101,116,117,114,110,32,116,46,95,110,111,114,109,97,108,105,122,101,100,59,105,102,40,97,38,38,114,38,38,114,33,61,61,110,38,38,115,61,61,61,114,46,36,107,101,121,38,38,33,111,38,38,33,114,46,36,104,97,115,78,111,114,109,97,108,41,114,101,116,117,114,110,32,114,59,102,111,114,40,118,97,114,32,99,32,105,110,32,105,61,123,125,44,116,41,116,91,99,93,38,38,34,36,34,33,61,61,99,91,48,93,38,38,40,105,91,99,93,61,77,101,40,101,44,99,44,116,91,99,93,41,41,125,101,108,115,101,32,105,61,123,125,59,102,111,114,40,118,97,114,32,117,32,105,110,32,101,41,117,32,105,110,32,105,124,124,40,105,91,117,93,61,73,101,40,101,44,117,41,41,59,114,101,116,117,114,110,32,116,38,38,79,98,106,101,99,116,46,105,115,69,120,116,101,110,115,105,98,108,101,40,116,41,38,38,40,116,46,95,110,111,114,109,97,108,105,122,101,100,61,105,41,44,87,40,105,44,34,36,115,116,97,98,108,101,34,44,97,41,44,87,40,105,44,34,36,107,101,121,34,44,115,41,44,87,40,105,44,34,36,104,97,115,78,111,114,109,97,108,34,44,111,41,44,105,125,102,117,110,99,116,105,111,110,32,77,101,40,116,44,101,44,110,41,123,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,110,46,97,112,112,108,121,40,110,117,108,108,44,97,114,103,117,109,101,110,116,115,41,58,110,40,123,125,41,59,114,101,116,117,114,110,32,116,61,116,38,38,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,38,38,33,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,63,91,116,93,58,107,101,40,116,41,44,116,38,38,40,48,61,61,61,116,46,108,101,110,103,116,104,124,124,49,61,61,61,116,46,108,101,110,103,116,104,38,38,116,91,48,93,46,105,115,67,111,109,109,101,110,116,41,63,118,111,105,100,32,48,58,116,125,59,114,101,116,117,114,110,32,110,46,112,114,111,120,121,38,38,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,103,101,116,58,114,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,41,44,114,125,102,117,110,99,116,105,111,110,32,73,101,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,91,101,93,125,125,102,117,110,99,116,105,111,110,32,36,101,40,116,44,101,41,123,118,97,114,32,110,44,114,44,111,44,97,44,115,59,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,124,124,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,102,111,114,40,110,61,110,101,119,32,65,114,114,97,121,40,116,46,108,101,110,103,116,104,41,44,114,61,48,44,111,61,116,46,108,101,110,103,116,104,59,114,60,111,59,114,43,43,41,110,91,114,93,61,101,40,116,91,114,93,44,114,41,59,101,108,115,101,32,105,102,40,34,110,117,109,98,101,114,34,61,61,61,116,121,112,101,111,102,32,116,41,102,111,114,40,110,61,110,101,119,32,65,114,114,97,121,40,116,41,44,114,61,48,59,114,60,116,59,114,43,43,41,110,91,114,93,61,101,40,114,43,49,44,114,41,59,101,108,115,101,32,105,102,40,99,40,116,41,41,105,102,40,104,116,38,38,116,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,41,123,110,61,91,93,59,118,97,114,32,117,61,116,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,44,108,61,117,46,110,101,120,116,40,41,59,119,104,105,108,101,40,33,108,46,100,111,110,101,41,110,46,112,117,115,104,40,101,40,108,46,118,97,108,117,101,44,110,46,108,101,110,103,116,104,41,41,44,108,61,117,46,110,101,120,116,40,41,125,101,108,115,101,32,102,111,114,40,97,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,44,110,61,110,101,119,32,65,114,114,97,121,40,97,46,108,101,110,103,116,104,41,44,114,61,48,44,111,61,97,46,108,101,110,103,116,104,59,114,60,111,59,114,43,43,41,115,61,97,91,114,93,44,110,91,114,93,61,101,40,116,91,115,93,44,115,44,114,41,59,114,101,116,117,114,110,32,105,40,110,41,124,124,40,110,61,91,93,41,44,110,46,95,105,115,86,76,105,115,116,61,33,48,44,110,125,102,117,110,99,116,105,111,110,32,70,101,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,44,111,61,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,91,116,93,59,111,63,40,110,61,110,124,124,123,125,44,114,38,38,40,110,61,65,40,65,40,123,125,44,114,41,44,110,41,41,44,105,61,111,40,110,41,124,124,101,41,58,105,61,116,104,105,115,46,36,115,108,111,116,115,91,116,93,124,124,101,59,118,97,114,32,97,61,110,38,38,110,46,115,108,111,116,59,114,101,116,117,114,110,32,97,63,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,116,101,109,112,108,97,116,101,34,44,123,115,108,111,116,58,97,125,44,105,41,58,105,125,102,117,110,99,116,105,111,110,32,66,101,40,116,41,123,114,101,116,117,114,110,32,75,116,40,116,104,105,115,46,36,111,112,116,105,111,110,115,44,34,102,105,108,116,101,114,115,34,44,116,44,33,48,41,124,124,73,125,102,117,110,99,116,105,111,110,32,82,101,40,116,44,101,41,123,114,101,116,117,114,110,32,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,63,45,49,61,61,61,116,46,105,110,100,101,120,79,102,40,101,41,58,116,33,61,61,101,125,102,117,110,99,116,105,111,110,32,78,101,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,86,46,107,101,121,67,111,100,101,115,91,101,93,124,124,110,59,114,101,116,117,114,110,32,105,38,38,114,38,38,33,86,46,107,101,121,67,111,100,101,115,91,101,93,63,82,101,40,105,44,114,41,58,111,63,82,101,40,111,44,116,41,58,114,63,67,40,114,41,33,61,61,101,58,118,111,105,100,32,48,125,102,117,110,99,116,105,111,110,32,122,101,40,116,44,101,44,110,44,114,44,105,41,123,105,102,40,110,41,105,102,40,99,40,110,41,41,123,118,97,114,32,111,59,65,114,114,97,121,46,105,115,65,114,114,97,121,40,110,41,38,38,40,110,61,68,40,110,41,41,59,118,97,114,32,97,61,102,117,110,99,116,105,111,110,40,97,41,123,105,102,40,34,99,108,97,115,115,34,61,61,61,97,124,124,34,115,116,121,108,101,34,61,61,61,97,124,124,109,40,97,41,41,111,61,116,59,101,108,115,101,123,118,97,114,32,115,61,116,46,97,116,116,114,115,38,38,116,46,97,116,116,114,115,46,116,121,112,101,59,111,61,114,124,124,86,46,109,117,115,116,85,115,101,80,114,111,112,40,101,44,115,44,97,41,63,116,46,100,111,109,80,114,111,112,115,124,124,40,116,46,100,111,109,80,114,111,112,115,61,123,125,41,58,116,46,97,116,116,114,115,124,124,40,116,46,97,116,116,114,115,61,123,125,41,125,118,97,114,32,99,61,79,40,97,41,44,117,61,67,40,97,41,59,105,102,40,33,40,99,32,105,110,32,111,41,38,38,33,40,117,32,105,110,32,111,41,38,38,40,111,91,97,93,61,110,91,97,93,44,105,41,41,123,118,97,114,32,108,61,116,46,111,110,124,124,40,116,46,111,110,61,123,125,41,59,108,91,34,117,112,100,97,116,101,58,34,43,97,93,61,102,117,110,99,116,105,111,110,40,116,41,123,110,91,97,93,61,116,125,125,125,59,102,111,114,40,118,97,114,32,115,32,105,110,32,110,41,97,40,115,41,125,101,108,115,101,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,86,101,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,95,115,116,97,116,105,99,84,114,101,101,115,124,124,40,116,104,105,115,46,95,115,116,97,116,105,99,84,114,101,101,115,61,91,93,41,44,114,61,110,91,116,93,59,114,101,116,117,114,110,32,114,38,38,33,101,124,124,40,114,61,110,91,116,93,61,116,104,105,115,46,36,111,112,116,105,111,110,115,46,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,91,116,93,46,99,97,108,108,40,116,104,105,115,46,95,114,101,110,100,101,114,80,114,111,120,121,44,110,117,108,108,44,116,104,105,115,41,44,85,101,40,114,44,34,95,95,115,116,97,116,105,99,95,95,34,43,116,44,33,49,41,41,44,114,125,102,117,110,99,116,105,111,110,32,72,101,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,85,101,40,116,44,34,95,95,111,110,99,101,95,95,34,43,101,43,40,110,63,34,95,34,43,110,58,34,34,41,44,33,48,41,44,116,125,102,117,110,99,116,105,111,110,32,85,101,40,116,44,101,44,110,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,102,111,114,40,118,97,114,32,114,61,48,59,114,60,116,46,108,101,110,103,116,104,59,114,43,43,41,116,91,114,93,38,38,34,115,116,114,105,110,103,34,33,61,61,116,121,112,101,111,102,32,116,91,114,93,38,38,87,101,40,116,91,114,93,44,101,43,34,95,34,43,114,44,110,41,59,101,108,115,101,32,87,101,40,116,44,101,44,110,41,125,102,117,110,99,116,105,111,110,32,87,101,40,116,44,101,44,110,41,123,116,46,105,115,83,116,97,116,105,99,61,33,48,44,116,46,107,101,121,61,101,44,116,46,105,115,79,110,99,101,61,110,125,102,117,110,99,116,105,111,110,32,113,101,40,116,44,101,41,123,105,102,40,101,41,105,102,40,108,40,101,41,41,123,118,97,114,32,110,61,116,46,111,110,61,116,46,111,110,63,65,40,123,125,44,116,46,111,110,41,58,123,125,59,102,111,114,40,118,97,114,32,114,32,105,110,32,101,41,123,118,97,114,32,105,61,110,91,114,93,44,111,61,101,91,114,93,59,110,91,114,93,61,105,63,91,93,46,99,111,110,99,97,116,40,105,44,111,41,58,111,125,125,101,108,115,101,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,71,101,40,116,44,101,44,110,44,114,41,123,101,61,101,124,124,123,36,115,116,97,98,108,101,58,33,110,125,59,102,111,114,40,118,97,114,32,105,61,48,59,105,60,116,46,108,101,110,103,116,104,59,105,43,43,41,123,118,97,114,32,111,61,116,91,105,93,59,65,114,114,97,121,46,105,115,65,114,114,97,121,40,111,41,63,71,101,40,111,44,101,44,110,41,58,111,38,38,40,111,46,112,114,111,120,121,38,38,40,111,46,102,110,46,112,114,111,120,121,61,33,48,41,44,101,91,111,46,107,101,121,93,61,111,46,102,110,41,125,114,101,116,117,114,110,32,114,38,38,40,101,46,36,107,101,121,61,114,41,44,101,125,102,117,110,99,116,105,111,110,32,89,101,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,101,46,108,101,110,103,116,104,59,110,43,61,50,41,123,118,97,114,32,114,61,101,91,110,93,59,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,114,38,38,114,38,38,40,116,91,101,91,110,93,93,61,101,91,110,43,49,93,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,75,101,40,116,44,101,41,123,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,63,101,43,116,58,116,125,102,117,110,99,116,105,111,110,32,88,101,40,116,41,123,116,46,95,111,61,72,101,44,116,46,95,110,61,118,44,116,46,95,115,61,112,44,116,46,95,108,61,36,101,44,116,46,95,116,61,70,101,44,116,46,95,113,61,36,44,116,46,95,105,61,70,44,116,46,95,109,61,86,101,44,116,46,95,102,61,66,101,44,116,46,95,107,61,78,101,44,116,46,95,98,61,122,101,44,116,46,95,118,61,120,116,44,116,46,95,101,61,95,116,44,116,46,95,117,61,71,101,44,116,46,95,103,61,113,101,44,116,46,95,100,61,89,101,44,116,46,95,112,61,75,101,125,102,117,110,99,116,105,111,110,32,90,101,40,116,44,101,44,114,44,105,44,97,41,123,118,97,114,32,115,44,99,61,116,104,105,115,44,117,61,97,46,111,112,116,105,111,110,115,59,119,40,105,44,34,95,117,105,100,34,41,63,40,115,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,105,41,44,115,46,95,111,114,105,103,105,110,97,108,61,105,41,58,40,115,61,105,44,105,61,105,46,95,111,114,105,103,105,110,97,108,41,59,118,97,114,32,108,61,111,40,117,46,95,99,111,109,112,105,108,101,100,41,44,102,61,33,108,59,116,104,105,115,46,100,97,116,97,61,116,44,116,104,105,115,46,112,114,111,112,115,61,101,44,116,104,105,115,46,99,104,105,108,100,114,101,110,61,114,44,116,104,105,115,46,112,97,114,101,110,116,61,105,44,116,104,105,115,46,108,105,115,116,101,110,101,114,115,61,116,46,111,110,124,124,110,44,116,104,105,115,46,105,110,106,101,99,116,105,111,110,115,61,69,101,40,117,46,105,110,106,101,99,116,44,105,41,44,116,104,105,115,46,115,108,111,116,115,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,99,46,36,115,108,111,116,115,124,124,76,101,40,116,46,115,99,111,112,101,100,83,108,111,116,115,44,99,46,36,115,108,111,116,115,61,65,101,40,114,44,105,41,41,44,99,46,36,115,108,111,116,115,125,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,104,105,115,44,34,115,99,111,112,101,100,83,108,111,116,115,34,44,123,101,110,117,109,101,114,97,98,108,101,58,33,48,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,76,101,40,116,46,115,99,111,112,101,100,83,108,111,116,115,44,116,104,105,115,46,115,108,111,116,115,40,41,41,125,125,41,44,108,38,38,40,116,104,105,115,46,36,111,112,116,105,111,110,115,61,117,44,116,104,105,115,46,36,115,108,111,116,115,61,116,104,105,115,46,115,108,111,116,115,40,41,44,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,61,76,101,40,116,46,115,99,111,112,101,100,83,108,111,116,115,44,116,104,105,115,46,36,115,108,111,116,115,41,41,44,117,46,95,115,99,111,112,101,73,100,63,116,104,105,115,46,95,99,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,111,61,102,110,40,115,44,116,44,101,44,110,44,114,44,102,41,59,114,101,116,117,114,110,32,111,38,38,33,65,114,114,97,121,46,105,115,65,114,114,97,121,40,111,41,38,38,40,111,46,102,110,83,99,111,112,101,73,100,61,117,46,95,115,99,111,112,101,73,100,44,111,46,102,110,67,111,110,116,101,120,116,61,105,41,44,111,125,58,116,104,105,115,46,95,99,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,102,110,40,115,44,116,44,101,44,110,44,114,44,102,41,125,125,102,117,110,99,116,105,111,110,32,74,101,40,116,44,101,44,114,44,111,44,97,41,123,118,97,114,32,115,61,116,46,111,112,116,105,111,110,115,44,99,61,123,125,44,117,61,115,46,112,114,111,112,115,59,105,102,40,105,40,117,41,41,102,111,114,40,118,97,114,32,108,32,105,110,32,117,41,99,91,108,93,61,88,116,40,108,44,117,44,101,124,124,110,41,59,101,108,115,101,32,105,40,114,46,97,116,116,114,115,41,38,38,116,110,40,99,44,114,46,97,116,116,114,115,41,44,105,40,114,46,112,114,111,112,115,41,38,38,116,110,40,99,44,114,46,112,114,111,112,115,41,59,118,97,114,32,102,61,110,101,119,32,90,101,40,114,44,99,44,97,44,111,44,116,41,44,104,61,115,46,114,101,110,100,101,114,46,99,97,108,108,40,110,117,108,108,44,102,46,95,99,44,102,41,59,105,102,40,104,32,105,110,115,116,97,110,99,101,111,102,32,121,116,41,114,101,116,117,114,110,32,81,101,40,104,44,114,44,102,46,112,97,114,101,110,116,44,115,44,102,41,59,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,104,41,41,123,102,111,114,40,118,97,114,32,100,61,107,101,40,104,41,124,124,91,93,44,112,61,110,101,119,32,65,114,114,97,121,40,100,46,108,101,110,103,116,104,41,44,118,61,48,59,118,60,100,46,108,101,110,103,116,104,59,118,43,43,41,112,91,118,93,61,81,101,40,100,91,118,93,44,114,44,102,46,112,97,114,101,110,116,44,115,44,102,41,59,114,101,116,117,114,110,32,112,125,125,102,117,110,99,116,105,111,110,32,81,101,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,79,116,40,116,41,59,114,101,116,117,114,110,32,111,46,102,110,67,111,110,116,101,120,116,61,110,44,111,46,102,110,79,112,116,105,111,110,115,61,114,44,101,46,115,108,111,116,38,38,40,40,111,46,100,97,116,97,124,124,40,111,46,100,97,116,97,61,123,125,41,41,46,115,108,111,116,61,101,46,115,108,111,116,41,44,111,125,102,117,110,99,116,105,111,110,32,116,110,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,116,91,79,40,110,41,93,61,101,91,110,93,125,88,101,40,90,101,46,112,114,111,116,111,116,121,112,101,41,59,118,97,114,32,101,110,61,123,105,110,105,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,38,38,33,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,46,95,105,115,68,101,115,116,114,111,121,101,100,38,38,116,46,100,97,116,97,46,107,101,101,112,65,108,105,118,101,41,123,118,97,114,32,110,61,116,59,101,110,46,112,114,101,112,97,116,99,104,40,110,44,110,41,125,101,108,115,101,123,118,97,114,32,114,61,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,61,111,110,40,116,44,69,110,41,59,114,46,36,109,111,117,110,116,40,101,63,116,46,101,108,109,58,118,111,105,100,32,48,44,101,41,125,125,44,112,114,101,112,97,116,99,104,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,99,111,109,112,111,110,101,110,116,79,112,116,105,111,110,115,44,114,61,101,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,61,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,59,73,110,40,114,44,110,46,112,114,111,112,115,68,97,116,97,44,110,46,108,105,115,116,101,110,101,114,115,44,101,44,110,46,99,104,105,108,100,114,101,110,41,125,44,105,110,115,101,114,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,110,116,101,120,116,44,110,61,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,59,110,46,95,105,115,77,111,117,110,116,101,100,124,124,40,110,46,95,105,115,77,111,117,110,116,101,100,61,33,48,44,82,110,40,110,44,34,109,111,117,110,116,101,100,34,41,41,44,116,46,100,97,116,97,46,107,101,101,112,65,108,105,118,101,38,38,40,101,46,95,105,115,77,111,117,110,116,101,100,63,74,110,40,110,41,58,70,110,40,110,44,33,48,41,41,125,44,100,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,59,101,46,95,105,115,68,101,115,116,114,111,121,101,100,124,124,40,116,46,100,97,116,97,46,107,101,101,112,65,108,105,118,101,63,66,110,40,101,44,33,48,41,58,101,46,36,100,101,115,116,114,111,121,40,41,41,125,125,44,110,110,61,79,98,106,101,99,116,46,107,101,121,115,40,101,110,41,59,102,117,110,99,116,105,111,110,32,114,110,40,116,44,101,44,110,44,97,44,115,41,123,105,102,40,33,114,40,116,41,41,123,118,97,114,32,117,61,110,46,36,111,112,116,105,111,110,115,46,95,98,97,115,101,59,105,102,40,99,40,116,41,38,38,40,116,61,117,46,101,120,116,101,110,100,40,116,41,41,44,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,41,123,118,97,114,32,108,59,105,102,40,114,40,116,46,99,105,100,41,38,38,40,108,61,116,44,116,61,95,110,40,108,44,117,41,44,118,111,105,100,32,48,61,61,61,116,41,41,114,101,116,117,114,110,32,119,110,40,108,44,101,44,110,44,97,44,115,41,59,101,61,101,124,124,123,125,44,95,114,40,116,41,44,105,40,101,46,109,111,100,101,108,41,38,38,99,110,40,116,46,111,112,116,105,111,110,115,44,101,41,59,118,97,114,32,102,61,120,101,40,101,44,116,44,115,41,59,105,102,40,111,40,116,46,111,112,116,105,111,110,115,46,102,117,110,99,116,105,111,110,97,108,41,41,114,101,116,117,114,110,32,74,101,40,116,44,102,44,101,44,110,44,97,41,59,118,97,114,32,104,61,101,46,111,110,59,105,102,40,101,46,111,110,61,101,46,110,97,116,105,118,101,79,110,44,111,40,116,46,111,112,116,105,111,110,115,46,97,98,115,116,114,97,99,116,41,41,123,118,97,114,32,100,61,101,46,115,108,111,116,59,101,61,123,125,44,100,38,38,40,101,46,115,108,111,116,61,100,41,125,97,110,40,101,41,59,118,97,114,32,112,61,116,46,111,112,116,105,111,110,115,46,110,97,109,101,124,124,115,44,118,61,110,101,119,32,121,116,40,34,118,117,101,45,99,111,109,112,111,110,101,110,116,45,34,43,116,46,99,105,100,43,40,112,63,34,45,34,43,112,58,34,34,41,44,101,44,118,111,105,100,32,48,44,118,111,105,100,32,48,44,118,111,105,100,32,48,44,110,44,123,67,116,111,114,58,116,44,112,114,111,112,115,68,97,116,97,58,102,44,108,105,115,116,101,110,101,114,115,58,104,44,116,97,103,58,115,44,99,104,105,108,100,114,101,110,58,97,125,44,108,41,59,114,101,116,117,114,110,32,118,125,125,125,102,117,110,99,116,105,111,110,32,111,110,40,116,44,101,41,123,118,97,114,32,110,61,123,95,105,115,67,111,109,112,111,110,101,110,116,58,33,48,44,95,112,97,114,101,110,116,86,110,111,100,101,58,116,44,112,97,114,101,110,116,58,101,125,44,114,61,116,46,100,97,116,97,46,105,110,108,105,110,101,84,101,109,112,108,97,116,101,59,114,101,116,117,114,110,32,105,40,114,41,38,38,40,110,46,114,101,110,100,101,114,61,114,46,114,101,110,100,101,114,44,110,46,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,61,114,46,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,41,44,110,101,119,32,116,46,99,111,109,112,111,110,101,110,116,79,112,116,105,111,110,115,46,67,116,111,114,40,110,41,125,102,117,110,99,116,105,111,110,32,97,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,116,46,104,111,111,107,124,124,40,116,46,104,111,111,107,61,123,125,41,44,110,61,48,59,110,60,110,110,46,108,101,110,103,116,104,59,110,43,43,41,123,118,97,114,32,114,61,110,110,91,110,93,44,105,61,101,91,114,93,44,111,61,101,110,91,114,93,59,105,61,61,61,111,124,124,105,38,38,105,46,95,109,101,114,103,101,100,124,124,40,101,91,114,93,61,105,63,115,110,40,111,44,105,41,58,111,41,125,125,102,117,110,99,116,105,111,110,32,115,110,40,116,44,101,41,123,118,97,114,32,110,61,102,117,110,99,116,105,111,110,40,110,44,114,41,123,116,40,110,44,114,41,44,101,40,110,44,114,41,125,59,114,101,116,117,114,110,32,110,46,95,109,101,114,103,101,100,61,33,48,44,110,125,102,117,110,99,116,105,111,110,32,99,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,109,111,100,101,108,38,38,116,46,109,111,100,101,108,46,112,114,111,112,124,124,34,118,97,108,117,101,34,44,114,61,116,46,109,111,100,101,108,38,38,116,46,109,111,100,101,108,46,101,118,101,110,116,124,124,34,105,110,112,117,116,34,59,40,101,46,97,116,116,114,115,124,124,40,101,46,97,116,116,114,115,61,123,125,41,41,91,110,93,61,101,46,109,111,100,101,108,46,118,97,108,117,101,59,118,97,114,32,111,61,101,46,111,110,124,124,40,101,46,111,110,61,123,125,41,44,97,61,111,91,114,93,44,115,61,101,46,109,111,100,101,108,46,99,97,108,108,98,97,99,107,59,105,40,97,41,63,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,97,41,63,45,49,61,61,61,97,46,105,110,100,101,120,79,102,40,115,41,58,97,33,61,61,115,41,38,38,40,111,91,114,93,61,91,115,93,46,99,111,110,99,97,116,40,97,41,41,58,111,91,114,93,61,115,125,118,97,114,32,117,110,61,49,44,108,110,61,50,59,102,117,110,99,116,105,111,110,32,102,110,40,116,44,101,44,110,44,114,44,105,44,97,41,123,114,101,116,117,114,110,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,110,41,124,124,115,40,110,41,41,38,38,40,105,61,114,44,114,61,110,44,110,61,118,111,105,100,32,48,41,44,111,40,97,41,38,38,40,105,61,108,110,41,44,104,110,40,116,44,101,44,110,44,114,44,105,41,125,102,117,110,99,116,105,111,110,32,104,110,40,116,44,101,44,110,44,114,44,111,41,123,105,102,40,105,40,110,41,38,38,105,40,110,46,95,95,111,98,95,95,41,41,114,101,116,117,114,110,32,95,116,40,41,59,105,102,40,105,40,110,41,38,38,105,40,110,46,105,115,41,38,38,40,101,61,110,46,105,115,41,44,33,101,41,114,101,116,117,114,110,32,95,116,40,41,59,118,97,114,32,97,44,115,44,99,59,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,114,41,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,114,91,48,93,38,38,40,110,61,110,124,124,123,125,44,110,46,115,99,111,112,101,100,83,108,111,116,115,61,123,100,101,102,97,117,108,116,58,114,91,48,93,125,44,114,46,108,101,110,103,116,104,61,48,41,44,111,61,61,61,108,110,63,114,61,107,101,40,114,41,58,111,61,61,61,117,110,38,38,40,114,61,83,101,40,114,41,41,44,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,101,41,63,40,115,61,116,46,36,118,110,111,100,101,38,38,116,46,36,118,110,111,100,101,46,110,115,124,124,86,46,103,101,116,84,97,103,78,97,109,101,115,112,97,99,101,40,101,41,44,97,61,86,46,105,115,82,101,115,101,114,118,101,100,84,97,103,40,101,41,63,110,101,119,32,121,116,40,86,46,112,97,114,115,101,80,108,97,116,102,111,114,109,84,97,103,78,97,109,101,40,101,41,44,110,44,114,44,118,111,105,100,32,48,44,118,111,105,100,32,48,44,116,41,58,110,38,38,110,46,112,114,101,124,124,33,105,40,99,61,75,116,40,116,46,36,111,112,116,105,111,110,115,44,34,99,111,109,112,111,110,101,110,116,115,34,44,101,41,41,63,110,101,119,32,121,116,40,101,44,110,44,114,44,118,111,105,100,32,48,44,118,111,105,100,32,48,44,116,41,58,114,110,40,99,44,110,44,116,44,114,44,101,41,41,58,97,61,114,110,40,101,44,110,44,116,44,114,41,59,114,101,116,117,114,110,32,65,114,114,97,121,46,105,115,65,114,114,97,121,40,97,41,63,97,58,105,40,97,41,63,40,105,40,115,41,38,38,100,110,40,97,44,115,41,44,105,40,110,41,38,38,112,110,40,110,41,44,97,41,58,95,116,40,41,125,102,117,110,99,116,105,111,110,32,100,110,40,116,44,101,44,110,41,123,105,102,40,116,46,110,115,61,101,44,34,102,111,114,101,105,103,110,79,98,106,101,99,116,34,61,61,61,116,46,116,97,103,38,38,40,101,61,118,111,105,100,32,48,44,110,61,33,48,41,44,105,40,116,46,99,104,105,108,100,114,101,110,41,41,102,111,114,40,118,97,114,32,97,61,48,44,115,61,116,46,99,104,105,108,100,114,101,110,46,108,101,110,103,116,104,59,97,60,115,59,97,43,43,41,123,118,97,114,32,99,61,116,46,99,104,105,108,100,114,101,110,91,97,93,59,105,40,99,46,116,97,103,41,38,38,40,114,40,99,46,110,115,41,124,124,111,40,110,41,38,38,34,115,118,103,34,33,61,61,99,46,116,97,103,41,38,38,100,110,40,99,44,101,44,110,41,125,125,102,117,110,99,116,105,111,110,32,112,110,40,116,41,123,99,40,116,46,115,116,121,108,101,41,38,38,103,101,40,116,46,115,116,121,108,101,41,44,99,40,116,46,99,108,97,115,115,41,38,38,103,101,40,116,46,99,108,97,115,115,41,125,102,117,110,99,116,105,111,110,32,118,110,40,116,41,123,116,46,95,118,110,111,100,101,61,110,117,108,108,44,116,46,95,115,116,97,116,105,99,84,114,101,101,115,61,110,117,108,108,59,118,97,114,32,101,61,116,46,36,111,112,116,105,111,110,115,44,114,61,116,46,36,118,110,111,100,101,61,101,46,95,112,97,114,101,110,116,86,110,111,100,101,44,105,61,114,38,38,114,46,99,111,110,116,101,120,116,59,116,46,36,115,108,111,116,115,61,65,101,40,101,46,95,114,101,110,100,101,114,67,104,105,108,100,114,101,110,44,105,41,44,116,46,36,115,99,111,112,101,100,83,108,111,116,115,61,110,44,116,46,95,99,61,102,117,110,99,116,105,111,110,40,101,44,110,44,114,44,105,41,123,114,101,116,117,114,110,32,102,110,40,116,44,101,44,110,44,114,44,105,44,33,49,41,125,44,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,61,102,117,110,99,116,105,111,110,40,101,44,110,44,114,44,105,41,123,114,101,116,117,114,110,32,102,110,40,116,44,101,44,110,44,114,44,105,44,33,48,41,125,59,118,97,114,32,111,61,114,38,38,114,46,100,97,116,97,59,77,116,40,116,44,34,36,97,116,116,114,115,34,44,111,38,38,111,46,97,116,116,114,115,124,124,110,44,110,117,108,108,44,33,48,41,44,77,116,40,116,44,34,36,108,105,115,116,101,110,101,114,115,34,44,101,46,95,112,97,114,101,110,116,76,105,115,116,101,110,101,114,115,124,124,110,44,110,117,108,108,44,33,48,41,125,118,97,114,32,103,110,44,109,110,61,110,117,108,108,59,102,117,110,99,116,105,111,110,32,98,110,40,116,41,123,88,101,40,116,46,112,114,111,116,111,116,121,112,101,41,44,116,46,112,114,111,116,111,116,121,112,101,46,36,110,101,120,116,84,105,99,107,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,112,101,40,116,44,116,104,105,115,41,125,44,116,46,112,114,111,116,111,116,121,112,101,46,95,114,101,110,100,101,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,116,104,105,115,44,110,61,101,46,36,111,112,116,105,111,110,115,44,114,61,110,46,114,101,110,100,101,114,44,105,61,110,46,95,112,97,114,101,110,116,86,110,111,100,101,59,105,38,38,40,101,46,36,115,99,111,112,101,100,83,108,111,116,115,61,76,101,40,105,46,100,97,116,97,46,115,99,111,112,101,100,83,108,111,116,115,44,101,46,36,115,108,111,116,115,44,101,46,36,115,99,111,112,101,100,83,108,111,116,115,41,41,44,101,46,36,118,110,111,100,101,61,105,59,116,114,121,123,109,110,61,101,44,116,61,114,46,99,97,108,108,40,101,46,95,114,101,110,100,101,114,80,114,111,120,121,44,101,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,41,125,99,97,116,99,104,40,79,97,41,123,101,101,40,79,97,44,101,44,34,114,101,110,100,101,114,34,41,44,116,61,101,46,95,118,110,111,100,101,125,102,105,110,97,108,108,121,123,109,110,61,110,117,108,108,125,114,101,116,117,114,110,32,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,38,38,49,61,61,61,116,46,108,101,110,103,116,104,38,38,40,116,61,116,91,48,93,41,44,116,32,105,110,115,116,97,110,99,101,111,102,32,121,116,124,124,40,116,61,95,116,40,41,41,44,116,46,112,97,114,101,110,116,61,105,44,116,125,125,102,117,110,99,116,105,111,110,32,121,110,40,116,44,101,41,123,114,101,116,117,114,110,40,116,46,95,95,101,115,77,111,100,117,108,101,124,124,104,116,38,38,34,77,111,100,117,108,101,34,61,61,61,116,91,83,121,109,98,111,108,46,116,111,83,116,114,105,110,103,84,97,103,93,41,38,38,40,116,61,116,46,100,101,102,97,117,108,116,41,44,99,40,116,41,63,101,46,101,120,116,101,110,100,40,116,41,58,116,125,102,117,110,99,116,105,111,110,32,119,110,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,95,116,40,41,59,114,101,116,117,114,110,32,111,46,97,115,121,110,99,70,97,99,116,111,114,121,61,116,44,111,46,97,115,121,110,99,77,101,116,97,61,123,100,97,116,97,58,101,44,99,111,110,116,101,120,116,58,110,44,99,104,105,108,100,114,101,110,58,114,44,116,97,103,58,105,125,44,111,125,102,117,110,99,116,105,111,110,32,95,110,40,116,44,101,41,123,105,102,40,111,40,116,46,101,114,114,111,114,41,38,38,105,40,116,46,101,114,114,111,114,67,111,109,112,41,41,114,101,116,117,114,110,32,116,46,101,114,114,111,114,67,111,109,112,59,105,102,40,105,40,116,46,114,101,115,111,108,118,101,100,41,41,114,101,116,117,114,110,32,116,46,114,101,115,111,108,118,101,100,59,118,97,114,32,110,61,109,110,59,105,102,40,110,38,38,105,40,116,46,111,119,110,101,114,115,41,38,38,45,49,61,61,61,116,46,111,119,110,101,114,115,46,105,110,100,101,120,79,102,40,110,41,38,38,116,46,111,119,110,101,114,115,46,112,117,115,104,40,110,41,44,111,40,116,46,108,111,97,100,105,110,103,41,38,38,105,40,116,46,108,111,97,100,105,110,103,67,111,109,112,41,41,114,101,116,117,114,110,32,116,46,108,111,97,100,105,110,103,67,111,109,112,59,105,102,40,110,38,38,33,105,40,116,46,111,119,110,101,114,115,41,41,123,118,97,114,32,97,61,116,46,111,119,110,101,114,115,61,91,110,93,44,115,61,33,48,44,117,61,110,117,108,108,44,108,61,110,117,108,108,59,110,46,36,111,110,40,34,104,111,111,107,58,100,101,115,116,114,111,121,101,100,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,98,40,97,44,110,41,125,41,41,59,118,97,114,32,102,61,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,48,44,110,61,97,46,108,101,110,103,116,104,59,101,60,110,59,101,43,43,41,97,91,101,93,46,36,102,111,114,99,101,85,112,100,97,116,101,40,41,59,116,38,38,40,97,46,108,101,110,103,116,104,61,48,44,110,117,108,108,33,61,61,117,38,38,40,99,108,101,97,114,84,105,109,101,111,117,116,40,117,41,44,117,61,110,117,108,108,41,44,110,117,108,108,33,61,61,108,38,38,40,99,108,101,97,114,84,105,109,101,111,117,116,40,108,41,44,108,61,110,117,108,108,41,41,125,44,104,61,66,40,40,102,117,110,99,116,105,111,110,40,110,41,123,116,46,114,101,115,111,108,118,101,100,61,121,110,40,110,44,101,41,44,115,63,97,46,108,101,110,103,116,104,61,48,58,102,40,33,48,41,125,41,41,44,112,61,66,40,40,102,117,110,99,116,105,111,110,40,101,41,123,105,40,116,46,101,114,114,111,114,67,111,109,112,41,38,38,40,116,46,101,114,114,111,114,61,33,48,44,102,40,33,48,41,41,125,41,41,44,118,61,116,40,104,44,112,41,59,114,101,116,117,114,110,32,99,40,118,41,38,38,40,100,40,118,41,63,114,40,116,46,114,101,115,111,108,118,101,100,41,38,38,118,46,116,104,101,110,40,104,44,112,41,58,100,40,118,46,99,111,109,112,111,110,101,110,116,41,38,38,40,118,46,99,111,109,112,111,110,101,110,116,46,116,104,101,110,40,104,44,112,41,44,105,40,118,46,101,114,114,111,114,41,38,38,40,116,46,101,114,114,111,114,67,111,109,112,61,121,110,40,118,46,101,114,114,111,114,44,101,41,41,44,105,40,118,46,108,111,97,100,105,110,103,41,38,38,40,116,46,108,111,97,100,105,110,103,67,111,109,112,61,121,110,40,118,46,108,111,97,100,105,110,103,44,101,41,44,48,61,61,61,118,46,100,101,108,97,121,63,116,46,108,111,97,100,105,110,103,61,33,48,58,117,61,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,117,61,110,117,108,108,44,114,40,116,46,114,101,115,111,108,118,101,100,41,38,38,114,40,116,46,101,114,114,111,114,41,38,38,40,116,46,108,111,97,100,105,110,103,61,33,48,44,102,40,33,49,41,41,125,41,44,118,46,100,101,108,97,121,124,124,50,48,48,41,41,44,105,40,118,46,116,105,109,101,111,117,116,41,38,38,40,108,61,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,108,61,110,117,108,108,44,114,40,116,46,114,101,115,111,108,118,101,100,41,38,38,112,40,110,117,108,108,41,125,41,44,118,46,116,105,109,101,111,117,116,41,41,41,41,44,115,61,33,49,44,116,46,108,111,97,100,105,110,103,63,116,46,108,111,97,100,105,110,103,67,111,109,112,58,116,46,114,101,115,111,108,118,101,100,125,125,102,117,110,99,116,105,111,110,32,120,110,40,116,41,123,114,101,116,117,114,110,32,116,46,105,115,67,111,109,109,101,110,116,38,38,116,46,97,115,121,110,99,70,97,99,116,111,114,121,125,102,117,110,99,116,105,111,110,32,79,110,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,102,111,114,40,118,97,114,32,101,61,48,59,101,60,116,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,116,91,101,93,59,105,102,40,105,40,110,41,38,38,40,105,40,110,46,99,111,109,112,111,110,101,110,116,79,112,116,105,111,110,115,41,124,124,120,110,40,110,41,41,41,114,101,116,117,114,110,32,110,125,125,102,117,110,99,116,105,111,110,32,83,110,40,116,41,123,116,46,95,101,118,101,110,116,115,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,116,46,95,104,97,115,72,111,111,107,69,118,101,110,116,61,33,49,59,118,97,114,32,101,61,116,46,36,111,112,116,105,111,110,115,46,95,112,97,114,101,110,116,76,105,115,116,101,110,101,114,115,59,101,38,38,84,110,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,107,110,40,116,44,101,41,123,103,110,46,36,111,110,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,67,110,40,116,44,101,41,123,103,110,46,36,111,102,102,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,80,110,40,116,44,101,41,123,118,97,114,32,110,61,103,110,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,32,114,40,41,123,118,97,114,32,105,61,101,46,97,112,112,108,121,40,110,117,108,108,44,97,114,103,117,109,101,110,116,115,41,59,110,117,108,108,33,61,61,105,38,38,110,46,36,111,102,102,40,116,44,114,41,125,125,102,117,110,99,116,105,111,110,32,84,110,40,116,44,101,44,110,41,123,103,110,61,116,44,119,101,40,101,44,110,124,124,123,125,44,107,110,44,67,110,44,80,110,44,116,41,44,103,110,61,118,111,105,100,32,48,125,102,117,110,99,116,105,111,110,32,106,110,40,116,41,123,118,97,114,32,101,61,47,94,104,111,111,107,58,47,59,116,46,112,114,111,116,111,116,121,112,101,46,36,111,110,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,118,97,114,32,114,61,116,104,105,115,59,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,102,111,114,40,118,97,114,32,105,61,48,44,111,61,116,46,108,101,110,103,116,104,59,105,60,111,59,105,43,43,41,114,46,36,111,110,40,116,91,105,93,44,110,41,59,101,108,115,101,40,114,46,95,101,118,101,110,116,115,91,116,93,124,124,40,114,46,95,101,118,101,110,116,115,91,116,93,61,91,93,41,41,46,112,117,115,104,40,110,41,44,101,46,116,101,115,116,40,116,41,38,38,40,114,46,95,104,97,115,72,111,111,107,69,118,101,110,116,61,33,48,41,59,114,101,116,117,114,110,32,114,125,44,116,46,112,114,111,116,111,116,121,112,101,46,36,111,110,99,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,102,117,110,99,116,105,111,110,32,114,40,41,123,110,46,36,111,102,102,40,116,44,114,41,44,101,46,97,112,112,108,121,40,110,44,97,114,103,117,109,101,110,116,115,41,125,114,101,116,117,114,110,32,114,46,102,110,61,101,44,110,46,36,111,110,40,116,44,114,41,44,110,125,44,116,46,112,114,111,116,111,116,121,112,101,46,36,111,102,102,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,105,102,40,33,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,110,46,95,101,118,101,110,116,115,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,110,59,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,123,102,111,114,40,118,97,114,32,114,61,48,44,105,61,116,46,108,101,110,103,116,104,59,114,60,105,59,114,43,43,41,110,46,36,111,102,102,40,116,91,114,93,44,101,41,59,114,101,116,117,114,110,32,110,125,118,97,114,32,111,44,97,61,110,46,95,101,118,101,110,116,115,91,116,93,59,105,102,40,33,97,41,114,101,116,117,114,110,32,110,59,105,102,40,33,101,41,114,101,116,117,114,110,32,110,46,95,101,118,101,110,116,115,91,116,93,61,110,117,108,108,44,110,59,118,97,114,32,115,61,97,46,108,101,110,103,116,104,59,119,104,105,108,101,40,115,45,45,41,105,102,40,111,61,97,91,115,93,44,111,61,61,61,101,124,124,111,46,102,110,61,61,61,101,41,123,97,46,115,112,108,105,99,101,40,115,44,49,41,59,98,114,101,97,107,125,114,101,116,117,114,110,32,110,125,44,116,46,112,114,111,116,111,116,121,112,101,46,36,101,109,105,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,101,46,95,101,118,101,110,116,115,91,116,93,59,105,102,40,110,41,123,110,61,110,46,108,101,110,103,116,104,62,49,63,69,40,110,41,58,110,59,102,111,114,40,118,97,114,32,114,61,69,40,97,114,103,117,109,101,110,116,115,44,49,41,44,105,61,39,101,118,101,110,116,32,104,97,110,100,108,101,114,32,102,111,114,32,34,39,43,116,43,39,34,39,44,111,61,48,44,97,61,110,46,108,101,110,103,116,104,59,111,60,97,59,111,43,43,41,110,101,40,110,91,111,93,44,101,44,114,44,101,44,105,41,125,114,101,116,117,114,110,32,101,125,125,118,97,114,32,69,110,61,110,117,108,108,59,102,117,110,99,116,105,111,110,32,65,110,40,116,41,123,118,97,114,32,101,61,69,110,59,114,101,116,117,114,110,32,69,110,61,116,44,102,117,110,99,116,105,111,110,40,41,123,69,110,61,101,125,125,102,117,110,99,116,105,111,110,32,68,110,40,116,41,123,118,97,114,32,101,61,116,46,36,111,112,116,105,111,110,115,44,110,61,101,46,112,97,114,101,110,116,59,105,102,40,110,38,38,33,101,46,97,98,115,116,114,97,99,116,41,123,119,104,105,108,101,40,110,46,36,111,112,116,105,111,110,115,46,97,98,115,116,114,97,99,116,38,38,110,46,36,112,97,114,101,110,116,41,110,61,110,46,36,112,97,114,101,110,116,59,110,46,36,99,104,105,108,100,114,101,110,46,112,117,115,104,40,116,41,125,116,46,36,112,97,114,101,110,116,61,110,44,116,46,36,114,111,111,116,61,110,63,110,46,36,114,111,111,116,58,116,44,116,46,36,99,104,105,108,100,114,101,110,61,91,93,44,116,46,36,114,101,102,115,61,123,125,44,116,46,95,119,97,116,99,104,101,114,61,110,117,108,108,44,116,46,95,105,110,97,99,116,105,118,101,61,110,117,108,108,44,116,46,95,100,105,114,101,99,116,73,110,97,99,116,105,118,101,61,33,49,44,116,46,95,105,115,77,111,117,110,116,101,100,61,33,49,44,116,46,95,105,115,68,101,115,116,114,111,121,101,100,61,33,49,44,116,46,95,105,115,66,101,105,110,103,68,101,115,116,114,111,121,101,100,61,33,49,125,102,117,110,99,116,105,111,110,32,76,110,40,116,41,123,116,46,112,114,111,116,111,116,121,112,101,46,95,117,112,100,97,116,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,44,114,61,110,46,36,101,108,44,105,61,110,46,95,118,110,111,100,101,44,111,61,65,110,40,110,41,59,110,46,95,118,110,111,100,101,61,116,44,110,46,36,101,108,61,105,63,110,46,95,95,112,97,116,99,104,95,95,40,105,44,116,41,58,110,46,95,95,112,97,116,99,104,95,95,40,110,46,36,101,108,44,116,44,101,44,33,49,41,44,111,40,41,44,114,38,38,40,114,46,95,95,118,117,101,95,95,61,110,117,108,108,41,44,110,46,36,101,108,38,38,40,110,46,36,101,108,46,95,95,118,117,101,95,95,61,110,41,44,110,46,36,118,110,111,100,101,38,38,110,46,36,112,97,114,101,110,116,38,38,110,46,36,118,110,111,100,101,61,61,61,110,46,36,112,97,114,101,110,116,46,95,118,110,111,100,101,38,38,40,110,46,36,112,97,114,101,110,116,46,36,101,108,61,110,46,36,101,108,41,125,44,116,46,112,114,111,116,111,116,121,112,101,46,36,102,111,114,99,101,85,112,100,97,116,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,46,95,119,97,116,99,104,101,114,38,38,116,46,95,119,97,116,99,104,101,114,46,117,112,100,97,116,101,40,41,125,44,116,46,112,114,111,116,111,116,121,112,101,46,36,100,101,115,116,114,111,121,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,105,102,40,33,116,46,95,105,115,66,101,105,110,103,68,101,115,116,114,111,121,101,100,41,123,82,110,40,116,44,34,98,101,102,111,114,101,68,101,115,116,114,111,121,34,41,44,116,46,95,105,115,66,101,105,110,103,68,101,115,116,114,111,121,101,100,61,33,48,59,118,97,114,32,101,61,116,46,36,112,97,114,101,110,116,59,33,101,124,124,101,46,95,105,115,66,101,105,110,103,68,101,115,116,114,111,121,101,100,124,124,116,46,36,111,112,116,105,111,110,115,46,97,98,115,116,114,97,99,116,124,124,98,40,101,46,36,99,104,105,108,100,114,101,110,44,116,41,44,116,46,95,119,97,116,99,104,101,114,38,38,116,46,95,119,97,116,99,104,101,114,46,116,101,97,114,100,111,119,110,40,41,59,118,97,114,32,110,61,116,46,95,119,97,116,99,104,101,114,115,46,108,101,110,103,116,104,59,119,104,105,108,101,40,110,45,45,41,116,46,95,119,97,116,99,104,101,114,115,91,110,93,46,116,101,97,114,100,111,119,110,40,41,59,116,46,95,100,97,116,97,46,95,95,111,98,95,95,38,38,116,46,95,100,97,116,97,46,95,95,111,98,95,95,46,118,109,67,111,117,110,116,45,45,44,116,46,95,105,115,68,101,115,116,114,111,121,101,100,61,33,48,44,116,46,95,95,112,97,116,99,104,95,95,40,116,46,95,118,110,111,100,101,44,110,117,108,108,41,44,82,110,40,116,44,34,100,101,115,116,114,111,121,101,100,34,41,44,116,46,36,111,102,102,40,41,44,116,46,36,101,108,38,38,40,116,46,36,101,108,46,95,95,118,117,101,95,95,61,110,117,108,108,41,44,116,46,36,118,110,111,100,101,38,38,40,116,46,36,118,110,111,100,101,46,112,97,114,101,110,116,61,110,117,108,108,41,125,125,125,102,117,110,99,116,105,111,110,32,77,110,40,116,44,101,44,110,41,123,118,97,114,32,114,59,114,101,116,117,114,110,32,116,46,36,101,108,61,101,44,116,46,36,111,112,116,105,111,110,115,46,114,101,110,100,101,114,124,124,40,116,46,36,111,112,116,105,111,110,115,46,114,101,110,100,101,114,61,95,116,41,44,82,110,40,116,44,34,98,101,102,111,114,101,77,111,117,110,116,34,41,44,114,61,102,117,110,99,116,105,111,110,40,41,123,116,46,95,117,112,100,97,116,101,40,116,46,95,114,101,110,100,101,114,40,41,44,110,41,125,44,110,101,119,32,110,114,40,116,44,114,44,76,44,123,98,101,102,111,114,101,58,102,117,110,99,116,105,111,110,40,41,123,116,46,95,105,115,77,111,117,110,116,101,100,38,38,33,116,46,95,105,115,68,101,115,116,114,111,121,101,100,38,38,82,110,40,116,44,34,98,101,102,111,114,101,85,112,100,97,116,101,34,41,125,125,44,33,48,41,44,110,61,33,49,44,110,117,108,108,61,61,116,46,36,118,110,111,100,101,38,38,40,116,46,95,105,115,77,111,117,110,116,101,100,61,33,48,44,82,110,40,116,44,34,109,111,117,110,116,101,100,34,41,41,44,116,125,102,117,110,99,116,105,111,110,32,73,110,40,116,44,101,44,114,44,105,44,111,41,123,118,97,114,32,97,61,105,46,100,97,116,97,46,115,99,111,112,101,100,83,108,111,116,115,44,115,61,116,46,36,115,99,111,112,101,100,83,108,111,116,115,44,99,61,33,33,40,97,38,38,33,97,46,36,115,116,97,98,108,101,124,124,115,33,61,61,110,38,38,33,115,46,36,115,116,97,98,108,101,124,124,97,38,38,116,46,36,115,99,111,112,101,100,83,108,111,116,115,46,36,107,101,121,33,61,61,97,46,36,107,101,121,41,44,117,61,33,33,40,111,124,124,116,46,36,111,112,116,105,111,110,115,46,95,114,101,110,100,101,114,67,104,105,108,100,114,101,110,124,124,99,41,59,105,102,40,116,46,36,111,112,116,105,111,110,115,46,95,112,97,114,101,110,116,86,110,111,100,101,61,105,44,116,46,36,118,110,111,100,101,61,105,44,116,46,95,118,110,111,100,101,38,38,40,116,46,95,118,110,111,100,101,46,112,97,114,101,110,116,61,105,41,44,116,46,36,111,112,116,105,111,110,115,46,95,114,101,110,100,101,114,67,104,105,108,100,114,101,110,61,111,44,116,46,36,97,116,116,114,115,61,105,46,100,97,116,97,46,97,116,116,114,115,124,124,110,44,116,46,36,108,105,115,116,101,110,101,114,115,61,114,124,124,110,44,101,38,38,116,46,36,111,112,116,105,111,110,115,46,112,114,111,112,115,41,123,106,116,40,33,49,41,59,102,111,114,40,118,97,114,32,108,61,116,46,95,112,114,111,112,115,44,102,61,116,46,36,111,112,116,105,111,110,115,46,95,112,114,111,112,75,101,121,115,124,124,91,93,44,104,61,48,59,104,60,102,46,108,101,110,103,116,104,59,104,43,43,41,123,118,97,114,32,100,61,102,91,104,93,44,112,61,116,46,36,111,112,116,105,111,110,115,46,112,114,111,112,115,59,108,91,100,93,61,88,116,40,100,44,112,44,101,44,116,41,125,106,116,40,33,48,41,44,116,46,36,111,112,116,105,111,110,115,46,112,114,111,112,115,68,97,116,97,61,101,125,114,61,114,124,124,110,59,118,97,114,32,118,61,116,46,36,111,112,116,105,111,110,115,46,95,112,97,114,101,110,116,76,105,115,116,101,110,101,114,115,59,116,46,36,111,112,116,105,111,110,115,46,95,112,97,114,101,110,116,76,105,115,116,101,110,101,114,115,61,114,44,84,110,40,116,44,114,44,118,41,44,117,38,38,40,116,46,36,115,108,111,116,115,61,65,101,40,111,44,105,46,99,111,110,116,101,120,116,41,44,116,46,36,102,111,114,99,101,85,112,100,97,116,101,40,41,41,125,102,117,110,99,116,105,111,110,32,36,110,40,116,41,123,119,104,105,108,101,40,116,38,38,40,116,61,116,46,36,112,97,114,101,110,116,41,41,105,102,40,116,46,95,105,110,97,99,116,105,118,101,41,114,101,116,117,114,110,33,48,59,114,101,116,117,114,110,33,49,125,102,117,110,99,116,105,111,110,32,70,110,40,116,44,101,41,123,105,102,40,101,41,123,105,102,40,116,46,95,100,105,114,101,99,116,73,110,97,99,116,105,118,101,61,33,49,44,36,110,40,116,41,41,114,101,116,117,114,110,125,101,108,115,101,32,105,102,40,116,46,95,100,105,114,101,99,116,73,110,97,99,116,105,118,101,41,114,101,116,117,114,110,59,105,102,40,116,46,95,105,110,97,99,116,105,118,101,124,124,110,117,108,108,61,61,61,116,46,95,105,110,97,99,116,105,118,101,41,123,116,46,95,105,110,97,99,116,105,118,101,61,33,49,59,102,111,114,40,118,97,114,32,110,61,48,59,110,60,116,46,36,99,104,105,108,100,114,101,110,46,108,101,110,103,116,104,59,110,43,43,41,70,110,40,116,46,36,99,104,105,108,100,114,101,110,91,110,93,41,59,82,110,40,116,44,34,97,99,116,105,118,97,116,101,100,34,41,125,125,102,117,110,99,116,105,111,110,32,66,110,40,116,44,101,41,123,105,102,40,40,33,101,124,124,40,116,46,95,100,105,114,101,99,116,73,110,97,99,116,105,118,101,61,33,48,44,33,36,110,40,116,41,41,41,38,38,33,116,46,95,105,110,97,99,116,105,118,101,41,123,116,46,95,105,110,97,99,116,105,118,101,61,33,48,59,102,111,114,40,118,97,114,32,110,61,48,59,110,60,116,46,36,99,104,105,108,100,114,101,110,46,108,101,110,103,116,104,59,110,43,43,41,66,110,40,116,46,36,99,104,105,108,100,114,101,110,91,110,93,41,59,82,110,40,116,44,34,100,101,97,99,116,105,118,97,116,101,100,34,41,125,125,102,117,110,99,116,105,111,110,32,82,110,40,116,44,101,41,123,109,116,40,41,59,118,97,114,32,110,61,116,46,36,111,112,116,105,111,110,115,91,101,93,44,114,61,101,43,34,32,104,111,111,107,34,59,105,102,40,110,41,102,111,114,40,118,97,114,32,105,61,48,44,111,61,110,46,108,101,110,103,116,104,59,105,60,111,59,105,43,43,41,110,101,40,110,91,105,93,44,116,44,110,117,108,108,44,116,44,114,41,59,116,46,95,104,97,115,72,111,111,107,69,118,101,110,116,38,38,116,46,36,101,109,105,116,40,34,104,111,111,107,58,34,43,101,41,44,98,116,40,41,125,118,97,114,32,78,110,61,91,93,44,122,110,61,91,93,44,86,110,61,123,125,44,72,110,61,33,49,44,85,110,61,33,49,44,87,110,61,48,59,102,117,110,99,116,105,111,110,32,113,110,40,41,123,87,110,61,78,110,46,108,101,110,103,116,104,61,122,110,46,108,101,110,103,116,104,61,48,44,86,110,61,123,125,44,72,110,61,85,110,61,33,49,125,118,97,114,32,71,110,61,48,44,89,110,61,68,97,116,101,46,110,111,119,59,105,102,40,88,38,38,33,116,116,41,123,118,97,114,32,75,110,61,119,105,110,100,111,119,46,112,101,114,102,111,114,109,97,110,99,101,59,75,110,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,75,110,46,110,111,119,38,38,89,110,40,41,62,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,118,101,110,116,40,34,69,118,101,110,116,34,41,46,116,105,109,101,83,116,97,109,112,38,38,40,89,110,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,75,110,46,110,111,119,40,41,125,41,125,102,117,110,99,116,105,111,110,32,88,110,40,41,123,118,97,114,32,116,44,101,59,102,111,114,40,71,110,61,89,110,40,41,44,85,110,61,33,48,44,78,110,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,105,100,45,101,46,105,100,125,41,41,44,87,110,61,48,59,87,110,60,78,110,46,108,101,110,103,116,104,59,87,110,43,43,41,116,61,78,110,91,87,110,93,44,116,46,98,101,102,111,114,101,38,38,116,46,98,101,102,111,114,101,40,41,44,101,61,116,46,105,100,44,86,110,91,101,93,61,110,117,108,108,44,116,46,114,117,110,40,41,59,118,97,114,32,110,61,122,110,46,115,108,105,99,101,40,41,44,114,61,78,110,46,115,108,105,99,101,40,41,59,113,110,40,41,44,81,110,40,110,41,44,90,110,40,114,41,44,117,116,38,38,86,46,100,101,118,116,111,111,108,115,38,38,117,116,46,101,109,105,116,40,34,102,108,117,115,104,34,41,125,102,117,110,99,116,105,111,110,32,90,110,40,116,41,123,118,97,114,32,101,61,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,101,45,45,41,123,118,97,114,32,110,61,116,91,101,93,44,114,61,110,46,118,109,59,114,46,95,119,97,116,99,104,101,114,61,61,61,110,38,38,114,46,95,105,115,77,111,117,110,116,101,100,38,38,33,114,46,95,105,115,68,101,115,116,114,111,121,101,100,38,38,82,110,40,114,44,34,117,112,100,97,116,101,100,34,41,125,125,102,117,110,99,116,105,111,110,32,74,110,40,116,41,123,116,46,95,105,110,97,99,116,105,118,101,61,33,49,44,122,110,46,112,117,115,104,40,116,41,125,102,117,110,99,116,105,111,110,32,81,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,48,59,101,60,116,46,108,101,110,103,116,104,59,101,43,43,41,116,91,101,93,46,95,105,110,97,99,116,105,118,101,61,33,48,44,70,110,40,116,91,101,93,44,33,48,41,125,102,117,110,99,116,105,111,110,32,116,114,40,116,41,123,118,97,114,32,101,61,116,46,105,100,59,105,102,40,110,117,108,108,61,61,86,110,91,101,93,41,123,105,102,40,86,110,91,101,93,61,33,48,44,85,110,41,123,118,97,114,32,110,61,78,110,46,108,101,110,103,116,104,45,49,59,119,104,105,108,101,40,110,62,87,110,38,38,78,110,91,110,93,46,105,100,62,116,46,105,100,41,110,45,45,59,78,110,46,115,112,108,105,99,101,40,110,43,49,44,48,44,116,41,125,101,108,115,101,32,78,110,46,112,117,115,104,40,116,41,59,72,110,124,124,40,72,110,61,33,48,44,112,101,40,88,110,41,41,125,125,118,97,114,32,101,114,61,48,44,110,114,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,41,123,116,104,105,115,46,118,109,61,116,44,105,38,38,40,116,46,95,119,97,116,99,104,101,114,61,116,104,105,115,41,44,116,46,95,119,97,116,99,104,101,114,115,46,112,117,115,104,40,116,104,105,115,41,44,114,63,40,116,104,105,115,46,100,101,101,112,61,33,33,114,46,100,101,101,112,44,116,104,105,115,46,117,115,101,114,61,33,33,114,46,117,115,101,114,44,116,104,105,115,46,108,97,122,121,61,33,33,114,46,108,97,122,121,44,116,104,105,115,46,115,121,110,99,61,33,33,114,46,115,121,110,99,44,116,104,105,115,46,98,101,102,111,114,101,61,114,46,98,101,102,111,114,101,41,58,116,104,105,115,46,100,101,101,112,61,116,104,105,115,46,117,115,101,114,61,116,104,105,115,46,108,97,122,121,61,116,104,105,115,46,115,121,110,99,61,33,49,44,116,104,105,115,46,99,98,61,110,44,116,104,105,115,46,105,100,61,43,43,101,114,44,116,104,105,115,46,97,99,116,105,118,101,61,33,48,44,116,104,105,115,46,100,105,114,116,121,61,116,104,105,115,46,108,97,122,121,44,116,104,105,115,46,100,101,112,115,61,91,93,44,116,104,105,115,46,110,101,119,68,101,112,115,61,91,93,44,116,104,105,115,46,100,101,112,73,100,115,61,110,101,119,32,102,116,44,116,104,105,115,46,110,101,119,68,101,112,73,100,115,61,110,101,119,32,102,116,44,116,104,105,115,46,101,120,112,114,101,115,115,105,111,110,61,34,34,44,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,63,116,104,105,115,46,103,101,116,116,101,114,61,101,58,40,116,104,105,115,46,103,101,116,116,101,114,61,71,40,101,41,44,116,104,105,115,46,103,101,116,116,101,114,124,124,40,116,104,105,115,46,103,101,116,116,101,114,61,76,41,41,44,116,104,105,115,46,118,97,108,117,101,61,116,104,105,115,46,108,97,122,121,63,118,111,105,100,32,48,58,116,104,105,115,46,103,101,116,40,41,125,59,110,114,46,112,114,111,116,111,116,121,112,101,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,59,109,116,40,116,104,105,115,41,59,118,97,114,32,101,61,116,104,105,115,46,118,109,59,116,114,121,123,116,61,116,104,105,115,46,103,101,116,116,101,114,46,99,97,108,108,40,101,44,101,41,125,99,97,116,99,104,40,79,97,41,123,105,102,40,33,116,104,105,115,46,117,115,101,114,41,116,104,114,111,119,32,79,97,59,101,101,40,79,97,44,101,44,39,103,101,116,116,101,114,32,102,111,114,32,119,97,116,99,104,101,114,32,34,39,43,116,104,105,115,46,101,120,112,114,101,115,115,105,111,110,43,39,34,39,41,125,102,105,110,97,108,108,121,123,116,104,105,115,46,100,101,101,112,38,38,103,101,40,116,41,44,98,116,40,41,44,116,104,105,115,46,99,108,101,97,110,117,112,68,101,112,115,40,41,125,114,101,116,117,114,110,32,116,125,44,110,114,46,112,114,111,116,111,116,121,112,101,46,97,100,100,68,101,112,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,105,100,59,116,104,105,115,46,110,101,119,68,101,112,73,100,115,46,104,97,115,40,101,41,124,124,40,116,104,105,115,46,110,101,119,68,101,112,73,100,115,46,97,100,100,40,101,41,44,116,104,105,115,46,110,101,119,68,101,112,115,46,112,117,115,104,40,116,41,44,116,104,105,115,46,100,101,112,73,100,115,46,104,97,115,40,101,41,124,124,116,46,97,100,100,83,117,98,40,116,104,105,115,41,41,125,44,110,114,46,112,114,111,116,111,116,121,112,101,46,99,108,101,97,110,117,112,68,101,112,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,100,101,112,115,46,108,101,110,103,116,104,59,119,104,105,108,101,40,116,45,45,41,123,118,97,114,32,101,61,116,104,105,115,46,100,101,112,115,91,116,93,59,116,104,105,115,46,110,101,119,68,101,112,73,100,115,46,104,97,115,40,101,46,105,100,41,124,124,101,46,114,101,109,111,118,101,83,117,98,40,116,104,105,115,41,125,118,97,114,32,110,61,116,104,105,115,46,100,101,112,73,100,115,59,116,104,105,115,46,100,101,112,73,100,115,61,116,104,105,115,46,110,101,119,68,101,112,73,100,115,44,116,104,105,115,46,110,101,119,68,101,112,73,100,115,61,110,44,116,104,105,115,46,110,101,119,68,101,112,73,100,115,46,99,108,101,97,114,40,41,44,110,61,116,104,105,115,46,100,101,112,115,44,116,104,105,115,46,100,101,112,115,61,116,104,105,115,46,110,101,119,68,101,112,115,44,116,104,105,115,46,110,101,119,68,101,112,115,61,110,44,116,104,105,115,46,110,101,119,68,101,112,115,46,108,101,110,103,116,104,61,48,125,44,110,114,46,112,114,111,116,111,116,121,112,101,46,117,112,100,97,116,101,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,108,97,122,121,63,116,104,105,115,46,100,105,114,116,121,61,33,48,58,116,104,105,115,46,115,121,110,99,63,116,104,105,115,46,114,117,110,40,41,58,116,114,40,116,104,105,115,41,125,44,110,114,46,112,114,111,116,111,116,121,112,101,46,114,117,110,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,104,105,115,46,97,99,116,105,118,101,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,40,41,59,105,102,40,116,33,61,61,116,104,105,115,46,118,97,108,117,101,124,124,99,40,116,41,124,124,116,104,105,115,46,100,101,101,112,41,123,118,97,114,32,101,61,116,104,105,115,46,118,97,108,117,101,59,105,102,40,116,104,105,115,46,118,97,108,117,101,61,116,44,116,104,105,115,46,117,115,101,114,41,116,114,121,123,116,104,105,115,46,99,98,46,99,97,108,108,40,116,104,105,115,46,118,109,44,116,44,101,41,125,99,97,116,99,104,40,79,97,41,123,101,101,40,79,97,44,116,104,105,115,46,118,109,44,39,99,97,108,108,98,97,99,107,32,102,111,114,32,119,97,116,99,104,101,114,32,34,39,43,116,104,105,115,46,101,120,112,114,101,115,115,105,111,110,43,39,34,39,41,125,101,108,115,101,32,116,104,105,115,46,99,98,46,99,97,108,108,40,116,104,105,115,46,118,109,44,116,44,101,41,125,125,125,44,110,114,46,112,114,111,116,111,116,121,112,101,46,101,118,97,108,117,97,116,101,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,118,97,108,117,101,61,116,104,105,115,46,103,101,116,40,41,44,116,104,105,115,46,100,105,114,116,121,61,33,49,125,44,110,114,46,112,114,111,116,111,116,121,112,101,46,100,101,112,101,110,100,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,100,101,112,115,46,108,101,110,103,116,104,59,119,104,105,108,101,40,116,45,45,41,116,104,105,115,46,100,101,112,115,91,116,93,46,100,101,112,101,110,100,40,41,125,44,110,114,46,112,114,111,116,111,116,121,112,101,46,116,101,97,114,100,111,119,110,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,104,105,115,46,97,99,116,105,118,101,41,123,116,104,105,115,46,118,109,46,95,105,115,66,101,105,110,103,68,101,115,116,114,111,121,101,100,124,124,98,40,116,104,105,115,46,118,109,46,95,119,97,116,99,104,101,114,115,44,116,104,105,115,41,59,118,97,114,32,116,61,116,104,105,115,46,100,101,112,115,46,108,101,110,103,116,104,59,119,104,105,108,101,40,116,45,45,41,116,104,105,115,46,100,101,112,115,91,116,93,46,114,101,109,111,118,101,83,117,98,40,116,104,105,115,41,59,116,104,105,115,46,97,99,116,105,118,101,61,33,49,125,125,59,118,97,114,32,114,114,61,123,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,103,101,116,58,76,44,115,101,116,58,76,125,59,102,117,110,99,116,105,111,110,32,105,114,40,116,44,101,44,110,41,123,114,114,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,91,101,93,91,110,93,125,44,114,114,46,115,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,91,101,93,91,110,93,61,116,125,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,110,44,114,114,41,125,102,117,110,99,116,105,111,110,32,111,114,40,116,41,123,116,46,95,119,97,116,99,104,101,114,115,61,91,93,59,118,97,114,32,101,61,116,46,36,111,112,116,105,111,110,115,59,101,46,112,114,111,112,115,38,38,97,114,40,116,44,101,46,112,114,111,112,115,41,44,101,46,109,101,116,104,111,100,115,38,38,112,114,40,116,44,101,46,109,101,116,104,111,100,115,41,44,101,46,100,97,116,97,63,115,114,40,116,41,58,76,116,40,116,46,95,100,97,116,97,61,123,125,44,33,48,41,44,101,46,99,111,109,112,117,116,101,100,38,38,108,114,40,116,44,101,46,99,111,109,112,117,116,101,100,41,44,101,46,119,97,116,99,104,38,38,101,46,119,97,116,99,104,33,61,61,111,116,38,38,118,114,40,116,44,101,46,119,97,116,99,104,41,125,102,117,110,99,116,105,111,110,32,97,114,40,116,44,101,41,123,118,97,114,32,110,61,116,46,36,111,112,116,105,111,110,115,46,112,114,111,112,115,68,97,116,97,124,124,123,125,44,114,61,116,46,95,112,114,111,112,115,61,123,125,44,105,61,116,46,36,111,112,116,105,111,110,115,46,95,112,114,111,112,75,101,121,115,61,91,93,44,111,61,33,116,46,36,112,97,114,101,110,116,59,111,124,124,106,116,40,33,49,41,59,118,97,114,32,97,61,102,117,110,99,116,105,111,110,40,111,41,123,105,46,112,117,115,104,40,111,41,59,118,97,114,32,97,61,88,116,40,111,44,101,44,110,44,116,41,59,77,116,40,114,44,111,44,97,41,44,111,32,105,110,32,116,124,124,105,114,40,116,44,34,95,112,114,111,112,115,34,44,111,41,125,59,102,111,114,40,118,97,114,32,115,32,105,110,32,101,41,97,40,115,41,59,106,116,40,33,48,41,125,102,117,110,99,116,105,111,110,32,115,114,40,116,41,123,118,97,114,32,101,61,116,46,36,111,112,116,105,111,110,115,46,100,97,116,97,59,101,61,116,46,95,100,97,116,97,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,63,99,114,40,101,44,116,41,58,101,124,124,123,125,44,108,40,101,41,124,124,40,101,61,123,125,41,59,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,101,41,44,114,61,116,46,36,111,112,116,105,111,110,115,46,112,114,111,112,115,44,105,61,40,116,46,36,111,112,116,105,111,110,115,46,109,101,116,104,111,100,115,44,110,46,108,101,110,103,116,104,41,59,119,104,105,108,101,40,105,45,45,41,123,118,97,114,32,111,61,110,91,105,93,59,48,44,114,38,38,119,40,114,44,111,41,124,124,85,40,111,41,124,124,105,114,40,116,44,34,95,100,97,116,97,34,44,111,41,125,76,116,40,101,44,33,48,41,125,102,117,110,99,116,105,111,110,32,99,114,40,116,44,101,41,123,109,116,40,41,59,116,114,121,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,101,41,125,99,97,116,99,104,40,79,97,41,123,114,101,116,117,114,110,32,101,101,40,79,97,44,101,44,34,100,97,116,97,40,41,34,41,44,123,125,125,102,105,110,97,108,108,121,123,98,116,40,41,125,125,118,97,114,32,117,114,61,123,108,97,122,121,58,33,48,125,59,102,117,110,99,116,105,111,110,32,108,114,40,116,44,101,41,123,118,97,114,32,110,61,116,46,95,99,111,109,112,117,116,101,100,87,97,116,99,104,101,114,115,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,114,61,99,116,40,41,59,102,111,114,40,118,97,114,32,105,32,105,110,32,101,41,123,118,97,114,32,111,61,101,91,105,93,44,97,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,111,63,111,58,111,46,103,101,116,59,48,44,114,124,124,40,110,91,105,93,61,110,101,119,32,110,114,40,116,44,97,124,124,76,44,76,44,117,114,41,41,44,105,32,105,110,32,116,124,124,102,114,40,116,44,105,44,111,41,125,125,102,117,110,99,116,105,111,110,32,102,114,40,116,44,101,44,110,41,123,118,97,114,32,114,61,33,99,116,40,41,59,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,110,63,40,114,114,46,103,101,116,61,114,63,104,114,40,101,41,58,100,114,40,110,41,44,114,114,46,115,101,116,61,76,41,58,40,114,114,46,103,101,116,61,110,46,103,101,116,63,114,38,38,33,49,33,61,61,110,46,99,97,99,104,101,63,104,114,40,101,41,58,100,114,40,110,46,103,101,116,41,58,76,44,114,114,46,115,101,116,61,110,46,115,101,116,124,124,76,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,114,114,41,125,102,117,110,99,116,105,111,110,32,104,114,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,104,105,115,46,95,99,111,109,112,117,116,101,100,87,97,116,99,104,101,114,115,38,38,116,104,105,115,46,95,99,111,109,112,117,116,101,100,87,97,116,99,104,101,114,115,91,116,93,59,105,102,40,101,41,114,101,116,117,114,110,32,101,46,100,105,114,116,121,38,38,101,46,101,118,97,108,117,97,116,101,40,41,44,118,116,46,116,97,114,103,101,116,38,38,101,46,100,101,112,101,110,100,40,41,44,101,46,118,97,108,117,101,125,125,102,117,110,99,116,105,111,110,32,100,114,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,116,104,105,115,44,116,104,105,115,41,125,125,102,117,110,99,116,105,111,110,32,112,114,40,116,44,101,41,123,116,46,36,111,112,116,105,111,110,115,46,112,114,111,112,115,59,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,116,91,110,93,61,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,91,110,93,63,76,58,106,40,101,91,110,93,44,116,41,125,102,117,110,99,116,105,111,110,32,118,114,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,123,118,97,114,32,114,61,101,91,110,93,59,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,114,41,41,102,111,114,40,118,97,114,32,105,61,48,59,105,60,114,46,108,101,110,103,116,104,59,105,43,43,41,103,114,40,116,44,110,44,114,91,105,93,41,59,101,108,115,101,32,103,114,40,116,44,110,44,114,41,125,125,102,117,110,99,116,105,111,110,32,103,114,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,108,40,110,41,38,38,40,114,61,110,44,110,61,110,46,104,97,110,100,108,101,114,41,44,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,110,38,38,40,110,61,116,91,110,93,41,44,116,46,36,119,97,116,99,104,40,101,44,110,44,114,41,125,102,117,110,99,116,105,111,110,32,109,114,40,116,41,123,118,97,114,32,101,61,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,100,97,116,97,125,125,44,110,61,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,112,114,111,112,115,125,125,59,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,46,112,114,111,116,111,116,121,112,101,44,34,36,100,97,116,97,34,44,101,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,46,112,114,111,116,111,116,121,112,101,44,34,36,112,114,111,112,115,34,44,110,41,44,116,46,112,114,111,116,111,116,121,112,101,46,36,115,101,116,61,73,116,44,116,46,112,114,111,116,111,116,121,112,101,46,36,100,101,108,101,116,101,61,36,116,44,116,46,112,114,111,116,111,116,121,112,101,46,36,119,97,116,99,104,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,59,105,102,40,108,40,101,41,41,114,101,116,117,114,110,32,103,114,40,114,44,116,44,101,44,110,41,59,110,61,110,124,124,123,125,44,110,46,117,115,101,114,61,33,48,59,118,97,114,32,105,61,110,101,119,32,110,114,40,114,44,116,44,101,44,110,41,59,105,102,40,110,46,105,109,109,101,100,105,97,116,101,41,116,114,121,123,101,46,99,97,108,108,40,114,44,105,46,118,97,108,117,101,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,101,101,40,101,114,114,111,114,44,114,44,39,99,97,108,108,98,97,99,107,32,102,111,114,32,105,109,109,101,100,105,97,116,101,32,119,97,116,99,104,101,114,32,34,39,43,105,46,101,120,112,114,101,115,115,105,111,110,43,39,34,39,41,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,105,46,116,101,97,114,100,111,119,110,40,41,125,125,125,118,97,114,32,98,114,61,48,59,102,117,110,99,116,105,111,110,32,121,114,40,116,41,123,116,46,112,114,111,116,111,116,121,112,101,46,95,105,110,105,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,101,46,95,117,105,100,61,98,114,43,43,44,101,46,95,105,115,86,117,101,61,33,48,44,116,38,38,116,46,95,105,115,67,111,109,112,111,110,101,110,116,63,119,114,40,101,44,116,41,58,101,46,36,111,112,116,105,111,110,115,61,89,116,40,95,114,40,101,46,99,111,110,115,116,114,117,99,116,111,114,41,44,116,124,124,123,125,44,101,41,44,101,46,95,114,101,110,100,101,114,80,114,111,120,121,61,101,44,101,46,95,115,101,108,102,61,101,44,68,110,40,101,41,44,83,110,40,101,41,44,118,110,40,101,41,44,82,110,40,101,44,34,98,101,102,111,114,101,67,114,101,97,116,101,34,41,44,106,101,40,101,41,44,111,114,40,101,41,44,84,101,40,101,41,44,82,110,40,101,44,34,99,114,101,97,116,101,100,34,41,44,101,46,36,111,112,116,105,111,110,115,46,101,108,38,38,101,46,36,109,111,117,110,116,40,101,46,36,111,112,116,105,111,110,115,46,101,108,41,125,125,102,117,110,99,116,105,111,110,32,119,114,40,116,44,101,41,123,118,97,114,32,110,61,116,46,36,111,112,116,105,111,110,115,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,116,46,99,111,110,115,116,114,117,99,116,111,114,46,111,112,116,105,111,110,115,41,44,114,61,101,46,95,112,97,114,101,110,116,86,110,111,100,101,59,110,46,112,97,114,101,110,116,61,101,46,112,97,114,101,110,116,44,110,46,95,112,97,114,101,110,116,86,110,111,100,101,61,114,59,118,97,114,32,105,61,114,46,99,111,109,112,111,110,101,110,116,79,112,116,105,111,110,115,59,110,46,112,114,111,112,115,68,97,116,97,61,105,46,112,114,111,112,115,68,97,116,97,44,110,46,95,112,97,114,101,110,116,76,105,115,116,101,110,101,114,115,61,105,46,108,105,115,116,101,110,101,114,115,44,110,46,95,114,101,110,100,101,114,67,104,105,108,100,114,101,110,61,105,46,99,104,105,108,100,114,101,110,44,110,46,95,99,111,109,112,111,110,101,110,116,84,97,103,61,105,46,116,97,103,44,101,46,114,101,110,100,101,114,38,38,40,110,46,114,101,110,100,101,114,61,101,46,114,101,110,100,101,114,44,110,46,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,61,101,46,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,41,125,102,117,110,99,116,105,111,110,32,95,114,40,116,41,123,118,97,114,32,101,61,116,46,111,112,116,105,111,110,115,59,105,102,40,116,46,115,117,112,101,114,41,123,118,97,114,32,110,61,95,114,40,116,46,115,117,112,101,114,41,44,114,61,116,46,115,117,112,101,114,79,112,116,105,111,110,115,59,105,102,40,110,33,61,61,114,41,123,116,46,115,117,112,101,114,79,112,116,105,111,110,115,61,110,59,118,97,114,32,105,61,120,114,40,116,41,59,105,38,38,65,40,116,46,101,120,116,101,110,100,79,112,116,105,111,110,115,44,105,41,44,101,61,116,46,111,112,116,105,111,110,115,61,89,116,40,110,44,116,46,101,120,116,101,110,100,79,112,116,105,111,110,115,41,44,101,46,110,97,109,101,38,38,40,101,46,99,111,109,112,111,110,101,110,116,115,91,101,46,110,97,109,101,93,61,116,41,125,125,114,101,116,117,114,110,32,101,125,102,117,110,99,116,105,111,110,32,120,114,40,116,41,123,118,97,114,32,101,44,110,61,116,46,111,112,116,105,111,110,115,44,114,61,116,46,115,101,97,108,101,100,79,112,116,105,111,110,115,59,102,111,114,40,118,97,114,32,105,32,105,110,32,110,41,110,91,105,93,33,61,61,114,91,105,93,38,38,40,101,124,124,40,101,61,123,125,41,44,101,91,105,93,61,110,91,105,93,41,59,114,101,116,117,114,110,32,101,125,102,117,110,99,116,105,111,110,32,79,114,40,116,41,123,116,104,105,115,46,95,105,110,105,116,40,116,41,125,102,117,110,99,116,105,111,110,32,83,114,40,116,41,123,116,46,117,115,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,105,110,115,116,97,108,108,101,100,80,108,117,103,105,110,115,124,124,40,116,104,105,115,46,95,105,110,115,116,97,108,108,101,100,80,108,117,103,105,110,115,61,91,93,41,59,105,102,40,101,46,105,110,100,101,120,79,102,40,116,41,62,45,49,41,114,101,116,117,114,110,32,116,104,105,115,59,118,97,114,32,110,61,69,40,97,114,103,117,109,101,110,116,115,44,49,41,59,114,101,116,117,114,110,32,110,46,117,110,115,104,105,102,116,40,116,104,105,115,41,44,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,46,105,110,115,116,97,108,108,63,116,46,105,110,115,116,97,108,108,46,97,112,112,108,121,40,116,44,110,41,58,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,38,38,116,46,97,112,112,108,121,40,110,117,108,108,44,110,41,44,101,46,112,117,115,104,40,116,41,44,116,104,105,115,125,125,102,117,110,99,116,105,111,110,32,107,114,40,116,41,123,116,46,109,105,120,105,110,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,111,112,116,105,111,110,115,61,89,116,40,116,104,105,115,46,111,112,116,105,111,110,115,44,116,41,44,116,104,105,115,125,125,102,117,110,99,116,105,111,110,32,67,114,40,116,41,123,116,46,99,105,100,61,48,59,118,97,114,32,101,61,49,59,116,46,101,120,116,101,110,100,61,102,117,110,99,116,105,111,110,40,116,41,123,116,61,116,124,124,123,125,59,118,97,114,32,110,61,116,104,105,115,44,114,61,110,46,99,105,100,44,105,61,116,46,95,67,116,111,114,124,124,40,116,46,95,67,116,111,114,61,123,125,41,59,105,102,40,105,91,114,93,41,114,101,116,117,114,110,32,105,91,114,93,59,118,97,114,32,111,61,116,46,110,97,109,101,124,124,110,46,111,112,116,105,111,110,115,46,110,97,109,101,59,118,97,114,32,97,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,105,110,105,116,40,116,41,125,59,114,101,116,117,114,110,32,97,46,112,114,111,116,111,116,121,112,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,46,112,114,111,116,111,116,121,112,101,41,44,97,46,112,114,111,116,111,116,121,112,101,46,99,111,110,115,116,114,117,99,116,111,114,61,97,44,97,46,99,105,100,61,101,43,43,44,97,46,111,112,116,105,111,110,115,61,89,116,40,110,46,111,112,116,105,111,110,115,44,116,41,44,97,91,34,115,117,112,101,114,34,93,61,110,44,97,46,111,112,116,105,111,110,115,46,112,114,111,112,115,38,38,80,114,40,97,41,44,97,46,111,112,116,105,111,110,115,46,99,111,109,112,117,116,101,100,38,38,84,114,40,97,41,44,97,46,101,120,116,101,110,100,61,110,46,101,120,116,101,110,100,44,97,46,109,105,120,105,110,61,110,46,109,105,120,105,110,44,97,46,117,115,101,61,110,46,117,115,101,44,78,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,97,91,116,93,61,110,91,116,93,125,41,41,44,111,38,38,40,97,46,111,112,116,105,111,110,115,46,99,111,109,112,111,110,101,110,116,115,91,111,93,61,97,41,44,97,46,115,117,112,101,114,79,112,116,105,111,110,115,61,110,46,111,112,116,105,111,110,115,44,97,46,101,120,116,101,110,100,79,112,116,105,111,110,115,61,116,44,97,46,115,101,97,108,101,100,79,112,116,105,111,110,115,61,65,40,123,125,44,97,46,111,112,116,105,111,110,115,41,44,105,91,114,93,61,97,44,97,125,125,102,117,110,99,116,105,111,110,32,80,114,40,116,41,123,118,97,114,32,101,61,116,46,111,112,116,105,111,110,115,46,112,114,111,112,115,59,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,105,114,40,116,46,112,114,111,116,111,116,121,112,101,44,34,95,112,114,111,112,115,34,44,110,41,125,102,117,110,99,116,105,111,110,32,84,114,40,116,41,123,118,97,114,32,101,61,116,46,111,112,116,105,111,110,115,46,99,111,109,112,117,116,101,100,59,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,102,114,40,116,46,112,114,111,116,111,116,121,112,101,44,110,44,101,91,110,93,41,125,102,117,110,99,116,105,111,110,32,106,114,40,116,41,123,78,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,91,101,93,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,110,63,40,34,99,111,109,112,111,110,101,110,116,34,61,61,61,101,38,38,108,40,110,41,38,38,40,110,46,110,97,109,101,61,110,46,110,97,109,101,124,124,116,44,110,61,116,104,105,115,46,111,112,116,105,111,110,115,46,95,98,97,115,101,46,101,120,116,101,110,100,40,110,41,41,44,34,100,105,114,101,99,116,105,118,101,34,61,61,61,101,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,110,38,38,40,110,61,123,98,105,110,100,58,110,44,117,112,100,97,116,101,58,110,125,41,44,116,104,105,115,46,111,112,116,105,111,110,115,91,101,43,34,115,34,93,91,116,93,61,110,44,110,41,58,116,104,105,115,46,111,112,116,105,111,110,115,91,101,43,34,115,34,93,91,116,93,125,125,41,41,125,102,117,110,99,116,105,111,110,32,69,114,40,116,41,123,114,101,116,117,114,110,32,116,38,38,40,116,46,67,116,111,114,46,111,112,116,105,111,110,115,46,110,97,109,101,124,124,116,46,116,97,103,41,125,102,117,110,99,116,105,111,110,32,65,114,40,116,44,101,41,123,114,101,116,117,114,110,32,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,63,116,46,105,110,100,101,120,79,102,40,101,41,62,45,49,58,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,63,116,46,115,112,108,105,116,40,34,44,34,41,46,105,110,100,101,120,79,102,40,101,41,62,45,49,58,33,33,102,40,116,41,38,38,116,46,116,101,115,116,40,101,41,125,102,117,110,99,116,105,111,110,32,68,114,40,116,44,101,41,123,118,97,114,32,110,61,116,46,99,97,99,104,101,44,114,61,116,46,107,101,121,115,44,105,61,116,46,95,118,110,111,100,101,59,102,111,114,40,118,97,114,32,111,32,105,110,32,110,41,123,118,97,114,32,97,61,110,91,111,93,59,105,102,40,97,41,123,118,97,114,32,115,61,69,114,40,97,46,99,111,109,112,111,110,101,110,116,79,112,116,105,111,110,115,41,59,115,38,38,33,101,40,115,41,38,38,76,114,40,110,44,111,44,114,44,105,41,125,125,125,102,117,110,99,116,105,111,110,32,76,114,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,91,101,93,59,33,105,124,124,114,38,38,105,46,116,97,103,61,61,61,114,46,116,97,103,124,124,105,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,46,36,100,101,115,116,114,111,121,40,41,44,116,91,101,93,61,110,117,108,108,44,98,40,110,44,101,41,125,121,114,40,79,114,41,44,109,114,40,79,114,41,44,106,110,40,79,114,41,44,76,110,40,79,114,41,44,98,110,40,79,114,41,59,118,97,114,32,77,114,61,91,83,116,114,105,110,103,44,82,101,103,69,120,112,44,65,114,114,97,121,93,44,73,114,61,123,110,97,109,101,58,34,107,101,101,112,45,97,108,105,118,101,34,44,97,98,115,116,114,97,99,116,58,33,48,44,112,114,111,112,115,58,123,105,110,99,108,117,100,101,58,77,114,44,101,120,99,108,117,100,101,58,77,114,44,109,97,120,58,91,83,116,114,105,110,103,44,78,117,109,98,101,114,93,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,97,99,104,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,116,104,105,115,46,107,101,121,115,61,91,93,125,44,100,101,115,116,114,111,121,101,100,58,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,32,105,110,32,116,104,105,115,46,99,97,99,104,101,41,76,114,40,116,104,105,115,46,99,97,99,104,101,44,116,44,116,104,105,115,46,107,101,121,115,41,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,119,97,116,99,104,40,34,105,110,99,108,117,100,101,34,44,40,102,117,110,99,116,105,111,110,40,101,41,123,68,114,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,65,114,40,101,44,116,41,125,41,41,125,41,41,44,116,104,105,115,46,36,119,97,116,99,104,40,34,101,120,99,108,117,100,101,34,44,40,102,117,110,99,116,105,111,110,40,101,41,123,68,114,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,65,114,40,101,44,116,41,125,41,41,125,41,41,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,115,108,111,116,115,46,100,101,102,97,117,108,116,44,101,61,79,110,40,116,41,44,110,61,101,38,38,101,46,99,111,109,112,111,110,101,110,116,79,112,116,105,111,110,115,59,105,102,40,110,41,123,118,97,114,32,114,61,69,114,40,110,41,44,105,61,116,104,105,115,44,111,61,105,46,105,110,99,108,117,100,101,44,97,61,105,46,101,120,99,108,117,100,101,59,105,102,40,111,38,38,40,33,114,124,124,33,65,114,40,111,44,114,41,41,124,124,97,38,38,114,38,38,65,114,40,97,44,114,41,41,114,101,116,117,114,110,32,101,59,118,97,114,32,115,61,116,104,105,115,44,99,61,115,46,99,97,99,104,101,44,117,61,115,46,107,101,121,115,44,108,61,110,117,108,108,61,61,101,46,107,101,121,63,110,46,67,116,111,114,46,99,105,100,43,40,110,46,116,97,103,63,34,58,58,34,43,110,46,116,97,103,58,34,34,41,58,101,46,107,101,121,59,99,91,108,93,63,40,101,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,61,99,91,108,93,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,44,98,40,117,44,108,41,44,117,46,112,117,115,104,40,108,41,41,58,40,99,91,108,93,61,101,44,117,46,112,117,115,104,40,108,41,44,116,104,105,115,46,109,97,120,38,38,117,46,108,101,110,103,116,104,62,112,97,114,115,101,73,110,116,40,116,104,105,115,46,109,97,120,41,38,38,76,114,40,99,44,117,91,48,93,44,117,44,116,104,105,115,46,95,118,110,111,100,101,41,41,44,101,46,100,97,116,97,46,107,101,101,112,65,108,105,118,101,61,33,48,125,114,101,116,117,114,110,32,101,124,124,116,38,38,116,91,48,93,125,125,44,36,114,61,123,75,101,101,112,65,108,105,118,101,58,73,114,125,59,102,117,110,99,116,105,111,110,32,70,114,40,116,41,123,118,97,114,32,101,61,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,86,125,125,59,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,34,99,111,110,102,105,103,34,44,101,41,44,116,46,117,116,105,108,61,123,119,97,114,110,58,100,116,44,101,120,116,101,110,100,58,65,44,109,101,114,103,101,79,112,116,105,111,110,115,58,89,116,44,100,101,102,105,110,101,82,101,97,99,116,105,118,101,58,77,116,125,44,116,46,115,101,116,61,73,116,44,116,46,100,101,108,101,116,101,61,36,116,44,116,46,110,101,120,116,84,105,99,107,61,112,101,44,116,46,111,98,115,101,114,118,97,98,108,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,76,116,40,116,41,44,116,125,44,116,46,111,112,116,105,111,110,115,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,78,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,111,112,116,105,111,110,115,91,101,43,34,115,34,93,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,125,41,41,44,116,46,111,112,116,105,111,110,115,46,95,98,97,115,101,61,116,44,65,40,116,46,111,112,116,105,111,110,115,46,99,111,109,112,111,110,101,110,116,115,44,36,114,41,44,83,114,40,116,41,44,107,114,40,116,41,44,67,114,40,116,41,44,106,114,40,116,41,125,70,114,40,79,114,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,79,114,46,112,114,111,116,111,116,121,112,101,44,34,36,105,115,83,101,114,118,101,114,34,44,123,103,101,116,58,99,116,125,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,79,114,46,112,114,111,116,111,116,121,112,101,44,34,36,115,115,114,67,111,110,116,101,120,116,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,118,110,111,100,101,38,38,116,104,105,115,46,36,118,110,111,100,101,46,115,115,114,67,111,110,116,101,120,116,125,125,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,79,114,44,34,70,117,110,99,116,105,111,110,97,108,82,101,110,100,101,114,67,111,110,116,101,120,116,34,44,123,118,97,108,117,101,58,90,101,125,41,44,79,114,46,118,101,114,115,105,111,110,61,34,50,46,54,46,49,50,34,59,118,97,114,32,66,114,61,103,40,34,115,116,121,108,101,44,99,108,97,115,115,34,41,44,82,114,61,103,40,34,105,110,112,117,116,44,116,101,120,116,97,114,101,97,44,111,112,116,105,111,110,44,115,101,108,101,99,116,44,112,114,111,103,114,101,115,115,34,41,44,78,114,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,34,118,97,108,117,101,34,61,61,61,110,38,38,82,114,40,116,41,38,38,34,98,117,116,116,111,110,34,33,61,61,101,124,124,34,115,101,108,101,99,116,101,100,34,61,61,61,110,38,38,34,111,112,116,105,111,110,34,61,61,61,116,124,124,34,99,104,101,99,107,101,100,34,61,61,61,110,38,38,34,105,110,112,117,116,34,61,61,61,116,124,124,34,109,117,116,101,100,34,61,61,61,110,38,38,34,118,105,100,101,111,34,61,61,61,116,125,44,122,114,61,103,40,34,99,111,110,116,101,110,116,101,100,105,116,97,98,108,101,44,100,114,97,103,103,97,98,108,101,44,115,112,101,108,108,99,104,101,99,107,34,41,44,86,114,61,103,40,34,101,118,101,110,116,115,44,99,97,114,101,116,44,116,121,112,105,110,103,44,112,108,97,105,110,116,101,120,116,45,111,110,108,121,34,41,44,72,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,89,114,40,101,41,124,124,34,102,97,108,115,101,34,61,61,61,101,63,34,102,97,108,115,101,34,58,34,99,111,110,116,101,110,116,101,100,105,116,97,98,108,101,34,61,61,61,116,38,38,86,114,40,101,41,63,101,58,34,116,114,117,101,34,125,44,85,114,61,103,40,34,97,108,108,111,119,102,117,108,108,115,99,114,101,101,110,44,97,115,121,110,99,44,97,117,116,111,102,111,99,117,115,44,97,117,116,111,112,108,97,121,44,99,104,101,99,107,101,100,44,99,111,109,112,97,99,116,44,99,111,110,116,114,111,108,115,44,100,101,99,108,97,114,101,44,100,101,102,97,117,108,116,44,100,101,102,97,117,108,116,99,104,101,99,107,101,100,44,100,101,102,97,117,108,116,109,117,116,101,100,44,100,101,102,97,117,108,116,115,101,108,101,99,116,101,100,44,100,101,102,101,114,44,100,105,115,97,98,108,101,100,44,101,110,97,98,108,101,100,44,102,111,114,109,110,111,118,97,108,105,100,97,116,101,44,104,105,100,100,101,110,44,105,110,100,101,116,101,114,109,105,110,97,116,101,44,105,110,101,114,116,44,105,115,109,97,112,44,105,116,101,109,115,99,111,112,101,44,108,111,111,112,44,109,117,108,116,105,112,108,101,44,109,117,116,101,100,44,110,111,104,114,101,102,44,110,111,114,101,115,105,122,101,44,110,111,115,104,97,100,101,44,110,111,118,97,108,105,100,97,116,101,44,110,111,119,114,97,112,44,111,112,101,110,44,112,97,117,115,101,111,110,101,120,105,116,44,114,101,97,100,111,110,108,121,44,114,101,113,117,105,114,101,100,44,114,101,118,101,114,115,101,100,44,115,99,111,112,101,100,44,115,101,97,109,108,101,115,115,44,115,101,108,101,99,116,101,100,44,115,111,114,116,97,98,108,101,44,116,114,97,110,115,108,97,116,101,44,116,114,117,101,115,112,101,101,100,44,116,121,112,101,109,117,115,116,109,97,116,99,104,44,118,105,115,105,98,108,101,34,41,44,87,114,61,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,49,57,57,57,47,120,108,105,110,107,34,44,113,114,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,58,34,61,61,61,116,46,99,104,97,114,65,116,40,53,41,38,38,34,120,108,105,110,107,34,61,61,61,116,46,115,108,105,99,101,40,48,44,53,41,125,44,71,114,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,113,114,40,116,41,63,116,46,115,108,105,99,101,40,54,44,116,46,108,101,110,103,116,104,41,58,34,34,125,44,89,114,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,124,124,33,49,61,61,61,116,125,59,102,117,110,99,116,105,111,110,32,75,114,40,116,41,123,118,97,114,32,101,61,116,46,100,97,116,97,44,110,61,116,44,114,61,116,59,119,104,105,108,101,40,105,40,114,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,41,41,114,61,114,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,46,95,118,110,111,100,101,44,114,38,38,114,46,100,97,116,97,38,38,40,101,61,88,114,40,114,46,100,97,116,97,44,101,41,41,59,119,104,105,108,101,40,105,40,110,61,110,46,112,97,114,101,110,116,41,41,110,38,38,110,46,100,97,116,97,38,38,40,101,61,88,114,40,101,44,110,46,100,97,116,97,41,41,59,114,101,116,117,114,110,32,90,114,40,101,46,115,116,97,116,105,99,67,108,97,115,115,44,101,46,99,108,97,115,115,41,125,102,117,110,99,116,105,111,110,32,88,114,40,116,44,101,41,123,114,101,116,117,114,110,123,115,116,97,116,105,99,67,108,97,115,115,58,74,114,40,116,46,115,116,97,116,105,99,67,108,97,115,115,44,101,46,115,116,97,116,105,99,67,108,97,115,115,41,44,99,108,97,115,115,58,105,40,116,46,99,108,97,115,115,41,63,91,116,46,99,108,97,115,115,44,101,46,99,108,97,115,115,93,58,101,46,99,108,97,115,115,125,125,102,117,110,99,116,105,111,110,32,90,114,40,116,44,101,41,123,114,101,116,117,114,110,32,105,40,116,41,124,124,105,40,101,41,63,74,114,40,116,44,81,114,40,101,41,41,58,34,34,125,102,117,110,99,116,105,111,110,32,74,114,40,116,44,101,41,123,114,101,116,117,114,110,32,116,63,101,63,116,43,34,32,34,43,101,58,116,58,101,124,124,34,34,125,102,117,110,99,116,105,111,110,32,81,114,40,116,41,123,114,101,116,117,114,110,32,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,63,116,105,40,116,41,58,99,40,116,41,63,101,105,40,116,41,58,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,63,116,58,34,34,125,102,117,110,99,116,105,111,110,32,116,105,40,116,41,123,102,111,114,40,118,97,114,32,101,44,110,61,34,34,44,114,61,48,44,111,61,116,46,108,101,110,103,116,104,59,114,60,111,59,114,43,43,41,105,40,101,61,81,114,40,116,91,114,93,41,41,38,38,34,34,33,61,61,101,38,38,40,110,38,38,40,110,43,61,34,32,34,41,44,110,43,61,101,41,59,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,101,105,40,116,41,123,118,97,114,32,101,61,34,34,59,102,111,114,40,118,97,114,32,110,32,105,110,32,116,41,116,91,110,93,38,38,40,101,38,38,40,101,43,61,34,32,34,41,44,101,43,61,110,41,59,114,101,116,117,114,110,32,101,125,118,97,114,32,110,105,61,123,115,118,103,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,109,97,116,104,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,49,57,57,56,47,77,97,116,104,47,77,97,116,104,77,76,34,125,44,114,105,61,103,40,34,104,116,109,108,44,98,111,100,121,44,98,97,115,101,44,104,101,97,100,44,108,105,110,107,44,109,101,116,97,44,115,116,121,108,101,44,116,105,116,108,101,44,97,100,100,114,101,115,115,44,97,114,116,105,99,108,101,44,97,115,105,100,101,44,102,111,111,116,101,114,44,104,101,97,100,101,114,44,104,49,44,104,50,44,104,51,44,104,52,44,104,53,44,104,54,44,104,103,114,111,117,112,44,110,97,118,44,115,101,99,116,105,111,110,44,100,105,118,44,100,100,44,100,108,44,100,116,44,102,105,103,99,97,112,116,105,111,110,44,102,105,103,117,114,101,44,112,105,99,116,117,114,101,44,104,114,44,105,109,103,44,108,105,44,109,97,105,110,44,111,108,44,112,44,112,114,101,44,117,108,44,97,44,98,44,97,98,98,114,44,98,100,105,44,98,100,111,44,98,114,44,99,105,116,101,44,99,111,100,101,44,100,97,116,97,44,100,102,110,44,101,109,44,105,44,107,98,100,44,109,97,114,107,44,113,44,114,112,44,114,116,44,114,116,99,44,114,117,98,121,44,115,44,115,97,109,112,44,115,109,97,108,108,44,115,112,97,110,44,115,116,114,111,110,103,44,115,117,98,44,115,117,112,44,116,105,109,101,44,117,44,118,97,114,44,119,98,114,44,97,114,101,97,44,97,117,100,105,111,44,109,97,112,44,116,114,97,99,107,44,118,105,100,101,111,44,101,109,98,101,100,44,111,98,106,101,99,116,44,112,97,114,97,109,44,115,111,117,114,99,101,44,99,97,110,118,97,115,44,115,99,114,105,112,116,44,110,111,115,99,114,105,112,116,44,100,101,108,44,105,110,115,44,99,97,112,116,105,111,110,44,99,111,108,44,99,111,108,103,114,111,117,112,44,116,97,98,108,101,44,116,104,101,97,100,44,116,98,111,100,121,44,116,100,44,116,104,44,116,114,44,98,117,116,116,111,110,44,100,97,116,97,108,105,115,116,44,102,105,101,108,100,115,101,116,44,102,111,114,109,44,105,110,112,117,116,44,108,97,98,101,108,44,108,101,103,101,110,100,44,109,101,116,101,114,44,111,112,116,103,114,111,117,112,44,111,112,116,105,111,110,44,111,117,116,112,117,116,44,112,114,111,103,114,101,115,115,44,115,101,108,101,99,116,44,116,101,120,116,97,114,101,97,44,100,101,116,97,105,108,115,44,100,105,97,108,111,103,44,109,101,110,117,44,109,101,110,117,105,116,101,109,44,115,117,109,109,97,114,121,44,99,111,110,116,101,110,116,44,101,108,101,109,101,110,116,44,115,104,97,100,111,119,44,116,101,109,112,108,97,116,101,44,98,108,111,99,107,113,117,111,116,101,44,105,102,114,97,109,101,44,116,102,111,111,116,34,41,44,105,105,61,103,40,34,115,118,103,44,97,110,105,109,97,116,101,44,99,105,114,99,108,101,44,99,108,105,112,112,97,116,104,44,99,117,114,115,111,114,44,100,101,102,115,44,100,101,115,99,44,101,108,108,105,112,115,101,44,102,105,108,116,101,114,44,102,111,110,116,45,102,97,99,101,44,102,111,114,101,105,103,110,79,98,106,101,99,116,44,103,44,103,108,121,112,104,44,105,109,97,103,101,44,108,105,110,101,44,109,97,114,107,101,114,44,109,97,115,107,44,109,105,115,115,105,110,103,45,103,108,121,112,104,44,112,97,116,104,44,112,97,116,116,101,114,110,44,112,111,108,121,103,111,110,44,112,111,108,121,108,105,110,101,44,114,101,99,116,44,115,119,105,116,99,104,44,115,121,109,98,111,108,44,116,101,120,116,44,116,101,120,116,112,97,116,104,44,116,115,112,97,110,44,117,115,101,44,118,105,101,119,34,44,33,48,41,44,111,105,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,105,40,116,41,124,124,105,105,40,116,41,125,59,102,117,110,99,116,105,111,110,32,97,105,40,116,41,123,114,101,116,117,114,110,32,105,105,40,116,41,63,34,115,118,103,34,58,34,109,97,116,104,34,61,61,61,116,63,34,109,97,116,104,34,58,118,111,105,100,32,48,125,118,97,114,32,115,105,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,59,102,117,110,99,116,105,111,110,32,99,105,40,116,41,123,105,102,40,33,88,41,114,101,116,117,114,110,33,48,59,105,102,40,111,105,40,116,41,41,114,101,116,117,114,110,33,49,59,105,102,40,116,61,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,110,117,108,108,33,61,115,105,91,116,93,41,114,101,116,117,114,110,32,115,105,91,116,93,59,118,97,114,32,101,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,116,41,59,114,101,116,117,114,110,32,116,46,105,110,100,101,120,79,102,40,34,45,34,41,62,45,49,63,115,105,91,116,93,61,101,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,119,105,110,100,111,119,46,72,84,77,76,85,110,107,110,111,119,110,69,108,101,109,101,110,116,124,124,101,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,119,105,110,100,111,119,46,72,84,77,76,69,108,101,109,101,110,116,58,115,105,91,116,93,61,47,72,84,77,76,85,110,107,110,111,119,110,69,108,101,109,101,110,116,47,46,116,101,115,116,40,101,46,116,111,83,116,114,105,110,103,40,41,41,125,118,97,114,32,117,105,61,103,40,34,116,101,120,116,44,110,117,109,98,101,114,44,112,97,115,115,119,111,114,100,44,115,101,97,114,99,104,44,101,109,97,105,108,44,116,101,108,44,117,114,108,34,41,59,102,117,110,99,116,105,111,110,32,108,105,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,123,118,97,114,32,101,61,100,111,99,117,109,101,110,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,116,41,59,114,101,116,117,114,110,32,101,124,124,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,102,105,40,116,44,101,41,123,118,97,114,32,110,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,116,41,59,114,101,116,117,114,110,34,115,101,108,101,99,116,34,33,61,61,116,124,124,101,46,100,97,116,97,38,38,101,46,100,97,116,97,46,97,116,116,114,115,38,38,118,111,105,100,32,48,33,61,61,101,46,100,97,116,97,46,97,116,116,114,115,46,109,117,108,116,105,112,108,101,38,38,110,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,109,117,108,116,105,112,108,101,34,44,34,109,117,108,116,105,112,108,101,34,41,44,110,125,102,117,110,99,116,105,111,110,32,104,105,40,116,44,101,41,123,114,101,116,117,114,110,32,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,78,83,40,110,105,91,116,93,44,101,41,125,102,117,110,99,116,105,111,110,32,100,105,40,116,41,123,114,101,116,117,114,110,32,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,84,101,120,116,78,111,100,101,40,116,41,125,102,117,110,99,116,105,111,110,32,112,105,40,116,41,123,114,101,116,117,114,110,32,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,67,111,109,109,101,110,116,40,116,41,125,102,117,110,99,116,105,111,110,32,118,105,40,116,44,101,44,110,41,123,116,46,105,110,115,101,114,116,66,101,102,111,114,101,40,101,44,110,41,125,102,117,110,99,116,105,111,110,32,103,105,40,116,44,101,41,123,116,46,114,101,109,111,118,101,67,104,105,108,100,40,101,41,125,102,117,110,99,116,105,111,110,32,109,105,40,116,44,101,41,123,116,46,97,112,112,101,110,100,67,104,105,108,100,40,101,41,125,102,117,110,99,116,105,111,110,32,98,105,40,116,41,123,114,101,116,117,114,110,32,116,46,112,97,114,101,110,116,78,111,100,101,125,102,117,110,99,116,105,111,110,32,121,105,40,116,41,123,114,101,116,117,114,110,32,116,46,110,101,120,116,83,105,98,108,105,110,103,125,102,117,110,99,116,105,111,110,32,119,105,40,116,41,123,114,101,116,117,114,110,32,116,46,116,97,103,78,97,109,101,125,102,117,110,99,116,105,111,110,32,95,105,40,116,44,101,41,123,116,46,116,101,120,116,67,111,110,116,101,110,116,61,101,125,102,117,110,99,116,105,111,110,32,120,105,40,116,44,101,41,123,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,101,44,34,34,41,125,118,97,114,32,79,105,61,79,98,106,101,99,116,46,102,114,101,101,122,101,40,123,99,114,101,97,116,101,69,108,101,109,101,110,116,58,102,105,44,99,114,101,97,116,101,69,108,101,109,101,110,116,78,83,58,104,105,44,99,114,101,97,116,101,84,101,120,116,78,111,100,101,58,100,105,44,99,114,101,97,116,101,67,111,109,109,101,110,116,58,112,105,44,105,110,115,101,114,116,66,101,102,111,114,101,58,118,105,44,114,101,109,111,118,101,67,104,105,108,100,58,103,105,44,97,112,112,101,110,100,67,104,105,108,100,58,109,105,44,112,97,114,101,110,116,78,111,100,101,58,98,105,44,110,101,120,116,83,105,98,108,105,110,103,58,121,105,44,116,97,103,78,97,109,101,58,119,105,44,115,101,116,84,101,120,116,67,111,110,116,101,110,116,58,95,105,44,115,101,116,83,116,121,108,101,83,99,111,112,101,58,120,105,125,41,44,83,105,61,123,99,114,101,97,116,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,107,105,40,101,41,125,44,117,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,100,97,116,97,46,114,101,102,33,61,61,101,46,100,97,116,97,46,114,101,102,38,38,40,107,105,40,116,44,33,48,41,44,107,105,40,101,41,41,125,44,100,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,116,41,123,107,105,40,116,44,33,48,41,125,125,59,102,117,110,99,116,105,111,110,32,107,105,40,116,44,101,41,123,118,97,114,32,110,61,116,46,100,97,116,97,46,114,101,102,59,105,102,40,105,40,110,41,41,123,118,97,114,32,114,61,116,46,99,111,110,116,101,120,116,44,111,61,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,124,124,116,46,101,108,109,44,97,61,114,46,36,114,101,102,115,59,101,63,65,114,114,97,121,46,105,115,65,114,114,97,121,40,97,91,110,93,41,63,98,40,97,91,110,93,44,111,41,58,97,91,110,93,61,61,61,111,38,38,40,97,91,110,93,61,118,111,105,100,32,48,41,58,116,46,100,97,116,97,46,114,101,102,73,110,70,111,114,63,65,114,114,97,121,46,105,115,65,114,114,97,121,40,97,91,110,93,41,63,97,91,110,93,46,105,110,100,101,120,79,102,40,111,41,60,48,38,38,97,91,110,93,46,112,117,115,104,40,111,41,58,97,91,110,93,61,91,111,93,58,97,91,110,93,61,111,125,125,118,97,114,32,67,105,61,110,101,119,32,121,116,40,34,34,44,123,125,44,91,93,41,44,80,105,61,91,34,99,114,101,97,116,101,34,44,34,97,99,116,105,118,97,116,101,34,44,34,117,112,100,97,116,101,34,44,34,114,101,109,111,118,101,34,44,34,100,101,115,116,114,111,121,34,93,59,102,117,110,99,116,105,111,110,32,84,105,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,107,101,121,61,61,61,101,46,107,101,121,38,38,40,116,46,116,97,103,61,61,61,101,46,116,97,103,38,38,116,46,105,115,67,111,109,109,101,110,116,61,61,61,101,46,105,115,67,111,109,109,101,110,116,38,38,105,40,116,46,100,97,116,97,41,61,61,61,105,40,101,46,100,97,116,97,41,38,38,106,105,40,116,44,101,41,124,124,111,40,116,46,105,115,65,115,121,110,99,80,108,97,99,101,104,111,108,100,101,114,41,38,38,116,46,97,115,121,110,99,70,97,99,116,111,114,121,61,61,61,101,46,97,115,121,110,99,70,97,99,116,111,114,121,38,38,114,40,101,46,97,115,121,110,99,70,97,99,116,111,114,121,46,101,114,114,111,114,41,41,125,102,117,110,99,116,105,111,110,32,106,105,40,116,44,101,41,123,105,102,40,34,105,110,112,117,116,34,33,61,61,116,46,116,97,103,41,114,101,116,117,114,110,33,48,59,118,97,114,32,110,44,114,61,105,40,110,61,116,46,100,97,116,97,41,38,38,105,40,110,61,110,46,97,116,116,114,115,41,38,38,110,46,116,121,112,101,44,111,61,105,40,110,61,101,46,100,97,116,97,41,38,38,105,40,110,61,110,46,97,116,116,114,115,41,38,38,110,46,116,121,112,101,59,114,101,116,117,114,110,32,114,61,61,61,111,124,124,117,105,40,114,41,38,38,117,105,40,111,41,125,102,117,110,99,116,105,111,110,32,69,105,40,116,44,101,44,110,41,123,118,97,114,32,114,44,111,44,97,61,123,125,59,102,111,114,40,114,61,101,59,114,60,61,110,59,43,43,114,41,111,61,116,91,114,93,46,107,101,121,44,105,40,111,41,38,38,40,97,91,111,93,61,114,41,59,114,101,116,117,114,110,32,97,125,102,117,110,99,116,105,111,110,32,65,105,40,116,41,123,118,97,114,32,101,44,110,44,97,61,123,125,44,99,61,116,46,109,111,100,117,108,101,115,44,117,61,116,46,110,111,100,101,79,112,115,59,102,111,114,40,101,61,48,59,101,60,80,105,46,108,101,110,103,116,104,59,43,43,101,41,102,111,114,40,97,91,80,105,91,101,93,93,61,91,93,44,110,61,48,59,110,60,99,46,108,101,110,103,116,104,59,43,43,110,41,105,40,99,91,110,93,91,80,105,91,101,93,93,41,38,38,97,91,80,105,91,101,93,93,46,112,117,115,104,40,99,91,110,93,91,80,105,91,101,93,93,41,59,102,117,110,99,116,105,111,110,32,108,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,121,116,40,117,46,116,97,103,78,97,109,101,40,116,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,123,125,44,91,93,44,118,111,105,100,32,48,44,116,41,125,102,117,110,99,116,105,111,110,32,102,40,116,44,101,41,123,102,117,110,99,116,105,111,110,32,110,40,41,123,48,61,61,61,45,45,110,46,108,105,115,116,101,110,101,114,115,38,38,104,40,116,41,125,114,101,116,117,114,110,32,110,46,108,105,115,116,101,110,101,114,115,61,101,44,110,125,102,117,110,99,116,105,111,110,32,104,40,116,41,123,118,97,114,32,101,61,117,46,112,97,114,101,110,116,78,111,100,101,40,116,41,59,105,40,101,41,38,38,117,46,114,101,109,111,118,101,67,104,105,108,100,40,101,44,116,41,125,102,117,110,99,116,105,111,110,32,100,40,116,44,101,44,110,44,114,44,97,44,115,44,99,41,123,105,102,40,105,40,116,46,101,108,109,41,38,38,105,40,115,41,38,38,40,116,61,115,91,99,93,61,79,116,40,116,41,41,44,116,46,105,115,82,111,111,116,73,110,115,101,114,116,61,33,97,44,33,112,40,116,44,101,44,110,44,114,41,41,123,118,97,114,32,108,61,116,46,100,97,116,97,44,102,61,116,46,99,104,105,108,100,114,101,110,44,104,61,116,46,116,97,103,59,105,40,104,41,63,40,116,46,101,108,109,61,116,46,110,115,63,117,46,99,114,101,97,116,101,69,108,101,109,101,110,116,78,83,40,116,46,110,115,44,104,41,58,117,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,104,44,116,41,44,120,40,116,41,44,121,40,116,44,102,44,101,41,44,105,40,108,41,38,38,95,40,116,44,101,41,44,98,40,110,44,116,46,101,108,109,44,114,41,41,58,111,40,116,46,105,115,67,111,109,109,101,110,116,41,63,40,116,46,101,108,109,61,117,46,99,114,101,97,116,101,67,111,109,109,101,110,116,40,116,46,116,101,120,116,41,44,98,40,110,44,116,46,101,108,109,44,114,41,41,58,40,116,46,101,108,109,61,117,46,99,114,101,97,116,101,84,101,120,116,78,111,100,101,40,116,46,116,101,120,116,41,44,98,40,110,44,116,46,101,108,109,44,114,41,41,125,125,102,117,110,99,116,105,111,110,32,112,40,116,44,101,44,110,44,114,41,123,118,97,114,32,97,61,116,46,100,97,116,97,59,105,102,40,105,40,97,41,41,123,118,97,114,32,115,61,105,40,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,41,38,38,97,46,107,101,101,112,65,108,105,118,101,59,105,102,40,105,40,97,61,97,46,104,111,111,107,41,38,38,105,40,97,61,97,46,105,110,105,116,41,38,38,97,40,116,44,33,49,41,44,105,40,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,41,41,114,101,116,117,114,110,32,118,40,116,44,101,41,44,98,40,110,44,116,46,101,108,109,44,114,41,44,111,40,115,41,38,38,109,40,116,44,101,44,110,44,114,41,44,33,48,125,125,102,117,110,99,116,105,111,110,32,118,40,116,44,101,41,123,105,40,116,46,100,97,116,97,46,112,101,110,100,105,110,103,73,110,115,101,114,116,41,38,38,40,101,46,112,117,115,104,46,97,112,112,108,121,40,101,44,116,46,100,97,116,97,46,112,101,110,100,105,110,103,73,110,115,101,114,116,41,44,116,46,100,97,116,97,46,112,101,110,100,105,110,103,73,110,115,101,114,116,61,110,117,108,108,41,44,116,46,101,108,109,61,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,46,36,101,108,44,119,40,116,41,63,40,95,40,116,44,101,41,44,120,40,116,41,41,58,40,107,105,40,116,41,44,101,46,112,117,115,104,40,116,41,41,125,102,117,110,99,116,105,111,110,32,109,40,116,44,101,44,110,44,114,41,123,118,97,114,32,111,44,115,61,116,59,119,104,105,108,101,40,115,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,41,105,102,40,115,61,115,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,46,95,118,110,111,100,101,44,105,40,111,61,115,46,100,97,116,97,41,38,38,105,40,111,61,111,46,116,114,97,110,115,105,116,105,111,110,41,41,123,102,111,114,40,111,61,48,59,111,60,97,46,97,99,116,105,118,97,116,101,46,108,101,110,103,116,104,59,43,43,111,41,97,46,97,99,116,105,118,97,116,101,91,111,93,40,67,105,44,115,41,59,101,46,112,117,115,104,40,115,41,59,98,114,101,97,107,125,98,40,110,44,116,46,101,108,109,44,114,41,125,102,117,110,99,116,105,111,110,32,98,40,116,44,101,44,110,41,123,105,40,116,41,38,38,40,105,40,110,41,63,117,46,112,97,114,101,110,116,78,111,100,101,40,110,41,61,61,61,116,38,38,117,46,105,110,115,101,114,116,66,101,102,111,114,101,40,116,44,101,44,110,41,58,117,46,97,112,112,101,110,100,67,104,105,108,100,40,116,44,101,41,41,125,102,117,110,99,116,105,111,110,32,121,40,116,44,101,44,110,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,41,41,123,48,59,102,111,114,40,118,97,114,32,114,61,48,59,114,60,101,46,108,101,110,103,116,104,59,43,43,114,41,100,40,101,91,114,93,44,110,44,116,46,101,108,109,44,110,117,108,108,44,33,48,44,101,44,114,41,125,101,108,115,101,32,115,40,116,46,116,101,120,116,41,38,38,117,46,97,112,112,101,110,100,67,104,105,108,100,40,116,46,101,108,109,44,117,46,99,114,101,97,116,101,84,101,120,116,78,111,100,101,40,83,116,114,105,110,103,40,116,46,116,101,120,116,41,41,41,125,102,117,110,99,116,105,111,110,32,119,40,116,41,123,119,104,105,108,101,40,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,41,116,61,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,46,95,118,110,111,100,101,59,114,101,116,117,114,110,32,105,40,116,46,116,97,103,41,125,102,117,110,99,116,105,111,110,32,95,40,116,44,110,41,123,102,111,114,40,118,97,114,32,114,61,48,59,114,60,97,46,99,114,101,97,116,101,46,108,101,110,103,116,104,59,43,43,114,41,97,46,99,114,101,97,116,101,91,114,93,40,67,105,44,116,41,59,101,61,116,46,100,97,116,97,46,104,111,111,107,44,105,40,101,41,38,38,40,105,40,101,46,99,114,101,97,116,101,41,38,38,101,46,99,114,101,97,116,101,40,67,105,44,116,41,44,105,40,101,46,105,110,115,101,114,116,41,38,38,110,46,112,117,115,104,40,116,41,41,125,102,117,110,99,116,105,111,110,32,120,40,116,41,123,118,97,114,32,101,59,105,102,40,105,40,101,61,116,46,102,110,83,99,111,112,101,73,100,41,41,117,46,115,101,116,83,116,121,108,101,83,99,111,112,101,40,116,46,101,108,109,44,101,41,59,101,108,115,101,123,118,97,114,32,110,61,116,59,119,104,105,108,101,40,110,41,105,40,101,61,110,46,99,111,110,116,101,120,116,41,38,38,105,40,101,61,101,46,36,111,112,116,105,111,110,115,46,95,115,99,111,112,101,73,100,41,38,38,117,46,115,101,116,83,116,121,108,101,83,99,111,112,101,40,116,46,101,108,109,44,101,41,44,110,61,110,46,112,97,114,101,110,116,125,105,40,101,61,69,110,41,38,38,101,33,61,61,116,46,99,111,110,116,101,120,116,38,38,101,33,61,61,116,46,102,110,67,111,110,116,101,120,116,38,38,105,40,101,61,101,46,36,111,112,116,105,111,110,115,46,95,115,99,111,112,101,73,100,41,38,38,117,46,115,101,116,83,116,121,108,101,83,99,111,112,101,40,116,46,101,108,109,44,101,41,125,102,117,110,99,116,105,111,110,32,79,40,116,44,101,44,110,44,114,44,105,44,111,41,123,102,111,114,40,59,114,60,61,105,59,43,43,114,41,100,40,110,91,114,93,44,111,44,116,44,101,44,33,49,44,110,44,114,41,125,102,117,110,99,116,105,111,110,32,83,40,116,41,123,118,97,114,32,101,44,110,44,114,61,116,46,100,97,116,97,59,105,102,40,105,40,114,41,41,102,111,114,40,105,40,101,61,114,46,104,111,111,107,41,38,38,105,40,101,61,101,46,100,101,115,116,114,111,121,41,38,38,101,40,116,41,44,101,61,48,59,101,60,97,46,100,101,115,116,114,111,121,46,108,101,110,103,116,104,59,43,43,101,41,97,46,100,101,115,116,114,111,121,91,101,93,40,116,41,59,105,102,40,105,40,101,61,116,46,99,104,105,108,100,114,101,110,41,41,102,111,114,40,110,61,48,59,110,60,116,46,99,104,105,108,100,114,101,110,46,108,101,110,103,116,104,59,43,43,110,41,83,40,116,46,99,104,105,108,100,114,101,110,91,110,93,41,125,102,117,110,99,116,105,111,110,32,107,40,116,44,101,44,110,41,123,102,111,114,40,59,101,60,61,110,59,43,43,101,41,123,118,97,114,32,114,61,116,91,101,93,59,105,40,114,41,38,38,40,105,40,114,46,116,97,103,41,63,40,67,40,114,41,44,83,40,114,41,41,58,104,40,114,46,101,108,109,41,41,125,125,102,117,110,99,116,105,111,110,32,67,40,116,44,101,41,123,105,102,40,105,40,101,41,124,124,105,40,116,46,100,97,116,97,41,41,123,118,97,114,32,110,44,114,61,97,46,114,101,109,111,118,101,46,108,101,110,103,116,104,43,49,59,102,111,114,40,105,40,101,41,63,101,46,108,105,115,116,101,110,101,114,115,43,61,114,58,101,61,102,40,116,46,101,108,109,44,114,41,44,105,40,110,61,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,41,38,38,105,40,110,61,110,46,95,118,110,111,100,101,41,38,38,105,40,110,46,100,97,116,97,41,38,38,67,40,110,44,101,41,44,110,61,48,59,110,60,97,46,114,101,109,111,118,101,46,108,101,110,103,116,104,59,43,43,110,41,97,46,114,101,109,111,118,101,91,110,93,40,116,44,101,41,59,105,40,110,61,116,46,100,97,116,97,46,104,111,111,107,41,38,38,105,40,110,61,110,46,114,101,109,111,118,101,41,63,110,40,116,44,101,41,58,101,40,41,125,101,108,115,101,32,104,40,116,46,101,108,109,41,125,102,117,110,99,116,105,111,110,32,80,40,116,44,101,44,110,44,111,44,97,41,123,118,97,114,32,115,44,99,44,108,44,102,44,104,61,48,44,112,61,48,44,118,61,101,46,108,101,110,103,116,104,45,49,44,103,61,101,91,48,93,44,109,61,101,91,118,93,44,98,61,110,46,108,101,110,103,116,104,45,49,44,121,61,110,91,48,93,44,119,61,110,91,98,93,44,95,61,33,97,59,119,104,105,108,101,40,104,60,61,118,38,38,112,60,61,98,41,114,40,103,41,63,103,61,101,91,43,43,104,93,58,114,40,109,41,63,109,61,101,91,45,45,118,93,58,84,105,40,103,44,121,41,63,40,106,40,103,44,121,44,111,44,110,44,112,41,44,103,61,101,91,43,43,104,93,44,121,61,110,91,43,43,112,93,41,58,84,105,40,109,44,119,41,63,40,106,40,109,44,119,44,111,44,110,44,98,41,44,109,61,101,91,45,45,118,93,44,119,61,110,91,45,45,98,93,41,58,84,105,40,103,44,119,41,63,40,106,40,103,44,119,44,111,44,110,44,98,41,44,95,38,38,117,46,105,110,115,101,114,116,66,101,102,111,114,101,40,116,44,103,46,101,108,109,44,117,46,110,101,120,116,83,105,98,108,105,110,103,40,109,46,101,108,109,41,41,44,103,61,101,91,43,43,104,93,44,119,61,110,91,45,45,98,93,41,58,84,105,40,109,44,121,41,63,40,106,40,109,44,121,44,111,44,110,44,112,41,44,95,38,38,117,46,105,110,115,101,114,116,66,101,102,111,114,101,40,116,44,109,46,101,108,109,44,103,46,101,108,109,41,44,109,61,101,91,45,45,118,93,44,121,61,110,91,43,43,112,93,41,58,40,114,40,115,41,38,38,40,115,61,69,105,40,101,44,104,44,118,41,41,44,99,61,105,40,121,46,107,101,121,41,63,115,91,121,46,107,101,121,93,58,84,40,121,44,101,44,104,44,118,41,44,114,40,99,41,63,100,40,121,44,111,44,116,44,103,46,101,108,109,44,33,49,44,110,44,112,41,58,40,108,61,101,91,99,93,44,84,105,40,108,44,121,41,63,40,106,40,108,44,121,44,111,44,110,44,112,41,44,101,91,99,93,61,118,111,105,100,32,48,44,95,38,38,117,46,105,110,115,101,114,116,66,101,102,111,114,101,40,116,44,108,46,101,108,109,44,103,46,101,108,109,41,41,58,100,40,121,44,111,44,116,44,103,46,101,108,109,44,33,49,44,110,44,112,41,41,44,121,61,110,91,43,43,112,93,41,59,104,62,118,63,40,102,61,114,40,110,91,98,43,49,93,41,63,110,117,108,108,58,110,91,98,43,49,93,46,101,108,109,44,79,40,116,44,102,44,110,44,112,44,98,44,111,41,41,58,112,62,98,38,38,107,40,101,44,104,44,118,41,125,102,117,110,99,116,105,111,110,32,84,40,116,44,101,44,110,44,114,41,123,102,111,114,40,118,97,114,32,111,61,110,59,111,60,114,59,111,43,43,41,123,118,97,114,32,97,61,101,91,111,93,59,105,102,40,105,40,97,41,38,38,84,105,40,116,44,97,41,41,114,101,116,117,114,110,32,111,125,125,102,117,110,99,116,105,111,110,32,106,40,116,44,101,44,110,44,115,44,99,44,108,41,123,105,102,40,116,33,61,61,101,41,123,105,40,101,46,101,108,109,41,38,38,105,40,115,41,38,38,40,101,61,115,91,99,93,61,79,116,40,101,41,41,59,118,97,114,32,102,61,101,46,101,108,109,61,116,46,101,108,109,59,105,102,40,111,40,116,46,105,115,65,115,121,110,99,80,108,97,99,101,104,111,108,100,101,114,41,41,105,40,101,46,97,115,121,110,99,70,97,99,116,111,114,121,46,114,101,115,111,108,118,101,100,41,63,68,40,116,46,101,108,109,44,101,44,110,41,58,101,46,105,115,65,115,121,110,99,80,108,97,99,101,104,111,108,100,101,114,61,33,48,59,101,108,115,101,32,105,102,40,111,40,101,46,105,115,83,116,97,116,105,99,41,38,38,111,40,116,46,105,115,83,116,97,116,105,99,41,38,38,101,46,107,101,121,61,61,61,116,46,107,101,121,38,38,40,111,40,101,46,105,115,67,108,111,110,101,100,41,124,124,111,40,101,46,105,115,79,110,99,101,41,41,41,101,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,61,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,59,101,108,115,101,123,118,97,114,32,104,44,100,61,101,46,100,97,116,97,59,105,40,100,41,38,38,105,40,104,61,100,46,104,111,111,107,41,38,38,105,40,104,61,104,46,112,114,101,112,97,116,99,104,41,38,38,104,40,116,44,101,41,59,118,97,114,32,112,61,116,46,99,104,105,108,100,114,101,110,44,118,61,101,46,99,104,105,108,100,114,101,110,59,105,102,40,105,40,100,41,38,38,119,40,101,41,41,123,102,111,114,40,104,61,48,59,104,60,97,46,117,112,100,97,116,101,46,108,101,110,103,116,104,59,43,43,104,41,97,46,117,112,100,97,116,101,91,104,93,40,116,44,101,41,59,105,40,104,61,100,46,104,111,111,107,41,38,38,105,40,104,61,104,46,117,112,100,97,116,101,41,38,38,104,40,116,44,101,41,125,114,40,101,46,116,101,120,116,41,63,105,40,112,41,38,38,105,40,118,41,63,112,33,61,61,118,38,38,80,40,102,44,112,44,118,44,110,44,108,41,58,105,40,118,41,63,40,105,40,116,46,116,101,120,116,41,38,38,117,46,115,101,116,84,101,120,116,67,111,110,116,101,110,116,40,102,44,34,34,41,44,79,40,102,44,110,117,108,108,44,118,44,48,44,118,46,108,101,110,103,116,104,45,49,44,110,41,41,58,105,40,112,41,63,107,40,112,44,48,44,112,46,108,101,110,103,116,104,45,49,41,58,105,40,116,46,116,101,120,116,41,38,38,117,46,115,101,116,84,101,120,116,67,111,110,116,101,110,116,40,102,44,34,34,41,58,116,46,116,101,120,116,33,61,61,101,46,116,101,120,116,38,38,117,46,115,101,116,84,101,120,116,67,111,110,116,101,110,116,40,102,44,101,46,116,101,120,116,41,44,105,40,100,41,38,38,105,40,104,61,100,46,104,111,111,107,41,38,38,105,40,104,61,104,46,112,111,115,116,112,97,116,99,104,41,38,38,104,40,116,44,101,41,125,125,125,102,117,110,99,116,105,111,110,32,69,40,116,44,101,44,110,41,123,105,102,40,111,40,110,41,38,38,105,40,116,46,112,97,114,101,110,116,41,41,116,46,112,97,114,101,110,116,46,100,97,116,97,46,112,101,110,100,105,110,103,73,110,115,101,114,116,61,101,59,101,108,115,101,32,102,111,114,40,118,97,114,32,114,61,48,59,114,60,101,46,108,101,110,103,116,104,59,43,43,114,41,101,91,114,93,46,100,97,116,97,46,104,111,111,107,46,105,110,115,101,114,116,40,101,91,114,93,41,125,118,97,114,32,65,61,103,40,34,97,116,116,114,115,44,99,108,97,115,115,44,115,116,97,116,105,99,67,108,97,115,115,44,115,116,97,116,105,99,83,116,121,108,101,44,107,101,121,34,41,59,102,117,110,99,116,105,111,110,32,68,40,116,44,101,44,110,44,114,41,123,118,97,114,32,97,44,115,61,101,46,116,97,103,44,99,61,101,46,100,97,116,97,44,117,61,101,46,99,104,105,108,100,114,101,110,59,105,102,40,114,61,114,124,124,99,38,38,99,46,112,114,101,44,101,46,101,108,109,61,116,44,111,40,101,46,105,115,67,111,109,109,101,110,116,41,38,38,105,40,101,46,97,115,121,110,99,70,97,99,116,111,114,121,41,41,114,101,116,117,114,110,32,101,46,105,115,65,115,121,110,99,80,108,97,99,101,104,111,108,100,101,114,61,33,48,44,33,48,59,105,102,40,105,40,99,41,38,38,40,105,40,97,61,99,46,104,111,111,107,41,38,38,105,40,97,61,97,46,105,110,105,116,41,38,38,97,40,101,44,33,48,41,44,105,40,97,61,101,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,41,41,41,114,101,116,117,114,110,32,118,40,101,44,110,41,44,33,48,59,105,102,40,105,40,115,41,41,123,105,102,40,105,40,117,41,41,105,102,40,116,46,104,97,115,67,104,105,108,100,78,111,100,101,115,40,41,41,105,102,40,105,40,97,61,99,41,38,38,105,40,97,61,97,46,100,111,109,80,114,111,112,115,41,38,38,105,40,97,61,97,46,105,110,110,101,114,72,84,77,76,41,41,123,105,102,40,97,33,61,61,116,46,105,110,110,101,114,72,84,77,76,41,114,101,116,117,114,110,33,49,125,101,108,115,101,123,102,111,114,40,118,97,114,32,108,61,33,48,44,102,61,116,46,102,105,114,115,116,67,104,105,108,100,44,104,61,48,59,104,60,117,46,108,101,110,103,116,104,59,104,43,43,41,123,105,102,40,33,102,124,124,33,68,40,102,44,117,91,104,93,44,110,44,114,41,41,123,108,61,33,49,59,98,114,101,97,107,125,102,61,102,46,110,101,120,116,83,105,98,108,105,110,103,125,105,102,40,33,108,124,124,102,41,114,101,116,117,114,110,33,49,125,101,108,115,101,32,121,40,101,44,117,44,110,41,59,105,102,40,105,40,99,41,41,123,118,97,114,32,100,61,33,49,59,102,111,114,40,118,97,114,32,112,32,105,110,32,99,41,105,102,40,33,65,40,112,41,41,123,100,61,33,48,44,95,40,101,44,110,41,59,98,114,101,97,107,125,33,100,38,38,99,91,34,99,108,97,115,115,34,93,38,38,103,101,40,99,91,34,99,108,97,115,115,34,93,41,125,125,101,108,115,101,32,116,46,100,97,116,97,33,61,61,101,46,116,101,120,116,38,38,40,116,46,100,97,116,97,61,101,46,116,101,120,116,41,59,114,101,116,117,114,110,33,48,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,115,41,123,105,102,40,33,114,40,101,41,41,123,118,97,114,32,99,61,33,49,44,102,61,91,93,59,105,102,40,114,40,116,41,41,99,61,33,48,44,100,40,101,44,102,41,59,101,108,115,101,123,118,97,114,32,104,61,105,40,116,46,110,111,100,101,84,121,112,101,41,59,105,102,40,33,104,38,38,84,105,40,116,44,101,41,41,106,40,116,44,101,44,102,44,110,117,108,108,44,110,117,108,108,44,115,41,59,101,108,115,101,123,105,102,40,104,41,123,105,102,40,49,61,61,61,116,46,110,111,100,101,84,121,112,101,38,38,116,46,104,97,115,65,116,116,114,105,98,117,116,101,40,82,41,38,38,40,116,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,82,41,44,110,61,33,48,41,44,111,40,110,41,38,38,68,40,116,44,101,44,102,41,41,114,101,116,117,114,110,32,69,40,101,44,102,44,33,48,41,44,116,59,116,61,108,40,116,41,125,118,97,114,32,112,61,116,46,101,108,109,44,118,61,117,46,112,97,114,101,110,116,78,111,100,101,40,112,41,59,105,102,40,100,40,101,44,102,44,112,46,95,108,101,97,118,101,67,98,63,110,117,108,108,58,118,44,117,46,110,101,120,116,83,105,98,108,105,110,103,40,112,41,41,44,105,40,101,46,112,97,114,101,110,116,41,41,123,118,97,114,32,103,61,101,46,112,97,114,101,110,116,44,109,61,119,40,101,41,59,119,104,105,108,101,40,103,41,123,102,111,114,40,118,97,114,32,98,61,48,59,98,60,97,46,100,101,115,116,114,111,121,46,108,101,110,103,116,104,59,43,43,98,41,97,46,100,101,115,116,114,111,121,91,98,93,40,103,41,59,105,102,40,103,46,101,108,109,61,101,46,101,108,109,44,109,41,123,102,111,114,40,118,97,114,32,121,61,48,59,121,60,97,46,99,114,101,97,116,101,46,108,101,110,103,116,104,59,43,43,121,41,97,46,99,114,101,97,116,101,91,121,93,40,67,105,44,103,41,59,118,97,114,32,95,61,103,46,100,97,116,97,46,104,111,111,107,46,105,110,115,101,114,116,59,105,102,40,95,46,109,101,114,103,101,100,41,102,111,114,40,118,97,114,32,120,61,49,59,120,60,95,46,102,110,115,46,108,101,110,103,116,104,59,120,43,43,41,95,46,102,110,115,91,120,93,40,41,125,101,108,115,101,32,107,105,40,103,41,59,103,61,103,46,112,97,114,101,110,116,125,125,105,40,118,41,63,107,40,91,116,93,44,48,44,48,41,58,105,40,116,46,116,97,103,41,38,38,83,40,116,41,125,125,114,101,116,117,114,110,32,69,40,101,44,102,44,99,41,44,101,46,101,108,109,125,105,40,116,41,38,38,83,40,116,41,125,125,118,97,114,32,68,105,61,123,99,114,101,97,116,101,58,76,105,44,117,112,100,97,116,101,58,76,105,44,100,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,116,41,123,76,105,40,116,44,67,105,41,125,125,59,102,117,110,99,116,105,111,110,32,76,105,40,116,44,101,41,123,40,116,46,100,97,116,97,46,100,105,114,101,99,116,105,118,101,115,124,124,101,46,100,97,116,97,46,100,105,114,101,99,116,105,118,101,115,41,38,38,77,105,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,77,105,40,116,44,101,41,123,118,97,114,32,110,44,114,44,105,44,111,61,116,61,61,61,67,105,44,97,61,101,61,61,61,67,105,44,115,61,36,105,40,116,46,100,97,116,97,46,100,105,114,101,99,116,105,118,101,115,44,116,46,99,111,110,116,101,120,116,41,44,99,61,36,105,40,101,46,100,97,116,97,46,100,105,114,101,99,116,105,118,101,115,44,101,46,99,111,110,116,101,120,116,41,44,117,61,91,93,44,108,61,91,93,59,102,111,114,40,110,32,105,110,32,99,41,114,61,115,91,110,93,44,105,61,99,91,110,93,44,114,63,40,105,46,111,108,100,86,97,108,117,101,61,114,46,118,97,108,117,101,44,105,46,111,108,100,65,114,103,61,114,46,97,114,103,44,66,105,40,105,44,34,117,112,100,97,116,101,34,44,101,44,116,41,44,105,46,100,101,102,38,38,105,46,100,101,102,46,99,111,109,112,111,110,101,110,116,85,112,100,97,116,101,100,38,38,108,46,112,117,115,104,40,105,41,41,58,40,66,105,40,105,44,34,98,105,110,100,34,44,101,44,116,41,44,105,46,100,101,102,38,38,105,46,100,101,102,46,105,110,115,101,114,116,101,100,38,38,117,46,112,117,115,104,40,105,41,41,59,105,102,40,117,46,108,101,110,103,116,104,41,123,118,97,114,32,102,61,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,117,46,108,101,110,103,116,104,59,110,43,43,41,66,105,40,117,91,110,93,44,34,105,110,115,101,114,116,101,100,34,44,101,44,116,41,125,59,111,63,95,101,40,101,44,34,105,110,115,101,114,116,34,44,102,41,58,102,40,41,125,105,102,40,108,46,108,101,110,103,116,104,38,38,95,101,40,101,44,34,112,111,115,116,112,97,116,99,104,34,44,40,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,108,46,108,101,110,103,116,104,59,110,43,43,41,66,105,40,108,91,110,93,44,34,99,111,109,112,111,110,101,110,116,85,112,100,97,116,101,100,34,44,101,44,116,41,125,41,41,44,33,111,41,102,111,114,40,110,32,105,110,32,115,41,99,91,110,93,124,124,66,105,40,115,91,110,93,44,34,117,110,98,105,110,100,34,44,116,44,116,44,97,41,125,118,97,114,32,73,105,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,59,102,117,110,99,116,105,111,110,32,36,105,40,116,44,101,41,123,118,97,114,32,110,44,114,44,105,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,59,105,102,40,33,116,41,114,101,116,117,114,110,32,105,59,102,111,114,40,110,61,48,59,110,60,116,46,108,101,110,103,116,104,59,110,43,43,41,114,61,116,91,110,93,44,114,46,109,111,100,105,102,105,101,114,115,124,124,40,114,46,109,111,100,105,102,105,101,114,115,61,73,105,41,44,105,91,70,105,40,114,41,93,61,114,44,114,46,100,101,102,61,75,116,40,101,46,36,111,112,116,105,111,110,115,44,34,100,105,114,101,99,116,105,118,101,115,34,44,114,46,110,97,109,101,44,33,48,41,59,114,101,116,117,114,110,32,105,125,102,117,110,99,116,105,111,110,32,70,105,40,116,41,123,114,101,116,117,114,110,32,116,46,114,97,119,78,97,109,101,124,124,116,46,110,97,109,101,43,34,46,34,43,79,98,106,101,99,116,46,107,101,121,115,40,116,46,109,111,100,105,102,105,101,114,115,124,124,123,125,41,46,106,111,105,110,40,34,46,34,41,125,102,117,110,99,116,105,111,110,32,66,105,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,116,46,100,101,102,38,38,116,46,100,101,102,91,101,93,59,105,102,40,111,41,116,114,121,123,111,40,110,46,101,108,109,44,116,44,110,44,114,44,105,41,125,99,97,116,99,104,40,79,97,41,123,101,101,40,79,97,44,110,46,99,111,110,116,101,120,116,44,34,100,105,114,101,99,116,105,118,101,32,34,43,116,46,110,97,109,101,43,34,32,34,43,101,43,34,32,104,111,111,107,34,41,125,125,118,97,114,32,82,105,61,91,83,105,44,68,105,93,59,102,117,110,99,116,105,111,110,32,78,105,40,116,44,101,41,123,118,97,114,32,110,61,101,46,99,111,109,112,111,110,101,110,116,79,112,116,105,111,110,115,59,105,102,40,40,33,105,40,110,41,124,124,33,49,33,61,61,110,46,67,116,111,114,46,111,112,116,105,111,110,115,46,105,110,104,101,114,105,116,65,116,116,114,115,41,38,38,40,33,114,40,116,46,100,97,116,97,46,97,116,116,114,115,41,124,124,33,114,40,101,46,100,97,116,97,46,97,116,116,114,115,41,41,41,123,118,97,114,32,111,44,97,44,115,44,99,61,101,46,101,108,109,44,117,61,116,46,100,97,116,97,46,97,116,116,114,115,124,124,123,125,44,108,61,101,46,100,97,116,97,46,97,116,116,114,115,124,124,123,125,59,102,111,114,40,111,32,105,110,32,105,40,108,46,95,95,111,98,95,95,41,38,38,40,108,61,101,46,100,97,116,97,46,97,116,116,114,115,61,65,40,123,125,44,108,41,41,44,108,41,97,61,108,91,111,93,44,115,61,117,91,111,93,44,115,33,61,61,97,38,38,122,105,40,99,44,111,44,97,41,59,102,111,114,40,111,32,105,110,40,116,116,124,124,110,116,41,38,38,108,46,118,97,108,117,101,33,61,61,117,46,118,97,108,117,101,38,38,122,105,40,99,44,34,118,97,108,117,101,34,44,108,46,118,97,108,117,101,41,44,117,41,114,40,108,91,111,93,41,38,38,40,113,114,40,111,41,63,99,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,78,83,40,87,114,44,71,114,40,111,41,41,58,122,114,40,111,41,124,124,99,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,111,41,41,125,125,102,117,110,99,116,105,111,110,32,122,105,40,116,44,101,44,110,41,123,116,46,116,97,103,78,97,109,101,46,105,110,100,101,120,79,102,40,34,45,34,41,62,45,49,63,86,105,40,116,44,101,44,110,41,58,85,114,40,101,41,63,89,114,40,110,41,63,116,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,101,41,58,40,110,61,34,97,108,108,111,119,102,117,108,108,115,99,114,101,101,110,34,61,61,61,101,38,38,34,69,77,66,69,68,34,61,61,61,116,46,116,97,103,78,97,109,101,63,34,116,114,117,101,34,58,101,44,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,101,44,110,41,41,58,122,114,40,101,41,63,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,101,44,72,114,40,101,44,110,41,41,58,113,114,40,101,41,63,89,114,40,110,41,63,116,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,78,83,40,87,114,44,71,114,40,101,41,41,58,116,46,115,101,116,65,116,116,114,105,98,117,116,101,78,83,40,87,114,44,101,44,110,41,58,86,105,40,116,44,101,44,110,41,125,102,117,110,99,116,105,111,110,32,86,105,40,116,44,101,44,110,41,123,105,102,40,89,114,40,110,41,41,116,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,101,41,59,101,108,115,101,123,105,102,40,116,116,38,38,33,101,116,38,38,34,84,69,88,84,65,82,69,65,34,61,61,61,116,46,116,97,103,78,97,109,101,38,38,34,112,108,97,99,101,104,111,108,100,101,114,34,61,61,61,101,38,38,34,34,33,61,61,110,38,38,33,116,46,95,95,105,101,112,104,41,123,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,101,41,123,101,46,115,116,111,112,73,109,109,101,100,105,97,116,101,80,114,111,112,97,103,97,116,105,111,110,40,41,44,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,105,110,112,117,116,34,44,114,41,125,59,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,105,110,112,117,116,34,44,114,41,44,116,46,95,95,105,101,112,104,61,33,48,125,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,101,44,110,41,125,125,118,97,114,32,72,105,61,123,99,114,101,97,116,101,58,78,105,44,117,112,100,97,116,101,58,78,105,125,59,102,117,110,99,116,105,111,110,32,85,105,40,116,44,101,41,123,118,97,114,32,110,61,101,46,101,108,109,44,111,61,101,46,100,97,116,97,44,97,61,116,46,100,97,116,97,59,105,102,40,33,40,114,40,111,46,115,116,97,116,105,99,67,108,97,115,115,41,38,38,114,40,111,46,99,108,97,115,115,41,38,38,40,114,40,97,41,124,124,114,40,97,46,115,116,97,116,105,99,67,108,97,115,115,41,38,38,114,40,97,46,99,108,97,115,115,41,41,41,41,123,118,97,114,32,115,61,75,114,40,101,41,44,99,61,110,46,95,116,114,97,110,115,105,116,105,111,110,67,108,97,115,115,101,115,59,105,40,99,41,38,38,40,115,61,74,114,40,115,44,81,114,40,99,41,41,41,44,115,33,61,61,110,46,95,112,114,101,118,67,108,97,115,115,38,38,40,110,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,99,108,97,115,115,34,44,115,41,44,110,46,95,112,114,101,118,67,108,97,115,115,61,115,41,125,125,118,97,114,32,87,105,44,113,105,61,123,99,114,101,97,116,101,58,85,105,44,117,112,100,97,116,101,58,85,105,125,44,71,105,61,34,95,95,114,34,44,89,105,61,34,95,95,99,34,59,102,117,110,99,116,105,111,110,32,75,105,40,116,41,123,105,102,40,105,40,116,91,71,105,93,41,41,123,118,97,114,32,101,61,116,116,63,34,99,104,97,110,103,101,34,58,34,105,110,112,117,116,34,59,116,91,101,93,61,91,93,46,99,111,110,99,97,116,40,116,91,71,105,93,44,116,91,101,93,124,124,91,93,41,44,100,101,108,101,116,101,32,116,91,71,105,93,125,105,40,116,91,89,105,93,41,38,38,40,116,46,99,104,97,110,103,101,61,91,93,46,99,111,110,99,97,116,40,116,91,89,105,93,44,116,46,99,104,97,110,103,101,124,124,91,93,41,44,100,101,108,101,116,101,32,116,91,89,105,93,41,125,102,117,110,99,116,105,111,110,32,88,105,40,116,44,101,44,110,41,123,118,97,114,32,114,61,87,105,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,32,105,40,41,123,118,97,114,32,111,61,101,46,97,112,112,108,121,40,110,117,108,108,44,97,114,103,117,109,101,110,116,115,41,59,110,117,108,108,33,61,61,111,38,38,81,105,40,116,44,105,44,110,44,114,41,125,125,118,97,114,32,90,105,61,97,101,38,38,33,40,105,116,38,38,78,117,109,98,101,114,40,105,116,91,49,93,41,60,61,53,51,41,59,102,117,110,99,116,105,111,110,32,74,105,40,116,44,101,44,110,44,114,41,123,105,102,40,90,105,41,123,118,97,114,32,105,61,71,110,44,111,61,101,59,101,61,111,46,95,119,114,97,112,112,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,46,116,97,114,103,101,116,61,61,61,116,46,99,117,114,114,101,110,116,84,97,114,103,101,116,124,124,116,46,116,105,109,101,83,116,97,109,112,62,61,105,124,124,116,46,116,105,109,101,83,116,97,109,112,60,61,48,124,124,116,46,116,97,114,103,101,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,33,61,61,100,111,99,117,109,101,110,116,41,114,101,116,117,114,110,32,111,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,125,87,105,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,116,44,101,44,97,116,63,123,99,97,112,116,117,114,101,58,110,44,112,97,115,115,105,118,101,58,114,125,58,110,41,125,102,117,110,99,116,105,111,110,32,81,105,40,116,44,101,44,110,44,114,41,123,40,114,124,124,87,105,41,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,116,44,101,46,95,119,114,97,112,112,101,114,124,124,101,44,110,41,125,102,117,110,99,116,105,111,110,32,116,111,40,116,44,101,41,123,105,102,40,33,114,40,116,46,100,97,116,97,46,111,110,41,124,124,33,114,40,101,46,100,97,116,97,46,111,110,41,41,123,118,97,114,32,110,61,101,46,100,97,116,97,46,111,110,124,124,123,125,44,105,61,116,46,100,97,116,97,46,111,110,124,124,123,125,59,87,105,61,101,46,101,108,109,44,75,105,40,110,41,44,119,101,40,110,44,105,44,74,105,44,81,105,44,88,105,44,101,46,99,111,110,116,101,120,116,41,44,87,105,61,118,111,105,100,32,48,125,125,118,97,114,32,101,111,44,110,111,61,123,99,114,101,97,116,101,58,116,111,44,117,112,100,97,116,101,58,116,111,125,59,102,117,110,99,116,105,111,110,32,114,111,40,116,44,101,41,123,105,102,40,33,114,40,116,46,100,97,116,97,46,100,111,109,80,114,111,112,115,41,124,124,33,114,40,101,46,100,97,116,97,46,100,111,109,80,114,111,112,115,41,41,123,118,97,114,32,110,44,111,44,97,61,101,46,101,108,109,44,115,61,116,46,100,97,116,97,46,100,111,109,80,114,111,112,115,124,124,123,125,44,99,61,101,46,100,97,116,97,46,100,111,109,80,114,111,112,115,124,124,123,125,59,102,111,114,40,110,32,105,110,32,105,40,99,46,95,95,111,98,95,95,41,38,38,40,99,61,101,46,100,97,116,97,46,100,111,109,80,114,111,112,115,61,65,40,123,125,44,99,41,41,44,115,41,110,32,105,110,32,99,124,124,40,97,91,110,93,61,34,34,41,59,102,111,114,40,110,32,105,110,32,99,41,123,105,102,40,111,61,99,91,110,93,44,34,116,101,120,116,67,111,110,116,101,110,116,34,61,61,61,110,124,124,34,105,110,110,101,114,72,84,77,76,34,61,61,61,110,41,123,105,102,40,101,46,99,104,105,108,100,114,101,110,38,38,40,101,46,99,104,105,108,100,114,101,110,46,108,101,110,103,116,104,61,48,41,44,111,61,61,61,115,91,110,93,41,99,111,110,116,105,110,117,101,59,49,61,61,61,97,46,99,104,105,108,100,78,111,100,101,115,46,108,101,110,103,116,104,38,38,97,46,114,101,109,111,118,101,67,104,105,108,100,40,97,46,99,104,105,108,100,78,111,100,101,115,91,48,93,41,125,105,102,40,34,118,97,108,117,101,34,61,61,61,110,38,38,34,80,82,79,71,82,69,83,83,34,33,61,61,97,46,116,97,103,78,97,109,101,41,123,97,46,95,118,97,108,117,101,61,111,59,118,97,114,32,117,61,114,40,111,41,63,34,34,58,83,116,114,105,110,103,40,111,41,59,105,111,40,97,44,117,41,38,38,40,97,46,118,97,108,117,101,61,117,41,125,101,108,115,101,32,105,102,40,34,105,110,110,101,114,72,84,77,76,34,61,61,61,110,38,38,105,105,40,97,46,116,97,103,78,97,109,101,41,38,38,114,40,97,46,105,110,110,101,114,72,84,77,76,41,41,123,101,111,61,101,111,124,124,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,44,101,111,46,105,110,110,101,114,72,84,77,76,61,34,60,115,118,103,62,34,43,111,43,34,60,47,115,118,103,62,34,59,118,97,114,32,108,61,101,111,46,102,105,114,115,116,67,104,105,108,100,59,119,104,105,108,101,40,97,46,102,105,114,115,116,67,104,105,108,100,41,97,46,114,101,109,111,118,101,67,104,105,108,100,40,97,46,102,105,114,115,116,67,104,105,108,100,41,59,119,104,105,108,101,40,108,46,102,105,114,115,116,67,104,105,108,100,41,97,46,97,112,112,101,110,100,67,104,105,108,100,40,108,46,102,105,114,115,116,67,104,105,108,100,41,125,101,108,115,101,32,105,102,40,111,33,61,61,115,91,110,93,41,116,114,121,123,97,91,110,93,61,111,125,99,97,116,99,104,40,79,97,41,123,125,125,125,125,102,117,110,99,116,105,111,110,32,105,111,40,116,44,101,41,123,114,101,116,117,114,110,33,116,46,99,111,109,112,111,115,105,110,103,38,38,40,34,79,80,84,73,79,78,34,61,61,61,116,46,116,97,103,78,97,109,101,124,124,111,111,40,116,44,101,41,124,124,97,111,40,116,44,101,41,41,125,102,117,110,99,116,105,111,110,32,111,111,40,116,44,101,41,123,118,97,114,32,110,61,33,48,59,116,114,121,123,110,61,100,111,99,117,109,101,110,116,46,97,99,116,105,118,101,69,108,101,109,101,110,116,33,61,61,116,125,99,97,116,99,104,40,79,97,41,123,125,114,101,116,117,114,110,32,110,38,38,116,46,118,97,108,117,101,33,61,61,101,125,102,117,110,99,116,105,111,110,32,97,111,40,116,44,101,41,123,118,97,114,32,110,61,116,46,118,97,108,117,101,44,114,61,116,46,95,118,77,111,100,105,102,105,101,114,115,59,105,102,40,105,40,114,41,41,123,105,102,40,114,46,110,117,109,98,101,114,41,114,101,116,117,114,110,32,118,40,110,41,33,61,61,118,40,101,41,59,105,102,40,114,46,116,114,105,109,41,114,101,116,117,114,110,32,110,46,116,114,105,109,40,41,33,61,61,101,46,116,114,105,109,40,41,125,114,101,116,117,114,110,32,110,33,61,61,101,125,118,97,114,32,115,111,61,123,99,114,101,97,116,101,58,114,111,44,117,112,100,97,116,101,58,114,111,125,44,99,111,61,95,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,123,125,44,110,61,47,59,40,63,33,91,94,40,93,42,92,41,41,47,103,44,114,61,47,58,40,46,43,41,47,59,114,101,116,117,114,110,32,116,46,115,112,108,105,116,40,110,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,41,123,118,97,114,32,110,61,116,46,115,112,108,105,116,40,114,41,59,110,46,108,101,110,103,116,104,62,49,38,38,40,101,91,110,91,48,93,46,116,114,105,109,40,41,93,61,110,91,49,93,46,116,114,105,109,40,41,41,125,125,41,41,44,101,125,41,41,59,102,117,110,99,116,105,111,110,32,117,111,40,116,41,123,118,97,114,32,101,61,108,111,40,116,46,115,116,121,108,101,41,59,114,101,116,117,114,110,32,116,46,115,116,97,116,105,99,83,116,121,108,101,63,65,40,116,46,115,116,97,116,105,99,83,116,121,108,101,44,101,41,58,101,125,102,117,110,99,116,105,111,110,32,108,111,40,116,41,123,114,101,116,117,114,110,32,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,63,68,40,116,41,58,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,63,99,111,40,116,41,58,116,125,102,117,110,99,116,105,111,110,32,102,111,40,116,44,101,41,123,118,97,114,32,110,44,114,61,123,125,59,105,102,40,101,41,123,118,97,114,32,105,61,116,59,119,104,105,108,101,40,105,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,41,105,61,105,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,46,95,118,110,111,100,101,44,105,38,38,105,46,100,97,116,97,38,38,40,110,61,117,111,40,105,46,100,97,116,97,41,41,38,38,65,40,114,44,110,41,125,40,110,61,117,111,40,116,46,100,97,116,97,41,41,38,38,65,40,114,44,110,41,59,118,97,114,32,111,61,116,59,119,104,105,108,101,40,111,61,111,46,112,97,114,101,110,116,41,111,46,100,97,116,97,38,38,40,110,61,117,111,40,111,46,100,97,116,97,41,41,38,38,65,40,114,44,110,41,59,114,101,116,117,114,110,32,114,125,118,97,114,32,104,111,44,112,111,61,47,94,45,45,47,44,118,111,61,47,92,115,42,33,105,109,112,111,114,116,97,110,116,36,47,44,103,111,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,112,111,46,116,101,115,116,40,101,41,41,116,46,115,116,121,108,101,46,115,101,116,80,114,111,112,101,114,116,121,40,101,44,110,41,59,101,108,115,101,32,105,102,40,118,111,46,116,101,115,116,40,110,41,41,116,46,115,116,121,108,101,46,115,101,116,80,114,111,112,101,114,116,121,40,67,40,101,41,44,110,46,114,101,112,108,97,99,101,40,118,111,44,34,34,41,44,34,105,109,112,111,114,116,97,110,116,34,41,59,101,108,115,101,123,118,97,114,32,114,61,98,111,40,101,41,59,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,110,41,41,102,111,114,40,118,97,114,32,105,61,48,44,111,61,110,46,108,101,110,103,116,104,59,105,60,111,59,105,43,43,41,116,46,115,116,121,108,101,91,114,93,61,110,91,105,93,59,101,108,115,101,32,116,46,115,116,121,108,101,91,114,93,61,110,125,125,44,109,111,61,91,34,87,101,98,107,105,116,34,44,34,77,111,122,34,44,34,109,115,34,93,44,98,111,61,95,40,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,104,111,61,104,111,124,124,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,46,115,116,121,108,101,44,116,61,79,40,116,41,44,34,102,105,108,116,101,114,34,33,61,61,116,38,38,116,32,105,110,32,104,111,41,114,101,116,117,114,110,32,116,59,102,111,114,40,118,97,114,32,101,61,116,46,99,104,97,114,65,116,40,48,41,46,116,111,85,112,112,101,114,67,97,115,101,40,41,43,116,46,115,108,105,99,101,40,49,41,44,110,61,48,59,110,60,109,111,46,108,101,110,103,116,104,59,110,43,43,41,123,118,97,114,32,114,61,109,111,91,110,93,43,101,59,105,102,40,114,32,105,110,32,104,111,41,114,101,116,117,114,110,32,114,125,125,41,41,59,102,117,110,99,116,105,111,110,32,121,111,40,116,44,101,41,123,118,97,114,32,110,61,101,46,100,97,116,97,44,111,61,116,46,100,97,116,97,59,105,102,40,33,40,114,40,110,46,115,116,97,116,105,99,83,116,121,108,101,41,38,38,114,40,110,46,115,116,121,108,101,41,38,38,114,40,111,46,115,116,97,116,105,99,83,116,121,108,101,41,38,38,114,40,111,46,115,116,121,108,101,41,41,41,123,118,97,114,32,97,44,115,44,99,61,101,46,101,108,109,44,117,61,111,46,115,116,97,116,105,99,83,116,121,108,101,44,108,61,111,46,110,111,114,109,97,108,105,122,101,100,83,116,121,108,101,124,124,111,46,115,116,121,108,101,124,124,123,125,44,102,61,117,124,124,108,44,104,61,108,111,40,101,46,100,97,116,97,46,115,116,121,108,101,41,124,124,123,125,59,101,46,100,97,116,97,46,110,111,114,109,97,108,105,122,101,100,83,116,121,108,101,61,105,40,104,46,95,95,111,98,95,95,41,63,65,40,123,125,44,104,41,58,104,59,118,97,114,32,100,61,102,111,40,101,44,33,48,41,59,102,111,114,40,115,32,105,110,32,102,41,114,40,100,91,115,93,41,38,38,103,111,40,99,44,115,44,34,34,41,59,102,111,114,40,115,32,105,110,32,100,41,97,61,100,91,115,93,44,97,33,61,61,102,91,115,93,38,38,103,111,40,99,44,115,44,110,117,108,108,61,61,97,63,34,34,58,97,41,125,125,118,97,114,32,119,111,61,123,99,114,101,97,116,101,58,121,111,44,117,112,100,97,116,101,58,121,111,125,44,95,111,61,47,92,115,43,47,59,102,117,110,99,116,105,111,110,32,120,111,40,116,44,101,41,123,105,102,40,101,38,38,40,101,61,101,46,116,114,105,109,40,41,41,41,105,102,40,116,46,99,108,97,115,115,76,105,115,116,41,101,46,105,110,100,101,120,79,102,40,34,32,34,41,62,45,49,63,101,46,115,112,108,105,116,40,95,111,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,101,41,125,41,41,58,116,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,101,41,59,101,108,115,101,123,118,97,114,32,110,61,34,32,34,43,40,116,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,99,108,97,115,115,34,41,124,124,34,34,41,43,34,32,34,59,110,46,105,110,100,101,120,79,102,40,34,32,34,43,101,43,34,32,34,41,60,48,38,38,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,99,108,97,115,115,34,44,40,110,43,101,41,46,116,114,105,109,40,41,41,125,125,102,117,110,99,116,105,111,110,32,79,111,40,116,44,101,41,123,105,102,40,101,38,38,40,101,61,101,46,116,114,105,109,40,41,41,41,105,102,40,116,46,99,108,97,115,115,76,105,115,116,41,101,46,105,110,100,101,120,79,102,40,34,32,34,41,62,45,49,63,101,46,115,112,108,105,116,40,95,111,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,99,108,97,115,115,76,105,115,116,46,114,101,109,111,118,101,40,101,41,125,41,41,58,116,46,99,108,97,115,115,76,105,115,116,46,114,101,109,111,118,101,40,101,41,44,116,46,99,108,97,115,115,76,105,115,116,46,108,101,110,103,116,104,124,124,116,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,34,99,108,97,115,115,34,41,59,101,108,115,101,123,118,97,114,32,110,61,34,32,34,43,40,116,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,99,108,97,115,115,34,41,124,124,34,34,41,43,34,32,34,44,114,61,34,32,34,43,101,43,34,32,34,59,119,104,105,108,101,40,110,46,105,110,100,101,120,79,102,40,114,41,62,61,48,41,110,61,110,46,114,101,112,108,97,99,101,40,114,44,34,32,34,41,59,110,61,110,46,116,114,105,109,40,41,44,110,63,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,99,108,97,115,115,34,44,110,41,58,116,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,34,99,108,97,115,115,34,41,125,125,102,117,110,99,116,105,111,110,32,83,111,40,116,41,123,105,102,40,116,41,123,105,102,40,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,41,123,118,97,114,32,101,61,123,125,59,114,101,116,117,114,110,33,49,33,61,61,116,46,99,115,115,38,38,65,40,101,44,107,111,40,116,46,110,97,109,101,124,124,34,118,34,41,41,44,65,40,101,44,116,41,44,101,125,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,63,107,111,40,116,41,58,118,111,105,100,32,48,125,125,118,97,114,32,107,111,61,95,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,101,110,116,101,114,67,108,97,115,115,58,116,43,34,45,101,110,116,101,114,34,44,101,110,116,101,114,84,111,67,108,97,115,115,58,116,43,34,45,101,110,116,101,114,45,116,111,34,44,101,110,116,101,114,65,99,116,105,118,101,67,108,97,115,115,58,116,43,34,45,101,110,116,101,114,45,97,99,116,105,118,101,34,44,108,101,97,118,101,67,108,97,115,115,58,116,43,34,45,108,101,97,118,101,34,44,108,101,97,118,101,84,111,67,108,97,115,115,58,116,43,34,45,108,101,97,118,101,45,116,111,34,44,108,101,97,118,101,65,99,116,105,118,101,67,108,97,115,115,58,116,43,34,45,108,101,97,118,101,45,97,99,116,105,118,101,34,125,125,41,41,44,67,111,61,88,38,38,33,101,116,44,80,111,61,34,116,114,97,110,115,105,116,105,111,110,34,44,84,111,61,34,97,110,105,109,97,116,105,111,110,34,44,106,111,61,34,116,114,97,110,115,105,116,105,111,110,34,44,69,111,61,34,116,114,97,110,115,105,116,105,111,110,101,110,100,34,44,65,111,61,34,97,110,105,109,97,116,105,111,110,34,44,68,111,61,34,97,110,105,109,97,116,105,111,110,101,110,100,34,59,67,111,38,38,40,118,111,105,100,32,48,61,61,61,119,105,110,100,111,119,46,111,110,116,114,97,110,115,105,116,105,111,110,101,110,100,38,38,118,111,105,100,32,48,33,61,61,119,105,110,100,111,119,46,111,110,119,101,98,107,105,116,116,114,97,110,115,105,116,105,111,110,101,110,100,38,38,40,106,111,61,34,87,101,98,107,105,116,84,114,97,110,115,105,116,105,111,110,34,44,69,111,61,34,119,101,98,107,105,116,84,114,97,110,115,105,116,105,111,110,69,110,100,34,41,44,118,111,105,100,32,48,61,61,61,119,105,110,100,111,119,46,111,110,97,110,105,109,97,116,105,111,110,101,110,100,38,38,118,111,105,100,32,48,33,61,61,119,105,110,100,111,119,46,111,110,119,101,98,107,105,116,97,110,105,109,97,116,105,111,110,101,110,100,38,38,40,65,111,61,34,87,101,98,107,105,116,65,110,105,109,97,116,105,111,110,34,44,68,111,61,34,119,101,98,107,105,116,65,110,105,109,97,116,105,111,110,69,110,100,34,41,41,59,118,97,114,32,76,111,61,88,63,119,105,110,100,111,119,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,63,119,105,110,100,111,119,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,46,98,105,110,100,40,119,105,110,100,111,119,41,58,115,101,116,84,105,109,101,111,117,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,40,41,125,59,102,117,110,99,116,105,111,110,32,77,111,40,116,41,123,76,111,40,40,102,117,110,99,116,105,111,110,40,41,123,76,111,40,116,41,125,41,41,125,102,117,110,99,116,105,111,110,32,73,111,40,116,44,101,41,123,118,97,114,32,110,61,116,46,95,116,114,97,110,115,105,116,105,111,110,67,108,97,115,115,101,115,124,124,40,116,46,95,116,114,97,110,115,105,116,105,111,110,67,108,97,115,115,101,115,61,91,93,41,59,110,46,105,110,100,101,120,79,102,40,101,41,60,48,38,38,40,110,46,112,117,115,104,40,101,41,44,120,111,40,116,44,101,41,41,125,102,117,110,99,116,105,111,110,32,36,111,40,116,44,101,41,123,116,46,95,116,114,97,110,115,105,116,105,111,110,67,108,97,115,115,101,115,38,38,98,40,116,46,95,116,114,97,110,115,105,116,105,111,110,67,108,97,115,115,101,115,44,101,41,44,79,111,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,70,111,40,116,44,101,44,110,41,123,118,97,114,32,114,61,82,111,40,116,44,101,41,44,105,61,114,46,116,121,112,101,44,111,61,114,46,116,105,109,101,111,117,116,44,97,61,114,46,112,114,111,112,67,111,117,110,116,59,105,102,40,33,105,41,114,101,116,117,114,110,32,110,40,41,59,118,97,114,32,115,61,105,61,61,61,80,111,63,69,111,58,68,111,44,99,61,48,44,117,61,102,117,110,99,116,105,111,110,40,41,123,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,115,44,108,41,44,110,40,41,125,44,108,61,102,117,110,99,116,105,111,110,40,101,41,123,101,46,116,97,114,103,101,116,61,61,61,116,38,38,43,43,99,62,61,97,38,38,117,40,41,125,59,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,99,60,97,38,38,117,40,41,125,41,44,111,43,49,41,44,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,115,44,108,41,125,118,97,114,32,66,111,61,47,92,98,40,116,114,97,110,115,102,111,114,109,124,97,108,108,41,40,44,124,36,41,47,59,102,117,110,99,116,105,111,110,32,82,111,40,116,44,101,41,123,118,97,114,32,110,44,114,61,119,105,110,100,111,119,46,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,40,116,41,44,105,61,40,114,91,106,111,43,34,68,101,108,97,121,34,93,124,124,34,34,41,46,115,112,108,105,116,40,34,44,32,34,41,44,111,61,40,114,91,106,111,43,34,68,117,114,97,116,105,111,110,34,93,124,124,34,34,41,46,115,112,108,105,116,40,34,44,32,34,41,44,97,61,78,111,40,105,44,111,41,44,115,61,40,114,91,65,111,43,34,68,101,108,97,121,34,93,124,124,34,34,41,46,115,112,108,105,116,40,34,44,32,34,41,44,99,61,40,114,91,65,111,43,34,68,117,114,97,116,105,111,110,34,93,124,124,34,34,41,46,115,112,108,105,116,40,34,44,32,34,41,44,117,61,78,111,40,115,44,99,41,44,108,61,48,44,102,61,48,59,101,61,61,61,80,111,63,97,62,48,38,38,40,110,61,80,111,44,108,61,97,44,102,61,111,46,108,101,110,103,116,104,41,58,101,61,61,61,84,111,63,117,62,48,38,38,40,110,61,84,111,44,108,61,117,44,102,61,99,46,108,101,110,103,116,104,41,58,40,108,61,77,97,116,104,46,109,97,120,40,97,44,117,41,44,110,61,108,62,48,63,97,62,117,63,80,111,58,84,111,58,110,117,108,108,44,102,61,110,63,110,61,61,61,80,111,63,111,46,108,101,110,103,116,104,58,99,46,108,101,110,103,116,104,58,48,41,59,118,97,114,32,104,61,110,61,61,61,80,111,38,38,66,111,46,116,101,115,116,40,114,91,106,111,43,34,80,114,111,112,101,114,116,121,34,93,41,59,114,101,116,117,114,110,123,116,121,112,101,58,110,44,116,105,109,101,111,117,116,58,108,44,112,114,111,112,67,111,117,110,116,58,102,44,104,97,115,84,114,97,110,115,102,111,114,109,58,104,125,125,102,117,110,99,116,105,111,110,32,78,111,40,116,44,101,41,123,119,104,105,108,101,40,116,46,108,101,110,103,116,104,60,101,46,108,101,110,103,116,104,41,116,61,116,46,99,111,110,99,97,116,40,116,41,59,114,101,116,117,114,110,32,77,97,116,104,46,109,97,120,46,97,112,112,108,121,40,110,117,108,108,44,101,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,32,122,111,40,101,41,43,122,111,40,116,91,110,93,41,125,41,41,41,125,102,117,110,99,116,105,111,110,32,122,111,40,116,41,123,114,101,116,117,114,110,32,49,101,51,42,78,117,109,98,101,114,40,116,46,115,108,105,99,101,40,48,44,45,49,41,46,114,101,112,108,97,99,101,40,34,44,34,44,34,46,34,41,41,125,102,117,110,99,116,105,111,110,32,86,111,40,116,44,101,41,123,118,97,114,32,110,61,116,46,101,108,109,59,105,40,110,46,95,108,101,97,118,101,67,98,41,38,38,40,110,46,95,108,101,97,118,101,67,98,46,99,97,110,99,101,108,108,101,100,61,33,48,44,110,46,95,108,101,97,118,101,67,98,40,41,41,59,118,97,114,32,111,61,83,111,40,116,46,100,97,116,97,46,116,114,97,110,115,105,116,105,111,110,41,59,105,102,40,33,114,40,111,41,38,38,33,105,40,110,46,95,101,110,116,101,114,67,98,41,38,38,49,61,61,61,110,46,110,111,100,101,84,121,112,101,41,123,118,97,114,32,97,61,111,46,99,115,115,44,115,61,111,46,116,121,112,101,44,117,61,111,46,101,110,116,101,114,67,108,97,115,115,44,108,61,111,46,101,110,116,101,114,84,111,67,108,97,115,115,44,102,61,111,46,101,110,116,101,114,65,99,116,105,118,101,67,108,97,115,115,44,104,61,111,46,97,112,112,101,97,114,67,108,97,115,115,44,100,61,111,46,97,112,112,101,97,114,84,111,67,108,97,115,115,44,112,61,111,46,97,112,112,101,97,114,65,99,116,105,118,101,67,108,97,115,115,44,103,61,111,46,98,101,102,111,114,101,69,110,116,101,114,44,109,61,111,46,101,110,116,101,114,44,98,61,111,46,97,102,116,101,114,69,110,116,101,114,44,121,61,111,46,101,110,116,101,114,67,97,110,99,101,108,108,101,100,44,119,61,111,46,98,101,102,111,114,101,65,112,112,101,97,114,44,95,61,111,46,97,112,112,101,97,114,44,120,61,111,46,97,102,116,101,114,65,112,112,101,97,114,44,79,61,111,46,97,112,112,101,97,114,67,97,110,99,101,108,108,101,100,44,83,61,111,46,100,117,114,97,116,105,111,110,44,107,61,69,110,44,67,61,69,110,46,36,118,110,111,100,101,59,119,104,105,108,101,40,67,38,38,67,46,112,97,114,101,110,116,41,107,61,67,46,99,111,110,116,101,120,116,44,67,61,67,46,112,97,114,101,110,116,59,118,97,114,32,80,61,33,107,46,95,105,115,77,111,117,110,116,101,100,124,124,33,116,46,105,115,82,111,111,116,73,110,115,101,114,116,59,105,102,40,33,80,124,124,95,124,124,34,34,61,61,61,95,41,123,118,97,114,32,84,61,80,38,38,104,63,104,58,117,44,106,61,80,38,38,112,63,112,58,102,44,69,61,80,38,38,100,63,100,58,108,44,65,61,80,38,38,119,124,124,103,44,68,61,80,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,95,63,95,58,109,44,76,61,80,38,38,120,124,124,98,44,77,61,80,38,38,79,124,124,121,44,73,61,118,40,99,40,83,41,63,83,46,101,110,116,101,114,58,83,41,59,48,59,118,97,114,32,36,61,33,49,33,61,61,97,38,38,33,101,116,44,70,61,87,111,40,68,41,44,82,61,110,46,95,101,110,116,101,114,67,98,61,66,40,40,102,117,110,99,116,105,111,110,40,41,123,36,38,38,40,36,111,40,110,44,69,41,44,36,111,40,110,44,106,41,41,44,82,46,99,97,110,99,101,108,108,101,100,63,40,36,38,38,36,111,40,110,44,84,41,44,77,38,38,77,40,110,41,41,58,76,38,38,76,40,110,41,44,110,46,95,101,110,116,101,114,67,98,61,110,117,108,108,125,41,41,59,116,46,100,97,116,97,46,115,104,111,119,124,124,95,101,40,116,44,34,105,110,115,101,114,116,34,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,110,46,112,97,114,101,110,116,78,111,100,101,44,114,61,101,38,38,101,46,95,112,101,110,100,105,110,103,38,38,101,46,95,112,101,110,100,105,110,103,91,116,46,107,101,121,93,59,114,38,38,114,46,116,97,103,61,61,61,116,46,116,97,103,38,38,114,46,101,108,109,46,95,108,101,97,118,101,67,98,38,38,114,46,101,108,109,46,95,108,101,97,118,101,67,98,40,41,44,68,38,38,68,40,110,44,82,41,125,41,41,44,65,38,38,65,40,110,41,44,36,38,38,40,73,111,40,110,44,84,41,44,73,111,40,110,44,106,41,44,77,111,40,40,102,117,110,99,116,105,111,110,40,41,123,36,111,40,110,44,84,41,44,82,46,99,97,110,99,101,108,108,101,100,124,124,40,73,111,40,110,44,69,41,44,70,124,124,40,85,111,40,73,41,63,115,101,116,84,105,109,101,111,117,116,40,82,44,73,41,58,70,111,40,110,44,115,44,82,41,41,41,125,41,41,41,44,116,46,100,97,116,97,46,115,104,111,119,38,38,40,101,38,38,101,40,41,44,68,38,38,68,40,110,44,82,41,41,44,36,124,124,70,124,124,82,40,41,125,125,125,102,117,110,99,116,105,111,110,32,72,111,40,116,44,101,41,123,118,97,114,32,110,61,116,46,101,108,109,59,105,40,110,46,95,101,110,116,101,114,67,98,41,38,38,40,110,46,95,101,110,116,101,114,67,98,46,99,97,110,99,101,108,108,101,100,61,33,48,44,110,46,95,101,110,116,101,114,67,98,40,41,41,59,118,97,114,32,111,61,83,111,40,116,46,100,97,116,97,46,116,114,97,110,115,105,116,105,111,110,41,59,105,102,40,114,40,111,41,124,124,49,33,61,61,110,46,110,111,100,101,84,121,112,101,41,114,101,116,117,114,110,32,101,40,41,59,105,102,40,33,105,40,110,46,95,108,101,97,118,101,67,98,41,41,123,118,97,114,32,97,61,111,46,99,115,115,44,115,61,111,46,116,121,112,101,44,117,61,111,46,108,101,97,118,101,67,108,97,115,115,44,108,61,111,46,108,101,97,118,101,84,111,67,108,97,115,115,44,102,61,111,46,108,101,97,118,101,65,99,116,105,118,101,67,108,97,115,115,44,104,61,111,46,98,101,102,111,114,101,76,101,97,118,101,44,100,61,111,46,108,101,97,118,101,44,112,61,111,46,97,102,116,101,114,76,101,97,118,101,44,103,61,111,46,108,101,97,118,101,67,97,110,99,101,108,108,101,100,44,109,61,111,46,100,101,108,97,121,76,101,97,118,101,44,98,61,111,46,100,117,114,97,116,105,111,110,44,121,61,33,49,33,61,61,97,38,38,33,101,116,44,119,61,87,111,40,100,41,44,95,61,118,40,99,40,98,41,63,98,46,108,101,97,118,101,58,98,41,59,48,59,118,97,114,32,120,61,110,46,95,108,101,97,118,101,67,98,61,66,40,40,102,117,110,99,116,105,111,110,40,41,123,110,46,112,97,114,101,110,116,78,111,100,101,38,38,110,46,112,97,114,101,110,116,78,111,100,101,46,95,112,101,110,100,105,110,103,38,38,40,110,46,112,97,114,101,110,116,78,111,100,101,46,95,112,101,110,100,105,110,103,91,116,46,107,101,121,93,61,110,117,108,108,41,44,121,38,38,40,36,111,40,110,44,108,41,44,36,111,40,110,44,102,41,41,44,120,46,99,97,110,99,101,108,108,101,100,63,40,121,38,38,36,111,40,110,44,117,41,44,103,38,38,103,40,110,41,41,58,40,101,40,41,44,112,38,38,112,40,110,41,41,44,110,46,95,108,101,97,118,101,67,98,61,110,117,108,108,125,41,41,59,109,63,109,40,79,41,58,79,40,41,125,102,117,110,99,116,105,111,110,32,79,40,41,123,120,46,99,97,110,99,101,108,108,101,100,124,124,40,33,116,46,100,97,116,97,46,115,104,111,119,38,38,110,46,112,97,114,101,110,116,78,111,100,101,38,38,40,40,110,46,112,97,114,101,110,116,78,111,100,101,46,95,112,101,110,100,105,110,103,124,124,40,110,46,112,97,114,101,110,116,78,111,100,101,46,95,112,101,110,100,105,110,103,61,123,125,41,41,91,116,46,107,101,121,93,61,116,41,44,104,38,38,104,40,110,41,44,121,38,38,40,73,111,40,110,44,117,41,44,73,111,40,110,44,102,41,44,77,111,40,40,102,117,110,99,116,105,111,110,40,41,123,36,111,40,110,44,117,41,44,120,46,99,97,110,99,101,108,108,101,100,124,124,40,73,111,40,110,44,108,41,44,119,124,124,40,85,111,40,95,41,63,115,101,116,84,105,109,101,111,117,116,40,120,44,95,41,58,70,111,40,110,44,115,44,120,41,41,41,125,41,41,41,44,100,38,38,100,40,110,44,120,41,44,121,124,124,119,124,124,120,40,41,41,125,125,102,117,110,99,116,105,111,110,32,85,111,40,116,41,123,114,101,116,117,114,110,34,110,117,109,98,101,114,34,61,61,61,116,121,112,101,111,102,32,116,38,38,33,105,115,78,97,78,40,116,41,125,102,117,110,99,116,105,111,110,32,87,111,40,116,41,123,105,102,40,114,40,116,41,41,114,101,116,117,114,110,33,49,59,118,97,114,32,101,61,116,46,102,110,115,59,114,101,116,117,114,110,32,105,40,101,41,63,87,111,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,41,63,101,91,48,93,58,101,41,58,40,116,46,95,108,101,110,103,116,104,124,124,116,46,108,101,110,103,116,104,41,62,49,125,102,117,110,99,116,105,111,110,32,113,111,40,116,44,101,41,123,33,48,33,61,61,101,46,100,97,116,97,46,115,104,111,119,38,38,86,111,40,101,41,125,118,97,114,32,71,111,61,88,63,123,99,114,101,97,116,101,58,113,111,44,97,99,116,105,118,97,116,101,58,113,111,44,114,101,109,111,118,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,33,48,33,61,61,116,46,100,97,116,97,46,115,104,111,119,63,72,111,40,116,44,101,41,58,101,40,41,125,125,58,123,125,44,89,111,61,91,72,105,44,113,105,44,110,111,44,115,111,44,119,111,44,71,111,93,44,75,111,61,89,111,46,99,111,110,99,97,116,40,82,105,41,44,88,111,61,65,105,40,123,110,111,100,101,79,112,115,58,79,105,44,109,111,100,117,108,101,115,58,75,111,125,41,59,101,116,38,38,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,115,101,108,101,99,116,105,111,110,99,104,97,110,103,101,34,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,100,111,99,117,109,101,110,116,46,97,99,116,105,118,101,69,108,101,109,101,110,116,59,116,38,38,116,46,118,109,111,100,101,108,38,38,105,97,40,116,44,34,105,110,112,117,116,34,41,125,41,41,59,118,97,114,32,90,111,61,123,105,110,115,101,114,116,101,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,34,115,101,108,101,99,116,34,61,61,61,110,46,116,97,103,63,40,114,46,101,108,109,38,38,33,114,46,101,108,109,46,95,118,79,112,116,105,111,110,115,63,95,101,40,110,44,34,112,111,115,116,112,97,116,99,104,34,44,40,102,117,110,99,116,105,111,110,40,41,123,90,111,46,99,111,109,112,111,110,101,110,116,85,112,100,97,116,101,100,40,116,44,101,44,110,41,125,41,41,58,74,111,40,116,44,101,44,110,46,99,111,110,116,101,120,116,41,44,116,46,95,118,79,112,116,105,111,110,115,61,91,93,46,109,97,112,46,99,97,108,108,40,116,46,111,112,116,105,111,110,115,44,101,97,41,41,58,40,34,116,101,120,116,97,114,101,97,34,61,61,61,110,46,116,97,103,124,124,117,105,40,116,46,116,121,112,101,41,41,38,38,40,116,46,95,118,77,111,100,105,102,105,101,114,115,61,101,46,109,111,100,105,102,105,101,114,115,44,101,46,109,111,100,105,102,105,101,114,115,46,108,97,122,121,124,124,40,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,99,111,109,112,111,115,105,116,105,111,110,115,116,97,114,116,34,44,110,97,41,44,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,99,111,109,112,111,115,105,116,105,111,110,101,110,100,34,44,114,97,41,44,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,99,104,97,110,103,101,34,44,114,97,41,44,101,116,38,38,40,116,46,118,109,111,100,101,108,61,33,48,41,41,41,125,44,99,111,109,112,111,110,101,110,116,85,112,100,97,116,101,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,34,115,101,108,101,99,116,34,61,61,61,110,46,116,97,103,41,123,74,111,40,116,44,101,44,110,46,99,111,110,116,101,120,116,41,59,118,97,114,32,114,61,116,46,95,118,79,112,116,105,111,110,115,44,105,61,116,46,95,118,79,112,116,105,111,110,115,61,91,93,46,109,97,112,46,99,97,108,108,40,116,46,111,112,116,105,111,110,115,44,101,97,41,59,105,102,40,105,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,33,36,40,116,44,114,91,101,93,41,125,41,41,41,123,118,97,114,32,111,61,116,46,109,117,108,116,105,112,108,101,63,101,46,118,97,108,117,101,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,97,40,116,44,105,41,125,41,41,58,101,46,118,97,108,117,101,33,61,61,101,46,111,108,100,86,97,108,117,101,38,38,116,97,40,101,46,118,97,108,117,101,44,105,41,59,111,38,38,105,97,40,116,44,34,99,104,97,110,103,101,34,41,125,125,125,125,59,102,117,110,99,116,105,111,110,32,74,111,40,116,44,101,44,110,41,123,81,111,40,116,44,101,44,110,41,44,40,116,116,124,124,110,116,41,38,38,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,81,111,40,116,44,101,44,110,41,125,41,44,48,41,125,102,117,110,99,116,105,111,110,32,81,111,40,116,44,101,44,110,41,123,118,97,114,32,114,61,101,46,118,97,108,117,101,44,105,61,116,46,109,117,108,116,105,112,108,101,59,105,102,40,33,105,124,124,65,114,114,97,121,46,105,115,65,114,114,97,121,40,114,41,41,123,102,111,114,40,118,97,114,32,111,44,97,44,115,61,48,44,99,61,116,46,111,112,116,105,111,110,115,46,108,101,110,103,116,104,59,115,60,99,59,115,43,43,41,105,102,40,97,61,116,46,111,112,116,105,111,110,115,91,115,93,44,105,41,111,61,70,40,114,44,101,97,40,97,41,41,62,45,49,44,97,46,115,101,108,101,99,116,101,100,33,61,61,111,38,38,40,97,46,115,101,108,101,99,116,101,100,61,111,41,59,101,108,115,101,32,105,102,40,36,40,101,97,40,97,41,44,114,41,41,114,101,116,117,114,110,32,118,111,105,100,40,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,33,61,61,115,38,38,40,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,61,115,41,41,59,105,124,124,40,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,61,45,49,41,125,125,102,117,110,99,116,105,111,110,32,116,97,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,101,118,101,114,121,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,33,36,40,101,44,116,41,125,41,41,125,102,117,110,99,116,105,111,110,32,101,97,40,116,41,123,114,101,116,117,114,110,34,95,118,97,108,117,101,34,105,110,32,116,63,116,46,95,118,97,108,117,101,58,116,46,118,97,108,117,101,125,102,117,110,99,116,105,111,110,32,110,97,40,116,41,123,116,46,116,97,114,103,101,116,46,99,111,109,112,111,115,105,110,103,61,33,48,125,102,117,110,99,116,105,111,110,32,114,97,40,116,41,123,116,46,116,97,114,103,101,116,46,99,111,109,112,111,115,105,110,103,38,38,40,116,46,116,97,114,103,101,116,46,99,111,109,112,111,115,105,110,103,61,33,49,44,105,97,40,116,46,116,97,114,103,101,116,44,34,105,110,112,117,116,34,41,41,125,102,117,110,99,116,105,111,110,32,105,97,40,116,44,101,41,123,118,97,114,32,110,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,118,101,110,116,40,34,72,84,77,76,69,118,101,110,116,115,34,41,59,110,46,105,110,105,116,69,118,101,110,116,40,101,44,33,48,44,33,48,41,44,116,46,100,105,115,112,97,116,99,104,69,118,101,110,116,40,110,41,125,102,117,110,99,116,105,111,110,32,111,97,40,116,41,123,114,101,116,117,114,110,33,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,124,124,116,46,100,97,116,97,38,38,116,46,100,97,116,97,46,116,114,97,110,115,105,116,105,111,110,63,116,58,111,97,40,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,46,95,118,110,111,100,101,41,125,118,97,114,32,97,97,61,123,98,105,110,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,101,46,118,97,108,117,101,59,110,61,111,97,40,110,41,59,118,97,114,32,105,61,110,46,100,97,116,97,38,38,110,46,100,97,116,97,46,116,114,97,110,115,105,116,105,111,110,44,111,61,116,46,95,95,118,79,114,105,103,105,110,97,108,68,105,115,112,108,97,121,61,34,110,111,110,101,34,61,61,61,116,46,115,116,121,108,101,46,100,105,115,112,108,97,121,63,34,34,58,116,46,115,116,121,108,101,46,100,105,115,112,108,97,121,59,114,38,38,105,63,40,110,46,100,97,116,97,46,115,104,111,119,61,33,48,44,86,111,40,110,44,40,102,117,110,99,116,105,111,110,40,41,123,116,46,115,116,121,108,101,46,100,105,115,112,108,97,121,61,111,125,41,41,41,58,116,46,115,116,121,108,101,46,100,105,115,112,108,97,121,61,114,63,111,58,34,110,111,110,101,34,125,44,117,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,101,46,118,97,108,117,101,44,105,61,101,46,111,108,100,86,97,108,117,101,59,105,102,40,33,114,33,61,61,33,105,41,123,110,61,111,97,40,110,41,59,118,97,114,32,111,61,110,46,100,97,116,97,38,38,110,46,100,97,116,97,46,116,114,97,110,115,105,116,105,111,110,59,111,63,40,110,46,100,97,116,97,46,115,104,111,119,61,33,48,44,114,63,86,111,40,110,44,40,102,117,110,99,116,105,111,110,40,41,123,116,46,115,116,121,108,101,46,100,105,115,112,108,97,121,61,116,46,95,95,118,79,114,105,103,105,110,97,108,68,105,115,112,108,97,121,125,41,41,58,72,111,40,110,44,40,102,117,110,99,116,105,111,110,40,41,123,116,46,115,116,121,108,101,46,100,105,115,112,108,97,121,61,34,110,111,110,101,34,125,41,41,41,58,116,46,115,116,121,108,101,46,100,105,115,112,108,97,121,61,114,63,116,46,95,95,118,79,114,105,103,105,110,97,108,68,105,115,112,108,97,121,58,34,110,111,110,101,34,125,125,44,117,110,98,105,110,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,41,123,105,124,124,40,116,46,115,116,121,108,101,46,100,105,115,112,108,97,121,61,116,46,95,95,118,79,114,105,103,105,110,97,108,68,105,115,112,108,97,121,41,125,125,44,115,97,61,123,109,111,100,101,108,58,90,111,44,115,104,111,119,58,97,97,125,44,99,97,61,123,110,97,109,101,58,83,116,114,105,110,103,44,97,112,112,101,97,114,58,66,111,111,108,101,97,110,44,99,115,115,58,66,111,111,108,101,97,110,44,109,111,100,101,58,83,116,114,105,110,103,44,116,121,112,101,58,83,116,114,105,110,103,44,101,110,116,101,114,67,108,97,115,115,58,83,116,114,105,110,103,44,108,101,97,118,101,67,108,97,115,115,58,83,116,114,105,110,103,44,101,110,116,101,114,84,111,67,108,97,115,115,58,83,116,114,105,110,103,44,108,101,97,118,101,84,111,67,108,97,115,115,58,83,116,114,105,110,103,44,101,110,116,101,114,65,99,116,105,118,101,67,108,97,115,115,58,83,116,114,105,110,103,44,108,101,97,118,101,65,99,116,105,118,101,67,108,97,115,115,58,83,116,114,105,110,103,44,97,112,112,101,97,114,67,108,97,115,115,58,83,116,114,105,110,103,44,97,112,112,101,97,114,65,99,116,105,118,101,67,108,97,115,115,58,83,116,114,105,110,103,44,97,112,112,101,97,114,84,111,67,108,97,115,115,58,83,116,114,105,110,103,44,100,117,114,97,116,105,111,110,58,91,78,117,109,98,101,114,44,83,116,114,105,110,103,44,79,98,106,101,99,116,93,125,59,102,117,110,99,116,105,111,110,32,117,97,40,116,41,123,118,97,114,32,101,61,116,38,38,116,46,99,111,109,112,111,110,101,110,116,79,112,116,105,111,110,115,59,114,101,116,117,114,110,32,101,38,38,101,46,67,116,111,114,46,111,112,116,105,111,110,115,46,97,98,115,116,114,97,99,116,63,117,97,40,79,110,40,101,46,99,104,105,108,100,114,101,110,41,41,58,116,125,102,117,110,99,116,105,111,110,32,108,97,40,116,41,123,118,97,114,32,101,61,123,125,44,110,61,116,46,36,111,112,116,105,111,110,115,59,102,111,114,40,118,97,114,32,114,32,105,110,32,110,46,112,114,111,112,115,68,97,116,97,41,101,91,114,93,61,116,91,114,93,59,118,97,114,32,105,61,110,46,95,112,97,114,101,110,116,76,105,115,116,101,110,101,114,115,59,102,111,114,40,118,97,114,32,111,32,105,110,32,105,41,101,91,79,40,111,41,93,61,105,91,111,93,59,114,101,116,117,114,110,32,101,125,102,117,110,99,116,105,111,110,32,102,97,40,116,44,101,41,123,105,102,40,47,92,100,45,107,101,101,112,45,97,108,105,118,101,36,47,46,116,101,115,116,40,101,46,116,97,103,41,41,114,101,116,117,114,110,32,116,40,34,107,101,101,112,45,97,108,105,118,101,34,44,123,112,114,111,112,115,58,101,46,99,111,109,112,111,110,101,110,116,79,112,116,105,111,110,115,46,112,114,111,112,115,68,97,116,97,125,41,125,102,117,110,99,116,105,111,110,32,104,97,40,116,41,123,119,104,105,108,101,40,116,61,116,46,112,97,114,101,110,116,41,105,102,40,116,46,100,97,116,97,46,116,114,97,110,115,105,116,105,111,110,41,114,101,116,117,114,110,33,48,125,102,117,110,99,116,105,111,110,32,100,97,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,107,101,121,61,61,61,116,46,107,101,121,38,38,101,46,116,97,103,61,61,61,116,46,116,97,103,125,118,97,114,32,112,97,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,116,97,103,124,124,120,110,40,116,41,125,44,118,97,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,115,104,111,119,34,61,61,61,116,46,110,97,109,101,125,44,103,97,61,123,110,97,109,101,58,34,116,114,97,110,115,105,116,105,111,110,34,44,112,114,111,112,115,58,99,97,44,97,98,115,116,114,97,99,116,58,33,48,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,36,115,108,111,116,115,46,100,101,102,97,117,108,116,59,105,102,40,110,38,38,40,110,61,110,46,102,105,108,116,101,114,40,112,97,41,44,110,46,108,101,110,103,116,104,41,41,123,48,59,118,97,114,32,114,61,116,104,105,115,46,109,111,100,101,59,48,59,118,97,114,32,105,61,110,91,48,93,59,105,102,40,104,97,40,116,104,105,115,46,36,118,110,111,100,101,41,41,114,101,116,117,114,110,32,105,59,118,97,114,32,111,61,117,97,40,105,41,59,105,102,40,33,111,41,114,101,116,117,114,110,32,105,59,105,102,40,116,104,105,115,46,95,108,101,97,118,105,110,103,41,114,101,116,117,114,110,32,102,97,40,116,44,105,41,59,118,97,114,32,97,61,34,95,95,116,114,97,110,115,105,116,105,111,110,45,34,43,116,104,105,115,46,95,117,105,100,43,34,45,34,59,111,46,107,101,121,61,110,117,108,108,61,61,111,46,107,101,121,63,111,46,105,115,67,111,109,109,101,110,116,63,97,43,34,99,111,109,109,101,110,116,34,58,97,43,111,46,116,97,103,58,115,40,111,46,107,101,121,41,63,48,61,61,61,83,116,114,105,110,103,40,111,46,107,101,121,41,46,105,110,100,101,120,79,102,40,97,41,63,111,46,107,101,121,58,97,43,111,46,107,101,121,58,111,46,107,101,121,59,118,97,114,32,99,61,40,111,46,100,97,116,97,124,124,40,111,46,100,97,116,97,61,123,125,41,41,46,116,114,97,110,115,105,116,105,111,110,61,108,97,40,116,104,105,115,41,44,117,61,116,104,105,115,46,95,118,110,111,100,101,44,108,61,117,97,40,117,41,59,105,102,40,111,46,100,97,116,97,46,100,105,114,101,99,116,105,118,101,115,38,38,111,46,100,97,116,97,46,100,105,114,101,99,116,105,118,101,115,46,115,111,109,101,40,118,97,41,38,38,40,111,46,100,97,116,97,46,115,104,111,119,61,33,48,41,44,108,38,38,108,46,100,97,116,97,38,38,33,100,97,40,111,44,108,41,38,38,33,120,110,40,108,41,38,38,40,33,108,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,124,124,33,108,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,46,95,118,110,111,100,101,46,105,115,67,111,109,109,101,110,116,41,41,123,118,97,114,32,102,61,108,46,100,97,116,97,46,116,114,97,110,115,105,116,105,111,110,61,65,40,123,125,44,99,41,59,105,102,40,34,111,117,116,45,105,110,34,61,61,61,114,41,114,101,116,117,114,110,32,116,104,105,115,46,95,108,101,97,118,105,110,103,61,33,48,44,95,101,40,102,44,34,97,102,116,101,114,76,101,97,118,101,34,44,40,102,117,110,99,116,105,111,110,40,41,123,101,46,95,108,101,97,118,105,110,103,61,33,49,44,101,46,36,102,111,114,99,101,85,112,100,97,116,101,40,41,125,41,41,44,102,97,40,116,44,105,41,59,105,102,40,34,105,110,45,111,117,116,34,61,61,61,114,41,123,105,102,40,120,110,40,111,41,41,114,101,116,117,114,110,32,117,59,118,97,114,32,104,44,100,61,102,117,110,99,116,105,111,110,40,41,123,104,40,41,125,59,95,101,40,99,44,34,97,102,116,101,114,69,110,116,101,114,34,44,100,41,44,95,101,40,99,44,34,101,110,116,101,114,67,97,110,99,101,108,108,101,100,34,44,100,41,44,95,101,40,102,44,34,100,101,108,97,121,76,101,97,118,101,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,104,61,116,125,41,41,125,125,114,101,116,117,114,110,32,105,125,125,125,44,109,97,61,65,40,123,116,97,103,58,83,116,114,105,110,103,44,109,111,118,101,67,108,97,115,115,58,83,116,114,105,110,103,125,44,99,97,41,59,100,101,108,101,116,101,32,109,97,46,109,111,100,101,59,118,97,114,32,98,97,61,123,112,114,111,112,115,58,109,97,44,98,101,102,111,114,101,77,111,117,110,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,104,105,115,46,95,117,112,100,97,116,101,59,116,104,105,115,46,95,117,112,100,97,116,101,61,102,117,110,99,116,105,111,110,40,110,44,114,41,123,118,97,114,32,105,61,65,110,40,116,41,59,116,46,95,95,112,97,116,99,104,95,95,40,116,46,95,118,110,111,100,101,44,116,46,107,101,112,116,44,33,49,44,33,48,41,44,116,46,95,118,110,111,100,101,61,116,46,107,101,112,116,44,105,40,41,44,101,46,99,97,108,108,40,116,44,110,44,114,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,116,104,105,115,46,116,97,103,124,124,116,104,105,115,46,36,118,110,111,100,101,46,100,97,116,97,46,116,97,103,124,124,34,115,112,97,110,34,44,110,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,114,61,116,104,105,115,46,112,114,101,118,67,104,105,108,100,114,101,110,61,116,104,105,115,46,99,104,105,108,100,114,101,110,44,105,61,116,104,105,115,46,36,115,108,111,116,115,46,100,101,102,97,117,108,116,124,124,91,93,44,111,61,116,104,105,115,46,99,104,105,108,100,114,101,110,61,91,93,44,97,61,108,97,40,116,104,105,115,41,44,115,61,48,59,115,60,105,46,108,101,110,103,116,104,59,115,43,43,41,123,118,97,114,32,99,61,105,91,115,93,59,105,102,40,99,46,116,97,103,41,105,102,40,110,117,108,108,33,61,99,46,107,101,121,38,38,48,33,61,61,83,116,114,105,110,103,40,99,46,107,101,121,41,46,105,110,100,101,120,79,102,40,34,95,95,118,108,105,115,116,34,41,41,111,46,112,117,115,104,40,99,41,44,110,91,99,46,107,101,121,93,61,99,44,40,99,46,100,97,116,97,124,124,40,99,46,100,97,116,97,61,123,125,41,41,46,116,114,97,110,115,105,116,105,111,110,61,97,59,101,108,115,101,59,125,105,102,40,114,41,123,102,111,114,40,118,97,114,32,117,61,91,93,44,108,61,91,93,44,102,61,48,59,102,60,114,46,108,101,110,103,116,104,59,102,43,43,41,123,118,97,114,32,104,61,114,91,102,93,59,104,46,100,97,116,97,46,116,114,97,110,115,105,116,105,111,110,61,97,44,104,46,100,97,116,97,46,112,111,115,61,104,46,101,108,109,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,44,110,91,104,46,107,101,121,93,63,117,46,112,117,115,104,40,104,41,58,108,46,112,117,115,104,40,104,41,125,116,104,105,115,46,107,101,112,116,61,116,40,101,44,110,117,108,108,44,117,41,44,116,104,105,115,46,114,101,109,111,118,101,100,61,108,125,114,101,116,117,114,110,32,116,40,101,44,110,117,108,108,44,111,41,125,44,117,112,100,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,112,114,101,118,67,104,105,108,100,114,101,110,44,101,61,116,104,105,115,46,109,111,118,101,67,108,97,115,115,124,124,40,116,104,105,115,46,110,97,109,101,124,124,34,118,34,41,43,34,45,109,111,118,101,34,59,116,46,108,101,110,103,116,104,38,38,116,104,105,115,46,104,97,115,77,111,118,101,40,116,91,48,93,46,101,108,109,44,101,41,38,38,40,116,46,102,111,114,69,97,99,104,40,121,97,41,44,116,46,102,111,114,69,97,99,104,40,119,97,41,44,116,46,102,111,114,69,97,99,104,40,95,97,41,44,116,104,105,115,46,95,114,101,102,108,111,119,61,100,111,99,117,109,101,110,116,46,98,111,100,121,46,111,102,102,115,101,116,72,101,105,103,104,116,44,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,46,100,97,116,97,46,109,111,118,101,100,41,123,118,97,114,32,110,61,116,46,101,108,109,44,114,61,110,46,115,116,121,108,101,59,73,111,40,110,44,101,41,44,114,46,116,114,97,110,115,102,111,114,109,61,114,46,87,101,98,107,105,116,84,114,97,110,115,102,111,114,109,61,114,46,116,114,97,110,115,105,116,105,111,110,68,117,114,97,116,105,111,110,61,34,34,44,110,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,69,111,44,110,46,95,109,111,118,101,67,98,61,102,117,110,99,116,105,111,110,32,116,40,114,41,123,114,38,38,114,46,116,97,114,103,101,116,33,61,61,110,124,124,114,38,38,33,47,116,114,97,110,115,102,111,114,109,36,47,46,116,101,115,116,40,114,46,112,114,111,112,101,114,116,121,78,97,109,101,41,124,124,40,110,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,69,111,44,116,41,44,110,46,95,109,111,118,101,67,98,61,110,117,108,108,44,36,111,40,110,44,101,41,41,125,41,125,125,41,41,41,125,44,109,101,116,104,111,100,115,58,123,104,97,115,77,111,118,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,67,111,41,114,101,116,117,114,110,33,49,59,105,102,40,116,104,105,115,46,95,104,97,115,77,111,118,101,41,114,101,116,117,114,110,32,116,104,105,115,46,95,104,97,115,77,111,118,101,59,118,97,114,32,110,61,116,46,99,108,111,110,101,78,111,100,101,40,41,59,116,46,95,116,114,97,110,115,105,116,105,111,110,67,108,97,115,115,101,115,38,38,116,46,95,116,114,97,110,115,105,116,105,111,110,67,108,97,115,115,101,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,79,111,40,110,44,116,41,125,41,41,44,120,111,40,110,44,101,41,44,110,46,115,116,121,108,101,46,100,105,115,112,108,97,121,61,34,110,111,110,101,34,44,116,104,105,115,46,36,101,108,46,97,112,112,101,110,100,67,104,105,108,100,40,110,41,59,118,97,114,32,114,61,82,111,40,110,41,59,114,101,116,117,114,110,32,116,104,105,115,46,36,101,108,46,114,101,109,111,118,101,67,104,105,108,100,40,110,41,44,116,104,105,115,46,95,104,97,115,77,111,118,101,61,114,46,104,97,115,84,114,97,110,115,102,111,114,109,125,125,125,59,102,117,110,99,116,105,111,110,32,121,97,40,116,41,123,116,46,101,108,109,46,95,109,111,118,101,67,98,38,38,116,46,101,108,109,46,95,109,111,118,101,67,98,40,41,44,116,46,101,108,109,46,95,101,110,116,101,114,67,98,38,38,116,46,101,108,109,46,95,101,110,116,101,114,67,98,40,41,125,102,117,110,99,116,105,111,110,32,119,97,40,116,41,123,116,46,100,97,116,97,46,110,101,119,80,111,115,61,116,46,101,108,109,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,125,102,117,110,99,116,105,111,110,32,95,97,40,116,41,123,118,97,114,32,101,61,116,46,100,97,116,97,46,112,111,115,44,110,61,116,46,100,97,116,97,46,110,101,119,80,111,115,44,114,61,101,46,108,101,102,116,45,110,46,108,101,102,116,44,105,61,101,46,116,111,112,45,110,46,116,111,112,59,105,102,40,114,124,124,105,41,123,116,46,100,97,116,97,46,109,111,118,101,100,61,33,48,59,118,97,114,32,111,61,116,46,101,108,109,46,115,116,121,108,101,59,111,46,116,114,97,110,115,102,111,114,109,61,111,46,87,101,98,107,105,116,84,114,97,110,115,102,111,114,109,61,34,116,114,97,110,115,108,97,116,101,40,34,43,114,43,34,112,120,44,34,43,105,43,34,112,120,41,34,44,111,46,116,114,97,110,115,105,116,105,111,110,68,117,114,97,116,105,111,110,61,34,48,115,34,125,125,118,97,114,32,120,97,61,123,84,114,97,110,115,105,116,105,111,110,58,103,97,44,84,114,97,110,115,105,116,105,111,110,71,114,111,117,112,58,98,97,125,59,79,114,46,99,111,110,102,105,103,46,109,117,115,116,85,115,101,80,114,111,112,61,78,114,44,79,114,46,99,111,110,102,105,103,46,105,115,82,101,115,101,114,118,101,100,84,97,103,61,111,105,44,79,114,46,99,111,110,102,105,103,46,105,115,82,101,115,101,114,118,101,100,65,116,116,114,61,66,114,44,79,114,46,99,111,110,102,105,103,46,103,101,116,84,97,103,78,97,109,101,115,112,97,99,101,61,97,105,44,79,114,46,99,111,110,102,105,103,46,105,115,85,110,107,110,111,119,110,69,108,101,109,101,110,116,61,99,105,44,65,40,79,114,46,111,112,116,105,111,110,115,46,100,105,114,101,99,116,105,118,101,115,44,115,97,41,44,65,40,79,114,46,111,112,116,105,111,110,115,46,99,111,109,112,111,110,101,110,116,115,44,120,97,41,44,79,114,46,112,114,111,116,111,116,121,112,101,46,95,95,112,97,116,99,104,95,95,61,88,63,88,111,58,76,44,79,114,46,112,114,111,116,111,116,121,112,101,46,36,109,111,117,110,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,116,38,38,88,63,108,105,40,116,41,58,118,111,105,100,32,48,44,77,110,40,116,104,105,115,44,116,44,101,41,125,44,88,38,38,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,86,46,100,101,118,116,111,111,108,115,38,38,117,116,38,38,117,116,46,101,109,105,116,40,34,105,110,105,116,34,44,79,114,41,125,41,44,48,41,44,101,91,34,100,101,102,97,117,108,116,34,93,61,79,114,125,46,99,97,108,108,40,116,104,105,115,44,110,40,34,99,56,98,97,34,41,41,125,44,34,50,98,51,100,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,51,99,97,51,34,41,59,118,97,114,32,114,44,105,61,110,40,34,50,51,101,55,34,41,44,111,61,110,40,34,56,51,97,98,34,41,44,97,61,110,40,34,48,100,51,98,34,41,44,115,61,110,40,34,100,97,56,52,34,41,44,99,61,110,40,34,51,55,101,56,34,41,44,117,61,110,40,34,54,101,101,98,34,41,44,108,61,110,40,34,49,57,97,97,34,41,44,102,61,110,40,34,53,49,51,53,34,41,44,104,61,110,40,34,54,48,100,97,34,41,44,100,61,110,40,34,52,100,102,52,34,41,44,112,61,110,40,34,54,53,52,55,34,41,46,99,111,100,101,65,116,44,118,61,110,40,34,53,102,98,50,34,41,44,103,61,110,40,34,100,52,52,101,34,41,44,109,61,110,40,34,57,56,54,49,34,41,44,98,61,110,40,34,54,57,102,51,34,41,44,121,61,115,46,85,82,76,44,119,61,109,46,85,82,76,83,101,97,114,99,104,80,97,114,97,109,115,44,95,61,109,46,103,101,116,83,116,97,116,101,44,120,61,98,46,115,101,116,44,79,61,98,46,103,101,116,116,101,114,70,111,114,40,34,85,82,76,34,41,44,83,61,77,97,116,104,46,102,108,111,111,114,44,107,61,77,97,116,104,46,112,111,119,44,67,61,34,73,110,118,97,108,105,100,32,97,117,116,104,111,114,105,116,121,34,44,80,61,34,73,110,118,97,108,105,100,32,115,99,104,101,109,101,34,44,84,61,34,73,110,118,97,108,105,100,32,104,111,115,116,34,44,106,61,34,73,110,118,97,108,105,100,32,112,111,114,116,34,44,69,61,47,91,65,45,90,97,45,122,93,47,44,65,61,47,91,92,100,43,45,46,65,45,90,97,45,122,93,47,44,68,61,47,92,100,47,44,76,61,47,94,40,48,120,124,48,88,41,47,44,77,61,47,94,91,48,45,55,93,43,36,47,44,73,61,47,94,92,100,43,36,47,44,36,61,47,94,91,92,100,65,45,70,97,45,102,93,43,36,47,44,70,61,47,91,92,48,92,116,92,110,92,114,32,35,37,47,58,63,64,91,92,92,93,93,47,44,66,61,47,91,92,48,92,116,92,110,92,114,32,35,47,58,63,64,91,92,92,93,93,47,44,82,61,47,94,91,92,117,48,48,48,48,45,92,117,48,48,49,70,32,93,43,124,91,92,117,48,48,48,48,45,92,117,48,48,49,70,32,93,43,36,47,103,44,78,61,47,91,92,116,92,110,92,114,93,47,103,44,122,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,44,105,59,105,102,40,34,91,34,61,61,101,46,99,104,97,114,65,116,40,48,41,41,123,105,102,40,34,93,34,33,61,101,46,99,104,97,114,65,116,40,101,46,108,101,110,103,116,104,45,49,41,41,114,101,116,117,114,110,32,84,59,105,102,40,110,61,72,40,101,46,115,108,105,99,101,40,49,44,45,49,41,41,44,33,110,41,114,101,116,117,114,110,32,84,59,116,46,104,111,115,116,61,110,125,101,108,115,101,32,105,102,40,74,40,116,41,41,123,105,102,40,101,61,118,40,101,41,44,70,46,116,101,115,116,40,101,41,41,114,101,116,117,114,110,32,84,59,105,102,40,110,61,86,40,101,41,44,110,117,108,108,61,61,61,110,41,114,101,116,117,114,110,32,84,59,116,46,104,111,115,116,61,110,125,101,108,115,101,123,105,102,40,66,46,116,101,115,116,40,101,41,41,114,101,116,117,114,110,32,84,59,102,111,114,40,110,61,34,34,44,114,61,100,40,101,41,44,105,61,48,59,105,60,114,46,108,101,110,103,116,104,59,105,43,43,41,110,43,61,88,40,114,91,105,93,44,113,41,59,116,46,104,111,115,116,61,110,125,125,44,86,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,44,111,44,97,44,115,44,99,61,116,46,115,112,108,105,116,40,34,46,34,41,59,105,102,40,99,46,108,101,110,103,116,104,38,38,34,34,61,61,99,91,99,46,108,101,110,103,116,104,45,49,93,38,38,99,46,112,111,112,40,41,44,101,61,99,46,108,101,110,103,116,104,44,101,62,52,41,114,101,116,117,114,110,32,116,59,102,111,114,40,110,61,91,93,44,114,61,48,59,114,60,101,59,114,43,43,41,123,105,102,40,105,61,99,91,114,93,44,34,34,61,61,105,41,114,101,116,117,114,110,32,116,59,105,102,40,111,61,49,48,44,105,46,108,101,110,103,116,104,62,49,38,38,34,48,34,61,61,105,46,99,104,97,114,65,116,40,48,41,38,38,40,111,61,76,46,116,101,115,116,40,105,41,63,49,54,58,56,44,105,61,105,46,115,108,105,99,101,40,56,61,61,111,63,49,58,50,41,41,44,34,34,61,61,61,105,41,97,61,48,59,101,108,115,101,123,105,102,40,33,40,49,48,61,61,111,63,73,58,56,61,61,111,63,77,58,36,41,46,116,101,115,116,40,105,41,41,114,101,116,117,114,110,32,116,59,97,61,112,97,114,115,101,73,110,116,40,105,44,111,41,125,110,46,112,117,115,104,40,97,41,125,102,111,114,40,114,61,48,59,114,60,101,59,114,43,43,41,105,102,40,97,61,110,91,114,93,44,114,61,61,101,45,49,41,123,105,102,40,97,62,61,107,40,50,53,54,44,53,45,101,41,41,114,101,116,117,114,110,32,110,117,108,108,125,101,108,115,101,32,105,102,40,97,62,50,53,53,41,114,101,116,117,114,110,32,110,117,108,108,59,102,111,114,40,115,61,110,46,112,111,112,40,41,44,114,61,48,59,114,60,110,46,108,101,110,103,116,104,59,114,43,43,41,115,43,61,110,91,114,93,42,107,40,50,53,54,44,51,45,114,41,59,114,101,116,117,114,110,32,115,125,44,72,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,44,111,44,97,44,115,44,99,61,91,48,44,48,44,48,44,48,44,48,44,48,44,48,44,48,93,44,117,61,48,44,108,61,110,117,108,108,44,102,61,48,44,104,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,99,104,97,114,65,116,40,102,41,125,59,105,102,40,34,58,34,61,61,104,40,41,41,123,105,102,40,34,58,34,33,61,116,46,99,104,97,114,65,116,40,49,41,41,114,101,116,117,114,110,59,102,43,61,50,44,117,43,43,44,108,61,117,125,119,104,105,108,101,40,104,40,41,41,123,105,102,40,56,61,61,117,41,114,101,116,117,114,110,59,105,102,40,34,58,34,33,61,104,40,41,41,123,101,61,110,61,48,59,119,104,105,108,101,40,110,60,52,38,38,36,46,116,101,115,116,40,104,40,41,41,41,101,61,49,54,42,101,43,112,97,114,115,101,73,110,116,40,104,40,41,44,49,54,41,44,102,43,43,44,110,43,43,59,105,102,40,34,46,34,61,61,104,40,41,41,123,105,102,40,48,61,61,110,41,114,101,116,117,114,110,59,105,102,40,102,45,61,110,44,117,62,54,41,114,101,116,117,114,110,59,114,61,48,59,119,104,105,108,101,40,104,40,41,41,123,105,102,40,105,61,110,117,108,108,44,114,62,48,41,123,105,102,40,33,40,34,46,34,61,61,104,40,41,38,38,114,60,52,41,41,114,101,116,117,114,110,59,102,43,43,125,105,102,40,33,68,46,116,101,115,116,40,104,40,41,41,41,114,101,116,117,114,110,59,119,104,105,108,101,40,68,46,116,101,115,116,40,104,40,41,41,41,123,105,102,40,111,61,112,97,114,115,101,73,110,116,40,104,40,41,44,49,48,41,44,110,117,108,108,61,61,61,105,41,105,61,111,59,101,108,115,101,123,105,102,40,48,61,61,105,41,114,101,116,117,114,110,59,105,61,49,48,42,105,43,111,125,105,102,40,105,62,50,53,53,41,114,101,116,117,114,110,59,102,43,43,125,99,91,117,93,61,50,53,54,42,99,91,117,93,43,105,44,114,43,43,44,50,33,61,114,38,38,52,33,61,114,124,124,117,43,43,125,105,102,40,52,33,61,114,41,114,101,116,117,114,110,59,98,114,101,97,107,125,105,102,40,34,58,34,61,61,104,40,41,41,123,105,102,40,102,43,43,44,33,104,40,41,41,114,101,116,117,114,110,125,101,108,115,101,32,105,102,40,104,40,41,41,114,101,116,117,114,110,59,99,91,117,43,43,93,61,101,125,101,108,115,101,123,105,102,40,110,117,108,108,33,61,61,108,41,114,101,116,117,114,110,59,102,43,43,44,117,43,43,44,108,61,117,125,125,105,102,40,110,117,108,108,33,61,61,108,41,123,97,61,117,45,108,44,117,61,55,59,119,104,105,108,101,40,48,33,61,117,38,38,97,62,48,41,115,61,99,91,117,93,44,99,91,117,45,45,93,61,99,91,108,43,97,45,49,93,44,99,91,108,43,45,45,97,93,61,115,125,101,108,115,101,32,105,102,40,56,33,61,117,41,114,101,116,117,114,110,59,114,101,116,117,114,110,32,99,125,44,85,61,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,110,117,108,108,44,110,61,49,44,114,61,110,117,108,108,44,105,61,48,44,111,61,48,59,111,60,56,59,111,43,43,41,48,33,61,61,116,91,111,93,63,40,105,62,110,38,38,40,101,61,114,44,110,61,105,41,44,114,61,110,117,108,108,44,105,61,48,41,58,40,110,117,108,108,61,61,61,114,38,38,40,114,61,111,41,44,43,43,105,41,59,114,101,116,117,114,110,32,105,62,110,38,38,40,101,61,114,44,110,61,105,41,44,101,125,44,87,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,59,105,102,40,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,116,41,123,102,111,114,40,101,61,91,93,44,110,61,48,59,110,60,52,59,110,43,43,41,101,46,117,110,115,104,105,102,116,40,116,37,50,53,54,41,44,116,61,83,40,116,47,50,53,54,41,59,114,101,116,117,114,110,32,101,46,106,111,105,110,40,34,46,34,41,125,105,102,40,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,116,41,123,102,111,114,40,101,61,34,34,44,114,61,85,40,116,41,44,110,61,48,59,110,60,56,59,110,43,43,41,105,38,38,48,61,61,61,116,91,110,93,124,124,40,105,38,38,40,105,61,33,49,41,44,114,61,61,61,110,63,40,101,43,61,110,63,34,58,34,58,34,58,58,34,44,105,61,33,48,41,58,40,101,43,61,116,91,110,93,46,116,111,83,116,114,105,110,103,40,49,54,41,44,110,60,55,38,38,40,101,43,61,34,58,34,41,41,41,59,114,101,116,117,114,110,34,91,34,43,101,43,34,93,34,125,114,101,116,117,114,110,32,116,125,44,113,61,123,125,44,71,61,104,40,123,125,44,113,44,123,34,32,34,58,49,44,39,34,39,58,49,44,34,60,34,58,49,44,34,62,34,58,49,44,34,96,34,58,49,125,41,44,89,61,104,40,123,125,44,71,44,123,34,35,34,58,49,44,34,63,34,58,49,44,34,123,34,58,49,44,34,125,34,58,49,125,41,44,75,61,104,40,123,125,44,89,44,123,34,47,34,58,49,44,34,58,34,58,49,44,34,59,34,58,49,44,34,61,34,58,49,44,34,64,34,58,49,44,34,91,34,58,49,44,34,92,92,34,58,49,44,34,93,34,58,49,44,34,94,34,58,49,44,34,124,34,58,49,125,41,44,88,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,112,40,116,44,48,41,59,114,101,116,117,114,110,32,110,62,51,50,38,38,110,60,49,50,55,38,38,33,102,40,101,44,116,41,63,116,58,101,110,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,116,41,125,44,90,61,123,102,116,112,58,50,49,44,102,105,108,101,58,110,117,108,108,44,104,116,116,112,58,56,48,44,104,116,116,112,115,58,52,52,51,44,119,115,58,56,48,44,119,115,115,58,52,52,51,125,44,74,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,40,90,44,116,46,115,99,104,101,109,101,41,125,44,81,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,33,61,116,46,117,115,101,114,110,97,109,101,124,124,34,34,33,61,116,46,112,97,115,115,119,111,114,100,125,44,116,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,116,46,104,111,115,116,124,124,116,46,99,97,110,110,111,116,66,101,65,66,97,115,101,85,82,76,124,124,34,102,105,108,101,34,61,61,116,46,115,99,104,101,109,101,125,44,101,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,59,114,101,116,117,114,110,32,50,61,61,116,46,108,101,110,103,116,104,38,38,69,46,116,101,115,116,40,116,46,99,104,97,114,65,116,40,48,41,41,38,38,40,34,58,34,61,61,40,110,61,116,46,99,104,97,114,65,116,40,49,41,41,124,124,33,101,38,38,34,124,34,61,61,110,41,125,44,110,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,59,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,62,49,38,38,101,116,40,116,46,115,108,105,99,101,40,48,44,50,41,41,38,38,40,50,61,61,116,46,108,101,110,103,116,104,124,124,34,47,34,61,61,61,40,101,61,116,46,99,104,97,114,65,116,40,50,41,41,124,124,34,92,92,34,61,61,61,101,124,124,34,63,34,61,61,61,101,124,124,34,35,34,61,61,61,101,41,125,44,114,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,112,97,116,104,44,110,61,101,46,108,101,110,103,116,104,59,33,110,124,124,34,102,105,108,101,34,61,61,116,46,115,99,104,101,109,101,38,38,49,61,61,110,38,38,101,116,40,101,91,48,93,44,33,48,41,124,124,101,46,112,111,112,40,41,125,44,105,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,46,34,61,61,61,116,124,124,34,37,50,101,34,61,61,61,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,125,44,111,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,34,46,46,34,61,61,61,116,124,124,34,37,50,101,46,34,61,61,61,116,124,124,34,46,37,50,101,34,61,61,61,116,124,124,34,37,50,101,37,50,101,34,61,61,61,116,125,44,97,116,61,123,125,44,115,116,61,123,125,44,99,116,61,123,125,44,117,116,61,123,125,44,108,116,61,123,125,44,102,116,61,123,125,44,104,116,61,123,125,44,100,116,61,123,125,44,112,116,61,123,125,44,118,116,61,123,125,44,103,116,61,123,125,44,109,116,61,123,125,44,98,116,61,123,125,44,121,116,61,123,125,44,119,116,61,123,125,44,95,116,61,123,125,44,120,116,61,123,125,44,79,116,61,123,125,44,83,116,61,123,125,44,107,116,61,123,125,44,67,116,61,123,125,44,80,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,105,41,123,118,97,114,32,111,44,97,44,115,44,99,44,117,61,110,124,124,97,116,44,108,61,48,44,104,61,34,34,44,112,61,33,49,44,118,61,33,49,44,103,61,33,49,59,110,124,124,40,116,46,115,99,104,101,109,101,61,34,34,44,116,46,117,115,101,114,110,97,109,101,61,34,34,44,116,46,112,97,115,115,119,111,114,100,61,34,34,44,116,46,104,111,115,116,61,110,117,108,108,44,116,46,112,111,114,116,61,110,117,108,108,44,116,46,112,97,116,104,61,91,93,44,116,46,113,117,101,114,121,61,110,117,108,108,44,116,46,102,114,97,103,109,101,110,116,61,110,117,108,108,44,116,46,99,97,110,110,111,116,66,101,65,66,97,115,101,85,82,76,61,33,49,44,101,61,101,46,114,101,112,108,97,99,101,40,82,44,34,34,41,41,44,101,61,101,46,114,101,112,108,97,99,101,40,78,44,34,34,41,44,111,61,100,40,101,41,59,119,104,105,108,101,40,108,60,61,111,46,108,101,110,103,116,104,41,123,115,119,105,116,99,104,40,97,61,111,91,108,93,44,117,41,123,99,97,115,101,32,97,116,58,105,102,40,33,97,124,124,33,69,46,116,101,115,116,40,97,41,41,123,105,102,40,110,41,114,101,116,117,114,110,32,80,59,117,61,99,116,59,99,111,110,116,105,110,117,101,125,104,43,61,97,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,117,61,115,116,59,98,114,101,97,107,59,99,97,115,101,32,115,116,58,105,102,40,97,38,38,40,65,46,116,101,115,116,40,97,41,124,124,34,43,34,61,61,97,124,124,34,45,34,61,61,97,124,124,34,46,34,61,61,97,41,41,104,43,61,97,46,116,111,76,111,119,101,114,67,97,115,101,40,41,59,101,108,115,101,123,105,102,40,34,58,34,33,61,97,41,123,105,102,40,110,41,114,101,116,117,114,110,32,80,59,104,61,34,34,44,117,61,99,116,44,108,61,48,59,99,111,110,116,105,110,117,101,125,105,102,40,110,38,38,40,74,40,116,41,33,61,102,40,90,44,104,41,124,124,34,102,105,108,101,34,61,61,104,38,38,40,81,40,116,41,124,124,110,117,108,108,33,61,61,116,46,112,111,114,116,41,124,124,34,102,105,108,101,34,61,61,116,46,115,99,104,101,109,101,38,38,33,116,46,104,111,115,116,41,41,114,101,116,117,114,110,59,105,102,40,116,46,115,99,104,101,109,101,61,104,44,110,41,114,101,116,117,114,110,32,118,111,105,100,40,74,40,116,41,38,38,90,91,116,46,115,99,104,101,109,101,93,61,61,116,46,112,111,114,116,38,38,40,116,46,112,111,114,116,61,110,117,108,108,41,41,59,104,61,34,34,44,34,102,105,108,101,34,61,61,116,46,115,99,104,101,109,101,63,117,61,121,116,58,74,40,116,41,38,38,105,38,38,105,46,115,99,104,101,109,101,61,61,116,46,115,99,104,101,109,101,63,117,61,117,116,58,74,40,116,41,63,117,61,100,116,58,34,47,34,61,61,111,91,108,43,49,93,63,40,117,61,108,116,44,108,43,43,41,58,40,116,46,99,97,110,110,111,116,66,101,65,66,97,115,101,85,82,76,61,33,48,44,116,46,112,97,116,104,46,112,117,115,104,40,34,34,41,44,117,61,83,116,41,125,98,114,101,97,107,59,99,97,115,101,32,99,116,58,105,102,40,33,105,124,124,105,46,99,97,110,110,111,116,66,101,65,66,97,115,101,85,82,76,38,38,34,35,34,33,61,97,41,114,101,116,117,114,110,32,80,59,105,102,40,105,46,99,97,110,110,111,116,66,101,65,66,97,115,101,85,82,76,38,38,34,35,34,61,61,97,41,123,116,46,115,99,104,101,109,101,61,105,46,115,99,104,101,109,101,44,116,46,112,97,116,104,61,105,46,112,97,116,104,46,115,108,105,99,101,40,41,44,116,46,113,117,101,114,121,61,105,46,113,117,101,114,121,44,116,46,102,114,97,103,109,101,110,116,61,34,34,44,116,46,99,97,110,110,111,116,66,101,65,66,97,115,101,85,82,76,61,33,48,44,117,61,67,116,59,98,114,101,97,107,125,117,61,34,102,105,108,101,34,61,61,105,46,115,99,104,101,109,101,63,121,116,58,102,116,59,99,111,110,116,105,110,117,101,59,99,97,115,101,32,117,116,58,105,102,40,34,47,34,33,61,97,124,124,34,47,34,33,61,111,91,108,43,49,93,41,123,117,61,102,116,59,99,111,110,116,105,110,117,101,125,117,61,112,116,44,108,43,43,59,98,114,101,97,107,59,99,97,115,101,32,108,116,58,105,102,40,34,47,34,61,61,97,41,123,117,61,118,116,59,98,114,101,97,107,125,117,61,79,116,59,99,111,110,116,105,110,117,101,59,99,97,115,101,32,102,116,58,105,102,40,116,46,115,99,104,101,109,101,61,105,46,115,99,104,101,109,101,44,97,61,61,114,41,116,46,117,115,101,114,110,97,109,101,61,105,46,117,115,101,114,110,97,109,101,44,116,46,112,97,115,115,119,111,114,100,61,105,46,112,97,115,115,119,111,114,100,44,116,46,104,111,115,116,61,105,46,104,111,115,116,44,116,46,112,111,114,116,61,105,46,112,111,114,116,44,116,46,112,97,116,104,61,105,46,112,97,116,104,46,115,108,105,99,101,40,41,44,116,46,113,117,101,114,121,61,105,46,113,117,101,114,121,59,101,108,115,101,32,105,102,40,34,47,34,61,61,97,124,124,34,92,92,34,61,61,97,38,38,74,40,116,41,41,117,61,104,116,59,101,108,115,101,32,105,102,40,34,63,34,61,61,97,41,116,46,117,115,101,114,110,97,109,101,61,105,46,117,115,101,114,110,97,109,101,44,116,46,112,97,115,115,119,111,114,100,61,105,46,112,97,115,115,119,111,114,100,44,116,46,104,111,115,116,61,105,46,104,111,115,116,44,116,46,112,111,114,116,61,105,46,112,111,114,116,44,116,46,112,97,116,104,61,105,46,112,97,116,104,46,115,108,105,99,101,40,41,44,116,46,113,117,101,114,121,61,34,34,44,117,61,107,116,59,101,108,115,101,123,105,102,40,34,35,34,33,61,97,41,123,116,46,117,115,101,114,110,97,109,101,61,105,46,117,115,101,114,110,97,109,101,44,116,46,112,97,115,115,119,111,114,100,61,105,46,112,97,115,115,119,111,114,100,44,116,46,104,111,115,116,61,105,46,104,111,115,116,44,116,46,112,111,114,116,61,105,46,112,111,114,116,44,116,46,112,97,116,104,61,105,46,112,97,116,104,46,115,108,105,99,101,40,41,44,116,46,112,97,116,104,46,112,111,112,40,41,44,117,61,79,116,59,99,111,110,116,105,110,117,101,125,116,46,117,115,101,114,110,97,109,101,61,105,46,117,115,101,114,110,97,109,101,44,116,46,112,97,115,115,119,111,114,100,61,105,46,112,97,115,115,119,111,114,100,44,116,46,104,111,115,116,61,105,46,104,111,115,116,44,116,46,112,111,114,116,61,105,46,112,111,114,116,44,116,46,112,97,116,104,61,105,46,112,97,116,104,46,115,108,105,99,101,40,41,44,116,46,113,117,101,114,121,61,105,46,113,117,101,114,121,44,116,46,102,114,97,103,109,101,110,116,61,34,34,44,117,61,67,116,125,98,114,101,97,107,59,99,97,115,101,32,104,116,58,105,102,40,33,74,40,116,41,124,124,34,47,34,33,61,97,38,38,34,92,92,34,33,61,97,41,123,105,102,40,34,47,34,33,61,97,41,123,116,46,117,115,101,114,110,97,109,101,61,105,46,117,115,101,114,110,97,109,101,44,116,46,112,97,115,115,119,111,114,100,61,105,46,112,97,115,115,119,111,114,100,44,116,46,104,111,115,116,61,105,46,104,111,115,116,44,116,46,112,111,114,116,61,105,46,112,111,114,116,44,117,61,79,116,59,99,111,110,116,105,110,117,101,125,117,61,118,116,125,101,108,115,101,32,117,61,112,116,59,98,114,101,97,107,59,99,97,115,101,32,100,116,58,105,102,40,117,61,112,116,44,34,47,34,33,61,97,124,124,34,47,34,33,61,104,46,99,104,97,114,65,116,40,108,43,49,41,41,99,111,110,116,105,110,117,101,59,108,43,43,59,98,114,101,97,107,59,99,97,115,101,32,112,116,58,105,102,40,34,47,34,33,61,97,38,38,34,92,92,34,33,61,97,41,123,117,61,118,116,59,99,111,110,116,105,110,117,101,125,98,114,101,97,107,59,99,97,115,101,32,118,116,58,105,102,40,34,64,34,61,61,97,41,123,112,38,38,40,104,61,34,37,52,48,34,43,104,41,44,112,61,33,48,44,115,61,100,40,104,41,59,102,111,114,40,118,97,114,32,109,61,48,59,109,60,115,46,108,101,110,103,116,104,59,109,43,43,41,123,118,97,114,32,98,61,115,91,109,93,59,105,102,40,34,58,34,33,61,98,124,124,103,41,123,118,97,114,32,121,61,88,40,98,44,75,41,59,103,63,116,46,112,97,115,115,119,111,114,100,43,61,121,58,116,46,117,115,101,114,110,97,109,101,43,61,121,125,101,108,115,101,32,103,61,33,48,125,104,61,34,34,125,101,108,115,101,32,105,102,40,97,61,61,114,124,124,34,47,34,61,61,97,124,124,34,63,34,61,61,97,124,124,34,35,34,61,61,97,124,124,34,92,92,34,61,61,97,38,38,74,40,116,41,41,123,105,102,40,112,38,38,34,34,61,61,104,41,114,101,116,117,114,110,32,67,59,108,45,61,100,40,104,41,46,108,101,110,103,116,104,43,49,44,104,61,34,34,44,117,61,103,116,125,101,108,115,101,32,104,43,61,97,59,98,114,101,97,107,59,99,97,115,101,32,103,116,58,99,97,115,101,32,109,116,58,105,102,40,110,38,38,34,102,105,108,101,34,61,61,116,46,115,99,104,101,109,101,41,123,117,61,95,116,59,99,111,110,116,105,110,117,101,125,105,102,40,34,58,34,33,61,97,124,124,118,41,123,105,102,40,97,61,61,114,124,124,34,47,34,61,61,97,124,124,34,63,34,61,61,97,124,124,34,35,34,61,61,97,124,124,34,92,92,34,61,61,97,38,38,74,40,116,41,41,123,105,102,40,74,40,116,41,38,38,34,34,61,61,104,41,114,101,116,117,114,110,32,84,59,105,102,40,110,38,38,34,34,61,61,104,38,38,40,81,40,116,41,124,124,110,117,108,108,33,61,61,116,46,112,111,114,116,41,41,114,101,116,117,114,110,59,105,102,40,99,61,122,40,116,44,104,41,44,99,41,114,101,116,117,114,110,32,99,59,105,102,40,104,61,34,34,44,117,61,120,116,44,110,41,114,101,116,117,114,110,59,99,111,110,116,105,110,117,101,125,34,91,34,61,61,97,63,118,61,33,48,58,34,93,34,61,61,97,38,38,40,118,61,33,49,41,44,104,43,61,97,125,101,108,115,101,123,105,102,40,34,34,61,61,104,41,114,101,116,117,114,110,32,84,59,105,102,40,99,61,122,40,116,44,104,41,44,99,41,114,101,116,117,114,110,32,99,59,105,102,40,104,61,34,34,44,117,61,98,116,44,110,61,61,109,116,41,114,101,116,117,114,110,125,98,114,101,97,107,59,99,97,115,101,32,98,116,58,105,102,40,33,68,46,116,101,115,116,40,97,41,41,123,105,102,40,97,61,61,114,124,124,34,47,34,61,61,97,124,124,34,63,34,61,61,97,124,124,34,35,34,61,61,97,124,124,34,92,92,34,61,61,97,38,38,74,40,116,41,124,124,110,41,123,105,102,40,34,34,33,61,104,41,123,118,97,114,32,119,61,112,97,114,115,101,73,110,116,40,104,44,49,48,41,59,105,102,40,119,62,54,53,53,51,53,41,114,101,116,117,114,110,32,106,59,116,46,112,111,114,116,61,74,40,116,41,38,38,119,61,61,61,90,91,116,46,115,99,104,101,109,101,93,63,110,117,108,108,58,119,44,104,61,34,34,125,105,102,40,110,41,114,101,116,117,114,110,59,117,61,120,116,59,99,111,110,116,105,110,117,101,125,114,101,116,117,114,110,32,106,125,104,43,61,97,59,98,114,101,97,107,59,99,97,115,101,32,121,116,58,105,102,40,116,46,115,99,104,101,109,101,61,34,102,105,108,101,34,44,34,47,34,61,61,97,124,124,34,92,92,34,61,61,97,41,117,61,119,116,59,101,108,115,101,123,105,102,40,33,105,124,124,34,102,105,108,101,34,33,61,105,46,115,99,104,101,109,101,41,123,117,61,79,116,59,99,111,110,116,105,110,117,101,125,105,102,40,97,61,61,114,41,116,46,104,111,115,116,61,105,46,104,111,115,116,44,116,46,112,97,116,104,61,105,46,112,97,116,104,46,115,108,105,99,101,40,41,44,116,46,113,117,101,114,121,61,105,46,113,117,101,114,121,59,101,108,115,101,32,105,102,40,34,63,34,61,61,97,41,116,46,104,111,115,116,61,105,46,104,111,115,116,44,116,46,112,97,116,104,61,105,46,112,97,116,104,46,115,108,105,99,101,40,41,44,116,46,113,117,101,114,121,61,34,34,44,117,61,107,116,59,101,108,115,101,123,105,102,40,34,35,34,33,61,97,41,123,110,116,40,111,46,115,108,105,99,101,40,108,41,46,106,111,105,110,40,34,34,41,41,124,124,40,116,46,104,111,115,116,61,105,46,104,111,115,116,44,116,46,112,97,116,104,61,105,46,112,97,116,104,46,115,108,105,99,101,40,41,44,114,116,40,116,41,41,44,117,61,79,116,59,99,111,110,116,105,110,117,101,125,116,46,104,111,115,116,61,105,46,104,111,115,116,44,116,46,112,97,116,104,61,105,46,112,97,116,104,46,115,108,105,99,101,40,41,44,116,46,113,117,101,114,121,61,105,46,113,117,101,114,121,44,116,46,102,114,97,103,109,101,110,116,61,34,34,44,117,61,67,116,125,125,98,114,101,97,107,59,99,97,115,101,32,119,116,58,105,102,40,34,47,34,61,61,97,124,124,34,92,92,34,61,61,97,41,123,117,61,95,116,59,98,114,101,97,107,125,105,38,38,34,102,105,108,101,34,61,61,105,46,115,99,104,101,109,101,38,38,33,110,116,40,111,46,115,108,105,99,101,40,108,41,46,106,111,105,110,40,34,34,41,41,38,38,40,101,116,40,105,46,112,97,116,104,91,48,93,44,33,48,41,63,116,46,112,97,116,104,46,112,117,115,104,40,105,46,112,97,116,104,91,48,93,41,58,116,46,104,111,115,116,61,105,46,104,111,115,116,41,44,117,61,79,116,59,99,111,110,116,105,110,117,101,59,99,97,115,101,32,95,116,58,105,102,40,97,61,61,114,124,124,34,47,34,61,61,97,124,124,34,92,92,34,61,61,97,124,124,34,63,34,61,61,97,124,124,34,35,34,61,61,97,41,123,105,102,40,33,110,38,38,101,116,40,104,41,41,117,61,79,116,59,101,108,115,101,32,105,102,40,34,34,61,61,104,41,123,105,102,40,116,46,104,111,115,116,61,34,34,44,110,41,114,101,116,117,114,110,59,117,61,120,116,125,101,108,115,101,123,105,102,40,99,61,122,40,116,44,104,41,44,99,41,114,101,116,117,114,110,32,99,59,105,102,40,34,108,111,99,97,108,104,111,115,116,34,61,61,116,46,104,111,115,116,38,38,40,116,46,104,111,115,116,61,34,34,41,44,110,41,114,101,116,117,114,110,59,104,61,34,34,44,117,61,120,116,125,99,111,110,116,105,110,117,101,125,104,43,61,97,59,98,114,101,97,107,59,99,97,115,101,32,120,116,58,105,102,40,74,40,116,41,41,123,105,102,40,117,61,79,116,44,34,47,34,33,61,97,38,38,34,92,92,34,33,61,97,41,99,111,110,116,105,110,117,101,125,101,108,115,101,32,105,102,40,110,124,124,34,63,34,33,61,97,41,105,102,40,110,124,124,34,35,34,33,61,97,41,123,105,102,40,97,33,61,114,38,38,40,117,61,79,116,44,34,47,34,33,61,97,41,41,99,111,110,116,105,110,117,101,125,101,108,115,101,32,116,46,102,114,97,103,109,101,110,116,61,34,34,44,117,61,67,116,59,101,108,115,101,32,116,46,113,117,101,114,121,61,34,34,44,117,61,107,116,59,98,114,101,97,107,59,99,97,115,101,32,79,116,58,105,102,40,97,61,61,114,124,124,34,47,34,61,61,97,124,124,34,92,92,34,61,61,97,38,38,74,40,116,41,124,124,33,110,38,38,40,34,63,34,61,61,97,124,124,34,35,34,61,61,97,41,41,123,105,102,40,111,116,40,104,41,63,40,114,116,40,116,41,44,34,47,34,61,61,97,124,124,34,92,92,34,61,61,97,38,38,74,40,116,41,124,124,116,46,112,97,116,104,46,112,117,115,104,40,34,34,41,41,58,105,116,40,104,41,63,34,47,34,61,61,97,124,124,34,92,92,34,61,61,97,38,38,74,40,116,41,124,124,116,46,112,97,116,104,46,112,117,115,104,40,34,34,41,58,40,34,102,105,108,101,34,61,61,116,46,115,99,104,101,109,101,38,38,33,116,46,112,97,116,104,46,108,101,110,103,116,104,38,38,101,116,40,104,41,38,38,40,116,46,104,111,115,116,38,38,40,116,46,104,111,115,116,61,34,34,41,44,104,61,104,46,99,104,97,114,65,116,40,48,41,43,34,58,34,41,44,116,46,112,97,116,104,46,112,117,115,104,40,104,41,41,44,104,61,34,34,44,34,102,105,108,101,34,61,61,116,46,115,99,104,101,109,101,38,38,40,97,61,61,114,124,124,34,63,34,61,61,97,124,124,34,35,34,61,61,97,41,41,119,104,105,108,101,40,116,46,112,97,116,104,46,108,101,110,103,116,104,62,49,38,38,34,34,61,61,61,116,46,112,97,116,104,91,48,93,41,116,46,112,97,116,104,46,115,104,105,102,116,40,41,59,34,63,34,61,61,97,63,40,116,46,113,117,101,114,121,61,34,34,44,117,61,107,116,41,58,34,35,34,61,61,97,38,38,40,116,46,102,114,97,103,109,101,110,116,61,34,34,44,117,61,67,116,41,125,101,108,115,101,32,104,43,61,88,40,97,44,89,41,59,98,114,101,97,107,59,99,97,115,101,32,83,116,58,34,63,34,61,61,97,63,40,116,46,113,117,101,114,121,61,34,34,44,117,61,107,116,41,58,34,35,34,61,61,97,63,40,116,46,102,114,97,103,109,101,110,116,61,34,34,44,117,61,67,116,41,58,97,33,61,114,38,38,40,116,46,112,97,116,104,91,48,93,43,61,88,40,97,44,113,41,41,59,98,114,101,97,107,59,99,97,115,101,32,107,116,58,110,124,124,34,35,34,33,61,97,63,97,33,61,114,38,38,40,34,39,34,61,61,97,38,38,74,40,116,41,63,116,46,113,117,101,114,121,43,61,34,37,50,55,34,58,116,46,113,117,101,114,121,43,61,34,35,34,61,61,97,63,34,37,50,51,34,58,88,40,97,44,113,41,41,58,40,116,46,102,114,97,103,109,101,110,116,61,34,34,44,117,61,67,116,41,59,98,114,101,97,107,59,99,97,115,101,32,67,116,58,97,33,61,114,38,38,40,116,46,102,114,97,103,109,101,110,116,43,61,88,40,97,44,71,41,41,59,98,114,101,97,107,125,108,43,43,125,125,44,84,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,61,108,40,116,104,105,115,44,84,116,44,34,85,82,76,34,41,44,105,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,44,97,61,83,116,114,105,110,103,40,116,41,44,115,61,120,40,114,44,123,116,121,112,101,58,34,85,82,76,34,125,41,59,105,102,40,118,111,105,100,32,48,33,61,61,105,41,105,102,40,105,32,105,110,115,116,97,110,99,101,111,102,32,84,116,41,101,61,79,40,105,41,59,101,108,115,101,32,105,102,40,110,61,80,116,40,101,61,123,125,44,83,116,114,105,110,103,40,105,41,41,44,110,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,110,41,59,105,102,40,110,61,80,116,40,115,44,97,44,110,117,108,108,44,101,41,44,110,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,110,41,59,118,97,114,32,99,61,115,46,115,101,97,114,99,104,80,97,114,97,109,115,61,110,101,119,32,119,44,117,61,95,40,99,41,59,117,46,117,112,100,97,116,101,83,101,97,114,99,104,80,97,114,97,109,115,40,115,46,113,117,101,114,121,41,44,117,46,117,112,100,97,116,101,85,82,76,61,102,117,110,99,116,105,111,110,40,41,123,115,46,113,117,101,114,121,61,83,116,114,105,110,103,40,99,41,124,124,110,117,108,108,125,44,111,124,124,40,114,46,104,114,101,102,61,69,116,46,99,97,108,108,40,114,41,44,114,46,111,114,105,103,105,110,61,65,116,46,99,97,108,108,40,114,41,44,114,46,112,114,111,116,111,99,111,108,61,68,116,46,99,97,108,108,40,114,41,44,114,46,117,115,101,114,110,97,109,101,61,76,116,46,99,97,108,108,40,114,41,44,114,46,112,97,115,115,119,111,114,100,61,77,116,46,99,97,108,108,40,114,41,44,114,46,104,111,115,116,61,73,116,46,99,97,108,108,40,114,41,44,114,46,104,111,115,116,110,97,109,101,61,36,116,46,99,97,108,108,40,114,41,44,114,46,112,111,114,116,61,70,116,46,99,97,108,108,40,114,41,44,114,46,112,97,116,104,110,97,109,101,61,66,116,46,99,97,108,108,40,114,41,44,114,46,115,101,97,114,99,104,61,82,116,46,99,97,108,108,40,114,41,44,114,46,115,101,97,114,99,104,80,97,114,97,109,115,61,78,116,46,99,97,108,108,40,114,41,44,114,46,104,97,115,104,61,122,116,46,99,97,108,108,40,114,41,41,125,44,106,116,61,84,116,46,112,114,111,116,111,116,121,112,101,44,69,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,79,40,116,104,105,115,41,44,101,61,116,46,115,99,104,101,109,101,44,110,61,116,46,117,115,101,114,110,97,109,101,44,114,61,116,46,112,97,115,115,119,111,114,100,44,105,61,116,46,104,111,115,116,44,111,61,116,46,112,111,114,116,44,97,61,116,46,112,97,116,104,44,115,61,116,46,113,117,101,114,121,44,99,61,116,46,102,114,97,103,109,101,110,116,44,117,61,101,43,34,58,34,59,114,101,116,117,114,110,32,110,117,108,108,33,61,61,105,63,40,117,43,61,34,47,47,34,44,81,40,116,41,38,38,40,117,43,61,110,43,40,114,63,34,58,34,43,114,58,34,34,41,43,34,64,34,41,44,117,43,61,87,40,105,41,44,110,117,108,108,33,61,61,111,38,38,40,117,43,61,34,58,34,43,111,41,41,58,34,102,105,108,101,34,61,61,101,38,38,40,117,43,61,34,47,47,34,41,44,117,43,61,116,46,99,97,110,110,111,116,66,101,65,66,97,115,101,85,82,76,63,97,91,48,93,58,97,46,108,101,110,103,116,104,63,34,47,34,43,97,46,106,111,105,110,40,34,47,34,41,58,34,34,44,110,117,108,108,33,61,61,115,38,38,40,117,43,61,34,63,34,43,115,41,44,110,117,108,108,33,61,61,99,38,38,40,117,43,61,34,35,34,43,99,41,44,117,125,44,65,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,79,40,116,104,105,115,41,44,101,61,116,46,115,99,104,101,109,101,44,110,61,116,46,112,111,114,116,59,105,102,40,34,98,108,111,98,34,61,61,101,41,116,114,121,123,114,101,116,117,114,110,32,110,101,119,32,84,116,40,101,46,112,97,116,104,91,48,93,41,46,111,114,105,103,105,110,125,99,97,116,99,104,40,101,114,114,111,114,41,123,114,101,116,117,114,110,34,110,117,108,108,34,125,114,101,116,117,114,110,34,102,105,108,101,34,33,61,101,38,38,74,40,116,41,63,101,43,34,58,47,47,34,43,87,40,116,46,104,111,115,116,41,43,40,110,117,108,108,33,61,61,110,63,34,58,34,43,110,58,34,34,41,58,34,110,117,108,108,34,125,44,68,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,79,40,116,104,105,115,41,46,115,99,104,101,109,101,43,34,58,34,125,44,76,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,79,40,116,104,105,115,41,46,117,115,101,114,110,97,109,101,125,44,77,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,79,40,116,104,105,115,41,46,112,97,115,115,119,111,114,100,125,44,73,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,79,40,116,104,105,115,41,44,101,61,116,46,104,111,115,116,44,110,61,116,46,112,111,114,116,59,114,101,116,117,114,110,32,110,117,108,108,61,61,61,101,63,34,34,58,110,117,108,108,61,61,61,110,63,87,40,101,41,58,87,40,101,41,43,34,58,34,43,110,125,44,36,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,79,40,116,104,105,115,41,46,104,111,115,116,59,114,101,116,117,114,110,32,110,117,108,108,61,61,61,116,63,34,34,58,87,40,116,41,125,44,70,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,79,40,116,104,105,115,41,46,112,111,114,116,59,114,101,116,117,114,110,32,110,117,108,108,61,61,61,116,63,34,34,58,83,116,114,105,110,103,40,116,41,125,44,66,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,79,40,116,104,105,115,41,44,101,61,116,46,112,97,116,104,59,114,101,116,117,114,110,32,116,46,99,97,110,110,111,116,66,101,65,66,97,115,101,85,82,76,63,101,91,48,93,58,101,46,108,101,110,103,116,104,63,34,47,34,43,101,46,106,111,105,110,40,34,47,34,41,58,34,34,125,44,82,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,79,40,116,104,105,115,41,46,113,117,101,114,121,59,114,101,116,117,114,110,32,116,63,34,63,34,43,116,58,34,34,125,44,78,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,79,40,116,104,105,115,41,46,115,101,97,114,99,104,80,97,114,97,109,115,125,44,122,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,79,40,116,104,105,115,41,46,102,114,97,103,109,101,110,116,59,114,101,116,117,114,110,32,116,63,34,35,34,43,116,58,34,34,125,44,86,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,123,103,101,116,58,116,44,115,101,116,58,101,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,101,110,117,109,101,114,97,98,108,101,58,33,48,125,125,59,105,102,40,111,38,38,99,40,106,116,44,123,104,114,101,102,58,86,116,40,69,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,79,40,116,104,105,115,41,44,110,61,83,116,114,105,110,103,40,116,41,44,114,61,80,116,40,101,44,110,41,59,105,102,40,114,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,114,41,59,95,40,101,46,115,101,97,114,99,104,80,97,114,97,109,115,41,46,117,112,100,97,116,101,83,101,97,114,99,104,80,97,114,97,109,115,40,101,46,113,117,101,114,121,41,125,41,41,44,111,114,105,103,105,110,58,86,116,40,65,116,41,44,112,114,111,116,111,99,111,108,58,86,116,40,68,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,79,40,116,104,105,115,41,59,80,116,40,101,44,83,116,114,105,110,103,40,116,41,43,34,58,34,44,97,116,41,125,41,41,44,117,115,101,114,110,97,109,101,58,86,116,40,76,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,79,40,116,104,105,115,41,44,110,61,100,40,83,116,114,105,110,103,40,116,41,41,59,105,102,40,33,116,116,40,101,41,41,123,101,46,117,115,101,114,110,97,109,101,61,34,34,59,102,111,114,40,118,97,114,32,114,61,48,59,114,60,110,46,108,101,110,103,116,104,59,114,43,43,41,101,46,117,115,101,114,110,97,109,101,43,61,88,40,110,91,114,93,44,75,41,125,125,41,41,44,112,97,115,115,119,111,114,100,58,86,116,40,77,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,79,40,116,104,105,115,41,44,110,61,100,40,83,116,114,105,110,103,40,116,41,41,59,105,102,40,33,116,116,40,101,41,41,123,101,46,112,97,115,115,119,111,114,100,61,34,34,59,102,111,114,40,118,97,114,32,114,61,48,59,114,60,110,46,108,101,110,103,116,104,59,114,43,43,41,101,46,112,97,115,115,119,111,114,100,43,61,88,40,110,91,114,93,44,75,41,125,125,41,41,44,104,111,115,116,58,86,116,40,73,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,79,40,116,104,105,115,41,59,101,46,99,97,110,110,111,116,66,101,65,66,97,115,101,85,82,76,124,124,80,116,40,101,44,83,116,114,105,110,103,40,116,41,44,103,116,41,125,41,41,44,104,111,115,116,110,97,109,101,58,86,116,40,36,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,79,40,116,104,105,115,41,59,101,46,99,97,110,110,111,116,66,101,65,66,97,115,101,85,82,76,124,124,80,116,40,101,44,83,116,114,105,110,103,40,116,41,44,109,116,41,125,41,41,44,112,111,114,116,58,86,116,40,70,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,79,40,116,104,105,115,41,59,116,116,40,101,41,124,124,40,116,61,83,116,114,105,110,103,40,116,41,44,34,34,61,61,116,63,101,46,112,111,114,116,61,110,117,108,108,58,80,116,40,101,44,116,44,98,116,41,41,125,41,41,44,112,97,116,104,110,97,109,101,58,86,116,40,66,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,79,40,116,104,105,115,41,59,101,46,99,97,110,110,111,116,66,101,65,66,97,115,101,85,82,76,124,124,40,101,46,112,97,116,104,61,91,93,44,80,116,40,101,44,116,43,34,34,44,120,116,41,41,125,41,41,44,115,101,97,114,99,104,58,86,116,40,82,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,79,40,116,104,105,115,41,59,116,61,83,116,114,105,110,103,40,116,41,44,34,34,61,61,116,63,101,46,113,117,101,114,121,61,110,117,108,108,58,40,34,63,34,61,61,116,46,99,104,97,114,65,116,40,48,41,38,38,40,116,61,116,46,115,108,105,99,101,40,49,41,41,44,101,46,113,117,101,114,121,61,34,34,44,80,116,40,101,44,116,44,107,116,41,41,44,95,40,101,46,115,101,97,114,99,104,80,97,114,97,109,115,41,46,117,112,100,97,116,101,83,101,97,114,99,104,80,97,114,97,109,115,40,101,46,113,117,101,114,121,41,125,41,41,44,115,101,97,114,99,104,80,97,114,97,109,115,58,86,116,40,78,116,41,44,104,97,115,104,58,86,116,40,122,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,79,40,116,104,105,115,41,59,116,61,83,116,114,105,110,103,40,116,41,44,34,34,33,61,116,63,40,34,35,34,61,61,116,46,99,104,97,114,65,116,40,48,41,38,38,40,116,61,116,46,115,108,105,99,101,40,49,41,41,44,101,46,102,114,97,103,109,101,110,116,61,34,34,44,80,116,40,101,44,116,44,67,116,41,41,58,101,46,102,114,97,103,109,101,110,116,61,110,117,108,108,125,41,41,125,41,44,117,40,106,116,44,34,116,111,74,83,79,78,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,69,116,46,99,97,108,108,40,116,104,105,115,41,125,41,44,123,101,110,117,109,101,114,97,98,108,101,58,33,48,125,41,44,117,40,106,116,44,34,116,111,83,116,114,105,110,103,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,69,116,46,99,97,108,108,40,116,104,105,115,41,125,41,44,123,101,110,117,109,101,114,97,98,108,101,58,33,48,125,41,44,121,41,123,118,97,114,32,72,116,61,121,46,99,114,101,97,116,101,79,98,106,101,99,116,85,82,76,44,85,116,61,121,46,114,101,118,111,107,101,79,98,106,101,99,116,85,82,76,59,72,116,38,38,117,40,84,116,44,34,99,114,101,97,116,101,79,98,106,101,99,116,85,82,76,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,72,116,46,97,112,112,108,121,40,121,44,97,114,103,117,109,101,110,116,115,41,125,41,41,44,85,116,38,38,117,40,84,116,44,34,114,101,118,111,107,101,79,98,106,101,99,116,85,82,76,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,85,116,46,97,112,112,108,121,40,121,44,97,114,103,117,109,101,110,116,115,41,125,41,41,125,103,40,84,116,44,34,85,82,76,34,41,44,105,40,123,103,108,111,98,97,108,58,33,48,44,102,111,114,99,101,100,58,33,97,44,115,104,97,109,58,33,111,125,44,123,85,82,76,58,84,116,125,41,125,44,34,50,98,51,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,53,56,53,97,34,41,44,105,61,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,115,101,108,102,38,38,115,101,108,102,38,38,115,101,108,102,46,79,98,106,101,99,116,61,61,61,79,98,106,101,99,116,38,38,115,101,108,102,44,111,61,114,124,124,105,124,124,70,117,110,99,116,105,111,110,40,34,114,101,116,117,114,110,32,116,104,105,115,34,41,40,41,59,116,46,101,120,112,111,114,116,115,61,111,125,44,34,50,98,55,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,98,57,50,102,34,41,40,34,116,114,105,109,76,101,102,116,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,49,41,125,125,41,44,34,116,114,105,109,83,116,97,114,116,34,41,125,44,34,50,98,56,56,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,10,47,42,33,32,10,32,32,42,32,112,111,114,116,97,108,45,118,117,101,32,194,169,32,84,104,111,114,115,116,101,110,32,76,195,188,110,98,111,114,103,44,32,50,48,49,57,32,10,32,32,42,32,10,32,32,42,32,86,101,114,115,105,111,110,58,32,50,46,49,46,55,10,32,32,42,32,10,32,32,42,32,76,73,67,69,78,67,69,58,32,77,73,84,32,10,32,32,42,32,10,32,32,42,32,104,116,116,112,115,58,47,47,103,105,116,104,117,98,46,99,111,109,47,108,105,110,117,115,98,111,114,103,47,112,111,114,116,97,108,45,118,117,101,10,32,32,42,32,10,32,42,47,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,32,116,38,38,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,38,38,34,100,101,102,97,117,108,116,34,105,110,32,116,63,116,91,34,100,101,102,97,117,108,116,34,93,58,116,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,114,40,110,40,34,50,98,48,101,34,41,41,59,102,117,110,99,116,105,111,110,32,111,40,116,41,123,114,101,116,117,114,110,32,111,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,34,115,121,109,98,111,108,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,121,112,101,111,102,32,116,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,83,121,109,98,111,108,38,38,116,33,61,61,83,121,109,98,111,108,46,112,114,111,116,111,116,121,112,101,63,34,115,121,109,98,111,108,34,58,116,121,112,101,111,102,32,116,125,44,111,40,116,41,125,102,117,110,99,116,105,111,110,32,97,40,116,41,123,114,101,116,117,114,110,32,115,40,116,41,124,124,99,40,116,41,124,124,117,40,41,125,102,117,110,99,116,105,111,110,32,115,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,123,102,111,114,40,118,97,114,32,101,61,48,44,110,61,110,101,119,32,65,114,114,97,121,40,116,46,108,101,110,103,116,104,41,59,101,60,116,46,108,101,110,103,116,104,59,101,43,43,41,110,91,101,93,61,116,91,101,93,59,114,101,116,117,114,110,32,110,125,125,102,117,110,99,116,105,111,110,32,99,40,116,41,123,105,102,40,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,116,41,124,124,34,91,111,98,106,101,99,116,32,65,114,103,117,109,101,110,116,115,93,34,61,61,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,41,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,40,116,41,125,102,117,110,99,116,105,111,110,32,117,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,115,112,114,101,97,100,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,34,41,125,118,97,114,32,108,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,59,102,117,110,99,116,105,111,110,32,102,40,116,41,123,114,101,116,117,114,110,32,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,124,124,34,111,98,106,101,99,116,34,61,61,61,111,40,116,41,63,79,98,106,101,99,116,46,102,114,101,101,122,101,40,116,41,58,116,125,102,117,110,99,116,105,111,110,32,104,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,59,114,101,116,117,114,110,32,116,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,118,97,114,32,114,61,110,46,112,97,115,115,101,110,103,101,114,115,91,48,93,44,105,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,114,63,114,40,101,41,58,110,46,112,97,115,115,101,110,103,101,114,115,59,114,101,116,117,114,110,32,116,46,99,111,110,99,97,116,40,105,41,125,41,44,91,93,41,125,102,117,110,99,116,105,111,110,32,100,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,91,101,44,116,93,125,41,41,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,101,40,116,91,49,93,44,110,91,49,93,41,124,124,116,91,48,93,45,110,91,48,93,125,41,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,91,49,93,125,41,41,125,102,117,110,99,116,105,111,110,32,112,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,32,116,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,110,41,38,38,40,101,91,110,93,61,116,91,110,93,41,44,101,125,41,44,123,125,41,125,118,97,114,32,118,61,123,125,44,103,61,123,125,44,109,61,123,125,44,98,61,105,46,101,120,116,101,110,100,40,123,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,116,114,97,110,115,112,111,114,116,115,58,118,44,116,97,114,103,101,116,115,58,103,44,115,111,117,114,99,101,115,58,109,44,116,114,97,99,107,73,110,115,116,97,110,99,101,115,58,108,125,125,44,109,101,116,104,111,100,115,58,123,111,112,101,110,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,108,41,123,118,97,114,32,101,61,116,46,116,111,44,110,61,116,46,102,114,111,109,44,114,61,116,46,112,97,115,115,101,110,103,101,114,115,44,111,61,116,46,111,114,100,101,114,44,97,61,118,111,105,100,32,48,61,61,61,111,63,49,47,48,58,111,59,105,102,40,101,38,38,110,38,38,114,41,123,118,97,114,32,115,61,123,116,111,58,101,44,102,114,111,109,58,110,44,112,97,115,115,101,110,103,101,114,115,58,102,40,114,41,44,111,114,100,101,114,58,97,125,44,99,61,79,98,106,101,99,116,46,107,101,121,115,40,116,104,105,115,46,116,114,97,110,115,112,111,114,116,115,41,59,45,49,61,61,61,99,46,105,110,100,101,120,79,102,40,101,41,38,38,105,46,115,101,116,40,116,104,105,115,46,116,114,97,110,115,112,111,114,116,115,44,101,44,91,93,41,59,118,97,114,32,117,61,116,104,105,115,46,36,95,103,101,116,84,114,97,110,115,112,111,114,116,73,110,100,101,120,40,115,41,44,104,61,116,104,105,115,46,116,114,97,110,115,112,111,114,116,115,91,101,93,46,115,108,105,99,101,40,48,41,59,45,49,61,61,61,117,63,104,46,112,117,115,104,40,115,41,58,104,91,117,93,61,115,44,116,104,105,115,46,116,114,97,110,115,112,111,114,116,115,91,101,93,61,100,40,104,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,114,100,101,114,45,101,46,111,114,100,101,114,125,41,41,125,125,125,44,99,108,111,115,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,38,38,97,114,103,117,109,101,110,116,115,91,49,93,44,110,61,116,46,116,111,44,114,61,116,46,102,114,111,109,59,105,102,40,110,38,38,40,114,124,124,33,49,33,61,61,101,41,38,38,116,104,105,115,46,116,114,97,110,115,112,111,114,116,115,91,110,93,41,105,102,40,101,41,116,104,105,115,46,116,114,97,110,115,112,111,114,116,115,91,110,93,61,91,93,59,101,108,115,101,123,118,97,114,32,105,61,116,104,105,115,46,36,95,103,101,116,84,114,97,110,115,112,111,114,116,73,110,100,101,120,40,116,41,59,105,102,40,105,62,61,48,41,123,118,97,114,32,111,61,116,104,105,115,46,116,114,97,110,115,112,111,114,116,115,91,110,93,46,115,108,105,99,101,40,48,41,59,111,46,115,112,108,105,99,101,40,105,44,49,41,44,116,104,105,115,46,116,114,97,110,115,112,111,114,116,115,91,110,93,61,111,125,125,125,44,114,101,103,105,115,116,101,114,84,97,114,103,101,116,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,108,38,38,40,116,104,105,115,46,116,114,97,99,107,73,110,115,116,97,110,99,101,115,38,38,33,110,38,38,116,104,105,115,46,116,97,114,103,101,116,115,91,116,93,38,38,99,111,110,115,111,108,101,46,119,97,114,110,40,34,91,112,111,114,116,97,108,45,118,117,101,93,58,32,84,97,114,103,101,116,32,34,46,99,111,110,99,97,116,40,116,44,34,32,97,108,114,101,97,100,121,32,101,120,105,115,116,115,34,41,41,44,116,104,105,115,46,36,115,101,116,40,116,104,105,115,46,116,97,114,103,101,116,115,44,116,44,79,98,106,101,99,116,46,102,114,101,101,122,101,40,91,101,93,41,41,41,125,44,117,110,114,101,103,105,115,116,101,114,84,97,114,103,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,100,101,108,101,116,101,40,116,104,105,115,46,116,97,114,103,101,116,115,44,116,41,125,44,114,101,103,105,115,116,101,114,83,111,117,114,99,101,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,108,38,38,40,116,104,105,115,46,116,114,97,99,107,73,110,115,116,97,110,99,101,115,38,38,33,110,38,38,116,104,105,115,46,115,111,117,114,99,101,115,91,116,93,38,38,99,111,110,115,111,108,101,46,119,97,114,110,40,34,91,112,111,114,116,97,108,45,118,117,101,93,58,32,115,111,117,114,99,101,32,34,46,99,111,110,99,97,116,40,116,44,34,32,97,108,114,101,97,100,121,32,101,120,105,115,116,115,34,41,41,44,116,104,105,115,46,36,115,101,116,40,116,104,105,115,46,115,111,117,114,99,101,115,44,116,44,79,98,106,101,99,116,46,102,114,101,101,122,101,40,91,101,93,41,41,41,125,44,117,110,114,101,103,105,115,116,101,114,83,111,117,114,99,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,100,101,108,101,116,101,40,116,104,105,115,46,115,111,117,114,99,101,115,44,116,41,125,44,104,97,115,84,97,114,103,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,40,33,116,104,105,115,46,116,97,114,103,101,116,115,91,116,93,124,124,33,116,104,105,115,46,116,97,114,103,101,116,115,91,116,93,91,48,93,41,125,44,104,97,115,83,111,117,114,99,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,40,33,116,104,105,115,46,115,111,117,114,99,101,115,91,116,93,124,124,33,116,104,105,115,46,115,111,117,114,99,101,115,91,116,93,91,48,93,41,125,44,104,97,115,67,111,110,116,101,110,116,70,111,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,33,116,104,105,115,46,116,114,97,110,115,112,111,114,116,115,91,116,93,38,38,33,33,116,104,105,115,46,116,114,97,110,115,112,111,114,116,115,91,116,93,46,108,101,110,103,116,104,125,44,36,95,103,101,116,84,114,97,110,115,112,111,114,116,73,110,100,101,120,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,116,111,44,110,61,116,46,102,114,111,109,59,102,111,114,40,118,97,114,32,114,32,105,110,32,116,104,105,115,46,116,114,97,110,115,112,111,114,116,115,91,101,93,41,105,102,40,116,104,105,115,46,116,114,97,110,115,112,111,114,116,115,91,101,93,91,114,93,46,102,114,111,109,61,61,61,110,41,114,101,116,117,114,110,43,114,59,114,101,116,117,114,110,45,49,125,125,125,41,44,121,61,110,101,119,32,98,40,118,41,44,119,61,49,44,95,61,105,46,101,120,116,101,110,100,40,123,110,97,109,101,58,34,112,111,114,116,97,108,34,44,112,114,111,112,115,58,123,100,105,115,97,98,108,101,100,58,123,116,121,112,101,58,66,111,111,108,101,97,110,125,44,110,97,109,101,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,83,116,114,105,110,103,40,119,43,43,41,125,125,44,111,114,100,101,114,58,123,116,121,112,101,58,78,117,109,98,101,114,44,100,101,102,97,117,108,116,58,48,125,44,115,108,105,109,58,123,116,121,112,101,58,66,111,111,108,101,97,110,125,44,115,108,111,116,80,114,111,112,115,58,123,116,121,112,101,58,79,98,106,101,99,116,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,125,125,125,44,116,97,103,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,68,73,86,34,125,44,116,111,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,83,116,114,105,110,103,40,77,97,116,104,46,114,111,117,110,100,40,49,101,55,42,77,97,116,104,46,114,97,110,100,111,109,40,41,41,41,125,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,121,46,114,101,103,105,115,116,101,114,83,111,117,114,99,101,40,116,46,110,97,109,101,44,116,41,125,41,41,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,116,104,105,115,46,115,101,110,100,85,112,100,97,116,101,40,41,125,44,117,112,100,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,63,116,104,105,115,46,99,108,101,97,114,40,41,58,116,104,105,115,46,115,101,110,100,85,112,100,97,116,101,40,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,121,46,117,110,114,101,103,105,115,116,101,114,83,111,117,114,99,101,40,116,104,105,115,46,110,97,109,101,41,44,116,104,105,115,46,99,108,101,97,114,40,41,125,44,119,97,116,99,104,58,123,116,111,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,101,38,38,101,33,61,61,116,38,38,116,104,105,115,46,99,108,101,97,114,40,101,41,44,116,104,105,115,46,115,101,110,100,85,112,100,97,116,101,40,41,125,125,44,109,101,116,104,111,100,115,58,123,99,108,101,97,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,123,102,114,111,109,58,116,104,105,115,46,110,97,109,101,44,116,111,58,116,124,124,116,104,105,115,46,116,111,125,59,121,46,99,108,111,115,101,40,101,41,125,44,110,111,114,109,97,108,105,122,101,83,108,111,116,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,46,100,101,102,97,117,108,116,63,91,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,46,100,101,102,97,117,108,116,93,58,116,104,105,115,46,36,115,108,111,116,115,46,100,101,102,97,117,108,116,125,44,110,111,114,109,97,108,105,122,101,79,119,110,67,104,105,108,100,114,101,110,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,116,40,116,104,105,115,46,115,108,111,116,80,114,111,112,115,41,58,116,125,44,115,101,110,100,85,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,115,40,41,59,105,102,40,116,41,123,118,97,114,32,101,61,123,102,114,111,109,58,116,104,105,115,46,110,97,109,101,44,116,111,58,116,104,105,115,46,116,111,44,112,97,115,115,101,110,103,101,114,115,58,97,40,116,41,44,111,114,100,101,114,58,116,104,105,115,46,111,114,100,101,114,125,59,121,46,111,112,101,110,40,101,41,125,101,108,115,101,32,116,104,105,115,46,99,108,101,97,114,40,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,36,115,108,111,116,115,46,100,101,102,97,117,108,116,124,124,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,46,100,101,102,97,117,108,116,124,124,91,93,44,110,61,116,104,105,115,46,116,97,103,59,114,101,116,117,114,110,32,101,38,38,116,104,105,115,46,100,105,115,97,98,108,101,100,63,101,46,108,101,110,103,116,104,60,61,49,38,38,116,104,105,115,46,115,108,105,109,63,116,104,105,115,46,110,111,114,109,97,108,105,122,101,79,119,110,67,104,105,108,100,114,101,110,40,101,41,91,48,93,58,116,40,110,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,79,119,110,67,104,105,108,100,114,101,110,40,101,41,93,41,58,116,104,105,115,46,115,108,105,109,63,116,40,41,58,116,40,110,44,123,99,108,97,115,115,58,123,34,118,45,112,111,114,116,97,108,34,58,33,48,125,44,115,116,121,108,101,58,123,100,105,115,112,108,97,121,58,34,110,111,110,101,34,125,44,107,101,121,58,34,118,45,112,111,114,116,97,108,45,112,108,97,99,101,104,111,108,100,101,114,34,125,41,125,125,41,44,120,61,105,46,101,120,116,101,110,100,40,123,110,97,109,101,58,34,112,111,114,116,97,108,84,97,114,103,101,116,34,44,112,114,111,112,115,58,123,109,117,108,116,105,112,108,101,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,110,97,109,101,58,123,116,121,112,101,58,83,116,114,105,110,103,44,114,101,113,117,105,114,101,100,58,33,48,125,44,115,108,105,109,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,115,108,111,116,80,114,111,112,115,58,123,116,121,112,101,58,79,98,106,101,99,116,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,125,125,125,44,116,97,103,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,100,105,118,34,125,44,116,114,97,110,115,105,116,105,111,110,58,123,116,121,112,101,58,91,83,116,114,105,110,103,44,79,98,106,101,99,116,44,70,117,110,99,116,105,111,110,93,125,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,116,114,97,110,115,112,111,114,116,115,58,121,46,116,114,97,110,115,112,111,114,116,115,44,102,105,114,115,116,82,101,110,100,101,114,58,33,48,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,121,46,114,101,103,105,115,116,101,114,84,97,114,103,101,116,40,116,46,110,97,109,101,44,116,41,125,41,41,125,44,119,97,116,99,104,58,123,111,119,110,84,114,97,110,115,112,111,114,116,115,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,101,109,105,116,40,34,99,104,97,110,103,101,34,44,116,104,105,115,46,99,104,105,108,100,114,101,110,40,41,46,108,101,110,103,116,104,62,48,41,125,44,110,97,109,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,121,46,117,110,114,101,103,105,115,116,101,114,84,97,114,103,101,116,40,101,41,44,121,46,114,101,103,105,115,116,101,114,84,97,114,103,101,116,40,116,44,116,104,105,115,41,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,38,38,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,102,105,114,115,116,82,101,110,100,101,114,61,33,49,125,41,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,121,46,117,110,114,101,103,105,115,116,101,114,84,97,114,103,101,116,40,116,104,105,115,46,110,97,109,101,41,125,44,99,111,109,112,117,116,101,100,58,123,111,119,110,84,114,97,110,115,112,111,114,116,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,116,114,97,110,115,112,111,114,116,115,91,116,104,105,115,46,110,97,109,101,93,124,124,91,93,59,114,101,116,117,114,110,32,116,104,105,115,46,109,117,108,116,105,112,108,101,63,116,58,48,61,61,61,116,46,108,101,110,103,116,104,63,91,93,58,91,116,91,116,46,108,101,110,103,116,104,45,49,93,93,125,44,112,97,115,115,101,110,103,101,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,104,40,116,104,105,115,46,111,119,110,84,114,97,110,115,112,111,114,116,115,44,116,104,105,115,46,115,108,111,116,80,114,111,112,115,41,125,125,44,109,101,116,104,111,100,115,58,123,99,104,105,108,100,114,101,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,48,33,61,61,116,104,105,115,46,112,97,115,115,101,110,103,101,114,115,46,108,101,110,103,116,104,63,116,104,105,115,46,112,97,115,115,101,110,103,101,114,115,58,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,46,100,101,102,97,117,108,116,63,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,46,100,101,102,97,117,108,116,40,116,104,105,115,46,115,108,111,116,80,114,111,112,115,41,58,116,104,105,115,46,36,115,108,111,116,115,46,100,101,102,97,117,108,116,124,124,91,93,125,44,110,111,87,114,97,112,112,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,115,108,105,109,38,38,33,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,59,114,101,116,117,114,110,32,116,38,38,116,104,105,115,46,99,104,105,108,100,114,101,110,40,41,46,108,101,110,103,116,104,62,49,38,38,99,111,110,115,111,108,101,46,119,97,114,110,40,34,91,112,111,114,116,97,108,45,118,117,101,93,58,32,80,111,114,116,97,108,84,97,114,103,101,116,32,119,105,116,104,32,96,115,108,105,109,96,32,111,112,116,105,111,110,32,114,101,99,101,105,118,101,100,32,109,111,114,101,32,116,104,97,110,32,111,110,101,32,99,104,105,108,100,32,101,108,101,109,101,110,116,46,34,41,44,116,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,110,111,87,114,97,112,112,101,114,40,41,44,110,61,116,104,105,115,46,99,104,105,108,100,114,101,110,40,41,44,114,61,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,124,124,116,104,105,115,46,116,97,103,59,114,101,116,117,114,110,32,101,63,110,91,48,93,58,116,104,105,115,46,115,108,105,109,38,38,33,114,63,116,40,41,58,116,40,114,44,123,112,114,111,112,115,58,123,116,97,103,58,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,38,38,116,104,105,115,46,116,97,103,63,116,104,105,115,46,116,97,103,58,118,111,105,100,32,48,125,44,99,108,97,115,115,58,123,34,118,117,101,45,112,111,114,116,97,108,45,116,97,114,103,101,116,34,58,33,48,125,125,44,110,41,125,125,41,44,79,61,48,44,83,61,91,34,100,105,115,97,98,108,101,100,34,44,34,110,97,109,101,34,44,34,111,114,100,101,114,34,44,34,115,108,105,109,34,44,34,115,108,111,116,80,114,111,112,115,34,44,34,116,97,103,34,44,34,116,111,34,93,44,107,61,91,34,109,117,108,116,105,112,108,101,34,44,34,116,114,97,110,115,105,116,105,111,110,34,93,44,67,61,105,46,101,120,116,101,110,100,40,123,110,97,109,101,58,34,77,111,117,110,116,105,110,103,80,111,114,116,97,108,34,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,123,97,112,112,101,110,100,58,123,116,121,112,101,58,91,66,111,111,108,101,97,110,44,83,116,114,105,110,103,93,125,44,98,97,105,108,58,123,116,121,112,101,58,66,111,111,108,101,97,110,125,44,109,111,117,110,116,84,111,58,123,116,121,112,101,58,83,116,114,105,110,103,44,114,101,113,117,105,114,101,100,58,33,48,125,44,100,105,115,97,98,108,101,100,58,123,116,121,112,101,58,66,111,111,108,101,97,110,125,44,110,97,109,101,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,109,111,117,110,116,101,100,95,34,43,83,116,114,105,110,103,40,79,43,43,41,125,125,44,111,114,100,101,114,58,123,116,121,112,101,58,78,117,109,98,101,114,44,100,101,102,97,117,108,116,58,48,125,44,115,108,105,109,58,123,116,121,112,101,58,66,111,111,108,101,97,110,125,44,115,108,111,116,80,114,111,112,115,58,123,116,121,112,101,58,79,98,106,101,99,116,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,125,125,125,44,116,97,103,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,68,73,86,34,125,44,116,111,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,83,116,114,105,110,103,40,77,97,116,104,46,114,111,117,110,100,40,49,101,55,42,77,97,116,104,46,114,97,110,100,111,109,40,41,41,41,125,125,44,109,117,108,116,105,112,108,101,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,116,97,114,103,101,116,83,108,105,109,58,123,116,121,112,101,58,66,111,111,108,101,97,110,125,44,116,97,114,103,101,116,83,108,111,116,80,114,111,112,115,58,123,116,121,112,101,58,79,98,106,101,99,116,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,125,125,125,44,116,97,114,103,101,116,84,97,103,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,100,105,118,34,125,44,116,114,97,110,115,105,116,105,111,110,58,123,116,121,112,101,58,91,83,116,114,105,110,103,44,79,98,106,101,99,116,44,70,117,110,99,116,105,111,110,93,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,100,111,99,117,109,101,110,116,41,123,118,97,114,32,116,61,100,111,99,117,109,101,110,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,116,104,105,115,46,109,111,117,110,116,84,111,41,59,105,102,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,36,112,114,111,112,115,59,105,102,40,121,46,116,97,114,103,101,116,115,91,101,46,110,97,109,101,93,41,101,46,98,97,105,108,63,99,111,110,115,111,108,101,46,119,97,114,110,40,34,91,112,111,114,116,97,108,45,118,117,101,93,58,32,84,97,114,103,101,116,32,34,46,99,111,110,99,97,116,40,101,46,110,97,109,101,44,34,32,105,115,32,97,108,114,101,97,100,121,32,109,111,117,110,116,101,100,46,92,110,32,32,32,32,32,32,32,32,65,98,111,114,116,105,110,103,32,98,101,99,97,117,115,101,32,39,98,97,105,108,58,32,116,114,117,101,39,32,105,115,32,115,101,116,34,41,41,58,116,104,105,115,46,112,111,114,116,97,108,84,97,114,103,101,116,61,121,46,116,97,114,103,101,116,115,91,101,46,110,97,109,101,93,59,101,108,115,101,123,118,97,114,32,110,61,101,46,97,112,112,101,110,100,59,105,102,40,110,41,123,118,97,114,32,114,61,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,110,63,110,58,34,68,73,86,34,44,105,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,114,41,59,116,46,97,112,112,101,110,100,67,104,105,108,100,40,105,41,44,116,61,105,125,118,97,114,32,111,61,112,40,116,104,105,115,46,36,112,114,111,112,115,44,107,41,59,111,46,115,108,105,109,61,116,104,105,115,46,116,97,114,103,101,116,83,108,105,109,44,111,46,116,97,103,61,116,104,105,115,46,116,97,114,103,101,116,84,97,103,44,111,46,115,108,111,116,80,114,111,112,115,61,116,104,105,115,46,116,97,114,103,101,116,83,108,111,116,80,114,111,112,115,44,111,46,110,97,109,101,61,116,104,105,115,46,116,111,44,116,104,105,115,46,112,111,114,116,97,108,84,97,114,103,101,116,61,110,101,119,32,120,40,123,101,108,58,116,44,112,97,114,101,110,116,58,116,104,105,115,46,36,112,97,114,101,110,116,124,124,116,104,105,115,44,112,114,111,112,115,68,97,116,97,58,111,125,41,125,125,101,108,115,101,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,34,91,112,111,114,116,97,108,45,118,117,101,93,58,32,77,111,117,110,116,32,80,111,105,110,116,32,39,34,46,99,111,110,99,97,116,40,116,104,105,115,46,109,111,117,110,116,84,111,44,34,39,32,110,111,116,32,102,111,117,110,100,32,105,110,32,100,111,99,117,109,101,110,116,34,41,41,125,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,112,111,114,116,97,108,84,97,114,103,101,116,59,105,102,40,116,104,105,115,46,97,112,112,101,110,100,41,123,118,97,114,32,101,61,116,46,36,101,108,59,101,46,112,97,114,101,110,116,78,111,100,101,46,114,101,109,111,118,101,67,104,105,108,100,40,101,41,125,116,46,36,100,101,115,116,114,111,121,40,41,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,116,104,105,115,46,112,111,114,116,97,108,84,97,114,103,101,116,41,114,101,116,117,114,110,32,99,111,110,115,111,108,101,46,119,97,114,110,40,34,91,112,111,114,116,97,108,45,118,117,101,93,32,84,97,114,103,101,116,32,119,97,115,110,39,116,32,109,111,117,110,116,101,100,34,41,44,116,40,41,59,105,102,40,33,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,46,109,97,110,117,97,108,41,123,118,97,114,32,101,61,112,40,116,104,105,115,46,36,112,114,111,112,115,44,83,41,59,114,101,116,117,114,110,32,116,40,95,44,123,112,114,111,112,115,58,101,44,97,116,116,114,115,58,116,104,105,115,46,36,97,116,116,114,115,44,111,110,58,116,104,105,115,46,36,108,105,115,116,101,110,101,114,115,44,115,99,111,112,101,100,83,108,111,116,115,58,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,125,44,116,104,105,115,46,36,115,108,111,116,115,46,100,101,102,97,117,108,116,41,125,118,97,114,32,110,61,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,46,109,97,110,117,97,108,40,123,116,111,58,116,104,105,115,46,116,111,125,41,59,114,101,116,117,114,110,32,65,114,114,97,121,46,105,115,65,114,114,97,121,40,110,41,38,38,40,110,61,110,91,48,93,41,44,110,124,124,116,40,41,125,125,41,59,102,117,110,99,116,105,111,110,32,80,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,59,116,46,99,111,109,112,111,110,101,110,116,40,101,46,112,111,114,116,97,108,78,97,109,101,124,124,34,80,111,114,116,97,108,34,44,95,41,44,116,46,99,111,109,112,111,110,101,110,116,40,101,46,112,111,114,116,97,108,84,97,114,103,101,116,78,97,109,101,124,124,34,80,111,114,116,97,108,84,97,114,103,101,116,34,44,120,41,44,116,46,99,111,109,112,111,110,101,110,116,40,101,46,77,111,117,110,116,105,110,103,80,111,114,116,97,108,78,97,109,101,124,124,34,77,111,117,110,116,105,110,103,80,111,114,116,97,108,34,44,67,41,125,118,97,114,32,84,61,123,105,110,115,116,97,108,108,58,80,125,59,101,46,100,101,102,97,117,108,116,61,84,44,101,46,80,111,114,116,97,108,61,95,44,101,46,80,111,114,116,97,108,84,97,114,103,101,116,61,120,44,101,46,77,111,117,110,116,105,110,103,80,111,114,116,97,108,61,67,44,101,46,87,111,114,109,104,111,108,101,61,121,125,44,34,50,99,97,48,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,48,54,99,102,34,41,46,102,44,111,61,110,40,34,53,48,99,52,34,41,44,97,61,110,40,34,53,97,51,52,34,41,44,115,61,110,40,34,49,100,56,48,34,41,44,99,61,110,40,34,97,98,49,51,34,41,44,117,61,110,40,34,99,52,51,48,34,41,44,108,61,34,34,46,115,116,97,114,116,115,87,105,116,104,44,102,61,77,97,116,104,46,109,105,110,44,104,61,99,40,34,115,116,97,114,116,115,87,105,116,104,34,41,44,100,61,33,117,38,38,33,104,38,38,33,33,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,105,40,83,116,114,105,110,103,46,112,114,111,116,111,116,121,112,101,44,34,115,116,97,114,116,115,87,105,116,104,34,41,59,114,101,116,117,114,110,32,116,38,38,33,116,46,119,114,105,116,97,98,108,101,125,40,41,59,114,40,123,116,97,114,103,101,116,58,34,83,116,114,105,110,103,34,44,112,114,111,116,111,58,33,48,44,102,111,114,99,101,100,58,33,100,38,38,33,104,125,44,123,115,116,97,114,116,115,87,105,116,104,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,83,116,114,105,110,103,40,115,40,116,104,105,115,41,41,59,97,40,116,41,59,118,97,114,32,110,61,111,40,102,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,44,101,46,108,101,110,103,116,104,41,41,44,114,61,83,116,114,105,110,103,40,116,41,59,114,101,116,117,114,110,32,108,63,108,46,99,97,108,108,40,101,44,114,44,110,41,58,101,46,115,108,105,99,101,40,110,44,110,43,114,46,108,101,110,103,116,104,41,61,61,61,114,125,125,41,125,44,34,50,99,102,52,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,44,97,61,110,40,34,100,97,56,52,34,41,44,115,61,110,40,34,100,48,51,57,34,41,44,99,61,110,40,34,48,51,54,54,34,41,44,117,61,110,40,34,49,98,101,52,34,41,44,108,61,110,40,34,99,99,49,50,34,41,44,102,61,110,40,34,49,99,100,99,34,41,44,104,61,110,40,34,54,48,53,100,34,41,44,100,61,97,46,108,111,99,97,116,105,111,110,44,112,61,97,46,115,101,116,73,109,109,101,100,105,97,116,101,44,118,61,97,46,99,108,101,97,114,73,109,109,101,100,105,97,116,101,44,103,61,97,46,112,114,111,99,101,115,115,44,109,61,97,46,77,101,115,115,97,103,101,67,104,97,110,110,101,108,44,98,61,97,46,68,105,115,112,97,116,99,104,44,121,61,48,44,119,61,123,125,44,95,61,34,111,110,114,101,97,100,121,115,116,97,116,101,99,104,97,110,103,101,34,44,120,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,119,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,116,41,41,123,118,97,114,32,101,61,119,91,116,93,59,100,101,108,101,116,101,32,119,91,116,93,44,101,40,41,125,125,44,79,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,120,40,116,41,125,125,44,83,61,102,117,110,99,116,105,111,110,40,116,41,123,120,40,116,46,100,97,116,97,41,125,44,107,61,102,117,110,99,116,105,111,110,40,116,41,123,97,46,112,111,115,116,77,101,115,115,97,103,101,40,116,43,34,34,44,100,46,112,114,111,116,111,99,111,108,43,34,47,47,34,43,100,46,104,111,115,116,41,125,59,112,38,38,118,124,124,40,112,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,91,93,44,110,61,49,59,119,104,105,108,101,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,110,41,101,46,112,117,115,104,40,97,114,103,117,109,101,110,116,115,91,110,43,43,93,41,59,114,101,116,117,114,110,32,119,91,43,43,121,93,61,102,117,110,99,116,105,111,110,40,41,123,40,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,63,116,58,70,117,110,99,116,105,111,110,40,116,41,41,46,97,112,112,108,121,40,118,111,105,100,32,48,44,101,41,125,44,114,40,121,41,44,121,125,44,118,61,102,117,110,99,116,105,111,110,40,116,41,123,100,101,108,101,116,101,32,119,91,116,93,125,44,104,63,114,61,102,117,110,99,116,105,111,110,40,116,41,123,103,46,110,101,120,116,84,105,99,107,40,79,40,116,41,41,125,58,98,38,38,98,46,110,111,119,63,114,61,102,117,110,99,116,105,111,110,40,116,41,123,98,46,110,111,119,40,79,40,116,41,41,125,58,109,38,38,33,102,63,40,105,61,110,101,119,32,109,44,111,61,105,46,112,111,114,116,50,44,105,46,112,111,114,116,49,46,111,110,109,101,115,115,97,103,101,61,83,44,114,61,99,40,111,46,112,111,115,116,77,101,115,115,97,103,101,44,111,44,49,41,41,58,97,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,112,111,115,116,77,101,115,115,97,103,101,38,38,33,97,46,105,109,112,111,114,116,83,99,114,105,112,116,115,38,38,100,38,38,34,102,105,108,101,58,34,33,61,61,100,46,112,114,111,116,111,99,111,108,38,38,33,115,40,107,41,63,40,114,61,107,44,97,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,101,115,115,97,103,101,34,44,83,44,33,49,41,41,58,114,61,95,32,105,110,32,108,40,34,115,99,114,105,112,116,34,41,63,102,117,110,99,116,105,111,110,40,116,41,123,117,46,97,112,112,101,110,100,67,104,105,108,100,40,108,40,34,115,99,114,105,112,116,34,41,41,91,95,93,61,102,117,110,99,116,105,111,110,40,41,123,117,46,114,101,109,111,118,101,67,104,105,108,100,40,116,104,105,115,41,44,120,40,116,41,125,125,58,102,117,110,99,116,105,111,110,40,116,41,123,115,101,116,84,105,109,101,111,117,116,40,79,40,116,41,44,48,41,125,41,44,116,46,101,120,112,111,114,116,115,61,123,115,101,116,58,112,44,99,108,101,97,114,58,118,125,125,44,34,50,100,48,48,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,61,110,40,34,100,97,56,52,34,41,44,97,61,110,40,34,51,52,50,102,34,41,44,115,61,111,46,112,114,111,99,101,115,115,44,99,61,115,38,38,115,46,118,101,114,115,105,111,110,115,44,117,61,99,38,38,99,46,118,56,59,117,63,40,114,61,117,46,115,112,108,105,116,40,34,46,34,41,44,105,61,114,91,48,93,60,52,63,49,58,114,91,48,93,43,114,91,49,93,41,58,97,38,38,40,114,61,97,46,109,97,116,99,104,40,47,69,100,103,101,92,47,40,92,100,43,41,47,41,44,40,33,114,124,124,114,91,49,93,62,61,55,52,41,38,38,40,114,61,97,46,109,97,116,99,104,40,47,67,104,114,111,109,101,92,47,40,92,100,43,41,47,41,44,114,38,38,40,105,61,114,91,49,93,41,41,41,44,116,46,101,120,112,111,114,116,115,61,105,38,38,43,105,125,44,34,50,100,51,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,102,52,57,97,34,41,44,111,61,34,105,110,99,108,117,100,101,115,34,59,114,40,114,46,80,43,114,46,70,42,110,40,34,57,101,99,56,34,41,40,111,41,44,34,83,116,114,105,110,103,34,44,123,105,110,99,108,117,100,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,33,126,105,40,116,104,105,115,44,116,44,111,41,46,105,110,100,101,120,79,102,40,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,125,41,125,44,34,50,100,56,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,51,56,55,102,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,105,44,111,41,123,118,97,114,32,97,61,110,101,119,32,69,114,114,111,114,40,116,41,59,114,101,116,117,114,110,32,114,40,97,44,101,44,110,44,105,44,111,41,125,125,44,34,50,100,100,56,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,50,101,50,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,57,51,51,101,34,41,40,34,70,108,111,97,116,51,50,34,44,52,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,101,44,110,44,114,41,125,125,41,41,125,44,34,50,101,51,57,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,98,57,50,102,34,41,40,34,116,114,105,109,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,51,41,125,125,41,41,125,44,34,50,101,54,55,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,40,33,116,124,124,33,116,46,95,95,67,65,78,67,69,76,95,95,41,125,125,44,34,50,101,101,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,53,53,97,34,41,44,105,61,110,40,34,55,101,51,51,34,41,44,111,61,110,40,34,100,102,97,53,34,41,44,97,61,110,40,34,56,56,55,99,34,41,44,115,61,110,40,34,49,98,102,98,34,41,44,99,61,110,40,34,98,52,54,48,34,41,44,117,61,110,40,34,57,57,51,98,34,41,46,102,44,108,61,110,40,34,101,97,48,53,34,41,46,102,44,102,61,110,40,34,48,102,50,54,34,41,46,102,44,104,61,110,40,34,98,57,50,102,34,41,46,116,114,105,109,44,100,61,34,78,117,109,98,101,114,34,44,112,61,114,91,100,93,44,118,61,112,44,103,61,112,46,112,114,111,116,111,116,121,112,101,44,109,61,111,40,110,40,34,97,102,51,51,34,41,40,103,41,41,61,61,100,44,98,61,34,116,114,105,109,34,105,110,32,83,116,114,105,110,103,46,112,114,111,116,111,116,121,112,101,44,121,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,115,40,116,44,33,49,41,59,105,102,40,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,101,38,38,101,46,108,101,110,103,116,104,62,50,41,123,101,61,98,63,101,46,116,114,105,109,40,41,58,104,40,101,44,51,41,59,118,97,114,32,110,44,114,44,105,44,111,61,101,46,99,104,97,114,67,111,100,101,65,116,40,48,41,59,105,102,40,52,51,61,61,61,111,124,124,52,53,61,61,61,111,41,123,105,102,40,110,61,101,46,99,104,97,114,67,111,100,101,65,116,40,50,41,44,56,56,61,61,61,110,124,124,49,50,48,61,61,61,110,41,114,101,116,117,114,110,32,78,97,78,125,101,108,115,101,32,105,102,40,52,56,61,61,61,111,41,123,115,119,105,116,99,104,40,101,46,99,104,97,114,67,111,100,101,65,116,40,49,41,41,123,99,97,115,101,32,54,54,58,99,97,115,101,32,57,56,58,114,61,50,44,105,61,52,57,59,98,114,101,97,107,59,99,97,115,101,32,55,57,58,99,97,115,101,32,49,49,49,58,114,61,56,44,105,61,53,53,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,114,101,116,117,114,110,43,101,125,102,111,114,40,118,97,114,32,97,44,99,61,101,46,115,108,105,99,101,40,50,41,44,117,61,48,44,108,61,99,46,108,101,110,103,116,104,59,117,60,108,59,117,43,43,41,105,102,40,97,61,99,46,99,104,97,114,67,111,100,101,65,116,40,117,41,44,97,60,52,56,124,124,97,62,105,41,114,101,116,117,114,110,32,78,97,78,59,114,101,116,117,114,110,32,112,97,114,115,101,73,110,116,40,99,44,114,41,125,125,114,101,116,117,114,110,43,101,125,59,105,102,40,33,112,40,34,32,48,111,49,34,41,124,124,33,112,40,34,48,98,49,34,41,124,124,112,40,34,43,48,120,49,34,41,41,123,112,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,49,63,48,58,116,44,110,61,116,104,105,115,59,114,101,116,117,114,110,32,110,32,105,110,115,116,97,110,99,101,111,102,32,112,38,38,40,109,63,99,40,40,102,117,110,99,116,105,111,110,40,41,123,103,46,118,97,108,117,101,79,102,46,99,97,108,108,40,110,41,125,41,41,58,111,40,110,41,33,61,100,41,63,97,40,110,101,119,32,118,40,121,40,101,41,41,44,110,44,112,41,58,121,40,101,41,125,59,102,111,114,40,118,97,114,32,119,44,95,61,110,40,34,54,55,51,57,34,41,63,117,40,118,41,58,34,77,65,88,95,86,65,76,85,69,44,77,73,78,95,86,65,76,85,69,44,78,97,78,44,78,69,71,65,84,73,86,69,95,73,78,70,73,78,73,84,89,44,80,79,83,73,84,73,86,69,95,73,78,70,73,78,73,84,89,44,69,80,83,73,76,79,78,44,105,115,70,105,110,105,116,101,44,105,115,73,110,116,101,103,101,114,44,105,115,78,97,78,44,105,115,83,97,102,101,73,110,116,101,103,101,114,44,77,65,88,95,83,65,70,69,95,73,78,84,69,71,69,82,44,77,73,78,95,83,65,70,69,95,73,78,84,69,71,69,82,44,112,97,114,115,101,70,108,111,97,116,44,112,97,114,115,101,73,110,116,44,105,115,73,110,116,101,103,101,114,34,46,115,112,108,105,116,40,34,44,34,41,44,120,61,48,59,95,46,108,101,110,103,116,104,62,120,59,120,43,43,41,105,40,118,44,119,61,95,91,120,93,41,38,38,33,105,40,112,44,119,41,38,38,102,40,112,44,119,44,108,40,118,44,119,41,41,59,112,46,112,114,111,116,111,116,121,112,101,61,103,44,103,46,99,111,110,115,116,114,117,99,116,111,114,61,112,44,110,40,34,98,100,52,55,34,41,40,114,44,100,44,112,41,125,125,44,34,50,101,101,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,57,51,51,101,34,41,40,34,85,105,110,116,56,34,44,49,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,101,44,110,44,114,41,125,125,41,44,33,48,41,125,44,34,50,101,102,48,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,40,102,117,110,99,116,105,111,110,40,116,44,114,41,123,118,97,114,32,105,59,10,47,42,42,10,32,42,32,64,108,105,99,101,110,115,101,10,32,42,32,76,111,100,97,115,104,32,60,104,116,116,112,115,58,47,47,108,111,100,97,115,104,46,99,111,109,47,62,10,32,42,32,67,111,112,121,114,105,103,104,116,32,79,112,101,110,74,83,32,70,111,117,110,100,97,116,105,111,110,32,97,110,100,32,111,116,104,101,114,32,99,111,110,116,114,105,98,117,116,111,114,115,32,60,104,116,116,112,115,58,47,47,111,112,101,110,106,115,102,46,111,114,103,47,62,10,32,42,32,82,101,108,101,97,115,101,100,32,117,110,100,101,114,32,77,73,84,32,108,105,99,101,110,115,101,32,60,104,116,116,112,115,58,47,47,108,111,100,97,115,104,46,99,111,109,47,108,105,99,101,110,115,101,62,10,32,42,32,66,97,115,101,100,32,111,110,32,85,110,100,101,114,115,99,111,114,101,46,106,115,32,49,46,56,46,51,32,60,104,116,116,112,58,47,47,117,110,100,101,114,115,99,111,114,101,106,115,46,111,114,103,47,76,73,67,69,78,83,69,62,10,32,42,32,67,111,112,121,114,105,103,104,116,32,74,101,114,101,109,121,32,65,115,104,107,101,110,97,115,44,32,68,111,99,117,109,101,110,116,67,108,111,117,100,32,97,110,100,32,73,110,118,101,115,116,105,103,97,116,105,118,101,32,82,101,112,111,114,116,101,114,115,32,38,32,69,100,105,116,111,114,115,10,32,42,47,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,111,44,97,61,34,52,46,49,55,46,50,49,34,44,115,61,50,48,48,44,99,61,34,85,110,115,117,112,112,111,114,116,101,100,32,99,111,114,101,45,106,115,32,117,115,101,46,32,84,114,121,32,104,116,116,112,115,58,47,47,110,112,109,115,46,105,111,47,115,101,97,114,99,104,63,113,61,112,111,110,121,102,105,108,108,46,34,44,117,61,34,69,120,112,101,99,116,101,100,32,97,32,102,117,110,99,116,105,111,110,34,44,108,61,34,73,110,118,97,108,105,100,32,96,118,97,114,105,97,98,108,101,96,32,111,112,116,105,111,110,32,112,97,115,115,101,100,32,105,110,116,111,32,96,95,46,116,101,109,112,108,97,116,101,96,34,44,102,61,34,95,95,108,111,100,97,115,104,95,104,97,115,104,95,117,110,100,101,102,105,110,101,100,95,95,34,44,104,61,53,48,48,44,100,61,34,95,95,108,111,100,97,115,104,95,112,108,97,99,101,104,111,108,100,101,114,95,95,34,44,112,61,49,44,118,61,50,44,103,61,52,44,109,61,49,44,98,61,50,44,121,61,49,44,119,61,50,44,95,61,52,44,120,61,56,44,79,61,49,54,44,83,61,51,50,44,107,61,54,52,44,67,61,49,50,56,44,80,61,50,53,54,44,84,61,53,49,50,44,106,61,51,48,44,69,61,34,46,46,46,34,44,65,61,56,48,48,44,68,61,49,54,44,76,61,49,44,77,61,50,44,73,61,51,44,36,61,49,47,48,44,70,61,57,48,48,55,49,57,57,50,53,52,55,52,48,57,57,49,44,66,61,49,55,57,55,54,57,51,49,51,52,56,54,50,51,49,53,55,101,50,57,50,44,82,61,78,97,78,44,78,61,52,50,57,52,57,54,55,50,57,53,44,122,61,78,45,49,44,86,61,78,62,62,62,49,44,72,61,91,91,34,97,114,121,34,44,67,93,44,91,34,98,105,110,100,34,44,121,93,44,91,34,98,105,110,100,75,101,121,34,44,119,93,44,91,34,99,117,114,114,121,34,44,120,93,44,91,34,99,117,114,114,121,82,105,103,104,116,34,44,79,93,44,91,34,102,108,105,112,34,44,84,93,44,91,34,112,97,114,116,105,97,108,34,44,83,93,44,91,34,112,97,114,116,105,97,108,82,105,103,104,116,34,44,107,93,44,91,34,114,101,97,114,103,34,44,80,93,93,44,85,61,34,91,111,98,106,101,99,116,32,65,114,103,117,109,101,110,116,115,93,34,44,87,61,34,91,111,98,106,101,99,116,32,65,114,114,97,121,93,34,44,113,61,34,91,111,98,106,101,99,116,32,65,115,121,110,99,70,117,110,99,116,105,111,110,93,34,44,71,61,34,91,111,98,106,101,99,116,32,66,111,111,108,101,97,110,93,34,44,89,61,34,91,111,98,106,101,99,116,32,68,97,116,101,93,34,44,75,61,34,91,111,98,106,101,99,116,32,68,79,77,69,120,99,101,112,116,105,111,110,93,34,44,88,61,34,91,111,98,106,101,99,116,32,69,114,114,111,114,93,34,44,90,61,34,91,111,98,106,101,99,116,32,70,117,110,99,116,105,111,110,93,34,44,74,61,34,91,111,98,106,101,99,116,32,71,101,110,101,114,97,116,111,114,70,117,110,99,116,105,111,110,93,34,44,81,61,34,91,111,98,106,101,99,116,32,77,97,112,93,34,44,116,116,61,34,91,111,98,106,101,99,116,32,78,117,109,98,101,114,93,34,44,101,116,61,34,91,111,98,106,101,99,116,32,78,117,108,108,93,34,44,110,116,61,34,91,111,98,106,101,99,116,32,79,98,106,101,99,116,93,34,44,114,116,61,34,91,111,98,106,101,99,116,32,80,114,111,109,105,115,101,93,34,44,105,116,61,34,91,111,98,106,101,99,116,32,80,114,111,120,121,93,34,44,111,116,61,34,91,111,98,106,101,99,116,32,82,101,103,69,120,112,93,34,44,97,116,61,34,91,111,98,106,101,99,116,32,83,101,116,93,34,44,115,116,61,34,91,111,98,106,101,99,116,32,83,116,114,105,110,103,93,34,44,99,116,61,34,91,111,98,106,101,99,116,32,83,121,109,98,111,108,93,34,44,117,116,61,34,91,111,98,106,101,99,116,32,85,110,100,101,102,105,110,101,100,93,34,44,108,116,61,34,91,111,98,106,101,99,116,32,87,101,97,107,77,97,112,93,34,44,102,116,61,34,91,111,98,106,101,99,116,32,87,101,97,107,83,101,116,93,34,44,104,116,61,34,91,111,98,106,101,99,116,32,65,114,114,97,121,66,117,102,102,101,114,93,34,44,100,116,61,34,91,111,98,106,101,99,116,32,68,97,116,97,86,105,101,119,93,34,44,112,116,61,34,91,111,98,106,101,99,116,32,70,108,111,97,116,51,50,65,114,114,97,121,93,34,44,118,116,61,34,91,111,98,106,101,99,116,32,70,108,111,97,116,54,52,65,114,114,97,121,93,34,44,103,116,61,34,91,111,98,106,101,99,116,32,73,110,116,56,65,114,114,97,121,93,34,44,109,116,61,34,91,111,98,106,101,99,116,32,73,110,116,49,54,65,114,114,97,121,93,34,44,98,116,61,34,91,111,98,106,101,99,116,32,73,110,116,51,50,65,114,114,97,121,93,34,44,121,116,61,34,91,111,98,106,101,99,116,32,85,105,110,116,56,65,114,114,97,121,93,34,44,119,116,61,34,91,111,98,106,101,99,116,32,85,105,110,116,56,67,108,97,109,112,101,100,65,114,114,97,121,93,34,44,95,116,61,34,91,111,98,106,101,99,116,32,85,105,110,116,49,54,65,114,114,97,121,93,34,44,120,116,61,34,91,111,98,106,101,99,116,32,85,105,110,116,51,50,65,114,114,97,121,93,34,44,79,116,61,47,92,98,95,95,112,32,92,43,61,32,39,39,59,47,103,44,83,116,61,47,92,98,40,95,95,112,32,92,43,61,41,32,39,39,32,92,43,47,103,44,107,116,61,47,40,95,95,101,92,40,46,42,63,92,41,124,92,98,95,95,116,92,41,41,32,92,43,92,110,39,39,59,47,103,44,67,116,61,47,38,40,63,58,97,109,112,124,108,116,124,103,116,124,113,117,111,116,124,35,51,57,41,59,47,103,44,80,116,61,47,91,38,60,62,34,39,93,47,103,44,84,116,61,82,101,103,69,120,112,40,67,116,46,115,111,117,114,99,101,41,44,106,116,61,82,101,103,69,120,112,40,80,116,46,115,111,117,114,99,101,41,44,69,116,61,47,60,37,45,40,91,92,115,92,83,93,43,63,41,37,62,47,103,44,65,116,61,47,60,37,40,91,92,115,92,83,93,43,63,41,37,62,47,103,44,68,116,61,47,60,37,61,40,91,92,115,92,83,93,43,63,41,37,62,47,103,44,76,116,61,47,92,46,124,92,91,40,63,58,91,94,91,92,93,93,42,124,40,91,34,39,93,41,40,63,58,40,63,33,92,49,41,91,94,92,92,93,124,92,92,46,41,42,63,92,49,41,92,93,47,44,77,116,61,47,94,92,119,42,36,47,44,73,116,61,47,91,94,46,91,92,93,93,43,124,92,91,40,63,58,40,45,63,92,100,43,40,63,58,92,46,92,100,43,41,63,41,124,40,91,34,39,93,41,40,40,63,58,40,63,33,92,50,41,91,94,92,92,93,124,92,92,46,41,42,63,41,92,50,41,92,93,124,40,63,61,40,63,58,92,46,124,92,91,92,93,41,40,63,58,92,46,124,92,91,92,93,124,36,41,41,47,103,44,36,116,61,47,91,92,92,94,36,46,42,43,63,40,41,91,92,93,123,125,124,93,47,103,44,70,116,61,82,101,103,69,120,112,40,36,116,46,115,111,117,114,99,101,41,44,66,116,61,47,94,92,115,43,47,44,82,116,61,47,92,115,47,44,78,116,61,47,92,123,40,63,58,92,110,92,47,92,42,32,92,91,119,114,97,112,112,101,100,32,119,105,116,104,32,46,43,92,93,32,92,42,92,47,41,63,92,110,63,47,44,122,116,61,47,92,123,92,110,92,47,92,42,32,92,91,119,114,97,112,112,101,100,32,119,105,116,104,32,40,46,43,41,92,93,32,92,42,47,44,86,116,61,47,44,63,32,38,32,47,44,72,116,61,47,91,94,92,120,48,48,45,92,120,50,102,92,120,51,97,45,92,120,52,48,92,120,53,98,45,92,120,54,48,92,120,55,98,45,92,120,55,102,93,43,47,103,44,85,116,61,47,91,40,41,61,44,123,125,92,91,92,93,92,47,92,115,93,47,44,87,116,61,47,92,92,40,92,92,41,63,47,103,44,113,116,61,47,92,36,92,123,40,91,94,92,92,125,93,42,40,63,58,92,92,46,91,94,92,92,125,93,42,41,42,41,92,125,47,103,44,71,116,61,47,92,119,42,36,47,44,89,116,61,47,94,91,45,43,93,48,120,91,48,45,57,97,45,102,93,43,36,47,105,44,75,116,61,47,94,48,98,91,48,49,93,43,36,47,105,44,88,116,61,47,94,92,91,111,98,106,101,99,116,32,46,43,63,67,111,110,115,116,114,117,99,116,111,114,92,93,36,47,44,90,116,61,47,94,48,111,91,48,45,55,93,43,36,47,105,44,74,116,61,47,94,40,63,58,48,124,91,49,45,57,93,92,100,42,41,36,47,44,81,116,61,47,91,92,120,99,48,45,92,120,100,54,92,120,100,56,45,92,120,102,54,92,120,102,56,45,92,120,102,102,92,117,48,49,48,48,45,92,117,48,49,55,102,93,47,103,44,116,101,61,47,40,36,94,41,47,44,101,101,61,47,91,39,92,110,92,114,92,117,50,48,50,56,92,117,50,48,50,57,92,92,93,47,103,44,110,101,61,34,92,92,117,100,56,48,48,45,92,92,117,100,102,102,102,34,44,114,101,61,34,92,92,117,48,51,48,48,45,92,92,117,48,51,54,102,34,44,105,101,61,34,92,92,117,102,101,50,48,45,92,92,117,102,101,50,102,34,44,111,101,61,34,92,92,117,50,48,100,48,45,92,92,117,50,48,102,102,34,44,97,101,61,114,101,43,105,101,43,111,101,44,115,101,61,34,92,92,117,50,55,48,48,45,92,92,117,50,55,98,102,34,44,99,101,61,34,97,45,122,92,92,120,100,102,45,92,92,120,102,54,92,92,120,102,56,45,92,92,120,102,102,34,44,117,101,61,34,92,92,120,97,99,92,92,120,98,49,92,92,120,100,55,92,92,120,102,55,34,44,108,101,61,34,92,92,120,48,48,45,92,92,120,50,102,92,92,120,51,97,45,92,92,120,52,48,92,92,120,53,98,45,92,92,120,54,48,92,92,120,55,98,45,92,92,120,98,102,34,44,102,101,61,34,92,92,117,50,48,48,48,45,92,92,117,50,48,54,102,34,44,104,101,61,34,32,92,92,116,92,92,120,48,98,92,92,102,92,92,120,97,48,92,92,117,102,101,102,102,92,92,110,92,92,114,92,92,117,50,48,50,56,92,92,117,50,48,50,57,92,92,117,49,54,56,48,92,92,117,49,56,48,101,92,92,117,50,48,48,48,92,92,117,50,48,48,49,92,92,117,50,48,48,50,92,92,117,50,48,48,51,92,92,117,50,48,48,52,92,92,117,50,48,48,53,92,92,117,50,48,48,54,92,92,117,50,48,48,55,92,92,117,50,48,48,56,92,92,117,50,48,48,57,92,92,117,50,48,48,97,92,92,117,50,48,50,102,92,92,117,50,48,53,102,92,92,117,51,48,48,48,34,44,100,101,61,34,65,45,90,92,92,120,99,48,45,92,92,120,100,54,92,92,120,100,56,45,92,92,120,100,101,34,44,112,101,61,34,92,92,117,102,101,48,101,92,92,117,102,101,48,102,34,44,118,101,61,117,101,43,108,101,43,102,101,43,104,101,44,103,101,61,34,91,39,226,128,153,93,34,44,109,101,61,34,91,34,43,110,101,43,34,93,34,44,98,101,61,34,91,34,43,118,101,43,34,93,34,44,121,101,61,34,91,34,43,97,101,43,34,93,34,44,119,101,61,34,92,92,100,43,34,44,95,101,61,34,91,34,43,115,101,43,34,93,34,44,120,101,61,34,91,34,43,99,101,43,34,93,34,44,79,101,61,34,91,94,34,43,110,101,43,118,101,43,119,101,43,115,101,43,99,101,43,100,101,43,34,93,34,44,83,101,61,34,92,92,117,100,56,51,99,91,92,92,117,100,102,102,98,45,92,92,117,100,102,102,102,93,34,44,107,101,61,34,40,63,58,34,43,121,101,43,34,124,34,43,83,101,43,34,41,34,44,67,101,61,34,91,94,34,43,110,101,43,34,93,34,44,80,101,61,34,40,63,58,92,92,117,100,56,51,99,91,92,92,117,100,100,101,54,45,92,92,117,100,100,102,102,93,41,123,50,125,34,44,84,101,61,34,91,92,92,117,100,56,48,48,45,92,92,117,100,98,102,102,93,91,92,92,117,100,99,48,48,45,92,92,117,100,102,102,102,93,34,44,106,101,61,34,91,34,43,100,101,43,34,93,34,44,69,101,61,34,92,92,117,50,48,48,100,34,44,65,101,61,34,40,63,58,34,43,120,101,43,34,124,34,43,79,101,43,34,41,34,44,68,101,61,34,40,63,58,34,43,106,101,43,34,124,34,43,79,101,43,34,41,34,44,76,101,61,34,40,63,58,34,43,103,101,43,34,40,63,58,100,124,108,108,124,109,124,114,101,124,115,124,116,124,118,101,41,41,63,34,44,77,101,61,34,40,63,58,34,43,103,101,43,34,40,63,58,68,124,76,76,124,77,124,82,69,124,83,124,84,124,86,69,41,41,63,34,44,73,101,61,107,101,43,34,63,34,44,36,101,61,34,91,34,43,112,101,43,34,93,63,34,44,70,101,61,34,40,63,58,34,43,69,101,43,34,40,63,58,34,43,91,67,101,44,80,101,44,84,101,93,46,106,111,105,110,40,34,124,34,41,43,34,41,34,43,36,101,43,73,101,43,34,41,42,34,44,66,101,61,34,92,92,100,42,40,63,58,49,115,116,124,50,110,100,124,51,114,100,124,40,63,33,91,49,50,51,93,41,92,92,100,116,104,41,40,63,61,92,92,98,124,91,65,45,90,95,93,41,34,44,82,101,61,34,92,92,100,42,40,63,58,49,83,84,124,50,78,68,124,51,82,68,124,40,63,33,91,49,50,51,93,41,92,92,100,84,72,41,40,63,61,92,92,98,124,91,97,45,122,95,93,41,34,44,78,101,61,36,101,43,73,101,43,70,101,44,122,101,61,34,40,63,58,34,43,91,95,101,44,80,101,44,84,101,93,46,106,111,105,110,40,34,124,34,41,43,34,41,34,43,78,101,44,86,101,61,34,40,63,58,34,43,91,67,101,43,121,101,43,34,63,34,44,121,101,44,80,101,44,84,101,44,109,101,93,46,106,111,105,110,40,34,124,34,41,43,34,41,34,44,72,101,61,82,101,103,69,120,112,40,103,101,44,34,103,34,41,44,85,101,61,82,101,103,69,120,112,40,121,101,44,34,103,34,41,44,87,101,61,82,101,103,69,120,112,40,83,101,43,34,40,63,61,34,43,83,101,43,34,41,124,34,43,86,101,43,78,101,44,34,103,34,41,44,113,101,61,82,101,103,69,120,112,40,91,106,101,43,34,63,34,43,120,101,43,34,43,34,43,76,101,43,34,40,63,61,34,43,91,98,101,44,106,101,44,34,36,34,93,46,106,111,105,110,40,34,124,34,41,43,34,41,34,44,68,101,43,34,43,34,43,77,101,43,34,40,63,61,34,43,91,98,101,44,106,101,43,65,101,44,34,36,34,93,46,106,111,105,110,40,34,124,34,41,43,34,41,34,44,106,101,43,34,63,34,43,65,101,43,34,43,34,43,76,101,44,106,101,43,34,43,34,43,77,101,44,82,101,44,66,101,44,119,101,44,122,101,93,46,106,111,105,110,40,34,124,34,41,44,34,103,34,41,44,71,101,61,82,101,103,69,120,112,40,34,91,34,43,69,101,43,110,101,43,97,101,43,112,101,43,34,93,34,41,44,89,101,61,47,91,97,45,122,93,91,65,45,90,93,124,91,65,45,90,93,123,50,125,91,97,45,122,93,124,91,48,45,57,93,91,97,45,122,65,45,90,93,124,91,97,45,122,65,45,90,93,91,48,45,57,93,124,91,94,97,45,122,65,45,90,48,45,57,32,93,47,44,75,101,61,91,34,65,114,114,97,121,34,44,34,66,117,102,102,101,114,34,44,34,68,97,116,97,86,105,101,119,34,44,34,68,97,116,101,34,44,34,69,114,114,111,114,34,44,34,70,108,111,97,116,51,50,65,114,114,97,121,34,44,34,70,108,111,97,116,54,52,65,114,114,97,121,34,44,34,70,117,110,99,116,105,111,110,34,44,34,73,110,116,56,65,114,114,97,121,34,44,34,73,110,116,49,54,65,114,114,97,121,34,44,34,73,110,116,51,50,65,114,114,97,121,34,44,34,77,97,112,34,44,34,77,97,116,104,34,44,34,79,98,106,101,99,116,34,44,34,80,114,111,109,105,115,101,34,44,34,82,101,103,69,120,112,34,44,34,83,101,116,34,44,34,83,116,114,105,110,103,34,44,34,83,121,109,98,111,108,34,44,34,84,121,112,101,69,114,114,111,114,34,44,34,85,105,110,116,56,65,114,114,97,121,34,44,34,85,105,110,116,56,67,108,97,109,112,101,100,65,114,114,97,121,34,44,34,85,105,110,116,49,54,65,114,114,97,121,34,44,34,85,105,110,116,51,50,65,114,114,97,121,34,44,34,87,101,97,107,77,97,112,34,44,34,95,34,44,34,99,108,101,97,114,84,105,109,101,111,117,116,34,44,34,105,115,70,105,110,105,116,101,34,44,34,112,97,114,115,101,73,110,116,34,44,34,115,101,116,84,105,109,101,111,117,116,34,93,44,88,101,61,45,49,44,90,101,61,123,125,59,90,101,91,112,116,93,61,90,101,91,118,116,93,61,90,101,91,103,116,93,61,90,101,91,109,116,93,61,90,101,91,98,116,93,61,90,101,91,121,116,93,61,90,101,91,119,116,93,61,90,101,91,95,116,93,61,90,101,91,120,116,93,61,33,48,44,90,101,91,85,93,61,90,101,91,87,93,61,90,101,91,104,116,93,61,90,101,91,71,93,61,90,101,91,100,116,93,61,90,101,91,89,93,61,90,101,91,88,93,61,90,101,91,90,93,61,90,101,91,81,93,61,90,101,91,116,116,93,61,90,101,91,110,116,93,61,90,101,91,111,116,93,61,90,101,91,97,116,93,61,90,101,91,115,116,93,61,90,101,91,108,116,93,61,33,49,59,118,97,114,32,74,101,61,123,125,59,74,101,91,85,93,61,74,101,91,87,93,61,74,101,91,104,116,93,61,74,101,91,100,116,93,61,74,101,91,71,93,61,74,101,91,89,93,61,74,101,91,112,116,93,61,74,101,91,118,116,93,61,74,101,91,103,116,93,61,74,101,91,109,116,93,61,74,101,91,98,116,93,61,74,101,91,81,93,61,74,101,91,116,116,93,61,74,101,91,110,116,93,61,74,101,91,111,116,93,61,74,101,91,97,116,93,61,74,101,91,115,116,93,61,74,101,91,99,116,93,61,74,101,91,121,116,93,61,74,101,91,119,116,93,61,74,101,91,95,116,93,61,74,101,91,120,116,93,61,33,48,44,74,101,91,88,93,61,74,101,91,90,93,61,74,101,91,108,116,93,61,33,49,59,118,97,114,32,81,101,61,123,34,195,128,34,58,34,65,34,44,34,195,129,34,58,34,65,34,44,34,195,130,34,58,34,65,34,44,34,195,131,34,58,34,65,34,44,34,195,132,34,58,34,65,34,44,34,195,133,34,58,34,65,34,44,34,195,160,34,58,34,97,34,44,34,195,161,34,58,34,97,34,44,34,195,162,34,58,34,97,34,44,34,195,163,34,58,34,97,34,44,34,195,164,34,58,34,97,34,44,34,195,165,34,58,34,97,34,44,34,195,135,34,58,34,67,34,44,34,195,167,34,58,34,99,34,44,34,195,144,34,58,34,68,34,44,34,195,176,34,58,34,100,34,44,34,195,136,34,58,34,69,34,44,34,195,137,34,58,34,69,34,44,34,195,138,34,58,34,69,34,44,34,195,139,34,58,34,69,34,44,34,195,168,34,58,34,101,34,44,34,195,169,34,58,34,101,34,44,34,195,170,34,58,34,101,34,44,34,195,171,34,58,34,101,34,44,34,195,140,34,58,34,73,34,44,34,195,141,34,58,34,73,34,44,34,195,142,34,58,34,73,34,44,34,195,143,34,58,34,73,34,44,34,195,172,34,58,34,105,34,44,34,195,173,34,58,34,105,34,44,34,195,174,34,58,34,105,34,44,34,195,175,34,58,34,105,34,44,34,195,145,34,58,34,78,34,44,34,195,177,34,58,34,110,34,44,34,195,146,34,58,34,79,34,44,34,195,147,34,58,34,79,34,44,34,195,148,34,58,34,79,34,44,34,195,149,34,58,34,79,34,44,34,195,150,34,58,34,79,34,44,34,195,152,34,58,34,79,34,44,34,195,178,34,58,34,111,34,44,34,195,179,34,58,34,111,34,44,34,195,180,34,58,34,111,34,44,34,195,181,34,58,34,111,34,44,34,195,182,34,58,34,111,34,44,34,195,184,34,58,34,111,34,44,34,195,153,34,58,34,85,34,44,34,195,154,34,58,34,85,34,44,34,195,155,34,58,34,85,34,44,34,195,156,34,58,34,85,34,44,34,195,185,34,58,34,117,34,44,34,195,186,34,58,34,117,34,44,34,195,187,34,58,34,117,34,44,34,195,188,34,58,34,117,34,44,34,195,157,34,58,34,89,34,44,34,195,189,34,58,34,121,34,44,34,195,191,34,58,34,121,34,44,34,195,134,34,58,34,65,101,34,44,34,195,166,34,58,34,97,101,34,44,34,195,158,34,58,34,84,104,34,44,34,195,190,34,58,34,116,104,34,44,34,195,159,34,58,34,115,115,34,44,34,196,128,34,58,34,65,34,44,34,196,130,34,58,34,65,34,44,34,196,132,34,58,34,65,34,44,34,196,129,34,58,34,97,34,44,34,196,131,34,58,34,97,34,44,34,196,133,34,58,34,97,34,44,34,196,134,34,58,34,67,34,44,34,196,136,34,58,34,67,34,44,34,196,138,34,58,34,67,34,44,34,196,140,34,58,34,67,34,44,34,196,135,34,58,34,99,34,44,34,196,137,34,58,34,99,34,44,34,196,139,34,58,34,99,34,44,34,196,141,34,58,34,99,34,44,34,196,142,34,58,34,68,34,44,34,196,144,34,58,34,68,34,44,34,196,143,34,58,34,100,34,44,34,196,145,34,58,34,100,34,44,34,196,146,34,58,34,69,34,44,34,196,148,34,58,34,69,34,44,34,196,150,34,58,34,69,34,44,34,196,152,34,58,34,69,34,44,34,196,154,34,58,34,69,34,44,34,196,147,34,58,34,101,34,44,34,196,149,34,58,34,101,34,44,34,196,151,34,58,34,101,34,44,34,196,153,34,58,34,101,34,44,34,196,155,34,58,34,101,34,44,34,196,156,34,58,34,71,34,44,34,196,158,34,58,34,71,34,44,34,196,160,34,58,34,71,34,44,34,196,162,34,58,34,71,34,44,34,196,157,34,58,34,103,34,44,34,196,159,34,58,34,103,34,44,34,196,161,34,58,34,103,34,44,34,196,163,34,58,34,103,34,44,34,196,164,34,58,34,72,34,44,34,196,166,34,58,34,72,34,44,34,196,165,34,58,34,104,34,44,34,196,167,34,58,34,104,34,44,34,196,168,34,58,34,73,34,44,34,196,170,34,58,34,73,34,44,34,196,172,34,58,34,73,34,44,34,196,174,34,58,34,73,34,44,34,196,176,34,58,34,73,34,44,34,196,169,34,58,34,105,34,44,34,196,171,34,58,34,105,34,44,34,196,173,34,58,34,105,34,44,34,196,175,34,58,34,105,34,44,34,196,177,34,58,34,105,34,44,34,196,180,34,58,34,74,34,44,34,196,181,34,58,34,106,34,44,34,196,182,34,58,34,75,34,44,34,196,183,34,58,34,107,34,44,34,196,184,34,58,34,107,34,44,34,196,185,34,58,34,76,34,44,34,196,187,34,58,34,76,34,44,34,196,189,34,58,34,76,34,44,34,196,191,34,58,34,76,34,44,34,197,129,34,58,34,76,34,44,34,196,186,34,58,34,108,34,44,34,196,188,34,58,34,108,34,44,34,196,190,34,58,34,108,34,44,34,197,128,34,58,34,108,34,44,34,197,130,34,58,34,108,34,44,34,197,131,34,58,34,78,34,44,34,197,133,34,58,34,78,34,44,34,197,135,34,58,34,78,34,44,34,197,138,34,58,34,78,34,44,34,197,132,34,58,34,110,34,44,34,197,134,34,58,34,110,34,44,34,197,136,34,58,34,110,34,44,34,197,139,34,58,34,110,34,44,34,197,140,34,58,34,79,34,44,34,197,142,34,58,34,79,34,44,34,197,144,34,58,34,79,34,44,34,197,141,34,58,34,111,34,44,34,197,143,34,58,34,111,34,44,34,197,145,34,58,34,111,34,44,34,197,148,34,58,34,82,34,44,34,197,150,34,58,34,82,34,44,34,197,152,34,58,34,82,34,44,34,197,149,34,58,34,114,34,44,34,197,151,34,58,34,114,34,44,34,197,153,34,58,34,114,34,44,34,197,154,34,58,34,83,34,44,34,197,156,34,58,34,83,34,44,34,197,158,34,58,34,83,34,44,34,197,160,34,58,34,83,34,44,34,197,155,34,58,34,115,34,44,34,197,157,34,58,34,115,34,44,34,197,159,34,58,34,115,34,44,34,197,161,34,58,34,115,34,44,34,197,162,34,58,34,84,34,44,34,197,164,34,58,34,84,34,44,34,197,166,34,58,34,84,34,44,34,197,163,34,58,34,116,34,44,34,197,165,34,58,34,116,34,44,34,197,167,34,58,34,116,34,44,34,197,168,34,58,34,85,34,44,34,197,170,34,58,34,85,34,44,34,197,172,34,58,34,85,34,44,34,197,174,34,58,34,85,34,44,34,197,176,34,58,34,85,34,44,34,197,178,34,58,34,85,34,44,34,197,169,34,58,34,117,34,44,34,197,171,34,58,34,117,34,44,34,197,173,34,58,34,117,34,44,34,197,175,34,58,34,117,34,44,34,197,177,34,58,34,117,34,44,34,197,179,34,58,34,117,34,44,34,197,180,34,58,34,87,34,44,34,197,181,34,58,34,119,34,44,34,197,182,34,58,34,89,34,44,34,197,183,34,58,34,121,34,44,34,197,184,34,58,34,89,34,44,34,197,185,34,58,34,90,34,44,34,197,187,34,58,34,90,34,44,34,197,189,34,58,34,90,34,44,34,197,186,34,58,34,122,34,44,34,197,188,34,58,34,122,34,44,34,197,190,34,58,34,122,34,44,34,196,178,34,58,34,73,74,34,44,34,196,179,34,58,34,105,106,34,44,34,197,146,34,58,34,79,101,34,44,34,197,147,34,58,34,111,101,34,44,34,197,137,34,58,34,39,110,34,44,34,197,191,34,58,34,115,34,125,44,116,110,61,123,34,38,34,58,34,38,97,109,112,59,34,44,34,60,34,58,34,38,108,116,59,34,44,34,62,34,58,34,38,103,116,59,34,44,39,34,39,58,34,38,113,117,111,116,59,34,44,34,39,34,58,34,38,35,51,57,59,34,125,44,101,110,61,123,34,38,97,109,112,59,34,58,34,38,34,44,34,38,108,116,59,34,58,34,60,34,44,34,38,103,116,59,34,58,34,62,34,44,34,38,113,117,111,116,59,34,58,39,34,39,44,34,38,35,51,57,59,34,58,34,39,34,125,44,110,110,61,123,34,92,92,34,58,34,92,92,34,44,34,39,34,58,34,39,34,44,34,92,110,34,58,34,110,34,44,34,92,114,34,58,34,114,34,44,34,92,117,50,48,50,56,34,58,34,117,50,48,50,56,34,44,34,92,117,50,48,50,57,34,58,34,117,50,48,50,57,34,125,44,114,110,61,112,97,114,115,101,70,108,111,97,116,44,111,110,61,112,97,114,115,101,73,110,116,44,97,110,61,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,116,38,38,116,38,38,116,46,79,98,106,101,99,116,61,61,61,79,98,106,101,99,116,38,38,116,44,115,110,61,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,115,101,108,102,38,38,115,101,108,102,38,38,115,101,108,102,46,79,98,106,101,99,116,61,61,61,79,98,106,101,99,116,38,38,115,101,108,102,44,99,110,61,97,110,124,124,115,110,124,124,70,117,110,99,116,105,111,110,40,34,114,101,116,117,114,110,32,116,104,105,115,34,41,40,41,44,117,110,61,101,38,38,33,101,46,110,111,100,101,84,121,112,101,38,38,101,44,108,110,61,117,110,38,38,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,114,38,38,114,38,38,33,114,46,110,111,100,101,84,121,112,101,38,38,114,44,102,110,61,108,110,38,38,108,110,46,101,120,112,111,114,116,115,61,61,61,117,110,44,104,110,61,102,110,38,38,97,110,46,112,114,111,99,101,115,115,44,100,110,61,102,117,110,99,116,105,111,110,40,41,123,116,114,121,123,118,97,114,32,116,61,108,110,38,38,108,110,46,114,101,113,117,105,114,101,38,38,108,110,46,114,101,113,117,105,114,101,40,34,117,116,105,108,34,41,46,116,121,112,101,115,59,114,101,116,117,114,110,32,116,124,124,104,110,38,38,104,110,46,98,105,110,100,105,110,103,38,38,104,110,46,98,105,110,100,105,110,103,40,34,117,116,105,108,34,41,125,99,97,116,99,104,40,101,41,123,125,125,40,41,44,112,110,61,100,110,38,38,100,110,46,105,115,65,114,114,97,121,66,117,102,102,101,114,44,118,110,61,100,110,38,38,100,110,46,105,115,68,97,116,101,44,103,110,61,100,110,38,38,100,110,46,105,115,77,97,112,44,109,110,61,100,110,38,38,100,110,46,105,115,82,101,103,69,120,112,44,98,110,61,100,110,38,38,100,110,46,105,115,83,101,116,44,121,110,61,100,110,38,38,100,110,46,105,115,84,121,112,101,100,65,114,114,97,121,59,102,117,110,99,116,105,111,110,32,119,110,40,116,44,101,44,110,41,123,115,119,105,116,99,104,40,110,46,108,101,110,103,116,104,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,41,59,99,97,115,101,32,49,58,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,91,48,93,41,59,99,97,115,101,32,50,58,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,91,48,93,44,110,91,49,93,41,59,99,97,115,101,32,51,58,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,91,48,93,44,110,91,49,93,44,110,91,50,93,41,125,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,101,44,110,41,125,102,117,110,99,116,105,111,110,32,95,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,45,49,44,111,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,105,60,111,41,123,118,97,114,32,97,61,116,91,105,93,59,101,40,114,44,97,44,110,40,97,41,44,116,41,125,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,120,110,40,116,44,101,41,123,118,97,114,32,110,61,45,49,44,114,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,110,60,114,41,105,102,40,33,49,61,61,61,101,40,116,91,110,93,44,110,44,116,41,41,98,114,101,97,107,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,79,110,40,116,44,101,41,123,118,97,114,32,110,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,110,45,45,41,105,102,40,33,49,61,61,61,101,40,116,91,110,93,44,110,44,116,41,41,98,114,101,97,107,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,83,110,40,116,44,101,41,123,118,97,114,32,110,61,45,49,44,114,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,110,60,114,41,105,102,40,33,101,40,116,91,110,93,44,110,44,116,41,41,114,101,116,117,114,110,33,49,59,114,101,116,117,114,110,33,48,125,102,117,110,99,116,105,111,110,32,107,110,40,116,44,101,41,123,118,97,114,32,110,61,45,49,44,114,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,44,105,61,48,44,111,61,91,93,59,119,104,105,108,101,40,43,43,110,60,114,41,123,118,97,114,32,97,61,116,91,110,93,59,101,40,97,44,110,44,116,41,38,38,40,111,91,105,43,43,93,61,97,41,125,114,101,116,117,114,110,32,111,125,102,117,110,99,116,105,111,110,32,67,110,40,116,44,101,41,123,118,97,114,32,110,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,33,33,110,38,38,66,110,40,116,44,101,44,48,41,62,45,49,125,102,117,110,99,116,105,111,110,32,80,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,45,49,44,105,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,114,60,105,41,105,102,40,110,40,101,44,116,91,114,93,41,41,114,101,116,117,114,110,33,48,59,114,101,116,117,114,110,33,49,125,102,117,110,99,116,105,111,110,32,84,110,40,116,44,101,41,123,118,97,114,32,110,61,45,49,44,114,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,44,105,61,65,114,114,97,121,40,114,41,59,119,104,105,108,101,40,43,43,110,60,114,41,105,91,110,93,61,101,40,116,91,110,93,44,110,44,116,41,59,114,101,116,117,114,110,32,105,125,102,117,110,99,116,105,111,110,32,106,110,40,116,44,101,41,123,118,97,114,32,110,61,45,49,44,114,61,101,46,108,101,110,103,116,104,44,105,61,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,110,60,114,41,116,91,105,43,110,93,61,101,91,110,93,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,69,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,45,49,44,111,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,114,38,38,111,38,38,40,110,61,116,91,43,43,105,93,41,59,119,104,105,108,101,40,43,43,105,60,111,41,110,61,101,40,110,44,116,91,105,93,44,105,44,116,41,59,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,65,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,114,38,38,105,38,38,40,110,61,116,91,45,45,105,93,41,59,119,104,105,108,101,40,105,45,45,41,110,61,101,40,110,44,116,91,105,93,44,105,44,116,41,59,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,68,110,40,116,44,101,41,123,118,97,114,32,110,61,45,49,44,114,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,110,60,114,41,105,102,40,101,40,116,91,110,93,44,110,44,116,41,41,114,101,116,117,114,110,33,48,59,114,101,116,117,114,110,33,49,125,118,97,114,32,76,110,61,86,110,40,34,108,101,110,103,116,104,34,41,59,102,117,110,99,116,105,111,110,32,77,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,112,108,105,116,40,34,34,41,125,102,117,110,99,116,105,111,110,32,73,110,40,116,41,123,114,101,116,117,114,110,32,116,46,109,97,116,99,104,40,72,116,41,124,124,91,93,125,102,117,110,99,116,105,111,110,32,36,110,40,116,44,101,44,110,41,123,118,97,114,32,114,59,114,101,116,117,114,110,32,110,40,116,44,40,102,117,110,99,116,105,111,110,40,116,44,110,44,105,41,123,105,102,40,101,40,116,44,110,44,105,41,41,114,101,116,117,114,110,32,114,61,110,44,33,49,125,41,41,44,114,125,102,117,110,99,116,105,111,110,32,70,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,46,108,101,110,103,116,104,44,111,61,110,43,40,114,63,49,58,45,49,41,59,119,104,105,108,101,40,114,63,111,45,45,58,43,43,111,60,105,41,105,102,40,101,40,116,91,111,93,44,111,44,116,41,41,114,101,116,117,114,110,32,111,59,114,101,116,117,114,110,45,49,125,102,117,110,99,116,105,111,110,32,66,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,61,61,61,101,63,112,114,40,116,44,101,44,110,41,58,70,110,40,116,44,78,110,44,110,41,125,102,117,110,99,116,105,111,110,32,82,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,110,45,49,44,111,61,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,105,60,111,41,105,102,40,114,40,116,91,105,93,44,101,41,41,114,101,116,117,114,110,32,105,59,114,101,116,117,114,110,45,49,125,102,117,110,99,116,105,111,110,32,78,110,40,116,41,123,114,101,116,117,114,110,32,116,33,61,61,116,125,102,117,110,99,116,105,111,110,32,122,110,40,116,44,101,41,123,118,97,114,32,110,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,110,63,113,110,40,116,44,101,41,47,110,58,82,125,102,117,110,99,116,105,111,110,32,86,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,101,63,111,58,101,91,116,93,125,125,102,117,110,99,116,105,111,110,32,72,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,111,58,116,91,101,93,125,125,102,117,110,99,116,105,111,110,32,85,110,40,116,44,101,44,110,44,114,44,105,41,123,114,101,116,117,114,110,32,105,40,116,44,40,102,117,110,99,116,105,111,110,40,116,44,105,44,111,41,123,110,61,114,63,40,114,61,33,49,44,116,41,58,101,40,110,44,116,44,105,44,111,41,125,41,41,44,110,125,102,117,110,99,116,105,111,110,32,87,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,108,101,110,103,116,104,59,116,46,115,111,114,116,40,101,41,59,119,104,105,108,101,40,110,45,45,41,116,91,110,93,61,116,91,110,93,46,118,97,108,117,101,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,113,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,45,49,44,105,61,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,114,60,105,41,123,118,97,114,32,97,61,101,40,116,91,114,93,41,59,97,33,61,61,111,38,38,40,110,61,110,61,61,61,111,63,97,58,110,43,97,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,71,110,40,116,44,101,41,123,118,97,114,32,110,61,45,49,44,114,61,65,114,114,97,121,40,116,41,59,119,104,105,108,101,40,43,43,110,60,116,41,114,91,110,93,61,101,40,110,41,59,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,89,110,40,116,44,101,41,123,114,101,116,117,114,110,32,84,110,40,101,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,91,101,44,116,91,101,93,93,125,41,41,125,102,117,110,99,116,105,111,110,32,75,110,40,116,41,123,114,101,116,117,114,110,32,116,63,116,46,115,108,105,99,101,40,48,44,98,114,40,116,41,43,49,41,46,114,101,112,108,97,99,101,40,66,116,44,34,34,41,58,116,125,102,117,110,99,116,105,111,110,32,88,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,40,101,41,125,125,102,117,110,99,116,105,111,110,32,90,110,40,116,44,101,41,123,114,101,116,117,114,110,32,84,110,40,101,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,91,101,93,125,41,41,125,102,117,110,99,116,105,111,110,32,74,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,104,97,115,40,101,41,125,102,117,110,99,116,105,111,110,32,81,110,40,116,44,101,41,123,118,97,114,32,110,61,45,49,44,114,61,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,110,60,114,38,38,66,110,40,101,44,116,91,110,93,44,48,41,62,45,49,41,59,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,116,114,40,116,44,101,41,123,118,97,114,32,110,61,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,110,45,45,38,38,66,110,40,101,44,116,91,110,93,44,48,41,62,45,49,41,59,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,101,114,40,116,44,101,41,123,118,97,114,32,110,61,116,46,108,101,110,103,116,104,44,114,61,48,59,119,104,105,108,101,40,110,45,45,41,116,91,110,93,61,61,61,101,38,38,43,43,114,59,114,101,116,117,114,110,32,114,125,118,97,114,32,110,114,61,72,110,40,81,101,41,44,114,114,61,72,110,40,116,110,41,59,102,117,110,99,116,105,111,110,32,105,114,40,116,41,123,114,101,116,117,114,110,34,92,92,34,43,110,110,91,116,93,125,102,117,110,99,116,105,111,110,32,111,114,40,116,44,101,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,111,58,116,91,101,93,125,102,117,110,99,116,105,111,110,32,97,114,40,116,41,123,114,101,116,117,114,110,32,71,101,46,116,101,115,116,40,116,41,125,102,117,110,99,116,105,111,110,32,115,114,40,116,41,123,114,101,116,117,114,110,32,89,101,46,116,101,115,116,40,116,41,125,102,117,110,99,116,105,111,110,32,99,114,40,116,41,123,118,97,114,32,101,44,110,61,91,93,59,119,104,105,108,101,40,33,40,101,61,116,46,110,101,120,116,40,41,41,46,100,111,110,101,41,110,46,112,117,115,104,40,101,46,118,97,108,117,101,41,59,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,117,114,40,116,41,123,118,97,114,32,101,61,45,49,44,110,61,65,114,114,97,121,40,116,46,115,105,122,101,41,59,114,101,116,117,114,110,32,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,114,41,123,110,91,43,43,101,93,61,91,114,44,116,93,125,41,41,44,110,125,102,117,110,99,116,105,111,110,32,108,114,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,40,101,40,110,41,41,125,125,102,117,110,99,116,105,111,110,32,102,114,40,116,44,101,41,123,118,97,114,32,110,61,45,49,44,114,61,116,46,108,101,110,103,116,104,44,105,61,48,44,111,61,91,93,59,119,104,105,108,101,40,43,43,110,60,114,41,123,118,97,114,32,97,61,116,91,110,93,59,97,33,61,61,101,38,38,97,33,61,61,100,124,124,40,116,91,110,93,61,100,44,111,91,105,43,43,93,61,110,41,125,114,101,116,117,114,110,32,111,125,102,117,110,99,116,105,111,110,32,104,114,40,116,41,123,118,97,114,32,101,61,45,49,44,110,61,65,114,114,97,121,40,116,46,115,105,122,101,41,59,114,101,116,117,114,110,32,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,91,43,43,101,93,61,116,125,41,41,44,110,125,102,117,110,99,116,105,111,110,32,100,114,40,116,41,123,118,97,114,32,101,61,45,49,44,110,61,65,114,114,97,121,40,116,46,115,105,122,101,41,59,114,101,116,117,114,110,32,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,91,43,43,101,93,61,91,116,44,116,93,125,41,41,44,110,125,102,117,110,99,116,105,111,110,32,112,114,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,45,49,44,105,61,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,114,60,105,41,105,102,40,116,91,114,93,61,61,61,101,41,114,101,116,117,114,110,32,114,59,114,101,116,117,114,110,45,49,125,102,117,110,99,116,105,111,110,32,118,114,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,43,49,59,119,104,105,108,101,40,114,45,45,41,105,102,40,116,91,114,93,61,61,61,101,41,114,101,116,117,114,110,32,114,59,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,103,114,40,116,41,123,114,101,116,117,114,110,32,97,114,40,116,41,63,119,114,40,116,41,58,76,110,40,116,41,125,102,117,110,99,116,105,111,110,32,109,114,40,116,41,123,114,101,116,117,114,110,32,97,114,40,116,41,63,95,114,40,116,41,58,77,110,40,116,41,125,102,117,110,99,116,105,111,110,32,98,114,40,116,41,123,118,97,114,32,101,61,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,101,45,45,38,38,82,116,46,116,101,115,116,40,116,46,99,104,97,114,65,116,40,101,41,41,41,59,114,101,116,117,114,110,32,101,125,118,97,114,32,121,114,61,72,110,40,101,110,41,59,102,117,110,99,116,105,111,110,32,119,114,40,116,41,123,118,97,114,32,101,61,87,101,46,108,97,115,116,73,110,100,101,120,61,48,59,119,104,105,108,101,40,87,101,46,116,101,115,116,40,116,41,41,43,43,101,59,114,101,116,117,114,110,32,101,125,102,117,110,99,116,105,111,110,32,95,114,40,116,41,123,114,101,116,117,114,110,32,116,46,109,97,116,99,104,40,87,101,41,124,124,91,93,125,102,117,110,99,116,105,111,110,32,120,114,40,116,41,123,114,101,116,117,114,110,32,116,46,109,97,116,99,104,40,113,101,41,124,124,91,93,125,118,97,114,32,79,114,61,102,117,110,99,116,105,111,110,32,116,40,101,41,123,101,61,110,117,108,108,61,61,101,63,99,110,58,83,114,46,100,101,102,97,117,108,116,115,40,99,110,46,79,98,106,101,99,116,40,41,44,101,44,83,114,46,112,105,99,107,40,99,110,44,75,101,41,41,59,118,97,114,32,110,61,101,46,65,114,114,97,121,44,114,61,101,46,68,97,116,101,44,105,61,101,46,69,114,114,111,114,44,82,116,61,101,46,70,117,110,99,116,105,111,110,44,72,116,61,101,46,77,97,116,104,44,110,101,61,101,46,79,98,106,101,99,116,44,114,101,61,101,46,82,101,103,69,120,112,44,105,101,61,101,46,83,116,114,105,110,103,44,111,101,61,101,46,84,121,112,101,69,114,114,111,114,44,97,101,61,110,46,112,114,111,116,111,116,121,112,101,44,115,101,61,82,116,46,112,114,111,116,111,116,121,112,101,44,99,101,61,110,101,46,112,114,111,116,111,116,121,112,101,44,117,101,61,101,91,34,95,95,99,111,114,101,45,106,115,95,115,104,97,114,101,100,95,95,34,93,44,108,101,61,115,101,46,116,111,83,116,114,105,110,103,44,102,101,61,99,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,44,104,101,61,48,44,100,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,47,91,94,46,93,43,36,47,46,101,120,101,99,40,117,101,38,38,117,101,46,107,101,121,115,38,38,117,101,46,107,101,121,115,46,73,69,95,80,82,79,84,79,124,124,34,34,41,59,114,101,116,117,114,110,32,116,63,34,83,121,109,98,111,108,40,115,114,99,41,95,49,46,34,43,116,58,34,34,125,40,41,44,112,101,61,99,101,46,116,111,83,116,114,105,110,103,44,118,101,61,108,101,46,99,97,108,108,40,110,101,41,44,103,101,61,99,110,46,95,44,109,101,61,114,101,40,34,94,34,43,108,101,46,99,97,108,108,40,102,101,41,46,114,101,112,108,97,99,101,40,36,116,44,34,92,92,36,38,34,41,46,114,101,112,108,97,99,101,40,47,104,97,115,79,119,110,80,114,111,112,101,114,116,121,124,40,102,117,110,99,116,105,111,110,41,46,42,63,40,63,61,92,92,92,40,41,124,32,102,111,114,32,46,43,63,40,63,61,92,92,92,93,41,47,103,44,34,36,49,46,42,63,34,41,43,34,36,34,41,44,98,101,61,102,110,63,101,46,66,117,102,102,101,114,58,111,44,121,101,61,101,46,83,121,109,98,111,108,44,119,101,61,101,46,85,105,110,116,56,65,114,114,97,121,44,95,101,61,98,101,63,98,101,46,97,108,108,111,99,85,110,115,97,102,101,58,111,44,120,101,61,108,114,40,110,101,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,44,110,101,41,44,79,101,61,110,101,46,99,114,101,97,116,101,44,83,101,61,99,101,46,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,44,107,101,61,97,101,46,115,112,108,105,99,101,44,67,101,61,121,101,63,121,101,46,105,115,67,111,110,99,97,116,83,112,114,101,97,100,97,98,108,101,58,111,44,80,101,61,121,101,63,121,101,46,105,116,101,114,97,116,111,114,58,111,44,84,101,61,121,101,63,121,101,46,116,111,83,116,114,105,110,103,84,97,103,58,111,44,106,101,61,102,117,110,99,116,105,111,110,40,41,123,116,114,121,123,118,97,114,32,116,61,71,97,40,110,101,44,34,100,101,102,105,110,101,80,114,111,112,101,114,116,121,34,41,59,114,101,116,117,114,110,32,116,40,123,125,44,34,34,44,123,125,41,44,116,125,99,97,116,99,104,40,101,41,123,125,125,40,41,44,69,101,61,101,46,99,108,101,97,114,84,105,109,101,111,117,116,33,61,61,99,110,46,99,108,101,97,114,84,105,109,101,111,117,116,38,38,101,46,99,108,101,97,114,84,105,109,101,111,117,116,44,65,101,61,114,38,38,114,46,110,111,119,33,61,61,99,110,46,68,97,116,101,46,110,111,119,38,38,114,46,110,111,119,44,68,101,61,101,46,115,101,116,84,105,109,101,111,117,116,33,61,61,99,110,46,115,101,116,84,105,109,101,111,117,116,38,38,101,46,115,101,116,84,105,109,101,111,117,116,44,76,101,61,72,116,46,99,101,105,108,44,77,101,61,72,116,46,102,108,111,111,114,44,73,101,61,110,101,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,44,36,101,61,98,101,63,98,101,46,105,115,66,117,102,102,101,114,58,111,44,70,101,61,101,46,105,115,70,105,110,105,116,101,44,66,101,61,97,101,46,106,111,105,110,44,82,101,61,108,114,40,110,101,46,107,101,121,115,44,110,101,41,44,78,101,61,72,116,46,109,97,120,44,122,101,61,72,116,46,109,105,110,44,86,101,61,114,46,110,111,119,44,87,101,61,101,46,112,97,114,115,101,73,110,116,44,113,101,61,72,116,46,114,97,110,100,111,109,44,71,101,61,97,101,46,114,101,118,101,114,115,101,44,89,101,61,71,97,40,101,44,34,68,97,116,97,86,105,101,119,34,41,44,81,101,61,71,97,40,101,44,34,77,97,112,34,41,44,116,110,61,71,97,40,101,44,34,80,114,111,109,105,115,101,34,41,44,101,110,61,71,97,40,101,44,34,83,101,116,34,41,44,110,110,61,71,97,40,101,44,34,87,101,97,107,77,97,112,34,41,44,97,110,61,71,97,40,110,101,44,34,99,114,101,97,116,101,34,41,44,115,110,61,110,110,38,38,110,101,119,32,110,110,44,117,110,61,123,125,44,108,110,61,68,115,40,89,101,41,44,104,110,61,68,115,40,81,101,41,44,100,110,61,68,115,40,116,110,41,44,76,110,61,68,115,40,101,110,41,44,77,110,61,68,115,40,110,110,41,44,72,110,61,121,101,63,121,101,46,112,114,111,116,111,116,121,112,101,58,111,44,112,114,61,72,110,63,72,110,46,118,97,108,117,101,79,102,58,111,44,119,114,61,72,110,63,72,110,46,116,111,83,116,114,105,110,103,58,111,59,102,117,110,99,116,105,111,110,32,95,114,40,116,41,123,105,102,40,107,108,40,116,41,38,38,33,99,108,40,116,41,38,38,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,80,114,41,41,123,105,102,40,116,32,105,110,115,116,97,110,99,101,111,102,32,67,114,41,114,101,116,117,114,110,32,116,59,105,102,40,102,101,46,99,97,108,108,40,116,44,34,95,95,119,114,97,112,112,101,100,95,95,34,41,41,114,101,116,117,114,110,32,77,115,40,116,41,125,114,101,116,117,114,110,32,110,101,119,32,67,114,40,116,41,125,118,97,114,32,79,114,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,41,123,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,33,83,108,40,101,41,41,114,101,116,117,114,110,123,125,59,105,102,40,79,101,41,114,101,116,117,114,110,32,79,101,40,101,41,59,116,46,112,114,111,116,111,116,121,112,101,61,101,59,118,97,114,32,110,61,110,101,119,32,116,59,114,101,116,117,114,110,32,116,46,112,114,111,116,111,116,121,112,101,61,111,44,110,125,125,40,41,59,102,117,110,99,116,105,111,110,32,107,114,40,41,123,125,102,117,110,99,116,105,111,110,32,67,114,40,116,44,101,41,123,116,104,105,115,46,95,95,119,114,97,112,112,101,100,95,95,61,116,44,116,104,105,115,46,95,95,97,99,116,105,111,110,115,95,95,61,91,93,44,116,104,105,115,46,95,95,99,104,97,105,110,95,95,61,33,33,101,44,116,104,105,115,46,95,95,105,110,100,101,120,95,95,61,48,44,116,104,105,115,46,95,95,118,97,108,117,101,115,95,95,61,111,125,102,117,110,99,116,105,111,110,32,80,114,40,116,41,123,116,104,105,115,46,95,95,119,114,97,112,112,101,100,95,95,61,116,44,116,104,105,115,46,95,95,97,99,116,105,111,110,115,95,95,61,91,93,44,116,104,105,115,46,95,95,100,105,114,95,95,61,49,44,116,104,105,115,46,95,95,102,105,108,116,101,114,101,100,95,95,61,33,49,44,116,104,105,115,46,95,95,105,116,101,114,97,116,101,101,115,95,95,61,91,93,44,116,104,105,115,46,95,95,116,97,107,101,67,111,117,110,116,95,95,61,78,44,116,104,105,115,46,95,95,118,105,101,119,115,95,95,61,91,93,125,102,117,110,99,116,105,111,110,32,84,114,40,41,123,118,97,114,32,116,61,110,101,119,32,80,114,40,116,104,105,115,46,95,95,119,114,97,112,112,101,100,95,95,41,59,114,101,116,117,114,110,32,116,46,95,95,97,99,116,105,111,110,115,95,95,61,105,97,40,116,104,105,115,46,95,95,97,99,116,105,111,110,115,95,95,41,44,116,46,95,95,100,105,114,95,95,61,116,104,105,115,46,95,95,100,105,114,95,95,44,116,46,95,95,102,105,108,116,101,114,101,100,95,95,61,116,104,105,115,46,95,95,102,105,108,116,101,114,101,100,95,95,44,116,46,95,95,105,116,101,114,97,116,101,101,115,95,95,61,105,97,40,116,104,105,115,46,95,95,105,116,101,114,97,116,101,101,115,95,95,41,44,116,46,95,95,116,97,107,101,67,111,117,110,116,95,95,61,116,104,105,115,46,95,95,116,97,107,101,67,111,117,110,116,95,95,44,116,46,95,95,118,105,101,119,115,95,95,61,105,97,40,116,104,105,115,46,95,95,118,105,101,119,115,95,95,41,44,116,125,102,117,110,99,116,105,111,110,32,106,114,40,41,123,105,102,40,116,104,105,115,46,95,95,102,105,108,116,101,114,101,100,95,95,41,123,118,97,114,32,116,61,110,101,119,32,80,114,40,116,104,105,115,41,59,116,46,95,95,100,105,114,95,95,61,45,49,44,116,46,95,95,102,105,108,116,101,114,101,100,95,95,61,33,48,125,101,108,115,101,32,116,61,116,104,105,115,46,99,108,111,110,101,40,41,44,116,46,95,95,100,105,114,95,95,42,61,45,49,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,69,114,40,41,123,118,97,114,32,116,61,116,104,105,115,46,95,95,119,114,97,112,112,101,100,95,95,46,118,97,108,117,101,40,41,44,101,61,116,104,105,115,46,95,95,100,105,114,95,95,44,110,61,99,108,40,116,41,44,114,61,101,60,48,44,105,61,110,63,116,46,108,101,110,103,116,104,58,48,44,111,61,74,97,40,48,44,105,44,116,104,105,115,46,95,95,118,105,101,119,115,95,95,41,44,97,61,111,46,115,116,97,114,116,44,115,61,111,46,101,110,100,44,99,61,115,45,97,44,117,61,114,63,115,58,97,45,49,44,108,61,116,104,105,115,46,95,95,105,116,101,114,97,116,101,101,115,95,95,44,102,61,108,46,108,101,110,103,116,104,44,104,61,48,44,100,61,122,101,40,99,44,116,104,105,115,46,95,95,116,97,107,101,67,111,117,110,116,95,95,41,59,105,102,40,33,110,124,124,33,114,38,38,105,61,61,99,38,38,100,61,61,99,41,114,101,116,117,114,110,32,82,111,40,116,44,116,104,105,115,46,95,95,97,99,116,105,111,110,115,95,95,41,59,118,97,114,32,112,61,91,93,59,116,58,119,104,105,108,101,40,99,45,45,38,38,104,60,100,41,123,117,43,61,101,59,118,97,114,32,118,61,45,49,44,103,61,116,91,117,93,59,119,104,105,108,101,40,43,43,118,60,102,41,123,118,97,114,32,109,61,108,91,118,93,44,98,61,109,46,105,116,101,114,97,116,101,101,44,121,61,109,46,116,121,112,101,44,119,61,98,40,103,41,59,105,102,40,121,61,61,77,41,103,61,119,59,101,108,115,101,32,105,102,40,33,119,41,123,105,102,40,121,61,61,76,41,99,111,110,116,105,110,117,101,32,116,59,98,114,101,97,107,32,116,125,125,112,91,104,43,43,93,61,103,125,114,101,116,117,114,110,32,112,125,102,117,110,99,116,105,111,110,32,65,114,40,116,41,123,118,97,114,32,101,61,45,49,44,110,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,116,104,105,115,46,99,108,101,97,114,40,41,59,119,104,105,108,101,40,43,43,101,60,110,41,123,118,97,114,32,114,61,116,91,101,93,59,116,104,105,115,46,115,101,116,40,114,91,48,93,44,114,91,49,93,41,125,125,102,117,110,99,116,105,111,110,32,68,114,40,41,123,116,104,105,115,46,95,95,100,97,116,97,95,95,61,97,110,63,97,110,40,110,117,108,108,41,58,123,125,44,116,104,105,115,46,115,105,122,101,61,48,125,102,117,110,99,116,105,111,110,32,76,114,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,104,97,115,40,116,41,38,38,100,101,108,101,116,101,32,116,104,105,115,46,95,95,100,97,116,97,95,95,91,116,93,59,114,101,116,117,114,110,32,116,104,105,115,46,115,105,122,101,45,61,101,63,49,58,48,44,101,125,102,117,110,99,116,105,111,110,32,77,114,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,95,100,97,116,97,95,95,59,105,102,40,97,110,41,123,118,97,114,32,110,61,101,91,116,93,59,114,101,116,117,114,110,32,110,61,61,61,102,63,111,58,110,125,114,101,116,117,114,110,32,102,101,46,99,97,108,108,40,101,44,116,41,63,101,91,116,93,58,111,125,102,117,110,99,116,105,111,110,32,73,114,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,95,100,97,116,97,95,95,59,114,101,116,117,114,110,32,97,110,63,101,91,116,93,33,61,61,111,58,102,101,46,99,97,108,108,40,101,44,116,41,125,102,117,110,99,116,105,111,110,32,36,114,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,95,95,100,97,116,97,95,95,59,114,101,116,117,114,110,32,116,104,105,115,46,115,105,122,101,43,61,116,104,105,115,46,104,97,115,40,116,41,63,48,58,49,44,110,91,116,93,61,97,110,38,38,101,61,61,61,111,63,102,58,101,44,116,104,105,115,125,102,117,110,99,116,105,111,110,32,70,114,40,116,41,123,118,97,114,32,101,61,45,49,44,110,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,116,104,105,115,46,99,108,101,97,114,40,41,59,119,104,105,108,101,40,43,43,101,60,110,41,123,118,97,114,32,114,61,116,91,101,93,59,116,104,105,115,46,115,101,116,40,114,91,48,93,44,114,91,49,93,41,125,125,102,117,110,99,116,105,111,110,32,66,114,40,41,123,116,104,105,115,46,95,95,100,97,116,97,95,95,61,91,93,44,116,104,105,115,46,115,105,122,101,61,48,125,102,117,110,99,116,105,111,110,32,82,114,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,95,100,97,116,97,95,95,44,110,61,108,105,40,101,44,116,41,59,105,102,40,110,60,48,41,114,101,116,117,114,110,33,49,59,118,97,114,32,114,61,101,46,108,101,110,103,116,104,45,49,59,114,101,116,117,114,110,32,110,61,61,114,63,101,46,112,111,112,40,41,58,107,101,46,99,97,108,108,40,101,44,110,44,49,41,44,45,45,116,104,105,115,46,115,105,122,101,44,33,48,125,102,117,110,99,116,105,111,110,32,78,114,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,95,100,97,116,97,95,95,44,110,61,108,105,40,101,44,116,41,59,114,101,116,117,114,110,32,110,60,48,63,111,58,101,91,110,93,91,49,93,125,102,117,110,99,116,105,111,110,32,122,114,40,116,41,123,114,101,116,117,114,110,32,108,105,40,116,104,105,115,46,95,95,100,97,116,97,95,95,44,116,41,62,45,49,125,102,117,110,99,116,105,111,110,32,86,114,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,95,95,100,97,116,97,95,95,44,114,61,108,105,40,110,44,116,41,59,114,101,116,117,114,110,32,114,60,48,63,40,43,43,116,104,105,115,46,115,105,122,101,44,110,46,112,117,115,104,40,91,116,44,101,93,41,41,58,110,91,114,93,91,49,93,61,101,44,116,104,105,115,125,102,117,110,99,116,105,111,110,32,72,114,40,116,41,123,118,97,114,32,101,61,45,49,44,110,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,116,104,105,115,46,99,108,101,97,114,40,41,59,119,104,105,108,101,40,43,43,101,60,110,41,123,118,97,114,32,114,61,116,91,101,93,59,116,104,105,115,46,115,101,116,40,114,91,48,93,44,114,91,49,93,41,125,125,102,117,110,99,116,105,111,110,32,85,114,40,41,123,116,104,105,115,46,115,105,122,101,61,48,44,116,104,105,115,46,95,95,100,97,116,97,95,95,61,123,104,97,115,104,58,110,101,119,32,65,114,44,109,97,112,58,110,101,119,40,81,101,124,124,70,114,41,44,115,116,114,105,110,103,58,110,101,119,32,65,114,125,125,102,117,110,99,116,105,111,110,32,87,114,40,116,41,123,118,97,114,32,101,61,87,97,40,116,104,105,115,44,116,41,91,34,100,101,108,101,116,101,34,93,40,116,41,59,114,101,116,117,114,110,32,116,104,105,115,46,115,105,122,101,45,61,101,63,49,58,48,44,101,125,102,117,110,99,116,105,111,110,32,113,114,40,116,41,123,114,101,116,117,114,110,32,87,97,40,116,104,105,115,44,116,41,46,103,101,116,40,116,41,125,102,117,110,99,116,105,111,110,32,71,114,40,116,41,123,114,101,116,117,114,110,32,87,97,40,116,104,105,115,44,116,41,46,104,97,115,40,116,41,125,102,117,110,99,116,105,111,110,32,89,114,40,116,44,101,41,123,118,97,114,32,110,61,87,97,40,116,104,105,115,44,116,41,44,114,61,110,46,115,105,122,101,59,114,101,116,117,114,110,32,110,46,115,101,116,40,116,44,101,41,44,116,104,105,115,46,115,105,122,101,43,61,110,46,115,105,122,101,61,61,114,63,48,58,49,44,116,104,105,115,125,102,117,110,99,116,105,111,110,32,75,114,40,116,41,123,118,97,114,32,101,61,45,49,44,110,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,116,104,105,115,46,95,95,100,97,116,97,95,95,61,110,101,119,32,72,114,59,119,104,105,108,101,40,43,43,101,60,110,41,116,104,105,115,46,97,100,100,40,116,91,101,93,41,125,102,117,110,99,116,105,111,110,32,88,114,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,95,100,97,116,97,95,95,46,115,101,116,40,116,44,102,41,44,116,104,105,115,125,102,117,110,99,116,105,111,110,32,90,114,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,95,100,97,116,97,95,95,46,104,97,115,40,116,41,125,102,117,110,99,116,105,111,110,32,74,114,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,95,100,97,116,97,95,95,61,110,101,119,32,70,114,40,116,41,59,116,104,105,115,46,115,105,122,101,61,101,46,115,105,122,101,125,102,117,110,99,116,105,111,110,32,81,114,40,41,123,116,104,105,115,46,95,95,100,97,116,97,95,95,61,110,101,119,32,70,114,44,116,104,105,115,46,115,105,122,101,61,48,125,102,117,110,99,116,105,111,110,32,116,105,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,95,100,97,116,97,95,95,44,110,61,101,91,34,100,101,108,101,116,101,34,93,40,116,41,59,114,101,116,117,114,110,32,116,104,105,115,46,115,105,122,101,61,101,46,115,105,122,101,44,110,125,102,117,110,99,116,105,111,110,32,101,105,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,95,100,97,116,97,95,95,46,103,101,116,40,116,41,125,102,117,110,99,116,105,111,110,32,110,105,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,95,100,97,116,97,95,95,46,104,97,115,40,116,41,125,102,117,110,99,116,105,111,110,32,114,105,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,95,95,100,97,116,97,95,95,59,105,102,40,110,32,105,110,115,116,97,110,99,101,111,102,32,70,114,41,123,118,97,114,32,114,61,110,46,95,95,100,97,116,97,95,95,59,105,102,40,33,81,101,124,124,114,46,108,101,110,103,116,104,60,115,45,49,41,114,101,116,117,114,110,32,114,46,112,117,115,104,40,91,116,44,101,93,41,44,116,104,105,115,46,115,105,122,101,61,43,43,110,46,115,105,122,101,44,116,104,105,115,59,110,61,116,104,105,115,46,95,95,100,97,116,97,95,95,61,110,101,119,32,72,114,40,114,41,125,114,101,116,117,114,110,32,110,46,115,101,116,40,116,44,101,41,44,116,104,105,115,46,115,105,122,101,61,110,46,115,105,122,101,44,116,104,105,115,125,102,117,110,99,116,105,111,110,32,105,105,40,116,44,101,41,123,118,97,114,32,110,61,99,108,40,116,41,44,114,61,33,110,38,38,115,108,40,116,41,44,105,61,33,110,38,38,33,114,38,38,100,108,40,116,41,44,111,61,33,110,38,38,33,114,38,38,33,105,38,38,78,108,40,116,41,44,97,61,110,124,124,114,124,124,105,124,124,111,44,115,61,97,63,71,110,40,116,46,108,101,110,103,116,104,44,105,101,41,58,91,93,44,99,61,115,46,108,101,110,103,116,104,59,102,111,114,40,118,97,114,32,117,32,105,110,32,116,41,33,101,38,38,33,102,101,46,99,97,108,108,40,116,44,117,41,124,124,97,38,38,40,34,108,101,110,103,116,104,34,61,61,117,124,124,105,38,38,40,34,111,102,102,115,101,116,34,61,61,117,124,124,34,112,97,114,101,110,116,34,61,61,117,41,124,124,111,38,38,40,34,98,117,102,102,101,114,34,61,61,117,124,124,34,98,121,116,101,76,101,110,103,116,104,34,61,61,117,124,124,34,98,121,116,101,79,102,102,115,101,116,34,61,61,117,41,124,124,97,115,40,117,44,99,41,41,124,124,115,46,112,117,115,104,40,117,41,59,114,101,116,117,114,110,32,115,125,102,117,110,99,116,105,111,110,32,111,105,40,116,41,123,118,97,114,32,101,61,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,101,63,116,91,98,111,40,48,44,101,45,49,41,93,58,111,125,102,117,110,99,116,105,111,110,32,97,105,40,116,44,101,41,123,114,101,116,117,114,110,32,106,115,40,105,97,40,116,41,44,103,105,40,101,44,48,44,116,46,108,101,110,103,116,104,41,41,125,102,117,110,99,116,105,111,110,32,115,105,40,116,41,123,114,101,116,117,114,110,32,106,115,40,105,97,40,116,41,41,125,102,117,110,99,116,105,111,110,32,99,105,40,116,44,101,44,110,41,123,40,110,33,61,61,111,38,38,33,105,108,40,116,91,101,93,44,110,41,124,124,110,61,61,61,111,38,38,33,40,101,32,105,110,32,116,41,41,38,38,112,105,40,116,44,101,44,110,41,125,102,117,110,99,116,105,111,110,32,117,105,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,91,101,93,59,102,101,46,99,97,108,108,40,116,44,101,41,38,38,105,108,40,114,44,110,41,38,38,40,110,33,61,61,111,124,124,101,32,105,110,32,116,41,124,124,112,105,40,116,44,101,44,110,41,125,102,117,110,99,116,105,111,110,32,108,105,40,116,44,101,41,123,118,97,114,32,110,61,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,110,45,45,41,105,102,40,105,108,40,116,91,110,93,91,48,93,44,101,41,41,114,101,116,117,114,110,32,110,59,114,101,116,117,114,110,45,49,125,102,117,110,99,116,105,111,110,32,102,105,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,120,105,40,116,44,40,102,117,110,99,116,105,111,110,40,116,44,105,44,111,41,123,101,40,114,44,116,44,110,40,116,41,44,111,41,125,41,41,44,114,125,102,117,110,99,116,105,111,110,32,104,105,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,111,97,40,101,44,79,102,40,101,41,44,116,41,125,102,117,110,99,116,105,111,110,32,100,105,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,111,97,40,101,44,83,102,40,101,41,44,116,41,125,102,117,110,99,116,105,111,110,32,112,105,40,116,44,101,44,110,41,123,34,95,95,112,114,111,116,111,95,95,34,61,61,101,38,38,106,101,63,106,101,40,116,44,101,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,118,97,108,117,101,58,110,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,125,102,117,110,99,116,105,111,110,32,118,105,40,116,44,101,41,123,118,97,114,32,114,61,45,49,44,105,61,101,46,108,101,110,103,116,104,44,97,61,110,40,105,41,44,115,61,110,117,108,108,61,61,116,59,119,104,105,108,101,40,43,43,114,60,105,41,97,91,114,93,61,115,63,111,58,109,102,40,116,44,101,91,114,93,41,59,114,101,116,117,114,110,32,97,125,102,117,110,99,116,105,111,110,32,103,105,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,61,61,61,116,38,38,40,110,33,61,61,111,38,38,40,116,61,116,60,61,110,63,116,58,110,41,44,101,33,61,61,111,38,38,40,116,61,116,62,61,101,63,116,58,101,41,41,44,116,125,102,117,110,99,116,105,111,110,32,109,105,40,116,44,101,44,110,44,114,44,105,44,97,41,123,118,97,114,32,115,44,99,61,101,38,112,44,117,61,101,38,118,44,108,61,101,38,103,59,105,102,40,110,38,38,40,115,61,105,63,110,40,116,44,114,44,105,44,97,41,58,110,40,116,41,41,44,115,33,61,61,111,41,114,101,116,117,114,110,32,115,59,105,102,40,33,83,108,40,116,41,41,114,101,116,117,114,110,32,116,59,118,97,114,32,102,61,99,108,40,116,41,59,105,102,40,102,41,123,105,102,40,115,61,101,115,40,116,41,44,33,99,41,114,101,116,117,114,110,32,105,97,40,116,44,115,41,125,101,108,115,101,123,118,97,114,32,104,61,90,97,40,116,41,44,100,61,104,61,61,90,124,124,104,61,61,74,59,105,102,40,100,108,40,116,41,41,114,101,116,117,114,110,32,89,111,40,116,44,99,41,59,105,102,40,104,61,61,110,116,124,124,104,61,61,85,124,124,100,38,38,33,105,41,123,105,102,40,115,61,117,124,124,100,63,123,125,58,110,115,40,116,41,44,33,99,41,114,101,116,117,114,110,32,117,63,115,97,40,116,44,100,105,40,115,44,116,41,41,58,97,97,40,116,44,104,105,40,115,44,116,41,41,125,101,108,115,101,123,105,102,40,33,74,101,91,104,93,41,114,101,116,117,114,110,32,105,63,116,58,123,125,59,115,61,114,115,40,116,44,104,44,99,41,125,125,97,124,124,40,97,61,110,101,119,32,74,114,41,59,118,97,114,32,109,61,97,46,103,101,116,40,116,41,59,105,102,40,109,41,114,101,116,117,114,110,32,109,59,97,46,115,101,116,40,116,44,115,41,44,70,108,40,116,41,63,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,114,41,123,115,46,97,100,100,40,109,105,40,114,44,101,44,110,44,114,44,116,44,97,41,41,125,41,41,58,67,108,40,116,41,38,38,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,114,44,105,41,123,115,46,115,101,116,40,105,44,109,105,40,114,44,101,44,110,44,105,44,116,44,97,41,41,125,41,41,59,118,97,114,32,98,61,108,63,117,63,78,97,58,82,97,58,117,63,83,102,58,79,102,44,121,61,102,63,111,58,98,40,116,41,59,114,101,116,117,114,110,32,120,110,40,121,124,124,116,44,40,102,117,110,99,116,105,111,110,40,114,44,105,41,123,121,38,38,40,105,61,114,44,114,61,116,91,105,93,41,44,117,105,40,115,44,105,44,109,105,40,114,44,101,44,110,44,105,44,116,44,97,41,41,125,41,41,44,115,125,102,117,110,99,116,105,111,110,32,98,105,40,116,41,123,118,97,114,32,101,61,79,102,40,116,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,121,105,40,110,44,116,44,101,41,125,125,102,117,110,99,116,105,111,110,32,121,105,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,46,108,101,110,103,116,104,59,105,102,40,110,117,108,108,61,61,116,41,114,101,116,117,114,110,33,114,59,116,61,110,101,40,116,41,59,119,104,105,108,101,40,114,45,45,41,123,118,97,114,32,105,61,110,91,114,93,44,97,61,101,91,105,93,44,115,61,116,91,105,93,59,105,102,40,115,61,61,61,111,38,38,33,40,105,32,105,110,32,116,41,124,124,33,97,40,115,41,41,114,101,116,117,114,110,33,49,125,114,101,116,117,114,110,33,48,125,102,117,110,99,116,105,111,110,32,119,105,40,116,44,101,44,110,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,110,101,119,32,111,101,40,117,41,59,114,101,116,117,114,110,32,107,115,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,97,112,112,108,121,40,111,44,110,41,125,41,44,101,41,125,102,117,110,99,116,105,111,110,32,95,105,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,45,49,44,111,61,67,110,44,97,61,33,48,44,99,61,116,46,108,101,110,103,116,104,44,117,61,91,93,44,108,61,101,46,108,101,110,103,116,104,59,105,102,40,33,99,41,114,101,116,117,114,110,32,117,59,110,38,38,40,101,61,84,110,40,101,44,88,110,40,110,41,41,41,44,114,63,40,111,61,80,110,44,97,61,33,49,41,58,101,46,108,101,110,103,116,104,62,61,115,38,38,40,111,61,74,110,44,97,61,33,49,44,101,61,110,101,119,32,75,114,40,101,41,41,59,116,58,119,104,105,108,101,40,43,43,105,60,99,41,123,118,97,114,32,102,61,116,91,105,93,44,104,61,110,117,108,108,61,61,110,63,102,58,110,40,102,41,59,105,102,40,102,61,114,124,124,48,33,61,61,102,63,102,58,48,44,97,38,38,104,61,61,61,104,41,123,118,97,114,32,100,61,108,59,119,104,105,108,101,40,100,45,45,41,105,102,40,101,91,100,93,61,61,61,104,41,99,111,110,116,105,110,117,101,32,116,59,117,46,112,117,115,104,40,102,41,125,101,108,115,101,32,111,40,101,44,104,44,114,41,124,124,117,46,112,117,115,104,40,102,41,125,114,101,116,117,114,110,32,117,125,95,114,46,116,101,109,112,108,97,116,101,83,101,116,116,105,110,103,115,61,123,101,115,99,97,112,101,58,69,116,44,101,118,97,108,117,97,116,101,58,65,116,44,105,110,116,101,114,112,111,108,97,116,101,58,68,116,44,118,97,114,105,97,98,108,101,58,34,34,44,105,109,112,111,114,116,115,58,123,95,58,95,114,125,125,44,95,114,46,112,114,111,116,111,116,121,112,101,61,107,114,46,112,114,111,116,111,116,121,112,101,44,95,114,46,112,114,111,116,111,116,121,112,101,46,99,111,110,115,116,114,117,99,116,111,114,61,95,114,44,67,114,46,112,114,111,116,111,116,121,112,101,61,79,114,40,107,114,46,112,114,111,116,111,116,121,112,101,41,44,67,114,46,112,114,111,116,111,116,121,112,101,46,99,111,110,115,116,114,117,99,116,111,114,61,67,114,44,80,114,46,112,114,111,116,111,116,121,112,101,61,79,114,40,107,114,46,112,114,111,116,111,116,121,112,101,41,44,80,114,46,112,114,111,116,111,116,121,112,101,46,99,111,110,115,116,114,117,99,116,111,114,61,80,114,44,65,114,46,112,114,111,116,111,116,121,112,101,46,99,108,101,97,114,61,68,114,44,65,114,46,112,114,111,116,111,116,121,112,101,91,34,100,101,108,101,116,101,34,93,61,76,114,44,65,114,46,112,114,111,116,111,116,121,112,101,46,103,101,116,61,77,114,44,65,114,46,112,114,111,116,111,116,121,112,101,46,104,97,115,61,73,114,44,65,114,46,112,114,111,116,111,116,121,112,101,46,115,101,116,61,36,114,44,70,114,46,112,114,111,116,111,116,121,112,101,46,99,108,101,97,114,61,66,114,44,70,114,46,112,114,111,116,111,116,121,112,101,91,34,100,101,108,101,116,101,34,93,61,82,114,44,70,114,46,112,114,111,116,111,116,121,112,101,46,103,101,116,61,78,114,44,70,114,46,112,114,111,116,111,116,121,112,101,46,104,97,115,61,122,114,44,70,114,46,112,114,111,116,111,116,121,112,101,46,115,101,116,61,86,114,44,72,114,46,112,114,111,116,111,116,121,112,101,46,99,108,101,97,114,61,85,114,44,72,114,46,112,114,111,116,111,116,121,112,101,91,34,100,101,108,101,116,101,34,93,61,87,114,44,72,114,46,112,114,111,116,111,116,121,112,101,46,103,101,116,61,113,114,44,72,114,46,112,114,111,116,111,116,121,112,101,46,104,97,115,61,71,114,44,72,114,46,112,114,111,116,111,116,121,112,101,46,115,101,116,61,89,114,44,75,114,46,112,114,111,116,111,116,121,112,101,46,97,100,100,61,75,114,46,112,114,111,116,111,116,121,112,101,46,112,117,115,104,61,88,114,44,75,114,46,112,114,111,116,111,116,121,112,101,46,104,97,115,61,90,114,44,74,114,46,112,114,111,116,111,116,121,112,101,46,99,108,101,97,114,61,81,114,44,74,114,46,112,114,111,116,111,116,121,112,101,91,34,100,101,108,101,116,101,34,93,61,116,105,44,74,114,46,112,114,111,116,111,116,121,112,101,46,103,101,116,61,101,105,44,74,114,46,112,114,111,116,111,116,121,112,101,46,104,97,115,61,110,105,44,74,114,46,112,114,111,116,111,116,121,112,101,46,115,101,116,61,114,105,59,118,97,114,32,120,105,61,108,97,40,65,105,41,44,79,105,61,108,97,40,68,105,44,33,48,41,59,102,117,110,99,116,105,111,110,32,83,105,40,116,44,101,41,123,118,97,114,32,110,61,33,48,59,114,101,116,117,114,110,32,120,105,40,116,44,40,102,117,110,99,116,105,111,110,40,116,44,114,44,105,41,123,114,101,116,117,114,110,32,110,61,33,33,101,40,116,44,114,44,105,41,44,110,125,41,41,44,110,125,102,117,110,99,116,105,111,110,32,107,105,40,116,44,101,44,110,41,123,118,97,114,32,114,61,45,49,44,105,61,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,114,60,105,41,123,118,97,114,32,97,61,116,91,114,93,44,115,61,101,40,97,41,59,105,102,40,110,117,108,108,33,61,115,38,38,40,99,61,61,61,111,63,115,61,61,61,115,38,38,33,82,108,40,115,41,58,110,40,115,44,99,41,41,41,118,97,114,32,99,61,115,44,117,61,97,125,114,101,116,117,114,110,32,117,125,102,117,110,99,116,105,111,110,32,67,105,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,46,108,101,110,103,116,104,59,110,61,89,108,40,110,41,44,110,60,48,38,38,40,110,61,45,110,62,105,63,48,58,105,43,110,41,44,114,61,114,61,61,61,111,124,124,114,62,105,63,105,58,89,108,40,114,41,44,114,60,48,38,38,40,114,43,61,105,41,44,114,61,110,62,114,63,48,58,75,108,40,114,41,59,119,104,105,108,101,40,110,60,114,41,116,91,110,43,43,93,61,101,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,80,105,40,116,44,101,41,123,118,97,114,32,110,61,91,93,59,114,101,116,117,114,110,32,120,105,40,116,44,40,102,117,110,99,116,105,111,110,40,116,44,114,44,105,41,123,101,40,116,44,114,44,105,41,38,38,110,46,112,117,115,104,40,116,41,125,41,41,44,110,125,102,117,110,99,116,105,111,110,32,84,105,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,45,49,44,97,61,116,46,108,101,110,103,116,104,59,110,124,124,40,110,61,111,115,41,44,105,124,124,40,105,61,91,93,41,59,119,104,105,108,101,40,43,43,111,60,97,41,123,118,97,114,32,115,61,116,91,111,93,59,101,62,48,38,38,110,40,115,41,63,101,62,49,63,84,105,40,115,44,101,45,49,44,110,44,114,44,105,41,58,106,110,40,105,44,115,41,58,114,124,124,40,105,91,105,46,108,101,110,103,116,104,93,61,115,41,125,114,101,116,117,114,110,32,105,125,118,97,114,32,106,105,61,102,97,40,41,44,69,105,61,102,97,40,33,48,41,59,102,117,110,99,116,105,111,110,32,65,105,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,106,105,40,116,44,101,44,79,102,41,125,102,117,110,99,116,105,111,110,32,68,105,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,69,105,40,116,44,101,44,79,102,41,125,102,117,110,99,116,105,111,110,32,76,105,40,116,44,101,41,123,114,101,116,117,114,110,32,107,110,40,101,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,95,108,40,116,91,101,93,41,125,41,41,125,102,117,110,99,116,105,111,110,32,77,105,40,116,44,101,41,123,101,61,85,111,40,101,44,116,41,59,118,97,114,32,110,61,48,44,114,61,101,46,108,101,110,103,116,104,59,119,104,105,108,101,40,110,117,108,108,33,61,116,38,38,110,60,114,41,116,61,116,91,65,115,40,101,91,110,43,43,93,41,93,59,114,101,116,117,114,110,32,110,38,38,110,61,61,114,63,116,58,111,125,102,117,110,99,116,105,111,110,32,73,105,40,116,44,101,44,110,41,123,118,97,114,32,114,61,101,40,116,41,59,114,101,116,117,114,110,32,99,108,40,116,41,63,114,58,106,110,40,114,44,110,40,116,41,41,125,102,117,110,99,116,105,111,110,32,36,105,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,116,61,61,61,111,63,117,116,58,101,116,58,84,101,38,38,84,101,32,105,110,32,110,101,40,116,41,63,89,97,40,116,41,58,121,115,40,116,41,125,102,117,110,99,116,105,111,110,32,70,105,40,116,44,101,41,123,114,101,116,117,114,110,32,116,62,101,125,102,117,110,99,116,105,111,110,32,66,105,40,116,44,101,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,116,38,38,102,101,46,99,97,108,108,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,82,105,40,116,44,101,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,116,38,38,101,32,105,110,32,110,101,40,116,41,125,102,117,110,99,116,105,111,110,32,78,105,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,62,61,122,101,40,101,44,110,41,38,38,116,60,78,101,40,101,44,110,41,125,102,117,110,99,116,105,111,110,32,122,105,40,116,44,101,44,114,41,123,118,97,114,32,105,61,114,63,80,110,58,67,110,44,97,61,116,91,48,93,46,108,101,110,103,116,104,44,115,61,116,46,108,101,110,103,116,104,44,99,61,115,44,117,61,110,40,115,41,44,108,61,49,47,48,44,102,61,91,93,59,119,104,105,108,101,40,99,45,45,41,123,118,97,114,32,104,61,116,91,99,93,59,99,38,38,101,38,38,40,104,61,84,110,40,104,44,88,110,40,101,41,41,41,44,108,61,122,101,40,104,46,108,101,110,103,116,104,44,108,41,44,117,91,99,93,61,33,114,38,38,40,101,124,124,97,62,61,49,50,48,38,38,104,46,108,101,110,103,116,104,62,61,49,50,48,41,63,110,101,119,32,75,114,40,99,38,38,104,41,58,111,125,104,61,116,91,48,93,59,118,97,114,32,100,61,45,49,44,112,61,117,91,48,93,59,116,58,119,104,105,108,101,40,43,43,100,60,97,38,38,102,46,108,101,110,103,116,104,60,108,41,123,118,97,114,32,118,61,104,91,100,93,44,103,61,101,63,101,40,118,41,58,118,59,105,102,40,118,61,114,124,124,48,33,61,61,118,63,118,58,48,44,33,40,112,63,74,110,40,112,44,103,41,58,105,40,102,44,103,44,114,41,41,41,123,99,61,115,59,119,104,105,108,101,40,45,45,99,41,123,118,97,114,32,109,61,117,91,99,93,59,105,102,40,33,40,109,63,74,110,40,109,44,103,41,58,105,40,116,91,99,93,44,103,44,114,41,41,41,99,111,110,116,105,110,117,101,32,116,125,112,38,38,112,46,112,117,115,104,40,103,41,44,102,46,112,117,115,104,40,118,41,125,125,114,101,116,117,114,110,32,102,125,102,117,110,99,116,105,111,110,32,86,105,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,65,105,40,116,44,40,102,117,110,99,116,105,111,110,40,116,44,105,44,111,41,123,101,40,114,44,110,40,116,41,44,105,44,111,41,125,41,41,44,114,125,102,117,110,99,116,105,111,110,32,72,105,40,116,44,101,44,110,41,123,101,61,85,111,40,101,44,116,41,44,116,61,95,115,40,116,44,101,41,59,118,97,114,32,114,61,110,117,108,108,61,61,116,63,116,58,116,91,65,115,40,111,99,40,101,41,41,93,59,114,101,116,117,114,110,32,110,117,108,108,61,61,114,63,111,58,119,110,40,114,44,116,44,110,41,125,102,117,110,99,116,105,111,110,32,85,105,40,116,41,123,114,101,116,117,114,110,32,107,108,40,116,41,38,38,36,105,40,116,41,61,61,85,125,102,117,110,99,116,105,111,110,32,87,105,40,116,41,123,114,101,116,117,114,110,32,107,108,40,116,41,38,38,36,105,40,116,41,61,61,104,116,125,102,117,110,99,116,105,111,110,32,113,105,40,116,41,123,114,101,116,117,114,110,32,107,108,40,116,41,38,38,36,105,40,116,41,61,61,89,125,102,117,110,99,116,105,111,110,32,71,105,40,116,44,101,44,110,44,114,44,105,41,123,114,101,116,117,114,110,32,116,61,61,61,101,124,124,40,110,117,108,108,61,61,116,124,124,110,117,108,108,61,61,101,124,124,33,107,108,40,116,41,38,38,33,107,108,40,101,41,63,116,33,61,61,116,38,38,101,33,61,61,101,58,89,105,40,116,44,101,44,110,44,114,44,71,105,44,105,41,41,125,102,117,110,99,116,105,111,110,32,89,105,40,116,44,101,44,110,44,114,44,105,44,111,41,123,118,97,114,32,97,61,99,108,40,116,41,44,115,61,99,108,40,101,41,44,99,61,97,63,87,58,90,97,40,116,41,44,117,61,115,63,87,58,90,97,40,101,41,59,99,61,99,61,61,85,63,110,116,58,99,44,117,61,117,61,61,85,63,110,116,58,117,59,118,97,114,32,108,61,99,61,61,110,116,44,102,61,117,61,61,110,116,44,104,61,99,61,61,117,59,105,102,40,104,38,38,100,108,40,116,41,41,123,105,102,40,33,100,108,40,101,41,41,114,101,116,117,114,110,33,49,59,97,61,33,48,44,108,61,33,49,125,105,102,40,104,38,38,33,108,41,114,101,116,117,114,110,32,111,124,124,40,111,61,110,101,119,32,74,114,41,44,97,124,124,78,108,40,116,41,63,73,97,40,116,44,101,44,110,44,114,44,105,44,111,41,58,36,97,40,116,44,101,44,99,44,110,44,114,44,105,44,111,41,59,105,102,40,33,40,110,38,109,41,41,123,118,97,114,32,100,61,108,38,38,102,101,46,99,97,108,108,40,116,44,34,95,95,119,114,97,112,112,101,100,95,95,34,41,44,112,61,102,38,38,102,101,46,99,97,108,108,40,101,44,34,95,95,119,114,97,112,112,101,100,95,95,34,41,59,105,102,40,100,124,124,112,41,123,118,97,114,32,118,61,100,63,116,46,118,97,108,117,101,40,41,58,116,44,103,61,112,63,101,46,118,97,108,117,101,40,41,58,101,59,114,101,116,117,114,110,32,111,124,124,40,111,61,110,101,119,32,74,114,41,44,105,40,118,44,103,44,110,44,114,44,111,41,125,125,114,101,116,117,114,110,33,33,104,38,38,40,111,124,124,40,111,61,110,101,119,32,74,114,41,44,70,97,40,116,44,101,44,110,44,114,44,105,44,111,41,41,125,102,117,110,99,116,105,111,110,32,75,105,40,116,41,123,114,101,116,117,114,110,32,107,108,40,116,41,38,38,90,97,40,116,41,61,61,81,125,102,117,110,99,116,105,111,110,32,88,105,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,110,46,108,101,110,103,116,104,44,97,61,105,44,115,61,33,114,59,105,102,40,110,117,108,108,61,61,116,41,114,101,116,117,114,110,33,97,59,116,61,110,101,40,116,41,59,119,104,105,108,101,40,105,45,45,41,123,118,97,114,32,99,61,110,91,105,93,59,105,102,40,115,38,38,99,91,50,93,63,99,91,49,93,33,61,61,116,91,99,91,48,93,93,58,33,40,99,91,48,93,105,110,32,116,41,41,114,101,116,117,114,110,33,49,125,119,104,105,108,101,40,43,43,105,60,97,41,123,99,61,110,91,105,93,59,118,97,114,32,117,61,99,91,48,93,44,108,61,116,91,117,93,44,102,61,99,91,49,93,59,105,102,40,115,38,38,99,91,50,93,41,123,105,102,40,108,61,61,61,111,38,38,33,40,117,32,105,110,32,116,41,41,114,101,116,117,114,110,33,49,125,101,108,115,101,123,118,97,114,32,104,61,110,101,119,32,74,114,59,105,102,40,114,41,118,97,114,32,100,61,114,40,108,44,102,44,117,44,116,44,101,44,104,41,59,105,102,40,33,40,100,61,61,61,111,63,71,105,40,102,44,108,44,109,124,98,44,114,44,104,41,58,100,41,41,114,101,116,117,114,110,33,49,125,125,114,101,116,117,114,110,33,48,125,102,117,110,99,116,105,111,110,32,90,105,40,116,41,123,105,102,40,33,83,108,40,116,41,124,124,102,115,40,116,41,41,114,101,116,117,114,110,33,49,59,118,97,114,32,101,61,95,108,40,116,41,63,109,101,58,88,116,59,114,101,116,117,114,110,32,101,46,116,101,115,116,40,68,115,40,116,41,41,125,102,117,110,99,116,105,111,110,32,74,105,40,116,41,123,114,101,116,117,114,110,32,107,108,40,116,41,38,38,36,105,40,116,41,61,61,111,116,125,102,117,110,99,116,105,111,110,32,81,105,40,116,41,123,114,101,116,117,114,110,32,107,108,40,116,41,38,38,90,97,40,116,41,61,61,97,116,125,102,117,110,99,116,105,111,110,32,116,111,40,116,41,123,114,101,116,117,114,110,32,107,108,40,116,41,38,38,79,108,40,116,46,108,101,110,103,116,104,41,38,38,33,33,90,101,91,36,105,40,116,41,93,125,102,117,110,99,116,105,111,110,32,101,111,40,116,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,63,116,58,110,117,108,108,61,61,116,63,65,104,58,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,116,63,99,108,40,116,41,63,115,111,40,116,91,48,93,44,116,91,49,93,41,58,97,111,40,116,41,58,85,104,40,116,41,125,102,117,110,99,116,105,111,110,32,110,111,40,116,41,123,105,102,40,33,100,115,40,116,41,41,114,101,116,117,114,110,32,82,101,40,116,41,59,118,97,114,32,101,61,91,93,59,102,111,114,40,118,97,114,32,110,32,105,110,32,110,101,40,116,41,41,102,101,46,99,97,108,108,40,116,44,110,41,38,38,34,99,111,110,115,116,114,117,99,116,111,114,34,33,61,110,38,38,101,46,112,117,115,104,40,110,41,59,114,101,116,117,114,110,32,101,125,102,117,110,99,116,105,111,110,32,114,111,40,116,41,123,105,102,40,33,83,108,40,116,41,41,114,101,116,117,114,110,32,98,115,40,116,41,59,118,97,114,32,101,61,100,115,40,116,41,44,110,61,91,93,59,102,111,114,40,118,97,114,32,114,32,105,110,32,116,41,40,34,99,111,110,115,116,114,117,99,116,111,114,34,33,61,114,124,124,33,101,38,38,102,101,46,99,97,108,108,40,116,44,114,41,41,38,38,110,46,112,117,115,104,40,114,41,59,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,105,111,40,116,44,101,41,123,114,101,116,117,114,110,32,116,60,101,125,102,117,110,99,116,105,111,110,32,111,111,40,116,44,101,41,123,118,97,114,32,114,61,45,49,44,105,61,108,108,40,116,41,63,110,40,116,46,108,101,110,103,116,104,41,58,91,93,59,114,101,116,117,114,110,32,120,105,40,116,44,40,102,117,110,99,116,105,111,110,40,116,44,110,44,111,41,123,105,91,43,43,114,93,61,101,40,116,44,110,44,111,41,125,41,41,44,105,125,102,117,110,99,116,105,111,110,32,97,111,40,116,41,123,118,97,114,32,101,61,113,97,40,116,41,59,114,101,116,117,114,110,32,49,61,61,101,46,108,101,110,103,116,104,38,38,101,91,48,93,91,50,93,63,118,115,40,101,91,48,93,91,48,93,44,101,91,48,93,91,49,93,41,58,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,110,61,61,61,116,124,124,88,105,40,110,44,116,44,101,41,125,125,102,117,110,99,116,105,111,110,32,115,111,40,116,44,101,41,123,114,101,116,117,114,110,32,99,115,40,116,41,38,38,112,115,40,101,41,63,118,115,40,65,115,40,116,41,44,101,41,58,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,109,102,40,110,44,116,41,59,114,101,116,117,114,110,32,114,61,61,61,111,38,38,114,61,61,61,101,63,121,102,40,110,44,116,41,58,71,105,40,101,44,114,44,109,124,98,41,125,125,102,117,110,99,116,105,111,110,32,99,111,40,116,44,101,44,110,44,114,44,105,41,123,116,33,61,61,101,38,38,106,105,40,101,44,40,102,117,110,99,116,105,111,110,40,97,44,115,41,123,105,102,40,105,124,124,40,105,61,110,101,119,32,74,114,41,44,83,108,40,97,41,41,117,111,40,116,44,101,44,115,44,110,44,99,111,44,114,44,105,41,59,101,108,115,101,123,118,97,114,32,99,61,114,63,114,40,79,115,40,116,44,115,41,44,97,44,115,43,34,34,44,116,44,101,44,105,41,58,111,59,99,61,61,61,111,38,38,40,99,61,97,41,44,99,105,40,116,44,115,44,99,41,125,125,41,44,83,102,41,125,102,117,110,99,116,105,111,110,32,117,111,40,116,44,101,44,110,44,114,44,105,44,97,44,115,41,123,118,97,114,32,99,61,79,115,40,116,44,110,41,44,117,61,79,115,40,101,44,110,41,44,108,61,115,46,103,101,116,40,117,41,59,105,102,40,108,41,99,105,40,116,44,110,44,108,41,59,101,108,115,101,123,118,97,114,32,102,61,97,63,97,40,99,44,117,44,110,43,34,34,44,116,44,101,44,115,41,58,111,44,104,61,102,61,61,61,111,59,105,102,40,104,41,123,118,97,114,32,100,61,99,108,40,117,41,44,112,61,33,100,38,38,100,108,40,117,41,44,118,61,33,100,38,38,33,112,38,38,78,108,40,117,41,59,102,61,117,44,100,124,124,112,124,124,118,63,99,108,40,99,41,63,102,61,99,58,102,108,40,99,41,63,102,61,105,97,40,99,41,58,112,63,40,104,61,33,49,44,102,61,89,111,40,117,44,33,48,41,41,58,118,63,40,104,61,33,49,44,102,61,81,111,40,117,44,33,48,41,41,58,102,61,91,93,58,77,108,40,117,41,124,124,115,108,40,117,41,63,40,102,61,99,44,115,108,40,99,41,63,102,61,90,108,40,99,41,58,83,108,40,99,41,38,38,33,95,108,40,99,41,124,124,40,102,61,110,115,40,117,41,41,41,58,104,61,33,49,125,104,38,38,40,115,46,115,101,116,40,117,44,102,41,44,105,40,102,44,117,44,114,44,97,44,115,41,44,115,91,34,100,101,108,101,116,101,34,93,40,117,41,41,44,99,105,40,116,44,110,44,102,41,125,125,102,117,110,99,116,105,111,110,32,108,111,40,116,44,101,41,123,118,97,114,32,110,61,116,46,108,101,110,103,116,104,59,105,102,40,110,41,114,101,116,117,114,110,32,101,43,61,101,60,48,63,110,58,48,44,97,115,40,101,44,110,41,63,116,91,101,93,58,111,125,102,117,110,99,116,105,111,110,32,102,111,40,116,44,101,44,110,41,123,101,61,101,46,108,101,110,103,116,104,63,84,110,40,101,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,99,108,40,116,41,63,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,77,105,40,101,44,49,61,61,61,116,46,108,101,110,103,116,104,63,116,91,48,93,58,116,41,125,58,116,125,41,41,58,91,65,104,93,59,118,97,114,32,114,61,45,49,59,101,61,84,110,40,101,44,88,110,40,85,97,40,41,41,41,59,118,97,114,32,105,61,111,111,40,116,44,40,102,117,110,99,116,105,111,110,40,116,44,110,44,105,41,123,118,97,114,32,111,61,84,110,40,101,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,40,116,41,125,41,41,59,114,101,116,117,114,110,123,99,114,105,116,101,114,105,97,58,111,44,105,110,100,101,120,58,43,43,114,44,118,97,108,117,101,58,116,125,125,41,41,59,114,101,116,117,114,110,32,87,110,40,105,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,97,40,116,44,101,44,110,41,125,41,41,125,102,117,110,99,116,105,111,110,32,104,111,40,116,44,101,41,123,114,101,116,117,114,110,32,112,111,40,116,44,101,44,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,32,121,102,40,116,44,110,41,125,41,41,125,102,117,110,99,116,105,111,110,32,112,111,40,116,44,101,44,110,41,123,118,97,114,32,114,61,45,49,44,105,61,101,46,108,101,110,103,116,104,44,111,61,123,125,59,119,104,105,108,101,40,43,43,114,60,105,41,123,118,97,114,32,97,61,101,91,114,93,44,115,61,77,105,40,116,44,97,41,59,110,40,115,44,97,41,38,38,83,111,40,111,44,85,111,40,97,44,116,41,44,115,41,125,114,101,116,117,114,110,32,111,125,102,117,110,99,116,105,111,110,32,118,111,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,77,105,40,101,44,116,41,125,125,102,117,110,99,116,105,111,110,32,103,111,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,114,63,82,110,58,66,110,44,111,61,45,49,44,97,61,101,46,108,101,110,103,116,104,44,115,61,116,59,116,61,61,61,101,38,38,40,101,61,105,97,40,101,41,41,44,110,38,38,40,115,61,84,110,40,116,44,88,110,40,110,41,41,41,59,119,104,105,108,101,40,43,43,111,60,97,41,123,118,97,114,32,99,61,48,44,117,61,101,91,111,93,44,108,61,110,63,110,40,117,41,58,117,59,119,104,105,108,101,40,40,99,61,105,40,115,44,108,44,99,44,114,41,41,62,45,49,41,115,33,61,61,116,38,38,107,101,46,99,97,108,108,40,115,44,99,44,49,41,44,107,101,46,99,97,108,108,40,116,44,99,44,49,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,109,111,40,116,44,101,41,123,118,97,114,32,110,61,116,63,101,46,108,101,110,103,116,104,58,48,44,114,61,110,45,49,59,119,104,105,108,101,40,110,45,45,41,123,118,97,114,32,105,61,101,91,110,93,59,105,102,40,110,61,61,114,124,124,105,33,61,61,111,41,123,118,97,114,32,111,61,105,59,97,115,40,105,41,63,107,101,46,99,97,108,108,40,116,44,105,44,49,41,58,36,111,40,116,44,105,41,125,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,98,111,40,116,44,101,41,123,114,101,116,117,114,110,32,116,43,77,101,40,113,101,40,41,42,40,101,45,116,43,49,41,41,125,102,117,110,99,116,105,111,110,32,121,111,40,116,44,101,44,114,44,105,41,123,118,97,114,32,111,61,45,49,44,97,61,78,101,40,76,101,40,40,101,45,116,41,47,40,114,124,124,49,41,41,44,48,41,44,115,61,110,40,97,41,59,119,104,105,108,101,40,97,45,45,41,115,91,105,63,97,58,43,43,111,93,61,116,44,116,43,61,114,59,114,101,116,117,114,110,32,115,125,102,117,110,99,116,105,111,110,32,119,111,40,116,44,101,41,123,118,97,114,32,110,61,34,34,59,105,102,40,33,116,124,124,101,60,49,124,124,101,62,70,41,114,101,116,117,114,110,32,110,59,100,111,123,101,37,50,38,38,40,110,43,61,116,41,44,101,61,77,101,40,101,47,50,41,44,101,38,38,40,116,43,61,116,41,125,119,104,105,108,101,40,101,41,59,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,95,111,40,116,44,101,41,123,114,101,116,117,114,110,32,67,115,40,119,115,40,116,44,101,44,65,104,41,44,116,43,34,34,41,125,102,117,110,99,116,105,111,110,32,120,111,40,116,41,123,114,101,116,117,114,110,32,111,105,40,86,102,40,116,41,41,125,102,117,110,99,116,105,111,110,32,79,111,40,116,44,101,41,123,118,97,114,32,110,61,86,102,40,116,41,59,114,101,116,117,114,110,32,106,115,40,110,44,103,105,40,101,44,48,44,110,46,108,101,110,103,116,104,41,41,125,102,117,110,99,116,105,111,110,32,83,111,40,116,44,101,44,110,44,114,41,123,105,102,40,33,83,108,40,116,41,41,114,101,116,117,114,110,32,116,59,101,61,85,111,40,101,44,116,41,59,118,97,114,32,105,61,45,49,44,97,61,101,46,108,101,110,103,116,104,44,115,61,97,45,49,44,99,61,116,59,119,104,105,108,101,40,110,117,108,108,33,61,99,38,38,43,43,105,60,97,41,123,118,97,114,32,117,61,65,115,40,101,91,105,93,41,44,108,61,110,59,105,102,40,34,95,95,112,114,111,116,111,95,95,34,61,61,61,117,124,124,34,99,111,110,115,116,114,117,99,116,111,114,34,61,61,61,117,124,124,34,112,114,111,116,111,116,121,112,101,34,61,61,61,117,41,114,101,116,117,114,110,32,116,59,105,102,40,105,33,61,115,41,123,118,97,114,32,102,61,99,91,117,93,59,108,61,114,63,114,40,102,44,117,44,99,41,58,111,44,108,61,61,61,111,38,38,40,108,61,83,108,40,102,41,63,102,58,97,115,40,101,91,105,43,49,93,41,63,91,93,58,123,125,41,125,117,105,40,99,44,117,44,108,41,44,99,61,99,91,117,93,125,114,101,116,117,114,110,32,116,125,118,97,114,32,107,111,61,115,110,63,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,115,110,46,115,101,116,40,116,44,101,41,44,116,125,58,65,104,44,67,111,61,106,101,63,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,106,101,40,116,44,34,116,111,83,116,114,105,110,103,34,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,101,110,117,109,101,114,97,98,108,101,58,33,49,44,118,97,108,117,101,58,80,104,40,101,41,44,119,114,105,116,97,98,108,101,58,33,48,125,41,125,58,65,104,59,102,117,110,99,116,105,111,110,32,80,111,40,116,41,123,114,101,116,117,114,110,32,106,115,40,86,102,40,116,41,41,125,102,117,110,99,116,105,111,110,32,84,111,40,116,44,101,44,114,41,123,118,97,114,32,105,61,45,49,44,111,61,116,46,108,101,110,103,116,104,59,101,60,48,38,38,40,101,61,45,101,62,111,63,48,58,111,43,101,41,44,114,61,114,62,111,63,111,58,114,44,114,60,48,38,38,40,114,43,61,111,41,44,111,61,101,62,114,63,48,58,114,45,101,62,62,62,48,44,101,62,62,62,61,48,59,118,97,114,32,97,61,110,40,111,41,59,119,104,105,108,101,40,43,43,105,60,111,41,97,91,105,93,61,116,91,105,43,101,93,59,114,101,116,117,114,110,32,97,125,102,117,110,99,116,105,111,110,32,106,111,40,116,44,101,41,123,118,97,114,32,110,59,114,101,116,117,114,110,32,120,105,40,116,44,40,102,117,110,99,116,105,111,110,40,116,44,114,44,105,41,123,114,101,116,117,114,110,32,110,61,101,40,116,44,114,44,105,41,44,33,110,125,41,41,44,33,33,110,125,102,117,110,99,116,105,111,110,32,69,111,40,116,44,101,44,110,41,123,118,97,114,32,114,61,48,44,105,61,110,117,108,108,61,61,116,63,114,58,116,46,108,101,110,103,116,104,59,105,102,40,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,101,38,38,101,61,61,61,101,38,38,105,60,61,86,41,123,119,104,105,108,101,40,114,60,105,41,123,118,97,114,32,111,61,114,43,105,62,62,62,49,44,97,61,116,91,111,93,59,110,117,108,108,33,61,61,97,38,38,33,82,108,40,97,41,38,38,40,110,63,97,60,61,101,58,97,60,101,41,63,114,61,111,43,49,58,105,61,111,125,114,101,116,117,114,110,32,105,125,114,101,116,117,114,110,32,65,111,40,116,44,101,44,65,104,44,110,41,125,102,117,110,99,116,105,111,110,32,65,111,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,48,44,97,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,105,102,40,48,61,61,61,97,41,114,101,116,117,114,110,32,48,59,101,61,110,40,101,41,59,118,97,114,32,115,61,101,33,61,61,101,44,99,61,110,117,108,108,61,61,61,101,44,117,61,82,108,40,101,41,44,108,61,101,61,61,61,111,59,119,104,105,108,101,40,105,60,97,41,123,118,97,114,32,102,61,77,101,40,40,105,43,97,41,47,50,41,44,104,61,110,40,116,91,102,93,41,44,100,61,104,33,61,61,111,44,112,61,110,117,108,108,61,61,61,104,44,118,61,104,61,61,61,104,44,103,61,82,108,40,104,41,59,105,102,40,115,41,118,97,114,32,109,61,114,124,124,118,59,101,108,115,101,32,109,61,108,63,118,38,38,40,114,124,124,100,41,58,99,63,118,38,38,100,38,38,40,114,124,124,33,112,41,58,117,63,118,38,38,100,38,38,33,112,38,38,40,114,124,124,33,103,41,58,33,112,38,38,33,103,38,38,40,114,63,104,60,61,101,58,104,60,101,41,59,109,63,105,61,102,43,49,58,97,61,102,125,114,101,116,117,114,110,32,122,101,40,97,44,122,41,125,102,117,110,99,116,105,111,110,32,68,111,40,116,44,101,41,123,118,97,114,32,110,61,45,49,44,114,61,116,46,108,101,110,103,116,104,44,105,61,48,44,111,61,91,93,59,119,104,105,108,101,40,43,43,110,60,114,41,123,118,97,114,32,97,61,116,91,110,93,44,115,61,101,63,101,40,97,41,58,97,59,105,102,40,33,110,124,124,33,105,108,40,115,44,99,41,41,123,118,97,114,32,99,61,115,59,111,91,105,43,43,93,61,48,61,61,61,97,63,48,58,97,125,125,114,101,116,117,114,110,32,111,125,102,117,110,99,116,105,111,110,32,76,111,40,116,41,123,114,101,116,117,114,110,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,116,63,116,58,82,108,40,116,41,63,82,58,43,116,125,102,117,110,99,116,105,111,110,32,77,111,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,116,59,105,102,40,99,108,40,116,41,41,114,101,116,117,114,110,32,84,110,40,116,44,77,111,41,43,34,34,59,105,102,40,82,108,40,116,41,41,114,101,116,117,114,110,32,119,114,63,119,114,46,99,97,108,108,40,116,41,58,34,34,59,118,97,114,32,101,61,116,43,34,34,59,114,101,116,117,114,110,34,48,34,61,61,101,38,38,49,47,116,61,61,45,36,63,34,45,48,34,58,101,125,102,117,110,99,116,105,111,110,32,73,111,40,116,44,101,44,110,41,123,118,97,114,32,114,61,45,49,44,105,61,67,110,44,111,61,116,46,108,101,110,103,116,104,44,97,61,33,48,44,99,61,91,93,44,117,61,99,59,105,102,40,110,41,97,61,33,49,44,105,61,80,110,59,101,108,115,101,32,105,102,40,111,62,61,115,41,123,118,97,114,32,108,61,101,63,110,117,108,108,58,106,97,40,116,41,59,105,102,40,108,41,114,101,116,117,114,110,32,104,114,40,108,41,59,97,61,33,49,44,105,61,74,110,44,117,61,110,101,119,32,75,114,125,101,108,115,101,32,117,61,101,63,91,93,58,99,59,116,58,119,104,105,108,101,40,43,43,114,60,111,41,123,118,97,114,32,102,61,116,91,114,93,44,104,61,101,63,101,40,102,41,58,102,59,105,102,40,102,61,110,124,124,48,33,61,61,102,63,102,58,48,44,97,38,38,104,61,61,61,104,41,123,118,97,114,32,100,61,117,46,108,101,110,103,116,104,59,119,104,105,108,101,40,100,45,45,41,105,102,40,117,91,100,93,61,61,61,104,41,99,111,110,116,105,110,117,101,32,116,59,101,38,38,117,46,112,117,115,104,40,104,41,44,99,46,112,117,115,104,40,102,41,125,101,108,115,101,32,105,40,117,44,104,44,110,41,124,124,40,117,33,61,61,99,38,38,117,46,112,117,115,104,40,104,41,44,99,46,112,117,115,104,40,102,41,41,125,114,101,116,117,114,110,32,99,125,102,117,110,99,116,105,111,110,32,36,111,40,116,44,101,41,123,114,101,116,117,114,110,32,101,61,85,111,40,101,44,116,41,44,116,61,95,115,40,116,44,101,41,44,110,117,108,108,61,61,116,124,124,100,101,108,101,116,101,32,116,91,65,115,40,111,99,40,101,41,41,93,125,102,117,110,99,116,105,111,110,32,70,111,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,83,111,40,116,44,101,44,110,40,77,105,40,116,44,101,41,41,44,114,41,125,102,117,110,99,116,105,111,110,32,66,111,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,46,108,101,110,103,116,104,44,111,61,114,63,105,58,45,49,59,119,104,105,108,101,40,40,114,63,111,45,45,58,43,43,111,60,105,41,38,38,101,40,116,91,111,93,44,111,44,116,41,41,59,114,101,116,117,114,110,32,110,63,84,111,40,116,44,114,63,48,58,111,44,114,63,111,43,49,58,105,41,58,84,111,40,116,44,114,63,111,43,49,58,48,44,114,63,105,58,111,41,125,102,117,110,99,116,105,111,110,32,82,111,40,116,44,101,41,123,118,97,114,32,110,61,116,59,114,101,116,117,114,110,32,110,32,105,110,115,116,97,110,99,101,111,102,32,80,114,38,38,40,110,61,110,46,118,97,108,117,101,40,41,41,44,69,110,40,101,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,102,117,110,99,46,97,112,112,108,121,40,101,46,116,104,105,115,65,114,103,44,106,110,40,91,116,93,44,101,46,97,114,103,115,41,41,125,41,44,110,41,125,102,117,110,99,116,105,111,110,32,78,111,40,116,44,101,44,114,41,123,118,97,114,32,105,61,116,46,108,101,110,103,116,104,59,105,102,40,105,60,50,41,114,101,116,117,114,110,32,105,63,73,111,40,116,91,48,93,41,58,91,93,59,118,97,114,32,111,61,45,49,44,97,61,110,40,105,41,59,119,104,105,108,101,40,43,43,111,60,105,41,123,118,97,114,32,115,61,116,91,111,93,44,99,61,45,49,59,119,104,105,108,101,40,43,43,99,60,105,41,99,33,61,111,38,38,40,97,91,111,93,61,95,105,40,97,91,111,93,124,124,115,44,116,91,99,93,44,101,44,114,41,41,125,114,101,116,117,114,110,32,73,111,40,84,105,40,97,44,49,41,44,101,44,114,41,125,102,117,110,99,116,105,111,110,32,122,111,40,116,44,101,44,110,41,123,118,97,114,32,114,61,45,49,44,105,61,116,46,108,101,110,103,116,104,44,97,61,101,46,108,101,110,103,116,104,44,115,61,123,125,59,119,104,105,108,101,40,43,43,114,60,105,41,123,118,97,114,32,99,61,114,60,97,63,101,91,114,93,58,111,59,110,40,115,44,116,91,114,93,44,99,41,125,114,101,116,117,114,110,32,115,125,102,117,110,99,116,105,111,110,32,86,111,40,116,41,123,114,101,116,117,114,110,32,102,108,40,116,41,63,116,58,91,93,125,102,117,110,99,116,105,111,110,32,72,111,40,116,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,63,116,58,65,104,125,102,117,110,99,116,105,111,110,32,85,111,40,116,44,101,41,123,114,101,116,117,114,110,32,99,108,40,116,41,63,116,58,99,115,40,116,44,101,41,63,91,116,93,58,69,115,40,81,108,40,116,41,41,125,118,97,114,32,87,111,61,95,111,59,102,117,110,99,116,105,111,110,32,113,111,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,110,61,110,61,61,61,111,63,114,58,110,44,33,101,38,38,110,62,61,114,63,116,58,84,111,40,116,44,101,44,110,41,125,118,97,114,32,71,111,61,69,101,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,99,110,46,99,108,101,97,114,84,105,109,101,111,117,116,40,116,41,125,59,102,117,110,99,116,105,111,110,32,89,111,40,116,44,101,41,123,105,102,40,101,41,114,101,116,117,114,110,32,116,46,115,108,105,99,101,40,41,59,118,97,114,32,110,61,116,46,108,101,110,103,116,104,44,114,61,95,101,63,95,101,40,110,41,58,110,101,119,32,116,46,99,111,110,115,116,114,117,99,116,111,114,40,110,41,59,114,101,116,117,114,110,32,116,46,99,111,112,121,40,114,41,44,114,125,102,117,110,99,116,105,111,110,32,75,111,40,116,41,123,118,97,114,32,101,61,110,101,119,32,116,46,99,111,110,115,116,114,117,99,116,111,114,40,116,46,98,121,116,101,76,101,110,103,116,104,41,59,114,101,116,117,114,110,32,110,101,119,32,119,101,40,101,41,46,115,101,116,40,110,101,119,32,119,101,40,116,41,41,44,101,125,102,117,110,99,116,105,111,110,32,88,111,40,116,44,101,41,123,118,97,114,32,110,61,101,63,75,111,40,116,46,98,117,102,102,101,114,41,58,116,46,98,117,102,102,101,114,59,114,101,116,117,114,110,32,110,101,119,32,116,46,99,111,110,115,116,114,117,99,116,111,114,40,110,44,116,46,98,121,116,101,79,102,102,115,101,116,44,116,46,98,121,116,101,76,101,110,103,116,104,41,125,102,117,110,99,116,105,111,110,32,90,111,40,116,41,123,118,97,114,32,101,61,110,101,119,32,116,46,99,111,110,115,116,114,117,99,116,111,114,40,116,46,115,111,117,114,99,101,44,71,116,46,101,120,101,99,40,116,41,41,59,114,101,116,117,114,110,32,101,46,108,97,115,116,73,110,100,101,120,61,116,46,108,97,115,116,73,110,100,101,120,44,101,125,102,117,110,99,116,105,111,110,32,74,111,40,116,41,123,114,101,116,117,114,110,32,112,114,63,110,101,40,112,114,46,99,97,108,108,40,116,41,41,58,123,125,125,102,117,110,99,116,105,111,110,32,81,111,40,116,44,101,41,123,118,97,114,32,110,61,101,63,75,111,40,116,46,98,117,102,102,101,114,41,58,116,46,98,117,102,102,101,114,59,114,101,116,117,114,110,32,110,101,119,32,116,46,99,111,110,115,116,114,117,99,116,111,114,40,110,44,116,46,98,121,116,101,79,102,102,115,101,116,44,116,46,108,101,110,103,116,104,41,125,102,117,110,99,116,105,111,110,32,116,97,40,116,44,101,41,123,105,102,40,116,33,61,61,101,41,123,118,97,114,32,110,61,116,33,61,61,111,44,114,61,110,117,108,108,61,61,61,116,44,105,61,116,61,61,61,116,44,97,61,82,108,40,116,41,44,115,61,101,33,61,61,111,44,99,61,110,117,108,108,61,61,61,101,44,117,61,101,61,61,61,101,44,108,61,82,108,40,101,41,59,105,102,40,33,99,38,38,33,108,38,38,33,97,38,38,116,62,101,124,124,97,38,38,115,38,38,117,38,38,33,99,38,38,33,108,124,124,114,38,38,115,38,38,117,124,124,33,110,38,38,117,124,124,33,105,41,114,101,116,117,114,110,32,49,59,105,102,40,33,114,38,38,33,97,38,38,33,108,38,38,116,60,101,124,124,108,38,38,110,38,38,105,38,38,33,114,38,38,33,97,124,124,99,38,38,110,38,38,105,124,124,33,115,38,38,105,124,124,33,117,41,114,101,116,117,114,110,45,49,125,114,101,116,117,114,110,32,48,125,102,117,110,99,116,105,111,110,32,101,97,40,116,44,101,44,110,41,123,118,97,114,32,114,61,45,49,44,105,61,116,46,99,114,105,116,101,114,105,97,44,111,61,101,46,99,114,105,116,101,114,105,97,44,97,61,105,46,108,101,110,103,116,104,44,115,61,110,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,114,60,97,41,123,118,97,114,32,99,61,116,97,40,105,91,114,93,44,111,91,114,93,41,59,105,102,40,99,41,123,105,102,40,114,62,61,115,41,114,101,116,117,114,110,32,99,59,118,97,114,32,117,61,110,91,114,93,59,114,101,116,117,114,110,32,99,42,40,34,100,101,115,99,34,61,61,117,63,45,49,58,49,41,125,125,114,101,116,117,114,110,32,116,46,105,110,100,101,120,45,101,46,105,110,100,101,120,125,102,117,110,99,116,105,111,110,32,110,97,40,116,44,101,44,114,44,105,41,123,118,97,114,32,111,61,45,49,44,97,61,116,46,108,101,110,103,116,104,44,115,61,114,46,108,101,110,103,116,104,44,99,61,45,49,44,117,61,101,46,108,101,110,103,116,104,44,108,61,78,101,40,97,45,115,44,48,41,44,102,61,110,40,117,43,108,41,44,104,61,33,105,59,119,104,105,108,101,40,43,43,99,60,117,41,102,91,99,93,61,101,91,99,93,59,119,104,105,108,101,40,43,43,111,60,115,41,40,104,124,124,111,60,97,41,38,38,40,102,91,114,91,111,93,93,61,116,91,111,93,41,59,119,104,105,108,101,40,108,45,45,41,102,91,99,43,43,93,61,116,91,111,43,43,93,59,114,101,116,117,114,110,32,102,125,102,117,110,99,116,105,111,110,32,114,97,40,116,44,101,44,114,44,105,41,123,118,97,114,32,111,61,45,49,44,97,61,116,46,108,101,110,103,116,104,44,115,61,45,49,44,99,61,114,46,108,101,110,103,116,104,44,117,61,45,49,44,108,61,101,46,108,101,110,103,116,104,44,102,61,78,101,40,97,45,99,44,48,41,44,104,61,110,40,102,43,108,41,44,100,61,33,105,59,119,104,105,108,101,40,43,43,111,60,102,41,104,91,111,93,61,116,91,111,93,59,118,97,114,32,112,61,111,59,119,104,105,108,101,40,43,43,117,60,108,41,104,91,112,43,117,93,61,101,91,117,93,59,119,104,105,108,101,40,43,43,115,60,99,41,40,100,124,124,111,60,97,41,38,38,40,104,91,112,43,114,91,115,93,93,61,116,91,111,43,43,93,41,59,114,101,116,117,114,110,32,104,125,102,117,110,99,116,105,111,110,32,105,97,40,116,44,101,41,123,118,97,114,32,114,61,45,49,44,105,61,116,46,108,101,110,103,116,104,59,101,124,124,40,101,61,110,40,105,41,41,59,119,104,105,108,101,40,43,43,114,60,105,41,101,91,114,93,61,116,91,114,93,59,114,101,116,117,114,110,32,101,125,102,117,110,99,116,105,111,110,32,111,97,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,33,110,59,110,124,124,40,110,61,123,125,41,59,118,97,114,32,97,61,45,49,44,115,61,101,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,97,60,115,41,123,118,97,114,32,99,61,101,91,97,93,44,117,61,114,63,114,40,110,91,99,93,44,116,91,99,93,44,99,44,110,44,116,41,58,111,59,117,61,61,61,111,38,38,40,117,61,116,91,99,93,41,44,105,63,112,105,40,110,44,99,44,117,41,58,117,105,40,110,44,99,44,117,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,97,97,40,116,44,101,41,123,114,101,116,117,114,110,32,111,97,40,116,44,75,97,40,116,41,44,101,41,125,102,117,110,99,116,105,111,110,32,115,97,40,116,44,101,41,123,114,101,116,117,114,110,32,111,97,40,116,44,88,97,40,116,41,44,101,41,125,102,117,110,99,116,105,111,110,32,99,97,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,44,114,41,123,118,97,114,32,105,61,99,108,40,110,41,63,95,110,58,102,105,44,111,61,101,63,101,40,41,58,123,125,59,114,101,116,117,114,110,32,105,40,110,44,116,44,85,97,40,114,44,50,41,44,111,41,125,125,102,117,110,99,116,105,111,110,32,117,97,40,116,41,123,114,101,116,117,114,110,32,95,111,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,114,61,45,49,44,105,61,110,46,108,101,110,103,116,104,44,97,61,105,62,49,63,110,91,105,45,49,93,58,111,44,115,61,105,62,50,63,110,91,50,93,58,111,59,97,61,116,46,108,101,110,103,116,104,62,51,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,97,63,40,105,45,45,44,97,41,58,111,44,115,38,38,115,115,40,110,91,48,93,44,110,91,49,93,44,115,41,38,38,40,97,61,105,60,51,63,111,58,97,44,105,61,49,41,44,101,61,110,101,40,101,41,59,119,104,105,108,101,40,43,43,114,60,105,41,123,118,97,114,32,99,61,110,91,114,93,59,99,38,38,116,40,101,44,99,44,114,44,97,41,125,114,101,116,117,114,110,32,101,125,41,41,125,102,117,110,99,116,105,111,110,32,108,97,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,44,114,41,123,105,102,40,110,117,108,108,61,61,110,41,114,101,116,117,114,110,32,110,59,105,102,40,33,108,108,40,110,41,41,114,101,116,117,114,110,32,116,40,110,44,114,41,59,118,97,114,32,105,61,110,46,108,101,110,103,116,104,44,111,61,101,63,105,58,45,49,44,97,61,110,101,40,110,41,59,119,104,105,108,101,40,101,63,111,45,45,58,43,43,111,60,105,41,105,102,40,33,49,61,61,61,114,40,97,91,111,93,44,111,44,97,41,41,98,114,101,97,107,59,114,101,116,117,114,110,32,110,125,125,102,117,110,99,116,105,111,110,32,102,97,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,118,97,114,32,105,61,45,49,44,111,61,110,101,40,101,41,44,97,61,114,40,101,41,44,115,61,97,46,108,101,110,103,116,104,59,119,104,105,108,101,40,115,45,45,41,123,118,97,114,32,99,61,97,91,116,63,115,58,43,43,105,93,59,105,102,40,33,49,61,61,61,110,40,111,91,99,93,44,99,44,111,41,41,98,114,101,97,107,125,114,101,116,117,114,110,32,101,125,125,102,117,110,99,116,105,111,110,32,104,97,40,116,44,101,44,110,41,123,118,97,114,32,114,61,101,38,121,44,105,61,118,97,40,116,41,59,102,117,110,99,116,105,111,110,32,111,40,41,123,118,97,114,32,101,61,116,104,105,115,38,38,116,104,105,115,33,61,61,99,110,38,38,116,104,105,115,32,105,110,115,116,97,110,99,101,111,102,32,111,63,105,58,116,59,114,101,116,117,114,110,32,101,46,97,112,112,108,121,40,114,63,110,58,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,114,101,116,117,114,110,32,111,125,102,117,110,99,116,105,111,110,32,100,97,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,101,61,81,108,40,101,41,59,118,97,114,32,110,61,97,114,40,101,41,63,109,114,40,101,41,58,111,44,114,61,110,63,110,91,48,93,58,101,46,99,104,97,114,65,116,40,48,41,44,105,61,110,63,113,111,40,110,44,49,41,46,106,111,105,110,40,34,34,41,58,101,46,115,108,105,99,101,40,49,41,59,114,101,116,117,114,110,32,114,91,116,93,40,41,43,105,125,125,102,117,110,99,116,105,111,110,32,112,97,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,69,110,40,120,104,40,75,102,40,101,41,46,114,101,112,108,97,99,101,40,72,101,44,34,34,41,41,44,116,44,34,34,41,125,125,102,117,110,99,116,105,111,110,32,118,97,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,59,115,119,105,116,99,104,40,101,46,108,101,110,103,116,104,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,110,101,119,32,116,59,99,97,115,101,32,49,58,114,101,116,117,114,110,32,110,101,119,32,116,40,101,91,48,93,41,59,99,97,115,101,32,50,58,114,101,116,117,114,110,32,110,101,119,32,116,40,101,91,48,93,44,101,91,49,93,41,59,99,97,115,101,32,51,58,114,101,116,117,114,110,32,110,101,119,32,116,40,101,91,48,93,44,101,91,49,93,44,101,91,50,93,41,59,99,97,115,101,32,52,58,114,101,116,117,114,110,32,110,101,119,32,116,40,101,91,48,93,44,101,91,49,93,44,101,91,50,93,44,101,91,51,93,41,59,99,97,115,101,32,53,58,114,101,116,117,114,110,32,110,101,119,32,116,40,101,91,48,93,44,101,91,49,93,44,101,91,50,93,44,101,91,51,93,44,101,91,52,93,41,59,99,97,115,101,32,54,58,114,101,116,117,114,110,32,110,101,119,32,116,40,101,91,48,93,44,101,91,49,93,44,101,91,50,93,44,101,91,51,93,44,101,91,52,93,44,101,91,53,93,41,59,99,97,115,101,32,55,58,114,101,116,117,114,110,32,110,101,119,32,116,40,101,91,48,93,44,101,91,49,93,44,101,91,50,93,44,101,91,51,93,44,101,91,52,93,44,101,91,53,93,44,101,91,54,93,41,125,118,97,114,32,110,61,79,114,40,116,46,112,114,111,116,111,116,121,112,101,41,44,114,61,116,46,97,112,112,108,121,40,110,44,101,41,59,114,101,116,117,114,110,32,83,108,40,114,41,63,114,58,110,125,125,102,117,110,99,116,105,111,110,32,103,97,40,116,44,101,44,114,41,123,118,97,114,32,105,61,118,97,40,116,41,59,102,117,110,99,116,105,111,110,32,97,40,41,123,118,97,114,32,115,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,99,61,110,40,115,41,44,117,61,115,44,108,61,72,97,40,97,41,59,119,104,105,108,101,40,117,45,45,41,99,91,117,93,61,97,114,103,117,109,101,110,116,115,91,117,93,59,118,97,114,32,102,61,115,60,51,38,38,99,91,48,93,33,61,61,108,38,38,99,91,115,45,49,93,33,61,61,108,63,91,93,58,102,114,40,99,44,108,41,59,105,102,40,115,45,61,102,46,108,101,110,103,116,104,44,115,60,114,41,114,101,116,117,114,110,32,80,97,40,116,44,101,44,121,97,44,97,46,112,108,97,99,101,104,111,108,100,101,114,44,111,44,99,44,102,44,111,44,111,44,114,45,115,41,59,118,97,114,32,104,61,116,104,105,115,38,38,116,104,105,115,33,61,61,99,110,38,38,116,104,105,115,32,105,110,115,116,97,110,99,101,111,102,32,97,63,105,58,116,59,114,101,116,117,114,110,32,119,110,40,104,44,116,104,105,115,44,99,41,125,114,101,116,117,114,110,32,97,125,102,117,110,99,116,105,111,110,32,109,97,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,118,97,114,32,105,61,110,101,40,101,41,59,105,102,40,33,108,108,40,101,41,41,123,118,97,114,32,97,61,85,97,40,110,44,51,41,59,101,61,79,102,40,101,41,44,110,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,40,105,91,116,93,44,116,44,105,41,125,125,118,97,114,32,115,61,116,40,101,44,110,44,114,41,59,114,101,116,117,114,110,32,115,62,45,49,63,105,91,97,63,101,91,115,93,58,115,93,58,111,125,125,102,117,110,99,116,105,111,110,32,98,97,40,116,41,123,114,101,116,117,114,110,32,66,97,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,101,46,108,101,110,103,116,104,44,114,61,110,44,105,61,67,114,46,112,114,111,116,111,116,121,112,101,46,116,104,114,117,59,116,38,38,101,46,114,101,118,101,114,115,101,40,41,59,119,104,105,108,101,40,114,45,45,41,123,118,97,114,32,97,61,101,91,114,93,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,97,41,116,104,114,111,119,32,110,101,119,32,111,101,40,117,41,59,105,102,40,105,38,38,33,115,38,38,34,119,114,97,112,112,101,114,34,61,61,86,97,40,97,41,41,118,97,114,32,115,61,110,101,119,32,67,114,40,91,93,44,33,48,41,125,114,61,115,63,114,58,110,59,119,104,105,108,101,40,43,43,114,60,110,41,123,97,61,101,91,114,93,59,118,97,114,32,99,61,86,97,40,97,41,44,108,61,34,119,114,97,112,112,101,114,34,61,61,99,63,122,97,40,97,41,58,111,59,115,61,108,38,38,108,115,40,108,91,48,93,41,38,38,108,91,49,93,61,61,40,67,124,120,124,83,124,80,41,38,38,33,108,91,52,93,46,108,101,110,103,116,104,38,38,49,61,61,108,91,57,93,63,115,91,86,97,40,108,91,48,93,41,93,46,97,112,112,108,121,40,115,44,108,91,51,93,41,58,49,61,61,97,46,108,101,110,103,116,104,38,38,108,115,40,97,41,63,115,91,99,93,40,41,58,115,46,116,104,114,117,40,97,41,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,44,114,61,116,91,48,93,59,105,102,40,115,38,38,49,61,61,116,46,108,101,110,103,116,104,38,38,99,108,40,114,41,41,114,101,116,117,114,110,32,115,46,112,108,97,110,116,40,114,41,46,118,97,108,117,101,40,41,59,118,97,114,32,105,61,48,44,111,61,110,63,101,91,105,93,46,97,112,112,108,121,40,116,104,105,115,44,116,41,58,114,59,119,104,105,108,101,40,43,43,105,60,110,41,111,61,101,91,105,93,46,99,97,108,108,40,116,104,105,115,44,111,41,59,114,101,116,117,114,110,32,111,125,125,41,41,125,102,117,110,99,116,105,111,110,32,121,97,40,116,44,101,44,114,44,105,44,97,44,115,44,99,44,117,44,108,44,102,41,123,118,97,114,32,104,61,101,38,67,44,100,61,101,38,121,44,112,61,101,38,119,44,118,61,101,38,40,120,124,79,41,44,103,61,101,38,84,44,109,61,112,63,111,58,118,97,40,116,41,59,102,117,110,99,116,105,111,110,32,98,40,41,123,118,97,114,32,111,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,121,61,110,40,111,41,44,119,61,111,59,119,104,105,108,101,40,119,45,45,41,121,91,119,93,61,97,114,103,117,109,101,110,116,115,91,119,93,59,105,102,40,118,41,118,97,114,32,95,61,72,97,40,98,41,44,120,61,101,114,40,121,44,95,41,59,105,102,40,105,38,38,40,121,61,110,97,40,121,44,105,44,97,44,118,41,41,44,115,38,38,40,121,61,114,97,40,121,44,115,44,99,44,118,41,41,44,111,45,61,120,44,118,38,38,111,60,102,41,123,118,97,114,32,79,61,102,114,40,121,44,95,41,59,114,101,116,117,114,110,32,80,97,40,116,44,101,44,121,97,44,98,46,112,108,97,99,101,104,111,108,100,101,114,44,114,44,121,44,79,44,117,44,108,44,102,45,111,41,125,118,97,114,32,83,61,100,63,114,58,116,104,105,115,44,107,61,112,63,83,91,116,93,58,116,59,114,101,116,117,114,110,32,111,61,121,46,108,101,110,103,116,104,44,117,63,121,61,120,115,40,121,44,117,41,58,103,38,38,111,62,49,38,38,121,46,114,101,118,101,114,115,101,40,41,44,104,38,38,108,60,111,38,38,40,121,46,108,101,110,103,116,104,61,108,41,44,116,104,105,115,38,38,116,104,105,115,33,61,61,99,110,38,38,116,104,105,115,32,105,110,115,116,97,110,99,101,111,102,32,98,38,38,40,107,61,109,124,124,118,97,40,107,41,41,44,107,46,97,112,112,108,121,40,83,44,121,41,125,114,101,116,117,114,110,32,98,125,102,117,110,99,116,105,111,110,32,119,97,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,44,114,41,123,114,101,116,117,114,110,32,86,105,40,110,44,116,44,101,40,114,41,44,123,125,41,125,125,102,117,110,99,116,105,111,110,32,95,97,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,44,114,41,123,118,97,114,32,105,59,105,102,40,110,61,61,61,111,38,38,114,61,61,61,111,41,114,101,116,117,114,110,32,101,59,105,102,40,110,33,61,61,111,38,38,40,105,61,110,41,44,114,33,61,61,111,41,123,105,102,40,105,61,61,61,111,41,114,101,116,117,114,110,32,114,59,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,110,124,124,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,114,63,40,110,61,77,111,40,110,41,44,114,61,77,111,40,114,41,41,58,40,110,61,76,111,40,110,41,44,114,61,76,111,40,114,41,41,44,105,61,116,40,110,44,114,41,125,114,101,116,117,114,110,32,105,125,125,102,117,110,99,116,105,111,110,32,120,97,40,116,41,123,114,101,116,117,114,110,32,66,97,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,61,84,110,40,101,44,88,110,40,85,97,40,41,41,41,44,95,111,40,40,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,116,104,105,115,59,114,101,116,117,114,110,32,116,40,101,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,119,110,40,116,44,114,44,110,41,125,41,41,125,41,41,125,41,41,125,102,117,110,99,116,105,111,110,32,79,97,40,116,44,101,41,123,101,61,101,61,61,61,111,63,34,32,34,58,77,111,40,101,41,59,118,97,114,32,110,61,101,46,108,101,110,103,116,104,59,105,102,40,110,60,50,41,114,101,116,117,114,110,32,110,63,119,111,40,101,44,116,41,58,101,59,118,97,114,32,114,61,119,111,40,101,44,76,101,40,116,47,103,114,40,101,41,41,41,59,114,101,116,117,114,110,32,97,114,40,101,41,63,113,111,40,109,114,40,114,41,44,48,44,116,41,46,106,111,105,110,40,34,34,41,58,114,46,115,108,105,99,101,40,48,44,116,41,125,102,117,110,99,116,105,111,110,32,83,97,40,116,44,101,44,114,44,105,41,123,118,97,114,32,111,61,101,38,121,44,97,61,118,97,40,116,41,59,102,117,110,99,116,105,111,110,32,115,40,41,123,118,97,114,32,101,61,45,49,44,99,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,117,61,45,49,44,108,61,105,46,108,101,110,103,116,104,44,102,61,110,40,108,43,99,41,44,104,61,116,104,105,115,38,38,116,104,105,115,33,61,61,99,110,38,38,116,104,105,115,32,105,110,115,116,97,110,99,101,111,102,32,115,63,97,58,116,59,119,104,105,108,101,40,43,43,117,60,108,41,102,91,117,93,61,105,91,117,93,59,119,104,105,108,101,40,99,45,45,41,102,91,117,43,43,93,61,97,114,103,117,109,101,110,116,115,91,43,43,101,93,59,114,101,116,117,114,110,32,119,110,40,104,44,111,63,114,58,116,104,105,115,44,102,41,125,114,101,116,117,114,110,32,115,125,102,117,110,99,116,105,111,110,32,107,97,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,114,101,116,117,114,110,32,114,38,38,34,110,117,109,98,101,114,34,33,61,116,121,112,101,111,102,32,114,38,38,115,115,40,101,44,110,44,114,41,38,38,40,110,61,114,61,111,41,44,101,61,71,108,40,101,41,44,110,61,61,61,111,63,40,110,61,101,44,101,61,48,41,58,110,61,71,108,40,110,41,44,114,61,114,61,61,61,111,63,101,60,110,63,49,58,45,49,58,71,108,40,114,41,44,121,111,40,101,44,110,44,114,44,116,41,125,125,102,117,110,99,116,105,111,110,32,67,97,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,101,38,38,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,110,124,124,40,101,61,88,108,40,101,41,44,110,61,88,108,40,110,41,41,44,116,40,101,44,110,41,125,125,102,117,110,99,116,105,111,110,32,80,97,40,116,44,101,44,110,44,114,44,105,44,97,44,115,44,99,44,117,44,108,41,123,118,97,114,32,102,61,101,38,120,44,104,61,102,63,115,58,111,44,100,61,102,63,111,58,115,44,112,61,102,63,97,58,111,44,118,61,102,63,111,58,97,59,101,124,61,102,63,83,58,107,44,101,38,61,126,40,102,63,107,58,83,41,44,101,38,95,124,124,40,101,38,61,126,40,121,124,119,41,41,59,118,97,114,32,103,61,91,116,44,101,44,105,44,112,44,104,44,118,44,100,44,99,44,117,44,108,93,44,109,61,110,46,97,112,112,108,121,40,111,44,103,41,59,114,101,116,117,114,110,32,108,115,40,116,41,38,38,83,115,40,109,44,103,41,44,109,46,112,108,97,99,101,104,111,108,100,101,114,61,114,44,80,115,40,109,44,116,44,101,41,125,102,117,110,99,116,105,111,110,32,84,97,40,116,41,123,118,97,114,32,101,61,72,116,91,116,93,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,44,110,41,123,105,102,40,116,61,88,108,40,116,41,44,110,61,110,117,108,108,61,61,110,63,48,58,122,101,40,89,108,40,110,41,44,50,57,50,41,44,110,38,38,70,101,40,116,41,41,123,118,97,114,32,114,61,40,81,108,40,116,41,43,34,101,34,41,46,115,112,108,105,116,40,34,101,34,41,44,105,61,101,40,114,91,48,93,43,34,101,34,43,40,43,114,91,49,93,43,110,41,41,59,114,101,116,117,114,110,32,114,61,40,81,108,40,105,41,43,34,101,34,41,46,115,112,108,105,116,40,34,101,34,41,44,43,40,114,91,48,93,43,34,101,34,43,40,43,114,91,49,93,45,110,41,41,125,114,101,116,117,114,110,32,101,40,116,41,125,125,118,97,114,32,106,97,61,101,110,38,38,49,47,104,114,40,110,101,119,32,101,110,40,91,44,45,48,93,41,41,91,49,93,61,61,36,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,101,110,40,116,41,125,58,82,104,59,102,117,110,99,116,105,111,110,32,69,97,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,90,97,40,101,41,59,114,101,116,117,114,110,32,110,61,61,81,63,117,114,40,101,41,58,110,61,61,97,116,63,100,114,40,101,41,58,89,110,40,101,44,116,40,101,41,41,125,125,102,117,110,99,116,105,111,110,32,65,97,40,116,44,101,44,110,44,114,44,105,44,97,44,115,44,99,41,123,118,97,114,32,108,61,101,38,119,59,105,102,40,33,108,38,38,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,110,101,119,32,111,101,40,117,41,59,118,97,114,32,102,61,114,63,114,46,108,101,110,103,116,104,58,48,59,105,102,40,102,124,124,40,101,38,61,126,40,83,124,107,41,44,114,61,105,61,111,41,44,115,61,115,61,61,61,111,63,115,58,78,101,40,89,108,40,115,41,44,48,41,44,99,61,99,61,61,61,111,63,99,58,89,108,40,99,41,44,102,45,61,105,63,105,46,108,101,110,103,116,104,58,48,44,101,38,107,41,123,118,97,114,32,104,61,114,44,100,61,105,59,114,61,105,61,111,125,118,97,114,32,112,61,108,63,111,58,122,97,40,116,41,44,118,61,91,116,44,101,44,110,44,114,44,105,44,104,44,100,44,97,44,115,44,99,93,59,105,102,40,112,38,38,109,115,40,118,44,112,41,44,116,61,118,91,48,93,44,101,61,118,91,49,93,44,110,61,118,91,50,93,44,114,61,118,91,51,93,44,105,61,118,91,52,93,44,99,61,118,91,57,93,61,118,91,57,93,61,61,61,111,63,108,63,48,58,116,46,108,101,110,103,116,104,58,78,101,40,118,91,57,93,45,102,44,48,41,44,33,99,38,38,101,38,40,120,124,79,41,38,38,40,101,38,61,126,40,120,124,79,41,41,44,101,38,38,101,33,61,121,41,103,61,101,61,61,120,124,124,101,61,61,79,63,103,97,40,116,44,101,44,99,41,58,101,33,61,83,38,38,101,33,61,40,121,124,83,41,124,124,105,46,108,101,110,103,116,104,63,121,97,46,97,112,112,108,121,40,111,44,118,41,58,83,97,40,116,44,101,44,110,44,114,41,59,101,108,115,101,32,118,97,114,32,103,61,104,97,40,116,44,101,44,110,41,59,118,97,114,32,109,61,112,63,107,111,58,83,115,59,114,101,116,117,114,110,32,80,115,40,109,40,103,44,118,41,44,116,44,101,41,125,102,117,110,99,116,105,111,110,32,68,97,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,116,61,61,61,111,124,124,105,108,40,116,44,99,101,91,110,93,41,38,38,33,102,101,46,99,97,108,108,40,114,44,110,41,63,101,58,116,125,102,117,110,99,116,105,111,110,32,76,97,40,116,44,101,44,110,44,114,44,105,44,97,41,123,114,101,116,117,114,110,32,83,108,40,116,41,38,38,83,108,40,101,41,38,38,40,97,46,115,101,116,40,101,44,116,41,44,99,111,40,116,44,101,44,111,44,76,97,44,97,41,44,97,91,34,100,101,108,101,116,101,34,93,40,101,41,41,44,116,125,102,117,110,99,116,105,111,110,32,77,97,40,116,41,123,114,101,116,117,114,110,32,77,108,40,116,41,63,111,58,116,125,102,117,110,99,116,105,111,110,32,73,97,40,116,44,101,44,110,44,114,44,105,44,97,41,123,118,97,114,32,115,61,110,38,109,44,99,61,116,46,108,101,110,103,116,104,44,117,61,101,46,108,101,110,103,116,104,59,105,102,40,99,33,61,117,38,38,33,40,115,38,38,117,62,99,41,41,114,101,116,117,114,110,33,49,59,118,97,114,32,108,61,97,46,103,101,116,40,116,41,44,102,61,97,46,103,101,116,40,101,41,59,105,102,40,108,38,38,102,41,114,101,116,117,114,110,32,108,61,61,101,38,38,102,61,61,116,59,118,97,114,32,104,61,45,49,44,100,61,33,48,44,112,61,110,38,98,63,110,101,119,32,75,114,58,111,59,97,46,115,101,116,40,116,44,101,41,44,97,46,115,101,116,40,101,44,116,41,59,119,104,105,108,101,40,43,43,104,60,99,41,123,118,97,114,32,118,61,116,91,104,93,44,103,61,101,91,104,93,59,105,102,40,114,41,118,97,114,32,121,61,115,63,114,40,103,44,118,44,104,44,101,44,116,44,97,41,58,114,40,118,44,103,44,104,44,116,44,101,44,97,41,59,105,102,40,121,33,61,61,111,41,123,105,102,40,121,41,99,111,110,116,105,110,117,101,59,100,61,33,49,59,98,114,101,97,107,125,105,102,40,112,41,123,105,102,40,33,68,110,40,101,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,74,110,40,112,44,101,41,38,38,40,118,61,61,61,116,124,124,105,40,118,44,116,44,110,44,114,44,97,41,41,41,114,101,116,117,114,110,32,112,46,112,117,115,104,40,101,41,125,41,41,41,123,100,61,33,49,59,98,114,101,97,107,125,125,101,108,115,101,32,105,102,40,118,33,61,61,103,38,38,33,105,40,118,44,103,44,110,44,114,44,97,41,41,123,100,61,33,49,59,98,114,101,97,107,125,125,114,101,116,117,114,110,32,97,91,34,100,101,108,101,116,101,34,93,40,116,41,44,97,91,34,100,101,108,101,116,101,34,93,40,101,41,44,100,125,102,117,110,99,116,105,111,110,32,36,97,40,116,44,101,44,110,44,114,44,105,44,111,44,97,41,123,115,119,105,116,99,104,40,110,41,123,99,97,115,101,32,100,116,58,105,102,40,116,46,98,121,116,101,76,101,110,103,116,104,33,61,101,46,98,121,116,101,76,101,110,103,116,104,124,124,116,46,98,121,116,101,79,102,102,115,101,116,33,61,101,46,98,121,116,101,79,102,102,115,101,116,41,114,101,116,117,114,110,33,49,59,116,61,116,46,98,117,102,102,101,114,44,101,61,101,46,98,117,102,102,101,114,59,99,97,115,101,32,104,116,58,114,101,116,117,114,110,33,40,116,46,98,121,116,101,76,101,110,103,116,104,33,61,101,46,98,121,116,101,76,101,110,103,116,104,124,124,33,111,40,110,101,119,32,119,101,40,116,41,44,110,101,119,32,119,101,40,101,41,41,41,59,99,97,115,101,32,71,58,99,97,115,101,32,89,58,99,97,115,101,32,116,116,58,114,101,116,117,114,110,32,105,108,40,43,116,44,43,101,41,59,99,97,115,101,32,88,58,114,101,116,117,114,110,32,116,46,110,97,109,101,61,61,101,46,110,97,109,101,38,38,116,46,109,101,115,115,97,103,101,61,61,101,46,109,101,115,115,97,103,101,59,99,97,115,101,32,111,116,58,99,97,115,101,32,115,116,58,114,101,116,117,114,110,32,116,61,61,101,43,34,34,59,99,97,115,101,32,81,58,118,97,114,32,115,61,117,114,59,99,97,115,101,32,97,116,58,118,97,114,32,99,61,114,38,109,59,105,102,40,115,124,124,40,115,61,104,114,41,44,116,46,115,105,122,101,33,61,101,46,115,105,122,101,38,38,33,99,41,114,101,116,117,114,110,33,49,59,118,97,114,32,117,61,97,46,103,101,116,40,116,41,59,105,102,40,117,41,114,101,116,117,114,110,32,117,61,61,101,59,114,124,61,98,44,97,46,115,101,116,40,116,44,101,41,59,118,97,114,32,108,61,73,97,40,115,40,116,41,44,115,40,101,41,44,114,44,105,44,111,44,97,41,59,114,101,116,117,114,110,32,97,91,34,100,101,108,101,116,101,34,93,40,116,41,44,108,59,99,97,115,101,32,99,116,58,105,102,40,112,114,41,114,101,116,117,114,110,32,112,114,46,99,97,108,108,40,116,41,61,61,112,114,46,99,97,108,108,40,101,41,125,114,101,116,117,114,110,33,49,125,102,117,110,99,116,105,111,110,32,70,97,40,116,44,101,44,110,44,114,44,105,44,97,41,123,118,97,114,32,115,61,110,38,109,44,99,61,82,97,40,116,41,44,117,61,99,46,108,101,110,103,116,104,44,108,61,82,97,40,101,41,44,102,61,108,46,108,101,110,103,116,104,59,105,102,40,117,33,61,102,38,38,33,115,41,114,101,116,117,114,110,33,49,59,118,97,114,32,104,61,117,59,119,104,105,108,101,40,104,45,45,41,123,118,97,114,32,100,61,99,91,104,93,59,105,102,40,33,40,115,63,100,32,105,110,32,101,58,102,101,46,99,97,108,108,40,101,44,100,41,41,41,114,101,116,117,114,110,33,49,125,118,97,114,32,112,61,97,46,103,101,116,40,116,41,44,118,61,97,46,103,101,116,40,101,41,59,105,102,40,112,38,38,118,41,114,101,116,117,114,110,32,112,61,61,101,38,38,118,61,61,116,59,118,97,114,32,103,61,33,48,59,97,46,115,101,116,40,116,44,101,41,44,97,46,115,101,116,40,101,44,116,41,59,118,97,114,32,98,61,115,59,119,104,105,108,101,40,43,43,104,60,117,41,123,100,61,99,91,104,93,59,118,97,114,32,121,61,116,91,100,93,44,119,61,101,91,100,93,59,105,102,40,114,41,118,97,114,32,95,61,115,63,114,40,119,44,121,44,100,44,101,44,116,44,97,41,58,114,40,121,44,119,44,100,44,116,44,101,44,97,41,59,105,102,40,33,40,95,61,61,61,111,63,121,61,61,61,119,124,124,105,40,121,44,119,44,110,44,114,44,97,41,58,95,41,41,123,103,61,33,49,59,98,114,101,97,107,125,98,124,124,40,98,61,34,99,111,110,115,116,114,117,99,116,111,114,34,61,61,100,41,125,105,102,40,103,38,38,33,98,41,123,118,97,114,32,120,61,116,46,99,111,110,115,116,114,117,99,116,111,114,44,79,61,101,46,99,111,110,115,116,114,117,99,116,111,114,59,120,61,61,79,124,124,33,40,34,99,111,110,115,116,114,117,99,116,111,114,34,105,110,32,116,41,124,124,33,40,34,99,111,110,115,116,114,117,99,116,111,114,34,105,110,32,101,41,124,124,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,120,38,38,120,32,105,110,115,116,97,110,99,101,111,102,32,120,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,79,38,38,79,32,105,110,115,116,97,110,99,101,111,102,32,79,124,124,40,103,61,33,49,41,125,114,101,116,117,114,110,32,97,91,34,100,101,108,101,116,101,34,93,40,116,41,44,97,91,34,100,101,108,101,116,101,34,93,40,101,41,44,103,125,102,117,110,99,116,105,111,110,32,66,97,40,116,41,123,114,101,116,117,114,110,32,67,115,40,119,115,40,116,44,111,44,89,115,41,44,116,43,34,34,41,125,102,117,110,99,116,105,111,110,32,82,97,40,116,41,123,114,101,116,117,114,110,32,73,105,40,116,44,79,102,44,75,97,41,125,102,117,110,99,116,105,111,110,32,78,97,40,116,41,123,114,101,116,117,114,110,32,73,105,40,116,44,83,102,44,88,97,41,125,118,97,114,32,122,97,61,115,110,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,115,110,46,103,101,116,40,116,41,125,58,82,104,59,102,117,110,99,116,105,111,110,32,86,97,40,116,41,123,118,97,114,32,101,61,116,46,110,97,109,101,43,34,34,44,110,61,117,110,91,101,93,44,114,61,102,101,46,99,97,108,108,40,117,110,44,101,41,63,110,46,108,101,110,103,116,104,58,48,59,119,104,105,108,101,40,114,45,45,41,123,118,97,114,32,105,61,110,91,114,93,44,111,61,105,46,102,117,110,99,59,105,102,40,110,117,108,108,61,61,111,124,124,111,61,61,116,41,114,101,116,117,114,110,32,105,46,110,97,109,101,125,114,101,116,117,114,110,32,101,125,102,117,110,99,116,105,111,110,32,72,97,40,116,41,123,118,97,114,32,101,61,102,101,46,99,97,108,108,40,95,114,44,34,112,108,97,99,101,104,111,108,100,101,114,34,41,63,95,114,58,116,59,114,101,116,117,114,110,32,101,46,112,108,97,99,101,104,111,108,100,101,114,125,102,117,110,99,116,105,111,110,32,85,97,40,41,123,118,97,114,32,116,61,95,114,46,105,116,101,114,97,116,101,101,124,124,68,104,59,114,101,116,117,114,110,32,116,61,116,61,61,61,68,104,63,101,111,58,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,116,40,97,114,103,117,109,101,110,116,115,91,48,93,44,97,114,103,117,109,101,110,116,115,91,49,93,41,58,116,125,102,117,110,99,116,105,111,110,32,87,97,40,116,44,101,41,123,118,97,114,32,110,61,116,46,95,95,100,97,116,97,95,95,59,114,101,116,117,114,110,32,117,115,40,101,41,63,110,91,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,101,63,34,115,116,114,105,110,103,34,58,34,104,97,115,104,34,93,58,110,46,109,97,112,125,102,117,110,99,116,105,111,110,32,113,97,40,116,41,123,118,97,114,32,101,61,79,102,40,116,41,44,110,61,101,46,108,101,110,103,116,104,59,119,104,105,108,101,40,110,45,45,41,123,118,97,114,32,114,61,101,91,110,93,44,105,61,116,91,114,93,59,101,91,110,93,61,91,114,44,105,44,112,115,40,105,41,93,125,114,101,116,117,114,110,32,101,125,102,117,110,99,116,105,111,110,32,71,97,40,116,44,101,41,123,118,97,114,32,110,61,111,114,40,116,44,101,41,59,114,101,116,117,114,110,32,90,105,40,110,41,63,110,58,111,125,102,117,110,99,116,105,111,110,32,89,97,40,116,41,123,118,97,114,32,101,61,102,101,46,99,97,108,108,40,116,44,84,101,41,44,110,61,116,91,84,101,93,59,116,114,121,123,116,91,84,101,93,61,111,59,118,97,114,32,114,61,33,48,125,99,97,116,99,104,40,97,41,123,125,118,97,114,32,105,61,112,101,46,99,97,108,108,40,116,41,59,114,101,116,117,114,110,32,114,38,38,40,101,63,116,91,84,101,93,61,110,58,100,101,108,101,116,101,32,116,91,84,101,93,41,44,105,125,118,97,114,32,75,97,61,73,101,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,91,93,58,40,116,61,110,101,40,116,41,44,107,110,40,73,101,40,116,41,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,83,101,46,99,97,108,108,40,116,44,101,41,125,41,41,41,125,58,89,104,44,88,97,61,73,101,63,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,91,93,59,119,104,105,108,101,40,116,41,106,110,40,101,44,75,97,40,116,41,41,44,116,61,120,101,40,116,41,59,114,101,116,117,114,110,32,101,125,58,89,104,44,90,97,61,36,105,59,102,117,110,99,116,105,111,110,32,74,97,40,116,44,101,44,110,41,123,118,97,114,32,114,61,45,49,44,105,61,110,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,114,60,105,41,123,118,97,114,32,111,61,110,91,114,93,44,97,61,111,46,115,105,122,101,59,115,119,105,116,99,104,40,111,46,116,121,112,101,41,123,99,97,115,101,34,100,114,111,112,34,58,116,43,61,97,59,98,114,101,97,107,59,99,97,115,101,34,100,114,111,112,82,105,103,104,116,34,58,101,45,61,97,59,98,114,101,97,107,59,99,97,115,101,34,116,97,107,101,34,58,101,61,122,101,40,101,44,116,43,97,41,59,98,114,101,97,107,59,99,97,115,101,34,116,97,107,101,82,105,103,104,116,34,58,116,61,78,101,40,116,44,101,45,97,41,59,98,114,101,97,107,125,125,114,101,116,117,114,110,123,115,116,97,114,116,58,116,44,101,110,100,58,101,125,125,102,117,110,99,116,105,111,110,32,81,97,40,116,41,123,118,97,114,32,101,61,116,46,109,97,116,99,104,40,122,116,41,59,114,101,116,117,114,110,32,101,63,101,91,49,93,46,115,112,108,105,116,40,86,116,41,58,91,93,125,102,117,110,99,116,105,111,110,32,116,115,40,116,44,101,44,110,41,123,101,61,85,111,40,101,44,116,41,59,118,97,114,32,114,61,45,49,44,105,61,101,46,108,101,110,103,116,104,44,111,61,33,49,59,119,104,105,108,101,40,43,43,114,60,105,41,123,118,97,114,32,97,61,65,115,40,101,91,114,93,41,59,105,102,40,33,40,111,61,110,117,108,108,33,61,116,38,38,110,40,116,44,97,41,41,41,98,114,101,97,107,59,116,61,116,91,97,93,125,114,101,116,117,114,110,32,111,124,124,43,43,114,33,61,105,63,111,58,40,105,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,44,33,33,105,38,38,79,108,40,105,41,38,38,97,115,40,97,44,105,41,38,38,40,99,108,40,116,41,124,124,115,108,40,116,41,41,41,125,102,117,110,99,116,105,111,110,32,101,115,40,116,41,123,118,97,114,32,101,61,116,46,108,101,110,103,116,104,44,110,61,110,101,119,32,116,46,99,111,110,115,116,114,117,99,116,111,114,40,101,41,59,114,101,116,117,114,110,32,101,38,38,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,91,48,93,38,38,102,101,46,99,97,108,108,40,116,44,34,105,110,100,101,120,34,41,38,38,40,110,46,105,110,100,101,120,61,116,46,105,110,100,101,120,44,110,46,105,110,112,117,116,61,116,46,105,110,112,117,116,41,44,110,125,102,117,110,99,116,105,111,110,32,110,115,40,116,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,46,99,111,110,115,116,114,117,99,116,111,114,124,124,100,115,40,116,41,63,123,125,58,79,114,40,120,101,40,116,41,41,125,102,117,110,99,116,105,111,110,32,114,115,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,99,111,110,115,116,114,117,99,116,111,114,59,115,119,105,116,99,104,40,101,41,123,99,97,115,101,32,104,116,58,114,101,116,117,114,110,32,75,111,40,116,41,59,99,97,115,101,32,71,58,99,97,115,101,32,89,58,114,101,116,117,114,110,32,110,101,119,32,114,40,43,116,41,59,99,97,115,101,32,100,116,58,114,101,116,117,114,110,32,88,111,40,116,44,110,41,59,99,97,115,101,32,112,116,58,99,97,115,101,32,118,116,58,99,97,115,101,32,103,116,58,99,97,115,101,32,109,116,58,99,97,115,101,32,98,116,58,99,97,115,101,32,121,116,58,99,97,115,101,32,119,116,58,99,97,115,101,32,95,116,58,99,97,115,101,32,120,116,58,114,101,116,117,114,110,32,81,111,40,116,44,110,41,59,99,97,115,101,32,81,58,114,101,116,117,114,110,32,110,101,119,32,114,59,99,97,115,101,32,116,116,58,99,97,115,101,32,115,116,58,114,101,116,117,114,110,32,110,101,119,32,114,40,116,41,59,99,97,115,101,32,111,116,58,114,101,116,117,114,110,32,90,111,40,116,41,59,99,97,115,101,32,97,116,58,114,101,116,117,114,110,32,110,101,119,32,114,59,99,97,115,101,32,99,116,58,114,101,116,117,114,110,32,74,111,40,116,41,125,125,102,117,110,99,116,105,111,110,32,105,115,40,116,44,101,41,123,118,97,114,32,110,61,101,46,108,101,110,103,116,104,59,105,102,40,33,110,41,114,101,116,117,114,110,32,116,59,118,97,114,32,114,61,110,45,49,59,114,101,116,117,114,110,32,101,91,114,93,61,40,110,62,49,63,34,38,32,34,58,34,34,41,43,101,91,114,93,44,101,61,101,46,106,111,105,110,40,110,62,50,63,34,44,32,34,58,34,32,34,41,44,116,46,114,101,112,108,97,99,101,40,78,116,44,34,123,92,110,47,42,32,91,119,114,97,112,112,101,100,32,119,105,116,104,32,34,43,101,43,34,93,32,42,47,92,110,34,41,125,102,117,110,99,116,105,111,110,32,111,115,40,116,41,123,114,101,116,117,114,110,32,99,108,40,116,41,124,124,115,108,40,116,41,124,124,33,33,40,67,101,38,38,116,38,38,116,91,67,101,93,41,125,102,117,110,99,116,105,111,110,32,97,115,40,116,44,101,41,123,118,97,114,32,110,61,116,121,112,101,111,102,32,116,59,114,101,116,117,114,110,32,101,61,110,117,108,108,61,61,101,63,70,58,101,44,33,33,101,38,38,40,34,110,117,109,98,101,114,34,61,61,110,124,124,34,115,121,109,98,111,108,34,33,61,110,38,38,74,116,46,116,101,115,116,40,116,41,41,38,38,116,62,45,49,38,38,116,37,49,61,61,48,38,38,116,60,101,125,102,117,110,99,116,105,111,110,32,115,115,40,116,44,101,44,110,41,123,105,102,40,33,83,108,40,110,41,41,114,101,116,117,114,110,33,49,59,118,97,114,32,114,61,116,121,112,101,111,102,32,101,59,114,101,116,117,114,110,33,33,40,34,110,117,109,98,101,114,34,61,61,114,63,108,108,40,110,41,38,38,97,115,40,101,44,110,46,108,101,110,103,116,104,41,58,34,115,116,114,105,110,103,34,61,61,114,38,38,101,32,105,110,32,110,41,38,38,105,108,40,110,91,101,93,44,116,41,125,102,117,110,99,116,105,111,110,32,99,115,40,116,44,101,41,123,105,102,40,99,108,40,116,41,41,114,101,116,117,114,110,33,49,59,118,97,114,32,110,61,116,121,112,101,111,102,32,116,59,114,101,116,117,114,110,33,40,34,110,117,109,98,101,114,34,33,61,110,38,38,34,115,121,109,98,111,108,34,33,61,110,38,38,34,98,111,111,108,101,97,110,34,33,61,110,38,38,110,117,108,108,33,61,116,38,38,33,82,108,40,116,41,41,124,124,40,77,116,46,116,101,115,116,40,116,41,124,124,33,76,116,46,116,101,115,116,40,116,41,124,124,110,117,108,108,33,61,101,38,38,116,32,105,110,32,110,101,40,101,41,41,125,102,117,110,99,116,105,111,110,32,117,115,40,116,41,123,118,97,114,32,101,61,116,121,112,101,111,102,32,116,59,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,101,124,124,34,110,117,109,98,101,114,34,61,61,101,124,124,34,115,121,109,98,111,108,34,61,61,101,124,124,34,98,111,111,108,101,97,110,34,61,61,101,63,34,95,95,112,114,111,116,111,95,95,34,33,61,61,116,58,110,117,108,108,61,61,61,116,125,102,117,110,99,116,105,111,110,32,108,115,40,116,41,123,118,97,114,32,101,61,86,97,40,116,41,44,110,61,95,114,91,101,93,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,110,124,124,33,40,101,32,105,110,32,80,114,46,112,114,111,116,111,116,121,112,101,41,41,114,101,116,117,114,110,33,49,59,105,102,40,116,61,61,61,110,41,114,101,116,117,114,110,33,48,59,118,97,114,32,114,61,122,97,40,110,41,59,114,101,116,117,114,110,33,33,114,38,38,116,61,61,61,114,91,48,93,125,102,117,110,99,116,105,111,110,32,102,115,40,116,41,123,114,101,116,117,114,110,33,33,100,101,38,38,100,101,32,105,110,32,116,125,40,89,101,38,38,90,97,40,110,101,119,32,89,101,40,110,101,119,32,65,114,114,97,121,66,117,102,102,101,114,40,49,41,41,41,33,61,100,116,124,124,81,101,38,38,90,97,40,110,101,119,32,81,101,41,33,61,81,124,124,116,110,38,38,90,97,40,116,110,46,114,101,115,111,108,118,101,40,41,41,33,61,114,116,124,124,101,110,38,38,90,97,40,110,101,119,32,101,110,41,33,61,97,116,124,124,110,110,38,38,90,97,40,110,101,119,32,110,110,41,33,61,108,116,41,38,38,40,90,97,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,36,105,40,116,41,44,110,61,101,61,61,110,116,63,116,46,99,111,110,115,116,114,117,99,116,111,114,58,111,44,114,61,110,63,68,115,40,110,41,58,34,34,59,105,102,40,114,41,115,119,105,116,99,104,40,114,41,123,99,97,115,101,32,108,110,58,114,101,116,117,114,110,32,100,116,59,99,97,115,101,32,104,110,58,114,101,116,117,114,110,32,81,59,99,97,115,101,32,100,110,58,114,101,116,117,114,110,32,114,116,59,99,97,115,101,32,76,110,58,114,101,116,117,114,110,32,97,116,59,99,97,115,101,32,77,110,58,114,101,116,117,114,110,32,108,116,125,114,101,116,117,114,110,32,101,125,41,59,118,97,114,32,104,115,61,117,101,63,95,108,58,75,104,59,102,117,110,99,116,105,111,110,32,100,115,40,116,41,123,118,97,114,32,101,61,116,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,44,110,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,101,38,38,101,46,112,114,111,116,111,116,121,112,101,124,124,99,101,59,114,101,116,117,114,110,32,116,61,61,61,110,125,102,117,110,99,116,105,111,110,32,112,115,40,116,41,123,114,101,116,117,114,110,32,116,61,61,61,116,38,38,33,83,108,40,116,41,125,102,117,110,99,116,105,111,110,32,118,115,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,110,38,38,40,110,91,116,93,61,61,61,101,38,38,40,101,33,61,61,111,124,124,116,32,105,110,32,110,101,40,110,41,41,41,125,125,102,117,110,99,116,105,111,110,32,103,115,40,116,41,123,118,97,114,32,101,61,78,117,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,46,115,105,122,101,61,61,61,104,38,38,110,46,99,108,101,97,114,40,41,44,116,125,41,41,44,110,61,101,46,99,97,99,104,101,59,114,101,116,117,114,110,32,101,125,102,117,110,99,116,105,111,110,32,109,115,40,116,44,101,41,123,118,97,114,32,110,61,116,91,49,93,44,114,61,101,91,49,93,44,105,61,110,124,114,44,111,61,105,60,40,121,124,119,124,67,41,44,97,61,114,61,61,67,38,38,110,61,61,120,124,124,114,61,61,67,38,38,110,61,61,80,38,38,116,91,55,93,46,108,101,110,103,116,104,60,61,101,91,56,93,124,124,114,61,61,40,67,124,80,41,38,38,101,91,55,93,46,108,101,110,103,116,104,60,61,101,91,56,93,38,38,110,61,61,120,59,105,102,40,33,111,38,38,33,97,41,114,101,116,117,114,110,32,116,59,114,38,121,38,38,40,116,91,50,93,61,101,91,50,93,44,105,124,61,110,38,121,63,48,58,95,41,59,118,97,114,32,115,61,101,91,51,93,59,105,102,40,115,41,123,118,97,114,32,99,61,116,91,51,93,59,116,91,51,93,61,99,63,110,97,40,99,44,115,44,101,91,52,93,41,58,115,44,116,91,52,93,61,99,63,102,114,40,116,91,51,93,44,100,41,58,101,91,52,93,125,114,101,116,117,114,110,32,115,61,101,91,53,93,44,115,38,38,40,99,61,116,91,53,93,44,116,91,53,93,61,99,63,114,97,40,99,44,115,44,101,91,54,93,41,58,115,44,116,91,54,93,61,99,63,102,114,40,116,91,53,93,44,100,41,58,101,91,54,93,41,44,115,61,101,91,55,93,44,115,38,38,40,116,91,55,93,61,115,41,44,114,38,67,38,38,40,116,91,56,93,61,110,117,108,108,61,61,116,91,56,93,63,101,91,56,93,58,122,101,40,116,91,56,93,44,101,91,56,93,41,41,44,110,117,108,108,61,61,116,91,57,93,38,38,40,116,91,57,93,61,101,91,57,93,41,44,116,91,48,93,61,101,91,48,93,44,116,91,49,93,61,105,44,116,125,102,117,110,99,116,105,111,110,32,98,115,40,116,41,123,118,97,114,32,101,61,91,93,59,105,102,40,110,117,108,108,33,61,116,41,102,111,114,40,118,97,114,32,110,32,105,110,32,110,101,40,116,41,41,101,46,112,117,115,104,40,110,41,59,114,101,116,117,114,110,32,101,125,102,117,110,99,116,105,111,110,32,121,115,40,116,41,123,114,101,116,117,114,110,32,112,101,46,99,97,108,108,40,116,41,125,102,117,110,99,116,105,111,110,32,119,115,40,116,44,101,44,114,41,123,114,101,116,117,114,110,32,101,61,78,101,40,101,61,61,61,111,63,116,46,108,101,110,103,116,104,45,49,58,101,44,48,41,44,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,105,61,97,114,103,117,109,101,110,116,115,44,111,61,45,49,44,97,61,78,101,40,105,46,108,101,110,103,116,104,45,101,44,48,41,44,115,61,110,40,97,41,59,119,104,105,108,101,40,43,43,111,60,97,41,115,91,111,93,61,105,91,101,43,111,93,59,111,61,45,49,59,118,97,114,32,99,61,110,40,101,43,49,41,59,119,104,105,108,101,40,43,43,111,60,101,41,99,91,111,93,61,105,91,111,93,59,114,101,116,117,114,110,32,99,91,101,93,61,114,40,115,41,44,119,110,40,116,44,116,104,105,115,44,99,41,125,125,102,117,110,99,116,105,111,110,32,95,115,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,108,101,110,103,116,104,60,50,63,116,58,77,105,40,116,44,84,111,40,101,44,48,44,45,49,41,41,125,102,117,110,99,116,105,111,110,32,120,115,40,116,44,101,41,123,118,97,114,32,110,61,116,46,108,101,110,103,116,104,44,114,61,122,101,40,101,46,108,101,110,103,116,104,44,110,41,44,105,61,105,97,40,116,41,59,119,104,105,108,101,40,114,45,45,41,123,118,97,114,32,97,61,101,91,114,93,59,116,91,114,93,61,97,115,40,97,44,110,41,63,105,91,97,93,58,111,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,79,115,40,116,44,101,41,123,105,102,40,40,34,99,111,110,115,116,114,117,99,116,111,114,34,33,61,61,101,124,124,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,116,91,101,93,41,38,38,34,95,95,112,114,111,116,111,95,95,34,33,61,101,41,114,101,116,117,114,110,32,116,91,101,93,125,118,97,114,32,83,115,61,84,115,40,107,111,41,44,107,115,61,68,101,124,124,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,99,110,46,115,101,116,84,105,109,101,111,117,116,40,116,44,101,41,125,44,67,115,61,84,115,40,67,111,41,59,102,117,110,99,116,105,111,110,32,80,115,40,116,44,101,44,110,41,123,118,97,114,32,114,61,101,43,34,34,59,114,101,116,117,114,110,32,67,115,40,116,44,105,115,40,114,44,76,115,40,81,97,40,114,41,44,110,41,41,41,125,102,117,110,99,116,105,111,110,32,84,115,40,116,41,123,118,97,114,32,101,61,48,44,110,61,48,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,114,61,86,101,40,41,44,105,61,68,45,40,114,45,110,41,59,105,102,40,110,61,114,44,105,62,48,41,123,105,102,40,43,43,101,62,61,65,41,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,91,48,93,125,101,108,115,101,32,101,61,48,59,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,111,44,97,114,103,117,109,101,110,116,115,41,125,125,102,117,110,99,116,105,111,110,32,106,115,40,116,44,101,41,123,118,97,114,32,110,61,45,49,44,114,61,116,46,108,101,110,103,116,104,44,105,61,114,45,49,59,101,61,101,61,61,61,111,63,114,58,101,59,119,104,105,108,101,40,43,43,110,60,101,41,123,118,97,114,32,97,61,98,111,40,110,44,105,41,44,115,61,116,91,97,93,59,116,91,97,93,61,116,91,110,93,44,116,91,110,93,61,115,125,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,61,101,44,116,125,118,97,114,32,69,115,61,103,115,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,91,93,59,114,101,116,117,114,110,32,52,54,61,61,61,116,46,99,104,97,114,67,111,100,101,65,116,40,48,41,38,38,101,46,112,117,115,104,40,34,34,41,44,116,46,114,101,112,108,97,99,101,40,73,116,44,40,102,117,110,99,116,105,111,110,40,116,44,110,44,114,44,105,41,123,101,46,112,117,115,104,40,114,63,105,46,114,101,112,108,97,99,101,40,87,116,44,34,36,49,34,41,58,110,124,124,116,41,125,41,41,44,101,125,41,41,59,102,117,110,99,116,105,111,110,32,65,115,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,124,124,82,108,40,116,41,41,114,101,116,117,114,110,32,116,59,118,97,114,32,101,61,116,43,34,34,59,114,101,116,117,114,110,34,48,34,61,61,101,38,38,49,47,116,61,61,45,36,63,34,45,48,34,58,101,125,102,117,110,99,116,105,111,110,32,68,115,40,116,41,123,105,102,40,110,117,108,108,33,61,116,41,123,116,114,121,123,114,101,116,117,114,110,32,108,101,46,99,97,108,108,40,116,41,125,99,97,116,99,104,40,101,41,123,125,116,114,121,123,114,101,116,117,114,110,32,116,43,34,34,125,99,97,116,99,104,40,101,41,123,125,125,114,101,116,117,114,110,34,34,125,102,117,110,99,116,105,111,110,32,76,115,40,116,44,101,41,123,114,101,116,117,114,110,32,120,110,40,72,44,40,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,34,95,46,34,43,110,91,48,93,59,101,38,110,91,49,93,38,38,33,67,110,40,116,44,114,41,38,38,116,46,112,117,115,104,40,114,41,125,41,41,44,116,46,115,111,114,116,40,41,125,102,117,110,99,116,105,111,110,32,77,115,40,116,41,123,105,102,40,116,32,105,110,115,116,97,110,99,101,111,102,32,80,114,41,114,101,116,117,114,110,32,116,46,99,108,111,110,101,40,41,59,118,97,114,32,101,61,110,101,119,32,67,114,40,116,46,95,95,119,114,97,112,112,101,100,95,95,44,116,46,95,95,99,104,97,105,110,95,95,41,59,114,101,116,117,114,110,32,101,46,95,95,97,99,116,105,111,110,115,95,95,61,105,97,40,116,46,95,95,97,99,116,105,111,110,115,95,95,41,44,101,46,95,95,105,110,100,101,120,95,95,61,116,46,95,95,105,110,100,101,120,95,95,44,101,46,95,95,118,97,108,117,101,115,95,95,61,116,46,95,95,118,97,108,117,101,115,95,95,44,101,125,102,117,110,99,116,105,111,110,32,73,115,40,116,44,101,44,114,41,123,101,61,40,114,63,115,115,40,116,44,101,44,114,41,58,101,61,61,61,111,41,63,49,58,78,101,40,89,108,40,101,41,44,48,41,59,118,97,114,32,105,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,105,102,40,33,105,124,124,101,60,49,41,114,101,116,117,114,110,91,93,59,118,97,114,32,97,61,48,44,115,61,48,44,99,61,110,40,76,101,40,105,47,101,41,41,59,119,104,105,108,101,40,97,60,105,41,99,91,115,43,43,93,61,84,111,40,116,44,97,44,97,43,61,101,41,59,114,101,116,117,114,110,32,99,125,102,117,110,99,116,105,111,110,32,36,115,40,116,41,123,118,97,114,32,101,61,45,49,44,110,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,44,114,61,48,44,105,61,91,93,59,119,104,105,108,101,40,43,43,101,60,110,41,123,118,97,114,32,111,61,116,91,101,93,59,111,38,38,40,105,91,114,43,43,93,61,111,41,125,114,101,116,117,114,110,32,105,125,102,117,110,99,116,105,111,110,32,70,115,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,105,102,40,33,116,41,114,101,116,117,114,110,91,93,59,118,97,114,32,101,61,110,40,116,45,49,41,44,114,61,97,114,103,117,109,101,110,116,115,91,48,93,44,105,61,116,59,119,104,105,108,101,40,105,45,45,41,101,91,105,45,49,93,61,97,114,103,117,109,101,110,116,115,91,105,93,59,114,101,116,117,114,110,32,106,110,40,99,108,40,114,41,63,105,97,40,114,41,58,91,114,93,44,84,105,40,101,44,49,41,41,125,118,97,114,32,66,115,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,102,108,40,116,41,63,95,105,40,116,44,84,105,40,101,44,49,44,102,108,44,33,48,41,41,58,91,93,125,41,41,44,82,115,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,111,99,40,101,41,59,114,101,116,117,114,110,32,102,108,40,110,41,38,38,40,110,61,111,41,44,102,108,40,116,41,63,95,105,40,116,44,84,105,40,101,44,49,44,102,108,44,33,48,41,44,85,97,40,110,44,50,41,41,58,91,93,125,41,41,44,78,115,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,111,99,40,101,41,59,114,101,116,117,114,110,32,102,108,40,110,41,38,38,40,110,61,111,41,44,102,108,40,116,41,63,95,105,40,116,44,84,105,40,101,44,49,44,102,108,44,33,48,41,44,111,44,110,41,58,91,93,125,41,41,59,102,117,110,99,116,105,111,110,32,122,115,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,114,63,40,101,61,110,124,124,101,61,61,61,111,63,49,58,89,108,40,101,41,44,84,111,40,116,44,101,60,48,63,48,58,101,44,114,41,41,58,91,93,125,102,117,110,99,116,105,111,110,32,86,115,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,114,63,40,101,61,110,124,124,101,61,61,61,111,63,49,58,89,108,40,101,41,44,101,61,114,45,101,44,84,111,40,116,44,48,44,101,60,48,63,48,58,101,41,41,58,91,93,125,102,117,110,99,116,105,111,110,32,72,115,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,66,111,40,116,44,85,97,40,101,44,51,41,44,33,48,44,33,48,41,58,91,93,125,102,117,110,99,116,105,111,110,32,85,115,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,66,111,40,116,44,85,97,40,101,44,51,41,44,33,48,41,58,91,93,125,102,117,110,99,116,105,111,110,32,87,115,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,105,63,40,110,38,38,34,110,117,109,98,101,114,34,33,61,116,121,112,101,111,102,32,110,38,38,115,115,40,116,44,101,44,110,41,38,38,40,110,61,48,44,114,61,105,41,44,67,105,40,116,44,101,44,110,44,114,41,41,58,91,93,125,102,117,110,99,116,105,111,110,32,113,115,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,105,102,40,33,114,41,114,101,116,117,114,110,45,49,59,118,97,114,32,105,61,110,117,108,108,61,61,110,63,48,58,89,108,40,110,41,59,114,101,116,117,114,110,32,105,60,48,38,38,40,105,61,78,101,40,114,43,105,44,48,41,41,44,70,110,40,116,44,85,97,40,101,44,51,41,44,105,41,125,102,117,110,99,116,105,111,110,32,71,115,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,105,102,40,33,114,41,114,101,116,117,114,110,45,49,59,118,97,114,32,105,61,114,45,49,59,114,101,116,117,114,110,32,110,33,61,61,111,38,38,40,105,61,89,108,40,110,41,44,105,61,110,60,48,63,78,101,40,114,43,105,44,48,41,58,122,101,40,105,44,114,45,49,41,41,44,70,110,40,116,44,85,97,40,101,44,51,41,44,105,44,33,48,41,125,102,117,110,99,116,105,111,110,32,89,115,40,116,41,123,118,97,114,32,101,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,101,63,84,105,40,116,44,49,41,58,91,93,125,102,117,110,99,116,105,111,110,32,75,115,40,116,41,123,118,97,114,32,101,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,101,63,84,105,40,116,44,36,41,58,91,93,125,102,117,110,99,116,105,111,110,32,88,115,40,116,44,101,41,123,118,97,114,32,110,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,110,63,40,101,61,101,61,61,61,111,63,49,58,89,108,40,101,41,44,84,105,40,116,44,101,41,41,58,91,93,125,102,117,110,99,116,105,111,110,32,90,115,40,116,41,123,118,97,114,32,101,61,45,49,44,110,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,44,114,61,123,125,59,119,104,105,108,101,40,43,43,101,60,110,41,123,118,97,114,32,105,61,116,91,101,93,59,114,91,105,91,48,93,93,61,105,91,49,93,125,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,74,115,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,116,91,48,93,58,111,125,102,117,110,99,116,105,111,110,32,81,115,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,105,102,40,33,114,41,114,101,116,117,114,110,45,49,59,118,97,114,32,105,61,110,117,108,108,61,61,110,63,48,58,89,108,40,110,41,59,114,101,116,117,114,110,32,105,60,48,38,38,40,105,61,78,101,40,114,43,105,44,48,41,41,44,66,110,40,116,44,101,44,105,41,125,102,117,110,99,116,105,111,110,32,116,99,40,116,41,123,118,97,114,32,101,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,101,63,84,111,40,116,44,48,44,45,49,41,58,91,93,125,118,97,114,32,101,99,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,84,110,40,116,44,86,111,41,59,114,101,116,117,114,110,32,101,46,108,101,110,103,116,104,38,38,101,91,48,93,61,61,61,116,91,48,93,63,122,105,40,101,41,58,91,93,125,41,41,44,110,99,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,111,99,40,116,41,44,110,61,84,110,40,116,44,86,111,41,59,114,101,116,117,114,110,32,101,61,61,61,111,99,40,110,41,63,101,61,111,58,110,46,112,111,112,40,41,44,110,46,108,101,110,103,116,104,38,38,110,91,48,93,61,61,61,116,91,48,93,63,122,105,40,110,44,85,97,40,101,44,50,41,41,58,91,93,125,41,41,44,114,99,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,111,99,40,116,41,44,110,61,84,110,40,116,44,86,111,41,59,114,101,116,117,114,110,32,101,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,101,63,101,58,111,44,101,38,38,110,46,112,111,112,40,41,44,110,46,108,101,110,103,116,104,38,38,110,91,48,93,61,61,61,116,91,48,93,63,122,105,40,110,44,111,44,101,41,58,91,93,125,41,41,59,102,117,110,99,116,105,111,110,32,105,99,40,116,44,101,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,34,34,58,66,101,46,99,97,108,108,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,111,99,40,116,41,123,118,97,114,32,101,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,101,63,116,91,101,45,49,93,58,111,125,102,117,110,99,116,105,111,110,32,97,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,105,102,40,33,114,41,114,101,116,117,114,110,45,49,59,118,97,114,32,105,61,114,59,114,101,116,117,114,110,32,110,33,61,61,111,38,38,40,105,61,89,108,40,110,41,44,105,61,105,60,48,63,78,101,40,114,43,105,44,48,41,58,122,101,40,105,44,114,45,49,41,41,44,101,61,61,61,101,63,118,114,40,116,44,101,44,105,41,58,70,110,40,116,44,78,110,44,105,44,33,48,41,125,102,117,110,99,116,105,111,110,32,115,99,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,108,111,40,116,44,89,108,40,101,41,41,58,111,125,118,97,114,32,99,99,61,95,111,40,117,99,41,59,102,117,110,99,116,105,111,110,32,117,99,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,38,38,101,38,38,101,46,108,101,110,103,116,104,63,103,111,40,116,44,101,41,58,116,125,102,117,110,99,116,105,111,110,32,108,99,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,38,38,101,38,38,101,46,108,101,110,103,116,104,63,103,111,40,116,44,101,44,85,97,40,110,44,50,41,41,58,116,125,102,117,110,99,116,105,111,110,32,102,99,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,38,38,101,38,38,101,46,108,101,110,103,116,104,63,103,111,40,116,44,101,44,111,44,110,41,58,116,125,118,97,114,32,104,99,61,66,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,44,114,61,118,105,40,116,44,101,41,59,114,101,116,117,114,110,32,109,111,40,116,44,84,110,40,101,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,115,40,116,44,110,41,63,43,116,58,116,125,41,41,46,115,111,114,116,40,116,97,41,41,44,114,125,41,41,59,102,117,110,99,116,105,111,110,32,100,99,40,116,44,101,41,123,118,97,114,32,110,61,91,93,59,105,102,40,33,116,124,124,33,116,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,110,59,118,97,114,32,114,61,45,49,44,105,61,91,93,44,111,61,116,46,108,101,110,103,116,104,59,101,61,85,97,40,101,44,51,41,59,119,104,105,108,101,40,43,43,114,60,111,41,123,118,97,114,32,97,61,116,91,114,93,59,101,40,97,44,114,44,116,41,38,38,40,110,46,112,117,115,104,40,97,41,44,105,46,112,117,115,104,40,114,41,41,125,114,101,116,117,114,110,32,109,111,40,116,44,105,41,44,110,125,102,117,110,99,116,105,111,110,32,112,99,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,116,58,71,101,46,99,97,108,108,40,116,41,125,102,117,110,99,116,105,111,110,32,118,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,114,63,40,110,38,38,34,110,117,109,98,101,114,34,33,61,116,121,112,101,111,102,32,110,38,38,115,115,40,116,44,101,44,110,41,63,40,101,61,48,44,110,61,114,41,58,40,101,61,110,117,108,108,61,61,101,63,48,58,89,108,40,101,41,44,110,61,110,61,61,61,111,63,114,58,89,108,40,110,41,41,44,84,111,40,116,44,101,44,110,41,41,58,91,93,125,102,117,110,99,116,105,111,110,32,103,99,40,116,44,101,41,123,114,101,116,117,114,110,32,69,111,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,109,99,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,65,111,40,116,44,101,44,85,97,40,110,44,50,41,41,125,102,117,110,99,116,105,111,110,32,98,99,40,116,44,101,41,123,118,97,114,32,110,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,105,102,40,110,41,123,118,97,114,32,114,61,69,111,40,116,44,101,41,59,105,102,40,114,60,110,38,38,105,108,40,116,91,114,93,44,101,41,41,114,101,116,117,114,110,32,114,125,114,101,116,117,114,110,45,49,125,102,117,110,99,116,105,111,110,32,121,99,40,116,44,101,41,123,114,101,116,117,114,110,32,69,111,40,116,44,101,44,33,48,41,125,102,117,110,99,116,105,111,110,32,119,99,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,65,111,40,116,44,101,44,85,97,40,110,44,50,41,44,33,48,41,125,102,117,110,99,116,105,111,110,32,95,99,40,116,44,101,41,123,118,97,114,32,110,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,105,102,40,110,41,123,118,97,114,32,114,61,69,111,40,116,44,101,44,33,48,41,45,49,59,105,102,40,105,108,40,116,91,114,93,44,101,41,41,114,101,116,117,114,110,32,114,125,114,101,116,117,114,110,45,49,125,102,117,110,99,116,105,111,110,32,120,99,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,68,111,40,116,41,58,91,93,125,102,117,110,99,116,105,111,110,32,79,99,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,68,111,40,116,44,85,97,40,101,44,50,41,41,58,91,93,125,102,117,110,99,116,105,111,110,32,83,99,40,116,41,123,118,97,114,32,101,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,101,63,84,111,40,116,44,49,44,101,41,58,91,93,125,102,117,110,99,116,105,111,110,32,107,99,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,40,101,61,110,124,124,101,61,61,61,111,63,49,58,89,108,40,101,41,44,84,111,40,116,44,48,44,101,60,48,63,48,58,101,41,41,58,91,93,125,102,117,110,99,116,105,111,110,32,67,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,114,63,40,101,61,110,124,124,101,61,61,61,111,63,49,58,89,108,40,101,41,44,101,61,114,45,101,44,84,111,40,116,44,101,60,48,63,48,58,101,44,114,41,41,58,91,93,125,102,117,110,99,116,105,111,110,32,80,99,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,66,111,40,116,44,85,97,40,101,44,51,41,44,33,49,44,33,48,41,58,91,93,125,102,117,110,99,116,105,111,110,32,84,99,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,66,111,40,116,44,85,97,40,101,44,51,41,41,58,91,93,125,118,97,114,32,106,99,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,73,111,40,84,105,40,116,44,49,44,102,108,44,33,48,41,41,125,41,41,44,69,99,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,111,99,40,116,41,59,114,101,116,117,114,110,32,102,108,40,101,41,38,38,40,101,61,111,41,44,73,111,40,84,105,40,116,44,49,44,102,108,44,33,48,41,44,85,97,40,101,44,50,41,41,125,41,41,44,65,99,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,111,99,40,116,41,59,114,101,116,117,114,110,32,101,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,101,63,101,58,111,44,73,111,40,84,105,40,116,44,49,44,102,108,44,33,48,41,44,111,44,101,41,125,41,41,59,102,117,110,99,116,105,111,110,32,68,99,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,73,111,40,116,41,58,91,93,125,102,117,110,99,116,105,111,110,32,76,99,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,73,111,40,116,44,85,97,40,101,44,50,41,41,58,91,93,125,102,117,110,99,116,105,111,110,32,77,99,40,116,44,101,41,123,114,101,116,117,114,110,32,101,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,101,63,101,58,111,44,116,38,38,116,46,108,101,110,103,116,104,63,73,111,40,116,44,111,44,101,41,58,91,93,125,102,117,110,99,116,105,111,110,32,73,99,40,116,41,123,105,102,40,33,116,124,124,33,116,46,108,101,110,103,116,104,41,114,101,116,117,114,110,91,93,59,118,97,114,32,101,61,48,59,114,101,116,117,114,110,32,116,61,107,110,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,102,108,40,116,41,41,114,101,116,117,114,110,32,101,61,78,101,40,116,46,108,101,110,103,116,104,44,101,41,44,33,48,125,41,41,44,71,110,40,101,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,84,110,40,116,44,86,110,40,101,41,41,125,41,41,125,102,117,110,99,116,105,111,110,32,36,99,40,116,44,101,41,123,105,102,40,33,116,124,124,33,116,46,108,101,110,103,116,104,41,114,101,116,117,114,110,91,93,59,118,97,114,32,110,61,73,99,40,116,41,59,114,101,116,117,114,110,32,110,117,108,108,61,61,101,63,110,58,84,110,40,110,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,119,110,40,101,44,111,44,116,41,125,41,41,125,118,97,114,32,70,99,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,102,108,40,116,41,63,95,105,40,116,44,101,41,58,91,93,125,41,41,44,66,99,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,78,111,40,107,110,40,116,44,102,108,41,41,125,41,41,44,82,99,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,111,99,40,116,41,59,114,101,116,117,114,110,32,102,108,40,101,41,38,38,40,101,61,111,41,44,78,111,40,107,110,40,116,44,102,108,41,44,85,97,40,101,44,50,41,41,125,41,41,44,78,99,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,111,99,40,116,41,59,114,101,116,117,114,110,32,101,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,101,63,101,58,111,44,78,111,40,107,110,40,116,44,102,108,41,44,111,44,101,41,125,41,41,44,122,99,61,95,111,40,73,99,41,59,102,117,110,99,116,105,111,110,32,86,99,40,116,44,101,41,123,114,101,116,117,114,110,32,122,111,40,116,124,124,91,93,44,101,124,124,91,93,44,117,105,41,125,102,117,110,99,116,105,111,110,32,72,99,40,116,44,101,41,123,114,101,116,117,114,110,32,122,111,40,116,124,124,91,93,44,101,124,124,91,93,44,83,111,41,125,118,97,114,32,85,99,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,108,101,110,103,116,104,44,110,61,101,62,49,63,116,91,101,45,49,93,58,111,59,114,101,116,117,114,110,32,110,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,110,63,40,116,46,112,111,112,40,41,44,110,41,58,111,44,36,99,40,116,44,110,41,125,41,41,59,102,117,110,99,116,105,111,110,32,87,99,40,116,41,123,118,97,114,32,101,61,95,114,40,116,41,59,114,101,116,117,114,110,32,101,46,95,95,99,104,97,105,110,95,95,61,33,48,44,101,125,102,117,110,99,116,105,111,110,32,113,99,40,116,44,101,41,123,114,101,116,117,114,110,32,101,40,116,41,44,116,125,102,117,110,99,116,105,111,110,32,71,99,40,116,44,101,41,123,114,101,116,117,114,110,32,101,40,116,41,125,118,97,114,32,89,99,61,66,97,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,108,101,110,103,116,104,44,110,61,101,63,116,91,48,93,58,48,44,114,61,116,104,105,115,46,95,95,119,114,97,112,112,101,100,95,95,44,105,61,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,118,105,40,101,44,116,41,125,59,114,101,116,117,114,110,33,40,101,62,49,124,124,116,104,105,115,46,95,95,97,99,116,105,111,110,115,95,95,46,108,101,110,103,116,104,41,38,38,114,32,105,110,115,116,97,110,99,101,111,102,32,80,114,38,38,97,115,40,110,41,63,40,114,61,114,46,115,108,105,99,101,40,110,44,43,110,43,40,101,63,49,58,48,41,41,44,114,46,95,95,97,99,116,105,111,110,115,95,95,46,112,117,115,104,40,123,102,117,110,99,58,71,99,44,97,114,103,115,58,91,105,93,44,116,104,105,115,65,114,103,58,111,125,41,44,110,101,119,32,67,114,40,114,44,116,104,105,115,46,95,95,99,104,97,105,110,95,95,41,46,116,104,114,117,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,38,38,33,116,46,108,101,110,103,116,104,38,38,116,46,112,117,115,104,40,111,41,44,116,125,41,41,41,58,116,104,105,115,46,116,104,114,117,40,105,41,125,41,41,59,102,117,110,99,116,105,111,110,32,75,99,40,41,123,114,101,116,117,114,110,32,87,99,40,116,104,105,115,41,125,102,117,110,99,116,105,111,110,32,88,99,40,41,123,114,101,116,117,114,110,32,110,101,119,32,67,114,40,116,104,105,115,46,118,97,108,117,101,40,41,44,116,104,105,115,46,95,95,99,104,97,105,110,95,95,41,125,102,117,110,99,116,105,111,110,32,90,99,40,41,123,116,104,105,115,46,95,95,118,97,108,117,101,115,95,95,61,61,61,111,38,38,40,116,104,105,115,46,95,95,118,97,108,117,101,115,95,95,61,113,108,40,116,104,105,115,46,118,97,108,117,101,40,41,41,41,59,118,97,114,32,116,61,116,104,105,115,46,95,95,105,110,100,101,120,95,95,62,61,116,104,105,115,46,95,95,118,97,108,117,101,115,95,95,46,108,101,110,103,116,104,44,101,61,116,63,111,58,116,104,105,115,46,95,95,118,97,108,117,101,115,95,95,91,116,104,105,115,46,95,95,105,110,100,101,120,95,95,43,43,93,59,114,101,116,117,114,110,123,100,111,110,101,58,116,44,118,97,108,117,101,58,101,125,125,102,117,110,99,116,105,111,110,32,74,99,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,102,117,110,99,116,105,111,110,32,81,99,40,116,41,123,118,97,114,32,101,44,110,61,116,104,105,115,59,119,104,105,108,101,40,110,32,105,110,115,116,97,110,99,101,111,102,32,107,114,41,123,118,97,114,32,114,61,77,115,40,110,41,59,114,46,95,95,105,110,100,101,120,95,95,61,48,44,114,46,95,95,118,97,108,117,101,115,95,95,61,111,44,101,63,105,46,95,95,119,114,97,112,112,101,100,95,95,61,114,58,101,61,114,59,118,97,114,32,105,61,114,59,110,61,110,46,95,95,119,114,97,112,112,101,100,95,95,125,114,101,116,117,114,110,32,105,46,95,95,119,114,97,112,112,101,100,95,95,61,116,44,101,125,102,117,110,99,116,105,111,110,32,116,117,40,41,123,118,97,114,32,116,61,116,104,105,115,46,95,95,119,114,97,112,112,101,100,95,95,59,105,102,40,116,32,105,110,115,116,97,110,99,101,111,102,32,80,114,41,123,118,97,114,32,101,61,116,59,114,101,116,117,114,110,32,116,104,105,115,46,95,95,97,99,116,105,111,110,115,95,95,46,108,101,110,103,116,104,38,38,40,101,61,110,101,119,32,80,114,40,116,104,105,115,41,41,44,101,61,101,46,114,101,118,101,114,115,101,40,41,44,101,46,95,95,97,99,116,105,111,110,115,95,95,46,112,117,115,104,40,123,102,117,110,99,58,71,99,44,97,114,103,115,58,91,112,99,93,44,116,104,105,115,65,114,103,58,111,125,41,44,110,101,119,32,67,114,40,101,44,116,104,105,115,46,95,95,99,104,97,105,110,95,95,41,125,114,101,116,117,114,110,32,116,104,105,115,46,116,104,114,117,40,112,99,41,125,102,117,110,99,116,105,111,110,32,101,117,40,41,123,114,101,116,117,114,110,32,82,111,40,116,104,105,115,46,95,95,119,114,97,112,112,101,100,95,95,44,116,104,105,115,46,95,95,97,99,116,105,111,110,115,95,95,41,125,118,97,114,32,110,117,61,99,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,102,101,46,99,97,108,108,40,116,44,110,41,63,43,43,116,91,110,93,58,112,105,40,116,44,110,44,49,41,125,41,41,59,102,117,110,99,116,105,111,110,32,114,117,40,116,44,101,44,110,41,123,118,97,114,32,114,61,99,108,40,116,41,63,83,110,58,83,105,59,114,101,116,117,114,110,32,110,38,38,115,115,40,116,44,101,44,110,41,38,38,40,101,61,111,41,44,114,40,116,44,85,97,40,101,44,51,41,41,125,102,117,110,99,116,105,111,110,32,105,117,40,116,44,101,41,123,118,97,114,32,110,61,99,108,40,116,41,63,107,110,58,80,105,59,114,101,116,117,114,110,32,110,40,116,44,85,97,40,101,44,51,41,41,125,118,97,114,32,111,117,61,109,97,40,113,115,41,44,97,117,61,109,97,40,71,115,41,59,102,117,110,99,116,105,111,110,32,115,117,40,116,44,101,41,123,114,101,116,117,114,110,32,84,105,40,103,117,40,116,44,101,41,44,49,41,125,102,117,110,99,116,105,111,110,32,99,117,40,116,44,101,41,123,114,101,116,117,114,110,32,84,105,40,103,117,40,116,44,101,41,44,36,41,125,102,117,110,99,116,105,111,110,32,117,117,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,110,61,110,61,61,61,111,63,49,58,89,108,40,110,41,44,84,105,40,103,117,40,116,44,101,41,44,110,41,125,102,117,110,99,116,105,111,110,32,108,117,40,116,44,101,41,123,118,97,114,32,110,61,99,108,40,116,41,63,120,110,58,120,105,59,114,101,116,117,114,110,32,110,40,116,44,85,97,40,101,44,51,41,41,125,102,117,110,99,116,105,111,110,32,102,117,40,116,44,101,41,123,118,97,114,32,110,61,99,108,40,116,41,63,79,110,58,79,105,59,114,101,116,117,114,110,32,110,40,116,44,85,97,40,101,44,51,41,41,125,118,97,114,32,104,117,61,99,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,102,101,46,99,97,108,108,40,116,44,110,41,63,116,91,110,93,46,112,117,115,104,40,101,41,58,112,105,40,116,44,110,44,91,101,93,41,125,41,41,59,102,117,110,99,116,105,111,110,32,100,117,40,116,44,101,44,110,44,114,41,123,116,61,108,108,40,116,41,63,116,58,86,102,40,116,41,44,110,61,110,38,38,33,114,63,89,108,40,110,41,58,48,59,118,97,114,32,105,61,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,110,60,48,38,38,40,110,61,78,101,40,105,43,110,44,48,41,41,44,66,108,40,116,41,63,110,60,61,105,38,38,116,46,105,110,100,101,120,79,102,40,101,44,110,41,62,45,49,58,33,33,105,38,38,66,110,40,116,44,101,44,110,41,62,45,49,125,118,97,114,32,112,117,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,114,41,123,118,97,114,32,105,61,45,49,44,111,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,101,44,97,61,108,108,40,116,41,63,110,40,116,46,108,101,110,103,116,104,41,58,91,93,59,114,101,116,117,114,110,32,120,105,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,97,91,43,43,105,93,61,111,63,119,110,40,101,44,116,44,114,41,58,72,105,40,116,44,101,44,114,41,125,41,41,44,97,125,41,41,44,118,117,61,99,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,112,105,40,116,44,110,44,101,41,125,41,41,59,102,117,110,99,116,105,111,110,32,103,117,40,116,44,101,41,123,118,97,114,32,110,61,99,108,40,116,41,63,84,110,58,111,111,59,114,101,116,117,114,110,32,110,40,116,44,85,97,40,101,44,51,41,41,125,102,117,110,99,116,105,111,110,32,109,117,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,91,93,58,40,99,108,40,101,41,124,124,40,101,61,110,117,108,108,61,61,101,63,91,93,58,91,101,93,41,44,110,61,114,63,111,58,110,44,99,108,40,110,41,124,124,40,110,61,110,117,108,108,61,61,110,63,91,93,58,91,110,93,41,44,102,111,40,116,44,101,44,110,41,41,125,118,97,114,32,98,117,61,99,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,91,110,63,48,58,49,93,46,112,117,115,104,40,101,41,125,41,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,91,93,44,91,93,93,125,41,41,59,102,117,110,99,116,105,111,110,32,121,117,40,116,44,101,44,110,41,123,118,97,114,32,114,61,99,108,40,116,41,63,69,110,58,85,110,44,105,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,51,59,114,101,116,117,114,110,32,114,40,116,44,85,97,40,101,44,52,41,44,110,44,105,44,120,105,41,125,102,117,110,99,116,105,111,110,32,119,117,40,116,44,101,44,110,41,123,118,97,114,32,114,61,99,108,40,116,41,63,65,110,58,85,110,44,105,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,51,59,114,101,116,117,114,110,32,114,40,116,44,85,97,40,101,44,52,41,44,110,44,105,44,79,105,41,125,102,117,110,99,116,105,111,110,32,95,117,40,116,44,101,41,123,118,97,114,32,110,61,99,108,40,116,41,63,107,110,58,80,105,59,114,101,116,117,114,110,32,110,40,116,44,122,117,40,85,97,40,101,44,51,41,41,41,125,102,117,110,99,116,105,111,110,32,120,117,40,116,41,123,118,97,114,32,101,61,99,108,40,116,41,63,111,105,58,120,111,59,114,101,116,117,114,110,32,101,40,116,41,125,102,117,110,99,116,105,111,110,32,79,117,40,116,44,101,44,110,41,123,101,61,40,110,63,115,115,40,116,44,101,44,110,41,58,101,61,61,61,111,41,63,49,58,89,108,40,101,41,59,118,97,114,32,114,61,99,108,40,116,41,63,97,105,58,79,111,59,114,101,116,117,114,110,32,114,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,83,117,40,116,41,123,118,97,114,32,101,61,99,108,40,116,41,63,115,105,58,80,111,59,114,101,116,117,114,110,32,101,40,116,41,125,102,117,110,99,116,105,111,110,32,107,117,40,116,41,123,105,102,40,110,117,108,108,61,61,116,41,114,101,116,117,114,110,32,48,59,105,102,40,108,108,40,116,41,41,114,101,116,117,114,110,32,66,108,40,116,41,63,103,114,40,116,41,58,116,46,108,101,110,103,116,104,59,118,97,114,32,101,61,90,97,40,116,41,59,114,101,116,117,114,110,32,101,61,61,81,124,124,101,61,61,97,116,63,116,46,115,105,122,101,58,110,111,40,116,41,46,108,101,110,103,116,104,125,102,117,110,99,116,105,111,110,32,67,117,40,116,44,101,44,110,41,123,118,97,114,32,114,61,99,108,40,116,41,63,68,110,58,106,111,59,114,101,116,117,114,110,32,110,38,38,115,115,40,116,44,101,44,110,41,38,38,40,101,61,111,41,44,114,40,116,44,85,97,40,101,44,51,41,41,125,118,97,114,32,80,117,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,110,117,108,108,61,61,116,41,114,101,116,117,114,110,91,93,59,118,97,114,32,110,61,101,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,110,62,49,38,38,115,115,40,116,44,101,91,48,93,44,101,91,49,93,41,63,101,61,91,93,58,110,62,50,38,38,115,115,40,101,91,48,93,44,101,91,49,93,44,101,91,50,93,41,38,38,40,101,61,91,101,91,48,93,93,41,44,102,111,40,116,44,84,105,40,101,44,49,41,44,91,93,41,125,41,41,44,84,117,61,65,101,124,124,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,99,110,46,68,97,116,101,46,110,111,119,40,41,125,59,102,117,110,99,116,105,111,110,32,106,117,40,116,44,101,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,101,41,116,104,114,111,119,32,110,101,119,32,111,101,40,117,41,59,114,101,116,117,114,110,32,116,61,89,108,40,116,41,44,102,117,110,99,116,105,111,110,40,41,123,105,102,40,45,45,116,60,49,41,114,101,116,117,114,110,32,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,125,102,117,110,99,116,105,111,110,32,69,117,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,61,110,63,111,58,101,44,101,61,116,38,38,110,117,108,108,61,61,101,63,116,46,108,101,110,103,116,104,58,101,44,65,97,40,116,44,67,44,111,44,111,44,111,44,111,44,101,41,125,102,117,110,99,116,105,111,110,32,65,117,40,116,44,101,41,123,118,97,114,32,110,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,101,41,116,104,114,111,119,32,110,101,119,32,111,101,40,117,41,59,114,101,116,117,114,110,32,116,61,89,108,40,116,41,44,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,45,45,116,62,48,38,38,40,110,61,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,41,44,116,60,61,49,38,38,40,101,61,111,41,44,110,125,125,118,97,114,32,68,117,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,121,59,105,102,40,110,46,108,101,110,103,116,104,41,123,118,97,114,32,105,61,102,114,40,110,44,72,97,40,68,117,41,41,59,114,124,61,83,125,114,101,116,117,114,110,32,65,97,40,116,44,114,44,101,44,110,44,105,41,125,41,41,44,76,117,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,121,124,119,59,105,102,40,110,46,108,101,110,103,116,104,41,123,118,97,114,32,105,61,102,114,40,110,44,72,97,40,76,117,41,41,59,114,124,61,83,125,114,101,116,117,114,110,32,65,97,40,101,44,114,44,116,44,110,44,105,41,125,41,41,59,102,117,110,99,116,105,111,110,32,77,117,40,116,44,101,44,110,41,123,101,61,110,63,111,58,101,59,118,97,114,32,114,61,65,97,40,116,44,120,44,111,44,111,44,111,44,111,44,111,44,101,41,59,114,101,116,117,114,110,32,114,46,112,108,97,99,101,104,111,108,100,101,114,61,77,117,46,112,108,97,99,101,104,111,108,100,101,114,44,114,125,102,117,110,99,116,105,111,110,32,73,117,40,116,44,101,44,110,41,123,101,61,110,63,111,58,101,59,118,97,114,32,114,61,65,97,40,116,44,79,44,111,44,111,44,111,44,111,44,111,44,101,41,59,114,101,116,117,114,110,32,114,46,112,108,97,99,101,104,111,108,100,101,114,61,73,117,46,112,108,97,99,101,104,111,108,100,101,114,44,114,125,102,117,110,99,116,105,111,110,32,36,117,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,97,44,115,44,99,44,108,44,102,61,48,44,104,61,33,49,44,100,61,33,49,44,112,61,33,48,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,110,101,119,32,111,101,40,117,41,59,102,117,110,99,116,105,111,110,32,118,40,101,41,123,118,97,114,32,110,61,114,44,97,61,105,59,114,101,116,117,114,110,32,114,61,105,61,111,44,102,61,101,44,115,61,116,46,97,112,112,108,121,40,97,44,110,41,44,115,125,102,117,110,99,116,105,111,110,32,103,40,116,41,123,114,101,116,117,114,110,32,102,61,116,44,99,61,107,115,40,121,44,101,41,44,104,63,118,40,116,41,58,115,125,102,117,110,99,116,105,111,110,32,109,40,116,41,123,118,97,114,32,110,61,116,45,108,44,114,61,116,45,102,44,105,61,101,45,110,59,114,101,116,117,114,110,32,100,63,122,101,40,105,44,97,45,114,41,58,105,125,102,117,110,99,116,105,111,110,32,98,40,116,41,123,118,97,114,32,110,61,116,45,108,44,114,61,116,45,102,59,114,101,116,117,114,110,32,108,61,61,61,111,124,124,110,62,61,101,124,124,110,60,48,124,124,100,38,38,114,62,61,97,125,102,117,110,99,116,105,111,110,32,121,40,41,123,118,97,114,32,116,61,84,117,40,41,59,105,102,40,98,40,116,41,41,114,101,116,117,114,110,32,119,40,116,41,59,99,61,107,115,40,121,44,109,40,116,41,41,125,102,117,110,99,116,105,111,110,32,119,40,116,41,123,114,101,116,117,114,110,32,99,61,111,44,112,38,38,114,63,118,40,116,41,58,40,114,61,105,61,111,44,115,41,125,102,117,110,99,116,105,111,110,32,95,40,41,123,99,33,61,61,111,38,38,71,111,40,99,41,44,102,61,48,44,114,61,108,61,105,61,99,61,111,125,102,117,110,99,116,105,111,110,32,120,40,41,123,114,101,116,117,114,110,32,99,61,61,61,111,63,115,58,119,40,84,117,40,41,41,125,102,117,110,99,116,105,111,110,32,79,40,41,123,118,97,114,32,116,61,84,117,40,41,44,110,61,98,40,116,41,59,105,102,40,114,61,97,114,103,117,109,101,110,116,115,44,105,61,116,104,105,115,44,108,61,116,44,110,41,123,105,102,40,99,61,61,61,111,41,114,101,116,117,114,110,32,103,40,108,41,59,105,102,40,100,41,114,101,116,117,114,110,32,71,111,40,99,41,44,99,61,107,115,40,121,44,101,41,44,118,40,108,41,125,114,101,116,117,114,110,32,99,61,61,61,111,38,38,40,99,61,107,115,40,121,44,101,41,41,44,115,125,114,101,116,117,114,110,32,101,61,88,108,40,101,41,124,124,48,44,83,108,40,110,41,38,38,40,104,61,33,33,110,46,108,101,97,100,105,110,103,44,100,61,34,109,97,120,87,97,105,116,34,105,110,32,110,44,97,61,100,63,78,101,40,88,108,40,110,46,109,97,120,87,97,105,116,41,124,124,48,44,101,41,58,97,44,112,61,34,116,114,97,105,108,105,110,103,34,105,110,32,110,63,33,33,110,46,116,114,97,105,108,105,110,103,58,112,41,44,79,46,99,97,110,99,101,108,61,95,44,79,46,102,108,117,115,104,61,120,44,79,125,118,97,114,32,70,117,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,119,105,40,116,44,49,44,101,41,125,41,41,44,66,117,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,119,105,40,116,44,88,108,40,101,41,124,124,48,44,110,41,125,41,41,59,102,117,110,99,116,105,111,110,32,82,117,40,116,41,123,114,101,116,117,114,110,32,65,97,40,116,44,84,41,125,102,117,110,99,116,105,111,110,32,78,117,40,116,44,101,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,124,124,110,117,108,108,33,61,101,38,38,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,101,41,116,104,114,111,119,32,110,101,119,32,111,101,40,117,41,59,118,97,114,32,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,114,61,97,114,103,117,109,101,110,116,115,44,105,61,101,63,101,46,97,112,112,108,121,40,116,104,105,115,44,114,41,58,114,91,48,93,44,111,61,110,46,99,97,99,104,101,59,105,102,40,111,46,104,97,115,40,105,41,41,114,101,116,117,114,110,32,111,46,103,101,116,40,105,41,59,118,97,114,32,97,61,116,46,97,112,112,108,121,40,116,104,105,115,44,114,41,59,114,101,116,117,114,110,32,110,46,99,97,99,104,101,61,111,46,115,101,116,40,105,44,97,41,124,124,111,44,97,125,59,114,101,116,117,114,110,32,110,46,99,97,99,104,101,61,110,101,119,40,78,117,46,67,97,99,104,101,124,124,72,114,41,44,110,125,102,117,110,99,116,105,111,110,32,122,117,40,116,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,110,101,119,32,111,101,40,117,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,59,115,119,105,116,99,104,40,101,46,108,101,110,103,116,104,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,33,116,46,99,97,108,108,40,116,104,105,115,41,59,99,97,115,101,32,49,58,114,101,116,117,114,110,33,116,46,99,97,108,108,40,116,104,105,115,44,101,91,48,93,41,59,99,97,115,101,32,50,58,114,101,116,117,114,110,33,116,46,99,97,108,108,40,116,104,105,115,44,101,91,48,93,44,101,91,49,93,41,59,99,97,115,101,32,51,58,114,101,116,117,114,110,33,116,46,99,97,108,108,40,116,104,105,115,44,101,91,48,93,44,101,91,49,93,44,101,91,50,93,41,125,114,101,116,117,114,110,33,116,46,97,112,112,108,121,40,116,104,105,115,44,101,41,125,125,102,117,110,99,116,105,111,110,32,86,117,40,116,41,123,114,101,116,117,114,110,32,65,117,40,50,44,116,41,125,78,117,46,67,97,99,104,101,61,72,114,59,118,97,114,32,72,117,61,87,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,101,61,49,61,61,101,46,108,101,110,103,116,104,38,38,99,108,40,101,91,48,93,41,63,84,110,40,101,91,48,93,44,88,110,40,85,97,40,41,41,41,58,84,110,40,84,105,40,101,44,49,41,44,88,110,40,85,97,40,41,41,41,59,118,97,114,32,110,61,101,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,95,111,40,40,102,117,110,99,116,105,111,110,40,114,41,123,118,97,114,32,105,61,45,49,44,111,61,122,101,40,114,46,108,101,110,103,116,104,44,110,41,59,119,104,105,108,101,40,43,43,105,60,111,41,114,91,105,93,61,101,91,105,93,46,99,97,108,108,40,116,104,105,115,44,114,91,105,93,41,59,114,101,116,117,114,110,32,119,110,40,116,44,116,104,105,115,44,114,41,125,41,41,125,41,41,44,85,117,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,102,114,40,101,44,72,97,40,85,117,41,41,59,114,101,116,117,114,110,32,65,97,40,116,44,83,44,111,44,101,44,110,41,125,41,41,44,87,117,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,102,114,40,101,44,72,97,40,87,117,41,41,59,114,101,116,117,114,110,32,65,97,40,116,44,107,44,111,44,101,44,110,41,125,41,41,44,113,117,61,66,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,65,97,40,116,44,80,44,111,44,111,44,111,44,101,41,125,41,41,59,102,117,110,99,116,105,111,110,32,71,117,40,116,44,101,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,110,101,119,32,111,101,40,117,41,59,114,101,116,117,114,110,32,101,61,101,61,61,61,111,63,101,58,89,108,40,101,41,44,95,111,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,89,117,40,116,44,101,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,110,101,119,32,111,101,40,117,41,59,114,101,116,117,114,110,32,101,61,110,117,108,108,61,61,101,63,48,58,78,101,40,89,108,40,101,41,44,48,41,44,95,111,40,40,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,110,91,101,93,44,105,61,113,111,40,110,44,48,44,101,41,59,114,101,116,117,114,110,32,114,38,38,106,110,40,105,44,114,41,44,119,110,40,116,44,116,104,105,115,44,105,41,125,41,41,125,102,117,110,99,116,105,111,110,32,75,117,40,116,44,101,44,110,41,123,118,97,114,32,114,61,33,48,44,105,61,33,48,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,110,101,119,32,111,101,40,117,41,59,114,101,116,117,114,110,32,83,108,40,110,41,38,38,40,114,61,34,108,101,97,100,105,110,103,34,105,110,32,110,63,33,33,110,46,108,101,97,100,105,110,103,58,114,44,105,61,34,116,114,97,105,108,105,110,103,34,105,110,32,110,63,33,33,110,46,116,114,97,105,108,105,110,103,58,105,41,44,36,117,40,116,44,101,44,123,108,101,97,100,105,110,103,58,114,44,109,97,120,87,97,105,116,58,101,44,116,114,97,105,108,105,110,103,58,105,125,41,125,102,117,110,99,116,105,111,110,32,88,117,40,116,41,123,114,101,116,117,114,110,32,69,117,40,116,44,49,41,125,102,117,110,99,116,105,111,110,32,90,117,40,116,44,101,41,123,114,101,116,117,114,110,32,85,117,40,72,111,40,101,41,44,116,41,125,102,117,110,99,116,105,111,110,32,74,117,40,41,123,105,102,40,33,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,41,114,101,116,117,114,110,91,93,59,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,91,48,93,59,114,101,116,117,114,110,32,99,108,40,116,41,63,116,58,91,116,93,125,102,117,110,99,116,105,111,110,32,81,117,40,116,41,123,114,101,116,117,114,110,32,109,105,40,116,44,103,41,125,102,117,110,99,116,105,111,110,32,116,108,40,116,44,101,41,123,114,101,116,117,114,110,32,101,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,101,63,101,58,111,44,109,105,40,116,44,103,44,101,41,125,102,117,110,99,116,105,111,110,32,101,108,40,116,41,123,114,101,116,117,114,110,32,109,105,40,116,44,112,124,103,41,125,102,117,110,99,116,105,111,110,32,110,108,40,116,44,101,41,123,114,101,116,117,114,110,32,101,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,101,63,101,58,111,44,109,105,40,116,44,112,124,103,44,101,41,125,102,117,110,99,116,105,111,110,32,114,108,40,116,44,101,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,101,124,124,121,105,40,116,44,101,44,79,102,40,101,41,41,125,102,117,110,99,116,105,111,110,32,105,108,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,61,61,101,124,124,116,33,61,61,116,38,38,101,33,61,61,101,125,118,97,114,32,111,108,61,67,97,40,70,105,41,44,97,108,61,67,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,62,61,101,125,41,41,44,115,108,61,85,105,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,125,40,41,41,63,85,105,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,107,108,40,116,41,38,38,102,101,46,99,97,108,108,40,116,44,34,99,97,108,108,101,101,34,41,38,38,33,83,101,46,99,97,108,108,40,116,44,34,99,97,108,108,101,101,34,41,125,44,99,108,61,110,46,105,115,65,114,114,97,121,44,117,108,61,112,110,63,88,110,40,112,110,41,58,87,105,59,102,117,110,99,116,105,111,110,32,108,108,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,116,38,38,79,108,40,116,46,108,101,110,103,116,104,41,38,38,33,95,108,40,116,41,125,102,117,110,99,116,105,111,110,32,102,108,40,116,41,123,114,101,116,117,114,110,32,107,108,40,116,41,38,38,108,108,40,116,41,125,102,117,110,99,116,105,111,110,32,104,108,40,116,41,123,114,101,116,117,114,110,33,48,61,61,61,116,124,124,33,49,61,61,61,116,124,124,107,108,40,116,41,38,38,36,105,40,116,41,61,61,71,125,118,97,114,32,100,108,61,36,101,124,124,75,104,44,112,108,61,118,110,63,88,110,40,118,110,41,58,113,105,59,102,117,110,99,116,105,111,110,32,118,108,40,116,41,123,114,101,116,117,114,110,32,107,108,40,116,41,38,38,49,61,61,61,116,46,110,111,100,101,84,121,112,101,38,38,33,77,108,40,116,41,125,102,117,110,99,116,105,111,110,32,103,108,40,116,41,123,105,102,40,110,117,108,108,61,61,116,41,114,101,116,117,114,110,33,48,59,105,102,40,108,108,40,116,41,38,38,40,99,108,40,116,41,124,124,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,124,124,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,46,115,112,108,105,99,101,124,124,100,108,40,116,41,124,124,78,108,40,116,41,124,124,115,108,40,116,41,41,41,114,101,116,117,114,110,33,116,46,108,101,110,103,116,104,59,118,97,114,32,101,61,90,97,40,116,41,59,105,102,40,101,61,61,81,124,124,101,61,61,97,116,41,114,101,116,117,114,110,33,116,46,115,105,122,101,59,105,102,40,100,115,40,116,41,41,114,101,116,117,114,110,33,110,111,40,116,41,46,108,101,110,103,116,104,59,102,111,114,40,118,97,114,32,110,32,105,110,32,116,41,105,102,40,102,101,46,99,97,108,108,40,116,44,110,41,41,114,101,116,117,114,110,33,49,59,114,101,116,117,114,110,33,48,125,102,117,110,99,116,105,111,110,32,109,108,40,116,44,101,41,123,114,101,116,117,114,110,32,71,105,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,98,108,40,116,44,101,44,110,41,123,110,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,110,63,110,58,111,59,118,97,114,32,114,61,110,63,110,40,116,44,101,41,58,111,59,114,101,116,117,114,110,32,114,61,61,61,111,63,71,105,40,116,44,101,44,111,44,110,41,58,33,33,114,125,102,117,110,99,116,105,111,110,32,121,108,40,116,41,123,105,102,40,33,107,108,40,116,41,41,114,101,116,117,114,110,33,49,59,118,97,114,32,101,61,36,105,40,116,41,59,114,101,116,117,114,110,32,101,61,61,88,124,124,101,61,61,75,124,124,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,46,109,101,115,115,97,103,101,38,38,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,46,110,97,109,101,38,38,33,77,108,40,116,41,125,102,117,110,99,116,105,111,110,32,119,108,40,116,41,123,114,101,116,117,114,110,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,116,38,38,70,101,40,116,41,125,102,117,110,99,116,105,111,110,32,95,108,40,116,41,123,105,102,40,33,83,108,40,116,41,41,114,101,116,117,114,110,33,49,59,118,97,114,32,101,61,36,105,40,116,41,59,114,101,116,117,114,110,32,101,61,61,90,124,124,101,61,61,74,124,124,101,61,61,113,124,124,101,61,61,105,116,125,102,117,110,99,116,105,111,110,32,120,108,40,116,41,123,114,101,116,117,114,110,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,116,38,38,116,61,61,89,108,40,116,41,125,102,117,110,99,116,105,111,110,32,79,108,40,116,41,123,114,101,116,117,114,110,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,116,38,38,116,62,45,49,38,38,116,37,49,61,61,48,38,38,116,60,61,70,125,102,117,110,99,116,105,111,110,32,83,108,40,116,41,123,118,97,114,32,101,61,116,121,112,101,111,102,32,116,59,114,101,116,117,114,110,32,110,117,108,108,33,61,116,38,38,40,34,111,98,106,101,99,116,34,61,61,101,124,124,34,102,117,110,99,116,105,111,110,34,61,61,101,41,125,102,117,110,99,116,105,111,110,32,107,108,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,116,38,38,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,116,125,118,97,114,32,67,108,61,103,110,63,88,110,40,103,110,41,58,75,105,59,102,117,110,99,116,105,111,110,32,80,108,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,61,61,101,124,124,88,105,40,116,44,101,44,113,97,40,101,41,41,125,102,117,110,99,116,105,111,110,32,84,108,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,110,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,110,63,110,58,111,44,88,105,40,116,44,101,44,113,97,40,101,41,44,110,41,125,102,117,110,99,116,105,111,110,32,106,108,40,116,41,123,114,101,116,117,114,110,32,76,108,40,116,41,38,38,116,33,61,43,116,125,102,117,110,99,116,105,111,110,32,69,108,40,116,41,123,105,102,40,104,115,40,116,41,41,116,104,114,111,119,32,110,101,119,32,105,40,99,41,59,114,101,116,117,114,110,32,90,105,40,116,41,125,102,117,110,99,116,105,111,110,32,65,108,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,61,116,125,102,117,110,99,116,105,111,110,32,68,108,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,125,102,117,110,99,116,105,111,110,32,76,108,40,116,41,123,114,101,116,117,114,110,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,116,124,124,107,108,40,116,41,38,38,36,105,40,116,41,61,61,116,116,125,102,117,110,99,116,105,111,110,32,77,108,40,116,41,123,105,102,40,33,107,108,40,116,41,124,124,36,105,40,116,41,33,61,110,116,41,114,101,116,117,114,110,33,49,59,118,97,114,32,101,61,120,101,40,116,41,59,105,102,40,110,117,108,108,61,61,61,101,41,114,101,116,117,114,110,33,48,59,118,97,114,32,110,61,102,101,46,99,97,108,108,40,101,44,34,99,111,110,115,116,114,117,99,116,111,114,34,41,38,38,101,46,99,111,110,115,116,114,117,99,116,111,114,59,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,110,38,38,110,32,105,110,115,116,97,110,99,101,111,102,32,110,38,38,108,101,46,99,97,108,108,40,110,41,61,61,118,101,125,118,97,114,32,73,108,61,109,110,63,88,110,40,109,110,41,58,74,105,59,102,117,110,99,116,105,111,110,32,36,108,40,116,41,123,114,101,116,117,114,110,32,120,108,40,116,41,38,38,116,62,61,45,70,38,38,116,60,61,70,125,118,97,114,32,70,108,61,98,110,63,88,110,40,98,110,41,58,81,105,59,102,117,110,99,116,105,111,110,32,66,108,40,116,41,123,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,124,124,33,99,108,40,116,41,38,38,107,108,40,116,41,38,38,36,105,40,116,41,61,61,115,116,125,102,117,110,99,116,105,111,110,32,82,108,40,116,41,123,114,101,116,117,114,110,34,115,121,109,98,111,108,34,61,61,116,121,112,101,111,102,32,116,124,124,107,108,40,116,41,38,38,36,105,40,116,41,61,61,99,116,125,118,97,114,32,78,108,61,121,110,63,88,110,40,121,110,41,58,116,111,59,102,117,110,99,116,105,111,110,32,122,108,40,116,41,123,114,101,116,117,114,110,32,116,61,61,61,111,125,102,117,110,99,116,105,111,110,32,86,108,40,116,41,123,114,101,116,117,114,110,32,107,108,40,116,41,38,38,90,97,40,116,41,61,61,108,116,125,102,117,110,99,116,105,111,110,32,72,108,40,116,41,123,114,101,116,117,114,110,32,107,108,40,116,41,38,38,36,105,40,116,41,61,61,102,116,125,118,97,114,32,85,108,61,67,97,40,105,111,41,44,87,108,61,67,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,60,61,101,125,41,41,59,102,117,110,99,116,105,111,110,32,113,108,40,116,41,123,105,102,40,33,116,41,114,101,116,117,114,110,91,93,59,105,102,40,108,108,40,116,41,41,114,101,116,117,114,110,32,66,108,40,116,41,63,109,114,40,116,41,58,105,97,40,116,41,59,105,102,40,80,101,38,38,116,91,80,101,93,41,114,101,116,117,114,110,32,99,114,40,116,91,80,101,93,40,41,41,59,118,97,114,32,101,61,90,97,40,116,41,44,110,61,101,61,61,81,63,117,114,58,101,61,61,97,116,63,104,114,58,86,102,59,114,101,116,117,114,110,32,110,40,116,41,125,102,117,110,99,116,105,111,110,32,71,108,40,116,41,123,105,102,40,33,116,41,114,101,116,117,114,110,32,48,61,61,61,116,63,116,58,48,59,105,102,40,116,61,88,108,40,116,41,44,116,61,61,61,36,124,124,116,61,61,61,45,36,41,123,118,97,114,32,101,61,116,60,48,63,45,49,58,49,59,114,101,116,117,114,110,32,101,42,66,125,114,101,116,117,114,110,32,116,61,61,61,116,63,116,58,48,125,102,117,110,99,116,105,111,110,32,89,108,40,116,41,123,118,97,114,32,101,61,71,108,40,116,41,44,110,61,101,37,49,59,114,101,116,117,114,110,32,101,61,61,61,101,63,110,63,101,45,110,58,101,58,48,125,102,117,110,99,116,105,111,110,32,75,108,40,116,41,123,114,101,116,117,114,110,32,116,63,103,105,40,89,108,40,116,41,44,48,44,78,41,58,48,125,102,117,110,99,116,105,111,110,32,88,108,40,116,41,123,105,102,40,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,116,59,105,102,40,82,108,40,116,41,41,114,101,116,117,114,110,32,82,59,105,102,40,83,108,40,116,41,41,123,118,97,114,32,101,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,46,118,97,108,117,101,79,102,63,116,46,118,97,108,117,101,79,102,40,41,58,116,59,116,61,83,108,40,101,41,63,101,43,34,34,58,101,125,105,102,40,34,115,116,114,105,110,103,34,33,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,48,61,61,61,116,63,116,58,43,116,59,116,61,75,110,40,116,41,59,118,97,114,32,110,61,75,116,46,116,101,115,116,40,116,41,59,114,101,116,117,114,110,32,110,124,124,90,116,46,116,101,115,116,40,116,41,63,111,110,40,116,46,115,108,105,99,101,40,50,41,44,110,63,50,58,56,41,58,89,116,46,116,101,115,116,40,116,41,63,82,58,43,116,125,102,117,110,99,116,105,111,110,32,90,108,40,116,41,123,114,101,116,117,114,110,32,111,97,40,116,44,83,102,40,116,41,41,125,102,117,110,99,116,105,111,110,32,74,108,40,116,41,123,114,101,116,117,114,110,32,116,63,103,105,40,89,108,40,116,41,44,45,70,44,70,41,58,48,61,61,61,116,63,116,58,48,125,102,117,110,99,116,105,111,110,32,81,108,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,34,34,58,77,111,40,116,41,125,118,97,114,32,116,102,61,117,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,100,115,40,101,41,124,124,108,108,40,101,41,41,111,97,40,101,44,79,102,40,101,41,44,116,41,59,101,108,115,101,32,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,102,101,46,99,97,108,108,40,101,44,110,41,38,38,117,105,40,116,44,110,44,101,91,110,93,41,125,41,41,44,101,102,61,117,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,111,97,40,101,44,83,102,40,101,41,44,116,41,125,41,41,44,110,102,61,117,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,111,97,40,101,44,83,102,40,101,41,44,116,44,114,41,125,41,41,44,114,102,61,117,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,111,97,40,101,44,79,102,40,101,41,44,116,44,114,41,125,41,41,44,111,102,61,66,97,40,118,105,41,59,102,117,110,99,116,105,111,110,32,97,102,40,116,44,101,41,123,118,97,114,32,110,61,79,114,40,116,41,59,114,101,116,117,114,110,32,110,117,108,108,61,61,101,63,110,58,104,105,40,110,44,101,41,125,118,97,114,32,115,102,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,61,110,101,40,116,41,59,118,97,114,32,110,61,45,49,44,114,61,101,46,108,101,110,103,116,104,44,105,61,114,62,50,63,101,91,50,93,58,111,59,105,38,38,115,115,40,101,91,48,93,44,101,91,49,93,44,105,41,38,38,40,114,61,49,41,59,119,104,105,108,101,40,43,43,110,60,114,41,123,118,97,114,32,97,61,101,91,110,93,44,115,61,83,102,40,97,41,44,99,61,45,49,44,117,61,115,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,99,60,117,41,123,118,97,114,32,108,61,115,91,99,93,44,102,61,116,91,108,93,59,40,102,61,61,61,111,124,124,105,108,40,102,44,99,101,91,108,93,41,38,38,33,102,101,46,99,97,108,108,40,116,44,108,41,41,38,38,40,116,91,108,93,61,97,91,108,93,41,125,125,114,101,116,117,114,110,32,116,125,41,41,44,99,102,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,112,117,115,104,40,111,44,76,97,41,44,119,110,40,84,102,44,111,44,116,41,125,41,41,59,102,117,110,99,116,105,111,110,32,117,102,40,116,44,101,41,123,114,101,116,117,114,110,32,36,110,40,116,44,85,97,40,101,44,51,41,44,65,105,41,125,102,117,110,99,116,105,111,110,32,108,102,40,116,44,101,41,123,114,101,116,117,114,110,32,36,110,40,116,44,85,97,40,101,44,51,41,44,68,105,41,125,102,117,110,99,116,105,111,110,32,102,102,40,116,44,101,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,116,58,106,105,40,116,44,85,97,40,101,44,51,41,44,83,102,41,125,102,117,110,99,116,105,111,110,32,104,102,40,116,44,101,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,116,58,69,105,40,116,44,85,97,40,101,44,51,41,44,83,102,41,125,102,117,110,99,116,105,111,110,32,100,102,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,65,105,40,116,44,85,97,40,101,44,51,41,41,125,102,117,110,99,116,105,111,110,32,112,102,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,68,105,40,116,44,85,97,40,101,44,51,41,41,125,102,117,110,99,116,105,111,110,32,118,102,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,91,93,58,76,105,40,116,44,79,102,40,116,41,41,125,102,117,110,99,116,105,111,110,32,103,102,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,91,93,58,76,105,40,116,44,83,102,40,116,41,41,125,102,117,110,99,116,105,111,110,32,109,102,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,117,108,108,61,61,116,63,111,58,77,105,40,116,44,101,41,59,114,101,116,117,114,110,32,114,61,61,61,111,63,110,58,114,125,102,117,110,99,116,105,111,110,32,98,102,40,116,44,101,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,116,38,38,116,115,40,116,44,101,44,66,105,41,125,102,117,110,99,116,105,111,110,32,121,102,40,116,44,101,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,116,38,38,116,115,40,116,44,101,44,82,105,41,125,118,97,114,32,119,102,61,119,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,117,108,108,33,61,101,38,38,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,101,46,116,111,83,116,114,105,110,103,38,38,40,101,61,112,101,46,99,97,108,108,40,101,41,41,44,116,91,101,93,61,110,125,41,44,80,104,40,65,104,41,41,44,95,102,61,119,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,117,108,108,33,61,101,38,38,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,101,46,116,111,83,116,114,105,110,103,38,38,40,101,61,112,101,46,99,97,108,108,40,101,41,41,44,102,101,46,99,97,108,108,40,116,44,101,41,63,116,91,101,93,46,112,117,115,104,40,110,41,58,116,91,101,93,61,91,110,93,125,41,44,85,97,41,44,120,102,61,95,111,40,72,105,41,59,102,117,110,99,116,105,111,110,32,79,102,40,116,41,123,114,101,116,117,114,110,32,108,108,40,116,41,63,105,105,40,116,41,58,110,111,40,116,41,125,102,117,110,99,116,105,111,110,32,83,102,40,116,41,123,114,101,116,117,114,110,32,108,108,40,116,41,63,105,105,40,116,44,33,48,41,58,114,111,40,116,41,125,102,117,110,99,116,105,111,110,32,107,102,40,116,44,101,41,123,118,97,114,32,110,61,123,125,59,114,101,116,117,114,110,32,101,61,85,97,40,101,44,51,41,44,65,105,40,116,44,40,102,117,110,99,116,105,111,110,40,116,44,114,44,105,41,123,112,105,40,110,44,101,40,116,44,114,44,105,41,44,116,41,125,41,41,44,110,125,102,117,110,99,116,105,111,110,32,67,102,40,116,44,101,41,123,118,97,114,32,110,61,123,125,59,114,101,116,117,114,110,32,101,61,85,97,40,101,44,51,41,44,65,105,40,116,44,40,102,117,110,99,116,105,111,110,40,116,44,114,44,105,41,123,112,105,40,110,44,114,44,101,40,116,44,114,44,105,41,41,125,41,41,44,110,125,118,97,114,32,80,102,61,117,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,99,111,40,116,44,101,44,110,41,125,41,41,44,84,102,61,117,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,99,111,40,116,44,101,44,110,44,114,41,125,41,41,44,106,102,61,66,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,123,125,59,105,102,40,110,117,108,108,61,61,116,41,114,101,116,117,114,110,32,110,59,118,97,114,32,114,61,33,49,59,101,61,84,110,40,101,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,61,85,111,40,101,44,116,41,44,114,124,124,40,114,61,101,46,108,101,110,103,116,104,62,49,41,44,101,125,41,41,44,111,97,40,116,44,78,97,40,116,41,44,110,41,44,114,38,38,40,110,61,109,105,40,110,44,112,124,118,124,103,44,77,97,41,41,59,118,97,114,32,105,61,101,46,108,101,110,103,116,104,59,119,104,105,108,101,40,105,45,45,41,36,111,40,110,44,101,91,105,93,41,59,114,101,116,117,114,110,32,110,125,41,41,59,102,117,110,99,116,105,111,110,32,69,102,40,116,44,101,41,123,114,101,116,117,114,110,32,68,102,40,116,44,122,117,40,85,97,40,101,41,41,41,125,118,97,114,32,65,102,61,66,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,123,125,58,104,111,40,116,44,101,41,125,41,41,59,102,117,110,99,116,105,111,110,32,68,102,40,116,44,101,41,123,105,102,40,110,117,108,108,61,61,116,41,114,101,116,117,114,110,123,125,59,118,97,114,32,110,61,84,110,40,78,97,40,116,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,91,116,93,125,41,41,59,114,101,116,117,114,110,32,101,61,85,97,40,101,41,44,112,111,40,116,44,110,44,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,101,40,116,44,110,91,48,93,41,125,41,41,125,102,117,110,99,116,105,111,110,32,76,102,40,116,44,101,44,110,41,123,101,61,85,111,40,101,44,116,41,59,118,97,114,32,114,61,45,49,44,105,61,101,46,108,101,110,103,116,104,59,105,124,124,40,105,61,49,44,116,61,111,41,59,119,104,105,108,101,40,43,43,114,60,105,41,123,118,97,114,32,97,61,110,117,108,108,61,61,116,63,111,58,116,91,65,115,40,101,91,114,93,41,93,59,97,61,61,61,111,38,38,40,114,61,105,44,97,61,110,41,44,116,61,95,108,40,97,41,63,97,46,99,97,108,108,40,116,41,58,97,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,77,102,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,116,58,83,111,40,116,44,101,44,110,41,125,102,117,110,99,116,105,111,110,32,73,102,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,114,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,114,63,114,58,111,44,110,117,108,108,61,61,116,63,116,58,83,111,40,116,44,101,44,110,44,114,41,125,118,97,114,32,36,102,61,69,97,40,79,102,41,44,70,102,61,69,97,40,83,102,41,59,102,117,110,99,116,105,111,110,32,66,102,40,116,44,101,44,110,41,123,118,97,114,32,114,61,99,108,40,116,41,44,105,61,114,124,124,100,108,40,116,41,124,124,78,108,40,116,41,59,105,102,40,101,61,85,97,40,101,44,52,41,44,110,117,108,108,61,61,110,41,123,118,97,114,32,111,61,116,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,59,110,61,105,63,114,63,110,101,119,32,111,58,91,93,58,83,108,40,116,41,38,38,95,108,40,111,41,63,79,114,40,120,101,40,116,41,41,58,123,125,125,114,101,116,117,114,110,40,105,63,120,110,58,65,105,41,40,116,44,40,102,117,110,99,116,105,111,110,40,116,44,114,44,105,41,123,114,101,116,117,114,110,32,101,40,110,44,116,44,114,44,105,41,125,41,41,44,110,125,102,117,110,99,116,105,111,110,32,82,102,40,116,44,101,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,124,124,36,111,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,78,102,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,116,58,70,111,40,116,44,101,44,72,111,40,110,41,41,125,102,117,110,99,116,105,111,110,32,122,102,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,114,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,114,63,114,58,111,44,110,117,108,108,61,61,116,63,116,58,70,111,40,116,44,101,44,72,111,40,110,41,44,114,41,125,102,117,110,99,116,105,111,110,32,86,102,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,91,93,58,90,110,40,116,44,79,102,40,116,41,41,125,102,117,110,99,116,105,111,110,32,72,102,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,91,93,58,90,110,40,116,44,83,102,40,116,41,41,125,102,117,110,99,116,105,111,110,32,85,102,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,110,61,61,61,111,38,38,40,110,61,101,44,101,61,111,41,44,110,33,61,61,111,38,38,40,110,61,88,108,40,110,41,44,110,61,110,61,61,61,110,63,110,58,48,41,44,101,33,61,61,111,38,38,40,101,61,88,108,40,101,41,44,101,61,101,61,61,61,101,63,101,58,48,41,44,103,105,40,88,108,40,116,41,44,101,44,110,41,125,102,117,110,99,116,105,111,110,32,87,102,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,61,71,108,40,101,41,44,110,61,61,61,111,63,40,110,61,101,44,101,61,48,41,58,110,61,71,108,40,110,41,44,116,61,88,108,40,116,41,44,78,105,40,116,44,101,44,110,41,125,102,117,110,99,116,105,111,110,32,113,102,40,116,44,101,44,110,41,123,105,102,40,110,38,38,34,98,111,111,108,101,97,110,34,33,61,116,121,112,101,111,102,32,110,38,38,115,115,40,116,44,101,44,110,41,38,38,40,101,61,110,61,111,41,44,110,61,61,61,111,38,38,40,34,98,111,111,108,101,97,110,34,61,61,116,121,112,101,111,102,32,101,63,40,110,61,101,44,101,61,111,41,58,34,98,111,111,108,101,97,110,34,61,61,116,121,112,101,111,102,32,116,38,38,40,110,61,116,44,116,61,111,41,41,44,116,61,61,61,111,38,38,101,61,61,61,111,63,40,116,61,48,44,101,61,49,41,58,40,116,61,71,108,40,116,41,44,101,61,61,61,111,63,40,101,61,116,44,116,61,48,41,58,101,61,71,108,40,101,41,41,44,116,62,101,41,123,118,97,114,32,114,61,116,59,116,61,101,44,101,61,114,125,105,102,40,110,124,124,116,37,49,124,124,101,37,49,41,123,118,97,114,32,105,61,113,101,40,41,59,114,101,116,117,114,110,32,122,101,40,116,43,105,42,40,101,45,116,43,114,110,40,34,49,101,45,34,43,40,40,105,43,34,34,41,46,108,101,110,103,116,104,45,49,41,41,41,44,101,41,125,114,101,116,117,114,110,32,98,111,40,116,44,101,41,125,118,97,114,32,71,102,61,112,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,61,101,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,116,43,40,110,63,89,102,40,101,41,58,101,41,125,41,41,59,102,117,110,99,116,105,111,110,32,89,102,40,116,41,123,114,101,116,117,114,110,32,95,104,40,81,108,40,116,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,41,125,102,117,110,99,116,105,111,110,32,75,102,40,116,41,123,114,101,116,117,114,110,32,116,61,81,108,40,116,41,44,116,38,38,116,46,114,101,112,108,97,99,101,40,81,116,44,110,114,41,46,114,101,112,108,97,99,101,40,85,101,44,34,34,41,125,102,117,110,99,116,105,111,110,32,88,102,40,116,44,101,44,110,41,123,116,61,81,108,40,116,41,44,101,61,77,111,40,101,41,59,118,97,114,32,114,61,116,46,108,101,110,103,116,104,59,110,61,110,61,61,61,111,63,114,58,103,105,40,89,108,40,110,41,44,48,44,114,41,59,118,97,114,32,105,61,110,59,114,101,116,117,114,110,32,110,45,61,101,46,108,101,110,103,116,104,44,110,62,61,48,38,38,116,46,115,108,105,99,101,40,110,44,105,41,61,61,101,125,102,117,110,99,116,105,111,110,32,90,102,40,116,41,123,114,101,116,117,114,110,32,116,61,81,108,40,116,41,44,116,38,38,106,116,46,116,101,115,116,40,116,41,63,116,46,114,101,112,108,97,99,101,40,80,116,44,114,114,41,58,116,125,102,117,110,99,116,105,111,110,32,74,102,40,116,41,123,114,101,116,117,114,110,32,116,61,81,108,40,116,41,44,116,38,38,70,116,46,116,101,115,116,40,116,41,63,116,46,114,101,112,108,97,99,101,40,36,116,44,34,92,92,36,38,34,41,58,116,125,118,97,114,32,81,102,61,112,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,43,40,110,63,34,45,34,58,34,34,41,43,101,46,116,111,76,111,119,101,114,67,97,115,101,40,41,125,41,41,44,116,104,61,112,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,43,40,110,63,34,32,34,58,34,34,41,43,101,46,116,111,76,111,119,101,114,67,97,115,101,40,41,125,41,41,44,101,104,61,100,97,40,34,116,111,76,111,119,101,114,67,97,115,101,34,41,59,102,117,110,99,116,105,111,110,32,110,104,40,116,44,101,44,110,41,123,116,61,81,108,40,116,41,44,101,61,89,108,40,101,41,59,118,97,114,32,114,61,101,63,103,114,40,116,41,58,48,59,105,102,40,33,101,124,124,114,62,61,101,41,114,101,116,117,114,110,32,116,59,118,97,114,32,105,61,40,101,45,114,41,47,50,59,114,101,116,117,114,110,32,79,97,40,77,101,40,105,41,44,110,41,43,116,43,79,97,40,76,101,40,105,41,44,110,41,125,102,117,110,99,116,105,111,110,32,114,104,40,116,44,101,44,110,41,123,116,61,81,108,40,116,41,44,101,61,89,108,40,101,41,59,118,97,114,32,114,61,101,63,103,114,40,116,41,58,48,59,114,101,116,117,114,110,32,101,38,38,114,60,101,63,116,43,79,97,40,101,45,114,44,110,41,58,116,125,102,117,110,99,116,105,111,110,32,105,104,40,116,44,101,44,110,41,123,116,61,81,108,40,116,41,44,101,61,89,108,40,101,41,59,118,97,114,32,114,61,101,63,103,114,40,116,41,58,48,59,114,101,116,117,114,110,32,101,38,38,114,60,101,63,79,97,40,101,45,114,44,110,41,43,116,58,116,125,102,117,110,99,116,105,111,110,32,111,104,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,110,124,124,110,117,108,108,61,61,101,63,101,61,48,58,101,38,38,40,101,61,43,101,41,44,87,101,40,81,108,40,116,41,46,114,101,112,108,97,99,101,40,66,116,44,34,34,41,44,101,124,124,48,41,125,102,117,110,99,116,105,111,110,32,97,104,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,61,40,110,63,115,115,40,116,44,101,44,110,41,58,101,61,61,61,111,41,63,49,58,89,108,40,101,41,44,119,111,40,81,108,40,116,41,44,101,41,125,102,117,110,99,116,105,111,110,32,115,104,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,44,101,61,81,108,40,116,91,48,93,41,59,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,60,51,63,101,58,101,46,114,101,112,108,97,99,101,40,116,91,49,93,44,116,91,50,93,41,125,118,97,114,32,99,104,61,112,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,43,40,110,63,34,95,34,58,34,34,41,43,101,46,116,111,76,111,119,101,114,67,97,115,101,40,41,125,41,41,59,102,117,110,99,116,105,111,110,32,117,104,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,110,38,38,34,110,117,109,98,101,114,34,33,61,116,121,112,101,111,102,32,110,38,38,115,115,40,116,44,101,44,110,41,38,38,40,101,61,110,61,111,41,44,110,61,110,61,61,61,111,63,78,58,110,62,62,62,48,44,110,63,40,116,61,81,108,40,116,41,44,116,38,38,40,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,101,124,124,110,117,108,108,33,61,101,38,38,33,73,108,40,101,41,41,38,38,40,101,61,77,111,40,101,41,44,33,101,38,38,97,114,40,116,41,41,63,113,111,40,109,114,40,116,41,44,48,44,110,41,58,116,46,115,112,108,105,116,40,101,44,110,41,41,58,91,93,125,118,97,114,32,108,104,61,112,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,43,40,110,63,34,32,34,58,34,34,41,43,95,104,40,101,41,125,41,41,59,102,117,110,99,116,105,111,110,32,102,104,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,61,81,108,40,116,41,44,110,61,110,117,108,108,61,61,110,63,48,58,103,105,40,89,108,40,110,41,44,48,44,116,46,108,101,110,103,116,104,41,44,101,61,77,111,40,101,41,44,116,46,115,108,105,99,101,40,110,44,110,43,101,46,108,101,110,103,116,104,41,61,61,101,125,102,117,110,99,116,105,111,110,32,104,104,40,116,44,101,44,110,41,123,118,97,114,32,114,61,95,114,46,116,101,109,112,108,97,116,101,83,101,116,116,105,110,103,115,59,110,38,38,115,115,40,116,44,101,44,110,41,38,38,40,101,61,111,41,44,116,61,81,108,40,116,41,44,101,61,110,102,40,123,125,44,101,44,114,44,68,97,41,59,118,97,114,32,97,44,115,44,99,61,110,102,40,123,125,44,101,46,105,109,112,111,114,116,115,44,114,46,105,109,112,111,114,116,115,44,68,97,41,44,117,61,79,102,40,99,41,44,102,61,90,110,40,99,44,117,41,44,104,61,48,44,100,61,101,46,105,110,116,101,114,112,111,108,97,116,101,124,124,116,101,44,112,61,34,95,95,112,32,43,61,32,39,34,44,118,61,114,101,40,40,101,46,101,115,99,97,112,101,124,124,116,101,41,46,115,111,117,114,99,101,43,34,124,34,43,100,46,115,111,117,114,99,101,43,34,124,34,43,40,100,61,61,61,68,116,63,113,116,58,116,101,41,46,115,111,117,114,99,101,43,34,124,34,43,40,101,46,101,118,97,108,117,97,116,101,124,124,116,101,41,46,115,111,117,114,99,101,43,34,124,36,34,44,34,103,34,41,44,103,61,34,47,47,35,32,115,111,117,114,99,101,85,82,76,61,34,43,40,102,101,46,99,97,108,108,40,101,44,34,115,111,117,114,99,101,85,82,76,34,41,63,40,101,46,115,111,117,114,99,101,85,82,76,43,34,34,41,46,114,101,112,108,97,99,101,40,47,92,115,47,103,44,34,32,34,41,58,34,108,111,100,97,115,104,46,116,101,109,112,108,97,116,101,83,111,117,114,99,101,115,91,34,43,32,43,43,88,101,43,34,93,34,41,43,34,92,110,34,59,116,46,114,101,112,108,97,99,101,40,118,44,40,102,117,110,99,116,105,111,110,40,101,44,110,44,114,44,105,44,111,44,99,41,123,114,101,116,117,114,110,32,114,124,124,40,114,61,105,41,44,112,43,61,116,46,115,108,105,99,101,40,104,44,99,41,46,114,101,112,108,97,99,101,40,101,101,44,105,114,41,44,110,38,38,40,97,61,33,48,44,112,43,61,34,39,32,43,92,110,95,95,101,40,34,43,110,43,34,41,32,43,92,110,39,34,41,44,111,38,38,40,115,61,33,48,44,112,43,61,34,39,59,92,110,34,43,111,43,34,59,92,110,95,95,112,32,43,61,32,39,34,41,44,114,38,38,40,112,43,61,34,39,32,43,92,110,40,40,95,95,116,32,61,32,40,34,43,114,43,34,41,41,32,61,61,32,110,117,108,108,32,63,32,39,39,32,58,32,95,95,116,41,32,43,92,110,39,34,41,44,104,61,99,43,101,46,108,101,110,103,116,104,44,101,125,41,41,44,112,43,61,34,39,59,92,110,34,59,118,97,114,32,109,61,102,101,46,99,97,108,108,40,101,44,34,118,97,114,105,97,98,108,101,34,41,38,38,101,46,118,97,114,105,97,98,108,101,59,105,102,40,109,41,123,105,102,40,85,116,46,116,101,115,116,40,109,41,41,116,104,114,111,119,32,110,101,119,32,105,40,108,41,125,101,108,115,101,32,112,61,34,119,105,116,104,32,40,111,98,106,41,32,123,92,110,34,43,112,43,34,92,110,125,92,110,34,59,112,61,40,115,63,112,46,114,101,112,108,97,99,101,40,79,116,44,34,34,41,58,112,41,46,114,101,112,108,97,99,101,40,83,116,44,34,36,49,34,41,46,114,101,112,108,97,99,101,40,107,116,44,34,36,49,59,34,41,44,112,61,34,102,117,110,99,116,105,111,110,40,34,43,40,109,124,124,34,111,98,106,34,41,43,34,41,32,123,92,110,34,43,40,109,63,34,34,58,34,111,98,106,32,124,124,32,40,111,98,106,32,61,32,123,125,41,59,92,110,34,41,43,34,118,97,114,32,95,95,116,44,32,95,95,112,32,61,32,39,39,34,43,40,97,63,34,44,32,95,95,101,32,61,32,95,46,101,115,99,97,112,101,34,58,34,34,41,43,40,115,63,34,44,32,95,95,106,32,61,32,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,46,106,111,105,110,59,92,110,102,117,110,99,116,105,111,110,32,112,114,105,110,116,40,41,32,123,32,95,95,112,32,43,61,32,95,95,106,46,99,97,108,108,40,97,114,103,117,109,101,110,116,115,44,32,39,39,41,32,125,92,110,34,58,34,59,92,110,34,41,43,112,43,34,114,101,116,117,114,110,32,95,95,112,92,110,125,34,59,118,97,114,32,98,61,79,104,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,82,116,40,117,44,103,43,34,114,101,116,117,114,110,32,34,43,112,41,46,97,112,112,108,121,40,111,44,102,41,125,41,41,59,105,102,40,98,46,115,111,117,114,99,101,61,112,44,121,108,40,98,41,41,116,104,114,111,119,32,98,59,114,101,116,117,114,110,32,98,125,102,117,110,99,116,105,111,110,32,100,104,40,116,41,123,114,101,116,117,114,110,32,81,108,40,116,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,125,102,117,110,99,116,105,111,110,32,112,104,40,116,41,123,114,101,116,117,114,110,32,81,108,40,116,41,46,116,111,85,112,112,101,114,67,97,115,101,40,41,125,102,117,110,99,116,105,111,110,32,118,104,40,116,44,101,44,110,41,123,105,102,40,116,61,81,108,40,116,41,44,116,38,38,40,110,124,124,101,61,61,61,111,41,41,114,101,116,117,114,110,32,75,110,40,116,41,59,105,102,40,33,116,124,124,33,40,101,61,77,111,40,101,41,41,41,114,101,116,117,114,110,32,116,59,118,97,114,32,114,61,109,114,40,116,41,44,105,61,109,114,40,101,41,44,97,61,81,110,40,114,44,105,41,44,115,61,116,114,40,114,44,105,41,43,49,59,114,101,116,117,114,110,32,113,111,40,114,44,97,44,115,41,46,106,111,105,110,40,34,34,41,125,102,117,110,99,116,105,111,110,32,103,104,40,116,44,101,44,110,41,123,105,102,40,116,61,81,108,40,116,41,44,116,38,38,40,110,124,124,101,61,61,61,111,41,41,114,101,116,117,114,110,32,116,46,115,108,105,99,101,40,48,44,98,114,40,116,41,43,49,41,59,105,102,40,33,116,124,124,33,40,101,61,77,111,40,101,41,41,41,114,101,116,117,114,110,32,116,59,118,97,114,32,114,61,109,114,40,116,41,44,105,61,116,114,40,114,44,109,114,40,101,41,41,43,49,59,114,101,116,117,114,110,32,113,111,40,114,44,48,44,105,41,46,106,111,105,110,40,34,34,41,125,102,117,110,99,116,105,111,110,32,109,104,40,116,44,101,44,110,41,123,105,102,40,116,61,81,108,40,116,41,44,116,38,38,40,110,124,124,101,61,61,61,111,41,41,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,66,116,44,34,34,41,59,105,102,40,33,116,124,124,33,40,101,61,77,111,40,101,41,41,41,114,101,116,117,114,110,32,116,59,118,97,114,32,114,61,109,114,40,116,41,44,105,61,81,110,40,114,44,109,114,40,101,41,41,59,114,101,116,117,114,110,32,113,111,40,114,44,105,41,46,106,111,105,110,40,34,34,41,125,102,117,110,99,116,105,111,110,32,98,104,40,116,44,101,41,123,118,97,114,32,110,61,106,44,114,61,69,59,105,102,40,83,108,40,101,41,41,123,118,97,114,32,105,61,34,115,101,112,97,114,97,116,111,114,34,105,110,32,101,63,101,46,115,101,112,97,114,97,116,111,114,58,105,59,110,61,34,108,101,110,103,116,104,34,105,110,32,101,63,89,108,40,101,46,108,101,110,103,116,104,41,58,110,44,114,61,34,111,109,105,115,115,105,111,110,34,105,110,32,101,63,77,111,40,101,46,111,109,105,115,115,105,111,110,41,58,114,125,116,61,81,108,40,116,41,59,118,97,114,32,97,61,116,46,108,101,110,103,116,104,59,105,102,40,97,114,40,116,41,41,123,118,97,114,32,115,61,109,114,40,116,41,59,97,61,115,46,108,101,110,103,116,104,125,105,102,40,110,62,61,97,41,114,101,116,117,114,110,32,116,59,118,97,114,32,99,61,110,45,103,114,40,114,41,59,105,102,40,99,60,49,41,114,101,116,117,114,110,32,114,59,118,97,114,32,117,61,115,63,113,111,40,115,44,48,44,99,41,46,106,111,105,110,40,34,34,41,58,116,46,115,108,105,99,101,40,48,44,99,41,59,105,102,40,105,61,61,61,111,41,114,101,116,117,114,110,32,117,43,114,59,105,102,40,115,38,38,40,99,43,61,117,46,108,101,110,103,116,104,45,99,41,44,73,108,40,105,41,41,123,105,102,40,116,46,115,108,105,99,101,40,99,41,46,115,101,97,114,99,104,40,105,41,41,123,118,97,114,32,108,44,102,61,117,59,105,46,103,108,111,98,97,108,124,124,40,105,61,114,101,40,105,46,115,111,117,114,99,101,44,81,108,40,71,116,46,101,120,101,99,40,105,41,41,43,34,103,34,41,41,44,105,46,108,97,115,116,73,110,100,101,120,61,48,59,119,104,105,108,101,40,108,61,105,46,101,120,101,99,40,102,41,41,118,97,114,32,104,61,108,46,105,110,100,101,120,59,117,61,117,46,115,108,105,99,101,40,48,44,104,61,61,61,111,63,99,58,104,41,125,125,101,108,115,101,32,105,102,40,116,46,105,110,100,101,120,79,102,40,77,111,40,105,41,44,99,41,33,61,99,41,123,118,97,114,32,100,61,117,46,108,97,115,116,73,110,100,101,120,79,102,40,105,41,59,100,62,45,49,38,38,40,117,61,117,46,115,108,105,99,101,40,48,44,100,41,41,125,114,101,116,117,114,110,32,117,43,114,125,102,117,110,99,116,105,111,110,32,121,104,40,116,41,123,114,101,116,117,114,110,32,116,61,81,108,40,116,41,44,116,38,38,84,116,46,116,101,115,116,40,116,41,63,116,46,114,101,112,108,97,99,101,40,67,116,44,121,114,41,58,116,125,118,97,114,32,119,104,61,112,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,43,40,110,63,34,32,34,58,34,34,41,43,101,46,116,111,85,112,112,101,114,67,97,115,101,40,41,125,41,41,44,95,104,61,100,97,40,34,116,111,85,112,112,101,114,67,97,115,101,34,41,59,102,117,110,99,116,105,111,110,32,120,104,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,61,81,108,40,116,41,44,101,61,110,63,111,58,101,44,101,61,61,61,111,63,115,114,40,116,41,63,120,114,40,116,41,58,73,110,40,116,41,58,116,46,109,97,116,99,104,40,101,41,124,124,91,93,125,118,97,114,32,79,104,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,114,121,123,114,101,116,117,114,110,32,119,110,40,116,44,111,44,101,41,125,99,97,116,99,104,40,110,41,123,114,101,116,117,114,110,32,121,108,40,110,41,63,110,58,110,101,119,32,105,40,110,41,125,125,41,41,44,83,104,61,66,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,120,110,40,101,44,40,102,117,110,99,116,105,111,110,40,101,41,123,101,61,65,115,40,101,41,44,112,105,40,116,44,101,44,68,117,40,116,91,101,93,44,116,41,41,125,41,41,44,116,125,41,41,59,102,117,110,99,116,105,111,110,32,107,104,40,116,41,123,118,97,114,32,101,61,110,117,108,108,61,61,116,63,48,58,116,46,108,101,110,103,116,104,44,110,61,85,97,40,41,59,114,101,116,117,114,110,32,116,61,101,63,84,110,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,91,49,93,41,116,104,114,111,119,32,110,101,119,32,111,101,40,117,41,59,114,101,116,117,114,110,91,110,40,116,91,48,93,41,44,116,91,49,93,93,125,41,41,58,91,93,44,95,111,40,40,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,45,49,59,119,104,105,108,101,40,43,43,114,60,101,41,123,118,97,114,32,105,61,116,91,114,93,59,105,102,40,119,110,40,105,91,48,93,44,116,104,105,115,44,110,41,41,114,101,116,117,114,110,32,119,110,40,105,91,49,93,44,116,104,105,115,44,110,41,125,125,41,41,125,102,117,110,99,116,105,111,110,32,67,104,40,116,41,123,114,101,116,117,114,110,32,98,105,40,109,105,40,116,44,112,41,41,125,102,117,110,99,116,105,111,110,32,80,104,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,125,102,117,110,99,116,105,111,110,32,84,104,40,116,44,101,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,124,124,116,33,61,61,116,63,101,58,116,125,118,97,114,32,106,104,61,98,97,40,41,44,69,104,61,98,97,40,33,48,41,59,102,117,110,99,116,105,111,110,32,65,104,40,116,41,123,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,68,104,40,116,41,123,114,101,116,117,114,110,32,101,111,40,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,63,116,58,109,105,40,116,44,112,41,41,125,102,117,110,99,116,105,111,110,32,76,104,40,116,41,123,114,101,116,117,114,110,32,97,111,40,109,105,40,116,44,112,41,41,125,102,117,110,99,116,105,111,110,32,77,104,40,116,44,101,41,123,114,101,116,117,114,110,32,115,111,40,116,44,109,105,40,101,44,112,41,41,125,118,97,114,32,73,104,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,72,105,40,110,44,116,44,101,41,125,125,41,41,44,36,104,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,72,105,40,116,44,110,44,101,41,125,125,41,41,59,102,117,110,99,116,105,111,110,32,70,104,40,116,44,101,44,110,41,123,118,97,114,32,114,61,79,102,40,101,41,44,105,61,76,105,40,101,44,114,41,59,110,117,108,108,33,61,110,124,124,83,108,40,101,41,38,38,40,105,46,108,101,110,103,116,104,124,124,33,114,46,108,101,110,103,116,104,41,124,124,40,110,61,101,44,101,61,116,44,116,61,116,104,105,115,44,105,61,76,105,40,101,44,79,102,40,101,41,41,41,59,118,97,114,32,111,61,33,40,83,108,40,110,41,38,38,34,99,104,97,105,110,34,105,110,32,110,41,124,124,33,33,110,46,99,104,97,105,110,44,97,61,95,108,40,116,41,59,114,101,116,117,114,110,32,120,110,40,105,44,40,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,101,91,110,93,59,116,91,110,93,61,114,44,97,38,38,40,116,46,112,114,111,116,111,116,121,112,101,91,110,93,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,104,105,115,46,95,95,99,104,97,105,110,95,95,59,105,102,40,111,124,124,101,41,123,118,97,114,32,110,61,116,40,116,104,105,115,46,95,95,119,114,97,112,112,101,100,95,95,41,44,105,61,110,46,95,95,97,99,116,105,111,110,115,95,95,61,105,97,40,116,104,105,115,46,95,95,97,99,116,105,111,110,115,95,95,41,59,114,101,116,117,114,110,32,105,46,112,117,115,104,40,123,102,117,110,99,58,114,44,97,114,103,115,58,97,114,103,117,109,101,110,116,115,44,116,104,105,115,65,114,103,58,116,125,41,44,110,46,95,95,99,104,97,105,110,95,95,61,101,44,110,125,114,101,116,117,114,110,32,114,46,97,112,112,108,121,40,116,44,106,110,40,91,116,104,105,115,46,118,97,108,117,101,40,41,93,44,97,114,103,117,109,101,110,116,115,41,41,125,41,125,41,41,44,116,125,102,117,110,99,116,105,111,110,32,66,104,40,41,123,114,101,116,117,114,110,32,99,110,46,95,61,61,61,116,104,105,115,38,38,40,99,110,46,95,61,103,101,41,44,116,104,105,115,125,102,117,110,99,116,105,111,110,32,82,104,40,41,123,125,102,117,110,99,116,105,111,110,32,78,104,40,116,41,123,114,101,116,117,114,110,32,116,61,89,108,40,116,41,44,95,111,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,108,111,40,101,44,116,41,125,41,41,125,118,97,114,32,122,104,61,120,97,40,84,110,41,44,86,104,61,120,97,40,83,110,41,44,72,104,61,120,97,40,68,110,41,59,102,117,110,99,116,105,111,110,32,85,104,40,116,41,123,114,101,116,117,114,110,32,99,115,40,116,41,63,86,110,40,65,115,40,116,41,41,58,118,111,40,116,41,125,102,117,110,99,116,105,111,110,32,87,104,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,111,58,77,105,40,116,44,101,41,125,125,118,97,114,32,113,104,61,107,97,40,41,44,71,104,61,107,97,40,33,48,41,59,102,117,110,99,116,105,111,110,32,89,104,40,41,123,114,101,116,117,114,110,91,93,125,102,117,110,99,116,105,111,110,32,75,104,40,41,123,114,101,116,117,114,110,33,49,125,102,117,110,99,116,105,111,110,32,88,104,40,41,123,114,101,116,117,114,110,123,125,125,102,117,110,99,116,105,111,110,32,90,104,40,41,123,114,101,116,117,114,110,34,34,125,102,117,110,99,116,105,111,110,32,74,104,40,41,123,114,101,116,117,114,110,33,48,125,102,117,110,99,116,105,111,110,32,81,104,40,116,44,101,41,123,105,102,40,116,61,89,108,40,116,41,44,116,60,49,124,124,116,62,70,41,114,101,116,117,114,110,91,93,59,118,97,114,32,110,61,78,44,114,61,122,101,40,116,44,78,41,59,101,61,85,97,40,101,41,44,116,45,61,78,59,118,97,114,32,105,61,71,110,40,114,44,101,41,59,119,104,105,108,101,40,43,43,110,60,116,41,101,40,110,41,59,114,101,116,117,114,110,32,105,125,102,117,110,99,116,105,111,110,32,116,100,40,116,41,123,114,101,116,117,114,110,32,99,108,40,116,41,63,84,110,40,116,44,65,115,41,58,82,108,40,116,41,63,91,116,93,58,105,97,40,69,115,40,81,108,40,116,41,41,41,125,102,117,110,99,116,105,111,110,32,101,100,40,116,41,123,118,97,114,32,101,61,43,43,104,101,59,114,101,116,117,114,110,32,81,108,40,116,41,43,101,125,118,97,114,32,110,100,61,95,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,43,101,125,41,44,48,41,44,114,100,61,84,97,40,34,99,101,105,108,34,41,44,105,100,61,95,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,47,101,125,41,44,49,41,44,111,100,61,84,97,40,34,102,108,111,111,114,34,41,59,102,117,110,99,116,105,111,110,32,97,100,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,107,105,40,116,44,65,104,44,70,105,41,58,111,125,102,117,110,99,116,105,111,110,32,115,100,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,107,105,40,116,44,85,97,40,101,44,50,41,44,70,105,41,58,111,125,102,117,110,99,116,105,111,110,32,99,100,40,116,41,123,114,101,116,117,114,110,32,122,110,40,116,44,65,104,41,125,102,117,110,99,116,105,111,110,32,117,100,40,116,44,101,41,123,114,101,116,117,114,110,32,122,110,40,116,44,85,97,40,101,44,50,41,41,125,102,117,110,99,116,105,111,110,32,108,100,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,107,105,40,116,44,65,104,44,105,111,41,58,111,125,102,117,110,99,116,105,111,110,32,102,100,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,107,105,40,116,44,85,97,40,101,44,50,41,44,105,111,41,58,111,125,118,97,114,32,104,100,61,95,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,42,101,125,41,44,49,41,44,100,100,61,84,97,40,34,114,111,117,110,100,34,41,44,112,100,61,95,97,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,45,101,125,41,44,48,41,59,102,117,110,99,116,105,111,110,32,118,100,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,113,110,40,116,44,65,104,41,58,48,125,102,117,110,99,116,105,111,110,32,103,100,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,113,110,40,116,44,85,97,40,101,44,50,41,41,58,48,125,114,101,116,117,114,110,32,95,114,46,97,102,116,101,114,61,106,117,44,95,114,46,97,114,121,61,69,117,44,95,114,46,97,115,115,105,103,110,61,116,102,44,95,114,46,97,115,115,105,103,110,73,110,61,101,102,44,95,114,46,97,115,115,105,103,110,73,110,87,105,116,104,61,110,102,44,95,114,46,97,115,115,105,103,110,87,105,116,104,61,114,102,44,95,114,46,97,116,61,111,102,44,95,114,46,98,101,102,111,114,101,61,65,117,44,95,114,46,98,105,110,100,61,68,117,44,95,114,46,98,105,110,100,65,108,108,61,83,104,44,95,114,46,98,105,110,100,75,101,121,61,76,117,44,95,114,46,99,97,115,116,65,114,114,97,121,61,74,117,44,95,114,46,99,104,97,105,110,61,87,99,44,95,114,46,99,104,117,110,107,61,73,115,44,95,114,46,99,111,109,112,97,99,116,61,36,115,44,95,114,46,99,111,110,99,97,116,61,70,115,44,95,114,46,99,111,110,100,61,107,104,44,95,114,46,99,111,110,102,111,114,109,115,61,67,104,44,95,114,46,99,111,110,115,116,97,110,116,61,80,104,44,95,114,46,99,111,117,110,116,66,121,61,110,117,44,95,114,46,99,114,101,97,116,101,61,97,102,44,95,114,46,99,117,114,114,121,61,77,117,44,95,114,46,99,117,114,114,121,82,105,103,104,116,61,73,117,44,95,114,46,100,101,98,111,117,110,99,101,61,36,117,44,95,114,46,100,101,102,97,117,108,116,115,61,115,102,44,95,114,46,100,101,102,97,117,108,116,115,68,101,101,112,61,99,102,44,95,114,46,100,101,102,101,114,61,70,117,44,95,114,46,100,101,108,97,121,61,66,117,44,95,114,46,100,105,102,102,101,114,101,110,99,101,61,66,115,44,95,114,46,100,105,102,102,101,114,101,110,99,101,66,121,61,82,115,44,95,114,46,100,105,102,102,101,114,101,110,99,101,87,105,116,104,61,78,115,44,95,114,46,100,114,111,112,61,122,115,44,95,114,46,100,114,111,112,82,105,103,104,116,61,86,115,44,95,114,46,100,114,111,112,82,105,103,104,116,87,104,105,108,101,61,72,115,44,95,114,46,100,114,111,112,87,104,105,108,101,61,85,115,44,95,114,46,102,105,108,108,61,87,115,44,95,114,46,102,105,108,116,101,114,61,105,117,44,95,114,46,102,108,97,116,77,97,112,61,115,117,44,95,114,46,102,108,97,116,77,97,112,68,101,101,112,61,99,117,44,95,114,46,102,108,97,116,77,97,112,68,101,112,116,104,61,117,117,44,95,114,46,102,108,97,116,116,101,110,61,89,115,44,95,114,46,102,108,97,116,116,101,110,68,101,101,112,61,75,115,44,95,114,46,102,108,97,116,116,101,110,68,101,112,116,104,61,88,115,44,95,114,46,102,108,105,112,61,82,117,44,95,114,46,102,108,111,119,61,106,104,44,95,114,46,102,108,111,119,82,105,103,104,116,61,69,104,44,95,114,46,102,114,111,109,80,97,105,114,115,61,90,115,44,95,114,46,102,117,110,99,116,105,111,110,115,61,118,102,44,95,114,46,102,117,110,99,116,105,111,110,115,73,110,61,103,102,44,95,114,46,103,114,111,117,112,66,121,61,104,117,44,95,114,46,105,110,105,116,105,97,108,61,116,99,44,95,114,46,105,110,116,101,114,115,101,99,116,105,111,110,61,101,99,44,95,114,46,105,110,116,101,114,115,101,99,116,105,111,110,66,121,61,110,99,44,95,114,46,105,110,116,101,114,115,101,99,116,105,111,110,87,105,116,104,61,114,99,44,95,114,46,105,110,118,101,114,116,61,119,102,44,95,114,46,105,110,118,101,114,116,66,121,61,95,102,44,95,114,46,105,110,118,111,107,101,77,97,112,61,112,117,44,95,114,46,105,116,101,114,97,116,101,101,61,68,104,44,95,114,46,107,101,121,66,121,61,118,117,44,95,114,46,107,101,121,115,61,79,102,44,95,114,46,107,101,121,115,73,110,61,83,102,44,95,114,46,109,97,112,61,103,117,44,95,114,46,109,97,112,75,101,121,115,61,107,102,44,95,114,46,109,97,112,86,97,108,117,101,115,61,67,102,44,95,114,46,109,97,116,99,104,101,115,61,76,104,44,95,114,46,109,97,116,99,104,101,115,80,114,111,112,101,114,116,121,61,77,104,44,95,114,46,109,101,109,111,105,122,101,61,78,117,44,95,114,46,109,101,114,103,101,61,80,102,44,95,114,46,109,101,114,103,101,87,105,116,104,61,84,102,44,95,114,46,109,101,116,104,111,100,61,73,104,44,95,114,46,109,101,116,104,111,100,79,102,61,36,104,44,95,114,46,109,105,120,105,110,61,70,104,44,95,114,46,110,101,103,97,116,101,61,122,117,44,95,114,46,110,116,104,65,114,103,61,78,104,44,95,114,46,111,109,105,116,61,106,102,44,95,114,46,111,109,105,116,66,121,61,69,102,44,95,114,46,111,110,99,101,61,86,117,44,95,114,46,111,114,100,101,114,66,121,61,109,117,44,95,114,46,111,118,101,114,61,122,104,44,95,114,46,111,118,101,114,65,114,103,115,61,72,117,44,95,114,46,111,118,101,114,69,118,101,114,121,61,86,104,44,95,114,46,111,118,101,114,83,111,109,101,61,72,104,44,95,114,46,112,97,114,116,105,97,108,61,85,117,44,95,114,46,112,97,114,116,105,97,108,82,105,103,104,116,61,87,117,44,95,114,46,112,97,114,116,105,116,105,111,110,61,98,117,44,95,114,46,112,105,99,107,61,65,102,44,95,114,46,112,105,99,107,66,121,61,68,102,44,95,114,46,112,114,111,112,101,114,116,121,61,85,104,44,95,114,46,112,114,111,112,101,114,116,121,79,102,61,87,104,44,95,114,46,112,117,108,108,61,99,99,44,95,114,46,112,117,108,108,65,108,108,61,117,99,44,95,114,46,112,117,108,108,65,108,108,66,121,61,108,99,44,95,114,46,112,117,108,108,65,108,108,87,105,116,104,61,102,99,44,95,114,46,112,117,108,108,65,116,61,104,99,44,95,114,46,114,97,110,103,101,61,113,104,44,95,114,46,114,97,110,103,101,82,105,103,104,116,61,71,104,44,95,114,46,114,101,97,114,103,61,113,117,44,95,114,46,114,101,106,101,99,116,61,95,117,44,95,114,46,114,101,109,111,118,101,61,100,99,44,95,114,46,114,101,115,116,61,71,117,44,95,114,46,114,101,118,101,114,115,101,61,112,99,44,95,114,46,115,97,109,112,108,101,83,105,122,101,61,79,117,44,95,114,46,115,101,116,61,77,102,44,95,114,46,115,101,116,87,105,116,104,61,73,102,44,95,114,46,115,104,117,102,102,108,101,61,83,117,44,95,114,46,115,108,105,99,101,61,118,99,44,95,114,46,115,111,114,116,66,121,61,80,117,44,95,114,46,115,111,114,116,101,100,85,110,105,113,61,120,99,44,95,114,46,115,111,114,116,101,100,85,110,105,113,66,121,61,79,99,44,95,114,46,115,112,108,105,116,61,117,104,44,95,114,46,115,112,114,101,97,100,61,89,117,44,95,114,46,116,97,105,108,61,83,99,44,95,114,46,116,97,107,101,61,107,99,44,95,114,46,116,97,107,101,82,105,103,104,116,61,67,99,44,95,114,46,116,97,107,101,82,105,103,104,116,87,104,105,108,101,61,80,99,44,95,114,46,116,97,107,101,87,104,105,108,101,61,84,99,44,95,114,46,116,97,112,61,113,99,44,95,114,46,116,104,114,111,116,116,108,101,61,75,117,44,95,114,46,116,104,114,117,61,71,99,44,95,114,46,116,111,65,114,114,97,121,61,113,108,44,95,114,46,116,111,80,97,105,114,115,61,36,102,44,95,114,46,116,111,80,97,105,114,115,73,110,61,70,102,44,95,114,46,116,111,80,97,116,104,61,116,100,44,95,114,46,116,111,80,108,97,105,110,79,98,106,101,99,116,61,90,108,44,95,114,46,116,114,97,110,115,102,111,114,109,61,66,102,44,95,114,46,117,110,97,114,121,61,88,117,44,95,114,46,117,110,105,111,110,61,106,99,44,95,114,46,117,110,105,111,110,66,121,61,69,99,44,95,114,46,117,110,105,111,110,87,105,116,104,61,65,99,44,95,114,46,117,110,105,113,61,68,99,44,95,114,46,117,110,105,113,66,121,61,76,99,44,95,114,46,117,110,105,113,87,105,116,104,61,77,99,44,95,114,46,117,110,115,101,116,61,82,102,44,95,114,46,117,110,122,105,112,61,73,99,44,95,114,46,117,110,122,105,112,87,105,116,104,61,36,99,44,95,114,46,117,112,100,97,116,101,61,78,102,44,95,114,46,117,112,100,97,116,101,87,105,116,104,61,122,102,44,95,114,46,118,97,108,117,101,115,61,86,102,44,95,114,46,118,97,108,117,101,115,73,110,61,72,102,44,95,114,46,119,105,116,104,111,117,116,61,70,99,44,95,114,46,119,111,114,100,115,61,120,104,44,95,114,46,119,114,97,112,61,90,117,44,95,114,46,120,111,114,61,66,99,44,95,114,46,120,111,114,66,121,61,82,99,44,95,114,46,120,111,114,87,105,116,104,61,78,99,44,95,114,46,122,105,112,61,122,99,44,95,114,46,122,105,112,79,98,106,101,99,116,61,86,99,44,95,114,46,122,105,112,79,98,106,101,99,116,68,101,101,112,61,72,99,44,95,114,46,122,105,112,87,105,116,104,61,85,99,44,95,114,46,101,110,116,114,105,101,115,61,36,102,44,95,114,46,101,110,116,114,105,101,115,73,110,61,70,102,44,95,114,46,101,120,116,101,110,100,61,101,102,44,95,114,46,101,120,116,101,110,100,87,105,116,104,61,110,102,44,70,104,40,95,114,44,95,114,41,44,95,114,46,97,100,100,61,110,100,44,95,114,46,97,116,116,101,109,112,116,61,79,104,44,95,114,46,99,97,109,101,108,67,97,115,101,61,71,102,44,95,114,46,99,97,112,105,116,97,108,105,122,101,61,89,102,44,95,114,46,99,101,105,108,61,114,100,44,95,114,46,99,108,97,109,112,61,85,102,44,95,114,46,99,108,111,110,101,61,81,117,44,95,114,46,99,108,111,110,101,68,101,101,112,61,101,108,44,95,114,46,99,108,111,110,101,68,101,101,112,87,105,116,104,61,110,108,44,95,114,46,99,108,111,110,101,87,105,116,104,61,116,108,44,95,114,46,99,111,110,102,111,114,109,115,84,111,61,114,108,44,95,114,46,100,101,98,117,114,114,61,75,102,44,95,114,46,100,101,102,97,117,108,116,84,111,61,84,104,44,95,114,46,100,105,118,105,100,101,61,105,100,44,95,114,46,101,110,100,115,87,105,116,104,61,88,102,44,95,114,46,101,113,61,105,108,44,95,114,46,101,115,99,97,112,101,61,90,102,44,95,114,46,101,115,99,97,112,101,82,101,103,69,120,112,61,74,102,44,95,114,46,101,118,101,114,121,61,114,117,44,95,114,46,102,105,110,100,61,111,117,44,95,114,46,102,105,110,100,73,110,100,101,120,61,113,115,44,95,114,46,102,105,110,100,75,101,121,61,117,102,44,95,114,46,102,105,110,100,76,97,115,116,61,97,117,44,95,114,46,102,105,110,100,76,97,115,116,73,110,100,101,120,61,71,115,44,95,114,46,102,105,110,100,76,97,115,116,75,101,121,61,108,102,44,95,114,46,102,108,111,111,114,61,111,100,44,95,114,46,102,111,114,69,97,99,104,61,108,117,44,95,114,46,102,111,114,69,97,99,104,82,105,103,104,116,61,102,117,44,95,114,46,102,111,114,73,110,61,102,102,44,95,114,46,102,111,114,73,110,82,105,103,104,116,61,104,102,44,95,114,46,102,111,114,79,119,110,61,100,102,44,95,114,46,102,111,114,79,119,110,82,105,103,104,116,61,112,102,44,95,114,46,103,101,116,61,109,102,44,95,114,46,103,116,61,111,108,44,95,114,46,103,116,101,61,97,108,44,95,114,46,104,97,115,61,98,102,44,95,114,46,104,97,115,73,110,61,121,102,44,95,114,46,104,101,97,100,61,74,115,44,95,114,46,105,100,101,110,116,105,116,121,61,65,104,44,95,114,46,105,110,99,108,117,100,101,115,61,100,117,44,95,114,46,105,110,100,101,120,79,102,61,81,115,44,95,114,46,105,110,82,97,110,103,101,61,87,102,44,95,114,46,105,110,118,111,107,101,61,120,102,44,95,114,46,105,115,65,114,103,117,109,101,110,116,115,61,115,108,44,95,114,46,105,115,65,114,114,97,121,61,99,108,44,95,114,46,105,115,65,114,114,97,121,66,117,102,102,101,114,61,117,108,44,95,114,46,105,115,65,114,114,97,121,76,105,107,101,61,108,108,44,95,114,46,105,115,65,114,114,97,121,76,105,107,101,79,98,106,101,99,116,61,102,108,44,95,114,46,105,115,66,111,111,108,101,97,110,61,104,108,44,95,114,46,105,115,66,117,102,102,101,114,61,100,108,44,95,114,46,105,115,68,97,116,101,61,112,108,44,95,114,46,105,115,69,108,101,109,101,110,116,61,118,108,44,95,114,46,105,115,69,109,112,116,121,61,103,108,44,95,114,46,105,115,69,113,117,97,108,61,109,108,44,95,114,46,105,115,69,113,117,97,108,87,105,116,104,61,98,108,44,95,114,46,105,115,69,114,114,111,114,61,121,108,44,95,114,46,105,115,70,105,110,105,116,101,61,119,108,44,95,114,46,105,115,70,117,110,99,116,105,111,110,61,95,108,44,95,114,46,105,115,73,110,116,101,103,101,114,61,120,108,44,95,114,46,105,115,76,101,110,103,116,104,61,79,108,44,95,114,46,105,115,77,97,112,61,67,108,44,95,114,46,105,115,77,97,116,99,104,61,80,108,44,95,114,46,105,115,77,97,116,99,104,87,105,116,104,61,84,108,44,95,114,46,105,115,78,97,78,61,106,108,44,95,114,46,105,115,78,97,116,105,118,101,61,69,108,44,95,114,46,105,115,78,105,108,61,68,108,44,95,114,46,105,115,78,117,108,108,61,65,108,44,95,114,46,105,115,78,117,109,98,101,114,61,76,108,44,95,114,46,105,115,79,98,106,101,99,116,61,83,108,44,95,114,46,105,115,79,98,106,101,99,116,76,105,107,101,61,107,108,44,95,114,46,105,115,80,108,97,105,110,79,98,106,101,99,116,61,77,108,44,95,114,46,105,115,82,101,103,69,120,112,61,73,108,44,95,114,46,105,115,83,97,102,101,73,110,116,101,103,101,114,61,36,108,44,95,114,46,105,115,83,101,116,61,70,108,44,95,114,46,105,115,83,116,114,105,110,103,61,66,108,44,95,114,46,105,115,83,121,109,98,111,108,61,82,108,44,95,114,46,105,115,84,121,112,101,100,65,114,114,97,121,61,78,108,44,95,114,46,105,115,85,110,100,101,102,105,110,101,100,61,122,108,44,95,114,46,105,115,87,101,97,107,77,97,112,61,86,108,44,95,114,46,105,115,87,101,97,107,83,101,116,61,72,108,44,95,114,46,106,111,105,110,61,105,99,44,95,114,46,107,101,98,97,98,67,97,115,101,61,81,102,44,95,114,46,108,97,115,116,61,111,99,44,95,114,46,108,97,115,116,73,110,100,101,120,79,102,61,97,99,44,95,114,46,108,111,119,101,114,67,97,115,101,61,116,104,44,95,114,46,108,111,119,101,114,70,105,114,115,116,61,101,104,44,95,114,46,108,116,61,85,108,44,95,114,46,108,116,101,61,87,108,44,95,114,46,109,97,120,61,97,100,44,95,114,46,109,97,120,66,121,61,115,100,44,95,114,46,109,101,97,110,61,99,100,44,95,114,46,109,101,97,110,66,121,61,117,100,44,95,114,46,109,105,110,61,108,100,44,95,114,46,109,105,110,66,121,61,102,100,44,95,114,46,115,116,117,98,65,114,114,97,121,61,89,104,44,95,114,46,115,116,117,98,70,97,108,115,101,61,75,104,44,95,114,46,115,116,117,98,79,98,106,101,99,116,61,88,104,44,95,114,46,115,116,117,98,83,116,114,105,110,103,61,90,104,44,95,114,46,115,116,117,98,84,114,117,101,61,74,104,44,95,114,46,109,117,108,116,105,112,108,121,61,104,100,44,95,114,46,110,116,104,61,115,99,44,95,114,46,110,111,67,111,110,102,108,105,99,116,61,66,104,44,95,114,46,110,111,111,112,61,82,104,44,95,114,46,110,111,119,61,84,117,44,95,114,46,112,97,100,61,110,104,44,95,114,46,112,97,100,69,110,100,61,114,104,44,95,114,46,112,97,100,83,116,97,114,116,61,105,104,44,95,114,46,112,97,114,115,101,73,110,116,61,111,104,44,95,114,46,114,97,110,100,111,109,61,113,102,44,95,114,46,114,101,100,117,99,101,61,121,117,44,95,114,46,114,101,100,117,99,101,82,105,103,104,116,61,119,117,44,95,114,46,114,101,112,101,97,116,61,97,104,44,95,114,46,114,101,112,108,97,99,101,61,115,104,44,95,114,46,114,101,115,117,108,116,61,76,102,44,95,114,46,114,111,117,110,100,61,100,100,44,95,114,46,114,117,110,73,110,67,111,110,116,101,120,116,61,116,44,95,114,46,115,97,109,112,108,101,61,120,117,44,95,114,46,115,105,122,101,61,107,117,44,95,114,46,115,110,97,107,101,67,97,115,101,61,99,104,44,95,114,46,115,111,109,101,61,67,117,44,95,114,46,115,111,114,116,101,100,73,110,100,101,120,61,103,99,44,95,114,46,115,111,114,116,101,100,73,110,100,101,120,66,121,61,109,99,44,95,114,46,115,111,114,116,101,100,73,110,100,101,120,79,102,61,98,99,44,95,114,46,115,111,114,116,101,100,76,97,115,116,73,110,100,101,120,61,121,99,44,95,114,46,115,111,114,116,101,100,76,97,115,116,73,110,100,101,120,66,121,61,119,99,44,95,114,46,115,111,114,116,101,100,76,97,115,116,73,110,100,101,120,79,102,61,95,99,44,95,114,46,115,116,97,114,116,67,97,115,101,61,108,104,44,95,114,46,115,116,97,114,116,115,87,105,116,104,61,102,104,44,95,114,46,115,117,98,116,114,97,99,116,61,112,100,44,95,114,46,115,117,109,61,118,100,44,95,114,46,115,117,109,66,121,61,103,100,44,95,114,46,116,101,109,112,108,97,116,101,61,104,104,44,95,114,46,116,105,109,101,115,61,81,104,44,95,114,46,116,111,70,105,110,105,116,101,61,71,108,44,95,114,46,116,111,73,110,116,101,103,101,114,61,89,108,44,95,114,46,116,111,76,101,110,103,116,104,61,75,108,44,95,114,46,116,111,76,111,119,101,114,61,100,104,44,95,114,46,116,111,78,117,109,98,101,114,61,88,108,44,95,114,46,116,111,83,97,102,101,73,110,116,101,103,101,114,61,74,108,44,95,114,46,116,111,83,116,114,105,110,103,61,81,108,44,95,114,46,116,111,85,112,112,101,114,61,112,104,44,95,114,46,116,114,105,109,61,118,104,44,95,114,46,116,114,105,109,69,110,100,61,103,104,44,95,114,46,116,114,105,109,83,116,97,114,116,61,109,104,44,95,114,46,116,114,117,110,99,97,116,101,61,98,104,44,95,114,46,117,110,101,115,99,97,112,101,61,121,104,44,95,114,46,117,110,105,113,117,101,73,100,61,101,100,44,95,114,46,117,112,112,101,114,67,97,115,101,61,119,104,44,95,114,46,117,112,112,101,114,70,105,114,115,116,61,95,104,44,95,114,46,101,97,99,104,61,108,117,44,95,114,46,101,97,99,104,82,105,103,104,116,61,102,117,44,95,114,46,102,105,114,115,116,61,74,115,44,70,104,40,95,114,44,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,123,125,59,114,101,116,117,114,110,32,65,105,40,95,114,44,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,102,101,46,99,97,108,108,40,95,114,46,112,114,111,116,111,116,121,112,101,44,110,41,124,124,40,116,91,110,93,61,101,41,125,41,41,44,116,125,40,41,44,123,99,104,97,105,110,58,33,49,125,41,44,95,114,46,86,69,82,83,73,79,78,61,97,44,120,110,40,91,34,98,105,110,100,34,44,34,98,105,110,100,75,101,121,34,44,34,99,117,114,114,121,34,44,34,99,117,114,114,121,82,105,103,104,116,34,44,34,112,97,114,116,105,97,108,34,44,34,112,97,114,116,105,97,108,82,105,103,104,116,34,93,44,40,102,117,110,99,116,105,111,110,40,116,41,123,95,114,91,116,93,46,112,108,97,99,101,104,111,108,100,101,114,61,95,114,125,41,41,44,120,110,40,91,34,100,114,111,112,34,44,34,116,97,107,101,34,93,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,80,114,46,112,114,111,116,111,116,121,112,101,91,116,93,61,102,117,110,99,116,105,111,110,40,110,41,123,110,61,110,61,61,61,111,63,49,58,78,101,40,89,108,40,110,41,44,48,41,59,118,97,114,32,114,61,116,104,105,115,46,95,95,102,105,108,116,101,114,101,100,95,95,38,38,33,101,63,110,101,119,32,80,114,40,116,104,105,115,41,58,116,104,105,115,46,99,108,111,110,101,40,41,59,114,101,116,117,114,110,32,114,46,95,95,102,105,108,116,101,114,101,100,95,95,63,114,46,95,95,116,97,107,101,67,111,117,110,116,95,95,61,122,101,40,110,44,114,46,95,95,116,97,107,101,67,111,117,110,116,95,95,41,58,114,46,95,95,118,105,101,119,115,95,95,46,112,117,115,104,40,123,115,105,122,101,58,122,101,40,110,44,78,41,44,116,121,112,101,58,116,43,40,114,46,95,95,100,105,114,95,95,60,48,63,34,82,105,103,104,116,34,58,34,34,41,125,41,44,114,125,44,80,114,46,112,114,111,116,111,116,121,112,101,91,116,43,34,82,105,103,104,116,34,93,61,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,114,101,118,101,114,115,101,40,41,91,116,93,40,101,41,46,114,101,118,101,114,115,101,40,41,125,125,41,41,44,120,110,40,91,34,102,105,108,116,101,114,34,44,34,109,97,112,34,44,34,116,97,107,101,87,104,105,108,101,34,93,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,43,49,44,114,61,110,61,61,76,124,124,110,61,61,73,59,80,114,46,112,114,111,116,111,116,121,112,101,91,116,93,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,99,108,111,110,101,40,41,59,114,101,116,117,114,110,32,101,46,95,95,105,116,101,114,97,116,101,101,115,95,95,46,112,117,115,104,40,123,105,116,101,114,97,116,101,101,58,85,97,40,116,44,51,41,44,116,121,112,101,58,110,125,41,44,101,46,95,95,102,105,108,116,101,114,101,100,95,95,61,101,46,95,95,102,105,108,116,101,114,101,100,95,95,124,124,114,44,101,125,125,41,41,44,120,110,40,91,34,104,101,97,100,34,44,34,108,97,115,116,34,93,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,34,116,97,107,101,34,43,40,101,63,34,82,105,103,104,116,34,58,34,34,41,59,80,114,46,112,114,111,116,111,116,121,112,101,91,116,93,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,91,110,93,40,49,41,46,118,97,108,117,101,40,41,91,48,93,125,125,41,41,44,120,110,40,91,34,105,110,105,116,105,97,108,34,44,34,116,97,105,108,34,93,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,34,100,114,111,112,34,43,40,101,63,34,34,58,34,82,105,103,104,116,34,41,59,80,114,46,112,114,111,116,111,116,121,112,101,91,116,93,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,95,102,105,108,116,101,114,101,100,95,95,63,110,101,119,32,80,114,40,116,104,105,115,41,58,116,104,105,115,91,110,93,40,49,41,125,125,41,41,44,80,114,46,112,114,111,116,111,116,121,112,101,46,99,111,109,112,97,99,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,102,105,108,116,101,114,40,65,104,41,125,44,80,114,46,112,114,111,116,111,116,121,112,101,46,102,105,110,100,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,102,105,108,116,101,114,40,116,41,46,104,101,97,100,40,41,125,44,80,114,46,112,114,111,116,111,116,121,112,101,46,102,105,110,100,76,97,115,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,114,101,118,101,114,115,101,40,41,46,102,105,110,100,40,116,41,125,44,80,114,46,112,114,111,116,111,116,121,112,101,46,105,110,118,111,107,101,77,97,112,61,95,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,63,110,101,119,32,80,114,40,116,104,105,115,41,58,116,104,105,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,72,105,40,110,44,116,44,101,41,125,41,41,125,41,41,44,80,114,46,112,114,111,116,111,116,121,112,101,46,114,101,106,101,99,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,102,105,108,116,101,114,40,122,117,40,85,97,40,116,41,41,41,125,44,80,114,46,112,114,111,116,111,116,121,112,101,46,115,108,105,99,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,61,89,108,40,116,41,59,118,97,114,32,110,61,116,104,105,115,59,114,101,116,117,114,110,32,110,46,95,95,102,105,108,116,101,114,101,100,95,95,38,38,40,116,62,48,124,124,101,60,48,41,63,110,101,119,32,80,114,40,110,41,58,40,116,60,48,63,110,61,110,46,116,97,107,101,82,105,103,104,116,40,45,116,41,58,116,38,38,40,110,61,110,46,100,114,111,112,40,116,41,41,44,101,33,61,61,111,38,38,40,101,61,89,108,40,101,41,44,110,61,101,60,48,63,110,46,100,114,111,112,82,105,103,104,116,40,45,101,41,58,110,46,116,97,107,101,40,101,45,116,41,41,44,110,41,125,44,80,114,46,112,114,111,116,111,116,121,112,101,46,116,97,107,101,82,105,103,104,116,87,104,105,108,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,114,101,118,101,114,115,101,40,41,46,116,97,107,101,87,104,105,108,101,40,116,41,46,114,101,118,101,114,115,101,40,41,125,44,80,114,46,112,114,111,116,111,116,121,112,101,46,116,111,65,114,114,97,121,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,116,97,107,101,40,78,41,125,44,65,105,40,80,114,46,112,114,111,116,111,116,121,112,101,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,47,94,40,63,58,102,105,108,116,101,114,124,102,105,110,100,124,109,97,112,124,114,101,106,101,99,116,41,124,87,104,105,108,101,36,47,46,116,101,115,116,40,101,41,44,114,61,47,94,40,63,58,104,101,97,100,124,108,97,115,116,41,36,47,46,116,101,115,116,40,101,41,44,105,61,95,114,91,114,63,34,116,97,107,101,34,43,40,34,108,97,115,116,34,61,61,101,63,34,82,105,103,104,116,34,58,34,34,41,58,101,93,44,97,61,114,124,124,47,94,102,105,110,100,47,46,116,101,115,116,40,101,41,59,105,38,38,40,95,114,46,112,114,111,116,111,116,121,112,101,91,101,93,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,104,105,115,46,95,95,119,114,97,112,112,101,100,95,95,44,115,61,114,63,91,49,93,58,97,114,103,117,109,101,110,116,115,44,99,61,101,32,105,110,115,116,97,110,99,101,111,102,32,80,114,44,117,61,115,91,48,93,44,108,61,99,124,124,99,108,40,101,41,44,102,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,105,46,97,112,112,108,121,40,95,114,44,106,110,40,91,116,93,44,115,41,41,59,114,101,116,117,114,110,32,114,38,38,104,63,101,91,48,93,58,101,125,59,108,38,38,110,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,117,38,38,49,33,61,117,46,108,101,110,103,116,104,38,38,40,99,61,108,61,33,49,41,59,118,97,114,32,104,61,116,104,105,115,46,95,95,99,104,97,105,110,95,95,44,100,61,33,33,116,104,105,115,46,95,95,97,99,116,105,111,110,115,95,95,46,108,101,110,103,116,104,44,112,61,97,38,38,33,104,44,118,61,99,38,38,33,100,59,105,102,40,33,97,38,38,108,41,123,101,61,118,63,101,58,110,101,119,32,80,114,40,116,104,105,115,41,59,118,97,114,32,103,61,116,46,97,112,112,108,121,40,101,44,115,41,59,114,101,116,117,114,110,32,103,46,95,95,97,99,116,105,111,110,115,95,95,46,112,117,115,104,40,123,102,117,110,99,58,71,99,44,97,114,103,115,58,91,102,93,44,116,104,105,115,65,114,103,58,111,125,41,44,110,101,119,32,67,114,40,103,44,104,41,125,114,101,116,117,114,110,32,112,38,38,118,63,116,46,97,112,112,108,121,40,116,104,105,115,44,115,41,58,40,103,61,116,104,105,115,46,116,104,114,117,40,102,41,44,112,63,114,63,103,46,118,97,108,117,101,40,41,91,48,93,58,103,46,118,97,108,117,101,40,41,58,103,41,125,41,125,41,41,44,120,110,40,91,34,112,111,112,34,44,34,112,117,115,104,34,44,34,115,104,105,102,116,34,44,34,115,111,114,116,34,44,34,115,112,108,105,99,101,34,44,34,117,110,115,104,105,102,116,34,93,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,101,91,116,93,44,110,61,47,94,40,63,58,112,117,115,104,124,115,111,114,116,124,117,110,115,104,105,102,116,41,36,47,46,116,101,115,116,40,116,41,63,34,116,97,112,34,58,34,116,104,114,117,34,44,114,61,47,94,40,63,58,112,111,112,124,115,104,105,102,116,41,36,47,46,116,101,115,116,40,116,41,59,95,114,46,112,114,111,116,111,116,121,112,101,91,116,93,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,59,105,102,40,114,38,38,33,116,104,105,115,46,95,95,99,104,97,105,110,95,95,41,123,118,97,114,32,105,61,116,104,105,115,46,118,97,108,117,101,40,41,59,114,101,116,117,114,110,32,101,46,97,112,112,108,121,40,99,108,40,105,41,63,105,58,91,93,44,116,41,125,114,101,116,117,114,110,32,116,104,105,115,91,110,93,40,40,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,101,46,97,112,112,108,121,40,99,108,40,110,41,63,110,58,91,93,44,116,41,125,41,41,125,125,41,41,44,65,105,40,80,114,46,112,114,111,116,111,116,121,112,101,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,95,114,91,101,93,59,105,102,40,110,41,123,118,97,114,32,114,61,110,46,110,97,109,101,43,34,34,59,102,101,46,99,97,108,108,40,117,110,44,114,41,124,124,40,117,110,91,114,93,61,91,93,41,44,117,110,91,114,93,46,112,117,115,104,40,123,110,97,109,101,58,101,44,102,117,110,99,58,110,125,41,125,125,41,41,44,117,110,91,121,97,40,111,44,119,41,46,110,97,109,101,93,61,91,123,110,97,109,101,58,34,119,114,97,112,112,101,114,34,44,102,117,110,99,58,111,125,93,44,80,114,46,112,114,111,116,111,116,121,112,101,46,99,108,111,110,101,61,84,114,44,80,114,46,112,114,111,116,111,116,121,112,101,46,114,101,118,101,114,115,101,61,106,114,44,80,114,46,112,114,111,116,111,116,121,112,101,46,118,97,108,117,101,61,69,114,44,95,114,46,112,114,111,116,111,116,121,112,101,46,97,116,61,89,99,44,95,114,46,112,114,111,116,111,116,121,112,101,46,99,104,97,105,110,61,75,99,44,95,114,46,112,114,111,116,111,116,121,112,101,46,99,111,109,109,105,116,61,88,99,44,95,114,46,112,114,111,116,111,116,121,112,101,46,110,101,120,116,61,90,99,44,95,114,46,112,114,111,116,111,116,121,112,101,46,112,108,97,110,116,61,81,99,44,95,114,46,112,114,111,116,111,116,121,112,101,46,114,101,118,101,114,115,101,61,116,117,44,95,114,46,112,114,111,116,111,116,121,112,101,46,116,111,74,83,79,78,61,95,114,46,112,114,111,116,111,116,121,112,101,46,118,97,108,117,101,79,102,61,95,114,46,112,114,111,116,111,116,121,112,101,46,118,97,108,117,101,61,101,117,44,95,114,46,112,114,111,116,111,116,121,112,101,46,102,105,114,115,116,61,95,114,46,112,114,111,116,111,116,121,112,101,46,104,101,97,100,44,80,101,38,38,40,95,114,46,112,114,111,116,111,116,121,112,101,91,80,101,93,61,74,99,41,44,95,114,125,44,83,114,61,79,114,40,41,59,99,110,46,95,61,83,114,44,105,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,83,114,125,46,99,97,108,108,40,101,44,110,44,101,44,114,41,44,105,61,61,61,111,124,124,40,114,46,101,120,112,111,114,116,115,61,105,41,125,41,46,99,97,108,108,40,116,104,105,115,41,125,41,46,99,97,108,108,40,116,104,105,115,44,110,40,34,99,56,98,97,34,41,44,110,40,34,54,50,101,52,34,41,40,116,41,41,125,44,34,50,102,54,50,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,40,102,117,110,99,116,105,111,110,40,116,41,123,10,47,42,33,10,32,42,32,118,117,101,120,32,118,51,46,54,46,50,10,32,42,32,40,99,41,32,50,48,50,49,32,69,118,97,110,32,89,111,117,10,32,42,32,64,108,105,99,101,110,115,101,32,77,73,84,10,32,42,47,10,102,117,110,99,116,105,111,110,32,114,40,116,41,123,118,97,114,32,101,61,78,117,109,98,101,114,40,116,46,118,101,114,115,105,111,110,46,115,112,108,105,116,40,34,46,34,41,91,48,93,41,59,105,102,40,101,62,61,50,41,116,46,109,105,120,105,110,40,123,98,101,102,111,114,101,67,114,101,97,116,101,58,114,125,41,59,101,108,115,101,123,118,97,114,32,110,61,116,46,112,114,111,116,111,116,121,112,101,46,95,105,110,105,116,59,116,46,112,114,111,116,111,116,121,112,101,46,95,105,110,105,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,123,125,41,44,116,46,105,110,105,116,61,116,46,105,110,105,116,63,91,114,93,46,99,111,110,99,97,116,40,116,46,105,110,105,116,41,58,114,44,110,46,99,97,108,108,40,116,104,105,115,44,116,41,125,125,102,117,110,99,116,105,111,110,32,114,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,111,112,116,105,111,110,115,59,116,46,115,116,111,114,101,63,116,104,105,115,46,36,115,116,111,114,101,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,46,115,116,111,114,101,63,116,46,115,116,111,114,101,40,41,58,116,46,115,116,111,114,101,58,116,46,112,97,114,101,110,116,38,38,116,46,112,97,114,101,110,116,46,36,115,116,111,114,101,38,38,40,116,104,105,115,46,36,115,116,111,114,101,61,116,46,112,97,114,101,110,116,46,36,115,116,111,114,101,41,125,125,110,46,100,40,101,44,34,98,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,36,125,41,41,44,110,46,100,40,101,44,34,99,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,125,41,41,44,110,46,100,40,101,44,34,100,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,77,125,41,41,59,118,97,114,32,105,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,63,119,105,110,100,111,119,58,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,116,63,116,58,123,125,44,111,61,105,46,95,95,86,85,69,95,68,69,86,84,79,79,76,83,95,71,76,79,66,65,76,95,72,79,79,75,95,95,59,102,117,110,99,116,105,111,110,32,97,40,116,41,123,111,38,38,40,116,46,95,100,101,118,116,111,111,108,72,111,111,107,61,111,44,111,46,101,109,105,116,40,34,118,117,101,120,58,105,110,105,116,34,44,116,41,44,111,46,111,110,40,34,118,117,101,120,58,116,114,97,118,101,108,45,116,111,45,115,116,97,116,101,34,44,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,114,101,112,108,97,99,101,83,116,97,116,101,40,101,41,125,41,41,44,116,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,111,46,101,109,105,116,40,34,118,117,101,120,58,109,117,116,97,116,105,111,110,34,44,116,44,101,41,125,41,44,123,112,114,101,112,101,110,100,58,33,48,125,41,44,116,46,115,117,98,115,99,114,105,98,101,65,99,116,105,111,110,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,111,46,101,109,105,116,40,34,118,117,101,120,58,97,99,116,105,111,110,34,44,116,44,101,41,125,41,44,123,112,114,101,112,101,110,100,58,33,48,125,41,41,125,102,117,110,99,116,105,111,110,32,115,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,102,105,108,116,101,114,40,101,41,91,48,93,125,102,117,110,99,116,105,111,110,32,99,40,116,44,101,41,123,105,102,40,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,91,93,41,44,110,117,108,108,61,61,61,116,124,124,34,111,98,106,101,99,116,34,33,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,116,59,118,97,114,32,110,61,115,40,101,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,46,111,114,105,103,105,110,97,108,61,61,61,116,125,41,41,59,105,102,40,110,41,114,101,116,117,114,110,32,110,46,99,111,112,121,59,118,97,114,32,114,61,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,63,91,93,58,123,125,59,114,101,116,117,114,110,32,101,46,112,117,115,104,40,123,111,114,105,103,105,110,97,108,58,116,44,99,111,112,121,58,114,125,41,44,79,98,106,101,99,116,46,107,101,121,115,40,116,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,114,91,110,93,61,99,40,116,91,110,93,44,101,41,125,41,41,44,114,125,102,117,110,99,116,105,111,110,32,117,40,116,44,101,41,123,79,98,106,101,99,116,46,107,101,121,115,40,116,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,101,40,116,91,110,93,44,110,41,125,41,41,125,102,117,110,99,116,105,111,110,32,108,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,38,38,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,125,102,117,110,99,116,105,111,110,32,102,40,116,41,123,114,101,116,117,114,110,32,116,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,46,116,104,101,110,125,102,117,110,99,116,105,111,110,32,104,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,101,41,125,125,118,97,114,32,100,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,114,117,110,116,105,109,101,61,101,44,116,104,105,115,46,95,99,104,105,108,100,114,101,110,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,116,104,105,115,46,95,114,97,119,77,111,100,117,108,101,61,116,59,118,97,114,32,110,61,116,46,115,116,97,116,101,59,116,104,105,115,46,115,116,97,116,101,61,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,110,63,110,40,41,58,110,41,124,124,123,125,125,44,112,61,123,110,97,109,101,115,112,97,99,101,100,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,125,59,112,46,110,97,109,101,115,112,97,99,101,100,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,33,116,104,105,115,46,95,114,97,119,77,111,100,117,108,101,46,110,97,109,101,115,112,97,99,101,100,125,44,100,46,112,114,111,116,111,116,121,112,101,46,97,100,100,67,104,105,108,100,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,95,99,104,105,108,100,114,101,110,91,116,93,61,101,125,44,100,46,112,114,111,116,111,116,121,112,101,46,114,101,109,111,118,101,67,104,105,108,100,61,102,117,110,99,116,105,111,110,40,116,41,123,100,101,108,101,116,101,32,116,104,105,115,46,95,99,104,105,108,100,114,101,110,91,116,93,125,44,100,46,112,114,111,116,111,116,121,112,101,46,103,101,116,67,104,105,108,100,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,99,104,105,108,100,114,101,110,91,116,93,125,44,100,46,112,114,111,116,111,116,121,112,101,46,104,97,115,67,104,105,108,100,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,32,105,110,32,116,104,105,115,46,95,99,104,105,108,100,114,101,110,125,44,100,46,112,114,111,116,111,116,121,112,101,46,117,112,100,97,116,101,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,114,97,119,77,111,100,117,108,101,46,110,97,109,101,115,112,97,99,101,100,61,116,46,110,97,109,101,115,112,97,99,101,100,44,116,46,97,99,116,105,111,110,115,38,38,40,116,104,105,115,46,95,114,97,119,77,111,100,117,108,101,46,97,99,116,105,111,110,115,61,116,46,97,99,116,105,111,110,115,41,44,116,46,109,117,116,97,116,105,111,110,115,38,38,40,116,104,105,115,46,95,114,97,119,77,111,100,117,108,101,46,109,117,116,97,116,105,111,110,115,61,116,46,109,117,116,97,116,105,111,110,115,41,44,116,46,103,101,116,116,101,114,115,38,38,40,116,104,105,115,46,95,114,97,119,77,111,100,117,108,101,46,103,101,116,116,101,114,115,61,116,46,103,101,116,116,101,114,115,41,125,44,100,46,112,114,111,116,111,116,121,112,101,46,102,111,114,69,97,99,104,67,104,105,108,100,61,102,117,110,99,116,105,111,110,40,116,41,123,117,40,116,104,105,115,46,95,99,104,105,108,100,114,101,110,44,116,41,125,44,100,46,112,114,111,116,111,116,121,112,101,46,102,111,114,69,97,99,104,71,101,116,116,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,114,97,119,77,111,100,117,108,101,46,103,101,116,116,101,114,115,38,38,117,40,116,104,105,115,46,95,114,97,119,77,111,100,117,108,101,46,103,101,116,116,101,114,115,44,116,41,125,44,100,46,112,114,111,116,111,116,121,112,101,46,102,111,114,69,97,99,104,65,99,116,105,111,110,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,114,97,119,77,111,100,117,108,101,46,97,99,116,105,111,110,115,38,38,117,40,116,104,105,115,46,95,114,97,119,77,111,100,117,108,101,46,97,99,116,105,111,110,115,44,116,41,125,44,100,46,112,114,111,116,111,116,121,112,101,46,102,111,114,69,97,99,104,77,117,116,97,116,105,111,110,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,114,97,119,77,111,100,117,108,101,46,109,117,116,97,116,105,111,110,115,38,38,117,40,116,104,105,115,46,95,114,97,119,77,111,100,117,108,101,46,109,117,116,97,116,105,111,110,115,44,116,41,125,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,100,46,112,114,111,116,111,116,121,112,101,44,112,41,59,118,97,114,32,118,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,114,101,103,105,115,116,101,114,40,91,93,44,116,44,33,49,41,125,59,102,117,110,99,116,105,111,110,32,103,40,116,44,101,44,110,41,123,105,102,40,101,46,117,112,100,97,116,101,40,110,41,44,110,46,109,111,100,117,108,101,115,41,102,111,114,40,118,97,114,32,114,32,105,110,32,110,46,109,111,100,117,108,101,115,41,123,105,102,40,33,101,46,103,101,116,67,104,105,108,100,40,114,41,41,114,101,116,117,114,110,32,118,111,105,100,32,48,59,103,40,116,46,99,111,110,99,97,116,40,114,41,44,101,46,103,101,116,67,104,105,108,100,40,114,41,44,110,46,109,111,100,117,108,101,115,91,114,93,41,125,125,118,46,112,114,111,116,111,116,121,112,101,46,103,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,103,101,116,67,104,105,108,100,40,101,41,125,41,44,116,104,105,115,46,114,111,111,116,41,125,44,118,46,112,114,111,116,111,116,121,112,101,46,103,101,116,78,97,109,101,115,112,97,99,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,114,111,111,116,59,114,101,116,117,114,110,32,116,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,101,61,101,46,103,101,116,67,104,105,108,100,40,110,41,44,116,43,40,101,46,110,97,109,101,115,112,97,99,101,100,63,110,43,34,47,34,58,34,34,41,125,41,44,34,34,41,125,44,118,46,112,114,111,116,111,116,121,112,101,46,117,112,100,97,116,101,61,102,117,110,99,116,105,111,110,40,116,41,123,103,40,91,93,44,116,104,105,115,46,114,111,111,116,44,116,41,125,44,118,46,112,114,111,116,111,116,121,112,101,46,114,101,103,105,115,116,101,114,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,59,118,111,105,100,32,48,61,61,61,110,38,38,40,110,61,33,48,41,59,118,97,114,32,105,61,110,101,119,32,100,40,101,44,110,41,59,105,102,40,48,61,61,61,116,46,108,101,110,103,116,104,41,116,104,105,115,46,114,111,111,116,61,105,59,101,108,115,101,123,118,97,114,32,111,61,116,104,105,115,46,103,101,116,40,116,46,115,108,105,99,101,40,48,44,45,49,41,41,59,111,46,97,100,100,67,104,105,108,100,40,116,91,116,46,108,101,110,103,116,104,45,49,93,44,105,41,125,101,46,109,111,100,117,108,101,115,38,38,117,40,101,46,109,111,100,117,108,101,115,44,40,102,117,110,99,116,105,111,110,40,101,44,105,41,123,114,46,114,101,103,105,115,116,101,114,40,116,46,99,111,110,99,97,116,40,105,41,44,101,44,110,41,125,41,41,125,44,118,46,112,114,111,116,111,116,121,112,101,46,117,110,114,101,103,105,115,116,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,103,101,116,40,116,46,115,108,105,99,101,40,48,44,45,49,41,41,44,110,61,116,91,116,46,108,101,110,103,116,104,45,49,93,44,114,61,101,46,103,101,116,67,104,105,108,100,40,110,41,59,114,38,38,114,46,114,117,110,116,105,109,101,38,38,101,46,114,101,109,111,118,101,67,104,105,108,100,40,110,41,125,44,118,46,112,114,111,116,111,116,121,112,101,46,105,115,82,101,103,105,115,116,101,114,101,100,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,103,101,116,40,116,46,115,108,105,99,101,40,48,44,45,49,41,41,44,110,61,116,91,116,46,108,101,110,103,116,104,45,49,93,59,114,101,116,117,114,110,33,33,101,38,38,101,46,104,97,115,67,104,105,108,100,40,110,41,125,59,118,97,114,32,109,59,118,97,114,32,98,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,123,125,41,44,33,109,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,38,38,119,105,110,100,111,119,46,86,117,101,38,38,68,40,119,105,110,100,111,119,46,86,117,101,41,59,118,97,114,32,110,61,116,46,112,108,117,103,105,110,115,59,118,111,105,100,32,48,61,61,61,110,38,38,40,110,61,91,93,41,59,118,97,114,32,114,61,116,46,115,116,114,105,99,116,59,118,111,105,100,32,48,61,61,61,114,38,38,40,114,61,33,49,41,44,116,104,105,115,46,95,99,111,109,109,105,116,116,105,110,103,61,33,49,44,116,104,105,115,46,95,97,99,116,105,111,110,115,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,116,104,105,115,46,95,97,99,116,105,111,110,83,117,98,115,99,114,105,98,101,114,115,61,91,93,44,116,104,105,115,46,95,109,117,116,97,116,105,111,110,115,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,116,104,105,115,46,95,119,114,97,112,112,101,100,71,101,116,116,101,114,115,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,116,104,105,115,46,95,109,111,100,117,108,101,115,61,110,101,119,32,118,40,116,41,44,116,104,105,115,46,95,109,111,100,117,108,101,115,78,97,109,101,115,112,97,99,101,77,97,112,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,116,104,105,115,46,95,115,117,98,115,99,114,105,98,101,114,115,61,91,93,44,116,104,105,115,46,95,119,97,116,99,104,101,114,86,77,61,110,101,119,32,109,44,116,104,105,115,46,95,109,97,107,101,76,111,99,97,108,71,101,116,116,101,114,115,67,97,99,104,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,59,118,97,114,32,105,61,116,104,105,115,44,111,61,116,104,105,115,44,115,61,111,46,100,105,115,112,97,116,99,104,44,99,61,111,46,99,111,109,109,105,116,59,116,104,105,115,46,100,105,115,112,97,116,99,104,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,115,46,99,97,108,108,40,105,44,116,44,101,41,125,44,116,104,105,115,46,99,111,109,109,105,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,99,46,99,97,108,108,40,105,44,116,44,101,44,110,41,125,44,116,104,105,115,46,115,116,114,105,99,116,61,114,59,118,97,114,32,117,61,116,104,105,115,46,95,109,111,100,117,108,101,115,46,114,111,111,116,46,115,116,97,116,101,59,79,40,116,104,105,115,44,117,44,91,93,44,116,104,105,115,46,95,109,111,100,117,108,101,115,46,114,111,111,116,41,44,120,40,116,104,105,115,44,117,41,44,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,40,101,41,125,41,41,59,118,97,114,32,108,61,118,111,105,100,32,48,33,61,61,116,46,100,101,118,116,111,111,108,115,63,116,46,100,101,118,116,111,111,108,115,58,109,46,99,111,110,102,105,103,46,100,101,118,116,111,111,108,115,59,108,38,38,97,40,116,104,105,115,41,125,44,121,61,123,115,116,97,116,101,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,125,59,102,117,110,99,116,105,111,110,32,119,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,46,105,110,100,101,120,79,102,40,116,41,60,48,38,38,40,110,38,38,110,46,112,114,101,112,101,110,100,63,101,46,117,110,115,104,105,102,116,40,116,41,58,101,46,112,117,115,104,40,116,41,41,44,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,61,101,46,105,110,100,101,120,79,102,40,116,41,59,110,62,45,49,38,38,101,46,115,112,108,105,99,101,40,110,44,49,41,125,125,102,117,110,99,116,105,111,110,32,95,40,116,44,101,41,123,116,46,95,97,99,116,105,111,110,115,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,116,46,95,109,117,116,97,116,105,111,110,115,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,116,46,95,119,114,97,112,112,101,100,71,101,116,116,101,114,115,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,116,46,95,109,111,100,117,108,101,115,78,97,109,101,115,112,97,99,101,77,97,112,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,59,118,97,114,32,110,61,116,46,115,116,97,116,101,59,79,40,116,44,110,44,91,93,44,116,46,95,109,111,100,117,108,101,115,46,114,111,111,116,44,33,48,41,44,120,40,116,44,110,44,101,41,125,102,117,110,99,116,105,111,110,32,120,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,95,118,109,59,116,46,103,101,116,116,101,114,115,61,123,125,44,116,46,95,109,97,107,101,76,111,99,97,108,71,101,116,116,101,114,115,67,97,99,104,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,59,118,97,114,32,105,61,116,46,95,119,114,97,112,112,101,100,71,101,116,116,101,114,115,44,111,61,123,125,59,117,40,105,44,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,111,91,110,93,61,104,40,101,44,116,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,46,103,101,116,116,101,114,115,44,110,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,95,118,109,91,110,93,125,44,101,110,117,109,101,114,97,98,108,101,58,33,48,125,41,125,41,41,59,118,97,114,32,97,61,109,46,99,111,110,102,105,103,46,115,105,108,101,110,116,59,109,46,99,111,110,102,105,103,46,115,105,108,101,110,116,61,33,48,44,116,46,95,118,109,61,110,101,119,32,109,40,123,100,97,116,97,58,123,36,36,115,116,97,116,101,58,101,125,44,99,111,109,112,117,116,101,100,58,111,125,41,44,109,46,99,111,110,102,105,103,46,115,105,108,101,110,116,61,97,44,116,46,115,116,114,105,99,116,38,38,106,40,116,41,44,114,38,38,40,110,38,38,116,46,95,119,105,116,104,67,111,109,109,105,116,40,40,102,117,110,99,116,105,111,110,40,41,123,114,46,95,100,97,116,97,46,36,36,115,116,97,116,101,61,110,117,108,108,125,41,41,44,109,46,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,46,36,100,101,115,116,114,111,121,40,41,125,41,41,41,125,102,117,110,99,116,105,111,110,32,79,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,33,110,46,108,101,110,103,116,104,44,97,61,116,46,95,109,111,100,117,108,101,115,46,103,101,116,78,97,109,101,115,112,97,99,101,40,110,41,59,105,102,40,114,46,110,97,109,101,115,112,97,99,101,100,38,38,40,116,46,95,109,111,100,117,108,101,115,78,97,109,101,115,112,97,99,101,77,97,112,91,97,93,44,116,46,95,109,111,100,117,108,101,115,78,97,109,101,115,112,97,99,101,77,97,112,91,97,93,61,114,41,44,33,111,38,38,33,105,41,123,118,97,114,32,115,61,69,40,101,44,110,46,115,108,105,99,101,40,48,44,45,49,41,41,44,99,61,110,91,110,46,108,101,110,103,116,104,45,49,93,59,116,46,95,119,105,116,104,67,111,109,109,105,116,40,40,102,117,110,99,116,105,111,110,40,41,123,109,46,115,101,116,40,115,44,99,44,114,46,115,116,97,116,101,41,125,41,41,125,118,97,114,32,117,61,114,46,99,111,110,116,101,120,116,61,83,40,116,44,97,44,110,41,59,114,46,102,111,114,69,97,99,104,77,117,116,97,116,105,111,110,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,114,61,97,43,110,59,67,40,116,44,114,44,101,44,117,41,125,41,41,44,114,46,102,111,114,69,97,99,104,65,99,116,105,111,110,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,114,61,101,46,114,111,111,116,63,110,58,97,43,110,44,105,61,101,46,104,97,110,100,108,101,114,124,124,101,59,80,40,116,44,114,44,105,44,117,41,125,41,41,44,114,46,102,111,114,69,97,99,104,71,101,116,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,114,61,97,43,110,59,84,40,116,44,114,44,101,44,117,41,125,41,41,44,114,46,102,111,114,69,97,99,104,67,104,105,108,100,40,40,102,117,110,99,116,105,111,110,40,114,44,111,41,123,79,40,116,44,101,44,110,46,99,111,110,99,97,116,40,111,41,44,114,44,105,41,125,41,41,125,102,117,110,99,116,105,111,110,32,83,40,116,44,101,44,110,41,123,118,97,114,32,114,61,34,34,61,61,61,101,44,105,61,123,100,105,115,112,97,116,99,104,58,114,63,116,46,100,105,115,112,97,116,99,104,58,102,117,110,99,116,105,111,110,40,110,44,114,44,105,41,123,118,97,114,32,111,61,65,40,110,44,114,44,105,41,44,97,61,111,46,112,97,121,108,111,97,100,44,115,61,111,46,111,112,116,105,111,110,115,44,99,61,111,46,116,121,112,101,59,114,101,116,117,114,110,32,115,38,38,115,46,114,111,111,116,124,124,40,99,61,101,43,99,41,44,116,46,100,105,115,112,97,116,99,104,40,99,44,97,41,125,44,99,111,109,109,105,116,58,114,63,116,46,99,111,109,109,105,116,58,102,117,110,99,116,105,111,110,40,110,44,114,44,105,41,123,118,97,114,32,111,61,65,40,110,44,114,44,105,41,44,97,61,111,46,112,97,121,108,111,97,100,44,115,61,111,46,111,112,116,105,111,110,115,44,99,61,111,46,116,121,112,101,59,115,38,38,115,46,114,111,111,116,124,124,40,99,61,101,43,99,41,44,116,46,99,111,109,109,105,116,40,99,44,97,44,115,41,125,125,59,114,101,116,117,114,110,32,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,105,44,123,103,101,116,116,101,114,115,58,123,103,101,116,58,114,63,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,103,101,116,116,101,114,115,125,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,107,40,116,44,101,41,125,125,44,115,116,97,116,101,58,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,69,40,116,46,115,116,97,116,101,44,110,41,125,125,125,41,44,105,125,102,117,110,99,116,105,111,110,32,107,40,116,44,101,41,123,105,102,40,33,116,46,95,109,97,107,101,76,111,99,97,108,71,101,116,116,101,114,115,67,97,99,104,101,91,101,93,41,123,118,97,114,32,110,61,123,125,44,114,61,101,46,108,101,110,103,116,104,59,79,98,106,101,99,116,46,107,101,121,115,40,116,46,103,101,116,116,101,114,115,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,105,41,123,105,102,40,105,46,115,108,105,99,101,40,48,44,114,41,61,61,61,101,41,123,118,97,114,32,111,61,105,46,115,108,105,99,101,40,114,41,59,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,110,44,111,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,103,101,116,116,101,114,115,91,105,93,125,44,101,110,117,109,101,114,97,98,108,101,58,33,48,125,41,125,125,41,41,44,116,46,95,109,97,107,101,76,111,99,97,108,71,101,116,116,101,114,115,67,97,99,104,101,91,101,93,61,110,125,114,101,116,117,114,110,32,116,46,95,109,97,107,101,76,111,99,97,108,71,101,116,116,101,114,115,67,97,99,104,101,91,101,93,125,102,117,110,99,116,105,111,110,32,67,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,46,95,109,117,116,97,116,105,111,110,115,91,101,93,124,124,40,116,46,95,109,117,116,97,116,105,111,110,115,91,101,93,61,91,93,41,59,105,46,112,117,115,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,110,46,99,97,108,108,40,116,44,114,46,115,116,97,116,101,44,101,41,125,41,41,125,102,117,110,99,116,105,111,110,32,80,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,46,95,97,99,116,105,111,110,115,91,101,93,124,124,40,116,46,95,97,99,116,105,111,110,115,91,101,93,61,91,93,41,59,105,46,112,117,115,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,105,61,110,46,99,97,108,108,40,116,44,123,100,105,115,112,97,116,99,104,58,114,46,100,105,115,112,97,116,99,104,44,99,111,109,109,105,116,58,114,46,99,111,109,109,105,116,44,103,101,116,116,101,114,115,58,114,46,103,101,116,116,101,114,115,44,115,116,97,116,101,58,114,46,115,116,97,116,101,44,114,111,111,116,71,101,116,116,101,114,115,58,116,46,103,101,116,116,101,114,115,44,114,111,111,116,83,116,97,116,101,58,116,46,115,116,97,116,101,125,44,101,41,59,114,101,116,117,114,110,32,102,40,105,41,124,124,40,105,61,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,105,41,41,44,116,46,95,100,101,118,116,111,111,108,72,111,111,107,63,105,46,99,97,116,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,104,114,111,119,32,116,46,95,100,101,118,116,111,111,108,72,111,111,107,46,101,109,105,116,40,34,118,117,101,120,58,101,114,114,111,114,34,44,101,41,44,101,125,41,41,58,105,125,41,41,125,102,117,110,99,116,105,111,110,32,84,40,116,44,101,44,110,44,114,41,123,116,46,95,119,114,97,112,112,101,100,71,101,116,116,101,114,115,91,101,93,124,124,40,116,46,95,119,114,97,112,112,101,100,71,101,116,116,101,114,115,91,101,93,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,40,114,46,115,116,97,116,101,44,114,46,103,101,116,116,101,114,115,44,116,46,115,116,97,116,101,44,116,46,103,101,116,116,101,114,115,41,125,41,125,102,117,110,99,116,105,111,110,32,106,40,116,41,123,116,46,95,118,109,46,36,119,97,116,99,104,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,100,97,116,97,46,36,36,115,116,97,116,101,125,41,44,40,102,117,110,99,116,105,111,110,40,41,123,48,125,41,44,123,100,101,101,112,58,33,48,44,115,121,110,99,58,33,48,125,41,125,102,117,110,99,116,105,111,110,32,69,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,91,101,93,125,41,44,116,41,125,102,117,110,99,116,105,111,110,32,65,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,108,40,116,41,38,38,116,46,116,121,112,101,38,38,40,110,61,101,44,101,61,116,44,116,61,116,46,116,121,112,101,41,44,123,116,121,112,101,58,116,44,112,97,121,108,111,97,100,58,101,44,111,112,116,105,111,110,115,58,110,125,125,102,117,110,99,116,105,111,110,32,68,40,116,41,123,109,38,38,116,61,61,61,109,124,124,40,109,61,116,44,114,40,109,41,41,125,121,46,115,116,97,116,101,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,118,109,46,95,100,97,116,97,46,36,36,115,116,97,116,101,125,44,121,46,115,116,97,116,101,46,115,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,48,125,44,98,46,112,114,111,116,111,116,121,112,101,46,99,111,109,109,105,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,44,105,61,65,40,116,44,101,44,110,41,44,111,61,105,46,116,121,112,101,44,97,61,105,46,112,97,121,108,111,97,100,44,115,61,40,105,46,111,112,116,105,111,110,115,44,123,116,121,112,101,58,111,44,112,97,121,108,111,97,100,58,97,125,41,44,99,61,116,104,105,115,46,95,109,117,116,97,116,105,111,110,115,91,111,93,59,99,38,38,40,116,104,105,115,46,95,119,105,116,104,67,111,109,109,105,116,40,40,102,117,110,99,116,105,111,110,40,41,123,99,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,40,97,41,125,41,41,125,41,41,44,116,104,105,115,46,95,115,117,98,115,99,114,105,98,101,114,115,46,115,108,105,99,101,40,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,40,115,44,114,46,115,116,97,116,101,41,125,41,41,41,125,44,98,46,112,114,111,116,111,116,121,112,101,46,100,105,115,112,97,116,99,104,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,44,114,61,65,40,116,44,101,41,44,105,61,114,46,116,121,112,101,44,111,61,114,46,112,97,121,108,111,97,100,44,97,61,123,116,121,112,101,58,105,44,112,97,121,108,111,97,100,58,111,125,44,115,61,116,104,105,115,46,95,97,99,116,105,111,110,115,91,105,93,59,105,102,40,115,41,123,116,114,121,123,116,104,105,115,46,95,97,99,116,105,111,110,83,117,98,115,99,114,105,98,101,114,115,46,115,108,105,99,101,40,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,98,101,102,111,114,101,125,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,98,101,102,111,114,101,40,97,44,110,46,115,116,97,116,101,41,125,41,41,125,99,97,116,99,104,40,117,41,123,48,125,118,97,114,32,99,61,115,46,108,101,110,103,116,104,62,49,63,80,114,111,109,105,115,101,46,97,108,108,40,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,40,111,41,125,41,41,41,58,115,91,48,93,40,111,41,59,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,99,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,114,121,123,110,46,95,97,99,116,105,111,110,83,117,98,115,99,114,105,98,101,114,115,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,97,102,116,101,114,125,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,97,102,116,101,114,40,97,44,110,46,115,116,97,116,101,41,125,41,41,125,99,97,116,99,104,40,117,41,123,48,125,116,40,101,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,114,121,123,110,46,95,97,99,116,105,111,110,83,117,98,115,99,114,105,98,101,114,115,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,101,114,114,111,114,125,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,46,101,114,114,111,114,40,97,44,110,46,115,116,97,116,101,44,116,41,125,41,41,125,99,97,116,99,104,40,117,41,123,48,125,101,40,116,41,125,41,41,125,41,41,125,125,44,98,46,112,114,111,116,111,116,121,112,101,46,115,117,98,115,99,114,105,98,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,119,40,116,44,116,104,105,115,46,95,115,117,98,115,99,114,105,98,101,114,115,44,101,41,125,44,98,46,112,114,111,116,111,116,121,112,101,46,115,117,98,115,99,114,105,98,101,65,99,116,105,111,110,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,123,98,101,102,111,114,101,58,116,125,58,116,59,114,101,116,117,114,110,32,119,40,110,44,116,104,105,115,46,95,97,99,116,105,111,110,83,117,98,115,99,114,105,98,101,114,115,44,101,41,125,44,98,46,112,114,111,116,111,116,121,112,101,46,119,97,116,99,104,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,59,114,101,116,117,114,110,32,116,104,105,115,46,95,119,97,116,99,104,101,114,86,77,46,36,119,97,116,99,104,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,114,46,115,116,97,116,101,44,114,46,103,101,116,116,101,114,115,41,125,41,44,101,44,110,41,125,44,98,46,112,114,111,116,111,116,121,112,101,46,114,101,112,108,97,99,101,83,116,97,116,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,116,104,105,115,46,95,119,105,116,104,67,111,109,109,105,116,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,95,118,109,46,95,100,97,116,97,46,36,36,115,116,97,116,101,61,116,125,41,41,125,44,98,46,112,114,111,116,111,116,121,112,101,46,114,101,103,105,115,116,101,114,77,111,100,117,108,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,111,105,100,32,48,61,61,61,110,38,38,40,110,61,123,125,41,44,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,38,38,40,116,61,91,116,93,41,44,116,104,105,115,46,95,109,111,100,117,108,101,115,46,114,101,103,105,115,116,101,114,40,116,44,101,41,44,79,40,116,104,105,115,44,116,104,105,115,46,115,116,97,116,101,44,116,44,116,104,105,115,46,95,109,111,100,117,108,101,115,46,103,101,116,40,116,41,44,110,46,112,114,101,115,101,114,118,101,83,116,97,116,101,41,44,120,40,116,104,105,115,44,116,104,105,115,46,115,116,97,116,101,41,125,44,98,46,112,114,111,116,111,116,121,112,101,46,117,110,114,101,103,105,115,116,101,114,77,111,100,117,108,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,38,38,40,116,61,91,116,93,41,44,116,104,105,115,46,95,109,111,100,117,108,101,115,46,117,110,114,101,103,105,115,116,101,114,40,116,41,44,116,104,105,115,46,95,119,105,116,104,67,111,109,109,105,116,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,61,69,40,101,46,115,116,97,116,101,44,116,46,115,108,105,99,101,40,48,44,45,49,41,41,59,109,46,100,101,108,101,116,101,40,110,44,116,91,116,46,108,101,110,103,116,104,45,49,93,41,125,41,41,44,95,40,116,104,105,115,41,125,44,98,46,112,114,111,116,111,116,121,112,101,46,104,97,115,77,111,100,117,108,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,38,38,40,116,61,91,116,93,41,44,116,104,105,115,46,95,109,111,100,117,108,101,115,46,105,115,82,101,103,105,115,116,101,114,101,100,40,116,41,125,44,98,46,112,114,111,116,111,116,121,112,101,46,104,111,116,85,112,100,97,116,101,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,109,111,100,117,108,101,115,46,117,112,100,97,116,101,40,116,41,44,95,40,116,104,105,115,44,33,48,41,125,44,98,46,112,114,111,116,111,116,121,112,101,46,95,119,105,116,104,67,111,109,109,105,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,99,111,109,109,105,116,116,105,110,103,59,116,104,105,115,46,95,99,111,109,109,105,116,116,105,110,103,61,33,48,44,116,40,41,44,116,104,105,115,46,95,99,111,109,109,105,116,116,105,110,103,61,101,125,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,98,46,112,114,111,116,111,116,121,112,101,44,121,41,59,118,97,114,32,76,61,78,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,123,125,59,114,101,116,117,114,110,32,66,40,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,101,46,107,101,121,44,105,61,101,46,118,97,108,59,110,91,114,93,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,44,110,61,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,59,105,102,40,116,41,123,118,97,114,32,114,61,122,40,116,104,105,115,46,36,115,116,111,114,101,44,34,109,97,112,83,116,97,116,101,34,44,116,41,59,105,102,40,33,114,41,114,101,116,117,114,110,59,101,61,114,46,99,111,110,116,101,120,116,46,115,116,97,116,101,44,110,61,114,46,99,111,110,116,101,120,116,46,103,101,116,116,101,114,115,125,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,105,63,105,46,99,97,108,108,40,116,104,105,115,44,101,44,110,41,58,101,91,105,93,125,44,110,91,114,93,46,118,117,101,120,61,33,48,125,41,41,44,110,125,41,41,44,77,61,78,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,123,125,59,114,101,116,117,114,110,32,66,40,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,101,46,107,101,121,44,105,61,101,46,118,97,108,59,110,91,114,93,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,91,93,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,119,104,105,108,101,40,110,45,45,41,101,91,110,93,61,97,114,103,117,109,101,110,116,115,91,110,93,59,118,97,114,32,114,61,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,59,105,102,40,116,41,123,118,97,114,32,111,61,122,40,116,104,105,115,46,36,115,116,111,114,101,44,34,109,97,112,77,117,116,97,116,105,111,110,115,34,44,116,41,59,105,102,40,33,111,41,114,101,116,117,114,110,59,114,61,111,46,99,111,110,116,101,120,116,46,99,111,109,109,105,116,125,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,105,63,105,46,97,112,112,108,121,40,116,104,105,115,44,91,114,93,46,99,111,110,99,97,116,40,101,41,41,58,114,46,97,112,112,108,121,40,116,104,105,115,46,36,115,116,111,114,101,44,91,105,93,46,99,111,110,99,97,116,40,101,41,41,125,125,41,41,44,110,125,41,41,44,73,61,78,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,123,125,59,114,101,116,117,114,110,32,66,40,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,101,46,107,101,121,44,105,61,101,46,118,97,108,59,105,61,116,43,105,44,110,91,114,93,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,33,116,124,124,122,40,116,104,105,115,46,36,115,116,111,114,101,44,34,109,97,112,71,101,116,116,101,114,115,34,44,116,41,41,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,105,93,125,44,110,91,114,93,46,118,117,101,120,61,33,48,125,41,41,44,110,125,41,41,44,36,61,78,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,123,125,59,114,101,116,117,114,110,32,66,40,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,101,46,107,101,121,44,105,61,101,46,118,97,108,59,110,91,114,93,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,91,93,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,119,104,105,108,101,40,110,45,45,41,101,91,110,93,61,97,114,103,117,109,101,110,116,115,91,110,93,59,118,97,114,32,114,61,116,104,105,115,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,59,105,102,40,116,41,123,118,97,114,32,111,61,122,40,116,104,105,115,46,36,115,116,111,114,101,44,34,109,97,112,65,99,116,105,111,110,115,34,44,116,41,59,105,102,40,33,111,41,114,101,116,117,114,110,59,114,61,111,46,99,111,110,116,101,120,116,46,100,105,115,112,97,116,99,104,125,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,105,63,105,46,97,112,112,108,121,40,116,104,105,115,44,91,114,93,46,99,111,110,99,97,116,40,101,41,41,58,114,46,97,112,112,108,121,40,116,104,105,115,46,36,115,116,111,114,101,44,91,105,93,46,99,111,110,99,97,116,40,101,41,41,125,125,41,41,44,110,125,41,41,44,70,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,109,97,112,83,116,97,116,101,58,76,46,98,105,110,100,40,110,117,108,108,44,116,41,44,109,97,112,71,101,116,116,101,114,115,58,73,46,98,105,110,100,40,110,117,108,108,44,116,41,44,109,97,112,77,117,116,97,116,105,111,110,115,58,77,46,98,105,110,100,40,110,117,108,108,44,116,41,44,109,97,112,65,99,116,105,111,110,115,58,36,46,98,105,110,100,40,110,117,108,108,44,116,41,125,125,59,102,117,110,99,116,105,111,110,32,66,40,116,41,123,114,101,116,117,114,110,32,82,40,116,41,63,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,63,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,107,101,121,58,116,44,118,97,108,58,116,125,125,41,41,58,79,98,106,101,99,116,46,107,101,121,115,40,116,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,123,107,101,121,58,101,44,118,97,108,58,116,91,101,93,125,125,41,41,58,91,93,125,102,117,110,99,116,105,111,110,32,82,40,116,41,123,114,101,116,117,114,110,32,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,124,124,108,40,116,41,125,102,117,110,99,116,105,111,110,32,78,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,34,115,116,114,105,110,103,34,33,61,61,116,121,112,101,111,102,32,101,63,40,110,61,101,44,101,61,34,34,41,58,34,47,34,33,61,61,101,46,99,104,97,114,65,116,40,101,46,108,101,110,103,116,104,45,49,41,38,38,40,101,43,61,34,47,34,41,44,116,40,101,44,110,41,125,125,102,117,110,99,116,105,111,110,32,122,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,95,109,111,100,117,108,101,115,78,97,109,101,115,112,97,99,101,77,97,112,91,110,93,59,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,86,40,116,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,123,125,41,59,118,97,114,32,101,61,116,46,99,111,108,108,97,112,115,101,100,59,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,33,48,41,59,118,97,114,32,110,61,116,46,102,105,108,116,101,114,59,118,111,105,100,32,48,61,61,61,110,38,38,40,110,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,33,48,125,41,59,118,97,114,32,114,61,116,46,116,114,97,110,115,102,111,114,109,101,114,59,118,111,105,100,32,48,61,61,61,114,38,38,40,114,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,41,59,118,97,114,32,105,61,116,46,109,117,116,97,116,105,111,110,84,114,97,110,115,102,111,114,109,101,114,59,118,111,105,100,32,48,61,61,61,105,38,38,40,105,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,41,59,118,97,114,32,111,61,116,46,97,99,116,105,111,110,70,105,108,116,101,114,59,118,111,105,100,32,48,61,61,61,111,38,38,40,111,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,33,48,125,41,59,118,97,114,32,97,61,116,46,97,99,116,105,111,110,84,114,97,110,115,102,111,114,109,101,114,59,118,111,105,100,32,48,61,61,61,97,38,38,40,97,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,41,59,118,97,114,32,115,61,116,46,108,111,103,77,117,116,97,116,105,111,110,115,59,118,111,105,100,32,48,61,61,61,115,38,38,40,115,61,33,48,41,59,118,97,114,32,117,61,116,46,108,111,103,65,99,116,105,111,110,115,59,118,111,105,100,32,48,61,61,61,117,38,38,40,117,61,33,48,41,59,118,97,114,32,108,61,116,46,108,111,103,103,101,114,59,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,108,38,38,40,108,61,99,111,110,115,111,108,101,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,102,61,99,40,116,46,115,116,97,116,101,41,59,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,108,38,38,40,115,38,38,116,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,116,44,111,41,123,118,97,114,32,97,61,99,40,111,41,59,105,102,40,110,40,116,44,102,44,97,41,41,123,118,97,114,32,115,61,87,40,41,44,117,61,105,40,116,41,44,104,61,34,109,117,116,97,116,105,111,110,32,34,43,116,46,116,121,112,101,43,115,59,72,40,108,44,104,44,101,41,44,108,46,108,111,103,40,34,37,99,32,112,114,101,118,32,115,116,97,116,101,34,44,34,99,111,108,111,114,58,32,35,57,69,57,69,57,69,59,32,102,111,110,116,45,119,101,105,103,104,116,58,32,98,111,108,100,34,44,114,40,102,41,41,44,108,46,108,111,103,40,34,37,99,32,109,117,116,97,116,105,111,110,34,44,34,99,111,108,111,114,58,32,35,48,51,65,57,70,52,59,32,102,111,110,116,45,119,101,105,103,104,116,58,32,98,111,108,100,34,44,117,41,44,108,46,108,111,103,40,34,37,99,32,110,101,120,116,32,115,116,97,116,101,34,44,34,99,111,108,111,114,58,32,35,52,67,65,70,53,48,59,32,102,111,110,116,45,119,101,105,103,104,116,58,32,98,111,108,100,34,44,114,40,97,41,41,44,85,40,108,41,125,102,61,97,125,41,41,44,117,38,38,116,46,115,117,98,115,99,114,105,98,101,65,99,116,105,111,110,40,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,105,102,40,111,40,116,44,110,41,41,123,118,97,114,32,114,61,87,40,41,44,105,61,97,40,116,41,44,115,61,34,97,99,116,105,111,110,32,34,43,116,46,116,121,112,101,43,114,59,72,40,108,44,115,44,101,41,44,108,46,108,111,103,40,34,37,99,32,97,99,116,105,111,110,34,44,34,99,111,108,111,114,58,32,35,48,51,65,57,70,52,59,32,102,111,110,116,45,119,101,105,103,104,116,58,32,98,111,108,100,34,44,105,41,44,85,40,108,41,125,125,41,41,41,125,125,102,117,110,99,116,105,111,110,32,72,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,63,116,46,103,114,111,117,112,67,111,108,108,97,112,115,101,100,58,116,46,103,114,111,117,112,59,116,114,121,123,114,46,99,97,108,108,40,116,44,101,41,125,99,97,116,99,104,40,105,41,123,116,46,108,111,103,40,101,41,125,125,102,117,110,99,116,105,111,110,32,85,40,116,41,123,116,114,121,123,116,46,103,114,111,117,112,69,110,100,40,41,125,99,97,116,99,104,40,101,41,123,116,46,108,111,103,40,34,226,128,148,226,128,148,32,108,111,103,32,101,110,100,32,226,128,148,226,128,148,34,41,125,125,102,117,110,99,116,105,111,110,32,87,40,41,123,118,97,114,32,116,61,110,101,119,32,68,97,116,101,59,114,101,116,117,114,110,34,32,64,32,34,43,71,40,116,46,103,101,116,72,111,117,114,115,40,41,44,50,41,43,34,58,34,43,71,40,116,46,103,101,116,77,105,110,117,116,101,115,40,41,44,50,41,43,34,58,34,43,71,40,116,46,103,101,116,83,101,99,111,110,100,115,40,41,44,50,41,43,34,46,34,43,71,40,116,46,103,101,116,77,105,108,108,105,115,101,99,111,110,100,115,40,41,44,51,41,125,102,117,110,99,116,105,111,110,32,113,40,116,44,101,41,123,114,101,116,117,114,110,32,110,101,119,32,65,114,114,97,121,40,101,43,49,41,46,106,111,105,110,40,116,41,125,102,117,110,99,116,105,111,110,32,71,40,116,44,101,41,123,114,101,116,117,114,110,32,113,40,34,48,34,44,101,45,116,46,116,111,83,116,114,105,110,103,40,41,46,108,101,110,103,116,104,41,43,116,125,118,97,114,32,89,61,123,83,116,111,114,101,58,98,44,105,110,115,116,97,108,108,58,68,44,118,101,114,115,105,111,110,58,34,51,46,54,46,50,34,44,109,97,112,83,116,97,116,101,58,76,44,109,97,112,77,117,116,97,116,105,111,110,115,58,77,44,109,97,112,71,101,116,116,101,114,115,58,73,44,109,97,112,65,99,116,105,111,110,115,58,36,44,99,114,101,97,116,101,78,97,109,101,115,112,97,99,101,100,72,101,108,112,101,114,115,58,70,44,99,114,101,97,116,101,76,111,103,103,101,114,58,86,125,59,101,91,34,97,34,93,61,89,125,41,46,99,97,108,108,40,116,104,105,115,44,110,40,34,99,56,98,97,34,41,41,125,44,51,48,51,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,52,48,49,34,41,44,105,61,110,40,34,54,50,57,57,34,41,44,111,61,110,40,34,51,100,48,49,34,41,44,97,61,110,40,34,52,50,101,101,34,41,44,115,61,110,40,34,53,56,100,49,34,41,44,99,61,110,40,34,53,55,53,102,34,41,44,117,61,123,125,44,108,61,123,125,59,101,61,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,102,44,104,41,123,118,97,114,32,100,44,112,44,118,44,103,44,109,61,104,63,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,58,99,40,116,41,44,98,61,114,40,110,44,102,44,101,63,50,58,49,41,44,121,61,48,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,109,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,116,43,34,32,105,115,32,110,111,116,32,105,116,101,114,97,98,108,101,33,34,41,59,105,102,40,111,40,109,41,41,123,102,111,114,40,100,61,115,40,116,46,108,101,110,103,116,104,41,59,100,62,121,59,121,43,43,41,105,102,40,103,61,101,63,98,40,97,40,112,61,116,91,121,93,41,91,48,93,44,112,91,49,93,41,58,98,40,116,91,121,93,41,44,103,61,61,61,117,124,124,103,61,61,61,108,41,114,101,116,117,114,110,32,103,125,101,108,115,101,32,102,111,114,40,118,61,109,46,99,97,108,108,40,116,41,59,33,40,112,61,118,46,110,101,120,116,40,41,41,46,100,111,110,101,59,41,105,102,40,103,61,105,40,118,44,98,44,112,46,118,97,108,117,101,44,101,41,44,103,61,61,61,117,124,124,103,61,61,61,108,41,114,101,116,117,114,110,32,103,125,59,101,46,66,82,69,65,75,61,117,44,101,46,82,69,84,85,82,78,61,108,125,44,34,51,48,98,53,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,99,53,51,50,34,41,59,102,117,110,99,116,105,111,110,32,105,40,116,41,123,114,101,116,117,114,110,32,101,110,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,116,41,46,114,101,112,108,97,99,101,40,47,37,51,65,47,103,105,44,34,58,34,41,46,114,101,112,108,97,99,101,40,47,37,50,52,47,103,44,34,36,34,41,46,114,101,112,108,97,99,101,40,47,37,50,67,47,103,105,44,34,44,34,41,46,114,101,112,108,97,99,101,40,47,37,50,48,47,103,44,34,43,34,41,46,114,101,112,108,97,99,101,40,47,37,53,66,47,103,105,44,34,91,34,41,46,114,101,112,108,97,99,101,40,47,37,53,68,47,103,105,44,34,93,34,41,125,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,33,101,41,114,101,116,117,114,110,32,116,59,118,97,114,32,111,59,105,102,40,110,41,111,61,110,40,101,41,59,101,108,115,101,32,105,102,40,114,46,105,115,85,82,76,83,101,97,114,99,104,80,97,114,97,109,115,40,101,41,41,111,61,101,46,116,111,83,116,114,105,110,103,40,41,59,101,108,115,101,123,118,97,114,32,97,61,91,93,59,114,46,102,111,114,69,97,99,104,40,101,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,110,117,108,108,33,61,61,116,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,116,38,38,40,114,46,105,115,65,114,114,97,121,40,116,41,63,101,43,61,34,91,93,34,58,116,61,91,116,93,44,114,46,102,111,114,69,97,99,104,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,46,105,115,68,97,116,101,40,116,41,63,116,61,116,46,116,111,73,83,79,83,116,114,105,110,103,40,41,58,114,46,105,115,79,98,106,101,99,116,40,116,41,38,38,40,116,61,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,116,41,41,44,97,46,112,117,115,104,40,105,40,101,41,43,34,61,34,43,105,40,116,41,41,125,41,41,41,125,41,41,44,111,61,97,46,106,111,105,110,40,34,38,34,41,125,105,102,40,111,41,123,118,97,114,32,115,61,116,46,105,110,100,101,120,79,102,40,34,35,34,41,59,45,49,33,61,61,115,38,38,40,116,61,116,46,115,108,105,99,101,40,48,44,115,41,41,44,116,43,61,40,45,49,61,61,61,116,46,105,110,100,101,120,79,102,40,34,63,34,41,63,34,63,34,58,34,38,34,41,43,111,125,114,101,116,117,114,110,32,116,125,125,44,34,51,48,99,57,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,100,102,57,34,41,44,105,61,110,40,34,52,50,101,101,34,41,44,111,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,105,40,116,41,44,33,114,40,101,41,38,38,110,117,108,108,33,61,61,101,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,101,43,34,58,32,99,97,110,39,116,32,115,101,116,32,97,115,32,112,114,111,116,111,116,121,112,101,33,34,41,125,59,116,46,101,120,112,111,114,116,115,61,123,115,101,116,58,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,124,124,40,34,95,95,112,114,111,116,111,95,95,34,105,110,123,125,63,102,117,110,99,116,105,111,110,40,116,44,101,44,114,41,123,116,114,121,123,114,61,110,40,34,100,52,48,49,34,41,40,70,117,110,99,116,105,111,110,46,99,97,108,108,44,110,40,34,101,97,48,53,34,41,46,102,40,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,44,34,95,95,112,114,111,116,111,95,95,34,41,46,115,101,116,44,50,41,44,114,40,116,44,91,93,41,44,101,61,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,65,114,114,97,121,41,125,99,97,116,99,104,40,105,41,123,101,61,33,48,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,111,40,116,44,110,41,44,101,63,116,46,95,95,112,114,111,116,111,95,95,61,110,58,114,40,116,44,110,41,44,116,125,125,40,123,125,44,33,49,41,58,118,111,105,100,32,48,41,44,99,104,101,99,107,58,111,125,125,44,51,50,56,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,77,97,116,104,46,97,98,115,59,114,40,114,46,83,44,34,77,97,116,104,34,44,123,104,121,112,111,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,44,111,61,48,44,97,61,48,44,115,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,99,61,48,59,119,104,105,108,101,40,97,60,115,41,110,61,105,40,97,114,103,117,109,101,110,116,115,91,97,43,43,93,41,44,99,60,110,63,40,114,61,99,47,110,44,111,61,111,42,114,42,114,43,49,44,99,61,110,41,58,110,62,48,63,40,114,61,110,47,99,44,111,43,61,114,42,114,41,58,111,43,61,110,59,114,101,116,117,114,110,32,99,61,61,61,49,47,48,63,49,47,48,58,99,42,77,97,116,104,46,115,113,114,116,40,111,41,125,125,41,125,44,51,51,48,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,97,55,52,51,34,41,40,33,48,41,59,110,40,34,56,100,51,51,34,41,40,83,116,114,105,110,103,44,34,83,116,114,105,110,103,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,116,61,83,116,114,105,110,103,40,116,41,44,116,104,105,115,46,95,105,61,48,125,41,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,116,104,105,115,46,95,116,44,110,61,116,104,105,115,46,95,105,59,114,101,116,117,114,110,32,110,62,61,101,46,108,101,110,103,116,104,63,123,118,97,108,117,101,58,118,111,105,100,32,48,44,100,111,110,101,58,33,48,125,58,40,116,61,114,40,101,44,110,41,44,116,104,105,115,46,95,105,43,61,116,46,108,101,110,103,116,104,44,123,118,97,108,117,101,58,116,44,100,111,110,101,58,33,49,125,41,125,41,41,125,44,34,51,52,50,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,48,54,54,34,41,59,116,46,101,120,112,111,114,116,115,61,114,40,34,110,97,118,105,103,97,116,111,114,34,44,34,117,115,101,114,65,103,101,110,116,34,41,124,124,34,34,125,44,51,53,53,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,57,51,51,101,34,41,40,34,85,105,110,116,51,50,34,44,52,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,101,44,110,44,114,41,125,125,41,41,125,44,34,51,53,97,49,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,102,53,100,102,34,41,44,105,61,110,40,34,51,102,56,99,34,41,44,111,61,110,40,34,98,54,50,50,34,41,44,97,61,111,40,34,105,116,101,114,97,116,111,114,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,118,111,105,100,32,48,33,61,116,41,114,101,116,117,114,110,32,116,91,97,93,124,124,116,91,34,64,64,105,116,101,114,97,116,111,114,34,93,124,124,105,91,114,40,116,41,93,125,125,44,51,54,48,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,54,55,51,57,34,41,38,38,34,103,34,33,61,47,46,47,103,46,102,108,97,103,115,38,38,110,40,34,48,102,50,54,34,41,46,102,40,82,101,103,69,120,112,46,112,114,111,116,111,116,121,112,101,44,34,102,108,97,103,115,34,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,103,101,116,58,110,40,34,99,54,54,57,34,41,125,41,125,44,34,51,54,97,100,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,100,102,57,34,41,44,105,61,110,40,34,98,99,52,56,34,41,44,111,61,110,40,34,57,51,51,54,34,41,40,34,115,112,101,99,105,101,115,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,59,114,101,116,117,114,110,32,105,40,116,41,38,38,40,101,61,116,46,99,111,110,115,116,114,117,99,116,111,114,44,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,101,124,124,101,33,61,61,65,114,114,97,121,38,38,33,105,40,101,46,112,114,111,116,111,116,121,112,101,41,124,124,40,101,61,118,111,105,100,32,48,41,44,114,40,101,41,38,38,40,101,61,101,91,111,93,44,110,117,108,108,61,61,61,101,38,38,40,101,61,118,111,105,100,32,48,41,41,41,44,118,111,105,100,32,48,61,61,61,101,63,65,114,114,97,121,58,101,125,125,44,51,55,50,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,57,101,54,57,34,41,44,105,61,110,40,34,48,48,102,100,34,41,44,111,61,110,40,34,50,57,102,51,34,41,44,97,61,34,91,111,98,106,101,99,116,32,78,117,108,108,93,34,44,115,61,34,91,111,98,106,101,99,116,32,85,110,100,101,102,105,110,101,100,93,34,44,99,61,114,63,114,46,116,111,83,116,114,105,110,103,84,97,103,58,118,111,105,100,32,48,59,102,117,110,99,116,105,111,110,32,117,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,118,111,105,100,32,48,61,61,61,116,63,115,58,97,58,99,38,38,99,32,105,110,32,79,98,106,101,99,116,40,116,41,63,105,40,116,41,58,111,40,116,41,125,116,46,101,120,112,111,114,116,115,61,117,125,44,34,51,55,101,56,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,51,97,98,34,41,44,105,61,110,40,34,57,98,102,50,34,41,44,111,61,110,40,34,56,50,53,97,34,41,44,97,61,110,40,34,100,102,55,53,34,41,59,116,46,101,120,112,111,114,116,115,61,114,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,111,40,116,41,59,118,97,114,32,110,44,114,61,97,40,101,41,44,115,61,114,46,108,101,110,103,116,104,44,99,61,48,59,119,104,105,108,101,40,115,62,99,41,105,46,102,40,116,44,110,61,114,91,99,43,43,93,44,101,91,110,93,41,59,114,101,116,117,114,110,32,116,125,125,44,34,51,55,102,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,54,55,52,52,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,40,114,40,116,41,41,125,125,44,34,51,56,55,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,41,123,114,101,116,117,114,110,32,116,46,99,111,110,102,105,103,61,101,44,110,38,38,40,116,46,99,111,100,101,61,110,41,44,116,46,114,101,113,117,101,115,116,61,114,44,116,46,114,101,115,112,111,110,115,101,61,105,44,116,46,105,115,65,120,105,111,115,69,114,114,111,114,61,33,48,44,116,46,116,111,74,83,79,78,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,109,101,115,115,97,103,101,58,116,104,105,115,46,109,101,115,115,97,103,101,44,110,97,109,101,58,116,104,105,115,46,110,97,109,101,44,100,101,115,99,114,105,112,116,105,111,110,58,116,104,105,115,46,100,101,115,99,114,105,112,116,105,111,110,44,110,117,109,98,101,114,58,116,104,105,115,46,110,117,109,98,101,114,44,102,105,108,101,78,97,109,101,58,116,104,105,115,46,102,105,108,101,78,97,109,101,44,108,105,110,101,78,117,109,98,101,114,58,116,104,105,115,46,108,105,110,101,78,117,109,98,101,114,44,99,111,108,117,109,110,78,117,109,98,101,114,58,116,104,105,115,46,99,111,108,117,109,110,78,117,109,98,101,114,44,115,116,97,99,107,58,116,104,105,115,46,115,116,97,99,107,44,99,111,110,102,105,103,58,116,104,105,115,46,99,111,110,102,105,103,44,99,111,100,101,58,116,104,105,115,46,99,111,100,101,125,125,44,116,125,125,44,34,51,56,56,100,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,100,102,57,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,114,40,116,41,124,124,116,46,95,116,33,61,61,101,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,99,111,109,112,97,116,105,98,108,101,32,114,101,99,101,105,118,101,114,44,32,34,43,101,43,34,32,114,101,113,117,105,114,101,100,33,34,41,59,114,101,116,117,114,110,32,116,125,125,44,34,51,56,99,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,57,51,51,54,34,41,40,34,116,111,80,114,105,109,105,116,105,118,101,34,41,44,105,61,68,97,116,101,46,112,114,111,116,111,116,121,112,101,59,114,32,105,110,32,105,124,124,110,40,34,99,51,102,97,34,41,40,105,44,114,44,110,40,34,97,56,51,102,34,41,41,125,44,51,57,51,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,99,53,51,50,34,41,59,116,46,101,120,112,111,114,116,115,61,114,46,105,115,83,116,97,110,100,97,114,100,66,114,111,119,115,101,114,69,110,118,40,41,63,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,47,40,109,115,105,101,124,116,114,105,100,101,110,116,41,47,105,46,116,101,115,116,40,110,97,118,105,103,97,116,111,114,46,117,115,101,114,65,103,101,110,116,41,44,110,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,97,34,41,59,102,117,110,99,116,105,111,110,32,105,40,116,41,123,118,97,114,32,114,61,116,59,114,101,116,117,114,110,32,101,38,38,40,110,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,104,114,101,102,34,44,114,41,44,114,61,110,46,104,114,101,102,41,44,110,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,104,114,101,102,34,44,114,41,44,123,104,114,101,102,58,110,46,104,114,101,102,44,112,114,111,116,111,99,111,108,58,110,46,112,114,111,116,111,99,111,108,63,110,46,112,114,111,116,111,99,111,108,46,114,101,112,108,97,99,101,40,47,58,36,47,44,34,34,41,58,34,34,44,104,111,115,116,58,110,46,104,111,115,116,44,115,101,97,114,99,104,58,110,46,115,101,97,114,99,104,63,110,46,115,101,97,114,99,104,46,114,101,112,108,97,99,101,40,47,94,92,63,47,44,34,34,41,58,34,34,44,104,97,115,104,58,110,46,104,97,115,104,63,110,46,104,97,115,104,46,114,101,112,108,97,99,101,40,47,94,35,47,44,34,34,41,58,34,34,44,104,111,115,116,110,97,109,101,58,110,46,104,111,115,116,110,97,109,101,44,112,111,114,116,58,110,46,112,111,114,116,44,112,97,116,104,110,97,109,101,58,34,47,34,61,61,61,110,46,112,97,116,104,110,97,109,101,46,99,104,97,114,65,116,40,48,41,63,110,46,112,97,116,104,110,97,109,101,58,34,47,34,43,110,46,112,97,116,104,110,97,109,101,125,125,114,101,116,117,114,110,32,116,61,105,40,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,104,114,101,102,41,44,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,114,46,105,115,83,116,114,105,110,103,40,101,41,63,105,40,101,41,58,101,59,114,101,116,117,114,110,32,110,46,112,114,111,116,111,99,111,108,61,61,61,116,46,112,114,111,116,111,99,111,108,38,38,110,46,104,111,115,116,61,61,61,116,46,104,111,115,116,125,125,40,41,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,125,125,40,41,125,44,34,51,97,53,54,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,97,55,52,51,34,41,40,33,49,41,59,114,40,114,46,80,44,34,83,116,114,105,110,103,34,44,123,99,111,100,101,80,111,105,110,116,65,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,41,125,125,41,125,44,34,51,97,56,49,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,100,102,57,34,41,44,105,61,110,40,34,98,100,101,100,34,41,46,111,110,70,114,101,101,122,101,59,110,40,34,54,51,57,55,34,41,40,34,102,114,101,101,122,101,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,38,38,114,40,101,41,63,116,40,105,40,101,41,41,58,101,125,125,41,41,125,44,34,51,97,56,57,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,49,50,99,49,34,41,59,110,40,34,48,100,54,51,34,41,40,123,116,97,114,103,101,116,58,34,82,101,103,69,120,112,34,44,112,114,111,116,111,58,33,48,44,102,111,114,99,101,100,58,114,33,61,61,47,46,47,46,101,120,101,99,125,44,123,101,120,101,99,58,114,125,41,125,44,34,51,97,100,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,116,43,34,32,105,115,32,110,111,116,32,97,32,102,117,110,99,116,105,111,110,33,34,41,59,114,101,116,117,114,110,32,116,125,125,44,34,51,98,49,57,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,57,48,53,102,34,41,44,116,46,101,120,112,111,114,116,115,61,110,40,34,97,48,54,102,34,41,46,79,98,106,101,99,116,46,118,97,108,117,101,115,125,44,34,51,98,55,55,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,33,49,125,44,34,51,98,57,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,57,51,51,54,34,41,40,34,105,116,101,114,97,116,111,114,34,41,44,105,61,33,49,59,116,114,121,123,118,97,114,32,111,61,91,55,93,91,114,93,40,41,59,111,91,34,114,101,116,117,114,110,34,93,61,102,117,110,99,116,105,111,110,40,41,123,105,61,33,48,125,44,65,114,114,97,121,46,102,114,111,109,40,111,44,40,102,117,110,99,116,105,111,110,40,41,123,116,104,114,111,119,32,50,125,41,41,125,99,97,116,99,104,40,97,41,123,125,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,101,38,38,33,105,41,114,101,116,117,114,110,33,49,59,118,97,114,32,110,61,33,49,59,116,114,121,123,118,97,114,32,111,61,91,55,93,44,115,61,111,91,114,93,40,41,59,115,46,110,101,120,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,100,111,110,101,58,110,61,33,48,125,125,44,111,91,114,93,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,115,125,44,116,40,111,41,125,99,97,116,99,104,40,97,41,123,125,114,101,116,117,114,110,32,110,125,125,44,34,51,98,98,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,52,54,57,49,34,41,44,105,61,110,40,34,100,51,56,99,34,41,46,100,111,99,117,109,101,110,116,44,111,61,114,40,105,41,38,38,114,40,105,46,99,114,101,97,116,101,69,108,101,109,101,110,116,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,111,63,105,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,116,41,58,123,125,125,125,44,34,51,98,98,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,54,49,100,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,114,40,116,41,38,38,110,117,108,108,33,61,61,116,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,39,116,32,115,101,116,32,34,43,83,116,114,105,110,103,40,116,41,43,34,32,97,115,32,97,32,112,114,111,116,111,116,121,112,101,34,41,59,114,101,116,117,114,110,32,116,125,125,44,34,51,99,97,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,54,53,52,55,34,41,46,99,104,97,114,65,116,44,105,61,110,40,34,54,57,102,51,34,41,44,111,61,110,40,34,55,100,100,48,34,41,44,97,61,34,83,116,114,105,110,103,32,73,116,101,114,97,116,111,114,34,44,115,61,105,46,115,101,116,44,99,61,105,46,103,101,116,116,101,114,70,111,114,40,97,41,59,111,40,83,116,114,105,110,103,44,34,83,116,114,105,110,103,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,115,40,116,104,105,115,44,123,116,121,112,101,58,97,44,115,116,114,105,110,103,58,83,116,114,105,110,103,40,116,41,44,105,110,100,101,120,58,48,125,41,125,41,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,99,40,116,104,105,115,41,44,110,61,101,46,115,116,114,105,110,103,44,105,61,101,46,105,110,100,101,120,59,114,101,116,117,114,110,32,105,62,61,110,46,108,101,110,103,116,104,63,123,118,97,108,117,101,58,118,111,105,100,32,48,44,100,111,110,101,58,33,48,125,58,40,116,61,114,40,110,44,105,41,44,101,46,105,110,100,101,120,43,61,116,46,108,101,110,103,116,104,44,123,118,97,108,117,101,58,116,44,100,111,110,101,58,33,49,125,41,125,41,41,125,44,34,51,100,48,49,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,100,50,101,34,41,44,105,61,110,40,34,57,51,51,54,34,41,40,34,105,116,101,114,97,116,111,114,34,41,44,111,61,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,61,116,38,38,40,114,46,65,114,114,97,121,61,61,61,116,124,124,111,91,105,93,61,61,61,116,41,125,125,44,34,51,101,53,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,52,50,101,101,34,41,44,111,61,79,98,106,101,99,116,46,112,114,101,118,101,110,116,69,120,116,101,110,115,105,111,110,115,59,114,40,114,46,83,44,34,82,101,102,108,101,99,116,34,44,123,112,114,101,118,101,110,116,69,120,116,101,110,115,105,111,110,115,58,102,117,110,99,116,105,111,110,40,116,41,123,105,40,116,41,59,116,114,121,123,114,101,116,117,114,110,32,111,38,38,111,40,116,41,44,33,48,125,99,97,116,99,104,40,101,41,123,114,101,116,117,114,110,33,49,125,125,125,41,125,44,34,51,101,54,54,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,99,57,49,52,34,41,59,114,40,114,46,71,43,114,46,66,44,123,115,101,116,73,109,109,101,100,105,97,116,101,58,105,46,115,101,116,44,99,108,101,97,114,73,109,109,101,100,105,97,116,101,58,105,46,99,108,101,97,114,125,41,125,44,34,51,101,55,100,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,57,101,50,100,34,41,40,53,41,44,111,61,34,102,105,110,100,34,44,97,61,33,48,59,111,32,105,110,91,93,38,38,65,114,114,97,121,40,49,41,91,111,93,40,40,102,117,110,99,116,105,111,110,40,41,123,97,61,33,49,125,41,41,44,114,40,114,46,80,43,114,46,70,42,97,44,34,65,114,114,97,121,34,44,123,102,105,110,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,125,41,44,110,40,34,55,54,55,49,34,41,40,111,41,125,44,34,51,101,102,100,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,77,97,116,104,46,101,120,112,59,114,40,114,46,83,44,34,77,97,116,104,34,44,123,99,111,115,104,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,40,105,40,116,61,43,116,41,43,105,40,45,116,41,41,47,50,125,125,41,125,44,34,51,102,56,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,123,125,125,44,34,51,102,97,49,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,102,50,54,34,41,44,105,61,110,40,34,101,97,48,53,34,41,44,111,61,110,40,34,97,100,48,54,34,41,44,97,61,110,40,34,55,101,51,51,34,41,44,115,61,110,40,34,48,100,54,51,34,41,44,99,61,110,40,34,49,53,52,98,34,41,44,117,61,110,40,34,52,50,101,101,34,41,44,108,61,110,40,34,99,100,102,57,34,41,59,102,117,110,99,116,105,111,110,32,102,40,116,44,101,44,110,41,123,118,97,114,32,115,44,104,44,100,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,52,63,116,58,97,114,103,117,109,101,110,116,115,91,51,93,44,112,61,105,46,102,40,117,40,116,41,44,101,41,59,105,102,40,33,112,41,123,105,102,40,108,40,104,61,111,40,116,41,41,41,114,101,116,117,114,110,32,102,40,104,44,101,44,110,44,100,41,59,112,61,99,40,48,41,125,105,102,40,97,40,112,44,34,118,97,108,117,101,34,41,41,123,105,102,40,33,49,61,61,61,112,46,119,114,105,116,97,98,108,101,124,124,33,108,40,100,41,41,114,101,116,117,114,110,33,49,59,105,102,40,115,61,105,46,102,40,100,44,101,41,41,123,105,102,40,115,46,103,101,116,124,124,115,46,115,101,116,124,124,33,49,61,61,61,115,46,119,114,105,116,97,98,108,101,41,114,101,116,117,114,110,33,49,59,115,46,118,97,108,117,101,61,110,44,114,46,102,40,100,44,101,44,115,41,125,101,108,115,101,32,114,46,102,40,100,44,101,44,99,40,48,44,110,41,41,59,114,101,116,117,114,110,33,48,125,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,61,112,46,115,101,116,38,38,40,112,46,115,101,116,46,99,97,108,108,40,100,44,110,41,44,33,48,41,125,115,40,115,46,83,44,34,82,101,102,108,101,99,116,34,44,123,115,101,116,58,102,125,41,125,44,34,51,102,97,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,101,99,50,54,34,41,59,114,40,114,46,80,43,114,46,70,42,33,110,40,34,54,48,97,49,34,41,40,91,93,46,114,101,100,117,99,101,82,105,103,104,116,44,33,48,41,44,34,65,114,114,97,121,34,44,123,114,101,100,117,99,101,82,105,103,104,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,97,114,103,117,109,101,110,116,115,91,49,93,44,33,48,41,125,125,41,125,44,52,48,50,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,57,101,52,54,34,41,44,110,40,34,99,54,97,49,34,41,44,110,40,34,55,53,102,51,34,41,44,110,40,34,56,49,50,50,34,41,44,110,40,34,102,51,100,49,34,41,44,110,40,34,56,51,55,99,34,41,44,110,40,34,54,101,55,54,34,41,44,110,40,34,100,102,50,57,34,41,44,110,40,34,51,97,56,49,34,41,44,110,40,34,48,102,49,51,34,41,44,110,40,34,97,55,100,54,34,41,44,110,40,34,57,97,55,55,34,41,44,110,40,34,55,52,49,54,34,41,44,110,40,34,101,100,48,100,34,41,44,110,40,34,98,53,51,97,34,41,44,110,40,34,53,57,102,97,34,41,44,110,40,34,56,49,101,54,34,41,44,110,40,34,54,53,56,53,34,41,44,110,40,34,57,99,102,97,34,41,44,110,40,34,49,97,98,51,34,41,44,110,40,34,49,97,50,100,34,41,44,110,40,34,48,51,54,53,34,41,44,110,40,34,98,97,53,98,34,41,44,110,40,34,50,101,101,51,34,41,44,110,40,34,101,102,98,98,34,41,44,110,40,34,100,102,56,99,34,41,44,110,40,34,56,56,101,99,34,41,44,110,40,34,102,99,57,101,34,41,44,110,40,34,52,53,48,48,34,41,44,110,40,34,100,51,55,54,34,41,44,110,40,34,56,57,99,51,34,41,44,110,40,34,52,51,56,99,34,41,44,110,40,34,54,55,52,52,52,34,41,44,110,40,34,101,49,55,53,34,41,44,110,40,34,53,54,102,48,34,41,44,110,40,34,100,102,57,100,34,41,44,110,40,34,50,48,102,57,34,41,44,110,40,34,100,49,55,49,34,41,44,110,40,34,101,48,55,48,34,41,44,110,40,34,99,98,101,54,34,41,44,110,40,34,51,101,102,100,34,41,44,110,40,34,99,55,53,48,34,41,44,110,40,34,49,100,54,101,34,41,44,110,40,34,51,50,56,48,34,41,44,110,40,34,101,54,98,53,34,41,44,110,40,34,48,51,55,48,34,41,44,110,40,34,52,56,100,48,34,41,44,110,40,34,55,51,51,98,34,41,44,110,40,34,57,50,50,98,34,41,44,110,40,34,97,98,57,48,34,41,44,110,40,34,98,56,51,97,34,41,44,110,40,34,100,57,98,102,34,41,44,110,40,34,48,53,97,102,34,41,44,110,40,34,100,49,48,54,34,41,44,110,40,34,50,101,51,57,34,41,44,110,40,34,51,51,48,57,34,41,44,110,40,34,51,97,53,54,34,41,44,110,40,34,54,100,99,99,34,41,44,110,40,34,50,100,51,97,34,41,44,110,40,34,49,54,54,51,34,41,44,110,40,34,49,99,99,51,34,41,44,110,40,34,54,54,53,101,34,41,44,110,40,34,102,50,55,56,34,41,44,110,40,34,50,57,101,99,34,41,44,110,40,34,49,97,98,50,34,41,44,110,40,34,101,101,51,56,34,41,44,110,40,34,50,50,51,57,34,41,44,110,40,34,56,102,56,97,34,41,44,110,40,34,99,48,52,52,34,41,44,110,40,34,98,55,101,50,53,34,41,44,110,40,34,55,53,98,54,34,41,44,110,40,34,50,49,50,49,34,41,44,110,40,34,98,56,54,52,34,41,44,110,40,34,56,102,56,50,34,41,44,110,40,34,100,100,101,52,34,41,44,110,40,34,101,53,100,97,34,41,44,110,40,34,48,49,50,52,34,41,44,110,40,34,55,50,53,53,34,41,44,110,40,34,51,56,99,101,34,41,44,110,40,34,102,99,101,102,34,41,44,110,40,34,54,51,99,53,34,41,44,110,40,34,54,51,98,51,34,41,44,110,40,34,99,97,101,52,34,41,44,110,40,34,57,51,100,101,34,41,44,110,40,34,49,98,98,56,34,41,44,110,40,34,54,48,56,100,34,41,44,110,40,34,100,55,98,100,34,41,44,110,40,34,100,57,97,100,34,41,44,110,40,34,52,54,100,54,34,41,44,110,40,34,98,52,54,52,34,41,44,110,40,34,53,56,98,52,34,41,44,110,40,34,51,102,97,51,34,41,44,110,40,34,55,52,56,52,34,41,44,110,40,34,98,100,52,56,34,41,44,110,40,34,53,102,100,101,34,41,44,110,40,34,100,98,48,52,34,41,44,110,40,34,51,101,55,100,34,41,44,110,40,34,54,54,53,101,56,34,41,44,110,40,34,101,50,52,53,34,41,44,110,40,34,50,50,49,98,34,41,44,110,40,34,101,97,57,98,34,41,44,110,40,34,51,97,56,57,34,41,44,110,40,34,100,99,101,98,34,41,44,110,40,34,51,54,48,49,34,41,44,110,40,34,101,49,97,54,34,41,44,110,40,34,56,99,99,52,34,41,44,110,40,34,50,57,52,51,34,41,44,110,40,34,57,101,51,102,34,41,44,110,40,34,54,100,55,53,34,41,44,110,40,34,57,100,99,50,34,41,44,110,40,34,97,98,102,57,34,41,44,110,40,34,49,100,56,101,34,41,44,110,40,34,54,54,97,57,34,41,44,110,40,34,57,99,55,53,34,41,44,110,40,34,55,48,48,50,34,41,44,110,40,34,100,51,48,50,34,41,44,110,40,34,55,102,49,99,34,41,44,110,40,34,50,101,101,97,34,41,44,110,40,34,48,52,53,49,34,41,44,110,40,34,99,102,100,99,34,41,44,110,40,34,98,102,52,53,34,41,44,110,40,34,51,53,53,55,34,41,44,110,40,34,50,101,50,98,34,41,44,110,40,34,48,99,53,50,34,41,44,110,40,34,55,97,48,48,34,41,44,110,40,34,98,48,101,100,34,41,44,110,40,34,56,100,102,99,34,41,44,110,40,34,55,54,97,55,34,41,44,110,40,34,48,50,100,51,34,41,44,110,40,34,53,97,54,54,34,41,44,110,40,34,50,56,56,50,34,41,44,110,40,34,101,99,98,52,34,41,44,110,40,34,55,49,100,56,34,41,44,110,40,34,56,56,51,98,34,41,44,110,40,34,53,101,102,55,34,41,44,110,40,34,51,101,53,99,34,41,44,110,40,34,51,102,97,49,34,41,44,110,40,34,99,52,100,51,34,41,44,116,46,101,120,112,111,114,116,115,61,110,40,34,97,48,54,102,34,41,125,44,34,52,48,56,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,54,98,54,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,110,117,109,98,101,114,34,33,61,116,121,112,101,111,102,32,116,38,38,34,78,117,109,98,101,114,34,33,61,114,40,116,41,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,99,111,114,114,101,99,116,32,105,110,118,111,99,97,116,105,111,110,34,41,59,114,101,116,117,114,110,43,116,125,125,44,34,52,48,56,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,98,51,101,34,41,44,105,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,46,68,97,116,101,46,110,111,119,40,41,125,59,116,46,101,120,112,111,114,116,115,61,105,125,44,52,49,53,49,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,79,98,106,101,99,116,46,105,115,124,124,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,61,61,101,63,48,33,61,61,116,124,124,49,47,116,61,61,61,49,47,101,58,116,33,61,116,38,38,101,33,61,101,125,125,44,34,52,50,56,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,97,56,52,34,41,59,116,46,101,120,112,111,114,116,115,61,114,125,44,34,52,50,101,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,100,102,57,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,114,40,116,41,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,116,43,34,32,105,115,32,110,111,116,32,97,110,32,111,98,106,101,99,116,33,34,41,59,114,101,116,117,114,110,32,116,125,125,44,52,51,54,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,46,110,101,120,116,84,105,99,107,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,46,115,108,105,99,101,46,99,97,108,108,40,97,114,103,117,109,101,110,116,115,41,59,101,46,115,104,105,102,116,40,41,44,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,97,112,112,108,121,40,110,117,108,108,44,101,41,125,41,44,48,41,125,44,101,46,112,108,97,116,102,111,114,109,61,101,46,97,114,99,104,61,101,46,101,120,101,99,80,97,116,104,61,101,46,116,105,116,108,101,61,34,98,114,111,119,115,101,114,34,44,101,46,112,105,100,61,49,44,101,46,98,114,111,119,115,101,114,61,33,48,44,101,46,101,110,118,61,123,125,44,101,46,97,114,103,118,61,91,93,44,101,46,98,105,110,100,105,110,103,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,78,111,32,115,117,99,104,32,109,111,100,117,108,101,46,32,40,80,111,115,115,105,98,108,121,32,110,111,116,32,121,101,116,32,108,111,97,100,101,100,41,34,41,125,44,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,114,61,34,47,34,59,101,46,99,119,100,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,125,44,101,46,99,104,100,105,114,61,102,117,110,99,116,105,111,110,40,101,41,123,116,124,124,40,116,61,110,40,34,100,102,55,99,34,41,41,44,114,61,116,46,114,101,115,111,108,118,101,40,101,44,114,41,125,125,40,41,44,101,46,101,120,105,116,61,101,46,107,105,108,108,61,101,46,117,109,97,115,107,61,101,46,100,108,111,112,101,110,61,101,46,117,112,116,105,109,101,61,101,46,109,101,109,111,114,121,85,115,97,103,101,61,101,46,117,118,67,111,117,110,116,101,114,115,61,102,117,110,99,116,105,111,110,40,41,123,125,44,101,46,102,101,97,116,117,114,101,115,61,123,125,125,44,34,52,51,56,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,78,117,109,98,101,114,34,44,123,77,65,88,95,83,65,70,69,95,73,78,84,69,71,69,82,58,57,48,48,55,49,57,57,50,53,52,55,52,48,57,57,49,125,41,125,44,34,52,52,97,100,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,48,51,57,34,41,44,105,61,110,40,34,99,54,98,54,34,41,44,111,61,34,34,46,115,112,108,105,116,59,116,46,101,120,112,111,114,116,115,61,114,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,79,98,106,101,99,116,40,34,122,34,41,46,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,40,48,41,125,41,41,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,83,116,114,105,110,103,34,61,61,105,40,116,41,63,111,46,99,97,108,108,40,116,44,34,34,41,58,79,98,106,101,99,116,40,116,41,125,58,79,98,106,101,99,116,125,44,34,52,52,100,50,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,98,54,50,50,34,41,44,105,61,110,40,34,55,99,55,51,34,41,44,111,61,110,40,34,57,98,102,50,34,41,44,97,61,114,40,34,117,110,115,99,111,112,97,98,108,101,115,34,41,44,115,61,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,59,118,111,105,100,32,48,61,61,115,91,97,93,38,38,111,46,102,40,115,44,97,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,118,97,108,117,101,58,105,40,110,117,108,108,41,125,41,44,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,115,91,97,93,91,116,93,61,33,48,125,125,44,34,52,52,100,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,97,56,52,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,114,46,99,111,110,115,111,108,101,59,110,38,38,110,46,101,114,114,111,114,38,38,40,49,61,61,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,110,46,101,114,114,111,114,40,116,41,58,110,46,101,114,114,111,114,40,116,44,101,41,41,125,125,44,34,52,52,101,55,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,54,49,100,34,41,44,105,61,110,40,34,99,54,98,54,34,41,44,111,61,110,40,34,98,54,50,50,34,41,44,97,61,111,40,34,109,97,116,99,104,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,59,114,101,116,117,114,110,32,114,40,116,41,38,38,40,118,111,105,100,32,48,33,61,61,40,101,61,116,91,97,93,41,63,33,33,101,58,34,82,101,103,69,120,112,34,61,61,105,40,116,41,41,125,125,44,52,53,48,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,78,117,109,98,101,114,34,44,123,105,115,73,110,116,101,103,101,114,58,110,40,34,54,51,51,49,34,41,125,41,125,44,34,52,54,55,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,100,56,51,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,105,61,110,46,99,111,110,102,105,103,46,118,97,108,105,100,97,116,101,83,116,97,116,117,115,59,110,46,115,116,97,116,117,115,38,38,105,38,38,33,105,40,110,46,115,116,97,116,117,115,41,63,101,40,114,40,34,82,101,113,117,101,115,116,32,102,97,105,108,101,100,32,119,105,116,104,32,115,116,97,116,117,115,32,99,111,100,101,32,34,43,110,46,115,116,97,116,117,115,44,110,46,99,111,110,102,105,103,44,110,117,108,108,44,110,46,114,101,113,117,101,115,116,44,110,41,41,58,116,40,110,41,125,125,44,52,54,57,49,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,63,110,117,108,108,33,61,61,116,58,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,125,125,44,34,52,54,97,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,97,48,51,54,34,41,44,105,61,77,97,116,104,46,112,111,119,44,111,61,105,40,50,44,45,53,50,41,44,97,61,105,40,50,44,45,50,51,41,44,115,61,105,40,50,44,49,50,55,41,42,40,50,45,97,41,44,99,61,105,40,50,44,45,49,50,54,41,44,117,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,43,49,47,111,45,49,47,111,125,59,116,46,101,120,112,111,114,116,115,61,77,97,116,104,46,102,114,111,117,110,100,124,124,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,105,61,77,97,116,104,46,97,98,115,40,116,41,44,108,61,114,40,116,41,59,114,101,116,117,114,110,32,105,60,99,63,108,42,117,40,105,47,99,47,97,41,42,99,42,97,58,40,101,61,40,49,43,97,47,111,41,42,105,44,110,61,101,45,40,101,45,105,41,44,110,62,115,124,124,110,33,61,110,63,108,42,40,49,47,48,41,58,108,42,110,41,125,125,44,34,52,54,100,54,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,57,101,50,100,34,41,40,51,41,59,114,40,114,46,80,43,114,46,70,42,33,110,40,34,54,48,97,49,34,41,40,91,93,46,115,111,109,101,44,33,48,41,44,34,65,114,114,97,121,34,44,123,115,111,109,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,125,125,41,125,44,34,52,54,100,56,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,99,98,48,51,34,41,40,33,48,41,59,114,40,114,46,80,44,34,65,114,114,97,121,34,44,123,105,110,99,108,117,100,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,125,41,44,110,40,34,55,54,55,49,34,41,40,34,105,110,99,108,117,100,101,115,34,41,125,44,34,52,56,50,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,56,98,50,34,41,44,105,61,110,40,34,53,56,100,49,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,118,111,105,100,32,48,61,61,61,116,41,114,101,116,117,114,110,32,48,59,118,97,114,32,101,61,114,40,116,41,44,110,61,105,40,101,41,59,105,102,40,101,33,61,61,110,41,116,104,114,111,119,32,82,97,110,103,101,69,114,114,111,114,40,34,87,114,111,110,103,32,108,101,110,103,116,104,33,34,41,59,114,101,116,117,114,110,32,110,125,125,44,52,56,52,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,50,53,97,34,41,44,105,61,110,40,34,49,99,48,98,34,41,44,111,61,110,40,34,98,54,50,50,34,41,44,97,61,111,40,34,115,112,101,99,105,101,115,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,111,61,114,40,116,41,46,99,111,110,115,116,114,117,99,116,111,114,59,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,111,124,124,118,111,105,100,32,48,61,61,40,110,61,114,40,111,41,91,97,93,41,63,101,58,105,40,110,41,125,125,44,34,52,56,100,48,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,77,97,116,104,34,44,123,108,111,103,49,112,58,110,40,34,98,48,51,99,34,41,125,41,125,44,52,57,51,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,100,48,48,34,41,44,105,61,110,40,34,100,48,51,57,34,41,59,116,46,101,120,112,111,114,116,115,61,33,33,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,38,38,33,105,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,83,116,114,105,110,103,40,83,121,109,98,111,108,40,41,41,124,124,33,83,121,109,98,111,108,46,115,104,97,109,38,38,114,38,38,114,60,52,49,125,41,41,125,44,34,52,57,56,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,53,56,97,56,34,41,46,116,114,105,109,44,111,61,110,40,34,99,56,100,50,34,41,59,114,40,123,116,97,114,103,101,116,58,34,83,116,114,105,110,103,34,44,112,114,111,116,111,58,33,48,44,102,111,114,99,101,100,58,111,40,34,116,114,105,109,34,41,125,44,123,116,114,105,109,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,41,125,125,41,125,44,34,52,97,54,48,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,57,99,53,53,34,41,44,111,61,110,40,34,54,55,57,97,34,41,44,97,61,47,86,101,114,115,105,111,110,92,47,49,48,92,46,92,100,43,40,92,46,92,100,43,41,63,40,32,77,111,98,105,108,101,92,47,92,119,43,41,63,32,83,97,102,97,114,105,92,47,47,46,116,101,115,116,40,111,41,59,114,40,114,46,80,43,114,46,70,42,97,44,34,83,116,114,105,110,103,34,44,123,112,97,100,69,110,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,44,33,49,41,125,125,41,125,44,34,52,97,55,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,99,53,51,50,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,101,61,101,124,124,123,125,59,118,97,114,32,110,61,123,125,44,105,61,91,34,117,114,108,34,44,34,109,101,116,104,111,100,34,44,34,100,97,116,97,34,93,44,111,61,91,34,104,101,97,100,101,114,115,34,44,34,97,117,116,104,34,44,34,112,114,111,120,121,34,44,34,112,97,114,97,109,115,34,93,44,97,61,91,34,98,97,115,101,85,82,76,34,44,34,116,114,97,110,115,102,111,114,109,82,101,113,117,101,115,116,34,44,34,116,114,97,110,115,102,111,114,109,82,101,115,112,111,110,115,101,34,44,34,112,97,114,97,109,115,83,101,114,105,97,108,105,122,101,114,34,44,34,116,105,109,101,111,117,116,34,44,34,116,105,109,101,111,117,116,77,101,115,115,97,103,101,34,44,34,119,105,116,104,67,114,101,100,101,110,116,105,97,108,115,34,44,34,97,100,97,112,116,101,114,34,44,34,114,101,115,112,111,110,115,101,84,121,112,101,34,44,34,120,115,114,102,67,111,111,107,105,101,78,97,109,101,34,44,34,120,115,114,102,72,101,97,100,101,114,78,97,109,101,34,44,34,111,110,85,112,108,111,97,100,80,114,111,103,114,101,115,115,34,44,34,111,110,68,111,119,110,108,111,97,100,80,114,111,103,114,101,115,115,34,44,34,100,101,99,111,109,112,114,101,115,115,34,44,34,109,97,120,67,111,110,116,101,110,116,76,101,110,103,116,104,34,44,34,109,97,120,66,111,100,121,76,101,110,103,116,104,34,44,34,109,97,120,82,101,100,105,114,101,99,116,115,34,44,34,116,114,97,110,115,112,111,114,116,34,44,34,104,116,116,112,65,103,101,110,116,34,44,34,104,116,116,112,115,65,103,101,110,116,34,44,34,99,97,110,99,101,108,84,111,107,101,110,34,44,34,115,111,99,107,101,116,80,97,116,104,34,44,34,114,101,115,112,111,110,115,101,69,110,99,111,100,105,110,103,34,93,44,115,61,91,34,118,97,108,105,100,97,116,101,83,116,97,116,117,115,34,93,59,102,117,110,99,116,105,111,110,32,99,40,116,44,101,41,123,114,101,116,117,114,110,32,114,46,105,115,80,108,97,105,110,79,98,106,101,99,116,40,116,41,38,38,114,46,105,115,80,108,97,105,110,79,98,106,101,99,116,40,101,41,63,114,46,109,101,114,103,101,40,116,44,101,41,58,114,46,105,115,80,108,97,105,110,79,98,106,101,99,116,40,101,41,63,114,46,109,101,114,103,101,40,123,125,44,101,41,58,114,46,105,115,65,114,114,97,121,40,101,41,63,101,46,115,108,105,99,101,40,41,58,101,125,102,117,110,99,116,105,111,110,32,117,40,105,41,123,114,46,105,115,85,110,100,101,102,105,110,101,100,40,101,91,105,93,41,63,114,46,105,115,85,110,100,101,102,105,110,101,100,40,116,91,105,93,41,124,124,40,110,91,105,93,61,99,40,118,111,105,100,32,48,44,116,91,105,93,41,41,58,110,91,105,93,61,99,40,116,91,105,93,44,101,91,105,93,41,125,114,46,102,111,114,69,97,99,104,40,105,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,46,105,115,85,110,100,101,102,105,110,101,100,40,101,91,116,93,41,124,124,40,110,91,116,93,61,99,40,118,111,105,100,32,48,44,101,91,116,93,41,41,125,41,41,44,114,46,102,111,114,69,97,99,104,40,111,44,117,41,44,114,46,102,111,114,69,97,99,104,40,97,44,40,102,117,110,99,116,105,111,110,40,105,41,123,114,46,105,115,85,110,100,101,102,105,110,101,100,40,101,91,105,93,41,63,114,46,105,115,85,110,100,101,102,105,110,101,100,40,116,91,105,93,41,124,124,40,110,91,105,93,61,99,40,118,111,105,100,32,48,44,116,91,105,93,41,41,58,110,91,105,93,61,99,40,118,111,105,100,32,48,44,101,91,105,93,41,125,41,41,44,114,46,102,111,114,69,97,99,104,40,115,44,40,102,117,110,99,116,105,111,110,40,114,41,123,114,32,105,110,32,101,63,110,91,114,93,61,99,40,116,91,114,93,44,101,91,114,93,41,58,114,32,105,110,32,116,38,38,40,110,91,114,93,61,99,40,118,111,105,100,32,48,44,116,91,114,93,41,41,125,41,41,59,118,97,114,32,108,61,105,46,99,111,110,99,97,116,40,111,41,46,99,111,110,99,97,116,40,97,41,46,99,111,110,99,97,116,40,115,41,44,102,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,46,99,111,110,99,97,116,40,79,98,106,101,99,116,46,107,101,121,115,40,101,41,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,45,49,61,61,61,108,46,105,110,100,101,120,79,102,40,116,41,125,41,41,59,114,101,116,117,114,110,32,114,46,102,111,114,69,97,99,104,40,102,44,117,41,44,110,125,125,44,34,52,98,49,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,105,102,40,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,101,41,124,124,118,111,105,100,32,48,33,61,61,114,38,38,114,32,105,110,32,116,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,110,43,34,58,32,105,110,99,111,114,114,101,99,116,32,105,110,118,111,99,97,116,105,111,110,33,34,41,59,114,101,116,117,114,110,32,116,125,125,44,34,52,99,101,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,102,50,54,34,41,46,102,44,105,61,110,40,34,97,102,51,51,34,41,44,111,61,110,40,34,101,54,48,51,34,41,44,97,61,110,40,34,100,52,48,49,34,41,44,115,61,110,40,34,52,98,49,51,34,41,44,99,61,110,40,34,51,48,51,50,34,41,44,117,61,110,40,34,56,100,51,51,34,41,44,108,61,110,40,34,52,101,55,57,34,41,44,102,61,110,40,34,100,98,99,53,34,41,44,104,61,110,40,34,54,55,51,57,34,41,44,100,61,110,40,34,98,100,101,100,34,41,46,102,97,115,116,75,101,121,44,112,61,110,40,34,51,56,56,100,34,41,44,118,61,104,63,34,95,115,34,58,34,115,105,122,101,34,44,103,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,100,40,101,41,59,105,102,40,34,70,34,33,61,61,114,41,114,101,116,117,114,110,32,116,46,95,105,91,114,93,59,102,111,114,40,110,61,116,46,95,102,59,110,59,110,61,110,46,110,41,105,102,40,110,46,107,61,61,101,41,114,101,116,117,114,110,32,110,125,59,116,46,101,120,112,111,114,116,115,61,123,103,101,116,67,111,110,115,116,114,117,99,116,111,114,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,117,41,123,118,97,114,32,108,61,116,40,40,102,117,110,99,116,105,111,110,40,116,44,114,41,123,115,40,116,44,108,44,101,44,34,95,105,34,41,44,116,46,95,116,61,101,44,116,46,95,105,61,105,40,110,117,108,108,41,44,116,46,95,102,61,118,111,105,100,32,48,44,116,46,95,108,61,118,111,105,100,32,48,44,116,91,118,93,61,48,44,118,111,105,100,32,48,33,61,114,38,38,99,40,114,44,110,44,116,91,117,93,44,116,41,125,41,41,59,114,101,116,117,114,110,32,111,40,108,46,112,114,111,116,111,116,121,112,101,44,123,99,108,101,97,114,58,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,61,112,40,116,104,105,115,44,101,41,44,110,61,116,46,95,105,44,114,61,116,46,95,102,59,114,59,114,61,114,46,110,41,114,46,114,61,33,48,44,114,46,112,38,38,40,114,46,112,61,114,46,112,46,110,61,118,111,105,100,32,48,41,44,100,101,108,101,116,101,32,110,91,114,46,105,93,59,116,46,95,102,61,116,46,95,108,61,118,111,105,100,32,48,44,116,91,118,93,61,48,125,44,100,101,108,101,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,112,40,116,104,105,115,44,101,41,44,114,61,103,40,110,44,116,41,59,105,102,40,114,41,123,118,97,114,32,105,61,114,46,110,44,111,61,114,46,112,59,100,101,108,101,116,101,32,110,46,95,105,91,114,46,105,93,44,114,46,114,61,33,48,44,111,38,38,40,111,46,110,61,105,41,44,105,38,38,40,105,46,112,61,111,41,44,110,46,95,102,61,61,114,38,38,40,110,46,95,102,61,105,41,44,110,46,95,108,61,61,114,38,38,40,110,46,95,108,61,111,41,44,110,91,118,93,45,45,125,114,101,116,117,114,110,33,33,114,125,44,102,111,114,69,97,99,104,58,102,117,110,99,116,105,111,110,40,116,41,123,112,40,116,104,105,115,44,101,41,59,118,97,114,32,110,44,114,61,97,40,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,44,51,41,59,119,104,105,108,101,40,110,61,110,63,110,46,110,58,116,104,105,115,46,95,102,41,123,114,40,110,46,118,44,110,46,107,44,116,104,105,115,41,59,119,104,105,108,101,40,110,38,38,110,46,114,41,110,61,110,46,112,125,125,44,104,97,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,33,103,40,112,40,116,104,105,115,44,101,41,44,116,41,125,125,41,44,104,38,38,114,40,108,46,112,114,111,116,111,116,121,112,101,44,34,115,105,122,101,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,112,40,116,104,105,115,44,101,41,91,118,93,125,125,41,44,108,125,44,100,101,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,61,103,40,116,44,101,41,59,114,101,116,117,114,110,32,111,63,111,46,118,61,110,58,40,116,46,95,108,61,111,61,123,105,58,105,61,100,40,101,44,33,48,41,44,107,58,101,44,118,58,110,44,112,58,114,61,116,46,95,108,44,110,58,118,111,105,100,32,48,44,114,58,33,49,125,44,116,46,95,102,124,124,40,116,46,95,102,61,111,41,44,114,38,38,40,114,46,110,61,111,41,44,116,91,118,93,43,43,44,34,70,34,33,61,61,105,38,38,40,116,46,95,105,91,105,93,61,111,41,41,44,116,125,44,103,101,116,69,110,116,114,121,58,103,44,115,101,116,83,116,114,111,110,103,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,117,40,116,44,101,44,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,116,104,105,115,46,95,116,61,112,40,116,44,101,41,44,116,104,105,115,46,95,107,61,110,44,116,104,105,115,46,95,108,61,118,111,105,100,32,48,125,41,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,95,107,44,110,61,116,46,95,108,59,119,104,105,108,101,40,110,38,38,110,46,114,41,110,61,110,46,112,59,114,101,116,117,114,110,32,116,46,95,116,38,38,40,116,46,95,108,61,110,61,110,63,110,46,110,58,116,46,95,116,46,95,102,41,63,108,40,48,44,34,107,101,121,115,34,61,61,101,63,110,46,107,58,34,118,97,108,117,101,115,34,61,61,101,63,110,46,118,58,91,110,46,107,44,110,46,118,93,41,58,40,116,46,95,116,61,118,111,105,100,32,48,44,108,40,49,41,41,125,41,44,110,63,34,101,110,116,114,105,101,115,34,58,34,118,97,108,117,101,115,34,44,33,110,44,33,48,41,44,102,40,101,41,125,125,125,44,34,52,99,101,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,47,92,115,47,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,118,97,114,32,101,61,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,101,45,45,38,38,110,46,116,101,115,116,40,116,46,99,104,97,114,65,116,40,101,41,41,41,59,114,101,116,117,114,110,32,101,125,116,46,101,120,112,111,114,116,115,61,114,125,44,34,52,100,54,52,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,102,99,54,97,34,41,44,105,61,110,40,34,53,48,99,52,34,41,44,111,61,110,40,34,50,51,99,98,34,41,44,97,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,97,41,123,118,97,114,32,115,44,99,61,114,40,101,41,44,117,61,105,40,99,46,108,101,110,103,116,104,41,44,108,61,111,40,97,44,117,41,59,105,102,40,116,38,38,110,33,61,110,41,123,119,104,105,108,101,40,117,62,108,41,105,102,40,115,61,99,91,108,43,43,93,44,115,33,61,115,41,114,101,116,117,114,110,33,48,125,101,108,115,101,32,102,111,114,40,59,117,62,108,59,108,43,43,41,105,102,40,40,116,124,124,108,32,105,110,32,99,41,38,38,99,91,108,93,61,61,61,110,41,114,101,116,117,114,110,32,116,124,124,108,124,124,48,59,114,101,116,117,114,110,33,116,38,38,45,49,125,125,59,116,46,101,120,112,111,114,116,115,61,123,105,110,99,108,117,100,101,115,58,97,40,33,48,41,44,105,110,100,101,120,79,102,58,97,40,33,49,41,125,125,44,34,52,100,99,54,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,54,55,51,57,34,41,44,105,61,110,40,34,98,55,101,50,34,41,44,111,61,110,40,34,101,48,51,56,34,41,44,97,61,110,40,34,57,97,50,55,34,41,44,115,61,110,40,34,51,55,102,102,34,41,44,99,61,110,40,34,50,54,51,53,34,41,44,117,61,79,98,106,101,99,116,46,97,115,115,105,103,110,59,116,46,101,120,112,111,114,116,115,61,33,117,124,124,110,40,34,98,52,54,48,34,41,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,123,125,44,101,61,123,125,44,110,61,83,121,109,98,111,108,40,41,44,114,61,34,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,34,59,114,101,116,117,114,110,32,116,91,110,93,61,55,44,114,46,115,112,108,105,116,40,34,34,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,101,91,116,93,61,116,125,41,41,44,55,33,61,117,40,123,125,44,116,41,91,110,93,124,124,79,98,106,101,99,116,46,107,101,121,115,40,117,40,123,125,44,101,41,41,46,106,111,105,110,40,34,34,41,33,61,114,125,41,41,63,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,115,40,116,41,44,117,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,108,61,49,44,102,61,111,46,102,44,104,61,97,46,102,59,119,104,105,108,101,40,117,62,108,41,123,118,97,114,32,100,44,112,61,99,40,97,114,103,117,109,101,110,116,115,91,108,43,43,93,41,44,118,61,102,63,105,40,112,41,46,99,111,110,99,97,116,40,102,40,112,41,41,58,105,40,112,41,44,103,61,118,46,108,101,110,103,116,104,44,109,61,48,59,119,104,105,108,101,40,103,62,109,41,100,61,118,91,109,43,43,93,44,114,38,38,33,104,46,99,97,108,108,40,112,44,100,41,124,124,40,110,91,100,93,61,112,91,100,93,41,125,114,101,116,117,114,110,32,110,125,58,117,125,44,34,52,100,101,52,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,98,55,50,55,34,41,46,102,105,108,116,101,114,44,111,61,110,40,34,49,100,100,101,34,41,44,97,61,111,40,34,102,105,108,116,101,114,34,41,59,114,40,123,116,97,114,103,101,116,58,34,65,114,114,97,121,34,44,112,114,111,116,111,58,33,48,44,102,111,114,99,101,100,58,33,97,125,44,123,102,105,108,116,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,125,41,125,44,34,52,100,102,52,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,51,54,54,34,41,44,105,61,110,40,34,55,98,48,98,34,41,44,111,61,110,40,34,57,98,100,100,34,41,44,97,61,110,40,34,101,57,53,97,34,41,44,115,61,110,40,34,53,48,99,52,34,41,44,99,61,110,40,34,56,52,49,56,34,41,44,117,61,110,40,34,51,53,97,49,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,108,44,102,44,104,44,100,44,112,61,105,40,116,41,44,118,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,104,105,115,63,116,104,105,115,58,65,114,114,97,121,44,103,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,109,61,103,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,44,98,61,118,111,105,100,32,48,33,61,61,109,44,121,61,117,40,112,41,44,119,61,48,59,105,102,40,98,38,38,40,109,61,114,40,109,44,103,62,50,63,97,114,103,117,109,101,110,116,115,91,50,93,58,118,111,105,100,32,48,44,50,41,41,44,118,111,105,100,32,48,61,61,121,124,124,118,61,61,65,114,114,97,121,38,38,97,40,121,41,41,102,111,114,40,101,61,115,40,112,46,108,101,110,103,116,104,41,44,110,61,110,101,119,32,118,40,101,41,59,101,62,119,59,119,43,43,41,100,61,98,63,109,40,112,91,119,93,44,119,41,58,112,91,119,93,44,99,40,110,44,119,44,100,41,59,101,108,115,101,32,102,111,114,40,102,61,121,46,99,97,108,108,40,112,41,44,104,61,102,46,110,101,120,116,44,110,61,110,101,119,32,118,59,33,40,108,61,104,46,99,97,108,108,40,102,41,41,46,100,111,110,101,59,119,43,43,41,100,61,98,63,111,40,102,44,109,44,91,108,46,118,97,108,117,101,44,119,93,44,33,48,41,58,108,46,118,97,108,117,101,44,99,40,110,44,119,44,100,41,59,114,101,116,117,114,110,32,110,46,108,101,110,103,116,104,61,119,44,110,125,125,44,34,52,101,55,57,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,123,118,97,108,117,101,58,101,44,100,111,110,101,58,33,33,116,125,125,125,44,34,52,101,99,57,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,54,100,54,49,34,41,44,105,61,110,40,34,54,53,54,54,34,41,59,116,46,101,120,112,111,114,116,115,61,114,40,34,77,97,112,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,97,114,103,117,109,101,110,116,115,91,48,93,58,118,111,105,100,32,48,41,125,125,41,44,105,41,125,44,53,48,53,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,54,55,51,57,34,41,44,105,61,110,40,34,98,55,101,50,34,41,44,111,61,110,40,34,99,101,98,54,34,41,44,97,61,110,40,34,57,97,50,55,34,41,46,102,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,44,115,61,111,40,101,41,44,99,61,105,40,115,41,44,117,61,99,46,108,101,110,103,116,104,44,108,61,48,44,102,61,91,93,59,119,104,105,108,101,40,117,62,108,41,110,61,99,91,108,43,43,93,44,114,38,38,33,97,46,99,97,108,108,40,115,44,110,41,124,124,102,46,112,117,115,104,40,116,63,91,110,44,115,91,110,93,93,58,115,91,110,93,41,59,114,101,116,117,114,110,32,102,125,125,125,44,34,53,48,99,52,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,97,54,57,49,34,41,44,105,61,77,97,116,104,46,109,105,110,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,62,48,63,105,40,114,40,116,41,44,57,48,48,55,49,57,57,50,53,52,55,52,48,57,57,49,41,58,48,125,125,44,53,49,49,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,40,102,117,110,99,116,105,111,110,40,116,41,123,99,111,110,115,116,32,110,61,123,115,101,108,101,99,116,105,111,110,85,112,58,91,51,56,93,44,115,101,108,101,99,116,105,111,110,68,111,119,110,58,91,52,48,93,44,115,101,108,101,99,116,58,91,49,51,93,44,104,105,100,101,76,105,115,116,58,91,50,55,93,44,115,104,111,119,76,105,115,116,58,91,52,48,93,44,97,117,116,111,99,111,109,112,108,101,116,101,58,91,51,50,44,49,51,93,125,44,114,61,123,105,110,112,117,116,58,83,116,114,105,110,103,44,115,101,108,101,99,116,58,79,98,106,101,99,116,125,59,102,117,110,99,116,105,111,110,32,105,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,115,112,108,105,116,40,34,46,34,41,46,114,101,100,117,99,101,40,40,116,44,101,41,61,62,116,61,61,61,79,98,106,101,99,116,40,116,41,63,116,91,101,93,58,116,44,116,41,125,102,117,110,99,116,105,111,110,32,111,40,116,44,101,41,123,114,101,116,117,114,110,32,97,40,116,44,101,46,107,101,121,67,111,100,101,41,125,102,117,110,99,116,105,111,110,32,97,40,116,44,101,41,123,105,102,40,116,46,108,101,110,103,116,104,60,61,48,41,114,101,116,117,114,110,33,49,59,99,111,110,115,116,32,110,61,116,61,62,116,46,115,111,109,101,40,116,61,62,116,61,61,61,101,41,59,114,101,116,117,114,110,32,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,91,48,93,41,63,116,46,115,111,109,101,40,116,61,62,110,40,116,41,41,58,110,40,116,41,125,102,117,110,99,116,105,111,110,32,115,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,110,63,101,63,101,40,116,41,58,116,58,40,116,38,38,116,46,116,104,101,110,124,124,40,116,61,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,116,41,41,44,101,63,116,46,116,104,101,110,40,101,41,58,116,41,125,102,117,110,99,116,105,111,110,32,99,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,101,61,91,93,44,110,61,48,59,110,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,110,43,43,41,101,91,110,93,61,97,114,103,117,109,101,110,116,115,91,110,93,59,116,114,121,123,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,116,46,97,112,112,108,121,40,116,104,105,115,44,101,41,41,125,99,97,116,99,104,40,114,41,123,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,106,101,99,116,40,114,41,125,125,125,102,117,110,99,116,105,111,110,32,117,40,41,123,125,102,117,110,99,116,105,111,110,32,108,40,116,44,101,41,123,105,102,40,33,101,41,114,101,116,117,114,110,32,116,38,38,116,46,116,104,101,110,63,116,46,116,104,101,110,40,117,41,58,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,41,125,102,117,110,99,116,105,111,110,32,102,40,116,44,101,41,123,118,97,114,32,110,61,116,40,41,59,114,101,116,117,114,110,32,110,38,38,110,46,116,104,101,110,63,110,46,116,104,101,110,40,101,41,58,101,40,110,41,125,102,117,110,99,116,105,111,110,32,104,40,116,41,123,118,97,114,32,101,61,116,40,41,59,105,102,40,101,38,38,101,46,116,104,101,110,41,114,101,116,117,114,110,32,101,46,116,104,101,110,40,117,41,125,102,117,110,99,116,105,111,110,32,100,40,116,44,101,41,123,116,114,121,123,118,97,114,32,110,61,116,40,41,125,99,97,116,99,104,40,114,41,123,114,101,116,117,114,110,32,101,40,114,41,125,114,101,116,117,114,110,32,110,38,38,110,46,116,104,101,110,63,110,46,116,104,101,110,40,118,111,105,100,32,48,44,101,41,58,110,125,102,117,110,99,116,105,111,110,32,112,40,116,44,101,41,123,116,114,121,123,118,97,114,32,110,61,116,40,41,125,99,97,116,99,104,40,114,41,123,114,101,116,117,114,110,32,101,40,41,125,114,101,116,117,114,110,32,110,38,38,110,46,116,104,101,110,63,110,46,116,104,101,110,40,101,44,101,41,58,101,40,41,125,118,97,114,32,118,61,123,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,34,44,99,108,97,115,115,58,91,116,46,115,116,121,108,101,115,46,118,117,101,83,105,109,112,108,101,83,117,103,103,101,115,116,44,123,100,101,115,105,103,110,101,100,58,33,116,46,100,101,115,116,121,108,101,100,44,102,111,99,117,115,58,116,46,105,115,73,110,70,111,99,117,115,125,93,44,111,110,58,123,107,101,121,100,111,119,110,58,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,33,101,46,116,121,112,101,46,105,110,100,101,120,79,102,40,34,107,101,121,34,41,38,38,116,46,95,107,40,101,46,107,101,121,67,111,100,101,44,34,116,97,98,34,44,57,44,101,46,107,101,121,44,34,84,97,98,34,41,41,114,101,116,117,114,110,32,110,117,108,108,59,116,46,105,115,84,97,98,98,101,100,61,33,48,125,125,125,44,91,110,40,34,100,105,118,34,44,123,114,101,102,58,34,105,110,112,117,116,83,108,111,116,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,105,110,112,117,116,45,119,114,97,112,112,101,114,34,44,99,108,97,115,115,58,116,46,115,116,121,108,101,115,46,105,110,112,117,116,87,114,97,112,112,101,114,44,97,116,116,114,115,58,123,114,111,108,101,58,34,99,111,109,98,111,98,111,120,34,44,34,97,114,105,97,45,104,97,115,112,111,112,117,112,34,58,34,108,105,115,116,98,111,120,34,44,34,97,114,105,97,45,111,119,110,115,34,58,116,46,108,105,115,116,73,100,44,34,97,114,105,97,45,101,120,112,97,110,100,101,100,34,58,116,46,108,105,115,116,83,104,111,119,110,38,38,33,116,46,114,101,109,111,118,101,76,105,115,116,63,34,116,114,117,101,34,58,34,102,97,108,115,101,34,125,125,44,91,116,46,95,116,40,34,100,101,102,97,117,108,116,34,44,91,110,40,34,105,110,112,117,116,34,44,116,46,95,98,40,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,101,102,97,117,108,116,45,105,110,112,117,116,34,44,99,108,97,115,115,58,116,46,115,116,121,108,101,115,46,100,101,102,97,117,108,116,73,110,112,117,116,44,100,111,109,80,114,111,112,115,58,123,118,97,108,117,101,58,116,46,116,101,120,116,124,124,34,34,125,125,44,34,105,110,112,117,116,34,44,116,46,36,97,116,116,114,115,44,33,49,41,41,93,41,93,44,50,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,116,114,97,110,115,105,116,105,111,110,34,44,123,97,116,116,114,115,58,123,110,97,109,101,58,34,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,34,125,125,44,91,116,46,108,105,115,116,83,104,111,119,110,38,38,33,116,46,114,101,109,111,118,101,76,105,115,116,63,110,40,34,117,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,115,117,103,103,101,115,116,105,111,110,115,34,44,99,108,97,115,115,58,116,46,115,116,121,108,101,115,46,115,117,103,103,101,115,116,105,111,110,115,44,97,116,116,114,115,58,123,105,100,58,116,46,108,105,115,116,73,100,44,114,111,108,101,58,34,108,105,115,116,98,111,120,34,44,34,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,34,58,116,46,108,105,115,116,73,100,125,125,44,91,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,91,34,109,105,115,99,45,105,116,101,109,45,97,98,111,118,101,34,93,63,110,40,34,108,105,34,44,91,116,46,95,116,40,34,109,105,115,99,45,105,116,101,109,45,97,98,111,118,101,34,44,110,117,108,108,44,123,115,117,103,103,101,115,116,105,111,110,115,58,116,46,115,117,103,103,101,115,116,105,111,110,115,44,113,117,101,114,121,58,116,46,116,101,120,116,125,41,93,44,50,41,58,116,46,95,101,40,41,44,116,46,95,118,40,34,32,34,41,44,116,46,95,108,40,116,46,115,117,103,103,101,115,116,105,111,110,115,44,40,102,117,110,99,116,105,111,110,40,101,44,114,41,123,114,101,116,117,114,110,32,110,40,34,108,105,34,44,123,107,101,121,58,116,46,103,101,116,73,100,40,101,44,114,41,44,115,116,97,116,105,99,67,108,97,115,115,58,34,115,117,103,103,101,115,116,45,105,116,101,109,34,44,99,108,97,115,115,58,91,116,46,115,116,121,108,101,115,46,115,117,103,103,101,115,116,73,116,101,109,44,123,115,101,108,101,99,116,101,100,58,116,46,105,115,83,101,108,101,99,116,101,100,40,101,41,44,104,111,118,101,114,58,116,46,105,115,72,111,118,101,114,101,100,40,101,41,125,93,44,97,116,116,114,115,58,123,114,111,108,101,58,34,111,112,116,105,111,110,34,44,34,97,114,105,97,45,115,101,108,101,99,116,101,100,34,58,116,46,105,115,72,111,118,101,114,101,100,40,101,41,124,124,116,46,105,115,83,101,108,101,99,116,101,100,40,101,41,63,34,116,114,117,101,34,58,34,102,97,108,115,101,34,44,105,100,58,116,46,103,101,116,73,100,40,101,44,114,41,125,44,111,110,58,123,109,111,117,115,101,101,110,116,101,114,58,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,104,111,118,101,114,40,101,44,110,46,116,97,114,103,101,116,41,125,44,109,111,117,115,101,108,101,97,118,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,104,111,118,101,114,40,118,111,105,100,32,48,41,125,44,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,115,117,103,103,101,115,116,105,111,110,67,108,105,99,107,40,101,44,110,41,125,125,125,44,91,116,46,95,116,40,34,115,117,103,103,101,115,116,105,111,110,45,105,116,101,109,34,44,91,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,100,105,115,112,108,97,121,80,114,111,112,101,114,116,121,40,101,41,41,41,93,41,93,44,123,97,117,116,111,99,111,109,112,108,101,116,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,97,117,116,111,99,111,109,112,108,101,116,101,84,101,120,116,40,101,41,125,44,115,117,103,103,101,115,116,105,111,110,58,101,44,113,117,101,114,121,58,116,46,116,101,120,116,125,41,93,44,50,41,125,41,41,44,116,46,95,118,40,34,32,34,41,44,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,91,34,109,105,115,99,45,105,116,101,109,45,98,101,108,111,119,34,93,63,110,40,34,108,105,34,44,91,116,46,95,116,40,34,109,105,115,99,45,105,116,101,109,45,98,101,108,111,119,34,44,110,117,108,108,44,123,115,117,103,103,101,115,116,105,111,110,115,58,116,46,115,117,103,103,101,115,116,105,111,110,115,44,113,117,101,114,121,58,116,46,116,101,120,116,125,41,93,44,50,41,58,116,46,95,101,40,41,93,44,50,41,58,116,46,95,101,40,41,93,41,93,44,49,41,125,44,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,58,91,93,44,110,97,109,101,58,34,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,34,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,109,111,100,101,108,58,123,112,114,111,112,58,34,118,97,108,117,101,34,44,101,118,101,110,116,58,34,105,110,112,117,116,34,125,44,112,114,111,112,115,58,123,115,116,121,108,101,115,58,123,116,121,112,101,58,79,98,106,101,99,116,44,100,101,102,97,117,108,116,58,40,41,61,62,40,123,125,41,125,44,99,111,110,116,114,111,108,115,58,123,116,121,112,101,58,79,98,106,101,99,116,44,100,101,102,97,117,108,116,58,40,41,61,62,110,125,44,109,105,110,76,101,110,103,116,104,58,123,116,121,112,101,58,78,117,109,98,101,114,44,100,101,102,97,117,108,116,58,49,125,44,109,97,120,83,117,103,103,101,115,116,105,111,110,115,58,123,116,121,112,101,58,78,117,109,98,101,114,44,100,101,102,97,117,108,116,58,49,48,125,44,100,105,115,112,108,97,121,65,116,116,114,105,98,117,116,101,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,116,105,116,108,101,34,125,44,118,97,108,117,101,65,116,116,114,105,98,117,116,101,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,105,100,34,125,44,108,105,115,116,58,123,116,121,112,101,58,91,70,117,110,99,116,105,111,110,44,65,114,114,97,121,93,44,100,101,102,97,117,108,116,58,40,41,61,62,91,93,125,44,114,101,109,111,118,101,76,105,115,116,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,100,101,115,116,121,108,101,100,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,102,105,108,116,101,114,66,121,81,117,101,114,121,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,102,105,108,116,101,114,58,123,116,121,112,101,58,70,117,110,99,116,105,111,110,44,100,101,102,97,117,108,116,40,116,44,101,41,123,114,101,116,117,114,110,33,101,124,124,126,116,104,105,115,46,100,105,115,112,108,97,121,80,114,111,112,101,114,116,121,40,116,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,46,105,110,100,101,120,79,102,40,101,46,116,111,76,111,119,101,114,67,97,115,101,40,41,41,125,125,44,100,101,98,111,117,110,99,101,58,123,116,121,112,101,58,78,117,109,98,101,114,44,100,101,102,97,117,108,116,58,48,125,44,110,117,108,108,97,98,108,101,83,101,108,101,99,116,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,118,97,108,117,101,58,123,125,44,109,111,100,101,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,105,110,112,117,116,34,44,118,97,108,105,100,97,116,111,114,58,116,61,62,33,33,126,79,98,106,101,99,116,46,107,101,121,115,40,114,41,46,105,110,100,101,120,79,102,40,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,41,125,44,112,114,101,118,101,110,116,72,105,100,101,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,125,44,119,97,116,99,104,58,123,109,111,100,101,58,123,104,97,110,100,108,101,114,40,116,44,101,41,123,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,46,111,112,116,105,111,110,115,46,109,111,100,101,108,46,101,118,101,110,116,61,116,44,116,104,105,115,46,36,112,97,114,101,110,116,38,38,116,104,105,115,46,36,112,97,114,101,110,116,46,36,102,111,114,99,101,85,112,100,97,116,101,40,41,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,41,61,62,123,34,105,110,112,117,116,34,61,61,61,116,63,116,104,105,115,46,36,101,109,105,116,40,34,105,110,112,117,116,34,44,116,104,105,115,46,116,101,120,116,41,58,116,104,105,115,46,36,101,109,105,116,40,34,115,101,108,101,99,116,34,44,116,104,105,115,46,115,101,108,101,99,116,101,100,41,125,41,125,44,105,109,109,101,100,105,97,116,101,58,33,48,125,44,118,97,108,117,101,58,123,104,97,110,100,108,101,114,40,116,41,123,34,115,116,114,105,110,103,34,33,61,61,116,121,112,101,111,102,32,116,38,38,40,116,61,116,104,105,115,46,100,105,115,112,108,97,121,80,114,111,112,101,114,116,121,40,116,41,41,44,116,104,105,115,46,117,112,100,97,116,101,84,101,120,116,79,117,116,115,105,100,101,40,116,41,125,44,105,109,109,101,100,105,97,116,101,58,33,48,125,125,44,100,97,116,97,40,41,123,114,101,116,117,114,110,123,115,101,108,101,99,116,101,100,58,110,117,108,108,44,104,111,118,101,114,101,100,58,110,117,108,108,44,115,117,103,103,101,115,116,105,111,110,115,58,91,93,44,108,105,115,116,83,104,111,119,110,58,33,49,44,105,110,112,117,116,69,108,101,109,101,110,116,58,110,117,108,108,44,99,97,110,83,101,110,100,58,33,48,44,116,105,109,101,111,117,116,73,110,115,116,97,110,99,101,58,110,117,108,108,44,116,101,120,116,58,116,104,105,115,46,118,97,108,117,101,44,105,115,80,108,97,105,110,83,117,103,103,101,115,116,105,111,110,58,33,49,44,105,115,67,108,105,99,107,105,110,103,58,33,49,44,105,115,73,110,70,111,99,117,115,58,33,49,44,105,115,70,97,108,115,101,70,111,99,117,115,58,33,49,44,105,115,84,97,98,98,101,100,58,33,49,44,99,111,110,116,114,111,108,83,99,104,101,109,101,58,123,125,44,108,105,115,116,73,100,58,116,104,105,115,46,95,117,105,100,43,34,45,115,117,103,103,101,115,116,105,111,110,115,34,125,125,44,99,111,109,112,117,116,101,100,58,123,108,105,115,116,73,115,82,101,113,117,101,115,116,40,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,104,105,115,46,108,105,115,116,125,44,105,110,112,117,116,73,115,67,111,109,112,111,110,101,110,116,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,108,111,116,115,46,100,101,102,97,117,108,116,38,38,116,104,105,115,46,36,115,108,111,116,115,46,100,101,102,97,117,108,116,46,108,101,110,103,116,104,62,48,38,38,33,33,116,104,105,115,46,36,115,108,111,116,115,46,100,101,102,97,117,108,116,91,48,93,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,125,44,105,110,112,117,116,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,112,117,116,73,115,67,111,109,112,111,110,101,110,116,63,116,104,105,115,46,36,115,108,111,116,115,46,100,101,102,97,117,108,116,91,48,93,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,58,116,104,105,115,46,105,110,112,117,116,69,108,101,109,101,110,116,125,44,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,112,117,116,73,115,67,111,109,112,111,110,101,110,116,63,34,36,111,110,34,58,34,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,34,125,44,111,102,102,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,112,117,116,73,115,67,111,109,112,111,110,101,110,116,63,34,36,111,102,102,34,58,34,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,34,125,44,104,111,118,101,114,101,100,73,110,100,101,120,40,41,123,102,111,114,40,108,101,116,32,116,61,48,59,116,60,116,104,105,115,46,115,117,103,103,101,115,116,105,111,110,115,46,108,101,110,103,116,104,59,116,43,43,41,123,99,111,110,115,116,32,101,61,116,104,105,115,46,115,117,103,103,101,115,116,105,111,110,115,91,116,93,59,105,102,40,116,104,105,115,46,104,111,118,101,114,101,100,38,38,116,104,105,115,46,118,97,108,117,101,80,114,111,112,101,114,116,121,40,116,104,105,115,46,104,111,118,101,114,101,100,41,61,61,116,104,105,115,46,118,97,108,117,101,80,114,111,112,101,114,116,121,40,101,41,41,114,101,116,117,114,110,32,116,125,114,101,116,117,114,110,45,49,125,44,116,101,120,116,76,101,110,103,116,104,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,116,101,120,116,38,38,116,104,105,115,46,116,101,120,116,46,108,101,110,103,116,104,124,124,116,104,105,115,46,105,110,112,117,116,69,108,101,109,101,110,116,46,118,97,108,117,101,46,108,101,110,103,116,104,124,124,48,125,44,105,115,83,101,108,101,99,116,101,100,85,112,84,111,68,97,116,101,40,41,123,114,101,116,117,114,110,33,33,116,104,105,115,46,115,101,108,101,99,116,101,100,38,38,116,104,105,115,46,100,105,115,112,108,97,121,80,114,111,112,101,114,116,121,40,116,104,105,115,46,115,101,108,101,99,116,101,100,41,61,61,61,116,104,105,115,46,116,101,120,116,125,125,44,99,114,101,97,116,101,100,40,41,123,116,104,105,115,46,99,111,110,116,114,111,108,83,99,104,101,109,101,61,79,98,106,101,99,116,46,97,115,115,105,103,110,40,123,125,44,110,44,116,104,105,115,46,99,111,110,116,114,111,108,115,41,125,44,109,111,117,110,116,101,100,58,99,40,40,102,117,110,99,116,105,111,110,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,115,40,116,46,36,115,108,111,116,115,46,100,101,102,97,117,108,116,44,40,102,117,110,99,116,105,111,110,40,41,123,116,46,36,110,101,120,116,84,105,99,107,40,40,41,61,62,123,116,46,105,110,112,117,116,69,108,101,109,101,110,116,61,116,46,36,114,101,102,115,91,34,105,110,112,117,116,83,108,111,116,34,93,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,34,105,110,112,117,116,34,41,44,116,46,105,110,112,117,116,69,108,101,109,101,110,116,63,40,116,46,115,101,116,73,110,112,117,116,65,114,105,97,65,116,116,114,105,98,117,116,101,115,40,41,44,116,46,112,114,101,112,97,114,101,69,118,101,110,116,72,97,110,100,108,101,114,115,40,33,48,41,41,58,99,111,110,115,111,108,101,46,101,114,114,111,114,40,34,78,111,32,105,110,112,117,116,32,101,108,101,109,101,110,116,32,102,111,117,110,100,34,41,125,41,125,41,41,125,41,41,44,98,101,102,111,114,101,68,101,115,116,114,111,121,40,41,123,116,104,105,115,46,112,114,101,112,97,114,101,69,118,101,110,116,72,97,110,100,108,101,114,115,40,33,49,41,125,44,109,101,116,104,111,100,115,58,123,105,115,69,113,117,97,108,40,116,44,101,41,123,114,101,116,117,114,110,32,101,38,38,116,104,105,115,46,118,97,108,117,101,80,114,111,112,101,114,116,121,40,116,41,61,61,116,104,105,115,46,118,97,108,117,101,80,114,111,112,101,114,116,121,40,101,41,125,44,105,115,83,101,108,101,99,116,101,100,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,115,69,113,117,97,108,40,116,44,116,104,105,115,46,115,101,108,101,99,116,101,100,41,125,44,105,115,72,111,118,101,114,101,100,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,115,69,113,117,97,108,40,116,44,116,104,105,115,46,104,111,118,101,114,101,100,41,125,44,115,101,116,73,110,112,117,116,65,114,105,97,65,116,116,114,105,98,117,116,101,115,40,41,123,116,104,105,115,46,105,110,112,117,116,69,108,101,109,101,110,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,97,114,105,97,45,97,99,116,105,118,101,100,101,115,99,101,110,100,97,110,116,34,44,34,34,41,44,116,104,105,115,46,105,110,112,117,116,69,108,101,109,101,110,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,97,114,105,97,45,97,117,116,111,99,111,109,112,108,101,116,101,34,44,34,108,105,115,116,34,41,44,116,104,105,115,46,105,110,112,117,116,69,108,101,109,101,110,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,97,114,105,97,45,99,111,110,116,114,111,108,115,34,44,116,104,105,115,46,108,105,115,116,73,100,41,125,44,112,114,101,112,97,114,101,69,118,101,110,116,72,97,110,100,108,101,114,115,40,116,41,123,99,111,110,115,116,32,101,61,116,104,105,115,91,116,63,34,111,110,34,58,34,111,102,102,34,93,44,110,61,123,99,108,105,99,107,58,116,104,105,115,46,115,104,111,119,83,117,103,103,101,115,116,105,111,110,115,44,107,101,121,100,111,119,110,58,116,104,105,115,46,111,110,75,101,121,68,111,119,110,44,107,101,121,117,112,58,116,104,105,115,46,111,110,76,105,115,116,75,101,121,85,112,125,44,114,61,79,98,106,101,99,116,46,97,115,115,105,103,110,40,123,98,108,117,114,58,116,104,105,115,46,111,110,66,108,117,114,44,102,111,99,117,115,58,116,104,105,115,46,111,110,70,111,99,117,115,44,105,110,112,117,116,58,116,104,105,115,46,111,110,73,110,112,117,116,125,44,110,41,59,102,111,114,40,99,111,110,115,116,32,111,32,105,110,32,114,41,116,104,105,115,46,105,110,112,117,116,91,101,93,40,111,44,114,91,111,93,41,59,99,111,110,115,116,32,105,61,116,63,34,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,34,58,34,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,34,59,102,111,114,40,99,111,110,115,116,32,111,32,105,110,32,110,41,116,104,105,115,46,105,110,112,117,116,69,108,101,109,101,110,116,91,105,93,40,111,44,110,91,111,93,41,125,44,105,115,83,99,111,112,101,100,83,108,111,116,69,109,112,116,121,40,116,41,123,105,102,40,116,41,123,99,111,110,115,116,32,101,61,116,40,116,104,105,115,41,59,114,101,116,117,114,110,33,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,41,124,124,101,38,38,40,101,46,116,97,103,124,124,101,46,99,111,110,116,101,120,116,124,124,101,46,116,101,120,116,124,124,101,46,99,104,105,108,100,114,101,110,41,41,125,114,101,116,117,114,110,33,48,125,44,109,105,115,99,83,108,111,116,115,65,114,101,69,109,112,116,121,40,41,123,99,111,110,115,116,32,116,61,91,34,109,105,115,99,45,105,116,101,109,45,97,98,111,118,101,34,44,34,109,105,115,99,45,105,116,101,109,45,98,101,108,111,119,34,93,46,109,97,112,40,116,61,62,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,91,116,93,41,59,105,102,40,116,46,101,118,101,114,121,40,116,61,62,33,33,116,41,41,114,101,116,117,114,110,32,116,46,101,118,101,114,121,40,116,104,105,115,46,105,115,83,99,111,112,101,100,83,108,111,116,69,109,112,116,121,46,98,105,110,100,40,116,104,105,115,41,41,59,99,111,110,115,116,32,101,61,116,46,102,105,110,100,40,116,61,62,33,33,116,41,59,114,101,116,117,114,110,32,116,104,105,115,46,105,115,83,99,111,112,101,100,83,108,111,116,69,109,112,116,121,46,99,97,108,108,40,116,104,105,115,44,101,41,125,44,103,101,116,80,114,111,112,101,114,116,121,66,121,65,116,116,114,105,98,117,116,101,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,115,80,108,97,105,110,83,117,103,103,101,115,116,105,111,110,63,116,58,118,111,105,100,32,48,33,61,61,116,121,112,101,111,102,32,116,63,105,40,116,44,101,41,58,116,125,44,100,105,115,112,108,97,121,80,114,111,112,101,114,116,121,40,101,41,123,105,102,40,116,104,105,115,46,105,115,80,108,97,105,110,83,117,103,103,101,115,116,105,111,110,41,114,101,116,117,114,110,32,101,59,108,101,116,32,110,61,116,104,105,115,46,103,101,116,80,114,111,112,101,114,116,121,66,121,65,116,116,114,105,98,117,116,101,40,101,44,116,104,105,115,46,100,105,115,112,108,97,121,65,116,116,114,105,98,117,116,101,41,59,114,101,116,117,114,110,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,110,38,38,40,110,61,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,101,41,44,116,38,38,126,34,112,114,111,100,117,99,116,105,111,110,34,46,105,110,100,101,120,79,102,40,34,100,101,118,34,41,38,38,99,111,110,115,111,108,101,46,119,97,114,110,40,34,91,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,93,58,32,80,108,101,97,115,101,44,32,112,114,111,118,105,100,101,32,96,100,105,115,112,108,97,121,45,97,116,116,114,105,98,117,116,101,96,32,97,115,32,97,32,107,101,121,32,111,114,32,97,32,100,111,116,116,101,100,32,112,97,116,104,32,102,111,114,32,97,32,112,114,111,112,101,114,116,121,32,102,114,111,109,32,121,111,117,114,32,111,98,106,101,99,116,46,34,41,41,44,83,116,114,105,110,103,40,110,124,124,34,34,41,125,44,118,97,108,117,101,80,114,111,112,101,114,116,121,40,116,41,123,105,102,40,116,104,105,115,46,105,115,80,108,97,105,110,83,117,103,103,101,115,116,105,111,110,41,114,101,116,117,114,110,32,116,59,99,111,110,115,116,32,101,61,116,104,105,115,46,103,101,116,80,114,111,112,101,114,116,121,66,121,65,116,116,114,105,98,117,116,101,40,116,44,116,104,105,115,46,118,97,108,117,101,65,116,116,114,105,98,117,116,101,41,59,114,101,116,117,114,110,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,101,38,38,99,111,110,115,111,108,101,46,101,114,114,111,114,40,34,91,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,93,58,32,80,108,101,97,115,101,44,32,99,104,101,99,107,32,105,102,32,121,111,117,32,112,97,115,115,101,100,32,39,118,97,108,117,101,45,97,116,116,114,105,98,117,116,101,39,32,40,100,101,102,97,117,108,116,32,105,115,32,39,105,100,39,41,32,97,110,100,32,39,100,105,115,112,108,97,121,45,97,116,116,114,105,98,117,116,101,39,32,40,100,101,102,97,117,108,116,32,105,115,32,39,116,105,116,108,101,39,41,32,112,114,111,112,115,32,99,111,114,114,101,99,116,108,121,46,92,110,32,32,32,32,32,32,32,32,89,111,117,114,32,108,105,115,116,32,111,98,106,101,99,116,115,32,115,104,111,117,108,100,32,97,108,119,97,121,115,32,99,111,110,116,97,105,110,32,97,32,117,110,105,113,117,101,32,105,100,101,110,116,105,102,105,101,114,46,34,41,44,101,125,44,97,117,116,111,99,111,109,112,108,101,116,101,84,101,120,116,40,116,41,123,116,104,105,115,46,115,101,116,84,101,120,116,40,116,104,105,115,46,100,105,115,112,108,97,121,80,114,111,112,101,114,116,121,40,116,41,41,125,44,115,101,116,84,101,120,116,40,116,41,123,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,41,61,62,123,116,104,105,115,46,105,110,112,117,116,69,108,101,109,101,110,116,46,118,97,108,117,101,61,116,44,116,104,105,115,46,116,101,120,116,61,116,44,116,104,105,115,46,36,101,109,105,116,40,34,105,110,112,117,116,34,44,116,41,125,41,125,44,115,101,108,101,99,116,40,116,41,123,40,116,104,105,115,46,115,101,108,101,99,116,101,100,33,61,61,116,124,124,116,104,105,115,46,110,117,108,108,97,98,108,101,83,101,108,101,99,116,38,38,33,116,41,38,38,40,116,104,105,115,46,115,101,108,101,99,116,101,100,61,116,44,116,104,105,115,46,36,101,109,105,116,40,34,115,101,108,101,99,116,34,44,116,41,44,116,38,38,116,104,105,115,46,97,117,116,111,99,111,109,112,108,101,116,101,84,101,120,116,40,116,41,41,44,116,104,105,115,46,104,111,118,101,114,40,110,117,108,108,41,125,44,104,111,118,101,114,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,63,116,104,105,115,46,103,101,116,73,100,40,116,44,116,104,105,115,46,104,111,118,101,114,101,100,73,110,100,101,120,41,58,34,34,59,116,104,105,115,46,105,110,112,117,116,69,108,101,109,101,110,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,97,114,105,97,45,97,99,116,105,118,101,100,101,115,99,101,110,100,97,110,116,34,44,110,41,44,116,38,38,116,33,61,61,116,104,105,115,46,104,111,118,101,114,101,100,38,38,116,104,105,115,46,36,101,109,105,116,40,34,104,111,118,101,114,34,44,116,44,101,41,44,116,104,105,115,46,104,111,118,101,114,101,100,61,116,125,44,104,105,100,101,76,105,115,116,40,41,123,116,104,105,115,46,108,105,115,116,83,104,111,119,110,38,38,40,116,104,105,115,46,108,105,115,116,83,104,111,119,110,61,33,49,44,116,104,105,115,46,104,111,118,101,114,40,110,117,108,108,41,44,116,104,105,115,46,36,101,109,105,116,40,34,104,105,100,101,45,108,105,115,116,34,41,41,125,44,115,104,111,119,76,105,115,116,40,41,123,116,104,105,115,46,108,105,115,116,83,104,111,119,110,124,124,116,104,105,115,46,116,101,120,116,76,101,110,103,116,104,62,61,116,104,105,115,46,109,105,110,76,101,110,103,116,104,38,38,40,116,104,105,115,46,115,117,103,103,101,115,116,105,111,110,115,46,108,101,110,103,116,104,62,48,124,124,33,116,104,105,115,46,109,105,115,99,83,108,111,116,115,65,114,101,69,109,112,116,121,40,41,41,38,38,40,116,104,105,115,46,108,105,115,116,83,104,111,119,110,61,33,48,44,116,104,105,115,46,36,101,109,105,116,40,34,115,104,111,119,45,108,105,115,116,34,41,41,125,44,115,104,111,119,83,117,103,103,101,115,116,105,111,110,115,58,99,40,40,102,117,110,99,116,105,111,110,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,102,40,40,102,117,110,99,116,105,111,110,40,41,123,105,102,40,48,61,61,61,116,46,115,117,103,103,101,115,116,105,111,110,115,46,108,101,110,103,116,104,38,38,116,46,109,105,110,76,101,110,103,116,104,60,61,116,46,116,101,120,116,76,101,110,103,116,104,41,114,101,116,117,114,110,32,116,46,115,104,111,119,76,105,115,116,40,41,44,108,40,116,46,114,101,115,101,97,114,99,104,40,41,41,125,41,44,40,102,117,110,99,116,105,111,110,40,41,123,116,46,115,104,111,119,76,105,115,116,40,41,125,41,41,125,41,41,44,111,110,83,104,111,119,76,105,115,116,40,116,41,123,111,40,116,104,105,115,46,99,111,110,116,114,111,108,83,99,104,101,109,101,46,115,104,111,119,76,105,115,116,44,116,41,38,38,116,104,105,115,46,115,104,111,119,83,117,103,103,101,115,116,105,111,110,115,40,41,125,44,109,111,118,101,83,101,108,101,99,116,105,111,110,40,116,41,123,105,102,40,116,104,105,115,46,108,105,115,116,83,104,111,119,110,38,38,116,104,105,115,46,115,117,103,103,101,115,116,105,111,110,115,46,108,101,110,103,116,104,38,38,111,40,91,116,104,105,115,46,99,111,110,116,114,111,108,83,99,104,101,109,101,46,115,101,108,101,99,116,105,111,110,85,112,44,116,104,105,115,46,99,111,110,116,114,111,108,83,99,104,101,109,101,46,115,101,108,101,99,116,105,111,110,68,111,119,110,93,44,116,41,41,123,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,59,99,111,110,115,116,32,101,61,111,40,116,104,105,115,46,99,111,110,116,114,111,108,83,99,104,101,109,101,46,115,101,108,101,99,116,105,111,110,68,111,119,110,44,116,41,44,110,61,50,42,101,45,49,44,114,61,101,63,48,58,116,104,105,115,46,115,117,103,103,101,115,116,105,111,110,115,46,108,101,110,103,116,104,45,49,44,105,61,101,63,116,104,105,115,46,104,111,118,101,114,101,100,73,110,100,101,120,60,116,104,105,115,46,115,117,103,103,101,115,116,105,111,110,115,46,108,101,110,103,116,104,45,49,58,116,104,105,115,46,104,111,118,101,114,101,100,73,110,100,101,120,62,48,59,108,101,116,32,97,61,110,117,108,108,59,97,61,116,104,105,115,46,104,111,118,101,114,101,100,63,105,63,116,104,105,115,46,115,117,103,103,101,115,116,105,111,110,115,91,116,104,105,115,46,104,111,118,101,114,101,100,73,110,100,101,120,43,110,93,58,116,104,105,115,46,115,117,103,103,101,115,116,105,111,110,115,91,114,93,58,116,104,105,115,46,115,101,108,101,99,116,101,100,124,124,116,104,105,115,46,115,117,103,103,101,115,116,105,111,110,115,91,114,93,44,116,104,105,115,46,104,111,118,101,114,40,97,41,125,125,44,111,110,75,101,121,68,111,119,110,40,116,41,123,99,111,110,115,116,32,101,61,116,104,105,115,46,99,111,110,116,114,111,108,83,99,104,101,109,101,46,115,101,108,101,99,116,44,110,61,116,104,105,115,46,99,111,110,116,114,111,108,83,99,104,101,109,101,46,104,105,100,101,76,105,115,116,59,34,69,110,116,101,114,34,61,61,61,116,46,107,101,121,38,38,116,104,105,115,46,108,105,115,116,83,104,111,119,110,38,38,97,40,91,101,44,110,93,44,49,51,41,38,38,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,34,84,97,98,34,61,61,61,116,46,107,101,121,38,38,116,104,105,115,46,104,111,118,101,114,101,100,38,38,116,104,105,115,46,115,101,108,101,99,116,40,116,104,105,115,46,104,111,118,101,114,101,100,41,44,116,104,105,115,46,111,110,83,104,111,119,76,105,115,116,40,116,41,44,116,104,105,115,46,109,111,118,101,83,101,108,101,99,116,105,111,110,40,116,41,44,116,104,105,115,46,111,110,65,117,116,111,99,111,109,112,108,101,116,101,40,116,41,125,44,111,110,76,105,115,116,75,101,121,85,112,40,116,41,123,99,111,110,115,116,32,101,61,116,104,105,115,46,99,111,110,116,114,111,108,83,99,104,101,109,101,46,115,101,108,101,99,116,44,110,61,116,104,105,115,46,99,111,110,116,114,111,108,83,99,104,101,109,101,46,104,105,100,101,76,105,115,116,59,116,104,105,115,46,108,105,115,116,83,104,111,119,110,38,38,111,40,91,101,44,110,93,44,116,41,38,38,40,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,111,40,101,44,116,41,38,38,116,104,105,115,46,115,101,108,101,99,116,40,116,104,105,115,46,104,111,118,101,114,101,100,41,44,116,104,105,115,46,104,105,100,101,76,105,115,116,40,41,41,125,44,111,110,65,117,116,111,99,111,109,112,108,101,116,101,40,116,41,123,111,40,116,104,105,115,46,99,111,110,116,114,111,108,83,99,104,101,109,101,46,97,117,116,111,99,111,109,112,108,101,116,101,44,116,41,38,38,40,116,46,99,116,114,108,75,101,121,124,124,116,46,115,104,105,102,116,75,101,121,41,38,38,116,104,105,115,46,115,117,103,103,101,115,116,105,111,110,115,46,108,101,110,103,116,104,62,48,38,38,116,104,105,115,46,115,117,103,103,101,115,116,105,111,110,115,91,48,93,38,38,116,104,105,115,46,108,105,115,116,83,104,111,119,110,38,38,40,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,104,105,115,46,104,111,118,101,114,40,116,104,105,115,46,115,117,103,103,101,115,116,105,111,110,115,91,48,93,41,44,116,104,105,115,46,97,117,116,111,99,111,109,112,108,101,116,101,84,101,120,116,40,116,104,105,115,46,115,117,103,103,101,115,116,105,111,110,115,91,48,93,41,41,125,44,115,117,103,103,101,115,116,105,111,110,67,108,105,99,107,40,116,44,101,41,123,116,104,105,115,46,36,101,109,105,116,40,34,115,117,103,103,101,115,116,105,111,110,45,99,108,105,99,107,34,44,116,44,101,41,44,116,104,105,115,46,115,101,108,101,99,116,40,116,41,44,116,104,105,115,46,112,114,101,118,101,110,116,72,105,100,101,124,124,116,104,105,115,46,104,105,100,101,76,105,115,116,40,41,44,116,104,105,115,46,105,115,67,108,105,99,107,105,110,103,38,38,115,101,116,84,105,109,101,111,117,116,40,40,41,61,62,123,116,104,105,115,46,105,110,112,117,116,69,108,101,109,101,110,116,46,102,111,99,117,115,40,41,44,116,104,105,115,46,105,115,67,108,105,99,107,105,110,103,61,33,49,125,44,48,41,125,44,111,110,66,108,117,114,40,116,41,123,116,104,105,115,46,105,115,73,110,70,111,99,117,115,63,40,116,104,105,115,46,105,115,67,108,105,99,107,105,110,103,61,116,104,105,115,46,104,111,118,101,114,101,100,38,38,33,116,104,105,115,46,105,115,84,97,98,98,101,100,44,116,104,105,115,46,105,115,67,108,105,99,107,105,110,103,63,116,38,38,116,46,105,115,84,114,117,115,116,101,100,38,38,33,116,104,105,115,46,105,115,84,97,98,98,101,100,38,38,40,116,104,105,115,46,105,115,70,97,108,115,101,70,111,99,117,115,61,33,48,41,58,40,116,104,105,115,46,105,115,73,110,70,111,99,117,115,61,33,49,44,116,104,105,115,46,104,105,100,101,76,105,115,116,40,41,44,116,104,105,115,46,36,101,109,105,116,40,34,98,108,117,114,34,44,116,41,41,41,58,40,116,104,105,115,46,105,110,112,117,116,69,108,101,109,101,110,116,46,98,108,117,114,40,41,44,99,111,110,115,111,108,101,46,101,114,114,111,114,40,34,84,104,105,115,32,115,104,111,117,108,100,32,110,101,118,101,114,32,104,97,112,112,101,110,33,92,110,32,32,32,32,32,32,32,32,32,32,73,102,32,121,111,117,32,101,110,99,111,117,110,116,101,114,101,100,32,116,104,105,115,32,101,114,114,111,114,44,32,112,108,101,97,115,101,32,109,97,107,101,32,115,117,114,101,32,116,104,97,116,32,121,111,117,114,32,105,110,112,117,116,32,99,111,109,112,111,110,101,110,116,32,101,109,105,116,115,32,39,102,111,99,117,115,39,32,101,118,101,110,116,115,32,112,114,111,112,101,114,108,121,46,92,110,32,32,32,32,32,32,32,32,32,32,70,111,114,32,109,111,114,101,32,105,110,102,111,32,115,101,101,32,104,116,116,112,115,58,47,47,103,105,116,104,117,98,46,99,111,109,47,75,97,122,97,110,69,120,112,114,101,115,115,47,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,35,99,117,115,116,111,109,45,105,110,112,117,116,46,92,110,92,110,32,32,32,32,32,32,32,32,32,32,73,102,32,121,111,117,114,32,39,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,39,32,115,101,116,117,112,32,100,111,101,115,32,110,111,116,32,105,110,99,108,117,100,101,32,97,32,99,117,115,116,111,109,32,105,110,112,117,116,32,99,111,109,112,111,110,101,110,116,32,45,32,112,108,101,97,115,101,44,92,110,32,32,32,32,32,32,32,32,32,32,114,101,112,111,114,116,32,116,111,32,104,116,116,112,115,58,47,47,103,105,116,104,117,98,46,99,111,109,47,75,97,122,97,110,69,120,112,114,101,115,115,47,118,117,101,45,115,105,109,112,108,101,45,115,117,103,103,101,115,116,47,105,115,115,117,101,115,47,110,101,119,34,41,41,44,116,104,105,115,46,105,115,84,97,98,98,101,100,61,33,49,125,44,111,110,70,111,99,117,115,40,116,41,123,116,104,105,115,46,105,115,73,110,70,111,99,117,115,61,33,48,44,116,38,38,33,116,104,105,115,46,105,115,70,97,108,115,101,70,111,99,117,115,38,38,116,104,105,115,46,36,101,109,105,116,40,34,102,111,99,117,115,34,44,116,41,44,116,104,105,115,46,105,115,67,108,105,99,107,105,110,103,124,124,116,104,105,115,46,105,115,70,97,108,115,101,70,111,99,117,115,124,124,116,104,105,115,46,115,104,111,119,83,117,103,103,101,115,116,105,111,110,115,40,41,44,116,104,105,115,46,105,115,70,97,108,115,101,70,111,99,117,115,61,33,49,125,44,111,110,73,110,112,117,116,40,116,41,123,99,111,110,115,116,32,101,61,116,46,116,97,114,103,101,116,63,116,46,116,97,114,103,101,116,46,118,97,108,117,101,58,116,59,116,104,105,115,46,117,112,100,97,116,101,84,101,120,116,79,117,116,115,105,100,101,40,101,41,44,116,104,105,115,46,36,101,109,105,116,40,34,105,110,112,117,116,34,44,101,41,125,44,117,112,100,97,116,101,84,101,120,116,79,117,116,115,105,100,101,40,116,41,123,116,104,105,115,46,116,101,120,116,33,61,61,116,38,38,40,116,104,105,115,46,116,101,120,116,61,116,44,116,104,105,115,46,104,111,118,101,114,101,100,38,38,116,104,105,115,46,104,111,118,101,114,40,110,117,108,108,41,44,116,104,105,115,46,116,101,120,116,46,108,101,110,103,116,104,60,116,104,105,115,46,109,105,110,76,101,110,103,116,104,63,116,104,105,115,46,104,105,100,101,76,105,115,116,40,41,58,116,104,105,115,46,100,101,98,111,117,110,99,101,63,40,99,108,101,97,114,84,105,109,101,111,117,116,40,116,104,105,115,46,116,105,109,101,111,117,116,73,110,115,116,97,110,99,101,41,44,116,104,105,115,46,116,105,109,101,111,117,116,73,110,115,116,97,110,99,101,61,115,101,116,84,105,109,101,111,117,116,40,116,104,105,115,46,114,101,115,101,97,114,99,104,44,116,104,105,115,46,100,101,98,111,117,110,99,101,41,41,58,116,104,105,115,46,114,101,115,101,97,114,99,104,40,41,41,125,44,114,101,115,101,97,114,99,104,58,99,40,40,102,117,110,99,116,105,111,110,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,112,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,100,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,104,40,40,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,46,99,97,110,83,101,110,100,41,123,116,46,99,97,110,83,101,110,100,61,33,49,59,108,101,116,32,101,61,116,46,116,101,120,116,59,114,101,116,117,114,110,32,115,40,116,46,103,101,116,83,117,103,103,101,115,116,105,111,110,115,40,116,46,116,101,120,116,41,44,40,102,117,110,99,116,105,111,110,40,110,41,123,101,61,61,61,116,46,116,101,120,116,38,38,116,46,36,115,101,116,40,116,44,34,115,117,103,103,101,115,116,105,111,110,115,34,44,110,41,125,41,41,125,125,41,41,125,41,44,40,102,117,110,99,116,105,111,110,40,101,41,123,116,104,114,111,119,32,116,46,99,108,101,97,114,83,117,103,103,101,115,116,105,111,110,115,40,41,44,101,125,41,41,125,41,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,99,97,110,83,101,110,100,61,33,48,44,48,61,61,61,116,46,115,117,103,103,101,115,116,105,111,110,115,46,108,101,110,103,116,104,38,38,116,46,109,105,115,99,83,108,111,116,115,65,114,101,69,109,112,116,121,40,41,63,116,46,104,105,100,101,76,105,115,116,40,41,58,116,46,105,115,73,110,70,111,99,117,115,38,38,116,46,115,104,111,119,76,105,115,116,40,41,44,116,46,115,117,103,103,101,115,116,105,111,110,115,125,41,41,125,41,41,44,103,101,116,83,117,103,103,101,115,116,105,111,110,115,58,99,40,40,102,117,110,99,116,105,111,110,40,116,41,123,99,111,110,115,116,32,101,61,116,104,105,115,59,105,102,40,116,61,116,124,124,34,34,44,116,46,108,101,110,103,116,104,60,101,46,109,105,110,76,101,110,103,116,104,41,114,101,116,117,114,110,91,93,59,101,46,115,101,108,101,99,116,101,100,61,110,117,108,108,44,101,46,108,105,115,116,73,115,82,101,113,117,101,115,116,38,38,101,46,36,101,109,105,116,40,34,114,101,113,117,101,115,116,45,115,116,97,114,116,34,44,116,41,59,108,101,116,32,110,61,33,49,44,114,61,91,93,59,114,101,116,117,114,110,32,112,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,100,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,102,40,40,102,117,110,99,116,105,111,110,40,41,123,105,102,40,101,46,108,105,115,116,73,115,82,101,113,117,101,115,116,41,114,101,116,117,114,110,32,115,40,101,46,108,105,115,116,40,116,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,61,116,124,124,91,93,125,41,41,59,114,61,101,46,108,105,115,116,125,41,44,40,102,117,110,99,116,105,111,110,40,41,123,65,114,114,97,121,46,105,115,65,114,114,97,121,40,114,41,124,124,40,114,61,91,114,93,41,44,110,61,34,111,98,106,101,99,116,34,33,61,61,116,121,112,101,111,102,32,114,91,48,93,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,114,91,48,93,124,124,65,114,114,97,121,46,105,115,65,114,114,97,121,40,114,91,48,93,41,44,101,46,102,105,108,116,101,114,66,121,81,117,101,114,121,38,38,40,114,61,114,46,102,105,108,116,101,114,40,110,61,62,101,46,102,105,108,116,101,114,40,110,44,116,41,41,41,44,101,46,108,105,115,116,73,115,82,101,113,117,101,115,116,38,38,101,46,36,101,109,105,116,40,34,114,101,113,117,101,115,116,45,100,111,110,101,34,44,114,41,125,41,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,101,46,108,105,115,116,73,115,82,101,113,117,101,115,116,41,116,104,114,111,119,32,116,59,101,46,36,101,109,105,116,40,34,114,101,113,117,101,115,116,45,102,97,105,108,101,100,34,44,116,41,125,41,41,125,41,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,46,109,97,120,83,117,103,103,101,115,116,105,111,110,115,38,38,114,46,115,112,108,105,99,101,40,101,46,109,97,120,83,117,103,103,101,115,116,105,111,110,115,41,44,101,46,105,115,80,108,97,105,110,83,117,103,103,101,115,116,105,111,110,61,110,44,114,125,41,41,125,41,41,44,99,108,101,97,114,83,117,103,103,101,115,116,105,111,110,115,40,41,123,116,104,105,115,46,115,117,103,103,101,115,116,105,111,110,115,46,115,112,108,105,99,101,40,48,41,125,44,103,101,116,73,100,40,116,44,101,41,123,114,101,116,117,114,110,96,36,123,116,104,105,115,46,108,105,115,116,73,100,125,45,115,117,103,103,101,115,116,105,111,110,45,36,123,116,104,105,115,46,105,115,80,108,97,105,110,83,117,103,103,101,115,116,105,111,110,63,101,58,116,104,105,115,46,118,97,108,117,101,80,114,111,112,101,114,116,121,40,116,41,124,124,101,125,96,125,125,125,59,101,91,34,97,34,93,61,118,125,41,46,99,97,108,108,40,116,104,105,115,44,110,40,34,52,51,54,50,34,41,41,125,44,53,49,51,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,55,98,48,98,34,41,44,105,61,123,125,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,105,46,99,97,108,108,40,114,40,116,41,44,101,41,125,125,44,34,53,49,97,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,56,98,50,34,41,44,105,61,77,97,116,104,46,109,97,120,44,111,61,77,97,116,104,46,109,105,110,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,114,40,116,41,44,116,60,48,63,105,40,116,43,101,44,48,41,58,111,40,116,44,101,41,125,125,44,53,50,55,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,99,53,51,50,34,41,44,105,61,110,40,34,99,52,48,49,34,41,44,111,61,110,40,34,50,101,54,55,34,41,44,97,61,110,40,34,50,52,52,52,34,41,59,102,117,110,99,116,105,111,110,32,115,40,116,41,123,116,46,99,97,110,99,101,108,84,111,107,101,110,38,38,116,46,99,97,110,99,101,108,84,111,107,101,110,46,116,104,114,111,119,73,102,82,101,113,117,101,115,116,101,100,40,41,125,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,115,40,116,41,44,116,46,104,101,97,100,101,114,115,61,116,46,104,101,97,100,101,114,115,124,124,123,125,44,116,46,100,97,116,97,61,105,40,116,46,100,97,116,97,44,116,46,104,101,97,100,101,114,115,44,116,46,116,114,97,110,115,102,111,114,109,82,101,113,117,101,115,116,41,44,116,46,104,101,97,100,101,114,115,61,114,46,109,101,114,103,101,40,116,46,104,101,97,100,101,114,115,46,99,111,109,109,111,110,124,124,123,125,44,116,46,104,101,97,100,101,114,115,91,116,46,109,101,116,104,111,100,93,124,124,123,125,44,116,46,104,101,97,100,101,114,115,41,44,114,46,102,111,114,69,97,99,104,40,91,34,100,101,108,101,116,101,34,44,34,103,101,116,34,44,34,104,101,97,100,34,44,34,112,111,115,116,34,44,34,112,117,116,34,44,34,112,97,116,99,104,34,44,34,99,111,109,109,111,110,34,93,44,40,102,117,110,99,116,105,111,110,40,101,41,123,100,101,108,101,116,101,32,116,46,104,101,97,100,101,114,115,91,101,93,125,41,41,59,118,97,114,32,101,61,116,46,97,100,97,112,116,101,114,124,124,97,46,97,100,97,112,116,101,114,59,114,101,116,117,114,110,32,101,40,116,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,115,40,116,41,44,101,46,100,97,116,97,61,105,40,101,46,100,97,116,97,44,101,46,104,101,97,100,101,114,115,44,116,46,116,114,97,110,115,102,111,114,109,82,101,115,112,111,110,115,101,41,44,101,125,41,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,111,40,101,41,124,124,40,115,40,116,41,44,101,38,38,101,46,114,101,115,112,111,110,115,101,38,38,40,101,46,114,101,115,112,111,110,115,101,46,100,97,116,97,61,105,40,101,46,114,101,115,112,111,110,115,101,46,100,97,116,97,44,101,46,114,101,115,112,111,110,115,101,46,104,101,97,100,101,114,115,44,116,46,116,114,97,110,115,102,111,114,109,82,101,115,112,111,110,115,101,41,41,41,44,80,114,111,109,105,115,101,46,114,101,106,101,99,116,40,101,41,125,41,41,125,125,44,34,53,50,55,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,10,47,42,33,32,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,10,67,111,112,121,114,105,103,104,116,32,40,99,41,32,77,105,99,114,111,115,111,102,116,32,67,111,114,112,111,114,97,116,105,111,110,46,10,10,80,101,114,109,105,115,115,105,111,110,32,116,111,32,117,115,101,44,32,99,111,112,121,44,32,109,111,100,105,102,121,44,32,97,110,100,47,111,114,32,100,105,115,116,114,105,98,117,116,101,32,116,104,105,115,32,115,111,102,116,119,97,114,101,32,102,111,114,32,97,110,121,10,112,117,114,112,111,115,101,32,119,105,116,104,32,111,114,32,119,105,116,104,111,117,116,32,102,101,101,32,105,115,32,104,101,114,101,98,121,32,103,114,97,110,116,101,100,46,10,10,84,72,69,32,83,79,70,84,87,65,82,69,32,73,83,32,80,82,79,86,73,68,69,68,32,34,65,83,32,73,83,34,32,65,78,68,32,84,72,69,32,65,85,84,72,79,82,32,68,73,83,67,76,65,73,77,83,32,65,76,76,32,87,65,82,82,65,78,84,73,69,83,32,87,73,84,72,10,82,69,71,65,82,68,32,84,79,32,84,72,73,83,32,83,79,70,84,87,65,82,69,32,73,78,67,76,85,68,73,78,71,32,65,76,76,32,73,77,80,76,73,69,68,32,87,65,82,82,65,78,84,73,69,83,32,79,70,32,77,69,82,67,72,65,78,84,65,66,73,76,73,84,89,10,65,78,68,32,70,73,84,78,69,83,83,46,32,73,78,32,78,79,32,69,86,69,78,84,32,83,72,65,76,76,32,84,72,69,32,65,85,84,72,79,82,32,66,69,32,76,73,65,66,76,69,32,70,79,82,32,65,78,89,32,83,80,69,67,73,65,76,44,32,68,73,82,69,67,84,44,10,73,78,68,73,82,69,67,84,44,32,79,82,32,67,79,78,83,69,81,85,69,78,84,73,65,76,32,68,65,77,65,71,69,83,32,79,82,32,65,78,89,32,68,65,77,65,71,69,83,32,87,72,65,84,83,79,69,86,69,82,32,82,69,83,85,76,84,73,78,71,32,70,82,79,77,10,76,79,83,83,32,79,70,32,85,83,69,44,32,68,65,84,65,32,79,82,32,80,82,79,70,73,84,83,44,32,87,72,69,84,72,69,82,32,73,78,32,65,78,32,65,67,84,73,79,78,32,79,70,32,67,79,78,84,82,65,67,84,44,32,78,69,71,76,73,71,69,78,67,69,32,79,82,10,79,84,72,69,82,32,84,79,82,84,73,79,85,83,32,65,67,84,73,79,78,44,32,65,82,73,83,73,78,71,32,79,85,84,32,79,70,32,79,82,32,73,78,32,67,79,78,78,69,67,84,73,79,78,32,87,73,84,72,32,84,72,69,32,85,83,69,32,79,82,10,80,69,82,70,79,82,77,65,78,67,69,32,79,70,32,84,72,73,83,32,83,79,70,84,87,65,82,69,46,10,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,32,42,47,102,117,110,99,116,105,111,110,32,114,40,116,41,123,118,97,114,32,101,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,44,110,61,101,38,38,116,91,101,93,44,114,61,48,59,105,102,40,110,41,114,101,116,117,114,110,32,110,46,99,97,108,108,40,116,41,59,105,102,40,116,38,38,34,110,117,109,98,101,114,34,61,61,61,116,121,112,101,111,102,32,116,46,108,101,110,103,116,104,41,114,101,116,117,114,110,123,110,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,38,38,114,62,61,116,46,108,101,110,103,116,104,38,38,40,116,61,118,111,105,100,32,48,41,44,123,118,97,108,117,101,58,116,38,38,116,91,114,43,43,93,44,100,111,110,101,58,33,116,125,125,125,59,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,101,63,34,79,98,106,101,99,116,32,105,115,32,110,111,116,32,105,116,101,114,97,98,108,101,46,34,58,34,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,115,32,110,111,116,32,100,101,102,105,110,101,100,46,34,41,125,102,117,110,99,116,105,111,110,32,105,40,116,41,123,114,101,116,117,114,110,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,116,125,118,97,114,32,111,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,41,123,116,104,105,115,46,111,112,116,105,111,110,115,61,123,125,44,116,104,105,115,46,95,101,118,101,110,116,72,97,110,100,108,101,114,61,123,125,125,118,97,114,32,101,61,116,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,101,46,116,114,105,103,103,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,116,104,105,115,44,110,61,91,93,44,114,61,49,59,114,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,114,43,43,41,110,91,114,45,49,93,61,97,114,103,117,109,101,110,116,115,91,114,93,59,118,97,114,32,105,61,116,104,105,115,46,95,101,118,101,110,116,72,97,110,100,108,101,114,91,116,93,124,124,91,93,44,111,61,105,46,108,101,110,103,116,104,62,48,59,105,102,40,33,111,41,114,101,116,117,114,110,33,48,59,118,97,114,32,97,61,110,91,48,93,124,124,123,125,44,115,61,110,46,115,108,105,99,101,40,49,41,59,105,61,105,46,99,111,110,99,97,116,40,41,59,118,97,114,32,99,61,33,49,59,97,46,101,118,101,110,116,84,121,112,101,61,116,44,97,46,115,116,111,112,61,102,117,110,99,116,105,111,110,40,41,123,99,61,33,48,125,44,97,46,99,117,114,114,101,110,116,84,97,114,103,101,116,61,116,104,105,115,59,118,97,114,32,117,61,91,97,93,59,114,101,116,117,114,110,32,115,46,108,101,110,103,116,104,62,61,49,38,38,40,117,61,117,46,99,111,110,99,97,116,40,115,41,41,44,105,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,97,112,112,108,121,40,101,44,117,41,125,41,41,44,33,99,125,44,101,46,111,110,99,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,105,102,40,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,38,38,105,40,101,41,41,123,118,97,114,32,114,61,116,59,102,111,114,40,118,97,114,32,111,32,105,110,32,114,41,116,104,105,115,46,111,110,99,101,40,111,44,114,91,111,93,41,59,114,101,116,117,114,110,32,116,104,105,115,125,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,41,123,118,97,114,32,97,61,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,114,61,91,93,44,105,61,48,59,105,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,105,43,43,41,114,91,105,93,61,97,114,103,117,109,101,110,116,115,91,105,93,59,101,46,97,112,112,108,121,40,110,44,114,41,44,110,46,111,102,102,40,116,44,97,41,125,59,116,104,105,115,46,111,110,40,116,44,97,41,125,114,101,116,117,114,110,32,116,104,105,115,125,44,101,46,104,97,115,79,110,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,33,116,104,105,115,46,95,101,118,101,110,116,72,97,110,100,108,101,114,91,116,93,125,44,101,46,111,110,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,38,38,105,40,101,41,41,123,118,97,114,32,110,61,116,59,102,111,114,40,118,97,114,32,114,32,105,110,32,110,41,116,104,105,115,46,111,110,40,114,44,110,91,114,93,41,59,114,101,116,117,114,110,32,116,104,105,115,125,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,41,123,118,97,114,32,111,61,116,104,105,115,46,95,101,118,101,110,116,72,97,110,100,108,101,114,91,116,93,59,105,40,111,41,38,38,40,116,104,105,115,46,95,101,118,101,110,116,72,97,110,100,108,101,114,91,116,93,61,91,93,44,111,61,116,104,105,115,46,95,101,118,101,110,116,72,97,110,100,108,101,114,91,116,93,41,44,111,46,112,117,115,104,40,101,41,125,114,101,116,117,114,110,32,116,104,105,115,125,44,101,46,111,102,102,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,111,59,105,102,40,105,40,116,41,41,114,101,116,117,114,110,32,116,104,105,115,46,95,101,118,101,110,116,72,97,110,100,108,101,114,61,123,125,44,116,104,105,115,59,105,102,40,105,40,101,41,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,100,101,108,101,116,101,32,116,104,105,115,46,95,101,118,101,110,116,72,97,110,100,108,101,114,91,116,93,44,116,104,105,115,59,118,97,114,32,97,61,116,59,102,111,114,40,118,97,114,32,115,32,105,110,32,97,41,116,104,105,115,46,111,102,102,40,115,44,97,91,115,93,41,59,114,101,116,117,114,110,32,116,104,105,115,125,118,97,114,32,99,61,116,104,105,115,46,95,101,118,101,110,116,72,97,110,100,108,101,114,91,116,93,59,105,102,40,99,41,123,118,97,114,32,117,61,48,59,116,114,121,123,102,111,114,40,118,97,114,32,108,61,114,40,99,41,44,102,61,108,46,110,101,120,116,40,41,59,33,102,46,100,111,110,101,59,102,61,108,46,110,101,120,116,40,41,41,123,118,97,114,32,104,61,102,46,118,97,108,117,101,59,105,102,40,104,61,61,61,101,41,123,99,46,115,112,108,105,99,101,40,117,44,49,41,59,98,114,101,97,107,125,117,43,43,125,125,99,97,116,99,104,40,100,41,123,110,61,123,101,114,114,111,114,58,100,125,125,102,105,110,97,108,108,121,123,116,114,121,123,102,38,38,33,102,46,100,111,110,101,38,38,40,111,61,108,46,114,101,116,117,114,110,41,38,38,111,46,99,97,108,108,40,108,41,125,102,105,110,97,108,108,121,123,105,102,40,110,41,116,104,114,111,119,32,110,46,101,114,114,111,114,125,125,125,114,101,116,117,114,110,32,116,104,105,115,125,44,116,46,86,69,82,83,73,79,78,61,34,50,46,50,46,50,34,44,116,125,40,41,44,97,61,111,44,115,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,41,123,116,104,105,115,46,107,101,121,115,61,91,93,44,116,104,105,115,46,118,97,108,117,101,115,61,91,93,125,118,97,114,32,101,61,116,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,101,46,103,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,118,97,108,117,101,115,91,116,104,105,115,46,107,101,121,115,46,105,110,100,101,120,79,102,40,116,41,93,125,44,101,46,115,101,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,107,101,121,115,44,114,61,116,104,105,115,46,118,97,108,117,101,115,44,105,61,110,46,105,110,100,101,120,79,102,40,116,41,44,111,61,45,49,61,61,61,105,63,110,46,108,101,110,103,116,104,58,105,59,110,91,111,93,61,116,44,114,91,111,93,61,101,125,44,116,125,40,41,44,99,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,41,123,116,104,105,115,46,111,98,106,101,99,116,61,123,125,125,118,97,114,32,101,61,116,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,101,46,103,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,111,98,106,101,99,116,91,116,93,125,44,101,46,115,101,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,111,98,106,101,99,116,91,116,93,61,101,125,44,116,125,40,41,44,117,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,77,97,112,44,108,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,41,123,125,118,97,114,32,101,61,116,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,101,46,99,111,110,110,101,99,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,112,114,101,118,61,116,44,116,104,105,115,46,110,101,120,116,61,101,44,116,38,38,40,116,46,110,101,120,116,61,116,104,105,115,41,44,101,38,38,40,101,46,112,114,101,118,61,116,104,105,115,41,125,44,101,46,100,105,115,99,111,110,110,101,99,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,112,114,101,118,44,101,61,116,104,105,115,46,110,101,120,116,59,116,38,38,40,116,46,110,101,120,116,61,101,41,44,101,38,38,40,101,46,112,114,101,118,61,116,41,125,44,101,46,103,101,116,73,110,100,101,120,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,45,49,59,119,104,105,108,101,40,116,41,116,61,116,46,112,114,101,118,44,43,43,101,59,114,101,116,117,114,110,32,101,125,44,116,125,40,41,59,102,117,110,99,116,105,111,110,32,102,40,116,44,101,41,123,118,97,114,32,110,61,91,93,44,114,61,91,93,59,114,101,116,117,114,110,32,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,91,48,93,44,105,61,116,91,49,93,44,111,61,110,101,119,32,108,59,110,91,101,93,61,111,44,114,91,105,93,61,111,125,41,41,44,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,99,111,110,110,101,99,116,40,110,91,101,45,49,93,41,125,41,41,44,116,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,33,101,91,110,93,125,41,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,105,61,116,91,48,93,44,111,61,116,91,49,93,59,105,102,40,105,61,61,61,111,41,114,101,116,117,114,110,91,48,44,48,93,59,118,97,114,32,97,61,110,91,105,93,44,115,61,114,91,111,45,49,93,44,99,61,97,46,103,101,116,73,110,100,101,120,40,41,59,97,46,100,105,115,99,111,110,110,101,99,116,40,41,44,115,63,97,46,99,111,110,110,101,99,116,40,115,44,115,46,110,101,120,116,41,58,97,46,99,111,110,110,101,99,116,40,118,111,105,100,32,48,44,110,91,48,93,41,59,118,97,114,32,117,61,97,46,103,101,116,73,110,100,101,120,40,41,59,114,101,116,117,114,110,91,99,44,117,93,125,41,41,125,118,97,114,32,104,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,116,44,101,44,110,44,114,44,105,44,111,44,97,44,115,41,123,116,104,105,115,46,112,114,101,118,76,105,115,116,61,116,44,116,104,105,115,46,108,105,115,116,61,101,44,116,104,105,115,46,97,100,100,101,100,61,110,44,116,104,105,115,46,114,101,109,111,118,101,100,61,114,44,116,104,105,115,46,99,104,97,110,103,101,100,61,105,44,116,104,105,115,46,109,97,105,110,116,97,105,110,101,100,61,111,44,116,104,105,115,46,99,104,97,110,103,101,100,66,101,102,111,114,101,65,100,100,101,100,61,97,44,116,104,105,115,46,102,105,120,101,100,61,115,125,118,97,114,32,101,61,116,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,111,114,100,101,114,101,100,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,97,99,104,101,79,114,100,101,114,101,100,124,124,116,104,105,115,46,99,97,99,117,108,97,116,101,79,114,100,101,114,101,100,40,41,44,116,104,105,115,46,99,97,99,104,101,79,114,100,101,114,101,100,125,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,112,117,114,101,67,104,97,110,103,101,100,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,97,99,104,101,80,117,114,101,67,104,97,110,103,101,100,124,124,116,104,105,115,46,99,97,99,117,108,97,116,101,79,114,100,101,114,101,100,40,41,44,116,104,105,115,46,99,97,99,104,101,80,117,114,101,67,104,97,110,103,101,100,125,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,41,44,101,46,99,97,99,117,108,97,116,101,79,114,100,101,114,101,100,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,102,40,116,104,105,115,46,99,104,97,110,103,101,100,66,101,102,111,114,101,65,100,100,101,100,44,116,104,105,115,46,102,105,120,101,100,41,44,101,61,116,104,105,115,46,99,104,97,110,103,101,100,44,110,61,91,93,59,116,104,105,115,46,99,97,99,104,101,79,114,100,101,114,101,100,61,116,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,44,114,41,123,118,97,114,32,105,61,116,91,48,93,44,111,61,116,91,49,93,44,97,61,101,91,114,93,44,115,61,97,91,48,93,44,99,61,97,91,49,93,59,105,102,40,105,33,61,61,111,41,114,101,116,117,114,110,32,110,46,112,117,115,104,40,91,115,44,99,93,41,44,33,48,125,41,41,44,116,104,105,115,46,99,97,99,104,101,80,117,114,101,67,104,97,110,103,101,100,61,110,125,44,116,125,40,41,59,102,117,110,99,116,105,111,110,32,100,40,116,44,101,44,110,41,123,118,97,114,32,114,61,117,63,77,97,112,58,110,63,99,58,115,44,105,61,110,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,44,111,61,91,93,44,97,61,91,93,44,108,61,91,93,44,102,61,116,46,109,97,112,40,105,41,44,100,61,101,46,109,97,112,40,105,41,44,112,61,110,101,119,32,114,44,118,61,110,101,119,32,114,44,103,61,91,93,44,109,61,91,93,44,98,61,123,125,44,121,61,91,93,44,119,61,48,44,95,61,48,59,114,101,116,117,114,110,32,102,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,112,46,115,101,116,40,116,44,101,41,125,41,41,44,100,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,46,115,101,116,40,116,44,101,41,125,41,41,44,102,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,118,46,103,101,116,40,116,41,59,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,110,63,40,43,43,95,44,97,46,112,117,115,104,40,101,41,41,58,98,91,110,93,61,95,125,41,41,44,100,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,112,46,103,101,116,40,116,41,59,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,110,63,40,111,46,112,117,115,104,40,101,41,44,43,43,119,41,58,40,108,46,112,117,115,104,40,91,110,44,101,93,41,44,95,61,98,91,101,93,124,124,48,44,103,46,112,117,115,104,40,91,110,45,95,44,101,45,119,93,41,44,109,46,112,117,115,104,40,101,61,61,61,110,41,44,110,33,61,61,101,38,38,121,46,112,117,115,104,40,91,110,44,101,93,41,41,125,41,41,44,97,46,114,101,118,101,114,115,101,40,41,44,110,101,119,32,104,40,116,44,101,44,111,44,97,44,121,44,108,44,103,44,109,41,125,118,97,114,32,112,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,112,61,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,124,124,123,95,95,112,114,111,116,111,95,95,58,91,93,125,105,110,115,116,97,110,99,101,111,102,32,65,114,114,97,121,38,38,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,95,95,112,114,111,116,111,95,95,61,101,125,124,124,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,101,44,110,41,38,38,40,116,91,110,93,61,101,91,110,93,41,125,44,112,40,116,44,101,41,125,59,102,117,110,99,116,105,111,110,32,118,40,116,44,101,41,123,102,117,110,99,116,105,111,110,32,110,40,41,123,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,61,116,125,112,40,116,44,101,41,44,116,46,112,114,111,116,111,116,121,112,101,61,110,117,108,108,61,61,61,101,63,79,98,106,101,99,116,46,99,114,101,97,116,101,40,101,41,58,40,110,46,112,114,111,116,111,116,121,112,101,61,101,46,112,114,111,116,111,116,121,112,101,44,110,101,119,32,110,41,125,118,97,114,32,103,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,103,61,79,98,106,101,99,116,46,97,115,115,105,103,110,124,124,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,44,110,61,49,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,110,60,114,59,110,43,43,41,102,111,114,40,118,97,114,32,105,32,105,110,32,101,61,97,114,103,117,109,101,110,116,115,91,110,93,44,101,41,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,101,44,105,41,38,38,40,116,91,105,93,61,101,91,105,93,41,59,114,101,116,117,114,110,32,116,125,44,103,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,59,102,117,110,99,116,105,111,110,32,109,40,41,123,102,111,114,40,118,97,114,32,116,61,48,44,101,61,48,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,60,110,59,101,43,43,41,116,43,61,97,114,103,117,109,101,110,116,115,91,101,93,46,108,101,110,103,116,104,59,118,97,114,32,114,61,65,114,114,97,121,40,116,41,44,105,61,48,59,102,111,114,40,101,61,48,59,101,60,110,59,101,43,43,41,102,111,114,40,118,97,114,32,111,61,97,114,103,117,109,101,110,116,115,91,101,93,44,97,61,48,44,115,61,111,46,108,101,110,103,116,104,59,97,60,115,59,97,43,43,44,105,43,43,41,114,91,105,93,61,111,91,97,93,59,114,101,116,117,114,110,32,114,125,118,97,114,32,98,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,44,121,61,98,63,119,105,110,100,111,119,46,110,97,118,105,103,97,116,111,114,46,117,115,101,114,65,103,101,110,116,58,34,34,44,119,61,33,33,98,38,38,33,33,40,34,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,34,105,110,32,119,105,110,100,111,119,41,44,95,61,47,77,83,73,69,124,84,114,105,100,101,110,116,124,87,105,110,100,111,119,115,32,80,104,111,110,101,124,69,100,103,101,47,46,116,101,115,116,40,121,41,44,120,61,33,33,98,38,38,33,33,40,34,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,34,105,110,32,100,111,99,117,109,101,110,116,41,44,79,61,34,119,105,100,116,104,34,44,83,61,34,104,101,105,103,104,116,34,59,102,117,110,99,116,105,111,110,32,107,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,103,101,116,65,116,116,114,105,98,117,116,101,40,101,41,124,124,34,34,125,102,117,110,99,116,105,111,110,32,67,40,116,41,123,114,101,116,117,114,110,91,93,46,115,108,105,99,101,46,99,97,108,108,40,116,41,125,102,117,110,99,116,105,111,110,32,80,40,116,44,101,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,34,100,97,116,97,45,34,41,44,33,33,116,46,103,101,116,65,116,116,114,105,98,117,116,101,40,101,43,34,119,105,100,116,104,34,41,125,102,117,110,99,116,105,111,110,32,84,40,116,41,123,114,101,116,117,114,110,34,108,111,97,100,105,110,103,34,105,110,32,116,38,38,34,108,97,122,121,34,61,61,61,116,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,108,111,97,100,105,110,103,34,41,125,102,117,110,99,116,105,111,110,32,106,40,116,44,101,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,34,100,97,116,97,45,34,41,44,33,33,116,46,103,101,116,65,116,116,114,105,98,117,116,101,40,101,43,34,115,107,105,112,34,41,125,102,117,110,99,116,105,111,110,32,69,40,116,44,101,44,110,41,123,120,63,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,101,44,110,44,33,49,41,58,116,46,97,116,116,97,99,104,69,118,101,110,116,63,116,46,97,116,116,97,99,104,69,118,101,110,116,40,34,111,110,34,43,101,44,110,41,58,116,91,34,111,110,34,43,101,93,61,110,125,102,117,110,99,116,105,111,110,32,65,40,116,44,101,44,110,41,123,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,63,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,101,44,110,44,33,49,41,58,116,46,100,101,116,97,99,104,69,118,101,110,116,63,116,46,100,101,116,97,99,104,69,118,101,110,116,40,34,111,110,34,43,101,44,110,41,58,116,91,34,111,110,34,43,101,93,61,110,117,108,108,125,102,117,110,99,116,105,111,110,32,68,40,116,41,123,114,101,116,117,114,110,32,73,40,116,44,34,87,105,100,116,104,34,41,125,102,117,110,99,116,105,111,110,32,76,40,116,41,123,114,101,116,117,114,110,32,73,40,116,44,34,72,101,105,103,104,116,34,41,125,102,117,110,99,116,105,111,110,32,77,40,116,41,123,114,101,116,117,114,110,40,119,63,119,105,110,100,111,119,46,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,40,116,41,58,116,46,99,117,114,114,101,110,116,83,116,121,108,101,41,124,124,123,125,125,102,117,110,99,116,105,111,110,32,73,40,116,44,101,41,123,118,97,114,32,110,61,116,91,34,99,108,105,101,110,116,34,43,101,93,124,124,116,91,34,111,102,102,115,101,116,34,43,101,93,59,114,101,116,117,114,110,32,112,97,114,115,101,70,108,111,97,116,40,110,124,124,77,40,116,41,91,101,46,116,111,76,111,119,101,114,67,97,115,101,40,41,93,41,124,124,48,125,102,117,110,99,116,105,111,110,32,36,40,116,44,101,44,110,41,123,118,97,114,32,114,61,67,40,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,65,108,108,40,109,40,91,34,91,34,43,110,43,34,115,107,105,112,93,32,91,34,43,110,43,34,119,105,100,116,104,93,34,93,44,101,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,91,34,91,34,43,110,43,34,115,107,105,112,93,32,34,43,116,44,116,43,34,91,34,43,110,43,34,115,107,105,112,93,34,44,34,91,34,43,110,43,34,119,105,100,116,104,93,32,34,43,116,93,46,106,111,105,110,40,34,44,32,34,41,125,41,41,41,46,106,111,105,110,40,34,44,32,34,41,41,41,59,114,101,116,117,114,110,32,67,40,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,65,108,108,40,34,91,34,43,110,43,34,119,105,100,116,104,93,44,32,34,43,101,46,106,111,105,110,40,34,44,32,34,41,41,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,45,49,61,61,61,114,46,105,110,100,101,120,79,102,40,116,41,125,41,41,125,118,97,114,32,70,61,91,93,59,102,117,110,99,116,105,111,110,32,66,40,116,44,101,41,123,33,70,46,108,101,110,103,116,104,38,38,69,40,119,105,110,100,111,119,44,34,114,101,115,105,122,101,34,44,122,41,44,116,46,95,95,80,82,69,70,73,88,95,95,61,101,44,70,46,112,117,115,104,40,116,41,44,78,40,116,41,125,102,117,110,99,116,105,111,110,32,82,40,116,44,101,41,123,118,97,114,32,110,61,70,46,105,110,100,101,120,79,102,40,116,41,59,105,102,40,33,40,110,60,48,41,41,123,118,97,114,32,114,61,107,40,116,44,101,43,34,102,105,120,101,100,34,41,59,100,101,108,101,116,101,32,116,46,95,95,80,82,69,70,73,88,95,95,44,116,46,115,116,121,108,101,91,114,61,61,61,83,63,79,58,83,93,61,34,34,44,70,46,115,112,108,105,99,101,40,110,44,49,41,44,33,70,46,108,101,110,103,116,104,38,38,65,40,119,105,110,100,111,119,44,34,114,101,115,105,122,101,34,44,122,41,125,125,102,117,110,99,116,105,111,110,32,78,40,116,44,101,41,123,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,34,100,97,116,97,45,34,41,59,118,97,114,32,110,61,116,46,95,95,80,82,69,70,73,88,95,95,124,124,101,44,114,61,112,97,114,115,101,73,110,116,40,107,40,116,44,34,34,43,110,43,79,41,44,49,48,41,124,124,48,44,105,61,112,97,114,115,101,73,110,116,40,107,40,116,44,34,34,43,110,43,83,41,44,49,48,41,124,124,48,44,111,61,107,40,116,44,110,43,34,102,105,120,101,100,34,41,59,105,102,40,111,61,61,61,83,41,123,118,97,114,32,97,61,76,40,116,41,124,124,105,59,116,46,115,116,121,108,101,91,79,93,61,114,47,105,42,97,43,34,112,120,34,125,101,108,115,101,123,97,61,68,40,116,41,124,124,114,59,116,46,115,116,121,108,101,91,83,93,61,105,47,114,42,97,43,34,112,120,34,125,125,102,117,110,99,116,105,111,110,32,122,40,41,123,70,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,78,40,116,41,125,41,41,125,118,97,114,32,86,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,101,44,110,41,123,118,111,105,100,32,48,61,61,61,110,38,38,40,110,61,123,125,41,59,118,97,114,32,114,61,116,46,99,97,108,108,40,116,104,105,115,41,124,124,116,104,105,115,59,114,101,116,117,114,110,32,114,46,105,115,82,101,97,100,121,61,33,49,44,114,46,105,115,80,114,101,82,101,97,100,121,61,33,49,44,114,46,104,97,115,68,97,116,97,83,105,122,101,61,33,49,44,114,46,104,97,115,76,111,97,100,105,110,103,61,33,49,44,114,46,105,115,83,107,105,112,61,33,49,44,114,46,111,110,67,104,101,99,107,61,102,117,110,99,116,105,111,110,40,116,41,123,114,46,99,108,101,97,114,40,41,44,116,38,38,34,101,114,114,111,114,34,61,61,61,116,46,116,121,112,101,38,38,114,46,111,110,69,114,114,111,114,40,114,46,101,108,101,109,101,110,116,41,59,118,97,114,32,101,61,33,114,46,104,97,115,68,97,116,97,83,105,122,101,38,38,33,114,46,104,97,115,76,111,97,100,105,110,103,59,114,46,111,110,82,101,97,100,121,40,101,41,125,44,114,46,111,112,116,105,111,110,115,61,103,40,123,112,114,101,102,105,120,58,34,100,97,116,97,45,34,125,44,110,41,44,114,46,101,108,101,109,101,110,116,61,101,44,114,46,104,97,115,68,97,116,97,83,105,122,101,61,80,40,101,44,114,46,111,112,116,105,111,110,115,46,112,114,101,102,105,120,41,44,114,46,104,97,115,76,111,97,100,105,110,103,61,84,40,101,41,44,114,46,105,115,83,107,105,112,61,106,40,114,46,101,108,101,109,101,110,116,41,44,114,125,118,40,101,44,116,41,59,118,97,114,32,110,61,101,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,110,46,99,104,101,99,107,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,115,83,107,105,112,124,124,33,116,104,105,115,46,99,104,101,99,107,69,108,101,109,101,110,116,40,41,63,40,116,104,105,115,46,111,110,65,108,114,101,97,100,121,82,101,97,100,121,40,33,48,41,44,33,49,41,58,40,116,104,105,115,46,104,97,115,68,97,116,97,83,105,122,101,38,38,66,40,116,104,105,115,46,101,108,101,109,101,110,116,44,116,104,105,115,46,111,112,116,105,111,110,115,46,112,114,101,102,105,120,41,44,40,116,104,105,115,46,104,97,115,68,97,116,97,83,105,122,101,124,124,116,104,105,115,46,104,97,115,76,111,97,100,105,110,103,41,38,38,116,104,105,115,46,111,110,65,108,114,101,97,100,121,80,114,101,82,101,97,100,121,40,41,44,33,48,41,125,44,110,46,97,100,100,69,118,101,110,116,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,104,105,115,46,101,108,101,109,101,110,116,59,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,46,69,86,69,78,84,83,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,69,40,101,44,110,44,116,46,111,110,67,104,101,99,107,41,125,41,41,125,44,110,46,99,108,101,97,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,104,105,115,46,101,108,101,109,101,110,116,59,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,46,69,86,69,78,84,83,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,65,40,101,44,110,44,116,46,111,110,67,104,101,99,107,41,125,41,41,44,116,104,105,115,46,114,101,109,111,118,101,65,117,116,111,83,105,122,101,114,40,41,125,44,110,46,100,101,115,116,114,111,121,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,108,101,97,114,40,41,44,116,104,105,115,46,111,102,102,40,41,125,44,110,46,114,101,109,111,118,101,65,117,116,111,83,105,122,101,114,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,104,105,115,46,104,97,115,68,97,116,97,83,105,122,101,41,123,118,97,114,32,116,61,116,104,105,115,46,111,112,116,105,111,110,115,46,112,114,101,102,105,120,59,82,40,116,104,105,115,46,101,108,101,109,101,110,116,44,116,41,125,125,44,110,46,111,110,69,114,114,111,114,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,116,114,105,103,103,101,114,40,34,101,114,114,111,114,34,44,123,101,108,101,109,101,110,116,58,116,104,105,115,46,101,108,101,109,101,110,116,44,116,97,114,103,101,116,58,116,125,41,125,44,110,46,111,110,80,114,101,82,101,97,100,121,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,80,114,101,82,101,97,100,121,124,124,40,116,104,105,115,46,105,115,80,114,101,82,101,97,100,121,61,33,48,44,116,104,105,115,46,116,114,105,103,103,101,114,40,34,112,114,101,82,101,97,100,121,34,44,123,101,108,101,109,101,110,116,58,116,104,105,115,46,101,108,101,109,101,110,116,44,104,97,115,76,111,97,100,105,110,103,58,116,104,105,115,46,104,97,115,76,111,97,100,105,110,103,44,105,115,83,107,105,112,58,116,104,105,115,46,105,115,83,107,105,112,125,41,41,125,44,110,46,111,110,82,101,97,100,121,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,105,115,82,101,97,100,121,124,124,40,116,61,33,116,104,105,115,46,105,115,80,114,101,82,101,97,100,121,38,38,116,44,116,38,38,40,116,104,105,115,46,105,115,80,114,101,82,101,97,100,121,61,33,48,41,44,116,104,105,115,46,114,101,109,111,118,101,65,117,116,111,83,105,122,101,114,40,41,44,116,104,105,115,46,105,115,82,101,97,100,121,61,33,48,44,116,104,105,115,46,116,114,105,103,103,101,114,40,34,114,101,97,100,121,34,44,123,101,108,101,109,101,110,116,58,116,104,105,115,46,101,108,101,109,101,110,116,44,119,105,116,104,80,114,101,82,101,97,100,121,58,116,44,104,97,115,76,111,97,100,105,110,103,58,116,104,105,115,46,104,97,115,76,111,97,100,105,110,103,44,105,115,83,107,105,112,58,116,104,105,115,46,105,115,83,107,105,112,125,41,41,125,44,110,46,111,110,65,108,114,101,97,100,121,69,114,114,111,114,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,111,110,69,114,114,111,114,40,116,41,125,41,41,125,44,110,46,111,110,65,108,114,101,97,100,121,80,114,101,82,101,97,100,121,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,111,110,80,114,101,82,101,97,100,121,40,41,125,41,41,125,44,110,46,111,110,65,108,114,101,97,100,121,82,101,97,100,121,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,111,110,82,101,97,100,121,40,116,41,125,41,41,125,44,101,46,69,86,69,78,84,83,61,91,93,44,101,125,40,97,41,44,72,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,38,38,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,124,124,116,104,105,115,125,118,40,101,44,116,41,59,118,97,114,32,110,61,101,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,110,46,115,101,116,72,97,115,76,111,97,100,105,110,103,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,104,97,115,76,111,97,100,105,110,103,61,116,125,44,110,46,99,104,101,99,107,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,115,83,107,105,112,63,40,116,104,105,115,46,111,110,65,108,114,101,97,100,121,82,101,97,100,121,40,33,48,41,44,33,49,41,58,40,116,104,105,115,46,104,97,115,68,97,116,97,83,105,122,101,63,40,66,40,116,104,105,115,46,101,108,101,109,101,110,116,44,116,104,105,115,46,111,112,116,105,111,110,115,46,112,114,101,102,105,120,41,44,116,104,105,115,46,111,110,65,108,114,101,97,100,121,80,114,101,82,101,97,100,121,40,41,41,58,116,104,105,115,46,116,114,105,103,103,101,114,40,34,114,101,113,117,101,115,116,67,104,105,108,100,114,101,110,34,41,44,33,48,41,125,44,110,46,99,104,101,99,107,69,108,101,109,101,110,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,125,44,110,46,100,101,115,116,114,111,121,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,108,101,97,114,40,41,44,116,104,105,115,46,116,114,105,103,103,101,114,40,34,114,101,113,117,101,115,116,68,101,115,116,114,111,121,34,41,44,116,104,105,115,46,111,102,102,40,41,125,44,110,46,111,110,65,108,114,101,97,100,121,80,114,101,82,101,97,100,121,61,102,117,110,99,116,105,111,110,40,41,123,116,46,112,114,111,116,111,116,121,112,101,46,111,110,65,108,114,101,97,100,121,80,114,101,82,101,97,100,121,46,99,97,108,108,40,116,104,105,115,41,44,116,104,105,115,46,116,114,105,103,103,101,114,40,34,114,101,113,101,117,115,116,82,101,97,100,121,67,104,105,108,100,114,101,110,34,41,125,44,101,46,69,86,69,78,84,83,61,91,93,44,101,125,40,86,41,44,85,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,101,41,123,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,123,125,41,59,118,97,114,32,110,61,116,46,99,97,108,108,40,116,104,105,115,41,124,124,116,104,105,115,59,114,101,116,117,114,110,32,110,46,114,101,97,100,121,67,111,117,110,116,61,48,44,110,46,112,114,101,82,101,97,100,121,67,111,117,110,116,61,48,44,110,46,116,111,116,97,108,67,111,117,110,116,61,48,44,110,46,116,111,116,97,108,69,114,114,111,114,67,111,117,110,116,61,48,44,110,46,105,115,80,114,101,82,101,97,100,121,79,118,101,114,61,33,48,44,110,46,101,108,101,109,101,110,116,73,110,102,111,115,61,91,93,44,110,46,111,112,116,105,111,110,115,61,103,40,123,108,111,97,100,101,114,115,58,123,125,44,112,114,101,102,105,120,58,34,100,97,116,97,45,34,125,44,101,41,44,110,125,118,40,101,44,116,41,59,118,97,114,32,110,61,101,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,110,46,99,104,101,99,107,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,111,112,116,105,111,110,115,46,112,114,101,102,105,120,59,116,104,105,115,46,99,108,101,97,114,40,41,44,116,104,105,115,46,101,108,101,109,101,110,116,73,110,102,111,115,61,67,40,116,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,44,114,41,123,118,97,114,32,105,61,101,46,103,101,116,76,111,97,100,101,114,40,116,44,123,112,114,101,102,105,120,58,110,125,41,59,114,101,116,117,114,110,32,105,46,99,104,101,99,107,40,41,44,105,46,111,110,40,34,101,114,114,111,114,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,111,110,69,114,114,111,114,40,114,44,116,46,116,97,114,103,101,116,41,125,41,41,46,111,110,40,34,112,114,101,82,101,97,100,121,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,101,46,101,108,101,109,101,110,116,73,110,102,111,115,91,114,93,59,110,46,104,97,115,76,111,97,100,105,110,103,61,116,46,104,97,115,76,111,97,100,105,110,103,44,110,46,105,115,83,107,105,112,61,116,46,105,115,83,107,105,112,59,118,97,114,32,105,61,101,46,99,104,101,99,107,80,114,101,82,101,97,100,121,40,114,41,59,101,46,111,110,80,114,101,82,101,97,100,121,69,108,101,109,101,110,116,40,114,41,44,105,38,38,101,46,111,110,80,114,101,82,101,97,100,121,40,41,125,41,41,46,111,110,40,34,114,101,97,100,121,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,116,46,119,105,116,104,80,114,101,82,101,97,100,121,44,105,61,116,46,104,97,115,76,111,97,100,105,110,103,44,111,61,116,46,105,115,83,107,105,112,44,97,61,101,46,101,108,101,109,101,110,116,73,110,102,111,115,91,114,93,59,97,46,104,97,115,76,111,97,100,105,110,103,61,105,44,97,46,105,115,83,107,105,112,61,111,59,118,97,114,32,115,61,110,38,38,101,46,99,104,101,99,107,80,114,101,82,101,97,100,121,40,114,41,44,99,61,101,46,99,104,101,99,107,82,101,97,100,121,40,114,41,59,110,38,38,101,46,111,110,80,114,101,82,101,97,100,121,69,108,101,109,101,110,116,40,114,41,44,101,46,111,110,82,101,97,100,121,69,108,101,109,101,110,116,40,114,41,44,115,38,38,101,46,111,110,80,114,101,82,101,97,100,121,40,41,44,99,38,38,101,46,111,110,82,101,97,100,121,40,41,125,41,41,44,123,108,111,97,100,101,114,58,105,44,101,108,101,109,101,110,116,58,116,44,104,97,115,76,111,97,100,105,110,103,58,33,49,44,104,97,115,69,114,114,111,114,58,33,49,44,105,115,80,114,101,82,101,97,100,121,58,33,49,44,105,115,82,101,97,100,121,58,33,49,44,105,115,83,107,105,112,58,33,49,125,125,41,41,59,118,97,114,32,114,61,116,104,105,115,46,101,108,101,109,101,110,116,73,110,102,111,115,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,116,104,105,115,46,116,111,116,97,108,67,111,117,110,116,61,114,44,114,124,124,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,111,110,80,114,101,82,101,97,100,121,40,41,44,101,46,111,110,82,101,97,100,121,40,41,125,41,41,44,116,104,105,115,125,44,110,46,103,101,116,84,111,116,97,108,67,111,117,110,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,116,111,116,97,108,67,111,117,110,116,125,44,110,46,105,115,80,114,101,82,101,97,100,121,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,108,101,109,101,110,116,73,110,102,111,115,46,101,118,101,114,121,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,105,115,80,114,101,82,101,97,100,121,125,41,41,125,44,110,46,105,115,82,101,97,100,121,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,108,101,109,101,110,116,73,110,102,111,115,46,101,118,101,114,121,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,105,115,82,101,97,100,121,125,41,41,125,44,110,46,104,97,115,69,114,114,111,114,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,116,111,116,97,108,69,114,114,111,114,67,111,117,110,116,62,48,125,44,110,46,99,108,101,97,114,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,80,114,101,82,101,97,100,121,79,118,101,114,61,33,49,44,116,104,105,115,46,116,111,116,97,108,67,111,117,110,116,61,48,44,116,104,105,115,46,112,114,101,82,101,97,100,121,67,111,117,110,116,61,48,44,116,104,105,115,46,114,101,97,100,121,67,111,117,110,116,61,48,44,116,104,105,115,46,116,111,116,97,108,69,114,114,111,114,67,111,117,110,116,61,48,44,116,104,105,115,46,101,108,101,109,101,110,116,73,110,102,111,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,33,116,46,105,115,82,101,97,100,121,38,38,116,46,108,111,97,100,101,114,38,38,116,46,108,111,97,100,101,114,46,100,101,115,116,114,111,121,40,41,125,41,41,44,116,104,105,115,46,101,108,101,109,101,110,116,73,110,102,111,115,61,91,93,125,44,110,46,100,101,115,116,114,111,121,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,108,101,97,114,40,41,44,116,104,105,115,46,111,102,102,40,41,125,44,110,46,103,101,116,76,111,97,100,101,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,44,114,61,116,46,116,97,103,78,97,109,101,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,105,61,116,104,105,115,46,111,112,116,105,111,110,115,46,108,111,97,100,101,114,115,44,111,61,79,98,106,101,99,116,46,107,101,121,115,40,105,41,59,105,102,40,105,91,114,93,41,114,101,116,117,114,110,32,110,101,119,32,105,91,114,93,40,116,44,101,41,59,118,97,114,32,97,61,110,101,119,32,72,40,116,44,101,41,44,115,61,67,40,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,65,108,108,40,111,46,106,111,105,110,40,34,44,32,34,41,41,41,59,97,46,115,101,116,72,97,115,76,111,97,100,105,110,103,40,115,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,84,40,116,41,125,41,41,41,59,118,97,114,32,99,61,33,49,44,117,61,116,104,105,115,46,99,108,111,110,101,40,41,46,111,110,40,34,101,114,114,111,114,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,97,46,111,110,69,114,114,111,114,40,116,46,116,97,114,103,101,116,41,125,41,41,46,111,110,40,34,114,101,97,100,121,34,44,40,102,117,110,99,116,105,111,110,40,41,123,97,46,111,110,82,101,97,100,121,40,99,41,125,41,41,59,114,101,116,117,114,110,32,97,46,111,110,40,34,114,101,113,117,101,115,116,67,104,105,108,100,114,101,110,34,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,36,40,116,44,111,44,110,46,111,112,116,105,111,110,115,46,112,114,101,102,105,120,41,59,117,46,99,104,101,99,107,40,101,41,46,111,110,40,34,112,114,101,82,101,97,100,121,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,99,61,116,46,105,115,82,101,97,100,121,44,99,124,124,97,46,111,110,80,114,101,82,101,97,100,121,40,41,125,41,41,125,41,41,46,111,110,40,34,114,101,113,101,117,115,116,82,101,97,100,121,67,104,105,108,100,114,101,110,34,44,40,102,117,110,99,116,105,111,110,40,41,123,117,46,99,104,101,99,107,40,115,41,125,41,41,46,111,110,40,34,114,101,113,117,101,115,116,68,101,115,116,114,111,121,34,44,40,102,117,110,99,116,105,111,110,40,41,123,117,46,100,101,115,116,114,111,121,40,41,125,41,41,44,97,125,44,110,46,99,108,111,110,101,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,101,40,103,40,123,125,44,116,104,105,115,46,111,112,116,105,111,110,115,41,41,125,44,110,46,99,104,101,99,107,80,114,101,82,101,97,100,121,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,108,101,109,101,110,116,73,110,102,111,115,91,116,93,46,105,115,80,114,101,82,101,97,100,121,61,33,48,44,43,43,116,104,105,115,46,112,114,101,82,101,97,100,121,67,111,117,110,116,44,33,40,116,104,105,115,46,112,114,101,82,101,97,100,121,67,111,117,110,116,60,116,104,105,115,46,116,111,116,97,108,67,111,117,110,116,41,125,44,110,46,99,104,101,99,107,82,101,97,100,121,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,108,101,109,101,110,116,73,110,102,111,115,91,116,93,46,105,115,82,101,97,100,121,61,33,48,44,43,43,116,104,105,115,46,114,101,97,100,121,67,111,117,110,116,44,33,40,116,104,105,115,46,114,101,97,100,121,67,111,117,110,116,60,116,104,105,115,46,116,111,116,97,108,67,111,117,110,116,41,125,44,110,46,111,110,69,114,114,111,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,101,108,101,109,101,110,116,73,110,102,111,115,91,116,93,59,110,46,104,97,115,69,114,114,111,114,61,33,48,44,116,104,105,115,46,116,114,105,103,103,101,114,40,34,101,114,114,111,114,34,44,123,101,108,101,109,101,110,116,58,110,46,101,108,101,109,101,110,116,44,105,110,100,101,120,58,116,44,116,97,114,103,101,116,58,101,44,101,114,114,111,114,67,111,117,110,116,58,116,104,105,115,46,103,101,116,69,114,114,111,114,67,111,117,110,116,40,41,44,116,111,116,97,108,69,114,114,111,114,67,111,117,110,116,58,43,43,116,104,105,115,46,116,111,116,97,108,69,114,114,111,114,67,111,117,110,116,125,41,125,44,110,46,111,110,80,114,101,82,101,97,100,121,69,108,101,109,101,110,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,101,108,101,109,101,110,116,73,110,102,111,115,91,116,93,59,116,104,105,115,46,116,114,105,103,103,101,114,40,34,112,114,101,82,101,97,100,121,69,108,101,109,101,110,116,34,44,123,101,108,101,109,101,110,116,58,101,46,101,108,101,109,101,110,116,44,105,110,100,101,120,58,116,44,112,114,101,82,101,97,100,121,67,111,117,110,116,58,116,104,105,115,46,112,114,101,82,101,97,100,121,67,111,117,110,116,44,114,101,97,100,121,67,111,117,110,116,58,116,104,105,115,46,114,101,97,100,121,67,111,117,110,116,44,116,111,116,97,108,67,111,117,110,116,58,116,104,105,115,46,116,111,116,97,108,67,111,117,110,116,44,105,115,80,114,101,82,101,97,100,121,58,116,104,105,115,46,105,115,80,114,101,82,101,97,100,121,40,41,44,105,115,82,101,97,100,121,58,116,104,105,115,46,105,115,82,101,97,100,121,40,41,44,104,97,115,76,111,97,100,105,110,103,58,101,46,104,97,115,76,111,97,100,105,110,103,44,105,115,83,107,105,112,58,101,46,105,115,83,107,105,112,125,41,125,44,110,46,111,110,80,114,101,82,101,97,100,121,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,80,114,101,82,101,97,100,121,79,118,101,114,61,33,48,44,116,104,105,115,46,116,114,105,103,103,101,114,40,34,112,114,101,82,101,97,100,121,34,44,123,114,101,97,100,121,67,111,117,110,116,58,116,104,105,115,46,114,101,97,100,121,67,111,117,110,116,44,116,111,116,97,108,67,111,117,110,116,58,116,104,105,115,46,116,111,116,97,108,67,111,117,110,116,44,105,115,82,101,97,100,121,58,116,104,105,115,46,105,115,82,101,97,100,121,40,41,44,104,97,115,76,111,97,100,105,110,103,58,116,104,105,115,46,104,97,115,76,111,97,100,105,110,103,40,41,125,41,125,44,110,46,111,110,82,101,97,100,121,69,108,101,109,101,110,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,101,108,101,109,101,110,116,73,110,102,111,115,91,116,93,59,116,104,105,115,46,116,114,105,103,103,101,114,40,34,114,101,97,100,121,69,108,101,109,101,110,116,34,44,123,105,110,100,101,120,58,116,44,101,108,101,109,101,110,116,58,101,46,101,108,101,109,101,110,116,44,104,97,115,69,114,114,111,114,58,101,46,104,97,115,69,114,114,111,114,44,101,114,114,111,114,67,111,117,110,116,58,116,104,105,115,46,103,101,116,69,114,114,111,114,67,111,117,110,116,40,41,44,116,111,116,97,108,69,114,114,111,114,67,111,117,110,116,58,116,104,105,115,46,116,111,116,97,108,69,114,114,111,114,67,111,117,110,116,44,112,114,101,82,101,97,100,121,67,111,117,110,116,58,116,104,105,115,46,112,114,101,82,101,97,100,121,67,111,117,110,116,44,114,101,97,100,121,67,111,117,110,116,58,116,104,105,115,46,114,101,97,100,121,67,111,117,110,116,44,116,111,116,97,108,67,111,117,110,116,58,116,104,105,115,46,116,111,116,97,108,67,111,117,110,116,44,105,115,80,114,101,82,101,97,100,121,58,116,104,105,115,46,105,115,80,114,101,82,101,97,100,121,40,41,44,105,115,82,101,97,100,121,58,116,104,105,115,46,105,115,82,101,97,100,121,40,41,44,104,97,115,76,111,97,100,105,110,103,58,101,46,104,97,115,76,111,97,100,105,110,103,44,105,115,80,114,101,82,101,97,100,121,79,118,101,114,58,116,104,105,115,46,105,115,80,114,101,82,101,97,100,121,79,118,101,114,44,105,115,83,107,105,112,58,101,46,105,115,83,107,105,112,125,41,125,44,110,46,111,110,82,101,97,100,121,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,116,114,105,103,103,101,114,40,34,114,101,97,100,121,34,44,123,101,114,114,111,114,67,111,117,110,116,58,116,104,105,115,46,103,101,116,69,114,114,111,114,67,111,117,110,116,40,41,44,116,111,116,97,108,69,114,114,111,114,67,111,117,110,116,58,116,104,105,115,46,116,111,116,97,108,69,114,114,111,114,67,111,117,110,116,44,116,111,116,97,108,67,111,117,110,116,58,116,104,105,115,46,116,111,116,97,108,67,111,117,110,116,125,41,125,44,110,46,103,101,116,69,114,114,111,114,67,111,117,110,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,108,101,109,101,110,116,73,110,102,111,115,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,104,97,115,69,114,114,111,114,125,41,41,46,108,101,110,103,116,104,125,44,110,46,104,97,115,76,111,97,100,105,110,103,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,108,101,109,101,110,116,73,110,102,111,115,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,104,97,115,76,111,97,100,105,110,103,125,41,41,125,44,101,125,40,97,41,44,87,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,38,38,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,124,124,116,104,105,115,125,118,40,101,44,116,41,59,118,97,114,32,110,61,101,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,110,46,99,104,101,99,107,69,108,101,109,101,110,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,101,108,101,109,101,110,116,44,101,61,116,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,115,114,99,34,41,59,105,102,40,116,46,99,111,109,112,108,101,116,101,41,123,105,102,40,101,41,114,101,116,117,114,110,32,116,46,110,97,116,117,114,97,108,87,105,100,116,104,124,124,116,104,105,115,46,111,110,65,108,114,101,97,100,121,69,114,114,111,114,40,116,41,44,33,49,59,116,104,105,115,46,111,110,65,108,114,101,97,100,121,80,114,101,82,101,97,100,121,40,41,125,114,101,116,117,114,110,32,116,104,105,115,46,97,100,100,69,118,101,110,116,115,40,41,44,95,38,38,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,115,114,99,34,44,101,41,44,33,48,125,44,101,46,69,86,69,78,84,83,61,91,34,108,111,97,100,34,44,34,101,114,114,111,114,34,93,44,101,125,40,86,41,44,113,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,38,38,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,124,124,116,104,105,115,125,118,40,101,44,116,41,59,118,97,114,32,110,61,101,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,110,46,99,104,101,99,107,69,108,101,109,101,110,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,101,108,101,109,101,110,116,59,114,101,116,117,114,110,33,40,116,46,114,101,97,100,121,83,116,97,116,101,62,61,49,41,38,38,40,116,46,101,114,114,111,114,63,40,116,104,105,115,46,111,110,65,108,114,101,97,100,121,69,114,114,111,114,40,116,41,44,33,49,41,58,40,116,104,105,115,46,97,100,100,69,118,101,110,116,115,40,41,44,33,48,41,41,125,44,101,46,69,86,69,78,84,83,61,91,34,108,111,97,100,101,100,109,101,116,97,100,97,116,97,34,44,34,101,114,114,111,114,34,93,44,101,125,40,86,41,44,71,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,101,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,123,125,41,44,116,46,99,97,108,108,40,116,104,105,115,44,103,40,123,108,111,97,100,101,114,115,58,123,105,109,103,58,87,44,118,105,100,101,111,58,113,125,125,44,101,41,41,124,124,116,104,105,115,125,114,101,116,117,114,110,32,118,40,101,44,116,41,44,101,125,40,85,41,44,89,61,71,44,75,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,75,61,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,124,124,123,95,95,112,114,111,116,111,95,95,58,91,93,125,105,110,115,116,97,110,99,101,111,102,32,65,114,114,97,121,38,38,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,95,95,112,114,111,116,111,95,95,61,101,125,124,124,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,110,41,38,38,40,116,91,110,93,61,101,91,110,93,41,125,44,75,40,116,44,101,41,125,59,102,117,110,99,116,105,111,110,32,88,40,116,44,101,41,123,102,117,110,99,116,105,111,110,32,110,40,41,123,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,61,116,125,75,40,116,44,101,41,44,116,46,112,114,111,116,111,116,121,112,101,61,110,117,108,108,61,61,61,101,63,79,98,106,101,99,116,46,99,114,101,97,116,101,40,101,41,58,40,110,46,112,114,111,116,111,116,121,112,101,61,101,46,112,114,111,116,111,116,121,112,101,44,110,101,119,32,110,41,125,118,97,114,32,90,44,74,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,74,61,79,98,106,101,99,116,46,97,115,115,105,103,110,124,124,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,44,110,61,49,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,110,60,114,59,110,43,43,41,102,111,114,40,118,97,114,32,105,32,105,110,32,101,61,97,114,103,117,109,101,110,116,115,91,110,93,44,101,41,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,101,44,105,41,38,38,40,116,91,105,93,61,101,91,105,93,41,59,114,101,116,117,114,110,32,116,125,44,74,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,59,102,117,110,99,116,105,111,110,32,81,40,41,123,102,111,114,40,118,97,114,32,116,61,48,44,101,61,48,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,60,110,59,101,43,43,41,116,43,61,97,114,103,117,109,101,110,116,115,91,101,93,46,108,101,110,103,116,104,59,118,97,114,32,114,61,65,114,114,97,121,40,116,41,44,105,61,48,59,102,111,114,40,101,61,48,59,101,60,110,59,101,43,43,41,102,111,114,40,118,97,114,32,111,61,97,114,103,117,109,101,110,116,115,91,101,93,44,97,61,48,44,115,61,111,46,108,101,110,103,116,104,59,97,60,115,59,97,43,43,44,105,43,43,41,114,91,105,93,61,111,91,97,93,59,114,101,116,117,114,110,32,114,125,90,61,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,63,123,100,111,99,117,109,101,110,116,58,123,125,44,110,97,118,105,103,97,116,111,114,58,123,117,115,101,114,65,103,101,110,116,58,34,34,125,125,58,119,105,110,100,111,119,59,118,97,114,32,116,116,44,101,116,61,90,46,100,111,99,117,109,101,110,116,44,110,116,61,90,46,110,97,118,105,103,97,116,111,114,46,117,115,101,114,65,103,101,110,116,44,114,116,61,33,33,40,34,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,34,105,110,32,90,41,44,105,116,61,33,33,40,34,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,34,105,110,32,101,116,41,44,111,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,33,49,59,116,114,121,123,105,116,38,38,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,38,38,101,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,116,101,115,116,34,44,40,102,117,110,99,116,105,111,110,40,41,123,125,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,123,125,44,34,112,97,115,115,105,118,101,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,116,61,33,48,125,125,41,41,125,99,97,116,99,104,40,101,41,123,125,114,101,116,117,114,110,32,116,125,40,41,44,97,116,61,40,47,77,83,73,69,124,84,114,105,100,101,110,116,124,87,105,110,100,111,119,115,32,80,104,111,110,101,124,69,100,103,101,47,46,116,101,115,116,40,110,116,41,44,47,105,80,104,111,110,101,124,105,80,97,100,47,46,116,101,115,116,40,110,116,41,41,44,115,116,61,47,65,110,100,114,111,105,100,32,50,92,46,47,46,116,101,115,116,40,110,116,41,44,99,116,61,34,95,101,103,45,105,110,102,105,110,105,116,101,103,114,105,100,45,99,111,110,116,97,105,110,101,114,95,34,44,117,116,61,34,95,101,103,45,105,110,102,105,110,105,116,101,103,114,105,100,45,105,103,110,111,114,101,95,34,44,108,116,61,34,95,73,78,70,73,78,73,84,69,71,82,73,68,95,84,82,65,78,83,73,84,73,79,78,34,44,102,116,61,34,118,101,114,116,105,99,97,108,34,44,104,116,61,34,104,111,114,105,122,111,110,116,97,108,34,44,100,116,61,45,49,101,53,44,112,116,61,34,100,97,116,97,45,103,114,111,117,112,107,101,121,34,44,118,116,61,123,105,116,101,109,83,101,108,101,99,116,111,114,58,34,42,34,44,105,115,79,118,101,114,102,108,111,119,83,99,114,111,108,108,58,33,49,44,116,104,114,101,115,104,111,108,100,58,49,48,48,44,105,115,69,113,117,97,108,83,105,122,101,58,33,49,44,105,115,67,111,110,115,116,97,110,116,83,105,122,101,58,33,49,44,117,115,101,82,101,99,121,99,108,101,58,33,48,44,104,111,114,105,122,111,110,116,97,108,58,33,49,44,116,114,97,110,115,105,116,105,111,110,68,117,114,97,116,105,111,110,58,48,44,117,115,101,70,105,116,58,33,48,44,97,116,116,114,105,98,117,116,101,80,114,101,102,105,120,58,34,100,97,116,97,45,34,44,114,101,110,100,101,114,69,120,116,101,114,110,97,108,58,33,49,44,114,101,115,105,122,101,68,101,98,111,117,110,99,101,58,49,48,48,44,109,97,120,82,101,115,105,122,101,68,101,98,111,117,110,99,101,58,48,44,112,101,114,99,101,110,116,97,103,101,58,33,49,44,117,115,101,79,102,102,115,101,116,58,33,49,125,44,103,116,61,123,104,111,114,105,122,111,110,116,97,108,58,33,49,44,109,97,114,103,105,110,58,48,125,44,109,116,61,110,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,98,116,61,40,47,109,111,98,105,124,105,111,115,124,97,110,100,114,111,105,100,47,46,116,101,115,116,40,109,116,41,44,123,83,84,65,82,84,58,34,115,116,97,114,116,34,44,67,69,78,84,69,82,58,34,99,101,110,116,101,114,34,44,69,78,68,58,34,101,110,100,34,44,74,85,83,84,73,70,89,58,34,106,117,115,116,105,102,121,34,125,41,44,121,116,61,48,44,119,116,61,49,44,95,116,61,50,44,120,116,61,52,44,79,116,61,47,97,112,112,108,101,119,101,98,107,105,116,92,47,40,91,92,100,124,46,93,42,41,47,103,46,101,120,101,99,40,109,116,41,44,83,116,61,79,116,38,38,112,97,114,115,101,73,110,116,40,79,116,91,49,93,44,49,48,41,124,124,48,44,107,116,61,83,116,38,38,83,116,60,53,51,55,44,67,116,61,91,34,99,111,110,116,101,110,116,34,44,34,103,114,111,117,112,75,101,121,34,44,34,105,116,101,109,75,101,121,34,44,34,111,114,103,83,105,122,101,34,44,34,109,111,117,110,116,101,100,34,44,34,112,114,101,118,82,101,99,116,34,44,34,114,101,99,116,34,44,34,115,105,122,101,34,93,44,80,116,61,40,116,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,123,116,114,97,110,115,105,116,105,111,110,101,110,100,58,34,34,44,119,101,98,107,105,116,84,114,97,110,115,105,116,105,111,110,69,110,100,58,34,45,119,101,98,107,105,116,45,34,44,77,83,84,114,97,110,115,105,116,105,111,110,69,110,100,58,34,45,109,115,45,34,44,111,84,114,97,110,115,105,116,105,111,110,69,110,100,58,34,45,111,45,34,44,109,111,122,84,114,97,110,115,105,116,105,111,110,69,110,100,58,34,45,109,111,122,45,34,125,59,102,111,114,40,118,97,114,32,101,32,105,110,32,116,41,123,118,97,114,32,110,61,116,91,101,93,59,105,102,40,34,111,110,34,43,101,46,116,111,76,111,119,101,114,67,97,115,101,40,41,105,110,32,90,41,114,101,116,117,114,110,91,110,43,34,116,114,97,110,115,102,111,114,109,34,44,110,43,34,116,114,97,110,115,105,116,105,111,110,34,44,101,93,125,114,101,116,117,114,110,91,93,125,40,41,44,116,116,91,48,93,41,44,84,116,61,116,116,91,49,93,44,106,116,61,116,116,91,50,93,44,69,116,61,91,34,97,112,112,101,110,100,34,44,34,112,114,101,112,101,110,100,34,44,34,105,109,97,103,101,69,114,114,111,114,34,44,34,99,104,97,110,103,101,34,44,34,108,97,121,111,117,116,67,111,109,112,108,101,116,101,34,93,44,65,116,61,123,103,101,116,76,111,97,100,105,110,103,66,97,114,58,33,48,44,103,101,116,73,116,101,109,58,33,48,44,103,101,116,73,116,101,109,115,58,33,48,44,108,97,121,111,117,116,58,33,48,44,103,101,116,71,114,111,117,112,75,101,121,115,58,33,48,44,103,101,116,83,116,97,116,117,115,58,33,48,44,115,101,116,83,116,97,116,117,115,58,33,48,44,105,115,80,114,111,99,101,115,115,105,110,103,58,33,48,44,115,116,97,114,116,76,111,97,100,105,110,103,58,33,48,44,101,110,100,76,111,97,100,105,110,103,58,33,48,44,105,115,76,111,97,100,105,110,103,58,33,48,44,117,112,100,97,116,101,73,116,101,109,58,33,48,44,117,112,100,97,116,101,73,116,101,109,115,58,33,48,44,109,111,118,101,84,111,58,33,48,125,59,102,117,110,99,116,105,111,110,32,68,116,40,116,41,123,118,97,114,32,101,61,91,93,59,105,102,40,116,41,102,111,114,40,118,97,114,32,110,61,116,46,108,101,110,103,116,104,44,114,61,48,59,114,60,110,59,114,43,43,41,101,46,112,117,115,104,40,116,91,114,93,41,59,114,101,116,117,114,110,32,101,125,102,117,110,99,116,105,111,110,32,76,116,40,116,41,123,114,101,116,117,114,110,32,116,46,109,97,116,99,104,40,47,94,60,40,91,65,45,122,93,43,41,92,115,42,40,91,94,62,93,42,41,62,47,41,125,102,117,110,99,116,105,111,110,32,77,116,40,116,44,101,41,123,118,97,114,32,110,59,105,102,40,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,33,49,41,44,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,123,118,97,114,32,114,61,76,116,40,116,41,59,105,102,40,114,41,123,118,97,114,32,105,61,101,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,59,105,46,105,110,110,101,114,72,84,77,76,61,116,44,110,61,105,46,99,104,105,108,100,78,111,100,101,115,125,101,108,115,101,32,110,61,101,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,65,108,108,40,116,41,59,114,101,116,117,114,110,32,101,63,68,116,40,110,41,58,110,38,38,110,91,48,93,125,114,101,116,117,114,110,32,105,101,40,116,41,63,110,61,116,58,114,101,40,116,41,63,110,61,101,63,77,116,40,116,46,116,111,65,114,114,97,121,40,41,44,33,48,41,58,77,116,40,116,46,103,101,116,40,48,41,44,33,49,41,58,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,63,40,110,61,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,77,116,40,116,41,125,41,41,44,101,124,124,40,110,61,110,46,108,101,110,103,116,104,62,61,49,63,110,91,48,93,58,118,111,105,100,32,48,41,41,58,110,61,33,116,46,110,111,100,101,78,97,109,101,124,124,49,33,61,61,116,46,110,111,100,101,84,121,112,101,38,38,57,33,61,61,116,46,110,111,100,101,84,121,112,101,63,91,93,46,115,108,105,99,101,46,99,97,108,108,40,110,41,58,116,44,110,125,102,117,110,99,116,105,111,110,32,73,116,40,116,44,101,44,110,44,114,41,123,105,102,40,105,116,41,123,118,97,114,32,105,61,114,124,124,33,49,59,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,114,38,38,40,105,61,33,33,111,116,38,38,114,41,44,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,101,44,110,44,105,41,125,101,108,115,101,32,116,46,97,116,116,97,99,104,69,118,101,110,116,63,116,46,97,116,116,97,99,104,69,118,101,110,116,40,34,111,110,34,43,101,44,110,41,58,116,91,34,111,110,34,43,101,93,61,110,125,102,117,110,99,116,105,111,110,32,36,116,40,116,44,101,44,110,41,123,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,63,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,101,44,110,44,33,49,41,58,116,46,100,101,116,97,99,104,69,118,101,110,116,63,116,46,100,101,116,97,99,104,69,118,101,110,116,40,34,111,110,34,43,101,44,110,41,58,116,91,34,111,110,34,43,101,93,61,110,117,108,108,125,102,117,110,99,116,105,111,110,32,70,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,102,117,110,99,116,105,111,110,40,114,41,123,36,116,40,116,44,101,44,105,41,44,110,40,114,41,125,59,73,116,40,116,44,101,44,105,44,114,41,125,102,117,110,99,116,105,111,110,32,66,116,40,116,44,101,41,123,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,33,49,41,59,118,97,114,32,110,61,34,115,99,114,111,108,108,34,43,40,101,63,34,76,101,102,116,34,58,34,84,111,112,34,41,59,114,101,116,117,114,110,32,105,101,40,116,41,63,90,91,101,63,34,112,97,103,101,88,79,102,102,115,101,116,34,58,34,112,97,103,101,89,79,102,102,115,101,116,34,93,124,124,101,116,46,98,111,100,121,91,110,93,124,124,101,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,91,110,93,58,116,91,110,93,125,102,117,110,99,116,105,111,110,32,82,116,40,116,44,101,44,110,41,123,105,101,40,116,41,63,116,46,115,99,114,111,108,108,40,101,44,110,41,58,40,116,46,115,99,114,111,108,108,76,101,102,116,61,101,44,116,46,115,99,114,111,108,108,84,111,112,61,110,41,125,102,117,110,99,116,105,111,110,32,78,116,40,116,44,101,44,110,41,123,105,101,40,116,41,63,116,46,115,99,114,111,108,108,66,121,40,101,44,110,41,58,40,116,46,115,99,114,111,108,108,76,101,102,116,43,61,101,44,116,46,115,99,114,111,108,108,84,111,112,43,61,110,41,125,102,117,110,99,116,105,111,110,32,122,116,40,116,41,123,114,101,116,117,114,110,40,114,116,63,90,46,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,40,116,41,58,116,46,99,117,114,114,101,110,116,83,116,121,108,101,41,124,124,123,125,125,102,117,110,99,116,105,111,110,32,86,116,40,116,44,101,44,110,41,123,105,102,40,105,101,40,116,41,41,114,101,116,117,114,110,32,90,91,34,105,110,110,101,114,34,43,101,93,124,124,101,116,46,98,111,100,121,91,34,99,108,105,101,110,116,34,43,101,93,59,105,102,40,111,101,40,116,41,41,123,118,97,114,32,114,61,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,44,105,61,116,46,98,111,100,121,59,114,101,116,117,114,110,32,77,97,116,104,46,109,97,120,40,105,91,34,115,99,114,111,108,108,34,43,101,93,44,114,91,34,115,99,114,111,108,108,34,43,101,93,44,105,91,34,111,102,102,115,101,116,34,43,101,93,44,114,91,34,111,102,102,115,101,116,34,43,101,93,44,114,91,34,99,108,105,101,110,116,34,43,101,93,41,125,118,97,114,32,111,61,48,59,105,102,40,34,114,101,99,116,34,61,61,61,110,41,123,118,97,114,32,97,61,116,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,59,111,61,34,87,105,100,116,104,34,61,61,61,101,63,97,46,114,105,103,104,116,45,97,46,108,101,102,116,58,97,46,98,111,116,116,111,109,45,97,46,116,111,112,125,101,108,115,101,32,111,61,34,111,102,102,115,101,116,34,61,61,61,110,63,116,91,34,111,102,102,115,101,116,34,43,101,93,124,124,116,91,34,99,108,105,101,110,116,34,43,101,93,58,116,91,34,99,108,105,101,110,116,34,43,101,93,124,124,116,91,34,111,102,102,115,101,116,34,43,101,93,59,105,102,40,111,41,114,101,116,117,114,110,32,111,59,118,97,114,32,115,61,122,116,40,116,41,91,101,46,116,111,76,111,119,101,114,67,97,115,101,40,41,93,59,114,101,116,117,114,110,126,115,46,105,110,100,101,120,79,102,40,34,112,120,34,41,38,38,112,97,114,115,101,70,108,111,97,116,40,115,41,124,124,48,125,102,117,110,99,116,105,111,110,32,72,116,40,116,41,123,114,101,116,117,114,110,32,86,116,40,116,44,34,87,105,100,116,104,34,44,34,99,108,105,101,110,116,34,41,125,102,117,110,99,116,105,111,110,32,85,116,40,116,41,123,114,101,116,117,114,110,32,86,116,40,116,44,34,72,101,105,103,104,116,34,44,34,99,108,105,101,110,116,34,41,125,102,117,110,99,116,105,111,110,32,87,116,40,116,41,123,114,101,116,117,114,110,32,86,116,40,116,44,34,87,105,100,116,104,34,44,34,111,102,102,115,101,116,34,41,125,102,117,110,99,116,105,111,110,32,113,116,40,116,41,123,114,101,116,117,114,110,32,86,116,40,116,44,34,72,101,105,103,104,116,34,44,34,111,102,102,115,101,116,34,41,125,102,117,110,99,116,105,111,110,32,71,116,40,116,41,123,114,101,116,117,114,110,32,86,116,40,116,44,34,87,105,100,116,104,34,44,34,114,101,99,116,34,41,125,102,117,110,99,116,105,111,110,32,89,116,40,116,41,123,114,101,116,117,114,110,32,86,116,40,116,44,34,72,101,105,103,104,116,34,44,34,114,101,99,116,34,41,125,102,117,110,99,116,105,111,110,32,75,116,40,116,41,123,114,101,116,117,114,110,123,119,105,100,116,104,58,87,116,40,116,41,44,104,101,105,103,104,116,58,113,116,40,116,41,125,125,102,117,110,99,116,105,111,110,32,88,116,40,116,41,123,114,101,116,117,114,110,123,119,105,100,116,104,58,71,116,40,116,41,44,104,101,105,103,104,116,58,89,116,40,116,41,125,125,118,97,114,32,90,116,61,123,118,101,114,116,105,99,97,108,58,123,115,116,97,114,116,80,111,115,49,58,34,116,111,112,34,44,101,110,100,80,111,115,49,58,34,98,111,116,116,111,109,34,44,115,105,122,101,49,58,34,104,101,105,103,104,116,34,44,115,116,97,114,116,80,111,115,50,58,34,108,101,102,116,34,44,101,110,100,80,111,115,50,58,34,114,105,103,104,116,34,44,115,105,122,101,50,58,34,119,105,100,116,104,34,125,44,104,111,114,105,122,111,110,116,97,108,58,123,115,116,97,114,116,80,111,115,49,58,34,108,101,102,116,34,44,101,110,100,80,111,115,49,58,34,114,105,103,104,116,34,44,115,105,122,101,49,58,34,119,105,100,116,104,34,44,115,116,97,114,116,80,111,115,50,58,34,116,111,112,34,44,101,110,100,80,111,115,50,58,34,98,111,116,116,111,109,34,44,115,105,122,101,50,58,34,104,101,105,103,104,116,34,125,125,59,102,117,110,99,116,105,111,110,32,74,116,40,116,41,123,114,101,116,117,114,110,32,90,116,91,116,63,104,116,58,102,116,93,125,102,117,110,99,116,105,111,110,32,81,116,40,116,41,123,102,111,114,40,118,97,114,32,101,61,91,93,44,110,61,49,59,110,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,110,43,43,41,101,91,110,45,49,93,61,97,114,103,117,109,101,110,116,115,91,110,93,59,114,101,116,117,114,110,32,101,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,116,91,110,93,61,101,91,110,93,125,41,41,44,116,125,102,117,110,99,116,105,111,110,32,116,101,40,116,44,101,41,123,114,101,116,117,114,110,32,81,116,40,123,125,44,103,116,44,116,44,101,41,125,102,117,110,99,116,105,111,110,32,101,101,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,108,101,110,103,116,104,63,116,58,91,48,93,125,102,117,110,99,116,105,111,110,32,110,101,40,116,41,123,114,101,116,117,114,110,32,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,81,116,40,123,125,44,116,41,125,41,41,125,102,117,110,99,116,105,111,110,32,114,101,40,116,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,90,46,106,81,117,101,114,121,38,38,116,32,105,110,115,116,97,110,99,101,111,102,32,90,46,106,81,117,101,114,121,124,124,116,46,99,111,110,115,116,114,117,99,116,111,114,46,112,114,111,116,111,116,121,112,101,46,106,113,117,101,114,121,38,38,116,46,116,111,65,114,114,97,121,125,102,117,110,99,116,105,111,110,32,105,101,40,116,41,123,114,101,116,117,114,110,32,116,61,61,61,90,125,102,117,110,99,116,105,111,110,32,111,101,40,116,41,123,114,101,116,117,114,110,32,57,61,61,61,116,46,110,111,100,101,84,121,112,101,125,102,117,110,99,116,105,111,110,32,97,101,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,116,46,108,101,110,103,116,104,44,114,61,110,45,49,59,114,62,61,48,59,45,45,114,41,116,91,114,93,61,101,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,115,101,40,116,41,123,114,101,116,117,114,110,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,116,125,102,117,110,99,116,105,111,110,32,99,101,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,116,46,108,101,110,103,116,104,44,114,61,48,59,114,60,110,59,43,43,114,41,105,102,40,101,40,116,91,114,93,41,41,114,101,116,117,114,110,32,116,91,114,93,59,114,101,116,117,114,110,32,110,117,108,108,125,102,117,110,99,116,105,111,110,32,117,101,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,116,46,108,101,110,103,116,104,44,114,61,110,45,49,59,114,62,61,48,59,45,45,114,41,105,102,40,101,40,116,91,114,93,41,41,114,101,116,117,114,110,32,116,91,114,93,59,114,101,116,117,114,110,32,110,117,108,108,125,102,117,110,99,116,105,111,110,32,108,101,40,116,41,123,118,97,114,32,101,61,91,93,44,110,61,123,125,59,114,101,116,117,114,110,32,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,114,61,116,46,103,114,111,117,112,75,101,121,44,105,61,110,91,114,93,59,105,124,124,40,105,61,123,103,114,111,117,112,75,101,121,58,114,44,105,116,101,109,115,58,91,93,125,44,110,91,114,93,61,105,44,101,46,112,117,115,104,40,105,41,41,44,105,46,105,116,101,109,115,46,112,117,115,104,40,116,41,125,41,41,44,101,125,102,117,110,99,116,105,111,110,32,102,101,40,116,41,123,116,46,111,114,103,83,105,122,101,61,110,117,108,108,44,116,46,115,105,122,101,61,110,117,108,108,125,102,117,110,99,116,105,111,110,32,104,101,40,116,44,101,41,123,114,101,116,117,114,110,123,101,108,58,101,44,103,114,111,117,112,75,101,121,58,116,44,109,111,117,110,116,101,100,58,33,49,44,110,101,101,100,85,112,100,97,116,101,58,33,48,44,99,111,110,116,101,110,116,58,101,63,101,46,111,117,116,101,114,72,84,77,76,58,34,34,44,114,101,99,116,58,123,116,111,112,58,100,116,44,108,101,102,116,58,100,116,125,125,125,102,117,110,99,116,105,111,110,32,100,101,40,116,44,101,41,123,79,98,106,101,99,116,46,107,101,121,115,40,65,116,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,116,91,110,93,124,124,40,116,91,110,93,61,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,44,114,61,91,93,44,105,61,48,59,105,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,105,43,43,41,114,91,105,93,61,97,114,103,117,109,101,110,116,115,91,105,93,59,118,97,114,32,111,61,40,116,61,116,104,105,115,91,101,93,41,91,110,93,46,97,112,112,108,121,40,116,44,114,41,59,114,101,116,117,114,110,32,111,61,61,61,116,104,105,115,91,101,93,63,116,104,105,115,58,111,125,41,125,41,41,125,102,117,110,99,116,105,111,110,32,112,101,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,99,108,97,115,115,76,105,115,116,63,116,46,99,108,97,115,115,76,105,115,116,46,99,111,110,116,97,105,110,115,40,101,41,58,33,33,116,46,99,108,97,115,115,78,97,109,101,46,109,97,116,99,104,40,110,101,119,32,82,101,103,69,120,112,40,34,40,92,92,115,124,94,41,34,43,101,43,34,40,92,92,115,124,36,41,34,41,41,125,102,117,110,99,116,105,111,110,32,118,101,40,116,44,101,41,123,116,46,99,108,97,115,115,76,105,115,116,63,116,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,101,41,58,116,46,99,108,97,115,115,78,97,109,101,43,61,34,32,34,43,101,125,102,117,110,99,116,105,111,110,32,103,101,40,116,41,123,114,101,116,117,114,110,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,125,102,117,110,99,116,105,111,110,32,109,101,40,116,44,101,41,123,114,101,116,117,114,110,32,77,97,116,104,46,109,97,120,40,116,45,101,91,49,93,44,101,91,48,93,45,116,44,48,41,43,49,125,118,97,114,32,98,101,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,41,123,116,104,105,115,46,95,103,114,111,117,112,115,61,91,93,44,116,104,105,115,46,95,103,114,111,117,112,75,101,121,115,61,123,125,125,118,97,114,32,101,61,116,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,116,46,116,111,73,116,101,109,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,104,101,40,101,44,116,41,125,41,41,125,44,116,46,112,108,117,99,107,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,116,46,99,111,110,99,97,116,40,110,91,101,93,41,125,41,44,91,93,41,125,44,101,46,99,108,101,97,114,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,95,103,114,111,117,112,115,61,91,93,44,116,104,105,115,46,95,103,114,111,117,112,75,101,121,115,61,123,125,125,44,101,46,103,101,116,83,116,97,116,117,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,95,103,114,111,117,112,115,44,114,61,77,97,116,104,46,109,97,120,40,116,104,105,115,46,105,110,100,101,120,79,102,40,116,41,44,48,41,44,105,61,116,104,105,115,46,105,110,100,101,120,79,102,40,101,41,43,49,124,124,110,46,108,101,110,103,116,104,59,114,101,116,117,114,110,123,95,100,97,116,97,58,110,46,115,108,105,99,101,40,114,44,105,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,105,116,101,109,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,123,125,59,114,101,116,117,114,110,32,67,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,110,32,105,110,32,116,38,38,40,101,91,110,93,61,116,91,110,93,41,125,41,41,44,101,125,41,41,44,110,61,81,116,40,123,125,44,116,41,59,114,101,116,117,114,110,32,110,46,105,116,101,109,115,61,101,44,110,125,41,41,125,125,44,101,46,115,101,116,83,116,97,116,117,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,46,95,100,97,116,97,59,116,104,105,115,46,99,108,101,97,114,40,41,44,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,101,46,105,110,115,101,114,116,71,114,111,117,112,40,116,44,110,41,125,41,41,125,44,101,46,115,105,122,101,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,103,114,111,117,112,115,46,108,101,110,103,116,104,125,44,101,46,102,105,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,95,103,114,111,117,112,115,59,105,102,40,110,46,108,101,110,103,116,104,41,123,118,97,114,32,114,61,101,63,34,108,101,102,116,34,58,34,116,111,112,34,59,48,33,61,61,116,38,38,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,101,46,105,116,101,109,115,44,105,61,101,46,111,117,116,108,105,110,101,115,59,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,46,114,101,99,116,91,114,93,45,61,116,125,41,41,44,105,46,115,116,97,114,116,61,105,46,115,116,97,114,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,45,116,125,41,41,44,105,46,101,110,100,61,105,46,101,110,100,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,45,116,125,41,41,125,41,41,125,125,44,101,46,112,108,117,99,107,61,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,118,97,114,32,105,61,115,101,40,110,41,63,116,104,105,115,46,95,103,114,111,117,112,115,58,116,104,105,115,46,115,108,105,99,101,71,114,111,117,112,115,40,110,44,40,115,101,40,114,41,63,110,58,114,41,43,49,41,59,114,101,116,117,114,110,32,116,46,112,108,117,99,107,40,105,44,101,41,125,44,101,46,103,101,116,79,117,116,108,105,110,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,95,103,114,111,117,112,115,91,116,93,59,114,101,116,117,114,110,32,110,63,110,46,111,117,116,108,105,110,101,115,91,101,93,58,91,93,125,44,101,46,103,101,116,69,100,103,101,73,110,100,101,120,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,102,111,114,40,118,97,114,32,114,61,34,115,116,97,114,116,34,61,61,61,116,63,34,109,105,110,34,58,34,109,97,120,34,44,105,61,45,49,44,111,61,34,115,116,97,114,116,34,61,61,61,116,63,49,47,48,58,45,49,47,48,44,97,61,101,59,97,60,61,110,59,97,43,43,41,123,118,97,114,32,115,61,77,97,116,104,91,114,93,46,97,112,112,108,121,40,77,97,116,104,44,116,104,105,115,46,103,101,116,79,117,116,108,105,110,101,40,97,44,116,41,41,59,40,34,115,116,97,114,116,34,61,61,61,116,38,38,111,62,115,124,124,34,101,110,100,34,61,61,61,116,38,38,111,60,115,41,38,38,40,111,61,115,44,105,61,97,41,125,114,101,116,117,114,110,32,105,125,44,101,46,103,101,116,69,100,103,101,86,97,108,117,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,46,103,101,116,71,114,111,117,112,40,116,104,105,115,46,103,101,116,69,100,103,101,73,110,100,101,120,40,116,44,101,44,110,41,41,59,105,102,40,114,41,123,118,97,114,32,105,61,114,46,111,117,116,108,105,110,101,115,91,116,93,59,105,102,40,105,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,77,97,116,104,91,34,115,116,97,114,116,34,61,61,61,116,63,34,109,105,110,34,58,34,109,97,120,34,93,46,97,112,112,108,121,40,77,97,116,104,44,105,41,125,114,101,116,117,114,110,32,48,125,44,101,46,99,108,101,97,114,79,117,116,108,105,110,101,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,45,49,41,44,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,45,49,41,59,118,97,114,32,110,61,116,104,105,115,46,103,101,116,71,114,111,117,112,115,40,41,59,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,116,60,61,114,38,38,114,60,61,101,124,124,40,110,46,105,116,101,109,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,114,101,99,116,46,116,111,112,61,100,116,44,116,46,114,101,99,116,46,108,101,102,116,61,100,116,125,41,41,44,110,46,111,117,116,108,105,110,101,115,46,115,116,97,114,116,61,91,93,44,110,46,111,117,116,108,105,110,101,115,46,101,110,100,61,91,93,41,125,41,41,125,44,101,46,103,101,116,77,97,120,69,100,103,101,86,97,108,117,101,61,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,61,116,104,105,115,46,95,103,114,111,117,112,115,44,101,61,116,46,108,101,110,103,116,104,44,110,61,101,45,49,59,110,62,61,48,59,45,45,110,41,123,118,97,114,32,114,61,116,91,110,93,46,111,117,116,108,105,110,101,115,46,101,110,100,59,105,102,40,114,46,108,101,110,103,116,104,41,123,118,97,114,32,105,61,77,97,116,104,46,109,97,120,46,97,112,112,108,121,40,77,97,116,104,44,114,41,59,114,101,116,117,114,110,32,105,125,125,114,101,116,117,114,110,32,48,125,44,101,46,112,114,101,112,101,110,100,71,114,111,117,112,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,115,101,114,116,71,114,111,117,112,40,116,44,48,41,125,44,101,46,97,112,112,101,110,100,71,114,111,117,112,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,115,101,114,116,71,114,111,117,112,40,116,44,116,104,105,115,46,95,103,114,111,117,112,115,46,108,101,110,103,116,104,41,125,44,101,46,105,110,115,101,114,116,71,114,111,117,112,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,105,102,40,101,60,48,41,114,101,116,117,114,110,32,116,104,105,115,46,97,112,112,101,110,100,71,114,111,117,112,40,116,41,59,118,97,114,32,114,61,116,46,105,116,101,109,115,124,124,91,93,44,105,61,74,40,74,40,123,111,117,116,108,105,110,101,115,58,123,115,116,97,114,116,58,91,93,44,101,110,100,58,91,93,125,125,44,116,41,44,123,105,116,101,109,115,58,91,93,44,110,101,101,100,85,112,100,97,116,101,58,33,48,125,41,59,114,101,116,117,114,110,32,116,104,105,115,46,95,103,114,111,117,112,115,46,115,112,108,105,99,101,40,101,44,48,44,105,41,44,116,104,105,115,46,95,103,114,111,117,112,75,101,121,115,91,105,46,103,114,111,117,112,75,101,121,93,61,105,44,114,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,114,41,123,110,46,105,110,115,101,114,116,40,116,44,101,44,114,41,125,41,41,44,105,125,44,101,46,115,121,110,99,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,95,103,114,111,117,112,115,44,114,61,116,104,105,115,46,95,103,114,111,117,112,75,101,121,115,44,105,61,108,101,40,116,41,44,111,61,100,40,110,44,105,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,103,114,111,117,112,75,101,121,125,41,41,44,97,61,111,46,114,101,109,111,118,101,100,44,115,61,111,46,97,100,100,101,100,44,99,61,111,46,109,97,105,110,116,97,105,110,101,100,59,97,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,110,91,116,93,59,101,38,38,100,101,108,101,116,101,32,114,91,101,46,103,114,111,117,112,75,101,121,93,125,41,41,59,118,97,114,32,117,61,91,93,59,114,101,116,117,114,110,32,99,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,91,48,93,59,117,46,112,117,115,104,40,110,91,101,93,41,125,41,41,44,116,104,105,115,46,95,103,114,111,117,112,115,61,117,44,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,105,110,115,101,114,116,71,114,111,117,112,40,105,91,116,93,44,116,41,125,41,41,44,99,46,114,101,118,101,114,115,101,40,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,116,91,49,93,59,101,46,115,121,110,99,73,116,101,109,115,40,110,44,105,91,110,93,46,105,116,101,109,115,41,125,41,41,44,111,125,44,101,46,105,110,115,101,114,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,45,49,41,44,118,111,105,100,32,48,61,61,61,110,38,38,40,110,61,45,49,41,59,118,97,114,32,114,61,116,46,103,114,111,117,112,75,101,121,44,105,61,116,104,105,115,46,95,103,114,111,117,112,115,44,111,61,116,104,105,115,46,95,103,114,111,117,112,75,101,121,115,44,97,61,40,101,62,45,49,63,105,91,101,93,58,111,91,114,93,41,124,124,116,104,105,115,46,105,110,115,101,114,116,71,114,111,117,112,40,123,103,114,111,117,112,75,101,121,58,114,125,44,101,41,59,105,102,40,33,97,41,114,101,116,117,114,110,32,110,117,108,108,59,97,46,110,101,101,100,85,112,100,97,116,101,61,33,48,59,118,97,114,32,115,61,74,40,123,99,111,110,116,101,110,116,58,34,34,44,109,111,117,110,116,101,100,58,33,49,44,110,101,101,100,85,112,100,97,116,101,58,33,48,44,114,101,99,116,58,123,116,111,112,58,100,116,44,108,101,102,116,58,100,116,125,125,44,116,41,44,99,61,97,46,105,116,101,109,115,59,114,101,116,117,114,110,45,49,61,61,61,110,63,99,46,112,117,115,104,40,115,41,58,99,46,115,112,108,105,99,101,40,110,44,48,44,115,41,44,115,125,44,101,46,114,101,109,111,118,101,71,114,111,117,112,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,103,114,111,117,112,115,46,115,112,108,105,99,101,40,116,44,49,41,91,48,93,59,114,101,116,117,114,110,32,101,63,40,100,101,108,101,116,101,32,116,104,105,115,46,95,103,114,111,117,112,75,101,121,115,91,101,46,103,114,111,117,112,75,101,121,93,44,101,41,58,110,117,108,108,125,44,101,46,114,101,109,111,118,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,103,101,116,71,114,111,117,112,40,116,41,44,114,61,110,117,108,108,44,105,61,91,93,59,114,101,116,117,114,110,32,110,63,40,110,46,110,101,101,100,85,112,100,97,116,101,61,33,48,44,105,61,110,46,105,116,101,109,115,46,115,112,108,105,99,101,40,101,44,49,41,44,110,46,105,116,101,109,115,46,108,101,110,103,116,104,124,124,40,114,61,116,104,105,115,46,114,101,109,111,118,101,71,114,111,117,112,40,116,41,41,44,123,105,116,101,109,115,58,105,44,103,114,111,117,112,58,114,125,41,58,123,105,116,101,109,115,58,105,44,103,114,111,117,112,58,114,125,125,44,101,46,105,110,100,101,120,79,102,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,45,49,59,102,111,114,40,118,97,114,32,101,61,34,34,43,40,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,63,116,46,103,114,111,117,112,75,101,121,58,116,41,44,110,61,116,104,105,115,46,95,103,114,111,117,112,115,44,114,61,110,46,108,101,110,103,116,104,44,105,61,48,59,105,60,114,59,43,43,105,41,105,102,40,101,61,61,61,34,34,43,110,91,105,93,46,103,114,111,117,112,75,101,121,41,114,101,116,117,114,110,32,105,59,114,101,116,117,114,110,45,49,125,44,101,46,105,110,100,101,120,101,115,79,102,69,108,101,109,101,110,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,103,101,116,65,116,116,114,105,98,117,116,101,40,112,116,41,44,110,61,116,104,105,115,46,105,110,100,101,120,79,102,40,123,103,114,111,117,112,75,101,121,58,101,125,41,44,114,61,45,49,59,105,102,40,110,62,45,49,41,102,111,114,40,118,97,114,32,105,61,116,104,105,115,46,103,101,116,71,114,111,117,112,40,110,41,44,111,61,105,46,105,116,101,109,115,46,108,101,110,103,116,104,44,97,61,48,59,97,60,111,59,97,43,43,41,105,102,40,105,46,105,116,101,109,115,91,97,93,46,101,108,61,61,61,116,41,123,114,61,97,59,98,114,101,97,107,125,114,101,116,117,114,110,123,103,114,111,117,112,73,110,100,101,120,58,110,44,105,116,101,109,73,110,100,101,120,58,114,125,125,44,101,46,115,108,105,99,101,71,114,111,117,112,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,103,114,111,117,112,115,46,115,108,105,99,101,40,116,44,101,41,125,44,101,46,103,101,116,71,114,111,117,112,115,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,103,114,111,117,112,115,125,44,101,46,103,101,116,71,114,111,117,112,66,121,75,101,121,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,103,114,111,117,112,75,101,121,115,91,116,93,125,44,101,46,103,101,116,71,114,111,117,112,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,103,114,111,117,112,115,91,116,93,125,44,101,46,115,121,110,99,73,116,101,109,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,105,102,40,101,46,108,101,110,103,116,104,41,123,118,97,114,32,114,61,116,104,105,115,46,103,101,116,71,114,111,117,112,40,116,41,46,105,116,101,109,115,44,105,61,100,40,114,44,101,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,105,116,101,109,75,101,121,125,41,41,44,111,61,105,46,97,100,100,101,100,44,97,61,105,46,109,97,105,110,116,97,105,110,101,100,44,115,61,105,46,99,104,97,110,103,101,100,44,99,61,105,46,114,101,109,111,118,101,100,44,117,61,116,104,105,115,46,95,103,114,111,117,112,115,91,116,93,44,108,61,91,93,59,97,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,116,91,48,93,44,105,61,116,91,49,93,44,111,61,114,91,110,93,44,97,61,101,91,105,93,59,81,116,40,111,44,97,41,44,108,46,112,117,115,104,40,111,41,125,41,41,44,117,46,105,116,101,109,115,61,108,44,40,115,46,108,101,110,103,116,104,124,124,99,46,108,101,110,103,116,104,41,38,38,40,117,46,110,101,101,100,85,112,100,97,116,101,61,33,48,41,44,111,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,114,41,123,110,46,105,110,115,101,114,116,40,101,91,114,93,44,116,44,114,41,125,41,41,125,101,108,115,101,32,116,104,105,115,46,114,101,109,111,118,101,71,114,111,117,112,40,116,41,125,44,116,125,40,41,59,102,117,110,99,116,105,111,110,32,121,101,40,116,41,123,116,91,84,116,43,34,45,112,114,111,112,101,114,116,121,34,93,61,34,34,44,116,91,84,116,43,34,45,100,117,114,97,116,105,111,110,34,93,61,34,34,44,116,91,80,116,93,61,34,34,125,102,117,110,99,116,105,111,110,32,119,101,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,101,63,40,110,46,108,101,102,116,33,61,61,114,46,108,101,102,116,124,124,110,46,116,111,112,33,61,61,114,46,116,111,112,41,38,38,40,116,91,84,116,43,34,45,112,114,111,112,101,114,116,121,34,93,61,80,116,43,34,44,119,105,100,116,104,44,104,101,105,103,104,116,34,44,116,91,84,116,43,34,45,100,117,114,97,116,105,111,110,34,93,61,101,43,34,115,34,44,116,91,80,116,93,61,34,116,114,97,110,115,108,97,116,101,40,34,43,40,110,46,108,101,102,116,45,114,46,108,101,102,116,41,43,34,112,120,44,34,43,40,110,46,116,111,112,45,114,46,116,111,112,41,43,34,112,120,41,34,44,33,48,41,58,40,121,101,40,116,41,44,33,49,41,125,102,117,110,99,116,105,111,110,32,95,101,40,116,41,123,118,97,114,32,101,61,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,34,46,34,43,99,116,41,59,105,102,40,101,41,114,101,116,117,114,110,32,101,46,115,116,121,108,101,46,112,111,115,105,116,105,111,110,61,34,114,101,108,97,116,105,118,101,34,44,101,46,115,116,121,108,101,46,104,101,105,103,104,116,61,34,49,48,48,37,34,44,101,59,118,97,114,32,110,61,101,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,59,110,46,99,108,97,115,115,78,97,109,101,61,99,116,44,110,46,115,116,121,108,101,46,112,111,115,105,116,105,111,110,61,34,114,101,108,97,116,105,118,101,34,44,110,46,115,116,121,108,101,46,104,101,105,103,104,116,61,34,49,48,48,37,34,59,102,111,114,40,118,97,114,32,114,61,116,46,99,104,105,108,100,114,101,110,44,105,61,114,46,108,101,110,103,116,104,44,111,61,48,59,111,60,105,59,111,43,43,41,110,46,97,112,112,101,110,100,67,104,105,108,100,40,114,91,48,93,41,59,114,101,116,117,114,110,32,116,46,97,112,112,101,110,100,67,104,105,108,100,40,110,41,44,110,125,118,97,114,32,120,101,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,116,44,101,41,123,116,104,105,115,46,111,112,116,105,111,110,115,61,123,117,115,101,79,102,102,115,101,116,58,33,49,44,105,115,69,113,117,97,108,83,105,122,101,58,33,49,44,105,115,67,111,110,115,116,97,110,116,83,105,122,101,58,33,49,44,104,111,114,105,122,111,110,116,97,108,58,33,49,44,99,111,110,116,97,105,110,101,114,58,33,49,44,112,101,114,99,101,110,116,97,103,101,58,33,49,125,44,116,104,105,115,46,95,115,105,122,101,61,123,99,111,110,116,97,105,110,101,114,58,45,49,44,118,105,101,119,58,45,49,44,118,105,101,119,112,111,114,116,58,45,49,44,105,116,101,109,58,110,117,108,108,125,44,116,104,105,115,46,95,111,114,103,83,116,121,108,101,61,123,125,44,116,104,105,115,46,95,105,115,83,105,122,101,80,101,114,99,101,110,116,97,103,101,61,33,49,44,116,104,105,115,46,95,105,115,80,111,115,80,101,114,99,101,110,116,97,103,101,61,33,49,44,81,116,40,116,104,105,115,46,111,112,116,105,111,110,115,44,101,41,44,116,104,105,115,46,95,105,110,105,116,40,116,41,44,116,104,105,115,46,114,101,115,105,122,101,40,41,125,118,97,114,32,101,61,116,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,116,46,114,101,109,111,118,101,73,116,101,109,115,61,102,117,110,99,116,105,111,110,40,101,41,123,101,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,46,101,108,38,38,40,116,46,114,101,109,111,118,101,69,108,101,109,101,110,116,40,101,46,101,108,41,44,101,46,101,108,61,110,117,108,108,41,125,41,41,125,44,116,46,114,101,109,111,118,101,69,108,101,109,101,110,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,38,38,116,46,112,97,114,101,110,116,78,111,100,101,59,101,38,38,101,46,114,101,109,111,118,101,67,104,105,108,100,40,116,41,125,44,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,46,108,101,110,103,116,104,41,123,118,97,114,32,101,61,116,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,116,46,101,108,125,41,41,59,105,102,40,101,46,108,101,110,103,116,104,41,123,118,97,114,32,110,61,77,116,40,101,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,110,116,101,110,116,59,114,101,116,117,114,110,32,101,46,114,101,112,108,97,99,101,40,47,94,91,92,115,92,117,70,69,70,70,93,43,124,91,92,115,92,117,70,69,70,70,93,43,36,47,103,44,34,34,41,125,41,41,46,106,111,105,110,40,34,34,41,44,33,48,41,59,101,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,108,61,110,91,101,93,125,41,41,125,125,125,44,101,46,103,101,116,83,116,97,116,117,115,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,99,115,115,84,101,120,116,58,116,104,105,115,46,99,111,110,116,97,105,110,101,114,46,115,116,121,108,101,46,99,115,115,84,101,120,116,44,95,115,105,122,101,58,81,116,40,123,125,44,116,104,105,115,46,95,115,105,122,101,41,125,125,44,101,46,115,101,116,83,116,97,116,117,115,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,99,111,110,116,97,105,110,101,114,46,115,116,121,108,101,46,99,115,115,84,101,120,116,61,116,46,99,115,115,84,101,120,116,44,81,116,40,116,104,105,115,46,95,115,105,122,101,44,116,46,95,115,105,122,101,41,125,44,101,46,117,112,100,97,116,101,83,105,122,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,111,112,116,105,111,110,115,44,110,61,101,46,105,115,69,113,117,97,108,83,105,122,101,44,114,61,101,46,105,115,67,111,110,115,116,97,110,116,83,105,122,101,44,105,61,101,46,117,115,101,79,102,102,115,101,116,44,111,61,116,104,105,115,46,95,115,105,122,101,59,114,101,116,117,114,110,32,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,101,108,63,40,110,38,38,33,111,46,105,116,101,109,38,38,40,111,46,105,116,101,109,61,105,63,75,116,40,116,46,101,108,41,58,88,116,40,116,46,101,108,41,41,44,116,46,115,105,122,101,61,110,38,38,81,116,40,123,125,44,111,46,105,116,101,109,41,124,124,114,38,38,116,46,111,114,103,83,105,122,101,38,38,116,46,111,114,103,83,105,122,101,46,119,105,100,116,104,38,38,81,116,40,123,125,44,116,46,111,114,103,83,105,122,101,41,124,124,40,105,63,75,116,40,116,46,101,108,41,58,88,116,40,116,46,101,108,41,41,44,116,46,111,114,103,83,105,122,101,38,38,116,46,111,114,103,83,105,122,101,46,119,105,100,116,104,38,38,116,46,111,114,103,83,105,122,101,46,104,101,105,103,104,116,124,124,40,116,46,111,114,103,83,105,122,101,61,81,116,40,123,125,44,116,46,115,105,122,101,41,41,44,116,41,58,116,125,41,41,125,44,101,46,99,114,101,97,116,101,65,110,100,73,110,115,101,114,116,61,102,117,110,99,116,105,111,110,40,101,44,110,41,123,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,115,40,101,41,44,116,104,105,115,46,114,101,110,100,101,114,73,116,101,109,115,40,101,41,44,116,104,105,115,46,95,105,110,115,101,114,116,40,101,44,110,41,125,44,101,46,114,101,110,100,101,114,73,116,101,109,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,46,114,101,110,100,101,114,73,116,101,109,40,116,44,116,46,114,101,99,116,44,101,41,125,41,41,125,44,101,46,114,101,110,100,101,114,73,116,101,109,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,59,105,102,40,116,46,101,108,41,123,118,97,114,32,105,61,116,46,101,108,44,111,61,116,46,112,114,101,118,82,101,99,116,44,97,61,105,46,115,116,121,108,101,59,105,102,40,105,46,115,101,116,65,116,116,114,105,98,117,116,101,40,112,116,44,34,34,43,116,46,103,114,111,117,112,75,101,121,41,44,97,46,112,111,115,105,116,105,111,110,61,34,97,98,115,111,108,117,116,101,34,44,116,104,105,115,46,95,114,101,110,100,101,114,40,91,34,119,105,100,116,104,34,44,34,104,101,105,103,104,116,34,93,44,101,44,97,41,44,110,38,38,84,116,38,38,111,41,123,105,102,40,119,101,40,97,44,110,44,101,44,111,41,44,105,91,108,116,93,41,114,101,116,117,114,110,59,105,91,108,116,93,61,33,48,44,70,116,40,105,44,106,116,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,46,114,101,99,116,59,121,101,40,97,41,44,114,46,95,114,101,110,100,101,114,40,91,34,108,101,102,116,34,44,34,116,111,112,34,93,44,101,44,97,41,44,116,46,112,114,101,118,82,101,99,116,61,101,44,105,91,108,116,93,61,33,49,125,41,41,125,101,108,115,101,32,116,104,105,115,46,95,114,101,110,100,101,114,40,91,34,108,101,102,116,34,44,34,116,111,112,34,93,44,101,44,97,41,44,116,46,112,114,101,118,82,101,99,116,61,101,125,125,44,101,46,103,101,116,86,105,101,119,83,105,122,101,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,115,105,122,101,46,118,105,101,119,125,44,101,46,103,101,116,86,105,101,119,112,111,114,116,83,105,122,101,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,115,105,122,101,46,118,105,101,119,112,111,114,116,125,44,101,46,103,101,116,67,111,110,116,97,105,110,101,114,83,105,122,101,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,115,105,122,101,46,99,111,110,116,97,105,110,101,114,125,44,101,46,115,101,116,67,111,110,116,97,105,110,101,114,83,105,122,101,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,115,105,122,101,46,99,111,110,116,97,105,110,101,114,61,116,44,116,104,105,115,46,99,111,110,116,97,105,110,101,114,46,115,116,121,108,101,91,116,104,105,115,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,63,34,119,105,100,116,104,34,58,34,104,101,105,103,104,116,34,93,61,116,43,34,112,120,34,125,44,101,46,114,101,115,105,122,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,44,101,61,116,104,105,115,46,118,105,101,119,44,110,61,116,104,105,115,46,95,99,97,108,99,83,105,122,101,40,41,59,105,102,40,48,33,61,61,110,41,123,118,97,114,32,114,61,110,33,61,61,116,104,105,115,46,95,115,105,122,101,46,118,105,101,119,112,111,114,116,59,114,101,116,117,114,110,32,114,38,38,40,116,104,105,115,46,95,115,105,122,101,61,123,118,105,101,119,58,45,49,44,99,111,110,116,97,105,110,101,114,58,45,49,44,118,105,101,119,112,111,114,116,58,110,44,105,116,101,109,58,110,117,108,108,125,41,44,116,104,105,115,46,95,115,105,122,101,46,118,105,101,119,61,116,63,72,116,40,101,41,58,85,116,40,101,41,44,114,125,125,44,101,46,105,115,78,101,101,100,101,100,82,101,115,105,122,101,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,99,97,108,99,83,105,122,101,40,41,33,61,61,116,104,105,115,46,95,115,105,122,101,46,118,105,101,119,112,111,114,116,125,44,101,46,99,108,101,97,114,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,111,110,116,97,105,110,101,114,46,105,110,110,101,114,72,84,77,76,61,34,34,44,116,104,105,115,46,99,111,110,116,97,105,110,101,114,46,115,116,121,108,101,91,116,104,105,115,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,63,34,119,105,100,116,104,34,58,34,104,101,105,103,104,116,34,93,61,34,34,44,116,104,105,115,46,95,115,105,122,101,61,123,105,116,101,109,58,110,117,108,108,44,118,105,101,119,112,111,114,116,58,45,49,44,99,111,110,116,97,105,110,101,114,58,45,49,44,118,105,101,119,58,45,49,125,125,44,101,46,100,101,115,116,114,111,121,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,108,101,97,114,40,41,59,118,97,114,32,116,44,101,61,116,104,105,115,46,111,112,116,105,111,110,115,46,99,111,110,116,97,105,110,101,114,59,102,111,114,40,116,32,105,110,32,116,104,105,115,46,95,111,114,103,83,116,121,108,101,41,116,104,105,115,91,101,63,34,118,105,101,119,34,58,34,99,111,110,116,97,105,110,101,114,34,93,46,115,116,121,108,101,91,116,93,61,116,104,105,115,46,95,111,114,103,83,116,121,108,101,91,116,93,59,33,48,61,61,61,101,38,38,116,104,105,115,46,99,111,110,116,97,105,110,101,114,46,112,97,114,101,110,116,78,111,100,101,46,114,101,109,111,118,101,67,104,105,108,100,40,116,104,105,115,46,99,111,110,116,97,105,110,101,114,41,125,44,101,46,95,105,110,105,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,77,116,40,116,41,44,110,61,122,116,40,101,41,44,114,61,116,104,105,115,46,111,112,116,105,111,110,115,44,105,61,114,46,99,111,110,116,97,105,110,101,114,44,111,61,114,46,104,111,114,105,122,111,110,116,97,108,44,97,61,114,46,112,101,114,99,101,110,116,97,103,101,59,105,102,40,97,38,38,40,116,104,105,115,46,95,105,115,83,105,122,101,80,101,114,99,101,110,116,97,103,101,61,33,48,61,61,61,97,124,124,97,46,105,110,100,101,120,79,102,40,34,115,105,122,101,34,41,62,45,49,44,116,104,105,115,46,95,105,115,80,111,115,80,101,114,99,101,110,116,97,103,101,61,33,48,61,61,61,97,124,124,97,46,105,110,100,101,120,79,102,40,34,112,111,115,105,116,105,111,110,34,41,62,45,49,41,44,34,115,116,97,116,105,99,34,61,61,61,110,46,112,111,115,105,116,105,111,110,38,38,40,116,104,105,115,46,95,111,114,103,83,116,121,108,101,46,112,111,115,105,116,105,111,110,61,101,46,115,116,121,108,101,46,112,111,115,105,116,105,111,110,44,101,46,115,116,121,108,101,46,112,111,115,105,116,105,111,110,61,34,114,101,108,97,116,105,118,101,34,41,44,105,41,123,118,97,114,32,115,61,111,63,91,34,88,34,44,34,89,34,93,58,91,34,89,34,44,34,88,34,93,59,116,104,105,115,46,95,111,114,103,83,116,121,108,101,46,111,118,101,114,102,108,111,119,88,61,101,46,115,116,121,108,101,46,111,118,101,114,102,108,111,119,88,44,116,104,105,115,46,95,111,114,103,83,116,121,108,101,46,111,118,101,114,102,108,111,119,89,61,101,46,115,116,121,108,101,46,111,118,101,114,102,108,111,119,89,44,101,46,115,116,121,108,101,91,34,111,118,101,114,102,108,111,119,34,43,115,91,48,93,93,61,34,115,99,114,111,108,108,34,44,101,46,115,116,121,108,101,91,34,111,118,101,114,102,108,111,119,34,43,115,91,49,93,93,61,34,104,105,100,100,101,110,34,44,116,104,105,115,46,118,105,101,119,61,101,44,116,104,105,115,46,99,111,110,116,97,105,110,101,114,61,33,48,61,61,61,105,63,95,101,40,116,104,105,115,46,118,105,101,119,41,58,105,125,101,108,115,101,32,116,104,105,115,46,118,105,101,119,61,90,44,116,104,105,115,46,99,111,110,116,97,105,110,101,114,61,101,125,44,101,46,95,105,110,115,101,114,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,44,105,61,116,104,105,115,46,99,111,110,116,97,105,110,101,114,44,111,61,101,116,46,99,114,101,97,116,101,68,111,99,117,109,101,110,116,70,114,97,103,109,101,110,116,40,41,59,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,38,38,114,46,114,101,110,100,101,114,73,116,101,109,40,116,44,110,41,44,101,63,111,46,97,112,112,101,110,100,67,104,105,108,100,40,116,46,101,108,41,58,111,46,105,110,115,101,114,116,66,101,102,111,114,101,40,116,46,101,108,44,111,46,102,105,114,115,116,67,104,105,108,100,41,125,41,41,44,101,63,105,46,97,112,112,101,110,100,67,104,105,108,100,40,111,41,58,105,46,105,110,115,101,114,116,66,101,102,111,114,101,40,111,44,105,46,102,105,114,115,116,67,104,105,108,100,41,125,44,101,46,95,99,97,108,99,83,105,122,101,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,63,85,116,40,116,104,105,115,46,99,111,110,116,97,105,110,101,114,41,58,72,116,40,116,104,105,115,46,99,111,110,116,97,105,110,101,114,41,125,44,101,46,95,114,101,110,100,101,114,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,46,95,105,115,83,105,122,101,80,101,114,99,101,110,116,97,103,101,44,105,61,116,104,105,115,46,95,105,115,80,111,115,80,101,114,99,101,110,116,97,103,101,44,111,61,116,104,105,115,46,103,101,116,86,105,101,119,112,111,114,116,83,105,122,101,40,41,44,97,61,116,104,105,115,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,59,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,32,105,110,32,101,41,123,118,97,114,32,115,61,97,38,38,40,114,38,38,34,104,101,105,103,104,116,34,61,61,61,116,124,124,105,38,38,34,116,111,112,34,61,61,61,116,41,44,99,61,33,97,38,38,40,114,38,38,34,119,105,100,116,104,34,61,61,61,116,124,124,105,38,38,34,108,101,102,116,34,61,61,61,116,41,59,110,91,116,93,61,115,124,124,99,63,101,91,116,93,47,111,42,49,48,48,43,34,37,34,58,101,91,116,93,43,34,112,120,34,125,125,41,41,125,44,116,125,40,41,59,102,117,110,99,116,105,111,110,32,79,101,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,46,105,116,101,109,115,44,111,61,116,46,111,117,116,108,105,110,101,115,44,97,61,111,46,115,116,97,114,116,44,115,61,111,46,101,110,100,59,105,102,40,48,61,61,61,97,46,108,101,110,103,116,104,124,124,48,61,61,61,115,46,108,101,110,103,116,104,124,124,33,105,46,108,101,110,103,116,104,124,124,33,105,91,48,93,46,101,108,41,114,101,116,117,114,110,32,50,59,118,97,114,32,99,61,77,97,116,104,46,109,105,110,46,97,112,112,108,121,40,77,97,116,104,44,97,41,44,117,61,77,97,116,104,46,109,97,120,46,97,112,112,108,121,40,77,97,116,104,44,115,41,59,114,101,116,117,114,110,32,114,43,101,60,99,63,49,58,110,45,101,62,117,63,45,49,58,48,125,118,97,114,32,83,101,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,116,44,101,41,123,116,104,105,115,46,111,112,116,105,111,110,115,61,81,116,40,123,117,115,101,82,101,99,121,99,108,101,58,33,48,44,116,104,114,101,115,104,111,108,100,58,49,48,48,44,97,112,112,101,110,100,58,102,117,110,99,116,105,111,110,40,41,123,125,44,112,114,101,112,101,110,100,58,102,117,110,99,116,105,111,110,40,41,123,125,44,114,101,99,121,99,108,101,58,102,117,110,99,116,105,111,110,40,41,123,125,125,44,101,41,44,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,61,116,44,116,104,105,115,46,99,108,101,97,114,40,41,125,118,97,114,32,101,61,116,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,101,46,115,101,116,83,105,122,101,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,115,116,97,116,117,115,46,115,105,122,101,61,116,125,44,101,46,115,121,110,99,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,115,116,97,116,117,115,44,110,61,101,46,115,116,97,114,116,67,117,114,115,111,114,44,114,61,101,46,101,110,100,67,117,114,115,111,114,44,105,61,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,44,111,61,105,46,115,108,105,99,101,71,114,111,117,112,115,40,110,44,114,43,49,41,44,97,61,98,101,46,112,108,117,99,107,40,111,44,34,105,116,101,109,115,34,41,44,115,61,105,46,115,121,110,99,40,116,41,44,99,61,99,101,40,111,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,103,114,111,117,112,75,101,121,59,114,101,116,117,114,110,32,105,46,103,101,116,71,114,111,117,112,66,121,75,101,121,40,101,41,125,41,41,44,117,61,117,101,40,111,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,103,114,111,117,112,75,101,121,59,114,101,116,117,114,110,32,105,46,103,101,116,71,114,111,117,112,66,121,75,101,121,40,101,41,125,41,41,44,108,61,99,63,105,46,105,110,100,101,120,79,102,40,99,41,58,45,49,44,102,61,117,63,105,46,105,110,100,101,120,79,102,40,117,41,58,45,49,59,105,102,40,108,62,45,49,38,38,102,62,45,49,41,123,118,97,114,32,104,61,77,97,116,104,46,109,105,110,40,108,44,102,41,44,112,61,77,97,116,104,46,109,97,120,40,108,44,102,41,59,108,61,104,44,102,61,112,125,101,108,115,101,32,102,62,45,49,63,108,61,102,58,108,62,45,49,38,38,40,102,61,108,41,59,105,102,40,101,46,115,116,97,114,116,67,117,114,115,111,114,61,108,44,101,46,101,110,100,67,117,114,115,111,114,61,102,44,115,46,114,101,109,111,118,101,100,46,108,101,110,103,116,104,62,48,41,114,101,116,117,114,110,34,114,101,108,97,121,111,117,116,34,59,118,97,114,32,118,61,105,46,112,108,117,99,107,40,34,105,116,101,109,115,34,44,110,44,114,41,44,103,61,100,40,97,44,118,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,105,116,101,109,75,101,121,59,114,101,116,117,114,110,32,101,125,41,41,44,109,61,103,46,97,100,100,101,100,44,98,61,103,46,114,101,109,111,118,101,100,44,121,61,103,46,99,104,97,110,103,101,100,59,114,101,116,117,114,110,33,109,46,108,101,110,103,116,104,38,38,40,121,46,108,101,110,103,116,104,62,48,124,124,98,46,108,101,110,103,116,104,62,48,41,63,34,108,97,121,111,117,116,34,58,34,34,125,44,101,46,114,101,99,121,99,108,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,104,105,115,46,111,112,116,105,111,110,115,46,117,115,101,82,101,99,121,99,108,101,38,38,34,110,117,109,98,101,114,34,61,61,61,116,121,112,101,111,102,32,116,41,123,118,97,114,32,110,61,116,104,105,115,46,95,115,116,97,116,117,115,44,114,61,110,46,115,116,97,114,116,67,117,114,115,111,114,44,105,61,110,46,101,110,100,67,117,114,115,111,114,44,111,61,110,46,115,105,122,101,59,105,102,40,45,49,33,61,61,114,38,38,45,49,33,61,61,105,41,123,118,97,114,32,97,61,116,43,111,44,115,61,116,104,105,115,46,111,112,116,105,111,110,115,44,99,61,115,46,116,104,114,101,115,104,111,108,100,44,117,61,115,46,114,101,99,121,99,108,101,44,108,61,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,115,108,105,99,101,71,114,111,117,112,115,40,114,44,105,43,49,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,101,40,101,44,99,44,116,44,97,41,125,41,41,44,102,61,108,46,108,101,110,103,116,104,44,104,61,101,63,48,58,108,46,108,97,115,116,73,110,100,101,120,79,102,40,48,41,44,100,61,101,63,108,46,105,110,100,101,120,79,102,40,48,41,45,49,58,108,46,108,101,110,103,116,104,45,49,59,101,124,124,45,49,61,61,61,104,124,124,40,104,43,61,49,41,44,104,60,48,124,124,100,60,48,124,124,104,62,100,124,124,100,45,104,43,49,62,61,102,124,124,40,104,61,114,43,104,44,100,61,114,43,100,44,101,63,116,104,105,115,46,115,101,116,67,117,114,115,111,114,40,34,115,116,97,114,116,34,44,100,43,49,41,58,116,104,105,115,46,115,101,116,67,117,114,115,111,114,40,34,101,110,100,34,44,104,45,49,41,44,117,40,123,115,116,97,114,116,58,104,44,101,110,100,58,100,125,41,41,125,125,125,44,101,46,115,99,114,111,108,108,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,103,101,116,67,117,114,115,111,114,115,40,41,44,110,61,101,91,48,93,44,114,61,101,91,49,93,44,105,61,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,59,105,102,40,34,110,117,109,98,101,114,34,61,61,61,116,121,112,101,111,102,32,116,38,38,45,49,33,61,61,110,38,38,45,49,33,61,61,114,38,38,105,46,115,105,122,101,40,41,41,123,118,97,114,32,111,61,116,104,105,115,46,95,115,116,97,116,117,115,46,115,105,122,101,44,97,61,116,104,105,115,46,111,112,116,105,111,110,115,44,115,61,97,46,116,104,114,101,115,104,111,108,100,44,99,61,97,46,97,112,112,101,110,100,44,117,61,97,46,112,114,101,112,101,110,100,44,108,61,105,46,103,101,116,71,114,111,117,112,115,40,41,44,102,61,116,43,111,44,104,61,77,97,116,104,46,109,97,120,46,97,112,112,108,121,40,77,97,116,104,44,108,91,110,93,46,111,117,116,108,105,110,101,115,46,115,116,97,114,116,41,44,100,61,77,97,116,104,46,109,105,110,46,97,112,112,108,121,40,77,97,116,104,44,108,91,114,93,46,111,117,116,108,105,110,101,115,46,101,110,100,41,44,112,61,108,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,114,61,101,46,111,117,116,108,105,110,101,115,44,105,61,114,46,115,116,97,114,116,44,111,61,114,46,101,110,100,59,105,102,40,33,105,46,108,101,110,103,116,104,124,124,33,111,46,108,101,110,103,116,104,41,114,101,116,117,114,110,33,49,59,118,97,114,32,97,61,77,97,116,104,46,109,105,110,46,97,112,112,108,121,40,77,97,116,104,44,105,41,44,99,61,77,97,116,104,46,109,97,120,46,97,112,112,108,121,40,77,97,116,104,44,111,41,59,114,101,116,117,114,110,32,97,45,115,60,61,102,38,38,116,60,61,99,43,115,125,41,41,44,118,61,112,46,105,110,100,101,120,79,102,40,33,48,41,44,103,61,112,46,108,97,115,116,73,110,100,101,120,79,102,40,33,48,41,59,105,102,40,126,118,38,38,118,60,110,41,117,40,123,99,97,99,104,101,58,108,46,115,108,105,99,101,40,118,44,77,97,116,104,46,109,105,110,40,110,44,103,43,49,41,41,125,41,59,101,108,115,101,32,105,102,40,114,60,103,41,99,40,123,99,97,99,104,101,58,108,46,115,108,105,99,101,40,77,97,116,104,46,109,97,120,40,118,44,114,43,49,41,44,103,43,49,41,125,41,59,101,108,115,101,123,118,97,114,32,109,61,108,46,115,108,105,99,101,40,114,43,49,44,114,43,50,41,44,98,61,108,46,115,108,105,99,101,40,110,45,49,44,110,41,44,121,61,116,60,61,104,43,115,59,102,62,61,100,45,115,38,38,40,33,121,124,124,109,46,108,101,110,103,116,104,124,124,33,98,46,108,101,110,103,116,104,41,63,99,40,123,99,97,99,104,101,58,109,125,41,58,121,38,38,117,40,123,99,97,99,104,101,58,98,125,41,125,125,125,44,101,46,115,101,116,67,117,114,115,111,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,95,115,116,97,116,117,115,44,114,61,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,44,105,61,114,46,115,105,122,101,40,41,59,105,102,40,33,116,104,105,115,46,111,112,116,105,111,110,115,46,117,115,101,82,101,99,121,99,108,101,41,123,105,102,40,110,46,115,116,97,114,116,67,117,114,115,111,114,61,48,44,114,46,103,101,116,79,117,116,108,105,110,101,40,105,45,49,44,34,101,110,100,34,41,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,118,111,105,100,40,110,46,101,110,100,67,117,114,115,111,114,61,105,45,49,41,59,105,102,40,34,101,110,100,34,33,61,61,116,41,114,101,116,117,114,110,125,34,115,116,97,114,116,34,61,61,61,116,63,110,46,115,116,97,114,116,67,117,114,115,111,114,61,101,58,110,46,101,110,100,67,117,114,115,111,114,61,77,97,116,104,46,109,105,110,40,105,45,49,44,101,41,44,110,46,115,116,97,114,116,67,117,114,115,111,114,61,77,97,116,104,46,109,97,120,40,48,44,110,46,115,116,97,114,116,67,117,114,115,111,114,41,125,44,101,46,115,101,116,83,116,97,116,117,115,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,115,116,97,116,117,115,61,81,116,40,116,104,105,115,46,95,115,116,97,116,117,115,44,116,41,125,44,101,46,103,101,116,83,116,97,116,117,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,95,115,116,97,116,117,115,44,114,61,110,46,115,116,97,114,116,67,117,114,115,111,114,44,105,61,110,46,101,110,100,67,117,114,115,111,114,44,111,61,110,46,115,105,122,101,44,97,61,77,97,116,104,46,109,97,120,40,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,105,110,100,101,120,79,102,40,116,41,44,48,41,44,115,61,40,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,105,110,100,101,120,79,102,40,101,41,43,49,124,124,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,115,105,122,101,40,41,41,45,49,44,99,61,77,97,116,104,46,109,97,120,40,114,45,97,44,126,114,63,48,58,45,49,41,44,117,61,77,97,116,104,46,109,97,120,40,77,97,116,104,46,109,105,110,40,105,45,97,44,115,45,97,41,44,99,41,59,114,101,116,117,114,110,123,115,116,97,114,116,67,117,114,115,111,114,58,99,44,101,110,100,67,117,114,115,111,114,58,117,44,115,105,122,101,58,111,125,125,44,101,46,103,101,116,69,100,103,101,79,117,116,108,105,110,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,115,116,97,116,117,115,44,110,61,101,46,115,116,97,114,116,67,117,114,115,111,114,44,114,61,101,46,101,110,100,67,117,114,115,111,114,59,114,101,116,117,114,110,45,49,61,61,61,110,124,124,45,49,61,61,61,114,63,91,93,58,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,103,101,116,79,117,116,108,105,110,101,40,34,115,116,97,114,116,34,61,61,61,116,63,110,58,114,44,116,41,125,44,101,46,103,101,116,69,100,103,101,86,97,108,117,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,103,101,116,69,100,103,101,79,117,116,108,105,110,101,40,116,41,59,114,101,116,117,114,110,32,101,46,108,101,110,103,116,104,63,77,97,116,104,91,34,115,116,97,114,116,34,61,61,61,116,63,34,109,105,110,34,58,34,109,97,120,34,93,46,97,112,112,108,121,40,77,97,116,104,44,101,41,58,48,125,44,101,46,103,101,116,86,105,115,105,98,108,101,73,116,101,109,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,95,115,116,97,116,117,115,44,101,61,116,46,115,116,97,114,116,67,117,114,115,111,114,44,110,61,116,46,101,110,100,67,117,114,115,111,114,59,114,101,116,117,114,110,32,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,112,108,117,99,107,40,34,105,116,101,109,115,34,44,101,44,110,41,125,44,101,46,103,101,116,67,117,114,115,111,114,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,95,115,116,97,116,117,115,59,114,101,116,117,114,110,91,116,46,115,116,97,114,116,67,117,114,115,111,114,44,116,46,101,110,100,67,117,114,115,111,114,93,125,44,101,46,103,101,116,67,117,114,115,111,114,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,115,116,97,116,117,115,91,34,115,116,97,114,116,34,61,61,61,116,63,34,115,116,97,114,116,67,117,114,115,111,114,34,58,34,101,110,100,67,117,114,115,111,114,34,93,125,44,101,46,103,101,116,86,105,115,105,98,108,101,68,97,116,97,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,95,115,116,97,116,117,115,44,101,61,116,46,115,116,97,114,116,67,117,114,115,111,114,44,110,61,116,46,101,110,100,67,117,114,115,111,114,59,114,101,116,117,114,110,32,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,115,108,105,99,101,71,114,111,117,112,115,40,101,44,110,43,49,41,125,44,101,46,114,101,109,111,118,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,95,115,116,97,116,117,115,44,114,61,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,44,105,61,110,46,115,116,97,114,116,67,117,114,115,111,114,44,111,61,110,46,101,110,100,67,117,114,115,111,114,44,97,61,114,46,114,101,109,111,118,101,40,116,44,101,41,59,114,101,116,117,114,110,32,97,46,103,114,111,117,112,38,38,40,116,60,105,38,38,116,104,105,115,46,115,101,116,67,117,114,115,111,114,40,34,115,116,97,114,116,34,44,105,45,49,41,44,116,60,61,111,38,38,116,104,105,115,46,115,101,116,67,117,114,115,111,114,40,34,101,110,100,34,44,111,45,49,41,41,44,114,46,115,105,122,101,40,41,124,124,40,110,46,115,116,97,114,116,67,117,114,115,111,114,61,45,49,44,110,46,101,110,100,67,117,114,115,111,114,61,45,49,41,44,97,125,44,101,46,99,108,101,97,114,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,95,115,116,97,116,117,115,61,123,115,116,97,114,116,67,117,114,115,111,114,58,45,49,44,101,110,100,67,117,114,115,111,114,58,45,49,44,115,105,122,101,58,45,49,125,125,44,116,125,40,41,59,102,117,110,99,116,105,111,110,32,107,101,40,116,44,101,41,123,114,101,116,117,114,110,126,116,46,105,110,100,101,120,79,102,40,101,41,125,118,97,114,32,67,101,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,116,44,101,44,110,44,114,41,123,116,104,105,115,46,95,105,110,102,105,110,105,116,101,61,116,44,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,61,101,44,116,104,105,115,46,95,114,101,110,100,101,114,101,114,61,110,44,116,104,105,115,46,111,112,116,105,111,110,115,61,114,125,118,97,114,32,101,61,116,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,101,46,115,101,116,76,97,121,111,117,116,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,108,97,121,111,117,116,61,116,125,44,101,46,114,101,110,100,101,114,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,104,105,115,59,118,111,105,100,32,48,61,61,61,110,38,38,40,110,61,98,101,46,112,108,117,99,107,40,101,44,34,105,116,101,109,115,34,41,41,59,118,97,114,32,111,61,114,63,101,58,101,46,114,101,118,101,114,115,101,40,41,44,97,61,91,93,44,115,61,91,93,44,99,61,110,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,101,108,125,41,41,44,117,61,116,104,105,115,46,111,112,116,105,111,110,115,46,97,116,116,114,105,98,117,116,101,80,114,101,102,105,120,44,108,61,110,101,119,32,89,40,123,112,114,101,102,105,120,58,117,125,41,59,114,101,116,117,114,110,32,116,104,105,115,46,105,109,61,108,44,108,46,99,104,101,99,107,40,99,41,44,108,46,111,110,40,34,112,114,101,82,101,97,100,121,34,44,40,102,117,110,99,116,105,111,110,40,41,123,105,46,95,105,116,101,109,77,97,110,97,103,101,114,38,38,105,46,95,112,114,101,82,101,97,100,121,40,116,44,111,44,110,44,114,41,125,41,41,46,111,110,40,34,101,114,114,111,114,34,44,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,101,46,116,97,114,103,101,116,44,111,61,101,46,105,110,100,101,120,59,105,46,95,105,116,101,109,77,97,110,97,103,101,114,38,38,105,46,95,101,114,114,111,114,40,116,44,115,44,97,44,114,44,110,44,111,41,125,41,41,46,111,110,40,34,114,101,97,100,121,69,108,101,109,101,110,116,34,44,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,110,91,101,46,105,110,100,101,120,93,59,114,46,110,101,101,100,85,112,100,97,116,101,61,33,49,44,101,46,104,97,115,76,111,97,100,105,110,103,38,38,101,46,105,115,80,114,101,82,101,97,100,121,79,118,101,114,38,38,105,46,95,114,101,97,100,121,69,108,101,109,101,110,116,40,116,44,110,91,101,46,105,110,100,101,120,93,41,125,41,41,46,111,110,40,34,114,101,97,100,121,34,44,40,102,117,110,99,116,105,111,110,40,41,123,105,46,95,105,116,101,109,77,97,110,97,103,101,114,38,38,105,46,95,114,101,97,100,121,40,116,44,115,44,97,44,110,41,125,41,41,44,116,125,44,101,46,100,101,115,116,114,111,121,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,109,38,38,116,104,105,115,46,105,109,46,100,101,115,116,114,111,121,40,41,125,44,101,46,95,112,114,101,82,101,97,100,121,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,104,105,115,44,111,61,116,104,105,115,46,95,105,110,102,105,110,105,116,101,44,97,61,116,104,105,115,46,95,108,97,121,111,117,116,44,115,61,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,44,99,61,114,63,34,101,110,100,34,58,34,115,116,97,114,116,34,44,117,61,114,63,34,115,116,97,114,116,34,58,34,101,110,100,34,44,108,61,115,46,105,110,100,101,120,79,102,40,101,91,48,93,41,44,102,61,115,46,103,101,116,71,114,111,117,112,40,108,41,44,104,61,115,46,103,101,116,71,114,111,117,112,40,108,43,40,114,63,45,49,58,49,41,41,44,100,61,91,48,93,59,104,63,100,61,104,46,111,117,116,108,105,110,101,115,91,99,93,58,102,38,38,40,100,61,102,46,111,117,116,108,105,110,101,115,91,117,93,41,44,116,104,105,115,46,95,114,101,110,100,101,114,101,114,46,117,112,100,97,116,101,83,105,122,101,40,110,41,44,101,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,111,117,116,108,105,110,101,115,91,117,93,44,110,61,116,46,110,101,101,100,85,112,100,97,116,101,124,124,33,100,46,108,101,110,103,116,104,124,124,100,46,108,101,110,103,116,104,33,61,61,101,46,108,101,110,103,116,104,124,124,33,100,46,101,118,101,114,121,40,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,116,61,61,61,101,91,110,93,125,41,41,59,105,102,40,33,110,41,114,101,116,117,114,110,32,100,61,116,46,111,117,116,108,105,110,101,115,91,99,93,44,118,111,105,100,32,105,46,95,114,101,110,100,101,114,101,114,46,114,101,110,100,101,114,73,116,101,109,115,40,116,46,105,116,101,109,115,41,59,118,97,114,32,111,61,116,46,105,116,101,109,115,44,115,61,97,91,114,63,34,97,112,112,101,110,100,34,58,34,112,114,101,112,101,110,100,34,93,40,111,44,100,44,33,48,41,59,81,116,40,116,44,115,41,44,105,46,95,114,101,110,100,101,114,101,114,46,114,101,110,100,101,114,73,116,101,109,115,40,115,46,105,116,101,109,115,41,44,100,61,115,46,111,117,116,108,105,110,101,115,91,99,93,44,116,46,110,101,101,100,85,112,100,97,116,101,61,33,49,125,41,41,59,118,97,114,32,112,61,77,97,116,104,46,109,97,120,40,111,46,103,101,116,67,117,114,115,111,114,40,34,115,116,97,114,116,34,41,44,48,41,44,118,61,77,97,116,104,46,109,97,120,40,111,46,103,101,116,67,117,114,115,111,114,40,34,101,110,100,34,41,44,48,41,44,103,61,115,46,105,110,100,101,120,79,102,40,101,91,48,93,46,103,114,111,117,112,75,101,121,41,44,109,61,115,46,105,110,100,101,120,79,102,40,101,91,101,46,108,101,110,103,116,104,45,49,93,46,103,114,111,117,112,75,101,121,41,44,98,61,33,48,59,105,102,40,40,103,62,118,43,49,124,124,109,60,112,45,49,41,38,38,40,98,61,33,49,41,44,98,38,38,40,114,63,40,103,61,112,44,109,61,77,97,116,104,46,109,97,120,40,118,44,109,41,41,58,40,103,61,77,97,116,104,46,109,97,120,40,77,97,116,104,46,109,105,110,40,112,44,103,41,44,48,41,44,109,61,118,41,41,44,103,62,109,41,123,118,97,114,32,121,61,103,59,103,61,109,44,109,61,121,125,116,46,116,114,105,103,103,101,114,40,34,114,101,110,100,101,114,67,111,109,112,108,101,116,101,34,44,123,115,116,97,114,116,58,103,44,101,110,100,58,109,125,41,44,116,46,116,114,105,103,103,101,114,40,34,108,97,121,111,117,116,67,111,109,112,108,101,116,101,34,44,123,105,116,101,109,115,58,98,101,46,112,108,117,99,107,40,101,44,34,105,116,101,109,115,34,41,44,105,115,65,112,112,101,110,100,58,33,33,114,125,41,125,44,101,46,95,101,114,114,111,114,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,44,111,41,123,118,97,114,32,97,61,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,44,115,61,105,91,111,93,44,99,61,115,46,101,108,44,117,61,116,104,105,115,46,111,112,116,105,111,110,115,46,97,116,116,114,105,98,117,116,101,80,114,101,102,105,120,44,108,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,33,107,101,40,101,44,99,41,41,123,101,46,112,117,115,104,40,99,41,59,118,97,114,32,116,61,110,46,105,110,100,101,120,79,102,40,111,41,59,45,49,33,61,61,116,38,38,110,46,115,112,108,105,99,101,40,116,44,49,41,125,125,44,102,61,102,117,110,99,116,105,111,110,40,41,123,114,33,61,61,99,63,107,101,40,101,44,99,41,124,124,40,114,46,112,97,114,101,110,116,78,111,100,101,46,114,101,109,111,118,101,67,104,105,108,100,40,114,41,44,115,46,99,111,110,116,101,110,116,61,99,46,111,117,116,101,114,72,84,77,76,44,107,101,40,110,44,111,41,124,124,110,46,112,117,115,104,40,111,41,41,58,108,40,41,125,44,104,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,107,101,40,101,44,99,41,41,123,105,102,40,116,41,105,102,40,76,116,40,116,41,124,124,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,41,123,118,97,114,32,105,61,114,46,112,97,114,101,110,116,78,111,100,101,59,105,46,105,110,115,101,114,116,66,101,102,111,114,101,40,77,116,40,116,41,44,114,41,44,105,46,114,101,109,111,118,101,67,104,105,108,100,40,114,41,44,115,46,99,111,110,116,101,110,116,61,99,46,111,117,116,101,114,72,84,77,76,125,101,108,115,101,32,114,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,73,109,97,103,101,69,108,101,109,101,110,116,38,38,40,114,46,115,114,99,61,116,44,114,46,103,101,116,65,116,116,114,105,98,117,116,101,40,117,43,34,119,105,100,116,104,34,41,38,38,40,114,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,117,43,34,119,105,100,116,104,34,41,44,114,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,117,43,34,104,101,105,103,104,116,34,41,41,41,59,115,46,99,111,110,116,101,110,116,61,99,46,111,117,116,101,114,72,84,77,76,44,107,101,40,110,44,111,41,124,124,110,46,112,117,115,104,40,111,41,125,125,44,100,61,102,117,110,99,116,105,111,110,40,116,41,123,107,101,40,101,44,99,41,124,124,40,99,46,105,110,110,101,114,72,84,77,76,61,116,44,115,46,99,111,110,116,101,110,116,61,99,46,111,117,116,101,114,72,84,77,76,44,107,101,40,110,44,111,41,124,124,110,46,112,117,115,104,40,111,41,41,125,44,112,61,97,46,112,108,117,99,107,40,34,105,116,101,109,115,34,41,46,105,110,100,101,120,79,102,40,115,41,59,114,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,73,109,97,103,101,69,108,101,109,101,110,116,38,38,116,46,116,114,105,103,103,101,114,40,34,105,109,97,103,101,69,114,114,111,114,34,44,123,116,97,114,103,101,116,58,114,44,101,108,101,109,101,110,116,58,99,44,105,116,101,109,115,58,105,44,105,116,101,109,58,115,44,105,116,101,109,73,110,100,101,120,58,111,44,114,101,112,108,97,99,101,58,104,44,114,101,112,108,97,99,101,73,116,101,109,58,100,44,114,101,109,111,118,101,58,102,44,114,101,109,111,118,101,73,116,101,109,58,108,44,116,111,116,97,108,73,110,100,101,120,58,112,125,41,44,116,46,116,114,105,103,103,101,114,40,34,99,111,110,116,101,110,116,69,114,114,111,114,34,44,123,116,97,114,103,101,116,58,114,44,101,108,101,109,101,110,116,58,99,44,105,116,101,109,115,58,105,44,105,116,101,109,58,115,44,105,116,101,109,73,110,100,101,120,58,111,44,114,101,112,108,97,99,101,58,104,44,114,101,112,108,97,99,101,73,116,101,109,58,100,44,114,101,109,111,118,101,58,102,44,114,101,109,111,118,101,73,116,101,109,58,108,44,116,111,116,97,108,73,110,100,101,120,58,112,125,41,125,44,101,46,95,114,101,97,100,121,69,108,101,109,101,110,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,116,114,105,103,103,101,114,40,34,114,101,97,100,121,69,108,101,109,101,110,116,34,44,123,105,116,101,109,58,101,125,41,125,44,101,46,95,114,101,97,100,121,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,104,105,115,44,111,61,116,104,105,115,46,111,112,116,105,111,110,115,46,97,116,116,114,105,98,117,116,101,80,114,101,102,105,120,44,97,61,101,46,108,101,110,103,116,104,44,115,61,110,46,108,101,110,103,116,104,59,105,102,40,97,124,124,115,41,123,118,97,114,32,99,61,110,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,91,116,93,125,41,41,59,115,63,110,101,119,32,89,40,123,112,114,101,102,105,120,58,111,125,41,46,99,104,101,99,107,40,99,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,101,108,125,41,41,41,46,111,110,40,34,114,101,97,100,121,34,44,40,102,117,110,99,116,105,111,110,40,41,123,105,46,95,114,101,110,100,101,114,101,114,46,117,112,100,97,116,101,83,105,122,101,40,99,41,44,116,46,116,114,105,103,103,101,114,40,34,114,101,97,100,121,34,44,123,114,101,109,111,118,101,58,101,44,108,97,121,111,117,116,58,33,48,125,41,125,41,41,58,116,46,116,114,105,103,103,101,114,40,34,114,101,97,100,121,34,44,123,114,101,109,111,118,101,58,101,44,108,97,121,111,117,116,58,33,48,125,41,125,101,108,115,101,32,116,46,116,114,105,103,103,101,114,40,34,114,101,97,100,121,34,44,123,114,101,109,111,118,101,58,91,93,125,41,125,44,116,125,40,41,44,80,101,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,123,125,41,44,116,104,105,115,46,95,114,101,115,105,122,101,84,105,109,101,114,61,48,44,116,104,105,115,46,95,109,97,120,82,101,115,105,122,101,68,101,98,111,117,110,99,101,84,105,109,101,114,61,48,44,116,104,105,115,46,95,99,111,110,116,97,105,110,101,114,79,102,102,115,101,116,61,48,44,116,104,105,115,46,95,105,115,83,99,114,111,108,108,73,115,115,117,101,61,97,116,44,116,104,105,115,46,95,112,114,101,118,80,111,115,61,110,117,108,108,44,116,104,105,115,46,95,111,110,67,104,101,99,107,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,110,46,103,101,116,83,99,114,111,108,108,80,111,115,40,41,44,101,61,110,46,103,101,116,79,114,103,83,99,114,111,108,108,80,111,115,40,41,59,110,46,115,101,116,83,99,114,111,108,108,80,111,115,40,101,41,59,118,97,114,32,114,61,110,46,103,101,116,83,99,114,111,108,108,80,111,115,40,41,59,110,117,108,108,61,61,61,116,124,124,110,46,95,105,115,83,99,114,111,108,108,73,115,115,117,101,38,38,48,61,61,61,101,124,124,116,61,61,61,114,63,101,38,38,40,110,46,95,105,115,83,99,114,111,108,108,73,115,115,117,101,61,33,49,41,58,40,110,46,95,105,115,83,99,114,111,108,108,73,115,115,117,101,61,33,49,44,110,46,111,112,116,105,111,110,115,46,99,104,101,99,107,40,123,105,115,70,111,114,119,97,114,100,58,116,60,114,44,115,99,114,111,108,108,80,111,115,58,114,44,111,114,103,83,99,114,111,108,108,80,111,115,58,101,44,104,111,114,105,122,111,110,116,97,108,58,110,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,125,41,41,125,44,116,104,105,115,46,95,111,110,82,101,115,105,122,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,110,46,111,112,116,105,111,110,115,44,101,61,116,46,114,101,115,105,122,101,68,101,98,111,117,110,99,101,44,114,61,116,46,109,97,120,82,101,115,105,122,101,68,101,98,111,117,110,99,101,44,105,61,102,117,110,99,116,105,111,110,40,41,123,99,108,101,97,114,84,105,109,101,111,117,116,40,110,46,95,114,101,115,105,122,101,84,105,109,101,114,41,44,99,108,101,97,114,84,105,109,101,111,117,116,40,110,46,95,109,97,120,82,101,115,105,122,101,68,101,98,111,117,110,99,101,84,105,109,101,114,41,44,110,46,95,109,97,120,82,101,115,105,122,101,68,101,98,111,117,110,99,101,84,105,109,101,114,61,48,44,110,46,95,114,101,115,105,122,101,84,105,109,101,114,61,48,44,110,46,114,101,115,105,122,101,40,41,44,110,46,111,112,116,105,111,110,115,46,114,101,115,105,122,101,40,41,125,59,33,110,46,95,109,97,120,82,101,115,105,122,101,68,101,98,111,117,110,99,101,84,105,109,101,114,38,38,114,62,61,101,38,38,40,110,46,95,109,97,120,82,101,115,105,122,101,68,101,98,111,117,110,99,101,84,105,109,101,114,61,90,46,115,101,116,84,105,109,101,111,117,116,40,105,44,114,41,41,44,110,46,95,114,101,115,105,122,101,84,105,109,101,114,38,38,40,99,108,101,97,114,84,105,109,101,111,117,116,40,110,46,95,114,101,115,105,122,101,84,105,109,101,114,41,44,110,46,95,114,101,115,105,122,101,84,105,109,101,114,61,48,41,44,110,46,95,114,101,115,105,122,101,84,105,109,101,114,61,90,46,115,101,116,84,105,109,101,111,117,116,40,105,44,101,41,125,44,81,116,40,116,104,105,115,46,111,112,116,105,111,110,115,61,123,99,111,110,116,97,105,110,101,114,58,116,44,114,101,115,105,122,101,58,102,117,110,99,116,105,111,110,40,41,123,125,44,99,104,101,99,107,58,102,117,110,99,116,105,111,110,40,41,123,125,44,105,115,79,118,101,114,102,108,111,119,83,99,114,111,108,108,58,33,49,44,104,111,114,105,122,111,110,116,97,108,58,33,49,44,114,101,115,105,122,101,68,101,98,111,117,110,99,101,58,49,48,48,44,109,97,120,82,101,115,105,122,101,68,101,98,111,117,110,99,101,58,48,125,44,101,41,44,116,104,105,115,46,95,118,105,101,119,61,116,44,116,104,105,115,46,97,116,116,97,99,104,69,118,101,110,116,40,41,44,116,104,105,115,46,114,101,115,105,122,101,40,41,44,116,104,105,115,46,115,101,116,83,99,114,111,108,108,80,111,115,40,41,125,118,97,114,32,101,61,116,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,101,46,103,101,116,83,116,97,116,117,115,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,95,112,114,101,118,80,111,115,58,116,104,105,115,46,95,112,114,101,118,80,111,115,44,115,99,114,111,108,108,80,111,115,58,116,104,105,115,46,103,101,116,79,114,103,83,99,114,111,108,108,80,111,115,40,41,125,125,44,101,46,115,101,116,83,116,97,116,117,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,33,48,41,44,116,104,105,115,46,95,112,114,101,118,80,111,115,61,116,46,95,112,114,101,118,80,111,115,44,101,38,38,116,104,105,115,46,115,99,114,111,108,108,84,111,40,116,46,115,99,114,111,108,108,80,111,115,41,125,44,101,46,115,99,114,111,108,108,66,121,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,63,91,116,44,48,93,58,91,48,44,116,93,59,78,116,40,116,104,105,115,46,95,118,105,101,119,44,101,91,48,93,44,101,91,49,93,41,44,116,104,105,115,46,115,101,116,83,99,114,111,108,108,80,111,115,40,41,125,44,101,46,115,99,114,111,108,108,84,111,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,63,91,116,44,48,93,58,91,48,44,116,93,59,82,116,40,116,104,105,115,46,95,118,105,101,119,44,101,91,48,93,44,101,91,49,93,41,125,44,101,46,103,101,116,83,99,114,111,108,108,80,111,115,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,112,114,101,118,80,111,115,125,44,101,46,115,101,116,83,99,114,111,108,108,80,111,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,116,104,105,115,46,103,101,116,79,114,103,83,99,114,111,108,108,80,111,115,40,41,41,44,116,104,105,115,46,95,112,114,101,118,80,111,115,61,116,45,116,104,105,115,46,103,101,116,67,111,110,116,97,105,110,101,114,79,102,102,115,101,116,40,41,125,44,101,46,97,116,116,97,99,104,69,118,101,110,116,61,102,117,110,99,116,105,111,110,40,41,123,73,116,40,116,104,105,115,46,95,118,105,101,119,44,34,115,99,114,111,108,108,34,44,116,104,105,115,46,95,111,110,67,104,101,99,107,41,44,73,116,40,90,44,34,114,101,115,105,122,101,34,44,116,104,105,115,46,95,111,110,82,101,115,105,122,101,41,125,44,101,46,103,101,116,79,114,103,83,99,114,111,108,108,80,111,115,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,66,116,40,116,104,105,115,46,95,118,105,101,119,44,116,104,105,115,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,41,125,44,101,46,114,101,115,101,116,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,95,112,114,101,118,80,111,115,61,110,117,108,108,125,44,101,46,103,101,116,67,111,110,116,97,105,110,101,114,79,102,102,115,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,99,111,110,116,97,105,110,101,114,79,102,102,115,101,116,125,44,101,46,114,101,115,105,122,101,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,95,99,111,110,116,97,105,110,101,114,79,102,102,115,101,116,61,116,104,105,115,46,111,112,116,105,111,110,115,46,105,115,79,118,101,114,102,108,111,119,83,99,114,111,108,108,63,48,58,116,104,105,115,46,95,103,101,116,79,102,102,115,101,116,40,41,125,44,101,46,100,101,116,97,99,104,69,118,101,110,116,61,102,117,110,99,116,105,111,110,40,41,123,36,116,40,116,104,105,115,46,95,118,105,101,119,44,34,115,99,114,111,108,108,34,44,116,104,105,115,46,95,111,110,67,104,101,99,107,41,44,36,116,40,90,44,34,114,101,115,105,122,101,34,44,116,104,105,115,46,95,111,110,82,101,115,105,122,101,41,125,44,101,46,100,101,115,116,114,111,121,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,101,116,97,99,104,69,118,101,110,116,40,41,44,116,104,105,115,46,114,101,115,101,116,40,41,125,44,101,46,95,103,101,116,79,102,102,115,101,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,111,112,116,105,111,110,115,44,101,61,116,46,99,111,110,116,97,105,110,101,114,44,110,61,116,46,104,111,114,105,122,111,110,116,97,108,44,114,61,101,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,59,114,101,116,117,114,110,32,114,91,110,63,34,108,101,102,116,34,58,34,116,111,112,34,93,43,116,104,105,115,46,103,101,116,79,114,103,83,99,114,111,108,108,80,111,115,40,41,125,44,116,125,40,41,44,84,101,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,101,44,110,41,123,118,97,114,32,114,61,116,46,99,97,108,108,40,116,104,105,115,41,124,124,116,104,105,115,59,114,46,95,108,111,97,100,105,110,103,66,97,114,61,123,125,44,114,46,95,114,101,113,117,101,115,116,71,114,111,117,112,115,61,91,93,44,81,116,40,114,46,111,112,116,105,111,110,115,61,74,40,123,125,44,118,116,41,44,110,41,44,107,116,38,38,40,114,46,111,112,116,105,111,110,115,46,117,115,101,70,105,116,61,33,49,41,44,115,116,38,38,40,114,46,111,112,116,105,111,110,115,46,105,115,79,118,101,114,102,108,111,119,83,99,114,111,108,108,61,33,49,41,44,114,46,95,114,101,115,101,116,40,41,59,118,97,114,32,105,61,114,46,111,112,116,105,111,110,115,44,111,61,105,46,105,115,79,118,101,114,102,108,111,119,83,99,114,111,108,108,44,97,61,105,46,105,115,69,113,117,97,108,83,105,122,101,44,115,61,105,46,105,115,67,111,110,115,116,97,110,116,83,105,122,101,44,99,61,105,46,104,111,114,105,122,111,110,116,97,108,44,117,61,105,46,116,104,114,101,115,104,111,108,100,44,108,61,105,46,117,115,101,82,101,99,121,99,108,101,44,102,61,105,46,97,116,116,114,105,98,117,116,101,80,114,101,102,105,120,44,104,61,105,46,114,101,115,105,122,101,68,101,98,111,117,110,99,101,44,100,61,105,46,109,97,120,82,101,115,105,122,101,68,101,98,111,117,110,99,101,44,112,61,105,46,112,101,114,99,101,110,116,97,103,101,44,118,61,105,46,117,115,101,79,102,102,115,101,116,59,114,101,116,117,114,110,32,114,46,95,105,116,101,109,77,97,110,97,103,101,114,61,110,101,119,32,98,101,44,114,46,95,114,101,110,100,101,114,101,114,61,110,101,119,32,120,101,40,101,44,123,105,115,69,113,117,97,108,83,105,122,101,58,97,44,105,115,67,111,110,115,116,97,110,116,83,105,122,101,58,115,44,104,111,114,105,122,111,110,116,97,108,58,99,44,99,111,110,116,97,105,110,101,114,58,111,44,112,101,114,99,101,110,116,97,103,101,58,112,44,117,115,101,79,102,102,115,101,116,58,118,125,41,44,114,46,95,119,97,116,99,104,101,114,61,110,101,119,32,80,101,40,114,46,95,114,101,110,100,101,114,101,114,46,118,105,101,119,44,123,114,101,115,105,122,101,68,101,98,111,117,110,99,101,58,104,44,109,97,120,82,101,115,105,122,101,68,101,98,111,117,110,99,101,58,100,44,105,115,79,118,101,114,102,108,111,119,83,99,114,111,108,108,58,111,44,104,111,114,105,122,111,110,116,97,108,58,99,44,99,111,110,116,97,105,110,101,114,58,114,46,95,114,101,110,100,101,114,101,114,46,99,111,110,116,97,105,110,101,114,44,114,101,115,105,122,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,46,95,111,110,82,101,115,105,122,101,40,41,125,44,99,104,101,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,46,95,111,110,67,104,101,99,107,40,116,41,125,125,41,44,114,46,95,105,110,102,105,110,105,116,101,61,110,101,119,32,83,101,40,114,46,95,105,116,101,109,77,97,110,97,103,101,114,44,123,117,115,101,82,101,99,121,99,108,101,58,108,44,116,104,114,101,115,104,111,108,100,58,117,44,97,112,112,101,110,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,46,95,114,101,113,117,101,115,116,65,112,112,101,110,100,40,116,41,125,44,112,114,101,112,101,110,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,46,95,114,101,113,117,101,115,116,80,114,101,112,101,110,100,40,116,41,125,44,114,101,99,121,99,108,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,46,95,114,101,99,121,99,108,101,40,91,116,93,41,125,125,41,44,114,46,95,114,101,110,100,101,114,77,97,110,97,103,101,114,61,110,101,119,32,67,101,40,114,46,95,105,110,102,105,110,105,116,101,44,114,46,95,105,116,101,109,77,97,110,97,103,101,114,44,114,46,95,114,101,110,100,101,114,101,114,44,123,97,116,116,114,105,98,117,116,101,80,114,101,102,105,120,58,102,44,105,115,69,113,117,97,108,83,105,122,101,58,97,44,105,115,67,111,110,115,116,97,110,116,83,105,122,101,58,115,44,104,111,114,105,122,111,110,116,97,108,58,99,125,41,44,114,125,88,40,101,44,116,41,59,118,97,114,32,110,61,101,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,110,46,97,112,112,101,110,100,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,108,97,121,111,117,116,38,38,116,104,105,115,46,95,105,110,115,101,114,116,40,123,101,108,101,109,101,110,116,115,58,116,44,105,115,65,112,112,101,110,100,58,33,48,44,103,114,111,117,112,75,101,121,58,101,125,41,44,116,104,105,115,125,44,110,46,112,114,101,112,101,110,100,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,108,97,121,111,117,116,38,38,116,104,105,115,46,95,105,110,115,101,114,116,40,123,101,108,101,109,101,110,116,115,58,116,44,105,115,65,112,112,101,110,100,58,33,49,44,103,114,111,117,112,75,101,121,58,101,125,41,44,116,104,105,115,125,44,110,46,115,101,116,76,97,121,111,117,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,123,125,41,59,118,97,114,32,110,61,116,104,105,115,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,59,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,116,104,105,115,46,95,108,97,121,111,117,116,61,110,101,119,32,116,40,81,116,40,101,44,123,104,111,114,105,122,111,110,116,97,108,58,110,125,41,41,58,40,116,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,61,110,44,116,104,105,115,46,95,108,97,121,111,117,116,61,116,41,44,116,104,105,115,46,95,114,101,110,100,101,114,77,97,110,97,103,101,114,46,115,101,116,76,97,121,111,117,116,40,116,104,105,115,46,95,108,97,121,111,117,116,41,44,116,104,105,115,46,95,114,101,110,100,101,114,101,114,46,114,101,115,105,122,101,40,41,44,116,104,105,115,46,95,115,101,116,83,105,122,101,40,116,104,105,115,46,95,114,101,110,100,101,114,101,114,46,103,101,116,86,105,101,119,112,111,114,116,83,105,122,101,40,41,41,44,116,104,105,115,125,44,110,46,103,101,116,73,116,101,109,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,33,49,41,44,116,63,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,112,108,117,99,107,40,34,105,116,101,109,115,34,41,58,116,104,105,115,46,95,105,110,102,105,110,105,116,101,46,103,101,116,86,105,115,105,98,108,101,73,116,101,109,115,40,41,125,44,110,46,103,101,116,82,101,110,100,101,114,105,110,103,73,116,101,109,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,73,116,101,109,115,40,41,44,101,61,123,125,59,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,101,91,116,46,105,116,101,109,75,101,121,93,61,33,48,125,41,41,59,118,97,114,32,110,61,98,101,46,112,108,117,99,107,40,116,104,105,115,46,95,114,101,113,117,101,115,116,71,114,111,117,112,115,44,34,105,116,101,109,115,34,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,101,91,116,46,105,116,101,109,75,101,121,93,38,38,40,101,91,116,46,105,116,101,109,75,101,121,93,61,33,48,44,33,48,41,125,41,41,59,114,101,116,117,114,110,32,116,46,99,111,110,99,97,116,40,110,41,125,44,110,46,98,101,102,111,114,101,83,121,110,99,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,105,110,102,105,110,105,116,101,46,115,121,110,99,40,116,41,125,44,110,46,115,121,110,99,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,44,114,61,116,104,105,115,46,95,105,110,102,105,110,105,116,101,44,105,61,116,104,105,115,46,103,101,116,82,101,110,100,101,114,105,110,103,73,116,101,109,115,40,41,59,105,102,40,105,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,118,97,114,32,105,61,110,46,101,108,33,61,61,116,91,114,93,59,110,46,101,108,61,116,91,114,93,44,105,38,38,101,46,95,114,101,110,100,101,114,101,114,46,114,101,110,100,101,114,73,116,101,109,40,110,44,110,46,114,101,99,116,41,125,41,41,44,33,116,104,105,115,46,95,105,115,80,114,111,99,101,115,115,105,110,103,40,41,41,123,118,97,114,32,111,61,105,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,110,101,101,100,85,112,100,97,116,101,124,124,33,116,46,111,114,103,83,105,122,101,124,124,33,116,46,111,114,103,83,105,122,101,46,119,105,100,116,104,125,41,41,59,105,102,40,111,46,108,101,110,103,116,104,41,116,104,105,115,46,95,112,111,115,116,76,97,121,111,117,116,40,123,102,114,111,109,67,97,99,104,101,58,33,49,44,103,114,111,117,112,115,58,114,46,103,101,116,86,105,115,105,98,108,101,68,97,116,97,40,41,44,110,101,119,73,116,101,109,115,58,111,44,105,115,65,112,112,101,110,100,58,33,48,44,105,115,84,114,117,115,116,101,100,58,33,49,125,41,59,101,108,115,101,123,118,97,114,32,97,61,110,46,115,105,122,101,40,41,59,105,102,40,97,41,105,102,40,114,46,103,101,116,67,117,114,115,111,114,40,34,115,116,97,114,116,34,41,60,48,41,123,118,97,114,32,115,61,110,46,103,101,116,71,114,111,117,112,40,48,41,59,116,104,105,115,46,95,112,111,115,116,76,97,121,111,117,116,40,123,103,114,111,117,112,115,58,91,115,93,44,104,97,115,67,104,105,108,100,114,101,110,58,33,49,44,102,114,111,109,67,97,99,104,101,58,33,49,44,105,115,65,112,112,101,110,100,58,33,48,125,41,125,101,108,115,101,32,116,104,105,115,46,95,105,110,102,105,110,105,116,101,46,115,99,114,111,108,108,40,116,104,105,115,46,95,119,97,116,99,104,101,114,46,103,101,116,83,99,114,111,108,108,80,111,115,40,41,41,59,101,108,115,101,32,116,104,105,115,46,95,114,101,113,117,101,115,116,65,112,112,101,110,100,40,123,125,41,125,125,125,44,110,46,108,97,121,111,117,116,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,33,48,41,44,33,116,104,105,115,46,95,108,97,121,111,117,116,41,114,101,116,117,114,110,32,116,104,105,115,59,118,97,114,32,101,61,116,104,105,115,46,95,114,101,110,100,101,114,101,114,44,110,61,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,44,114,61,116,104,105,115,46,95,105,110,102,105,110,105,116,101,44,105,61,101,46,114,101,115,105,122,101,40,41,44,111,61,116,104,105,115,46,103,101,116,73,116,101,109,115,40,41,44,97,61,116,104,105,115,46,111,112,116,105,111,110,115,44,115,61,97,46,105,115,69,113,117,97,108,83,105,122,101,44,99,61,97,46,105,115,67,111,110,115,116,97,110,116,83,105,122,101,44,117,61,97,46,116,114,97,110,115,105,116,105,111,110,68,117,114,97,116,105,111,110,44,108,61,116,38,38,40,115,124,124,99,41,59,105,102,40,116,104,105,115,46,95,119,97,116,99,104,101,114,46,114,101,115,105,122,101,40,41,44,116,38,38,116,104,105,115,46,95,115,101,116,83,105,122,101,40,101,46,103,101,116,86,105,101,119,112,111,114,116,83,105,122,101,40,41,41,44,33,111,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,116,104,105,115,46,95,102,105,114,115,116,76,97,121,111,117,116,40,41,59,118,97,114,32,102,61,114,46,103,101,116,67,117,114,115,111,114,115,40,41,44,104,61,102,91,48,93,44,100,61,102,91,49,93,44,112,61,33,108,38,38,116,38,38,105,63,110,46,115,108,105,99,101,71,114,111,117,112,115,40,104,44,100,43,49,41,58,110,46,103,101,116,71,114,111,117,112,115,40,41,59,114,101,116,117,114,110,32,116,104,105,115,46,95,114,101,108,97,121,111,117,116,40,116,44,112,44,105,63,111,58,91,93,41,44,108,63,116,104,105,115,46,95,102,105,116,40,41,58,116,38,38,105,38,38,110,46,99,108,101,97,114,79,117,116,108,105,110,101,115,40,104,44,100,41,44,116,104,105,115,46,95,114,101,110,100,101,114,101,114,46,114,101,110,100,101,114,73,116,101,109,115,40,111,44,117,41,44,116,38,38,116,104,105,115,46,95,119,97,116,99,104,101,114,46,115,101,116,83,99,114,111,108,108,80,111,115,40,41,44,116,104,105,115,46,95,111,110,76,97,121,111,117,116,67,111,109,112,108,101,116,101,40,123,105,116,101,109,115,58,111,44,105,115,65,112,112,101,110,100,58,33,48,44,102,114,111,109,67,97,99,104,101,58,33,48,44,105,115,84,114,117,115,116,101,100,58,33,49,44,117,115,101,82,101,99,121,99,108,101,58,33,49,44,105,115,76,97,121,111,117,116,58,33,48,125,41,44,116,104,105,115,125,44,110,46,114,101,109,111,118,101,66,121,73,110,100,101,120,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,111,105,100,32,48,61,61,61,110,38,38,40,110,61,33,48,41,59,118,97,114,32,114,61,116,104,105,115,46,95,105,110,102,105,110,105,116,101,46,114,101,109,111,118,101,40,116,44,101,41,44,105,61,114,46,105,116,101,109,115,44,111,61,114,46,103,114,111,117,112,59,114,101,116,117,114,110,32,105,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,120,101,46,114,101,109,111,118,101,69,108,101,109,101,110,116,40,116,46,101,108,41,125,41,41,44,105,46,108,101,110,103,116,104,63,40,110,38,38,116,104,105,115,46,108,97,121,111,117,116,40,33,33,111,41,44,105,41,58,91,93,125,44,110,46,114,101,109,111,118,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,33,48,41,59,118,97,114,32,110,61,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,105,110,100,101,120,101,115,79,102,69,108,101,109,101,110,116,40,116,41,44,114,61,110,46,103,114,111,117,112,73,110,100,101,120,44,105,61,110,46,105,116,101,109,73,110,100,101,120,59,114,101,116,117,114,110,32,116,104,105,115,46,114,101,109,111,118,101,66,121,73,110,100,101,120,40,114,44,105,44,101,41,125,44,110,46,103,101,116,71,114,111,117,112,75,101,121,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,63,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,103,101,116,71,114,111,117,112,115,40,41,58,116,104,105,115,46,95,105,110,102,105,110,105,116,101,46,103,101,116,86,105,115,105,98,108,101,68,97,116,97,40,41,59,114,101,116,117,114,110,32,101,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,103,114,111,117,112,75,101,121,125,41,41,125,44,110,46,103,101,116,83,116,97,116,117,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,123,95,115,116,97,116,117,115,58,81,116,40,123,125,44,116,104,105,115,46,95,115,116,97,116,117,115,41,44,95,105,116,101,109,77,97,110,97,103,101,114,58,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,103,101,116,83,116,97,116,117,115,40,116,44,101,41,44,95,114,101,110,100,101,114,101,114,58,116,104,105,115,46,95,114,101,110,100,101,114,101,114,46,103,101,116,83,116,97,116,117,115,40,41,44,95,119,97,116,99,104,101,114,58,116,104,105,115,46,95,119,97,116,99,104,101,114,46,103,101,116,83,116,97,116,117,115,40,41,44,95,105,110,102,105,110,105,116,101,58,116,104,105,115,46,95,105,110,102,105,110,105,116,101,46,103,101,116,83,116,97,116,117,115,40,116,44,101,41,125,125,44,110,46,115,101,116,83,116,97,116,117,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,33,48,41,44,33,116,41,114,101,116,117,114,110,32,116,104,105,115,59,118,97,114,32,114,61,116,46,95,115,116,97,116,117,115,44,105,61,116,46,95,114,101,110,100,101,114,101,114,44,111,61,116,46,95,105,116,101,109,77,97,110,97,103,101,114,44,97,61,116,46,95,119,97,116,99,104,101,114,44,115,61,116,46,95,105,110,102,105,110,105,116,101,59,105,102,40,33,114,124,124,33,105,124,124,33,111,124,124,33,97,124,124,33,115,41,114,101,116,117,114,110,32,116,104,105,115,59,118,97,114,32,99,61,116,104,105,115,46,111,112,116,105,111,110,115,46,114,101,110,100,101,114,69,120,116,101,114,110,97,108,44,117,61,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,44,108,61,116,104,105,115,46,95,114,101,110,100,101,114,101,114,44,102,61,116,104,105,115,46,95,119,97,116,99,104,101,114,44,104,61,116,104,105,115,46,95,105,110,102,105,110,105,116,101,59,102,46,100,101,116,97,99,104,69,118,101,110,116,40,41,44,81,116,40,116,104,105,115,46,95,115,116,97,116,117,115,44,114,41,44,116,104,105,115,46,95,115,116,97,116,117,115,46,112,114,111,99,101,115,115,105,110,103,83,116,97,116,117,115,61,121,116,44,117,46,115,101,116,83,116,97,116,117,115,40,111,41,44,108,46,115,101,116,83,116,97,116,117,115,40,105,41,44,104,46,115,101,116,83,116,97,116,117,115,40,115,41,59,118,97,114,32,100,61,116,104,105,115,46,103,101,116,73,116,101,109,115,40,41,44,112,61,100,46,108,101,110,103,116,104,59,99,63,40,100,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,108,61,110,91,101,93,125,41,41,44,116,104,105,115,46,95,114,101,110,100,101,114,101,114,46,114,101,110,100,101,114,73,116,101,109,115,40,100,41,41,58,108,46,99,114,101,97,116,101,65,110,100,73,110,115,101,114,116,40,100,44,33,48,41,59,118,97,114,32,118,61,108,46,105,115,78,101,101,100,101,100,82,101,115,105,122,101,40,41,59,102,46,115,101,116,83,116,97,116,117,115,40,97,44,101,41,44,102,46,97,116,116,97,99,104,69,118,101,110,116,40,41,59,118,97,114,32,103,61,116,104,105,115,46,111,112,116,105,111,110,115,44,109,61,103,46,105,115,67,111,110,115,116,97,110,116,83,105,122,101,44,98,61,103,46,105,115,69,113,117,97,108,83,105,122,101,59,114,101,116,117,114,110,32,112,63,118,63,40,108,46,114,101,115,105,122,101,40,41,44,116,104,105,115,46,95,115,101,116,83,105,122,101,40,108,46,103,101,116,86,105,101,119,112,111,114,116,83,105,122,101,40,41,41,44,109,63,116,104,105,115,46,108,97,121,111,117,116,40,33,48,41,58,40,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,99,108,101,97,114,79,117,116,108,105,110,101,115,40,41,44,116,104,105,115,46,95,112,111,115,116,76,97,121,111,117,116,40,123,102,114,111,109,67,97,99,104,101,58,33,48,44,103,114,111,117,112,115,58,98,63,117,46,103,101,116,71,114,111,117,112,115,40,41,58,104,46,103,101,116,86,105,115,105,98,108,101,68,97,116,97,40,41,44,105,116,101,109,115,58,100,44,110,101,119,73,116,101,109,115,58,100,44,105,115,65,112,112,101,110,100,58,33,48,44,105,115,84,114,117,115,116,101,100,58,33,49,125,41,41,41,58,116,104,105,115,46,108,97,121,111,117,116,40,33,49,41,58,116,104,105,115,46,95,114,101,113,117,101,115,116,65,112,112,101,110,100,40,123,99,97,99,104,101,58,91,93,125,41,44,116,104,105,115,125,44,110,46,99,108,101,97,114,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,99,108,101,97,114,40,41,44,116,104,105,115,46,95,114,101,110,100,101,114,101,114,46,99,108,101,97,114,40,41,44,116,104,105,115,46,95,105,110,102,105,110,105,116,101,46,99,108,101,97,114,40,41,44,116,104,105,115,46,95,114,101,115,101,116,40,41,44,116,104,105,115,46,95,97,112,112,101,110,100,76,111,97,100,105,110,103,66,97,114,40,41,44,116,104,105,115,125,44,110,46,115,101,116,76,111,97,100,105,110,103,66,97,114,61,102,117,110,99,116,105,111,110,40,116,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,123,125,41,59,118,97,114,32,101,61,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,63,116,58,123,97,112,112,101,110,100,58,116,44,112,114,101,112,101,110,100,58,116,125,59,116,104,105,115,46,95,115,116,97,116,117,115,46,108,111,97,100,105,110,103,83,105,122,101,61,48,44,116,104,105,115,46,95,115,116,97,116,117,115,46,108,111,97,100,105,110,103,83,116,121,108,101,61,123,125,59,118,97,114,32,110,61,116,104,105,115,46,95,108,111,97,100,105,110,103,66,97,114,44,114,61,33,49,59,102,111,114,40,118,97,114,32,105,32,105,110,32,101,41,123,118,97,114,32,111,61,77,116,40,101,91,105,93,41,59,110,91,105,93,33,61,61,111,38,38,40,110,91,105,93,61,111,44,114,61,33,48,41,44,112,101,40,111,44,117,116,41,124,124,118,101,40,111,44,117,116,41,125,114,101,116,117,114,110,32,114,38,38,116,104,105,115,46,95,114,101,110,100,101,114,76,111,97,100,105,110,103,40,41,44,116,104,105,115,46,95,97,112,112,101,110,100,76,111,97,100,105,110,103,66,97,114,40,41,44,116,104,105,115,125,44,110,46,105,115,80,114,111,99,101,115,115,105,110,103,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,105,115,80,114,111,99,101,115,115,105,110,103,40,41,124,124,116,104,105,115,46,105,115,76,111,97,100,105,110,103,40,41,125,44,110,46,105,115,76,111,97,100,105,110,103,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,103,101,116,76,111,97,100,105,110,103,83,116,97,116,117,115,40,41,62,48,125,44,110,46,103,101,116,76,111,97,100,105,110,103,66,97,114,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,116,104,105,115,46,95,103,101,116,76,111,97,100,105,110,103,83,116,97,116,117,115,40,41,33,61,61,95,116,41,44,116,104,105,115,46,95,108,111,97,100,105,110,103,66,97,114,91,116,63,34,97,112,112,101,110,100,34,58,34,112,114,101,112,101,110,100,34,93,125,44,110,46,115,116,97,114,116,76,111,97,100,105,110,103,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,105,102,40,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,123,100,105,115,112,108,97,121,58,34,98,108,111,99,107,34,125,41,44,116,104,105,115,46,105,115,76,111,97,100,105,110,103,40,41,41,114,101,116,117,114,110,32,116,104,105,115,59,118,97,114,32,114,61,116,63,34,97,112,112,101,110,100,34,58,34,112,114,101,112,101,110,100,34,59,105,102,40,116,104,105,115,46,95,112,114,111,99,101,115,115,40,116,63,119,116,58,95,116,41,44,33,116,104,105,115,46,95,108,111,97,100,105,110,103,66,97,114,91,114,93,41,114,101,116,117,114,110,32,116,104,105,115,59,118,97,114,32,105,61,102,117,110,99,116,105,111,110,40,41,123,110,46,95,114,101,110,100,101,114,76,111,97,100,105,110,103,40,101,41,44,110,46,95,115,116,97,116,117,115,46,108,111,97,100,105,110,103,83,116,121,108,101,61,101,44,116,63,110,46,95,115,101,116,67,111,110,116,97,105,110,101,114,83,105,122,101,40,110,46,95,103,101,116,69,100,103,101,86,97,108,117,101,40,34,101,110,100,34,41,43,110,46,95,115,116,97,116,117,115,46,108,111,97,100,105,110,103,83,105,122,101,41,58,110,46,95,102,105,116,40,41,125,59,114,101,116,117,114,110,32,116,104,105,115,46,111,112,116,105,111,110,115,46,114,101,110,100,101,114,69,120,116,101,114,110,97,108,63,116,104,105,115,46,116,114,105,103,103,101,114,40,34,114,101,110,100,101,114,34,44,123,110,101,120,116,58,105,125,41,58,105,40,41,44,116,104,105,115,125,44,110,46,101,110,100,76,111,97,100,105,110,103,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,59,105,102,40,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,123,100,105,115,112,108,97,121,58,34,110,111,110,101,34,125,41,44,33,116,104,105,115,46,105,115,76,111,97,100,105,110,103,40,41,41,114,101,116,117,114,110,32,116,104,105,115,59,118,97,114,32,110,61,116,104,105,115,46,95,103,101,116,76,111,97,100,105,110,103,83,116,97,116,117,115,40,41,61,61,61,119,116,44,114,61,110,63,34,97,112,112,101,110,100,34,58,34,112,114,101,112,101,110,100,34,44,105,61,116,104,105,115,46,95,108,111,97,100,105,110,103,66,97,114,91,114,93,44,111,61,116,104,105,115,46,95,115,116,97,116,117,115,44,97,61,111,46,108,111,97,100,105,110,103,83,105,122,101,59,105,102,40,116,104,105,115,46,95,112,114,111,99,101,115,115,40,119,116,124,95,116,44,33,49,41,44,111,46,108,111,97,100,105,110,103,83,105,122,101,61,48,44,111,46,108,111,97,100,105,110,103,83,116,121,108,101,61,123,125,44,105,41,123,118,97,114,32,115,61,81,116,40,40,101,61,123,125,44,101,91,116,104,105,115,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,63,34,108,101,102,116,34,58,34,116,111,112,34,93,61,45,97,43,34,112,120,34,44,101,41,44,116,41,59,102,111,114,40,118,97,114,32,99,32,105,110,32,115,41,105,46,115,116,121,108,101,91,99,93,61,115,91,99,93,59,110,63,116,104,105,115,46,95,115,101,116,67,111,110,116,97,105,110,101,114,83,105,122,101,40,116,104,105,115,46,95,103,101,116,69,100,103,101,86,97,108,117,101,40,34,101,110,100,34,41,41,58,116,104,105,115,46,95,102,105,116,73,116,101,109,115,40,97,41,44,116,104,105,115,46,111,112,116,105,111,110,115,46,114,101,110,100,101,114,69,120,116,101,114,110,97,108,38,38,116,104,105,115,46,116,114,105,103,103,101,114,40,34,114,101,110,100,101,114,34,44,123,110,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,125,125,41,125,114,101,116,117,114,110,32,116,104,105,115,46,111,112,116,105,111,110,115,46,117,115,101,82,101,99,121,99,108,101,38,38,33,116,104,105,115,46,105,115,80,114,111,99,101,115,115,105,110,103,40,41,38,38,116,104,105,115,46,95,105,110,102,105,110,105,116,101,46,114,101,99,121,99,108,101,40,116,104,105,115,46,95,119,97,116,99,104,101,114,46,103,101,116,83,99,114,111,108,108,80,111,115,40,41,44,110,41,44,116,104,105,115,125,44,110,46,103,101,116,73,116,101,109,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,48,41,44,34,111,98,106,101,99,116,34,33,61,61,116,121,112,101,111,102,32,116,41,123,118,97,114,32,110,61,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,103,101,116,71,114,111,117,112,40,116,41,59,114,101,116,117,114,110,32,110,38,38,110,46,105,116,101,109,115,91,101,124,124,48,93,125,105,102,40,116,41,102,111,114,40,118,97,114,32,114,61,116,104,105,115,46,103,101,116,73,116,101,109,115,40,41,44,105,61,114,46,108,101,110,103,116,104,44,111,61,48,59,111,60,105,59,43,43,111,41,105,102,40,114,91,111,93,46,101,108,61,61,61,116,41,114,101,116,117,114,110,32,114,91,111,93,125,44,110,46,117,112,100,97,116,101,73,116,101,109,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,103,101,116,73,116,101,109,40,116,44,101,41,59,114,101,116,117,114,110,32,116,104,105,115,46,95,117,112,100,97,116,101,73,116,101,109,40,110,41,38,38,116,104,105,115,46,108,97,121,111,117,116,40,33,49,41,44,116,104,105,115,125,44,110,46,117,112,100,97,116,101,73,116,101,109,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,116,104,105,115,46,103,101,116,73,116,101,109,115,40,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,95,117,112,100,97,116,101,73,116,101,109,40,101,41,125,41,41,44,116,104,105,115,46,108,97,121,111,117,116,40,33,49,41,44,116,104,105,115,125,44,110,46,109,111,118,101,84,111,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,105,102,40,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,48,41,44,116,104,105,115,46,105,115,80,114,111,99,101,115,115,105,110,103,40,41,41,114,101,116,117,114,110,32,116,104,105,115,59,118,97,114,32,114,61,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,103,101,116,71,114,111,117,112,40,116,41,59,105,102,40,33,114,41,114,101,116,117,114,110,32,116,104,105,115,59,118,97,114,32,105,61,116,104,105,115,46,95,105,110,102,105,110,105,116,101,44,111,61,114,46,111,117,116,108,105,110,101,115,44,97,61,114,46,105,116,101,109,115,44,115,61,97,91,101,93,44,99,61,111,46,115,116,97,114,116,38,38,48,61,61,61,111,46,115,116,97,114,116,46,108,101,110,103,116,104,44,117,61,105,46,103,101,116,67,117,114,115,111,114,115,40,41,44,108,61,117,91,48,93,44,102,61,117,91,49,93,44,104,61,108,60,61,116,38,38,116,60,61,102,44,100,61,116,104,105,115,46,111,112,116,105,111,110,115,44,112,61,100,46,117,115,101,82,101,99,121,99,108,101,44,118,61,100,46,104,111,114,105,122,111,110,116,97,108,59,105,102,40,104,124,124,33,112,124,124,33,99,41,123,118,97,114,32,103,61,115,63,115,46,114,101,99,116,91,118,63,34,108,101,102,116,34,58,34,116,111,112,34,93,58,77,97,116,104,46,109,97,120,46,97,112,112,108,121,40,77,97,116,104,44,111,46,115,116,97,114,116,41,44,109,61,77,97,116,104,46,109,105,110,46,97,112,112,108,121,40,77,97,116,104,44,111,46,115,116,97,114,116,41,59,109,60,48,38,38,40,116,104,105,115,46,95,102,105,116,73,116,101,109,115,40,109,44,48,41,44,103,45,61,109,41,59,118,97,114,32,98,61,116,62,108,59,114,101,116,117,114,110,32,104,124,124,98,63,40,116,104,105,115,46,95,115,99,114,111,108,108,84,111,40,103,41,44,116,104,105,115,41,58,40,116,104,105,115,46,95,112,111,115,116,76,97,121,111,117,116,40,123,102,114,111,109,67,97,99,104,101,58,33,48,44,103,114,111,117,112,115,58,91,114,93,44,105,116,101,109,115,58,97,44,110,101,119,73,116,101,109,115,58,91,93,44,105,115,65,112,112,101,110,100,58,98,44,105,115,84,114,117,115,116,101,100,58,33,49,125,41,46,111,110,40,34,114,101,110,100,101,114,67,111,109,112,108,101,116,101,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,114,61,116,46,115,116,97,114,116,44,105,61,116,46,101,110,100,44,111,61,110,46,95,105,116,101,109,77,97,110,97,103,101,114,59,105,102,40,111,41,123,118,97,114,32,115,61,97,91,101,93,46,114,101,99,116,91,118,63,34,108,101,102,116,34,58,34,116,111,112,34,93,59,104,124,124,111,46,99,108,101,97,114,79,117,116,108,105,110,101,115,40,114,44,105,41,44,110,46,95,115,99,114,111,108,108,84,111,40,115,41,44,110,46,95,115,101,116,83,99,114,111,108,108,80,111,115,40,115,41,125,125,41,41,44,116,104,105,115,41,125,98,61,116,62,102,124,124,116,60,108,45,49,59,114,101,116,117,114,110,32,116,104,105,115,46,95,112,111,115,116,67,97,99,104,101,40,123,105,115,65,112,112,101,110,100,58,98,44,99,97,99,104,101,58,91,114,93,44,105,115,84,114,117,115,116,101,100,58,33,49,125,41,46,111,110,40,34,114,101,110,100,101,114,67,111,109,112,108,101,116,101,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,114,61,116,46,115,116,97,114,116,44,105,61,116,46,101,110,100,44,111,61,110,46,95,105,116,101,109,77,97,110,97,103,101,114,59,105,102,40,111,41,123,118,97,114,32,115,61,97,91,101,93,46,114,101,99,116,91,118,63,34,108,101,102,116,34,58,34,116,111,112,34,93,59,111,46,99,108,101,97,114,79,117,116,108,105,110,101,115,40,114,44,105,41,44,110,46,95,115,99,114,111,108,108,84,111,40,115,41,44,110,46,95,115,101,116,83,99,114,111,108,108,80,111,115,40,115,41,125,125,41,41,44,116,104,105,115,125,44,110,46,100,101,115,116,114,111,121,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,95,105,110,102,105,110,105,116,101,46,99,108,101,97,114,40,41,44,116,104,105,115,46,95,119,97,116,99,104,101,114,46,100,101,115,116,114,111,121,40,41,44,116,104,105,115,46,95,114,101,115,101,116,40,41,44,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,99,108,101,97,114,40,41,44,116,104,105,115,46,95,114,101,110,100,101,114,101,114,46,100,101,115,116,114,111,121,40,41,44,116,104,105,115,46,95,114,101,110,100,101,114,77,97,110,97,103,101,114,46,100,101,115,116,114,111,121,40,41,125,44,110,46,95,114,101,108,97,121,111,117,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,46,95,114,101,110,100,101,114,101,114,44,105,61,114,46,111,112,116,105,111,110,115,44,111,61,105,46,105,115,69,113,117,97,108,83,105,122,101,44,97,61,105,46,105,115,67,111,110,115,116,97,110,116,83,105,122,101,44,115,61,101,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,105,116,101,109,115,91,48,93,59,114,101,116,117,114,110,32,101,46,111,114,103,83,105,122,101,38,38,101,46,114,101,99,116,46,116,111,112,62,100,116,47,49,48,125,41,41,59,105,102,40,33,115,46,108,101,110,103,116,104,41,114,101,116,117,114,110,91,93,59,118,97,114,32,99,61,115,91,48,93,46,111,117,116,108,105,110,101,115,46,115,116,97,114,116,59,116,38,38,40,99,61,91,99,46,108,101,110,103,116,104,63,77,97,116,104,46,109,105,110,46,97,112,112,108,121,40,77,97,116,104,44,99,41,58,48,93,44,33,97,38,38,110,46,108,101,110,103,116,104,38,38,40,114,46,117,112,100,97,116,101,83,105,122,101,40,110,41,44,111,38,38,110,91,48,93,46,115,105,122,101,38,38,98,101,46,112,108,117,99,107,40,115,44,34,105,116,101,109,115,34,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,105,122,101,61,81,116,40,123,125,44,110,91,48,93,46,115,105,122,101,41,125,41,41,41,41,44,116,104,105,115,46,95,108,97,121,111,117,116,46,108,97,121,111,117,116,40,115,44,99,41,44,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,110,101,101,100,85,112,100,97,116,101,61,33,49,125,41,41,125,44,110,46,95,115,101,116,67,111,110,116,97,105,110,101,114,83,105,122,101,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,114,101,110,100,101,114,101,114,46,115,101,116,67,111,110,116,97,105,110,101,114,83,105,122,101,40,77,97,116,104,46,109,97,120,40,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,103,101,116,77,97,120,69,100,103,101,86,97,108,117,101,40,41,44,116,41,41,125,44,110,46,95,97,112,112,101,110,100,76,111,97,100,105,110,103,66,97,114,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,33,116,104,105,115,46,111,112,116,105,111,110,115,46,114,101,110,100,101,114,69,120,116,101,114,110,97,108,41,123,118,97,114,32,116,61,116,104,105,115,46,95,108,111,97,100,105,110,103,66,97,114,44,101,61,116,104,105,115,46,95,114,101,110,100,101,114,101,114,46,99,111,110,116,97,105,110,101,114,59,102,111,114,40,118,97,114,32,110,32,105,110,32,116,41,101,46,97,112,112,101,110,100,67,104,105,108,100,40,116,91,110,93,41,125,125,44,110,46,95,115,101,116,83,105,122,101,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,105,110,102,105,110,105,116,101,46,115,101,116,83,105,122,101,40,116,104,105,115,46,95,114,101,110,100,101,114,101,114,46,103,101,116,86,105,101,119,83,105,122,101,40,41,41,44,116,104,105,115,46,95,108,97,121,111,117,116,46,115,101,116,83,105,122,101,40,116,41,125,44,110,46,95,102,105,116,73,116,101,109,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,48,41,44,116,62,48,38,38,116,104,105,115,46,95,119,97,116,99,104,101,114,46,115,99,114,111,108,108,66,121,40,45,116,41,44,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,46,102,105,116,40,116,44,116,104,105,115,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,41,44,116,104,105,115,46,95,114,101,110,100,101,114,101,114,46,114,101,110,100,101,114,73,116,101,109,115,40,116,104,105,115,46,103,101,116,73,116,101,109,115,40,41,41,44,116,104,105,115,46,95,115,101,116,67,111,110,116,97,105,110,101,114,83,105,122,101,40,116,104,105,115,46,95,103,101,116,69,100,103,101,86,97,108,117,101,40,34,101,110,100,34,41,124,124,101,41,44,116,60,48,38,38,116,104,105,115,46,95,119,97,116,99,104,101,114,46,115,99,114,111,108,108,66,121,40,45,116,41,125,44,110,46,95,102,105,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,116,104,105,115,46,111,112,116,105,111,110,115,46,117,115,101,70,105,116,41,59,118,97,114,32,101,61,116,104,105,115,46,95,103,101,116,69,100,103,101,86,97,108,117,101,40,34,115,116,97,114,116,34,41,44,110,61,116,104,105,115,46,95,103,101,116,76,111,97,100,105,110,103,83,116,97,116,117,115,40,41,61,61,61,95,116,38,38,116,104,105,115,46,95,115,116,97,116,117,115,46,108,111,97,100,105,110,103,83,105,122,101,124,124,48,44,114,61,116,104,105,115,46,111,112,116,105,111,110,115,44,105,61,114,46,105,115,67,111,110,115,116,97,110,116,83,105,122,101,44,111,61,114,46,105,115,69,113,117,97,108,83,105,122,101,44,97,61,114,46,117,115,101,82,101,99,121,99,108,101,59,105,102,40,33,97,124,124,33,116,124,124,105,124,124,111,41,101,60,110,38,38,116,104,105,115,46,95,102,105,116,73,116,101,109,115,40,101,45,110,44,110,41,44,101,61,48,59,101,108,115,101,123,105,102,40,48,61,61,61,101,38,38,33,110,41,114,101,116,117,114,110,32,48,59,116,104,105,115,46,95,102,105,116,73,116,101,109,115,40,101,45,110,44,110,41,125,114,101,116,117,114,110,32,116,104,105,115,46,105,115,76,111,97,100,105,110,103,40,41,38,38,116,104,105,115,46,95,114,101,110,100,101,114,76,111,97,100,105,110,103,40,41,44,101,125,44,110,46,95,103,101,116,69,100,103,101,86,97,108,117,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,105,110,102,105,110,105,116,101,46,103,101,116,69,100,103,101,86,97,108,117,101,40,116,41,125,44,110,46,95,105,115,80,114,111,99,101,115,115,105,110,103,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,40,116,104,105,115,46,95,115,116,97,116,117,115,46,112,114,111,99,101,115,115,105,110,103,83,116,97,116,117,115,38,120,116,41,62,48,125,44,110,46,95,103,101,116,76,111,97,100,105,110,103,83,116,97,116,117,115,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,115,116,97,116,117,115,46,112,114,111,99,101,115,115,105,110,103,83,116,97,116,117,115,38,40,119,116,124,95,116,41,125,44,110,46,95,112,114,111,99,101,115,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,33,48,41,44,101,63,116,104,105,115,46,95,115,116,97,116,117,115,46,112,114,111,99,101,115,115,105,110,103,83,116,97,116,117,115,124,61,116,58,116,104,105,115,46,95,115,116,97,116,117,115,46,112,114,111,99,101,115,115,105,110,103,83,116,97,116,117,115,45,61,116,104,105,115,46,95,115,116,97,116,117,115,46,112,114,111,99,101,115,115,105,110,103,83,116,97,116,117,115,38,116,125,44,110,46,95,105,110,115,101,114,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,101,108,101,109,101,110,116,115,44,110,61,116,46,105,115,65,112,112,101,110,100,44,114,61,116,46,104,97,115,67,104,105,108,100,114,101,110,44,105,61,116,46,103,114,111,117,112,75,101,121,44,111,61,118,111,105,100,32,48,61,61,61,105,63,116,104,105,115,46,95,103,101,116,82,97,110,100,111,109,75,101,121,40,41,58,105,59,105,102,40,33,116,104,105,115,46,95,105,115,80,114,111,99,101,115,115,105,110,103,40,41,38,38,48,33,61,61,101,46,108,101,110,103,116,104,41,123,118,97,114,32,97,61,98,101,46,116,111,73,116,101,109,115,40,77,116,40,101,44,33,48,41,44,111,41,59,116,104,105,115,46,95,105,110,115,101,114,116,73,116,101,109,115,40,123,105,116,101,109,115,58,97,44,105,115,65,112,112,101,110,100,58,110,44,104,97,115,67,104,105,108,100,114,101,110,58,114,44,103,114,111,117,112,75,101,121,58,111,125,41,125,125,44,110,46,95,105,110,115,101,114,116,73,116,101,109,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,105,116,101,109,115,44,110,61,116,46,105,115,65,112,112,101,110,100,44,114,61,116,46,104,97,115,67,104,105,108,100,114,101,110,44,105,61,116,46,103,114,111,117,112,75,101,121,44,111,61,118,111,105,100,32,48,61,61,61,105,63,116,104,105,115,46,95,103,101,116,82,97,110,100,111,109,75,101,121,40,41,58,105,59,105,102,40,101,46,108,101,110,103,116,104,41,123,118,97,114,32,97,61,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,91,110,63,34,97,112,112,101,110,100,71,114,111,117,112,34,58,34,112,114,101,112,101,110,100,71,114,111,117,112,34,93,40,123,103,114,111,117,112,75,101,121,58,111,44,105,116,101,109,115,58,101,125,41,59,105,102,40,33,110,41,123,118,97,114,32,115,61,116,104,105,115,46,95,105,110,102,105,110,105,116,101,44,99,61,115,46,103,101,116,67,117,114,115,111,114,115,40,41,44,117,61,99,91,48,93,44,108,61,99,91,49,93,59,115,46,115,101,116,67,117,114,115,111,114,40,34,115,116,97,114,116,34,44,117,43,49,41,44,115,46,115,101,116,67,117,114,115,111,114,40,34,101,110,100,34,44,108,43,49,41,125,116,104,105,115,46,95,112,111,115,116,76,97,121,111,117,116,40,123,102,114,111,109,67,97,99,104,101,58,33,49,44,103,114,111,117,112,115,58,91,97,93,44,105,116,101,109,115,58,97,46,105,116,101,109,115,44,110,101,119,73,116,101,109,115,58,97,46,105,116,101,109,115,44,105,115,65,112,112,101,110,100,58,110,44,104,97,115,67,104,105,108,100,114,101,110,58,114,44,105,115,84,114,117,115,116,101,100,58,33,49,125,41,125,125,44,110,46,95,114,101,99,121,99,108,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,111,112,116,105,111,110,115,44,114,61,110,46,117,115,101,82,101,99,121,99,108,101,44,105,61,110,46,114,101,110,100,101,114,69,120,116,101,114,110,97,108,59,105,102,40,33,114,41,114,101,116,117,114,110,33,49,59,118,97,114,32,111,61,33,49,59,114,101,116,117,114,110,32,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,116,46,115,116,97,114,116,44,114,61,116,46,101,110,100,59,105,102,40,33,40,45,49,61,61,61,110,124,124,45,49,61,61,61,114,124,124,114,60,110,41,41,123,118,97,114,32,97,61,101,46,95,105,116,101,109,77,97,110,97,103,101,114,46,112,108,117,99,107,40,34,105,116,101,109,115,34,44,110,44,114,41,59,111,61,111,124,124,97,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,109,111,117,110,116,101,100,125,41,41,44,97,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,109,111,117,110,116,101,100,61,33,49,125,41,41,44,105,124,124,120,101,46,114,101,109,111,118,101,73,116,101,109,115,40,97,41,125,125,41,41,44,111,38,38,40,116,104,105,115,46,95,114,101,113,117,101,115,116,71,114,111,117,112,115,61,91,93,44,116,104,105,115,46,116,114,105,103,103,101,114,40,34,114,101,110,100,101,114,34,44,123,110,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,125,125,41,41,44,111,125,44,110,46,95,114,101,110,100,101,114,76,111,97,100,105,110,103,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,116,104,105,115,46,95,115,116,97,116,117,115,46,108,111,97,100,105,110,103,83,116,121,108,101,41,44,116,104,105,115,46,105,115,76,111,97,100,105,110,103,40,41,41,123,118,97,114,32,101,61,116,104,105,115,46,95,103,101,116,76,111,97,100,105,110,103,83,116,97,116,117,115,40,41,61,61,61,119,116,44,110,61,116,104,105,115,46,95,108,111,97,100,105,110,103,66,97,114,91,101,63,34,97,112,112,101,110,100,34,58,34,112,114,101,112,101,110,100,34,93,59,105,102,40,110,41,123,118,97,114,32,114,61,81,116,40,123,112,111,115,105,116,105,111,110,58,34,97,98,115,111,108,117,116,101,34,125,44,116,41,59,102,111,114,40,118,97,114,32,105,32,105,110,32,114,41,110,46,115,116,121,108,101,91,105,93,61,114,91,105,93,59,118,97,114,32,111,61,116,104,105,115,46,111,112,116,105,111,110,115,44,97,61,111,46,117,115,101,79,102,102,115,101,116,44,115,61,111,46,104,111,114,105,122,111,110,116,97,108,59,116,104,105,115,46,95,115,116,97,116,117,115,46,108,111,97,100,105,110,103,83,105,122,101,61,115,63,97,63,87,116,40,110,41,58,71,116,40,110,41,58,97,63,113,116,40,110,41,58,89,116,40,110,41,59,118,97,114,32,99,61,116,104,105,115,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,63,34,108,101,102,116,34,58,34,116,111,112,34,59,105,102,40,33,40,99,32,105,110,32,114,41,41,123,118,97,114,32,117,61,101,63,116,104,105,115,46,95,103,101,116,69,100,103,101,86,97,108,117,101,40,34,101,110,100,34,41,58,116,104,105,115,46,95,103,101,116,69,100,103,101,86,97,108,117,101,40,34,115,116,97,114,116,34,41,45,116,104,105,115,46,95,115,116,97,116,117,115,46,108,111,97,100,105,110,103,83,105,122,101,59,110,46,115,116,121,108,101,91,99,93,61,117,43,34,112,120,34,125,125,125,125,44,110,46,95,117,112,100,97,116,101,73,116,101,109,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,40,33,116,124,124,33,116,46,101,108,41,38,38,40,116,46,99,111,110,116,101,110,116,61,116,46,101,108,46,111,117,116,101,114,72,84,77,76,44,33,116,104,105,115,46,111,112,116,105,111,110,115,46,105,115,69,113,117,97,108,83,105,122,101,38,38,102,101,40,116,41,44,116,104,105,115,46,95,114,101,110,100,101,114,101,114,46,117,112,100,97,116,101,83,105,122,101,40,91,116,93,41,44,33,48,41,125,44,110,46,95,115,101,116,83,99,114,111,108,108,80,111,115,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,119,97,116,99,104,101,114,46,115,101,116,83,99,114,111,108,108,80,111,115,40,116,104,105,115,46,95,119,97,116,99,104,101,114,46,103,101,116,67,111,110,116,97,105,110,101,114,79,102,102,115,101,116,40,41,43,116,41,125,44,110,46,95,115,99,114,111,108,108,84,111,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,119,97,116,99,104,101,114,46,115,99,114,111,108,108,84,111,40,116,104,105,115,46,95,119,97,116,99,104,101,114,46,103,101,116,67,111,110,116,97,105,110,101,114,79,102,102,115,101,116,40,41,43,116,41,125,44,110,46,95,112,111,115,116,67,97,99,104,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,97,99,104,101,44,110,61,116,46,105,115,65,112,112,101,110,100,44,114,61,116,46,105,115,84,114,117,115,116,101,100,44,105,61,118,111,105,100,32,48,61,61,61,114,124,124,114,44,111,61,116,104,105,115,46,111,112,116,105,111,110,115,46,105,115,67,111,110,115,116,97,110,116,83,105,122,101,44,97,61,98,101,46,112,108,117,99,107,40,101,44,34,105,116,101,109,115,34,41,44,115,61,33,48,44,99,61,97,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,114,103,83,105,122,101,38,38,116,46,111,114,103,83,105,122,101,46,119,105,100,116,104,63,33,111,38,38,116,46,114,101,99,116,46,116,111,112,60,100,116,47,49,48,58,40,115,61,33,49,44,33,48,41,125,41,41,59,114,101,116,117,114,110,32,116,104,105,115,46,95,112,111,115,116,76,97,121,111,117,116,40,123,102,114,111,109,67,97,99,104,101,58,115,44,103,114,111,117,112,115,58,101,44,105,116,101,109,115,58,97,44,110,101,119,73,116,101,109,115,58,99,44,105,115,65,112,112,101,110,100,58,110,44,105,115,84,114,117,115,116,101,100,58,105,125,41,125,44,110,46,95,112,111,115,116,76,97,121,111,117,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,46,102,114,111,109,67,97,99,104,101,44,114,61,116,46,103,114,111,117,112,115,44,105,61,116,46,105,116,101,109,115,44,111,61,118,111,105,100,32,48,61,61,61,105,63,98,101,46,112,108,117,99,107,40,114,44,34,105,116,101,109,115,34,41,58,105,44,115,61,116,46,110,101,119,73,116,101,109,115,44,99,61,116,46,105,115,65,112,112,101,110,100,44,117,61,116,46,104,97,115,67,104,105,108,100,114,101,110,44,108,61,116,46,105,115,84,114,117,115,116,101,100,59,105,102,40,116,104,105,115,46,95,112,114,111,99,101,115,115,40,120,116,41,44,114,46,108,101,110,103,116,104,41,123,118,97,114,32,102,61,116,104,105,115,46,111,112,116,105,111,110,115,46,114,101,110,100,101,114,69,120,116,101,114,110,97,108,44,104,61,116,104,105,115,46,95,114,101,110,100,101,114,101,114,44,100,61,110,101,119,32,97,44,112,61,102,117,110,99,116,105,111,110,40,41,123,111,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,109,111,117,110,116,101,100,61,33,48,125,41,41,44,101,46,95,114,101,110,100,101,114,77,97,110,97,103,101,114,46,114,101,110,100,101,114,40,100,44,114,44,115,44,99,41,46,111,110,40,34,105,109,97,103,101,69,114,114,111,114,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,116,114,105,103,103,101,114,40,34,105,109,97,103,101,69,114,114,111,114,34,44,116,41,125,41,41,46,111,110,40,34,99,111,110,116,101,110,116,69,114,114,111,114,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,116,114,105,103,103,101,114,40,34,99,111,110,116,101,110,116,69,114,114,111,114,34,44,116,41,125,41,41,46,111,110,40,34,114,101,110,100,101,114,67,111,109,112,108,101,116,101,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,116,46,115,116,97,114,116,44,114,61,116,46,101,110,100,59,101,46,95,115,101,116,67,117,114,115,111,114,40,110,44,114,41,125,41,41,46,111,110,40,34,108,97,121,111,117,116,67,111,109,112,108,101,116,101,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,114,61,116,46,105,116,101,109,115,59,101,46,95,112,114,111,99,101,115,115,40,120,116,44,33,49,41,44,101,46,95,111,110,76,97,121,111,117,116,67,111,109,112,108,101,116,101,40,123,105,116,101,109,115,58,114,44,105,115,65,112,112,101,110,100,58,99,44,102,114,111,109,67,97,99,104,101,58,110,44,105,115,84,114,117,115,116,101,100,58,108,44,117,115,101,82,101,99,121,99,108,101,58,33,49,125,41,125,41,41,46,111,110,40,34,114,101,97,100,121,69,108,101,109,101,110,116,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,95,117,112,100,97,116,101,73,116,101,109,40,116,46,105,116,101,109,41,38,38,101,46,108,97,121,111,117,116,40,33,49,41,125,41,41,46,111,110,40,34,114,101,97,100,121,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,116,46,114,101,109,111,118,101,44,114,61,116,46,108,97,121,111,117,116,59,105,102,40,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,114,101,109,111,118,101,40,116,44,33,49,41,125,41,41,44,114,41,101,46,108,97,121,111,117,116,40,33,49,41,59,101,108,115,101,32,105,102,40,33,101,46,105,115,80,114,111,99,101,115,115,105,110,103,40,41,38,38,101,46,111,112,116,105,111,110,115,46,117,115,101,82,101,99,121,99,108,101,41,123,118,97,114,32,105,61,101,46,95,119,97,116,99,104,101,114,44,111,61,105,46,103,101,116,83,99,114,111,108,108,80,111,115,40,41,59,101,46,95,105,110,102,105,110,105,116,101,46,114,101,99,121,99,108,101,40,111,44,99,41,125,125,41,41,125,59,105,102,40,33,117,41,123,105,102,40,102,41,114,101,116,117,114,110,32,111,46,101,118,101,114,121,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,109,111,117,110,116,101,100,125,41,41,63,112,40,41,58,40,116,104,105,115,46,95,114,101,113,117,101,115,116,71,114,111,117,112,115,61,114,44,116,104,105,115,46,116,114,105,103,103,101,114,40,34,114,101,110,100,101,114,34,44,123,110,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,33,117,38,38,101,46,95,114,101,110,100,101,114,101,114,46,114,101,110,100,101,114,73,116,101,109,115,40,111,41,44,112,40,41,125,125,41,41,44,100,59,104,46,99,114,101,97,116,101,65,110,100,73,110,115,101,114,116,40,111,44,99,41,125,114,101,116,117,114,110,32,112,40,41,44,100,125,125,44,110,46,95,114,101,113,117,101,115,116,65,112,112,101,110,100,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,46,99,97,99,104,101,59,116,104,105,115,46,95,105,115,80,114,111,99,101,115,115,105,110,103,40,41,124,124,40,110,38,38,110,46,108,101,110,103,116,104,63,116,104,105,115,46,95,112,111,115,116,67,97,99,104,101,40,123,99,97,99,104,101,58,110,44,105,115,65,112,112,101,110,100,58,33,48,125,41,58,116,104,105,115,46,116,114,105,103,103,101,114,40,34,97,112,112,101,110,100,34,44,123,105,115,84,114,117,115,116,101,100,58,33,48,44,103,114,111,117,112,75,101,121,58,116,104,105,115,46,103,101,116,71,114,111,117,112,75,101,121,115,40,41,46,112,111,112,40,41,124,124,34,34,44,115,116,97,114,116,76,111,97,100,105,110,103,58,102,117,110,99,116,105,111,110,40,116,41,123,101,46,115,116,97,114,116,76,111,97,100,105,110,103,40,33,48,44,116,41,125,44,101,110,100,76,111,97,100,105,110,103,58,102,117,110,99,116,105,111,110,40,116,41,123,101,46,101,110,100,76,111,97,100,105,110,103,40,116,41,125,125,41,41,125,44,110,46,95,114,101,113,117,101,115,116,80,114,101,112,101,110,100,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,46,99,97,99,104,101,59,116,104,105,115,46,95,102,105,116,40,116,104,105,115,46,111,112,116,105,111,110,115,46,117,115,101,70,105,116,124,124,33,110,124,124,33,110,46,108,101,110,103,116,104,41,44,116,104,105,115,46,95,105,115,80,114,111,99,101,115,115,105,110,103,40,41,124,124,40,110,38,38,110,46,108,101,110,103,116,104,63,116,104,105,115,46,95,112,111,115,116,67,97,99,104,101,40,123,99,97,99,104,101,58,110,44,105,115,65,112,112,101,110,100,58,33,49,125,41,58,116,104,105,115,46,116,114,105,103,103,101,114,40,34,112,114,101,112,101,110,100,34,44,123,105,115,84,114,117,115,116,101,100,58,33,48,44,103,114,111,117,112,75,101,121,58,116,104,105,115,46,103,101,116,71,114,111,117,112,75,101,121,115,40,41,46,115,104,105,102,116,40,41,44,115,116,97,114,116,76,111,97,100,105,110,103,58,102,117,110,99,116,105,111,110,40,116,41,123,101,46,115,116,97,114,116,76,111,97,100,105,110,103,40,33,49,44,116,41,125,44,101,110,100,76,111,97,100,105,110,103,58,102,117,110,99,116,105,111,110,40,116,41,123,101,46,101,110,100,76,111,97,100,105,110,103,40,116,41,125,125,41,41,125,44,110,46,95,111,110,82,101,115,105,122,101,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,108,97,121,111,117,116,40,33,48,41,125,44,110,46,95,115,101,116,67,117,114,115,111,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,95,105,110,102,105,110,105,116,101,44,114,61,110,46,103,101,116,67,117,114,115,111,114,115,40,41,44,105,61,114,91,48,93,44,111,61,114,91,49,93,59,110,46,115,101,116,67,117,114,115,111,114,40,34,115,116,97,114,116,34,44,116,41,44,110,46,115,101,116,67,117,114,115,111,114,40,34,101,110,100,34,44,101,41,59,118,97,114,32,97,61,116,104,105,115,46,95,114,101,99,121,99,108,101,40,91,123,115,116,97,114,116,58,105,44,101,110,100,58,116,45,49,125,44,123,115,116,97,114,116,58,101,43,49,44,101,110,100,58,111,125,93,41,59,97,124,124,40,116,104,105,115,46,95,114,101,113,117,101,115,116,71,114,111,117,112,115,61,91,93,44,116,104,105,115,46,116,114,105,103,103,101,114,40,34,114,101,110,100,101,114,34,44,123,110,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,125,125,41,41,125,44,110,46,95,111,110,67,104,101,99,107,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,105,115,70,111,114,119,97,114,100,44,110,61,116,46,115,99,114,111,108,108,80,111,115,44,114,61,116,46,104,111,114,105,122,111,110,116,97,108,44,105,61,116,46,111,114,103,83,99,114,111,108,108,80,111,115,59,116,104,105,115,46,116,114,105,103,103,101,114,40,34,99,104,97,110,103,101,34,44,123,105,115,70,111,114,119,97,114,100,58,101,44,104,111,114,105,122,111,110,116,97,108,58,114,44,115,99,114,111,108,108,80,111,115,58,110,44,111,114,103,83,99,114,111,108,108,80,111,115,58,105,125,41,44,116,104,105,115,46,95,105,110,102,105,110,105,116,101,46,115,99,114,111,108,108,40,110,41,125,44,110,46,95,111,110,76,97,121,111,117,116,67,111,109,112,108,101,116,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,46,105,116,101,109,115,44,114,61,116,46,105,115,65,112,112,101,110,100,44,105,61,116,46,105,115,84,114,117,115,116,101,100,44,111,61,118,111,105,100,32,48,33,61,61,105,38,38,105,44,97,61,116,46,117,115,101,82,101,99,121,99,108,101,44,115,61,118,111,105,100,32,48,61,61,61,97,63,116,104,105,115,46,111,112,116,105,111,110,115,46,117,115,101,82,101,99,121,99,108,101,58,97,44,99,61,116,46,102,114,111,109,67,97,99,104,101,44,117,61,118,111,105,100,32,48,33,61,61,99,38,38,99,44,108,61,116,46,105,115,76,97,121,111,117,116,44,102,61,118,111,105,100,32,48,33,61,61,108,38,38,108,44,104,61,116,104,105,115,46,95,114,101,110,100,101,114,101,114,46,103,101,116,86,105,101,119,83,105,122,101,40,41,59,114,63,116,104,105,115,46,105,115,76,111,97,100,105,110,103,40,41,38,38,116,104,105,115,46,95,114,101,110,100,101,114,76,111,97,100,105,110,103,40,41,58,116,104,105,115,46,95,102,105,116,40,41,59,118,97,114,32,100,61,116,104,105,115,46,95,119,97,116,99,104,101,114,44,112,61,100,46,103,101,116,83,99,114,111,108,108,80,111,115,40,41,59,102,124,124,33,115,124,124,116,104,105,115,46,105,115,76,111,97,100,105,110,103,40,41,124,124,116,104,105,115,46,95,105,110,102,105,110,105,116,101,46,114,101,99,121,99,108,101,40,112,44,114,41,59,118,97,114,32,118,61,116,104,105,115,46,95,103,101,116,69,100,103,101,86,97,108,117,101,40,34,101,110,100,34,41,59,114,38,38,40,116,104,105,115,46,95,115,101,116,67,111,110,116,97,105,110,101,114,83,105,122,101,40,118,43,116,104,105,115,46,95,115,116,97,116,117,115,46,108,111,97,100,105,110,103,83,105,122,101,124,124,48,41,44,34,110,117,109,98,101,114,34,61,61,61,116,121,112,101,111,102,32,112,38,38,112,62,48,38,38,33,97,116,38,38,116,104,105,115,46,95,115,99,114,111,108,108,84,111,40,112,41,41,44,116,104,105,115,46,116,114,105,103,103,101,114,40,34,108,97,121,111,117,116,67,111,109,112,108,101,116,101,34,44,123,116,97,114,103,101,116,58,110,46,99,111,110,99,97,116,40,41,44,105,115,65,112,112,101,110,100,58,33,33,114,44,105,115,84,114,117,115,116,101,100,58,111,44,102,114,111,109,67,97,99,104,101,58,117,44,105,115,76,97,121,111,117,116,58,102,44,105,115,83,99,114,111,108,108,58,104,60,100,46,103,101,116,67,111,110,116,97,105,110,101,114,79,102,102,115,101,116,40,41,43,118,44,115,99,114,111,108,108,80,111,115,58,112,44,111,114,103,83,99,114,111,108,108,80,111,115,58,100,46,103,101,116,79,114,103,83,99,114,111,108,108,80,111,115,40,41,44,115,105,122,101,58,118,44,101,110,100,76,111,97,100,105,110,103,58,102,117,110,99,116,105,111,110,40,116,41,123,101,46,101,110,100,76,111,97,100,105,110,103,40,116,41,125,125,41,44,116,104,105,115,46,95,105,110,102,105,110,105,116,101,46,115,99,114,111,108,108,40,112,41,125,44,110,46,95,102,105,114,115,116,76,97,121,111,117,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,95,114,101,110,100,101,114,101,114,44,101,61,116,104,105,115,46,95,105,110,102,105,110,105,116,101,44,110,61,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,44,114,61,116,104,105,115,46,111,112,116,105,111,110,115,46,97,116,116,114,105,98,117,116,101,80,114,101,102,105,120,44,105,61,68,116,40,116,46,99,111,110,116,97,105,110,101,114,46,99,104,105,108,100,114,101,110,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,45,49,61,61,61,116,46,99,108,97,115,115,78,97,109,101,46,105,110,100,101,120,79,102,40,117,116,41,125,41,41,44,111,61,105,46,108,101,110,103,116,104,62,48,59,105,102,40,110,46,115,105,122,101,40,41,41,111,38,38,110,46,112,108,117,99,107,40,34,105,116,101,109,115,34,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,108,61,105,91,101,93,125,41,41,59,101,108,115,101,123,105,102,40,33,111,41,114,101,116,117,114,110,32,116,46,103,101,116,67,111,110,116,97,105,110,101,114,83,105,122,101,40,41,38,38,116,46,115,101,116,67,111,110,116,97,105,110,101,114,83,105,122,101,40,48,41,44,116,104,105,115,46,95,114,101,113,117,101,115,116,65,112,112,101,110,100,40,123,125,41,44,116,104,105,115,59,118,97,114,32,97,61,34,34,43,116,104,105,115,46,95,103,101,116,82,97,110,100,111,109,75,101,121,40,41,59,105,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,103,101,116,65,116,116,114,105,98,117,116,101,40,114,43,34,103,114,111,117,112,107,101,121,34,41,59,34,115,116,114,105,110,103,34,33,61,61,116,121,112,101,111,102,32,101,38,38,40,101,61,97,41,44,97,61,101,44,110,46,105,110,115,101,114,116,40,123,103,114,111,117,112,75,101,121,58,101,44,101,108,58,116,125,41,125,41,41,125,118,97,114,32,115,61,110,46,103,101,116,71,114,111,117,112,115,40,41,59,114,101,116,117,114,110,32,101,46,115,101,116,67,117,114,115,111,114,40,34,115,116,97,114,116,34,44,48,41,44,101,46,115,101,116,67,117,114,115,111,114,40,34,101,110,100,34,44,115,46,108,101,110,103,116,104,45,49,41,44,116,104,105,115,46,95,112,111,115,116,76,97,121,111,117,116,40,123,103,114,111,117,112,115,58,115,44,104,97,115,67,104,105,108,100,114,101,110,58,111,44,102,114,111,109,67,97,99,104,101,58,33,49,44,105,115,65,112,112,101,110,100,58,33,48,125,41,44,116,104,105,115,125,44,110,46,95,103,101,116,82,97,110,100,111,109,75,101,121,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,95,105,116,101,109,77,97,110,97,103,101,114,59,119,104,105,108,101,40,49,41,123,118,97,114,32,101,61,40,110,101,119,32,68,97,116,101,41,46,103,101,116,84,105,109,101,40,41,43,77,97,116,104,46,102,108,111,111,114,40,49,101,51,42,77,97,116,104,46,114,97,110,100,111,109,40,41,41,59,105,102,40,33,116,46,103,101,116,71,114,111,117,112,66,121,75,101,121,40,101,41,41,114,101,116,117,114,110,32,101,125,125,44,110,46,95,114,101,115,101,116,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,95,115,116,97,116,117,115,61,123,112,114,111,99,101,115,115,105,110,103,83,116,97,116,117,115,58,121,116,44,108,111,97,100,105,110,103,83,105,122,101,58,48,44,108,111,97,100,105,110,103,83,116,121,108,101,58,123,125,125,125,44,101,46,86,69,82,83,73,79,78,61,34,51,46,57,46,48,34,44,101,125,40,97,41,44,106,101,61,98,116,46,83,84,65,82,84,44,69,101,61,98,116,46,67,69,78,84,69,82,44,65,101,61,98,116,46,69,78,68,44,68,101,61,98,116,46,74,85,83,84,73,70,89,44,76,101,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,116,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,123,125,41,44,116,104,105,115,46,111,112,116,105,111,110,115,61,116,101,40,123,109,97,114,103,105,110,58,48,44,104,111,114,105,122,111,110,116,97,108,58,33,49,44,97,108,105,103,110,58,106,101,44,105,116,101,109,83,105,122,101,58,48,125,44,116,41,44,116,104,105,115,46,95,115,105,122,101,61,48,44,116,104,105,115,46,95,99,111,108,117,109,110,83,105,122,101,61,48,44,116,104,105,115,46,95,99,111,108,117,109,110,76,101,110,103,116,104,61,48,44,116,104,105,115,46,95,115,116,121,108,101,61,74,116,40,116,104,105,115,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,41,125,118,97,114,32,101,61,116,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,101,46,97,112,112,101,110,100,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,105,110,115,101,114,116,40,116,44,101,44,33,48,44,110,41,125,44,101,46,112,114,101,112,101,110,100,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,105,110,115,101,114,116,40,116,44,101,44,33,49,44,110,41,125,44,101,46,108,97,121,111,117,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,91,93,41,44,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,91,93,41,59,118,97,114,32,114,44,105,61,116,46,108,101,110,103,116,104,38,38,116,91,48,93,46,105,116,101,109,115,46,108,101,110,103,116,104,38,38,116,91,48,93,46,105,116,101,109,115,91,48,93,59,105,102,40,116,104,105,115,46,99,104,101,99,107,67,111,108,117,109,110,40,105,41,44,101,46,108,101,110,103,116,104,33,61,61,116,104,105,115,46,95,99,111,108,117,109,110,76,101,110,103,116,104,41,123,118,97,114,32,111,61,48,61,61,61,101,46,108,101,110,103,116,104,63,48,58,77,97,116,104,46,109,105,110,46,97,112,112,108,121,40,77,97,116,104,44,101,41,59,114,61,97,101,40,110,101,119,32,65,114,114,97,121,40,116,104,105,115,46,95,99,111,108,117,109,110,76,101,110,103,116,104,41,44,111,41,125,101,108,115,101,32,114,61,101,46,115,108,105,99,101,40,41,59,114,101,116,117,114,110,32,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,105,116,101,109,115,44,105,61,110,46,95,108,97,121,111,117,116,40,101,44,114,44,33,48,41,59,116,46,111,117,116,108,105,110,101,115,61,105,44,114,61,105,46,101,110,100,125,41,41,44,116,104,105,115,125,44,101,46,115,101,116,83,105,122,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,115,105,122,101,61,116,44,116,104,105,115,125,44,101,46,99,104,101,99,107,67,111,108,117,109,110,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,111,112,116,105,111,110,115,44,110,61,101,46,105,116,101,109,83,105,122,101,44,114,61,101,46,109,97,114,103,105,110,44,105,61,101,46,104,111,114,105,122,111,110,116,97,108,44,111,61,105,63,34,104,101,105,103,104,116,34,58,34,119,105,100,116,104,34,44,97,61,77,97,116,104,46,102,108,111,111,114,40,110,124,124,116,38,38,116,46,115,105,122,101,91,111,93,124,124,48,41,124,124,48,59,116,104,105,115,46,95,99,111,108,117,109,110,83,105,122,101,61,97,44,116,104,105,115,46,95,99,111,108,117,109,110,76,101,110,103,116,104,61,97,63,77,97,116,104,46,109,97,120,40,77,97,116,104,46,102,108,111,111,114,40,40,116,104,105,115,46,95,115,105,122,101,43,114,41,47,40,97,43,114,41,41,44,49,41,58,49,125,44,101,46,95,108,97,121,111,117,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,102,111,114,40,118,97,114,32,114,44,105,61,116,46,108,101,110,103,116,104,44,111,61,116,104,105,115,46,111,112,116,105,111,110,115,46,109,97,114,103,105,110,44,97,61,116,104,105,115,46,111,112,116,105,111,110,115,46,97,108,105,103,110,44,115,61,116,104,105,115,46,95,115,116,121,108,101,44,99,61,115,46,115,105,122,101,49,44,117,61,115,46,115,105,122,101,50,44,108,61,115,46,115,116,97,114,116,80,111,115,49,44,102,61,115,46,115,116,97,114,116,80,111,115,50,44,104,61,116,104,105,115,46,95,99,111,108,117,109,110,83,105,122,101,44,100,61,116,104,105,115,46,95,99,111,108,117,109,110,76,101,110,103,116,104,44,112,61,116,104,105,115,46,95,115,105,122,101,44,118,61,112,45,40,104,43,111,41,42,100,43,111,44,103,61,110,63,34,109,105,110,34,58,34,109,97,120,34,44,109,61,110,63,34,105,110,100,101,120,79,102,34,58,34,108,97,115,116,73,110,100,101,120,79,102,34,44,98,61,101,46,115,108,105,99,101,40,41,44,121,61,101,46,115,108,105,99,101,40,41,44,119,61,48,59,119,60,105,59,43,43,119,41,123,118,97,114,32,95,61,77,97,116,104,91,103,93,46,97,112,112,108,121,40,77,97,116,104,44,121,41,124,124,48,44,120,61,121,91,109,93,40,95,41,44,79,61,116,91,110,63,119,58,105,45,49,45,119,93,44,83,61,79,46,115,105,122,101,59,105,102,40,83,41,123,118,97,114,32,107,61,83,91,99,93,44,67,61,83,91,117,93,44,80,61,110,63,95,58,95,45,111,45,107,44,84,61,80,43,107,43,111,59,45,49,61,61,61,120,38,38,40,120,61,48,41,59,118,97,114,32,106,61,40,104,43,111,41,42,120,59,97,61,61,61,69,101,63,106,43,61,118,47,50,58,97,61,61,61,65,101,63,106,43,61,118,43,104,45,67,58,97,61,61,61,68,101,38,38,40,100,60,61,49,63,106,43,61,118,47,50,58,106,61,40,112,45,104,41,47,40,100,45,49,41,42,120,41,44,79,46,114,101,99,116,61,40,114,61,123,125,44,114,91,108,93,61,80,44,114,91,102,93,61,106,44,114,41,44,79,46,99,111,108,117,109,110,61,120,44,121,91,120,93,61,110,63,84,58,80,125,125,114,101,116,117,114,110,32,110,124,124,116,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,114,101,99,116,91,108,93,44,114,61,116,46,114,101,99,116,91,102,93,44,105,61,101,46,114,101,99,116,91,108,93,44,111,61,101,46,114,101,99,116,91,102,93,59,114,101,116,117,114,110,32,110,45,105,63,110,45,105,58,114,45,111,125,41,41,44,123,115,116,97,114,116,58,110,63,98,58,121,44,101,110,100,58,110,63,121,58,98,125,125,44,101,46,95,105,110,115,101,114,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,91,93,41,44,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,91,93,41,59,118,97,114,32,105,61,114,63,116,58,110,101,40,116,41,44,111,61,101,59,116,104,105,115,46,95,99,111,108,117,109,110,76,101,110,103,116,104,124,124,116,104,105,115,46,99,104,101,99,107,67,111,108,117,109,110,40,116,91,48,93,41,44,101,46,108,101,110,103,116,104,33,61,61,116,104,105,115,46,95,99,111,108,117,109,110,76,101,110,103,116,104,38,38,40,111,61,97,101,40,110,101,119,32,65,114,114,97,121,40,116,104,105,115,46,95,99,111,108,117,109,110,76,101,110,103,116,104,41,44,101,46,108,101,110,103,116,104,38,38,77,97,116,104,91,110,63,34,109,105,110,34,58,34,109,97,120,34,93,46,97,112,112,108,121,40,77,97,116,104,44,101,41,124,124,48,41,41,59,118,97,114,32,97,61,116,104,105,115,46,95,108,97,121,111,117,116,40,105,44,111,44,110,41,59,114,101,116,117,114,110,123,105,116,101,109,115,58,105,44,111,117,116,108,105,110,101,115,58,97,125,125,44,116,125,40,41,59,102,117,110,99,116,105,111,110,32,77,101,40,116,44,101,44,110,44,114,44,105,44,111,41,123,102,111,114,40,118,97,114,32,97,61,110,59,97,60,110,43,111,59,43,43,97,41,102,111,114,40,118,97,114,32,115,61,114,59,115,60,114,43,105,59,43,43,115,41,101,61,61,61,116,91,97,93,91,115,93,38,38,40,116,91,97,93,91,115,93,61,48,41,125,102,117,110,99,116,105,111,110,32,73,101,40,116,44,101,44,110,44,114,44,105,44,111,41,123,102,111,114,40,118,97,114,32,97,61,123,108,101,102,116,58,114,44,116,111,112,58,110,44,116,121,112,101,58,101,44,119,105,100,116,104,58,49,44,104,101,105,103,104,116,58,49,125,44,115,61,114,59,115,60,105,59,43,43,115,41,123,105,102,40,116,91,110,93,91,115,93,33,61,61,101,41,98,114,101,97,107,59,97,46,119,105,100,116,104,61,115,45,114,43,49,125,102,111,114,40,115,61,110,59,115,60,111,59,43,43,115,41,123,105,102,40,116,91,115,93,91,114,93,33,61,61,101,41,98,114,101,97,107,59,97,46,104,101,105,103,104,116,61,115,45,110,43,49,125,114,101,116,117,114,110,32,77,101,40,116,44,101,44,110,44,114,44,97,46,119,105,100,116,104,44,97,46,104,101,105,103,104,116,41,44,97,125,102,117,110,99,116,105,111,110,32,36,101,40,116,41,123,102,111,114,40,118,97,114,32,101,61,116,46,108,101,110,103,116,104,44,110,61,101,63,116,91,48,93,46,108,101,110,103,116,104,58,48,44,114,61,91,93,44,105,61,48,59,105,60,101,59,43,43,105,41,102,111,114,40,118,97,114,32,111,61,48,59,111,60,110,59,43,43,111,41,123,118,97,114,32,97,61,116,91,105,93,91,111,93,59,97,38,38,114,46,112,117,115,104,40,73,101,40,116,44,97,44,105,44,111,44,110,44,101,41,41,125,114,101,116,117,114,110,32,114,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,116,121,112,101,60,101,46,116,121,112,101,63,45,49,58,49,125,41,41,44,123,115,104,97,112,101,115,58,114,44,119,105,100,116,104,58,110,44,104,101,105,103,104,116,58,101,125,125,118,97,114,32,70,101,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,116,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,123,125,41,44,116,104,105,115,46,111,112,116,105,111,110,115,61,116,101,40,123,109,97,114,103,105,110,58,48,44,104,111,114,105,122,111,110,116,97,108,58,33,49,44,105,116,101,109,83,105,122,101,58,48,44,102,114,97,109,101,58,91,93,44,102,114,97,109,101,70,105,108,108,58,33,48,125,44,116,41,59,118,97,114,32,101,61,116,104,105,115,46,111,112,116,105,111,110,115,46,102,114,97,109,101,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,108,105,99,101,40,41,125,41,41,59,116,104,105,115,46,95,105,116,101,109,83,105,122,101,61,116,104,105,115,46,111,112,116,105,111,110,115,46,105,116,101,109,83,105,122,101,124,124,48,44,116,104,105,115,46,95,115,104,97,112,101,115,61,36,101,40,101,41,44,116,104,105,115,46,95,115,105,122,101,61,48,44,116,104,105,115,46,95,115,116,121,108,101,61,74,116,40,116,104,105,115,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,41,125,118,97,114,32,101,61,116,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,101,46,108,97,121,111,117,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,91,93,41,44,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,91,93,41,59,102,111,114,40,118,97,114,32,110,61,116,46,108,101,110,103,116,104,44,114,61,101,44,105,61,48,59,105,60,110,59,43,43,105,41,123,118,97,114,32,111,61,116,91,105,93,44,97,61,116,104,105,115,46,95,108,97,121,111,117,116,40,111,46,105,116,101,109,115,44,114,44,33,48,41,59,111,46,111,117,116,108,105,110,101,115,61,97,44,114,61,97,46,101,110,100,125,114,101,116,117,114,110,32,116,104,105,115,125,44,101,46,115,101,116,83,105,122,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,115,105,122,101,61,116,44,116,104,105,115,125,44,101,46,97,112,112,101,110,100,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,105,110,115,101,114,116,40,116,44,101,44,33,48,44,110,41,125,44,101,46,112,114,101,112,101,110,100,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,105,110,115,101,114,116,40,116,44,101,44,33,49,44,110,41,125,44,101,46,95,103,101,116,73,116,101,109,83,105,122,101,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,99,104,101,99,107,73,116,101,109,83,105,122,101,40,41,44,116,104,105,115,46,95,105,116,101,109,83,105,122,101,125,44,101,46,95,99,104,101,99,107,73,116,101,109,83,105,122,101,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,104,105,115,46,111,112,116,105,111,110,115,46,105,116,101,109,83,105,122,101,41,116,104,105,115,46,95,105,116,101,109,83,105,122,101,61,116,104,105,115,46,111,112,116,105,111,110,115,46,105,116,101,109,83,105,122,101,59,101,108,115,101,123,118,97,114,32,116,61,116,104,105,115,46,95,115,116,121,108,101,44,101,61,116,46,115,105,122,101,50,44,110,61,116,104,105,115,46,111,112,116,105,111,110,115,46,109,97,114,103,105,110,59,116,104,105,115,46,95,105,116,101,109,83,105,122,101,61,40,116,104,105,115,46,95,115,105,122,101,43,110,41,47,116,104,105,115,46,95,115,104,97,112,101,115,91,101,93,45,110,125,125,44,101,46,95,108,97,121,111,117,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,59,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,91,93,41,59,118,97,114,32,105,61,116,46,108,101,110,103,116,104,44,111,61,116,104,105,115,46,95,115,116,121,108,101,44,97,61,116,104,105,115,46,111,112,116,105,111,110,115,44,115,61,97,46,109,97,114,103,105,110,44,99,61,97,46,102,114,97,109,101,70,105,108,108,44,117,61,111,46,115,105,122,101,49,44,108,61,111,46,115,105,122,101,50,44,102,61,111,46,115,116,97,114,116,80,111,115,49,44,104,61,111,46,115,116,97,114,116,80,111,115,50,44,100,61,116,104,105,115,46,95,103,101,116,73,116,101,109,83,105,122,101,40,41,44,112,61,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,100,44,118,61,112,63,100,91,108,93,58,100,44,103,61,112,63,100,91,117,93,58,100,44,109,61,116,104,105,115,46,95,115,104,97,112,101,115,91,108,93,44,98,61,116,104,105,115,46,95,115,104,97,112,101,115,46,115,104,97,112,101,115,44,121,61,98,46,108,101,110,103,116,104,44,119,61,97,101,40,110,101,119,32,65,114,114,97,121,40,109,41,44,100,116,41,44,95,61,97,101,40,110,101,119,32,65,114,114,97,121,40,109,41,44,100,116,41,44,120,61,48,44,79,61,48,59,105,102,40,33,121,41,114,101,116,117,114,110,123,115,116,97,114,116,58,101,44,101,110,100,58,101,125,59,102,111,114,40,118,97,114,32,83,61,48,59,83,60,105,59,83,43,61,121,41,123,102,111,114,40,118,97,114,32,107,61,48,59,107,60,121,38,38,83,43,107,60,105,59,43,43,107,41,123,102,111,114,40,118,97,114,32,67,61,116,91,83,43,107,93,44,80,61,98,91,107,93,44,84,61,80,91,102,93,44,106,61,80,91,104,93,44,69,61,80,91,117,93,44,65,61,80,91,108,93,44,68,61,79,45,120,43,84,42,40,103,43,115,41,44,76,61,106,42,40,118,43,115,41,44,77,61,69,42,40,103,43,115,41,45,115,44,73,61,65,42,40,118,43,115,41,45,115,44,36,61,106,59,36,60,106,43,65,38,38,36,60,109,59,43,43,36,41,119,91,36,93,61,61,61,100,116,38,38,40,119,91,36,93,61,68,41,44,119,91,36,93,61,77,97,116,104,46,109,105,110,40,119,91,36,93,44,68,41,44,95,91,36,93,61,77,97,116,104,46,109,97,120,40,95,91,36,93,44,68,43,77,43,115,41,59,67,46,114,101,99,116,61,40,114,61,123,125,44,114,91,102,93,61,68,44,114,91,104,93,61,76,44,114,91,117,93,61,77,44,114,91,108,93,61,73,44,114,41,125,105,102,40,79,61,77,97,116,104,46,109,97,120,46,97,112,112,108,121,40,77,97,116,104,44,95,41,44,48,61,61,61,83,41,105,102,40,99,41,123,120,61,79,59,102,111,114,40,107,61,48,59,107,60,109,59,43,43,107,41,119,91,107,93,33,61,61,100,116,38,38,40,120,61,77,97,116,104,46,109,105,110,40,119,91,107,93,43,79,45,95,91,107,93,44,120,41,41,125,101,108,115,101,32,120,61,48,125,102,111,114,40,83,61,48,59,83,60,109,59,43,43,83,41,119,91,83,93,61,61,61,100,116,38,38,40,119,91,83,93,61,77,97,116,104,46,109,97,120,46,97,112,112,108,121,40,77,97,116,104,44,119,41,44,95,91,83,93,61,119,91,83,93,41,59,118,97,114,32,70,61,110,63,119,58,95,44,66,61,48,61,61,61,101,46,108,101,110,103,116,104,63,48,58,77,97,116,104,91,110,63,34,109,97,120,34,58,34,109,105,110,34,93,46,97,112,112,108,121,40,77,97,116,104,44,101,41,44,82,61,110,63,48,58,79,59,105,102,40,99,38,38,101,46,108,101,110,103,116,104,61,61,61,109,41,123,82,61,45,100,116,59,102,111,114,40,83,61,48,59,83,60,109,59,43,43,83,41,119,91,83,93,33,61,61,95,91,83,93,38,38,40,82,61,77,97,116,104,46,109,105,110,40,70,91,83,93,43,66,45,101,91,83,93,44,82,41,41,125,102,111,114,40,83,61,48,59,83,60,109,59,43,43,83,41,119,91,83,93,43,61,66,45,82,44,95,91,83,93,43,61,66,45,82,59,114,101,116,117,114,110,32,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,114,101,99,116,91,102,93,43,61,66,45,82,125,41,41,44,123,115,116,97,114,116,58,119,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,112,97,114,115,101,73,110,116,40,116,44,49,48,41,125,41,41,44,101,110,100,58,95,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,112,97,114,115,101,73,110,116,40,116,44,49,48,41,125,41,41,125,125,44,101,46,95,105,110,115,101,114,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,91,93,41,44,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,91,93,41,59,118,97,114,32,105,61,114,63,116,58,110,101,40,116,41,59,114,101,116,117,114,110,123,105,116,101,109,115,58,105,44,111,117,116,108,105,110,101,115,58,116,104,105,115,46,95,108,97,121,111,117,116,40,105,44,101,44,110,41,125,125,44,116,125,40,41,59,102,117,110,99,116,105,111,110,32,66,101,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,77,97,116,104,91,114,63,34,109,105,110,34,58,34,109,97,120,34,93,46,97,112,112,108,121,40,77,97,116,104,44,116,41,124,124,48,59,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,33,61,61,110,63,97,101,40,110,101,119,32,65,114,114,97,121,40,110,41,44,48,41,58,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,102,108,111,111,114,40,40,116,45,105,41,47,101,41,125,41,41,125,102,117,110,99,116,105,111,110,32,82,101,40,116,41,123,105,102,40,116,46,99,111,108,117,109,110,41,114,101,116,117,114,110,32,116,46,99,111,108,117,109,110,59,118,97,114,32,101,61,49,59,114,101,116,117,114,110,32,116,46,101,108,38,38,40,101,61,112,97,114,115,101,73,110,116,40,116,46,101,108,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,100,97,116,97,45,99,111,108,117,109,110,34,41,44,49,48,41,124,124,49,41,44,116,46,99,111,108,117,109,110,61,101,44,101,125,118,97,114,32,78,101,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,101,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,123,125,41,44,116,46,99,97,108,108,40,116,104,105,115,44,101,41,124,124,116,104,105,115,125,88,40,101,44,116,41,59,118,97,114,32,110,61,101,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,110,46,95,108,97,121,111,117,116,61,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,118,97,114,32,105,44,111,59,118,111,105,100,32,48,61,61,61,110,38,38,40,110,61,91,93,41,44,118,111,105,100,32,48,61,61,61,114,38,38,40,114,61,33,49,41,59,102,111,114,40,118,97,114,32,97,61,116,104,105,115,46,95,103,101,116,83,113,117,97,114,101,83,105,122,101,40,101,91,48,93,41,44,115,61,116,104,105,115,46,111,112,116,105,111,110,115,46,109,97,114,103,105,110,44,99,61,116,104,105,115,46,111,112,116,105,111,110,115,46,99,111,108,117,109,110,124,124,77,97,116,104,46,102,108,111,111,114,40,40,116,104,105,115,46,95,115,105,122,101,43,115,41,47,40,97,43,115,41,41,124,124,49,44,117,61,101,46,108,101,110,103,116,104,44,108,61,66,101,40,110,44,77,97,116,104,46,102,108,111,111,114,40,97,41,44,99,44,114,41,44,102,61,114,63,34,109,105,110,34,58,34,109,97,120,34,44,104,61,91,93,44,100,61,114,63,49,58,45,49,44,112,61,116,104,105,115,46,95,115,116,121,108,101,44,118,61,112,46,115,116,97,114,116,80,111,115,49,44,103,61,112,46,115,116,97,114,116,80,111,115,50,44,109,61,48,59,109,60,117,59,43,43,109,41,123,118,97,114,32,98,61,77,97,116,104,91,102,93,46,97,112,112,108,121,40,77,97,116,104,44,108,41,44,121,61,108,91,114,63,34,105,110,100,101,120,79,102,34,58,34,108,97,115,116,73,110,100,101,120,79,102,34,93,40,98,41,44,119,61,101,91,109,93,44,95,61,119,46,99,111,108,117,109,110,87,105,100,116,104,44,120,61,95,38,38,95,91,48,93,61,61,61,99,38,38,95,91,49,93,124,124,82,101,40,119,41,44,79,61,49,59,105,102,40,120,62,49,41,123,102,111,114,40,118,97,114,32,83,61,49,59,83,60,120,38,38,40,114,38,38,121,43,83,60,99,124,124,33,114,38,38,121,45,83,62,61,48,41,59,43,43,83,41,123,105,102,40,33,40,114,38,38,108,91,121,43,100,42,83,93,60,61,98,124,124,33,114,38,38,108,91,121,43,100,42,83,93,62,61,98,41,41,98,114,101,97,107,59,43,43,79,125,114,124,124,40,121,45,61,79,45,49,41,125,119,46,99,111,108,117,109,110,87,105,100,116,104,61,91,99,44,79,93,44,104,46,112,117,115,104,40,40,105,61,123,119,105,100,116,104,58,79,44,104,101,105,103,104,116,58,79,125,44,105,91,118,93,61,98,45,40,114,63,48,58,79,41,44,105,91,103,93,61,121,44,105,46,116,121,112,101,61,109,43,49,44,105,46,105,110,100,101,120,61,109,44,105,41,41,59,102,111,114,40,83,61,48,59,83,60,79,59,43,43,83,41,108,91,121,43,83,93,61,98,43,100,42,79,125,116,104,105,115,46,95,115,104,97,112,101,115,61,40,111,61,123,115,104,97,112,101,115,58,104,125,44,111,91,112,46,115,105,122,101,50,93,61,99,44,111,41,59,118,97,114,32,107,61,116,46,112,114,111,116,111,116,121,112,101,46,95,108,97,121,111,117,116,46,99,97,108,108,40,116,104,105,115,44,101,44,110,44,114,41,59,114,101,116,117,114,110,32,114,124,124,40,104,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,91,118,93,44,114,61,116,91,103,93,44,105,61,101,91,118,93,44,111,61,101,91,103,93,59,114,101,116,117,114,110,32,110,45,105,63,110,45,105,58,114,45,111,125,41,41,44,101,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,114,101,99,116,91,118,93,44,114,61,116,46,114,101,99,116,91,103,93,44,105,61,101,46,114,101,99,116,91,118,93,44,111,61,101,46,114,101,99,116,91,103,93,59,114,101,116,117,114,110,32,110,45,105,63,110,45,105,58,114,45,111,125,41,41,41,44,107,125,44,110,46,95,103,101,116,83,113,117,97,114,101,83,105,122,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,111,112,116,105,111,110,115,44,110,61,101,46,99,111,108,117,109,110,44,114,61,101,46,109,97,114,103,105,110,44,105,61,101,46,105,116,101,109,83,105,122,101,59,105,102,40,110,41,116,104,105,115,46,95,105,116,101,109,83,105,122,101,61,40,116,104,105,115,46,95,115,105,122,101,43,114,41,47,110,45,114,59,101,108,115,101,32,105,102,40,105,41,116,104,105,115,46,95,105,116,101,109,83,105,122,101,61,116,104,105,115,46,111,112,116,105,111,110,115,46,105,116,101,109,83,105,122,101,59,101,108,115,101,123,118,97,114,32,111,61,116,104,105,115,46,95,115,116,121,108,101,46,115,105,122,101,50,44,97,61,116,104,105,115,46,95,115,104,97,112,101,115,91,111,93,124,124,77,97,116,104,46,102,108,111,111,114,40,40,116,104,105,115,46,95,115,105,122,101,43,114,41,47,40,116,46,115,105,122,101,91,111,93,43,114,41,47,82,101,40,116,41,41,59,116,104,105,115,46,95,105,116,101,109,83,105,122,101,61,40,116,104,105,115,46,95,115,105,122,101,43,114,41,47,97,45,114,125,114,101,116,117,114,110,32,116,104,105,115,46,95,105,116,101,109,83,105,122,101,125,44,101,125,40,70,101,41,44,122,101,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,116,41,123,81,116,40,116,104,105,115,44,123,111,114,105,103,105,110,87,105,100,116,104,58,48,44,111,114,105,103,105,110,72,101,105,103,104,116,58,48,44,119,105,100,116,104,58,48,44,104,101,105,103,104,116,58,48,44,108,101,102,116,58,48,44,116,111,112,58,48,44,105,116,101,109,115,58,91,93,125,44,116,41,125,118,97,114,32,101,61,116,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,101,46,115,99,97,108,101,84,111,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,119,105,100,116,104,63,116,47,116,104,105,115,46,119,105,100,116,104,58,48,44,114,61,116,104,105,115,46,104,101,105,103,104,116,63,101,47,116,104,105,115,46,104,101,105,103,104,116,58,48,59,116,104,105,115,46,105,116,101,109,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,48,33,61,61,110,38,38,40,116,46,108,101,102,116,42,61,110,44,116,46,119,105,100,116,104,42,61,110,41,44,48,33,61,61,114,38,38,40,116,46,116,111,112,42,61,114,44,116,46,104,101,105,103,104,116,42,61,114,41,125,41,41,44,116,104,105,115,46,119,105,100,116,104,61,116,44,116,104,105,115,46,104,101,105,103,104,116,61,101,125,44,101,46,112,117,115,104,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,105,116,101,109,115,46,112,117,115,104,40,116,41,125,44,101,46,103,101,116,79,114,105,103,105,110,83,105,122,101,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,111,114,105,103,105,110,87,105,100,116,104,42,116,104,105,115,46,111,114,105,103,105,110,72,101,105,103,104,116,125,44,101,46,103,101,116,83,105,122,101,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,119,105,100,116,104,42,116,104,105,115,46,104,101,105,103,104,116,125,44,101,46,103,101,116,79,114,105,103,105,110,82,97,116,105,111,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,48,61,61,61,116,104,105,115,46,111,114,105,103,105,110,72,101,105,103,104,116,63,48,58,116,104,105,115,46,111,114,105,103,105,110,87,105,100,116,104,47,116,104,105,115,46,111,114,105,103,105,110,72,101,105,103,104,116,125,44,101,46,103,101,116,82,97,116,105,111,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,48,61,61,61,116,104,105,115,46,104,101,105,103,104,116,63,48,58,116,104,105,115,46,119,105,100,116,104,47,116,104,105,115,46,104,101,105,103,104,116,125,44,116,125,40,41,59,102,117,110,99,116,105,111,110,32,86,101,40,116,44,101,41,123,118,97,114,32,110,61,116,47,101,59,114,101,116,117,114,110,32,110,60,49,38,38,40,110,61,49,47,110,41,44,110,45,49,125,102,117,110,99,116,105,111,110,32,72,101,40,116,44,101,44,110,44,114,44,105,41,123,116,46,104,101,105,103,104,116,61,110,46,104,101,105,103,104,116,44,116,46,119,105,100,116,104,61,110,46,119,105,100,116,104,44,101,46,104,101,105,103,104,116,61,114,46,104,101,105,103,104,116,44,101,46,119,105,100,116,104,61,114,46,119,105,100,116,104,44,105,63,40,116,46,116,111,112,61,101,46,116,111,112,43,101,46,104,101,105,103,104,116,44,116,46,108,101,102,116,61,101,46,108,101,102,116,41,58,40,116,46,108,101,102,116,61,101,46,108,101,102,116,43,101,46,119,105,100,116,104,44,116,46,116,111,112,61,101,46,116,111,112,41,125,118,97,114,32,85,101,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,116,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,123,125,41,44,116,104,105,115,46,111,112,116,105,111,110,115,61,116,101,40,123,109,97,114,103,105,110,58,48,44,104,111,114,105,122,111,110,116,97,108,58,33,49,44,97,115,112,101,99,116,82,97,116,105,111,58,49,44,115,105,122,101,87,101,105,103,104,116,58,49,44,114,97,116,105,111,87,101,105,103,104,116,58,49,125,44,116,41,44,116,104,105,115,46,95,115,105,122,101,61,48,44,116,104,105,115,46,95,115,116,121,108,101,61,74,116,40,116,104,105,115,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,41,125,118,97,114,32,101,61,116,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,101,46,97,112,112,101,110,100,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,105,110,115,101,114,116,40,116,44,101,44,33,48,44,110,41,125,44,101,46,112,114,101,112,101,110,100,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,105,110,115,101,114,116,40,116,44,101,44,33,49,44,110,41,125,44,101,46,108,97,121,111,117,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,91,93,41,44,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,91,93,41,59,102,111,114,40,118,97,114,32,110,61,116,46,108,101,110,103,116,104,44,114,61,101,44,105,61,48,59,105,60,110,59,43,43,105,41,123,118,97,114,32,111,61,116,91,105,93,44,97,61,116,104,105,115,46,95,108,97,121,111,117,116,40,111,46,105,116,101,109,115,44,114,44,33,48,41,59,111,46,111,117,116,108,105,110,101,115,61,97,44,114,61,97,46,101,110,100,125,114,101,116,117,114,110,32,116,104,105,115,125,44,101,46,115,101,116,83,105,122,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,115,105,122,101,61,116,44,116,104,105,115,125,44,101,46,95,102,105,110,100,66,101,115,116,70,105,116,65,114,101,97,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,48,61,61,61,116,46,103,101,116,82,97,116,105,111,40,41,41,114,101,116,117,114,110,32,116,46,111,114,105,103,105,110,87,105,100,116,104,61,101,46,119,105,100,116,104,44,116,46,111,114,105,103,105,110,72,101,105,103,104,116,61,101,46,104,101,105,103,104,116,44,116,46,119,105,100,116,104,61,101,46,119,105,100,116,104,44,118,111,105,100,40,116,46,104,101,105,103,104,116,61,101,46,104,101,105,103,104,116,41,59,118,97,114,32,110,44,114,61,49,101,55,44,105,61,33,49,44,111,61,123,119,105,100,116,104,58,48,44,104,101,105,103,104,116,58,48,125,44,97,61,123,119,105,100,116,104,58,48,44,104,101,105,103,104,116,58,48,125,44,115,61,116,104,105,115,46,111,112,116,105,111,110,115,44,99,61,115,46,115,105,122,101,87,101,105,103,104,116,44,117,61,115,46,114,97,116,105,111,87,101,105,103,104,116,59,116,46,105,116,101,109,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,115,44,108,61,86,101,40,116,46,103,101,116,79,114,105,103,105,110,83,105,122,101,40,41,44,116,46,103,101,116,83,105,122,101,40,41,41,42,99,44,102,61,86,101,40,116,46,103,101,116,79,114,105,103,105,110,82,97,116,105,111,40,41,44,116,46,103,101,116,82,97,116,105,111,40,41,41,42,117,44,104,61,116,46,119,105,100,116,104,44,100,61,116,46,104,101,105,103,104,116,44,112,61,48,59,112,60,50,59,43,43,112,41,123,118,97,114,32,118,61,118,111,105,100,32,48,44,103,61,118,111,105,100,32,48,44,109,61,118,111,105,100,32,48,44,98,61,118,111,105,100,32,48,59,48,61,61,61,112,63,40,118,61,104,44,103,61,100,42,40,101,46,104,101,105,103,104,116,47,40,116,46,111,114,105,103,105,110,72,101,105,103,104,116,43,101,46,104,101,105,103,104,116,41,41,44,109,61,104,44,98,61,100,45,103,41,58,40,103,61,100,44,118,61,104,42,40,101,46,119,105,100,116,104,47,40,116,46,111,114,105,103,105,110,87,105,100,116,104,43,101,46,119,105,100,116,104,41,41,44,98,61,100,44,109,61,104,45,118,41,59,118,97,114,32,121,61,118,42,103,44,119,61,118,47,103,44,95,61,109,42,98,44,120,61,98,47,98,59,115,61,86,101,40,101,46,103,101,116,83,105,122,101,40,41,44,121,41,42,99,44,115,43,61,86,101,40,101,46,103,101,116,82,97,116,105,111,40,41,44,119,41,42,117,44,115,43,61,86,101,40,116,46,103,101,116,79,114,105,103,105,110,83,105,122,101,40,41,44,95,41,42,99,45,108,44,115,43,61,86,101,40,116,46,103,101,116,79,114,105,103,105,110,82,97,116,105,111,40,41,44,120,41,42,117,45,102,44,115,61,61,61,77,97,116,104,46,109,105,110,40,115,44,114,41,38,38,40,114,61,115,44,110,61,116,44,105,61,48,61,61,61,112,44,111,46,119,105,100,116,104,61,118,44,111,46,104,101,105,103,104,116,61,103,44,97,46,119,105,100,116,104,61,109,44,97,46,104,101,105,103,104,116,61,98,41,125,125,41,41,44,72,101,40,101,44,110,44,111,44,97,44,105,41,125,44,101,46,95,108,97,121,111,117,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,59,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,91,93,41,59,118,97,114,32,105,61,116,104,105,115,46,95,115,116,121,108,101,44,111,61,116,104,105,115,46,111,112,116,105,111,110,115,44,97,61,111,46,104,111,114,105,122,111,110,116,97,108,44,115,61,111,46,97,115,112,101,99,116,82,97,116,105,111,44,99,61,111,46,109,97,114,103,105,110,44,117,61,105,46,115,116,97,114,116,80,111,115,49,44,108,61,116,104,105,115,46,95,115,105,122,101,42,40,97,63,115,58,49,41,44,102,61,116,104,105,115,46,95,115,105,122,101,47,40,97,63,49,58,115,41,44,104,61,97,63,108,58,102,44,100,61,101,101,40,101,41,44,112,61,110,63,77,97,116,104,46,109,97,120,46,97,112,112,108,121,40,77,97,116,104,44,100,41,58,77,97,116,104,46,109,105,110,46,97,112,112,108,121,40,77,97,116,104,44,100,41,45,104,45,99,44,118,61,112,43,104,43,99,44,103,61,110,101,119,32,122,101,40,123,125,41,59,114,101,116,117,114,110,32,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,111,114,103,83,105,122,101,44,110,61,101,46,119,105,100,116,104,44,105,61,101,46,104,101,105,103,104,116,44,111,61,110,101,119,32,122,101,40,123,119,105,100,116,104,58,110,44,104,101,105,103,104,116,58,105,44,111,114,105,103,105,110,87,105,100,116,104,58,110,44,111,114,105,103,105,110,72,101,105,103,104,116,58,105,125,41,59,114,46,95,102,105,110,100,66,101,115,116,70,105,116,65,114,101,97,40,103,44,111,41,44,103,46,112,117,115,104,40,111,41,44,103,46,115,99,97,108,101,84,111,40,108,43,99,44,102,43,99,41,125,41,41,44,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,103,46,105,116,101,109,115,91,101,93,44,114,61,110,46,119,105,100,116,104,44,105,61,110,46,104,101,105,103,104,116,44,111,61,110,46,116,111,112,44,97,61,110,46,108,101,102,116,59,116,46,114,101,99,116,61,123,116,111,112,58,111,44,108,101,102,116,58,97,44,119,105,100,116,104,58,114,45,99,44,104,101,105,103,104,116,58,105,45,99,125,44,116,46,114,101,99,116,91,117,93,43,61,112,125,41,41,44,123,115,116,97,114,116,58,91,112,93,44,101,110,100,58,91,118,93,125,125,44,101,46,95,105,110,115,101,114,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,91,93,41,44,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,91,93,41,59,118,97,114,32,105,61,114,63,116,58,110,101,40,116,41,59,114,101,116,117,114,110,123,105,116,101,109,115,58,105,44,111,117,116,108,105,110,101,115,58,116,104,105,115,46,95,108,97,121,111,117,116,40,105,44,101,44,110,41,125,125,44,116,125,40,41,59,102,117,110,99,116,105,111,110,32,87,101,40,116,44,101,44,110,41,123,118,97,114,32,114,61,123,125,44,105,61,123,125,59,105,91,101,93,61,48,59,118,97,114,32,111,44,97,44,115,44,99,44,117,44,108,44,102,44,104,44,100,61,110,101,119,32,89,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,99,111,115,116,125,41,41,59,100,46,112,117,115,104,40,123,118,97,108,117,101,58,101,44,99,111,115,116,58,48,125,41,59,119,104,105,108,101,40,100,46,115,105,122,101,40,41,41,102,111,114,40,118,97,114,32,112,32,105,110,32,111,61,100,46,112,111,112,40,41,44,97,61,111,46,118,97,108,117,101,44,115,61,111,46,99,111,115,116,44,99,61,116,40,97,41,124,124,123,125,44,99,41,117,61,99,91,112,93,44,108,61,115,43,117,44,102,61,105,91,112,93,44,104,61,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,105,91,112,93,44,40,104,124,124,102,62,108,41,38,38,40,105,91,112,93,61,108,44,100,46,112,117,115,104,40,123,118,97,108,117,101,58,112,44,99,111,115,116,58,108,125,41,44,114,91,112,93,61,97,41,59,105,102,40,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,105,91,110,93,41,123,118,97,114,32,118,61,91,34,67,111,117,108,100,32,110,111,116,32,102,105,110,100,32,97,32,112,97,116,104,32,102,114,111,109,32,34,44,101,44,34,32,116,111,32,34,44,110,44,34,46,34,93,46,106,111,105,110,40,34,34,41,59,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,118,41,125,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,113,101,40,116,44,101,41,123,118,97,114,32,110,61,91,93,44,114,61,101,59,119,104,105,108,101,40,114,41,110,46,112,117,115,104,40,114,41,44,114,61,116,91,114,93,59,114,101,116,117,114,110,32,110,46,114,101,118,101,114,115,101,40,41,44,110,125,102,117,110,99,116,105,111,110,32,71,101,40,116,44,101,44,110,41,123,118,97,114,32,114,61,87,101,40,116,44,101,44,110,41,59,114,101,116,117,114,110,32,113,101,40,114,44,110,41,125,118,97,114,32,89,101,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,116,41,123,116,104,105,115,46,99,111,110,116,101,110,116,61,91,93,44,116,104,105,115,46,115,99,111,114,101,70,117,110,99,116,105,111,110,61,116,125,118,97,114,32,101,61,116,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,101,46,112,117,115,104,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,99,111,110,116,101,110,116,46,112,117,115,104,40,116,41,44,116,104,105,115,46,98,117,98,98,108,101,85,112,40,116,104,105,115,46,99,111,110,116,101,110,116,46,108,101,110,103,116,104,45,49,41,125,44,101,46,112,111,112,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,110,116,101,110,116,91,48,93,44,101,61,116,104,105,115,46,99,111,110,116,101,110,116,46,112,111,112,40,41,59,114,101,116,117,114,110,32,116,104,105,115,46,99,111,110,116,101,110,116,46,108,101,110,103,116,104,62,48,38,38,40,116,104,105,115,46,99,111,110,116,101,110,116,91,48,93,61,101,44,116,104,105,115,46,115,105,110,107,68,111,119,110,40,48,41,41,44,116,125,44,101,46,115,105,122,101,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,111,110,116,101,110,116,46,108,101,110,103,116,104,125,44,101,46,98,117,98,98,108,101,85,112,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,44,110,61,116,104,105,115,46,99,111,110,116,101,110,116,91,101,93,59,119,104,105,108,101,40,101,62,48,41,123,118,97,114,32,114,61,77,97,116,104,46,102,108,111,111,114,40,40,101,43,49,41,47,50,41,45,49,44,105,61,116,104,105,115,46,99,111,110,116,101,110,116,91,114,93,59,105,102,40,33,40,116,104,105,115,46,115,99,111,114,101,70,117,110,99,116,105,111,110,40,110,41,60,116,104,105,115,46,115,99,111,114,101,70,117,110,99,116,105,111,110,40,105,41,41,41,98,114,101,97,107,59,116,104,105,115,46,99,111,110,116,101,110,116,91,114,93,61,110,44,116,104,105,115,46,99,111,110,116,101,110,116,91,101,93,61,105,44,101,61,114,125,125,44,101,46,115,105,110,107,68,111,119,110,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,116,104,105,115,46,99,111,110,116,101,110,116,46,108,101,110,103,116,104,44,114,61,116,104,105,115,46,99,111,110,116,101,110,116,91,116,93,44,105,61,116,104,105,115,46,115,99,111,114,101,70,117,110,99,116,105,111,110,40,114,41,59,119,104,105,108,101,40,49,41,123,118,97,114,32,111,61,50,42,40,116,43,49,41,44,97,61,111,45,49,44,115,61,110,117,108,108,59,105,102,40,97,60,110,41,123,118,97,114,32,99,61,116,104,105,115,46,99,111,110,116,101,110,116,91,97,93,59,101,61,116,104,105,115,46,115,99,111,114,101,70,117,110,99,116,105,111,110,40,99,41,44,101,60,105,38,38,40,115,61,97,41,125,105,102,40,111,60,110,41,123,118,97,114,32,117,61,116,104,105,115,46,99,111,110,116,101,110,116,91,111,93,44,108,61,116,104,105,115,46,115,99,111,114,101,70,117,110,99,116,105,111,110,40,117,41,59,108,60,40,110,117,108,108,61,61,115,63,105,58,101,41,38,38,40,115,61,111,41,125,105,102,40,110,117,108,108,61,61,61,115,41,98,114,101,97,107,59,116,104,105,115,46,99,111,110,116,101,110,116,91,116,93,61,116,104,105,115,46,99,111,110,116,101,110,116,91,115,93,44,116,104,105,115,46,99,111,110,116,101,110,116,91,115,93,61,114,44,116,61,115,125,125,44,116,125,40,41,44,75,101,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,116,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,123,125,41,44,116,104,105,115,46,111,112,116,105,111,110,115,61,116,101,40,123,109,97,114,103,105,110,58,48,44,104,111,114,105,122,111,110,116,97,108,58,33,49,44,109,105,110,83,105,122,101,58,48,44,109,97,120,83,105,122,101,58,48,44,99,111,108,117,109,110,58,91,49,44,56,93,44,114,111,119,58,48,125,44,116,41,44,116,104,105,115,46,95,115,116,121,108,101,61,74,116,40,116,104,105,115,46,111,112,116,105,111,110,115,46,104,111,114,105,122,111,110,116,97,108,41,44,116,104,105,115,46,95,115,105,122,101,61,48,125,118,97,114,32,101,61,116,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,101,46,115,101,116,83,105,122,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,115,105,122,101,61,116,44,116,104,105,115,125,44,101,46,97,112,112,101,110,100,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,105,110,115,101,114,116,40,116,44,101,44,33,48,44,110,41,125,44,101,46,112,114,101,112,101,110,100,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,105,110,115,101,114,116,40,116,44,101,44,33,49,44,110,41,125,44,101,46,108,97,121,111,117,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,91,93,41,44,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,91,93,41,59,102,111,114,40,118,97,114,32,110,61,116,46,108,101,110,103,116,104,44,114,61,101,44,105,61,48,59,105,60,110,59,43,43,105,41,123,118,97,114,32,111,61,116,91,105,93,44,97,61,116,104,105,115,46,95,108,97,121,111,117,116,40,111,46,105,116,101,109,115,44,114,44,33,48,41,59,111,46,111,117,116,108,105,110,101,115,61,97,44,114,61,97,46,101,110,100,125,114,101,116,117,114,110,32,116,104,105,115,125,44,101,46,95,108,97,121,111,117,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,46,111,112,116,105,111,110,115,46,114,111,119,44,105,61,91,93,59,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,38,38,40,105,61,114,63,116,104,105,115,46,95,103,101,116,82,111,119,80,97,116,104,40,116,41,58,116,104,105,115,46,95,103,101,116,80,97,116,104,40,116,41,41,44,116,104,105,115,46,95,115,101,116,83,116,121,108,101,40,116,44,105,44,101,44,110,41,125,44,101,46,95,103,101,116,80,97,116,104,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,46,108,101,110,103,116,104,44,114,61,116,104,105,115,46,111,112,116,105,111,110,115,46,99,111,108,117,109,110,44,105,61,103,101,40,114,41,63,114,58,91,114,44,114,93,44,111,61,105,91,48,93,44,97,61,105,91,49,93,44,115,61,102,117,110,99,116,105,111,110,40,114,41,123,102,111,114,40,118,97,114,32,105,61,123,125,44,115,61,112,97,114,115,101,73,110,116,40,114,44,49,48,41,44,99,61,77,97,116,104,46,109,105,110,40,115,43,111,44,110,41,59,99,60,61,110,59,43,43,99,41,123,105,102,40,99,45,115,62,97,41,98,114,101,97,107,59,118,97,114,32,117,61,101,46,95,103,101,116,67,111,115,116,40,116,44,115,44,99,41,59,117,60,48,38,38,99,61,61,61,110,38,38,40,117,61,48,41,44,105,91,34,34,43,99,93,61,77,97,116,104,46,112,111,119,40,117,44,50,41,125,114,101,116,117,114,110,32,105,125,59,114,101,116,117,114,110,32,71,101,40,115,44,34,48,34,44,34,34,43,110,41,125,44,101,46,95,103,101,116,82,111,119,80,97,116,104,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,116,104,105,115,46,111,112,116,105,111,110,115,46,99,111,108,117,109,110,44,114,61,116,104,105,115,46,111,112,116,105,111,110,115,46,114,111,119,44,105,61,103,101,40,110,41,63,110,58,91,110,44,110,93,44,111,61,103,101,40,114,41,63,114,58,91,114,44,114,93,44,97,61,116,104,105,115,46,95,103,101,116,82,111,119,76,105,110,107,40,116,44,123,112,97,116,104,58,91,48,93,44,99,111,115,116,58,48,44,108,101,110,103,116,104,58,48,44,99,117,114,114,101,110,116,78,111,100,101,58,48,125,44,105,44,111,41,59,114,101,116,117,114,110,32,110,117,108,108,33,61,61,40,101,61,110,117,108,108,61,61,61,97,124,124,118,111,105,100,32,48,61,61,61,97,63,118,111,105,100,32,48,58,97,46,112,97,116,104,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,43,116,125,41,41,41,38,38,118,111,105,100,32,48,33,61,61,101,63,101,58,91,93,125,44,101,46,95,103,101,116,82,111,119,76,105,110,107,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,110,91,48,93,44,111,61,114,91,48,93,44,97,61,114,91,49,93,44,115,61,116,46,108,101,110,103,116,104,44,99,61,101,46,112,97,116,104,44,117,61,101,46,108,101,110,103,116,104,44,108,61,101,46,99,111,115,116,44,102,61,101,46,99,117,114,114,101,110,116,78,111,100,101,59,105,102,40,102,60,115,38,38,40,97,60,61,117,124,124,102,43,105,62,115,41,41,123,118,97,114,32,104,61,109,101,40,115,45,102,44,110,41,44,100,61,104,42,77,97,116,104,46,97,98,115,40,116,104,105,115,46,95,103,101,116,67,111,115,116,40,116,44,102,44,115,41,41,59,114,101,116,117,114,110,32,74,40,74,40,123,125,44,101,41,44,123,108,101,110,103,116,104,58,117,43,49,44,112,97,116,104,58,81,40,99,44,91,115,93,41,44,99,117,114,114,101,110,116,78,111,100,101,58,115,44,99,111,115,116,58,108,43,100,44,105,115,79,118,101,114,58,33,48,125,41,125,114,101,116,117,114,110,32,102,62,61,115,63,74,40,74,40,123,125,44,101,41,44,123,99,117,114,114,101,110,116,78,111,100,101,58,115,44,105,115,79,118,101,114,58,111,62,117,124,124,97,60,117,125,41,58,116,104,105,115,46,95,115,101,97,114,99,104,82,111,119,76,105,110,107,40,116,44,101,44,115,44,110,44,114,41,125,44,101,46,95,115,101,97,114,99,104,82,111,119,76,105,110,107,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,41,123,102,111,114,40,118,97,114,32,111,61,114,91,48,93,44,97,61,114,91,49,93,44,115,61,101,46,99,117,114,114,101,110,116,78,111,100,101,44,99,61,101,46,112,97,116,104,44,117,61,101,46,108,101,110,103,116,104,44,108,61,101,46,99,111,115,116,44,102,61,77,97,116,104,46,109,105,110,40,110,44,115,43,97,41,44,104,61,91,93,44,100,61,115,43,111,59,100,60,61,102,59,43,43,100,41,105,102,40,100,33,61,61,115,41,123,118,97,114,32,112,61,77,97,116,104,46,97,98,115,40,116,104,105,115,46,95,103,101,116,67,111,115,116,40,116,44,115,44,100,41,41,44,118,61,116,104,105,115,46,95,103,101,116,82,111,119,76,105,110,107,40,116,44,123,112,97,116,104,58,81,40,99,44,91,100,93,41,44,108,101,110,103,116,104,58,117,43,49,44,99,111,115,116,58,108,43,112,44,99,117,114,114,101,110,116,78,111,100,101,58,100,125,44,114,44,105,41,59,118,38,38,104,46,112,117,115,104,40,118,41,125,114,101,116,117,114,110,32,104,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,105,115,79,118,101,114,44,114,61,101,46,105,115,79,118,101,114,59,105,102,40,110,33,61,61,114,41,114,101,116,117,114,110,32,110,63,49,58,45,49,59,118,97,114,32,111,61,109,101,40,116,46,108,101,110,103,116,104,44,105,41,44,97,61,109,101,40,101,46,108,101,110,103,116,104,44,105,41,59,114,101,116,117,114,110,32,111,45,97,124,124,116,46,99,111,115,116,45,101,46,99,111,115,116,125,41,41,44,104,91,48,93,125,44,101,46,95,103,101,116,83,105,122,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,46,111,112,116,105,111,110,115,46,109,97,114,103,105,110,44,105,61,116,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,114,41,123,114,101,116,117,114,110,32,116,43,114,46,111,114,103,83,105,122,101,91,110,93,47,114,46,111,114,103,83,105,122,101,91,101,93,125,41,44,48,41,59,114,101,116,117,114,110,40,116,104,105,115,46,95,115,105,122,101,45,114,42,40,116,46,108,101,110,103,116,104,45,49,41,41,47,105,125,44,101,46,95,103,101,116,67,111,115,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,46,95,115,116,121,108,101,44,105,61,114,46,115,105,122,101,49,44,111,61,114,46,115,105,122,101,50,44,97,61,116,104,105,115,46,95,103,101,116,83,105,122,101,40,116,46,115,108,105,99,101,40,101,44,110,41,44,105,44,111,41,44,115,61,116,104,105,115,46,111,112,116,105,111,110,115,46,109,105,110,83,105,122,101,124,124,48,44,99,61,116,104,105,115,46,111,112,116,105,111,110,115,46,109,97,120,83,105,122,101,124,124,49,47,48,59,114,101,116,117,114,110,32,105,115,70,105,110,105,116,101,40,99,41,63,97,60,115,63,77,97,116,104,46,112,111,119,40,97,45,115,44,50,41,43,77,97,116,104,46,112,111,119,40,99,44,50,41,58,97,62,99,63,77,97,116,104,46,112,111,119,40,97,45,99,44,50,41,43,77,97,116,104,46,112,111,119,40,99,44,50,41,58,77,97,116,104,46,109,105,110,40,97,45,99,44,115,45,97,41,58,97,60,115,63,77,97,116,104,46,109,97,120,40,77,97,116,104,46,112,111,119,40,115,44,50,41,44,77,97,116,104,46,112,111,119,40,97,44,50,41,41,58,97,45,115,125,44,101,46,95,115,101,116,83,116,121,108,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,59,118,111,105,100,32,48,61,61,61,110,38,38,40,110,61,91,93,41,59,102,111,114,40,118,97,114,32,111,61,116,104,105,115,46,95,115,116,121,108,101,44,97,61,111,46,115,116,97,114,116,80,111,115,49,44,115,61,111,46,115,105,122,101,49,44,99,61,111,46,115,116,97,114,116,80,111,115,50,44,117,61,111,46,115,105,122,101,50,44,108,61,101,46,108,101,110,103,116,104,44,102,61,116,104,105,115,46,111,112,116,105,111,110,115,46,109,97,114,103,105,110,44,104,61,110,91,48,93,124,124,48,44,100,61,104,44,112,61,48,44,118,61,48,59,118,60,108,45,49,59,43,43,118,41,123,102,111,114,40,118,97,114,32,103,61,112,97,114,115,101,73,110,116,40,101,91,118,93,44,49,48,41,44,109,61,112,97,114,115,101,73,110,116,40,101,91,118,43,49,93,44,49,48,41,44,98,61,116,46,115,108,105,99,101,40,103,44,109,41,44,121,61,98,46,108,101,110,103,116,104,44,119,61,116,104,105,115,46,95,103,101,116,83,105,122,101,40,98,44,115,44,117,41,44,95,61,100,44,120,61,48,59,120,60,121,59,43,43,120,41,123,118,97,114,32,79,61,98,91,120,93,44,83,61,79,46,111,114,103,83,105,122,101,91,117,93,47,79,46,111,114,103,83,105,122,101,91,115,93,42,119,44,107,61,48,61,61,61,120,63,48,58,98,91,120,45,49,93,46,114,101,99,116,44,67,61,107,63,107,91,99,93,43,107,91,117,93,43,102,58,48,59,79,46,114,101,99,116,61,40,105,61,123,125,44,105,91,97,93,61,95,44,105,91,99,93,61,67,44,105,91,115,93,61,119,44,105,91,117,93,61,83,44,105,41,125,112,43,61,102,43,119,44,100,61,104,43,112,125,118,97,114,32,80,61,116,46,108,101,110,103,116,104,59,105,102,40,114,41,114,101,116,117,114,110,123,115,116,97,114,116,58,91,104,93,44,101,110,100,58,91,100,93,125,59,102,111,114,40,118,61,48,59,118,60,80,59,43,43,118,41,123,79,61,116,91,118,93,59,79,46,114,101,99,116,91,97,93,45,61,112,125,114,101,116,117,114,110,123,115,116,97,114,116,58,91,104,45,112,93,44,101,110,100,58,91,104,93,125,125,44,101,46,95,105,110,115,101,114,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,91,93,41,44,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,91,93,41,59,118,97,114,32,105,61,114,63,116,58,110,101,40,116,41,59,114,101,116,117,114,110,123,105,116,101,109,115,58,105,44,111,117,116,108,105,110,101,115,58,116,104,105,115,46,95,108,97,121,111,117,116,40,105,44,101,44,110,41,125,125,44,116,125,40,41,44,88,101,61,84,101,44,90,101,61,110,40,34,50,98,48,101,34,41,59,10,47,42,42,10,32,32,42,32,118,117,101,45,99,108,97,115,115,45,99,111,109,112,111,110,101,110,116,32,118,55,46,50,46,54,10,32,32,42,32,40,99,41,32,50,48,49,53,45,112,114,101,115,101,110,116,32,69,118,97,110,32,89,111,117,10,32,32,42,32,64,108,105,99,101,110,115,101,32,77,73,84,10,32,32,42,47,10,102,117,110,99,116,105,111,110,32,74,101,40,116,41,123,114,101,116,117,114,110,32,74,101,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,34,115,121,109,98,111,108,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,121,112,101,111,102,32,116,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,83,121,109,98,111,108,38,38,116,33,61,61,83,121,109,98,111,108,46,112,114,111,116,111,116,121,112,101,63,34,115,121,109,98,111,108,34,58,116,121,112,101,111,102,32,116,125,44,74,101,40,116,41,125,102,117,110,99,116,105,111,110,32,81,101,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,102,117,110,99,116,105,111,110,32,116,110,40,116,41,123,114,101,116,117,114,110,32,101,110,40,116,41,124,124,110,110,40,116,41,124,124,114,110,40,41,125,102,117,110,99,116,105,111,110,32,101,110,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,123,102,111,114,40,118,97,114,32,101,61,48,44,110,61,110,101,119,32,65,114,114,97,121,40,116,46,108,101,110,103,116,104,41,59,101,60,116,46,108,101,110,103,116,104,59,101,43,43,41,110,91,101,93,61,116,91,101,93,59,114,101,116,117,114,110,32,110,125,125,102,117,110,99,116,105,111,110,32,110,110,40,116,41,123,105,102,40,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,116,41,124,124,34,91,111,98,106,101,99,116,32,65,114,103,117,109,101,110,116,115,93,34,61,61,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,41,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,40,116,41,125,102,117,110,99,116,105,111,110,32,114,110,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,115,112,114,101,97,100,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,34,41,125,102,117,110,99,116,105,111,110,32,111,110,40,41,123,114,101,116,117,114,110,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,82,101,102,108,101,99,116,38,38,82,101,102,108,101,99,116,46,100,101,102,105,110,101,77,101,116,97,100,97,116,97,38,38,82,101,102,108,101,99,116,46,103,101,116,79,119,110,77,101,116,97,100,97,116,97,75,101,121,115,125,102,117,110,99,116,105,111,110,32,97,110,40,116,44,101,41,123,115,110,40,116,44,101,41,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,40,101,46,112,114,111,116,111,116,121,112,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,115,110,40,116,46,112,114,111,116,111,116,121,112,101,44,101,46,112,114,111,116,111,116,121,112,101,44,110,41,125,41,41,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,40,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,115,110,40,116,44,101,44,110,41,125,41,41,125,102,117,110,99,116,105,111,110,32,115,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,63,82,101,102,108,101,99,116,46,103,101,116,79,119,110,77,101,116,97,100,97,116,97,75,101,121,115,40,101,44,110,41,58,82,101,102,108,101,99,116,46,103,101,116,79,119,110,77,101,116,97,100,97,116,97,75,101,121,115,40,101,41,59,114,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,114,41,123,118,97,114,32,105,61,110,63,82,101,102,108,101,99,116,46,103,101,116,79,119,110,77,101,116,97,100,97,116,97,40,114,44,101,44,110,41,58,82,101,102,108,101,99,116,46,103,101,116,79,119,110,77,101,116,97,100,97,116,97,40,114,44,101,41,59,110,63,82,101,102,108,101,99,116,46,100,101,102,105,110,101,77,101,116,97,100,97,116,97,40,114,44,105,44,116,44,110,41,58,82,101,102,108,101,99,116,46,100,101,102,105,110,101,77,101,116,97,100,97,116,97,40,114,44,105,44,116,41,125,41,41,125,118,97,114,32,99,110,61,123,95,95,112,114,111,116,111,95,95,58,91,93,125,44,117,110,61,99,110,32,105,110,115,116,97,110,99,101,111,102,32,65,114,114,97,121,59,102,117,110,99,116,105,111,110,32,108,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,118,97,114,32,105,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,63,101,58,101,46,99,111,110,115,116,114,117,99,116,111,114,59,105,46,95,95,100,101,99,111,114,97,116,111,114,115,95,95,124,124,40,105,46,95,95,100,101,99,111,114,97,116,111,114,115,95,95,61,91,93,41,44,34,110,117,109,98,101,114,34,33,61,61,116,121,112,101,111,102,32,114,38,38,40,114,61,118,111,105,100,32,48,41,44,105,46,95,95,100,101,99,111,114,97,116,111,114,115,95,95,46,112,117,115,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,40,101,44,110,44,114,41,125,41,41,125,125,102,117,110,99,116,105,111,110,32,102,110,40,116,41,123,118,97,114,32,101,61,74,101,40,116,41,59,114,101,116,117,114,110,32,110,117,108,108,61,61,116,124,124,34,111,98,106,101,99,116,34,33,61,61,101,38,38,34,102,117,110,99,116,105,111,110,34,33,61,61,101,125,102,117,110,99,116,105,111,110,32,104,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,116,111,116,121,112,101,46,95,105,110,105,116,59,101,46,112,114,111,116,111,116,121,112,101,46,95,105,110,105,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,40,116,41,59,105,102,40,116,46,36,111,112,116,105,111,110,115,46,112,114,111,112,115,41,102,111,114,40,118,97,114,32,114,32,105,110,32,116,46,36,111,112,116,105,111,110,115,46,112,114,111,112,115,41,116,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,114,41,124,124,110,46,112,117,115,104,40,114,41,59,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,110,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,91,110,93,125,44,115,101,116,58,102,117,110,99,116,105,111,110,40,101,41,123,116,91,110,93,61,101,125,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,41,125,41,41,125,59,118,97,114,32,114,61,110,101,119,32,101,59,101,46,112,114,111,116,111,116,121,112,101,46,95,105,110,105,116,61,110,59,118,97,114,32,105,61,123,125,59,114,101,116,117,114,110,32,79,98,106,101,99,116,46,107,101,121,115,40,114,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,111,105,100,32,48,33,61,61,114,91,116,93,38,38,40,105,91,116,93,61,114,91,116,93,41,125,41,41,44,105,125,118,97,114,32,100,110,61,91,34,100,97,116,97,34,44,34,98,101,102,111,114,101,67,114,101,97,116,101,34,44,34,99,114,101,97,116,101,100,34,44,34,98,101,102,111,114,101,77,111,117,110,116,34,44,34,109,111,117,110,116,101,100,34,44,34,98,101,102,111,114,101,68,101,115,116,114,111,121,34,44,34,100,101,115,116,114,111,121,101,100,34,44,34,98,101,102,111,114,101,85,112,100,97,116,101,34,44,34,117,112,100,97,116,101,100,34,44,34,97,99,116,105,118,97,116,101,100,34,44,34,100,101,97,99,116,105,118,97,116,101,100,34,44,34,114,101,110,100,101,114,34,44,34,101,114,114,111,114,67,97,112,116,117,114,101,100,34,44,34,115,101,114,118,101,114,80,114,101,102,101,116,99,104,34,93,59,102,117,110,99,116,105,111,110,32,112,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,59,101,46,110,97,109,101,61,101,46,110,97,109,101,124,124,116,46,95,99,111,109,112,111,110,101,110,116,84,97,103,124,124,116,46,110,97,109,101,59,118,97,114,32,110,61,116,46,112,114,111,116,111,116,121,112,101,59,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,40,110,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,99,111,110,115,116,114,117,99,116,111,114,34,33,61,61,116,41,105,102,40,100,110,46,105,110,100,101,120,79,102,40,116,41,62,45,49,41,101,91,116,93,61,110,91,116,93,59,101,108,115,101,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,116,41,59,118,111,105,100,32,48,33,61,61,114,46,118,97,108,117,101,63,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,114,46,118,97,108,117,101,63,40,101,46,109,101,116,104,111,100,115,124,124,40,101,46,109,101,116,104,111,100,115,61,123,125,41,41,91,116,93,61,114,46,118,97,108,117,101,58,40,101,46,109,105,120,105,110,115,124,124,40,101,46,109,105,120,105,110,115,61,91,93,41,41,46,112,117,115,104,40,123,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,81,101,40,123,125,44,116,44,114,46,118,97,108,117,101,41,125,125,41,58,40,114,46,103,101,116,124,124,114,46,115,101,116,41,38,38,40,40,101,46,99,111,109,112,117,116,101,100,124,124,40,101,46,99,111,109,112,117,116,101,100,61,123,125,41,41,91,116,93,61,123,103,101,116,58,114,46,103,101,116,44,115,101,116,58,114,46,115,101,116,125,41,125,125,41,41,44,40,101,46,109,105,120,105,110,115,124,124,40,101,46,109,105,120,105,110,115,61,91,93,41,41,46,112,117,115,104,40,123,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,104,110,40,116,104,105,115,44,116,41,125,125,41,59,118,97,114,32,114,61,116,46,95,95,100,101,99,111,114,97,116,111,114,115,95,95,59,114,38,38,40,114,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,40,101,41,125,41,41,44,100,101,108,101,116,101,32,116,46,95,95,100,101,99,111,114,97,116,111,114,115,95,95,41,59,118,97,114,32,105,61,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,116,46,112,114,111,116,111,116,121,112,101,41,44,111,61,105,32,105,110,115,116,97,110,99,101,111,102,32,90,101,91,34,100,101,102,97,117,108,116,34,93,63,105,46,99,111,110,115,116,114,117,99,116,111,114,58,90,101,91,34,100,101,102,97,117,108,116,34,93,44,97,61,111,46,101,120,116,101,110,100,40,101,41,59,114,101,116,117,114,110,32,103,110,40,97,44,116,44,111,41,44,111,110,40,41,38,38,97,110,40,97,44,116,41,44,97,125,118,97,114,32,118,110,61,123,112,114,111,116,111,116,121,112,101,58,33,48,44,97,114,103,117,109,101,110,116,115,58,33,48,44,99,97,108,108,101,101,58,33,48,44,99,97,108,108,101,114,58,33,48,125,59,102,117,110,99,116,105,111,110,32,103,110,40,116,44,101,44,110,41,123,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,40,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,114,41,123,105,102,40,33,118,110,91,114,93,41,123,118,97,114,32,105,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,114,41,59,105,102,40,33,105,124,124,105,46,99,111,110,102,105,103,117,114,97,98,108,101,41,123,118,97,114,32,111,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,101,44,114,41,59,105,102,40,33,117,110,41,123,105,102,40,34,99,105,100,34,61,61,61,114,41,114,101,116,117,114,110,59,118,97,114,32,97,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,114,41,59,105,102,40,33,102,110,40,111,46,118,97,108,117,101,41,38,38,97,38,38,97,46,118,97,108,117,101,61,61,61,111,46,118,97,108,117,101,41,114,101,116,117,114,110,125,48,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,114,44,111,41,125,125,125,41,41,125,102,117,110,99,116,105,111,110,32,109,110,40,116,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,112,110,40,116,41,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,112,110,40,101,44,116,41,125,125,109,110,46,114,101,103,105,115,116,101,114,72,111,111,107,115,61,102,117,110,99,116,105,111,110,40,116,41,123,100,110,46,112,117,115,104,46,97,112,112,108,121,40,100,110,44,116,110,40,116,41,41,125,59,118,97,114,32,98,110,61,109,110,59,118,97,114,32,121,110,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,82,101,102,108,101,99,116,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,82,101,102,108,101,99,116,46,103,101,116,77,101,116,97,100,97,116,97,59,102,117,110,99,116,105,111,110,32,119,110,40,116,44,101,44,110,41,123,105,102,40,121,110,38,38,33,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,38,38,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,116,38,38,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,116,46,116,121,112,101,41,123,118,97,114,32,114,61,82,101,102,108,101,99,116,46,103,101,116,77,101,116,97,100,97,116,97,40,34,100,101,115,105,103,110,58,116,121,112,101,34,44,101,44,110,41,59,114,33,61,61,79,98,106,101,99,116,38,38,40,116,46,116,121,112,101,61,114,41,125,125,102,117,110,99,116,105,111,110,32,95,110,40,116,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,123,125,41,44,102,117,110,99,116,105,111,110,40,101,44,110,41,123,119,110,40,116,44,101,44,110,41,44,108,110,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,40,101,46,112,114,111,112,115,124,124,40,101,46,112,114,111,112,115,61,123,125,41,41,91,110,93,61,116,125,41,41,40,101,44,110,41,125,125,10,47,42,33,32,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,10,67,111,112,121,114,105,103,104,116,32,40,99,41,32,77,105,99,114,111,115,111,102,116,32,67,111,114,112,111,114,97,116,105,111,110,46,32,65,108,108,32,114,105,103,104,116,115,32,114,101,115,101,114,118,101,100,46,10,76,105,99,101,110,115,101,100,32,117,110,100,101,114,32,116,104,101,32,65,112,97,99,104,101,32,76,105,99,101,110,115,101,44,32,86,101,114,115,105,111,110,32,50,46,48,32,40,116,104,101,32,34,76,105,99,101,110,115,101,34,41,59,32,121,111,117,32,109,97,121,32,110,111,116,32,117,115,101,10,116,104,105,115,32,102,105,108,101,32,101,120,99,101,112,116,32,105,110,32,99,111,109,112,108,105,97,110,99,101,32,119,105,116,104,32,116,104,101,32,76,105,99,101,110,115,101,46,32,89,111,117,32,109,97,121,32,111,98,116,97,105,110,32,97,32,99,111,112,121,32,111,102,32,116,104,101,10,76,105,99,101,110,115,101,32,97,116,32,104,116,116,112,58,47,47,119,119,119,46,97,112,97,99,104,101,46,111,114,103,47,108,105,99,101,110,115,101,115,47,76,73,67,69,78,83,69,45,50,46,48,10,10,84,72,73,83,32,67,79,68,69,32,73,83,32,80,82,79,86,73,68,69,68,32,79,78,32,65,78,32,42,65,83,32,73,83,42,32,66,65,83,73,83,44,32,87,73,84,72,79,85,84,32,87,65,82,82,65,78,84,73,69,83,32,79,82,32,67,79,78,68,73,84,73,79,78,83,32,79,70,32,65,78,89,10,75,73,78,68,44,32,69,73,84,72,69,82,32,69,88,80,82,69,83,83,32,79,82,32,73,77,80,76,73,69,68,44,32,73,78,67,76,85,68,73,78,71,32,87,73,84,72,79,85,84,32,76,73,77,73,84,65,84,73,79,78,32,65,78,89,32,73,77,80,76,73,69,68,10,87,65,82,82,65,78,84,73,69,83,32,79,82,32,67,79,78,68,73,84,73,79,78,83,32,79,70,32,84,73,84,76,69,44,32,70,73,84,78,69,83,83,32,70,79,82,32,65,32,80,65,82,84,73,67,85,76,65,82,32,80,85,82,80,79,83,69,44,10,77,69,82,67,72,65,78,84,65,66,76,73,84,89,32,79,82,32,78,79,78,45,73,78,70,82,73,78,71,69,77,69,78,84,46,10,10,83,101,101,32,116,104,101,32,65,112,97,99,104,101,32,86,101,114,115,105,111,110,32,50,46,48,32,76,105,99,101,110,115,101,32,102,111,114,32,115,112,101,99,105,102,105,99,32,108,97,110,103,117,97,103,101,32,103,111,118,101,114,110,105,110,103,32,112,101,114,109,105,115,115,105,111,110,115,10,97,110,100,32,108,105,109,105,116,97,116,105,111,110,115,32,117,110,100,101,114,32,116,104,101,32,76,105,99,101,110,115,101,46,10,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,32,42,47,10,118,97,114,32,120,110,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,120,110,61,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,124,124,123,95,95,112,114,111,116,111,95,95,58,91,93,125,105,110,115,116,97,110,99,101,111,102,32,65,114,114,97,121,38,38,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,95,95,112,114,111,116,111,95,95,61,101,125,124,124,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,110,41,38,38,40,116,91,110,93,61,101,91,110,93,41,125,44,120,110,40,116,44,101,41,125,59,102,117,110,99,116,105,111,110,32,79,110,40,116,44,101,41,123,102,117,110,99,116,105,111,110,32,110,40,41,123,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,61,116,125,120,110,40,116,44,101,41,44,116,46,112,114,111,116,111,116,121,112,101,61,110,117,108,108,61,61,61,101,63,79,98,106,101,99,116,46,99,114,101,97,116,101,40,101,41,58,40,110,46,112,114,111,116,111,116,121,112,101,61,101,46,112,114,111,116,111,116,121,112,101,44,110,101,119,32,110,41,125,118,97,114,32,83,110,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,83,110,61,79,98,106,101,99,116,46,97,115,115,105,103,110,124,124,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,44,110,61,49,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,110,60,114,59,110,43,43,41,102,111,114,40,118,97,114,32,105,32,105,110,32,101,61,97,114,103,117,109,101,110,116,115,91,110,93,44,101,41,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,101,44,105,41,38,38,40,116,91,105,93,61,101,91,105,93,41,59,114,101,116,117,114,110,32,116,125,44,83,110,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,59,102,117,110,99,116,105,111,110,32,107,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,44,111,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,97,61,111,60,51,63,101,58,110,117,108,108,61,61,61,114,63,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,101,44,110,41,58,114,59,105,102,40,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,82,101,102,108,101,99,116,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,82,101,102,108,101,99,116,46,100,101,99,111,114,97,116,101,41,97,61,82,101,102,108,101,99,116,46,100,101,99,111,114,97,116,101,40,116,44,101,44,110,44,114,41,59,101,108,115,101,32,102,111,114,40,118,97,114,32,115,61,116,46,108,101,110,103,116,104,45,49,59,115,62,61,48,59,115,45,45,41,40,105,61,116,91,115,93,41,38,38,40,97,61,40,111,60,51,63,105,40,97,41,58,111,62,51,63,105,40,101,44,110,44,97,41,58,105,40,101,44,110,41,41,124,124,97,41,59,114,101,116,117,114,110,32,111,62,51,38,38,97,38,38,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,110,44,97,41,44,97,125,102,117,110,99,116,105,111,110,32,67,110,40,116,44,101,41,123,118,97,114,32,110,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,116,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,59,105,102,40,33,110,41,114,101,116,117,114,110,32,116,59,118,97,114,32,114,44,105,44,111,61,110,46,99,97,108,108,40,116,41,44,97,61,91,93,59,116,114,121,123,119,104,105,108,101,40,40,118,111,105,100,32,48,61,61,61,101,124,124,101,45,45,32,62,48,41,38,38,33,40,114,61,111,46,110,101,120,116,40,41,41,46,100,111,110,101,41,97,46,112,117,115,104,40,114,46,118,97,108,117,101,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,105,61,123,101,114,114,111,114,58,101,114,114,111,114,125,125,102,105,110,97,108,108,121,123,116,114,121,123,114,38,38,33,114,46,100,111,110,101,38,38,40,110,61,111,91,34,114,101,116,117,114,110,34,93,41,38,38,110,46,99,97,108,108,40,111,41,125,102,105,110,97,108,108,121,123,105,102,40,105,41,116,104,114,111,119,32,105,46,101,114,114,111,114,125,125,114,101,116,117,114,110,32,97,125,102,117,110,99,116,105,111,110,32,80,110,40,41,123,102,111,114,40,118,97,114,32,116,61,91,93,44,101,61,48,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,116,61,116,46,99,111,110,99,97,116,40,67,110,40,97,114,103,117,109,101,110,116,115,91,101,93,41,41,59,114,101,116,117,114,110,32,116,125,118,97,114,32,84,110,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,38,38,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,124,124,116,104,105,115,125,79,110,40,101,44,116,41,59,118,97,114,32,110,61,101,46,112,114,111,116,111,116,121,112,101,59,114,101,116,117,114,110,32,110,46,109,111,117,110,116,101,100,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,101,108,59,116,104,105,115,46,36,95,110,97,116,105,118,101,73,110,102,105,110,105,116,101,71,114,105,100,61,110,101,119,32,88,101,40,116,44,83,110,40,123,125,44,116,104,105,115,46,111,112,116,105,111,110,115,44,123,114,101,110,100,101,114,69,120,116,101,114,110,97,108,58,33,48,125,41,41,44,116,104,105,115,46,36,95,119,114,97,112,112,101,114,69,108,101,109,101,110,116,61,116,44,116,104,105,115,46,36,95,108,97,121,111,117,116,61,34,34,44,116,104,105,115,46,36,95,98,105,110,100,69,118,101,110,116,115,40,41,59,118,97,114,32,101,61,116,104,105,115,46,36,95,110,97,116,105,118,101,73,110,102,105,110,105,116,101,71,114,105,100,59,101,46,115,101,116,76,97,121,111,117,116,40,116,104,105,115,46,108,97,121,111,117,116,84,121,112,101,44,116,104,105,115,46,108,97,121,111,117,116,79,112,116,105,111,110,115,41,44,116,104,105,115,46,36,95,115,101,116,76,111,97,100,105,110,103,69,108,101,109,101,110,116,40,41,44,116,104,105,115,46,115,116,97,116,117,115,63,101,46,115,101,116,83,116,97,116,117,115,40,116,104,105,115,46,115,116,97,116,117,115,44,33,48,44,116,104,105,115,46,36,95,103,101,116,69,108,101,109,101,110,116,115,40,41,41,58,40,101,46,98,101,102,111,114,101,83,121,110,99,40,116,104,105,115,46,36,95,116,111,73,116,101,109,115,40,41,41,44,101,46,108,97,121,111,117,116,40,33,48,41,41,125,44,110,46,117,112,100,97,116,101,100,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,95,110,97,116,105,118,101,73,110,102,105,110,105,116,101,71,114,105,100,44,101,61,116,104,105,115,46,36,95,108,97,121,111,117,116,44,110,61,116,104,105,115,46,36,95,103,101,116,69,108,101,109,101,110,116,115,40,41,59,116,104,105,115,46,36,95,115,101,116,76,111,97,100,105,110,103,69,108,101,109,101,110,116,40,41,44,116,46,115,121,110,99,40,110,41,44,101,38,38,40,116,104,105,115,46,36,95,108,97,121,111,117,116,61,34,34,44,116,46,108,97,121,111,117,116,40,34,114,101,108,97,121,111,117,116,34,61,61,61,101,41,41,125,44,110,46,114,101,110,100,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,36,95,110,97,116,105,118,101,73,110,102,105,110,105,116,101,71,114,105,100,44,110,61,116,104,105,115,46,36,95,116,111,73,116,101,109,115,40,41,44,114,61,91,93,59,105,102,40,101,41,123,118,97,114,32,105,61,101,46,98,101,102,111,114,101,83,121,110,99,40,110,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,116,46,105,115,76,111,97,100,105,110,103,125,41,41,41,59,116,104,105,115,46,36,95,108,97,121,111,117,116,61,34,114,101,108,97,121,111,117,116,34,61,61,61,105,63,105,58,116,104,105,115,46,36,95,108,97,121,111,117,116,124,124,105,44,114,61,101,46,103,101,116,82,101,110,100,101,114,105,110,103,73,116,101,109,115,40,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,118,110,111,100,101,125,41,41,44,116,104,105,115,46,36,115,108,111,116,115,46,108,111,97,100,105,110,103,38,38,114,46,112,117,115,104,46,97,112,112,108,121,40,114,44,80,110,40,116,104,105,115,46,36,115,108,111,116,115,46,108,111,97,100,105,110,103,41,41,125,101,108,115,101,123,118,97,114,32,111,61,108,101,40,110,41,59,105,102,40,116,104,105,115,46,115,116,97,116,117,115,41,123,118,97,114,32,97,61,116,104,105,115,46,115,116,97,116,117,115,46,95,105,110,102,105,110,105,116,101,44,115,61,97,46,115,116,97,114,116,67,117,114,115,111,114,44,99,61,97,46,101,110,100,67,117,114,115,111,114,59,114,61,98,101,46,112,108,117,99,107,40,111,46,115,108,105,99,101,40,115,44,99,43,49,41,44,34,105,116,101,109,115,34,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,118,110,111,100,101,125,41,41,125,101,108,115,101,32,116,104,105,115,46,117,115,101,70,105,114,115,116,82,101,110,100,101,114,38,38,40,114,61,110,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,118,110,111,100,101,125,41,41,41,125,118,97,114,32,117,61,123,125,59,102,111,114,40,118,97,114,32,108,32,105,110,32,116,104,105,115,46,119,114,97,112,112,101,114,68,97,116,97,41,117,91,108,93,61,116,104,105,115,46,119,114,97,112,112,101,114,68,97,116,97,91,108,93,59,114,101,116,117,114,110,32,116,40,116,104,105,115,46,116,97,103,44,117,44,116,104,105,115,46,36,95,103,101,116,67,111,110,116,97,105,110,101,114,40,114,44,116,41,41,125,44,110,46,98,101,102,111,114,101,68,101,115,116,114,111,121,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,110,97,116,105,118,101,73,110,102,105,110,105,116,101,71,114,105,100,46,100,101,115,116,114,111,121,40,41,125,44,110,46,115,101,116,83,116,97,116,117,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,110,38,38,40,110,61,116,104,105,115,46,36,95,103,101,116,69,108,101,109,101,110,116,115,40,41,41,44,116,104,105,115,46,36,95,110,97,116,105,118,101,73,110,102,105,110,105,116,101,71,114,105,100,46,115,101,116,83,116,97,116,117,115,40,116,44,101,44,110,41,44,116,104,105,115,125,44,110,46,36,95,98,105,110,100,69,118,101,110,116,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,104,105,115,46,36,95,110,97,116,105,118,101,73,110,102,105,110,105,116,101,71,114,105,100,59,69,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,101,46,111,110,40,110,44,40,102,117,110,99,116,105,111,110,40,101,41,123,101,46,99,117,114,114,101,110,116,84,97,114,103,101,116,61,116,44,116,46,36,101,109,105,116,40,110,46,114,101,112,108,97,99,101,40,47,40,91,65,45,90,93,41,47,103,44,34,45,36,49,34,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,101,41,125,41,41,125,41,41,44,101,46,111,110,40,34,114,101,110,100,101,114,34,44,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,101,46,110,101,120,116,59,116,46,36,102,111,114,99,101,85,112,100,97,116,101,40,41,44,116,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,110,40,41,125,41,41,125,41,41,125,44,110,46,36,95,103,101,116,67,111,110,116,97,105,110,101,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,116,104,105,115,46,111,112,116,105,111,110,115,46,105,115,79,118,101,114,102,108,111,119,83,99,114,111,108,108,59,105,102,40,33,114,41,114,101,116,117,114,110,32,116,59,118,97,114,32,105,61,123,99,108,97,115,115,58,40,110,61,123,125,44,110,91,99,116,93,61,33,48,44,110,41,44,114,101,102,58,99,116,125,59,114,101,116,117,114,110,91,101,40,116,104,105,115,46,99,111,110,116,97,105,110,101,114,84,97,103,44,105,44,116,41,93,125,44,110,46,36,95,103,101,116,69,108,101,109,101,110,116,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,114,101,102,115,38,38,116,104,105,115,46,36,114,101,102,115,91,99,116,93,44,101,61,91,93,46,115,108,105,99,101,46,99,97,108,108,40,40,116,124,124,116,104,105,115,46,36,95,119,114,97,112,112,101,114,69,108,101,109,101,110,116,41,46,99,104,105,108,100,114,101,110,41,59,114,101,116,117,114,110,32,116,104,105,115,46,36,115,108,111,116,115,46,108,111,97,100,105,110,103,63,101,46,115,108,105,99,101,40,48,44,45,49,41,58,101,125,44,110,46,36,95,116,111,73,116,101,109,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,104,105,115,46,36,115,108,111,116,115,46,100,101,102,97,117,108,116,59,114,101,116,117,114,110,32,101,63,101,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,114,61,116,46,103,114,111,117,112,66,121,40,101,44,110,41,124,124,34,34,44,105,61,110,117,108,108,33,61,101,46,107,101,121,63,101,46,107,101,121,58,101,46,116,97,103,43,34,45,34,43,110,59,114,101,116,117,114,110,123,103,114,111,117,112,75,101,121,58,114,44,105,116,101,109,75,101,121,58,105,44,118,110,111,100,101,58,101,125,125,41,41,58,91,93,125,44,110,46,36,95,115,101,116,76,111,97,100,105,110,103,69,108,101,109,101,110,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,95,110,97,116,105,118,101,73,110,102,105,110,105,116,101,71,114,105,100,59,105,102,40,116,104,105,115,46,36,115,108,111,116,115,46,108,111,97,100,105,110,103,41,123,118,97,114,32,101,61,116,104,105,115,46,36,114,101,102,115,38,38,116,104,105,115,46,36,114,101,102,115,91,99,116,93,44,110,61,40,101,124,124,116,104,105,115,46,36,95,119,114,97,112,112,101,114,69,108,101,109,101,110,116,41,46,108,97,115,116,69,108,101,109,101,110,116,67,104,105,108,100,59,105,102,40,110,41,114,101,116,117,114,110,32,118,111,105,100,32,116,46,115,101,116,76,111,97,100,105,110,103,66,97,114,40,123,97,112,112,101,110,100,58,110,44,112,114,101,112,101,110,100,58,110,125,41,125,116,46,115,101,116,76,111,97,100,105,110,103,66,97,114,40,41,125,44,107,110,40,91,95,110,40,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,100,105,118,34,44,114,101,113,117,105,114,101,100,58,33,49,125,41,93,44,101,46,112,114,111,116,111,116,121,112,101,44,34,116,97,103,34,44,118,111,105,100,32,48,41,44,107,110,40,91,95,110,40,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,100,105,118,34,44,114,101,113,117,105,114,101,100,58,33,49,125,41,93,44,101,46,112,114,111,116,111,116,121,112,101,44,34,99,111,110,116,97,105,110,101,114,84,97,103,34,44,118,111,105,100,32,48,41,44,107,110,40,91,95,110,40,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,44,114,101,113,117,105,114,101,100,58,33,49,125,41,93,44,101,46,112,114,111,116,111,116,121,112,101,44,34,117,115,101,70,105,114,115,116,82,101,110,100,101,114,34,44,118,111,105,100,32,48,41,44,107,110,40,91,95,110,40,123,116,121,112,101,58,79,98,106,101,99,116,44,100,101,102,97,117,108,116,58,110,117,108,108,44,114,101,113,117,105,114,101,100,58,33,49,125,41,93,44,101,46,112,114,111,116,111,116,121,112,101,44,34,115,116,97,116,117,115,34,44,118,111,105,100,32,48,41,44,107,110,40,91,95,110,40,123,116,121,112,101,58,79,98,106,101,99,116,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,125,125,44,114,101,113,117,105,114,101,100,58,33,49,125,41,93,44,101,46,112,114,111,116,111,116,121,112,101,44,34,111,112,116,105,111,110,115,34,44,118,111,105,100,32,48,41,44,107,110,40,91,95,110,40,123,116,121,112,101,58,79,98,106,101,99,116,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,125,125,44,114,101,113,117,105,114,101,100,58,33,49,125,41,93,44,101,46,112,114,111,116,111,116,121,112,101,44,34,108,97,121,111,117,116,79,112,116,105,111,110,115,34,44,118,111,105,100,32,48,41,44,107,110,40,91,95,110,40,123,116,121,112,101,58,70,117,110,99,116,105,111,110,44,100,101,102,97,117,108,116,58,76,101,44,114,101,113,117,105,114,101,100,58,33,49,125,41,93,44,101,46,112,114,111,116,111,116,121,112,101,44,34,108,97,121,111,117,116,84,121,112,101,34,44,118,111,105,100,32,48,41,44,107,110,40,91,95,110,40,123,116,121,112,101,58,79,98,106,101,99,116,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,125,125,44,114,101,113,117,105,114,101,100,58,33,49,125,41,93,44,101,46,112,114,111,116,111,116,121,112,101,44,34,119,114,97,112,112,101,114,68,97,116,97,34,44,118,111,105,100,32,48,41,44,107,110,40,91,95,110,40,123,116,121,112,101,58,70,117,110,99,116,105,111,110,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,100,97,116,97,38,38,116,46,100,97,116,97,46,97,116,116,114,115,44,114,61,116,46,100,97,116,97,38,38,116,46,100,97,116,97,46,112,114,111,112,115,59,105,102,40,110,41,123,105,102,40,34,100,97,116,97,45,103,114,111,117,112,107,101,121,34,105,110,32,110,41,114,101,116,117,114,110,32,110,91,34,100,97,116,97,45,103,114,111,117,112,107,101,121,34,93,59,105,102,40,34,103,114,111,117,112,75,101,121,34,105,110,32,110,41,114,101,116,117,114,110,32,110,46,103,114,111,117,112,75,101,121,125,105,102,40,114,41,123,105,102,40,34,100,97,116,97,45,103,114,111,117,112,107,101,121,34,105,110,32,114,41,114,101,116,117,114,110,32,114,91,34,100,97,116,97,45,103,114,111,117,112,107,101,121,34,93,59,105,102,40,34,103,114,111,117,112,75,101,121,34,105,110,32,114,41,114,101,116,117,114,110,32,114,46,103,114,111,117,112,75,101,121,125,114,101,116,117,114,110,34,34,125,125,41,93,44,101,46,112,114,111,116,111,116,121,112,101,44,34,103,114,111,117,112,66,121,34,44,118,111,105,100,32,48,41,44,107,110,40,91,100,101,93,44,101,46,112,114,111,116,111,116,121,112,101,44,34,36,95,110,97,116,105,118,101,73,110,102,105,110,105,116,101,71,114,105,100,34,44,118,111,105,100,32,48,41,44,101,61,107,110,40,91,98,110,40,123,125,41,93,44,101,41,44,101,125,40,90,101,91,34,100,101,102,97,117,108,116,34,93,41,44,106,110,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,38,38,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,124,124,116,104,105,115,125,114,101,116,117,114,110,32,79,110,40,101,44,116,41,44,107,110,40,91,95,110,40,123,116,121,112,101,58,70,117,110,99,116,105,111,110,44,100,101,102,97,117,108,116,58,76,101,44,114,101,113,117,105,114,101,100,58,33,49,125,41,93,44,101,46,112,114,111,116,111,116,121,112,101,44,34,108,97,121,111,117,116,84,121,112,101,34,44,118,111,105,100,32,48,41,44,101,61,107,110,40,91,98,110,40,123,125,41,93,44,101,41,44,101,125,40,84,110,41,44,69,110,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,38,38,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,124,124,116,104,105,115,125,114,101,116,117,114,110,32,79,110,40,101,44,116,41,44,107,110,40,91,95,110,40,123,116,121,112,101,58,70,117,110,99,116,105,111,110,44,100,101,102,97,117,108,116,58,75,101,44,114,101,113,117,105,114,101,100,58,33,49,125,41,93,44,101,46,112,114,111,116,111,116,121,112,101,44,34,108,97,121,111,117,116,84,121,112,101,34,44,118,111,105,100,32,48,41,44,101,61,107,110,40,91,98,110,40,123,125,41,93,44,101,41,44,101,125,40,84,110,41,44,65,110,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,38,38,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,124,124,116,104,105,115,125,114,101,116,117,114,110,32,79,110,40,101,44,116,41,44,107,110,40,91,95,110,40,123,116,121,112,101,58,70,117,110,99,116,105,111,110,44,100,101,102,97,117,108,116,58,70,101,44,114,101,113,117,105,114,101,100,58,33,49,125,41,93,44,101,46,112,114,111,116,111,116,121,112,101,44,34,108,97,121,111,117,116,84,121,112,101,34,44,118,111,105,100,32,48,41,44,101,61,107,110,40,91,98,110,40,123,125,41,93,44,101,41,44,101,125,40,84,110,41,44,68,110,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,38,38,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,124,124,116,104,105,115,125,114,101,116,117,114,110,32,79,110,40,101,44,116,41,44,107,110,40,91,95,110,40,123,116,121,112,101,58,70,117,110,99,116,105,111,110,44,100,101,102,97,117,108,116,58,78,101,44,114,101,113,117,105,114,101,100,58,33,49,125,41,93,44,101,46,112,114,111,116,111,116,121,112,101,44,34,108,97,121,111,117,116,84,121,112,101,34,44,118,111,105,100,32,48,41,44,101,61,107,110,40,91,98,110,40,123,125,41,93,44,101,41,44,101,125,40,84,110,41,44,76,110,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,38,38,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,124,124,116,104,105,115,125,114,101,116,117,114,110,32,79,110,40,101,44,116,41,44,107,110,40,91,95,110,40,123,116,121,112,101,58,70,117,110,99,116,105,111,110,44,100,101,102,97,117,108,116,58,85,101,44,114,101,113,117,105,114,101,100,58,33,49,125,41,93,44,101,46,112,114,111,116,111,116,121,112,101,44,34,108,97,121,111,117,116,84,121,112,101,34,44,118,111,105,100,32,48,41,44,101,61,107,110,40,91,98,110,40,123,125,41,93,44,101,41,44,101,125,40,84,110,41,44,77,110,61,34,51,46,51,46,48,34,44,73,110,61,102,117,110,99,116,105,111,110,40,116,41,123,116,46,99,111,109,112,111,110,101,110,116,40,34,73,110,102,105,110,105,116,101,71,114,105,100,34,44,84,110,41,44,116,46,99,111,109,112,111,110,101,110,116,40,34,71,114,105,100,76,97,121,111,117,116,34,44,106,110,41,44,116,46,99,111,109,112,111,110,101,110,116,40,34,74,117,115,116,105,102,105,101,100,76,97,121,111,117,116,34,44,69,110,41,44,116,46,99,111,109,112,111,110,101,110,116,40,34,70,114,97,109,101,76,97,121,111,117,116,34,44,65,110,41,44,116,46,99,111,109,112,111,110,101,110,116,40,34,83,113,117,97,114,101,76,97,121,111,117,116,34,44,68,110,41,44,116,46,99,111,109,112,111,110,101,110,116,40,34,80,97,99,107,105,110,103,76,97,121,111,117,116,34,44,76,110,41,125,44,36,110,61,123,73,110,102,105,110,105,116,101,71,114,105,100,58,84,110,44,71,114,105,100,76,97,121,111,117,116,58,106,110,44,74,117,115,116,105,102,105,101,100,76,97,121,111,117,116,58,69,110,44,70,114,97,109,101,76,97,121,111,117,116,58,65,110,44,83,113,117,97,114,101,76,97,121,111,117,116,58,68,110,44,80,97,99,107,105,110,103,76,97,121,111,117,116,58,76,110,44,105,110,115,116,97,108,108,58,73,110,44,118,101,114,115,105,111,110,58,77,110,125,59,101,91,34,97,34,93,61,36,110,125,44,34,53,50,101,55,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,10,47,42,32,73,110,115,112,105,114,101,32,84,114,101,101,32,68,79,77,10,32,42,32,64,118,101,114,115,105,111,110,32,52,46,48,46,54,10,32,42,32,104,116,116,112,115,58,47,47,103,105,116,104,117,98,46,99,111,109,47,104,101,108,105,111,110,51,47,105,110,115,112,105,114,101,45,116,114,101,101,45,100,111,109,10,32,42,32,64,99,111,112,121,114,105,103,104,116,32,67,111,112,121,114,105,103,104,116,32,50,48,49,53,32,72,101,108,105,111,110,51,44,32,97,110,100,32,111,116,104,101,114,32,99,111,110,116,114,105,98,117,116,111,114,115,10,32,42,32,64,108,105,99,101,110,115,101,32,76,105,99,101,110,115,101,100,32,117,110,100,101,114,32,77,73,84,10,32,42,32,32,32,32,32,32,32,32,32,32,115,101,101,32,104,116,116,112,115,58,47,47,103,105,116,104,117,98,46,99,111,109,47,104,101,108,105,111,110,51,47,105,110,115,112,105,114,101,45,116,114,101,101,45,100,111,109,47,98,108,111,98,47,109,97,115,116,101,114,47,76,73,67,69,78,83,69,10,32,42,47,10,40,102,117,110,99,116,105,111,110,40,101,44,114,41,123,116,46,101,120,112,111,114,116,115,61,114,40,110,40,34,50,101,102,48,34,41,44,110,40,34,99,101,97,53,34,41,41,125,41,40,48,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,101,61,101,38,38,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,34,100,101,102,97,117,108,116,34,41,63,101,91,34,100,101,102,97,117,108,116,34,93,58,101,59,118,97,114,32,110,61,34,36,78,79,95,79,80,34,44,114,61,34,97,32,114,117,110,116,105,109,101,32,101,114,114,111,114,32,111,99,99,117,114,101,100,33,32,85,115,101,32,73,110,102,101,114,110,111,32,105,110,32,100,101,118,101,108,111,112,109,101,110,116,32,101,110,118,105,114,111,110,109,101,110,116,32,116,111,32,102,105,110,100,32,116,104,101,32,101,114,114,111,114,46,34,44,105,61,33,40,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,124,124,33,119,105,110,100,111,119,46,100,111,99,117,109,101,110,116,41,44,111,61,65,114,114,97,121,46,105,115,65,114,114,97,121,59,102,117,110,99,116,105,111,110,32,97,40,116,41,123,118,97,114,32,101,61,116,121,112,101,111,102,32,116,59,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,61,101,124,124,34,110,117,109,98,101,114,34,61,61,61,101,125,102,117,110,99,116,105,111,110,32,115,40,116,41,123,114,101,116,117,114,110,32,112,40,116,41,124,124,104,40,116,41,125,102,117,110,99,116,105,111,110,32,99,40,116,41,123,114,101,116,117,114,110,32,104,40,116,41,124,124,33,49,61,61,61,116,124,124,100,40,116,41,124,124,112,40,116,41,125,102,117,110,99,116,105,111,110,32,117,40,116,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,125,102,117,110,99,116,105,111,110,32,108,40,116,41,123,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,125,102,117,110,99,116,105,111,110,32,102,40,116,41,123,114,101,116,117,114,110,34,110,117,109,98,101,114,34,61,61,61,116,121,112,101,111,102,32,116,125,102,117,110,99,116,105,111,110,32,104,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,61,116,125,102,117,110,99,116,105,111,110,32,100,40,116,41,123,114,101,116,117,114,110,33,48,61,61,61,116,125,102,117,110,99,116,105,111,110,32,112,40,116,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,125,102,117,110,99,116,105,111,110,32,118,40,116,41,123,116,104,114,111,119,32,116,124,124,40,116,61,114,41,44,110,101,119,32,69,114,114,111,114,40,34,73,110,102,101,114,110,111,32,69,114,114,111,114,58,32,34,43,116,41,125,102,117,110,99,116,105,111,110,32,103,40,116,44,101,41,123,118,97,114,32,110,61,123,125,59,105,102,40,116,41,102,111,114,40,118,97,114,32,114,32,105,110,32,116,41,110,91,114,93,61,116,91,114,93,59,105,102,40,101,41,102,111,114,40,118,97,114,32,105,32,105,110,32,101,41,110,91,105,93,61,101,91,105,93,59,114,101,116,117,114,110,32,110,125,118,97,114,32,109,61,34,36,34,59,102,117,110,99,116,105,111,110,32,98,40,116,44,101,44,110,44,114,44,105,44,111,44,97,44,115,41,123,114,101,116,117,114,110,123,99,104,105,108,100,70,108,97,103,115,58,116,44,99,104,105,108,100,114,101,110,58,101,44,99,108,97,115,115,78,97,109,101,58,110,44,100,111,109,58,110,117,108,108,44,102,108,97,103,115,58,114,44,107,101,121,58,118,111,105,100,32,48,61,61,61,105,63,110,117,108,108,58,105,44,112,97,114,101,110,116,86,78,111,100,101,58,110,117,108,108,44,112,114,111,112,115,58,118,111,105,100,32,48,61,61,61,111,63,110,117,108,108,58,111,44,114,101,102,58,118,111,105,100,32,48,61,61,61,97,63,110,117,108,108,58,97,44,116,121,112,101,58,115,125,125,102,117,110,99,116,105,111,110,32,121,40,116,44,101,44,110,44,114,44,105,44,111,44,97,44,115,41,123,118,97,114,32,99,61,118,111,105,100,32,48,61,61,61,105,63,49,58,105,44,117,61,98,40,99,44,114,44,110,44,116,44,97,44,111,44,115,44,101,41,59,114,101,116,117,114,110,32,48,61,61,61,99,38,38,67,40,117,44,117,46,99,104,105,108,100,114,101,110,41,44,117,125,102,117,110,99,116,105,111,110,32,119,40,116,44,101,44,110,44,114,44,105,41,123,40,50,38,116,41,62,48,38,38,40,116,61,101,46,112,114,111,116,111,116,121,112,101,38,38,117,40,101,46,112,114,111,116,111,116,121,112,101,46,114,101,110,100,101,114,41,63,52,58,56,41,59,118,97,114,32,111,61,101,46,100,101,102,97,117,108,116,80,114,111,112,115,59,105,102,40,33,115,40,111,41,41,102,111,114,40,118,97,114,32,97,32,105,110,32,110,124,124,40,110,61,123,125,41,44,111,41,112,40,110,91,97,93,41,38,38,40,110,91,97,93,61,111,91,97,93,41,59,105,102,40,40,56,38,116,41,62,48,41,123,118,97,114,32,99,61,101,46,100,101,102,97,117,108,116,72,111,111,107,115,59,105,102,40,33,115,40,99,41,41,105,102,40,105,41,102,111,114,40,118,97,114,32,108,32,105,110,32,99,41,112,40,105,91,108,93,41,38,38,40,105,91,108,93,61,99,91,108,93,41,59,101,108,115,101,32,105,61,99,125,118,97,114,32,102,61,98,40,49,44,110,117,108,108,44,110,117,108,108,44,116,44,114,44,110,44,105,44,101,41,44,104,61,80,46,99,114,101,97,116,101,86,78,111,100,101,59,114,101,116,117,114,110,32,117,40,104,41,38,38,104,40,102,41,44,102,125,102,117,110,99,116,105,111,110,32,95,40,116,44,101,41,123,114,101,116,117,114,110,32,98,40,49,44,115,40,116,41,63,34,34,58,116,44,110,117,108,108,44,49,54,44,101,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,125,102,117,110,99,116,105,111,110,32,120,40,116,41,123,118,97,114,32,101,61,116,46,112,114,111,112,115,59,105,102,40,101,41,123,118,97,114,32,110,61,116,46,102,108,97,103,115,59,52,56,49,38,110,38,38,40,118,111,105,100,32,48,33,61,61,101,46,99,104,105,108,100,114,101,110,38,38,115,40,116,46,99,104,105,108,100,114,101,110,41,38,38,67,40,116,44,101,46,99,104,105,108,100,114,101,110,41,44,118,111,105,100,32,48,33,61,61,101,46,99,108,97,115,115,78,97,109,101,38,38,40,116,46,99,108,97,115,115,78,97,109,101,61,101,46,99,108,97,115,115,78,97,109,101,124,124,110,117,108,108,44,101,46,99,108,97,115,115,78,97,109,101,61,118,111,105,100,32,48,41,41,44,118,111,105,100,32,48,33,61,61,101,46,107,101,121,38,38,40,116,46,107,101,121,61,101,46,107,101,121,44,101,46,107,101,121,61,118,111,105,100,32,48,41,44,118,111,105,100,32,48,33,61,61,101,46,114,101,102,38,38,40,116,46,114,101,102,61,56,38,110,63,103,40,116,46,114,101,102,44,101,46,114,101,102,41,58,101,46,114,101,102,44,101,46,114,101,102,61,118,111,105,100,32,48,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,79,40,116,41,123,118,97,114,32,101,44,110,61,116,46,102,108,97,103,115,59,105,102,40,49,52,38,110,41,123,118,97,114,32,114,44,105,61,116,46,112,114,111,112,115,59,105,102,40,33,104,40,105,41,41,102,111,114,40,118,97,114,32,111,32,105,110,32,114,61,123,125,44,105,41,114,91,111,93,61,105,91,111,93,59,101,61,119,40,110,44,116,46,116,121,112,101,44,114,44,116,46,107,101,121,44,116,46,114,101,102,41,125,101,108,115,101,32,52,56,49,38,110,63,101,61,121,40,110,44,116,46,116,121,112,101,44,116,46,99,108,97,115,115,78,97,109,101,44,116,46,99,104,105,108,100,114,101,110,44,116,46,99,104,105,108,100,70,108,97,103,115,44,116,46,112,114,111,112,115,44,116,46,107,101,121,44,116,46,114,101,102,41,58,49,54,38,110,63,101,61,95,40,116,46,99,104,105,108,100,114,101,110,44,116,46,107,101,121,41,58,49,48,50,52,38,110,38,38,40,101,61,116,41,59,114,101,116,117,114,110,32,101,125,102,117,110,99,116,105,111,110,32,83,40,41,123,114,101,116,117,114,110,32,95,40,34,34,44,110,117,108,108,41,125,102,117,110,99,116,105,111,110,32,107,40,116,44,101,44,110,44,114,41,123,102,111,114,40,118,97,114,32,105,61,116,46,108,101,110,103,116,104,59,110,60,105,59,110,43,43,41,123,118,97,114,32,115,61,116,91,110,93,59,105,102,40,33,99,40,115,41,41,123,118,97,114,32,117,61,114,43,109,43,110,59,105,102,40,111,40,115,41,41,107,40,115,44,101,44,48,44,117,41,59,101,108,115,101,123,105,102,40,97,40,115,41,41,115,61,95,40,115,44,117,41,59,101,108,115,101,123,118,97,114,32,102,61,115,46,107,101,121,44,100,61,108,40,102,41,38,38,102,91,48,93,61,61,61,109,59,104,40,115,46,100,111,109,41,38,38,33,100,124,124,40,115,61,79,40,115,41,41,44,104,40,102,41,124,124,100,63,115,46,107,101,121,61,117,58,115,46,107,101,121,61,114,43,102,125,101,46,112,117,115,104,40,115,41,125,125,125,125,102,117,110,99,116,105,111,110,32,67,40,116,44,101,41,123,118,97,114,32,110,44,114,61,49,59,105,102,40,99,40,101,41,41,110,61,101,59,101,108,115,101,32,105,102,40,108,40,101,41,41,114,61,50,44,110,61,95,40,101,41,59,101,108,115,101,32,105,102,40,102,40,101,41,41,114,61,50,44,110,61,95,40,101,43,34,34,41,59,101,108,115,101,32,105,102,40,111,40,101,41,41,123,118,97,114,32,105,61,101,46,108,101,110,103,116,104,59,105,102,40,48,61,61,61,105,41,110,61,110,117,108,108,44,114,61,49,59,101,108,115,101,123,40,79,98,106,101,99,116,46,105,115,70,114,111,122,101,110,40,101,41,124,124,33,48,61,61,61,101,91,34,36,34,93,41,38,38,40,101,61,101,46,115,108,105,99,101,40,41,41,44,114,61,56,59,102,111,114,40,118,97,114,32,115,61,48,59,115,60,105,59,115,43,43,41,123,118,97,114,32,117,61,101,91,115,93,59,105,102,40,99,40,117,41,124,124,111,40,117,41,41,123,110,61,110,124,124,101,46,115,108,105,99,101,40,48,44,115,41,44,107,40,101,44,110,44,115,44,34,34,41,59,98,114,101,97,107,125,105,102,40,97,40,117,41,41,110,61,110,124,124,101,46,115,108,105,99,101,40,48,44,115,41,44,110,46,112,117,115,104,40,95,40,117,44,109,43,115,41,41,59,101,108,115,101,123,118,97,114,32,100,61,117,46,107,101,121,44,112,61,104,40,117,46,100,111,109,41,44,118,61,104,40,100,41,44,103,61,33,118,38,38,100,91,48,93,61,61,61,109,59,33,112,124,124,118,124,124,103,63,40,110,61,110,124,124,101,46,115,108,105,99,101,40,48,44,115,41,44,112,38,38,33,103,124,124,40,117,61,79,40,117,41,41,44,40,118,124,124,103,41,38,38,40,117,46,107,101,121,61,109,43,115,41,44,110,46,112,117,115,104,40,117,41,41,58,110,38,38,110,46,112,117,115,104,40,117,41,125,125,110,61,110,124,124,101,44,110,46,36,61,33,48,125,125,101,108,115,101,32,110,61,101,44,104,40,101,46,100,111,109,41,124,124,40,110,61,79,40,101,41,41,44,114,61,50,59,114,101,116,117,114,110,32,116,46,99,104,105,108,100,114,101,110,61,110,44,116,46,99,104,105,108,100,70,108,97,103,115,61,114,44,116,125,118,97,114,32,80,61,123,97,102,116,101,114,82,101,110,100,101,114,58,110,117,108,108,44,98,101,102,111,114,101,82,101,110,100,101,114,58,110,117,108,108,44,99,114,101,97,116,101,86,78,111,100,101,58,110,117,108,108,44,114,101,110,100,101,114,67,111,109,112,108,101,116,101,58,110,117,108,108,125,44,84,61,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,49,57,57,57,47,120,108,105,110,107,34,44,106,61,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,88,77,76,47,49,57,57,56,47,110,97,109,101,115,112,97,99,101,34,44,69,61,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,65,61,123,34,120,108,105,110,107,58,97,99,116,117,97,116,101,34,58,84,44,34,120,108,105,110,107,58,97,114,99,114,111,108,101,34,58,84,44,34,120,108,105,110,107,58,104,114,101,102,34,58,84,44,34,120,108,105,110,107,58,114,111,108,101,34,58,84,44,34,120,108,105,110,107,58,115,104,111,119,34,58,84,44,34,120,108,105,110,107,58,116,105,116,108,101,34,58,84,44,34,120,108,105,110,107,58,116,121,112,101,34,58,84,44,34,120,109,108,58,98,97,115,101,34,58,106,44,34,120,109,108,58,108,97,110,103,34,58,106,44,34,120,109,108,58,115,112,97,99,101,34,58,106,125,44,68,61,123,125,44,76,61,91,93,59,102,117,110,99,116,105,111,110,32,77,40,116,44,101,41,123,116,46,97,112,112,101,110,100,67,104,105,108,100,40,101,41,125,102,117,110,99,116,105,111,110,32,73,40,116,44,101,44,110,41,123,115,40,110,41,63,77,40,116,44,101,41,58,116,46,105,110,115,101,114,116,66,101,102,111,114,101,40,101,44,110,41,125,102,117,110,99,116,105,111,110,32,36,40,116,44,101,41,123,114,101,116,117,114,110,33,48,61,61,61,101,63,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,78,83,40,69,44,116,41,58,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,116,41,125,102,117,110,99,116,105,111,110,32,70,40,116,44,101,44,110,41,123,116,46,114,101,112,108,97,99,101,67,104,105,108,100,40,101,44,110,41,125,102,117,110,99,116,105,111,110,32,66,40,116,44,101,41,123,116,46,114,101,109,111,118,101,67,104,105,108,100,40,101,41,125,102,117,110,99,116,105,111,110,32,82,40,116,41,123,118,97,114,32,101,59,119,104,105,108,101,40,118,111,105,100,32,48,33,61,61,40,101,61,116,46,115,104,105,102,116,40,41,41,41,101,40,41,125,118,97,114,32,78,61,123,125,44,122,61,123,125,59,102,117,110,99,116,105,111,110,32,86,40,116,44,101,44,110,41,123,118,97,114,32,114,61,78,91,116,93,44,105,61,110,46,36,69,86,59,101,63,40,114,124,124,40,122,91,116,93,61,113,40,116,41,44,78,91,116,93,61,48,41,44,105,124,124,40,105,61,110,46,36,69,86,61,123,125,41,44,105,91,116,93,124,124,78,91,116,93,43,43,44,105,91,116,93,61,101,41,58,105,38,38,105,91,116,93,38,38,40,78,91,116,93,45,45,44,49,61,61,61,114,38,38,40,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,85,40,116,41,44,122,91,116,93,41,44,122,91,116,93,61,110,117,108,108,41,44,105,91,116,93,61,101,41,125,102,117,110,99,116,105,111,110,32,72,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,101,59,119,104,105,108,101,40,33,104,40,111,41,41,123,105,102,40,110,38,38,111,46,100,105,115,97,98,108,101,100,41,114,101,116,117,114,110,59,118,97,114,32,97,61,111,46,36,69,86,59,105,102,40,97,41,123,118,97,114,32,115,61,97,91,114,93,59,105,102,40,115,38,38,40,105,46,100,111,109,61,111,44,115,46,101,118,101,110,116,63,115,46,101,118,101,110,116,40,115,46,100,97,116,97,44,116,41,58,115,40,116,41,44,116,46,99,97,110,99,101,108,66,117,98,98,108,101,41,41,114,101,116,117,114,110,125,111,61,111,46,112,97,114,101,110,116,78,111,100,101,125,125,102,117,110,99,116,105,111,110,32,85,40,116,41,123,114,101,116,117,114,110,32,116,46,115,117,98,115,116,114,40,50,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,125,102,117,110,99,116,105,111,110,32,87,40,41,123,116,104,105,115,46,99,97,110,99,101,108,66,117,98,98,108,101,61,33,48,44,116,104,105,115,46,105,109,109,101,100,105,97,116,101,80,114,111,112,97,103,97,116,105,111,110,83,116,111,112,112,101,100,124,124,116,104,105,115,46,115,116,111,112,73,109,109,101,100,105,97,116,101,80,114,111,112,97,103,97,116,105,111,110,40,41,125,102,117,110,99,116,105,111,110,32,113,40,116,41,123,118,97,114,32,101,61,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,101,46,116,121,112,101,44,114,61,34,99,108,105,99,107,34,61,61,61,110,124,124,34,100,98,108,99,108,105,99,107,34,61,61,61,110,59,105,102,40,114,38,38,48,33,61,61,101,46,98,117,116,116,111,110,41,114,101,116,117,114,110,32,101,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,44,33,49,59,101,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,61,87,59,118,97,114,32,105,61,123,100,111,109,58,100,111,99,117,109,101,110,116,125,59,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,99,117,114,114,101,110,116,84,97,114,103,101,116,34,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,46,100,111,109,125,125,41,44,72,40,101,44,101,46,116,97,114,103,101,116,44,114,44,116,44,105,41,125,59,114,101,116,117,114,110,32,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,85,40,116,41,44,101,41,44,101,125,102,117,110,99,116,105,111,110,32,71,40,116,44,101,41,123,118,97,114,32,110,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,105,34,41,59,114,101,116,117,114,110,32,110,46,105,110,110,101,114,72,84,77,76,61,101,44,110,46,105,110,110,101,114,72,84,77,76,61,61,61,116,46,105,110,110,101,114,72,84,77,76,125,102,117,110,99,116,105,111,110,32,89,40,116,44,101,41,123,114,101,116,117,114,110,32,66,111,111,108,101,97,110,40,101,38,38,101,46,100,97,110,103,101,114,111,117,115,108,121,83,101,116,73,110,110,101,114,72,84,77,76,38,38,101,46,100,97,110,103,101,114,111,117,115,108,121,83,101,116,73,110,110,101,114,72,84,77,76,46,95,95,104,116,109,108,38,38,71,40,116,44,101,46,100,97,110,103,101,114,111,117,115,108,121,83,101,116,73,110,110,101,114,72,84,77,76,46,95,95,104,116,109,108,41,41,125,102,117,110,99,116,105,111,110,32,75,40,116,44,101,44,110,41,123,105,102,40,116,91,101,93,41,123,118,97,114,32,114,61,116,91,101,93,59,114,46,101,118,101,110,116,63,114,46,101,118,101,110,116,40,114,46,100,97,116,97,44,110,41,58,114,40,110,41,125,101,108,115,101,123,118,97,114,32,105,61,101,46,116,111,76,111,119,101,114,67,97,115,101,40,41,59,116,91,105,93,38,38,116,91,105,93,40,110,41,125,125,102,117,110,99,116,105,111,110,32,88,40,116,44,101,41,123,118,97,114,32,110,61,102,117,110,99,116,105,111,110,40,110,41,123,110,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,59,118,97,114,32,114,61,116,104,105,115,46,36,86,59,105,102,40,114,41,123,118,97,114,32,105,61,114,46,112,114,111,112,115,124,124,68,44,111,61,114,46,100,111,109,59,105,102,40,108,40,116,41,41,75,40,105,44,116,44,110,41,59,101,108,115,101,32,102,111,114,40,118,97,114,32,97,61,48,59,97,60,116,46,108,101,110,103,116,104,59,97,43,43,41,75,40,105,44,116,91,97,93,44,110,41,59,105,102,40,117,40,101,41,41,123,118,97,114,32,115,61,116,104,105,115,46,36,86,44,99,61,115,46,112,114,111,112,115,124,124,68,59,101,40,99,44,111,44,33,49,44,115,41,125,125,125,59,114,101,116,117,114,110,32,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,110,44,34,119,114,97,112,112,101,100,34,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,49,44,101,110,117,109,101,114,97,98,108,101,58,33,49,44,118,97,108,117,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,49,125,41,44,110,125,102,117,110,99,116,105,111,110,32,90,40,116,41,123,114,101,116,117,114,110,34,99,104,101,99,107,98,111,120,34,61,61,61,116,124,124,34,114,97,100,105,111,34,61,61,61,116,125,118,97,114,32,74,61,88,40,34,111,110,73,110,112,117,116,34,44,110,116,41,44,81,61,88,40,91,34,111,110,67,108,105,99,107,34,44,34,111,110,67,104,97,110,103,101,34,93,44,110,116,41,59,102,117,110,99,116,105,111,110,32,116,116,40,116,41,123,116,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,125,102,117,110,99,116,105,111,110,32,101,116,40,116,44,101,41,123,90,40,101,46,116,121,112,101,41,63,40,116,46,111,110,99,104,97,110,103,101,61,81,44,116,46,111,110,99,108,105,99,107,61,116,116,41,58,116,46,111,110,105,110,112,117,116,61,74,125,102,117,110,99,116,105,111,110,32,110,116,40,116,44,101,41,123,118,97,114,32,110,61,116,46,116,121,112,101,44,114,61,116,46,118,97,108,117,101,44,105,61,116,46,99,104,101,99,107,101,100,44,111,61,116,46,109,117,108,116,105,112,108,101,44,97,61,116,46,100,101,102,97,117,108,116,86,97,108,117,101,44,99,61,33,115,40,114,41,59,110,38,38,110,33,61,61,101,46,116,121,112,101,38,38,101,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,116,121,112,101,34,44,110,41,44,115,40,111,41,124,124,111,61,61,61,101,46,109,117,108,116,105,112,108,101,124,124,40,101,46,109,117,108,116,105,112,108,101,61,111,41,44,115,40,97,41,124,124,99,124,124,40,101,46,100,101,102,97,117,108,116,86,97,108,117,101,61,97,43,34,34,41,44,90,40,110,41,63,40,99,38,38,40,101,46,118,97,108,117,101,61,114,41,44,115,40,105,41,124,124,40,101,46,99,104,101,99,107,101,100,61,105,41,41,58,99,38,38,101,46,118,97,108,117,101,33,61,61,114,63,40,101,46,100,101,102,97,117,108,116,86,97,108,117,101,61,114,44,101,46,118,97,108,117,101,61,114,41,58,115,40,105,41,124,124,40,101,46,99,104,101,99,107,101,100,61,105,41,125,102,117,110,99,116,105,111,110,32,114,116,40,116,44,101,41,123,118,97,114,32,110,61,116,46,116,121,112,101,59,105,102,40,34,111,112,116,103,114,111,117,112,34,61,61,61,110,41,123,118,97,114,32,114,61,116,46,99,104,105,108,100,114,101,110,44,105,61,116,46,99,104,105,108,100,70,108,97,103,115,59,105,102,40,49,50,38,105,41,102,111,114,40,118,97,114,32,111,61,48,44,97,61,114,46,108,101,110,103,116,104,59,111,60,97,59,111,43,43,41,105,116,40,114,91,111,93,44,101,41,59,101,108,115,101,32,50,61,61,61,105,38,38,105,116,40,114,44,101,41,125,101,108,115,101,32,105,116,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,105,116,40,116,44,101,41,123,118,97,114,32,110,61,116,46,112,114,111,112,115,124,124,68,44,114,61,116,46,100,111,109,59,114,46,118,97,108,117,101,61,110,46,118,97,108,117,101,44,111,40,101,41,38,38,45,49,33,61,61,101,46,105,110,100,101,120,79,102,40,110,46,118,97,108,117,101,41,124,124,110,46,118,97,108,117,101,61,61,61,101,63,114,46,115,101,108,101,99,116,101,100,61,33,48,58,115,40,101,41,38,38,115,40,110,46,115,101,108,101,99,116,101,100,41,124,124,40,114,46,115,101,108,101,99,116,101,100,61,110,46,115,101,108,101,99,116,101,100,124,124,33,49,41,125,116,116,46,119,114,97,112,112,101,100,61,33,48,59,118,97,114,32,111,116,61,88,40,34,111,110,67,104,97,110,103,101,34,44,115,116,41,59,102,117,110,99,116,105,111,110,32,97,116,40,116,41,123,116,46,111,110,99,104,97,110,103,101,61,111,116,125,102,117,110,99,116,105,111,110,32,115,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,66,111,111,108,101,97,110,40,116,46,109,117,108,116,105,112,108,101,41,59,115,40,116,46,109,117,108,116,105,112,108,101,41,124,124,105,61,61,61,101,46,109,117,108,116,105,112,108,101,124,124,40,101,46,109,117,108,116,105,112,108,101,61,105,41,59,118,97,114,32,111,61,114,46,99,104,105,108,100,70,108,97,103,115,59,105,102,40,48,61,61,61,40,49,38,111,41,41,123,118,97,114,32,97,61,114,46,99,104,105,108,100,114,101,110,44,99,61,116,46,118,97,108,117,101,59,105,102,40,110,38,38,115,40,99,41,38,38,40,99,61,116,46,100,101,102,97,117,108,116,86,97,108,117,101,41,44,49,50,38,111,41,102,111,114,40,118,97,114,32,117,61,48,44,108,61,97,46,108,101,110,103,116,104,59,117,60,108,59,117,43,43,41,114,116,40,97,91,117,93,44,99,41,59,101,108,115,101,32,50,61,61,61,111,38,38,114,116,40,97,44,99,41,125,125,118,97,114,32,99,116,61,88,40,34,111,110,73,110,112,117,116,34,44,102,116,41,44,117,116,61,88,40,34,111,110,67,104,97,110,103,101,34,41,59,102,117,110,99,116,105,111,110,32,108,116,40,116,44,101,41,123,116,46,111,110,105,110,112,117,116,61,99,116,44,101,46,111,110,67,104,97,110,103,101,38,38,40,116,46,111,110,99,104,97,110,103,101,61,117,116,41,125,102,117,110,99,116,105,111,110,32,102,116,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,118,97,108,117,101,44,105,61,101,46,118,97,108,117,101,59,105,102,40,115,40,114,41,41,123,105,102,40,110,41,123,118,97,114,32,111,61,116,46,100,101,102,97,117,108,116,86,97,108,117,101,59,115,40,111,41,124,124,111,61,61,61,105,124,124,40,101,46,100,101,102,97,117,108,116,86,97,108,117,101,61,111,44,101,46,118,97,108,117,101,61,111,41,125,125,101,108,115,101,32,105,33,61,61,114,38,38,40,101,46,100,101,102,97,117,108,116,86,97,108,117,101,61,114,44,101,46,118,97,108,117,101,61,114,41,125,102,117,110,99,116,105,111,110,32,104,116,40,116,44,101,44,110,44,114,44,105,44,111,41,123,54,52,38,116,63,110,116,40,114,44,110,41,58,50,53,54,38,116,63,115,116,40,114,44,110,44,105,44,101,41,58,49,50,56,38,116,38,38,102,116,40,114,44,110,44,105,41,44,111,38,38,40,110,46,36,86,61,101,41,125,102,117,110,99,116,105,111,110,32,100,116,40,116,44,101,44,110,41,123,54,52,38,116,63,101,116,40,101,44,110,41,58,50,53,54,38,116,63,97,116,40,101,41,58,49,50,56,38,116,38,38,108,116,40,101,44,110,41,125,102,117,110,99,116,105,111,110,32,112,116,40,116,41,123,114,101,116,117,114,110,32,116,46,116,121,112,101,38,38,90,40,116,46,116,121,112,101,41,63,33,115,40,116,46,99,104,101,99,107,101,100,41,58,33,115,40,116,46,118,97,108,117,101,41,125,102,117,110,99,116,105,111,110,32,118,116,40,116,44,101,41,123,103,116,40,116,41,44,101,38,38,116,46,100,111,109,38,38,40,66,40,101,44,116,46,100,111,109,41,44,116,46,100,111,109,61,110,117,108,108,41,125,102,117,110,99,116,105,111,110,32,103,116,40,116,41,123,118,97,114,32,101,61,116,46,102,108,97,103,115,59,105,102,40,52,56,49,38,101,41,123,118,97,114,32,110,61,116,46,114,101,102,44,114,61,116,46,112,114,111,112,115,59,117,40,110,41,38,38,110,40,110,117,108,108,41,59,118,97,114,32,105,61,116,46,99,104,105,108,100,114,101,110,44,111,61,116,46,99,104,105,108,100,70,108,97,103,115,59,105,102,40,49,50,38,111,63,109,116,40,105,41,58,50,61,61,61,111,38,38,103,116,40,105,41,44,33,104,40,114,41,41,102,111,114,40,118,97,114,32,97,32,105,110,32,114,41,115,119,105,116,99,104,40,97,41,123,99,97,115,101,34,111,110,67,108,105,99,107,34,58,99,97,115,101,34,111,110,68,98,108,67,108,105,99,107,34,58,99,97,115,101,34,111,110,70,111,99,117,115,73,110,34,58,99,97,115,101,34,111,110,70,111,99,117,115,79,117,116,34,58,99,97,115,101,34,111,110,75,101,121,68,111,119,110,34,58,99,97,115,101,34,111,110,75,101,121,80,114,101,115,115,34,58,99,97,115,101,34,111,110,75,101,121,85,112,34,58,99,97,115,101,34,111,110,77,111,117,115,101,68,111,119,110,34,58,99,97,115,101,34,111,110,77,111,117,115,101,77,111,118,101,34,58,99,97,115,101,34,111,110,77,111,117,115,101,85,112,34,58,99,97,115,101,34,111,110,83,117,98,109,105,116,34,58,99,97,115,101,34,111,110,84,111,117,99,104,69,110,100,34,58,99,97,115,101,34,111,110,84,111,117,99,104,77,111,118,101,34,58,99,97,115,101,34,111,110,84,111,117,99,104,83,116,97,114,116,34,58,86,40,97,44,110,117,108,108,44,116,46,100,111,109,41,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,98,114,101,97,107,125,125,101,108,115,101,123,118,97,114,32,99,61,116,46,99,104,105,108,100,114,101,110,59,105,102,40,99,41,105,102,40,49,52,38,101,41,123,118,97,114,32,108,61,116,46,114,101,102,59,52,38,101,63,40,117,40,99,46,99,111,109,112,111,110,101,110,116,87,105,108,108,85,110,109,111,117,110,116,41,38,38,99,46,99,111,109,112,111,110,101,110,116,87,105,108,108,85,110,109,111,117,110,116,40,41,44,117,40,108,41,38,38,108,40,110,117,108,108,41,44,99,46,36,85,78,61,33,48,44,99,46,36,76,73,38,38,103,116,40,99,46,36,76,73,41,41,58,40,33,115,40,108,41,38,38,117,40,108,46,111,110,67,111,109,112,111,110,101,110,116,87,105,108,108,85,110,109,111,117,110,116,41,38,38,108,46,111,110,67,111,109,112,111,110,101,110,116,87,105,108,108,85,110,109,111,117,110,116,40,116,46,100,111,109,44,116,46,112,114,111,112,115,124,124,68,41,44,103,116,40,99,41,41,125,101,108,115,101,32,49,48,50,52,38,101,38,38,118,116,40,99,44,116,46,116,121,112,101,41,125,125,102,117,110,99,116,105,111,110,32,109,116,40,116,41,123,102,111,114,40,118,97,114,32,101,61,48,44,110,61,116,46,108,101,110,103,116,104,59,101,60,110,59,101,43,43,41,103,116,40,116,91,101,93,41,125,102,117,110,99,116,105,111,110,32,98,116,40,116,44,101,41,123,109,116,40,101,41,44,116,46,116,101,120,116,67,111,110,116,101,110,116,61,34,34,125,102,117,110,99,116,105,111,110,32,121,116,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,116,40,101,46,100,97,116,97,44,110,41,125,125,102,117,110,99,116,105,111,110,32,119,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,59,105,102,40,117,40,110,41,124,124,115,40,110,41,41,123,118,97,114,32,111,61,114,91,105,93,59,111,38,38,111,46,119,114,97,112,112,101,100,124,124,40,114,91,105,93,61,110,41,125,101,108,115,101,123,118,97,114,32,97,61,110,46,101,118,101,110,116,59,97,38,38,117,40,97,41,38,38,40,114,91,105,93,61,121,116,40,97,44,110,41,41,125,125,102,117,110,99,116,105,111,110,32,95,116,40,116,44,101,41,123,115,119,105,116,99,104,40,116,41,123,99,97,115,101,34,97,110,105,109,97,116,105,111,110,73,116,101,114,97,116,105,111,110,67,111,117,110,116,34,58,99,97,115,101,34,98,111,114,100,101,114,73,109,97,103,101,79,117,116,115,101,116,34,58,99,97,115,101,34,98,111,114,100,101,114,73,109,97,103,101,83,108,105,99,101,34,58,99,97,115,101,34,98,111,114,100,101,114,73,109,97,103,101,87,105,100,116,104,34,58,99,97,115,101,34,98,111,120,70,108,101,120,34,58,99,97,115,101,34,98,111,120,70,108,101,120,71,114,111,117,112,34,58,99,97,115,101,34,98,111,120,79,114,100,105,110,97,108,71,114,111,117,112,34,58,99,97,115,101,34,99,111,108,117,109,110,67,111,117,110,116,34,58,99,97,115,101,34,102,105,108,108,79,112,97,99,105,116,121,34,58,99,97,115,101,34,102,108,101,120,34,58,99,97,115,101,34,102,108,101,120,71,114,111,119,34,58,99,97,115,101,34,102,108,101,120,78,101,103,97,116,105,118,101,34,58,99,97,115,101,34,102,108,101,120,79,114,100,101,114,34,58,99,97,115,101,34,102,108,101,120,80,111,115,105,116,105,118,101,34,58,99,97,115,101,34,102,108,101,120,83,104,114,105,110,107,34,58,99,97,115,101,34,102,108,111,111,100,79,112,97,99,105,116,121,34,58,99,97,115,101,34,102,111,110,116,87,101,105,103,104,116,34,58,99,97,115,101,34,103,114,105,100,67,111,108,117,109,110,34,58,99,97,115,101,34,103,114,105,100,82,111,119,34,58,99,97,115,101,34,108,105,110,101,67,108,97,109,112,34,58,99,97,115,101,34,108,105,110,101,72,101,105,103,104,116,34,58,99,97,115,101,34,111,112,97,99,105,116,121,34,58,99,97,115,101,34,111,114,100,101,114,34,58,99,97,115,101,34,111,114,112,104,97,110,115,34,58,99,97,115,101,34,115,116,111,112,79,112,97,99,105,116,121,34,58,99,97,115,101,34,115,116,114,111,107,101,68,97,115,104,97,114,114,97,121,34,58,99,97,115,101,34,115,116,114,111,107,101,68,97,115,104,111,102,102,115,101,116,34,58,99,97,115,101,34,115,116,114,111,107,101,77,105,116,101,114,108,105,109,105,116,34,58,99,97,115,101,34,115,116,114,111,107,101,79,112,97,99,105,116,121,34,58,99,97,115,101,34,115,116,114,111,107,101,87,105,100,116,104,34,58,99,97,115,101,34,116,97,98,83,105,122,101,34,58,99,97,115,101,34,119,105,100,111,119,115,34,58,99,97,115,101,34,122,73,110,100,101,120,34,58,99,97,115,101,34,122,111,111,109,34,58,114,101,116,117,114,110,32,101,59,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,101,43,34,112,120,34,125,125,102,117,110,99,116,105,111,110,32,120,116,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,61,110,46,115,116,121,108,101,59,105,102,40,108,40,101,41,41,111,46,99,115,115,84,101,120,116,61,101,59,101,108,115,101,32,105,102,40,115,40,116,41,124,124,108,40,116,41,41,102,111,114,40,114,32,105,110,32,101,41,105,61,101,91,114,93,44,111,91,114,93,61,102,40,105,41,63,95,116,40,114,44,105,41,58,105,59,101,108,115,101,123,102,111,114,40,114,32,105,110,32,101,41,105,61,101,91,114,93,44,105,33,61,61,116,91,114,93,38,38,40,111,91,114,93,61,102,40,105,41,63,95,116,40,114,44,105,41,58,105,41,59,102,111,114,40,114,32,105,110,32,116,41,115,40,101,91,114,93,41,38,38,40,111,91,114,93,61,34,34,41,125,125,102,117,110,99,116,105,111,110,32,79,116,40,116,44,101,44,110,44,114,44,105,44,111,44,97,41,123,115,119,105,116,99,104,40,116,41,123,99,97,115,101,34,111,110,67,108,105,99,107,34,58,99,97,115,101,34,111,110,68,98,108,67,108,105,99,107,34,58,99,97,115,101,34,111,110,70,111,99,117,115,73,110,34,58,99,97,115,101,34,111,110,70,111,99,117,115,79,117,116,34,58,99,97,115,101,34,111,110,75,101,121,68,111,119,110,34,58,99,97,115,101,34,111,110,75,101,121,80,114,101,115,115,34,58,99,97,115,101,34,111,110,75,101,121,85,112,34,58,99,97,115,101,34,111,110,77,111,117,115,101,68,111,119,110,34,58,99,97,115,101,34,111,110,77,111,117,115,101,77,111,118,101,34,58,99,97,115,101,34,111,110,77,111,117,115,101,85,112,34,58,99,97,115,101,34,111,110,83,117,98,109,105,116,34,58,99,97,115,101,34,111,110,84,111,117,99,104,69,110,100,34,58,99,97,115,101,34,111,110,84,111,117,99,104,77,111,118,101,34,58,99,97,115,101,34,111,110,84,111,117,99,104,83,116,97,114,116,34,58,86,40,116,44,110,44,114,41,59,98,114,101,97,107,59,99,97,115,101,34,99,104,105,108,100,114,101,110,34,58,99,97,115,101,34,99,104,105,108,100,114,101,110,84,121,112,101,34,58,99,97,115,101,34,99,108,97,115,115,78,97,109,101,34,58,99,97,115,101,34,100,101,102,97,117,108,116,86,97,108,117,101,34,58,99,97,115,101,34,107,101,121,34,58,99,97,115,101,34,109,117,108,116,105,112,108,101,34,58,99,97,115,101,34,114,101,102,34,58,98,114,101,97,107,59,99,97,115,101,34,97,117,116,111,70,111,99,117,115,34,58,114,46,97,117,116,111,102,111,99,117,115,61,33,33,110,59,98,114,101,97,107,59,99,97,115,101,34,97,108,108,111,119,102,117,108,108,115,99,114,101,101,110,34,58,99,97,115,101,34,97,117,116,111,112,108,97,121,34,58,99,97,115,101,34,99,97,112,116,117,114,101,34,58,99,97,115,101,34,99,104,101,99,107,101,100,34,58,99,97,115,101,34,99,111,110,116,114,111,108,115,34,58,99,97,115,101,34,100,101,102,97,117,108,116,34,58,99,97,115,101,34,100,105,115,97,98,108,101,100,34,58,99,97,115,101,34,104,105,100,100,101,110,34,58,99,97,115,101,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,58,99,97,115,101,34,108,111,111,112,34,58,99,97,115,101,34,109,117,116,101,100,34,58,99,97,115,101,34,110,111,118,97,108,105,100,97,116,101,34,58,99,97,115,101,34,111,112,101,110,34,58,99,97,115,101,34,114,101,97,100,79,110,108,121,34,58,99,97,115,101,34,114,101,113,117,105,114,101,100,34,58,99,97,115,101,34,114,101,118,101,114,115,101,100,34,58,99,97,115,101,34,115,99,111,112,101,100,34,58,99,97,115,101,34,115,101,97,109,108,101,115,115,34,58,99,97,115,101,34,115,101,108,101,99,116,101,100,34,58,114,91,116,93,61,33,33,110,59,98,114,101,97,107,59,99,97,115,101,34,100,101,102,97,117,108,116,67,104,101,99,107,101,100,34,58,99,97,115,101,34,118,97,108,117,101,34,58,99,97,115,101,34,118,111,108,117,109,101,34,58,105,102,40,111,38,38,34,118,97,108,117,101,34,61,61,61,116,41,114,101,116,117,114,110,59,118,97,114,32,99,61,115,40,110,41,63,34,34,58,110,59,114,91,116,93,33,61,61,99,38,38,40,114,91,116,93,61,99,41,59,98,114,101,97,107,59,99,97,115,101,34,100,97,110,103,101,114,111,117,115,108,121,83,101,116,73,110,110,101,114,72,84,77,76,34,58,118,97,114,32,117,61,101,38,38,101,46,95,95,104,116,109,108,124,124,34,34,44,108,61,110,38,38,110,46,95,95,104,116,109,108,124,124,34,34,59,117,33,61,61,108,38,38,40,115,40,108,41,124,124,71,40,114,44,108,41,124,124,40,104,40,97,41,124,124,40,49,50,38,97,46,99,104,105,108,100,70,108,97,103,115,63,109,116,40,97,46,99,104,105,108,100,114,101,110,41,58,50,61,61,61,97,46,99,104,105,108,100,70,108,97,103,115,38,38,103,116,40,97,46,99,104,105,108,100,114,101,110,41,44,97,46,99,104,105,108,100,114,101,110,61,110,117,108,108,44,97,46,99,104,105,108,100,70,108,97,103,115,61,49,41,44,114,46,105,110,110,101,114,72,84,77,76,61,108,41,41,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,34,111,34,61,61,61,116,91,48,93,38,38,34,110,34,61,61,61,116,91,49,93,63,119,116,40,116,44,101,44,110,44,114,41,58,115,40,110,41,63,114,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,116,41,58,34,115,116,121,108,101,34,61,61,61,116,63,120,116,40,101,44,110,44,114,41,58,105,38,38,65,91,116,93,63,114,46,115,101,116,65,116,116,114,105,98,117,116,101,78,83,40,65,91,116,93,44,116,44,110,41,58,114,46,115,101,116,65,116,116,114,105,98,117,116,101,40,116,44,110,41,59,98,114,101,97,107,125,125,102,117,110,99,116,105,111,110,32,83,116,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,33,49,44,97,61,40,52,52,56,38,101,41,62,48,59,102,111,114,40,118,97,114,32,115,32,105,110,32,97,38,38,40,111,61,112,116,40,110,41,44,111,38,38,100,116,40,101,44,114,44,110,41,41,44,110,41,79,116,40,115,44,110,117,108,108,44,110,91,115,93,44,114,44,105,44,111,44,110,117,108,108,41,59,97,38,38,104,116,40,101,44,116,44,114,44,110,44,33,48,44,111,41,125,102,117,110,99,116,105,111,110,32,107,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,110,101,119,32,101,40,110,44,114,41,59,105,102,40,116,46,99,104,105,108,100,114,101,110,61,105,44,105,46,36,86,61,116,44,105,46,36,66,83,61,33,49,44,105,46,99,111,110,116,101,120,116,61,114,44,105,46,112,114,111,112,115,61,61,61,68,38,38,40,105,46,112,114,111,112,115,61,110,41,44,105,46,36,85,78,61,33,49,44,117,40,105,46,99,111,109,112,111,110,101,110,116,87,105,108,108,77,111,117,110,116,41,41,123,105,102,40,105,46,36,66,82,61,33,48,44,105,46,99,111,109,112,111,110,101,110,116,87,105,108,108,77,111,117,110,116,40,41,44,105,46,36,80,83,83,41,123,118,97,114,32,111,61,105,46,115,116,97,116,101,44,97,61,105,46,36,80,83,59,105,102,40,104,40,111,41,41,105,46,115,116,97,116,101,61,97,59,101,108,115,101,32,102,111,114,40,118,97,114,32,99,32,105,110,32,97,41,111,91,99,93,61,97,91,99,93,59,105,46,36,80,83,83,61,33,49,44,105,46,36,80,83,61,110,117,108,108,125,105,46,36,66,82,61,33,49,125,117,40,80,46,98,101,102,111,114,101,82,101,110,100,101,114,41,38,38,80,46,98,101,102,111,114,101,82,101,110,100,101,114,40,105,41,59,118,97,114,32,108,44,102,61,67,116,40,105,46,114,101,110,100,101,114,40,110,44,105,46,115,116,97,116,101,44,114,41,44,116,41,59,114,101,116,117,114,110,32,117,40,105,46,103,101,116,67,104,105,108,100,67,111,110,116,101,120,116,41,38,38,40,108,61,105,46,103,101,116,67,104,105,108,100,67,111,110,116,101,120,116,40,41,41,44,115,40,108,41,63,105,46,36,67,88,61,114,58,105,46,36,67,88,61,103,40,114,44,108,41,44,117,40,80,46,97,102,116,101,114,82,101,110,100,101,114,41,38,38,80,46,97,102,116,101,114,82,101,110,100,101,114,40,105,41,44,105,46,36,76,73,61,102,44,105,125,102,117,110,99,116,105,111,110,32,67,116,40,116,44,101,41,123,114,101,116,117,114,110,32,99,40,116,41,63,116,61,83,40,41,58,97,40,116,41,63,116,61,95,40,116,44,110,117,108,108,41,58,40,116,46,100,111,109,38,38,40,116,61,79,40,116,41,41,44,49,52,38,116,46,102,108,97,103,115,38,38,40,116,46,112,97,114,101,110,116,86,78,111,100,101,61,101,41,41,44,116,125,102,117,110,99,116,105,111,110,32,80,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,46,102,108,97,103,115,59,114,101,116,117,114,110,32,52,56,49,38,105,63,106,116,40,116,44,101,44,110,44,114,41,58,49,52,38,105,63,65,116,40,116,44,101,44,110,44,114,44,40,52,38,105,41,62,48,41,58,53,49,50,38,105,124,124,49,54,38,105,63,84,116,40,116,44,101,41,58,49,48,50,52,38,105,63,40,80,116,40,116,46,99,104,105,108,100,114,101,110,44,116,46,116,121,112,101,44,110,44,33,49,41,44,116,46,100,111,109,61,84,116,40,83,40,41,44,101,41,41,58,118,111,105,100,32,48,125,102,117,110,99,116,105,111,110,32,84,116,40,116,44,101,41,123,118,97,114,32,110,61,116,46,100,111,109,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,84,101,120,116,78,111,100,101,40,116,46,99,104,105,108,100,114,101,110,41,59,114,101,116,117,114,110,32,104,40,101,41,124,124,77,40,101,44,110,41,44,110,125,102,117,110,99,116,105,111,110,32,106,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,46,102,108,97,103,115,44,111,61,116,46,99,104,105,108,100,114,101,110,44,97,61,116,46,112,114,111,112,115,44,99,61,116,46,99,108,97,115,115,78,97,109,101,44,108,61,116,46,114,101,102,44,102,61,116,46,99,104,105,108,100,70,108,97,103,115,59,114,61,114,124,124,40,51,50,38,105,41,62,48,59,118,97,114,32,100,61,36,40,116,46,116,121,112,101,44,114,41,59,105,102,40,116,46,100,111,109,61,100,44,115,40,99,41,124,124,34,34,61,61,61,99,124,124,40,114,63,100,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,99,108,97,115,115,34,44,99,41,58,100,46,99,108,97,115,115,78,97,109,101,61,99,41,44,104,40,101,41,124,124,77,40,101,44,100,41,44,48,61,61,61,40,49,38,102,41,41,123,118,97,114,32,112,61,33,48,61,61,61,114,38,38,34,102,111,114,101,105,103,110,79,98,106,101,99,116,34,33,61,61,116,46,116,121,112,101,59,50,61,61,61,102,63,80,116,40,111,44,100,44,110,44,112,41,58,49,50,38,102,38,38,69,116,40,111,44,100,44,110,44,112,41,125,114,101,116,117,114,110,32,104,40,97,41,124,124,83,116,40,116,44,105,44,97,44,100,44,114,41,44,117,40,108,41,38,38,36,116,40,100,44,108,41,44,100,125,102,117,110,99,116,105,111,110,32,69,116,40,116,44,101,44,110,44,114,41,123,102,111,114,40,118,97,114,32,105,61,48,44,111,61,116,46,108,101,110,103,116,104,59,105,60,111,59,105,43,43,41,123,118,97,114,32,97,61,116,91,105,93,59,104,40,97,46,100,111,109,41,124,124,40,116,91,105,93,61,97,61,79,40,97,41,41,44,80,116,40,97,44,101,44,110,44,114,41,125,125,102,117,110,99,116,105,111,110,32,65,116,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,44,97,61,116,46,116,121,112,101,44,115,61,116,46,112,114,111,112,115,124,124,68,44,99,61,116,46,114,101,102,59,105,102,40,105,41,123,118,97,114,32,117,61,107,116,40,116,44,97,44,115,44,110,41,59,116,46,100,111,109,61,111,61,80,116,40,117,46,36,76,73,44,110,117,108,108,44,117,46,36,67,88,44,114,41,44,76,116,40,116,44,99,44,117,41,44,117,46,36,85,80,68,61,33,49,125,101,108,115,101,123,118,97,114,32,108,61,67,116,40,97,40,115,44,110,41,44,116,41,59,116,46,99,104,105,108,100,114,101,110,61,108,44,116,46,100,111,109,61,111,61,80,116,40,108,44,110,117,108,108,44,110,44,114,41,44,73,116,40,115,44,99,44,111,41,125,114,101,116,117,114,110,32,104,40,101,41,124,124,77,40,101,44,111,41,44,111,125,102,117,110,99,116,105,111,110,32,68,116,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,116,46,99,111,109,112,111,110,101,110,116,68,105,100,77,111,117,110,116,40,41,125,125,102,117,110,99,116,105,111,110,32,76,116,40,116,44,101,44,110,41,123,117,40,101,41,38,38,101,40,110,41,44,117,40,110,46,99,111,109,112,111,110,101,110,116,68,105,100,77,111,117,110,116,41,38,38,76,46,112,117,115,104,40,68,116,40,110,41,41,125,102,117,110,99,116,105,111,110,32,77,116,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,111,110,67,111,109,112,111,110,101,110,116,68,105,100,77,111,117,110,116,40,101,44,110,41,125,125,102,117,110,99,116,105,111,110,32,73,116,40,116,44,101,44,110,41,123,115,40,101,41,124,124,40,117,40,101,46,111,110,67,111,109,112,111,110,101,110,116,87,105,108,108,77,111,117,110,116,41,38,38,101,46,111,110,67,111,109,112,111,110,101,110,116,87,105,108,108,77,111,117,110,116,40,116,41,44,117,40,101,46,111,110,67,111,109,112,111,110,101,110,116,68,105,100,77,111,117,110,116,41,38,38,76,46,112,117,115,104,40,77,116,40,101,44,110,44,116,41,41,41,125,102,117,110,99,116,105,111,110,32,36,116,40,116,44,101,41,123,76,46,112,117,115,104,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,40,116,41,125,41,41,125,102,117,110,99,116,105,111,110,32,70,116,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,116,46,116,121,112,101,44,97,61,116,46,114,101,102,44,115,61,116,46,112,114,111,112,115,124,124,68,59,105,102,40,105,41,123,118,97,114,32,99,61,107,116,40,116,44,111,44,115,44,110,41,44,117,61,99,46,36,76,73,59,78,116,40,117,44,101,44,99,46,36,67,88,44,114,41,44,116,46,100,111,109,61,117,46,100,111,109,44,76,116,40,116,44,97,44,99,41,44,99,46,36,85,80,68,61,33,49,125,101,108,115,101,123,118,97,114,32,108,61,67,116,40,111,40,115,44,110,41,44,116,41,59,78,116,40,108,44,101,44,110,44,114,41,44,116,46,99,104,105,108,100,114,101,110,61,108,44,116,46,100,111,109,61,108,46,100,111,109,44,73,116,40,115,44,97,44,101,41,125,125,102,117,110,99,116,105,111,110,32,66,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,46,99,104,105,108,100,114,101,110,44,111,61,116,46,112,114,111,112,115,44,97,61,116,46,99,108,97,115,115,78,97,109,101,44,99,61,116,46,102,108,97,103,115,44,108,61,116,46,114,101,102,59,105,102,40,114,61,114,124,124,40,51,50,38,99,41,62,48,44,49,33,61,61,101,46,110,111,100,101,84,121,112,101,124,124,101,46,116,97,103,78,97,109,101,46,116,111,76,111,119,101,114,67,97,115,101,40,41,33,61,61,116,46,116,121,112,101,41,123,118,97,114,32,102,61,106,116,40,116,44,110,117,108,108,44,110,44,114,41,59,116,46,100,111,109,61,102,44,70,40,101,46,112,97,114,101,110,116,78,111,100,101,44,102,44,101,41,125,101,108,115,101,123,116,46,100,111,109,61,101,59,118,97,114,32,100,61,101,46,102,105,114,115,116,67,104,105,108,100,44,112,61,116,46,99,104,105,108,100,70,108,97,103,115,59,105,102,40,48,61,61,61,40,49,38,112,41,41,123,118,97,114,32,118,61,110,117,108,108,59,119,104,105,108,101,40,100,41,118,61,100,46,110,101,120,116,83,105,98,108,105,110,103,44,56,61,61,61,100,46,110,111,100,101,84,121,112,101,38,38,40,34,33,34,61,61,61,100,46,100,97,116,97,63,101,46,114,101,112,108,97,99,101,67,104,105,108,100,40,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,84,101,120,116,78,111,100,101,40,34,34,41,44,100,41,58,101,46,114,101,109,111,118,101,67,104,105,108,100,40,100,41,41,44,100,61,118,59,105,102,40,100,61,101,46,102,105,114,115,116,67,104,105,108,100,44,50,61,61,61,112,41,104,40,100,41,63,80,116,40,105,44,101,44,110,44,114,41,58,40,118,61,100,46,110,101,120,116,83,105,98,108,105,110,103,44,78,116,40,105,44,100,44,110,44,114,41,44,100,61,118,41,59,101,108,115,101,32,105,102,40,49,50,38,112,41,102,111,114,40,118,97,114,32,103,61,48,44,109,61,105,46,108,101,110,103,116,104,59,103,60,109,59,103,43,43,41,123,118,97,114,32,98,61,105,91,103,93,59,104,40,100,41,63,80,116,40,98,44,101,44,110,44,114,41,58,40,118,61,100,46,110,101,120,116,83,105,98,108,105,110,103,44,78,116,40,98,44,100,44,110,44,114,41,44,100,61,118,41,125,119,104,105,108,101,40,100,41,118,61,100,46,110,101,120,116,83,105,98,108,105,110,103,44,101,46,114,101,109,111,118,101,67,104,105,108,100,40,100,41,44,100,61,118,125,101,108,115,101,32,104,40,101,46,102,105,114,115,116,67,104,105,108,100,41,124,124,89,40,101,44,111,41,124,124,40,101,46,116,101,120,116,67,111,110,116,101,110,116,61,34,34,44,52,52,56,38,99,38,38,40,101,46,100,101,102,97,117,108,116,86,97,108,117,101,61,34,34,41,41,59,104,40,111,41,124,124,83,116,40,116,44,99,44,111,44,101,44,114,41,44,115,40,97,41,63,34,34,33,61,61,101,46,99,108,97,115,115,78,97,109,101,38,38,101,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,34,99,108,97,115,115,34,41,58,114,63,101,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,99,108,97,115,115,34,44,97,41,58,101,46,99,108,97,115,115,78,97,109,101,61,97,44,117,40,108,41,38,38,36,116,40,101,44,108,41,125,125,102,117,110,99,116,105,111,110,32,82,116,40,116,44,101,41,123,105,102,40,51,33,61,61,101,46,110,111,100,101,84,121,112,101,41,123,118,97,114,32,110,61,84,116,40,116,44,110,117,108,108,41,59,116,46,100,111,109,61,110,44,70,40,101,46,112,97,114,101,110,116,78,111,100,101,44,110,44,101,41,125,101,108,115,101,123,118,97,114,32,114,61,116,46,99,104,105,108,100,114,101,110,59,101,46,110,111,100,101,86,97,108,117,101,33,61,61,114,38,38,40,101,46,110,111,100,101,86,97,108,117,101,61,114,41,44,116,46,100,111,109,61,101,125,125,102,117,110,99,116,105,111,110,32,78,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,46,102,108,97,103,115,59,49,52,38,105,63,70,116,40,116,44,101,44,110,44,114,44,40,52,38,105,41,62,48,41,58,52,56,49,38,105,63,66,116,40,116,44,101,44,110,44,114,41,58,49,54,38,105,63,82,116,40,116,44,101,41,58,53,49,50,38,105,63,116,46,100,111,109,61,101,58,118,40,41,125,102,117,110,99,116,105,111,110,32,122,116,40,116,44,101,44,110,41,123,118,97,114,32,114,61,101,46,102,105,114,115,116,67,104,105,108,100,59,105,102,40,33,104,40,114,41,41,123,99,40,116,41,124,124,78,116,40,116,44,114,44,68,44,33,49,41,44,114,61,101,46,102,105,114,115,116,67,104,105,108,100,59,119,104,105,108,101,40,114,61,114,46,110,101,120,116,83,105,98,108,105,110,103,41,101,46,114,101,109,111,118,101,67,104,105,108,100,40,114,41,125,76,46,108,101,110,103,116,104,62,48,38,38,82,40,76,41,44,101,46,36,86,61,116,44,117,40,110,41,38,38,110,40,41,125,102,117,110,99,116,105,111,110,32,86,116,40,116,44,101,44,110,44,114,44,105,41,123,103,116,40,116,41,44,70,40,110,44,80,116,40,101,44,110,117,108,108,44,114,44,105,41,44,116,46,100,111,109,41,125,102,117,110,99,116,105,111,110,32,72,116,40,116,44,101,44,110,44,114,44,105,41,123,105,102,40,116,33,61,61,101,41,123,118,97,114,32,111,61,48,124,101,46,102,108,97,103,115,59,116,46,102,108,97,103,115,33,61,61,111,124,124,50,48,52,56,38,111,63,86,116,40,116,44,101,44,110,44,114,44,105,41,58,52,56,49,38,111,63,87,116,40,116,44,101,44,110,44,114,44,105,41,58,49,52,38,111,63,89,116,40,116,44,101,44,110,44,114,44,105,44,40,52,38,111,41,62,48,41,58,49,54,38,111,63,75,116,40,116,44,101,44,110,41,58,53,49,50,38,111,63,101,46,100,111,109,61,116,46,100,111,109,58,85,116,40,116,44,101,44,114,41,125,125,102,117,110,99,116,105,111,110,32,85,116,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,116,121,112,101,44,105,61,101,46,116,121,112,101,44,111,61,101,46,99,104,105,108,100,114,101,110,59,105,102,40,113,116,40,116,46,99,104,105,108,100,70,108,97,103,115,44,101,46,99,104,105,108,100,70,108,97,103,115,44,116,46,99,104,105,108,100,114,101,110,44,111,44,114,44,110,44,33,49,41,44,101,46,100,111,109,61,116,46,100,111,109,44,114,33,61,61,105,38,38,33,99,40,111,41,41,123,118,97,114,32,97,61,111,46,100,111,109,59,114,46,114,101,109,111,118,101,67,104,105,108,100,40,97,41,44,105,46,97,112,112,101,110,100,67,104,105,108,100,40,97,41,125,125,102,117,110,99,116,105,111,110,32,87,116,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,101,46,116,121,112,101,59,105,102,40,116,46,116,121,112,101,33,61,61,111,41,86,116,40,116,44,101,44,110,44,114,44,105,41,59,101,108,115,101,123,118,97,114,32,97,44,99,61,116,46,100,111,109,44,108,61,101,46,102,108,97,103,115,44,102,61,116,46,112,114,111,112,115,44,104,61,101,46,112,114,111,112,115,44,100,61,33,49,44,112,61,33,49,59,105,102,40,101,46,100,111,109,61,99,44,105,61,105,124,124,40,51,50,38,108,41,62,48,44,102,33,61,61,104,41,123,118,97,114,32,118,61,102,124,124,68,59,105,102,40,97,61,104,124,124,68,44,97,33,61,61,68,41,102,111,114,40,118,97,114,32,103,32,105,110,32,100,61,40,52,52,56,38,108,41,62,48,44,100,38,38,40,112,61,112,116,40,97,41,41,44,97,41,123,118,97,114,32,109,61,118,91,103,93,44,98,61,97,91,103,93,59,109,33,61,61,98,38,38,79,116,40,103,44,109,44,98,44,99,44,105,44,112,44,116,41,125,105,102,40,118,33,61,61,68,41,102,111,114,40,118,97,114,32,121,32,105,110,32,118,41,97,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,121,41,124,124,115,40,118,91,121,93,41,124,124,79,116,40,121,44,118,91,121,93,44,110,117,108,108,44,99,44,105,44,112,44,116,41,125,118,97,114,32,119,61,116,46,99,104,105,108,100,114,101,110,44,95,61,101,46,99,104,105,108,100,114,101,110,44,120,61,101,46,114,101,102,44,79,61,116,46,99,108,97,115,115,78,97,109,101,44,83,61,101,46,99,108,97,115,115,78,97,109,101,59,119,33,61,61,95,38,38,113,116,40,116,46,99,104,105,108,100,70,108,97,103,115,44,101,46,99,104,105,108,100,70,108,97,103,115,44,119,44,95,44,99,44,114,44,105,38,38,34,102,111,114,101,105,103,110,79,98,106,101,99,116,34,33,61,61,111,41,44,100,38,38,104,116,40,108,44,101,44,99,44,97,44,33,49,44,112,41,44,79,33,61,61,83,38,38,40,115,40,83,41,63,99,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,34,99,108,97,115,115,34,41,58,105,63,99,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,99,108,97,115,115,34,44,83,41,58,99,46,99,108,97,115,115,78,97,109,101,61,83,41,44,117,40,120,41,38,38,116,46,114,101,102,33,61,61,120,38,38,36,116,40,99,44,120,41,125,125,102,117,110,99,116,105,111,110,32,113,116,40,116,44,101,44,110,44,114,44,105,44,111,44,97,41,123,115,119,105,116,99,104,40,116,41,123,99,97,115,101,32,50,58,115,119,105,116,99,104,40,101,41,123,99,97,115,101,32,50,58,72,116,40,110,44,114,44,105,44,111,44,97,41,59,98,114,101,97,107,59,99,97,115,101,32,49,58,118,116,40,110,44,105,41,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,118,116,40,110,44,105,41,44,69,116,40,114,44,105,44,111,44,97,41,59,98,114,101,97,107,125,98,114,101,97,107,59,99,97,115,101,32,49,58,115,119,105,116,99,104,40,101,41,123,99,97,115,101,32,50,58,80,116,40,114,44,105,44,111,44,97,41,59,98,114,101,97,107,59,99,97,115,101,32,49,58,98,114,101,97,107,59,100,101,102,97,117,108,116,58,69,116,40,114,44,105,44,111,44,97,41,59,98,114,101,97,107,125,98,114,101,97,107,59,100,101,102,97,117,108,116,58,105,102,40,49,50,38,101,41,123,118,97,114,32,115,61,110,46,108,101,110,103,116,104,44,99,61,114,46,108,101,110,103,116,104,59,48,61,61,61,115,63,99,62,48,38,38,69,116,40,114,44,105,44,111,44,97,41,58,48,61,61,61,99,63,98,116,40,105,44,110,41,58,56,61,61,61,101,38,38,56,61,61,61,116,63,90,116,40,110,44,114,44,105,44,111,44,97,44,115,44,99,41,58,88,116,40,110,44,114,44,105,44,111,44,97,44,115,44,99,41,125,101,108,115,101,32,49,61,61,61,101,63,98,116,40,105,44,110,41,58,40,98,116,40,105,44,110,41,44,80,116,40,114,44,105,44,111,44,97,41,41,59,98,114,101,97,107,125,125,102,117,110,99,116,105,111,110,32,71,116,40,116,44,101,44,114,44,105,44,111,44,97,44,99,44,108,44,102,41,123,118,97,114,32,104,44,100,61,116,46,115,116,97,116,101,44,112,61,116,46,112,114,111,112,115,59,105,102,40,114,46,99,104,105,108,100,114,101,110,61,116,44,33,116,46,36,85,78,41,123,105,102,40,112,33,61,61,105,124,124,105,61,61,61,68,41,123,105,102,40,33,102,38,38,117,40,116,46,99,111,109,112,111,110,101,110,116,87,105,108,108,82,101,99,101,105,118,101,80,114,111,112,115,41,41,123,105,102,40,116,46,36,66,82,61,33,48,44,116,46,99,111,109,112,111,110,101,110,116,87,105,108,108,82,101,99,101,105,118,101,80,114,111,112,115,40,105,44,97,41,44,116,46,36,85,78,41,114,101,116,117,114,110,59,116,46,36,66,82,61,33,49,125,116,46,36,80,83,83,38,38,40,101,61,103,40,101,44,116,46,36,80,83,41,44,116,46,36,80,83,83,61,33,49,44,116,46,36,80,83,61,110,117,108,108,41,125,118,97,114,32,118,61,66,111,111,108,101,97,110,40,116,46,115,104,111,117,108,100,67,111,109,112,111,110,101,110,116,85,112,100,97,116,101,41,59,105,102,40,108,124,124,33,118,124,124,118,38,38,116,46,115,104,111,117,108,100,67,111,109,112,111,110,101,110,116,85,112,100,97,116,101,40,105,44,101,44,97,41,41,123,117,40,116,46,99,111,109,112,111,110,101,110,116,87,105,108,108,85,112,100,97,116,101,41,38,38,40,116,46,36,66,83,61,33,48,44,116,46,99,111,109,112,111,110,101,110,116,87,105,108,108,85,112,100,97,116,101,40,105,44,101,44,97,41,44,116,46,36,66,83,61,33,49,41,44,116,46,112,114,111,112,115,61,105,44,116,46,115,116,97,116,101,61,101,44,116,46,99,111,110,116,101,120,116,61,97,44,117,40,80,46,98,101,102,111,114,101,82,101,110,100,101,114,41,38,38,80,46,98,101,102,111,114,101,82,101,110,100,101,114,40,116,41,44,104,61,116,46,114,101,110,100,101,114,40,105,44,101,44,97,41,44,117,40,80,46,97,102,116,101,114,82,101,110,100,101,114,41,38,38,80,46,97,102,116,101,114,82,101,110,100,101,114,40,116,41,59,118,97,114,32,109,44,98,61,104,33,61,61,110,59,105,102,40,117,40,116,46,103,101,116,67,104,105,108,100,67,111,110,116,101,120,116,41,38,38,40,109,61,116,46,103,101,116,67,104,105,108,100,67,111,110,116,101,120,116,40,41,41,44,109,61,115,40,109,41,63,97,58,103,40,97,44,109,41,44,116,46,36,67,88,61,109,44,98,41,123,118,97,114,32,121,61,116,46,36,76,73,44,119,61,116,46,36,76,73,61,67,116,40,104,44,114,41,59,72,116,40,121,44,119,44,111,44,109,44,99,41,44,117,40,116,46,99,111,109,112,111,110,101,110,116,68,105,100,85,112,100,97,116,101,41,38,38,116,46,99,111,109,112,111,110,101,110,116,68,105,100,85,112,100,97,116,101,40,112,44,100,41,125,125,101,108,115,101,32,116,46,112,114,111,112,115,61,105,44,116,46,115,116,97,116,101,61,101,44,116,46,99,111,110,116,101,120,116,61,97,59,114,46,100,111,109,61,116,46,36,76,73,46,100,111,109,125,125,102,117,110,99,116,105,111,110,32,89,116,40,116,44,101,44,114,44,105,44,111,44,97,41,123,118,97,114,32,99,61,101,46,116,121,112,101,44,108,61,116,46,107,101,121,44,102,61,101,46,107,101,121,59,105,102,40,116,46,116,121,112,101,33,61,61,99,124,124,108,33,61,61,102,41,86,116,40,116,44,101,44,114,44,105,44,111,41,59,101,108,115,101,123,118,97,114,32,104,61,101,46,112,114,111,112,115,124,124,68,59,105,102,40,97,41,123,118,97,114,32,100,61,116,46,99,104,105,108,100,114,101,110,59,100,46,36,85,80,68,61,33,48,44,100,46,36,86,61,101,44,71,116,40,100,44,100,46,115,116,97,116,101,44,101,44,104,44,114,44,105,44,111,44,33,49,44,33,49,41,44,100,46,36,85,80,68,61,33,49,125,101,108,115,101,123,118,97,114,32,112,61,33,48,44,118,61,116,46,112,114,111,112,115,44,103,61,101,46,114,101,102,44,109,61,33,115,40,103,41,44,98,61,116,46,99,104,105,108,100,114,101,110,59,105,102,40,101,46,100,111,109,61,116,46,100,111,109,44,101,46,99,104,105,108,100,114,101,110,61,98,44,109,38,38,117,40,103,46,111,110,67,111,109,112,111,110,101,110,116,83,104,111,117,108,100,85,112,100,97,116,101,41,38,38,40,112,61,103,46,111,110,67,111,109,112,111,110,101,110,116,83,104,111,117,108,100,85,112,100,97,116,101,40,118,44,104,41,41,44,33,49,33,61,61,112,41,123,109,38,38,117,40,103,46,111,110,67,111,109,112,111,110,101,110,116,87,105,108,108,85,112,100,97,116,101,41,38,38,103,46,111,110,67,111,109,112,111,110,101,110,116,87,105,108,108,85,112,100,97,116,101,40,118,44,104,41,59,118,97,114,32,121,61,99,40,104,44,105,41,59,121,33,61,61,110,38,38,40,121,61,67,116,40,121,44,101,41,44,72,116,40,98,44,121,44,114,44,105,44,111,41,44,101,46,99,104,105,108,100,114,101,110,61,121,44,101,46,100,111,109,61,121,46,100,111,109,44,109,38,38,117,40,103,46,111,110,67,111,109,112,111,110,101,110,116,68,105,100,85,112,100,97,116,101,41,38,38,103,46,111,110,67,111,109,112,111,110,101,110,116,68,105,100,85,112,100,97,116,101,40,118,44,104,41,41,125,101,108,115,101,32,49,52,38,98,46,102,108,97,103,115,38,38,40,98,46,112,97,114,101,110,116,86,78,111,100,101,61,101,41,125,125,125,102,117,110,99,116,105,111,110,32,75,116,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,61,101,46,99,104,105,108,100,114,101,110,44,111,61,110,46,102,105,114,115,116,67,104,105,108,100,59,104,40,111,41,63,40,110,46,116,101,120,116,67,111,110,116,101,110,116,61,105,44,114,61,110,46,102,105,114,115,116,67,104,105,108,100,41,58,40,114,61,116,46,100,111,109,44,105,33,61,61,116,46,99,104,105,108,100,114,101,110,38,38,40,114,46,110,111,100,101,86,97,108,117,101,61,105,41,41,44,101,46,100,111,109,61,114,125,102,117,110,99,116,105,111,110,32,88,116,40,116,44,101,44,110,44,114,44,105,44,111,44,97,41,123,102,111,114,40,118,97,114,32,115,44,99,44,117,61,111,62,97,63,97,58,111,44,108,61,48,59,108,60,117,59,108,43,43,41,115,61,101,91,108,93,44,99,61,116,91,108,93,44,115,46,100,111,109,38,38,40,115,61,101,91,108,93,61,79,40,115,41,41,44,72,116,40,99,44,115,44,110,44,114,44,105,41,44,116,91,108,93,61,115,59,105,102,40,111,60,97,41,102,111,114,40,108,61,117,59,108,60,97,59,108,43,43,41,115,61,101,91,108,93,44,115,46,100,111,109,38,38,40,115,61,101,91,108,93,61,79,40,115,41,41,44,80,116,40,115,44,110,44,114,44,105,41,59,101,108,115,101,32,105,102,40,111,62,97,41,102,111,114,40,108,61,117,59,108,60,111,59,108,43,43,41,118,116,40,116,91,108,93,44,110,41,125,102,117,110,99,116,105,111,110,32,90,116,40,116,44,101,44,110,44,114,44,105,44,111,44,97,41,123,118,97,114,32,115,44,99,44,117,61,111,45,49,44,108,61,97,45,49,44,102,61,48,44,104,61,116,91,102,93,44,100,61,101,91,102,93,59,116,58,123,119,104,105,108,101,40,104,46,107,101,121,61,61,61,100,46,107,101,121,41,123,105,102,40,100,46,100,111,109,38,38,40,101,91,102,93,61,100,61,79,40,100,41,41,44,72,116,40,104,44,100,44,110,44,114,44,105,41,44,116,91,102,93,61,100,44,102,43,43,44,102,62,117,124,124,102,62,108,41,98,114,101,97,107,32,116,59,104,61,116,91,102,93,44,100,61,101,91,102,93,125,104,61,116,91,117,93,44,100,61,101,91,108,93,59,119,104,105,108,101,40,104,46,107,101,121,61,61,61,100,46,107,101,121,41,123,105,102,40,100,46,100,111,109,38,38,40,101,91,108,93,61,100,61,79,40,100,41,41,44,72,116,40,104,44,100,44,110,44,114,44,105,41,44,116,91,117,93,61,100,44,117,45,45,44,108,45,45,44,102,62,117,124,124,102,62,108,41,98,114,101,97,107,32,116,59,104,61,116,91,117,93,44,100,61,101,91,108,93,125,125,105,102,40,102,62,117,41,123,105,102,40,102,60,61,108,41,123,99,61,108,43,49,59,118,97,114,32,112,61,99,60,97,63,101,91,99,93,46,100,111,109,58,110,117,108,108,59,119,104,105,108,101,40,102,60,61,108,41,100,61,101,91,102,93,44,100,46,100,111,109,38,38,40,101,91,102,93,61,100,61,79,40,100,41,41,44,102,43,43,44,73,40,110,44,80,116,40,100,44,110,117,108,108,44,114,44,105,41,44,112,41,125,125,101,108,115,101,32,105,102,40,102,62,108,41,119,104,105,108,101,40,102,60,61,117,41,118,116,40,116,91,102,43,43,93,44,110,41,59,101,108,115,101,123,118,97,114,32,118,61,102,44,103,61,102,44,109,61,117,45,102,43,49,44,98,61,108,45,102,43,49,44,121,61,91,93,59,102,111,114,40,115,61,48,59,115,60,98,59,115,43,43,41,121,46,112,117,115,104,40,48,41,59,118,97,114,32,119,61,109,61,61,61,111,44,95,61,33,49,44,120,61,48,44,83,61,48,59,105,102,40,97,60,52,124,124,40,109,124,98,41,60,51,50,41,102,111,114,40,115,61,118,59,115,60,61,117,59,115,43,43,41,105,102,40,104,61,116,91,115,93,44,83,60,98,41,123,102,111,114,40,102,61,103,59,102,60,61,108,59,102,43,43,41,105,102,40,100,61,101,91,102,93,44,104,46,107,101,121,61,61,61,100,46,107,101,121,41,123,105,102,40,121,91,102,45,103,93,61,115,43,49,44,119,41,123,119,61,33,49,59,119,104,105,108,101,40,115,62,118,41,118,116,40,116,91,118,43,43,93,44,110,41,125,120,62,102,63,95,61,33,48,58,120,61,102,44,100,46,100,111,109,38,38,40,101,91,102,93,61,100,61,79,40,100,41,41,44,72,116,40,104,44,100,44,110,44,114,44,105,41,44,83,43,43,59,98,114,101,97,107,125,33,119,38,38,102,62,108,38,38,118,116,40,104,44,110,41,125,101,108,115,101,32,119,124,124,118,116,40,104,44,110,41,59,101,108,115,101,123,118,97,114,32,107,61,123,125,59,102,111,114,40,115,61,103,59,115,60,61,108,59,115,43,43,41,107,91,101,91,115,93,46,107,101,121,93,61,115,59,102,111,114,40,115,61,118,59,115,60,61,117,59,115,43,43,41,105,102,40,104,61,116,91,115,93,44,83,60,98,41,105,102,40,102,61,107,91,104,46,107,101,121,93,44,118,111,105,100,32,48,33,61,61,102,41,123,105,102,40,119,41,123,119,61,33,49,59,119,104,105,108,101,40,115,62,118,41,118,116,40,116,91,118,43,43,93,44,110,41,125,100,61,101,91,102,93,44,121,91,102,45,103,93,61,115,43,49,44,120,62,102,63,95,61,33,48,58,120,61,102,44,100,46,100,111,109,38,38,40,101,91,102,93,61,100,61,79,40,100,41,41,44,72,116,40,104,44,100,44,110,44,114,44,105,41,44,83,43,43,125,101,108,115,101,32,119,124,124,118,116,40,104,44,110,41,59,101,108,115,101,32,119,124,124,118,116,40,104,44,110,41,125,105,102,40,119,41,98,116,40,110,44,116,41,44,69,116,40,101,44,110,44,114,44,105,41,59,101,108,115,101,32,105,102,40,95,41,123,118,97,114,32,67,61,74,116,40,121,41,59,102,111,114,40,102,61,67,46,108,101,110,103,116,104,45,49,44,115,61,98,45,49,59,115,62,61,48,59,115,45,45,41,48,61,61,61,121,91,115,93,63,40,120,61,115,43,103,44,100,61,101,91,120,93,44,100,46,100,111,109,38,38,40,101,91,120,93,61,100,61,79,40,100,41,41,44,99,61,120,43,49,44,73,40,110,44,80,116,40,100,44,110,117,108,108,44,114,44,105,41,44,99,60,97,63,101,91,99,93,46,100,111,109,58,110,117,108,108,41,41,58,102,60,48,124,124,115,33,61,61,67,91,102,93,63,40,120,61,115,43,103,44,100,61,101,91,120,93,44,99,61,120,43,49,44,73,40,110,44,100,46,100,111,109,44,99,60,97,63,101,91,99,93,46,100,111,109,58,110,117,108,108,41,41,58,102,45,45,125,101,108,115,101,32,105,102,40,83,33,61,61,98,41,102,111,114,40,115,61,98,45,49,59,115,62,61,48,59,115,45,45,41,48,61,61,61,121,91,115,93,38,38,40,120,61,115,43,103,44,100,61,101,91,120,93,44,100,46,100,111,109,38,38,40,101,91,120,93,61,100,61,79,40,100,41,41,44,99,61,120,43,49,44,73,40,110,44,80,116,40,100,44,110,117,108,108,44,114,44,105,41,44,99,60,97,63,101,91,99,93,46,100,111,109,58,110,117,108,108,41,41,125,125,102,117,110,99,116,105,111,110,32,74,116,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,44,111,44,97,61,116,46,115,108,105,99,101,40,41,44,115,61,91,48,93,44,99,61,116,46,108,101,110,103,116,104,59,102,111,114,40,101,61,48,59,101,60,99,59,101,43,43,41,123,118,97,114,32,117,61,116,91,101,93,59,105,102,40,48,33,61,61,117,41,123,105,102,40,110,61,115,91,115,46,108,101,110,103,116,104,45,49,93,44,116,91,110,93,60,117,41,123,97,91,101,93,61,110,44,115,46,112,117,115,104,40,101,41,59,99,111,110,116,105,110,117,101,125,114,61,48,44,105,61,115,46,108,101,110,103,116,104,45,49,59,119,104,105,108,101,40,114,60,105,41,111,61,40,114,43,105,41,47,50,124,48,44,116,91,115,91,111,93,93,60,117,63,114,61,111,43,49,58,105,61,111,59,117,60,116,91,115,91,114,93,93,38,38,40,114,62,48,38,38,40,97,91,101,93,61,115,91,114,45,49,93,41,44,115,91,114,93,61,101,41,125,125,114,61,115,46,108,101,110,103,116,104,44,105,61,115,91,114,45,49,93,59,119,104,105,108,101,40,114,45,45,32,62,48,41,115,91,114,93,61,105,44,105,61,97,91,105,93,59,114,101,116,117,114,110,32,115,125,105,38,38,100,111,99,117,109,101,110,116,46,98,111,100,121,59,102,117,110,99,116,105,111,110,32,81,116,40,116,44,101,44,114,41,123,105,102,40,116,33,61,61,110,41,123,118,97,114,32,105,61,101,46,36,86,59,114,101,116,117,114,110,32,115,40,105,41,63,99,40,116,41,124,124,40,116,46,100,111,109,38,38,40,116,61,79,40,116,41,41,44,104,40,101,46,102,105,114,115,116,67,104,105,108,100,41,63,40,80,116,40,116,44,101,44,68,44,33,49,41,44,101,46,36,86,61,116,41,58,122,116,40,116,44,101,41,44,105,61,116,41,58,115,40,116,41,63,40,118,116,40,105,44,101,41,44,101,46,36,86,61,110,117,108,108,41,58,40,116,46,100,111,109,38,38,40,116,61,79,40,116,41,41,44,72,116,40,105,44,116,44,101,44,68,44,33,49,41,44,105,61,101,46,36,86,61,116,41,44,76,46,108,101,110,103,116,104,62,48,38,38,82,40,76,41,44,117,40,114,41,38,38,114,40,41,44,117,40,80,46,114,101,110,100,101,114,67,111,109,112,108,101,116,101,41,38,38,80,46,114,101,110,100,101,114,67,111,109,112,108,101,116,101,40,105,41,44,105,38,38,49,52,38,105,46,102,108,97,103,115,63,105,46,99,104,105,108,100,114,101,110,58,118,111,105,100,32,48,125,125,118,97,114,32,116,101,61,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,80,114,111,109,105,115,101,63,110,117,108,108,58,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,41,44,101,101,61,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,63,115,101,116,84,105,109,101,111,117,116,58,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,46,98,105,110,100,40,119,105,110,100,111,119,41,59,102,117,110,99,116,105,111,110,32,110,101,40,116,41,123,114,101,116,117,114,110,32,116,101,63,116,101,46,116,104,101,110,40,116,41,58,101,101,40,116,41,125,102,117,110,99,116,105,111,110,32,114,101,40,116,44,101,44,110,44,114,41,123,117,40,101,41,38,38,40,101,61,101,40,116,46,115,116,97,116,101,44,116,46,112,114,111,112,115,44,116,46,99,111,110,116,101,120,116,41,41,59,118,97,114,32,105,61,116,46,36,80,83,59,105,102,40,115,40,105,41,41,116,46,36,80,83,61,101,59,101,108,115,101,32,102,111,114,40,118,97,114,32,111,32,105,110,32,101,41,105,91,111,93,61,101,91,111,93,59,105,102,40,116,46,36,80,83,83,124,124,116,46,36,66,82,41,116,46,36,80,83,83,61,33,48,44,116,46,36,66,82,38,38,117,40,110,41,38,38,76,46,112,117,115,104,40,110,46,98,105,110,100,40,116,41,41,59,101,108,115,101,32,105,102,40,116,46,36,85,80,68,41,123,118,97,114,32,97,61,116,46,36,81,85,59,104,40,97,41,38,38,40,97,61,116,46,36,81,85,61,91,93,44,110,101,40,105,101,40,116,44,97,41,41,41,44,117,40,110,41,38,38,97,46,112,117,115,104,40,110,41,125,101,108,115,101,32,116,46,36,80,83,83,61,33,48,44,116,46,36,85,80,68,61,33,48,44,111,101,40,116,44,114,44,110,41,44,116,46,36,85,80,68,61,33,49,125,102,117,110,99,116,105,111,110,32,105,101,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,116,46,36,81,85,61,110,117,108,108,44,116,46,36,85,80,68,61,33,48,44,111,101,40,116,44,33,49,44,40,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,110,61,48,44,114,61,101,46,108,101,110,103,116,104,59,110,60,114,59,110,43,43,41,101,91,110,93,46,99,97,108,108,40,116,41,125,41,41,44,116,46,36,85,80,68,61,33,49,125,125,102,117,110,99,116,105,111,110,32,111,101,40,116,44,101,44,110,41,123,105,102,40,33,116,46,36,85,78,41,123,105,102,40,101,124,124,33,116,46,36,66,82,41,123,116,46,36,80,83,83,61,33,49,59,118,97,114,32,114,61,116,46,36,80,83,44,105,61,116,46,115,116,97,116,101,44,111,61,103,40,105,44,114,41,44,97,61,116,46,112,114,111,112,115,44,115,61,116,46,99,111,110,116,101,120,116,59,116,46,36,80,83,61,110,117,108,108,59,118,97,114,32,99,61,116,46,36,86,44,108,61,116,46,36,76,73,44,102,61,108,46,100,111,109,38,38,108,46,100,111,109,46,112,97,114,101,110,116,78,111,100,101,59,105,102,40,71,116,40,116,44,111,44,99,44,97,44,102,44,115,44,40,51,50,38,99,46,102,108,97,103,115,41,62,48,44,101,44,33,48,41,44,116,46,36,85,78,41,114,101,116,117,114,110,59,105,102,40,48,61,61,61,40,49,48,50,52,38,116,46,36,76,73,46,102,108,97,103,115,41,41,123,118,97,114,32,100,61,116,46,36,76,73,46,100,111,109,59,119,104,105,108,101,40,33,104,40,99,61,99,46,112,97,114,101,110,116,86,78,111,100,101,41,41,40,49,52,38,99,46,102,108,97,103,115,41,62,48,38,38,40,99,46,100,111,109,61,100,41,125,76,46,108,101,110,103,116,104,62,48,38,38,82,40,76,41,125,101,108,115,101,32,116,46,115,116,97,116,101,61,116,46,36,80,83,44,116,46,36,80,83,61,110,117,108,108,59,117,40,110,41,38,38,110,46,99,97,108,108,40,116,41,125,125,118,97,114,32,97,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,115,116,97,116,101,61,110,117,108,108,44,116,104,105,115,46,36,66,82,61,33,49,44,116,104,105,115,46,36,66,83,61,33,48,44,116,104,105,115,46,36,80,83,83,61,33,49,44,116,104,105,115,46,36,80,83,61,110,117,108,108,44,116,104,105,115,46,36,76,73,61,110,117,108,108,44,116,104,105,115,46,36,86,61,110,117,108,108,44,116,104,105,115,46,36,85,78,61,33,49,44,116,104,105,115,46,36,67,88,61,110,117,108,108,44,116,104,105,115,46,36,85,80,68,61,33,48,44,116,104,105,115,46,36,81,85,61,110,117,108,108,44,116,104,105,115,46,112,114,111,112,115,61,116,124,124,68,44,116,104,105,115,46,99,111,110,116,101,120,116,61,101,124,124,68,125,59,97,101,46,112,114,111,116,111,116,121,112,101,46,102,111,114,99,101,85,112,100,97,116,101,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,85,78,124,124,114,101,40,116,104,105,115,44,123,125,44,116,44,33,48,41,125,44,97,101,46,112,114,111,116,111,116,121,112,101,46,115,101,116,83,116,97,116,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,36,85,78,124,124,116,104,105,115,46,36,66,83,124,124,114,101,40,116,104,105,115,44,116,44,101,44,33,49,41,125,44,97,101,46,112,114,111,116,111,116,121,112,101,46,114,101,110,100,101,114,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,59,118,97,114,32,115,101,61,49,50,44,99,101,61,51,55,44,117,101,61,51,56,44,108,101,61,51,57,44,102,101,61,52,48,59,102,117,110,99,116,105,111,110,32,104,101,40,41,123,114,101,116,117,114,110,123,116,101,120,116,58,34,78,101,119,32,78,111,100,101,34,44,105,116,114,101,101,58,123,115,116,97,116,101,58,123,101,100,105,116,105,110,103,58,33,48,44,102,111,99,117,115,101,100,58,33,48,125,125,125,125,118,97,114,32,100,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,101,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,110,111,116,32,99,97,108,108,32,97,32,99,108,97,115,115,32,97,115,32,97,32,102,117,110,99,116,105,111,110,34,41,125,44,112,101,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,101,46,108,101,110,103,116,104,59,110,43,43,41,123,118,97,114,32,114,61,101,91,110,93,59,114,46,101,110,117,109,101,114,97,98,108,101,61,114,46,101,110,117,109,101,114,97,98,108,101,124,124,33,49,44,114,46,99,111,110,102,105,103,117,114,97,98,108,101,61,33,48,44,34,118,97,108,117,101,34,105,110,32,114,38,38,40,114,46,119,114,105,116,97,98,108,101,61,33,48,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,114,46,107,101,121,44,114,41,125,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,114,101,116,117,114,110,32,110,38,38,116,40,101,46,112,114,111,116,111,116,121,112,101,44,110,41,44,114,38,38,116,40,101,44,114,41,44,101,125,125,40,41,44,118,101,61,79,98,106,101,99,116,46,97,115,115,105,103,110,124,124,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,91,101,93,59,102,111,114,40,118,97,114,32,114,32,105,110,32,110,41,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,110,44,114,41,38,38,40,116,91,114,93,61,110,91,114,93,41,125,114,101,116,117,114,110,32,116,125,44,103,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,38,38,110,117,108,108,33,61,61,101,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,83,117,112,101,114,32,101,120,112,114,101,115,115,105,111,110,32,109,117,115,116,32,101,105,116,104,101,114,32,98,101,32,110,117,108,108,32,111,114,32,97,32,102,117,110,99,116,105,111,110,44,32,110,111,116,32,34,43,116,121,112,101,111,102,32,101,41,59,116,46,112,114,111,116,111,116,121,112,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,101,38,38,101,46,112,114,111,116,111,116,121,112,101,44,123,99,111,110,115,116,114,117,99,116,111,114,58,123,118,97,108,117,101,58,116,44,101,110,117,109,101,114,97,98,108,101,58,33,49,44,119,114,105,116,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,125,41,44,101,38,38,40,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,63,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,40,116,44,101,41,58,116,46,95,95,112,114,111,116,111,95,95,61,101,41,125,44,109,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,116,41,116,104,114,111,119,32,110,101,119,32,82,101,102,101,114,101,110,99,101,69,114,114,111,114,40,34,116,104,105,115,32,104,97,115,110,39,116,32,98,101,101,110,32,105,110,105,116,105,97,108,105,115,101,100,32,45,32,115,117,112,101,114,40,41,32,104,97,115,110,39,116,32,98,101,101,110,32,99,97,108,108,101,100,34,41,59,114,101,116,117,114,110,33,101,124,124,34,111,98,106,101,99,116,34,33,61,61,116,121,112,101,111,102,32,101,38,38,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,63,116,58,101,125,44,98,101,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,100,101,40,116,104,105,115,44,101,41,44,109,101,40,116,104,105,115,44,40,101,46,95,95,112,114,111,116,111,95,95,124,124,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,101,41,41,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,41,125,114,101,116,117,114,110,32,103,101,40,101,44,116,41,44,112,101,40,101,44,91,123,107,101,121,58,34,99,108,105,99,107,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,102,117,110,99,116,105,111,110,40,41,123,101,46,112,114,111,112,115,46,110,111,100,101,46,116,111,103,103,108,101,67,104,101,99,107,40,41,125,59,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,99,108,105,99,107,34,44,116,44,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,44,110,41,44,116,46,116,114,101,101,68,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,124,124,110,40,41,125,125,44,123,107,101,121,58,34,114,101,110,100,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,121,40,54,52,44,34,105,110,112,117,116,34,44,110,117,108,108,44,110,117,108,108,44,49,44,123,99,104,101,99,107,101,100,58,116,104,105,115,46,112,114,111,112,115,46,99,104,101,99,107,101,100,44,105,110,100,101,116,101,114,109,105,110,97,116,101,58,116,104,105,115,46,112,114,111,112,115,46,105,110,100,101,116,101,114,109,105,110,97,116,101,44,111,110,67,108,105,99,107,58,116,104,105,115,46,99,108,105,99,107,46,98,105,110,100,40,116,104,105,115,41,44,116,121,112,101,58,34,99,104,101,99,107,98,111,120,34,125,41,125,125,93,41,44,101,125,40,97,101,41,44,121,101,61,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,34,108,105,34,44,114,61,101,46,105,116,114,101,101,91,110,93,46,97,116,116,114,105,98,117,116,101,115,44,105,61,91,93,44,111,61,114,46,99,108,97,115,115,124,124,114,46,99,108,97,115,115,78,97,109,101,59,114,101,116,117,114,110,32,116,46,105,115,70,117,110,99,116,105,111,110,40,111,41,38,38,40,111,61,111,40,101,41,41,44,116,46,105,115,69,109,112,116,121,40,111,41,124,124,40,116,46,105,115,83,116,114,105,110,103,40,111,41,63,105,61,105,46,99,111,110,99,97,116,40,111,46,115,112,108,105,116,40,47,91,92,115,92,46,93,43,47,41,41,58,116,46,105,115,65,114,114,97,121,40,111,41,38,38,40,105,61,105,46,99,111,110,99,97,116,40,111,41,41,41,44,105,125,44,119,101,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,100,101,40,116,104,105,115,44,101,41,44,109,101,40,116,104,105,115,44,40,101,46,95,95,112,114,111,116,111,95,95,124,124,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,101,41,41,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,41,125,114,101,116,117,114,110,32,103,101,40,101,44,116,41,44,112,101,40,101,44,91,123,107,101,121,58,34,115,104,111,117,108,100,67,111,109,112,111,110,101,110,116,85,112,100,97,116,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,49,125,125,44,123,107,101,121,58,34,97,100,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,44,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,46,97,100,100,67,104,105,108,100,40,104,101,40,41,41,44,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,46,101,120,112,97,110,100,40,41,125,125,44,123,107,101,121,58,34,101,100,105,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,44,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,46,116,111,103,103,108,101,69,100,105,116,105,110,103,40,41,125,125,44,123,107,101,121,58,34,114,101,109,111,118,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,44,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,46,114,101,109,111,118,101,40,41,125,125,44,123,107,101,121,58,34,114,101,110,100,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,114,101,116,117,114,110,32,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,99,111,110,102,105,103,46,101,100,105,116,105,110,103,46,101,100,105,116,38,38,116,46,112,117,115,104,40,121,40,49,44,34,97,34,44,34,98,116,110,32,105,99,111,110,32,105,99,111,110,45,112,101,110,99,105,108,34,44,110,117,108,108,44,49,44,123,111,110,99,108,105,99,107,58,116,104,105,115,46,101,100,105,116,46,98,105,110,100,40,116,104,105,115,41,44,116,105,116,108,101,58,34,69,100,105,116,32,116,104,105,115,32,110,111,100,101,34,125,41,41,44,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,99,111,110,102,105,103,46,101,100,105,116,105,110,103,46,97,100,100,38,38,116,46,112,117,115,104,40,121,40,49,44,34,97,34,44,34,98,116,110,32,105,99,111,110,32,105,99,111,110,45,112,108,117,115,34,44,110,117,108,108,44,49,44,123,111,110,99,108,105,99,107,58,116,104,105,115,46,97,100,100,46,98,105,110,100,40,116,104,105,115,41,44,116,105,116,108,101,58,34,65,100,100,32,97,32,99,104,105,108,100,32,110,111,100,101,34,125,41,41,44,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,99,111,110,102,105,103,46,101,100,105,116,105,110,103,46,114,101,109,111,118,101,38,38,116,46,112,117,115,104,40,121,40,49,44,34,97,34,44,34,98,116,110,32,105,99,111,110,32,105,99,111,110,45,109,105,110,117,115,34,44,110,117,108,108,44,49,44,123,111,110,99,108,105,99,107,58,116,104,105,115,46,114,101,109,111,118,101,46,98,105,110,100,40,116,104,105,115,41,44,116,105,116,108,101,58,34,82,101,109,111,118,101,32,116,104,105,115,32,110,111,100,101,34,125,41,41,44,121,40,49,44,34,115,112,97,110,34,44,34,98,116,110,45,103,114,111,117,112,34,44,116,44,48,41,125,125,93,41,44,101,125,40,97,101,41,44,95,101,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,100,101,40,116,104,105,115,44,101,41,44,109,101,40,116,104,105,115,44,40,101,46,95,95,112,114,111,116,111,95,95,124,124,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,101,41,41,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,41,125,114,101,116,117,114,110,32,103,101,40,101,44,116,41,44,112,101,40,101,44,91,123,107,101,121,58,34,114,101,110,100,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,121,40,49,44,34,111,108,34,44,110,117,108,108,44,121,40,49,44,34,108,105,34,44,34,108,101,97,102,34,44,121,40,49,44,34,115,112,97,110,34,44,34,116,105,116,108,101,32,105,99,111,110,32,105,99,111,110,45,102,105,108,101,45,101,109,112,116,121,32,101,109,112,116,121,34,44,116,104,105,115,46,112,114,111,112,115,46,116,101,120,116,44,48,41,44,50,41,44,50,41,125,125,93,41,44,101,125,40,97,101,41,59,102,117,110,99,116,105,111,110,32,120,101,40,101,44,110,41,123,118,97,114,32,114,61,110,46,100,105,114,116,121,124,124,33,49,59,114,101,116,117,114,110,32,114,124,124,116,46,101,97,99,104,40,79,98,106,101,99,116,46,107,101,121,115,40,110,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,100,105,114,116,121,34,33,61,61,116,38,38,110,91,116,93,33,61,61,101,91,116,93,41,114,101,116,117,114,110,32,114,61,33,48,44,33,49,125,41,41,44,114,125,118,97,114,32,79,101,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,116,41,123,100,101,40,116,104,105,115,44,101,41,59,118,97,114,32,110,61,109,101,40,116,104,105,115,44,40,101,46,95,95,112,114,111,116,111,95,95,124,124,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,101,41,41,46,99,97,108,108,40,116,104,105,115,44,116,41,41,59,114,101,116,117,114,110,32,110,46,115,116,97,116,101,61,110,46,103,101,116,83,116,97,116,101,70,114,111,109,78,111,100,101,115,40,116,46,110,111,100,101,41,44,110,125,114,101,116,117,114,110,32,103,101,40,101,44,116,41,44,112,101,40,101,44,91,123,107,101,121,58,34,103,101,116,83,116,97,116,101,70,114,111,109,78,111,100,101,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,116,101,120,116,58,116,46,116,101,120,116,125,125,125,44,123,107,101,121,58,34,99,111,109,112,111,110,101,110,116,87,105,108,108,82,101,99,101,105,118,101,80,114,111,112,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,115,101,116,83,116,97,116,101,40,116,104,105,115,46,103,101,116,83,116,97,116,101,70,114,111,109,78,111,100,101,115,40,116,46,110,111,100,101,41,41,125,125,44,123,107,101,121,58,34,115,104,111,117,108,100,67,111,109,112,111,110,101,110,116,85,112,100,97,116,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,120,101,40,116,104,105,115,46,115,116,97,116,101,44,101,41,125,125,44,123,107,101,121,58,34,99,108,105,99,107,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,102,117,110,99,116,105,111,110,40,41,123,101,46,112,114,111,112,115,46,110,111,100,101,46,116,111,103,103,108,101,67,104,101,99,107,40,41,125,59,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,99,108,105,99,107,34,44,116,44,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,44,110,41,44,116,46,116,114,101,101,68,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,124,124,110,40,41,125,125,44,123,107,101,121,58,34,107,101,121,112,114,101,115,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,46,119,104,105,99,104,61,61,61,115,101,41,114,101,116,117,114,110,32,116,104,105,115,46,115,97,118,101,40,41,125,125,44,123,107,101,121,58,34,105,110,112,117,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,115,101,116,83,116,97,116,101,40,123,116,101,120,116,58,116,46,116,97,114,103,101,116,46,118,97,108,117,101,125,41,125,125,44,123,107,101,121,58,34,99,97,110,99,101,108,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,116,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,44,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,46,116,111,103,103,108,101,69,100,105,116,105,110,103,40,41,125,125,44,123,107,101,121,58,34,115,97,118,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,116,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,59,118,97,114,32,101,61,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,46,116,101,120,116,44,110,61,116,104,105,115,46,114,101,102,46,118,97,108,117,101,59,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,46,115,101,116,40,34,116,101,120,116,34,44,110,41,44,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,46,115,116,97,116,101,40,34,101,100,105,116,105,110,103,34,44,33,49,41,44,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,46,109,97,114,107,68,105,114,116,121,40,41,44,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,97,112,112,108,121,67,104,97,110,103,101,115,40,41,44,101,33,61,61,110,38,38,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,101,100,105,116,101,100,34,44,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,44,101,44,110,41,125,125,44,123,107,101,121,58,34,114,101,110,100,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,121,40,49,44,34,102,111,114,109,34,44,110,117,108,108,44,91,121,40,54,52,44,34,105,110,112,117,116,34,44,110,117,108,108,44,110,117,108,108,44,49,44,123,111,110,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,125,44,111,110,73,110,112,117,116,58,116,104,105,115,46,105,110,112,117,116,46,98,105,110,100,40,116,104,105,115,41,44,111,110,75,101,121,80,114,101,115,115,58,116,104,105,115,46,107,101,121,112,114,101,115,115,46,98,105,110,100,40,116,104,105,115,41,44,118,97,108,117,101,58,116,104,105,115,46,115,116,97,116,101,46,116,101,120,116,125,44,110,117,108,108,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,114,101,102,61,101,125,41,41,44,121,40,49,44,34,115,112,97,110,34,44,34,98,116,110,45,103,114,111,117,112,34,44,91,121,40,49,44,34,98,117,116,116,111,110,34,44,34,98,116,110,32,105,99,111,110,32,105,99,111,110,45,99,104,101,99,107,34,44,110,117,108,108,44,49,44,123,111,110,67,108,105,99,107,58,116,104,105,115,46,115,97,118,101,46,98,105,110,100,40,116,104,105,115,41,44,116,105,116,108,101,58,34,83,97,118,101,34,44,116,121,112,101,58,34,98,117,116,116,111,110,34,125,41,44,121,40,49,44,34,98,117,116,116,111,110,34,44,34,98,116,110,32,105,99,111,110,32,105,99,111,110,45,99,114,111,115,115,34,44,110,117,108,108,44,49,44,123,111,110,67,108,105,99,107,58,116,104,105,115,46,99,97,110,99,101,108,46,98,105,110,100,40,116,104,105,115,41,44,116,105,116,108,101,58,34,67,97,110,99,101,108,34,44,116,121,112,101,58,34,98,117,116,116,111,110,34,125,41,93,44,52,41,93,44,52,44,123,111,110,115,117,98,109,105,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,125,125,41,125,125,93,41,44,101,125,40,97,101,41,44,83,101,61,102,117,110,99,116,105,111,110,40,101,41,123,102,117,110,99,116,105,111,110,32,110,40,41,123,114,101,116,117,114,110,32,100,101,40,116,104,105,115,44,110,41,44,109,101,40,116,104,105,115,44,40,110,46,95,95,112,114,111,116,111,95,95,124,124,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,110,41,41,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,41,125,114,101,116,117,114,110,32,103,101,40,110,44,101,41,44,112,101,40,110,44,91,123,107,101,121,58,34,98,108,117,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,46,98,108,117,114,40,41,125,125,44,123,107,101,121,58,34,99,108,105,99,107,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,112,114,111,112,115,44,114,61,110,46,110,111,100,101,44,105,61,110,46,100,111,109,44,111,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,33,101,46,112,114,111,112,115,46,101,100,105,116,105,110,103,41,123,105,102,40,40,116,46,109,101,116,97,75,101,121,124,124,116,46,99,116,114,108,75,101,121,124,124,116,46,115,104,105,102,116,75,101,121,41,38,38,105,46,95,116,114,101,101,46,100,105,115,97,98,108,101,68,101,115,101,108,101,99,116,105,111,110,40,41,44,116,46,115,104,105,102,116,75,101,121,41,123,105,46,99,108,101,97,114,83,101,108,101,99,116,105,111,110,40,41,59,118,97,114,32,110,61,105,46,95,116,114,101,101,46,108,97,115,116,83,101,108,101,99,116,101,100,78,111,100,101,40,41,59,110,38,38,105,46,95,116,114,101,101,46,115,101,108,101,99,116,66,101,116,119,101,101,110,46,97,112,112,108,121,40,105,46,95,116,114,101,101,44,105,46,95,116,114,101,101,46,98,111,117,110,100,105,110,103,78,111,100,101,115,40,110,44,114,41,41,125,114,46,115,101,108,101,99,116,101,100,40,41,63,105,46,95,116,114,101,101,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,100,105,115,97,98,108,101,68,105,114,101,99,116,68,101,115,101,108,101,99,116,105,111,110,124,124,114,46,100,101,115,101,108,101,99,116,40,41,58,114,46,115,101,108,101,99,116,40,41,44,105,46,95,116,114,101,101,46,101,110,97,98,108,101,68,101,115,101,108,101,99,116,105,111,110,40,41,125,125,59,105,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,99,108,105,99,107,34,44,116,44,114,44,111,41,44,116,46,116,114,101,101,68,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,124,124,111,40,41,125,125,44,123,107,101,121,58,34,99,111,110,116,101,120,116,77,101,110,117,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,112,114,111,112,115,44,110,61,101,46,110,111,100,101,44,114,61,101,46,100,111,109,59,114,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,99,111,110,116,101,120,116,109,101,110,117,34,44,116,44,110,41,125,125,44,123,107,101,121,58,34,100,98,108,99,108,105,99,107,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,112,114,111,112,115,44,110,61,101,46,110,111,100,101,44,114,61,101,46,100,111,109,44,105,61,102,117,110,99,116,105,111,110,40,41,123,114,46,99,108,101,97,114,83,101,108,101,99,116,105,111,110,40,41,44,110,46,116,111,103,103,108,101,67,111,108,108,97,112,115,101,40,41,125,59,114,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,100,98,108,99,108,105,99,107,34,44,116,44,110,44,105,41,44,116,46,116,114,101,101,68,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,124,124,105,40,41,125,125,44,123,107,101,121,58,34,102,111,99,117,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,46,102,111,99,117,115,40,116,41,125,125,44,123,107,101,121,58,34,109,111,117,115,101,100,111,119,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,105,115,68,114,97,103,68,114,111,112,69,110,97,98,108,101,100,38,38,40,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,105,115,77,111,117,115,101,72,101,108,100,61,33,48,41,125,125,44,123,107,101,121,58,34,114,101,110,100,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,44,110,61,116,46,99,108,111,110,101,40,101,46,105,116,114,101,101,46,97,46,97,116,116,114,105,98,117,116,101,115,41,124,124,123,125,59,110,46,116,97,98,105,110,100,101,120,61,49,44,110,46,117,110,115,101,108,101,99,116,97,98,108,101,61,34,111,110,34,59,118,97,114,32,114,61,121,101,40,101,44,34,97,34,41,46,99,111,110,99,97,116,40,91,34,116,105,116,108,101,34,44,34,105,99,111,110,34,93,41,59,105,102,40,33,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,99,111,110,102,105,103,46,115,104,111,119,67,104,101,99,107,98,111,120,101,115,41,123,118,97,114,32,105,61,116,104,105,115,46,112,114,111,112,115,46,101,120,112,97,110,100,101,100,63,34,105,99,111,110,45,102,111,108,100,101,114,45,111,112,101,110,34,58,34,105,99,111,110,45,102,111,108,100,101,114,34,59,114,46,112,117,115,104,40,101,46,105,116,114,101,101,46,105,99,111,110,124,124,40,116,104,105,115,46,112,114,111,112,115,46,104,97,115,79,114,87,105,108,108,72,97,118,101,67,104,105,108,100,114,101,110,63,105,58,34,105,99,111,110,45,102,105,108,101,45,101,109,112,116,121,34,41,41,125,110,46,99,108,97,115,115,61,110,46,99,108,97,115,115,78,97,109,101,61,114,46,106,111,105,110,40,34,32,34,41,59,118,97,114,32,111,61,101,46,116,101,120,116,59,114,101,116,117,114,110,32,101,46,101,100,105,116,105,110,103,40,41,38,38,40,111,61,119,40,50,44,79,101,44,123,100,111,109,58,116,104,105,115,46,112,114,111,112,115,46,100,111,109,44,110,111,100,101,58,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,125,41,41,44,120,40,121,40,49,44,34,97,34,44,110,117,108,108,44,111,44,48,44,118,101,40,123,34,100,97,116,97,45,117,105,100,34,58,101,46,105,100,44,111,110,66,108,117,114,58,116,104,105,115,46,98,108,117,114,46,98,105,110,100,40,116,104,105,115,41,44,111,110,67,108,105,99,107,58,116,104,105,115,46,99,108,105,99,107,46,98,105,110,100,40,116,104,105,115,41,44,111,110,67,111,110,116,101,120,116,77,101,110,117,58,116,104,105,115,46,99,111,110,116,101,120,116,77,101,110,117,46,98,105,110,100,40,116,104,105,115,41,44,111,110,68,98,108,67,108,105,99,107,58,116,104,105,115,46,100,98,108,99,108,105,99,107,46,98,105,110,100,40,116,104,105,115,41,44,111,110,70,111,99,117,115,58,116,104,105,115,46,102,111,99,117,115,46,98,105,110,100,40,116,104,105,115,41,44,111,110,77,111,117,115,101,68,111,119,110,58,116,104,105,115,46,109,111,117,115,101,100,111,119,110,46,98,105,110,100,40,116,104,105,115,41,125,44,110,41,41,41,125,125,93,41,44,110,125,40,97,101,41,44,107,101,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,100,101,40,116,104,105,115,44,101,41,44,109,101,40,116,104,105,115,44,40,101,46,95,95,112,114,111,116,111,95,95,124,124,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,101,41,41,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,41,125,114,101,116,117,114,110,32,103,101,40,101,44,116,41,44,112,101,40,101,44,91,123,107,101,121,58,34,99,108,97,115,115,78,97,109,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,116,111,103,103,108,101,32,105,99,111,110,32,34,43,40,116,104,105,115,46,112,114,111,112,115,46,99,111,108,108,97,112,115,101,100,63,34,105,99,111,110,45,101,120,112,97,110,100,34,58,34,105,99,111,110,45,99,111,108,108,97,112,115,101,34,41,125,125,44,123,107,101,121,58,34,114,101,110,100,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,121,40,49,44,34,97,34,44,116,104,105,115,46,99,108,97,115,115,78,97,109,101,40,41,44,110,117,108,108,44,49,44,123,111,110,67,108,105,99,107,58,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,46,116,111,103,103,108,101,67,111,108,108,97,112,115,101,46,98,105,110,100,40,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,41,125,41,125,125,93,41,44,101,125,40,97,101,41,44,67,101,61,102,117,110,99,116,105,111,110,40,110,41,123,102,117,110,99,116,105,111,110,32,114,40,116,41,123,100,101,40,116,104,105,115,44,114,41,59,118,97,114,32,101,61,109,101,40,116,104,105,115,44,40,114,46,95,95,112,114,111,116,111,95,95,124,124,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,114,41,41,46,99,97,108,108,40,116,104,105,115,44,116,41,41,59,114,101,116,117,114,110,32,101,46,115,116,97,116,101,61,101,46,115,116,97,116,101,70,114,111,109,78,111,100,101,40,116,46,110,111,100,101,41,44,101,125,114,101,116,117,114,110,32,103,101,40,114,44,110,41,44,112,101,40,114,44,91,123,107,101,121,58,34,115,116,97,116,101,70,114,111,109,78,111,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,100,105,114,116,121,58,116,46,105,116,114,101,101,46,100,105,114,116,121,125,125,125,44,123,107,101,121,58,34,99,111,109,112,111,110,101,110,116,87,105,108,108,82,101,99,101,105,118,101,80,114,111,112,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,115,101,116,83,116,97,116,101,40,116,104,105,115,46,115,116,97,116,101,70,114,111,109,78,111,100,101,40,116,46,110,111,100,101,41,41,125,125,44,123,107,101,121,58,34,115,104,111,117,108,100,67,111,109,112,111,110,101,110,116,85,112,100,97,116,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,100,105,114,116,121,125,125,44,123,107,101,121,58,34,103,101,116,65,116,116,114,105,98,117,116,101,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,44,110,61,116,46,99,108,111,110,101,40,101,46,105,116,114,101,101,46,108,105,46,97,116,116,114,105,98,117,116,101,115,41,124,124,123,125,59,114,101,116,117,114,110,32,110,46,99,108,97,115,115,61,110,46,99,108,97,115,115,78,97,109,101,61,116,104,105,115,46,103,101,116,67,108,97,115,115,78,97,109,101,115,40,41,44,110,91,34,100,97,116,97,45,117,105,100,34,93,61,101,46,105,100,44,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,99,111,110,102,105,103,46,100,114,97,103,65,110,100,68,114,111,112,46,101,110,97,98,108,101,100,38,38,40,110,46,100,114,97,103,103,97,98,108,101,61,101,46,115,116,97,116,101,40,34,100,114,97,103,103,97,98,108,101,34,41,44,110,46,111,110,68,114,97,103,69,110,100,61,116,104,105,115,46,111,110,68,114,97,103,69,110,100,46,98,105,110,100,40,116,104,105,115,41,44,110,46,111,110,68,114,97,103,69,110,116,101,114,61,116,104,105,115,46,111,110,68,114,97,103,69,110,116,101,114,46,98,105,110,100,40,116,104,105,115,41,44,110,46,111,110,68,114,97,103,76,101,97,118,101,61,116,104,105,115,46,111,110,68,114,97,103,76,101,97,118,101,46,98,105,110,100,40,116,104,105,115,41,44,110,46,111,110,68,114,97,103,83,116,97,114,116,61,116,104,105,115,46,111,110,68,114,97,103,83,116,97,114,116,46,98,105,110,100,40,116,104,105,115,41,44,101,46,115,116,97,116,101,40,34,100,114,111,112,45,116,97,114,103,101,116,34,41,63,40,110,46,111,110,68,114,97,103,79,118,101,114,61,116,104,105,115,46,111,110,68,114,97,103,79,118,101,114,46,98,105,110,100,40,116,104,105,115,41,44,110,46,111,110,68,114,111,112,61,116,104,105,115,46,111,110,68,114,111,112,46,98,105,110,100,40,116,104,105,115,41,41,58,40,110,46,111,110,68,114,97,103,79,118,101,114,61,110,117,108,108,44,110,46,111,110,68,114,111,112,61,110,117,108,108,41,41,44,110,125,125,44,123,107,101,121,58,34,103,101,116,67,108,97,115,115,78,97,109,101,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,44,110,61,101,46,105,116,114,101,101,46,115,116,97,116,101,44,114,61,121,101,40,101,41,59,114,101,116,117,114,110,32,116,46,101,97,99,104,40,79,98,106,101,99,116,46,107,101,121,115,40,110,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,110,91,116,93,38,38,114,46,112,117,115,104,40,116,41,125,41,41,44,33,101,46,104,105,100,100,101,110,40,41,38,38,101,46,114,101,109,111,118,101,100,40,41,38,38,114,46,112,117,115,104,40,34,104,105,100,100,101,110,34,41,44,101,46,101,120,112,97,110,100,101,100,40,41,38,38,114,46,112,117,115,104,40,34,101,120,112,97,110,100,101,100,34,41,44,114,46,112,117,115,104,40,101,46,104,97,115,79,114,87,105,108,108,72,97,118,101,67,104,105,108,100,114,101,110,40,41,63,34,102,111,108,100,101,114,34,58,34,108,101,97,102,34,41,44,114,46,106,111,105,110,40,34,32,34,41,125,125,44,123,107,101,121,58,34,103,101,116,84,97,114,103,101,116,68,105,114,101,99,116,105,111,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,99,108,105,101,110,116,89,44,114,61,101,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,44,105,61,114,46,116,111,112,43,114,46,104,101,105,103,104,116,47,51,44,111,61,114,46,98,111,116,116,111,109,45,114,46,104,101,105,103,104,116,47,51,44,97,61,48,59,114,101,116,117,114,110,32,110,60,61,105,63,97,61,45,49,58,110,62,61,111,38,38,40,97,61,49,41,44,97,125,125,44,123,107,101,121,58,34,111,110,68,114,97,103,83,116,97,114,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,110,41,123,110,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,44,110,46,100,97,116,97,84,114,97,110,115,102,101,114,46,101,102,102,101,99,116,65,108,108,111,119,101,100,61,34,109,111,118,101,34,44,110,46,100,97,116,97,84,114,97,110,115,102,101,114,46,100,114,111,112,69,102,102,101,99,116,61,34,109,111,118,101,34,59,118,97,114,32,114,61,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,59,105,102,40,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,97,99,116,105,118,101,68,114,97,103,78,111,100,101,61,114,44,110,46,100,97,116,97,84,114,97,110,115,102,101,114,46,115,101,116,68,97,116,97,40,34,116,114,101,101,73,100,34,44,114,46,116,114,101,101,40,41,46,105,100,41,44,110,46,100,97,116,97,84,114,97,110,115,102,101,114,46,115,101,116,68,97,116,97,40,34,110,111,100,101,73,100,34,44,114,46,105,100,41,44,114,46,115,116,97,116,101,40,34,100,114,111,112,45,116,97,114,103,101,116,34,44,33,49,41,44,114,46,104,97,115,67,104,105,108,100,114,101,110,40,41,38,38,114,46,99,104,105,108,100,114,101,110,46,115,116,97,116,101,68,101,101,112,40,34,100,114,111,112,45,116,97,114,103,101,116,34,44,33,49,41,44,34,100,114,97,103,115,116,97,114,116,34,61,61,61,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,99,111,110,102,105,103,46,100,114,97,103,65,110,100,68,114,111,112,46,118,97,108,105,100,97,116,101,79,110,41,123,118,97,114,32,105,61,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,99,111,110,102,105,103,46,100,114,97,103,65,110,100,68,114,111,112,46,118,97,108,105,100,97,116,101,44,111,61,116,46,105,115,70,117,110,99,116,105,111,110,40,105,41,44,97,61,102,117,110,99,116,105,111,110,32,110,40,114,44,105,41,123,101,46,105,115,84,114,101,101,78,111,100,101,115,40,114,41,63,116,46,101,97,99,104,40,114,44,40,102,117,110,99,116,105,111,110,40,116,41,123,110,40,116,44,105,41,125,41,41,58,101,46,105,115,84,114,101,101,78,111,100,101,40,114,41,38,38,33,49,33,61,61,105,40,114,41,38,38,114,46,104,97,115,67,104,105,108,100,114,101,110,40,41,38,38,110,40,114,46,99,104,105,108,100,114,101,110,44,105,41,125,59,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,98,97,116,99,104,40,41,44,97,40,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,109,111,100,101,108,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,105,100,33,61,61,114,46,105,100,59,114,101,116,117,114,110,32,101,38,38,40,101,61,33,116,46,104,97,115,65,110,99,101,115,116,111,114,40,114,41,41,44,101,38,38,111,38,38,40,101,61,105,40,114,44,116,41,41,44,116,46,115,116,97,116,101,40,34,100,114,111,112,45,116,97,114,103,101,116,34,44,101,41,44,101,125,41,41,44,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,101,110,100,40,41,125,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,100,114,97,103,115,116,97,114,116,34,44,110,41,125,125,44,123,107,101,121,58,34,111,110,68,114,97,103,69,110,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,44,116,104,105,115,46,117,110,104,105,103,104,108,105,103,104,116,84,97,114,103,101,116,40,41,44,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,100,114,97,103,101,110,100,34,44,116,41,125,125,44,123,107,101,121,58,34,111,110,68,114,97,103,69,110,116,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,44,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,46,114,101,99,117,114,115,101,85,112,40,116,104,105,115,46,117,110,104,105,103,104,108,105,103,104,116,84,97,114,103,101,116,41,44,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,46,115,116,97,116,101,40,34,100,114,97,103,45,116,97,114,103,101,116,105,110,103,34,44,33,48,41,44,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,100,114,97,103,101,110,116,101,114,34,44,116,41,125,125,44,123,107,101,121,58,34,111,110,68,114,97,103,76,101,97,118,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,44,116,104,105,115,46,117,110,104,105,103,104,108,105,103,104,116,84,97,114,103,101,116,40,41,44,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,100,114,97,103,108,101,97,118,101,34,44,116,41,125,125,44,123,107,101,121,58,34,111,110,68,114,97,103,79,118,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,101,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,101,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,59,118,97,114,32,110,61,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,97,99,116,105,118,101,68,114,97,103,78,111,100,101,44,114,61,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,44,105,61,116,104,105,115,46,103,101,116,84,97,114,103,101,116,68,105,114,101,99,116,105,111,110,40,101,44,114,46,105,116,114,101,101,46,114,101,102,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,34,97,34,41,41,59,105,102,40,34,100,114,97,103,111,118,101,114,34,61,61,61,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,99,111,110,102,105,103,46,100,114,97,103,65,110,100,68,114,111,112,46,118,97,108,105,100,97,116,101,79,110,41,123,118,97,114,32,111,61,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,99,111,110,102,105,103,46,100,114,97,103,65,110,100,68,114,111,112,46,118,97,108,105,100,97,116,101,44,97,61,116,46,105,115,70,117,110,99,116,105,111,110,40,111,41,44,115,61,110,46,105,100,33,61,61,114,46,105,100,59,105,102,40,115,38,38,40,115,61,33,114,46,104,97,115,65,110,99,101,115,116,111,114,40,110,41,41,44,115,38,38,97,38,38,40,115,61,111,40,110,44,114,44,105,41,41,44,114,46,115,116,97,116,101,40,34,100,114,111,112,45,116,97,114,103,101,116,34,44,115,41,44,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,97,112,112,108,121,67,104,97,110,103,101,115,40,41,44,33,115,41,114,101,116,117,114,110,125,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,98,97,116,99,104,40,41,44,114,46,115,116,97,116,101,40,34,100,114,97,103,45,116,97,114,103,101,116,105,110,103,34,44,33,48,41,44,114,46,115,116,97,116,101,40,34,100,114,97,103,45,116,97,114,103,101,116,105,110,103,45,97,98,111,118,101,34,44,45,49,61,61,61,105,41,44,114,46,115,116,97,116,101,40,34,100,114,97,103,45,116,97,114,103,101,116,105,110,103,45,98,101,108,111,119,34,44,49,61,61,61,105,41,44,114,46,115,116,97,116,101,40,34,100,114,97,103,45,116,97,114,103,101,116,105,110,103,45,105,110,115,101,114,116,34,44,48,61,61,61,105,41,44,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,101,110,100,40,41,44,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,100,114,97,103,111,118,101,114,34,44,101,44,105,41,125,125,44,123,107,101,121,58,34,111,110,68,114,111,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,44,116,104,105,115,46,117,110,104,105,103,104,108,105,103,104,116,84,97,114,103,101,116,40,41,59,118,97,114,32,101,61,116,46,100,97,116,97,84,114,97,110,115,102,101,114,46,103,101,116,68,97,116,97,40,34,116,114,101,101,73,100,34,41,44,110,61,116,46,100,97,116,97,84,114,97,110,115,102,101,114,46,103,101,116,68,97,116,97,40,34,110,111,100,101,73,100,34,41,44,114,61,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,59,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,97,99,116,105,118,101,68,114,97,103,78,111,100,101,61,110,117,108,108,59,118,97,114,32,105,61,116,104,105,115,46,103,101,116,84,97,114,103,101,116,68,105,114,101,99,116,105,111,110,40,116,44,116,46,116,97,114,103,101,116,41,44,111,61,118,111,105,100,32,48,59,101,61,61,61,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,105,100,63,111,61,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,58,101,38,38,40,111,61,100,111,99,117,109,101,110,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,39,91,100,97,116,97,45,117,105,100,61,34,39,43,101,43,39,34,93,39,41,46,105,110,115,112,105,114,101,84,114,101,101,41,59,118,97,114,32,97,61,118,111,105,100,32,48,44,115,61,118,111,105,100,32,48,59,105,102,40,111,41,123,118,97,114,32,99,61,111,46,110,111,100,101,40,110,41,59,99,46,115,116,97,116,101,40,34,100,114,111,112,45,116,97,114,103,101,116,34,44,33,48,41,59,118,97,114,32,117,61,99,46,114,101,109,111,118,101,40,33,48,41,44,108,61,114,46,99,111,110,116,101,120,116,40,41,46,105,110,100,101,120,79,102,40,114,41,59,48,61,61,61,105,63,40,97,61,114,46,97,100,100,67,104,105,108,100,40,117,41,44,115,61,114,46,99,104,105,108,100,114,101,110,46,105,110,100,101,120,79,102,40,97,41,44,114,46,101,120,112,97,110,100,40,41,41,58,40,115,61,49,61,61,61,105,63,43,43,108,58,108,44,97,61,114,46,99,111,110,116,101,120,116,40,41,46,105,110,115,101,114,116,65,116,40,115,44,117,41,41,125,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,100,114,111,112,34,44,116,44,97,44,114,44,115,41,125,125,44,123,107,101,121,58,34,117,110,104,105,103,104,108,105,103,104,116,84,97,114,103,101,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,40,116,124,124,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,41,46,115,116,97,116,101,115,40,91,34,100,114,97,103,45,116,97,114,103,101,116,105,110,103,34,44,34,100,114,97,103,45,116,97,114,103,101,116,105,110,103,45,97,98,111,118,101,34,44,34,100,114,97,103,45,116,97,114,103,101,116,105,110,103,45,98,101,108,111,119,34,44,34,100,114,97,103,45,116,97,114,103,101,116,105,110,103,45,105,110,115,101,114,116,34,93,44,33,49,41,125,125,44,123,107,101,121,58,34,114,101,110,100,101,114,67,104,101,99,107,98,111,120,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,59,105,102,40,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,99,111,110,102,105,103,46,115,104,111,119,67,104,101,99,107,98,111,120,101,115,41,114,101,116,117,114,110,32,119,40,50,44,98,101,44,123,99,104,101,99,107,101,100,58,116,46,99,104,101,99,107,101,100,40,41,44,100,111,109,58,116,104,105,115,46,112,114,111,112,115,46,100,111,109,44,105,110,100,101,116,101,114,109,105,110,97,116,101,58,116,46,105,110,100,101,116,101,114,109,105,110,97,116,101,40,41,44,110,111,100,101,58,116,125,41,125,125,44,123,107,101,121,58,34,114,101,110,100,101,114,67,104,105,108,100,114,101,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,112,114,111,112,115,44,101,61,116,46,110,111,100,101,44,110,61,116,46,100,111,109,59,105,102,40,101,46,104,97,115,67,104,105,108,100,114,101,110,40,41,41,123,118,97,114,32,114,61,101,46,99,104,105,108,100,114,101,110,44,105,61,110,46,108,111,97,100,105,110,103,44,111,61,114,46,112,97,103,105,110,97,116,105,111,110,40,41,59,114,101,116,117,114,110,32,119,40,50,44,80,101,44,123,99,111,110,116,101,120,116,58,101,44,100,111,109,58,110,44,108,105,109,105,116,58,111,46,108,105,109,105,116,44,108,111,97,100,105,110,103,58,105,44,110,111,100,101,115,58,114,44,116,111,116,97,108,58,111,46,116,111,116,97,108,125,41,125,105,102,40,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,105,115,68,121,110,97,109,105,99,38,38,101,46,99,104,105,108,100,114,101,110,41,114,101,116,117,114,110,32,101,46,104,97,115,76,111,97,100,101,100,67,104,105,108,100,114,101,110,40,41,63,119,40,50,44,95,101,44,123,116,101,120,116,58,34,78,111,32,82,101,115,117,108,116,115,34,125,41,58,119,40,50,44,95,101,44,123,116,101,120,116,58,34,76,111,97,100,105,110,103,46,46,46,34,125,41,125,125,44,123,107,101,121,58,34,114,101,110,100,101,114,69,100,105,116,84,111,111,108,98,97,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,99,111,110,102,105,103,46,101,100,105,116,105,110,103,46,101,100,105,116,38,38,33,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,46,101,100,105,116,105,110,103,40,41,41,114,101,116,117,114,110,32,119,40,50,44,119,101,44,123,100,111,109,58,116,104,105,115,46,112,114,111,112,115,46,100,111,109,44,110,111,100,101,58,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,125,41,125,125,44,123,107,101,121,58,34,114,101,110,100,101,114,84,111,103,103,108,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,44,101,61,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,105,115,68,121,110,97,109,105,99,63,66,111,111,108,101,97,110,40,116,46,99,104,105,108,100,114,101,110,41,58,116,46,104,97,115,86,105,115,105,98,108,101,67,104,105,108,100,114,101,110,40,41,59,105,102,40,101,41,114,101,116,117,114,110,32,119,40,50,44,107,101,44,123,99,111,108,108,97,112,115,101,100,58,116,46,99,111,108,108,97,112,115,101,100,40,41,44,110,111,100,101,58,116,125,41,125,125,44,123,107,101,121,58,34,114,101,110,100,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,44,110,61,120,40,121,40,49,44,34,108,105,34,44,110,117,108,108,44,91,116,104,105,115,46,114,101,110,100,101,114,69,100,105,116,84,111,111,108,98,97,114,40,41,44,121,40,49,44,34,100,105,118,34,44,34,116,105,116,108,101,45,119,114,97,112,34,44,91,116,104,105,115,46,114,101,110,100,101,114,84,111,103,103,108,101,40,41,44,116,104,105,115,46,114,101,110,100,101,114,67,104,101,99,107,98,111,120,40,41,44,119,40,50,44,83,101,44,123,100,111,109,58,116,104,105,115,46,112,114,111,112,115,46,100,111,109,44,101,100,105,116,105,110,103,58,101,46,101,100,105,116,105,110,103,40,41,44,101,120,112,97,110,100,101,100,58,101,46,101,120,112,97,110,100,101,100,40,41,44,104,97,115,79,114,87,105,108,108,72,97,118,101,67,104,105,108,100,114,101,110,58,101,46,104,97,115,79,114,87,105,108,108,72,97,118,101,67,104,105,108,100,114,101,110,40,41,44,110,111,100,101,58,101,44,116,101,120,116,58,101,46,116,101,120,116,125,41,93,44,48,41,44,121,40,49,44,34,100,105,118,34,44,34,119,104,111,108,101,114,111,119,34,41,44,116,104,105,115,46,114,101,110,100,101,114,67,104,105,108,100,114,101,110,40,41,93,44,48,44,118,101,40,123,125,44,116,104,105,115,46,103,101,116,65,116,116,114,105,98,117,116,101,115,40,41,41,44,110,117,108,108,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,110,111,100,101,61,116,46,112,114,111,112,115,46,110,111,100,101,46,105,116,114,101,101,46,114,101,102,61,101,125,41,41,41,59,114,101,116,117,114,110,32,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,46,115,116,97,116,101,40,34,114,101,110,100,101,114,101,100,34,44,33,48,41,44,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,46,105,116,114,101,101,46,100,105,114,116,121,61,33,49,44,110,125,125,93,41,44,114,125,40,97,101,41,44,80,101,61,102,117,110,99,116,105,111,110,40,101,41,123,102,117,110,99,116,105,111,110,32,110,40,41,123,114,101,116,117,114,110,32,100,101,40,116,104,105,115,44,110,41,44,109,101,40,116,104,105,115,44,40,110,46,95,95,112,114,111,116,111,95,95,124,124,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,110,41,41,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,41,125,114,101,116,117,114,110,32,103,101,40,110,44,101,41,44,112,101,40,110,44,91,123,107,101,121,58,34,115,104,111,117,108,100,67,111,109,112,111,110,101,110,116,85,112,100,97,116,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,102,105,110,100,40,101,46,110,111,100,101,115,44,34,105,116,114,101,101,46,100,105,114,116,121,34,41,124,124,120,101,40,116,104,105,115,46,112,114,111,112,115,44,101,41,125,125,44,123,107,101,121,58,34,105,115,68,101,102,101,114,114,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,99,111,110,102,105,103,46,100,101,102,101,114,114,101,100,82,101,110,100,101,114,105,110,103,124,124,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,99,111,110,102,105,103,46,100,101,102,101,114,114,101,100,76,111,97,100,105,110,103,125,125,44,123,107,101,121,58,34,108,111,97,100,77,111,114,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,104,105,115,46,112,114,111,112,115,46,99,111,110,116,101,120,116,63,116,104,105,115,46,112,114,111,112,115,46,99,111,110,116,101,120,116,46,108,111,97,100,77,111,114,101,40,116,41,58,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,108,111,97,100,77,111,114,101,40,116,41,125,125,44,123,107,101,121,58,34,114,101,110,100,101,114,76,111,97,100,77,111,114,101,78,111,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,121,40,49,44,34,108,105,34,44,34,108,101,97,102,32,100,101,116,97,99,104,101,100,34,44,121,40,49,44,34,97,34,44,34,116,105,116,108,101,32,105,99,111,110,32,105,99,111,110,45,109,111,114,101,32,108,111,97,100,45,109,111,114,101,34,44,95,40,34,76,111,97,100,32,77,111,114,101,34,41,44,50,44,123,111,110,67,108,105,99,107,58,116,104,105,115,46,108,111,97,100,77,111,114,101,46,98,105,110,100,40,116,104,105,115,41,125,41,44,50,41,125,125,44,123,107,101,121,58,34,114,101,110,100,101,114,76,111,97,100,105,110,103,84,101,120,116,78,111,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,121,40,49,44,34,108,105,34,44,34,108,101,97,102,34,44,121,40,49,44,34,115,112,97,110,34,44,34,116,105,116,108,101,32,105,99,111,110,32,105,99,111,110,45,109,111,114,101,34,44,95,40,34,76,111,97,100,105,110,103,46,46,46,34,41,44,50,41,44,50,41,125,125,44,123,107,101,121,58,34,114,101,110,100,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,115,44,114,61,110,46,112,97,103,105,110,97,116,105,111,110,40,41,59,105,102,40,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,99,111,110,102,105,103,46,100,101,102,101,114,114,101,100,82,101,110,100,101,114,105,110,103,41,123,118,97,114,32,105,61,48,59,110,61,116,104,105,115,46,112,114,111,112,115,46,110,111,100,101,115,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,33,40,116,46,104,105,100,100,101,110,40,41,124,124,116,46,114,101,109,111,118,101,100,40,41,41,59,114,101,116,117,114,110,32,101,38,38,105,43,43,44,105,60,61,114,46,108,105,109,105,116,38,38,101,125,41,41,125,118,97,114,32,111,61,116,46,109,97,112,40,110,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,119,40,50,44,67,101,44,123,100,111,109,58,101,46,112,114,111,112,115,46,100,111,109,44,110,111,100,101,58,116,125,44,116,46,105,100,41,125,41,41,59,114,101,116,117,114,110,32,116,104,105,115,46,105,115,68,101,102,101,114,114,101,100,40,41,38,38,114,46,108,105,109,105,116,60,114,46,116,111,116,97,108,38,38,40,116,104,105,115,46,112,114,111,112,115,46,108,111,97,100,105,110,103,63,111,46,112,117,115,104,40,116,104,105,115,46,114,101,110,100,101,114,76,111,97,100,105,110,103,84,101,120,116,78,111,100,101,40,41,41,58,111,46,112,117,115,104,40,116,104,105,115,46,114,101,110,100,101,114,76,111,97,100,77,111,114,101,78,111,100,101,40,41,41,41,44,121,40,49,44,34,111,108,34,44,110,117,108,108,44,91,111,44,116,104,105,115,46,112,114,111,112,115,46,99,104,105,108,100,114,101,110,93,44,48,41,125,125,93,41,44,110,125,40,97,101,41,44,84,101,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,100,101,40,116,104,105,115,44,101,41,44,109,101,40,116,104,105,115,44,40,101,46,95,95,112,114,111,116,111,95,95,124,124,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,101,41,41,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,41,125,114,101,116,117,114,110,32,103,101,40,101,44,116,41,44,112,101,40,101,44,91,123,107,101,121,58,34,97,100,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,102,111,99,117,115,101,100,40,41,46,98,108,117,114,40,41,44,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,97,100,100,78,111,100,101,40,104,101,40,41,41,125,125,44,123,107,101,121,58,34,114,101,110,100,101,114,65,100,100,76,105,110,107,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,104,105,115,46,112,114,111,112,115,46,100,111,109,46,95,116,114,101,101,46,99,111,110,102,105,103,46,101,100,105,116,105,110,103,46,97,100,100,41,114,101,116,117,114,110,32,121,40,49,44,34,108,105,34,44,110,117,108,108,44,121,40,49,44,34,97,34,44,34,98,116,110,32,105,99,111,110,32,105,99,111,110,45,112,108,117,115,34,44,110,117,108,108,44,49,44,123,111,110,67,108,105,99,107,58,116,104,105,115,46,97,100,100,46,98,105,110,100,40,116,104,105,115,41,44,116,105,116,108,101,58,34,65,100,100,32,97,32,110,101,119,32,114,111,111,116,32,110,111,100,101,34,125,41,44,50,41,125,125,44,123,107,101,121,58,34,114,101,110,100,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,112,114,111,112,115,44,101,61,116,46,100,111,109,44,110,61,116,46,110,111,100,101,115,44,114,61,101,46,108,111,97,100,105,110,103,44,105,61,110,46,112,97,103,105,110,97,116,105,111,110,40,41,59,114,101,116,117,114,110,32,119,40,50,44,80,101,44,123,100,111,109,58,101,44,108,105,109,105,116,58,105,46,108,105,109,105,116,44,108,111,97,100,105,110,103,58,114,44,110,111,100,101,115,58,110,44,116,111,116,97,108,58,105,46,116,111,116,97,108,44,99,104,105,108,100,114,101,110,58,116,104,105,115,46,114,101,110,100,101,114,65,100,100,76,105,110,107,40,41,125,41,125,125,93,41,44,101,125,40,97,101,41,44,106,101,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,110,40,114,44,105,41,123,118,97,114,32,111,61,116,104,105,115,59,105,102,40,100,101,40,116,104,105,115,44,110,41,44,33,40,114,32,105,110,115,116,97,110,99,101,111,102,32,101,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,84,114,101,101,32,97,114,103,117,109,101,110,116,32,105,115,32,110,111,116,32,97,110,32,73,110,115,112,105,114,101,84,114,101,101,32,105,110,115,116,97,110,99,101,46,34,41,59,105,102,40,116,104,105,115,46,95,116,114,101,101,61,114,44,116,104,105,115,46,98,97,116,99,104,105,110,103,61,48,44,116,104,105,115,46,100,114,111,112,84,97,114,103,101,116,115,61,91,93,44,116,104,105,115,46,36,115,99,114,111,108,108,76,97,121,101,114,44,33,105,46,116,97,114,103,101,116,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,96,116,97,114,103,101,116,96,32,112,114,111,112,101,114,116,121,32,45,32,109,117,115,116,32,98,101,32,97,32,115,101,108,101,99,116,111,114,44,32,72,84,77,76,69,108,101,109,101,110,116,44,32,111,114,32,106,81,117,101,114,121,32,101,108,101,109,101,110,116,46,34,41,59,114,46,117,115,101,115,78,97,116,105,118,101,68,79,77,61,33,48,59,118,97,114,32,97,61,123,101,110,97,98,108,101,100,58,33,49,44,118,97,108,105,100,97,116,101,79,110,58,34,100,114,97,103,115,116,97,114,116,34,44,118,97,108,105,100,97,116,101,58,110,117,108,108,125,59,116,104,105,115,46,99,111,110,102,105,103,61,116,46,100,101,102,97,117,108,116,115,68,101,101,112,40,123,125,44,105,44,123,97,117,116,111,76,111,97,100,77,111,114,101,58,33,48,44,100,101,102,101,114,114,101,100,82,101,110,100,101,114,105,110,103,58,33,49,44,100,114,97,103,65,110,100,68,114,111,112,58,97,44,110,111,100,101,72,101,105,103,104,116,58,50,53,44,115,104,111,119,67,104,101,99,107,98,111,120,101,115,58,33,49,44,116,97,98,105,110,100,101,120,58,45,49,44,116,97,114,103,101,116,58,33,49,125,41,44,33,48,61,61,61,105,46,100,114,97,103,65,110,100,68,114,111,112,38,38,40,116,104,105,115,46,99,111,110,102,105,103,46,100,114,97,103,65,110,100,68,114,111,112,61,97,44,116,104,105,115,46,99,111,110,102,105,103,46,100,114,97,103,65,110,100,68,114,111,112,46,101,110,97,98,108,101,100,61,33,48,41,44,34,99,104,101,99,107,98,111,120,34,33,61,61,114,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,109,111,100,101,124,124,116,46,105,115,66,111,111,108,101,97,110,40,116,46,103,101,116,40,105,44,34,115,104,111,119,67,104,101,99,107,98,111,120,101,115,34,41,41,124,124,40,116,104,105,115,46,99,111,110,102,105,103,46,115,104,111,119,67,104,101,99,107,98,111,120,101,115,61,33,48,41,44,116,104,105,115,46,105,115,68,121,110,97,109,105,99,61,116,46,105,115,70,117,110,99,116,105,111,110,40,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,100,97,116,97,41,44,116,104,105,115,46,97,116,116,97,99,104,40,116,104,105,115,46,99,111,110,102,105,103,46,116,97,114,103,101,116,41,59,118,97,114,32,115,61,33,48,59,114,46,111,110,40,34,99,104,97,110,103,101,115,46,97,112,112,108,105,101,100,34,44,40,102,117,110,99,116,105,111,110,40,41,123,111,46,114,101,110,100,101,114,78,111,100,101,115,40,41,44,115,38,38,40,111,46,115,99,114,111,108,108,83,101,108,101,99,116,101,100,73,110,116,111,86,105,101,119,40,41,44,115,61,33,49,41,125,41,41,44,116,104,105,115,46,114,101,110,100,101,114,78,111,100,101,115,40,41,125,114,101,116,117,114,110,32,112,101,40,110,44,91,123,107,101,121,58,34,97,116,116,97,99,104,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,116,104,105,115,46,36,116,97,114,103,101,116,61,116,104,105,115,46,103,101,116,69,108,101,109,101,110,116,40,101,41,44,116,104,105,115,46,36,115,99,114,111,108,108,76,97,121,101,114,61,116,104,105,115,46,103,101,116,83,99,114,111,108,108,97,98,108,101,65,110,99,101,115,116,111,114,40,116,104,105,115,46,36,116,97,114,103,101,116,41,44,33,116,104,105,115,46,36,116,97,114,103,101,116,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,78,111,32,118,97,108,105,100,32,101,108,101,109,101,110,116,32,116,111,32,97,116,116,97,99,104,32,116,111,46,34,41,59,116,104,105,115,46,36,116,97,114,103,101,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,100,97,116,97,45,117,105,100,34,44,116,104,105,115,46,95,116,114,101,101,46,105,100,41,59,118,97,114,32,110,61,116,104,105,115,46,36,116,97,114,103,101,116,46,99,108,97,115,115,78,97,109,101,46,115,112,108,105,116,40,34,32,34,41,59,105,102,40,110,46,112,117,115,104,40,34,105,110,115,112,105,114,101,45,116,114,101,101,34,41,44,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,101,100,105,116,97,98,108,101,38,38,40,110,46,112,117,115,104,40,34,101,100,105,116,97,98,108,101,34,41,44,116,46,101,97,99,104,40,116,46,112,105,99,107,66,121,40,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,101,100,105,116,105,110,103,44,116,46,105,100,101,110,116,105,116,121,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,110,46,112,117,115,104,40,34,101,100,105,116,97,98,108,101,45,34,43,101,41,125,41,41,41,44,116,104,105,115,46,36,116,97,114,103,101,116,46,99,108,97,115,115,78,97,109,101,61,110,46,106,111,105,110,40,34,32,34,41,44,116,104,105,115,46,36,116,97,114,103,101,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,116,97,98,105,110,100,101,120,34,44,116,104,105,115,46,99,111,110,102,105,103,46,116,97,98,105,110,100,101,120,124,124,48,41,44,116,104,105,115,46,36,116,97,114,103,101,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,107,101,121,100,111,119,110,34,44,116,104,105,115,46,107,101,121,98,111,97,114,100,76,105,115,116,101,110,101,114,46,98,105,110,100,40,116,104,105,115,41,41,44,116,104,105,115,46,99,111,110,102,105,103,46,100,114,97,103,65,110,100,68,114,111,112,46,101,110,97,98,108,101,100,38,38,40,116,104,105,115,46,36,116,97,114,103,101,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,100,114,97,103,101,110,116,101,114,34,44,116,104,105,115,46,111,110,68,114,97,103,69,110,116,101,114,46,98,105,110,100,40,116,104,105,115,41,44,33,49,41,44,116,104,105,115,46,36,116,97,114,103,101,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,100,114,97,103,108,101,97,118,101,34,44,116,104,105,115,46,111,110,68,114,97,103,76,101,97,118,101,46,98,105,110,100,40,116,104,105,115,41,44,33,49,41,44,116,104,105,115,46,36,116,97,114,103,101,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,100,114,97,103,111,118,101,114,34,44,116,104,105,115,46,111,110,68,114,97,103,79,118,101,114,46,98,105,110,100,40,116,104,105,115,41,44,33,49,41,44,116,104,105,115,46,36,116,97,114,103,101,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,100,114,111,112,34,44,116,104,105,115,46,111,110,68,114,111,112,46,98,105,110,100,40,116,104,105,115,41,44,33,49,41,44,116,104,105,115,46,36,116,97,114,103,101,116,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,34,100,114,97,103,45,97,110,100,45,100,114,111,112,34,41,41,44,116,104,105,115,46,95,116,114,101,101,46,111,110,40,34,110,111,100,101,46,102,111,99,117,115,101,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,105,116,114,101,101,46,114,101,102,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,34,46,116,105,116,108,101,34,41,59,101,33,61,61,100,111,99,117,109,101,110,116,46,97,99,116,105,118,101,69,108,101,109,101,110,116,38,38,101,46,102,111,99,117,115,40,41,125,41,41,44,116,104,105,115,46,99,111,110,102,105,103,46,100,101,102,101,114,114,101,100,82,101,110,100,101,114,105,110,103,124,124,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,100,101,102,101,114,114,101,100,76,111,97,100,105,110,103,41,123,118,97,114,32,114,61,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,112,97,103,105,110,97,116,105,111,110,46,108,105,109,105,116,59,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,112,97,103,105,110,97,116,105,111,110,46,108,105,109,105,116,61,114,62,48,63,114,58,116,46,99,101,105,108,40,116,104,105,115,46,36,115,99,114,111,108,108,76,97,121,101,114,46,99,108,105,101,110,116,72,101,105,103,104,116,47,116,104,105,115,46,99,111,110,102,105,103,46,110,111,100,101,72,101,105,103,104,116,41,44,116,104,105,115,46,99,111,110,102,105,103,46,97,117,116,111,76,111,97,100,77,111,114,101,38,38,116,104,105,115,46,36,116,97,114,103,101,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,115,99,114,111,108,108,34,44,116,46,116,104,114,111,116,116,108,101,40,116,104,105,115,46,115,99,114,111,108,108,76,105,115,116,101,110,101,114,46,98,105,110,100,40,116,104,105,115,41,44,50,48,41,41,125,116,104,105,115,46,36,116,97,114,103,101,116,46,105,110,115,112,105,114,101,84,114,101,101,61,116,104,105,115,46,95,116,114,101,101,125,125,44,123,107,101,121,58,34,99,108,101,97,114,83,101,108,101,99,116,105,111,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,100,111,99,117,109,101,110,116,46,115,101,108,101,99,116,105,111,110,38,38,100,111,99,117,109,101,110,116,46,115,101,108,101,99,116,105,111,110,46,101,109,112,116,121,63,100,111,99,117,109,101,110,116,46,115,101,108,101,99,116,105,111,110,46,101,109,112,116,121,40,41,58,119,105,110,100,111,119,46,103,101,116,83,101,108,101,99,116,105,111,110,38,38,119,105,110,100,111,119,46,103,101,116,83,101,108,101,99,116,105,111,110,40,41,46,114,101,109,111,118,101,65,108,108,82,97,110,103,101,115,40,41,125,125,44,123,107,101,121,58,34,103,101,116,69,108,101,109,101,110,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,118,111,105,100,32,48,59,105,102,40,101,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,69,108,101,109,101,110,116,41,110,61,101,59,101,108,115,101,32,105,102,40,116,46,105,115,79,98,106,101,99,116,40,101,41,38,38,116,46,105,115,79,98,106,101,99,116,40,101,91,48,93,41,41,110,61,101,91,48,93,59,101,108,115,101,32,105,102,40,116,46,105,115,83,116,114,105,110,103,40,101,41,41,123,118,97,114,32,114,61,100,111,99,117,109,101,110,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,101,41,59,114,38,38,40,110,61,114,41,125,114,101,116,117,114,110,32,110,125,125,44,123,107,101,121,58,34,103,101,116,83,99,114,111,108,108,97,98,108,101,65,110,99,101,115,116,111,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,32,105,110,115,116,97,110,99,101,111,102,32,69,108,101,109,101,110,116,41,123,118,97,114,32,101,61,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,40,116,41,59,34,97,117,116,111,34,33,61,61,101,46,111,118,101,114,102,108,111,119,38,38,116,46,112,97,114,101,110,116,78,111,100,101,38,38,40,116,61,116,104,105,115,46,103,101,116,83,99,114,111,108,108,97,98,108,101,65,110,99,101,115,116,111,114,40,116,46,112,97,114,101,110,116,78,111,100,101,41,41,125,114,101,116,117,114,110,32,116,125,125,44,123,107,101,121,58,34,107,101,121,98,111,97,114,100,76,105,115,116,101,110,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,44,33,40,91,102,101,44,115,101,44,99,101,44,108,101,44,117,101,93,46,105,110,100,101,120,79,102,40,116,46,119,104,105,99,104,41,60,48,41,41,123,118,97,114,32,101,61,116,104,105,115,46,95,116,114,101,101,46,102,111,99,117,115,101,100,40,41,59,105,102,40,101,46,108,101,110,103,116,104,41,115,119,105,116,99,104,40,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,46,119,104,105,99,104,41,123,99,97,115,101,32,102,101,58,116,104,105,115,46,109,111,118,101,70,111,99,117,115,68,111,119,110,70,114,111,109,40,101,91,48,93,41,59,98,114,101,97,107,59,99,97,115,101,32,115,101,58,101,91,48,93,46,116,111,103,103,108,101,83,101,108,101,99,116,40,41,59,98,114,101,97,107,59,99,97,115,101,32,99,101,58,101,91,48,93,46,99,111,108,108,97,112,115,101,40,41,59,98,114,101,97,107,59,99,97,115,101,32,108,101,58,101,91,48,93,46,101,120,112,97,110,100,40,41,59,98,114,101,97,107,59,99,97,115,101,32,117,101,58,116,104,105,115,46,109,111,118,101,70,111,99,117,115,85,112,70,114,111,109,40,101,91,48,93,41,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,125,125,125,125,44,123,107,101,121,58,34,109,111,118,101,70,111,99,117,115,68,111,119,110,70,114,111,109,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,110,101,120,116,86,105,115,105,98,108,101,78,111,100,101,40,41,59,101,38,38,101,46,102,111,99,117,115,40,41,125,125,44,123,107,101,121,58,34,109,111,118,101,70,111,99,117,115,85,112,70,114,111,109,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,112,114,101,118,105,111,117,115,86,105,115,105,98,108,101,78,111,100,101,40,41,59,101,38,38,101,46,102,111,99,117,115,40,41,125,125,44,123,107,101,121,58,34,110,111,100,101,70,114,111,109,84,105,116,108,101,68,79,77,69,108,101,109,101,110,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,112,97,114,101,110,116,78,111,100,101,46,112,97,114,101,110,116,78,111,100,101,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,100,97,116,97,45,117,105,100,34,41,59,114,101,116,117,114,110,32,116,104,105,115,46,95,116,114,101,101,46,110,111,100,101,40,101,41,125,125,44,123,107,101,121,58,34,111,110,68,114,97,103,69,110,116,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,46,116,97,114,103,101,116,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,34,100,114,97,103,45,116,97,114,103,101,116,105,110,103,34,44,34,100,114,97,103,45,116,97,114,103,101,116,105,110,103,45,105,110,115,101,114,116,34,41,125,125,44,123,107,101,121,58,34,111,110,68,114,97,103,76,101,97,118,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,104,105,115,46,117,110,104,105,103,104,108,105,103,104,116,84,97,114,103,101,116,40,116,46,116,97,114,103,101,116,41,125,125,44,123,107,101,121,58,34,111,110,68,114,97,103,79,118,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,125,125,44,123,107,101,121,58,34,111,110,68,114,111,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,104,105,115,46,117,110,104,105,103,104,108,105,103,104,116,84,97,114,103,101,116,40,116,46,116,97,114,103,101,116,41,59,118,97,114,32,101,61,116,46,100,97,116,97,84,114,97,110,115,102,101,114,46,103,101,116,68,97,116,97,40,34,116,114,101,101,73,100,34,41,44,114,61,116,46,100,97,116,97,84,114,97,110,115,102,101,114,46,103,101,116,68,97,116,97,40,34,110,111,100,101,73,100,34,41,44,105,61,110,46,103,101,116,84,114,101,101,66,121,73,100,40,101,41,44,111,61,105,46,110,111,100,101,40,114,41,59,111,46,115,116,97,116,101,40,34,100,114,111,112,45,116,97,114,103,101,116,34,44,33,48,41,59,118,97,114,32,97,61,111,46,114,101,109,111,118,101,40,33,48,41,44,115,61,116,104,105,115,46,95,116,114,101,101,46,97,100,100,78,111,100,101,40,97,41,44,99,61,116,104,105,115,46,95,116,114,101,101,46,105,110,100,101,120,79,102,40,115,41,59,116,104,105,115,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,100,114,111,112,34,44,116,44,115,44,110,117,108,108,44,99,41,125,125,44,123,107,101,121,58,34,114,101,110,100,101,114,78,111,100,101,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,81,116,40,119,40,50,44,84,101,44,123,100,111,109,58,116,104,105,115,44,110,111,100,101,115,58,116,124,124,116,104,105,115,46,95,116,114,101,101,46,110,111,100,101,115,40,41,125,41,44,116,104,105,115,46,36,116,97,114,103,101,116,41,125,125,44,123,107,101,121,58,34,115,99,114,111,108,108,76,105,115,116,101,110,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,116,104,105,115,59,105,102,40,33,116,104,105,115,46,114,101,110,100,101,114,105,110,103,38,38,33,116,104,105,115,46,108,111,97,100,105,110,103,41,123,118,97,114,32,114,61,116,104,105,115,46,36,115,99,114,111,108,108,76,97,121,101,114,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,44,105,61,100,111,99,117,109,101,110,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,65,108,108,40,34,46,108,111,97,100,45,109,111,114,101,34,41,59,116,46,101,97,99,104,40,105,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,105,61,116,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,44,111,61,33,40,114,46,114,105,103,104,116,60,105,46,108,101,102,116,124,124,114,46,108,101,102,116,62,105,46,114,105,103,104,116,124,124,114,46,98,111,116,116,111,109,60,105,46,116,111,112,124,124,114,46,116,111,112,62,105,46,98,111,116,116,111,109,41,59,105,102,40,111,41,123,118,97,114,32,97,61,118,111,105,100,32,48,44,115,61,116,46,112,97,114,101,110,116,78,111,100,101,46,112,97,114,101,110,116,78,111,100,101,46,112,97,114,101,110,116,78,111,100,101,59,34,76,73,34,61,61,61,115,46,116,97,103,78,97,109,101,38,38,40,97,61,110,46,95,116,114,101,101,46,110,111,100,101,40,115,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,100,97,116,97,45,117,105,100,34,41,41,41,44,110,46,95,116,114,101,101,46,108,111,97,100,77,111,114,101,40,97,44,101,41,125,125,41,41,125,125,125,44,123,107,101,121,58,34,115,99,114,111,108,108,83,101,108,101,99,116,101,100,73,110,116,111,86,105,101,119,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,116,97,114,103,101,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,34,46,115,101,108,101,99,116,101,100,34,41,59,116,38,38,116,104,105,115,46,36,115,99,114,111,108,108,76,97,121,101,114,38,38,40,116,104,105,115,46,36,115,99,114,111,108,108,76,97,121,101,114,46,115,99,114,111,108,108,84,111,112,61,116,46,111,102,102,115,101,116,84,111,112,41,125,125,44,123,107,101,121,58,34,117,110,104,105,103,104,108,105,103,104,116,84,97,114,103,101,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,116,46,99,108,97,115,115,76,105,115,116,46,114,101,109,111,118,101,40,34,100,114,97,103,45,116,97,114,103,101,116,105,110,103,34,44,34,100,114,97,103,45,116,97,114,103,101,116,105,110,103,45,105,110,115,101,114,116,34,41,125,125,93,44,91,123,107,101,121,58,34,103,101,116,84,114,101,101,66,121,73,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,100,111,99,117,109,101,110,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,39,91,100,97,116,97,45,117,105,100,61,34,39,43,116,43,39,34,93,39,41,59,105,102,40,101,41,114,101,116,117,114,110,32,101,46,105,110,115,112,105,114,101,84,114,101,101,125,125,93,41,44,110,125,40,41,59,114,101,116,117,114,110,32,106,101,125,41,41,125,44,53,51,49,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,100,55,56,52,34,41,44,105,61,110,40,34,56,50,53,97,34,41,44,111,61,110,40,34,53,48,99,52,34,41,44,97,61,110,40,34,97,54,57,49,34,41,44,115,61,110,40,34,49,100,56,48,34,41,44,99,61,110,40,34,56,97,97,53,34,41,44,117,61,110,40,34,48,99,98,50,34,41,44,108,61,110,40,34,49,52,99,51,34,41,44,102,61,77,97,116,104,46,109,97,120,44,104,61,77,97,116,104,46,109,105,110,44,100,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,63,116,58,83,116,114,105,110,103,40,116,41,125,59,114,40,34,114,101,112,108,97,99,101,34,44,50,44,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,112,61,114,46,82,69,71,69,88,80,95,82,69,80,76,65,67,69,95,83,85,66,83,84,73,84,85,84,69,83,95,85,78,68,69,70,73,78,69,68,95,67,65,80,84,85,82,69,44,118,61,114,46,82,69,80,76,65,67,69,95,75,69,69,80,83,95,36,48,44,103,61,112,63,34,36,34,58,34,36,48,34,59,114,101,116,117,114,110,91,102,117,110,99,116,105,111,110,40,110,44,114,41,123,118,97,114,32,105,61,115,40,116,104,105,115,41,44,111,61,118,111,105,100,32,48,61,61,110,63,118,111,105,100,32,48,58,110,91,116,93,59,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,61,111,63,111,46,99,97,108,108,40,110,44,105,44,114,41,58,101,46,99,97,108,108,40,83,116,114,105,110,103,40,105,41,44,110,44,114,41,125,44,102,117,110,99,116,105,111,110,40,116,44,114,41,123,105,102,40,33,112,38,38,118,124,124,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,114,38,38,45,49,61,61,61,114,46,105,110,100,101,120,79,102,40,103,41,41,123,118,97,114,32,115,61,110,40,101,44,116,44,116,104,105,115,44,114,41,59,105,102,40,115,46,100,111,110,101,41,114,101,116,117,114,110,32,115,46,118,97,108,117,101,125,118,97,114,32,109,61,105,40,116,41,44,98,61,83,116,114,105,110,103,40,116,104,105,115,41,44,121,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,114,59,121,124,124,40,114,61,83,116,114,105,110,103,40,114,41,41,59,118,97,114,32,119,61,109,46,103,108,111,98,97,108,59,105,102,40,119,41,123,118,97,114,32,95,61,109,46,117,110,105,99,111,100,101,59,109,46,108,97,115,116,73,110,100,101,120,61,48,125,118,97,114,32,120,61,91,93,59,119,104,105,108,101,40,49,41,123,118,97,114,32,79,61,108,40,109,44,98,41,59,105,102,40,110,117,108,108,61,61,61,79,41,98,114,101,97,107,59,105,102,40,120,46,112,117,115,104,40,79,41,44,33,119,41,98,114,101,97,107,59,118,97,114,32,83,61,83,116,114,105,110,103,40,79,91,48,93,41,59,34,34,61,61,61,83,38,38,40,109,46,108,97,115,116,73,110,100,101,120,61,99,40,98,44,111,40,109,46,108,97,115,116,73,110,100,101,120,41,44,95,41,41,125,102,111,114,40,118,97,114,32,107,61,34,34,44,67,61,48,44,80,61,48,59,80,60,120,46,108,101,110,103,116,104,59,80,43,43,41,123,79,61,120,91,80,93,59,102,111,114,40,118,97,114,32,84,61,83,116,114,105,110,103,40,79,91,48,93,41,44,106,61,102,40,104,40,97,40,79,46,105,110,100,101,120,41,44,98,46,108,101,110,103,116,104,41,44,48,41,44,69,61,91,93,44,65,61,49,59,65,60,79,46,108,101,110,103,116,104,59,65,43,43,41,69,46,112,117,115,104,40,100,40,79,91,65,93,41,41,59,118,97,114,32,68,61,79,46,103,114,111,117,112,115,59,105,102,40,121,41,123,118,97,114,32,76,61,91,84,93,46,99,111,110,99,97,116,40,69,44,106,44,98,41,59,118,111,105,100,32,48,33,61,61,68,38,38,76,46,112,117,115,104,40,68,41,59,118,97,114,32,77,61,83,116,114,105,110,103,40,114,46,97,112,112,108,121,40,118,111,105,100,32,48,44,76,41,41,125,101,108,115,101,32,77,61,117,40,84,44,98,44,106,44,69,44,68,44,114,41,59,106,62,61,67,38,38,40,107,43,61,98,46,115,108,105,99,101,40,67,44,106,41,43,77,44,67,61,106,43,84,46,108,101,110,103,116,104,41,125,114,101,116,117,114,110,32,107,43,98,46,115,108,105,99,101,40,67,41,125,93,125,41,41,125,44,34,53,51,99,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,46,100,40,101,44,34,97,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,125,41,41,59,110,40,34,97,52,100,51,34,41,44,110,40,34,101,48,49,97,34,41,44,110,40,34,100,51,98,55,34,41,44,110,40,34,100,50,56,98,34,41,44,110,40,34,51,99,97,51,34,41,44,110,40,34,100,100,98,48,34,41,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,32,114,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,34,115,121,109,98,111,108,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,121,112,101,111,102,32,116,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,83,121,109,98,111,108,38,38,116,33,61,61,83,121,109,98,111,108,46,112,114,111,116,111,116,121,112,101,63,34,115,121,109,98,111,108,34,58,116,121,112,101,111,102,32,116,125,44,114,40,116,41,125,125,44,53,53,51,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,46,100,40,101,44,34,97,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,111,125,41,41,59,110,40,34,98,54,52,98,34,41,44,110,40,34,97,52,100,51,34,41,44,110,40,34,52,100,101,52,34,41,44,110,40,34,101,52,51,57,34,41,44,110,40,34,49,53,57,98,34,41,44,110,40,34,100,98,98,52,34,41,59,102,117,110,99,116,105,111,110,32,114,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,102,117,110,99,116,105,111,110,32,105,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,111,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,105,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,105,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,125,44,53,54,57,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,52,51,48,34,41,44,105,61,110,40,34,99,54,99,100,34,41,59,40,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,105,91,116,93,124,124,40,105,91,116,93,61,118,111,105,100,32,48,33,61,61,101,63,101,58,123,125,41,125,41,40,34,118,101,114,115,105,111,110,115,34,44,91,93,41,46,112,117,115,104,40,123,118,101,114,115,105,111,110,58,34,51,46,49,50,46,49,34,44,109,111,100,101,58,114,63,34,112,117,114,101,34,58,34,103,108,111,98,97,108,34,44,99,111,112,121,114,105,103,104,116,58,34,194,169,32,50,48,50,49,32,68,101,110,105,115,32,80,117,115,104,107,97,114,101,118,32,40,122,108,111,105,114,111,99,107,46,114,117,41,34,125,41,125,44,53,54,57,56,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,46,100,40,101,44,34,97,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,125,41,41,44,110,46,100,40,101,44,34,102,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,108,125,41,41,44,110,46,100,40,101,44,34,118,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,119,125,41,41,44,110,46,100,40,101,44,34,120,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,121,125,41,41,44,110,46,100,40,101,44,34,121,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,104,125,41,41,44,110,46,100,40,101,44,34,100,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,77,125,41,41,44,110,46,100,40,101,44,34,98,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,125,41,41,44,110,46,100,40,101,44,34,99,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,36,125,41,41,44,110,46,100,40,101,44,34,119,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,111,125,41,41,44,110,46,100,40,101,44,34,105,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,104,110,125,41,41,44,110,46,100,40,101,44,34,101,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,106,111,125,41,41,44,110,46,100,40,101,44,34,103,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,99,97,125,41,41,44,110,46,100,40,101,44,34,104,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,68,97,125,41,41,44,110,46,100,40,101,44,34,71,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,71,97,125,41,41,44,110,46,100,40,101,44,34,72,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,89,97,125,41,41,44,110,46,100,40,101,44,34,73,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,82,97,125,41,41,44,110,46,100,40,101,44,34,74,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,78,97,125,41,41,44,110,46,100,40,101,44,34,75,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,75,97,125,41,41,44,110,46,100,40,101,44,34,76,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,72,97,125,41,41,44,110,46,100,40,101,44,34,122,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,97,115,125,41,41,44,110,46,100,40,101,44,34,65,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,83,115,125,41,41,44,110,46,100,40,101,44,34,66,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,111,115,125,41,41,44,110,46,100,40,101,44,34,67,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,66,117,125,41,41,44,110,46,100,40,101,44,34,68,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,78,117,125,41,41,44,110,46,100,40,101,44,34,110,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,72,117,125,41,41,44,110,46,100,40,101,44,34,109,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,87,117,125,41,41,44,110,46,100,40,101,44,34,111,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,71,117,125,41,41,44,110,46,100,40,101,44,34,115,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,75,117,125,41,41,44,110,46,100,40,101,44,34,114,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,90,117,125,41,41,44,110,46,100,40,101,44,34,116,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,81,117,125,41,41,44,110,46,100,40,101,44,34,117,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,108,125,41,41,44,110,46,100,40,101,44,34,112,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,108,125,41,41,44,110,46,100,40,101,44,34,113,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,108,125,41,41,44,110,46,100,40,101,44,34,107,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,111,108,125,41,41,44,110,46,100,40,101,44,34,106,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,97,108,125,41,41,44,110,46,100,40,101,44,34,108,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,115,108,125,41,41,44,110,46,100,40,101,44,34,69,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,77,101,125,41,41,44,110,46,100,40,101,44,34,70,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,100,99,125,41,41,44,110,46,100,40,101,44,34,77,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,112,99,125,41,41,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,60,101,63,45,49,58,116,62,101,63,49,58,116,62,61,101,63,48,58,78,97,78,125,44,105,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,49,61,61,61,116,46,108,101,110,103,116,104,38,38,40,116,61,111,40,116,41,41,44,123,108,101,102,116,58,102,117,110,99,116,105,111,110,40,101,44,110,44,114,44,105,41,123,110,117,108,108,61,61,114,38,38,40,114,61,48,41,44,110,117,108,108,61,61,105,38,38,40,105,61,101,46,108,101,110,103,116,104,41,59,119,104,105,108,101,40,114,60,105,41,123,118,97,114,32,111,61,114,43,105,62,62,62,49,59,116,40,101,91,111,93,44,110,41,60,48,63,114,61,111,43,49,58,105,61,111,125,114,101,116,117,114,110,32,114,125,44,114,105,103,104,116,58,102,117,110,99,116,105,111,110,40,101,44,110,44,114,44,105,41,123,110,117,108,108,61,61,114,38,38,40,114,61,48,41,44,110,117,108,108,61,61,105,38,38,40,105,61,101,46,108,101,110,103,116,104,41,59,119,104,105,108,101,40,114,60,105,41,123,118,97,114,32,111,61,114,43,105,62,62,62,49,59,116,40,101,91,111,93,44,110,41,62,48,63,105,61,111,58,114,61,111,43,49,125,114,101,116,117,114,110,32,114,125,125,125,59,102,117,110,99,116,105,111,110,32,111,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,32,114,40,116,40,101,41,44,110,41,125,125,118,97,114,32,97,61,105,40,114,41,44,115,61,97,46,114,105,103,104,116,44,99,61,40,97,46,108,101,102,116,44,115,41,59,118,97,114,32,117,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,61,116,63,78,97,78,58,43,116,125,44,108,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,44,105,44,111,61,116,46,108,101,110,103,116,104,44,97,61,45,49,59,105,102,40,110,117,108,108,61,61,101,41,123,119,104,105,108,101,40,43,43,97,60,111,41,105,102,40,110,117,108,108,33,61,40,110,61,116,91,97,93,41,38,38,110,62,61,110,41,123,114,61,105,61,110,59,119,104,105,108,101,40,43,43,97,60,111,41,110,117,108,108,33,61,40,110,61,116,91,97,93,41,38,38,40,114,62,110,38,38,40,114,61,110,41,44,105,60,110,38,38,40,105,61,110,41,41,125,125,101,108,115,101,32,119,104,105,108,101,40,43,43,97,60,111,41,105,102,40,110,117,108,108,33,61,40,110,61,101,40,116,91,97,93,44,97,44,116,41,41,38,38,110,62,61,110,41,123,114,61,105,61,110,59,119,104,105,108,101,40,43,43,97,60,111,41,110,117,108,108,33,61,40,110,61,101,40,116,91,97,93,44,97,44,116,41,41,38,38,40,114,62,110,38,38,40,114,61,110,41,44,105,60,110,38,38,40,105,61,110,41,41,125,114,101,116,117,114,110,91,114,44,105,93,125,44,102,61,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,44,104,61,40,102,46,115,108,105,99,101,44,102,46,109,97,112,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,61,43,116,44,101,61,43,101,44,110,61,40,105,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,41,60,50,63,40,101,61,116,44,116,61,48,44,49,41,58,105,60,51,63,49,58,43,110,59,118,97,114,32,114,61,45,49,44,105,61,48,124,77,97,116,104,46,109,97,120,40,48,44,77,97,116,104,46,99,101,105,108,40,40,101,45,116,41,47,110,41,41,44,111,61,110,101,119,32,65,114,114,97,121,40,105,41,59,119,104,105,108,101,40,43,43,114,60,105,41,111,91,114,93,61,116,43,114,42,110,59,114,101,116,117,114,110,32,111,125,41,44,100,61,77,97,116,104,46,115,113,114,116,40,53,48,41,44,112,61,77,97,116,104,46,115,113,114,116,40,49,48,41,44,118,61,77,97,116,104,46,115,113,114,116,40,50,41,44,103,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,44,97,44,115,61,45,49,59,105,102,40,101,61,43,101,44,116,61,43,116,44,110,61,43,110,44,116,61,61,61,101,38,38,110,62,48,41,114,101,116,117,114,110,91,116,93,59,105,102,40,40,114,61,101,60,116,41,38,38,40,105,61,116,44,116,61,101,44,101,61,105,41,44,48,61,61,61,40,97,61,109,40,116,44,101,44,110,41,41,124,124,33,105,115,70,105,110,105,116,101,40,97,41,41,114,101,116,117,114,110,91,93,59,105,102,40,97,62,48,41,123,116,61,77,97,116,104,46,99,101,105,108,40,116,47,97,41,44,101,61,77,97,116,104,46,102,108,111,111,114,40,101,47,97,41,44,111,61,110,101,119,32,65,114,114,97,121,40,105,61,77,97,116,104,46,99,101,105,108,40,101,45,116,43,49,41,41,59,119,104,105,108,101,40,43,43,115,60,105,41,111,91,115,93,61,40,116,43,115,41,42,97,125,101,108,115,101,123,116,61,77,97,116,104,46,102,108,111,111,114,40,116,42,97,41,44,101,61,77,97,116,104,46,99,101,105,108,40,101,42,97,41,44,111,61,110,101,119,32,65,114,114,97,121,40,105,61,77,97,116,104,46,99,101,105,108,40,116,45,101,43,49,41,41,59,119,104,105,108,101,40,43,43,115,60,105,41,111,91,115,93,61,40,116,45,115,41,47,97,125,114,101,116,117,114,110,32,114,38,38,111,46,114,101,118,101,114,115,101,40,41,44,111,125,59,102,117,110,99,116,105,111,110,32,109,40,116,44,101,44,110,41,123,118,97,114,32,114,61,40,101,45,116,41,47,77,97,116,104,46,109,97,120,40,48,44,110,41,44,105,61,77,97,116,104,46,102,108,111,111,114,40,77,97,116,104,46,108,111,103,40,114,41,47,77,97,116,104,46,76,78,49,48,41,44,111,61,114,47,77,97,116,104,46,112,111,119,40,49,48,44,105,41,59,114,101,116,117,114,110,32,105,62,61,48,63,40,111,62,61,100,63,49,48,58,111,62,61,112,63,53,58,111,62,61,118,63,50,58,49,41,42,77,97,116,104,46,112,111,119,40,49,48,44,105,41,58,45,77,97,116,104,46,112,111,119,40,49,48,44,45,105,41,47,40,111,62,61,100,63,49,48,58,111,62,61,112,63,53,58,111,62,61,118,63,50,58,49,41,125,102,117,110,99,116,105,111,110,32,98,40,116,44,101,44,110,41,123,118,97,114,32,114,61,77,97,116,104,46,97,98,115,40,101,45,116,41,47,77,97,116,104,46,109,97,120,40,48,44,110,41,44,105,61,77,97,116,104,46,112,111,119,40,49,48,44,77,97,116,104,46,102,108,111,111,114,40,77,97,116,104,46,108,111,103,40,114,41,47,77,97,116,104,46,76,78,49,48,41,41,44,111,61,114,47,105,59,114,101,116,117,114,110,32,111,62,61,100,63,105,42,61,49,48,58,111,62,61,112,63,105,42,61,53,58,111,62,61,118,38,38,40,105,42,61,50,41,44,101,60,116,63,45,105,58,105,125,118,97,114,32,121,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,110,117,108,108,61,61,110,38,38,40,110,61,117,41,44,114,61,116,46,108,101,110,103,116,104,41,123,105,102,40,40,101,61,43,101,41,60,61,48,124,124,114,60,50,41,114,101,116,117,114,110,43,110,40,116,91,48,93,44,48,44,116,41,59,105,102,40,101,62,61,49,41,114,101,116,117,114,110,43,110,40,116,91,114,45,49,93,44,114,45,49,44,116,41,59,118,97,114,32,114,44,105,61,40,114,45,49,41,42,101,44,111,61,77,97,116,104,46,102,108,111,111,114,40,105,41,44,97,61,43,110,40,116,91,111,93,44,111,44,116,41,44,115,61,43,110,40,116,91,111,43,49,93,44,111,43,49,44,116,41,59,114,101,116,117,114,110,32,97,43,40,115,45,97,41,42,40,105,45,111,41,125,125,44,119,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,44,105,61,116,46,108,101,110,103,116,104,44,111,61,45,49,59,105,102,40,110,117,108,108,61,61,101,41,123,119,104,105,108,101,40,43,43,111,60,105,41,105,102,40,110,117,108,108,33,61,40,110,61,116,91,111,93,41,38,38,110,62,61,110,41,123,114,61,110,59,119,104,105,108,101,40,43,43,111,60,105,41,110,117,108,108,33,61,40,110,61,116,91,111,93,41,38,38,110,62,114,38,38,40,114,61,110,41,125,125,101,108,115,101,32,119,104,105,108,101,40,43,43,111,60,105,41,105,102,40,110,117,108,108,33,61,40,110,61,101,40,116,91,111,93,44,111,44,116,41,41,38,38,110,62,61,110,41,123,114,61,110,59,119,104,105,108,101,40,43,43,111,60,105,41,110,117,108,108,33,61,40,110,61,101,40,116,91,111,93,44,111,44,116,41,41,38,38,110,62,114,38,38,40,114,61,110,41,125,114,101,116,117,114,110,32,114,125,59,118,97,114,32,95,61,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,46,115,108,105,99,101,44,120,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,44,79,61,49,44,83,61,50,44,107,61,51,44,67,61,52,44,80,61,49,101,45,54,59,102,117,110,99,116,105,111,110,32,84,40,116,41,123,114,101,116,117,114,110,34,116,114,97,110,115,108,97,116,101,40,34,43,40,116,43,46,53,41,43,34,44,48,41,34,125,102,117,110,99,116,105,111,110,32,106,40,116,41,123,114,101,116,117,114,110,34,116,114,97,110,115,108,97,116,101,40,48,44,34,43,40,116,43,46,53,41,43,34,41,34,125,102,117,110,99,116,105,111,110,32,69,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,43,116,40,101,41,125,125,102,117,110,99,116,105,111,110,32,65,40,116,41,123,118,97,114,32,101,61,77,97,116,104,46,109,97,120,40,48,44,116,46,98,97,110,100,119,105,100,116,104,40,41,45,49,41,47,50,59,114,101,116,117,114,110,32,116,46,114,111,117,110,100,40,41,38,38,40,101,61,77,97,116,104,46,114,111,117,110,100,40,101,41,41,44,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,43,116,40,110,41,43,101,125,125,102,117,110,99,116,105,111,110,32,68,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,95,95,97,120,105,115,125,102,117,110,99,116,105,111,110,32,76,40,116,44,101,41,123,118,97,114,32,110,61,91,93,44,114,61,110,117,108,108,44,105,61,110,117,108,108,44,111,61,54,44,97,61,54,44,115,61,51,44,99,61,116,61,61,61,79,124,124,116,61,61,61,67,63,45,49,58,49,44,117,61,116,61,61,61,67,124,124,116,61,61,61,83,63,34,120,34,58,34,121,34,44,108,61,116,61,61,61,79,124,124,116,61,61,61,107,63,84,58,106,59,102,117,110,99,116,105,111,110,32,102,40,102,41,123,118,97,114,32,104,61,110,117,108,108,61,61,114,63,101,46,116,105,99,107,115,63,101,46,116,105,99,107,115,46,97,112,112,108,121,40,101,44,110,41,58,101,46,100,111,109,97,105,110,40,41,58,114,44,100,61,110,117,108,108,61,61,105,63,101,46,116,105,99,107,70,111,114,109,97,116,63,101,46,116,105,99,107,70,111,114,109,97,116,46,97,112,112,108,121,40,101,44,110,41,58,120,58,105,44,112,61,77,97,116,104,46,109,97,120,40,111,44,48,41,43,115,44,118,61,101,46,114,97,110,103,101,40,41,44,103,61,43,118,91,48,93,43,46,53,44,109,61,43,118,91,118,46,108,101,110,103,116,104,45,49,93,43,46,53,44,98,61,40,101,46,98,97,110,100,119,105,100,116,104,63,65,58,69,41,40,101,46,99,111,112,121,40,41,41,44,121,61,102,46,115,101,108,101,99,116,105,111,110,63,102,46,115,101,108,101,99,116,105,111,110,40,41,58,102,44,119,61,121,46,115,101,108,101,99,116,65,108,108,40,34,46,100,111,109,97,105,110,34,41,46,100,97,116,97,40,91,110,117,108,108,93,41,44,95,61,121,46,115,101,108,101,99,116,65,108,108,40,34,46,116,105,99,107,34,41,46,100,97,116,97,40,104,44,101,41,46,111,114,100,101,114,40,41,44,84,61,95,46,101,120,105,116,40,41,44,106,61,95,46,101,110,116,101,114,40,41,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,99,108,97,115,115,34,44,34,116,105,99,107,34,41,44,76,61,95,46,115,101,108,101,99,116,40,34,108,105,110,101,34,41,44,77,61,95,46,115,101,108,101,99,116,40,34,116,101,120,116,34,41,59,119,61,119,46,109,101,114,103,101,40,119,46,101,110,116,101,114,40,41,46,105,110,115,101,114,116,40,34,112,97,116,104,34,44,34,46,116,105,99,107,34,41,46,97,116,116,114,40,34,99,108,97,115,115,34,44,34,100,111,109,97,105,110,34,41,46,97,116,116,114,40,34,115,116,114,111,107,101,34,44,34,99,117,114,114,101,110,116,67,111,108,111,114,34,41,41,44,95,61,95,46,109,101,114,103,101,40,106,41,44,76,61,76,46,109,101,114,103,101,40,106,46,97,112,112,101,110,100,40,34,108,105,110,101,34,41,46,97,116,116,114,40,34,115,116,114,111,107,101,34,44,34,99,117,114,114,101,110,116,67,111,108,111,114,34,41,46,97,116,116,114,40,117,43,34,50,34,44,99,42,111,41,41,44,77,61,77,46,109,101,114,103,101,40,106,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,46,97,116,116,114,40,34,102,105,108,108,34,44,34,99,117,114,114,101,110,116,67,111,108,111,114,34,41,46,97,116,116,114,40,117,44,99,42,112,41,46,97,116,116,114,40,34,100,121,34,44,116,61,61,61,79,63,34,48,101,109,34,58,116,61,61,61,107,63,34,48,46,55,49,101,109,34,58,34,48,46,51,50,101,109,34,41,41,44,102,33,61,61,121,38,38,40,119,61,119,46,116,114,97,110,115,105,116,105,111,110,40,102,41,44,95,61,95,46,116,114,97,110,115,105,116,105,111,110,40,102,41,44,76,61,76,46,116,114,97,110,115,105,116,105,111,110,40,102,41,44,77,61,77,46,116,114,97,110,115,105,116,105,111,110,40,102,41,44,84,61,84,46,116,114,97,110,115,105,116,105,111,110,40,102,41,46,97,116,116,114,40,34,111,112,97,99,105,116,121,34,44,80,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,115,70,105,110,105,116,101,40,116,61,98,40,116,41,41,63,108,40,116,41,58,116,104,105,115,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,116,114,97,110,115,102,111,114,109,34,41,125,41,41,44,106,46,97,116,116,114,40,34,111,112,97,99,105,116,121,34,44,80,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,112,97,114,101,110,116,78,111,100,101,46,95,95,97,120,105,115,59,114,101,116,117,114,110,32,108,40,101,38,38,105,115,70,105,110,105,116,101,40,101,61,101,40,116,41,41,63,101,58,98,40,116,41,41,125,41,41,41,44,84,46,114,101,109,111,118,101,40,41,44,119,46,97,116,116,114,40,34,100,34,44,116,61,61,61,67,124,124,116,61,61,83,63,97,63,34,77,34,43,99,42,97,43,34,44,34,43,103,43,34,72,48,46,53,86,34,43,109,43,34,72,34,43,99,42,97,58,34,77,48,46,53,44,34,43,103,43,34,86,34,43,109,58,97,63,34,77,34,43,103,43,34,44,34,43,99,42,97,43,34,86,48,46,53,72,34,43,109,43,34,86,34,43,99,42,97,58,34,77,34,43,103,43,34,44,48,46,53,72,34,43,109,41,44,95,46,97,116,116,114,40,34,111,112,97,99,105,116,121,34,44,49,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,108,40,98,40,116,41,41,125,41,41,44,76,46,97,116,116,114,40,117,43,34,50,34,44,99,42,111,41,44,77,46,97,116,116,114,40,117,44,99,42,112,41,46,116,101,120,116,40,100,41,44,121,46,102,105,108,116,101,114,40,68,41,46,97,116,116,114,40,34,102,105,108,108,34,44,34,110,111,110,101,34,41,46,97,116,116,114,40,34,102,111,110,116,45,115,105,122,101,34,44,49,48,41,46,97,116,116,114,40,34,102,111,110,116,45,102,97,109,105,108,121,34,44,34,115,97,110,115,45,115,101,114,105,102,34,41,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,116,61,61,61,83,63,34,115,116,97,114,116,34,58,116,61,61,61,67,63,34,101,110,100,34,58,34,109,105,100,100,108,101,34,41,44,121,46,101,97,99,104,40,40,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,95,95,97,120,105,115,61,98,125,41,41,125,114,101,116,117,114,110,32,102,46,115,99,97,108,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,101,61,116,44,102,41,58,101,125,44,102,46,116,105,99,107,115,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,61,95,46,99,97,108,108,40,97,114,103,117,109,101,110,116,115,41,44,102,125,44,102,46,116,105,99,107,65,114,103,117,109,101,110,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,110,61,110,117,108,108,61,61,116,63,91,93,58,95,46,99,97,108,108,40,116,41,44,102,41,58,110,46,115,108,105,99,101,40,41,125,44,102,46,116,105,99,107,86,97,108,117,101,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,114,61,110,117,108,108,61,61,116,63,110,117,108,108,58,95,46,99,97,108,108,40,116,41,44,102,41,58,114,38,38,114,46,115,108,105,99,101,40,41,125,44,102,46,116,105,99,107,70,111,114,109,97,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,105,61,116,44,102,41,58,105,125,44,102,46,116,105,99,107,83,105,122,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,111,61,97,61,43,116,44,102,41,58,111,125,44,102,46,116,105,99,107,83,105,122,101,73,110,110,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,111,61,43,116,44,102,41,58,111,125,44,102,46,116,105,99,107,83,105,122,101,79,117,116,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,97,61,43,116,44,102,41,58,97,125,44,102,46,116,105,99,107,80,97,100,100,105,110,103,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,115,61,43,116,44,102,41,58,115,125,44,102,125,102,117,110,99,116,105,111,110,32,77,40,116,41,123,114,101,116,117,114,110,32,76,40,79,44,116,41,125,102,117,110,99,116,105,111,110,32,73,40,116,41,123,114,101,116,117,114,110,32,76,40,107,44,116,41,125,102,117,110,99,116,105,111,110,32,36,40,116,41,123,114,101,116,117,114,110,32,76,40,67,44,116,41,125,118,97,114,32,70,61,123,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,125,125,59,102,117,110,99,116,105,111,110,32,66,40,41,123,102,111,114,40,118,97,114,32,116,44,101,61,48,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,114,61,123,125,59,101,60,110,59,43,43,101,41,123,105,102,40,33,40,116,61,97,114,103,117,109,101,110,116,115,91,101,93,43,34,34,41,124,124,116,32,105,110,32,114,124,124,47,91,92,115,46,93,47,46,116,101,115,116,40,116,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,105,108,108,101,103,97,108,32,116,121,112,101,58,32,34,43,116,41,59,114,91,116,93,61,91,93,125,114,101,116,117,114,110,32,110,101,119,32,82,40,114,41,125,102,117,110,99,116,105,111,110,32,82,40,116,41,123,116,104,105,115,46,95,61,116,125,102,117,110,99,116,105,111,110,32,78,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,116,114,105,109,40,41,46,115,112,108,105,116,40,47,94,124,92,115,43,47,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,34,34,44,114,61,116,46,105,110,100,101,120,79,102,40,34,46,34,41,59,105,102,40,114,62,61,48,38,38,40,110,61,116,46,115,108,105,99,101,40,114,43,49,41,44,116,61,116,46,115,108,105,99,101,40,48,44,114,41,41,44,116,38,38,33,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,116,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,117,110,107,110,111,119,110,32,116,121,112,101,58,32,34,43,116,41,59,114,101,116,117,114,110,123,116,121,112,101,58,116,44,110,97,109,101,58,110,125,125,41,41,125,102,117,110,99,116,105,111,110,32,122,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,44,114,61,48,44,105,61,116,46,108,101,110,103,116,104,59,114,60,105,59,43,43,114,41,105,102,40,40,110,61,116,91,114,93,41,46,110,97,109,101,61,61,61,101,41,114,101,116,117,114,110,32,110,46,118,97,108,117,101,125,102,117,110,99,116,105,111,110,32,86,40,116,44,101,44,110,41,123,102,111,114,40,118,97,114,32,114,61,48,44,105,61,116,46,108,101,110,103,116,104,59,114,60,105,59,43,43,114,41,105,102,40,116,91,114,93,46,110,97,109,101,61,61,61,101,41,123,116,91,114,93,61,70,44,116,61,116,46,115,108,105,99,101,40,48,44,114,41,46,99,111,110,99,97,116,40,116,46,115,108,105,99,101,40,114,43,49,41,41,59,98,114,101,97,107,125,114,101,116,117,114,110,32,110,117,108,108,33,61,110,38,38,116,46,112,117,115,104,40,123,110,97,109,101,58,101,44,118,97,108,117,101,58,110,125,41,44,116,125,82,46,112,114,111,116,111,116,121,112,101,61,66,46,112,114,111,116,111,116,121,112,101,61,123,99,111,110,115,116,114,117,99,116,111,114,58,82,44,111,110,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,116,104,105,115,46,95,44,105,61,78,40,116,43,34,34,44,114,41,44,111,61,45,49,44,97,61,105,46,108,101,110,103,116,104,59,105,102,40,33,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,50,41,41,123,105,102,40,110,117,108,108,33,61,101,38,38,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,105,110,118,97,108,105,100,32,99,97,108,108,98,97,99,107,58,32,34,43,101,41,59,119,104,105,108,101,40,43,43,111,60,97,41,105,102,40,110,61,40,116,61,105,91,111,93,41,46,116,121,112,101,41,114,91,110,93,61,86,40,114,91,110,93,44,116,46,110,97,109,101,44,101,41,59,101,108,115,101,32,105,102,40,110,117,108,108,61,61,101,41,102,111,114,40,110,32,105,110,32,114,41,114,91,110,93,61,86,40,114,91,110,93,44,116,46,110,97,109,101,44,110,117,108,108,41,59,114,101,116,117,114,110,32,116,104,105,115,125,119,104,105,108,101,40,43,43,111,60,97,41,105,102,40,40,110,61,40,116,61,105,91,111,93,41,46,116,121,112,101,41,38,38,40,110,61,122,40,114,91,110,93,44,116,46,110,97,109,101,41,41,41,114,101,116,117,114,110,32,110,125,44,99,111,112,121,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,123,125,44,101,61,116,104,105,115,46,95,59,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,116,91,110,93,61,101,91,110,93,46,115,108,105,99,101,40,41,59,114,101,116,117,114,110,32,110,101,119,32,82,40,116,41,125,44,99,97,108,108,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,40,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,45,50,41,62,48,41,102,111,114,40,118,97,114,32,110,44,114,44,105,61,110,101,119,32,65,114,114,97,121,40,110,41,44,111,61,48,59,111,60,110,59,43,43,111,41,105,91,111,93,61,97,114,103,117,109,101,110,116,115,91,111,43,50,93,59,105,102,40,33,116,104,105,115,46,95,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,116,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,117,110,107,110,111,119,110,32,116,121,112,101,58,32,34,43,116,41,59,102,111,114,40,114,61,116,104,105,115,46,95,91,116,93,44,111,61,48,44,110,61,114,46,108,101,110,103,116,104,59,111,60,110,59,43,43,111,41,114,91,111,93,46,118,97,108,117,101,46,97,112,112,108,121,40,101,44,105,41,125,44,97,112,112,108,121,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,33,116,104,105,115,46,95,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,116,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,117,110,107,110,111,119,110,32,116,121,112,101,58,32,34,43,116,41,59,102,111,114,40,118,97,114,32,114,61,116,104,105,115,46,95,91,116,93,44,105,61,48,44,111,61,114,46,108,101,110,103,116,104,59,105,60,111,59,43,43,105,41,114,91,105,93,46,118,97,108,117,101,46,97,112,112,108,121,40,101,44,110,41,125,125,59,118,97,114,32,72,61,66,59,102,117,110,99,116,105,111,110,32,85,40,41,123,125,118,97,114,32,87,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,85,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,116,41,125,125,44,113,61,102,117,110,99,116,105,111,110,40,116,41,123,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,116,38,38,40,116,61,87,40,116,41,41,59,102,111,114,40,118,97,114,32,101,61,116,104,105,115,46,95,103,114,111,117,112,115,44,110,61,101,46,108,101,110,103,116,104,44,114,61,110,101,119,32,65,114,114,97,121,40,110,41,44,105,61,48,59,105,60,110,59,43,43,105,41,102,111,114,40,118,97,114,32,111,44,97,44,115,61,101,91,105,93,44,99,61,115,46,108,101,110,103,116,104,44,117,61,114,91,105,93,61,110,101,119,32,65,114,114,97,121,40,99,41,44,108,61,48,59,108,60,99,59,43,43,108,41,40,111,61,115,91,108,93,41,38,38,40,97,61,116,46,99,97,108,108,40,111,44,111,46,95,95,100,97,116,97,95,95,44,108,44,115,41,41,38,38,40,34,95,95,100,97,116,97,95,95,34,105,110,32,111,38,38,40,97,46,95,95,100,97,116,97,95,95,61,111,46,95,95,100,97,116,97,95,95,41,44,117,91,108,93,61,97,41,59,114,101,116,117,114,110,32,110,101,119,32,65,101,40,114,44,116,104,105,115,46,95,112,97,114,101,110,116,115,41,125,59,102,117,110,99,116,105,111,110,32,71,40,41,123,114,101,116,117,114,110,91,93,125,118,97,114,32,89,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,71,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,113,117,101,114,121,83,101,108,101,99,116,111,114,65,108,108,40,116,41,125,125,44,75,61,102,117,110,99,116,105,111,110,40,116,41,123,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,116,38,38,40,116,61,89,40,116,41,41,59,102,111,114,40,118,97,114,32,101,61,116,104,105,115,46,95,103,114,111,117,112,115,44,110,61,101,46,108,101,110,103,116,104,44,114,61,91,93,44,105,61,91,93,44,111,61,48,59,111,60,110,59,43,43,111,41,102,111,114,40,118,97,114,32,97,44,115,61,101,91,111,93,44,99,61,115,46,108,101,110,103,116,104,44,117,61,48,59,117,60,99,59,43,43,117,41,40,97,61,115,91,117,93,41,38,38,40,114,46,112,117,115,104,40,116,46,99,97,108,108,40,97,44,97,46,95,95,100,97,116,97,95,95,44,117,44,115,41,41,44,105,46,112,117,115,104,40,97,41,41,59,114,101,116,117,114,110,32,110,101,119,32,65,101,40,114,44,105,41,125,44,88,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,109,97,116,99,104,101,115,40,116,41,125,125,44,90,61,102,117,110,99,116,105,111,110,40,116,41,123,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,116,38,38,40,116,61,88,40,116,41,41,59,102,111,114,40,118,97,114,32,101,61,116,104,105,115,46,95,103,114,111,117,112,115,44,110,61,101,46,108,101,110,103,116,104,44,114,61,110,101,119,32,65,114,114,97,121,40,110,41,44,105,61,48,59,105,60,110,59,43,43,105,41,102,111,114,40,118,97,114,32,111,44,97,61,101,91,105,93,44,115,61,97,46,108,101,110,103,116,104,44,99,61,114,91,105,93,61,91,93,44,117,61,48,59,117,60,115,59,43,43,117,41,40,111,61,97,91,117,93,41,38,38,116,46,99,97,108,108,40,111,44,111,46,95,95,100,97,116,97,95,95,44,117,44,97,41,38,38,99,46,112,117,115,104,40,111,41,59,114,101,116,117,114,110,32,110,101,119,32,65,101,40,114,44,116,104,105,115,46,95,112,97,114,101,110,116,115,41,125,44,74,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,65,114,114,97,121,40,116,46,108,101,110,103,116,104,41,125,44,81,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,65,101,40,116,104,105,115,46,95,101,110,116,101,114,124,124,116,104,105,115,46,95,103,114,111,117,112,115,46,109,97,112,40,74,41,44,116,104,105,115,46,95,112,97,114,101,110,116,115,41,125,59,102,117,110,99,116,105,111,110,32,116,116,40,116,44,101,41,123,116,104,105,115,46,111,119,110,101,114,68,111,99,117,109,101,110,116,61,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,44,116,104,105,115,46,110,97,109,101,115,112,97,99,101,85,82,73,61,116,46,110,97,109,101,115,112,97,99,101,85,82,73,44,116,104,105,115,46,95,110,101,120,116,61,110,117,108,108,44,116,104,105,115,46,95,112,97,114,101,110,116,61,116,44,116,104,105,115,46,95,95,100,97,116,97,95,95,61,101,125,116,116,46,112,114,111,116,111,116,121,112,101,61,123,99,111,110,115,116,114,117,99,116,111,114,58,116,116,44,97,112,112,101,110,100,67,104,105,108,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,112,97,114,101,110,116,46,105,110,115,101,114,116,66,101,102,111,114,101,40,116,44,116,104,105,115,46,95,110,101,120,116,41,125,44,105,110,115,101,114,116,66,101,102,111,114,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,112,97,114,101,110,116,46,105,110,115,101,114,116,66,101,102,111,114,101,40,116,44,101,41,125,44,113,117,101,114,121,83,101,108,101,99,116,111,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,112,97,114,101,110,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,116,41,125,44,113,117,101,114,121,83,101,108,101,99,116,111,114,65,108,108,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,112,97,114,101,110,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,65,108,108,40,116,41,125,125,59,118,97,114,32,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,125,44,110,116,61,34,36,34,59,102,117,110,99,116,105,111,110,32,114,116,40,116,44,101,44,110,44,114,44,105,44,111,41,123,102,111,114,40,118,97,114,32,97,44,115,61,48,44,99,61,101,46,108,101,110,103,116,104,44,117,61,111,46,108,101,110,103,116,104,59,115,60,117,59,43,43,115,41,40,97,61,101,91,115,93,41,63,40,97,46,95,95,100,97,116,97,95,95,61,111,91,115,93,44,114,91,115,93,61,97,41,58,110,91,115,93,61,110,101,119,32,116,116,40,116,44,111,91,115,93,41,59,102,111,114,40,59,115,60,99,59,43,43,115,41,40,97,61,101,91,115,93,41,38,38,40,105,91,115,93,61,97,41,125,102,117,110,99,116,105,111,110,32,105,116,40,116,44,101,44,110,44,114,44,105,44,111,44,97,41,123,118,97,114,32,115,44,99,44,117,44,108,61,123,125,44,102,61,101,46,108,101,110,103,116,104,44,104,61,111,46,108,101,110,103,116,104,44,100,61,110,101,119,32,65,114,114,97,121,40,102,41,59,102,111,114,40,115,61,48,59,115,60,102,59,43,43,115,41,40,99,61,101,91,115,93,41,38,38,40,100,91,115,93,61,117,61,110,116,43,97,46,99,97,108,108,40,99,44,99,46,95,95,100,97,116,97,95,95,44,115,44,101,41,44,117,32,105,110,32,108,63,105,91,115,93,61,99,58,108,91,117,93,61,99,41,59,102,111,114,40,115,61,48,59,115,60,104,59,43,43,115,41,117,61,110,116,43,97,46,99,97,108,108,40,116,44,111,91,115,93,44,115,44,111,41,44,40,99,61,108,91,117,93,41,63,40,114,91,115,93,61,99,44,99,46,95,95,100,97,116,97,95,95,61,111,91,115,93,44,108,91,117,93,61,110,117,108,108,41,58,110,91,115,93,61,110,101,119,32,116,116,40,116,44,111,91,115,93,41,59,102,111,114,40,115,61,48,59,115,60,102,59,43,43,115,41,40,99,61,101,91,115,93,41,38,38,108,91,100,91,115,93,93,61,61,61,99,38,38,40,105,91,115,93,61,99,41,125,118,97,114,32,111,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,116,41,114,101,116,117,114,110,32,100,61,110,101,119,32,65,114,114,97,121,40,116,104,105,115,46,115,105,122,101,40,41,41,44,117,61,45,49,44,116,104,105,115,46,101,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,100,91,43,43,117,93,61,116,125,41,41,44,100,59,118,97,114,32,110,61,101,63,105,116,58,114,116,44,114,61,116,104,105,115,46,95,112,97,114,101,110,116,115,44,105,61,116,104,105,115,46,95,103,114,111,117,112,115,59,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,116,38,38,40,116,61,101,116,40,116,41,41,59,102,111,114,40,118,97,114,32,111,61,105,46,108,101,110,103,116,104,44,97,61,110,101,119,32,65,114,114,97,121,40,111,41,44,115,61,110,101,119,32,65,114,114,97,121,40,111,41,44,99,61,110,101,119,32,65,114,114,97,121,40,111,41,44,117,61,48,59,117,60,111,59,43,43,117,41,123,118,97,114,32,108,61,114,91,117,93,44,102,61,105,91,117,93,44,104,61,102,46,108,101,110,103,116,104,44,100,61,116,46,99,97,108,108,40,108,44,108,38,38,108,46,95,95,100,97,116,97,95,95,44,117,44,114,41,44,112,61,100,46,108,101,110,103,116,104,44,118,61,115,91,117,93,61,110,101,119,32,65,114,114,97,121,40,112,41,44,103,61,97,91,117,93,61,110,101,119,32,65,114,114,97,121,40,112,41,44,109,61,99,91,117,93,61,110,101,119,32,65,114,114,97,121,40,104,41,59,110,40,108,44,102,44,118,44,103,44,109,44,100,44,101,41,59,102,111,114,40,118,97,114,32,98,44,121,44,119,61,48,44,95,61,48,59,119,60,112,59,43,43,119,41,105,102,40,98,61,118,91,119,93,41,123,119,62,61,95,38,38,40,95,61,119,43,49,41,59,119,104,105,108,101,40,33,40,121,61,103,91,95,93,41,38,38,43,43,95,60,112,41,59,98,46,95,110,101,120,116,61,121,124,124,110,117,108,108,125,125,114,101,116,117,114,110,32,97,61,110,101,119,32,65,101,40,97,44,114,41,44,97,46,95,101,110,116,101,114,61,115,44,97,46,95,101,120,105,116,61,99,44,97,125,44,97,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,65,101,40,116,104,105,115,46,95,101,120,105,116,124,124,116,104,105,115,46,95,103,114,111,117,112,115,46,109,97,112,40,74,41,44,116,104,105,115,46,95,112,97,114,101,110,116,115,41,125,44,115,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,46,101,110,116,101,114,40,41,44,105,61,116,104,105,115,44,111,61,116,104,105,115,46,101,120,105,116,40,41,59,114,101,116,117,114,110,32,114,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,116,40,114,41,58,114,46,97,112,112,101,110,100,40,116,43,34,34,41,44,110,117,108,108,33,61,101,38,38,40,105,61,101,40,105,41,41,44,110,117,108,108,61,61,110,63,111,46,114,101,109,111,118,101,40,41,58,110,40,111,41,44,114,38,38,105,63,114,46,109,101,114,103,101,40,105,41,46,111,114,100,101,114,40,41,58,105,125,44,99,116,61,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,116,104,105,115,46,95,103,114,111,117,112,115,44,110,61,116,46,95,103,114,111,117,112,115,44,114,61,101,46,108,101,110,103,116,104,44,105,61,110,46,108,101,110,103,116,104,44,111,61,77,97,116,104,46,109,105,110,40,114,44,105,41,44,97,61,110,101,119,32,65,114,114,97,121,40,114,41,44,115,61,48,59,115,60,111,59,43,43,115,41,102,111,114,40,118,97,114,32,99,44,117,61,101,91,115,93,44,108,61,110,91,115,93,44,102,61,117,46,108,101,110,103,116,104,44,104,61,97,91,115,93,61,110,101,119,32,65,114,114,97,121,40,102,41,44,100,61,48,59,100,60,102,59,43,43,100,41,40,99,61,117,91,100,93,124,124,108,91,100,93,41,38,38,40,104,91,100,93,61,99,41,59,102,111,114,40,59,115,60,114,59,43,43,115,41,97,91,115,93,61,101,91,115,93,59,114,101,116,117,114,110,32,110,101,119,32,65,101,40,97,44,116,104,105,115,46,95,112,97,114,101,110,116,115,41,125,44,117,116,61,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,61,116,104,105,115,46,95,103,114,111,117,112,115,44,101,61,45,49,44,110,61,116,46,108,101,110,103,116,104,59,43,43,101,60,110,59,41,102,111,114,40,118,97,114,32,114,44,105,61,116,91,101,93,44,111,61,105,46,108,101,110,103,116,104,45,49,44,97,61,105,91,111,93,59,45,45,111,62,61,48,59,41,40,114,61,105,91,111,93,41,38,38,40,97,38,38,52,94,114,46,99,111,109,112,97,114,101,68,111,99,117,109,101,110,116,80,111,115,105,116,105,111,110,40,97,41,38,38,97,46,112,97,114,101,110,116,78,111,100,101,46,105,110,115,101,114,116,66,101,102,111,114,101,40,114,44,97,41,44,97,61,114,41,59,114,101,116,117,114,110,32,116,104,105,115,125,44,108,116,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,101,44,110,41,123,114,101,116,117,114,110,32,101,38,38,110,63,116,40,101,46,95,95,100,97,116,97,95,95,44,110,46,95,95,100,97,116,97,95,95,41,58,33,101,45,33,110,125,116,124,124,40,116,61,102,116,41,59,102,111,114,40,118,97,114,32,110,61,116,104,105,115,46,95,103,114,111,117,112,115,44,114,61,110,46,108,101,110,103,116,104,44,105,61,110,101,119,32,65,114,114,97,121,40,114,41,44,111,61,48,59,111,60,114,59,43,43,111,41,123,102,111,114,40,118,97,114,32,97,44,115,61,110,91,111,93,44,99,61,115,46,108,101,110,103,116,104,44,117,61,105,91,111,93,61,110,101,119,32,65,114,114,97,121,40,99,41,44,108,61,48,59,108,60,99,59,43,43,108,41,40,97,61,115,91,108,93,41,38,38,40,117,91,108,93,61,97,41,59,117,46,115,111,114,116,40,101,41,125,114,101,116,117,114,110,32,110,101,119,32,65,101,40,105,44,116,104,105,115,46,95,112,97,114,101,110,116,115,41,46,111,114,100,101,114,40,41,125,59,102,117,110,99,116,105,111,110,32,102,116,40,116,44,101,41,123,114,101,116,117,114,110,32,116,60,101,63,45,49,58,116,62,101,63,49,58,116,62,61,101,63,48,58,78,97,78,125,118,97,114,32,104,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,91,48,93,59,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,91,48,93,61,116,104,105,115,44,116,46,97,112,112,108,121,40,110,117,108,108,44,97,114,103,117,109,101,110,116,115,41,44,116,104,105,115,125,44,100,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,110,101,119,32,65,114,114,97,121,40,116,104,105,115,46,115,105,122,101,40,41,41,44,101,61,45,49,59,114,101,116,117,114,110,32,116,104,105,115,46,101,97,99,104,40,40,102,117,110,99,116,105,111,110,40,41,123,116,91,43,43,101,93,61,116,104,105,115,125,41,41,44,116,125,44,112,116,61,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,61,116,104,105,115,46,95,103,114,111,117,112,115,44,101,61,48,44,110,61,116,46,108,101,110,103,116,104,59,101,60,110,59,43,43,101,41,102,111,114,40,118,97,114,32,114,61,116,91,101,93,44,105,61,48,44,111,61,114,46,108,101,110,103,116,104,59,105,60,111,59,43,43,105,41,123,118,97,114,32,97,61,114,91,105,93,59,105,102,40,97,41,114,101,116,117,114,110,32,97,125,114,101,116,117,114,110,32,110,117,108,108,125,44,118,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,48,59,114,101,116,117,114,110,32,116,104,105,115,46,101,97,99,104,40,40,102,117,110,99,116,105,111,110,40,41,123,43,43,116,125,41,41,44,116,125,44,103,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,110,111,100,101,40,41,125,44,109,116,61,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,116,104,105,115,46,95,103,114,111,117,112,115,44,110,61,48,44,114,61,101,46,108,101,110,103,116,104,59,110,60,114,59,43,43,110,41,102,111,114,40,118,97,114,32,105,44,111,61,101,91,110,93,44,97,61,48,44,115,61,111,46,108,101,110,103,116,104,59,97,60,115,59,43,43,97,41,40,105,61,111,91,97,93,41,38,38,116,46,99,97,108,108,40,105,44,105,46,95,95,100,97,116,97,95,95,44,97,44,111,41,59,114,101,116,117,114,110,32,116,104,105,115,125,44,98,116,61,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,49,57,57,57,47,120,104,116,109,108,34,44,121,116,61,123,115,118,103,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,120,104,116,109,108,58,98,116,44,120,108,105,110,107,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,49,57,57,57,47,120,108,105,110,107,34,44,120,109,108,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,88,77,76,47,49,57,57,56,47,110,97,109,101,115,112,97,99,101,34,44,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,120,109,108,110,115,47,34,125,44,119,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,43,61,34,34,44,110,61,101,46,105,110,100,101,120,79,102,40,34,58,34,41,59,114,101,116,117,114,110,32,110,62,61,48,38,38,34,120,109,108,110,115,34,33,61,61,40,101,61,116,46,115,108,105,99,101,40,48,44,110,41,41,38,38,40,116,61,116,46,115,108,105,99,101,40,110,43,49,41,41,44,121,116,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,101,41,63,123,115,112,97,99,101,58,121,116,91,101,93,44,108,111,99,97,108,58,116,125,58,116,125,59,102,117,110,99,116,105,111,110,32,95,116,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,116,41,125,125,102,117,110,99,116,105,111,110,32,120,116,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,78,83,40,116,46,115,112,97,99,101,44,116,46,108,111,99,97,108,41,125,125,102,117,110,99,116,105,111,110,32,79,116,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,65,116,116,114,105,98,117,116,101,40,116,44,101,41,125,125,102,117,110,99,116,105,111,110,32,83,116,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,65,116,116,114,105,98,117,116,101,78,83,40,116,46,115,112,97,99,101,44,116,46,108,111,99,97,108,44,101,41,125,125,102,117,110,99,116,105,111,110,32,107,116,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,61,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,59,110,117,108,108,61,61,110,63,116,104,105,115,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,116,41,58,116,104,105,115,46,115,101,116,65,116,116,114,105,98,117,116,101,40,116,44,110,41,125,125,102,117,110,99,116,105,111,110,32,67,116,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,61,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,59,110,117,108,108,61,61,110,63,116,104,105,115,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,78,83,40,116,46,115,112,97,99,101,44,116,46,108,111,99,97,108,41,58,116,104,105,115,46,115,101,116,65,116,116,114,105,98,117,116,101,78,83,40,116,46,115,112,97,99,101,44,116,46,108,111,99,97,108,44,110,41,125,125,118,97,114,32,80,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,119,116,40,116,41,59,105,102,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,50,41,123,118,97,114,32,114,61,116,104,105,115,46,110,111,100,101,40,41,59,114,101,116,117,114,110,32,110,46,108,111,99,97,108,63,114,46,103,101,116,65,116,116,114,105,98,117,116,101,78,83,40,110,46,115,112,97,99,101,44,110,46,108,111,99,97,108,41,58,114,46,103,101,116,65,116,116,114,105,98,117,116,101,40,110,41,125,114,101,116,117,114,110,32,116,104,105,115,46,101,97,99,104,40,40,110,117,108,108,61,61,101,63,110,46,108,111,99,97,108,63,120,116,58,95,116,58,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,63,110,46,108,111,99,97,108,63,67,116,58,107,116,58,110,46,108,111,99,97,108,63,83,116,58,79,116,41,40,110,44,101,41,41,125,44,84,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,38,38,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,46,100,101,102,97,117,108,116,86,105,101,119,124,124,116,46,100,111,99,117,109,101,110,116,38,38,116,124,124,116,46,100,101,102,97,117,108,116,86,105,101,119,125,59,102,117,110,99,116,105,111,110,32,106,116,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,116,121,108,101,46,114,101,109,111,118,101,80,114,111,112,101,114,116,121,40,116,41,125,125,102,117,110,99,116,105,111,110,32,69,116,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,116,121,108,101,46,115,101,116,80,114,111,112,101,114,116,121,40,116,44,101,44,110,41,125,125,102,117,110,99,116,105,111,110,32,65,116,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,114,61,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,59,110,117,108,108,61,61,114,63,116,104,105,115,46,115,116,121,108,101,46,114,101,109,111,118,101,80,114,111,112,101,114,116,121,40,116,41,58,116,104,105,115,46,115,116,121,108,101,46,115,101,116,80,114,111,112,101,114,116,121,40,116,44,114,44,110,41,125,125,118,97,114,32,68,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,116,104,105,115,46,101,97,99,104,40,40,110,117,108,108,61,61,101,63,106,116,58,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,63,65,116,58,69,116,41,40,116,44,101,44,110,117,108,108,61,61,110,63,34,34,58,110,41,41,58,76,116,40,116,104,105,115,46,110,111,100,101,40,41,44,116,41,125,59,102,117,110,99,116,105,111,110,32,76,116,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,116,121,108,101,46,103,101,116,80,114,111,112,101,114,116,121,86,97,108,117,101,40,101,41,124,124,84,116,40,116,41,46,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,40,116,44,110,117,108,108,41,46,103,101,116,80,114,111,112,101,114,116,121,86,97,108,117,101,40,101,41,125,102,117,110,99,116,105,111,110,32,77,116,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,100,101,108,101,116,101,32,116,104,105,115,91,116,93,125,125,102,117,110,99,116,105,111,110,32,73,116,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,91,116,93,61,101,125,125,102,117,110,99,116,105,111,110,32,36,116,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,61,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,59,110,117,108,108,61,61,110,63,100,101,108,101,116,101,32,116,104,105,115,91,116,93,58,116,104,105,115,91,116,93,61,110,125,125,118,97,114,32,70,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,116,104,105,115,46,101,97,99,104,40,40,110,117,108,108,61,61,101,63,77,116,58,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,63,36,116,58,73,116,41,40,116,44,101,41,41,58,116,104,105,115,46,110,111,100,101,40,41,91,116,93,125,59,102,117,110,99,116,105,111,110,32,66,116,40,116,41,123,114,101,116,117,114,110,32,116,46,116,114,105,109,40,41,46,115,112,108,105,116,40,47,94,124,92,115,43,47,41,125,102,117,110,99,116,105,111,110,32,82,116,40,116,41,123,114,101,116,117,114,110,32,116,46,99,108,97,115,115,76,105,115,116,124,124,110,101,119,32,78,116,40,116,41,125,102,117,110,99,116,105,111,110,32,78,116,40,116,41,123,116,104,105,115,46,95,110,111,100,101,61,116,44,116,104,105,115,46,95,110,97,109,101,115,61,66,116,40,116,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,99,108,97,115,115,34,41,124,124,34,34,41,125,102,117,110,99,116,105,111,110,32,122,116,40,116,44,101,41,123,118,97,114,32,110,61,82,116,40,116,41,44,114,61,45,49,44,105,61,101,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,114,60,105,41,110,46,97,100,100,40,101,91,114,93,41,125,102,117,110,99,116,105,111,110,32,86,116,40,116,44,101,41,123,118,97,114,32,110,61,82,116,40,116,41,44,114,61,45,49,44,105,61,101,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,114,60,105,41,110,46,114,101,109,111,118,101,40,101,91,114,93,41,125,102,117,110,99,116,105,111,110,32,72,116,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,122,116,40,116,104,105,115,44,116,41,125,125,102,117,110,99,116,105,111,110,32,85,116,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,86,116,40,116,104,105,115,44,116,41,125,125,102,117,110,99,116,105,111,110,32,87,116,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,40,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,63,122,116,58,86,116,41,40,116,104,105,115,44,116,41,125,125,78,116,46,112,114,111,116,111,116,121,112,101,61,123,97,100,100,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,110,97,109,101,115,46,105,110,100,101,120,79,102,40,116,41,59,101,60,48,38,38,40,116,104,105,115,46,95,110,97,109,101,115,46,112,117,115,104,40,116,41,44,116,104,105,115,46,95,110,111,100,101,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,99,108,97,115,115,34,44,116,104,105,115,46,95,110,97,109,101,115,46,106,111,105,110,40,34,32,34,41,41,41,125,44,114,101,109,111,118,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,110,97,109,101,115,46,105,110,100,101,120,79,102,40,116,41,59,101,62,61,48,38,38,40,116,104,105,115,46,95,110,97,109,101,115,46,115,112,108,105,99,101,40,101,44,49,41,44,116,104,105,115,46,95,110,111,100,101,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,99,108,97,115,115,34,44,116,104,105,115,46,95,110,97,109,101,115,46,106,111,105,110,40,34,32,34,41,41,41,125,44,99,111,110,116,97,105,110,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,110,97,109,101,115,46,105,110,100,101,120,79,102,40,116,41,62,61,48,125,125,59,118,97,114,32,113,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,66,116,40,116,43,34,34,41,59,105,102,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,50,41,123,118,97,114,32,114,61,82,116,40,116,104,105,115,46,110,111,100,101,40,41,41,44,105,61,45,49,44,111,61,110,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,105,60,111,41,105,102,40,33,114,46,99,111,110,116,97,105,110,115,40,110,91,105,93,41,41,114,101,116,117,114,110,33,49,59,114,101,116,117,114,110,33,48,125,114,101,116,117,114,110,32,116,104,105,115,46,101,97,99,104,40,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,63,87,116,58,101,63,72,116,58,85,116,41,40,110,44,101,41,41,125,59,102,117,110,99,116,105,111,110,32,71,116,40,41,123,116,104,105,115,46,116,101,120,116,67,111,110,116,101,110,116,61,34,34,125,102,117,110,99,116,105,111,110,32,89,116,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,116,101,120,116,67,111,110,116,101,110,116,61,116,125,125,102,117,110,99,116,105,111,110,32,75,116,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,59,116,104,105,115,46,116,101,120,116,67,111,110,116,101,110,116,61,110,117,108,108,61,61,101,63,34,34,58,101,125,125,118,97,114,32,88,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,116,104,105,115,46,101,97,99,104,40,110,117,108,108,61,61,116,63,71,116,58,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,75,116,58,89,116,41,40,116,41,41,58,116,104,105,115,46,110,111,100,101,40,41,46,116,101,120,116,67,111,110,116,101,110,116,125,59,102,117,110,99,116,105,111,110,32,90,116,40,41,123,116,104,105,115,46,105,110,110,101,114,72,84,77,76,61,34,34,125,102,117,110,99,116,105,111,110,32,74,116,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,110,110,101,114,72,84,77,76,61,116,125,125,102,117,110,99,116,105,111,110,32,81,116,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,59,116,104,105,115,46,105,110,110,101,114,72,84,77,76,61,110,117,108,108,61,61,101,63,34,34,58,101,125,125,118,97,114,32,116,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,116,104,105,115,46,101,97,99,104,40,110,117,108,108,61,61,116,63,90,116,58,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,81,116,58,74,116,41,40,116,41,41,58,116,104,105,115,46,110,111,100,101,40,41,46,105,110,110,101,114,72,84,77,76,125,59,102,117,110,99,116,105,111,110,32,101,101,40,41,123,116,104,105,115,46,110,101,120,116,83,105,98,108,105,110,103,38,38,116,104,105,115,46,112,97,114,101,110,116,78,111,100,101,46,97,112,112,101,110,100,67,104,105,108,100,40,116,104,105,115,41,125,118,97,114,32,110,101,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,97,99,104,40,101,101,41,125,59,102,117,110,99,116,105,111,110,32,114,101,40,41,123,116,104,105,115,46,112,114,101,118,105,111,117,115,83,105,98,108,105,110,103,38,38,116,104,105,115,46,112,97,114,101,110,116,78,111,100,101,46,105,110,115,101,114,116,66,101,102,111,114,101,40,116,104,105,115,44,116,104,105,115,46,112,97,114,101,110,116,78,111,100,101,46,102,105,114,115,116,67,104,105,108,100,41,125,118,97,114,32,105,101,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,97,99,104,40,114,101,41,125,59,102,117,110,99,116,105,111,110,32,111,101,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,104,105,115,46,111,119,110,101,114,68,111,99,117,109,101,110,116,44,110,61,116,104,105,115,46,110,97,109,101,115,112,97,99,101,85,82,73,59,114,101,116,117,114,110,32,110,61,61,61,98,116,38,38,101,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,46,110,97,109,101,115,112,97,99,101,85,82,73,61,61,61,98,116,63,101,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,116,41,58,101,46,99,114,101,97,116,101,69,108,101,109,101,110,116,78,83,40,110,44,116,41,125,125,102,117,110,99,116,105,111,110,32,97,101,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,111,119,110,101,114,68,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,78,83,40,116,46,115,112,97,99,101,44,116,46,108,111,99,97,108,41,125,125,118,97,114,32,115,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,119,116,40,116,41,59,114,101,116,117,114,110,40,101,46,108,111,99,97,108,63,97,101,58,111,101,41,40,101,41,125,44,99,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,116,58,115,101,40,116,41,59,114,101,116,117,114,110,32,116,104,105,115,46,115,101,108,101,99,116,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,97,112,112,101,110,100,67,104,105,108,100,40,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,41,125,41,41,125,59,102,117,110,99,116,105,111,110,32,117,101,40,41,123,114,101,116,117,114,110,32,110,117,108,108,125,118,97,114,32,108,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,116,58,115,101,40,116,41,44,114,61,110,117,108,108,61,61,101,63,117,101,58,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,63,101,58,87,40,101,41,59,114,101,116,117,114,110,32,116,104,105,115,46,115,101,108,101,99,116,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,115,101,114,116,66,101,102,111,114,101,40,110,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,44,114,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,124,124,110,117,108,108,41,125,41,41,125,59,102,117,110,99,116,105,111,110,32,102,101,40,41,123,118,97,114,32,116,61,116,104,105,115,46,112,97,114,101,110,116,78,111,100,101,59,116,38,38,116,46,114,101,109,111,118,101,67,104,105,108,100,40,116,104,105,115,41,125,118,97,114,32,104,101,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,97,99,104,40,102,101,41,125,59,102,117,110,99,116,105,111,110,32,100,101,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,108,111,110,101,78,111,100,101,40,33,49,41,44,101,61,116,104,105,115,46,112,97,114,101,110,116,78,111,100,101,59,114,101,116,117,114,110,32,101,63,101,46,105,110,115,101,114,116,66,101,102,111,114,101,40,116,44,116,104,105,115,46,110,101,120,116,83,105,98,108,105,110,103,41,58,116,125,102,117,110,99,116,105,111,110,32,112,101,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,108,111,110,101,78,111,100,101,40,33,48,41,44,101,61,116,104,105,115,46,112,97,114,101,110,116,78,111,100,101,59,114,101,116,117,114,110,32,101,63,101,46,105,110,115,101,114,116,66,101,102,111,114,101,40,116,44,116,104,105,115,46,110,101,120,116,83,105,98,108,105,110,103,41,58,116,125,118,97,114,32,118,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,101,108,101,99,116,40,116,63,112,101,58,100,101,41,125,44,103,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,116,104,105,115,46,112,114,111,112,101,114,116,121,40,34,95,95,100,97,116,97,95,95,34,44,116,41,58,116,104,105,115,46,110,111,100,101,40,41,46,95,95,100,97,116,97,95,95,125,44,109,101,61,123,125,44,98,101,61,110,117,108,108,59,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,100,111,99,117,109,101,110,116,41,123,118,97,114,32,121,101,61,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,59,34,111,110,109,111,117,115,101,101,110,116,101,114,34,105,110,32,121,101,124,124,40,109,101,61,123,109,111,117,115,101,101,110,116,101,114,58,34,109,111,117,115,101,111,118,101,114,34,44,109,111,117,115,101,108,101,97,118,101,58,34,109,111,117,115,101,111,117,116,34,125,41,125,102,117,110,99,116,105,111,110,32,119,101,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,61,95,101,40,116,44,101,44,110,41,44,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,101,46,114,101,108,97,116,101,100,84,97,114,103,101,116,59,110,38,38,40,110,61,61,61,116,104,105,115,124,124,56,38,110,46,99,111,109,112,97,114,101,68,111,99,117,109,101,110,116,80,111,115,105,116,105,111,110,40,116,104,105,115,41,41,124,124,116,46,99,97,108,108,40,116,104,105,115,44,101,41,125,125,102,117,110,99,116,105,111,110,32,95,101,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,114,41,123,118,97,114,32,105,61,98,101,59,98,101,61,114,59,116,114,121,123,116,46,99,97,108,108,40,116,104,105,115,44,116,104,105,115,46,95,95,100,97,116,97,95,95,44,101,44,110,41,125,102,105,110,97,108,108,121,123,98,101,61,105,125,125,125,102,117,110,99,116,105,111,110,32,120,101,40,116,41,123,114,101,116,117,114,110,32,116,46,116,114,105,109,40,41,46,115,112,108,105,116,40,47,94,124,92,115,43,47,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,34,34,44,110,61,116,46,105,110,100,101,120,79,102,40,34,46,34,41,59,114,101,116,117,114,110,32,110,62,61,48,38,38,40,101,61,116,46,115,108,105,99,101,40,110,43,49,41,44,116,61,116,46,115,108,105,99,101,40,48,44,110,41,41,44,123,116,121,112,101,58,116,44,110,97,109,101,58,101,125,125,41,41,125,102,117,110,99,116,105,111,110,32,79,101,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,104,105,115,46,95,95,111,110,59,105,102,40,101,41,123,102,111,114,40,118,97,114,32,110,44,114,61,48,44,105,61,45,49,44,111,61,101,46,108,101,110,103,116,104,59,114,60,111,59,43,43,114,41,110,61,101,91,114,93,44,116,46,116,121,112,101,38,38,110,46,116,121,112,101,33,61,61,116,46,116,121,112,101,124,124,110,46,110,97,109,101,33,61,61,116,46,110,97,109,101,63,101,91,43,43,105,93,61,110,58,116,104,105,115,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,110,46,116,121,112,101,44,110,46,108,105,115,116,101,110,101,114,44,110,46,99,97,112,116,117,114,101,41,59,43,43,105,63,101,46,108,101,110,103,116,104,61,105,58,100,101,108,101,116,101,32,116,104,105,115,46,95,95,111,110,125,125,125,102,117,110,99,116,105,111,110,32,83,101,40,116,44,101,44,110,41,123,118,97,114,32,114,61,109,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,116,46,116,121,112,101,41,63,119,101,58,95,101,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,105,44,111,44,97,41,123,118,97,114,32,115,44,99,61,116,104,105,115,46,95,95,111,110,44,117,61,114,40,101,44,111,44,97,41,59,105,102,40,99,41,102,111,114,40,118,97,114,32,108,61,48,44,102,61,99,46,108,101,110,103,116,104,59,108,60,102,59,43,43,108,41,105,102,40,40,115,61,99,91,108,93,41,46,116,121,112,101,61,61,61,116,46,116,121,112,101,38,38,115,46,110,97,109,101,61,61,61,116,46,110,97,109,101,41,114,101,116,117,114,110,32,116,104,105,115,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,115,46,116,121,112,101,44,115,46,108,105,115,116,101,110,101,114,44,115,46,99,97,112,116,117,114,101,41,44,116,104,105,115,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,115,46,116,121,112,101,44,115,46,108,105,115,116,101,110,101,114,61,117,44,115,46,99,97,112,116,117,114,101,61,110,41,44,118,111,105,100,40,115,46,118,97,108,117,101,61,101,41,59,116,104,105,115,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,116,46,116,121,112,101,44,117,44,110,41,44,115,61,123,116,121,112,101,58,116,46,116,121,112,101,44,110,97,109,101,58,116,46,110,97,109,101,44,118,97,108,117,101,58,101,44,108,105,115,116,101,110,101,114,58,117,44,99,97,112,116,117,114,101,58,110,125,44,99,63,99,46,112,117,115,104,40,115,41,58,116,104,105,115,46,95,95,111,110,61,91,115,93,125,125,118,97,114,32,107,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,61,120,101,40,116,43,34,34,41,44,97,61,111,46,108,101,110,103,116,104,59,105,102,40,33,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,50,41,41,123,102,111,114,40,115,61,101,63,83,101,58,79,101,44,110,117,108,108,61,61,110,38,38,40,110,61,33,49,41,44,114,61,48,59,114,60,97,59,43,43,114,41,116,104,105,115,46,101,97,99,104,40,115,40,111,91,114,93,44,101,44,110,41,41,59,114,101,116,117,114,110,32,116,104,105,115,125,118,97,114,32,115,61,116,104,105,115,46,110,111,100,101,40,41,46,95,95,111,110,59,105,102,40,115,41,102,111,114,40,118,97,114,32,99,44,117,61,48,44,108,61,115,46,108,101,110,103,116,104,59,117,60,108,59,43,43,117,41,102,111,114,40,114,61,48,44,99,61,115,91,117,93,59,114,60,97,59,43,43,114,41,105,102,40,40,105,61,111,91,114,93,41,46,116,121,112,101,61,61,61,99,46,116,121,112,101,38,38,105,46,110,97,109,101,61,61,61,99,46,110,97,109,101,41,114,101,116,117,114,110,32,99,46,118,97,108,117,101,125,59,102,117,110,99,116,105,111,110,32,67,101,40,116,44,101,44,110,41,123,118,97,114,32,114,61,84,116,40,116,41,44,105,61,114,46,67,117,115,116,111,109,69,118,101,110,116,59,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,105,63,105,61,110,101,119,32,105,40,101,44,110,41,58,40,105,61,114,46,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,118,101,110,116,40,34,69,118,101,110,116,34,41,44,110,63,40,105,46,105,110,105,116,69,118,101,110,116,40,101,44,110,46,98,117,98,98,108,101,115,44,110,46,99,97,110,99,101,108,97,98,108,101,41,44,105,46,100,101,116,97,105,108,61,110,46,100,101,116,97,105,108,41,58,105,46,105,110,105,116,69,118,101,110,116,40,101,44,33,49,44,33,49,41,41,44,116,46,100,105,115,112,97,116,99,104,69,118,101,110,116,40,105,41,125,102,117,110,99,116,105,111,110,32,80,101,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,67,101,40,116,104,105,115,44,116,44,101,41,125,125,102,117,110,99,116,105,111,110,32,84,101,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,67,101,40,116,104,105,115,44,116,44,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,41,125,125,118,97,114,32,106,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,97,99,104,40,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,63,84,101,58,80,101,41,40,116,44,101,41,41,125,44,69,101,61,91,110,117,108,108,93,59,102,117,110,99,116,105,111,110,32,65,101,40,116,44,101,41,123,116,104,105,115,46,95,103,114,111,117,112,115,61,116,44,116,104,105,115,46,95,112,97,114,101,110,116,115,61,101,125,102,117,110,99,116,105,111,110,32,68,101,40,41,123,114,101,116,117,114,110,32,110,101,119,32,65,101,40,91,91,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,93,93,44,69,101,41,125,65,101,46,112,114,111,116,111,116,121,112,101,61,68,101,46,112,114,111,116,111,116,121,112,101,61,123,99,111,110,115,116,114,117,99,116,111,114,58,65,101,44,115,101,108,101,99,116,58,113,44,115,101,108,101,99,116,65,108,108,58,75,44,102,105,108,116,101,114,58,90,44,100,97,116,97,58,111,116,44,101,110,116,101,114,58,81,44,101,120,105,116,58,97,116,44,106,111,105,110,58,115,116,44,109,101,114,103,101,58,99,116,44,111,114,100,101,114,58,117,116,44,115,111,114,116,58,108,116,44,99,97,108,108,58,104,116,44,110,111,100,101,115,58,100,116,44,110,111,100,101,58,112,116,44,115,105,122,101,58,118,116,44,101,109,112,116,121,58,103,116,44,101,97,99,104,58,109,116,44,97,116,116,114,58,80,116,44,115,116,121,108,101,58,68,116,44,112,114,111,112,101,114,116,121,58,70,116,44,99,108,97,115,115,101,100,58,113,116,44,116,101,120,116,58,88,116,44,104,116,109,108,58,116,101,44,114,97,105,115,101,58,110,101,44,108,111,119,101,114,58,105,101,44,97,112,112,101,110,100,58,99,101,44,105,110,115,101,114,116,58,108,101,44,114,101,109,111,118,101,58,104,101,44,99,108,111,110,101,58,118,101,44,100,97,116,117,109,58,103,101,44,111,110,58,107,101,44,100,105,115,112,97,116,99,104,58,106,101,125,59,118,97,114,32,76,101,61,68,101,44,77,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,63,110,101,119,32,65,101,40,91,91,100,111,99,117,109,101,110,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,116,41,93,93,44,91,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,93,41,58,110,101,119,32,65,101,40,91,91,116,93,93,44,69,101,41,125,59,118,97,114,32,73,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,112,114,111,116,111,116,121,112,101,61,101,46,112,114,111,116,111,116,121,112,101,61,110,44,110,46,99,111,110,115,116,114,117,99,116,111,114,61,116,125,59,102,117,110,99,116,105,111,110,32,36,101,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,116,46,112,114,111,116,111,116,121,112,101,41,59,102,111,114,40,118,97,114,32,114,32,105,110,32,101,41,110,91,114,93,61,101,91,114,93,59,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,70,101,40,41,123,125,118,97,114,32,66,101,61,46,55,44,82,101,61,49,47,66,101,44,78,101,61,34,92,92,115,42,40,91,43,45,93,63,92,92,100,43,41,92,92,115,42,34,44,122,101,61,34,92,92,115,42,40,91,43,45,93,63,92,92,100,42,92,92,46,63,92,92,100,43,40,63,58,91,101,69,93,91,43,45,93,63,92,92,100,43,41,63,41,92,92,115,42,34,44,86,101,61,34,92,92,115,42,40,91,43,45,93,63,92,92,100,42,92,92,46,63,92,92,100,43,40,63,58,91,101,69,93,91,43,45,93,63,92,92,100,43,41,63,41,37,92,92,115,42,34,44,72,101,61,47,94,35,40,91,48,45,57,97,45,102,93,123,51,44,56,125,41,36,47,44,85,101,61,110,101,119,32,82,101,103,69,120,112,40,34,94,114,103,98,92,92,40,34,43,91,78,101,44,78,101,44,78,101,93,43,34,92,92,41,36,34,41,44,87,101,61,110,101,119,32,82,101,103,69,120,112,40,34,94,114,103,98,92,92,40,34,43,91,86,101,44,86,101,44,86,101,93,43,34,92,92,41,36,34,41,44,113,101,61,110,101,119,32,82,101,103,69,120,112,40,34,94,114,103,98,97,92,92,40,34,43,91,78,101,44,78,101,44,78,101,44,122,101,93,43,34,92,92,41,36,34,41,44,71,101,61,110,101,119,32,82,101,103,69,120,112,40,34,94,114,103,98,97,92,92,40,34,43,91,86,101,44,86,101,44,86,101,44,122,101,93,43,34,92,92,41,36,34,41,44,89,101,61,110,101,119,32,82,101,103,69,120,112,40,34,94,104,115,108,92,92,40,34,43,91,122,101,44,86,101,44,86,101,93,43,34,92,92,41,36,34,41,44,75,101,61,110,101,119,32,82,101,103,69,120,112,40,34,94,104,115,108,97,92,92,40,34,43,91,122,101,44,86,101,44,86,101,44,122,101,93,43,34,92,92,41,36,34,41,44,88,101,61,123,97,108,105,99,101,98,108,117,101,58,49,53,55,57,50,51,56,51,44,97,110,116,105,113,117,101,119,104,105,116,101,58,49,54,52,52,52,51,55,53,44,97,113,117,97,58,54,53,53,51,53,44,97,113,117,97,109,97,114,105,110,101,58,56,51,56,56,53,54,52,44,97,122,117,114,101,58,49,53,55,57,52,49,55,53,44,98,101,105,103,101,58,49,54,49,49,57,50,54,48,44,98,105,115,113,117,101,58,49,54,55,55,48,50,52,52,44,98,108,97,99,107,58,48,44,98,108,97,110,99,104,101,100,97,108,109,111,110,100,58,49,54,55,55,50,48,52,53,44,98,108,117,101,58,50,53,53,44,98,108,117,101,118,105,111,108,101,116,58,57,48,53,53,50,48,50,44,98,114,111,119,110,58,49,48,56,50,52,50,51,52,44,98,117,114,108,121,119,111,111,100,58,49,52,53,57,54,50,51,49,44,99,97,100,101,116,98,108,117,101,58,54,50,54,54,53,50,56,44,99,104,97,114,116,114,101,117,115,101,58,56,51,56,56,51,53,50,44,99,104,111,99,111,108,97,116,101,58,49,51,55,56,57,52,55,48,44,99,111,114,97,108,58,49,54,55,52,52,50,55,50,44,99,111,114,110,102,108,111,119,101,114,98,108,117,101,58,54,53,57,49,57,56,49,44,99,111,114,110,115,105,108,107,58,49,54,55,55,53,51,56,56,44,99,114,105,109,115,111,110,58,49,52,52,50,51,49,48,48,44,99,121,97,110,58,54,53,53,51,53,44,100,97,114,107,98,108,117,101,58,49,51,57,44,100,97,114,107,99,121,97,110,58,51,53,55,50,51,44,100,97,114,107,103,111,108,100,101,110,114,111,100,58,49,50,48,57,50,57,51,57,44,100,97,114,107,103,114,97,121,58,49,49,49,49,57,48,49,55,44,100,97,114,107,103,114,101,101,110,58,50,53,54,48,48,44,100,97,114,107,103,114,101,121,58,49,49,49,49,57,48,49,55,44,100,97,114,107,107,104,97,107,105,58,49,50,52,51,51,50,53,57,44,100,97,114,107,109,97,103,101,110,116,97,58,57,49,48,57,54,52,51,44,100,97,114,107,111,108,105,118,101,103,114,101,101,110,58,53,53,57,55,57,57,57,44,100,97,114,107,111,114,97,110,103,101,58,49,54,55,52,55,53,50,48,44,100,97,114,107,111,114,99,104,105,100,58,49,48,48,52,48,48,49,50,44,100,97,114,107,114,101,100,58,57,49,48,57,53,48,52,44,100,97,114,107,115,97,108,109,111,110,58,49,53,51,48,56,52,49,48,44,100,97,114,107,115,101,97,103,114,101,101,110,58,57,52,49,57,57,49,57,44,100,97,114,107,115,108,97,116,101,98,108,117,101,58,52,55,51,52,51,52,55,44,100,97,114,107,115,108,97,116,101,103,114,97,121,58,51,49,48,48,52,57,53,44,100,97,114,107,115,108,97,116,101,103,114,101,121,58,51,49,48,48,52,57,53,44,100,97,114,107,116,117,114,113,117,111,105,115,101,58,53,50,57,52,53,44,100,97,114,107,118,105,111,108,101,116,58,57,54,57,57,53,51,57,44,100,101,101,112,112,105,110,107,58,49,54,55,49,54,57,52,55,44,100,101,101,112,115,107,121,98,108,117,101,58,52,57,49,53,49,44,100,105,109,103,114,97,121,58,54,57,48,56,50,54,53,44,100,105,109,103,114,101,121,58,54,57,48,56,50,54,53,44,100,111,100,103,101,114,98,108,117,101,58,50,48,48,51,49,57,57,44,102,105,114,101,98,114,105,99,107,58,49,49,54,55,52,49,52,54,44,102,108,111,114,97,108,119,104,105,116,101,58,49,54,55,55,53,57,50,48,44,102,111,114,101,115,116,103,114,101,101,110,58,50,50,54,51,56,52,50,44,102,117,99,104,115,105,97,58,49,54,55,49,49,57,51,53,44,103,97,105,110,115,98,111,114,111,58,49,52,52,55,52,52,54,48,44,103,104,111,115,116,119,104,105,116,101,58,49,54,51,49,54,54,55,49,44,103,111,108,100,58,49,54,55,54,54,55,50,48,44,103,111,108,100,101,110,114,111,100,58,49,52,51,50,57,49,50,48,44,103,114,97,121,58,56,52,50,49,53,48,52,44,103,114,101,101,110,58,51,50,55,54,56,44,103,114,101,101,110,121,101,108,108,111,119,58,49,49,52,48,51,48,53,53,44,103,114,101,121,58,56,52,50,49,53,48,52,44,104,111,110,101,121,100,101,119,58,49,53,55,57,52,49,54,48,44,104,111,116,112,105,110,107,58,49,54,55,51,56,55,52,48,44,105,110,100,105,97,110,114,101,100,58,49,51,52,53,56,53,50,52,44,105,110,100,105,103,111,58,52,57,49,53,51,51,48,44,105,118,111,114,121,58,49,54,55,55,55,50,48,48,44,107,104,97,107,105,58,49,53,55,56,55,54,54,48,44,108,97,118,101,110,100,101,114,58,49,53,49,51,50,52,49,48,44,108,97,118,101,110,100,101,114,98,108,117,115,104,58,49,54,55,55,51,51,54,53,44,108,97,119,110,103,114,101,101,110,58,56,49,57,48,57,55,54,44,108,101,109,111,110,99,104,105,102,102,111,110,58,49,54,55,55,53,56,56,53,44,108,105,103,104,116,98,108,117,101,58,49,49,51,57,51,50,53,52,44,108,105,103,104,116,99,111,114,97,108,58,49,53,55,54,49,53,51,54,44,108,105,103,104,116,99,121,97,110,58,49,52,55,52,53,53,57,57,44,108,105,103,104,116,103,111,108,100,101,110,114,111,100,121,101,108,108,111,119,58,49,54,52,52,56,50,49,48,44,108,105,103,104,116,103,114,97,121,58,49,51,56,56,50,51,50,51,44,108,105,103,104,116,103,114,101,101,110,58,57,52,57,56,50,53,54,44,108,105,103,104,116,103,114,101,121,58,49,51,56,56,50,51,50,51,44,108,105,103,104,116,112,105,110,107,58,49,54,55,53,56,52,54,53,44,108,105,103,104,116,115,97,108,109,111,110,58,49,54,55,53,50,55,54,50,44,108,105,103,104,116,115,101,97,103,114,101,101,110,58,50,49,52,50,56,57,48,44,108,105,103,104,116,115,107,121,98,108,117,101,58,56,57,48,48,51,52,54,44,108,105,103,104,116,115,108,97,116,101,103,114,97,121,58,55,56,51,51,55,53,51,44,108,105,103,104,116,115,108,97,116,101,103,114,101,121,58,55,56,51,51,55,53,51,44,108,105,103,104,116,115,116,101,101,108,98,108,117,101,58,49,49,53,56,52,55,51,52,44,108,105,103,104,116,121,101,108,108,111,119,58,49,54,55,55,55,49,56,52,44,108,105,109,101,58,54,53,50,56,48,44,108,105,109,101,103,114,101,101,110,58,51,51,50,57,51,51,48,44,108,105,110,101,110,58,49,54,52,52,53,54,55,48,44,109,97,103,101,110,116,97,58,49,54,55,49,49,57,51,53,44,109,97,114,111,111,110,58,56,51,56,56,54,48,56,44,109,101,100,105,117,109,97,113,117,97,109,97,114,105,110,101,58,54,55,51,55,51,50,50,44,109,101,100,105,117,109,98,108,117,101,58,50,48,53,44,109,101,100,105,117,109,111,114,99,104,105,100,58,49,50,50,49,49,54,54,55,44,109,101,100,105,117,109,112,117,114,112,108,101,58,57,54,54,50,54,56,51,44,109,101,100,105,117,109,115,101,97,103,114,101,101,110,58,51,57,55,56,48,57,55,44,109,101,100,105,117,109,115,108,97,116,101,98,108,117,101,58,56,48,56,55,55,57,48,44,109,101,100,105,117,109,115,112,114,105,110,103,103,114,101,101,110,58,54,52,49,53,52,44,109,101,100,105,117,109,116,117,114,113,117,111,105,115,101,58,52,55,55,50,51,48,48,44,109,101,100,105,117,109,118,105,111,108,101,116,114,101,100,58,49,51,48,52,55,49,55,51,44,109,105,100,110,105,103,104,116,98,108,117,101,58,49,54,52,52,57,49,50,44,109,105,110,116,99,114,101,97,109,58,49,54,49,50,49,56,53,48,44,109,105,115,116,121,114,111,115,101,58,49,54,55,55,48,50,55,51,44,109,111,99,99,97,115,105,110,58,49,54,55,55,48,50,50,57,44,110,97,118,97,106,111,119,104,105,116,101,58,49,54,55,54,56,54,56,53,44,110,97,118,121,58,49,50,56,44,111,108,100,108,97,99,101,58,49,54,54,52,51,53,53,56,44,111,108,105,118,101,58,56,52,50,49,51,55,54,44,111,108,105,118,101,100,114,97,98,58,55,48,52,56,55,51,57,44,111,114,97,110,103,101,58,49,54,55,53,51,57,50,48,44,111,114,97,110,103,101,114,101,100,58,49,54,55,50,57,51,52,52,44,111,114,99,104,105,100,58,49,52,51,49,53,55,51,52,44,112,97,108,101,103,111,108,100,101,110,114,111,100,58,49,53,54,53,55,49,51,48,44,112,97,108,101,103,114,101,101,110,58,49,48,48,50,53,56,56,48,44,112,97,108,101,116,117,114,113,117,111,105,115,101,58,49,49,53,50,57,57,54,54,44,112,97,108,101,118,105,111,108,101,116,114,101,100,58,49,52,51,56,49,50,48,51,44,112,97,112,97,121,97,119,104,105,112,58,49,54,55,55,51,48,55,55,44,112,101,97,99,104,112,117,102,102,58,49,54,55,54,55,54,55,51,44,112,101,114,117,58,49,51,52,54,56,57,57,49,44,112,105,110,107,58,49,54,55,54,49,48,51,53,44,112,108,117,109,58,49,52,53,50,52,54,51,55,44,112,111,119,100,101,114,98,108,117,101,58,49,49,53,57,49,57,49,48,44,112,117,114,112,108,101,58,56,51,56,56,55,51,54,44,114,101,98,101,99,99,97,112,117,114,112,108,101,58,54,54,57,55,56,56,49,44,114,101,100,58,49,54,55,49,49,54,56,48,44,114,111,115,121,98,114,111,119,110,58,49,50,51,53,55,53,49,57,44,114,111,121,97,108,98,108,117,101,58,52,50,56,54,57,52,53,44,115,97,100,100,108,101,98,114,111,119,110,58,57,49,50,55,49,56,55,44,115,97,108,109,111,110,58,49,54,52,49,54,56,56,50,44,115,97,110,100,121,98,114,111,119,110,58,49,54,48,51,50,56,54,52,44,115,101,97,103,114,101,101,110,58,51,48,53,48,51,50,55,44,115,101,97,115,104,101,108,108,58,49,54,55,55,52,54,51,56,44,115,105,101,110,110,97,58,49,48,53,48,54,55,57,55,44,115,105,108,118,101,114,58,49,50,54,51,50,50,53,54,44,115,107,121,98,108,117,101,58,56,57,48,48,51,51,49,44,115,108,97,116,101,98,108,117,101,58,54,57,55,48,48,54,49,44,115,108,97,116,101,103,114,97,121,58,55,51,55,50,57,52,52,44,115,108,97,116,101,103,114,101,121,58,55,51,55,50,57,52,52,44,115,110,111,119,58,49,54,55,55,53,57,51,48,44,115,112,114,105,110,103,103,114,101,101,110,58,54,53,52,48,55,44,115,116,101,101,108,98,108,117,101,58,52,54,50,48,57,56,48,44,116,97,110,58,49,51,56,48,56,55,56,48,44,116,101,97,108,58,51,50,56,57,54,44,116,104,105,115,116,108,101,58,49,52,50,48,52,56,56,56,44,116,111,109,97,116,111,58,49,54,55,51,55,48,57,53,44,116,117,114,113,117,111,105,115,101,58,52,50,53,49,56,53,54,44,118,105,111,108,101,116,58,49,53,54,51,49,48,56,54,44,119,104,101,97,116,58,49,54,49,49,51,51,51,49,44,119,104,105,116,101,58,49,54,55,55,55,50,49,53,44,119,104,105,116,101,115,109,111,107,101,58,49,54,49,49,57,50,56,53,44,121,101,108,108,111,119,58,49,54,55,55,54,57,54,48,44,121,101,108,108,111,119,103,114,101,101,110,58,49,48,49,52,53,48,55,52,125,59,102,117,110,99,116,105,111,110,32,90,101,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,114,103,98,40,41,46,102,111,114,109,97,116,72,101,120,40,41,125,102,117,110,99,116,105,111,110,32,74,101,40,41,123,114,101,116,117,114,110,32,102,110,40,116,104,105,115,41,46,102,111,114,109,97,116,72,115,108,40,41,125,102,117,110,99,116,105,111,110,32,81,101,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,114,103,98,40,41,46,102,111,114,109,97,116,82,103,98,40,41,125,102,117,110,99,116,105,111,110,32,116,110,40,116,41,123,118,97,114,32,101,44,110,59,114,101,116,117,114,110,32,116,61,40,116,43,34,34,41,46,116,114,105,109,40,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,40,101,61,72,101,46,101,120,101,99,40,116,41,41,63,40,110,61,101,91,49,93,46,108,101,110,103,116,104,44,101,61,112,97,114,115,101,73,110,116,40,101,91,49,93,44,49,54,41,44,54,61,61,61,110,63,101,110,40,101,41,58,51,61,61,61,110,63,110,101,119,32,97,110,40,101,62,62,56,38,49,53,124,101,62,62,52,38,50,52,48,44,101,62,62,52,38,49,53,124,50,52,48,38,101,44,40,49,53,38,101,41,60,60,52,124,49,53,38,101,44,49,41,58,56,61,61,61,110,63,110,110,40,101,62,62,50,52,38,50,53,53,44,101,62,62,49,54,38,50,53,53,44,101,62,62,56,38,50,53,53,44,40,50,53,53,38,101,41,47,50,53,53,41,58,52,61,61,61,110,63,110,110,40,101,62,62,49,50,38,49,53,124,101,62,62,56,38,50,52,48,44,101,62,62,56,38,49,53,124,101,62,62,52,38,50,52,48,44,101,62,62,52,38,49,53,124,50,52,48,38,101,44,40,40,49,53,38,101,41,60,60,52,124,49,53,38,101,41,47,50,53,53,41,58,110,117,108,108,41,58,40,101,61,85,101,46,101,120,101,99,40,116,41,41,63,110,101,119,32,97,110,40,101,91,49,93,44,101,91,50,93,44,101,91,51,93,44,49,41,58,40,101,61,87,101,46,101,120,101,99,40,116,41,41,63,110,101,119,32,97,110,40,50,53,53,42,101,91,49,93,47,49,48,48,44,50,53,53,42,101,91,50,93,47,49,48,48,44,50,53,53,42,101,91,51,93,47,49,48,48,44,49,41,58,40,101,61,113,101,46,101,120,101,99,40,116,41,41,63,110,110,40,101,91,49,93,44,101,91,50,93,44,101,91,51,93,44,101,91,52,93,41,58,40,101,61,71,101,46,101,120,101,99,40,116,41,41,63,110,110,40,50,53,53,42,101,91,49,93,47,49,48,48,44,50,53,53,42,101,91,50,93,47,49,48,48,44,50,53,53,42,101,91,51,93,47,49,48,48,44,101,91,52,93,41,58,40,101,61,89,101,46,101,120,101,99,40,116,41,41,63,108,110,40,101,91,49,93,44,101,91,50,93,47,49,48,48,44,101,91,51,93,47,49,48,48,44,49,41,58,40,101,61,75,101,46,101,120,101,99,40,116,41,41,63,108,110,40,101,91,49,93,44,101,91,50,93,47,49,48,48,44,101,91,51,93,47,49,48,48,44,101,91,52,93,41,58,88,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,116,41,63,101,110,40,88,101,91,116,93,41,58,34,116,114,97,110,115,112,97,114,101,110,116,34,61,61,61,116,63,110,101,119,32,97,110,40,78,97,78,44,78,97,78,44,78,97,78,44,48,41,58,110,117,108,108,125,102,117,110,99,116,105,111,110,32,101,110,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,97,110,40,116,62,62,49,54,38,50,53,53,44,116,62,62,56,38,50,53,53,44,50,53,53,38,116,44,49,41,125,102,117,110,99,116,105,111,110,32,110,110,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,114,60,61,48,38,38,40,116,61,101,61,110,61,78,97,78,41,44,110,101,119,32,97,110,40,116,44,101,44,110,44,114,41,125,102,117,110,99,116,105,111,110,32,114,110,40,116,41,123,114,101,116,117,114,110,32,116,32,105,110,115,116,97,110,99,101,111,102,32,70,101,124,124,40,116,61,116,110,40,116,41,41,44,116,63,40,116,61,116,46,114,103,98,40,41,44,110,101,119,32,97,110,40,116,46,114,44,116,46,103,44,116,46,98,44,116,46,111,112,97,99,105,116,121,41,41,58,110,101,119,32,97,110,125,102,117,110,99,116,105,111,110,32,111,110,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,49,61,61,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,114,110,40,116,41,58,110,101,119,32,97,110,40,116,44,101,44,110,44,110,117,108,108,61,61,114,63,49,58,114,41,125,102,117,110,99,116,105,111,110,32,97,110,40,116,44,101,44,110,44,114,41,123,116,104,105,115,46,114,61,43,116,44,116,104,105,115,46,103,61,43,101,44,116,104,105,115,46,98,61,43,110,44,116,104,105,115,46,111,112,97,99,105,116,121,61,43,114,125,102,117,110,99,116,105,111,110,32,115,110,40,41,123,114,101,116,117,114,110,34,35,34,43,117,110,40,116,104,105,115,46,114,41,43,117,110,40,116,104,105,115,46,103,41,43,117,110,40,116,104,105,115,46,98,41,125,102,117,110,99,116,105,111,110,32,99,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,111,112,97,99,105,116,121,59,114,101,116,117,114,110,32,116,61,105,115,78,97,78,40,116,41,63,49,58,77,97,116,104,46,109,97,120,40,48,44,77,97,116,104,46,109,105,110,40,49,44,116,41,41,44,40,49,61,61,61,116,63,34,114,103,98,40,34,58,34,114,103,98,97,40,34,41,43,77,97,116,104,46,109,97,120,40,48,44,77,97,116,104,46,109,105,110,40,50,53,53,44,77,97,116,104,46,114,111,117,110,100,40,116,104,105,115,46,114,41,124,124,48,41,41,43,34,44,32,34,43,77,97,116,104,46,109,97,120,40,48,44,77,97,116,104,46,109,105,110,40,50,53,53,44,77,97,116,104,46,114,111,117,110,100,40,116,104,105,115,46,103,41,124,124,48,41,41,43,34,44,32,34,43,77,97,116,104,46,109,97,120,40,48,44,77,97,116,104,46,109,105,110,40,50,53,53,44,77,97,116,104,46,114,111,117,110,100,40,116,104,105,115,46,98,41,124,124,48,41,41,43,40,49,61,61,61,116,63,34,41,34,58,34,44,32,34,43,116,43,34,41,34,41,125,102,117,110,99,116,105,111,110,32,117,110,40,116,41,123,114,101,116,117,114,110,32,116,61,77,97,116,104,46,109,97,120,40,48,44,77,97,116,104,46,109,105,110,40,50,53,53,44,77,97,116,104,46,114,111,117,110,100,40,116,41,124,124,48,41,41,44,40,116,60,49,54,63,34,48,34,58,34,34,41,43,116,46,116,111,83,116,114,105,110,103,40,49,54,41,125,102,117,110,99,116,105,111,110,32,108,110,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,114,60,61,48,63,116,61,101,61,110,61,78,97,78,58,110,60,61,48,124,124,110,62,61,49,63,116,61,101,61,78,97,78,58,101,60,61,48,38,38,40,116,61,78,97,78,41,44,110,101,119,32,100,110,40,116,44,101,44,110,44,114,41,125,102,117,110,99,116,105,111,110,32,102,110,40,116,41,123,105,102,40,116,32,105,110,115,116,97,110,99,101,111,102,32,100,110,41,114,101,116,117,114,110,32,110,101,119,32,100,110,40,116,46,104,44,116,46,115,44,116,46,108,44,116,46,111,112,97,99,105,116,121,41,59,105,102,40,116,32,105,110,115,116,97,110,99,101,111,102,32,70,101,124,124,40,116,61,116,110,40,116,41,41,44,33,116,41,114,101,116,117,114,110,32,110,101,119,32,100,110,59,105,102,40,116,32,105,110,115,116,97,110,99,101,111,102,32,100,110,41,114,101,116,117,114,110,32,116,59,116,61,116,46,114,103,98,40,41,59,118,97,114,32,101,61,116,46,114,47,50,53,53,44,110,61,116,46,103,47,50,53,53,44,114,61,116,46,98,47,50,53,53,44,105,61,77,97,116,104,46,109,105,110,40,101,44,110,44,114,41,44,111,61,77,97,116,104,46,109,97,120,40,101,44,110,44,114,41,44,97,61,78,97,78,44,115,61,111,45,105,44,99,61,40,111,43,105,41,47,50,59,114,101,116,117,114,110,32,115,63,40,97,61,101,61,61,61,111,63,40,110,45,114,41,47,115,43,54,42,40,110,60,114,41,58,110,61,61,61,111,63,40,114,45,101,41,47,115,43,50,58,40,101,45,110,41,47,115,43,52,44,115,47,61,99,60,46,53,63,111,43,105,58,50,45,111,45,105,44,97,42,61,54,48,41,58,115,61,99,62,48,38,38,99,60,49,63,48,58,97,44,110,101,119,32,100,110,40,97,44,115,44,99,44,116,46,111,112,97,99,105,116,121,41,125,102,117,110,99,116,105,111,110,32,104,110,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,49,61,61,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,102,110,40,116,41,58,110,101,119,32,100,110,40,116,44,101,44,110,44,110,117,108,108,61,61,114,63,49,58,114,41,125,102,117,110,99,116,105,111,110,32,100,110,40,116,44,101,44,110,44,114,41,123,116,104,105,115,46,104,61,43,116,44,116,104,105,115,46,115,61,43,101,44,116,104,105,115,46,108,61,43,110,44,116,104,105,115,46,111,112,97,99,105,116,121,61,43,114,125,102,117,110,99,116,105,111,110,32,112,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,50,53,53,42,40,116,60,54,48,63,101,43,40,110,45,101,41,42,116,47,54,48,58,116,60,49,56,48,63,110,58,116,60,50,52,48,63,101,43,40,110,45,101,41,42,40,50,52,48,45,116,41,47,54,48,58,101,41,125,102,117,110,99,116,105,111,110,32,118,110,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,116,42,116,44,97,61,111,42,116,59,114,101,116,117,114,110,40,40,49,45,51,42,116,43,51,42,111,45,97,41,42,101,43,40,52,45,54,42,111,43,51,42,97,41,42,110,43,40,49,43,51,42,116,43,51,42,111,45,51,42,97,41,42,114,43,97,42,105,41,47,54,125,73,101,40,70,101,44,116,110,44,123,99,111,112,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,110,101,119,32,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,44,116,104,105,115,44,116,41,125,44,100,105,115,112,108,97,121,97,98,108,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,114,103,98,40,41,46,100,105,115,112,108,97,121,97,98,108,101,40,41,125,44,104,101,120,58,90,101,44,102,111,114,109,97,116,72,101,120,58,90,101,44,102,111,114,109,97,116,72,115,108,58,74,101,44,102,111,114,109,97,116,82,103,98,58,81,101,44,116,111,83,116,114,105,110,103,58,81,101,125,41,44,73,101,40,97,110,44,111,110,44,36,101,40,70,101,44,123,98,114,105,103,104,116,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,110,117,108,108,61,61,116,63,82,101,58,77,97,116,104,46,112,111,119,40,82,101,44,116,41,44,110,101,119,32,97,110,40,116,104,105,115,46,114,42,116,44,116,104,105,115,46,103,42,116,44,116,104,105,115,46,98,42,116,44,116,104,105,115,46,111,112,97,99,105,116,121,41,125,44,100,97,114,107,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,110,117,108,108,61,61,116,63,66,101,58,77,97,116,104,46,112,111,119,40,66,101,44,116,41,44,110,101,119,32,97,110,40,116,104,105,115,46,114,42,116,44,116,104,105,115,46,103,42,116,44,116,104,105,115,46,98,42,116,44,116,104,105,115,46,111,112,97,99,105,116,121,41,125,44,114,103,98,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,44,100,105,115,112,108,97,121,97,98,108,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,45,46,53,60,61,116,104,105,115,46,114,38,38,116,104,105,115,46,114,60,50,53,53,46,53,38,38,45,46,53,60,61,116,104,105,115,46,103,38,38,116,104,105,115,46,103,60,50,53,53,46,53,38,38,45,46,53,60,61,116,104,105,115,46,98,38,38,116,104,105,115,46,98,60,50,53,53,46,53,38,38,48,60,61,116,104,105,115,46,111,112,97,99,105,116,121,38,38,116,104,105,115,46,111,112,97,99,105,116,121,60,61,49,125,44,104,101,120,58,115,110,44,102,111,114,109,97,116,72,101,120,58,115,110,44,102,111,114,109,97,116,82,103,98,58,99,110,44,116,111,83,116,114,105,110,103,58,99,110,125,41,41,44,73,101,40,100,110,44,104,110,44,36,101,40,70,101,44,123,98,114,105,103,104,116,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,110,117,108,108,61,61,116,63,82,101,58,77,97,116,104,46,112,111,119,40,82,101,44,116,41,44,110,101,119,32,100,110,40,116,104,105,115,46,104,44,116,104,105,115,46,115,44,116,104,105,115,46,108,42,116,44,116,104,105,115,46,111,112,97,99,105,116,121,41,125,44,100,97,114,107,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,110,117,108,108,61,61,116,63,66,101,58,77,97,116,104,46,112,111,119,40,66,101,44,116,41,44,110,101,119,32,100,110,40,116,104,105,115,46,104,44,116,104,105,115,46,115,44,116,104,105,115,46,108,42,116,44,116,104,105,115,46,111,112,97,99,105,116,121,41,125,44,114,103,98,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,104,37,51,54,48,43,51,54,48,42,40,116,104,105,115,46,104,60,48,41,44,101,61,105,115,78,97,78,40,116,41,124,124,105,115,78,97,78,40,116,104,105,115,46,115,41,63,48,58,116,104,105,115,46,115,44,110,61,116,104,105,115,46,108,44,114,61,110,43,40,110,60,46,53,63,110,58,49,45,110,41,42,101,44,105,61,50,42,110,45,114,59,114,101,116,117,114,110,32,110,101,119,32,97,110,40,112,110,40,116,62,61,50,52,48,63,116,45,50,52,48,58,116,43,49,50,48,44,105,44,114,41,44,112,110,40,116,44,105,44,114,41,44,112,110,40,116,60,49,50,48,63,116,43,50,52,48,58,116,45,49,50,48,44,105,44,114,41,44,116,104,105,115,46,111,112,97,99,105,116,121,41,125,44,100,105,115,112,108,97,121,97,98,108,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,40,48,60,61,116,104,105,115,46,115,38,38,116,104,105,115,46,115,60,61,49,124,124,105,115,78,97,78,40,116,104,105,115,46,115,41,41,38,38,48,60,61,116,104,105,115,46,108,38,38,116,104,105,115,46,108,60,61,49,38,38,48,60,61,116,104,105,115,46,111,112,97,99,105,116,121,38,38,116,104,105,115,46,111,112,97,99,105,116,121,60,61,49,125,44,102,111,114,109,97,116,72,115,108,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,111,112,97,99,105,116,121,59,114,101,116,117,114,110,32,116,61,105,115,78,97,78,40,116,41,63,49,58,77,97,116,104,46,109,97,120,40,48,44,77,97,116,104,46,109,105,110,40,49,44,116,41,41,44,40,49,61,61,61,116,63,34,104,115,108,40,34,58,34,104,115,108,97,40,34,41,43,40,116,104,105,115,46,104,124,124,48,41,43,34,44,32,34,43,49,48,48,42,40,116,104,105,115,46,115,124,124,48,41,43,34,37,44,32,34,43,49,48,48,42,40,116,104,105,115,46,108,124,124,48,41,43,34,37,34,43,40,49,61,61,61,116,63,34,41,34,58,34,44,32,34,43,116,43,34,41,34,41,125,125,41,41,59,118,97,114,32,103,110,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,108,101,110,103,116,104,45,49,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,110,60,61,48,63,110,61,48,58,110,62,61,49,63,40,110,61,49,44,101,45,49,41,58,77,97,116,104,46,102,108,111,111,114,40,110,42,101,41,44,105,61,116,91,114,93,44,111,61,116,91,114,43,49,93,44,97,61,114,62,48,63,116,91,114,45,49,93,58,50,42,105,45,111,44,115,61,114,60,101,45,49,63,116,91,114,43,50,93,58,50,42,111,45,105,59,114,101,116,117,114,110,32,118,110,40,40,110,45,114,47,101,41,42,101,44,97,44,105,44,111,44,115,41,125,125,44,109,110,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,77,97,116,104,46,102,108,111,111,114,40,40,40,110,37,61,49,41,60,48,63,43,43,110,58,110,41,42,101,41,44,105,61,116,91,40,114,43,101,45,49,41,37,101,93,44,111,61,116,91,114,37,101,93,44,97,61,116,91,40,114,43,49,41,37,101,93,44,115,61,116,91,40,114,43,50,41,37,101,93,59,114,101,116,117,114,110,32,118,110,40,40,110,45,114,47,101,41,42,101,44,105,44,111,44,97,44,115,41,125,125,44,98,110,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,125,59,102,117,110,99,116,105,111,110,32,121,110,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,43,110,42,101,125,125,102,117,110,99,116,105,111,110,32,119,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,61,77,97,116,104,46,112,111,119,40,116,44,110,41,44,101,61,77,97,116,104,46,112,111,119,40,101,44,110,41,45,116,44,110,61,49,47,110,44,102,117,110,99,116,105,111,110,40,114,41,123,114,101,116,117,114,110,32,77,97,116,104,46,112,111,119,40,116,43,114,42,101,44,110,41,125,125,102,117,110,99,116,105,111,110,32,95,110,40,116,41,123,114,101,116,117,114,110,32,49,61,61,61,40,116,61,43,116,41,63,120,110,58,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,32,110,45,101,63,119,110,40,101,44,110,44,116,41,58,98,110,40,105,115,78,97,78,40,101,41,63,110,58,101,41,125,125,102,117,110,99,116,105,111,110,32,120,110,40,116,44,101,41,123,118,97,114,32,110,61,101,45,116,59,114,101,116,117,114,110,32,110,63,121,110,40,116,44,110,41,58,98,110,40,105,115,78,97,78,40,116,41,63,101,58,116,41,125,118,97,114,32,79,110,61,102,117,110,99,116,105,111,110,32,116,40,101,41,123,118,97,114,32,110,61,95,110,40,101,41,59,102,117,110,99,116,105,111,110,32,114,40,116,44,101,41,123,118,97,114,32,114,61,110,40,40,116,61,111,110,40,116,41,41,46,114,44,40,101,61,111,110,40,101,41,41,46,114,41,44,105,61,110,40,116,46,103,44,101,46,103,41,44,111,61,110,40,116,46,98,44,101,46,98,41,44,97,61,120,110,40,116,46,111,112,97,99,105,116,121,44,101,46,111,112,97,99,105,116,121,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,114,61,114,40,101,41,44,116,46,103,61,105,40,101,41,44,116,46,98,61,111,40,101,41,44,116,46,111,112,97,99,105,116,121,61,97,40,101,41,44,116,43,34,34,125,125,114,101,116,117,114,110,32,114,46,103,97,109,109,97,61,116,44,114,125,40,49,41,59,102,117,110,99,116,105,111,110,32,83,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,44,114,44,105,61,101,46,108,101,110,103,116,104,44,111,61,110,101,119,32,65,114,114,97,121,40,105,41,44,97,61,110,101,119,32,65,114,114,97,121,40,105,41,44,115,61,110,101,119,32,65,114,114,97,121,40,105,41,59,102,111,114,40,110,61,48,59,110,60,105,59,43,43,110,41,114,61,111,110,40,101,91,110,93,41,44,111,91,110,93,61,114,46,114,124,124,48,44,97,91,110,93,61,114,46,103,124,124,48,44,115,91,110,93,61,114,46,98,124,124,48,59,114,101,116,117,114,110,32,111,61,116,40,111,41,44,97,61,116,40,97,41,44,115,61,116,40,115,41,44,114,46,111,112,97,99,105,116,121,61,49,44,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,46,114,61,111,40,116,41,44,114,46,103,61,97,40,116,41,44,114,46,98,61,115,40,116,41,44,114,43,34,34,125,125,125,118,97,114,32,107,110,61,83,110,40,103,110,41,44,67,110,61,40,83,110,40,109,110,41,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,101,124,124,40,101,61,91,93,41,59,118,97,114,32,110,44,114,61,116,63,77,97,116,104,46,109,105,110,40,101,46,108,101,110,103,116,104,44,116,46,108,101,110,103,116,104,41,58,48,44,105,61,101,46,115,108,105,99,101,40,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,111,41,123,102,111,114,40,110,61,48,59,110,60,114,59,43,43,110,41,105,91,110,93,61,116,91,110,93,42,40,49,45,111,41,43,101,91,110,93,42,111,59,114,101,116,117,114,110,32,105,125,125,41,59,102,117,110,99,116,105,111,110,32,80,110,40,116,41,123,114,101,116,117,114,110,32,65,114,114,97,121,66,117,102,102,101,114,46,105,115,86,105,101,119,40,116,41,38,38,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,68,97,116,97,86,105,101,119,41,125,102,117,110,99,116,105,111,110,32,84,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,101,63,101,46,108,101,110,103,116,104,58,48,44,105,61,116,63,77,97,116,104,46,109,105,110,40,114,44,116,46,108,101,110,103,116,104,41,58,48,44,111,61,110,101,119,32,65,114,114,97,121,40,105,41,44,97,61,110,101,119,32,65,114,114,97,121,40,114,41,59,102,111,114,40,110,61,48,59,110,60,105,59,43,43,110,41,111,91,110,93,61,82,110,40,116,91,110,93,44,101,91,110,93,41,59,102,111,114,40,59,110,60,114,59,43,43,110,41,97,91,110,93,61,101,91,110,93,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,110,61,48,59,110,60,105,59,43,43,110,41,97,91,110,93,61,111,91,110,93,40,116,41,59,114,101,116,117,114,110,32,97,125,125,118,97,114,32,106,110,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,110,101,119,32,68,97,116,101,59,114,101,116,117,114,110,32,116,61,43,116,44,101,61,43,101,44,102,117,110,99,116,105,111,110,40,114,41,123,114,101,116,117,114,110,32,110,46,115,101,116,84,105,109,101,40,116,42,40,49,45,114,41,43,101,42,114,41,44,110,125,125,44,69,110,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,43,116,44,101,61,43,101,44,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,42,40,49,45,110,41,43,101,42,110,125,125,44,65,110,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,123,125,44,105,61,123,125,59,102,111,114,40,110,32,105,110,32,110,117,108,108,33,61,61,116,38,38,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,124,124,40,116,61,123,125,41,44,110,117,108,108,33,61,61,101,38,38,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,101,124,124,40,101,61,123,125,41,44,101,41,110,32,105,110,32,116,63,114,91,110,93,61,82,110,40,116,91,110,93,44,101,91,110,93,41,58,105,91,110,93,61,101,91,110,93,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,110,32,105,110,32,114,41,105,91,110,93,61,114,91,110,93,40,116,41,59,114,101,116,117,114,110,32,105,125,125,44,68,110,61,47,91,45,43,93,63,40,63,58,92,100,43,92,46,63,92,100,42,124,92,46,63,92,100,43,41,40,63,58,91,101,69,93,91,45,43,93,63,92,100,43,41,63,47,103,44,76,110,61,110,101,119,32,82,101,103,69,120,112,40,68,110,46,115,111,117,114,99,101,44,34,103,34,41,59,102,117,110,99,116,105,111,110,32,77,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,125,102,117,110,99,116,105,111,110,32,73,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,40,101,41,43,34,34,125,125,118,97,114,32,36,110,44,70,110,44,66,110,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,44,105,44,111,61,68,110,46,108,97,115,116,73,110,100,101,120,61,76,110,46,108,97,115,116,73,110,100,101,120,61,48,44,97,61,45,49,44,115,61,91,93,44,99,61,91,93,59,116,43,61,34,34,44,101,43,61,34,34,59,119,104,105,108,101,40,40,110,61,68,110,46,101,120,101,99,40,116,41,41,38,38,40,114,61,76,110,46,101,120,101,99,40,101,41,41,41,40,105,61,114,46,105,110,100,101,120,41,62,111,38,38,40,105,61,101,46,115,108,105,99,101,40,111,44,105,41,44,115,91,97,93,63,115,91,97,93,43,61,105,58,115,91,43,43,97,93,61,105,41,44,40,110,61,110,91,48,93,41,61,61,61,40,114,61,114,91,48,93,41,63,115,91,97,93,63,115,91,97,93,43,61,114,58,115,91,43,43,97,93,61,114,58,40,115,91,43,43,97,93,61,110,117,108,108,44,99,46,112,117,115,104,40,123,105,58,97,44,120,58,69,110,40,110,44,114,41,125,41,41,44,111,61,76,110,46,108,97,115,116,73,110,100,101,120,59,114,101,116,117,114,110,32,111,60,101,46,108,101,110,103,116,104,38,38,40,105,61,101,46,115,108,105,99,101,40,111,41,44,115,91,97,93,63,115,91,97,93,43,61,105,58,115,91,43,43,97,93,61,105,41,44,115,46,108,101,110,103,116,104,60,50,63,99,91,48,93,63,73,110,40,99,91,48,93,46,120,41,58,77,110,40,101,41,58,40,101,61,99,46,108,101,110,103,116,104,44,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,110,44,114,61,48,59,114,60,101,59,43,43,114,41,115,91,40,110,61,99,91,114,93,41,46,105,93,61,110,46,120,40,116,41,59,114,101,116,117,114,110,32,115,46,106,111,105,110,40,34,34,41,125,41,125,44,82,110,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,116,121,112,101,111,102,32,101,59,114,101,116,117,114,110,32,110,117,108,108,61,61,101,124,124,34,98,111,111,108,101,97,110,34,61,61,61,114,63,98,110,40,101,41,58,40,34,110,117,109,98,101,114,34,61,61,61,114,63,69,110,58,34,115,116,114,105,110,103,34,61,61,61,114,63,40,110,61,116,110,40,101,41,41,63,40,101,61,110,44,79,110,41,58,66,110,58,101,32,105,110,115,116,97,110,99,101,111,102,32,116,110,63,79,110,58,101,32,105,110,115,116,97,110,99,101,111,102,32,68,97,116,101,63,106,110,58,80,110,40,101,41,63,67,110,58,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,41,63,84,110,58,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,46,118,97,108,117,101,79,102,38,38,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,46,116,111,83,116,114,105,110,103,124,124,105,115,78,97,78,40,101,41,63,65,110,58,69,110,41,40,116,44,101,41,125,44,78,110,61,48,44,122,110,61,48,44,86,110,61,48,44,72,110,61,49,101,51,44,85,110,61,48,44,87,110,61,48,44,113,110,61,48,44,71,110,61,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,112,101,114,102,111,114,109,97,110,99,101,38,38,112,101,114,102,111,114,109,97,110,99,101,46,110,111,119,63,112,101,114,102,111,114,109,97,110,99,101,58,68,97,116,101,44,89,110,61,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,38,38,119,105,110,100,111,119,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,63,119,105,110,100,111,119,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,46,98,105,110,100,40,119,105,110,100,111,119,41,58,102,117,110,99,116,105,111,110,40,116,41,123,115,101,116,84,105,109,101,111,117,116,40,116,44,49,55,41,125,59,102,117,110,99,116,105,111,110,32,75,110,40,41,123,114,101,116,117,114,110,32,87,110,124,124,40,89,110,40,88,110,41,44,87,110,61,71,110,46,110,111,119,40,41,43,113,110,41,125,102,117,110,99,116,105,111,110,32,88,110,40,41,123,87,110,61,48,125,102,117,110,99,116,105,111,110,32,90,110,40,41,123,116,104,105,115,46,95,99,97,108,108,61,116,104,105,115,46,95,116,105,109,101,61,116,104,105,115,46,95,110,101,120,116,61,110,117,108,108,125,102,117,110,99,116,105,111,110,32,74,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,101,119,32,90,110,59,114,101,116,117,114,110,32,114,46,114,101,115,116,97,114,116,40,116,44,101,44,110,41,44,114,125,102,117,110,99,116,105,111,110,32,81,110,40,41,123,75,110,40,41,44,43,43,78,110,59,118,97,114,32,116,44,101,61,36,110,59,119,104,105,108,101,40,101,41,40,116,61,87,110,45,101,46,95,116,105,109,101,41,62,61,48,38,38,101,46,95,99,97,108,108,46,99,97,108,108,40,110,117,108,108,44,116,41,44,101,61,101,46,95,110,101,120,116,59,45,45,78,110,125,102,117,110,99,116,105,111,110,32,116,114,40,41,123,87,110,61,40,85,110,61,71,110,46,110,111,119,40,41,41,43,113,110,44,78,110,61,122,110,61,48,59,116,114,121,123,81,110,40,41,125,102,105,110,97,108,108,121,123,78,110,61,48,44,110,114,40,41,44,87,110,61,48,125,125,102,117,110,99,116,105,111,110,32,101,114,40,41,123,118,97,114,32,116,61,71,110,46,110,111,119,40,41,44,101,61,116,45,85,110,59,101,62,72,110,38,38,40,113,110,45,61,101,44,85,110,61,116,41,125,102,117,110,99,116,105,111,110,32,110,114,40,41,123,118,97,114,32,116,44,101,44,110,61,36,110,44,114,61,49,47,48,59,119,104,105,108,101,40,110,41,110,46,95,99,97,108,108,63,40,114,62,110,46,95,116,105,109,101,38,38,40,114,61,110,46,95,116,105,109,101,41,44,116,61,110,44,110,61,110,46,95,110,101,120,116,41,58,40,101,61,110,46,95,110,101,120,116,44,110,46,95,110,101,120,116,61,110,117,108,108,44,110,61,116,63,116,46,95,110,101,120,116,61,101,58,36,110,61,101,41,59,70,110,61,116,44,114,114,40,114,41,125,102,117,110,99,116,105,111,110,32,114,114,40,116,41,123,105,102,40,33,78,110,41,123,122,110,38,38,40,122,110,61,99,108,101,97,114,84,105,109,101,111,117,116,40,122,110,41,41,59,118,97,114,32,101,61,116,45,87,110,59,101,62,50,52,63,40,116,60,49,47,48,38,38,40,122,110,61,115,101,116,84,105,109,101,111,117,116,40,116,114,44,116,45,71,110,46,110,111,119,40,41,45,113,110,41,41,44,86,110,38,38,40,86,110,61,99,108,101,97,114,73,110,116,101,114,118,97,108,40,86,110,41,41,41,58,40,86,110,124,124,40,85,110,61,71,110,46,110,111,119,40,41,44,86,110,61,115,101,116,73,110,116,101,114,118,97,108,40,101,114,44,72,110,41,41,44,78,110,61,49,44,89,110,40,116,114,41,41,125,125,90,110,46,112,114,111,116,111,116,121,112,101,61,74,110,46,112,114,111,116,111,116,121,112,101,61,123,99,111,110,115,116,114,117,99,116,111,114,58,90,110,44,114,101,115,116,97,114,116,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,99,97,108,108,98,97,99,107,32,105,115,32,110,111,116,32,97,32,102,117,110,99,116,105,111,110,34,41,59,110,61,40,110,117,108,108,61,61,110,63,75,110,40,41,58,43,110,41,43,40,110,117,108,108,61,61,101,63,48,58,43,101,41,44,116,104,105,115,46,95,110,101,120,116,124,124,70,110,61,61,61,116,104,105,115,124,124,40,70,110,63,70,110,46,95,110,101,120,116,61,116,104,105,115,58,36,110,61,116,104,105,115,44,70,110,61,116,104,105,115,41,44,116,104,105,115,46,95,99,97,108,108,61,116,44,116,104,105,115,46,95,116,105,109,101,61,110,44,114,114,40,41,125,44,115,116,111,112,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,95,99,97,108,108,38,38,40,116,104,105,115,46,95,99,97,108,108,61,110,117,108,108,44,116,104,105,115,46,95,116,105,109,101,61,49,47,48,44,114,114,40,41,41,125,125,59,118,97,114,32,105,114,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,101,119,32,90,110,59,114,101,116,117,114,110,32,101,61,110,117,108,108,61,61,101,63,48,58,43,101,44,114,46,114,101,115,116,97,114,116,40,40,102,117,110,99,116,105,111,110,40,110,41,123,114,46,115,116,111,112,40,41,44,116,40,110,43,101,41,125,41,44,101,44,110,41,44,114,125,44,111,114,61,72,40,34,115,116,97,114,116,34,44,34,101,110,100,34,44,34,99,97,110,99,101,108,34,44,34,105,110,116,101,114,114,117,112,116,34,41,44,97,114,61,91,93,44,115,114,61,48,44,99,114,61,49,44,117,114,61,50,44,108,114,61,51,44,102,114,61,52,44,104,114,61,53,44,100,114,61,54,44,112,114,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,44,111,41,123,118,97,114,32,97,61,116,46,95,95,116,114,97,110,115,105,116,105,111,110,59,105,102,40,97,41,123,105,102,40,110,32,105,110,32,97,41,114,101,116,117,114,110,125,101,108,115,101,32,116,46,95,95,116,114,97,110,115,105,116,105,111,110,61,123,125,59,98,114,40,116,44,110,44,123,110,97,109,101,58,101,44,105,110,100,101,120,58,114,44,103,114,111,117,112,58,105,44,111,110,58,111,114,44,116,119,101,101,110,58,97,114,44,116,105,109,101,58,111,46,116,105,109,101,44,100,101,108,97,121,58,111,46,100,101,108,97,121,44,100,117,114,97,116,105,111,110,58,111,46,100,117,114,97,116,105,111,110,44,101,97,115,101,58,111,46,101,97,115,101,44,116,105,109,101,114,58,110,117,108,108,44,115,116,97,116,101,58,115,114,125,41,125,59,102,117,110,99,116,105,111,110,32,118,114,40,116,44,101,41,123,118,97,114,32,110,61,109,114,40,116,44,101,41,59,105,102,40,110,46,115,116,97,116,101,62,115,114,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,116,111,111,32,108,97,116,101,59,32,97,108,114,101,97,100,121,32,115,99,104,101,100,117,108,101,100,34,41,59,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,103,114,40,116,44,101,41,123,118,97,114,32,110,61,109,114,40,116,44,101,41,59,105,102,40,110,46,115,116,97,116,101,62,108,114,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,116,111,111,32,108,97,116,101,59,32,97,108,114,101,97,100,121,32,114,117,110,110,105,110,103,34,41,59,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,109,114,40,116,44,101,41,123,118,97,114,32,110,61,116,46,95,95,116,114,97,110,115,105,116,105,111,110,59,105,102,40,33,110,124,124,33,40,110,61,110,91,101,93,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,116,114,97,110,115,105,116,105,111,110,32,110,111,116,32,102,111,117,110,100,34,41,59,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,98,114,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,61,116,46,95,95,116,114,97,110,115,105,116,105,111,110,59,102,117,110,99,116,105,111,110,32,111,40,116,41,123,110,46,115,116,97,116,101,61,99,114,44,110,46,116,105,109,101,114,46,114,101,115,116,97,114,116,40,97,44,110,46,100,101,108,97,121,44,110,46,116,105,109,101,41,44,110,46,100,101,108,97,121,60,61,116,38,38,97,40,116,45,110,46,100,101,108,97,121,41,125,102,117,110,99,116,105,111,110,32,97,40,111,41,123,118,97,114,32,117,44,108,44,102,44,104,59,105,102,40,110,46,115,116,97,116,101,33,61,61,99,114,41,114,101,116,117,114,110,32,99,40,41,59,102,111,114,40,117,32,105,110,32,105,41,105,102,40,104,61,105,91,117,93,44,104,46,110,97,109,101,61,61,61,110,46,110,97,109,101,41,123,105,102,40,104,46,115,116,97,116,101,61,61,61,108,114,41,114,101,116,117,114,110,32,105,114,40,97,41,59,104,46,115,116,97,116,101,61,61,61,102,114,63,40,104,46,115,116,97,116,101,61,100,114,44,104,46,116,105,109,101,114,46,115,116,111,112,40,41,44,104,46,111,110,46,99,97,108,108,40,34,105,110,116,101,114,114,117,112,116,34,44,116,44,116,46,95,95,100,97,116,97,95,95,44,104,46,105,110,100,101,120,44,104,46,103,114,111,117,112,41,44,100,101,108,101,116,101,32,105,91,117,93,41,58,43,117,60,101,38,38,40,104,46,115,116,97,116,101,61,100,114,44,104,46,116,105,109,101,114,46,115,116,111,112,40,41,44,104,46,111,110,46,99,97,108,108,40,34,99,97,110,99,101,108,34,44,116,44,116,46,95,95,100,97,116,97,95,95,44,104,46,105,110,100,101,120,44,104,46,103,114,111,117,112,41,44,100,101,108,101,116,101,32,105,91,117,93,41,125,105,102,40,105,114,40,40,102,117,110,99,116,105,111,110,40,41,123,110,46,115,116,97,116,101,61,61,61,108,114,38,38,40,110,46,115,116,97,116,101,61,102,114,44,110,46,116,105,109,101,114,46,114,101,115,116,97,114,116,40,115,44,110,46,100,101,108,97,121,44,110,46,116,105,109,101,41,44,115,40,111,41,41,125,41,41,44,110,46,115,116,97,116,101,61,117,114,44,110,46,111,110,46,99,97,108,108,40,34,115,116,97,114,116,34,44,116,44,116,46,95,95,100,97,116,97,95,95,44,110,46,105,110,100,101,120,44,110,46,103,114,111,117,112,41,44,110,46,115,116,97,116,101,61,61,61,117,114,41,123,102,111,114,40,110,46,115,116,97,116,101,61,108,114,44,114,61,110,101,119,32,65,114,114,97,121,40,102,61,110,46,116,119,101,101,110,46,108,101,110,103,116,104,41,44,117,61,48,44,108,61,45,49,59,117,60,102,59,43,43,117,41,40,104,61,110,46,116,119,101,101,110,91,117,93,46,118,97,108,117,101,46,99,97,108,108,40,116,44,116,46,95,95,100,97,116,97,95,95,44,110,46,105,110,100,101,120,44,110,46,103,114,111,117,112,41,41,38,38,40,114,91,43,43,108,93,61,104,41,59,114,46,108,101,110,103,116,104,61,108,43,49,125,125,102,117,110,99,116,105,111,110,32,115,40,101,41,123,118,97,114,32,105,61,101,60,110,46,100,117,114,97,116,105,111,110,63,110,46,101,97,115,101,46,99,97,108,108,40,110,117,108,108,44,101,47,110,46,100,117,114,97,116,105,111,110,41,58,40,110,46,116,105,109,101,114,46,114,101,115,116,97,114,116,40,99,41,44,110,46,115,116,97,116,101,61,104,114,44,49,41,44,111,61,45,49,44,97,61,114,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,111,60,97,41,114,91,111,93,46,99,97,108,108,40,116,44,105,41,59,110,46,115,116,97,116,101,61,61,61,104,114,38,38,40,110,46,111,110,46,99,97,108,108,40,34,101,110,100,34,44,116,44,116,46,95,95,100,97,116,97,95,95,44,110,46,105,110,100,101,120,44,110,46,103,114,111,117,112,41,44,99,40,41,41,125,102,117,110,99,116,105,111,110,32,99,40,41,123,102,111,114,40,118,97,114,32,114,32,105,110,32,110,46,115,116,97,116,101,61,100,114,44,110,46,116,105,109,101,114,46,115,116,111,112,40,41,44,100,101,108,101,116,101,32,105,91,101,93,44,105,41,114,101,116,117,114,110,59,100,101,108,101,116,101,32,116,46,95,95,116,114,97,110,115,105,116,105,111,110,125,105,91,101,93,61,110,44,110,46,116,105,109,101,114,61,74,110,40,111,44,48,44,110,46,116,105,109,101,41,125,118,97,114,32,121,114,44,119,114,44,95,114,44,120,114,44,79,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,44,105,44,111,61,116,46,95,95,116,114,97,110,115,105,116,105,111,110,44,97,61,33,48,59,105,102,40,111,41,123,102,111,114,40,105,32,105,110,32,101,61,110,117,108,108,61,61,101,63,110,117,108,108,58,101,43,34,34,44,111,41,40,110,61,111,91,105,93,41,46,110,97,109,101,61,61,61,101,63,40,114,61,110,46,115,116,97,116,101,62,117,114,38,38,110,46,115,116,97,116,101,60,104,114,44,110,46,115,116,97,116,101,61,100,114,44,110,46,116,105,109,101,114,46,115,116,111,112,40,41,44,110,46,111,110,46,99,97,108,108,40,114,63,34,105,110,116,101,114,114,117,112,116,34,58,34,99,97,110,99,101,108,34,44,116,44,116,46,95,95,100,97,116,97,95,95,44,110,46,105,110,100,101,120,44,110,46,103,114,111,117,112,41,44,100,101,108,101,116,101,32,111,91,105,93,41,58,97,61,33,49,59,97,38,38,100,101,108,101,116,101,32,116,46,95,95,116,114,97,110,115,105,116,105,111,110,125,125,44,83,114,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,97,99,104,40,40,102,117,110,99,116,105,111,110,40,41,123,79,114,40,116,104,105,115,44,116,41,125,41,41,125,44,107,114,61,49,56,48,47,77,97,116,104,46,80,73,44,67,114,61,123,116,114,97,110,115,108,97,116,101,88,58,48,44,116,114,97,110,115,108,97,116,101,89,58,48,44,114,111,116,97,116,101,58,48,44,115,107,101,119,88,58,48,44,115,99,97,108,101,88,58,49,44,115,99,97,108,101,89,58,49,125,44,80,114,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,44,111,41,123,118,97,114,32,97,44,115,44,99,59,114,101,116,117,114,110,40,97,61,77,97,116,104,46,115,113,114,116,40,116,42,116,43,101,42,101,41,41,38,38,40,116,47,61,97,44,101,47,61,97,41,44,40,99,61,116,42,110,43,101,42,114,41,38,38,40,110,45,61,116,42,99,44,114,45,61,101,42,99,41,44,40,115,61,77,97,116,104,46,115,113,114,116,40,110,42,110,43,114,42,114,41,41,38,38,40,110,47,61,115,44,114,47,61,115,44,99,47,61,115,41,44,116,42,114,60,101,42,110,38,38,40,116,61,45,116,44,101,61,45,101,44,99,61,45,99,44,97,61,45,97,41,44,123,116,114,97,110,115,108,97,116,101,88,58,105,44,116,114,97,110,115,108,97,116,101,89,58,111,44,114,111,116,97,116,101,58,77,97,116,104,46,97,116,97,110,50,40,101,44,116,41,42,107,114,44,115,107,101,119,88,58,77,97,116,104,46,97,116,97,110,40,99,41,42,107,114,44,115,99,97,108,101,88,58,97,44,115,99,97,108,101,89,58,115,125,125,59,102,117,110,99,116,105,111,110,32,84,114,40,116,41,123,114,101,116,117,114,110,34,110,111,110,101,34,61,61,61,116,63,67,114,58,40,121,114,124,124,40,121,114,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,68,73,86,34,41,44,119,114,61,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,44,95,114,61,100,111,99,117,109,101,110,116,46,100,101,102,97,117,108,116,86,105,101,119,41,44,121,114,46,115,116,121,108,101,46,116,114,97,110,115,102,111,114,109,61,116,44,116,61,95,114,46,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,40,119,114,46,97,112,112,101,110,100,67,104,105,108,100,40,121,114,41,44,110,117,108,108,41,46,103,101,116,80,114,111,112,101,114,116,121,86,97,108,117,101,40,34,116,114,97,110,115,102,111,114,109,34,41,44,119,114,46,114,101,109,111,118,101,67,104,105,108,100,40,121,114,41,44,116,61,116,46,115,108,105,99,101,40,55,44,45,49,41,46,115,112,108,105,116,40,34,44,34,41,44,80,114,40,43,116,91,48,93,44,43,116,91,49,93,44,43,116,91,50,93,44,43,116,91,51,93,44,43,116,91,52,93,44,43,116,91,53,93,41,41,125,102,117,110,99,116,105,111,110,32,106,114,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,67,114,58,40,120,114,124,124,40,120,114,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,78,83,40,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,34,103,34,41,41,44,120,114,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,116,114,97,110,115,102,111,114,109,34,44,116,41,44,40,116,61,120,114,46,116,114,97,110,115,102,111,114,109,46,98,97,115,101,86,97,108,46,99,111,110,115,111,108,105,100,97,116,101,40,41,41,63,40,116,61,116,46,109,97,116,114,105,120,44,80,114,40,116,46,97,44,116,46,98,44,116,46,99,44,116,46,100,44,116,46,101,44,116,46,102,41,41,58,67,114,41,125,102,117,110,99,116,105,111,110,32,69,114,40,116,44,101,44,110,44,114,41,123,102,117,110,99,116,105,111,110,32,105,40,116,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,63,116,46,112,111,112,40,41,43,34,32,34,58,34,34,125,102,117,110,99,116,105,111,110,32,111,40,116,44,114,44,105,44,111,44,97,44,115,41,123,105,102,40,116,33,61,61,105,124,124,114,33,61,61,111,41,123,118,97,114,32,99,61,97,46,112,117,115,104,40,34,116,114,97,110,115,108,97,116,101,40,34,44,110,117,108,108,44,101,44,110,117,108,108,44,110,41,59,115,46,112,117,115,104,40,123,105,58,99,45,52,44,120,58,69,110,40,116,44,105,41,125,44,123,105,58,99,45,50,44,120,58,69,110,40,114,44,111,41,125,41,125,101,108,115,101,40,105,124,124,111,41,38,38,97,46,112,117,115,104,40,34,116,114,97,110,115,108,97,116,101,40,34,43,105,43,101,43,111,43,110,41,125,102,117,110,99,116,105,111,110,32,97,40,116,44,101,44,110,44,111,41,123,116,33,61,61,101,63,40,116,45,101,62,49,56,48,63,101,43,61,51,54,48,58,101,45,116,62,49,56,48,38,38,40,116,43,61,51,54,48,41,44,111,46,112,117,115,104,40,123,105,58,110,46,112,117,115,104,40,105,40,110,41,43,34,114,111,116,97,116,101,40,34,44,110,117,108,108,44,114,41,45,50,44,120,58,69,110,40,116,44,101,41,125,41,41,58,101,38,38,110,46,112,117,115,104,40,105,40,110,41,43,34,114,111,116,97,116,101,40,34,43,101,43,114,41,125,102,117,110,99,116,105,111,110,32,115,40,116,44,101,44,110,44,111,41,123,116,33,61,61,101,63,111,46,112,117,115,104,40,123,105,58,110,46,112,117,115,104,40,105,40,110,41,43,34,115,107,101,119,88,40,34,44,110,117,108,108,44,114,41,45,50,44,120,58,69,110,40,116,44,101,41,125,41,58,101,38,38,110,46,112,117,115,104,40,105,40,110,41,43,34,115,107,101,119,88,40,34,43,101,43,114,41,125,102,117,110,99,116,105,111,110,32,99,40,116,44,101,44,110,44,114,44,111,44,97,41,123,105,102,40,116,33,61,61,110,124,124,101,33,61,61,114,41,123,118,97,114,32,115,61,111,46,112,117,115,104,40,105,40,111,41,43,34,115,99,97,108,101,40,34,44,110,117,108,108,44,34,44,34,44,110,117,108,108,44,34,41,34,41,59,97,46,112,117,115,104,40,123,105,58,115,45,52,44,120,58,69,110,40,116,44,110,41,125,44,123,105,58,115,45,50,44,120,58,69,110,40,101,44,114,41,125,41,125,101,108,115,101,32,49,61,61,61,110,38,38,49,61,61,61,114,124,124,111,46,112,117,115,104,40,105,40,111,41,43,34,115,99,97,108,101,40,34,43,110,43,34,44,34,43,114,43,34,41,34,41,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,114,61,91,93,44,105,61,91,93,59,114,101,116,117,114,110,32,101,61,116,40,101,41,44,110,61,116,40,110,41,44,111,40,101,46,116,114,97,110,115,108,97,116,101,88,44,101,46,116,114,97,110,115,108,97,116,101,89,44,110,46,116,114,97,110,115,108,97,116,101,88,44,110,46,116,114,97,110,115,108,97,116,101,89,44,114,44,105,41,44,97,40,101,46,114,111,116,97,116,101,44,110,46,114,111,116,97,116,101,44,114,44,105,41,44,115,40,101,46,115,107,101,119,88,44,110,46,115,107,101,119,88,44,114,44,105,41,44,99,40,101,46,115,99,97,108,101,88,44,101,46,115,99,97,108,101,89,44,110,46,115,99,97,108,101,88,44,110,46,115,99,97,108,101,89,44,114,44,105,41,44,101,61,110,61,110,117,108,108,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,45,49,44,111,61,105,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,110,60,111,41,114,91,40,101,61,105,91,110,93,41,46,105,93,61,101,46,120,40,116,41,59,114,101,116,117,114,110,32,114,46,106,111,105,110,40,34,34,41,125,125,125,118,97,114,32,65,114,61,69,114,40,84,114,44,34,112,120,44,32,34,44,34,112,120,41,34,44,34,100,101,103,41,34,41,44,68,114,61,69,114,40,106,114,44,34,44,32,34,44,34,41,34,44,34,41,34,41,59,102,117,110,99,116,105,111,110,32,76,114,40,116,44,101,41,123,118,97,114,32,110,44,114,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,105,61,103,114,40,116,104,105,115,44,116,41,44,111,61,105,46,116,119,101,101,110,59,105,102,40,111,33,61,61,110,41,123,114,61,110,61,111,59,102,111,114,40,118,97,114,32,97,61,48,44,115,61,114,46,108,101,110,103,116,104,59,97,60,115,59,43,43,97,41,105,102,40,114,91,97,93,46,110,97,109,101,61,61,61,101,41,123,114,61,114,46,115,108,105,99,101,40,41,44,114,46,115,112,108,105,99,101,40,97,44,49,41,59,98,114,101,97,107,125,125,105,46,116,119,101,101,110,61,114,125,125,102,117,110,99,116,105,111,110,32,77,114,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,110,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,111,61,103,114,40,116,104,105,115,44,116,41,44,97,61,111,46,116,119,101,101,110,59,105,102,40,97,33,61,61,114,41,123,105,61,40,114,61,97,41,46,115,108,105,99,101,40,41,59,102,111,114,40,118,97,114,32,115,61,123,110,97,109,101,58,101,44,118,97,108,117,101,58,110,125,44,99,61,48,44,117,61,105,46,108,101,110,103,116,104,59,99,60,117,59,43,43,99,41,105,102,40,105,91,99,93,46,110,97,109,101,61,61,61,101,41,123,105,91,99,93,61,115,59,98,114,101,97,107,125,99,61,61,61,117,38,38,105,46,112,117,115,104,40,115,41,125,111,46,116,119,101,101,110,61,105,125,125,118,97,114,32,73,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,95,105,100,59,105,102,40,116,43,61,34,34,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,50,41,123,102,111,114,40,118,97,114,32,114,44,105,61,109,114,40,116,104,105,115,46,110,111,100,101,40,41,44,110,41,46,116,119,101,101,110,44,111,61,48,44,97,61,105,46,108,101,110,103,116,104,59,111,60,97,59,43,43,111,41,105,102,40,40,114,61,105,91,111,93,41,46,110,97,109,101,61,61,61,116,41,114,101,116,117,114,110,32,114,46,118,97,108,117,101,59,114,101,116,117,114,110,32,110,117,108,108,125,114,101,116,117,114,110,32,116,104,105,115,46,101,97,99,104,40,40,110,117,108,108,61,61,101,63,76,114,58,77,114,41,40,110,44,116,44,101,41,41,125,59,102,117,110,99,116,105,111,110,32,36,114,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,95,105,100,59,114,101,116,117,114,110,32,116,46,101,97,99,104,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,103,114,40,116,104,105,115,44,114,41,59,40,116,46,118,97,108,117,101,124,124,40,116,46,118,97,108,117,101,61,123,125,41,41,91,101,93,61,110,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,41,41,44,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,109,114,40,116,44,114,41,46,118,97,108,117,101,91,101,93,125,125,118,97,114,32,70,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,59,114,101,116,117,114,110,40,34,110,117,109,98,101,114,34,61,61,61,116,121,112,101,111,102,32,101,63,69,110,58,101,32,105,110,115,116,97,110,99,101,111,102,32,116,110,63,79,110,58,40,110,61,116,110,40,101,41,41,63,40,101,61,110,44,79,110,41,58,66,110,41,40,116,44,101,41,125,59,102,117,110,99,116,105,111,110,32,66,114,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,116,41,125,125,102,117,110,99,116,105,111,110,32,82,114,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,78,83,40,116,46,115,112,97,99,101,44,116,46,108,111,99,97,108,41,125,125,102,117,110,99,116,105,111,110,32,78,114,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,61,110,43,34,34,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,97,61,116,104,105,115,46,103,101,116,65,116,116,114,105,98,117,116,101,40,116,41,59,114,101,116,117,114,110,32,97,61,61,61,111,63,110,117,108,108,58,97,61,61,61,114,63,105,58,105,61,101,40,114,61,97,44,110,41,125,125,102,117,110,99,116,105,111,110,32,122,114,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,61,110,43,34,34,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,97,61,116,104,105,115,46,103,101,116,65,116,116,114,105,98,117,116,101,78,83,40,116,46,115,112,97,99,101,44,116,46,108,111,99,97,108,41,59,114,101,116,117,114,110,32,97,61,61,61,111,63,110,117,108,108,58,97,61,61,61,114,63,105,58,105,61,101,40,114,61,97,44,110,41,125,125,102,117,110,99,116,105,111,110,32,86,114,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,97,44,115,44,99,61,110,40,116,104,105,115,41,59,105,102,40,110,117,108,108,33,61,99,41,114,101,116,117,114,110,32,97,61,116,104,105,115,46,103,101,116,65,116,116,114,105,98,117,116,101,40,116,41,44,115,61,99,43,34,34,44,97,61,61,61,115,63,110,117,108,108,58,97,61,61,61,114,38,38,115,61,61,61,105,63,111,58,40,105,61,115,44,111,61,101,40,114,61,97,44,99,41,41,59,116,104,105,115,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,116,41,125,125,102,117,110,99,116,105,111,110,32,72,114,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,97,44,115,44,99,61,110,40,116,104,105,115,41,59,105,102,40,110,117,108,108,33,61,99,41,114,101,116,117,114,110,32,97,61,116,104,105,115,46,103,101,116,65,116,116,114,105,98,117,116,101,78,83,40,116,46,115,112,97,99,101,44,116,46,108,111,99,97,108,41,44,115,61,99,43,34,34,44,97,61,61,61,115,63,110,117,108,108,58,97,61,61,61,114,38,38,115,61,61,61,105,63,111,58,40,105,61,115,44,111,61,101,40,114,61,97,44,99,41,41,59,116,104,105,115,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,78,83,40,116,46,115,112,97,99,101,44,116,46,108,111,99,97,108,41,125,125,118,97,114,32,85,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,119,116,40,116,41,44,114,61,34,116,114,97,110,115,102,111,114,109,34,61,61,61,110,63,68,114,58,70,114,59,114,101,116,117,114,110,32,116,104,105,115,46,97,116,116,114,84,119,101,101,110,40,116,44,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,63,40,110,46,108,111,99,97,108,63,72,114,58,86,114,41,40,110,44,114,44,36,114,40,116,104,105,115,44,34,97,116,116,114,46,34,43,116,44,101,41,41,58,110,117,108,108,61,61,101,63,40,110,46,108,111,99,97,108,63,82,114,58,66,114,41,40,110,41,58,40,110,46,108,111,99,97,108,63,122,114,58,78,114,41,40,110,44,114,44,101,41,41,125,59,102,117,110,99,116,105,111,110,32,87,114,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,116,104,105,115,46,115,101,116,65,116,116,114,105,98,117,116,101,40,116,44,101,46,99,97,108,108,40,116,104,105,115,44,110,41,41,125,125,102,117,110,99,116,105,111,110,32,113,114,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,116,104,105,115,46,115,101,116,65,116,116,114,105,98,117,116,101,78,83,40,116,46,115,112,97,99,101,44,116,46,108,111,99,97,108,44,101,46,99,97,108,108,40,116,104,105,115,44,110,41,41,125,125,102,117,110,99,116,105,111,110,32,71,114,40,116,44,101,41,123,118,97,114,32,110,44,114,59,102,117,110,99,116,105,111,110,32,105,40,41,123,118,97,114,32,105,61,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,59,114,101,116,117,114,110,32,105,33,61,61,114,38,38,40,110,61,40,114,61,105,41,38,38,113,114,40,116,44,105,41,41,44,110,125,114,101,116,117,114,110,32,105,46,95,118,97,108,117,101,61,101,44,105,125,102,117,110,99,116,105,111,110,32,89,114,40,116,44,101,41,123,118,97,114,32,110,44,114,59,102,117,110,99,116,105,111,110,32,105,40,41,123,118,97,114,32,105,61,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,59,114,101,116,117,114,110,32,105,33,61,61,114,38,38,40,110,61,40,114,61,105,41,38,38,87,114,40,116,44,105,41,41,44,110,125,114,101,116,117,114,110,32,105,46,95,118,97,108,117,101,61,101,44,105,125,118,97,114,32,75,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,34,97,116,116,114,46,34,43,116,59,105,102,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,50,41,114,101,116,117,114,110,40,110,61,116,104,105,115,46,116,119,101,101,110,40,110,41,41,38,38,110,46,95,118,97,108,117,101,59,105,102,40,110,117,108,108,61,61,101,41,114,101,116,117,114,110,32,116,104,105,115,46,116,119,101,101,110,40,110,44,110,117,108,108,41,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,59,118,97,114,32,114,61,119,116,40,116,41,59,114,101,116,117,114,110,32,116,104,105,115,46,116,119,101,101,110,40,110,44,40,114,46,108,111,99,97,108,63,71,114,58,89,114,41,40,114,44,101,41,41,125,59,102,117,110,99,116,105,111,110,32,88,114,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,114,40,116,104,105,115,44,116,41,46,100,101,108,97,121,61,43,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,125,102,117,110,99,116,105,111,110,32,90,114,40,116,44,101,41,123,114,101,116,117,114,110,32,101,61,43,101,44,102,117,110,99,116,105,111,110,40,41,123,118,114,40,116,104,105,115,44,116,41,46,100,101,108,97,121,61,101,125,125,118,97,114,32,74,114,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,105,100,59,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,116,104,105,115,46,101,97,99,104,40,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,88,114,58,90,114,41,40,101,44,116,41,41,58,109,114,40,116,104,105,115,46,110,111,100,101,40,41,44,101,41,46,100,101,108,97,121,125,59,102,117,110,99,116,105,111,110,32,81,114,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,103,114,40,116,104,105,115,44,116,41,46,100,117,114,97,116,105,111,110,61,43,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,125,102,117,110,99,116,105,111,110,32,116,105,40,116,44,101,41,123,114,101,116,117,114,110,32,101,61,43,101,44,102,117,110,99,116,105,111,110,40,41,123,103,114,40,116,104,105,115,44,116,41,46,100,117,114,97,116,105,111,110,61,101,125,125,118,97,114,32,101,105,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,105,100,59,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,116,104,105,115,46,101,97,99,104,40,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,81,114,58,116,105,41,40,101,44,116,41,41,58,109,114,40,116,104,105,115,46,110,111,100,101,40,41,44,101,41,46,100,117,114,97,116,105,111,110,125,59,102,117,110,99,116,105,111,110,32,110,105,40,116,44,101,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,103,114,40,116,104,105,115,44,116,41,46,101,97,115,101,61,101,125,125,118,97,114,32,114,105,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,105,100,59,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,116,104,105,115,46,101,97,99,104,40,110,105,40,101,44,116,41,41,58,109,114,40,116,104,105,115,46,110,111,100,101,40,41,44,101,41,46,101,97,115,101,125,44,105,105,61,102,117,110,99,116,105,111,110,40,116,41,123,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,116,38,38,40,116,61,88,40,116,41,41,59,102,111,114,40,118,97,114,32,101,61,116,104,105,115,46,95,103,114,111,117,112,115,44,110,61,101,46,108,101,110,103,116,104,44,114,61,110,101,119,32,65,114,114,97,121,40,110,41,44,105,61,48,59,105,60,110,59,43,43,105,41,102,111,114,40,118,97,114,32,111,44,97,61,101,91,105,93,44,115,61,97,46,108,101,110,103,116,104,44,99,61,114,91,105,93,61,91,93,44,117,61,48,59,117,60,115,59,43,43,117,41,40,111,61,97,91,117,93,41,38,38,116,46,99,97,108,108,40,111,44,111,46,95,95,100,97,116,97,95,95,44,117,44,97,41,38,38,99,46,112,117,115,104,40,111,41,59,114,101,116,117,114,110,32,110,101,119,32,76,105,40,114,44,116,104,105,115,46,95,112,97,114,101,110,116,115,44,116,104,105,115,46,95,110,97,109,101,44,116,104,105,115,46,95,105,100,41,125,44,111,105,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,46,95,105,100,33,61,61,116,104,105,115,46,95,105,100,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,59,102,111,114,40,118,97,114,32,101,61,116,104,105,115,46,95,103,114,111,117,112,115,44,110,61,116,46,95,103,114,111,117,112,115,44,114,61,101,46,108,101,110,103,116,104,44,105,61,110,46,108,101,110,103,116,104,44,111,61,77,97,116,104,46,109,105,110,40,114,44,105,41,44,97,61,110,101,119,32,65,114,114,97,121,40,114,41,44,115,61,48,59,115,60,111,59,43,43,115,41,102,111,114,40,118,97,114,32,99,44,117,61,101,91,115,93,44,108,61,110,91,115,93,44,102,61,117,46,108,101,110,103,116,104,44,104,61,97,91,115,93,61,110,101,119,32,65,114,114,97,121,40,102,41,44,100,61,48,59,100,60,102,59,43,43,100,41,40,99,61,117,91,100,93,124,124,108,91,100,93,41,38,38,40,104,91,100,93,61,99,41,59,102,111,114,40,59,115,60,114,59,43,43,115,41,97,91,115,93,61,101,91,115,93,59,114,101,116,117,114,110,32,110,101,119,32,76,105,40,97,44,116,104,105,115,46,95,112,97,114,101,110,116,115,44,116,104,105,115,46,95,110,97,109,101,44,116,104,105,115,46,95,105,100,41,125,59,102,117,110,99,116,105,111,110,32,97,105,40,116,41,123,114,101,116,117,114,110,40,116,43,34,34,41,46,116,114,105,109,40,41,46,115,112,108,105,116,40,47,94,124,92,115,43,47,41,46,101,118,101,114,121,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,105,110,100,101,120,79,102,40,34,46,34,41,59,114,101,116,117,114,110,32,101,62,61,48,38,38,40,116,61,116,46,115,108,105,99,101,40,48,44,101,41,41,44,33,116,124,124,34,115,116,97,114,116,34,61,61,61,116,125,41,41,125,102,117,110,99,116,105,111,110,32,115,105,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,61,97,105,40,101,41,63,118,114,58,103,114,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,97,61,111,40,116,104,105,115,44,116,41,44,115,61,97,46,111,110,59,115,33,61,61,114,38,38,40,105,61,40,114,61,115,41,46,99,111,112,121,40,41,41,46,111,110,40,101,44,110,41,44,97,46,111,110,61,105,125,125,118,97,114,32,99,105,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,95,105,100,59,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,50,63,109,114,40,116,104,105,115,46,110,111,100,101,40,41,44,110,41,46,111,110,46,111,110,40,116,41,58,116,104,105,115,46,101,97,99,104,40,115,105,40,110,44,116,44,101,41,41,125,59,102,117,110,99,116,105,111,110,32,117,105,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,104,105,115,46,112,97,114,101,110,116,78,111,100,101,59,102,111,114,40,118,97,114,32,110,32,105,110,32,116,104,105,115,46,95,95,116,114,97,110,115,105,116,105,111,110,41,105,102,40,43,110,33,61,61,116,41,114,101,116,117,114,110,59,101,38,38,101,46,114,101,109,111,118,101,67,104,105,108,100,40,116,104,105,115,41,125,125,118,97,114,32,108,105,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,111,110,40,34,101,110,100,46,114,101,109,111,118,101,34,44,117,105,40,116,104,105,115,46,95,105,100,41,41,125,44,102,105,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,110,97,109,101,44,110,61,116,104,105,115,46,95,105,100,59,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,116,38,38,40,116,61,87,40,116,41,41,59,102,111,114,40,118,97,114,32,114,61,116,104,105,115,46,95,103,114,111,117,112,115,44,105,61,114,46,108,101,110,103,116,104,44,111,61,110,101,119,32,65,114,114,97,121,40,105,41,44,97,61,48,59,97,60,105,59,43,43,97,41,102,111,114,40,118,97,114,32,115,44,99,44,117,61,114,91,97,93,44,108,61,117,46,108,101,110,103,116,104,44,102,61,111,91,97,93,61,110,101,119,32,65,114,114,97,121,40,108,41,44,104,61,48,59,104,60,108,59,43,43,104,41,40,115,61,117,91,104,93,41,38,38,40,99,61,116,46,99,97,108,108,40,115,44,115,46,95,95,100,97,116,97,95,95,44,104,44,117,41,41,38,38,40,34,95,95,100,97,116,97,95,95,34,105,110,32,115,38,38,40,99,46,95,95,100,97,116,97,95,95,61,115,46,95,95,100,97,116,97,95,95,41,44,102,91,104,93,61,99,44,112,114,40,102,91,104,93,44,101,44,110,44,104,44,102,44,109,114,40,115,44,110,41,41,41,59,114,101,116,117,114,110,32,110,101,119,32,76,105,40,111,44,116,104,105,115,46,95,112,97,114,101,110,116,115,44,101,44,110,41,125,44,104,105,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,110,97,109,101,44,110,61,116,104,105,115,46,95,105,100,59,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,116,38,38,40,116,61,89,40,116,41,41,59,102,111,114,40,118,97,114,32,114,61,116,104,105,115,46,95,103,114,111,117,112,115,44,105,61,114,46,108,101,110,103,116,104,44,111,61,91,93,44,97,61,91,93,44,115,61,48,59,115,60,105,59,43,43,115,41,102,111,114,40,118,97,114,32,99,44,117,61,114,91,115,93,44,108,61,117,46,108,101,110,103,116,104,44,102,61,48,59,102,60,108,59,43,43,102,41,105,102,40,99,61,117,91,102,93,41,123,102,111,114,40,118,97,114,32,104,44,100,61,116,46,99,97,108,108,40,99,44,99,46,95,95,100,97,116,97,95,95,44,102,44,117,41,44,112,61,109,114,40,99,44,110,41,44,118,61,48,44,103,61,100,46,108,101,110,103,116,104,59,118,60,103,59,43,43,118,41,40,104,61,100,91,118,93,41,38,38,112,114,40,104,44,101,44,110,44,118,44,100,44,112,41,59,111,46,112,117,115,104,40,100,41,44,97,46,112,117,115,104,40,99,41,125,114,101,116,117,114,110,32,110,101,119,32,76,105,40,111,44,97,44,101,44,110,41,125,44,100,105,61,76,101,46,112,114,111,116,111,116,121,112,101,46,99,111,110,115,116,114,117,99,116,111,114,44,112,105,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,100,105,40,116,104,105,115,46,95,103,114,111,117,112,115,44,116,104,105,115,46,95,112,97,114,101,110,116,115,41,125,59,102,117,110,99,116,105,111,110,32,118,105,40,116,44,101,41,123,118,97,114,32,110,44,114,44,105,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,111,61,76,116,40,116,104,105,115,44,116,41,44,97,61,40,116,104,105,115,46,115,116,121,108,101,46,114,101,109,111,118,101,80,114,111,112,101,114,116,121,40,116,41,44,76,116,40,116,104,105,115,44,116,41,41,59,114,101,116,117,114,110,32,111,61,61,61,97,63,110,117,108,108,58,111,61,61,61,110,38,38,97,61,61,61,114,63,105,58,105,61,101,40,110,61,111,44,114,61,97,41,125,125,102,117,110,99,116,105,111,110,32,103,105,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,116,121,108,101,46,114,101,109,111,118,101,80,114,111,112,101,114,116,121,40,116,41,125,125,102,117,110,99,116,105,111,110,32,109,105,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,61,110,43,34,34,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,97,61,76,116,40,116,104,105,115,44,116,41,59,114,101,116,117,114,110,32,97,61,61,61,111,63,110,117,108,108,58,97,61,61,61,114,63,105,58,105,61,101,40,114,61,97,44,110,41,125,125,102,117,110,99,116,105,111,110,32,98,105,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,97,61,76,116,40,116,104,105,115,44,116,41,44,115,61,110,40,116,104,105,115,41,44,99,61,115,43,34,34,59,114,101,116,117,114,110,32,110,117,108,108,61,61,115,38,38,40,116,104,105,115,46,115,116,121,108,101,46,114,101,109,111,118,101,80,114,111,112,101,114,116,121,40,116,41,44,99,61,115,61,76,116,40,116,104,105,115,44,116,41,41,44,97,61,61,61,99,63,110,117,108,108,58,97,61,61,61,114,38,38,99,61,61,61,105,63,111,58,40,105,61,99,44,111,61,101,40,114,61,97,44,115,41,41,125,125,102,117,110,99,116,105,111,110,32,121,105,40,116,44,101,41,123,118,97,114,32,110,44,114,44,105,44,111,44,97,61,34,115,116,121,108,101,46,34,43,101,44,115,61,34,101,110,100,46,34,43,97,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,99,61,103,114,40,116,104,105,115,44,116,41,44,117,61,99,46,111,110,44,108,61,110,117,108,108,61,61,99,46,118,97,108,117,101,91,97,93,63,111,124,124,40,111,61,103,105,40,101,41,41,58,118,111,105,100,32,48,59,117,61,61,61,110,38,38,105,61,61,61,108,124,124,40,114,61,40,110,61,117,41,46,99,111,112,121,40,41,41,46,111,110,40,115,44,105,61,108,41,44,99,46,111,110,61,114,125,125,118,97,114,32,119,105,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,34,116,114,97,110,115,102,111,114,109,34,61,61,61,40,116,43,61,34,34,41,63,65,114,58,70,114,59,114,101,116,117,114,110,32,110,117,108,108,61,61,101,63,116,104,105,115,46,115,116,121,108,101,84,119,101,101,110,40,116,44,118,105,40,116,44,114,41,41,46,111,110,40,34,101,110,100,46,115,116,121,108,101,46,34,43,116,44,103,105,40,116,41,41,58,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,63,116,104,105,115,46,115,116,121,108,101,84,119,101,101,110,40,116,44,98,105,40,116,44,114,44,36,114,40,116,104,105,115,44,34,115,116,121,108,101,46,34,43,116,44,101,41,41,41,46,101,97,99,104,40,121,105,40,116,104,105,115,46,95,105,100,44,116,41,41,58,116,104,105,115,46,115,116,121,108,101,84,119,101,101,110,40,116,44,109,105,40,116,44,114,44,101,41,44,110,41,46,111,110,40,34,101,110,100,46,115,116,121,108,101,46,34,43,116,44,110,117,108,108,41,125,59,102,117,110,99,116,105,111,110,32,95,105,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,114,41,123,116,104,105,115,46,115,116,121,108,101,46,115,101,116,80,114,111,112,101,114,116,121,40,116,44,101,46,99,97,108,108,40,116,104,105,115,44,114,41,44,110,41,125,125,102,117,110,99,116,105,111,110,32,120,105,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,59,102,117,110,99,116,105,111,110,32,111,40,41,123,118,97,114,32,111,61,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,59,114,101,116,117,114,110,32,111,33,61,61,105,38,38,40,114,61,40,105,61,111,41,38,38,95,105,40,116,44,111,44,110,41,41,44,114,125,114,101,116,117,114,110,32,111,46,95,118,97,108,117,101,61,101,44,111,125,118,97,114,32,79,105,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,34,115,116,121,108,101,46,34,43,40,116,43,61,34,34,41,59,105,102,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,50,41,114,101,116,117,114,110,40,114,61,116,104,105,115,46,116,119,101,101,110,40,114,41,41,38,38,114,46,95,118,97,108,117,101,59,105,102,40,110,117,108,108,61,61,101,41,114,101,116,117,114,110,32,116,104,105,115,46,116,119,101,101,110,40,114,44,110,117,108,108,41,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,59,114,101,116,117,114,110,32,116,104,105,115,46,116,119,101,101,110,40,114,44,120,105,40,116,44,101,44,110,117,108,108,61,61,110,63,34,34,58,110,41,41,125,59,102,117,110,99,116,105,111,110,32,83,105,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,116,101,120,116,67,111,110,116,101,110,116,61,116,125,125,102,117,110,99,116,105,111,110,32,107,105,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,40,116,104,105,115,41,59,116,104,105,115,46,116,101,120,116,67,111,110,116,101,110,116,61,110,117,108,108,61,61,101,63,34,34,58,101,125,125,118,97,114,32,67,105,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,116,119,101,101,110,40,34,116,101,120,116,34,44,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,107,105,40,36,114,40,116,104,105,115,44,34,116,101,120,116,34,44,116,41,41,58,83,105,40,110,117,108,108,61,61,116,63,34,34,58,116,43,34,34,41,41,125,59,102,117,110,99,116,105,111,110,32,80,105,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,116,104,105,115,46,116,101,120,116,67,111,110,116,101,110,116,61,116,46,99,97,108,108,40,116,104,105,115,44,101,41,125,125,102,117,110,99,116,105,111,110,32,84,105,40,116,41,123,118,97,114,32,101,44,110,59,102,117,110,99,116,105,111,110,32,114,40,41,123,118,97,114,32,114,61,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,59,114,101,116,117,114,110,32,114,33,61,61,110,38,38,40,101,61,40,110,61,114,41,38,38,80,105,40,114,41,41,44,101,125,114,101,116,117,114,110,32,114,46,95,118,97,108,117,101,61,116,44,114,125,118,97,114,32,106,105,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,34,116,101,120,116,34,59,105,102,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,49,41,114,101,116,117,114,110,40,101,61,116,104,105,115,46,116,119,101,101,110,40,101,41,41,38,38,101,46,95,118,97,108,117,101,59,105,102,40,110,117,108,108,61,61,116,41,114,101,116,117,114,110,32,116,104,105,115,46,116,119,101,101,110,40,101,44,110,117,108,108,41,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,59,114,101,116,117,114,110,32,116,104,105,115,46,116,119,101,101,110,40,101,44,84,105,40,116,41,41,125,44,69,105,61,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,61,116,104,105,115,46,95,110,97,109,101,44,101,61,116,104,105,115,46,95,105,100,44,110,61,73,105,40,41,44,114,61,116,104,105,115,46,95,103,114,111,117,112,115,44,105,61,114,46,108,101,110,103,116,104,44,111,61,48,59,111,60,105,59,43,43,111,41,102,111,114,40,118,97,114,32,97,44,115,61,114,91,111,93,44,99,61,115,46,108,101,110,103,116,104,44,117,61,48,59,117,60,99,59,43,43,117,41,105,102,40,97,61,115,91,117,93,41,123,118,97,114,32,108,61,109,114,40,97,44,101,41,59,112,114,40,97,44,116,44,110,44,117,44,115,44,123,116,105,109,101,58,108,46,116,105,109,101,43,108,46,100,101,108,97,121,43,108,46,100,117,114,97,116,105,111,110,44,100,101,108,97,121,58,48,44,100,117,114,97,116,105,111,110,58,108,46,100,117,114,97,116,105,111,110,44,101,97,115,101,58,108,46,101,97,115,101,125,41,125,114,101,116,117,114,110,32,110,101,119,32,76,105,40,114,44,116,104,105,115,46,95,112,97,114,101,110,116,115,44,116,44,110,41,125,44,65,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,44,110,61,116,104,105,115,44,114,61,110,46,95,105,100,44,105,61,110,46,115,105,122,101,40,41,59,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,111,44,97,41,123,118,97,114,32,115,61,123,118,97,108,117,101,58,97,125,44,99,61,123,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,48,61,61,61,45,45,105,38,38,111,40,41,125,125,59,110,46,101,97,99,104,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,61,103,114,40,116,104,105,115,44,114,41,44,105,61,110,46,111,110,59,105,33,61,61,116,38,38,40,101,61,40,116,61,105,41,46,99,111,112,121,40,41,44,101,46,95,46,99,97,110,99,101,108,46,112,117,115,104,40,115,41,44,101,46,95,46,105,110,116,101,114,114,117,112,116,46,112,117,115,104,40,115,41,44,101,46,95,46,101,110,100,46,112,117,115,104,40,99,41,41,44,110,46,111,110,61,101,125,41,41,125,41,41,125,44,68,105,61,48,59,102,117,110,99,116,105,111,110,32,76,105,40,116,44,101,44,110,44,114,41,123,116,104,105,115,46,95,103,114,111,117,112,115,61,116,44,116,104,105,115,46,95,112,97,114,101,110,116,115,61,101,44,116,104,105,115,46,95,110,97,109,101,61,110,44,116,104,105,115,46,95,105,100,61,114,125,102,117,110,99,116,105,111,110,32,77,105,40,116,41,123,114,101,116,117,114,110,32,76,101,40,41,46,116,114,97,110,115,105,116,105,111,110,40,116,41,125,102,117,110,99,116,105,111,110,32,73,105,40,41,123,114,101,116,117,114,110,43,43,68,105,125,118,97,114,32,36,105,61,76,101,46,112,114,111,116,111,116,121,112,101,59,102,117,110,99,116,105,111,110,32,70,105,40,116,41,123,114,101,116,117,114,110,40,40,116,42,61,50,41,60,61,49,63,116,42,116,42,116,58,40,116,45,61,50,41,42,116,42,116,43,50,41,47,50,125,76,105,46,112,114,111,116,111,116,121,112,101,61,77,105,46,112,114,111,116,111,116,121,112,101,61,123,99,111,110,115,116,114,117,99,116,111,114,58,76,105,44,115,101,108,101,99,116,58,102,105,44,115,101,108,101,99,116,65,108,108,58,104,105,44,102,105,108,116,101,114,58,105,105,44,109,101,114,103,101,58,111,105,44,115,101,108,101,99,116,105,111,110,58,112,105,44,116,114,97,110,115,105,116,105,111,110,58,69,105,44,99,97,108,108,58,36,105,46,99,97,108,108,44,110,111,100,101,115,58,36,105,46,110,111,100,101,115,44,110,111,100,101,58,36,105,46,110,111,100,101,44,115,105,122,101,58,36,105,46,115,105,122,101,44,101,109,112,116,121,58,36,105,46,101,109,112,116,121,44,101,97,99,104,58,36,105,46,101,97,99,104,44,111,110,58,99,105,44,97,116,116,114,58,85,114,44,97,116,116,114,84,119,101,101,110,58,75,114,44,115,116,121,108,101,58,119,105,44,115,116,121,108,101,84,119,101,101,110,58,79,105,44,116,101,120,116,58,67,105,44,116,101,120,116,84,119,101,101,110,58,106,105,44,114,101,109,111,118,101,58,108,105,44,116,119,101,101,110,58,73,114,44,100,101,108,97,121,58,74,114,44,100,117,114,97,116,105,111,110,58,101,105,44,101,97,115,101,58,114,105,44,101,110,100,58,65,105,125,59,118,97,114,32,66,105,61,123,116,105,109,101,58,110,117,108,108,44,100,101,108,97,121,58,48,44,100,117,114,97,116,105,111,110,58,50,53,48,44,101,97,115,101,58,70,105,125,59,102,117,110,99,116,105,111,110,32,82,105,40,116,44,101,41,123,118,97,114,32,110,59,119,104,105,108,101,40,33,40,110,61,116,46,95,95,116,114,97,110,115,105,116,105,111,110,41,124,124,33,40,110,61,110,91,101,93,41,41,105,102,40,33,40,116,61,116,46,112,97,114,101,110,116,78,111,100,101,41,41,114,101,116,117,114,110,32,66,105,46,116,105,109,101,61,75,110,40,41,44,66,105,59,114,101,116,117,114,110,32,110,125,118,97,114,32,78,105,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,59,116,32,105,110,115,116,97,110,99,101,111,102,32,76,105,63,40,101,61,116,46,95,105,100,44,116,61,116,46,95,110,97,109,101,41,58,40,101,61,73,105,40,41,44,40,110,61,66,105,41,46,116,105,109,101,61,75,110,40,41,44,116,61,110,117,108,108,61,61,116,63,110,117,108,108,58,116,43,34,34,41,59,102,111,114,40,118,97,114,32,114,61,116,104,105,115,46,95,103,114,111,117,112,115,44,105,61,114,46,108,101,110,103,116,104,44,111,61,48,59,111,60,105,59,43,43,111,41,102,111,114,40,118,97,114,32,97,44,115,61,114,91,111,93,44,99,61,115,46,108,101,110,103,116,104,44,117,61,48,59,117,60,99,59,43,43,117,41,40,97,61,115,91,117,93,41,38,38,112,114,40,97,44,116,44,101,44,117,44,115,44,110,124,124,82,105,40,97,44,101,41,41,59,114,101,116,117,114,110,32,110,101,119,32,76,105,40,114,44,116,104,105,115,46,95,112,97,114,101,110,116,115,44,116,44,101,41,125,59,76,101,46,112,114,111,116,111,116,121,112,101,46,105,110,116,101,114,114,117,112,116,61,83,114,44,76,101,46,112,114,111,116,111,116,121,112,101,46,116,114,97,110,115,105,116,105,111,110,61,78,105,59,102,117,110,99,116,105,111,110,32,122,105,40,116,41,123,114,101,116,117,114,110,91,43,116,91,48,93,44,43,116,91,49,93,93,125,102,117,110,99,116,105,111,110,32,86,105,40,116,41,123,114,101,116,117,114,110,91,122,105,40,116,91,48,93,41,44,122,105,40,116,91,49,93,41,93,125,91,34,119,34,44,34,101,34,93,46,109,97,112,40,72,105,41,44,91,34,110,34,44,34,115,34,93,46,109,97,112,40,72,105,41,44,91,34,110,34,44,34,119,34,44,34,101,34,44,34,115,34,44,34,110,119,34,44,34,110,101,34,44,34,115,119,34,44,34,115,101,34,93,46,109,97,112,40,72,105,41,59,102,117,110,99,116,105,111,110,32,72,105,40,116,41,123,114,101,116,117,114,110,123,116,121,112,101,58,116,125,125,77,97,116,104,46,99,111,115,44,77,97,116,104,46,115,105,110,44,77,97,116,104,46,80,73,44,77,97,116,104,46,109,97,120,59,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,46,115,108,105,99,101,59,118,97,114,32,85,105,61,77,97,116,104,46,80,73,44,87,105,61,50,42,85,105,44,113,105,61,49,101,45,54,44,71,105,61,87,105,45,113,105,59,102,117,110,99,116,105,111,110,32,89,105,40,41,123,116,104,105,115,46,95,120,48,61,116,104,105,115,46,95,121,48,61,116,104,105,115,46,95,120,49,61,116,104,105,115,46,95,121,49,61,110,117,108,108,44,116,104,105,115,46,95,61,34,34,125,102,117,110,99,116,105,111,110,32,75,105,40,41,123,114,101,116,117,114,110,32,110,101,119,32,89,105,125,89,105,46,112,114,111,116,111,116,121,112,101,61,75,105,46,112,114,111,116,111,116,121,112,101,61,123,99,111,110,115,116,114,117,99,116,111,114,58,89,105,44,109,111,118,101,84,111,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,95,43,61,34,77,34,43,40,116,104,105,115,46,95,120,48,61,116,104,105,115,46,95,120,49,61,43,116,41,43,34,44,34,43,40,116,104,105,115,46,95,121,48,61,116,104,105,115,46,95,121,49,61,43,101,41,125,44,99,108,111,115,101,80,97,116,104,58,102,117,110,99,116,105,111,110,40,41,123,110,117,108,108,33,61,61,116,104,105,115,46,95,120,49,38,38,40,116,104,105,115,46,95,120,49,61,116,104,105,115,46,95,120,48,44,116,104,105,115,46,95,121,49,61,116,104,105,115,46,95,121,48,44,116,104,105,115,46,95,43,61,34,90,34,41,125,44,108,105,110,101,84,111,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,95,43,61,34,76,34,43,40,116,104,105,115,46,95,120,49,61,43,116,41,43,34,44,34,43,40,116,104,105,115,46,95,121,49,61,43,101,41,125,44,113,117,97,100,114,97,116,105,99,67,117,114,118,101,84,111,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,116,104,105,115,46,95,43,61,34,81,34,43,32,43,116,43,34,44,34,43,32,43,101,43,34,44,34,43,40,116,104,105,115,46,95,120,49,61,43,110,41,43,34,44,34,43,40,116,104,105,115,46,95,121,49,61,43,114,41,125,44,98,101,122,105,101,114,67,117,114,118,101,84,111,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,44,111,41,123,116,104,105,115,46,95,43,61,34,67,34,43,32,43,116,43,34,44,34,43,32,43,101,43,34,44,34,43,32,43,110,43,34,44,34,43,32,43,114,43,34,44,34,43,40,116,104,105,115,46,95,120,49,61,43,105,41,43,34,44,34,43,40,116,104,105,115,46,95,121,49,61,43,111,41,125,44,97,114,99,84,111,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,41,123,116,61,43,116,44,101,61,43,101,44,110,61,43,110,44,114,61,43,114,44,105,61,43,105,59,118,97,114,32,111,61,116,104,105,115,46,95,120,49,44,97,61,116,104,105,115,46,95,121,49,44,115,61,110,45,116,44,99,61,114,45,101,44,117,61,111,45,116,44,108,61,97,45,101,44,102,61,117,42,117,43,108,42,108,59,105,102,40,105,60,48,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,101,103,97,116,105,118,101,32,114,97,100,105,117,115,58,32,34,43,105,41,59,105,102,40,110,117,108,108,61,61,61,116,104,105,115,46,95,120,49,41,116,104,105,115,46,95,43,61,34,77,34,43,40,116,104,105,115,46,95,120,49,61,116,41,43,34,44,34,43,40,116,104,105,115,46,95,121,49,61,101,41,59,101,108,115,101,32,105,102,40,102,62,113,105,41,105,102,40,77,97,116,104,46,97,98,115,40,108,42,115,45,99,42,117,41,62,113,105,38,38,105,41,123,118,97,114,32,104,61,110,45,111,44,100,61,114,45,97,44,112,61,115,42,115,43,99,42,99,44,118,61,104,42,104,43,100,42,100,44,103,61,77,97,116,104,46,115,113,114,116,40,112,41,44,109,61,77,97,116,104,46,115,113,114,116,40,102,41,44,98,61,105,42,77,97,116,104,46,116,97,110,40,40,85,105,45,77,97,116,104,46,97,99,111,115,40,40,112,43,102,45,118,41,47,40,50,42,103,42,109,41,41,41,47,50,41,44,121,61,98,47,109,44,119,61,98,47,103,59,77,97,116,104,46,97,98,115,40,121,45,49,41,62,113,105,38,38,40,116,104,105,115,46,95,43,61,34,76,34,43,40,116,43,121,42,117,41,43,34,44,34,43,40,101,43,121,42,108,41,41,44,116,104,105,115,46,95,43,61,34,65,34,43,105,43,34,44,34,43,105,43,34,44,48,44,48,44,34,43,32,43,40,108,42,104,62,117,42,100,41,43,34,44,34,43,40,116,104,105,115,46,95,120,49,61,116,43,119,42,115,41,43,34,44,34,43,40,116,104,105,115,46,95,121,49,61,101,43,119,42,99,41,125,101,108,115,101,32,116,104,105,115,46,95,43,61,34,76,34,43,40,116,104,105,115,46,95,120,49,61,116,41,43,34,44,34,43,40,116,104,105,115,46,95,121,49,61,101,41,59,101,108,115,101,59,125,44,97,114,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,44,111,41,123,116,61,43,116,44,101,61,43,101,44,110,61,43,110,44,111,61,33,33,111,59,118,97,114,32,97,61,110,42,77,97,116,104,46,99,111,115,40,114,41,44,115,61,110,42,77,97,116,104,46,115,105,110,40,114,41,44,99,61,116,43,97,44,117,61,101,43,115,44,108,61,49,94,111,44,102,61,111,63,114,45,105,58,105,45,114,59,105,102,40,110,60,48,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,101,103,97,116,105,118,101,32,114,97,100,105,117,115,58,32,34,43,110,41,59,110,117,108,108,61,61,61,116,104,105,115,46,95,120,49,63,116,104,105,115,46,95,43,61,34,77,34,43,99,43,34,44,34,43,117,58,40,77,97,116,104,46,97,98,115,40,116,104,105,115,46,95,120,49,45,99,41,62,113,105,124,124,77,97,116,104,46,97,98,115,40,116,104,105,115,46,95,121,49,45,117,41,62,113,105,41,38,38,40,116,104,105,115,46,95,43,61,34,76,34,43,99,43,34,44,34,43,117,41,44,110,38,38,40,102,60,48,38,38,40,102,61,102,37,87,105,43,87,105,41,44,102,62,71,105,63,116,104,105,115,46,95,43,61,34,65,34,43,110,43,34,44,34,43,110,43,34,44,48,44,49,44,34,43,108,43,34,44,34,43,40,116,45,97,41,43,34,44,34,43,40,101,45,115,41,43,34,65,34,43,110,43,34,44,34,43,110,43,34,44,48,44,49,44,34,43,108,43,34,44,34,43,40,116,104,105,115,46,95,120,49,61,99,41,43,34,44,34,43,40,116,104,105,115,46,95,121,49,61,117,41,58,102,62,113,105,38,38,40,116,104,105,115,46,95,43,61,34,65,34,43,110,43,34,44,34,43,110,43,34,44,48,44,34,43,32,43,40,102,62,61,85,105,41,43,34,44,34,43,108,43,34,44,34,43,40,116,104,105,115,46,95,120,49,61,116,43,110,42,77,97,116,104,46,99,111,115,40,105,41,41,43,34,44,34,43,40,116,104,105,115,46,95,121,49,61,101,43,110,42,77,97,116,104,46,115,105,110,40,105,41,41,41,41,125,44,114,101,99,116,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,116,104,105,115,46,95,43,61,34,77,34,43,40,116,104,105,115,46,95,120,48,61,116,104,105,115,46,95,120,49,61,43,116,41,43,34,44,34,43,40,116,104,105,115,46,95,121,48,61,116,104,105,115,46,95,121,49,61,43,101,41,43,34,104,34,43,32,43,110,43,34,118,34,43,32,43,114,43,34,104,34,43,45,110,43,34,90,34,125,44,116,111,83,116,114,105,110,103,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,125,125,59,118,97,114,32,88,105,61,34,36,34,59,102,117,110,99,116,105,111,110,32,90,105,40,41,123,125,102,117,110,99,116,105,111,110,32,74,105,40,116,44,101,41,123,118,97,114,32,110,61,110,101,119,32,90,105,59,105,102,40,116,32,105,110,115,116,97,110,99,101,111,102,32,90,105,41,116,46,101,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,110,46,115,101,116,40,101,44,116,41,125,41,41,59,101,108,115,101,32,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,123,118,97,114,32,114,44,105,61,45,49,44,111,61,116,46,108,101,110,103,116,104,59,105,102,40,110,117,108,108,61,61,101,41,119,104,105,108,101,40,43,43,105,60,111,41,110,46,115,101,116,40,105,44,116,91,105,93,41,59,101,108,115,101,32,119,104,105,108,101,40,43,43,105,60,111,41,110,46,115,101,116,40,101,40,114,61,116,91,105,93,44,105,44,116,41,44,114,41,125,101,108,115,101,32,105,102,40,116,41,102,111,114,40,118,97,114,32,97,32,105,110,32,116,41,110,46,115,101,116,40,97,44,116,91,97,93,41,59,114,101,116,117,114,110,32,110,125,90,105,46,112,114,111,116,111,116,121,112,101,61,74,105,46,112,114,111,116,111,116,121,112,101,61,123,99,111,110,115,116,114,117,99,116,111,114,58,90,105,44,104,97,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,88,105,43,116,32,105,110,32,116,104,105,115,125,44,103,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,91,88,105,43,116,93,125,44,115,101,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,91,88,105,43,116,93,61,101,44,116,104,105,115,125,44,114,101,109,111,118,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,88,105,43,116,59,114,101,116,117,114,110,32,101,32,105,110,32,116,104,105,115,38,38,100,101,108,101,116,101,32,116,104,105,115,91,101,93,125,44,99,108,101,97,114,58,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,32,105,110,32,116,104,105,115,41,116,91,48,93,61,61,61,88,105,38,38,100,101,108,101,116,101,32,116,104,105,115,91,116,93,125,44,107,101,121,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,102,111,114,40,118,97,114,32,101,32,105,110,32,116,104,105,115,41,101,91,48,93,61,61,61,88,105,38,38,116,46,112,117,115,104,40,101,46,115,108,105,99,101,40,49,41,41,59,114,101,116,117,114,110,32,116,125,44,118,97,108,117,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,102,111,114,40,118,97,114,32,101,32,105,110,32,116,104,105,115,41,101,91,48,93,61,61,61,88,105,38,38,116,46,112,117,115,104,40,116,104,105,115,91,101,93,41,59,114,101,116,117,114,110,32,116,125,44,101,110,116,114,105,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,102,111,114,40,118,97,114,32,101,32,105,110,32,116,104,105,115,41,101,91,48,93,61,61,61,88,105,38,38,116,46,112,117,115,104,40,123,107,101,121,58,101,46,115,108,105,99,101,40,49,41,44,118,97,108,117,101,58,116,104,105,115,91,101,93,125,41,59,114,101,116,117,114,110,32,116,125,44,115,105,122,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,48,59,102,111,114,40,118,97,114,32,101,32,105,110,32,116,104,105,115,41,101,91,48,93,61,61,61,88,105,38,38,43,43,116,59,114,101,116,117,114,110,32,116,125,44,101,109,112,116,121,58,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,32,105,110,32,116,104,105,115,41,105,102,40,116,91,48,93,61,61,61,88,105,41,114,101,116,117,114,110,33,49,59,114,101,116,117,114,110,33,48,125,44,101,97,99,104,58,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,32,105,110,32,116,104,105,115,41,101,91,48,93,61,61,61,88,105,38,38,116,40,116,104,105,115,91,101,93,44,101,46,115,108,105,99,101,40,49,41,44,116,104,105,115,41,125,125,59,118,97,114,32,81,105,61,74,105,44,116,111,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,44,110,44,114,61,91,93,44,105,61,91,93,59,102,117,110,99,116,105,111,110,32,111,40,110,44,105,44,97,44,115,41,123,105,102,40,105,62,61,114,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,110,117,108,108,33,61,116,38,38,110,46,115,111,114,116,40,116,41,44,110,117,108,108,33,61,101,63,101,40,110,41,58,110,59,118,97,114,32,99,44,117,44,108,44,102,61,45,49,44,104,61,110,46,108,101,110,103,116,104,44,100,61,114,91,105,43,43,93,44,112,61,81,105,40,41,44,118,61,97,40,41,59,119,104,105,108,101,40,43,43,102,60,104,41,40,108,61,112,46,103,101,116,40,99,61,100,40,117,61,110,91,102,93,41,43,34,34,41,41,63,108,46,112,117,115,104,40,117,41,58,112,46,115,101,116,40,99,44,91,117,93,41,59,114,101,116,117,114,110,32,112,46,101,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,115,40,118,44,101,44,111,40,116,44,105,44,97,44,115,41,41,125,41,41,44,118,125,102,117,110,99,116,105,111,110,32,97,40,116,44,110,41,123,105,102,40,43,43,110,62,114,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,116,59,118,97,114,32,111,44,115,61,105,91,110,45,49,93,59,114,101,116,117,114,110,32,110,117,108,108,33,61,101,38,38,110,62,61,114,46,108,101,110,103,116,104,63,111,61,116,46,101,110,116,114,105,101,115,40,41,58,40,111,61,91,93,44,116,46,101,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,111,46,112,117,115,104,40,123,107,101,121,58,101,44,118,97,108,117,101,115,58,97,40,116,44,110,41,125,41,125,41,41,41,44,110,117,108,108,33,61,115,63,111,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,115,40,116,46,107,101,121,44,101,46,107,101,121,41,125,41,41,58,111,125,114,101,116,117,114,110,32,110,61,123,111,98,106,101,99,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,111,40,116,44,48,44,101,111,44,110,111,41,125,44,109,97,112,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,111,40,116,44,48,44,114,111,44,105,111,41,125,44,101,110,116,114,105,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,40,111,40,116,44,48,44,114,111,44,105,111,41,44,48,41,125,44,107,101,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,46,112,117,115,104,40,116,41,44,110,125,44,115,111,114,116,75,101,121,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,91,114,46,108,101,110,103,116,104,45,49,93,61,116,44,110,125,44,115,111,114,116,86,97,108,117,101,115,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,61,101,44,110,125,44,114,111,108,108,117,112,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,61,116,44,110,125,125,125,59,102,117,110,99,116,105,111,110,32,101,111,40,41,123,114,101,116,117,114,110,123,125,125,102,117,110,99,116,105,111,110,32,110,111,40,116,44,101,44,110,41,123,116,91,101,93,61,110,125,102,117,110,99,116,105,111,110,32,114,111,40,41,123,114,101,116,117,114,110,32,81,105,40,41,125,102,117,110,99,116,105,111,110,32,105,111,40,116,44,101,44,110,41,123,116,46,115,101,116,40,101,44,110,41,125,102,117,110,99,116,105,111,110,32,111,111,40,41,123,125,118,97,114,32,97,111,61,81,105,46,112,114,111,116,111,116,121,112,101,59,102,117,110,99,116,105,111,110,32,115,111,40,116,44,101,41,123,118,97,114,32,110,61,110,101,119,32,111,111,59,105,102,40,116,32,105,110,115,116,97,110,99,101,111,102,32,111,111,41,116,46,101,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,46,97,100,100,40,116,41,125,41,41,59,101,108,115,101,32,105,102,40,116,41,123,118,97,114,32,114,61,45,49,44,105,61,116,46,108,101,110,103,116,104,59,105,102,40,110,117,108,108,61,61,101,41,119,104,105,108,101,40,43,43,114,60,105,41,110,46,97,100,100,40,116,91,114,93,41,59,101,108,115,101,32,119,104,105,108,101,40,43,43,114,60,105,41,110,46,97,100,100,40,101,40,116,91,114,93,44,114,44,116,41,41,125,114,101,116,117,114,110,32,110,125,111,111,46,112,114,111,116,111,116,121,112,101,61,115,111,46,112,114,111,116,111,116,121,112,101,61,123,99,111,110,115,116,114,117,99,116,111,114,58,111,111,44,104,97,115,58,97,111,46,104,97,115,44,97,100,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,43,61,34,34,44,116,104,105,115,91,88,105,43,116,93,61,116,44,116,104,105,115,125,44,114,101,109,111,118,101,58,97,111,46,114,101,109,111,118,101,44,99,108,101,97,114,58,97,111,46,99,108,101,97,114,44,118,97,108,117,101,115,58,97,111,46,107,101,121,115,44,115,105,122,101,58,97,111,46,115,105,122,101,44,101,109,112,116,121,58,97,111,46,101,109,112,116,121,44,101,97,99,104,58,97,111,46,101,97,99,104,125,59,118,97,114,32,99,111,61,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,59,99,111,46,115,108,105,99,101,59,118,97,114,32,117,111,61,123,125,44,108,111,61,123,125,44,102,111,61,51,52,44,104,111,61,49,48,44,112,111,61,49,51,59,102,117,110,99,116,105,111,110,32,118,111,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,70,117,110,99,116,105,111,110,40,34,100,34,44,34,114,101,116,117,114,110,32,123,34,43,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,116,41,43,34,58,32,100,91,34,43,101,43,39,93,32,124,124,32,34,34,39,125,41,41,46,106,111,105,110,40,34,44,34,41,43,34,125,34,41,125,102,117,110,99,116,105,111,110,32,103,111,40,116,44,101,41,123,118,97,114,32,110,61,118,111,40,116,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,114,44,105,41,123,114,101,116,117,114,110,32,101,40,110,40,114,41,44,105,44,116,41,125,125,102,117,110,99,116,105,111,110,32,109,111,40,116,41,123,118,97,114,32,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,110,61,91,93,59,114,101,116,117,114,110,32,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,114,32,105,110,32,116,41,114,32,105,110,32,101,124,124,110,46,112,117,115,104,40,101,91,114,93,61,114,41,125,41,41,44,110,125,102,117,110,99,116,105,111,110,32,98,111,40,116,44,101,41,123,118,97,114,32,110,61,116,43,34,34,44,114,61,110,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,114,60,101,63,110,101,119,32,65,114,114,97,121,40,101,45,114,43,49,41,46,106,111,105,110,40,48,41,43,110,58,110,125,102,117,110,99,116,105,111,110,32,121,111,40,116,41,123,114,101,116,117,114,110,32,116,60,48,63,34,45,34,43,98,111,40,45,116,44,54,41,58,116,62,57,57,57,57,63,34,43,34,43,98,111,40,116,44,54,41,58,98,111,40,116,44,52,41,125,102,117,110,99,116,105,111,110,32,119,111,40,116,41,123,118,97,114,32,101,61,116,46,103,101,116,85,84,67,72,111,117,114,115,40,41,44,110,61,116,46,103,101,116,85,84,67,77,105,110,117,116,101,115,40,41,44,114,61,116,46,103,101,116,85,84,67,83,101,99,111,110,100,115,40,41,44,105,61,116,46,103,101,116,85,84,67,77,105,108,108,105,115,101,99,111,110,100,115,40,41,59,114,101,116,117,114,110,32,105,115,78,97,78,40,116,41,63,34,73,110,118,97,108,105,100,32,68,97,116,101,34,58,121,111,40,116,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,44,52,41,43,34,45,34,43,98,111,40,116,46,103,101,116,85,84,67,77,111,110,116,104,40,41,43,49,44,50,41,43,34,45,34,43,98,111,40,116,46,103,101,116,85,84,67,68,97,116,101,40,41,44,50,41,43,40,105,63,34,84,34,43,98,111,40,101,44,50,41,43,34,58,34,43,98,111,40,110,44,50,41,43,34,58,34,43,98,111,40,114,44,50,41,43,34,46,34,43,98,111,40,105,44,51,41,43,34,90,34,58,114,63,34,84,34,43,98,111,40,101,44,50,41,43,34,58,34,43,98,111,40,110,44,50,41,43,34,58,34,43,98,111,40,114,44,50,41,43,34,90,34,58,110,124,124,101,63,34,84,34,43,98,111,40,101,44,50,41,43,34,58,34,43,98,111,40,110,44,50,41,43,34,90,34,58,34,34,41,125,118,97,114,32,95,111,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,110,101,119,32,82,101,103,69,120,112,40,39,91,34,39,43,116,43,34,92,110,92,114,93,34,41,44,110,61,116,46,99,104,97,114,67,111,100,101,65,116,40,48,41,59,102,117,110,99,116,105,111,110,32,114,40,116,44,101,41,123,118,97,114,32,110,44,114,44,111,61,105,40,116,44,40,102,117,110,99,116,105,111,110,40,116,44,105,41,123,105,102,40,110,41,114,101,116,117,114,110,32,110,40,116,44,105,45,49,41,59,114,61,116,44,110,61,101,63,103,111,40,116,44,101,41,58,118,111,40,116,41,125,41,41,59,114,101,116,117,114,110,32,111,46,99,111,108,117,109,110,115,61,114,124,124,91,93,44,111,125,102,117,110,99,116,105,111,110,32,105,40,116,44,101,41,123,118,97,114,32,114,44,105,61,91,93,44,111,61,116,46,108,101,110,103,116,104,44,97,61,48,44,115,61,48,44,99,61,111,60,61,48,44,117,61,33,49,59,102,117,110,99,116,105,111,110,32,108,40,41,123,105,102,40,99,41,114,101,116,117,114,110,32,108,111,59,105,102,40,117,41,114,101,116,117,114,110,32,117,61,33,49,44,117,111,59,118,97,114,32,101,44,114,44,105,61,97,59,105,102,40,116,46,99,104,97,114,67,111,100,101,65,116,40,105,41,61,61,61,102,111,41,123,119,104,105,108,101,40,97,43,43,60,111,38,38,116,46,99,104,97,114,67,111,100,101,65,116,40,97,41,33,61,61,102,111,124,124,116,46,99,104,97,114,67,111,100,101,65,116,40,43,43,97,41,61,61,61,102,111,41,59,114,101,116,117,114,110,40,101,61,97,41,62,61,111,63,99,61,33,48,58,40,114,61,116,46,99,104,97,114,67,111,100,101,65,116,40,97,43,43,41,41,61,61,61,104,111,63,117,61,33,48,58,114,61,61,61,112,111,38,38,40,117,61,33,48,44,116,46,99,104,97,114,67,111,100,101,65,116,40,97,41,61,61,61,104,111,38,38,43,43,97,41,44,116,46,115,108,105,99,101,40,105,43,49,44,101,45,49,41,46,114,101,112,108,97,99,101,40,47,34,34,47,103,44,39,34,39,41,125,119,104,105,108,101,40,97,60,111,41,123,105,102,40,40,114,61,116,46,99,104,97,114,67,111,100,101,65,116,40,101,61,97,43,43,41,41,61,61,61,104,111,41,117,61,33,48,59,101,108,115,101,32,105,102,40,114,61,61,61,112,111,41,117,61,33,48,44,116,46,99,104,97,114,67,111,100,101,65,116,40,97,41,61,61,61,104,111,38,38,43,43,97,59,101,108,115,101,32,105,102,40,114,33,61,61,110,41,99,111,110,116,105,110,117,101,59,114,101,116,117,114,110,32,116,46,115,108,105,99,101,40,105,44,101,41,125,114,101,116,117,114,110,32,99,61,33,48,44,116,46,115,108,105,99,101,40,105,44,111,41,125,116,46,99,104,97,114,67,111,100,101,65,116,40,111,45,49,41,61,61,61,104,111,38,38,45,45,111,44,116,46,99,104,97,114,67,111,100,101,65,116,40,111,45,49,41,61,61,61,112,111,38,38,45,45,111,59,119,104,105,108,101,40,40,114,61,108,40,41,41,33,61,61,108,111,41,123,118,97,114,32,102,61,91,93,59,119,104,105,108,101,40,114,33,61,61,117,111,38,38,114,33,61,61,108,111,41,102,46,112,117,115,104,40,114,41,44,114,61,108,40,41,59,101,38,38,110,117,108,108,61,61,40,102,61,101,40,102,44,115,43,43,41,41,124,124,105,46,112,117,115,104,40,102,41,125,114,101,116,117,114,110,32,105,125,102,117,110,99,116,105,111,110,32,111,40,101,44,110,41,123,114,101,116,117,114,110,32,101,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,110,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,108,40,101,91,116,93,41,125,41,41,46,106,111,105,110,40,116,41,125,41,41,125,102,117,110,99,116,105,111,110,32,97,40,101,44,110,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,110,38,38,40,110,61,109,111,40,101,41,41,44,91,110,46,109,97,112,40,108,41,46,106,111,105,110,40,116,41,93,46,99,111,110,99,97,116,40,111,40,101,44,110,41,41,46,106,111,105,110,40,34,92,110,34,41,125,102,117,110,99,116,105,111,110,32,115,40,116,44,101,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,101,38,38,40,101,61,109,111,40,116,41,41,44,111,40,116,44,101,41,46,106,111,105,110,40,34,92,110,34,41,125,102,117,110,99,116,105,111,110,32,99,40,116,41,123,114,101,116,117,114,110,32,116,46,109,97,112,40,117,41,46,106,111,105,110,40,34,92,110,34,41,125,102,117,110,99,116,105,111,110,32,117,40,101,41,123,114,101,116,117,114,110,32,101,46,109,97,112,40,108,41,46,106,111,105,110,40,116,41,125,102,117,110,99,116,105,111,110,32,108,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,34,34,58,116,32,105,110,115,116,97,110,99,101,111,102,32,68,97,116,101,63,119,111,40,116,41,58,101,46,116,101,115,116,40,116,43,61,34,34,41,63,39,34,39,43,116,46,114,101,112,108,97,99,101,40,47,34,47,103,44,39,34,34,39,41,43,39,34,39,58,116,125,114,101,116,117,114,110,123,112,97,114,115,101,58,114,44,112,97,114,115,101,82,111,119,115,58,105,44,102,111,114,109,97,116,58,97,44,102,111,114,109,97,116,66,111,100,121,58,115,44,102,111,114,109,97,116,82,111,119,115,58,99,44,102,111,114,109,97,116,82,111,119,58,117,44,102,111,114,109,97,116,86,97,108,117,101,58,108,125,125,44,120,111,61,95,111,40,34,44,34,41,44,79,111,61,120,111,46,112,97,114,115,101,44,83,111,61,40,120,111,46,112,97,114,115,101,82,111,119,115,44,120,111,46,102,111,114,109,97,116,44,120,111,46,102,111,114,109,97,116,66,111,100,121,44,120,111,46,102,111,114,109,97,116,82,111,119,115,44,120,111,46,102,111,114,109,97,116,82,111,119,44,120,111,46,102,111,114,109,97,116,86,97,108,117,101,44,95,111,40,34,92,116,34,41,41,44,107,111,61,83,111,46,112,97,114,115,101,59,83,111,46,112,97,114,115,101,82,111,119,115,44,83,111,46,102,111,114,109,97,116,44,83,111,46,102,111,114,109,97,116,66,111,100,121,44,83,111,46,102,111,114,109,97,116,82,111,119,115,44,83,111,46,102,111,114,109,97,116,82,111,119,44,83,111,46,102,111,114,109,97,116,86,97,108,117,101,59,102,117,110,99,116,105,111,110,32,67,111,40,116,41,123,105,102,40,33,116,46,111,107,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,116,46,115,116,97,116,117,115,43,34,32,34,43,116,46,115,116,97,116,117,115,84,101,120,116,41,59,114,101,116,117,114,110,32,116,46,116,101,120,116,40,41,125,118,97,114,32,80,111,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,102,101,116,99,104,40,116,44,101,41,46,116,104,101,110,40,67,111,41,125,59,102,117,110,99,116,105,111,110,32,84,111,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,114,101,116,117,114,110,32,50,61,61,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,110,38,38,40,114,61,110,44,110,61,118,111,105,100,32,48,41,44,80,111,40,101,44,110,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,40,101,44,114,41,125,41,41,125,125,118,97,114,32,106,111,61,84,111,40,79,111,41,44,69,111,61,40,84,111,40,107,111,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,43,116,104,105,115,46,95,120,46,99,97,108,108,40,110,117,108,108,44,116,41,44,110,61,43,116,104,105,115,46,95,121,46,99,97,108,108,40,110,117,108,108,44,116,41,59,114,101,116,117,114,110,32,65,111,40,116,104,105,115,46,99,111,118,101,114,40,101,44,110,41,44,101,44,110,44,116,41,125,41,59,102,117,110,99,116,105,111,110,32,65,111,40,116,44,101,44,110,44,114,41,123,105,102,40,105,115,78,97,78,40,101,41,124,124,105,115,78,97,78,40,110,41,41,114,101,116,117,114,110,32,116,59,118,97,114,32,105,44,111,44,97,44,115,44,99,44,117,44,108,44,102,44,104,44,100,61,116,46,95,114,111,111,116,44,112,61,123,100,97,116,97,58,114,125,44,118,61,116,46,95,120,48,44,103,61,116,46,95,121,48,44,109,61,116,46,95,120,49,44,98,61,116,46,95,121,49,59,105,102,40,33,100,41,114,101,116,117,114,110,32,116,46,95,114,111,111,116,61,112,44,116,59,119,104,105,108,101,40,100,46,108,101,110,103,116,104,41,105,102,40,40,117,61,101,62,61,40,111,61,40,118,43,109,41,47,50,41,41,63,118,61,111,58,109,61,111,44,40,108,61,110,62,61,40,97,61,40,103,43,98,41,47,50,41,41,63,103,61,97,58,98,61,97,44,105,61,100,44,33,40,100,61,100,91,102,61,108,60,60,49,124,117,93,41,41,114,101,116,117,114,110,32,105,91,102,93,61,112,44,116,59,105,102,40,115,61,43,116,46,95,120,46,99,97,108,108,40,110,117,108,108,44,100,46,100,97,116,97,41,44,99,61,43,116,46,95,121,46,99,97,108,108,40,110,117,108,108,44,100,46,100,97,116,97,41,44,101,61,61,61,115,38,38,110,61,61,61,99,41,114,101,116,117,114,110,32,112,46,110,101,120,116,61,100,44,105,63,105,91,102,93,61,112,58,116,46,95,114,111,111,116,61,112,44,116,59,100,111,123,105,61,105,63,105,91,102,93,61,110,101,119,32,65,114,114,97,121,40,52,41,58,116,46,95,114,111,111,116,61,110,101,119,32,65,114,114,97,121,40,52,41,44,40,117,61,101,62,61,40,111,61,40,118,43,109,41,47,50,41,41,63,118,61,111,58,109,61,111,44,40,108,61,110,62,61,40,97,61,40,103,43,98,41,47,50,41,41,63,103,61,97,58,98,61,97,125,119,104,105,108,101,40,40,102,61,108,60,60,49,124,117,41,61,61,61,40,104,61,40,99,62,61,97,41,60,60,49,124,115,62,61,111,41,41,59,114,101,116,117,114,110,32,105,91,104,93,61,100,44,105,91,102,93,61,112,44,116,125,102,117,110,99,116,105,111,110,32,68,111,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,44,111,61,116,46,108,101,110,103,116,104,44,97,61,110,101,119,32,65,114,114,97,121,40,111,41,44,115,61,110,101,119,32,65,114,114,97,121,40,111,41,44,99,61,49,47,48,44,117,61,49,47,48,44,108,61,45,49,47,48,44,102,61,45,49,47,48,59,102,111,114,40,110,61,48,59,110,60,111,59,43,43,110,41,105,115,78,97,78,40,114,61,43,116,104,105,115,46,95,120,46,99,97,108,108,40,110,117,108,108,44,101,61,116,91,110,93,41,41,124,124,105,115,78,97,78,40,105,61,43,116,104,105,115,46,95,121,46,99,97,108,108,40,110,117,108,108,44,101,41,41,124,124,40,97,91,110,93,61,114,44,115,91,110,93,61,105,44,114,60,99,38,38,40,99,61,114,41,44,114,62,108,38,38,40,108,61,114,41,44,105,60,117,38,38,40,117,61,105,41,44,105,62,102,38,38,40,102,61,105,41,41,59,105,102,40,99,62,108,124,124,117,62,102,41,114,101,116,117,114,110,32,116,104,105,115,59,102,111,114,40,116,104,105,115,46,99,111,118,101,114,40,99,44,117,41,46,99,111,118,101,114,40,108,44,102,41,44,110,61,48,59,110,60,111,59,43,43,110,41,65,111,40,116,104,105,115,44,97,91,110,93,44,115,91,110,93,44,116,91,110,93,41,59,114,101,116,117,114,110,32,116,104,105,115,125,118,97,114,32,76,111,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,105,115,78,97,78,40,116,61,43,116,41,124,124,105,115,78,97,78,40,101,61,43,101,41,41,114,101,116,117,114,110,32,116,104,105,115,59,118,97,114,32,110,61,116,104,105,115,46,95,120,48,44,114,61,116,104,105,115,46,95,121,48,44,105,61,116,104,105,115,46,95,120,49,44,111,61,116,104,105,115,46,95,121,49,59,105,102,40,105,115,78,97,78,40,110,41,41,105,61,40,110,61,77,97,116,104,46,102,108,111,111,114,40,116,41,41,43,49,44,111,61,40,114,61,77,97,116,104,46,102,108,111,111,114,40,101,41,41,43,49,59,101,108,115,101,123,118,97,114,32,97,44,115,44,99,61,105,45,110,44,117,61,116,104,105,115,46,95,114,111,111,116,59,119,104,105,108,101,40,110,62,116,124,124,116,62,61,105,124,124,114,62,101,124,124,101,62,61,111,41,115,119,105,116,99,104,40,115,61,40,101,60,114,41,60,60,49,124,116,60,110,44,97,61,110,101,119,32,65,114,114,97,121,40,52,41,44,97,91,115,93,61,117,44,117,61,97,44,99,42,61,50,44,115,41,123,99,97,115,101,32,48,58,105,61,110,43,99,44,111,61,114,43,99,59,98,114,101,97,107,59,99,97,115,101,32,49,58,110,61,105,45,99,44,111,61,114,43,99,59,98,114,101,97,107,59,99,97,115,101,32,50,58,105,61,110,43,99,44,114,61,111,45,99,59,98,114,101,97,107,59,99,97,115,101,32,51,58,110,61,105,45,99,44,114,61,111,45,99,59,98,114,101,97,107,125,116,104,105,115,46,95,114,111,111,116,38,38,116,104,105,115,46,95,114,111,111,116,46,108,101,110,103,116,104,38,38,40,116,104,105,115,46,95,114,111,111,116,61,117,41,125,114,101,116,117,114,110,32,116,104,105,115,46,95,120,48,61,110,44,116,104,105,115,46,95,121,48,61,114,44,116,104,105,115,46,95,120,49,61,105,44,116,104,105,115,46,95,121,49,61,111,44,116,104,105,115,125,44,77,111,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,114,101,116,117,114,110,32,116,104,105,115,46,118,105,115,105,116,40,40,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,33,101,46,108,101,110,103,116,104,41,100,111,123,116,46,112,117,115,104,40,101,46,100,97,116,97,41,125,119,104,105,108,101,40,101,61,101,46,110,101,120,116,41,125,41,41,44,116,125,44,73,111,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,116,104,105,115,46,99,111,118,101,114,40,43,116,91,48,93,91,48,93,44,43,116,91,48,93,91,49,93,41,46,99,111,118,101,114,40,43,116,91,49,93,91,48,93,44,43,116,91,49,93,91,49,93,41,58,105,115,78,97,78,40,116,104,105,115,46,95,120,48,41,63,118,111,105,100,32,48,58,91,91,116,104,105,115,46,95,120,48,44,116,104,105,115,46,95,121,48,93,44,91,116,104,105,115,46,95,120,49,44,116,104,105,115,46,95,121,49,93,93,125,44,36,111,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,41,123,116,104,105,115,46,110,111,100,101,61,116,44,116,104,105,115,46,120,48,61,101,44,116,104,105,115,46,121,48,61,110,44,116,104,105,115,46,120,49,61,114,44,116,104,105,115,46,121,49,61,105,125,44,70,111,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,44,97,44,115,44,99,44,117,44,108,61,116,104,105,115,46,95,120,48,44,102,61,116,104,105,115,46,95,121,48,44,104,61,116,104,105,115,46,95,120,49,44,100,61,116,104,105,115,46,95,121,49,44,112,61,91,93,44,118,61,116,104,105,115,46,95,114,111,111,116,59,118,38,38,112,46,112,117,115,104,40,110,101,119,32,36,111,40,118,44,108,44,102,44,104,44,100,41,41,44,110,117,108,108,61,61,110,63,110,61,49,47,48,58,40,108,61,116,45,110,44,102,61,101,45,110,44,104,61,116,43,110,44,100,61,101,43,110,44,110,42,61,110,41,59,119,104,105,108,101,40,99,61,112,46,112,111,112,40,41,41,105,102,40,33,40,33,40,118,61,99,46,110,111,100,101,41,124,124,40,105,61,99,46,120,48,41,62,104,124,124,40,111,61,99,46,121,48,41,62,100,124,124,40,97,61,99,46,120,49,41,60,108,124,124,40,115,61,99,46,121,49,41,60,102,41,41,105,102,40,118,46,108,101,110,103,116,104,41,123,118,97,114,32,103,61,40,105,43,97,41,47,50,44,109,61,40,111,43,115,41,47,50,59,112,46,112,117,115,104,40,110,101,119,32,36,111,40,118,91,51,93,44,103,44,109,44,97,44,115,41,44,110,101,119,32,36,111,40,118,91,50,93,44,105,44,109,44,103,44,115,41,44,110,101,119,32,36,111,40,118,91,49,93,44,103,44,111,44,97,44,109,41,44,110,101,119,32,36,111,40,118,91,48,93,44,105,44,111,44,103,44,109,41,41,44,40,117,61,40,101,62,61,109,41,60,60,49,124,116,62,61,103,41,38,38,40,99,61,112,91,112,46,108,101,110,103,116,104,45,49,93,44,112,91,112,46,108,101,110,103,116,104,45,49,93,61,112,91,112,46,108,101,110,103,116,104,45,49,45,117,93,44,112,91,112,46,108,101,110,103,116,104,45,49,45,117,93,61,99,41,125,101,108,115,101,123,118,97,114,32,98,61,116,45,43,116,104,105,115,46,95,120,46,99,97,108,108,40,110,117,108,108,44,118,46,100,97,116,97,41,44,121,61,101,45,43,116,104,105,115,46,95,121,46,99,97,108,108,40,110,117,108,108,44,118,46,100,97,116,97,41,44,119,61,98,42,98,43,121,42,121,59,105,102,40,119,60,110,41,123,118,97,114,32,95,61,77,97,116,104,46,115,113,114,116,40,110,61,119,41,59,108,61,116,45,95,44,102,61,101,45,95,44,104,61,116,43,95,44,100,61,101,43,95,44,114,61,118,46,100,97,116,97,125,125,114,101,116,117,114,110,32,114,125,44,66,111,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,105,115,78,97,78,40,111,61,43,116,104,105,115,46,95,120,46,99,97,108,108,40,110,117,108,108,44,116,41,41,124,124,105,115,78,97,78,40,97,61,43,116,104,105,115,46,95,121,46,99,97,108,108,40,110,117,108,108,44,116,41,41,41,114,101,116,117,114,110,32,116,104,105,115,59,118,97,114,32,101,44,110,44,114,44,105,44,111,44,97,44,115,44,99,44,117,44,108,44,102,44,104,44,100,61,116,104,105,115,46,95,114,111,111,116,44,112,61,116,104,105,115,46,95,120,48,44,118,61,116,104,105,115,46,95,121,48,44,103,61,116,104,105,115,46,95,120,49,44,109,61,116,104,105,115,46,95,121,49,59,105,102,40,33,100,41,114,101,116,117,114,110,32,116,104,105,115,59,105,102,40,100,46,108,101,110,103,116,104,41,119,104,105,108,101,40,49,41,123,105,102,40,40,117,61,111,62,61,40,115,61,40,112,43,103,41,47,50,41,41,63,112,61,115,58,103,61,115,44,40,108,61,97,62,61,40,99,61,40,118,43,109,41,47,50,41,41,63,118,61,99,58,109,61,99,44,101,61,100,44,33,40,100,61,100,91,102,61,108,60,60,49,124,117,93,41,41,114,101,116,117,114,110,32,116,104,105,115,59,105,102,40,33,100,46,108,101,110,103,116,104,41,98,114,101,97,107,59,40,101,91,102,43,49,38,51,93,124,124,101,91,102,43,50,38,51,93,124,124,101,91,102,43,51,38,51,93,41,38,38,40,110,61,101,44,104,61,102,41,125,119,104,105,108,101,40,100,46,100,97,116,97,33,61,61,116,41,105,102,40,114,61,100,44,33,40,100,61,100,46,110,101,120,116,41,41,114,101,116,117,114,110,32,116,104,105,115,59,114,101,116,117,114,110,40,105,61,100,46,110,101,120,116,41,38,38,100,101,108,101,116,101,32,100,46,110,101,120,116,44,114,63,40,105,63,114,46,110,101,120,116,61,105,58,100,101,108,101,116,101,32,114,46,110,101,120,116,44,116,104,105,115,41,58,101,63,40,105,63,101,91,102,93,61,105,58,100,101,108,101,116,101,32,101,91,102,93,44,40,100,61,101,91,48,93,124,124,101,91,49,93,124,124,101,91,50,93,124,124,101,91,51,93,41,38,38,100,61,61,61,40,101,91,51,93,124,124,101,91,50,93,124,124,101,91,49,93,124,124,101,91,48,93,41,38,38,33,100,46,108,101,110,103,116,104,38,38,40,110,63,110,91,104,93,61,100,58,116,104,105,115,46,95,114,111,111,116,61,100,41,44,116,104,105,115,41,58,40,116,104,105,115,46,95,114,111,111,116,61,105,44,116,104,105,115,41,125,59,102,117,110,99,116,105,111,110,32,82,111,40,116,41,123,102,111,114,40,118,97,114,32,101,61,48,44,110,61,116,46,108,101,110,103,116,104,59,101,60,110,59,43,43,101,41,116,104,105,115,46,114,101,109,111,118,101,40,116,91,101,93,41,59,114,101,116,117,114,110,32,116,104,105,115,125,118,97,114,32,78,111,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,114,111,111,116,125,44,122,111,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,48,59,114,101,116,117,114,110,32,116,104,105,115,46,118,105,115,105,116,40,40,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,33,101,46,108,101,110,103,116,104,41,100,111,123,43,43,116,125,119,104,105,108,101,40,101,61,101,46,110,101,120,116,41,125,41,41,44,116,125,44,86,111,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,44,111,44,97,44,115,61,91,93,44,99,61,116,104,105,115,46,95,114,111,111,116,59,99,38,38,115,46,112,117,115,104,40,110,101,119,32,36,111,40,99,44,116,104,105,115,46,95,120,48,44,116,104,105,115,46,95,121,48,44,116,104,105,115,46,95,120,49,44,116,104,105,115,46,95,121,49,41,41,59,119,104,105,108,101,40,101,61,115,46,112,111,112,40,41,41,105,102,40,33,116,40,99,61,101,46,110,111,100,101,44,114,61,101,46,120,48,44,105,61,101,46,121,48,44,111,61,101,46,120,49,44,97,61,101,46,121,49,41,38,38,99,46,108,101,110,103,116,104,41,123,118,97,114,32,117,61,40,114,43,111,41,47,50,44,108,61,40,105,43,97,41,47,50,59,40,110,61,99,91,51,93,41,38,38,115,46,112,117,115,104,40,110,101,119,32,36,111,40,110,44,117,44,108,44,111,44,97,41,41,44,40,110,61,99,91,50,93,41,38,38,115,46,112,117,115,104,40,110,101,119,32,36,111,40,110,44,114,44,108,44,117,44,97,41,41,44,40,110,61,99,91,49,93,41,38,38,115,46,112,117,115,104,40,110,101,119,32,36,111,40,110,44,117,44,105,44,111,44,108,41,41,44,40,110,61,99,91,48,93,41,38,38,115,46,112,117,115,104,40,110,101,119,32,36,111,40,110,44,114,44,105,44,117,44,108,41,41,125,114,101,116,117,114,110,32,116,104,105,115,125,44,72,111,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,91,93,44,114,61,91,93,59,116,104,105,115,46,95,114,111,111,116,38,38,110,46,112,117,115,104,40,110,101,119,32,36,111,40,116,104,105,115,46,95,114,111,111,116,44,116,104,105,115,46,95,120,48,44,116,104,105,115,46,95,121,48,44,116,104,105,115,46,95,120,49,44,116,104,105,115,46,95,121,49,41,41,59,119,104,105,108,101,40,101,61,110,46,112,111,112,40,41,41,123,118,97,114,32,105,61,101,46,110,111,100,101,59,105,102,40,105,46,108,101,110,103,116,104,41,123,118,97,114,32,111,44,97,61,101,46,120,48,44,115,61,101,46,121,48,44,99,61,101,46,120,49,44,117,61,101,46,121,49,44,108,61,40,97,43,99,41,47,50,44,102,61,40,115,43,117,41,47,50,59,40,111,61,105,91,48,93,41,38,38,110,46,112,117,115,104,40,110,101,119,32,36,111,40,111,44,97,44,115,44,108,44,102,41,41,44,40,111,61,105,91,49,93,41,38,38,110,46,112,117,115,104,40,110,101,119,32,36,111,40,111,44,108,44,115,44,99,44,102,41,41,44,40,111,61,105,91,50,93,41,38,38,110,46,112,117,115,104,40,110,101,119,32,36,111,40,111,44,97,44,102,44,108,44,117,41,41,44,40,111,61,105,91,51,93,41,38,38,110,46,112,117,115,104,40,110,101,119,32,36,111,40,111,44,108,44,102,44,99,44,117,41,41,125,114,46,112,117,115,104,40,101,41,125,119,104,105,108,101,40,101,61,114,46,112,111,112,40,41,41,116,40,101,46,110,111,100,101,44,101,46,120,48,44,101,46,121,48,44,101,46,120,49,44,101,46,121,49,41,59,114,101,116,117,114,110,32,116,104,105,115,125,59,102,117,110,99,116,105,111,110,32,85,111,40,116,41,123,114,101,116,117,114,110,32,116,91,48,93,125,118,97,114,32,87,111,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,116,104,105,115,46,95,120,61,116,44,116,104,105,115,41,58,116,104,105,115,46,95,120,125,59,102,117,110,99,116,105,111,110,32,113,111,40,116,41,123,114,101,116,117,114,110,32,116,91,49,93,125,118,97,114,32,71,111,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,116,104,105,115,46,95,121,61,116,44,116,104,105,115,41,58,116,104,105,115,46,95,121,125,59,102,117,110,99,116,105,111,110,32,89,111,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,101,119,32,75,111,40,110,117,108,108,61,61,101,63,85,111,58,101,44,110,117,108,108,61,61,110,63,113,111,58,110,44,78,97,78,44,78,97,78,44,78,97,78,44,78,97,78,41,59,114,101,116,117,114,110,32,110,117,108,108,61,61,116,63,114,58,114,46,97,100,100,65,108,108,40,116,41,125,102,117,110,99,116,105,111,110,32,75,111,40,116,44,101,44,110,44,114,44,105,44,111,41,123,116,104,105,115,46,95,120,61,116,44,116,104,105,115,46,95,121,61,101,44,116,104,105,115,46,95,120,48,61,110,44,116,104,105,115,46,95,121,48,61,114,44,116,104,105,115,46,95,120,49,61,105,44,116,104,105,115,46,95,121,49,61,111,44,116,104,105,115,46,95,114,111,111,116,61,118,111,105,100,32,48,125,102,117,110,99,116,105,111,110,32,88,111,40,116,41,123,118,97,114,32,101,61,123,100,97,116,97,58,116,46,100,97,116,97,125,44,110,61,101,59,119,104,105,108,101,40,116,61,116,46,110,101,120,116,41,110,61,110,46,110,101,120,116,61,123,100,97,116,97,58,116,46,100,97,116,97,125,59,114,101,116,117,114,110,32,101,125,118,97,114,32,90,111,61,89,111,46,112,114,111,116,111,116,121,112,101,61,75,111,46,112,114,111,116,111,116,121,112,101,59,90,111,46,99,111,112,121,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,44,110,61,110,101,119,32,75,111,40,116,104,105,115,46,95,120,44,116,104,105,115,46,95,121,44,116,104,105,115,46,95,120,48,44,116,104,105,115,46,95,121,48,44,116,104,105,115,46,95,120,49,44,116,104,105,115,46,95,121,49,41,44,114,61,116,104,105,115,46,95,114,111,111,116,59,105,102,40,33,114,41,114,101,116,117,114,110,32,110,59,105,102,40,33,114,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,110,46,95,114,111,111,116,61,88,111,40,114,41,44,110,59,116,61,91,123,115,111,117,114,99,101,58,114,44,116,97,114,103,101,116,58,110,46,95,114,111,111,116,61,110,101,119,32,65,114,114,97,121,40,52,41,125,93,59,119,104,105,108,101,40,114,61,116,46,112,111,112,40,41,41,102,111,114,40,118,97,114,32,105,61,48,59,105,60,52,59,43,43,105,41,40,101,61,114,46,115,111,117,114,99,101,91,105,93,41,38,38,40,101,46,108,101,110,103,116,104,63,116,46,112,117,115,104,40,123,115,111,117,114,99,101,58,101,44,116,97,114,103,101,116,58,114,46,116,97,114,103,101,116,91,105,93,61,110,101,119,32,65,114,114,97,121,40,52,41,125,41,58,114,46,116,97,114,103,101,116,91,105,93,61,88,111,40,101,41,41,59,114,101,116,117,114,110,32,110,125,44,90,111,46,97,100,100,61,69,111,44,90,111,46,97,100,100,65,108,108,61,68,111,44,90,111,46,99,111,118,101,114,61,76,111,44,90,111,46,100,97,116,97,61,77,111,44,90,111,46,101,120,116,101,110,116,61,73,111,44,90,111,46,102,105,110,100,61,70,111,44,90,111,46,114,101,109,111,118,101,61,66,111,44,90,111,46,114,101,109,111,118,101,65,108,108,61,82,111,44,90,111,46,114,111,111,116,61,78,111,44,90,111,46,115,105,122,101,61,122,111,44,90,111,46,118,105,115,105,116,61,86,111,44,90,111,46,118,105,115,105,116,65,102,116,101,114,61,72,111,44,90,111,46,120,61,87,111,44,90,111,46,121,61,71,111,59,77,97,116,104,46,80,73,44,77,97,116,104,46,115,113,114,116,40,53,41,59,118,97,114,32,74,111,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,97,98,115,40,116,61,77,97,116,104,46,114,111,117,110,100,40,116,41,41,62,61,49,101,50,49,63,116,46,116,111,76,111,99,97,108,101,83,116,114,105,110,103,40,34,101,110,34,41,46,114,101,112,108,97,99,101,40,47,44,47,103,44,34,34,41,58,116,46,116,111,83,116,114,105,110,103,40,49,48,41,125,59,102,117,110,99,116,105,111,110,32,81,111,40,116,44,101,41,123,105,102,40,40,110,61,40,116,61,101,63,116,46,116,111,69,120,112,111,110,101,110,116,105,97,108,40,101,45,49,41,58,116,46,116,111,69,120,112,111,110,101,110,116,105,97,108,40,41,41,46,105,110,100,101,120,79,102,40,34,101,34,41,41,60,48,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,110,44,114,61,116,46,115,108,105,99,101,40,48,44,110,41,59,114,101,116,117,114,110,91,114,46,108,101,110,103,116,104,62,49,63,114,91,48,93,43,114,46,115,108,105,99,101,40,50,41,58,114,44,43,116,46,115,108,105,99,101,40,110,43,49,41,93,125,118,97,114,32,116,97,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,81,111,40,77,97,116,104,46,97,98,115,40,116,41,41,44,116,63,116,91,49,93,58,78,97,78,125,44,101,97,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,44,114,41,123,118,97,114,32,105,61,110,46,108,101,110,103,116,104,44,111,61,91,93,44,97,61,48,44,115,61,116,91,48,93,44,99,61,48,59,119,104,105,108,101,40,105,62,48,38,38,115,62,48,41,123,105,102,40,99,43,115,43,49,62,114,38,38,40,115,61,77,97,116,104,46,109,97,120,40,49,44,114,45,99,41,41,44,111,46,112,117,115,104,40,110,46,115,117,98,115,116,114,105,110,103,40,105,45,61,115,44,105,43,115,41,41,44,40,99,43,61,115,43,49,41,62,114,41,98,114,101,97,107,59,115,61,116,91,97,61,40,97,43,49,41,37,116,46,108,101,110,103,116,104,93,125,114,101,116,117,114,110,32,111,46,114,101,118,101,114,115,101,40,41,46,106,111,105,110,40,101,41,125,125,44,110,97,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,46,114,101,112,108,97,99,101,40,47,91,48,45,57,93,47,103,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,91,43,101,93,125,41,41,125,125,44,114,97,61,47,94,40,63,58,40,46,41,63,40,91,60,62,61,94,93,41,41,63,40,91,43,92,45,40,32,93,41,63,40,91,36,35,93,41,63,40,48,41,63,40,92,100,43,41,63,40,44,41,63,40,92,46,92,100,43,41,63,40,126,41,63,40,91,97,45,122,37,93,41,63,36,47,105,59,102,117,110,99,116,105,111,110,32,105,97,40,116,41,123,105,102,40,33,40,101,61,114,97,46,101,120,101,99,40,116,41,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,105,110,118,97,108,105,100,32,102,111,114,109,97,116,58,32,34,43,116,41,59,118,97,114,32,101,59,114,101,116,117,114,110,32,110,101,119,32,111,97,40,123,102,105,108,108,58,101,91,49,93,44,97,108,105,103,110,58,101,91,50,93,44,115,105,103,110,58,101,91,51,93,44,115,121,109,98,111,108,58,101,91,52,93,44,122,101,114,111,58,101,91,53,93,44,119,105,100,116,104,58,101,91,54,93,44,99,111,109,109,97,58,101,91,55,93,44,112,114,101,99,105,115,105,111,110,58,101,91,56,93,38,38,101,91,56,93,46,115,108,105,99,101,40,49,41,44,116,114,105,109,58,101,91,57,93,44,116,121,112,101,58,101,91,49,48,93,125,41,125,102,117,110,99,116,105,111,110,32,111,97,40,116,41,123,116,104,105,115,46,102,105,108,108,61,118,111,105,100,32,48,61,61,61,116,46,102,105,108,108,63,34,32,34,58,116,46,102,105,108,108,43,34,34,44,116,104,105,115,46,97,108,105,103,110,61,118,111,105,100,32,48,61,61,61,116,46,97,108,105,103,110,63,34,62,34,58,116,46,97,108,105,103,110,43,34,34,44,116,104,105,115,46,115,105,103,110,61,118,111,105,100,32,48,61,61,61,116,46,115,105,103,110,63,34,45,34,58,116,46,115,105,103,110,43,34,34,44,116,104,105,115,46,115,121,109,98,111,108,61,118,111,105,100,32,48,61,61,61,116,46,115,121,109,98,111,108,63,34,34,58,116,46,115,121,109,98,111,108,43,34,34,44,116,104,105,115,46,122,101,114,111,61,33,33,116,46,122,101,114,111,44,116,104,105,115,46,119,105,100,116,104,61,118,111,105,100,32,48,61,61,61,116,46,119,105,100,116,104,63,118,111,105,100,32,48,58,43,116,46,119,105,100,116,104,44,116,104,105,115,46,99,111,109,109,97,61,33,33,116,46,99,111,109,109,97,44,116,104,105,115,46,112,114,101,99,105,115,105,111,110,61,118,111,105,100,32,48,61,61,61,116,46,112,114,101,99,105,115,105,111,110,63,118,111,105,100,32,48,58,43,116,46,112,114,101,99,105,115,105,111,110,44,116,104,105,115,46,116,114,105,109,61,33,33,116,46,116,114,105,109,44,116,104,105,115,46,116,121,112,101,61,118,111,105,100,32,48,61,61,61,116,46,116,121,112,101,63,34,34,58,116,46,116,121,112,101,43,34,34,125,105,97,46,112,114,111,116,111,116,121,112,101,61,111,97,46,112,114,111,116,111,116,121,112,101,44,111,97,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,102,105,108,108,43,116,104,105,115,46,97,108,105,103,110,43,116,104,105,115,46,115,105,103,110,43,116,104,105,115,46,115,121,109,98,111,108,43,40,116,104,105,115,46,122,101,114,111,63,34,48,34,58,34,34,41,43,40,118,111,105,100,32,48,61,61,61,116,104,105,115,46,119,105,100,116,104,63,34,34,58,77,97,116,104,46,109,97,120,40,49,44,48,124,116,104,105,115,46,119,105,100,116,104,41,41,43,40,116,104,105,115,46,99,111,109,109,97,63,34,44,34,58,34,34,41,43,40,118,111,105,100,32,48,61,61,61,116,104,105,115,46,112,114,101,99,105,115,105,111,110,63,34,34,58,34,46,34,43,77,97,116,104,46,109,97,120,40,48,44,48,124,116,104,105,115,46,112,114,101,99,105,115,105,111,110,41,41,43,40,116,104,105,115,46,116,114,105,109,63,34,126,34,58,34,34,41,43,116,104,105,115,46,116,121,112,101,125,59,118,97,114,32,97,97,44,115,97,44,99,97,44,117,97,44,108,97,61,102,117,110,99,116,105,111,110,40,116,41,123,116,58,102,111,114,40,118,97,114,32,101,44,110,61,116,46,108,101,110,103,116,104,44,114,61,49,44,105,61,45,49,59,114,60,110,59,43,43,114,41,115,119,105,116,99,104,40,116,91,114,93,41,123,99,97,115,101,34,46,34,58,105,61,101,61,114,59,98,114,101,97,107,59,99,97,115,101,34,48,34,58,48,61,61,61,105,38,38,40,105,61,114,41,44,101,61,114,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,105,102,40,33,43,116,91,114,93,41,98,114,101,97,107,32,116,59,105,62,48,38,38,40,105,61,48,41,59,98,114,101,97,107,125,114,101,116,117,114,110,32,105,62,48,63,116,46,115,108,105,99,101,40,48,44,105,41,43,116,46,115,108,105,99,101,40,101,43,49,41,58,116,125,44,102,97,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,81,111,40,116,44,101,41,59,105,102,40,33,110,41,114,101,116,117,114,110,32,116,43,34,34,59,118,97,114,32,114,61,110,91,48,93,44,105,61,110,91,49,93,44,111,61,105,45,40,97,97,61,51,42,77,97,116,104,46,109,97,120,40,45,56,44,77,97,116,104,46,109,105,110,40,56,44,77,97,116,104,46,102,108,111,111,114,40,105,47,51,41,41,41,41,43,49,44,97,61,114,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,111,61,61,61,97,63,114,58,111,62,97,63,114,43,110,101,119,32,65,114,114,97,121,40,111,45,97,43,49,41,46,106,111,105,110,40,34,48,34,41,58,111,62,48,63,114,46,115,108,105,99,101,40,48,44,111,41,43,34,46,34,43,114,46,115,108,105,99,101,40,111,41,58,34,48,46,34,43,110,101,119,32,65,114,114,97,121,40,49,45,111,41,46,106,111,105,110,40,34,48,34,41,43,81,111,40,116,44,77,97,116,104,46,109,97,120,40,48,44,101,43,111,45,49,41,41,91,48,93,125,44,104,97,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,81,111,40,116,44,101,41,59,105,102,40,33,110,41,114,101,116,117,114,110,32,116,43,34,34,59,118,97,114,32,114,61,110,91,48,93,44,105,61,110,91,49,93,59,114,101,116,117,114,110,32,105,60,48,63,34,48,46,34,43,110,101,119,32,65,114,114,97,121,40,45,105,41,46,106,111,105,110,40,34,48,34,41,43,114,58,114,46,108,101,110,103,116,104,62,105,43,49,63,114,46,115,108,105,99,101,40,48,44,105,43,49,41,43,34,46,34,43,114,46,115,108,105,99,101,40,105,43,49,41,58,114,43,110,101,119,32,65,114,114,97,121,40,105,45,114,46,108,101,110,103,116,104,43,50,41,46,106,111,105,110,40,34,48,34,41,125,44,100,97,61,123,34,37,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,40,49,48,48,42,116,41,46,116,111,70,105,120,101,100,40,101,41,125,44,98,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,114,111,117,110,100,40,116,41,46,116,111,83,116,114,105,110,103,40,50,41,125,44,99,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,43,34,34,125,44,100,58,74,111,44,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,116,111,69,120,112,111,110,101,110,116,105,97,108,40,101,41,125,44,102,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,116,111,70,105,120,101,100,40,101,41,125,44,103,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,116,111,80,114,101,99,105,115,105,111,110,40,101,41,125,44,111,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,114,111,117,110,100,40,116,41,46,116,111,83,116,114,105,110,103,40,56,41,125,44,112,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,104,97,40,49,48,48,42,116,44,101,41,125,44,114,58,104,97,44,115,58,102,97,44,88,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,114,111,117,110,100,40,116,41,46,116,111,83,116,114,105,110,103,40,49,54,41,46,116,111,85,112,112,101,114,67,97,115,101,40,41,125,44,120,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,114,111,117,110,100,40,116,41,46,116,111,83,116,114,105,110,103,40,49,54,41,125,125,44,112,97,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,44,118,97,61,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,46,109,97,112,44,103,97,61,91,34,121,34,44,34,122,34,44,34,97,34,44,34,102,34,44,34,112,34,44,34,110,34,44,34,194,181,34,44,34,109,34,44,34,34,44,34,107,34,44,34,77,34,44,34,71,34,44,34,84,34,44,34,80,34,44,34,69,34,44,34,90,34,44,34,89,34,93,44,109,97,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,118,111,105,100,32,48,61,61,61,116,46,103,114,111,117,112,105,110,103,124,124,118,111,105,100,32,48,61,61,61,116,46,116,104,111,117,115,97,110,100,115,63,112,97,58,101,97,40,118,97,46,99,97,108,108,40,116,46,103,114,111,117,112,105,110,103,44,78,117,109,98,101,114,41,44,116,46,116,104,111,117,115,97,110,100,115,43,34,34,41,44,110,61,118,111,105,100,32,48,61,61,61,116,46,99,117,114,114,101,110,99,121,63,34,34,58,116,46,99,117,114,114,101,110,99,121,91,48,93,43,34,34,44,114,61,118,111,105,100,32,48,61,61,61,116,46,99,117,114,114,101,110,99,121,63,34,34,58,116,46,99,117,114,114,101,110,99,121,91,49,93,43,34,34,44,105,61,118,111,105,100,32,48,61,61,61,116,46,100,101,99,105,109,97,108,63,34,46,34,58,116,46,100,101,99,105,109,97,108,43,34,34,44,111,61,118,111,105,100,32,48,61,61,61,116,46,110,117,109,101,114,97,108,115,63,112,97,58,110,97,40,118,97,46,99,97,108,108,40,116,46,110,117,109,101,114,97,108,115,44,83,116,114,105,110,103,41,41,44,97,61,118,111,105,100,32,48,61,61,61,116,46,112,101,114,99,101,110,116,63,34,37,34,58,116,46,112,101,114,99,101,110,116,43,34,34,44,115,61,118,111,105,100,32,48,61,61,61,116,46,109,105,110,117,115,63,34,45,34,58,116,46,109,105,110,117,115,43,34,34,44,99,61,118,111,105,100,32,48,61,61,61,116,46,110,97,110,63,34,78,97,78,34,58,116,46,110,97,110,43,34,34,59,102,117,110,99,116,105,111,110,32,117,40,116,41,123,116,61,105,97,40,116,41,59,118,97,114,32,117,61,116,46,102,105,108,108,44,108,61,116,46,97,108,105,103,110,44,102,61,116,46,115,105,103,110,44,104,61,116,46,115,121,109,98,111,108,44,100,61,116,46,122,101,114,111,44,112,61,116,46,119,105,100,116,104,44,118,61,116,46,99,111,109,109,97,44,103,61,116,46,112,114,101,99,105,115,105,111,110,44,109,61,116,46,116,114,105,109,44,98,61,116,46,116,121,112,101,59,34,110,34,61,61,61,98,63,40,118,61,33,48,44,98,61,34,103,34,41,58,100,97,91,98,93,124,124,40,118,111,105,100,32,48,61,61,61,103,38,38,40,103,61,49,50,41,44,109,61,33,48,44,98,61,34,103,34,41,44,40,100,124,124,34,48,34,61,61,61,117,38,38,34,61,34,61,61,61,108,41,38,38,40,100,61,33,48,44,117,61,34,48,34,44,108,61,34,61,34,41,59,118,97,114,32,121,61,34,36,34,61,61,61,104,63,110,58,34,35,34,61,61,61,104,38,38,47,91,98,111,120,88,93,47,46,116,101,115,116,40,98,41,63,34,48,34,43,98,46,116,111,76,111,119,101,114,67,97,115,101,40,41,58,34,34,44,119,61,34,36,34,61,61,61,104,63,114,58,47,91,37,112,93,47,46,116,101,115,116,40,98,41,63,97,58,34,34,44,95,61,100,97,91,98,93,44,120,61,47,91,100,101,102,103,112,114,115,37,93,47,46,116,101,115,116,40,98,41,59,102,117,110,99,116,105,111,110,32,79,40,116,41,123,118,97,114,32,110,44,114,44,97,44,104,61,121,44,79,61,119,59,105,102,40,34,99,34,61,61,61,98,41,79,61,95,40,116,41,43,79,44,116,61,34,34,59,101,108,115,101,123,116,61,43,116,59,118,97,114,32,83,61,116,60,48,124,124,49,47,116,60,48,59,105,102,40,116,61,105,115,78,97,78,40,116,41,63,99,58,95,40,77,97,116,104,46,97,98,115,40,116,41,44,103,41,44,109,38,38,40,116,61,108,97,40,116,41,41,44,83,38,38,48,61,61,61,43,116,38,38,34,43,34,33,61,61,102,38,38,40,83,61,33,49,41,44,104,61,40,83,63,34,40,34,61,61,61,102,63,102,58,115,58,34,45,34,61,61,61,102,124,124,34,40,34,61,61,61,102,63,34,34,58,102,41,43,104,44,79,61,40,34,115,34,61,61,61,98,63,103,97,91,56,43,97,97,47,51,93,58,34,34,41,43,79,43,40,83,38,38,34,40,34,61,61,61,102,63,34,41,34,58,34,34,41,44,120,41,123,110,61,45,49,44,114,61,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,110,60,114,41,105,102,40,97,61,116,46,99,104,97,114,67,111,100,101,65,116,40,110,41,44,52,56,62,97,124,124,97,62,53,55,41,123,79,61,40,52,54,61,61,61,97,63,105,43,116,46,115,108,105,99,101,40,110,43,49,41,58,116,46,115,108,105,99,101,40,110,41,41,43,79,44,116,61,116,46,115,108,105,99,101,40,48,44,110,41,59,98,114,101,97,107,125,125,125,118,38,38,33,100,38,38,40,116,61,101,40,116,44,49,47,48,41,41,59,118,97,114,32,107,61,104,46,108,101,110,103,116,104,43,116,46,108,101,110,103,116,104,43,79,46,108,101,110,103,116,104,44,67,61,107,60,112,63,110,101,119,32,65,114,114,97,121,40,112,45,107,43,49,41,46,106,111,105,110,40,117,41,58,34,34,59,115,119,105,116,99,104,40,118,38,38,100,38,38,40,116,61,101,40,67,43,116,44,67,46,108,101,110,103,116,104,63,112,45,79,46,108,101,110,103,116,104,58,49,47,48,41,44,67,61,34,34,41,44,108,41,123,99,97,115,101,34,60,34,58,116,61,104,43,116,43,79,43,67,59,98,114,101,97,107,59,99,97,115,101,34,61,34,58,116,61,104,43,67,43,116,43,79,59,98,114,101,97,107,59,99,97,115,101,34,94,34,58,116,61,67,46,115,108,105,99,101,40,48,44,107,61,67,46,108,101,110,103,116,104,62,62,49,41,43,104,43,116,43,79,43,67,46,115,108,105,99,101,40,107,41,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,116,61,67,43,104,43,116,43,79,59,98,114,101,97,107,125,114,101,116,117,114,110,32,111,40,116,41,125,114,101,116,117,114,110,32,103,61,118,111,105,100,32,48,61,61,61,103,63,54,58,47,91,103,112,114,115,93,47,46,116,101,115,116,40,98,41,63,77,97,116,104,46,109,97,120,40,49,44,77,97,116,104,46,109,105,110,40,50,49,44,103,41,41,58,77,97,116,104,46,109,97,120,40,48,44,77,97,116,104,46,109,105,110,40,50,48,44,103,41,41,44,79,46,116,111,83,116,114,105,110,103,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,43,34,34,125,44,79,125,102,117,110,99,116,105,111,110,32,108,40,116,44,101,41,123,118,97,114,32,110,61,117,40,40,116,61,105,97,40,116,41,44,116,46,116,121,112,101,61,34,102,34,44,116,41,41,44,114,61,51,42,77,97,116,104,46,109,97,120,40,45,56,44,77,97,116,104,46,109,105,110,40,56,44,77,97,116,104,46,102,108,111,111,114,40,116,97,40,101,41,47,51,41,41,41,44,105,61,77,97,116,104,46,112,111,119,40,49,48,44,45,114,41,44,111,61,103,97,91,56,43,114,47,51,93,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,40,105,42,116,41,43,111,125,125,114,101,116,117,114,110,123,102,111,114,109,97,116,58,117,44,102,111,114,109,97,116,80,114,101,102,105,120,58,108,125,125,59,102,117,110,99,116,105,111,110,32,98,97,40,116,41,123,114,101,116,117,114,110,32,115,97,61,109,97,40,116,41,44,99,97,61,115,97,46,102,111,114,109,97,116,44,117,97,61,115,97,46,102,111,114,109,97,116,80,114,101,102,105,120,44,115,97,125,102,117,110,99,116,105,111,110,32,121,97,40,116,41,123,118,97,114,32,101,61,48,44,110,61,116,46,99,104,105,108,100,114,101,110,44,114,61,110,38,38,110,46,108,101,110,103,116,104,59,105,102,40,114,41,119,104,105,108,101,40,45,45,114,62,61,48,41,101,43,61,110,91,114,93,46,118,97,108,117,101,59,101,108,115,101,32,101,61,49,59,116,46,118,97,108,117,101,61,101,125,98,97,40,123,100,101,99,105,109,97,108,58,34,46,34,44,116,104,111,117,115,97,110,100,115,58,34,44,34,44,103,114,111,117,112,105,110,103,58,91,51,93,44,99,117,114,114,101,110,99,121,58,91,34,36,34,44,34,34,93,44,109,105,110,117,115,58,34,45,34,125,41,59,118,97,114,32,119,97,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,97,99,104,65,102,116,101,114,40,121,97,41,125,44,95,97,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,44,111,61,116,104,105,115,44,97,61,91,111,93,59,100,111,123,101,61,97,46,114,101,118,101,114,115,101,40,41,44,97,61,91,93,59,119,104,105,108,101,40,111,61,101,46,112,111,112,40,41,41,105,102,40,116,40,111,41,44,110,61,111,46,99,104,105,108,100,114,101,110,44,110,41,102,111,114,40,114,61,48,44,105,61,110,46,108,101,110,103,116,104,59,114,60,105,59,43,43,114,41,97,46,112,117,115,104,40,110,91,114,93,41,125,119,104,105,108,101,40,97,46,108,101,110,103,116,104,41,59,114,101,116,117,114,110,32,116,104,105,115,125,44,120,97,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,61,116,104,105,115,44,105,61,91,114,93,59,119,104,105,108,101,40,114,61,105,46,112,111,112,40,41,41,105,102,40,116,40,114,41,44,101,61,114,46,99,104,105,108,100,114,101,110,44,101,41,102,111,114,40,110,61,101,46,108,101,110,103,116,104,45,49,59,110,62,61,48,59,45,45,110,41,105,46,112,117,115,104,40,101,91,110,93,41,59,114,101,116,117,114,110,32,116,104,105,115,125,44,79,97,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,61,116,104,105,115,44,111,61,91,105,93,44,97,61,91,93,59,119,104,105,108,101,40,105,61,111,46,112,111,112,40,41,41,105,102,40,97,46,112,117,115,104,40,105,41,44,101,61,105,46,99,104,105,108,100,114,101,110,44,101,41,102,111,114,40,110,61,48,44,114,61,101,46,108,101,110,103,116,104,59,110,60,114,59,43,43,110,41,111,46,112,117,115,104,40,101,91,110,93,41,59,119,104,105,108,101,40,105,61,97,46,112,111,112,40,41,41,116,40,105,41,59,114,101,116,117,114,110,32,116,104,105,115,125,44,83,97,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,97,99,104,65,102,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,43,116,40,101,46,100,97,116,97,41,124,124,48,44,114,61,101,46,99,104,105,108,100,114,101,110,44,105,61,114,38,38,114,46,108,101,110,103,116,104,59,119,104,105,108,101,40,45,45,105,62,61,48,41,110,43,61,114,91,105,93,46,118,97,108,117,101,59,101,46,118,97,108,117,101,61,110,125,41,41,125,44,107,97,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,97,99,104,66,101,102,111,114,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,46,99,104,105,108,100,114,101,110,38,38,101,46,99,104,105,108,100,114,101,110,46,115,111,114,116,40,116,41,125,41,41,125,44,67,97,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,80,97,40,101,44,116,41,44,114,61,91,101,93,59,119,104,105,108,101,40,101,33,61,61,110,41,101,61,101,46,112,97,114,101,110,116,44,114,46,112,117,115,104,40,101,41,59,118,97,114,32,105,61,114,46,108,101,110,103,116,104,59,119,104,105,108,101,40,116,33,61,61,110,41,114,46,115,112,108,105,99,101,40,105,44,48,44,116,41,44,116,61,116,46,112,97,114,101,110,116,59,114,101,116,117,114,110,32,114,125,59,102,117,110,99,116,105,111,110,32,80,97,40,116,44,101,41,123,105,102,40,116,61,61,61,101,41,114,101,116,117,114,110,32,116,59,118,97,114,32,110,61,116,46,97,110,99,101,115,116,111,114,115,40,41,44,114,61,101,46,97,110,99,101,115,116,111,114,115,40,41,44,105,61,110,117,108,108,59,116,61,110,46,112,111,112,40,41,44,101,61,114,46,112,111,112,40,41,59,119,104,105,108,101,40,116,61,61,61,101,41,105,61,116,44,116,61,110,46,112,111,112,40,41,44,101,61,114,46,112,111,112,40,41,59,114,101,116,117,114,110,32,105,125,118,97,114,32,84,97,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,91,116,93,59,119,104,105,108,101,40,116,61,116,46,112,97,114,101,110,116,41,101,46,112,117,115,104,40,116,41,59,114,101,116,117,114,110,32,101,125,44,106,97,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,114,101,116,117,114,110,32,116,104,105,115,46,101,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,112,117,115,104,40,101,41,125,41,41,44,116,125,44,69,97,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,114,101,116,117,114,110,32,116,104,105,115,46,101,97,99,104,66,101,102,111,114,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,46,99,104,105,108,100,114,101,110,124,124,116,46,112,117,115,104,40,101,41,125,41,41,44,116,125,44,65,97,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,91,93,59,114,101,116,117,114,110,32,116,46,101,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,110,33,61,61,116,38,38,101,46,112,117,115,104,40,123,115,111,117,114,99,101,58,110,46,112,97,114,101,110,116,44,116,97,114,103,101,116,58,110,125,41,125,41,41,44,101,125,59,102,117,110,99,116,105,111,110,32,68,97,40,116,44,101,41,123,118,97,114,32,110,44,114,44,105,44,111,44,97,44,115,61,110,101,119,32,70,97,40,116,41,44,99,61,43,116,46,118,97,108,117,101,38,38,40,115,46,118,97,108,117,101,61,116,46,118,97,108,117,101,41,44,117,61,91,115,93,59,110,117,108,108,61,61,101,38,38,40,101,61,77,97,41,59,119,104,105,108,101,40,110,61,117,46,112,111,112,40,41,41,105,102,40,99,38,38,40,110,46,118,97,108,117,101,61,43,110,46,100,97,116,97,46,118,97,108,117,101,41,44,40,105,61,101,40,110,46,100,97,116,97,41,41,38,38,40,97,61,105,46,108,101,110,103,116,104,41,41,102,111,114,40,110,46,99,104,105,108,100,114,101,110,61,110,101,119,32,65,114,114,97,121,40,97,41,44,111,61,97,45,49,59,111,62,61,48,59,45,45,111,41,117,46,112,117,115,104,40,114,61,110,46,99,104,105,108,100,114,101,110,91,111,93,61,110,101,119,32,70,97,40,105,91,111,93,41,41,44,114,46,112,97,114,101,110,116,61,110,44,114,46,100,101,112,116,104,61,110,46,100,101,112,116,104,43,49,59,114,101,116,117,114,110,32,115,46,101,97,99,104,66,101,102,111,114,101,40,36,97,41,125,102,117,110,99,116,105,111,110,32,76,97,40,41,123,114,101,116,117,114,110,32,68,97,40,116,104,105,115,41,46,101,97,99,104,66,101,102,111,114,101,40,73,97,41,125,102,117,110,99,116,105,111,110,32,77,97,40,116,41,123,114,101,116,117,114,110,32,116,46,99,104,105,108,100,114,101,110,125,102,117,110,99,116,105,111,110,32,73,97,40,116,41,123,116,46,100,97,116,97,61,116,46,100,97,116,97,46,100,97,116,97,125,102,117,110,99,116,105,111,110,32,36,97,40,116,41,123,118,97,114,32,101,61,48,59,100,111,123,116,46,104,101,105,103,104,116,61,101,125,119,104,105,108,101,40,40,116,61,116,46,112,97,114,101,110,116,41,38,38,116,46,104,101,105,103,104,116,60,43,43,101,41,125,102,117,110,99,116,105,111,110,32,70,97,40,116,41,123,116,104,105,115,46,100,97,116,97,61,116,44,116,104,105,115,46,100,101,112,116,104,61,116,104,105,115,46,104,101,105,103,104,116,61,48,44,116,104,105,115,46,112,97,114,101,110,116,61,110,117,108,108,125,70,97,46,112,114,111,116,111,116,121,112,101,61,68,97,46,112,114,111,116,111,116,121,112,101,61,123,99,111,110,115,116,114,117,99,116,111,114,58,70,97,44,99,111,117,110,116,58,119,97,44,101,97,99,104,58,95,97,44,101,97,99,104,65,102,116,101,114,58,79,97,44,101,97,99,104,66,101,102,111,114,101,58,120,97,44,115,117,109,58,83,97,44,115,111,114,116,58,107,97,44,112,97,116,104,58,67,97,44,97,110,99,101,115,116,111,114,115,58,84,97,44,100,101,115,99,101,110,100,97,110,116,115,58,106,97,44,108,101,97,118,101,115,58,69,97,44,108,105,110,107,115,58,65,97,44,99,111,112,121,58,76,97,125,59,118,97,114,32,66,97,61,102,117,110,99,116,105,111,110,40,116,41,123,116,46,120,48,61,77,97,116,104,46,114,111,117,110,100,40,116,46,120,48,41,44,116,46,121,48,61,77,97,116,104,46,114,111,117,110,100,40,116,46,121,48,41,44,116,46,120,49,61,77,97,116,104,46,114,111,117,110,100,40,116,46,120,49,41,44,116,46,121,49,61,77,97,116,104,46,114,111,117,110,100,40,116,46,121,49,41,125,44,82,97,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,44,97,61,116,46,99,104,105,108,100,114,101,110,44,115,61,45,49,44,99,61,97,46,108,101,110,103,116,104,44,117,61,116,46,118,97,108,117,101,38,38,40,114,45,101,41,47,116,46,118,97,108,117,101,59,119,104,105,108,101,40,43,43,115,60,99,41,111,61,97,91,115,93,44,111,46,121,48,61,110,44,111,46,121,49,61,105,44,111,46,120,48,61,101,44,111,46,120,49,61,101,43,61,111,46,118,97,108,117,101,42,117,125,44,78,97,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,44,97,61,116,46,99,104,105,108,100,114,101,110,44,115,61,45,49,44,99,61,97,46,108,101,110,103,116,104,44,117,61,116,46,118,97,108,117,101,38,38,40,105,45,110,41,47,116,46,118,97,108,117,101,59,119,104,105,108,101,40,43,43,115,60,99,41,111,61,97,91,115,93,44,111,46,120,48,61,101,44,111,46,120,49,61,114,44,111,46,121,48,61,110,44,111,46,121,49,61,110,43,61,111,46,118,97,108,117,101,42,117,125,44,122,97,61,40,49,43,77,97,116,104,46,115,113,114,116,40,53,41,41,47,50,59,102,117,110,99,116,105,111,110,32,86,97,40,116,44,101,44,110,44,114,44,105,44,111,41,123,118,97,114,32,97,44,115,44,99,44,117,44,108,44,102,44,104,44,100,44,112,44,118,44,103,44,109,61,91,93,44,98,61,101,46,99,104,105,108,100,114,101,110,44,121,61,48,44,119,61,48,44,95,61,98,46,108,101,110,103,116,104,44,120,61,101,46,118,97,108,117,101,59,119,104,105,108,101,40,121,60,95,41,123,99,61,105,45,110,44,117,61,111,45,114,59,100,111,123,108,61,98,91,119,43,43,93,46,118,97,108,117,101,125,119,104,105,108,101,40,33,108,38,38,119,60,95,41,59,102,111,114,40,102,61,104,61,108,44,118,61,77,97,116,104,46,109,97,120,40,117,47,99,44,99,47,117,41,47,40,120,42,116,41,44,103,61,108,42,108,42,118,44,112,61,77,97,116,104,46,109,97,120,40,104,47,103,44,103,47,102,41,59,119,60,95,59,43,43,119,41,123,105,102,40,108,43,61,115,61,98,91,119,93,46,118,97,108,117,101,44,115,60,102,38,38,40,102,61,115,41,44,115,62,104,38,38,40,104,61,115,41,44,103,61,108,42,108,42,118,44,100,61,77,97,116,104,46,109,97,120,40,104,47,103,44,103,47,102,41,44,100,62,112,41,123,108,45,61,115,59,98,114,101,97,107,125,112,61,100,125,109,46,112,117,115,104,40,97,61,123,118,97,108,117,101,58,108,44,100,105,99,101,58,99,60,117,44,99,104,105,108,100,114,101,110,58,98,46,115,108,105,99,101,40,121,44,119,41,125,41,44,97,46,100,105,99,101,63,82,97,40,97,44,110,44,114,44,105,44,120,63,114,43,61,117,42,108,47,120,58,111,41,58,78,97,40,97,44,110,44,114,44,120,63,110,43,61,99,42,108,47,120,58,105,44,111,41,44,120,45,61,108,44,121,61,119,125,114,101,116,117,114,110,32,109,125,118,97,114,32,72,97,61,102,117,110,99,116,105,111,110,32,116,40,101,41,123,102,117,110,99,116,105,111,110,32,110,40,116,44,110,44,114,44,105,44,111,41,123,86,97,40,101,44,116,44,110,44,114,44,105,44,111,41,125,114,101,116,117,114,110,32,110,46,114,97,116,105,111,61,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,40,40,101,61,43,101,41,62,49,63,101,58,49,41,125,44,110,125,40,122,97,41,59,102,117,110,99,116,105,111,110,32,85,97,40,116,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,87,97,40,41,123,114,101,116,117,114,110,32,48,125,118,97,114,32,113,97,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,125,44,71,97,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,72,97,44,101,61,33,49,44,110,61,49,44,114,61,49,44,105,61,91,48,93,44,111,61,87,97,44,97,61,87,97,44,115,61,87,97,44,99,61,87,97,44,117,61,87,97,59,102,117,110,99,116,105,111,110,32,108,40,116,41,123,114,101,116,117,114,110,32,116,46,120,48,61,116,46,121,48,61,48,44,116,46,120,49,61,110,44,116,46,121,49,61,114,44,116,46,101,97,99,104,66,101,102,111,114,101,40,102,41,44,105,61,91,48,93,44,101,38,38,116,46,101,97,99,104,66,101,102,111,114,101,40,66,97,41,44,116,125,102,117,110,99,116,105,111,110,32,102,40,101,41,123,118,97,114,32,110,61,105,91,101,46,100,101,112,116,104,93,44,114,61,101,46,120,48,43,110,44,108,61,101,46,121,48,43,110,44,102,61,101,46,120,49,45,110,44,104,61,101,46,121,49,45,110,59,102,60,114,38,38,40,114,61,102,61,40,114,43,102,41,47,50,41,44,104,60,108,38,38,40,108,61,104,61,40,108,43,104,41,47,50,41,44,101,46,120,48,61,114,44,101,46,121,48,61,108,44,101,46,120,49,61,102,44,101,46,121,49,61,104,44,101,46,99,104,105,108,100,114,101,110,38,38,40,110,61,105,91,101,46,100,101,112,116,104,43,49,93,61,111,40,101,41,47,50,44,114,43,61,117,40,101,41,45,110,44,108,43,61,97,40,101,41,45,110,44,102,45,61,115,40,101,41,45,110,44,104,45,61,99,40,101,41,45,110,44,102,60,114,38,38,40,114,61,102,61,40,114,43,102,41,47,50,41,44,104,60,108,38,38,40,108,61,104,61,40,108,43,104,41,47,50,41,44,116,40,101,44,114,44,108,44,102,44,104,41,41,125,114,101,116,117,114,110,32,108,46,114,111,117,110,100,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,101,61,33,33,116,44,108,41,58,101,125,44,108,46,115,105,122,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,110,61,43,116,91,48,93,44,114,61,43,116,91,49,93,44,108,41,58,91,110,44,114,93,125,44,108,46,116,105,108,101,61,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,116,61,85,97,40,101,41,44,108,41,58,116,125,44,108,46,112,97,100,100,105,110,103,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,108,46,112,97,100,100,105,110,103,73,110,110,101,114,40,116,41,46,112,97,100,100,105,110,103,79,117,116,101,114,40,116,41,58,108,46,112,97,100,100,105,110,103,73,110,110,101,114,40,41,125,44,108,46,112,97,100,100,105,110,103,73,110,110,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,111,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,116,58,113,97,40,43,116,41,44,108,41,58,111,125,44,108,46,112,97,100,100,105,110,103,79,117,116,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,108,46,112,97,100,100,105,110,103,84,111,112,40,116,41,46,112,97,100,100,105,110,103,82,105,103,104,116,40,116,41,46,112,97,100,100,105,110,103,66,111,116,116,111,109,40,116,41,46,112,97,100,100,105,110,103,76,101,102,116,40,116,41,58,108,46,112,97,100,100,105,110,103,84,111,112,40,41,125,44,108,46,112,97,100,100,105,110,103,84,111,112,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,97,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,116,58,113,97,40,43,116,41,44,108,41,58,97,125,44,108,46,112,97,100,100,105,110,103,82,105,103,104,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,115,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,116,58,113,97,40,43,116,41,44,108,41,58,115,125,44,108,46,112,97,100,100,105,110,103,66,111,116,116,111,109,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,99,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,116,58,113,97,40,43,116,41,44,108,41,58,99,125,44,108,46,112,97,100,100,105,110,103,76,101,102,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,117,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,63,116,58,113,97,40,43,116,41,44,108,41,58,117,125,44,108,125,44,89,97,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,44,97,44,115,61,116,46,99,104,105,108,100,114,101,110,44,99,61,115,46,108,101,110,103,116,104,44,117,61,110,101,119,32,65,114,114,97,121,40,99,43,49,41,59,102,111,114,40,117,91,48,93,61,97,61,111,61,48,59,111,60,99,59,43,43,111,41,117,91,111,43,49,93,61,97,43,61,115,91,111,93,46,118,97,108,117,101,59,102,117,110,99,116,105,111,110,32,108,40,116,44,101,44,110,44,114,44,105,44,111,44,97,41,123,105,102,40,116,62,61,101,45,49,41,123,118,97,114,32,99,61,115,91,116,93,59,114,101,116,117,114,110,32,99,46,120,48,61,114,44,99,46,121,48,61,105,44,99,46,120,49,61,111,44,118,111,105,100,40,99,46,121,49,61,97,41,125,118,97,114,32,102,61,117,91,116,93,44,104,61,110,47,50,43,102,44,100,61,116,43,49,44,112,61,101,45,49,59,119,104,105,108,101,40,100,60,112,41,123,118,97,114,32,118,61,100,43,112,62,62,62,49,59,117,91,118,93,60,104,63,100,61,118,43,49,58,112,61,118,125,104,45,117,91,100,45,49,93,60,117,91,100,93,45,104,38,38,116,43,49,60,100,38,38,45,45,100,59,118,97,114,32,103,61,117,91,100,93,45,102,44,109,61,110,45,103,59,105,102,40,111,45,114,62,97,45,105,41,123,118,97,114,32,98,61,40,114,42,109,43,111,42,103,41,47,110,59,108,40,116,44,100,44,103,44,114,44,105,44,98,44,97,41,44,108,40,100,44,101,44,109,44,98,44,105,44,111,44,97,41,125,101,108,115,101,123,118,97,114,32,121,61,40,105,42,109,43,97,42,103,41,47,110,59,108,40,116,44,100,44,103,44,114,44,105,44,111,44,121,41,44,108,40,100,44,101,44,109,44,114,44,121,44,111,44,97,41,125,125,108,40,48,44,99,44,116,46,118,97,108,117,101,44,101,44,110,44,114,44,105,41,125,44,75,97,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,41,123,40,49,38,116,46,100,101,112,116,104,63,78,97,58,82,97,41,40,116,44,101,44,110,44,114,44,105,41,125,44,88,97,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,77,97,116,104,46,114,97,110,100,111,109,40,41,125,44,90,97,61,40,102,117,110,99,116,105,111,110,32,116,40,101,41,123,102,117,110,99,116,105,111,110,32,110,40,116,44,110,41,123,114,101,116,117,114,110,32,116,61,110,117,108,108,61,61,116,63,48,58,43,116,44,110,61,110,117,108,108,61,61,110,63,49,58,43,110,44,49,61,61,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,110,61,116,44,116,61,48,41,58,110,45,61,116,44,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,40,41,42,110,43,116,125,125,114,101,116,117,114,110,32,110,46,115,111,117,114,99,101,61,116,44,110,125,40,88,97,41,44,102,117,110,99,116,105,111,110,32,116,40,101,41,123,102,117,110,99,116,105,111,110,32,110,40,116,44,110,41,123,118,97,114,32,114,44,105,59,114,101,116,117,114,110,32,116,61,110,117,108,108,61,61,116,63,48,58,43,116,44,110,61,110,117,108,108,61,61,110,63,49,58,43,110,44,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,111,59,105,102,40,110,117,108,108,33,61,114,41,111,61,114,44,114,61,110,117,108,108,59,101,108,115,101,32,100,111,123,114,61,50,42,101,40,41,45,49,44,111,61,50,42,101,40,41,45,49,44,105,61,114,42,114,43,111,42,111,125,119,104,105,108,101,40,33,105,124,124,105,62,49,41,59,114,101,116,117,114,110,32,116,43,110,42,111,42,77,97,116,104,46,115,113,114,116,40,45,50,42,77,97,116,104,46,108,111,103,40,105,41,47,105,41,125,125,114,101,116,117,114,110,32,110,46,115,111,117,114,99,101,61,116,44,110,125,40,88,97,41,41,44,74,97,61,40,102,117,110,99,116,105,111,110,32,116,40,101,41,123,102,117,110,99,116,105,111,110,32,110,40,41,123,118,97,114,32,116,61,90,97,46,115,111,117,114,99,101,40,101,41,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,77,97,116,104,46,101,120,112,40,116,40,41,41,125,125,114,101,116,117,114,110,32,110,46,115,111,117,114,99,101,61,116,44,110,125,40,88,97,41,44,102,117,110,99,116,105,111,110,32,116,40,101,41,123,102,117,110,99,116,105,111,110,32,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,110,61,48,44,114,61,48,59,114,60,116,59,43,43,114,41,110,43,61,101,40,41,59,114,101,116,117,114,110,32,110,125,125,114,101,116,117,114,110,32,110,46,115,111,117,114,99,101,61,116,44,110,125,40,88,97,41,41,59,40,102,117,110,99,116,105,111,110,32,116,40,101,41,123,102,117,110,99,116,105,111,110,32,110,40,116,41,123,118,97,114,32,110,61,74,97,46,115,111,117,114,99,101,40,101,41,40,116,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,40,41,47,116,125,125,114,101,116,117,114,110,32,110,46,115,111,117,114,99,101,61,116,44,110,125,41,40,88,97,41,44,102,117,110,99,116,105,111,110,32,116,40,101,41,123,102,117,110,99,116,105,111,110,32,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,45,77,97,116,104,46,108,111,103,40,49,45,101,40,41,41,47,116,125,125,114,101,116,117,114,110,32,110,46,115,111,117,114,99,101,61,116,44,110,125,40,88,97,41,59,102,117,110,99,116,105,111,110,32,81,97,40,116,44,101,41,123,115,119,105,116,99,104,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,41,123,99,97,115,101,32,48,58,98,114,101,97,107,59,99,97,115,101,32,49,58,116,104,105,115,46,114,97,110,103,101,40,116,41,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,116,104,105,115,46,114,97,110,103,101,40,101,41,46,100,111,109,97,105,110,40,116,41,59,98,114,101,97,107,125,114,101,116,117,114,110,32,116,104,105,115,125,102,117,110,99,116,105,111,110,32,116,115,40,116,44,101,41,123,115,119,105,116,99,104,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,41,123,99,97,115,101,32,48,58,98,114,101,97,107,59,99,97,115,101,32,49,58,116,104,105,115,46,105,110,116,101,114,112,111,108,97,116,111,114,40,116,41,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,116,104,105,115,46,105,110,116,101,114,112,111,108,97,116,111,114,40,101,41,46,100,111,109,97,105,110,40,116,41,59,98,114,101,97,107,125,114,101,116,117,114,110,32,116,104,105,115,125,118,97,114,32,101,115,61,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,44,110,115,61,101,115,46,109,97,112,44,114,115,61,101,115,46,115,108,105,99,101,44,105,115,61,123,110,97,109,101,58,34,105,109,112,108,105,99,105,116,34,125,59,102,117,110,99,116,105,111,110,32,111,115,40,41,123,118,97,114,32,116,61,81,105,40,41,44,101,61,91,93,44,110,61,91,93,44,114,61,105,115,59,102,117,110,99,116,105,111,110,32,105,40,105,41,123,118,97,114,32,111,61,105,43,34,34,44,97,61,116,46,103,101,116,40,111,41,59,105,102,40,33,97,41,123,105,102,40,114,33,61,61,105,115,41,114,101,116,117,114,110,32,114,59,116,46,115,101,116,40,111,44,97,61,101,46,112,117,115,104,40,105,41,41,125,114,101,116,117,114,110,32,110,91,40,97,45,49,41,37,110,46,108,101,110,103,116,104,93,125,114,101,116,117,114,110,32,105,46,100,111,109,97,105,110,61,102,117,110,99,116,105,111,110,40,110,41,123,105,102,40,33,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,101,46,115,108,105,99,101,40,41,59,101,61,91,93,44,116,61,81,105,40,41,59,118,97,114,32,114,44,111,44,97,61,45,49,44,115,61,110,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,97,60,115,41,116,46,104,97,115,40,111,61,40,114,61,110,91,97,93,41,43,34,34,41,124,124,116,46,115,101,116,40,111,44,101,46,112,117,115,104,40,114,41,41,59,114,101,116,117,114,110,32,105,125,44,105,46,114,97,110,103,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,110,61,114,115,46,99,97,108,108,40,116,41,44,105,41,58,110,46,115,108,105,99,101,40,41,125,44,105,46,117,110,107,110,111,119,110,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,114,61,116,44,105,41,58,114,125,44,105,46,99,111,112,121,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,111,115,40,101,44,110,41,46,117,110,107,110,111,119,110,40,114,41,125,44,81,97,46,97,112,112,108,121,40,105,44,97,114,103,117,109,101,110,116,115,41,44,105,125,102,117,110,99,116,105,111,110,32,97,115,40,41,123,118,97,114,32,116,44,101,44,110,61,111,115,40,41,46,117,110,107,110,111,119,110,40,118,111,105,100,32,48,41,44,114,61,110,46,100,111,109,97,105,110,44,105,61,110,46,114,97,110,103,101,44,111,61,91,48,44,49,93,44,97,61,33,49,44,115,61,48,44,99,61,48,44,117,61,46,53,59,102,117,110,99,116,105,111,110,32,108,40,41,123,118,97,114,32,110,61,114,40,41,46,108,101,110,103,116,104,44,108,61,111,91,49,93,60,111,91,48,93,44,102,61,111,91,108,45,48,93,44,100,61,111,91,49,45,108,93,59,116,61,40,100,45,102,41,47,77,97,116,104,46,109,97,120,40,49,44,110,45,115,43,50,42,99,41,44,97,38,38,40,116,61,77,97,116,104,46,102,108,111,111,114,40,116,41,41,44,102,43,61,40,100,45,102,45,116,42,40,110,45,115,41,41,42,117,44,101,61,116,42,40,49,45,115,41,44,97,38,38,40,102,61,77,97,116,104,46,114,111,117,110,100,40,102,41,44,101,61,77,97,116,104,46,114,111,117,110,100,40,101,41,41,59,118,97,114,32,112,61,104,40,110,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,102,43,116,42,101,125,41,41,59,114,101,116,117,114,110,32,105,40,108,63,112,46,114,101,118,101,114,115,101,40,41,58,112,41,125,114,101,116,117,114,110,32,100,101,108,101,116,101,32,110,46,117,110,107,110,111,119,110,44,110,46,100,111,109,97,105,110,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,114,40,116,41,44,108,40,41,41,58,114,40,41,125,44,110,46,114,97,110,103,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,111,61,91,43,116,91,48,93,44,43,116,91,49,93,93,44,108,40,41,41,58,111,46,115,108,105,99,101,40,41,125,44,110,46,114,97,110,103,101,82,111,117,110,100,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,111,61,91,43,116,91,48,93,44,43,116,91,49,93,93,44,97,61,33,48,44,108,40,41,125,44,110,46,98,97,110,100,119,105,100,116,104,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,125,44,110,46,115,116,101,112,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,44,110,46,114,111,117,110,100,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,97,61,33,33,116,44,108,40,41,41,58,97,125,44,110,46,112,97,100,100,105,110,103,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,115,61,77,97,116,104,46,109,105,110,40,49,44,99,61,43,116,41,44,108,40,41,41,58,115,125,44,110,46,112,97,100,100,105,110,103,73,110,110,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,115,61,77,97,116,104,46,109,105,110,40,49,44,116,41,44,108,40,41,41,58,115,125,44,110,46,112,97,100,100,105,110,103,79,117,116,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,99,61,43,116,44,108,40,41,41,58,99,125,44,110,46,97,108,105,103,110,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,117,61,77,97,116,104,46,109,97,120,40,48,44,77,97,116,104,46,109,105,110,40,49,44,116,41,41,44,108,40,41,41,58,117,125,44,110,46,99,111,112,121,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,97,115,40,114,40,41,44,111,41,46,114,111,117,110,100,40,97,41,46,112,97,100,100,105,110,103,73,110,110,101,114,40,115,41,46,112,97,100,100,105,110,103,79,117,116,101,114,40,99,41,46,97,108,105,103,110,40,117,41,125,44,81,97,46,97,112,112,108,121,40,108,40,41,44,97,114,103,117,109,101,110,116,115,41,125,118,97,114,32,115,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,43,116,44,101,61,43,101,44,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,77,97,116,104,46,114,111,117,110,100,40,116,42,40,49,45,110,41,43,101,42,110,41,125,125,44,99,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,125,44,117,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,43,116,125,44,108,115,61,91,48,44,49,93,59,102,117,110,99,116,105,111,110,32,102,115,40,116,41,123,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,104,115,40,116,44,101,41,123,114,101,116,117,114,110,40,101,45,61,116,61,43,116,41,63,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,40,110,45,116,41,47,101,125,58,99,115,40,105,115,78,97,78,40,101,41,63,78,97,78,58,46,53,41,125,102,117,110,99,116,105,111,110,32,100,115,40,116,41,123,118,97,114,32,101,44,110,61,116,91,48,93,44,114,61,116,91,116,46,108,101,110,103,116,104,45,49,93,59,114,101,116,117,114,110,32,110,62,114,38,38,40,101,61,110,44,110,61,114,44,114,61,101,41,44,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,109,97,120,40,110,44,77,97,116,104,46,109,105,110,40,114,44,116,41,41,125,125,102,117,110,99,116,105,111,110,32,112,115,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,91,48,93,44,105,61,116,91,49,93,44,111,61,101,91,48,93,44,97,61,101,91,49,93,59,114,101,116,117,114,110,32,105,60,114,63,40,114,61,104,115,40,105,44,114,41,44,111,61,110,40,97,44,111,41,41,58,40,114,61,104,115,40,114,44,105,41,44,111,61,110,40,111,44,97,41,41,44,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,111,40,114,40,116,41,41,125,125,102,117,110,99,116,105,111,110,32,118,115,40,116,44,101,44,110,41,123,118,97,114,32,114,61,77,97,116,104,46,109,105,110,40,116,46,108,101,110,103,116,104,44,101,46,108,101,110,103,116,104,41,45,49,44,105,61,110,101,119,32,65,114,114,97,121,40,114,41,44,111,61,110,101,119,32,65,114,114,97,121,40,114,41,44,97,61,45,49,59,116,91,114,93,60,116,91,48,93,38,38,40,116,61,116,46,115,108,105,99,101,40,41,46,114,101,118,101,114,115,101,40,41,44,101,61,101,46,115,108,105,99,101,40,41,46,114,101,118,101,114,115,101,40,41,41,59,119,104,105,108,101,40,43,43,97,60,114,41,105,91,97,93,61,104,115,40,116,91,97,93,44,116,91,97,43,49,93,41,44,111,91,97,93,61,110,40,101,91,97,93,44,101,91,97,43,49,93,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,99,40,116,44,101,44,49,44,114,41,45,49,59,114,101,116,117,114,110,32,111,91,110,93,40,105,91,110,93,40,101,41,41,125,125,102,117,110,99,116,105,111,110,32,103,115,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,100,111,109,97,105,110,40,116,46,100,111,109,97,105,110,40,41,41,46,114,97,110,103,101,40,116,46,114,97,110,103,101,40,41,41,46,105,110,116,101,114,112,111,108,97,116,101,40,116,46,105,110,116,101,114,112,111,108,97,116,101,40,41,41,46,99,108,97,109,112,40,116,46,99,108,97,109,112,40,41,41,46,117,110,107,110,111,119,110,40,116,46,117,110,107,110,111,119,110,40,41,41,125,102,117,110,99,116,105,111,110,32,109,115,40,41,123,118,97,114,32,116,44,101,44,110,44,114,44,105,44,111,44,97,61,108,115,44,115,61,108,115,44,99,61,82,110,44,117,61,102,115,59,102,117,110,99,116,105,111,110,32,108,40,41,123,114,101,116,117,114,110,32,114,61,77,97,116,104,46,109,105,110,40,97,46,108,101,110,103,116,104,44,115,46,108,101,110,103,116,104,41,62,50,63,118,115,58,112,115,44,105,61,111,61,110,117,108,108,44,102,125,102,117,110,99,116,105,111,110,32,102,40,101,41,123,114,101,116,117,114,110,32,105,115,78,97,78,40,101,61,43,101,41,63,110,58,40,105,124,124,40,105,61,114,40,97,46,109,97,112,40,116,41,44,115,44,99,41,41,41,40,116,40,117,40,101,41,41,41,125,114,101,116,117,114,110,32,102,46,105,110,118,101,114,116,61,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,117,40,101,40,40,111,124,124,40,111,61,114,40,115,44,97,46,109,97,112,40,116,41,44,69,110,41,41,41,40,110,41,41,41,125,44,102,46,100,111,109,97,105,110,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,97,61,110,115,46,99,97,108,108,40,116,44,117,115,41,44,117,61,61,61,102,115,124,124,40,117,61,100,115,40,97,41,41,44,108,40,41,41,58,97,46,115,108,105,99,101,40,41,125,44,102,46,114,97,110,103,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,115,61,114,115,46,99,97,108,108,40,116,41,44,108,40,41,41,58,115,46,115,108,105,99,101,40,41,125,44,102,46,114,97,110,103,101,82,111,117,110,100,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,115,61,114,115,46,99,97,108,108,40,116,41,44,99,61,115,115,44,108,40,41,125,44,102,46,99,108,97,109,112,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,117,61,116,63,100,115,40,97,41,58,102,115,44,102,41,58,117,33,61,61,102,115,125,44,102,46,105,110,116,101,114,112,111,108,97,116,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,99,61,116,44,108,40,41,41,58,99,125,44,102,46,117,110,107,110,111,119,110,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,110,61,116,44,102,41,58,110,125,44,102,117,110,99,116,105,111,110,40,110,44,114,41,123,114,101,116,117,114,110,32,116,61,110,44,101,61,114,44,108,40,41,125,125,102,117,110,99,116,105,111,110,32,98,115,40,116,44,101,41,123,114,101,116,117,114,110,32,109,115,40,41,40,116,44,101,41,125,118,97,114,32,121,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,77,97,116,104,46,109,97,120,40,48,44,51,42,77,97,116,104,46,109,97,120,40,45,56,44,77,97,116,104,46,109,105,110,40,56,44,77,97,116,104,46,102,108,111,111,114,40,116,97,40,101,41,47,51,41,41,41,45,116,97,40,77,97,116,104,46,97,98,115,40,116,41,41,41,125,44,119,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,77,97,116,104,46,97,98,115,40,116,41,44,101,61,77,97,116,104,46,97,98,115,40,101,41,45,116,44,77,97,116,104,46,109,97,120,40,48,44,116,97,40,101,41,45,116,97,40,116,41,41,43,49,125,44,95,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,109,97,120,40,48,44,45,116,97,40,77,97,116,104,46,97,98,115,40,116,41,41,41,125,44,120,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,44,111,61,98,40,116,44,101,44,110,41,59,115,119,105,116,99,104,40,114,61,105,97,40,110,117,108,108,61,61,114,63,34,44,102,34,58,114,41,44,114,46,116,121,112,101,41,123,99,97,115,101,34,115,34,58,118,97,114,32,97,61,77,97,116,104,46,109,97,120,40,77,97,116,104,46,97,98,115,40,116,41,44,77,97,116,104,46,97,98,115,40,101,41,41,59,114,101,116,117,114,110,32,110,117,108,108,33,61,114,46,112,114,101,99,105,115,105,111,110,124,124,105,115,78,97,78,40,105,61,121,115,40,111,44,97,41,41,124,124,40,114,46,112,114,101,99,105,115,105,111,110,61,105,41,44,117,97,40,114,44,97,41,59,99,97,115,101,34,34,58,99,97,115,101,34,101,34,58,99,97,115,101,34,103,34,58,99,97,115,101,34,112,34,58,99,97,115,101,34,114,34,58,110,117,108,108,33,61,114,46,112,114,101,99,105,115,105,111,110,124,124,105,115,78,97,78,40,105,61,119,115,40,111,44,77,97,116,104,46,109,97,120,40,77,97,116,104,46,97,98,115,40,116,41,44,77,97,116,104,46,97,98,115,40,101,41,41,41,41,124,124,40,114,46,112,114,101,99,105,115,105,111,110,61,105,45,40,34,101,34,61,61,61,114,46,116,121,112,101,41,41,59,98,114,101,97,107,59,99,97,115,101,34,102,34,58,99,97,115,101,34,37,34,58,110,117,108,108,33,61,114,46,112,114,101,99,105,115,105,111,110,124,124,105,115,78,97,78,40,105,61,95,115,40,111,41,41,124,124,40,114,46,112,114,101,99,105,115,105,111,110,61,105,45,50,42,40,34,37,34,61,61,61,114,46,116,121,112,101,41,41,59,98,114,101,97,107,125,114,101,116,117,114,110,32,99,97,40,114,41,125,59,102,117,110,99,116,105,111,110,32,79,115,40,116,41,123,118,97,114,32,101,61,116,46,100,111,109,97,105,110,59,114,101,116,117,114,110,32,116,46,116,105,99,107,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,101,40,41,59,114,101,116,117,114,110,32,103,40,110,91,48,93,44,110,91,110,46,108,101,110,103,116,104,45,49,93,44,110,117,108,108,61,61,116,63,49,48,58,116,41,125,44,116,46,116,105,99,107,70,111,114,109,97,116,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,118,97,114,32,114,61,101,40,41,59,114,101,116,117,114,110,32,120,115,40,114,91,48,93,44,114,91,114,46,108,101,110,103,116,104,45,49,93,44,110,117,108,108,61,61,116,63,49,48,58,116,44,110,41,125,44,116,46,110,105,99,101,61,102,117,110,99,116,105,111,110,40,110,41,123,110,117,108,108,61,61,110,38,38,40,110,61,49,48,41,59,118,97,114,32,114,44,105,61,101,40,41,44,111,61,48,44,97,61,105,46,108,101,110,103,116,104,45,49,44,115,61,105,91,111,93,44,99,61,105,91,97,93,59,114,101,116,117,114,110,32,99,60,115,38,38,40,114,61,115,44,115,61,99,44,99,61,114,44,114,61,111,44,111,61,97,44,97,61,114,41,44,114,61,109,40,115,44,99,44,110,41,44,114,62,48,63,40,115,61,77,97,116,104,46,102,108,111,111,114,40,115,47,114,41,42,114,44,99,61,77,97,116,104,46,99,101,105,108,40,99,47,114,41,42,114,44,114,61,109,40,115,44,99,44,110,41,41,58,114,60,48,38,38,40,115,61,77,97,116,104,46,99,101,105,108,40,115,42,114,41,47,114,44,99,61,77,97,116,104,46,102,108,111,111,114,40,99,42,114,41,47,114,44,114,61,109,40,115,44,99,44,110,41,41,44,114,62,48,63,40,105,91,111,93,61,77,97,116,104,46,102,108,111,111,114,40,115,47,114,41,42,114,44,105,91,97,93,61,77,97,116,104,46,99,101,105,108,40,99,47,114,41,42,114,44,101,40,105,41,41,58,114,60,48,38,38,40,105,91,111,93,61,77,97,116,104,46,99,101,105,108,40,115,42,114,41,47,114,44,105,91,97,93,61,77,97,116,104,46,102,108,111,111,114,40,99,42,114,41,47,114,44,101,40,105,41,41,44,116,125,44,116,125,102,117,110,99,116,105,111,110,32,83,115,40,41,123,118,97,114,32,116,61,98,115,40,102,115,44,102,115,41,59,114,101,116,117,114,110,32,116,46,99,111,112,121,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,103,115,40,116,44,83,115,40,41,41,125,44,81,97,46,97,112,112,108,121,40,116,44,97,114,103,117,109,101,110,116,115,41,44,79,115,40,116,41,125,118,97,114,32,107,115,61,110,101,119,32,68,97,116,101,44,67,115,61,110,101,119,32,68,97,116,101,59,102,117,110,99,116,105,111,110,32,80,115,40,116,44,101,44,110,44,114,41,123,102,117,110,99,116,105,111,110,32,105,40,101,41,123,114,101,116,117,114,110,32,116,40,101,61,48,61,61,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,110,101,119,32,68,97,116,101,58,110,101,119,32,68,97,116,101,40,43,101,41,41,44,101,125,114,101,116,117,114,110,32,105,46,102,108,111,111,114,61,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,40,101,61,110,101,119,32,68,97,116,101,40,43,101,41,41,44,101,125,44,105,46,99,101,105,108,61,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,40,110,61,110,101,119,32,68,97,116,101,40,110,45,49,41,41,44,101,40,110,44,49,41,44,116,40,110,41,44,110,125,44,105,46,114,111,117,110,100,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,105,40,116,41,44,110,61,105,46,99,101,105,108,40,116,41,59,114,101,116,117,114,110,32,116,45,101,60,110,45,116,63,101,58,110,125,44,105,46,111,102,102,115,101,116,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,101,40,116,61,110,101,119,32,68,97,116,101,40,43,116,41,44,110,117,108,108,61,61,110,63,49,58,77,97,116,104,46,102,108,111,111,114,40,110,41,41,44,116,125,44,105,46,114,97,110,103,101,61,102,117,110,99,116,105,111,110,40,110,44,114,44,111,41,123,118,97,114,32,97,44,115,61,91,93,59,105,102,40,110,61,105,46,99,101,105,108,40,110,41,44,111,61,110,117,108,108,61,61,111,63,49,58,77,97,116,104,46,102,108,111,111,114,40,111,41,44,33,40,110,60,114,41,124,124,33,40,111,62,48,41,41,114,101,116,117,114,110,32,115,59,100,111,123,115,46,112,117,115,104,40,97,61,110,101,119,32,68,97,116,101,40,43,110,41,41,44,101,40,110,44,111,41,44,116,40,110,41,125,119,104,105,108,101,40,97,60,110,38,38,110,60,114,41,59,114,101,116,117,114,110,32,115,125,44,105,46,102,105,108,116,101,114,61,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,80,115,40,40,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,101,62,61,101,41,119,104,105,108,101,40,116,40,101,41,44,33,110,40,101,41,41,101,46,115,101,116,84,105,109,101,40,101,45,49,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,114,41,123,105,102,40,116,62,61,116,41,105,102,40,114,60,48,41,119,104,105,108,101,40,43,43,114,60,61,48,41,119,104,105,108,101,40,101,40,116,44,45,49,41,44,33,110,40,116,41,41,59,101,108,115,101,32,119,104,105,108,101,40,45,45,114,62,61,48,41,119,104,105,108,101,40,101,40,116,44,49,41,44,33,110,40,116,41,41,59,125,41,41,125,44,110,38,38,40,105,46,99,111,117,110,116,61,102,117,110,99,116,105,111,110,40,101,44,114,41,123,114,101,116,117,114,110,32,107,115,46,115,101,116,84,105,109,101,40,43,101,41,44,67,115,46,115,101,116,84,105,109,101,40,43,114,41,44,116,40,107,115,41,44,116,40,67,115,41,44,77,97,116,104,46,102,108,111,111,114,40,110,40,107,115,44,67,115,41,41,125,44,105,46,101,118,101,114,121,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,77,97,116,104,46,102,108,111,111,114,40,116,41,44,105,115,70,105,110,105,116,101,40,116,41,38,38,116,62,48,63,116,62,49,63,105,46,102,105,108,116,101,114,40,114,63,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,114,40,101,41,37,116,61,61,61,48,125,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,105,46,99,111,117,110,116,40,48,44,101,41,37,116,61,61,61,48,125,41,58,105,58,110,117,108,108,125,41,44,105,125,118,97,114,32,84,115,61,80,115,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,101,116,77,111,110,116,104,40,48,44,49,41,44,116,46,115,101,116,72,111,117,114,115,40,48,44,48,44,48,44,48,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,115,101,116,70,117,108,108,89,101,97,114,40,116,46,103,101,116,70,117,108,108,89,101,97,114,40,41,43,101,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,103,101,116,70,117,108,108,89,101,97,114,40,41,45,116,46,103,101,116,70,117,108,108,89,101,97,114,40,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,103,101,116,70,117,108,108,89,101,97,114,40,41,125,41,41,59,84,115,46,101,118,101,114,121,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,115,70,105,110,105,116,101,40,116,61,77,97,116,104,46,102,108,111,111,114,40,116,41,41,38,38,116,62,48,63,80,115,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,46,115,101,116,70,117,108,108,89,101,97,114,40,77,97,116,104,46,102,108,111,111,114,40,101,46,103,101,116,70,117,108,108,89,101,97,114,40,41,47,116,41,42,116,41,44,101,46,115,101,116,77,111,110,116,104,40,48,44,49,41,44,101,46,115,101,116,72,111,117,114,115,40,48,44,48,44,48,44,48,41,125,41,44,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,101,46,115,101,116,70,117,108,108,89,101,97,114,40,101,46,103,101,116,70,117,108,108,89,101,97,114,40,41,43,110,42,116,41,125,41,41,58,110,117,108,108,125,59,118,97,114,32,106,115,61,84,115,44,69,115,61,40,84,115,46,114,97,110,103,101,44,80,115,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,101,116,68,97,116,101,40,49,41,44,116,46,115,101,116,72,111,117,114,115,40,48,44,48,44,48,44,48,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,115,101,116,77,111,110,116,104,40,116,46,103,101,116,77,111,110,116,104,40,41,43,101,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,103,101,116,77,111,110,116,104,40,41,45,116,46,103,101,116,77,111,110,116,104,40,41,43,49,50,42,40,101,46,103,101,116,70,117,108,108,89,101,97,114,40,41,45,116,46,103,101,116,70,117,108,108,89,101,97,114,40,41,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,103,101,116,77,111,110,116,104,40,41,125,41,41,41,44,65,115,61,40,69,115,46,114,97,110,103,101,44,49,101,51,41,44,68,115,61,54,101,52,44,76,115,61,51,54,101,53,44,77,115,61,56,54,52,101,53,44,73,115,61,54,48,52,56,101,53,59,102,117,110,99,116,105,111,110,32,36,115,40,116,41,123,114,101,116,117,114,110,32,80,115,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,46,115,101,116,68,97,116,101,40,101,46,103,101,116,68,97,116,101,40,41,45,40,101,46,103,101,116,68,97,121,40,41,43,55,45,116,41,37,55,41,44,101,46,115,101,116,72,111,117,114,115,40,48,44,48,44,48,44,48,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,115,101,116,68,97,116,101,40,116,46,103,101,116,68,97,116,101,40,41,43,55,42,101,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,40,101,45,116,45,40,101,46,103,101,116,84,105,109,101,122,111,110,101,79,102,102,115,101,116,40,41,45,116,46,103,101,116,84,105,109,101,122,111,110,101,79,102,102,115,101,116,40,41,41,42,68,115,41,47,73,115,125,41,41,125,118,97,114,32,70,115,61,36,115,40,48,41,44,66,115,61,36,115,40,49,41,44,82,115,61,36,115,40,50,41,44,78,115,61,36,115,40,51,41,44,122,115,61,36,115,40,52,41,44,86,115,61,36,115,40,53,41,44,72,115,61,36,115,40,54,41,44,85,115,61,40,70,115,46,114,97,110,103,101,44,66,115,46,114,97,110,103,101,44,82,115,46,114,97,110,103,101,44,78,115,46,114,97,110,103,101,44,122,115,46,114,97,110,103,101,44,86,115,46,114,97,110,103,101,44,72,115,46,114,97,110,103,101,44,80,115,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,101,116,72,111,117,114,115,40,48,44,48,44,48,44,48,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,115,101,116,68,97,116,101,40,116,46,103,101,116,68,97,116,101,40,41,43,101,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,40,101,45,116,45,40,101,46,103,101,116,84,105,109,101,122,111,110,101,79,102,102,115,101,116,40,41,45,116,46,103,101,116,84,105,109,101,122,111,110,101,79,102,102,115,101,116,40,41,41,42,68,115,41,47,77,115,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,103,101,116,68,97,116,101,40,41,45,49,125,41,41,41,44,87,115,61,85,115,44,113,115,61,40,85,115,46,114,97,110,103,101,44,80,115,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,101,116,84,105,109,101,40,116,45,116,46,103,101,116,77,105,108,108,105,115,101,99,111,110,100,115,40,41,45,116,46,103,101,116,83,101,99,111,110,100,115,40,41,42,65,115,45,116,46,103,101,116,77,105,110,117,116,101,115,40,41,42,68,115,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,115,101,116,84,105,109,101,40,43,116,43,101,42,76,115,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,40,101,45,116,41,47,76,115,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,103,101,116,72,111,117,114,115,40,41,125,41,41,41,44,71,115,61,40,113,115,46,114,97,110,103,101,44,80,115,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,101,116,84,105,109,101,40,116,45,116,46,103,101,116,77,105,108,108,105,115,101,99,111,110,100,115,40,41,45,116,46,103,101,116,83,101,99,111,110,100,115,40,41,42,65,115,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,115,101,116,84,105,109,101,40,43,116,43,101,42,68,115,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,40,101,45,116,41,47,68,115,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,103,101,116,77,105,110,117,116,101,115,40,41,125,41,41,41,44,89,115,61,40,71,115,46,114,97,110,103,101,44,80,115,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,101,116,84,105,109,101,40,116,45,116,46,103,101,116,77,105,108,108,105,115,101,99,111,110,100,115,40,41,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,115,101,116,84,105,109,101,40,43,116,43,101,42,65,115,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,40,101,45,116,41,47,65,115,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,103,101,116,85,84,67,83,101,99,111,110,100,115,40,41,125,41,41,41,44,75,115,61,40,89,115,46,114,97,110,103,101,44,80,115,40,40,102,117,110,99,116,105,111,110,40,41,123,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,115,101,116,84,105,109,101,40,43,116,43,101,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,45,116,125,41,41,41,59,75,115,46,101,118,101,114,121,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,77,97,116,104,46,102,108,111,111,114,40,116,41,44,105,115,70,105,110,105,116,101,40,116,41,38,38,116,62,48,63,116,62,49,63,80,115,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,46,115,101,116,84,105,109,101,40,77,97,116,104,46,102,108,111,111,114,40,101,47,116,41,42,116,41,125,41,44,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,101,46,115,101,116,84,105,109,101,40,43,101,43,110,42,116,41,125,41,44,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,40,110,45,101,41,47,116,125,41,41,58,75,115,58,110,117,108,108,125,59,75,115,46,114,97,110,103,101,59,102,117,110,99,116,105,111,110,32,88,115,40,116,41,123,114,101,116,117,114,110,32,80,115,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,46,115,101,116,85,84,67,68,97,116,101,40,101,46,103,101,116,85,84,67,68,97,116,101,40,41,45,40,101,46,103,101,116,85,84,67,68,97,121,40,41,43,55,45,116,41,37,55,41,44,101,46,115,101,116,85,84,67,72,111,117,114,115,40,48,44,48,44,48,44,48,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,115,101,116,85,84,67,68,97,116,101,40,116,46,103,101,116,85,84,67,68,97,116,101,40,41,43,55,42,101,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,40,101,45,116,41,47,73,115,125,41,41,125,118,97,114,32,90,115,61,88,115,40,48,41,44,74,115,61,88,115,40,49,41,44,81,115,61,88,115,40,50,41,44,116,99,61,88,115,40,51,41,44,101,99,61,88,115,40,52,41,44,110,99,61,88,115,40,53,41,44,114,99,61,88,115,40,54,41,44,105,99,61,40,90,115,46,114,97,110,103,101,44,74,115,46,114,97,110,103,101,44,81,115,46,114,97,110,103,101,44,116,99,46,114,97,110,103,101,44,101,99,46,114,97,110,103,101,44,110,99,46,114,97,110,103,101,44,114,99,46,114,97,110,103,101,44,80,115,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,101,116,85,84,67,72,111,117,114,115,40,48,44,48,44,48,44,48,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,115,101,116,85,84,67,68,97,116,101,40,116,46,103,101,116,85,84,67,68,97,116,101,40,41,43,101,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,40,101,45,116,41,47,77,115,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,103,101,116,85,84,67,68,97,116,101,40,41,45,49,125,41,41,41,44,111,99,61,105,99,44,97,99,61,40,105,99,46,114,97,110,103,101,44,80,115,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,101,116,85,84,67,77,111,110,116,104,40,48,44,49,41,44,116,46,115,101,116,85,84,67,72,111,117,114,115,40,48,44,48,44,48,44,48,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,115,101,116,85,84,67,70,117,108,108,89,101,97,114,40,116,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,43,101,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,45,116,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,125,41,41,41,59,97,99,46,101,118,101,114,121,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,115,70,105,110,105,116,101,40,116,61,77,97,116,104,46,102,108,111,111,114,40,116,41,41,38,38,116,62,48,63,80,115,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,46,115,101,116,85,84,67,70,117,108,108,89,101,97,114,40,77,97,116,104,46,102,108,111,111,114,40,101,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,47,116,41,42,116,41,44,101,46,115,101,116,85,84,67,77,111,110,116,104,40,48,44,49,41,44,101,46,115,101,116,85,84,67,72,111,117,114,115,40,48,44,48,44,48,44,48,41,125,41,44,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,101,46,115,101,116,85,84,67,70,117,108,108,89,101,97,114,40,101,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,43,110,42,116,41,125,41,41,58,110,117,108,108,125,59,118,97,114,32,115,99,61,97,99,59,97,99,46,114,97,110,103,101,59,102,117,110,99,116,105,111,110,32,99,99,40,116,41,123,105,102,40,48,60,61,116,46,121,38,38,116,46,121,60,49,48,48,41,123,118,97,114,32,101,61,110,101,119,32,68,97,116,101,40,45,49,44,116,46,109,44,116,46,100,44,116,46,72,44,116,46,77,44,116,46,83,44,116,46,76,41,59,114,101,116,117,114,110,32,101,46,115,101,116,70,117,108,108,89,101,97,114,40,116,46,121,41,44,101,125,114,101,116,117,114,110,32,110,101,119,32,68,97,116,101,40,116,46,121,44,116,46,109,44,116,46,100,44,116,46,72,44,116,46,77,44,116,46,83,44,116,46,76,41,125,102,117,110,99,116,105,111,110,32,117,99,40,116,41,123,105,102,40,48,60,61,116,46,121,38,38,116,46,121,60,49,48,48,41,123,118,97,114,32,101,61,110,101,119,32,68,97,116,101,40,68,97,116,101,46,85,84,67,40,45,49,44,116,46,109,44,116,46,100,44,116,46,72,44,116,46,77,44,116,46,83,44,116,46,76,41,41,59,114,101,116,117,114,110,32,101,46,115,101,116,85,84,67,70,117,108,108,89,101,97,114,40,116,46,121,41,44,101,125,114,101,116,117,114,110,32,110,101,119,32,68,97,116,101,40,68,97,116,101,46,85,84,67,40,116,46,121,44,116,46,109,44,116,46,100,44,116,46,72,44,116,46,77,44,116,46,83,44,116,46,76,41,41,125,102,117,110,99,116,105,111,110,32,108,99,40,116,44,101,44,110,41,123,114,101,116,117,114,110,123,121,58,116,44,109,58,101,44,100,58,110,44,72,58,48,44,77,58,48,44,83,58,48,44,76,58,48,125,125,102,117,110,99,116,105,111,110,32,102,99,40,116,41,123,118,97,114,32,101,61,116,46,100,97,116,101,84,105,109,101,44,110,61,116,46,100,97,116,101,44,114,61,116,46,116,105,109,101,44,105,61,116,46,112,101,114,105,111,100,115,44,111,61,116,46,100,97,121,115,44,97,61,116,46,115,104,111,114,116,68,97,121,115,44,115,61,116,46,109,111,110,116,104,115,44,99,61,116,46,115,104,111,114,116,77,111,110,116,104,115,44,117,61,95,99,40,105,41,44,108,61,120,99,40,105,41,44,102,61,95,99,40,111,41,44,104,61,120,99,40,111,41,44,100,61,95,99,40,97,41,44,112,61,120,99,40,97,41,44,118,61,95,99,40,115,41,44,103,61,120,99,40,115,41,44,109,61,95,99,40,99,41,44,98,61,120,99,40,99,41,44,121,61,123,97,58,76,44,65,58,77,44,98,58,73,44,66,58,36,44,99,58,110,117,108,108,44,100,58,72,99,44,101,58,72,99,44,102,58,89,99,44,103,58,111,117,44,71,58,115,117,44,72,58,85,99,44,73,58,87,99,44,106,58,113,99,44,76,58,71,99,44,109,58,75,99,44,77,58,88,99,44,112,58,70,44,113,58,66,44,81,58,69,117,44,115,58,65,117,44,83,58,90,99,44,117,58,74,99,44,85,58,81,99,44,86,58,101,117,44,119,58,110,117,44,87,58,114,117,44,120,58,110,117,108,108,44,88,58,110,117,108,108,44,121,58,105,117,44,89,58,97,117,44,90,58,99,117,44,34,37,34,58,106,117,125,44,119,61,123,97,58,82,44,65,58,78,44,98,58,122,44,66,58,86,44,99,58,110,117,108,108,44,100,58,117,117,44,101,58,117,117,44,102,58,112,117,44,103,58,107,117,44,71,58,80,117,44,72,58,108,117,44,73,58,102,117,44,106,58,104,117,44,76,58,100,117,44,109,58,118,117,44,77,58,103,117,44,112,58,72,44,113,58,85,44,81,58,69,117,44,115,58,65,117,44,83,58,109,117,44,117,58,98,117,44,85,58,121,117,44,86,58,95,117,44,119,58,120,117,44,87,58,79,117,44,120,58,110,117,108,108,44,88,58,110,117,108,108,44,121,58,83,117,44,89,58,67,117,44,90,58,84,117,44,34,37,34,58,106,117,125,44,95,61,123,97,58,67,44,65,58,80,44,98,58,84,44,66,58,106,44,99,58,69,44,100,58,76,99,44,101,58,76,99,44,102,58,82,99,44,103,58,106,99,44,71,58,84,99,44,72,58,73,99,44,73,58,73,99,44,106,58,77,99,44,76,58,66,99,44,109,58,68,99,44,77,58,36,99,44,112,58,107,44,113,58,65,99,44,81,58,122,99,44,115,58,86,99,44,83,58,70,99,44,117,58,83,99,44,85,58,107,99,44,86,58,67,99,44,119,58,79,99,44,87,58,80,99,44,120,58,65,44,88,58,68,44,121,58,106,99,44,89,58,84,99,44,90,58,69,99,44,34,37,34,58,78,99,125,59,102,117,110,99,116,105,111,110,32,120,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,44,105,44,111,44,97,61,91,93,44,115,61,45,49,44,99,61,48,44,117,61,116,46,108,101,110,103,116,104,59,110,32,105,110,115,116,97,110,99,101,111,102,32,68,97,116,101,124,124,40,110,61,110,101,119,32,68,97,116,101,40,43,110,41,41,59,119,104,105,108,101,40,43,43,115,60,117,41,51,55,61,61,61,116,46,99,104,97,114,67,111,100,101,65,116,40,115,41,38,38,40,97,46,112,117,115,104,40,116,46,115,108,105,99,101,40,99,44,115,41,41,44,110,117,108,108,33,61,40,105,61,118,99,91,114,61,116,46,99,104,97,114,65,116,40,43,43,115,41,93,41,63,114,61,116,46,99,104,97,114,65,116,40,43,43,115,41,58,105,61,34,101,34,61,61,61,114,63,34,32,34,58,34,48,34,44,40,111,61,101,91,114,93,41,38,38,40,114,61,111,40,110,44,105,41,41,44,97,46,112,117,115,104,40,114,41,44,99,61,115,43,49,41,59,114,101,116,117,114,110,32,97,46,112,117,115,104,40,116,46,115,108,105,99,101,40,99,44,115,41,41,44,97,46,106,111,105,110,40,34,34,41,125,125,102,117,110,99,116,105,111,110,32,79,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,44,105,44,111,61,108,99,40,49,57,48,48,44,118,111,105,100,32,48,44,49,41,44,97,61,83,40,111,44,116,44,110,43,61,34,34,44,48,41,59,105,102,40,97,33,61,110,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,110,117,108,108,59,105,102,40,34,81,34,105,110,32,111,41,114,101,116,117,114,110,32,110,101,119,32,68,97,116,101,40,111,46,81,41,59,105,102,40,34,115,34,105,110,32,111,41,114,101,116,117,114,110,32,110,101,119,32,68,97,116,101,40,49,101,51,42,111,46,115,43,40,34,76,34,105,110,32,111,63,111,46,76,58,48,41,41,59,105,102,40,101,38,38,33,40,34,90,34,105,110,32,111,41,38,38,40,111,46,90,61,48,41,44,34,112,34,105,110,32,111,38,38,40,111,46,72,61,111,46,72,37,49,50,43,49,50,42,111,46,112,41,44,118,111,105,100,32,48,61,61,61,111,46,109,38,38,40,111,46,109,61,34,113,34,105,110,32,111,63,111,46,113,58,48,41,44,34,86,34,105,110,32,111,41,123,105,102,40,111,46,86,60,49,124,124,111,46,86,62,53,51,41,114,101,116,117,114,110,32,110,117,108,108,59,34,119,34,105,110,32,111,124,124,40,111,46,119,61,49,41,44,34,90,34,105,110,32,111,63,40,114,61,117,99,40,108,99,40,111,46,121,44,48,44,49,41,41,44,105,61,114,46,103,101,116,85,84,67,68,97,121,40,41,44,114,61,105,62,52,124,124,48,61,61,61,105,63,74,115,46,99,101,105,108,40,114,41,58,74,115,40,114,41,44,114,61,111,99,46,111,102,102,115,101,116,40,114,44,55,42,40,111,46,86,45,49,41,41,44,111,46,121,61,114,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,44,111,46,109,61,114,46,103,101,116,85,84,67,77,111,110,116,104,40,41,44,111,46,100,61,114,46,103,101,116,85,84,67,68,97,116,101,40,41,43,40,111,46,119,43,54,41,37,55,41,58,40,114,61,99,99,40,108,99,40,111,46,121,44,48,44,49,41,41,44,105,61,114,46,103,101,116,68,97,121,40,41,44,114,61,105,62,52,124,124,48,61,61,61,105,63,66,115,46,99,101,105,108,40,114,41,58,66,115,40,114,41,44,114,61,87,115,46,111,102,102,115,101,116,40,114,44,55,42,40,111,46,86,45,49,41,41,44,111,46,121,61,114,46,103,101,116,70,117,108,108,89,101,97,114,40,41,44,111,46,109,61,114,46,103,101,116,77,111,110,116,104,40,41,44,111,46,100,61,114,46,103,101,116,68,97,116,101,40,41,43,40,111,46,119,43,54,41,37,55,41,125,101,108,115,101,40,34,87,34,105,110,32,111,124,124,34,85,34,105,110,32,111,41,38,38,40,34,119,34,105,110,32,111,124,124,40,111,46,119,61,34,117,34,105,110,32,111,63,111,46,117,37,55,58,34,87,34,105,110,32,111,63,49,58,48,41,44,105,61,34,90,34,105,110,32,111,63,117,99,40,108,99,40,111,46,121,44,48,44,49,41,41,46,103,101,116,85,84,67,68,97,121,40,41,58,99,99,40,108,99,40,111,46,121,44,48,44,49,41,41,46,103,101,116,68,97,121,40,41,44,111,46,109,61,48,44,111,46,100,61,34,87,34,105,110,32,111,63,40,111,46,119,43,54,41,37,55,43,55,42,111,46,87,45,40,105,43,53,41,37,55,58,111,46,119,43,55,42,111,46,85,45,40,105,43,54,41,37,55,41,59,114,101,116,117,114,110,34,90,34,105,110,32,111,63,40,111,46,72,43,61,111,46,90,47,49,48,48,124,48,44,111,46,77,43,61,111,46,90,37,49,48,48,44,117,99,40,111,41,41,58,99,99,40,111,41,125,125,102,117,110,99,116,105,111,110,32,83,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,44,111,44,97,61,48,44,115,61,101,46,108,101,110,103,116,104,44,99,61,110,46,108,101,110,103,116,104,59,119,104,105,108,101,40,97,60,115,41,123,105,102,40,114,62,61,99,41,114,101,116,117,114,110,45,49,59,105,102,40,105,61,101,46,99,104,97,114,67,111,100,101,65,116,40,97,43,43,41,44,51,55,61,61,61,105,41,123,105,102,40,105,61,101,46,99,104,97,114,65,116,40,97,43,43,41,44,111,61,95,91,105,32,105,110,32,118,99,63,101,46,99,104,97,114,65,116,40,97,43,43,41,58,105,93,44,33,111,124,124,40,114,61,111,40,116,44,110,44,114,41,41,60,48,41,114,101,116,117,114,110,45,49,125,101,108,115,101,32,105,102,40,105,33,61,110,46,99,104,97,114,67,111,100,101,65,116,40,114,43,43,41,41,114,101,116,117,114,110,45,49,125,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,107,40,116,44,101,44,110,41,123,118,97,114,32,114,61,117,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,112,61,108,91,114,91,48,93,46,116,111,76,111,119,101,114,67,97,115,101,40,41,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,67,40,116,44,101,44,110,41,123,118,97,114,32,114,61,100,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,119,61,112,91,114,91,48,93,46,116,111,76,111,119,101,114,67,97,115,101,40,41,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,80,40,116,44,101,44,110,41,123,118,97,114,32,114,61,102,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,119,61,104,91,114,91,48,93,46,116,111,76,111,119,101,114,67,97,115,101,40,41,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,84,40,116,44,101,44,110,41,123,118,97,114,32,114,61,109,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,109,61,98,91,114,91,48,93,46,116,111,76,111,119,101,114,67,97,115,101,40,41,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,106,40,116,44,101,44,110,41,123,118,97,114,32,114,61,118,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,109,61,103,91,114,91,48,93,46,116,111,76,111,119,101,114,67,97,115,101,40,41,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,69,40,116,44,110,44,114,41,123,114,101,116,117,114,110,32,83,40,116,44,101,44,110,44,114,41,125,102,117,110,99,116,105,111,110,32,65,40,116,44,101,44,114,41,123,114,101,116,117,114,110,32,83,40,116,44,110,44,101,44,114,41,125,102,117,110,99,116,105,111,110,32,68,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,83,40,116,44,114,44,101,44,110,41,125,102,117,110,99,116,105,111,110,32,76,40,116,41,123,114,101,116,117,114,110,32,97,91,116,46,103,101,116,68,97,121,40,41,93,125,102,117,110,99,116,105,111,110,32,77,40,116,41,123,114,101,116,117,114,110,32,111,91,116,46,103,101,116,68,97,121,40,41,93,125,102,117,110,99,116,105,111,110,32,73,40,116,41,123,114,101,116,117,114,110,32,99,91,116,46,103,101,116,77,111,110,116,104,40,41,93,125,102,117,110,99,116,105,111,110,32,36,40,116,41,123,114,101,116,117,114,110,32,115,91,116,46,103,101,116,77,111,110,116,104,40,41,93,125,102,117,110,99,116,105,111,110,32,70,40,116,41,123,114,101,116,117,114,110,32,105,91,43,40,116,46,103,101,116,72,111,117,114,115,40,41,62,61,49,50,41,93,125,102,117,110,99,116,105,111,110,32,66,40,116,41,123,114,101,116,117,114,110,32,49,43,126,126,40,116,46,103,101,116,77,111,110,116,104,40,41,47,51,41,125,102,117,110,99,116,105,111,110,32,82,40,116,41,123,114,101,116,117,114,110,32,97,91,116,46,103,101,116,85,84,67,68,97,121,40,41,93,125,102,117,110,99,116,105,111,110,32,78,40,116,41,123,114,101,116,117,114,110,32,111,91,116,46,103,101,116,85,84,67,68,97,121,40,41,93,125,102,117,110,99,116,105,111,110,32,122,40,116,41,123,114,101,116,117,114,110,32,99,91,116,46,103,101,116,85,84,67,77,111,110,116,104,40,41,93,125,102,117,110,99,116,105,111,110,32,86,40,116,41,123,114,101,116,117,114,110,32,115,91,116,46,103,101,116,85,84,67,77,111,110,116,104,40,41,93,125,102,117,110,99,116,105,111,110,32,72,40,116,41,123,114,101,116,117,114,110,32,105,91,43,40,116,46,103,101,116,85,84,67,72,111,117,114,115,40,41,62,61,49,50,41,93,125,102,117,110,99,116,105,111,110,32,85,40,116,41,123,114,101,116,117,114,110,32,49,43,126,126,40,116,46,103,101,116,85,84,67,77,111,110,116,104,40,41,47,51,41,125,114,101,116,117,114,110,32,121,46,120,61,120,40,110,44,121,41,44,121,46,88,61,120,40,114,44,121,41,44,121,46,99,61,120,40,101,44,121,41,44,119,46,120,61,120,40,110,44,119,41,44,119,46,88,61,120,40,114,44,119,41,44,119,46,99,61,120,40,101,44,119,41,44,123,102,111,114,109,97,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,120,40,116,43,61,34,34,44,121,41,59,114,101,116,117,114,110,32,101,46,116,111,83,116,114,105,110,103,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,44,101,125,44,112,97,114,115,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,79,40,116,43,61,34,34,44,33,49,41,59,114,101,116,117,114,110,32,101,46,116,111,83,116,114,105,110,103,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,44,101,125,44,117,116,99,70,111,114,109,97,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,120,40,116,43,61,34,34,44,119,41,59,114,101,116,117,114,110,32,101,46,116,111,83,116,114,105,110,103,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,44,101,125,44,117,116,99,80,97,114,115,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,79,40,116,43,61,34,34,44,33,48,41,59,114,101,116,117,114,110,32,101,46,116,111,83,116,114,105,110,103,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,44,101,125,125,125,118,97,114,32,104,99,44,100,99,44,112,99,44,118,99,61,123,34,45,34,58,34,34,44,95,58,34,32,34,44,48,58,34,48,34,125,44,103,99,61,47,94,92,115,42,92,100,43,47,44,109,99,61,47,94,37,47,44,98,99,61,47,91,92,92,94,36,42,43,63,124,91,92,93,40,41,46,123,125,93,47,103,59,102,117,110,99,116,105,111,110,32,121,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,60,48,63,34,45,34,58,34,34,44,105,61,40,114,63,45,116,58,116,41,43,34,34,44,111,61,105,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,114,43,40,111,60,110,63,110,101,119,32,65,114,114,97,121,40,110,45,111,43,49,41,46,106,111,105,110,40,101,41,43,105,58,105,41,125,102,117,110,99,116,105,111,110,32,119,99,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,98,99,44,34,92,92,36,38,34,41,125,102,117,110,99,116,105,111,110,32,95,99,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,82,101,103,69,120,112,40,34,94,40,63,58,34,43,116,46,109,97,112,40,119,99,41,46,106,111,105,110,40,34,124,34,41,43,34,41,34,44,34,105,34,41,125,102,117,110,99,116,105,111,110,32,120,99,40,116,41,123,118,97,114,32,101,61,123,125,44,110,61,45,49,44,114,61,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,43,43,110,60,114,41,101,91,116,91,110,93,46,116,111,76,111,119,101,114,67,97,115,101,40,41,93,61,110,59,114,101,116,117,114,110,32,101,125,102,117,110,99,116,105,111,110,32,79,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,49,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,119,61,43,114,91,48,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,83,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,49,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,117,61,43,114,91,48,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,107,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,50,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,85,61,43,114,91,48,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,67,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,50,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,86,61,43,114,91,48,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,80,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,50,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,87,61,43,114,91,48,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,84,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,52,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,121,61,43,114,91,48,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,106,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,50,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,121,61,43,114,91,48,93,43,40,43,114,91,48,93,62,54,56,63,49,57,48,48,58,50,101,51,41,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,69,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,47,94,40,90,41,124,40,91,43,45,93,92,100,92,100,41,40,63,58,58,63,40,92,100,92,100,41,41,63,47,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,54,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,90,61,114,91,49,93,63,48,58,45,40,114,91,50,93,43,40,114,91,51,93,124,124,34,48,48,34,41,41,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,65,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,49,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,113,61,51,42,114,91,48,93,45,51,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,68,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,50,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,109,61,114,91,48,93,45,49,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,76,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,50,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,100,61,43,114,91,48,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,77,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,51,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,109,61,48,44,116,46,100,61,43,114,91,48,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,73,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,50,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,72,61,43,114,91,48,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,36,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,50,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,77,61,43,114,91,48,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,70,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,50,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,83,61,43,114,91,48,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,66,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,51,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,76,61,43,114,91,48,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,82,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,54,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,76,61,77,97,116,104,46,102,108,111,111,114,40,114,91,48,93,47,49,101,51,41,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,78,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,109,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,44,110,43,49,41,41,59,114,101,116,117,114,110,32,114,63,110,43,114,91,48,93,46,108,101,110,103,116,104,58,45,49,125,102,117,110,99,116,105,111,110,32,122,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,81,61,43,114,91,48,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,86,99,40,116,44,101,44,110,41,123,118,97,114,32,114,61,103,99,46,101,120,101,99,40,101,46,115,108,105,99,101,40,110,41,41,59,114,101,116,117,114,110,32,114,63,40,116,46,115,61,43,114,91,48,93,44,110,43,114,91,48,93,46,108,101,110,103,116,104,41,58,45,49,125,102,117,110,99,116,105,111,110,32,72,99,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,68,97,116,101,40,41,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,85,99,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,72,111,117,114,115,40,41,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,87,99,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,72,111,117,114,115,40,41,37,49,50,124,124,49,50,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,113,99,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,49,43,87,115,46,99,111,117,110,116,40,106,115,40,116,41,44,116,41,44,101,44,51,41,125,102,117,110,99,116,105,111,110,32,71,99,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,77,105,108,108,105,115,101,99,111,110,100,115,40,41,44,101,44,51,41,125,102,117,110,99,116,105,111,110,32,89,99,40,116,44,101,41,123,114,101,116,117,114,110,32,71,99,40,116,44,101,41,43,34,48,48,48,34,125,102,117,110,99,116,105,111,110,32,75,99,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,77,111,110,116,104,40,41,43,49,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,88,99,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,77,105,110,117,116,101,115,40,41,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,90,99,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,83,101,99,111,110,100,115,40,41,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,74,99,40,116,41,123,118,97,114,32,101,61,116,46,103,101,116,68,97,121,40,41,59,114,101,116,117,114,110,32,48,61,61,61,101,63,55,58,101,125,102,117,110,99,116,105,111,110,32,81,99,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,70,115,46,99,111,117,110,116,40,106,115,40,116,41,45,49,44,116,41,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,116,117,40,116,41,123,118,97,114,32,101,61,116,46,103,101,116,68,97,121,40,41,59,114,101,116,117,114,110,32,101,62,61,52,124,124,48,61,61,61,101,63,122,115,40,116,41,58,122,115,46,99,101,105,108,40,116,41,125,102,117,110,99,116,105,111,110,32,101,117,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,116,117,40,116,41,44,121,99,40,122,115,46,99,111,117,110,116,40,106,115,40,116,41,44,116,41,43,40,52,61,61,61,106,115,40,116,41,46,103,101,116,68,97,121,40,41,41,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,110,117,40,116,41,123,114,101,116,117,114,110,32,116,46,103,101,116,68,97,121,40,41,125,102,117,110,99,116,105,111,110,32,114,117,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,66,115,46,99,111,117,110,116,40,106,115,40,116,41,45,49,44,116,41,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,105,117,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,70,117,108,108,89,101,97,114,40,41,37,49,48,48,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,111,117,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,116,117,40,116,41,44,121,99,40,116,46,103,101,116,70,117,108,108,89,101,97,114,40,41,37,49,48,48,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,97,117,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,70,117,108,108,89,101,97,114,40,41,37,49,101,52,44,101,44,52,41,125,102,117,110,99,116,105,111,110,32,115,117,40,116,44,101,41,123,118,97,114,32,110,61,116,46,103,101,116,68,97,121,40,41,59,114,101,116,117,114,110,32,116,61,110,62,61,52,124,124,48,61,61,61,110,63,122,115,40,116,41,58,122,115,46,99,101,105,108,40,116,41,44,121,99,40,116,46,103,101,116,70,117,108,108,89,101,97,114,40,41,37,49,101,52,44,101,44,52,41,125,102,117,110,99,116,105,111,110,32,99,117,40,116,41,123,118,97,114,32,101,61,116,46,103,101,116,84,105,109,101,122,111,110,101,79,102,102,115,101,116,40,41,59,114,101,116,117,114,110,40,101,62,48,63,34,45,34,58,40,101,42,61,45,49,44,34,43,34,41,41,43,121,99,40,101,47,54,48,124,48,44,34,48,34,44,50,41,43,121,99,40,101,37,54,48,44,34,48,34,44,50,41,125,102,117,110,99,116,105,111,110,32,117,117,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,85,84,67,68,97,116,101,40,41,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,108,117,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,85,84,67,72,111,117,114,115,40,41,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,102,117,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,85,84,67,72,111,117,114,115,40,41,37,49,50,124,124,49,50,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,104,117,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,49,43,111,99,46,99,111,117,110,116,40,115,99,40,116,41,44,116,41,44,101,44,51,41,125,102,117,110,99,116,105,111,110,32,100,117,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,85,84,67,77,105,108,108,105,115,101,99,111,110,100,115,40,41,44,101,44,51,41,125,102,117,110,99,116,105,111,110,32,112,117,40,116,44,101,41,123,114,101,116,117,114,110,32,100,117,40,116,44,101,41,43,34,48,48,48,34,125,102,117,110,99,116,105,111,110,32,118,117,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,85,84,67,77,111,110,116,104,40,41,43,49,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,103,117,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,85,84,67,77,105,110,117,116,101,115,40,41,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,109,117,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,85,84,67,83,101,99,111,110,100,115,40,41,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,98,117,40,116,41,123,118,97,114,32,101,61,116,46,103,101,116,85,84,67,68,97,121,40,41,59,114,101,116,117,114,110,32,48,61,61,61,101,63,55,58,101,125,102,117,110,99,116,105,111,110,32,121,117,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,90,115,46,99,111,117,110,116,40,115,99,40,116,41,45,49,44,116,41,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,119,117,40,116,41,123,118,97,114,32,101,61,116,46,103,101,116,85,84,67,68,97,121,40,41,59,114,101,116,117,114,110,32,101,62,61,52,124,124,48,61,61,61,101,63,101,99,40,116,41,58,101,99,46,99,101,105,108,40,116,41,125,102,117,110,99,116,105,111,110,32,95,117,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,119,117,40,116,41,44,121,99,40,101,99,46,99,111,117,110,116,40,115,99,40,116,41,44,116,41,43,40,52,61,61,61,115,99,40,116,41,46,103,101,116,85,84,67,68,97,121,40,41,41,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,120,117,40,116,41,123,114,101,116,117,114,110,32,116,46,103,101,116,85,84,67,68,97,121,40,41,125,102,117,110,99,116,105,111,110,32,79,117,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,74,115,46,99,111,117,110,116,40,115,99,40,116,41,45,49,44,116,41,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,83,117,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,37,49,48,48,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,107,117,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,119,117,40,116,41,44,121,99,40,116,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,37,49,48,48,44,101,44,50,41,125,102,117,110,99,116,105,111,110,32,67,117,40,116,44,101,41,123,114,101,116,117,114,110,32,121,99,40,116,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,37,49,101,52,44,101,44,52,41,125,102,117,110,99,116,105,111,110,32,80,117,40,116,44,101,41,123,118,97,114,32,110,61,116,46,103,101,116,85,84,67,68,97,121,40,41,59,114,101,116,117,114,110,32,116,61,110,62,61,52,124,124,48,61,61,61,110,63,101,99,40,116,41,58,101,99,46,99,101,105,108,40,116,41,44,121,99,40,116,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,37,49,101,52,44,101,44,52,41,125,102,117,110,99,116,105,111,110,32,84,117,40,41,123,114,101,116,117,114,110,34,43,48,48,48,48,34,125,102,117,110,99,116,105,111,110,32,106,117,40,41,123,114,101,116,117,114,110,34,37,34,125,102,117,110,99,116,105,111,110,32,69,117,40,116,41,123,114,101,116,117,114,110,43,116,125,102,117,110,99,116,105,111,110,32,65,117,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,102,108,111,111,114,40,43,116,47,49,101,51,41,125,102,117,110,99,116,105,111,110,32,68,117,40,116,41,123,114,101,116,117,114,110,32,104,99,61,102,99,40,116,41,44,100,99,61,104,99,46,102,111,114,109,97,116,44,104,99,46,112,97,114,115,101,44,104,99,46,117,116,99,70,111,114,109,97,116,44,112,99,61,104,99,46,117,116,99,80,97,114,115,101,44,104,99,125,68,117,40,123,100,97,116,101,84,105,109,101,58,34,37,120,44,32,37,88,34,44,100,97,116,101,58,34,37,45,109,47,37,45,100,47,37,89,34,44,116,105,109,101,58,34,37,45,73,58,37,77,58,37,83,32,37,112,34,44,112,101,114,105,111,100,115,58,91,34,65,77,34,44,34,80,77,34,93,44,100,97,121,115,58,91,34,83,117,110,100,97,121,34,44,34,77,111,110,100,97,121,34,44,34,84,117,101,115,100,97,121,34,44,34,87,101,100,110,101,115,100,97,121,34,44,34,84,104,117,114,115,100,97,121,34,44,34,70,114,105,100,97,121,34,44,34,83,97,116,117,114,100,97,121,34,93,44,115,104,111,114,116,68,97,121,115,58,91,34,83,117,110,34,44,34,77,111,110,34,44,34,84,117,101,34,44,34,87,101,100,34,44,34,84,104,117,34,44,34,70,114,105,34,44,34,83,97,116,34,93,44,109,111,110,116,104,115,58,91,34,74,97,110,117,97,114,121,34,44,34,70,101,98,114,117,97,114,121,34,44,34,77,97,114,99,104,34,44,34,65,112,114,105,108,34,44,34,77,97,121,34,44,34,74,117,110,101,34,44,34,74,117,108,121,34,44,34,65,117,103,117,115,116,34,44,34,83,101,112,116,101,109,98,101,114,34,44,34,79,99,116,111,98,101,114,34,44,34,78,111,118,101,109,98,101,114,34,44,34,68,101,99,101,109,98,101,114,34,93,44,115,104,111,114,116,77,111,110,116,104,115,58,91,34,74,97,110,34,44,34,70,101,98,34,44,34,77,97,114,34,44,34,65,112,114,34,44,34,77,97,121,34,44,34,74,117,110,34,44,34,74,117,108,34,44,34,65,117,103,34,44,34,83,101,112,34,44,34,79,99,116,34,44,34,78,111,118,34,44,34,68,101,99,34,93,125,41,59,118,97,114,32,76,117,61,80,115,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,101,116,85,84,67,68,97,116,101,40,49,41,44,116,46,115,101,116,85,84,67,72,111,117,114,115,40,48,44,48,44,48,44,48,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,115,101,116,85,84,67,77,111,110,116,104,40,116,46,103,101,116,85,84,67,77,111,110,116,104,40,41,43,101,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,103,101,116,85,84,67,77,111,110,116,104,40,41,45,116,46,103,101,116,85,84,67,77,111,110,116,104,40,41,43,49,50,42,40,101,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,45,116,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,103,101,116,85,84,67,77,111,110,116,104,40,41,125,41,41,44,77,117,61,40,76,117,46,114,97,110,103,101,44,80,115,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,101,116,85,84,67,77,105,110,117,116,101,115,40,48,44,48,44,48,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,115,101,116,84,105,109,101,40,43,116,43,101,42,76,115,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,40,101,45,116,41,47,76,115,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,103,101,116,85,84,67,72,111,117,114,115,40,41,125,41,41,41,44,73,117,61,40,77,117,46,114,97,110,103,101,44,80,115,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,101,116,85,84,67,83,101,99,111,110,100,115,40,48,44,48,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,115,101,116,84,105,109,101,40,43,116,43,101,42,68,115,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,40,101,45,116,41,47,68,115,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,103,101,116,85,84,67,77,105,110,117,116,101,115,40,41,125,41,41,41,59,73,117,46,114,97,110,103,101,59,102,117,110,99,116,105,111,110,32,36,117,40,41,123,118,97,114,32,116,44,101,44,110,44,114,44,105,44,111,61,48,44,97,61,49,44,115,61,102,115,44,99,61,33,49,59,102,117,110,99,116,105,111,110,32,117,40,101,41,123,114,101,116,117,114,110,32,105,115,78,97,78,40,101,61,43,101,41,63,105,58,115,40,48,61,61,61,110,63,46,53,58,40,101,61,40,114,40,101,41,45,116,41,42,110,44,99,63,77,97,116,104,46,109,97,120,40,48,44,77,97,116,104,46,109,105,110,40,49,44,101,41,41,58,101,41,41,125,114,101,116,117,114,110,32,117,46,100,111,109,97,105,110,61,102,117,110,99,116,105,111,110,40,105,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,116,61,114,40,111,61,43,105,91,48,93,41,44,101,61,114,40,97,61,43,105,91,49,93,41,44,110,61,116,61,61,61,101,63,48,58,49,47,40,101,45,116,41,44,117,41,58,91,111,44,97,93,125,44,117,46,99,108,97,109,112,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,99,61,33,33,116,44,117,41,58,99,125,44,117,46,105,110,116,101,114,112,111,108,97,116,111,114,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,115,61,116,44,117,41,58,115,125,44,117,46,117,110,107,110,111,119,110,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,40,105,61,116,44,117,41,58,105,125,44,102,117,110,99,116,105,111,110,40,105,41,123,114,101,116,117,114,110,32,114,61,105,44,116,61,105,40,111,41,44,101,61,105,40,97,41,44,110,61,116,61,61,61,101,63,48,58,49,47,40,101,45,116,41,44,117,125,125,102,117,110,99,116,105,111,110,32,70,117,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,100,111,109,97,105,110,40,116,46,100,111,109,97,105,110,40,41,41,46,105,110,116,101,114,112,111,108,97,116,111,114,40,116,46,105,110,116,101,114,112,111,108,97,116,111,114,40,41,41,46,99,108,97,109,112,40,116,46,99,108,97,109,112,40,41,41,46,117,110,107,110,111,119,110,40,116,46,117,110,107,110,111,119,110,40,41,41,125,102,117,110,99,116,105,111,110,32,66,117,40,41,123,118,97,114,32,116,61,79,115,40,36,117,40,41,40,102,115,41,41,59,114,101,116,117,114,110,32,116,46,99,111,112,121,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,70,117,40,116,44,66,117,40,41,41,125,44,116,115,46,97,112,112,108,121,40,116,44,97,114,103,117,109,101,110,116,115,41,125,118,97,114,32,82,117,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,108,101,110,103,116,104,47,54,124,48,44,110,61,110,101,119,32,65,114,114,97,121,40,101,41,44,114,61,48,59,119,104,105,108,101,40,114,60,101,41,110,91,114,93,61,34,35,34,43,116,46,115,108,105,99,101,40,54,42,114,44,54,42,43,43,114,41,59,114,101,116,117,114,110,32,110,125,44,78,117,61,82,117,40,34,49,102,55,55,98,52,102,102,55,102,48,101,50,99,97,48,50,99,100,54,50,55,50,56,57,52,54,55,98,100,56,99,53,54,52,98,101,51,55,55,99,50,55,102,55,102,55,102,98,99,98,100,50,50,49,55,98,101,99,102,34,41,44,122,117,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,107,110,40,116,91,116,46,108,101,110,103,116,104,45,49,93,41,125,44,86,117,61,110,101,119,32,65,114,114,97,121,40,51,41,46,99,111,110,99,97,116,40,34,101,99,101,50,102,48,97,54,98,100,100,98,49,99,57,48,57,57,34,44,34,102,54,101,102,102,55,98,100,99,57,101,49,54,55,97,57,99,102,48,50,56,49,56,97,34,44,34,102,54,101,102,102,55,98,100,99,57,101,49,54,55,97,57,99,102,49,99,57,48,57,57,48,49,54,99,53,57,34,44,34,102,54,101,102,102,55,100,48,100,49,101,54,97,54,98,100,100,98,54,55,97,57,99,102,49,99,57,48,57,57,48,49,54,99,53,57,34,44,34,102,54,101,102,102,55,100,48,100,49,101,54,97,54,98,100,100,98,54,55,97,57,99,102,51,54,57,48,99,48,48,50,56,49,56,97,48,49,54,52,53,48,34,44,34,102,102,102,55,102,98,101,99,101,50,102,48,100,48,100,49,101,54,97,54,98,100,100,98,54,55,97,57,99,102,51,54,57,48,99,48,48,50,56,49,56,97,48,49,54,52,53,48,34,44,34,102,102,102,55,102,98,101,99,101,50,102,48,100,48,100,49,101,54,97,54,98,100,100,98,54,55,97,57,99,102,51,54,57,48,99,48,48,50,56,49,56,97,48,49,54,99,53,57,48,49,52,54,51,54,34,41,46,109,97,112,40,82,117,41,44,72,117,61,122,117,40,86,117,41,44,85,117,61,110,101,119,32,65,114,114,97,121,40,51,41,46,99,111,110,99,97,116,40,34,101,99,101,55,102,50,97,54,98,100,100,98,50,98,56,99,98,101,34,44,34,102,49,101,101,102,54,98,100,99,57,101,49,55,52,97,57,99,102,48,53,55,48,98,48,34,44,34,102,49,101,101,102,54,98,100,99,57,101,49,55,52,97,57,99,102,50,98,56,99,98,101,48,52,53,97,56,100,34,44,34,102,49,101,101,102,54,100,48,100,49,101,54,97,54,98,100,100,98,55,52,97,57,99,102,50,98,56,99,98,101,48,52,53,97,56,100,34,44,34,102,49,101,101,102,54,100,48,100,49,101,54,97,54,98,100,100,98,55,52,97,57,99,102,51,54,57,48,99,48,48,53,55,48,98,48,48,51,52,101,55,98,34,44,34,102,102,102,55,102,98,101,99,101,55,102,50,100,48,100,49,101,54,97,54,98,100,100,98,55,52,97,57,99,102,51,54,57,48,99,48,48,53,55,48,98,48,48,51,52,101,55,98,34,44,34,102,102,102,55,102,98,101,99,101,55,102,50,100,48,100,49,101,54,97,54,98,100,100,98,55,52,97,57,99,102,51,54,57,48,99,48,48,53,55,48,98,48,48,52,53,97,56,100,48,50,51,56,53,56,34,41,46,109,97,112,40,82,117,41,44,87,117,61,122,117,40,85,117,41,44,113,117,61,110,101,119,32,65,114,114,97,121,40,51,41,46,99,111,110,99,97,116,40,34,101,55,101,49,101,102,99,57,57,52,99,55,100,100,49,99,55,55,34,44,34,102,49,101,101,102,54,100,55,98,53,100,56,100,102,54,53,98,48,99,101,49,50,53,54,34,44,34,102,49,101,101,102,54,100,55,98,53,100,56,100,102,54,53,98,48,100,100,49,99,55,55,57,56,48,48,52,51,34,44,34,102,49,101,101,102,54,100,52,98,57,100,97,99,57,57,52,99,55,100,102,54,53,98,48,100,100,49,99,55,55,57,56,48,48,52,51,34,44,34,102,49,101,101,102,54,100,52,98,57,100,97,99,57,57,52,99,55,100,102,54,53,98,48,101,55,50,57,56,97,99,101,49,50,53,54,57,49,48,48,51,102,34,44,34,102,55,102,52,102,57,101,55,101,49,101,102,100,52,98,57,100,97,99,57,57,52,99,55,100,102,54,53,98,48,101,55,50,57,56,97,99,101,49,50,53,54,57,49,48,48,51,102,34,44,34,102,55,102,52,102,57,101,55,101,49,101,102,100,52,98,57,100,97,99,57,57,52,99,55,100,102,54,53,98,48,101,55,50,57,56,97,99,101,49,50,53,54,57,56,48,48,52,51,54,55,48,48,49,102,34,41,46,109,97,112,40,82,117,41,44,71,117,61,122,117,40,113,117,41,44,89,117,61,110,101,119,32,65,114,114,97,121,40,51,41,46,99,111,110,99,97,116,40,34,101,100,102,56,98,49,55,102,99,100,98,98,50,99,55,102,98,56,34,44,34,102,102,102,102,99,99,97,49,100,97,98,52,52,49,98,54,99,52,50,50,53,101,97,56,34,44,34,102,102,102,102,99,99,97,49,100,97,98,52,52,49,98,54,99,52,50,99,55,102,98,56,50,53,51,52,57,52,34,44,34,102,102,102,102,99,99,99,55,101,57,98,52,55,102,99,100,98,98,52,49,98,54,99,52,50,99,55,102,98,56,50,53,51,52,57,52,34,44,34,102,102,102,102,99,99,99,55,101,57,98,52,55,102,99,100,98,98,52,49,98,54,99,52,49,100,57,49,99,48,50,50,53,101,97,56,48,99,50,99,56,52,34,44,34,102,102,102,102,100,57,101,100,102,56,98,49,99,55,101,57,98,52,55,102,99,100,98,98,52,49,98,54,99,52,49,100,57,49,99,48,50,50,53,101,97,56,48,99,50,99,56,52,34,44,34,102,102,102,102,100,57,101,100,102,56,98,49,99,55,101,57,98,52,55,102,99,100,98,98,52,49,98,54,99,52,49,100,57,49,99,48,50,50,53,101,97,56,50,53,51,52,57,52,48,56,49,100,53,56,34,41,46,109,97,112,40,82,117,41,44,75,117,61,122,117,40,89,117,41,44,88,117,61,110,101,119,32,65,114,114,97,121,40,51,41,46,99,111,110,99,97,116,40,34,102,55,102,99,98,57,97,100,100,100,56,101,51,49,97,51,53,52,34,44,34,102,102,102,102,99,99,99,50,101,54,57,57,55,56,99,54,55,57,50,51,56,52,52,51,34,44,34,102,102,102,102,99,99,99,50,101,54,57,57,55,56,99,54,55,57,51,49,97,51,53,52,48,48,54,56,51,55,34,44,34,102,102,102,102,99,99,100,57,102,48,97,51,97,100,100,100,56,101,55,56,99,54,55,57,51,49,97,51,53,52,48,48,54,56,51,55,34,44,34,102,102,102,102,99,99,100,57,102,48,97,51,97,100,100,100,56,101,55,56,99,54,55,57,52,49,97,98,53,100,50,51,56,52,52,51,48,48,53,97,51,50,34,44,34,102,102,102,102,101,53,102,55,102,99,98,57,100,57,102,48,97,51,97,100,100,100,56,101,55,56,99,54,55,57,52,49,97,98,53,100,50,51,56,52,52,51,48,48,53,97,51,50,34,44,34,102,102,102,102,101,53,102,55,102,99,98,57,100,57,102,48,97,51,97,100,100,100,56,101,55,56,99,54,55,57,52,49,97,98,53,100,50,51,56,52,52,51,48,48,54,56,51,55,48,48,52,53,50,57,34,41,46,109,97,112,40,82,117,41,44,90,117,61,122,117,40,88,117,41,44,74,117,61,110,101,119,32,65,114,114,97,121,40,51,41,46,99,111,110,99,97,116,40,34,102,102,102,55,98,99,102,101,99,52,52,102,100,57,53,102,48,101,34,44,34,102,102,102,102,100,52,102,101,100,57,56,101,102,101,57,57,50,57,99,99,52,99,48,50,34,44,34,102,102,102,102,100,52,102,101,100,57,56,101,102,101,57,57,50,57,100,57,53,102,48,101,57,57,51,52,48,52,34,44,34,102,102,102,102,100,52,102,101,101,51,57,49,102,101,99,52,52,102,102,101,57,57,50,57,100,57,53,102,48,101,57,57,51,52,48,52,34,44,34,102,102,102,102,100,52,102,101,101,51,57,49,102,101,99,52,52,102,102,101,57,57,50,57,101,99,55,48,49,52,99,99,52,99,48,50,56,99,50,100,48,52,34,44,34,102,102,102,102,101,53,102,102,102,55,98,99,102,101,101,51,57,49,102,101,99,52,52,102,102,101,57,57,50,57,101,99,55,48,49,52,99,99,52,99,48,50,56,99,50,100,48,52,34,44,34,102,102,102,102,101,53,102,102,102,55,98,99,102,101,101,51,57,49,102,101,99,52,52,102,102,101,57,57,50,57,101,99,55,48,49,52,99,99,52,99,48,50,57,57,51,52,48,52,54,54,50,53,48,54,34,41,46,109,97,112,40,82,117,41,44,81,117,61,122,117,40,74,117,41,44,116,108,61,110,101,119,32,65,114,114,97,121,40,51,41,46,99,111,110,99,97,116,40,34,102,102,101,100,97,48,102,101,98,50,52,99,102,48,51,98,50,48,34,44,34,102,102,102,102,98,50,102,101,99,99,53,99,102,100,56,100,51,99,101,51,49,97,49,99,34,44,34,102,102,102,102,98,50,102,101,99,99,53,99,102,100,56,100,51,99,102,48,51,98,50,48,98,100,48,48,50,54,34,44,34,102,102,102,102,98,50,102,101,100,57,55,54,102,101,98,50,52,99,102,100,56,100,51,99,102,48,51,98,50,48,98,100,48,48,50,54,34,44,34,102,102,102,102,98,50,102,101,100,57,55,54,102,101,98,50,52,99,102,100,56,100,51,99,102,99,52,101,50,97,101,51,49,97,49,99,98,49,48,48,50,54,34,44,34,102,102,102,102,99,99,102,102,101,100,97,48,102,101,100,57,55,54,102,101,98,50,52,99,102,100,56,100,51,99,102,99,52,101,50,97,101,51,49,97,49,99,98,49,48,48,50,54,34,44,34,102,102,102,102,99,99,102,102,101,100,97,48,102,101,100,57,55,54,102,101,98,50,52,99,102,100,56,100,51,99,102,99,52,101,50,97,101,51,49,97,49,99,98,100,48,48,50,54,56,48,48,48,50,54,34,41,46,109,97,112,40,82,117,41,44,101,108,61,122,117,40,116,108,41,44,110,108,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,77,97,116,104,46,109,97,120,40,48,44,77,97,116,104,46,109,105,110,40,49,44,116,41,41,44,34,114,103,98,40,34,43,77,97,116,104,46,109,97,120,40,48,44,77,97,116,104,46,109,105,110,40,50,53,53,44,77,97,116,104,46,114,111,117,110,100,40,51,52,46,54,49,43,116,42,40,49,49,55,50,46,51,51,45,116,42,40,49,48,55,57,51,46,53,54,45,116,42,40,51,51,51,48,48,46,49,50,45,116,42,40,51,56,51,57,52,46,52,57,45,49,52,56,50,53,46,48,53,42,116,41,41,41,41,41,41,41,43,34,44,32,34,43,77,97,116,104,46,109,97,120,40,48,44,77,97,116,104,46,109,105,110,40,50,53,53,44,77,97,116,104,46,114,111,117,110,100,40,50,51,46,51,49,43,116,42,40,53,53,55,46,51,51,43,116,42,40,49,50,50,53,46,51,51,45,116,42,40,51,53,55,52,46,57,54,45,116,42,40,49,48,55,51,46,55,55,43,55,48,55,46,53,54,42,116,41,41,41,41,41,41,41,43,34,44,32,34,43,77,97,116,104,46,109,97,120,40,48,44,77,97,116,104,46,109,105,110,40,50,53,53,44,77,97,116,104,46,114,111,117,110,100,40,50,55,46,50,43,116,42,40,51,50,49,49,46,49,45,116,42,40,49,53,51,50,55,46,57,55,45,116,42,40,50,55,56,49,52,45,116,42,40,50,50,53,54,57,46,49,56,45,54,56,51,56,46,54,54,42,116,41,41,41,41,41,41,41,43,34,41,34,125,59,102,117,110,99,116,105,111,110,32,114,108,40,116,41,123,118,97,114,32,101,61,116,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,91,77,97,116,104,46,109,97,120,40,48,44,77,97,116,104,46,109,105,110,40,101,45,49,44,77,97,116,104,46,102,108,111,111,114,40,110,42,101,41,41,41,93,125,125,118,97,114,32,105,108,61,114,108,40,82,117,40,34,52,52,48,49,53,52,52,52,48,50,53,54,52,53,48,52,53,55,52,53,48,53,53,57,52,54,48,55,53,97,52,54,48,56,53,99,52,54,48,97,53,100,52,54,48,98,53,101,52,55,48,100,54,48,52,55,48,101,54,49,52,55,49,48,54,51,52,55,49,49,54,52,52,55,49,51,54,53,52,56,49,52,54,55,52,56,49,54,54,56,52,56,49,55,54,57,52,56,49,56,54,97,52,56,49,97,54,99,52,56,49,98,54,100,52,56,49,99,54,101,52,56,49,100,54,102,52,56,49,102,55,48,52,56,50,48,55,49,52,56,50,49,55,51,52,56,50,51,55,52,52,56,50,52,55,53,52,56,50,53,55,54,52,56,50,54,55,55,52,56,50,56,55,56,52,56,50,57,55,57,52,55,50,97,55,97,52,55,50,99,55,97,52,55,50,100,55,98,52,55,50,101,55,99,52,55,50,102,55,100,52,54,51,48,55,101,52,54,51,50,55,101,52,54,51,51,55,102,52,54,51,52,56,48,52,53,51,53,56,49,52,53,51,55,56,49,52,53,51,56,56,50,52,52,51,57,56,51,52,52,51,97,56,51,52,52,51,98,56,52,52,51,51,100,56,52,52,51,51,101,56,53,52,50,51,102,56,53,52,50,52,48,56,54,52,50,52,49,56,54,52,49,52,50,56,55,52,49,52,52,56,55,52,48,52,53,56,56,52,48,52,54,56,56,51,102,52,55,56,56,51,102,52,56,56,57,51,101,52,57,56,57,51,101,52,97,56,57,51,101,52,99,56,97,51,100,52,100,56,97,51,100,52,101,56,97,51,99,52,102,56,97,51,99,53,48,56,98,51,98,53,49,56,98,51,98,53,50,56,98,51,97,53,51,56,98,51,97,53,52,56,99,51,57,53,53,56,99,51,57,53,54,56,99,51,56,53,56,56,99,51,56,53,57,56,99,51,55,53,97,56,99,51,55,53,98,56,100,51,54,53,99,56,100,51,54,53,100,56,100,51,53,53,101,56,100,51,53,53,102,56,100,51,52,54,48,56,100,51,52,54,49,56,100,51,51,54,50,56,100,51,51,54,51,56,100,51,50,54,52,56,101,51,50,54,53,56,101,51,49,54,54,56,101,51,49,54,55,56,101,51,49,54,56,56,101,51,48,54,57,56,101,51,48,54,97,56,101,50,102,54,98,56,101,50,102,54,99,56,101,50,101,54,100,56,101,50,101,54,101,56,101,50,101,54,102,56,101,50,100,55,48,56,101,50,100,55,49,56,101,50,99,55,49,56,101,50,99,55,50,56,101,50,99,55,51,56,101,50,98,55,52,56,101,50,98,55,53,56,101,50,97,55,54,56,101,50,97,55,55,56,101,50,97,55,56,56,101,50,57,55,57,56,101,50,57,55,97,56,101,50,57,55,98,56,101,50,56,55,99,56,101,50,56,55,100,56,101,50,55,55,101,56,101,50,55,55,102,56,101,50,55,56,48,56,101,50,54,56,49,56,101,50,54,56,50,56,101,50,54,56,50,56,101,50,53,56,51,56,101,50,53,56,52,56,101,50,53,56,53,56,101,50,52,56,54,56,101,50,52,56,55,56,101,50,51,56,56,56,101,50,51,56,57,56,101,50,51,56,97,56,100,50,50,56,98,56,100,50,50,56,99,56,100,50,50,56,100,56,100,50,49,56,101,56,100,50,49,56,102,56,100,50,49,57,48,56,100,50,49,57,49,56,99,50,48,57,50,56,99,50,48,57,50,56,99,50,48,57,51,56,99,49,102,57,52,56,99,49,102,57,53,56,98,49,102,57,54,56,98,49,102,57,55,56,98,49,102,57,56,56,98,49,102,57,57,56,97,49,102,57,97,56,97,49,101,57,98,56,97,49,101,57,99,56,57,49,101,57,100,56,57,49,102,57,101,56,57,49,102,57,102,56,56,49,102,97,48,56,56,49,102,97,49,56,56,49,102,97,49,56,55,49,102,97,50,56,55,50,48,97,51,56,54,50,48,97,52,56,54,50,49,97,53,56,53,50,49,97,54,56,53,50,50,97,55,56,53,50,50,97,56,56,52,50,51,97,57,56,51,50,52,97,97,56,51,50,53,97,98,56,50,50,53,97,99,56,50,50,54,97,100,56,49,50,55,97,100,56,49,50,56,97,101,56,48,50,57,97,102,55,102,50,97,98,48,55,102,50,99,98,49,55,101,50,100,98,50,55,100,50,101,98,51,55,99,50,102,98,52,55,99,51,49,98,53,55,98,51,50,98,54,55,97,51,52,98,54,55,57,51,53,98,55,55,57,51,55,98,56,55,56,51,56,98,57,55,55,51,97,98,97,55,54,51,98,98,98,55,53,51,100,98,99,55,52,51,102,98,99,55,51,52,48,98,100,55,50,52,50,98,101,55,49,52,52,98,102,55,48,52,54,99,48,54,102,52,56,99,49,54,101,52,97,99,49,54,100,52,99,99,50,54,99,52,101,99,51,54,98,53,48,99,52,54,97,53,50,99,53,54,57,53,52,99,53,54,56,53,54,99,54,54,55,53,56,99,55,54,53,53,97,99,56,54,52,53,99,99,56,54,51,53,101,99,57,54,50,54,48,99,97,54,48,54,51,99,98,53,102,54,53,99,98,53,101,54,55,99,99,53,99,54,57,99,100,53,98,54,99,99,100,53,97,54,101,99,101,53,56,55,48,99,102,53,55,55,51,100,48,53,54,55,53,100,48,53,52,55,55,100,49,53,51,55,97,100,49,53,49,55,99,100,50,53,48,55,102,100,51,52,101,56,49,100,51,52,100,56,52,100,52,52,98,56,54,100,53,52,57,56,57,100,53,52,56,56,98,100,54,52,54,56,101,100,54,52,53,57,48,100,55,52,51,57,51,100,55,52,49,57,53,100,56,52,48,57,56,100,56,51,101,57,98,100,57,51,99,57,100,100,57,51,98,97,48,100,97,51,57,97,50,100,97,51,55,97,53,100,98,51,54,97,56,100,98,51,52,97,97,100,99,51,50,97,100,100,99,51,48,98,48,100,100,50,102,98,50,100,100,50,100,98,53,100,101,50,98,98,56,100,101,50,57,98,97,100,101,50,56,98,100,100,102,50,54,99,48,100,102,50,53,99,50,100,102,50,51,99,53,101,48,50,49,99,56,101,48,50,48,99,97,101,49,49,102,99,100,101,49,49,100,100,48,101,49,49,99,100,50,101,50,49,98,100,53,101,50,49,97,100,56,101,50,49,57,100,97,101,51,49,57,100,100,101,51,49,56,100,102,101,51,49,56,101,50,101,52,49,56,101,53,101,52,49,57,101,55,101,52,49,57,101,97,101,53,49,97,101,99,101,53,49,98,101,102,101,53,49,99,102,49,101,53,49,100,102,52,101,54,49,101,102,54,101,54,50,48,102,56,101,54,50,49,102,98,101,55,50,51,102,100,101,55,50,53,34,41,41,44,111,108,61,114,108,40,82,117,40,34,48,48,48,48,48,52,48,49,48,48,48,53,48,49,48,49,48,54,48,49,48,49,48,56,48,50,48,49,48,57,48,50,48,50,48,98,48,50,48,50,48,100,48,51,48,51,48,102,48,51,48,51,49,50,48,52,48,52,49,52,48,53,48,52,49,54,48,54,48,53,49,56,48,54,48,53,49,97,48,55,48,54,49,99,48,56,48,55,49,101,48,57,48,55,50,48,48,97,48,56,50,50,48,98,48,57,50,52,48,99,48,57,50,54,48,100,48,97,50,57,48,101,48,98,50,98,49,48,48,98,50,100,49,49,48,99,50,102,49,50,48,100,51,49,49,51,48,100,51,52,49,52,48,101,51,54,49,53,48,101,51,56,49,54,48,102,51,98,49,56,48,102,51,100,49,57,49,48,51,102,49,97,49,48,52,50,49,99,49,48,52,52,49,100,49,49,52,55,49,101,49,49,52,57,50,48,49,49,52,98,50,49,49,49,52,101,50,50,49,49,53,48,50,52,49,50,53,51,50,53,49,50,53,53,50,55,49,50,53,56,50,57,49,49,53,97,50,97,49,49,53,99,50,99,49,49,53,102,50,100,49,49,54,49,50,102,49,49,54,51,51,49,49,49,54,53,51,51,49,48,54,55,51,52,49,48,54,57,51,54,49,48,54,98,51,56,49,48,54,99,51,57,48,102,54,101,51,98,48,102,55,48,51,100,48,102,55,49,51,102,48,102,55,50,52,48,48,102,55,52,52,50,48,102,55,53,52,52,48,102,55,54,52,53,49,48,55,55,52,55,49,48,55,56,52,57,49,48,55,56,52,97,49,48,55,57,52,99,49,49,55,97,52,101,49,49,55,98,52,102,49,50,55,98,53,49,49,50,55,99,53,50,49,51,55,99,53,52,49,51,55,100,53,54,49,52,55,100,53,55,49,53,55,101,53,57,49,53,55,101,53,97,49,54,55,101,53,99,49,54,55,102,53,100,49,55,55,102,53,102,49,56,55,102,54,48,49,56,56,48,54,50,49,57,56,48,54,52,49,97,56,48,54,53,49,97,56,48,54,55,49,98,56,48,54,56,49,99,56,49,54,97,49,99,56,49,54,98,49,100,56,49,54,100,49,100,56,49,54,101,49,101,56,49,55,48,49,102,56,49,55,50,49,102,56,49,55,51,50,48,56,49,55,53,50,49,56,49,55,54,50,49,56,49,55,56,50,50,56,49,55,57,50,50,56,50,55,98,50,51,56,50,55,99,50,51,56,50,55,101,50,52,56,50,56,48,50,53,56,50,56,49,50,53,56,49,56,51,50,54,56,49,56,52,50,54,56,49,56,54,50,55,56,49,56,56,50,55,56,49,56,57,50,56,56,49,56,98,50,57,56,49,56,99,50,57,56,49,56,101,50,97,56,49,57,48,50,97,56,49,57,49,50,98,56,49,57,51,50,98,56,48,57,52,50,99,56,48,57,54,50,99,56,48,57,56,50,100,56,48,57,57,50,100,56,48,57,98,50,101,55,102,57,99,50,101,55,102,57,101,50,102,55,102,97,48,50,102,55,102,97,49,51,48,55,101,97,51,51,48,55,101,97,53,51,49,55,101,97,54,51,49,55,100,97,56,51,50,55,100,97,97,51,51,55,100,97,98,51,51,55,99,97,100,51,52,55,99,97,101,51,52,55,98,98,48,51,53,55,98,98,50,51,53,55,98,98,51,51,54,55,97,98,53,51,54,55,97,98,55,51,55,55,57,98,56,51,55,55,57,98,97,51,56,55,56,98,99,51,57,55,56,98,100,51,57,55,55,98,102,51,97,55,55,99,48,51,97,55,54,99,50,51,98,55,53,99,52,51,99,55,53,99,53,51,99,55,52,99,55,51,100,55,51,99,56,51,101,55,51,99,97,51,101,55,50,99,99,51,102,55,49,99,100,52,48,55,49,99,102,52,48,55,48,100,48,52,49,54,102,100,50,52,50,54,102,100,51,52,51,54,101,100,53,52,52,54,100,100,54,52,53,54,99,100,56,52,53,54,99,100,57,52,54,54,98,100,98,52,55,54,97,100,99,52,56,54,57,100,101,52,57,54,56,100,102,52,97,54,56,101,48,52,99,54,55,101,50,52,100,54,54,101,51,52,101,54,53,101,52,52,102,54,52,101,53,53,48,54,52,101,55,53,50,54,51,101,56,53,51,54,50,101,57,53,52,54,50,101,97,53,54,54,49,101,98,53,55,54,48,101,99,53,56,54,48,101,100,53,97,53,102,101,101,53,98,53,101,101,102,53,100,53,101,102,48,53,102,53,101,102,49,54,48,53,100,102,50,54,50,53,100,102,50,54,52,53,99,102,51,54,53,53,99,102,52,54,55,53,99,102,52,54,57,53,99,102,53,54,98,53,99,102,54,54,99,53,99,102,54,54,101,53,99,102,55,55,48,53,99,102,55,55,50,53,99,102,56,55,52,53,99,102,56,55,54,53,99,102,57,55,56,53,100,102,57,55,57,53,100,102,57,55,98,53,100,102,97,55,100,53,101,102,97,55,102,53,101,102,97,56,49,53,102,102,98,56,51,53,102,102,98,56,53,54,48,102,98,56,55,54,49,102,99,56,57,54,49,102,99,56,97,54,50,102,99,56,99,54,51,102,99,56,101,54,52,102,99,57,48,54,53,102,100,57,50,54,54,102,100,57,52,54,55,102,100,57,54,54,56,102,100,57,56,54,57,102,100,57,97,54,97,102,100,57,98,54,98,102,101,57,100,54,99,102,101,57,102,54,100,102,101,97,49,54,101,102,101,97,51,54,102,102,101,97,53,55,49,102,101,97,55,55,50,102,101,97,57,55,51,102,101,97,97,55,52,102,101,97,99,55,54,102,101,97,101,55,55,102,101,98,48,55,56,102,101,98,50,55,97,102,101,98,52,55,98,102,101,98,54,55,99,102,101,98,55,55,101,102,101,98,57,55,102,102,101,98,98,56,49,102,101,98,100,56,50,102,101,98,102,56,52,102,101,99,49,56,53,102,101,99,50,56,55,102,101,99,52,56,56,102,101,99,54,56,97,102,101,99,56,56,99,102,101,99,97,56,100,102,101,99,99,56,102,102,101,99,100,57,48,102,101,99,102,57,50,102,101,100,49,57,52,102,101,100,51,57,53,102,101,100,53,57,55,102,101,100,55,57,57,102,101,100,56,57,97,102,100,100,97,57,99,102,100,100,99,57,101,102,100,100,101,97,48,102,100,101,48,97,49,102,100,101,50,97,51,102,100,101,51,97,53,102,100,101,53,97,55,102,100,101,55,97,57,102,100,101,57,97,97,102,100,101,98,97,99,102,99,101,99,97,101,102,99,101,101,98,48,102,99,102,48,98,50,102,99,102,50,98,52,102,99,102,52,98,54,102,99,102,54,98,56,102,99,102,55,98,57,102,99,102,57,98,98,102,99,102,98,98,100,102,99,102,100,98,102,34,41,41,44,97,108,61,114,108,40,82,117,40,34,48,48,48,48,48,52,48,49,48,48,48,53,48,49,48,49,48,54,48,49,48,49,48,56,48,50,48,49,48,97,48,50,48,50,48,99,48,50,48,50,48,101,48,51,48,50,49,48,48,52,48,51,49,50,48,52,48,51,49,52,48,53,48,52,49,55,48,54,48,52,49,57,48,55,48,53,49,98,48,56,48,53,49,100,48,57,48,54,49,102,48,97,48,55,50,50,48,98,48,55,50,52,48,99,48,56,50,54,48,100,48,56,50,57,48,101,48,57,50,98,49,48,48,57,50,100,49,49,48,97,51,48,49,50,48,97,51,50,49,52,48,98,51,52,49,53,48,98,51,55,49,54,48,98,51,57,49,56,48,99,51,99,49,57,48,99,51,101,49,98,48,99,52,49,49,99,48,99,52,51,49,101,48,99,52,53,49,102,48,99,52,56,50,49,48,99,52,97,50,51,48,99,52,99,50,52,48,99,52,102,50,54,48,99,53,49,50,56,48,98,53,51,50,57,48,98,53,53,50,98,48,98,53,55,50,100,48,98,53,57,50,102,48,97,53,98,51,49,48,97,53,99,51,50,48,97,53,101,51,52,48,97,53,102,51,54,48,57,54,49,51,56,48,57,54,50,51,57,48,57,54,51,51,98,48,57,54,52,51,100,48,57,54,53,51,101,48,57,54,54,52,48,48,97,54,55,52,50,48,97,54,56,52,52,48,97,54,56,52,53,48,97,54,57,52,55,48,98,54,97,52,57,48,98,54,97,52,97,48,99,54,98,52,99,48,99,54,98,52,100,48,100,54,99,52,102,48,100,54,99,53,49,48,101,54,99,53,50,48,101,54,100,53,52,48,102,54,100,53,53,48,102,54,100,53,55,49,48,54,101,53,57,49,48,54,101,53,97,49,49,54,101,53,99,49,50,54,101,53,100,49,50,54,101,53,102,49,51,54,101,54,49,49,51,54,101,54,50,49,52,54,101,54,52,49,53,54,101,54,53,49,53,54,101,54,55,49,54,54,101,54,57,49,54,54,101,54,97,49,55,54,101,54,99,49,56,54,101,54,100,49,56,54,101,54,102,49,57,54,101,55,49,49,57,54,101,55,50,49,97,54,101,55,52,49,97,54,101,55,53,49,98,54,101,55,55,49,99,54,100,55,56,49,99,54,100,55,97,49,100,54,100,55,99,49,100,54,100,55,100,49,101,54,100,55,102,49,101,54,99,56,48,49,102,54,99,56,50,50,48,54,99,56,52,50,48,54,98,56,53,50,49,54,98,56,55,50,49,54,98,56,56,50,50,54,97,56,97,50,50,54,97,56,99,50,51,54,57,56,100,50,51,54,57,56,102,50,52,54,57,57,48,50,53,54,56,57,50,50,53,54,56,57,51,50,54,54,55,57,53,50,54,54,55,57,55,50,55,54,54,57,56,50,55,54,54,57,97,50,56,54,53,57,98,50,57,54,52,57,100,50,57,54,52,57,102,50,97,54,51,97,48,50,97,54,51,97,50,50,98,54,50,97,51,50,99,54,49,97,53,50,99,54,48,97,54,50,100,54,48,97,56,50,101,53,102,97,57,50,101,53,101,97,98,50,102,53,101,97,100,51,48,53,100,97,101,51,48,53,99,98,48,51,49,53,98,98,49,51,50,53,97,98,51,51,50,53,97,98,52,51,51,53,57,98,54,51,52,53,56,98,55,51,53,53,55,98,57,51,53,53,54,98,97,51,54,53,53,98,99,51,55,53,52,98,100,51,56,53,51,98,102,51,57,53,50,99,48,51,97,53,49,99,49,51,97,53,48,99,51,51,98,52,102,99,52,51,99,52,101,99,54,51,100,52,100,99,55,51,101,52,99,99,56,51,102,52,98,99,97,52,48,52,97,99,98,52,49,52,57,99,99,52,50,52,56,99,101,52,51,52,55,99,102,52,52,52,54,100,48,52,53,52,53,100,50,52,54,52,52,100,51,52,55,52,51,100,52,52,56,52,50,100,53,52,97,52,49,100,55,52,98,51,102,100,56,52,99,51,101,100,57,52,100,51,100,100,97,52,101,51,99,100,98,53,48,51,98,100,100,53,49,51,97,100,101,53,50,51,56,100,102,53,51,51,55,101,48,53,53,51,54,101,49,53,54,51,53,101,50,53,55,51,52,101,51,53,57,51,51,101,52,53,97,51,49,101,53,53,99,51,48,101,54,53,100,50,102,101,55,53,101,50,101,101,56,54,48,50,100,101,57,54,49,50,98,101,97,54,51,50,97,101,98,54,52,50,57,101,98,54,54,50,56,101,99,54,55,50,54,101,100,54,57,50,53,101,101,54,97,50,52,101,102,54,99,50,51,101,102,54,101,50,49,102,48,54,102,50,48,102,49,55,49,49,102,102,49,55,51,49,100,102,50,55,52,49,99,102,51,55,54,49,98,102,51,55,56,49,57,102,52,55,57,49,56,102,53,55,98,49,55,102,53,55,100,49,53,102,54,55,101,49,52,102,54,56,48,49,51,102,55,56,50,49,50,102,55,56,52,49,48,102,56,56,53,48,102,102,56,56,55,48,101,102,56,56,57,48,99,102,57,56,98,48,98,102,57,56,99,48,97,102,57,56,101,48,57,102,97,57,48,48,56,102,97,57,50,48,55,102,97,57,52,48,55,102,98,57,54,48,54,102,98,57,55,48,54,102,98,57,57,48,54,102,98,57,98,48,54,102,98,57,100,48,55,102,99,57,102,48,55,102,99,97,49,48,56,102,99,97,51,48,57,102,99,97,53,48,97,102,99,97,54,48,99,102,99,97,56,48,100,102,99,97,97,48,102,102,99,97,99,49,49,102,99,97,101,49,50,102,99,98,48,49,52,102,99,98,50,49,54,102,99,98,52,49,56,102,98,98,54,49,97,102,98,98,56,49,100,102,98,98,97,49,102,102,98,98,99,50,49,102,98,98,101,50,51,102,97,99,48,50,54,102,97,99,50,50,56,102,97,99,52,50,97,102,97,99,54,50,100,102,57,99,55,50,102,102,57,99,57,51,50,102,57,99,98,51,53,102,56,99,100,51,55,102,56,99,102,51,97,102,55,100,49,51,100,102,55,100,51,52,48,102,54,100,53,52,51,102,54,100,55,52,54,102,53,100,57,52,57,102,53,100,98,52,99,102,52,100,100,52,102,102,52,100,102,53,51,102,52,101,49,53,54,102,51,101,51,53,97,102,51,101,53,53,100,102,50,101,54,54,49,102,50,101,56,54,53,102,50,101,97,54,57,102,49,101,99,54,100,102,49,101,100,55,49,102,49,101,102,55,53,102,49,102,49,55,57,102,50,102,50,55,100,102,50,102,52,56,50,102,51,102,53,56,54,102,51,102,54,56,97,102,52,102,56,56,101,102,53,102,57,57,50,102,54,102,97,57,54,102,56,102,98,57,97,102,57,102,99,57,100,102,97,102,100,97,49,102,99,102,102,97,52,34,41,41,44,115,108,61,114,108,40,82,117,40,34,48,100,48,56,56,55,49,48,48,55,56,56,49,51,48,55,56,57,49,54,48,55,56,97,49,57,48,54,56,99,49,98,48,54,56,100,49,100,48,54,56,101,50,48,48,54,56,102,50,50,48,54,57,48,50,52,48,54,57,49,50,54,48,53,57,49,50,56,48,53,57,50,50,97,48,53,57,51,50,99,48,53,57,52,50,101,48,53,57,53,50,102,48,53,57,54,51,49,48,53,57,55,51,51,48,53,57,55,51,53,48,52,57,56,51,55,48,52,57,57,51,56,48,52,57,97,51,97,48,52,57,97,51,99,48,52,57,98,51,101,48,52,57,99,51,102,48,52,57,99,52,49,48,52,57,100,52,51,48,51,57,101,52,52,48,51,57,101,52,54,48,51,57,102,52,56,48,51,57,102,52,57,48,51,97,48,52,98,48,51,97,49,52,99,48,50,97,49,52,101,48,50,97,50,53,48,48,50,97,50,53,49,48,50,97,51,53,51,48,50,97,51,53,53,48,50,97,52,53,54,48,49,97,52,53,56,48,49,97,52,53,57,48,49,97,53,53,98,48,49,97,53,53,99,48,49,97,54,53,101,48,49,97,54,54,48,48,49,97,54,54,49,48,48,97,55,54,51,48,48,97,55,54,52,48,48,97,55,54,54,48,48,97,55,54,55,48,48,97,56,54,57,48,48,97,56,54,97,48,48,97,56,54,99,48,48,97,56,54,101,48,48,97,56,54,102,48,48,97,56,55,49,48,48,97,56,55,50,48,49,97,56,55,52,48,49,97,56,55,53,48,49,97,56,55,55,48,49,97,56,55,56,48,49,97,56,55,97,48,50,97,56,55,98,48,50,97,56,55,100,48,51,97,56,55,101,48,51,97,56,56,48,48,52,97,56,56,49,48,52,97,55,56,51,48,53,97,55,56,52,48,53,97,55,56,54,48,54,97,54,56,55,48,55,97,54,56,56,48,56,97,54,56,97,48,57,97,53,56,98,48,97,97,53,56,100,48,98,97,53,56,101,48,99,97,52,56,102,48,100,97,52,57,49,48,101,97,51,57,50,48,102,97,51,57,52,49,48,97,50,57,53,49,49,97,49,57,54,49,51,97,49,57,56,49,52,97,48,57,57,49,53,57,102,57,97,49,54,57,102,57,99,49,55,57,101,57,100,49,56,57,100,57,101,49,57,57,100,97,48,49,97,57,99,97,49,49,98,57,98,97,50,49,100,57,97,97,51,49,101,57,97,97,53,49,102,57,57,97,54,50,48,57,56,97,55,50,49,57,55,97,56,50,50,57,54,97,97,50,51,57,53,97,98,50,52,57,52,97,99,50,54,57,52,97,100,50,55,57,51,97,101,50,56,57,50,98,48,50,57,57,49,98,49,50,97,57,48,98,50,50,98,56,102,98,51,50,99,56,101,98,52,50,101,56,100,98,53,50,102,56,99,98,54,51,48,56,98,98,55,51,49,56,97,98,56,51,50,56,57,98,97,51,51,56,56,98,98,51,52,56,56,98,99,51,53,56,55,98,100,51,55,56,54,98,101,51,56,56,53,98,102,51,57,56,52,99,48,51,97,56,51,99,49,51,98,56,50,99,50,51,99,56,49,99,51,51,100,56,48,99,52,51,101,55,102,99,53,52,48,55,101,99,54,52,49,55,100,99,55,52,50,55,99,99,56,52,51,55,98,99,57,52,52,55,97,99,97,52,53,55,97,99,98,52,54,55,57,99,99,52,55,55,56,99,99,52,57,55,55,99,100,52,97,55,54,99,101,52,98,55,53,99,102,52,99,55,52,100,48,52,100,55,51,100,49,52,101,55,50,100,50,52,102,55,49,100,51,53,49,55,49,100,52,53,50,55,48,100,53,53,51,54,102,100,53,53,52,54,101,100,54,53,53,54,100,100,55,53,54,54,99,100,56,53,55,54,98,100,57,53,56,54,97,100,97,53,97,54,97,100,97,53,98,54,57,100,98,53,99,54,56,100,99,53,100,54,55,100,100,53,101,54,54,100,101,53,102,54,53,100,101,54,49,54,52,100,102,54,50,54,51,101,48,54,51,54,51,101,49,54,52,54,50,101,50,54,53,54,49,101,50,54,54,54,48,101,51,54,56,53,102,101,52,54,57,53,101,101,53,54,97,53,100,101,53,54,98,53,100,101,54,54,99,53,99,101,55,54,101,53,98,101,55,54,102,53,97,101,56,55,48,53,57,101,57,55,49,53,56,101,57,55,50,53,55,101,97,55,52,53,55,101,98,55,53,53,54,101,98,55,54,53,53,101,99,55,55,53,52,101,100,55,57,53,51,101,100,55,97,53,50,101,101,55,98,53,49,101,102,55,99,53,49,101,102,55,101,53,48,102,48,55,102,52,102,102,48,56,48,52,101,102,49,56,49,52,100,102,49,56,51,52,99,102,50,56,52,52,98,102,51,56,53,52,98,102,51,56,55,52,97,102,52,56,56,52,57,102,52,56,57,52,56,102,53,56,98,52,55,102,53,56,99,52,54,102,54,56,100,52,53,102,54,56,102,52,52,102,55,57,48,52,52,102,55,57,49,52,51,102,55,57,51,52,50,102,56,57,52,52,49,102,56,57,53,52,48,102,57,57,55,51,102,102,57,57,56,51,101,102,57,57,97,51,101,102,97,57,98,51,100,102,97,57,99,51,99,102,97,57,101,51,98,102,98,57,102,51,97,102,98,97,49,51,57,102,98,97,50,51,56,102,99,97,51,51,56,102,99,97,53,51,55,102,99,97,54,51,54,102,99,97,56,51,53,102,99,97,57,51,52,102,100,97,98,51,51,102,100,97,99,51,51,102,100,97,101,51,50,102,100,97,102,51,49,102,100,98,49,51,48,102,100,98,50,50,102,102,100,98,52,50,102,102,100,98,53,50,101,102,101,98,55,50,100,102,101,98,56,50,99,102,101,98,97,50,99,102,101,98,98,50,98,102,101,98,100,50,97,102,101,98,101,50,97,102,101,99,48,50,57,102,100,99,50,50,57,102,100,99,51,50,56,102,100,99,53,50,55,102,100,99,54,50,55,102,100,99,56,50,55,102,100,99,97,50,54,102,100,99,98,50,54,102,99,99,100,50,53,102,99,99,101,50,53,102,99,100,48,50,53,102,99,100,50,50,53,102,98,100,51,50,52,102,98,100,53,50,52,102,98,100,55,50,52,102,97,100,56,50,52,102,97,100,97,50,52,102,57,100,99,50,52,102,57,100,100,50,53,102,56,100,102,50,53,102,56,101,49,50,53,102,55,101,50,50,53,102,55,101,52,50,53,102,54,101,54,50,54,102,54,101,56,50,54,102,53,101,57,50,54,102,53,101,98,50,55,102,52,101,100,50,55,102,51,101,101,50,55,102,51,102,48,50,55,102,50,102,50,50,55,102,49,102,52,50,54,102,49,102,53,50,53,102,48,102,55,50,52,102,48,102,57,50,49,34,41,41,59,102,117,110,99,116,105,111,110,32,99,108,40,41,123,116,104,105,115,46,95,61,110,117,108,108,125,102,117,110,99,116,105,111,110,32,117,108,40,116,41,123,116,46,85,61,116,46,67,61,116,46,76,61,116,46,82,61,116,46,80,61,116,46,78,61,110,117,108,108,125,102,117,110,99,116,105,111,110,32,108,108,40,116,44,101,41,123,118,97,114,32,110,61,101,44,114,61,101,46,82,44,105,61,110,46,85,59,105,63,105,46,76,61,61,61,110,63,105,46,76,61,114,58,105,46,82,61,114,58,116,46,95,61,114,44,114,46,85,61,105,44,110,46,85,61,114,44,110,46,82,61,114,46,76,44,110,46,82,38,38,40,110,46,82,46,85,61,110,41,44,114,46,76,61,110,125,102,117,110,99,116,105,111,110,32,102,108,40,116,44,101,41,123,118,97,114,32,110,61,101,44,114,61,101,46,76,44,105,61,110,46,85,59,105,63,105,46,76,61,61,61,110,63,105,46,76,61,114,58,105,46,82,61,114,58,116,46,95,61,114,44,114,46,85,61,105,44,110,46,85,61,114,44,110,46,76,61,114,46,82,44,110,46,76,38,38,40,110,46,76,46,85,61,110,41,44,114,46,82,61,110,125,102,117,110,99,116,105,111,110,32,104,108,40,116,41,123,119,104,105,108,101,40,116,46,76,41,116,61,116,46,76,59,114,101,116,117,114,110,32,116,125,99,108,46,112,114,111,116,111,116,121,112,101,61,123,99,111,110,115,116,114,117,99,116,111,114,58,99,108,44,105,110,115,101,114,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,44,105,59,105,102,40,116,41,123,105,102,40,101,46,80,61,116,44,101,46,78,61,116,46,78,44,116,46,78,38,38,40,116,46,78,46,80,61,101,41,44,116,46,78,61,101,44,116,46,82,41,123,116,61,116,46,82,59,119,104,105,108,101,40,116,46,76,41,116,61,116,46,76,59,116,46,76,61,101,125,101,108,115,101,32,116,46,82,61,101,59,110,61,116,125,101,108,115,101,32,116,104,105,115,46,95,63,40,116,61,104,108,40,116,104,105,115,46,95,41,44,101,46,80,61,110,117,108,108,44,101,46,78,61,116,44,116,46,80,61,116,46,76,61,101,44,110,61,116,41,58,40,101,46,80,61,101,46,78,61,110,117,108,108,44,116,104,105,115,46,95,61,101,44,110,61,110,117,108,108,41,59,101,46,76,61,101,46,82,61,110,117,108,108,44,101,46,85,61,110,44,101,46,67,61,33,48,44,116,61,101,59,119,104,105,108,101,40,110,38,38,110,46,67,41,114,61,110,46,85,44,110,61,61,61,114,46,76,63,40,105,61,114,46,82,44,105,38,38,105,46,67,63,40,110,46,67,61,105,46,67,61,33,49,44,114,46,67,61,33,48,44,116,61,114,41,58,40,116,61,61,61,110,46,82,38,38,40,108,108,40,116,104,105,115,44,110,41,44,116,61,110,44,110,61,116,46,85,41,44,110,46,67,61,33,49,44,114,46,67,61,33,48,44,102,108,40,116,104,105,115,44,114,41,41,41,58,40,105,61,114,46,76,44,105,38,38,105,46,67,63,40,110,46,67,61,105,46,67,61,33,49,44,114,46,67,61,33,48,44,116,61,114,41,58,40,116,61,61,61,110,46,76,38,38,40,102,108,40,116,104,105,115,44,110,41,44,116,61,110,44,110,61,116,46,85,41,44,110,46,67,61,33,49,44,114,46,67,61,33,48,44,108,108,40,116,104,105,115,44,114,41,41,41,44,110,61,116,46,85,59,116,104,105,115,46,95,46,67,61,33,49,125,44,114,101,109,111,118,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,78,38,38,40,116,46,78,46,80,61,116,46,80,41,44,116,46,80,38,38,40,116,46,80,46,78,61,116,46,78,41,44,116,46,78,61,116,46,80,61,110,117,108,108,59,118,97,114,32,101,44,110,44,114,44,105,61,116,46,85,44,111,61,116,46,76,44,97,61,116,46,82,59,105,102,40,110,61,111,63,97,63,104,108,40,97,41,58,111,58,97,44,105,63,105,46,76,61,61,61,116,63,105,46,76,61,110,58,105,46,82,61,110,58,116,104,105,115,46,95,61,110,44,111,38,38,97,63,40,114,61,110,46,67,44,110,46,67,61,116,46,67,44,110,46,76,61,111,44,111,46,85,61,110,44,110,33,61,61,97,63,40,105,61,110,46,85,44,110,46,85,61,116,46,85,44,116,61,110,46,82,44,105,46,76,61,116,44,110,46,82,61,97,44,97,46,85,61,110,41,58,40,110,46,85,61,105,44,105,61,110,44,116,61,110,46,82,41,41,58,40,114,61,116,46,67,44,116,61,110,41,44,116,38,38,40,116,46,85,61,105,41,44,33,114,41,105,102,40,116,38,38,116,46,67,41,116,46,67,61,33,49,59,101,108,115,101,123,100,111,123,105,102,40,116,61,61,61,116,104,105,115,46,95,41,98,114,101,97,107,59,105,102,40,116,61,61,61,105,46,76,41,123,105,102,40,101,61,105,46,82,44,101,46,67,38,38,40,101,46,67,61,33,49,44,105,46,67,61,33,48,44,108,108,40,116,104,105,115,44,105,41,44,101,61,105,46,82,41,44,101,46,76,38,38,101,46,76,46,67,124,124,101,46,82,38,38,101,46,82,46,67,41,123,101,46,82,38,38,101,46,82,46,67,124,124,40,101,46,76,46,67,61,33,49,44,101,46,67,61,33,48,44,102,108,40,116,104,105,115,44,101,41,44,101,61,105,46,82,41,44,101,46,67,61,105,46,67,44,105,46,67,61,101,46,82,46,67,61,33,49,44,108,108,40,116,104,105,115,44,105,41,44,116,61,116,104,105,115,46,95,59,98,114,101,97,107,125,125,101,108,115,101,32,105,102,40,101,61,105,46,76,44,101,46,67,38,38,40,101,46,67,61,33,49,44,105,46,67,61,33,48,44,102,108,40,116,104,105,115,44,105,41,44,101,61,105,46,76,41,44,101,46,76,38,38,101,46,76,46,67,124,124,101,46,82,38,38,101,46,82,46,67,41,123,101,46,76,38,38,101,46,76,46,67,124,124,40,101,46,82,46,67,61,33,49,44,101,46,67,61,33,48,44,108,108,40,116,104,105,115,44,101,41,44,101,61,105,46,76,41,44,101,46,67,61,105,46,67,44,105,46,67,61,101,46,76,46,67,61,33,49,44,102,108,40,116,104,105,115,44,105,41,44,116,61,116,104,105,115,46,95,59,98,114,101,97,107,125,101,46,67,61,33,48,44,116,61,105,44,105,61,105,46,85,125,119,104,105,108,101,40,33,116,46,67,41,59,116,38,38,40,116,46,67,61,33,49,41,125,125,125,59,118,97,114,32,100,108,61,99,108,59,102,117,110,99,116,105,111,110,32,112,108,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,91,110,117,108,108,44,110,117,108,108,93,44,111,61,86,108,46,112,117,115,104,40,105,41,45,49,59,114,101,116,117,114,110,32,105,46,108,101,102,116,61,116,44,105,46,114,105,103,104,116,61,101,44,110,38,38,103,108,40,105,44,116,44,101,44,110,41,44,114,38,38,103,108,40,105,44,101,44,116,44,114,41,44,78,108,91,116,46,105,110,100,101,120,93,46,104,97,108,102,101,100,103,101,115,46,112,117,115,104,40,111,41,44,78,108,91,101,46,105,110,100,101,120,93,46,104,97,108,102,101,100,103,101,115,46,112,117,115,104,40,111,41,44,105,125,102,117,110,99,116,105,111,110,32,118,108,40,116,44,101,44,110,41,123,118,97,114,32,114,61,91,101,44,110,93,59,114,101,116,117,114,110,32,114,46,108,101,102,116,61,116,44,114,125,102,117,110,99,116,105,111,110,32,103,108,40,116,44,101,44,110,44,114,41,123,116,91,48,93,124,124,116,91,49,93,63,116,46,108,101,102,116,61,61,61,110,63,116,91,49,93,61,114,58,116,91,48,93,61,114,58,40,116,91,48,93,61,114,44,116,46,108,101,102,116,61,101,44,116,46,114,105,103,104,116,61,110,41,125,102,117,110,99,116,105,111,110,32,109,108,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,44,97,61,116,91,48,93,44,115,61,116,91,49,93,44,99,61,97,91,48,93,44,117,61,97,91,49,93,44,108,61,115,91,48,93,44,102,61,115,91,49,93,44,104,61,48,44,100,61,49,44,112,61,108,45,99,44,118,61,102,45,117,59,105,102,40,111,61,101,45,99,44,112,124,124,33,40,111,62,48,41,41,123,105,102,40,111,47,61,112,44,112,60,48,41,123,105,102,40,111,60,104,41,114,101,116,117,114,110,59,111,60,100,38,38,40,100,61,111,41,125,101,108,115,101,32,105,102,40,112,62,48,41,123,105,102,40,111,62,100,41,114,101,116,117,114,110,59,111,62,104,38,38,40,104,61,111,41,125,105,102,40,111,61,114,45,99,44,112,124,124,33,40,111,60,48,41,41,123,105,102,40,111,47,61,112,44,112,60,48,41,123,105,102,40,111,62,100,41,114,101,116,117,114,110,59,111,62,104,38,38,40,104,61,111,41,125,101,108,115,101,32,105,102,40,112,62,48,41,123,105,102,40,111,60,104,41,114,101,116,117,114,110,59,111,60,100,38,38,40,100,61,111,41,125,105,102,40,111,61,110,45,117,44,118,124,124,33,40,111,62,48,41,41,123,105,102,40,111,47,61,118,44,118,60,48,41,123,105,102,40,111,60,104,41,114,101,116,117,114,110,59,111,60,100,38,38,40,100,61,111,41,125,101,108,115,101,32,105,102,40,118,62,48,41,123,105,102,40,111,62,100,41,114,101,116,117,114,110,59,111,62,104,38,38,40,104,61,111,41,125,105,102,40,111,61,105,45,117,44,118,124,124,33,40,111,60,48,41,41,123,105,102,40,111,47,61,118,44,118,60,48,41,123,105,102,40,111,62,100,41,114,101,116,117,114,110,59,111,62,104,38,38,40,104,61,111,41,125,101,108,115,101,32,105,102,40,118,62,48,41,123,105,102,40,111,60,104,41,114,101,116,117,114,110,59,111,60,100,38,38,40,100,61,111,41,125,114,101,116,117,114,110,33,40,104,62,48,124,124,100,60,49,41,124,124,40,104,62,48,38,38,40,116,91,48,93,61,91,99,43,104,42,112,44,117,43,104,42,118,93,41,44,100,60,49,38,38,40,116,91,49,93,61,91,99,43,100,42,112,44,117,43,100,42,118,93,41,44,33,48,41,125,125,125,125,125,102,117,110,99,116,105,111,110,32,98,108,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,116,91,49,93,59,105,102,40,111,41,114,101,116,117,114,110,33,48,59,118,97,114,32,97,44,115,44,99,61,116,91,48,93,44,117,61,116,46,108,101,102,116,44,108,61,116,46,114,105,103,104,116,44,102,61,117,91,48,93,44,104,61,117,91,49,93,44,100,61,108,91,48,93,44,112,61,108,91,49,93,44,118,61,40,102,43,100,41,47,50,44,103,61,40,104,43,112,41,47,50,59,105,102,40,112,61,61,61,104,41,123,105,102,40,118,60,101,124,124,118,62,61,114,41,114,101,116,117,114,110,59,105,102,40,102,62,100,41,123,105,102,40,99,41,123,105,102,40,99,91,49,93,62,61,105,41,114,101,116,117,114,110,125,101,108,115,101,32,99,61,91,118,44,110,93,59,111,61,91,118,44,105,93,125,101,108,115,101,123,105,102,40,99,41,123,105,102,40,99,91,49,93,60,110,41,114,101,116,117,114,110,125,101,108,115,101,32,99,61,91,118,44,105,93,59,111,61,91,118,44,110,93,125,125,101,108,115,101,32,105,102,40,97,61,40,102,45,100,41,47,40,112,45,104,41,44,115,61,103,45,97,42,118,44,97,60,45,49,124,124,97,62,49,41,105,102,40,102,62,100,41,123,105,102,40,99,41,123,105,102,40,99,91,49,93,62,61,105,41,114,101,116,117,114,110,125,101,108,115,101,32,99,61,91,40,110,45,115,41,47,97,44,110,93,59,111,61,91,40,105,45,115,41,47,97,44,105,93,125,101,108,115,101,123,105,102,40,99,41,123,105,102,40,99,91,49,93,60,110,41,114,101,116,117,114,110,125,101,108,115,101,32,99,61,91,40,105,45,115,41,47,97,44,105,93,59,111,61,91,40,110,45,115,41,47,97,44,110,93,125,101,108,115,101,32,105,102,40,104,60,112,41,123,105,102,40,99,41,123,105,102,40,99,91,48,93,62,61,114,41,114,101,116,117,114,110,125,101,108,115,101,32,99,61,91,101,44,97,42,101,43,115,93,59,111,61,91,114,44,97,42,114,43,115,93,125,101,108,115,101,123,105,102,40,99,41,123,105,102,40,99,91,48,93,60,101,41,114,101,116,117,114,110,125,101,108,115,101,32,99,61,91,114,44,97,42,114,43,115,93,59,111,61,91,101,44,97,42,101,43,115,93,125,114,101,116,117,114,110,32,116,91,48,93,61,99,44,116,91,49,93,61,111,44,33,48,125,102,117,110,99,116,105,111,110,32,121,108,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,44,111,61,86,108,46,108,101,110,103,116,104,59,119,104,105,108,101,40,111,45,45,41,98,108,40,105,61,86,108,91,111,93,44,116,44,101,44,110,44,114,41,38,38,109,108,40,105,44,116,44,101,44,110,44,114,41,38,38,40,77,97,116,104,46,97,98,115,40,105,91,48,93,91,48,93,45,105,91,49,93,91,48,93,41,62,72,108,124,124,77,97,116,104,46,97,98,115,40,105,91,48,93,91,49,93,45,105,91,49,93,91,49,93,41,62,72,108,41,124,124,100,101,108,101,116,101,32,86,108,91,111,93,125,102,117,110,99,116,105,111,110,32,119,108,40,116,41,123,114,101,116,117,114,110,32,78,108,91,116,46,105,110,100,101,120,93,61,123,115,105,116,101,58,116,44,104,97,108,102,101,100,103,101,115,58,91,93,125,125,102,117,110,99,116,105,111,110,32,95,108,40,116,44,101,41,123,118,97,114,32,110,61,116,46,115,105,116,101,44,114,61,101,46,108,101,102,116,44,105,61,101,46,114,105,103,104,116,59,114,101,116,117,114,110,32,110,61,61,61,105,38,38,40,105,61,114,44,114,61,110,41,44,105,63,77,97,116,104,46,97,116,97,110,50,40,105,91,49,93,45,114,91,49,93,44,105,91,48,93,45,114,91,48,93,41,58,40,110,61,61,61,114,63,40,114,61,101,91,49,93,44,105,61,101,91,48,93,41,58,40,114,61,101,91,48,93,44,105,61,101,91,49,93,41,44,77,97,116,104,46,97,116,97,110,50,40,114,91,48,93,45,105,91,48,93,44,105,91,49,93,45,114,91,49,93,41,41,125,102,117,110,99,116,105,111,110,32,120,108,40,116,44,101,41,123,114,101,116,117,114,110,32,101,91,43,40,101,46,108,101,102,116,33,61,61,116,46,115,105,116,101,41,93,125,102,117,110,99,116,105,111,110,32,79,108,40,116,44,101,41,123,114,101,116,117,114,110,32,101,91,43,40,101,46,108,101,102,116,61,61,61,116,46,115,105,116,101,41,93,125,102,117,110,99,116,105,111,110,32,83,108,40,41,123,102,111,114,40,118,97,114,32,116,44,101,44,110,44,114,44,105,61,48,44,111,61,78,108,46,108,101,110,103,116,104,59,105,60,111,59,43,43,105,41,105,102,40,40,116,61,78,108,91,105,93,41,38,38,40,114,61,40,101,61,116,46,104,97,108,102,101,100,103,101,115,41,46,108,101,110,103,116,104,41,41,123,118,97,114,32,97,61,110,101,119,32,65,114,114,97,121,40,114,41,44,115,61,110,101,119,32,65,114,114,97,121,40,114,41,59,102,111,114,40,110,61,48,59,110,60,114,59,43,43,110,41,97,91,110,93,61,110,44,115,91,110,93,61,95,108,40,116,44,86,108,91,101,91,110,93,93,41,59,102,111,114,40,97,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,115,91,101,93,45,115,91,116,93,125,41,41,44,110,61,48,59,110,60,114,59,43,43,110,41,115,91,110,93,61,101,91,97,91,110,93,93,59,102,111,114,40,110,61,48,59,110,60,114,59,43,43,110,41,101,91,110,93,61,115,91,110,93,125,125,102,117,110,99,116,105,111,110,32,107,108,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,44,111,44,97,44,115,44,99,44,117,44,108,44,102,44,104,44,100,44,112,44,118,44,103,61,78,108,46,108,101,110,103,116,104,44,109,61,33,48,59,102,111,114,40,105,61,48,59,105,60,103,59,43,43,105,41,105,102,40,111,61,78,108,91,105,93,41,123,97,61,111,46,115,105,116,101,44,99,61,111,46,104,97,108,102,101,100,103,101,115,44,115,61,99,46,108,101,110,103,116,104,59,119,104,105,108,101,40,115,45,45,41,86,108,91,99,91,115,93,93,124,124,99,46,115,112,108,105,99,101,40,115,44,49,41,59,115,61,48,44,117,61,99,46,108,101,110,103,116,104,59,119,104,105,108,101,40,115,60,117,41,100,61,79,108,40,111,44,86,108,91,99,91,115,93,93,41,44,112,61,100,91,48,93,44,118,61,100,91,49,93,44,108,61,120,108,40,111,44,86,108,91,99,91,43,43,115,37,117,93,93,41,44,102,61,108,91,48,93,44,104,61,108,91,49,93,44,40,77,97,116,104,46,97,98,115,40,112,45,102,41,62,72,108,124,124,77,97,116,104,46,97,98,115,40,118,45,104,41,62,72,108,41,38,38,40,99,46,115,112,108,105,99,101,40,115,44,48,44,86,108,46,112,117,115,104,40,118,108,40,97,44,100,44,77,97,116,104,46,97,98,115,40,112,45,116,41,60,72,108,38,38,114,45,118,62,72,108,63,91,116,44,77,97,116,104,46,97,98,115,40,102,45,116,41,60,72,108,63,104,58,114,93,58,77,97,116,104,46,97,98,115,40,118,45,114,41,60,72,108,38,38,110,45,112,62,72,108,63,91,77,97,116,104,46,97,98,115,40,104,45,114,41,60,72,108,63,102,58,110,44,114,93,58,77,97,116,104,46,97,98,115,40,112,45,110,41,60,72,108,38,38,118,45,101,62,72,108,63,91,110,44,77,97,116,104,46,97,98,115,40,102,45,110,41,60,72,108,63,104,58,101,93,58,77,97,116,104,46,97,98,115,40,118,45,101,41,60,72,108,38,38,112,45,116,62,72,108,63,91,77,97,116,104,46,97,98,115,40,104,45,101,41,60,72,108,63,102,58,116,44,101,93,58,110,117,108,108,41,41,45,49,41,44,43,43,117,41,59,117,38,38,40,109,61,33,49,41,125,105,102,40,109,41,123,118,97,114,32,98,44,121,44,119,44,95,61,49,47,48,59,102,111,114,40,105,61,48,44,109,61,110,117,108,108,59,105,60,103,59,43,43,105,41,40,111,61,78,108,91,105,93,41,38,38,40,97,61,111,46,115,105,116,101,44,98,61,97,91,48,93,45,116,44,121,61,97,91,49,93,45,101,44,119,61,98,42,98,43,121,42,121,44,119,60,95,38,38,40,95,61,119,44,109,61,111,41,41,59,105,102,40,109,41,123,118,97,114,32,120,61,91,116,44,101,93,44,79,61,91,116,44,114,93,44,83,61,91,110,44,114,93,44,107,61,91,110,44,101,93,59,109,46,104,97,108,102,101,100,103,101,115,46,112,117,115,104,40,86,108,46,112,117,115,104,40,118,108,40,97,61,109,46,115,105,116,101,44,120,44,79,41,41,45,49,44,86,108,46,112,117,115,104,40,118,108,40,97,44,79,44,83,41,41,45,49,44,86,108,46,112,117,115,104,40,118,108,40,97,44,83,44,107,41,41,45,49,44,86,108,46,112,117,115,104,40,118,108,40,97,44,107,44,120,41,41,45,49,41,125,125,102,111,114,40,105,61,48,59,105,60,103,59,43,43,105,41,40,111,61,78,108,91,105,93,41,38,38,40,111,46,104,97,108,102,101,100,103,101,115,46,108,101,110,103,116,104,124,124,100,101,108,101,116,101,32,78,108,91,105,93,41,125,118,97,114,32,67,108,44,80,108,61,91,93,59,102,117,110,99,116,105,111,110,32,84,108,40,41,123,117,108,40,116,104,105,115,41,44,116,104,105,115,46,120,61,116,104,105,115,46,121,61,116,104,105,115,46,97,114,99,61,116,104,105,115,46,115,105,116,101,61,116,104,105,115,46,99,121,61,110,117,108,108,125,102,117,110,99,116,105,111,110,32,106,108,40,116,41,123,118,97,114,32,101,61,116,46,80,44,110,61,116,46,78,59,105,102,40,101,38,38,110,41,123,118,97,114,32,114,61,101,46,115,105,116,101,44,105,61,116,46,115,105,116,101,44,111,61,110,46,115,105,116,101,59,105,102,40,114,33,61,61,111,41,123,118,97,114,32,97,61,105,91,48,93,44,115,61,105,91,49,93,44,99,61,114,91,48,93,45,97,44,117,61,114,91,49,93,45,115,44,108,61,111,91,48,93,45,97,44,102,61,111,91,49,93,45,115,44,104,61,50,42,40,99,42,102,45,117,42,108,41,59,105,102,40,33,40,104,62,61,45,85,108,41,41,123,118,97,114,32,100,61,99,42,99,43,117,42,117,44,112,61,108,42,108,43,102,42,102,44,118,61,40,102,42,100,45,117,42,112,41,47,104,44,103,61,40,99,42,112,45,108,42,100,41,47,104,44,109,61,80,108,46,112,111,112,40,41,124,124,110,101,119,32,84,108,59,109,46,97,114,99,61,116,44,109,46,115,105,116,101,61,105,44,109,46,120,61,118,43,97,44,109,46,121,61,40,109,46,99,121,61,103,43,115,41,43,77,97,116,104,46,115,113,114,116,40,118,42,118,43,103,42,103,41,44,116,46,99,105,114,99,108,101,61,109,59,118,97,114,32,98,61,110,117,108,108,44,121,61,122,108,46,95,59,119,104,105,108,101,40,121,41,105,102,40,109,46,121,60,121,46,121,124,124,109,46,121,61,61,61,121,46,121,38,38,109,46,120,60,61,121,46,120,41,123,105,102,40,33,121,46,76,41,123,98,61,121,46,80,59,98,114,101,97,107,125,121,61,121,46,76,125,101,108,115,101,123,105,102,40,33,121,46,82,41,123,98,61,121,59,98,114,101,97,107,125,121,61,121,46,82,125,122,108,46,105,110,115,101,114,116,40,98,44,109,41,44,98,124,124,40,67,108,61,109,41,125,125,125,125,102,117,110,99,116,105,111,110,32,69,108,40,116,41,123,118,97,114,32,101,61,116,46,99,105,114,99,108,101,59,101,38,38,40,101,46,80,124,124,40,67,108,61,101,46,78,41,44,122,108,46,114,101,109,111,118,101,40,101,41,44,80,108,46,112,117,115,104,40,101,41,44,117,108,40,101,41,44,116,46,99,105,114,99,108,101,61,110,117,108,108,41,125,118,97,114,32,65,108,61,91,93,59,102,117,110,99,116,105,111,110,32,68,108,40,41,123,117,108,40,116,104,105,115,41,44,116,104,105,115,46,101,100,103,101,61,116,104,105,115,46,115,105,116,101,61,116,104,105,115,46,99,105,114,99,108,101,61,110,117,108,108,125,102,117,110,99,116,105,111,110,32,76,108,40,116,41,123,118,97,114,32,101,61,65,108,46,112,111,112,40,41,124,124,110,101,119,32,68,108,59,114,101,116,117,114,110,32,101,46,115,105,116,101,61,116,44,101,125,102,117,110,99,116,105,111,110,32,77,108,40,116,41,123,69,108,40,116,41,44,82,108,46,114,101,109,111,118,101,40,116,41,44,65,108,46,112,117,115,104,40,116,41,44,117,108,40,116,41,125,102,117,110,99,116,105,111,110,32,73,108,40,116,41,123,118,97,114,32,101,61,116,46,99,105,114,99,108,101,44,110,61,101,46,120,44,114,61,101,46,99,121,44,105,61,91,110,44,114,93,44,111,61,116,46,80,44,97,61,116,46,78,44,115,61,91,116,93,59,77,108,40,116,41,59,118,97,114,32,99,61,111,59,119,104,105,108,101,40,99,46,99,105,114,99,108,101,38,38,77,97,116,104,46,97,98,115,40,110,45,99,46,99,105,114,99,108,101,46,120,41,60,72,108,38,38,77,97,116,104,46,97,98,115,40,114,45,99,46,99,105,114,99,108,101,46,99,121,41,60,72,108,41,111,61,99,46,80,44,115,46,117,110,115,104,105,102,116,40,99,41,44,77,108,40,99,41,44,99,61,111,59,115,46,117,110,115,104,105,102,116,40,99,41,44,69,108,40,99,41,59,118,97,114,32,117,61,97,59,119,104,105,108,101,40,117,46,99,105,114,99,108,101,38,38,77,97,116,104,46,97,98,115,40,110,45,117,46,99,105,114,99,108,101,46,120,41,60,72,108,38,38,77,97,116,104,46,97,98,115,40,114,45,117,46,99,105,114,99,108,101,46,99,121,41,60,72,108,41,97,61,117,46,78,44,115,46,112,117,115,104,40,117,41,44,77,108,40,117,41,44,117,61,97,59,115,46,112,117,115,104,40,117,41,44,69,108,40,117,41,59,118,97,114,32,108,44,102,61,115,46,108,101,110,103,116,104,59,102,111,114,40,108,61,49,59,108,60,102,59,43,43,108,41,117,61,115,91,108,93,44,99,61,115,91,108,45,49,93,44,103,108,40,117,46,101,100,103,101,44,99,46,115,105,116,101,44,117,46,115,105,116,101,44,105,41,59,99,61,115,91,48,93,44,117,61,115,91,102,45,49,93,44,117,46,101,100,103,101,61,112,108,40,99,46,115,105,116,101,44,117,46,115,105,116,101,44,110,117,108,108,44,105,41,44,106,108,40,99,41,44,106,108,40,117,41,125,102,117,110,99,116,105,111,110,32,36,108,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,44,111,61,116,91,48,93,44,97,61,116,91,49,93,44,115,61,82,108,46,95,59,119,104,105,108,101,40,115,41,105,102,40,114,61,70,108,40,115,44,97,41,45,111,44,114,62,72,108,41,115,61,115,46,76,59,101,108,115,101,123,105,102,40,105,61,111,45,66,108,40,115,44,97,41,44,33,40,105,62,72,108,41,41,123,114,62,45,72,108,63,40,101,61,115,46,80,44,110,61,115,41,58,105,62,45,72,108,63,40,101,61,115,44,110,61,115,46,78,41,58,101,61,110,61,115,59,98,114,101,97,107,125,105,102,40,33,115,46,82,41,123,101,61,115,59,98,114,101,97,107,125,115,61,115,46,82,125,119,108,40,116,41,59,118,97,114,32,99,61,76,108,40,116,41,59,105,102,40,82,108,46,105,110,115,101,114,116,40,101,44,99,41,44,101,124,124,110,41,123,105,102,40,101,61,61,61,110,41,114,101,116,117,114,110,32,69,108,40,101,41,44,110,61,76,108,40,101,46,115,105,116,101,41,44,82,108,46,105,110,115,101,114,116,40,99,44,110,41,44,99,46,101,100,103,101,61,110,46,101,100,103,101,61,112,108,40,101,46,115,105,116,101,44,99,46,115,105,116,101,41,44,106,108,40,101,41,44,118,111,105,100,32,106,108,40,110,41,59,105,102,40,110,41,123,69,108,40,101,41,44,69,108,40,110,41,59,118,97,114,32,117,61,101,46,115,105,116,101,44,108,61,117,91,48,93,44,102,61,117,91,49,93,44,104,61,116,91,48,93,45,108,44,100,61,116,91,49,93,45,102,44,112,61,110,46,115,105,116,101,44,118,61,112,91,48,93,45,108,44,103,61,112,91,49,93,45,102,44,109,61,50,42,40,104,42,103,45,100,42,118,41,44,98,61,104,42,104,43,100,42,100,44,121,61,118,42,118,43,103,42,103,44,119,61,91,40,103,42,98,45,100,42,121,41,47,109,43,108,44,40,104,42,121,45,118,42,98,41,47,109,43,102,93,59,103,108,40,110,46,101,100,103,101,44,117,44,112,44,119,41,44,99,46,101,100,103,101,61,112,108,40,117,44,116,44,110,117,108,108,44,119,41,44,110,46,101,100,103,101,61,112,108,40,116,44,112,44,110,117,108,108,44,119,41,44,106,108,40,101,41,44,106,108,40,110,41,125,101,108,115,101,32,99,46,101,100,103,101,61,112,108,40,101,46,115,105,116,101,44,99,46,115,105,116,101,41,125,125,102,117,110,99,116,105,111,110,32,70,108,40,116,44,101,41,123,118,97,114,32,110,61,116,46,115,105,116,101,44,114,61,110,91,48,93,44,105,61,110,91,49,93,44,111,61,105,45,101,59,105,102,40,33,111,41,114,101,116,117,114,110,32,114,59,118,97,114,32,97,61,116,46,80,59,105,102,40,33,97,41,114,101,116,117,114,110,45,49,47,48,59,110,61,97,46,115,105,116,101,59,118,97,114,32,115,61,110,91,48,93,44,99,61,110,91,49,93,44,117,61,99,45,101,59,105,102,40,33,117,41,114,101,116,117,114,110,32,115,59,118,97,114,32,108,61,115,45,114,44,102,61,49,47,111,45,49,47,117,44,104,61,108,47,117,59,114,101,116,117,114,110,32,102,63,40,45,104,43,77,97,116,104,46,115,113,114,116,40,104,42,104,45,50,42,102,42,40,108,42,108,47,40,45,50,42,117,41,45,99,43,117,47,50,43,105,45,111,47,50,41,41,41,47,102,43,114,58,40,114,43,115,41,47,50,125,102,117,110,99,116,105,111,110,32,66,108,40,116,44,101,41,123,118,97,114,32,110,61,116,46,78,59,105,102,40,110,41,114,101,116,117,114,110,32,70,108,40,110,44,101,41,59,118,97,114,32,114,61,116,46,115,105,116,101,59,114,101,116,117,114,110,32,114,91,49,93,61,61,61,101,63,114,91,48,93,58,49,47,48,125,118,97,114,32,82,108,44,78,108,44,122,108,44,86,108,44,72,108,61,49,101,45,54,44,85,108,61,49,101,45,49,50,59,102,117,110,99,116,105,111,110,32,87,108,40,116,44,101,44,110,41,123,114,101,116,117,114,110,40,116,91,48,93,45,110,91,48,93,41,42,40,101,91,49,93,45,116,91,49,93,41,45,40,116,91,48,93,45,101,91,48,93,41,42,40,110,91,49,93,45,116,91,49,93,41,125,102,117,110,99,116,105,111,110,32,113,108,40,116,44,101,41,123,114,101,116,117,114,110,32,101,91,49,93,45,116,91,49,93,124,124,101,91,48,93,45,116,91,48,93,125,102,117,110,99,116,105,111,110,32,71,108,40,116,44,101,41,123,118,97,114,32,110,44,114,44,105,44,111,61,116,46,115,111,114,116,40,113,108,41,46,112,111,112,40,41,59,86,108,61,91,93,44,78,108,61,110,101,119,32,65,114,114,97,121,40,116,46,108,101,110,103,116,104,41,44,82,108,61,110,101,119,32,100,108,44,122,108,61,110,101,119,32,100,108,59,119,104,105,108,101,40,49,41,105,102,40,105,61,67,108,44,111,38,38,40,33,105,124,124,111,91,49,93,60,105,46,121,124,124,111,91,49,93,61,61,61,105,46,121,38,38,111,91,48,93,60,105,46,120,41,41,111,91,48,93,61,61,61,110,38,38,111,91,49,93,61,61,61,114,124,124,40,36,108,40,111,41,44,110,61,111,91,48,93,44,114,61,111,91,49,93,41,44,111,61,116,46,112,111,112,40,41,59,101,108,115,101,123,105,102,40,33,105,41,98,114,101,97,107,59,73,108,40,105,46,97,114,99,41,125,105,102,40,83,108,40,41,44,101,41,123,118,97,114,32,97,61,43,101,91,48,93,91,48,93,44,115,61,43,101,91,48,93,91,49,93,44,99,61,43,101,91,49,93,91,48,93,44,117,61,43,101,91,49,93,91,49,93,59,121,108,40,97,44,115,44,99,44,117,41,44,107,108,40,97,44,115,44,99,44,117,41,125,116,104,105,115,46,101,100,103,101,115,61,86,108,44,116,104,105,115,46,99,101,108,108,115,61,78,108,44,82,108,61,122,108,61,86,108,61,78,108,61,110,117,108,108,125,71,108,46,112,114,111,116,111,116,121,112,101,61,123,99,111,110,115,116,114,117,99,116,111,114,58,71,108,44,112,111,108,121,103,111,110,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,101,100,103,101,115,59,114,101,116,117,114,110,32,116,104,105,115,46,99,101,108,108,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,101,46,104,97,108,102,101,100,103,101,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,120,108,40,101,44,116,91,110,93,41,125,41,41,59,114,101,116,117,114,110,32,110,46,100,97,116,97,61,101,46,115,105,116,101,46,100,97,116,97,44,110,125,41,41,125,44,116,114,105,97,110,103,108,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,44,101,61,116,104,105,115,46,101,100,103,101,115,59,114,101,116,117,114,110,32,116,104,105,115,46,99,101,108,108,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,105,102,40,111,61,40,105,61,110,46,104,97,108,102,101,100,103,101,115,41,46,108,101,110,103,116,104,41,123,118,97,114,32,105,44,111,44,97,44,115,61,110,46,115,105,116,101,44,99,61,45,49,44,117,61,101,91,105,91,111,45,49,93,93,44,108,61,117,46,108,101,102,116,61,61,61,115,63,117,46,114,105,103,104,116,58,117,46,108,101,102,116,59,119,104,105,108,101,40,43,43,99,60,111,41,97,61,108,44,117,61,101,91,105,91,99,93,93,44,108,61,117,46,108,101,102,116,61,61,61,115,63,117,46,114,105,103,104,116,58,117,46,108,101,102,116,44,97,38,38,108,38,38,114,60,97,46,105,110,100,101,120,38,38,114,60,108,46,105,110,100,101,120,38,38,87,108,40,115,44,97,44,108,41,60,48,38,38,116,46,112,117,115,104,40,91,115,46,100,97,116,97,44,97,46,100,97,116,97,44,108,46,100,97,116,97,93,41,125,125,41,41,44,116,125,44,108,105,110,107,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,100,103,101,115,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,114,105,103,104,116,125,41,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,115,111,117,114,99,101,58,116,46,108,101,102,116,46,100,97,116,97,44,116,97,114,103,101,116,58,116,46,114,105,103,104,116,46,100,97,116,97,125,125,41,41,125,44,102,105,110,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,61,116,104,105,115,44,97,61,111,46,95,102,111,117,110,100,124,124,48,44,115,61,111,46,99,101,108,108,115,46,108,101,110,103,116,104,59,119,104,105,108,101,40,33,40,105,61,111,46,99,101,108,108,115,91,97,93,41,41,105,102,40,43,43,97,62,61,115,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,99,61,116,45,105,46,115,105,116,101,91,48,93,44,117,61,101,45,105,46,115,105,116,101,91,49,93,44,108,61,99,42,99,43,117,42,117,59,100,111,123,105,61,111,46,99,101,108,108,115,91,114,61,97,93,44,97,61,110,117,108,108,44,105,46,104,97,108,102,101,100,103,101,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,111,46,101,100,103,101,115,91,110,93,44,115,61,114,46,108,101,102,116,59,105,102,40,115,33,61,61,105,46,115,105,116,101,38,38,115,124,124,40,115,61,114,46,114,105,103,104,116,41,41,123,118,97,114,32,99,61,116,45,115,91,48,93,44,117,61,101,45,115,91,49,93,44,102,61,99,42,99,43,117,42,117,59,102,60,108,38,38,40,108,61,102,44,97,61,115,46,105,110,100,101,120,41,125,125,41,41,125,119,104,105,108,101,40,110,117,108,108,33,61,61,97,41,59,114,101,116,117,114,110,32,111,46,95,102,111,117,110,100,61,114,44,110,117,108,108,61,61,110,124,124,108,60,61,110,42,110,63,105,46,115,105,116,101,58,110,117,108,108,125,125,59,77,97,116,104,46,83,81,82,84,50,59,102,117,110,99,116,105,111,110,32,89,108,40,116,44,101,44,110,41,123,116,104,105,115,46,107,61,116,44,116,104,105,115,46,120,61,101,44,116,104,105,115,46,121,61,110,125,89,108,46,112,114,111,116,111,116,121,112,101,61,123,99,111,110,115,116,114,117,99,116,111,114,58,89,108,44,115,99,97,108,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,49,61,61,61,116,63,116,104,105,115,58,110,101,119,32,89,108,40,116,104,105,115,46,107,42,116,44,116,104,105,115,46,120,44,116,104,105,115,46,121,41,125,44,116,114,97,110,115,108,97,116,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,48,61,61,61,116,38,48,61,61,61,101,63,116,104,105,115,58,110,101,119,32,89,108,40,116,104,105,115,46,107,44,116,104,105,115,46,120,43,116,104,105,115,46,107,42,116,44,116,104,105,115,46,121,43,116,104,105,115,46,107,42,101,41,125,44,97,112,112,108,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,91,116,91,48,93,42,116,104,105,115,46,107,43,116,104,105,115,46,120,44,116,91,49,93,42,116,104,105,115,46,107,43,116,104,105,115,46,121,93,125,44,97,112,112,108,121,88,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,42,116,104,105,115,46,107,43,116,104,105,115,46,120,125,44,97,112,112,108,121,89,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,42,116,104,105,115,46,107,43,116,104,105,115,46,121,125,44,105,110,118,101,114,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,91,40,116,91,48,93,45,116,104,105,115,46,120,41,47,116,104,105,115,46,107,44,40,116,91,49,93,45,116,104,105,115,46,121,41,47,116,104,105,115,46,107,93,125,44,105,110,118,101,114,116,88,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,40,116,45,116,104,105,115,46,120,41,47,116,104,105,115,46,107,125,44,105,110,118,101,114,116,89,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,40,116,45,116,104,105,115,46,121,41,47,116,104,105,115,46,107,125,44,114,101,115,99,97,108,101,88,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,99,111,112,121,40,41,46,100,111,109,97,105,110,40,116,46,114,97,110,103,101,40,41,46,109,97,112,40,116,104,105,115,46,105,110,118,101,114,116,88,44,116,104,105,115,41,46,109,97,112,40,116,46,105,110,118,101,114,116,44,116,41,41,125,44,114,101,115,99,97,108,101,89,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,99,111,112,121,40,41,46,100,111,109,97,105,110,40,116,46,114,97,110,103,101,40,41,46,109,97,112,40,116,104,105,115,46,105,110,118,101,114,116,89,44,116,104,105,115,41,46,109,97,112,40,116,46,105,110,118,101,114,116,44,116,41,41,125,44,116,111,83,116,114,105,110,103,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,116,114,97,110,115,108,97,116,101,40,34,43,116,104,105,115,46,120,43,34,44,34,43,116,104,105,115,46,121,43,34,41,32,115,99,97,108,101,40,34,43,116,104,105,115,46,107,43,34,41,34,125,125,59,118,97,114,32,75,108,61,110,101,119,32,89,108,40,49,44,48,44,48,41,59,102,117,110,99,116,105,111,110,32,88,108,40,116,41,123,119,104,105,108,101,40,33,116,46,95,95,122,111,111,109,41,105,102,40,33,40,116,61,116,46,112,97,114,101,110,116,78,111,100,101,41,41,114,101,116,117,114,110,32,75,108,59,114,101,116,117,114,110,32,116,46,95,95,122,111,111,109,125,88,108,46,112,114,111,116,111,116,121,112,101,61,89,108,46,112,114,111,116,111,116,121,112,101,125,44,34,53,54,101,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,48,54,54,34,41,44,105,61,110,40,34,50,52,49,99,34,41,44,111,61,110,40,34,55,52,49,56,34,41,44,97,61,110,40,34,56,50,53,97,34,41,59,116,46,101,120,112,111,114,116,115,61,114,40,34,82,101,102,108,101,99,116,34,44,34,111,119,110,75,101,121,115,34,41,124,124,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,105,46,102,40,97,40,116,41,41,44,110,61,111,46,102,59,114,101,116,117,114,110,32,110,63,101,46,99,111,110,99,97,116,40,110,40,116,41,41,58,101,125,125,44,34,53,54,102,48,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,55,48,98,101,34,41,59,114,40,114,46,83,43,114,46,70,42,40,78,117,109,98,101,114,46,112,97,114,115,101,73,110,116,33,61,105,41,44,34,78,117,109,98,101,114,34,44,123,112,97,114,115,101,73,110,116,58,105,125,41,125,44,34,53,55,53,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,101,56,54,48,34,41,44,105,61,110,40,34,57,51,51,54,34,41,40,34,105,116,101,114,97,116,111,114,34,41,44,111,61,110,40,34,56,100,50,101,34,41,59,116,46,101,120,112,111,114,116,115,61,110,40,34,97,48,54,102,34,41,46,103,101,116,73,116,101,114,97,116,111,114,77,101,116,104,111,100,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,118,111,105,100,32,48,33,61,116,41,114,101,116,117,114,110,32,116,91,105,93,124,124,116,91,34,64,64,105,116,101,114,97,116,111,114,34,93,124,124,111,91,114,40,116,41,93,125,125,44,34,53,56,53,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,101,38,38,101,38,38,101,46,79,98,106,101,99,116,61,61,61,79,98,106,101,99,116,38,38,101,59,116,46,101,120,112,111,114,116,115,61,110,125,41,46,99,97,108,108,40,116,104,105,115,44,110,40,34,99,56,98,97,34,41,41,125,44,53,56,57,57,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,34,92,116,92,110,92,118,92,102,92,114,32,194,160,225,154,128,226,128,128,226,128,129,226,128,130,226,128,131,226,128,132,226,128,133,226,128,134,226,128,135,226,128,136,226,128,137,226,128,138,226,128,175,226,129,159,227,128,128,92,117,50,48,50,56,92,117,50,48,50,57,92,117,102,101,102,102,34,125,44,34,53,56,97,56,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,49,100,56,48,34,41,44,105,61,110,40,34,53,56,57,57,34,41,44,111,61,34,91,34,43,105,43,34,93,34,44,97,61,82,101,103,69,120,112,40,34,94,34,43,111,43,111,43,34,42,34,41,44,115,61,82,101,103,69,120,112,40,111,43,111,43,34,42,36,34,41,44,99,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,83,116,114,105,110,103,40,114,40,101,41,41,59,114,101,116,117,114,110,32,49,38,116,38,38,40,110,61,110,46,114,101,112,108,97,99,101,40,97,44,34,34,41,41,44,50,38,116,38,38,40,110,61,110,46,114,101,112,108,97,99,101,40,115,44,34,34,41,41,44,110,125,125,59,116,46,101,120,112,111,114,116,115,61,123,115,116,97,114,116,58,99,40,49,41,44,101,110,100,58,99,40,50,41,44,116,114,105,109,58,99,40,51,41,125,125,44,34,53,56,98,52,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,101,99,50,54,34,41,59,114,40,114,46,80,43,114,46,70,42,33,110,40,34,54,48,97,49,34,41,40,91,93,46,114,101,100,117,99,101,44,33,48,41,44,34,65,114,114,97,121,34,44,123,114,101,100,117,99,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,97,114,103,117,109,101,110,116,115,91,49,93,44,33,49,41,125,125,41,125,44,34,53,56,100,49,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,56,98,50,34,41,44,105,61,77,97,116,104,46,109,105,110,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,62,48,63,105,40,114,40,116,41,44,57,48,48,55,49,57,57,50,53,52,55,52,48,57,57,49,41,58,48,125,125,44,34,53,57,102,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,79,98,106,101,99,116,34,44,123,105,115,58,110,40,34,52,49,53,49,34,41,125,41,125,44,34,53,97,51,48,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,46,102,61,110,40,34,57,51,51,54,34,41,125,44,34,53,97,51,52,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,52,52,101,55,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,114,40,116,41,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,84,104,101,32,109,101,116,104,111,100,32,100,111,101,115,110,39,116,32,97,99,99,101,112,116,32,114,101,103,117,108,97,114,32,101,120,112,114,101,115,115,105,111,110,115,34,41,59,114,101,116,117,114,110,32,116,125,125,44,34,53,97,54,54,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,101,97,48,53,34,41,44,105,61,110,40,34,97,100,48,54,34,41,44,111,61,110,40,34,55,101,51,51,34,41,44,97,61,110,40,34,48,100,54,51,34,41,44,115,61,110,40,34,99,100,102,57,34,41,44,99,61,110,40,34,52,50,101,101,34,41,59,102,117,110,99,116,105,111,110,32,117,40,116,44,101,41,123,118,97,114,32,110,44,97,44,108,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,51,63,116,58,97,114,103,117,109,101,110,116,115,91,50,93,59,114,101,116,117,114,110,32,99,40,116,41,61,61,61,108,63,116,91,101,93,58,40,110,61,114,46,102,40,116,44,101,41,41,63,111,40,110,44,34,118,97,108,117,101,34,41,63,110,46,118,97,108,117,101,58,118,111,105,100,32,48,33,61,61,110,46,103,101,116,63,110,46,103,101,116,46,99,97,108,108,40,108,41,58,118,111,105,100,32,48,58,115,40,97,61,105,40,116,41,41,63,117,40,97,44,101,44,108,41,58,118,111,105,100,32,48,125,97,40,97,46,83,44,34,82,101,102,108,101,99,116,34,44,123,103,101,116,58,117,125,41,125,44,34,53,99,54,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,123,101,110,117,109,101,114,97,98,108,101,58,33,40,49,38,116,41,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,40,50,38,116,41,44,119,114,105,116,97,98,108,101,58,33,40,52,38,116,41,44,118,97,108,117,101,58,101,125,125,125,44,34,53,99,98,56,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,34,92,116,92,110,92,118,92,102,92,114,32,194,160,225,154,128,225,160,142,226,128,128,226,128,129,226,128,130,226,128,131,226,128,132,226,128,133,226,128,134,226,128,135,226,128,136,226,128,137,226,128,138,226,128,175,226,129,159,227,128,128,92,117,50,48,50,56,92,117,50,48,50,57,92,117,102,101,102,102,34,125,44,34,53,100,56,56,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,53,53,97,34,41,44,105,61,110,40,34,54,55,51,57,34,41,44,111,61,110,40,34,51,98,55,55,34,41,44,97,61,110,40,34,55,54,51,52,34,41,44,115,61,110,40,34,99,51,102,97,34,41,44,99,61,110,40,34,101,54,48,51,34,41,44,117,61,110,40,34,98,52,54,48,34,41,44,108,61,110,40,34,52,98,49,51,34,41,44,102,61,110,40,34,100,56,98,50,34,41,44,104,61,110,40,34,53,56,100,49,34,41,44,100,61,110,40,34,52,56,50,98,34,41,44,112,61,110,40,34,57,57,51,98,34,41,46,102,44,118,61,110,40,34,48,102,50,54,34,41,46,102,44,103,61,110,40,34,56,100,50,57,34,41,44,109,61,110,40,34,54,49,55,102,34,41,44,98,61,34,65,114,114,97,121,66,117,102,102,101,114,34,44,121,61,34,68,97,116,97,86,105,101,119,34,44,119,61,34,112,114,111,116,111,116,121,112,101,34,44,95,61,34,87,114,111,110,103,32,108,101,110,103,116,104,33,34,44,120,61,34,87,114,111,110,103,32,105,110,100,101,120,33,34,44,79,61,114,91,98,93,44,83,61,114,91,121,93,44,107,61,114,46,77,97,116,104,44,67,61,114,46,82,97,110,103,101,69,114,114,111,114,44,80,61,114,46,73,110,102,105,110,105,116,121,44,84,61,79,44,106,61,107,46,97,98,115,44,69,61,107,46,112,111,119,44,65,61,107,46,102,108,111,111,114,44,68,61,107,46,108,111,103,44,76,61,107,46,76,78,50,44,77,61,34,98,117,102,102,101,114,34,44,73,61,34,98,121,116,101,76,101,110,103,116,104,34,44,36,61,34,98,121,116,101,79,102,102,115,101,116,34,44,70,61,105,63,34,95,98,34,58,77,44,66,61,105,63,34,95,108,34,58,73,44,82,61,105,63,34,95,111,34,58,36,59,102,117,110,99,116,105,111,110,32,78,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,44,97,61,110,101,119,32,65,114,114,97,121,40,110,41,44,115,61,56,42,110,45,101,45,49,44,99,61,40,49,60,60,115,41,45,49,44,117,61,99,62,62,49,44,108,61,50,51,61,61,61,101,63,69,40,50,44,45,50,52,41,45,69,40,50,44,45,55,55,41,58,48,44,102,61,48,44,104,61,116,60,48,124,124,48,61,61,61,116,38,38,49,47,116,60,48,63,49,58,48,59,102,111,114,40,116,61,106,40,116,41,44,116,33,61,116,124,124,116,61,61,61,80,63,40,105,61,116,33,61,116,63,49,58,48,44,114,61,99,41,58,40,114,61,65,40,68,40,116,41,47,76,41,44,116,42,40,111,61,69,40,50,44,45,114,41,41,60,49,38,38,40,114,45,45,44,111,42,61,50,41,44,116,43,61,114,43,117,62,61,49,63,108,47,111,58,108,42,69,40,50,44,49,45,117,41,44,116,42,111,62,61,50,38,38,40,114,43,43,44,111,47,61,50,41,44,114,43,117,62,61,99,63,40,105,61,48,44,114,61,99,41,58,114,43,117,62,61,49,63,40,105,61,40,116,42,111,45,49,41,42,69,40,50,44,101,41,44,114,43,61,117,41,58,40,105,61,116,42,69,40,50,44,117,45,49,41,42,69,40,50,44,101,41,44,114,61,48,41,41,59,101,62,61,56,59,97,91,102,43,43,93,61,50,53,53,38,105,44,105,47,61,50,53,54,44,101,45,61,56,41,59,102,111,114,40,114,61,114,60,60,101,124,105,44,115,43,61,101,59,115,62,48,59,97,91,102,43,43,93,61,50,53,53,38,114,44,114,47,61,50,53,54,44,115,45,61,56,41,59,114,101,116,117,114,110,32,97,91,45,45,102,93,124,61,49,50,56,42,104,44,97,125,102,117,110,99,116,105,111,110,32,122,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,61,56,42,110,45,101,45,49,44,111,61,40,49,60,60,105,41,45,49,44,97,61,111,62,62,49,44,115,61,105,45,55,44,99,61,110,45,49,44,117,61,116,91,99,45,45,93,44,108,61,49,50,55,38,117,59,102,111,114,40,117,62,62,61,55,59,115,62,48,59,108,61,50,53,54,42,108,43,116,91,99,93,44,99,45,45,44,115,45,61,56,41,59,102,111,114,40,114,61,108,38,40,49,60,60,45,115,41,45,49,44,108,62,62,61,45,115,44,115,43,61,101,59,115,62,48,59,114,61,50,53,54,42,114,43,116,91,99,93,44,99,45,45,44,115,45,61,56,41,59,105,102,40,48,61,61,61,108,41,108,61,49,45,97,59,101,108,115,101,123,105,102,40,108,61,61,61,111,41,114,101,116,117,114,110,32,114,63,78,97,78,58,117,63,45,80,58,80,59,114,43,61,69,40,50,44,101,41,44,108,45,61,97,125,114,101,116,117,114,110,40,117,63,45,49,58,49,41,42,114,42,69,40,50,44,108,45,101,41,125,102,117,110,99,116,105,111,110,32,86,40,116,41,123,114,101,116,117,114,110,32,116,91,51,93,60,60,50,52,124,116,91,50,93,60,60,49,54,124,116,91,49,93,60,60,56,124,116,91,48,93,125,102,117,110,99,116,105,111,110,32,72,40,116,41,123,114,101,116,117,114,110,91,50,53,53,38,116,93,125,102,117,110,99,116,105,111,110,32,85,40,116,41,123,114,101,116,117,114,110,91,50,53,53,38,116,44,116,62,62,56,38,50,53,53,93,125,102,117,110,99,116,105,111,110,32,87,40,116,41,123,114,101,116,117,114,110,91,50,53,53,38,116,44,116,62,62,56,38,50,53,53,44,116,62,62,49,54,38,50,53,53,44,116,62,62,50,52,38,50,53,53,93,125,102,117,110,99,116,105,111,110,32,113,40,116,41,123,114,101,116,117,114,110,32,78,40,116,44,53,50,44,56,41,125,102,117,110,99,116,105,111,110,32,71,40,116,41,123,114,101,116,117,114,110,32,78,40,116,44,50,51,44,52,41,125,102,117,110,99,116,105,111,110,32,89,40,116,44,101,44,110,41,123,118,40,116,91,119,93,44,101,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,91,110,93,125,125,41,125,102,117,110,99,116,105,111,110,32,75,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,43,110,44,111,61,100,40,105,41,59,105,102,40,111,43,101,62,116,91,66,93,41,116,104,114,111,119,32,67,40,120,41,59,118,97,114,32,97,61,116,91,70,93,46,95,98,44,115,61,111,43,116,91,82,93,44,99,61,97,46,115,108,105,99,101,40,115,44,115,43,101,41,59,114,101,116,117,114,110,32,114,63,99,58,99,46,114,101,118,101,114,115,101,40,41,125,102,117,110,99,116,105,111,110,32,88,40,116,44,101,44,110,44,114,44,105,44,111,41,123,118,97,114,32,97,61,43,110,44,115,61,100,40,97,41,59,105,102,40,115,43,101,62,116,91,66,93,41,116,104,114,111,119,32,67,40,120,41,59,102,111,114,40,118,97,114,32,99,61,116,91,70,93,46,95,98,44,117,61,115,43,116,91,82,93,44,108,61,114,40,43,105,41,44,102,61,48,59,102,60,101,59,102,43,43,41,99,91,117,43,102,93,61,108,91,111,63,102,58,101,45,102,45,49,93,125,105,102,40,97,46,65,66,86,41,123,105,102,40,33,117,40,40,102,117,110,99,116,105,111,110,40,41,123,79,40,49,41,125,41,41,124,124,33,117,40,40,102,117,110,99,116,105,111,110,40,41,123,110,101,119,32,79,40,45,49,41,125,41,41,124,124,117,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,79,44,110,101,119,32,79,40,49,46,53,41,44,110,101,119,32,79,40,78,97,78,41,44,79,46,110,97,109,101,33,61,98,125,41,41,41,123,79,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,108,40,116,104,105,115,44,79,41,44,110,101,119,32,84,40,100,40,116,41,41,125,59,102,111,114,40,118,97,114,32,90,44,74,61,79,91,119,93,61,84,91,119,93,44,81,61,112,40,84,41,44,116,116,61,48,59,81,46,108,101,110,103,116,104,62,116,116,59,41,40,90,61,81,91,116,116,43,43,93,41,105,110,32,79,124,124,115,40,79,44,90,44,84,91,90,93,41,59,111,124,124,40,74,46,99,111,110,115,116,114,117,99,116,111,114,61,79,41,125,118,97,114,32,101,116,61,110,101,119,32,83,40,110,101,119,32,79,40,50,41,41,44,110,116,61,83,91,119,93,46,115,101,116,73,110,116,56,59,101,116,46,115,101,116,73,110,116,56,40,48,44,50,49,52,55,52,56,51,54,52,56,41,44,101,116,46,115,101,116,73,110,116,56,40,49,44,50,49,52,55,52,56,51,54,52,57,41,44,33,101,116,46,103,101,116,73,110,116,56,40,48,41,38,38,101,116,46,103,101,116,73,110,116,56,40,49,41,124,124,99,40,83,91,119,93,44,123,115,101,116,73,110,116,56,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,110,116,46,99,97,108,108,40,116,104,105,115,44,116,44,101,60,60,50,52,62,62,50,52,41,125,44,115,101,116,85,105,110,116,56,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,110,116,46,99,97,108,108,40,116,104,105,115,44,116,44,101,60,60,50,52,62,62,50,52,41,125,125,44,33,48,41,125,101,108,115,101,32,79,61,102,117,110,99,116,105,111,110,40,116,41,123,108,40,116,104,105,115,44,79,44,98,41,59,118,97,114,32,101,61,100,40,116,41,59,116,104,105,115,46,95,98,61,103,46,99,97,108,108,40,110,101,119,32,65,114,114,97,121,40,101,41,44,48,41,44,116,104,105,115,91,66,93,61,101,125,44,83,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,108,40,116,104,105,115,44,83,44,121,41,44,108,40,116,44,79,44,121,41,59,118,97,114,32,114,61,116,91,66,93,44,105,61,102,40,101,41,59,105,102,40,105,60,48,124,124,105,62,114,41,116,104,114,111,119,32,67,40,34,87,114,111,110,103,32,111,102,102,115,101,116,33,34,41,59,105,102,40,110,61,118,111,105,100,32,48,61,61,61,110,63,114,45,105,58,104,40,110,41,44,105,43,110,62,114,41,116,104,114,111,119,32,67,40,95,41,59,116,104,105,115,91,70,93,61,116,44,116,104,105,115,91,82,93,61,105,44,116,104,105,115,91,66,93,61,110,125,44,105,38,38,40,89,40,79,44,73,44,34,95,108,34,41,44,89,40,83,44,77,44,34,95,98,34,41,44,89,40,83,44,73,44,34,95,108,34,41,44,89,40,83,44,36,44,34,95,111,34,41,41,44,99,40,83,91,119,93,44,123,103,101,116,73,110,116,56,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,75,40,116,104,105,115,44,49,44,116,41,91,48,93,60,60,50,52,62,62,50,52,125,44,103,101,116,85,105,110,116,56,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,75,40,116,104,105,115,44,49,44,116,41,91,48,93,125,44,103,101,116,73,110,116,49,54,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,75,40,116,104,105,115,44,50,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,59,114,101,116,117,114,110,40,101,91,49,93,60,60,56,124,101,91,48,93,41,60,60,49,54,62,62,49,54,125,44,103,101,116,85,105,110,116,49,54,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,75,40,116,104,105,115,44,50,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,59,114,101,116,117,114,110,32,101,91,49,93,60,60,56,124,101,91,48,93,125,44,103,101,116,73,110,116,51,50,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,86,40,75,40,116,104,105,115,44,52,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,41,125,44,103,101,116,85,105,110,116,51,50,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,86,40,75,40,116,104,105,115,44,52,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,41,62,62,62,48,125,44,103,101,116,70,108,111,97,116,51,50,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,122,40,75,40,116,104,105,115,44,52,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,44,50,51,44,52,41,125,44,103,101,116,70,108,111,97,116,54,52,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,122,40,75,40,116,104,105,115,44,56,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,44,53,50,44,56,41,125,44,115,101,116,73,110,116,56,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,88,40,116,104,105,115,44,49,44,116,44,72,44,101,41,125,44,115,101,116,85,105,110,116,56,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,88,40,116,104,105,115,44,49,44,116,44,72,44,101,41,125,44,115,101,116,73,110,116,49,54,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,88,40,116,104,105,115,44,50,44,116,44,85,44,101,44,97,114,103,117,109,101,110,116,115,91,50,93,41,125,44,115,101,116,85,105,110,116,49,54,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,88,40,116,104,105,115,44,50,44,116,44,85,44,101,44,97,114,103,117,109,101,110,116,115,91,50,93,41,125,44,115,101,116,73,110,116,51,50,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,88,40,116,104,105,115,44,52,44,116,44,87,44,101,44,97,114,103,117,109,101,110,116,115,91,50,93,41,125,44,115,101,116,85,105,110,116,51,50,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,88,40,116,104,105,115,44,52,44,116,44,87,44,101,44,97,114,103,117,109,101,110,116,115,91,50,93,41,125,44,115,101,116,70,108,111,97,116,51,50,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,88,40,116,104,105,115,44,52,44,116,44,71,44,101,44,97,114,103,117,109,101,110,116,115,91,50,93,41,125,44,115,101,116,70,108,111,97,116,54,52,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,88,40,116,104,105,115,44,56,44,116,44,113,44,101,44,97,114,103,117,109,101,110,116,115,91,50,93,41,125,125,41,59,109,40,79,44,98,41,44,109,40,83,44,121,41,44,115,40,83,91,119,93,44,97,46,86,73,69,87,44,33,48,41,44,101,91,98,93,61,79,44,101,91,121,93,61,83,125,44,34,53,101,102,55,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,82,101,102,108,101,99,116,34,44,123,111,119,110,75,101,121,115,58,110,40,34,49,102,100,49,34,41,125,41,125,44,34,53,102,48,50,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,38,38,33,48,61,61,61,116,46,105,115,65,120,105,111,115,69,114,114,111,114,125,125,44,34,53,102,53,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,98,48,101,34,41,44,105,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,44,111,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,100,111,99,117,109,101,110,116,44,97,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,110,97,118,105,103,97,116,111,114,44,115,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,80,114,111,109,105,115,101,44,99,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,124,124,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,87,101,98,75,105,116,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,124,124,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,77,111,122,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,44,117,61,105,38,38,111,38,38,97,44,108,61,105,63,119,105,110,100,111,119,58,123,125,44,102,61,111,63,100,111,99,117,109,101,110,116,58,123,125,44,104,61,97,63,110,97,118,105,103,97,116,111,114,58,123,125,44,100,61,40,104,46,117,115,101,114,65,103,101,110,116,124,124,34,34,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,112,61,100,46,105,110,100,101,120,79,102,40,34,106,115,100,111,109,34,41,62,48,44,118,61,40,47,109,115,105,101,124,116,114,105,100,101,110,116,47,46,116,101,115,116,40,100,41,44,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,33,49,59,105,102,40,117,41,116,114,121,123,118,97,114,32,101,61,123,103,101,116,32,112,97,115,115,105,118,101,40,41,123,116,61,33,48,125,125,59,108,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,116,101,115,116,34,44,101,44,101,41,44,108,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,116,101,115,116,34,44,101,44,101,41,125,99,97,116,99,104,40,110,41,123,116,61,33,49,125,114,101,116,117,114,110,32,116,125,40,41,41,44,103,61,117,38,38,40,34,111,110,116,111,117,99,104,115,116,97,114,116,34,105,110,32,102,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,124,124,104,46,109,97,120,84,111,117,99,104,80,111,105,110,116,115,62,48,41,44,109,61,117,38,38,66,111,111,108,101,97,110,40,108,46,80,111,105,110,116,101,114,69,118,101,110,116,124,124,108,46,77,83,80,111,105,110,116,101,114,69,118,101,110,116,41,44,98,61,117,38,38,34,73,110,116,101,114,115,101,99,116,105,111,110,79,98,115,101,114,118,101,114,34,105,110,32,108,38,38,34,73,110,116,101,114,115,101,99,116,105,111,110,79,98,115,101,114,118,101,114,69,110,116,114,121,34,105,110,32,108,38,38,34,105,110,116,101,114,115,101,99,116,105,111,110,82,97,116,105,111,34,105,110,32,108,46,73,110,116,101,114,115,101,99,116,105,111,110,79,98,115,101,114,118,101,114,69,110,116,114,121,46,112,114,111,116,111,116,121,112,101,44,121,61,34,66,118,67,111,110,102,105,103,34,44,119,61,34,36,98,118,67,111,110,102,105,103,34,44,95,61,91,34,120,115,34,44,34,115,109,34,44,34,109,100,34,44,34,108,103,34,44,34,120,108,34,93,44,120,61,47,92,91,40,92,100,43,41,93,47,103,44,79,61,47,94,40,66,86,63,41,47,44,83,61,47,94,92,100,43,36,47,44,107,61,47,94,92,46,46,43,47,44,67,61,47,94,35,47,44,80,61,47,94,35,91,65,45,90,97,45,122,93,43,91,92,119,92,45,58,46,93,42,36,47,44,84,61,47,40,60,40,91,94,62,93,43,41,62,41,47,103,105,44,106,61,47,92,66,40,91,65,45,90,93,41,47,103,44,69,61,47,40,91,97,45,122,93,41,40,91,65,45,90,93,41,47,103,44,65,61,47,94,91,48,45,57,93,42,92,46,63,91,48,45,57,93,43,36,47,44,68,61,47,92,43,47,103,44,76,61,47,91,45,47,92,92,94,36,42,43,63,46,40,41,124,91,92,93,123,125,93,47,103,44,77,61,47,91,92,115,92,117,70,69,70,70,92,120,65,48,93,43,47,103,44,73,61,47,92,115,43,47,44,36,61,47,92,47,92,42,36,47,44,70,61,47,40,92,115,124,94,41,40,92,119,41,47,103,44,66,61,47,94,92,115,43,47,44,82,61,47,95,47,103,44,78,61,47,45,40,92,119,41,47,103,44,122,61,47,94,92,100,43,45,92,100,92,100,63,45,92,100,92,100,63,40,63,58,92,115,124,84,124,36,41,47,44,86,61,47,45,124,92,115,124,84,47,44,72,61,47,94,40,91,48,45,49,93,63,91,48,45,57,93,124,50,91,48,45,51,93,41,58,91,48,45,53,93,63,91,48,45,57,93,40,58,91,48,45,53,93,63,91,48,45,57,93,41,63,36,47,44,85,61,47,94,46,42,40,35,91,94,35,93,43,41,36,47,44,87,61,47,37,50,67,47,103,44,113,61,47,91,33,39,40,41,42,93,47,103,44,71,61,47,94,40,92,63,124,35,124,38,41,47,44,89,61,47,94,92,100,43,40,92,46,92,100,42,41,63,91,47,58,93,92,100,43,40,92,46,92,100,42,41,63,36,47,44,75,61,47,91,47,58,93,47,44,88,61,47,94,99,111,108,45,47,44,90,61,47,94,66,73,99,111,110,47,44,74,61,47,45,117,45,46,43,47,59,102,117,110,99,116,105,111,110,32,81,40,116,41,123,114,101,116,117,114,110,32,81,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,34,115,121,109,98,111,108,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,121,112,101,111,102,32,116,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,83,121,109,98,111,108,38,38,116,33,61,61,83,121,109,98,111,108,46,112,114,111,116,111,116,121,112,101,63,34,115,121,109,98,111,108,34,58,116,121,112,101,111,102,32,116,125,44,81,40,116,41,125,102,117,110,99,116,105,111,110,32,116,116,40,116,44,101,41,123,105,102,40,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,101,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,110,111,116,32,99,97,108,108,32,97,32,99,108,97,115,115,32,97,115,32,97,32,102,117,110,99,116,105,111,110,34,41,125,102,117,110,99,116,105,111,110,32,101,116,40,116,44,101,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,38,38,110,117,108,108,33,61,61,101,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,83,117,112,101,114,32,101,120,112,114,101,115,115,105,111,110,32,109,117,115,116,32,101,105,116,104,101,114,32,98,101,32,110,117,108,108,32,111,114,32,97,32,102,117,110,99,116,105,111,110,34,41,59,116,46,112,114,111,116,111,116,121,112,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,101,38,38,101,46,112,114,111,116,111,116,121,112,101,44,123,99,111,110,115,116,114,117,99,116,111,114,58,123,118,97,108,117,101,58,116,44,119,114,105,116,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,125,41,44,101,38,38,117,116,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,110,116,40,116,41,123,118,97,114,32,101,61,115,116,40,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,44,114,61,108,116,40,116,41,59,105,102,40,101,41,123,118,97,114,32,105,61,108,116,40,116,104,105,115,41,46,99,111,110,115,116,114,117,99,116,111,114,59,110,61,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,40,114,44,97,114,103,117,109,101,110,116,115,44,105,41,125,101,108,115,101,32,110,61,114,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,59,114,101,116,117,114,110,32,114,116,40,116,104,105,115,44,110,41,125,125,102,117,110,99,116,105,111,110,32,114,116,40,116,44,101,41,123,114,101,116,117,114,110,33,101,124,124,34,111,98,106,101,99,116,34,33,61,61,81,40,101,41,38,38,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,63,105,116,40,116,41,58,101,125,102,117,110,99,116,105,111,110,32,105,116,40,116,41,123,105,102,40,118,111,105,100,32,48,61,61,61,116,41,116,104,114,111,119,32,110,101,119,32,82,101,102,101,114,101,110,99,101,69,114,114,111,114,40,34,116,104,105,115,32,104,97,115,110,39,116,32,98,101,101,110,32,105,110,105,116,105,97,108,105,115,101,100,32,45,32,115,117,112,101,114,40,41,32,104,97,115,110,39,116,32,98,101,101,110,32,99,97,108,108,101,100,34,41,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,111,116,40,116,41,123,118,97,114,32,101,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,77,97,112,63,110,101,119,32,77,97,112,58,118,111,105,100,32,48,59,114,101,116,117,114,110,32,111,116,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,110,117,108,108,61,61,61,116,124,124,33,99,116,40,116,41,41,114,101,116,117,114,110,32,116,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,83,117,112,101,114,32,101,120,112,114,101,115,115,105,111,110,32,109,117,115,116,32,101,105,116,104,101,114,32,98,101,32,110,117,108,108,32,111,114,32,97,32,102,117,110,99,116,105,111,110,34,41,59,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,101,41,123,105,102,40,101,46,104,97,115,40,116,41,41,114,101,116,117,114,110,32,101,46,103,101,116,40,116,41,59,101,46,115,101,116,40,116,44,110,41,125,102,117,110,99,116,105,111,110,32,110,40,41,123,114,101,116,117,114,110,32,97,116,40,116,44,97,114,103,117,109,101,110,116,115,44,108,116,40,116,104,105,115,41,46,99,111,110,115,116,114,117,99,116,111,114,41,125,114,101,116,117,114,110,32,110,46,112,114,111,116,111,116,121,112,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,116,46,112,114,111,116,111,116,121,112,101,44,123,99,111,110,115,116,114,117,99,116,111,114,58,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,49,44,119,114,105,116,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,125,41,44,117,116,40,110,44,116,41,125,44,111,116,40,116,41,125,102,117,110,99,116,105,111,110,32,97,116,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,97,116,61,115,116,40,41,63,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,91,110,117,108,108,93,59,114,46,112,117,115,104,46,97,112,112,108,121,40,114,44,101,41,59,118,97,114,32,105,61,70,117,110,99,116,105,111,110,46,98,105,110,100,46,97,112,112,108,121,40,116,44,114,41,44,111,61,110,101,119,32,105,59,114,101,116,117,114,110,32,110,38,38,117,116,40,111,44,110,46,112,114,111,116,111,116,121,112,101,41,44,111,125,44,97,116,46,97,112,112,108,121,40,110,117,108,108,44,97,114,103,117,109,101,110,116,115,41,125,102,117,110,99,116,105,111,110,32,115,116,40,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,82,101,102,108,101,99,116,124,124,33,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,41,114,101,116,117,114,110,33,49,59,105,102,40,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,46,115,104,97,109,41,114,101,116,117,114,110,33,49,59,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,80,114,111,120,121,41,114,101,116,117,114,110,33,48,59,116,114,121,123,114,101,116,117,114,110,32,68,97,116,101,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,40,68,97,116,101,44,91,93,44,40,102,117,110,99,116,105,111,110,40,41,123,125,41,41,41,44,33,48,125,99,97,116,99,104,40,116,41,123,114,101,116,117,114,110,33,49,125,125,102,117,110,99,116,105,111,110,32,99,116,40,116,41,123,114,101,116,117,114,110,45,49,33,61,61,70,117,110,99,116,105,111,110,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,105,110,100,101,120,79,102,40,34,91,110,97,116,105,118,101,32,99,111,100,101,93,34,41,125,102,117,110,99,116,105,111,110,32,117,116,40,116,44,101,41,123,114,101,116,117,114,110,32,117,116,61,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,124,124,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,95,95,112,114,111,116,111,95,95,61,101,44,116,125,44,117,116,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,108,116,40,116,41,123,114,101,116,117,114,110,32,108,116,61,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,63,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,95,112,114,111,116,111,95,95,124,124,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,116,41,125,44,108,116,40,116,41,125,118,97,114,32,102,116,61,105,63,108,46,69,108,101,109,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,101,116,40,110,44,116,41,59,118,97,114,32,101,61,110,116,40,110,41,59,102,117,110,99,116,105,111,110,32,110,40,41,123,114,101,116,117,114,110,32,116,116,40,116,104,105,115,44,110,41,44,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,114,101,116,117,114,110,32,110,125,40,111,116,40,79,98,106,101,99,116,41,41,44,104,116,61,105,63,108,46,72,84,77,76,69,108,101,109,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,101,116,40,110,44,116,41,59,118,97,114,32,101,61,110,116,40,110,41,59,102,117,110,99,116,105,111,110,32,110,40,41,123,114,101,116,117,114,110,32,116,116,40,116,104,105,115,44,110,41,44,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,114,101,116,117,114,110,32,110,125,40,102,116,41,44,100,116,61,105,63,108,46,83,86,71,69,108,101,109,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,101,116,40,110,44,116,41,59,118,97,114,32,101,61,110,116,40,110,41,59,102,117,110,99,116,105,111,110,32,110,40,41,123,114,101,116,117,114,110,32,116,116,40,116,104,105,115,44,110,41,44,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,114,101,116,117,114,110,32,110,125,40,102,116,41,44,112,116,61,105,63,108,46,70,105,108,101,58,102,117,110,99,116,105,111,110,40,116,41,123,101,116,40,110,44,116,41,59,118,97,114,32,101,61,110,116,40,110,41,59,102,117,110,99,116,105,111,110,32,110,40,41,123,114,101,116,117,114,110,32,116,116,40,116,104,105,115,44,110,41,44,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,114,101,116,117,114,110,32,110,125,40,111,116,40,79,98,106,101,99,116,41,41,59,102,117,110,99,116,105,111,110,32,118,116,40,116,41,123,114,101,116,117,114,110,32,118,116,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,34,115,121,109,98,111,108,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,121,112,101,111,102,32,116,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,83,121,109,98,111,108,38,38,116,33,61,61,83,121,109,98,111,108,46,112,114,111,116,111,116,121,112,101,63,34,115,121,109,98,111,108,34,58,116,121,112,101,111,102,32,116,125,44,118,116,40,116,41,125,118,97,114,32,103,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,118,116,40,116,41,125,44,109,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,125,44,98,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,125,44,121,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,61,116,125,44,119,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,98,116,40,116,41,124,124,121,116,40,116,41,125,44,95,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,61,103,116,40,116,41,125,44,120,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,98,111,111,108,101,97,110,34,61,61,61,103,116,40,116,41,125,44,79,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,61,103,116,40,116,41,125,44,83,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,110,117,109,98,101,114,34,61,61,61,103,116,40,116,41,125,44,107,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,65,46,116,101,115,116,40,83,116,114,105,110,103,40,116,41,41,125,44,67,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,125,44,80,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,38,38,34,111,98,106,101,99,116,34,61,61,61,118,116,40,116,41,125,44,84,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,91,111,98,106,101,99,116,32,79,98,106,101,99,116,93,34,61,61,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,125,44,106,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,32,105,110,115,116,97,110,99,101,111,102,32,68,97,116,101,125,44,69,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,32,105,110,115,116,97,110,99,101,111,102,32,69,118,101,110,116,125,44,65,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,32,105,110,115,116,97,110,99,101,111,102,32,112,116,125,44,68,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,82,101,103,69,120,112,34,61,61,61,109,116,40,116,41,125,44,76,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,119,116,40,116,41,38,38,95,116,40,116,46,116,104,101,110,41,38,38,95,116,40,116,46,99,97,116,99,104,41,125,59,102,117,110,99,116,105,111,110,32,77,116,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,73,116,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,77,116,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,36,116,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,77,116,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,36,116,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,70,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,97,115,115,105,103,110,46,97,112,112,108,121,40,79,98,106,101,99,116,44,97,114,103,117,109,101,110,116,115,41,125,44,66,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,99,114,101,97,116,101,40,116,44,101,41,125,44,82,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,101,41,125,44,78,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,110,41,125,44,122,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,40,116,41,125,44,86,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,107,101,121,115,40,116,41,125,44,72,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,116,44,101,41,125,44,85,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,125,44,87,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,73,116,40,123,125,44,116,41,125,44,113,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,86,116,40,116,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,45,49,33,61,61,101,46,105,110,100,101,120,79,102,40,116,41,125,41,41,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,32,73,116,40,73,116,40,123,125,44,101,41,44,123,125,44,36,116,40,123,125,44,110,44,116,91,110,93,41,41,125,41,44,123,125,41,125,44,71,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,86,116,40,116,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,45,49,61,61,61,101,46,105,110,100,101,120,79,102,40,116,41,125,41,41,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,32,73,116,40,73,116,40,123,125,44,101,41,44,123,125,44,36,116,40,123,125,44,110,44,116,91,110,93,41,41,125,41,44,123,125,41,125,44,89,116,61,102,117,110,99,116,105,111,110,32,116,40,101,44,110,41,123,114,101,116,117,114,110,32,80,116,40,101,41,38,38,80,116,40,110,41,38,38,86,116,40,110,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,114,41,123,80,116,40,110,91,114,93,41,63,40,101,91,114,93,38,38,80,116,40,101,91,114,93,41,124,124,40,101,91,114,93,61,110,91,114,93,41,44,116,40,101,91,114,93,44,110,91,114,93,41,41,58,70,116,40,101,44,36,116,40,123,125,44,114,44,110,91,114,93,41,41,125,41,41,44,101,125,44,75,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,86,116,40,116,41,46,115,111,114,116,40,41,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,32,73,116,40,73,116,40,123,125,44,101,41,44,123,125,44,36,116,40,123,125,44,110,44,116,91,110,93,41,41,125,41,44,123,125,41,125,44,88,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,49,44,119,114,105,116,97,98,108,101,58,33,49,125,125,59,102,117,110,99,116,105,111,110,32,90,116,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,74,116,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,90,116,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,81,116,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,90,116,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,81,116,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,102,117,110,99,116,105,111,110,32,116,101,40,116,41,123,114,101,116,117,114,110,32,105,101,40,116,41,124,124,114,101,40,116,41,124,124,110,101,40,116,41,124,124,101,101,40,41,125,102,117,110,99,116,105,111,110,32,101,101,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,115,112,114,101,97,100,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,46,92,110,73,110,32,111,114,100,101,114,32,116,111,32,98,101,32,105,116,101,114,97,98,108,101,44,32,110,111,110,45,97,114,114,97,121,32,111,98,106,101,99,116,115,32,109,117,115,116,32,104,97,118,101,32,97,32,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,32,109,101,116,104,111,100,46,34,41,125,102,117,110,99,116,105,111,110,32,110,101,40,116,44,101,41,123,105,102,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,111,101,40,116,44,101,41,59,118,97,114,32,110,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,59,114,101,116,117,114,110,34,79,98,106,101,99,116,34,61,61,61,110,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,40,110,61,116,46,99,111,110,115,116,114,117,99,116,111,114,46,110,97,109,101,41,44,34,77,97,112,34,61,61,61,110,124,124,34,83,101,116,34,61,61,61,110,63,65,114,114,97,121,46,102,114,111,109,40,116,41,58,34,65,114,103,117,109,101,110,116,115,34,61,61,61,110,124,124,47,94,40,63,58,85,105,124,73,41,110,116,40,63,58,56,124,49,54,124,51,50,41,40,63,58,67,108,97,109,112,101,100,41,63,65,114,114,97,121,36,47,46,116,101,115,116,40,110,41,63,111,101,40,116,44,101,41,58,118,111,105,100,32,48,125,125,102,117,110,99,116,105,111,110,32,114,101,40,116,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,116,41,41,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,40,116,41,125,102,117,110,99,116,105,111,110,32,105,101,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,114,101,116,117,114,110,32,111,101,40,116,41,125,102,117,110,99,116,105,111,110,32,111,101,40,116,44,101,41,123,40,110,117,108,108,61,61,101,124,124,101,62,116,46,108,101,110,103,116,104,41,38,38,40,101,61,116,46,108,101,110,103,116,104,41,59,102,111,114,40,118,97,114,32,110,61,48,44,114,61,110,101,119,32,65,114,114,97,121,40,101,41,59,110,60,101,59,110,43,43,41,114,91,110,93,61,116,91,110,93,59,114,101,116,117,114,110,32,114,125,118,97,114,32,97,101,61,102,117,110,99,116,105,111,110,32,116,40,101,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,101,59,114,101,116,117,114,110,32,67,116,40,101,41,63,101,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,91,93,46,99,111,110,99,97,116,40,116,101,40,101,41,44,91,116,40,110,44,110,41,93,41,125,41,44,91,93,41,58,84,116,40,101,41,63,86,116,40,101,41,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,114,101,116,117,114,110,32,74,116,40,74,116,40,123,125,44,110,41,44,123,125,44,81,116,40,123,125,44,114,44,116,40,101,91,114,93,44,101,91,114,93,41,41,41,125,41,44,123,125,41,58,110,125,44,115,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,44,99,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,118,111,105,100,32,48,59,105,102,40,101,61,67,116,40,101,41,63,101,46,106,111,105,110,40,34,46,34,41,58,101,44,33,101,124,124,33,80,116,40,116,41,41,114,101,116,117,114,110,32,110,59,105,102,40,101,32,105,110,32,116,41,114,101,116,117,114,110,32,116,91,101,93,59,101,61,83,116,114,105,110,103,40,101,41,46,114,101,112,108,97,99,101,40,120,44,34,46,36,49,34,41,59,118,97,114,32,114,61,101,46,115,112,108,105,116,40,34,46,34,41,46,102,105,108,116,101,114,40,115,101,41,59,114,101,116,117,114,110,32,48,61,61,61,114,46,108,101,110,103,116,104,63,110,58,114,46,101,118,101,114,121,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,80,116,40,116,41,38,38,101,32,105,110,32,116,38,38,33,119,116,40,116,61,116,91,101,93,41,125,41,41,63,116,58,121,116,40,116,41,63,110,117,108,108,58,110,125,44,117,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,110,117,108,108,44,114,61,99,101,40,116,44,101,41,59,114,101,116,117,114,110,32,119,116,40,114,41,63,110,58,114,125,44,108,101,61,110,40,34,57,51,56,100,34,41,44,102,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,110,117,108,108,59,79,98,106,101,99,116,40,108,101,91,34,97,34,93,41,40,41,124,124,99,111,110,115,111,108,101,46,119,97,114,110,40,34,91,66,111,111,116,115,116,114,97,112,86,117,101,32,119,97,114,110,93,58,32,34,46,99,111,110,99,97,116,40,101,63,34,34,46,99,111,110,99,97,116,40,101,44,34,32,45,32,34,41,58,34,34,41,46,99,111,110,99,97,116,40,116,41,41,125,44,104,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,117,38,38,40,102,101,40,34,34,46,99,111,110,99,97,116,40,116,44,34,58,32,67,97,110,32,110,111,116,32,98,101,32,99,97,108,108,101,100,32,100,117,114,105,110,103,32,83,83,82,46,34,41,41,44,33,48,41,125,44,100,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,115,38,38,40,102,101,40,34,34,46,99,111,110,99,97,116,40,116,44,34,58,32,82,101,113,117,105,114,101,115,32,80,114,111,109,105,115,101,32,115,117,112,112,111,114,116,46,34,41,41,44,33,48,41,125,44,112,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,99,38,38,40,102,101,40,34,34,46,99,111,110,99,97,116,40,116,44,34,58,32,82,101,113,117,105,114,101,115,32,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,32,115,117,112,112,111,114,116,46,34,41,41,44,33,48,41,125,59,102,117,110,99,116,105,111,110,32,118,101,40,116,44,101,41,123,105,102,40,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,101,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,110,111,116,32,99,97,108,108,32,97,32,99,108,97,115,115,32,97,115,32,97,32,102,117,110,99,116,105,111,110,34,41,125,102,117,110,99,116,105,111,110,32,103,101,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,101,46,108,101,110,103,116,104,59,110,43,43,41,123,118,97,114,32,114,61,101,91,110,93,59,114,46,101,110,117,109,101,114,97,98,108,101,61,114,46,101,110,117,109,101,114,97,98,108,101,124,124,33,49,44,114,46,99,111,110,102,105,103,117,114,97,98,108,101,61,33,48,44,34,118,97,108,117,101,34,105,110,32,114,38,38,40,114,46,119,114,105,116,97,98,108,101,61,33,48,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,114,46,107,101,121,44,114,41,125,125,102,117,110,99,116,105,111,110,32,109,101,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,38,38,103,101,40,116,46,112,114,111,116,111,116,121,112,101,44,101,41,44,110,38,38,103,101,40,116,44,110,41,44,116,125,118,97,114,32,98,101,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,41,123,118,101,40,116,104,105,115,44,116,41,44,116,104,105,115,46,36,95,99,111,110,102,105,103,61,123,125,125,114,101,116,117,114,110,32,109,101,40,116,44,91,123,107,101,121,58,34,115,101,116,67,111,110,102,105,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,123,125,59,105,102,40,84,116,40,101,41,41,123,118,97,114,32,110,61,122,116,40,101,41,59,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,101,91,110,93,59,34,98,114,101,97,107,112,111,105,110,116,115,34,61,61,61,110,63,33,67,116,40,114,41,124,124,114,46,108,101,110,103,116,104,60,50,124,124,114,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,79,116,40,116,41,124,124,48,61,61,61,116,46,108,101,110,103,116,104,125,41,41,63,102,101,40,39,34,98,114,101,97,107,112,111,105,110,116,115,34,32,109,117,115,116,32,98,101,32,97,110,32,97,114,114,97,121,32,111,102,32,97,116,32,108,101,97,115,116,32,50,32,98,114,101,97,107,112,111,105,110,116,32,110,97,109,101,115,39,44,121,41,58,116,46,36,95,99,111,110,102,105,103,91,110,93,61,97,101,40,114,41,58,84,116,40,114,41,38,38,40,116,46,36,95,99,111,110,102,105,103,91,110,93,61,122,116,40,114,41,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,98,116,40,114,91,101,93,41,124,124,40,116,91,101,93,61,97,101,40,114,91,101,93,41,41,44,116,125,41,44,116,46,36,95,99,111,110,102,105,103,91,110,93,124,124,123,125,41,41,125,41,41,125,125,125,44,123,107,101,121,58,34,114,101,115,101,116,67,111,110,102,105,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,99,111,110,102,105,103,61,123,125,125,125,44,123,107,101,121,58,34,103,101,116,67,111,110,102,105,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,97,101,40,116,104,105,115,46,36,95,99,111,110,102,105,103,41,125,125,44,123,107,101,121,58,34,103,101,116,67,111,110,102,105,103,86,97,108,117,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,59,114,101,116,117,114,110,32,97,101,40,99,101,40,116,104,105,115,46,36,95,99,111,110,102,105,103,44,116,44,101,41,41,125,125,93,41,44,116,125,40,41,44,121,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,123,125,44,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,114,91,34,100,101,102,97,117,108,116,34,93,59,101,46,112,114,111,116,111,116,121,112,101,91,119,93,61,114,91,34,100,101,102,97,117,108,116,34,93,46,112,114,111,116,111,116,121,112,101,91,119,93,61,101,46,112,114,111,116,111,116,121,112,101,91,119,93,124,124,114,91,34,100,101,102,97,117,108,116,34,93,46,112,114,111,116,111,116,121,112,101,91,119,93,124,124,110,101,119,32,98,101,44,101,46,112,114,111,116,111,116,121,112,101,91,119,93,46,115,101,116,67,111,110,102,105,103,40,116,41,125,59,102,117,110,99,116,105,111,110,32,119,101,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,95,101,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,119,101,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,120,101,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,119,101,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,120,101,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,79,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,33,49,44,101,61,91,34,77,117,108,116,105,112,108,101,32,105,110,115,116,97,110,99,101,115,32,111,102,32,86,117,101,32,100,101,116,101,99,116,101,100,33,34,44,34,89,111,117,32,109,97,121,32,110,101,101,100,32,116,111,32,115,101,116,32,117,112,32,97,110,32,97,108,105,97,115,32,102,111,114,32,86,117,101,32,105,110,32,121,111,117,114,32,98,117,110,100,108,101,114,32,99,111,110,102,105,103,46,34,44,34,83,101,101,58,32,104,116,116,112,115,58,47,47,98,111,111,116,115,116,114,97,112,45,118,117,101,46,111,114,103,47,100,111,99,115,35,117,115,105,110,103,45,109,111,100,117,108,101,45,98,117,110,100,108,101,114,115,34,93,46,106,111,105,110,40,34,92,110,34,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,116,124,124,114,91,34,100,101,102,97,117,108,116,34,93,61,61,61,110,124,124,112,124,124,102,101,40,101,41,44,116,61,33,48,125,125,40,41,44,83,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,123,125,44,101,61,116,46,99,111,109,112,111,110,101,110,116,115,44,110,61,116,46,100,105,114,101,99,116,105,118,101,115,44,114,61,116,46,112,108,117,103,105,110,115,44,105,61,102,117,110,99,116,105,111,110,32,116,40,105,41,123,118,97,114,32,111,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,59,116,46,105,110,115,116,97,108,108,101,100,124,124,40,116,46,105,110,115,116,97,108,108,101,100,61,33,48,44,79,101,40,105,41,44,121,101,40,111,44,105,41,44,84,101,40,105,44,101,41,44,69,101,40,105,44,110,41,44,67,101,40,105,44,114,41,41,125,59,114,101,116,117,114,110,32,105,46,105,110,115,116,97,108,108,101,100,61,33,49,44,105,125,44,107,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,123,125,44,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,59,114,101,116,117,114,110,32,95,101,40,95,101,40,123,125,44,101,41,44,123,125,44,123,105,110,115,116,97,108,108,58,83,101,40,116,41,125,41,125,44,67,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,59,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,110,38,38,101,91,110,93,38,38,116,46,117,115,101,40,101,91,110,93,41,125,44,80,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,38,38,101,38,38,110,38,38,116,46,99,111,109,112,111,110,101,110,116,40,101,44,110,41,125,44,84,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,59,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,80,101,40,116,44,110,44,101,91,110,93,41,125,44,106,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,38,38,101,38,38,110,38,38,116,46,100,105,114,101,99,116,105,118,101,40,101,46,114,101,112,108,97,99,101,40,47,94,86,66,47,44,34,66,34,41,44,110,41,125,44,69,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,59,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,106,101,40,116,44,110,44,101,91,110,93,41,125,44,65,101,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,40,65,101,61,79,98,106,101,99,116,46,97,115,115,105,103,110,124,124,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,44,110,61,49,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,110,60,114,59,110,43,43,41,102,111,114,40,118,97,114,32,105,32,105,110,32,101,61,97,114,103,117,109,101,110,116,115,91,110,93,41,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,101,44,105,41,38,38,40,116,91,105,93,61,101,91,105,93,41,59,114,101,116,117,114,110,32,116,125,41,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,44,68,101,61,123,107,101,98,97,98,58,47,45,40,92,119,41,47,103,44,115,116,121,108,101,80,114,111,112,58,47,58,40,46,42,41,47,44,115,116,121,108,101,76,105,115,116,58,47,59,40,63,33,91,94,40,93,42,92,41,41,47,103,125,59,102,117,110,99,116,105,111,110,32,76,101,40,116,44,101,41,123,114,101,116,117,114,110,32,101,63,101,46,116,111,85,112,112,101,114,67,97,115,101,40,41,58,34,34,125,102,117,110,99,116,105,111,110,32,77,101,40,116,41,123,102,111,114,40,118,97,114,32,101,44,110,61,123,125,44,114,61,48,44,105,61,116,46,115,112,108,105,116,40,68,101,46,115,116,121,108,101,76,105,115,116,41,59,114,60,105,46,108,101,110,103,116,104,59,114,43,43,41,123,118,97,114,32,111,61,105,91,114,93,46,115,112,108,105,116,40,68,101,46,115,116,121,108,101,80,114,111,112,41,44,97,61,111,91,48,93,44,115,61,111,91,49,93,59,40,97,61,97,46,116,114,105,109,40,41,41,38,38,40,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,115,38,38,40,115,61,115,46,116,114,105,109,40,41,41,44,110,91,40,101,61,97,44,101,46,114,101,112,108,97,99,101,40,68,101,46,107,101,98,97,98,44,76,101,41,41,93,61,115,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,73,101,40,41,123,102,111,114,40,118,97,114,32,116,44,101,44,110,61,123,125,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,114,45,45,59,41,102,111,114,40,118,97,114,32,105,61,48,44,111,61,79,98,106,101,99,116,46,107,101,121,115,40,97,114,103,117,109,101,110,116,115,91,114,93,41,59,105,60,111,46,108,101,110,103,116,104,59,105,43,43,41,115,119,105,116,99,104,40,116,61,111,91,105,93,41,123,99,97,115,101,34,99,108,97,115,115,34,58,99,97,115,101,34,115,116,121,108,101,34,58,99,97,115,101,34,100,105,114,101,99,116,105,118,101,115,34,58,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,110,91,116,93,41,124,124,40,110,91,116,93,61,91,93,41,44,34,115,116,121,108,101,34,61,61,61,116,41,123,118,97,114,32,97,61,118,111,105,100,32,48,59,97,61,65,114,114,97,121,46,105,115,65,114,114,97,121,40,97,114,103,117,109,101,110,116,115,91,114,93,46,115,116,121,108,101,41,63,97,114,103,117,109,101,110,116,115,91,114,93,46,115,116,121,108,101,58,91,97,114,103,117,109,101,110,116,115,91,114,93,46,115,116,121,108,101,93,59,102,111,114,40,118,97,114,32,115,61,48,59,115,60,97,46,108,101,110,103,116,104,59,115,43,43,41,123,118,97,114,32,99,61,97,91,115,93,59,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,99,38,38,40,97,91,115,93,61,77,101,40,99,41,41,125,97,114,103,117,109,101,110,116,115,91,114,93,46,115,116,121,108,101,61,97,125,110,91,116,93,61,110,91,116,93,46,99,111,110,99,97,116,40,97,114,103,117,109,101,110,116,115,91,114,93,91,116,93,41,59,98,114,101,97,107,59,99,97,115,101,34,115,116,97,116,105,99,67,108,97,115,115,34,58,105,102,40,33,97,114,103,117,109,101,110,116,115,91,114,93,91,116,93,41,98,114,101,97,107,59,118,111,105,100,32,48,61,61,61,110,91,116,93,38,38,40,110,91,116,93,61,34,34,41,44,110,91,116,93,38,38,40,110,91,116,93,43,61,34,32,34,41,44,110,91,116,93,43,61,97,114,103,117,109,101,110,116,115,91,114,93,91,116,93,46,116,114,105,109,40,41,59,98,114,101,97,107,59,99,97,115,101,34,111,110,34,58,99,97,115,101,34,110,97,116,105,118,101,79,110,34,58,110,91,116,93,124,124,40,110,91,116,93,61,123,125,41,59,102,111,114,40,118,97,114,32,117,61,48,44,108,61,79,98,106,101,99,116,46,107,101,121,115,40,97,114,103,117,109,101,110,116,115,91,114,93,91,116,93,124,124,123,125,41,59,117,60,108,46,108,101,110,103,116,104,59,117,43,43,41,101,61,108,91,117,93,44,110,91,116,93,91,101,93,63,110,91,116,93,91,101,93,61,91,93,46,99,111,110,99,97,116,40,110,91,116,93,91,101,93,44,97,114,103,117,109,101,110,116,115,91,114,93,91,116,93,91,101,93,41,58,110,91,116,93,91,101,93,61,97,114,103,117,109,101,110,116,115,91,114,93,91,116,93,91,101,93,59,98,114,101,97,107,59,99,97,115,101,34,97,116,116,114,115,34,58,99,97,115,101,34,112,114,111,112,115,34,58,99,97,115,101,34,100,111,109,80,114,111,112,115,34,58,99,97,115,101,34,115,99,111,112,101,100,83,108,111,116,115,34,58,99,97,115,101,34,115,116,97,116,105,99,83,116,121,108,101,34,58,99,97,115,101,34,104,111,111,107,34,58,99,97,115,101,34,116,114,97,110,115,105,116,105,111,110,34,58,110,91,116,93,124,124,40,110,91,116,93,61,123,125,41,44,110,91,116,93,61,65,101,40,123,125,44,97,114,103,117,109,101,110,116,115,91,114,93,91,116,93,44,110,91,116,93,41,59,98,114,101,97,107,59,99,97,115,101,34,115,108,111,116,34,58,99,97,115,101,34,107,101,121,34,58,99,97,115,101,34,114,101,102,34,58,99,97,115,101,34,116,97,103,34,58,99,97,115,101,34,115,104,111,119,34,58,99,97,115,101,34,107,101,101,112,65,108,105,118,101,34,58,100,101,102,97,117,108,116,58,110,91,116,93,124,124,40,110,91,116,93,61,97,114,103,117,109,101,110,116,115,91,114,93,91,116,93,41,125,114,101,116,117,114,110,32,110,125,118,97,114,32,36,101,61,34,95,117,105,100,34,44,70,101,61,34,66,65,108,101,114,116,34,44,66,101,61,34,66,65,115,112,101,99,116,34,44,82,101,61,34,66,65,118,97,116,97,114,34,44,78,101,61,34,66,65,118,97,116,97,114,71,114,111,117,112,34,44,122,101,61,34,66,66,97,100,103,101,34,44,86,101,61,34,66,66,114,101,97,100,99,114,117,109,98,34,44,72,101,61,34,66,66,114,101,97,100,99,114,117,109,98,73,116,101,109,34,44,85,101,61,34,66,66,114,101,97,100,99,114,117,109,98,76,105,110,107,34,44,87,101,61,34,66,66,117,116,116,111,110,34,44,113,101,61,34,66,66,117,116,116,111,110,67,108,111,115,101,34,44,71,101,61,34,66,66,117,116,116,111,110,71,114,111,117,112,34,44,89,101,61,34,66,66,117,116,116,111,110,84,111,111,108,98,97,114,34,44,75,101,61,34,66,67,97,108,101,110,100,97,114,34,44,88,101,61,34,66,67,97,114,100,34,44,90,101,61,34,66,67,97,114,100,66,111,100,121,34,44,74,101,61,34,66,67,97,114,100,70,111,111,116,101,114,34,44,81,101,61,34,66,67,97,114,100,71,114,111,117,112,34,44,116,110,61,34,66,67,97,114,100,72,101,97,100,101,114,34,44,101,110,61,34,66,67,97,114,100,73,109,103,34,44,110,110,61,34,66,67,97,114,100,73,109,103,76,97,122,121,34,44,114,110,61,34,66,67,97,114,100,83,117,98,84,105,116,108,101,34,44,111,110,61,34,66,67,97,114,100,84,101,120,116,34,44,97,110,61,34,66,67,97,114,100,84,105,116,108,101,34,44,115,110,61,34,66,67,97,114,111,117,115,101,108,34,44,99,110,61,34,66,67,97,114,111,117,115,101,108,83,108,105,100,101,34,44,117,110,61,34,66,67,111,108,34,44,108,110,61,34,66,67,111,108,108,97,112,115,101,34,44,102,110,61,34,66,67,111,110,116,97,105,110,101,114,34,44,104,110,61,34,66,68,114,111,112,100,111,119,110,34,44,100,110,61,34,66,68,114,111,112,100,111,119,110,68,105,118,105,100,101,114,34,44,112,110,61,34,66,68,114,111,112,100,111,119,110,70,111,114,109,34,44,118,110,61,34,66,68,114,111,112,100,111,119,110,71,114,111,117,112,34,44,103,110,61,34,66,68,114,111,112,100,111,119,110,72,101,97,100,101,114,34,44,109,110,61,34,66,68,114,111,112,100,111,119,110,73,116,101,109,34,44,98,110,61,34,66,68,114,111,112,100,111,119,110,73,116,101,109,66,117,116,116,111,110,34,44,121,110,61,34,66,68,114,111,112,100,111,119,110,84,101,120,116,34,44,119,110,61,34,66,69,109,98,101,100,34,44,95,110,61,34,66,70,111,114,109,34,44,120,110,61,34,66,70,111,114,109,67,104,101,99,107,98,111,120,34,44,79,110,61,34,66,70,111,114,109,67,104,101,99,107,98,111,120,71,114,111,117,112,34,44,83,110,61,34,66,70,111,114,109,68,97,116,97,108,105,115,116,34,44,107,110,61,34,66,70,111,114,109,68,97,116,101,112,105,99,107,101,114,34,44,67,110,61,34,66,70,111,114,109,70,105,108,101,34,44,80,110,61,34,66,70,111,114,109,71,114,111,117,112,34,44,84,110,61,34,66,70,111,114,109,73,110,112,117,116,34,44,106,110,61,34,66,70,111,114,109,73,110,118,97,108,105,100,70,101,101,100,98,97,99,107,34,44,69,110,61,34,66,70,111,114,109,82,97,100,105,111,34,44,65,110,61,34,66,70,111,114,109,82,97,100,105,111,71,114,111,117,112,34,44,68,110,61,34,66,70,111,114,109,82,97,116,105,110,103,34,44,76,110,61,34,66,70,111,114,109,82,111,119,34,44,77,110,61,34,66,70,111,114,109,83,101,108,101,99,116,34,44,73,110,61,34,66,70,111,114,109,83,101,108,101,99,116,79,112,116,105,111,110,34,44,36,110,61,34,66,70,111,114,109,83,101,108,101,99,116,79,112,116,105,111,110,71,114,111,117,112,34,44,70,110,61,34,66,70,111,114,109,83,112,105,110,98,117,116,116,111,110,34,44,66,110,61,34,66,70,111,114,109,84,97,103,34,44,82,110,61,34,66,70,111,114,109,84,97,103,115,34,44,78,110,61,34,66,70,111,114,109,84,101,120,116,34,44,122,110,61,34,66,70,111,114,109,84,101,120,116,97,114,101,97,34,44,86,110,61,34,66,70,111,114,109,84,105,109,101,112,105,99,107,101,114,34,44,72,110,61,34,66,70,111,114,109,86,97,108,105,100,70,101,101,100,98,97,99,107,34,44,85,110,61,34,66,73,99,111,110,34,44,87,110,61,34,66,73,99,111,110,66,97,115,101,34,44,113,110,61,34,66,73,109,103,34,44,71,110,61,34,66,73,109,103,76,97,122,121,34,44,89,110,61,34,66,73,110,112,117,116,71,114,111,117,112,34,44,75,110,61,34,66,73,110,112,117,116,71,114,111,117,112,65,100,100,111,110,34,44,88,110,61,34,66,73,110,112,117,116,71,114,111,117,112,65,112,112,101,110,100,34,44,90,110,61,34,66,73,110,112,117,116,71,114,111,117,112,80,114,101,112,101,110,100,34,44,74,110,61,34,66,73,110,112,117,116,71,114,111,117,112,84,101,120,116,34,44,81,110,61,34,66,74,117,109,98,111,116,114,111,110,34,44,116,114,61,34,66,76,105,110,107,34,44,101,114,61,34,66,76,105,115,116,71,114,111,117,112,34,44,110,114,61,34,66,76,105,115,116,71,114,111,117,112,73,116,101,109,34,44,114,114,61,34,66,77,101,100,105,97,34,44,105,114,61,34,66,77,101,100,105,97,65,115,105,100,101,34,44,111,114,61,34,66,77,101,100,105,97,66,111,100,121,34,44,97,114,61,34,66,77,111,100,97,108,34,44,115,114,61,34,66,77,115,103,66,111,120,34,44,99,114,61,34,66,78,97,118,34,44,117,114,61,34,66,78,97,118,98,97,114,34,44,108,114,61,34,66,78,97,118,98,97,114,66,114,97,110,100,34,44,102,114,61,34,66,78,97,118,98,97,114,78,97,118,34,44,104,114,61,34,66,78,97,118,98,97,114,84,111,103,103,108,101,34,44,100,114,61,34,66,78,97,118,70,111,114,109,34,44,112,114,61,34,66,78,97,118,73,116,101,109,34,44,118,114,61,34,66,78,97,118,73,116,101,109,68,114,111,112,100,111,119,110,34,44,103,114,61,34,66,78,97,118,84,101,120,116,34,44,109,114,61,34,66,79,118,101,114,108,97,121,34,44,98,114,61,34,66,80,97,103,105,110,97,116,105,111,110,34,44,121,114,61,34,66,80,97,103,105,110,97,116,105,111,110,78,97,118,34,44,119,114,61,34,66,80,111,112,111,118,101,114,34,44,95,114,61,34,66,80,114,111,103,114,101,115,115,34,44,120,114,61,34,66,80,114,111,103,114,101,115,115,66,97,114,34,44,79,114,61,34,66,82,111,119,34,44,83,114,61,34,66,83,105,100,101,98,97,114,34,44,107,114,61,34,66,83,107,101,108,101,116,111,110,34,44,67,114,61,34,66,83,107,101,108,101,116,111,110,73,99,111,110,34,44,80,114,61,34,66,83,107,101,108,101,116,111,110,73,109,103,34,44,84,114,61,34,66,83,107,101,108,101,116,111,110,84,97,98,108,101,34,44,106,114,61,34,66,83,107,101,108,101,116,111,110,87,114,97,112,112,101,114,34,44,69,114,61,34,66,83,112,105,110,110,101,114,34,44,65,114,61,34,66,84,97,98,34,44,68,114,61,34,66,84,97,98,108,101,34,44,76,114,61,34,66,84,97,98,108,101,67,101,108,108,34,44,77,114,61,34,66,84,97,98,108,101,76,105,116,101,34,44,73,114,61,34,66,84,97,98,108,101,83,105,109,112,108,101,34,44,36,114,61,34,66,84,97,98,115,34,44,70,114,61,34,66,84,98,111,100,121,34,44,66,114,61,34,66,84,102,111,111,116,34,44,82,114,61,34,66,84,104,34,44,78,114,61,34,66,84,104,101,97,100,34,44,122,114,61,34,66,84,105,109,101,34,44,86,114,61,34,66,84,111,97,115,116,34,44,72,114,61,34,66,84,111,97,115,116,101,114,34,44,85,114,61,34,66,84,111,111,108,116,105,112,34,44,87,114,61,34,66,84,114,34,44,113,114,61,34,66,86,67,111,108,108,97,112,115,101,34,44,71,114,61,34,66,86,70,111,114,109,66,116,110,76,97,98,101,108,67,111,110,116,114,111,108,34,44,89,114,61,34,66,86,70,111,114,109,82,97,116,105,110,103,83,116,97,114,34,44,75,114,61,34,66,86,80,111,112,111,118,101,114,34,44,88,114,61,34,66,86,80,111,112,111,118,101,114,84,101,109,112,108,97,116,101,34,44,90,114,61,34,66,86,80,111,112,112,101,114,34,44,74,114,61,34,66,86,84,97,98,66,117,116,116,111,110,34,44,81,114,61,34,66,86,84,111,97,115,116,80,111,112,34,44,116,105,61,34,66,86,84,111,111,108,116,105,112,34,44,101,105,61,34,66,86,84,111,111,108,116,105,112,84,101,109,112,108,97,116,101,34,44,110,105,61,34,66,86,84,114,97,110,115,105,116,105,111,110,34,44,114,105,61,34,66,86,84,114,97,110,115,112,111,114,116,101,114,34,44,105,105,61,34,66,86,84,114,97,110,115,112,111,114,116,101,114,84,97,114,103,101,116,34,44,111,105,61,34,97,99,116,105,118,97,116,101,45,116,97,98,34,44,97,105,61,34,98,108,117,114,34,44,115,105,61,34,99,97,110,99,101,108,34,44,99,105,61,34,99,104,97,110,103,101,34,44,117,105,61,34,99,104,97,110,103,101,100,34,44,108,105,61,34,99,108,105,99,107,34,44,102,105,61,34,99,108,111,115,101,34,44,104,105,61,34,99,111,110,116,101,120,116,34,44,100,105,61,34,99,111,110,116,101,120,116,45,99,104,97,110,103,101,100,34,44,112,105,61,34,100,101,115,116,114,111,121,101,100,34,44,118,105,61,34,100,105,115,97,98,108,101,34,44,103,105,61,34,100,105,115,97,98,108,101,100,34,44,109,105,61,34,100,105,115,109,105,115,115,101,100,34,44,98,105,61,34,100,105,115,109,105,115,115,45,99,111,117,110,116,45,100,111,119,110,34,44,121,105,61,34,101,110,97,98,108,101,34,44,119,105,61,34,101,110,97,98,108,101,100,34,44,95,105,61,34,102,105,108,116,101,114,101,100,34,44,120,105,61,34,102,105,114,115,116,34,44,79,105,61,34,102,111,99,117,115,105,110,34,44,83,105,61,34,102,111,99,117,115,111,117,116,34,44,107,105,61,34,104,101,97,100,45,99,108,105,99,107,101,100,34,44,67,105,61,34,104,105,100,100,101,110,34,44,80,105,61,34,104,105,100,101,34,44,84,105,61,34,105,109,103,45,101,114,114,111,114,34,44,106,105,61,34,105,110,112,117,116,34,44,69,105,61,34,108,97,115,116,34,44,65,105,61,34,109,111,117,115,101,101,110,116,101,114,34,44,68,105,61,34,109,111,117,115,101,108,101,97,118,101,34,44,76,105,61,34,110,101,120,116,34,44,77,105,61,34,111,107,34,44,73,105,61,34,111,112,101,110,34,44,36,105,61,34,112,97,103,101,45,99,108,105,99,107,34,44,70,105,61,34,112,97,117,115,101,100,34,44,66,105,61,34,112,114,101,118,34,44,82,105,61,34,114,101,102,114,101,115,104,34,44,78,105,61,34,114,101,102,114,101,115,104,101,100,34,44,122,105,61,34,114,101,109,111,118,101,34,44,86,105,61,34,114,111,119,45,99,108,105,99,107,101,100,34,44,72,105,61,34,114,111,119,45,99,111,110,116,101,120,116,109,101,110,117,34,44,85,105,61,34,114,111,119,45,100,98,108,99,108,105,99,107,101,100,34,44,87,105,61,34,114,111,119,45,104,111,118,101,114,101,100,34,44,113,105,61,34,114,111,119,45,109,105,100,100,108,101,45,99,108,105,99,107,101,100,34,44,71,105,61,34,114,111,119,45,115,101,108,101,99,116,101,100,34,44,89,105,61,34,114,111,119,45,117,110,104,111,118,101,114,101,100,34,44,75,105,61,34,115,101,108,101,99,116,101,100,34,44,88,105,61,34,115,104,111,119,34,44,90,105,61,34,115,104,111,119,110,34,44,74,105,61,34,115,108,105,100,105,110,103,45,101,110,100,34,44,81,105,61,34,115,108,105,100,105,110,103,45,115,116,97,114,116,34,44,116,111,61,34,115,111,114,116,45,99,104,97,110,103,101,100,34,44,101,111,61,34,116,97,103,45,115,116,97,116,101,34,44,110,111,61,34,116,111,103,103,108,101,34,44,114,111,61,34,117,110,112,97,117,115,101,100,34,44,105,111,61,34,117,112,100,97,116,101,34,44,111,111,61,34,104,111,111,107,58,98,101,102,111,114,101,68,101,115,116,114,111,121,34,44,97,111,61,34,104,111,111,107,58,100,101,115,116,114,111,121,101,100,34,44,115,111,61,34,117,112,100,97,116,101,58,34,44,99,111,61,34,98,118,34,44,117,111,61,34,58,58,34,44,108,111,61,123,112,97,115,115,105,118,101,58,33,48,125,44,102,111,61,123,112,97,115,115,105,118,101,58,33,48,44,99,97,112,116,117,114,101,58,33,49,125,44,104,111,61,118,111,105,100,32,48,44,112,111,61,65,114,114,97,121,44,118,111,61,66,111,111,108,101,97,110,44,103,111,61,68,97,116,101,44,109,111,61,70,117,110,99,116,105,111,110,44,98,111,61,78,117,109,98,101,114,44,121,111,61,79,98,106,101,99,116,44,119,111,61,82,101,103,69,120,112,44,95,111,61,83,116,114,105,110,103,44,120,111,61,91,112,111,44,109,111,93,44,79,111,61,91,112,111,44,121,111,93,44,83,111,61,91,112,111,44,121,111,44,95,111,93,44,107,111,61,91,112,111,44,95,111,93,44,67,111,61,91,118,111,44,98,111,93,44,80,111,61,91,118,111,44,98,111,44,95,111,93,44,84,111,61,91,118,111,44,95,111,93,44,106,111,61,91,103,111,44,95,111,93,44,69,111,61,91,109,111,44,95,111,93,44,65,111,61,91,98,111,44,95,111,93,44,68,111,61,91,98,111,44,121,111,44,95,111,93,44,76,111,61,91,121,111,44,109,111,93,44,77,111,61,91,121,111,44,95,111,93,44,73,111,61,34,97,100,100,45,98,117,116,116,111,110,45,116,101,120,116,34,44,36,111,61,34,97,112,112,101,110,100,34,44,70,111,61,34,97,115,105,100,101,34,44,66,111,61,34,98,97,100,103,101,34,44,82,111,61,34,98,111,116,116,111,109,45,114,111,119,34,44,78,111,61,34,98,117,116,116,111,110,45,99,111,110,116,101,110,116,34,44,122,111,61,34,99,117,115,116,111,109,45,102,111,111,116,34,44,86,111,61,34,100,101,99,114,101,109,101,110,116,34,44,72,111,61,34,100,101,102,97,117,108,116,34,44,85,111,61,34,100,101,115,99,114,105,112,116,105,111,110,34,44,87,111,61,34,100,105,115,109,105,115,115,34,44,113,111,61,34,100,114,111,112,45,112,108,97,99,101,104,111,108,100,101,114,34,44,71,111,61,34,101,108,108,105,112,115,105,115,45,116,101,120,116,34,44,89,111,61,34,101,109,112,116,121,34,44,75,111,61,34,101,109,112,116,121,102,105,108,116,101,114,101,100,34,44,88,111,61,34,102,105,108,101,45,110,97,109,101,34,44,90,111,61,34,102,105,114,115,116,34,44,74,111,61,34,102,105,114,115,116,45,116,101,120,116,34,44,81,111,61,34,102,111,111,116,101,114,34,44,116,97,61,34,104,101,97,100,101,114,34,44,101,97,61,34,104,101,97,100,101,114,45,99,108,111,115,101,34,44,110,97,61,34,105,99,111,110,45,99,108,101,97,114,34,44,114,97,61,34,105,99,111,110,45,101,109,112,116,121,34,44,105,97,61,34,105,99,111,110,45,102,117,108,108,34,44,111,97,61,34,105,99,111,110,45,104,97,108,102,34,44,97,97,61,34,105,109,103,34,44,115,97,61,34,105,110,99,114,101,109,101,110,116,34,44,99,97,61,34,105,110,118,97,108,105,100,45,102,101,101,100,98,97,99,107,34,44,117,97,61,34,108,97,98,101,108,34,44,108,97,61,34,108,97,115,116,45,116,101,120,116,34,44,102,97,61,34,108,101,97,100,34,44,104,97,61,34,108,111,97,100,105,110,103,34,44,100,97,61,34,109,111,100,97,108,45,98,97,99,107,100,114,111,112,34,44,112,97,61,34,109,111,100,97,108,45,99,97,110,99,101,108,34,44,118,97,61,34,109,111,100,97,108,45,102,111,111,116,101,114,34,44,103,97,61,34,109,111,100,97,108,45,104,101,97,100,101,114,34,44,109,97,61,34,109,111,100,97,108,45,104,101,97,100,101,114,45,99,108,111,115,101,34,44,98,97,61,34,109,111,100,97,108,45,111,107,34,44,121,97,61,34,109,111,100,97,108,45,116,105,116,108,101,34,44,119,97,61,34,110,97,118,45,110,101,120,116,45,100,101,99,97,100,101,34,44,95,97,61,34,110,97,118,45,110,101,120,116,45,109,111,110,116,104,34,44,120,97,61,34,110,97,118,45,110,101,120,116,45,121,101,97,114,34,44,79,97,61,34,110,97,118,45,112,114,101,118,45,100,101,99,97,100,101,34,44,83,97,61,34,110,97,118,45,112,114,101,118,45,109,111,110,116,104,34,44,107,97,61,34,110,97,118,45,112,114,101,118,45,121,101,97,114,34,44,67,97,61,34,110,97,118,45,116,104,105,115,45,109,111,110,116,104,34,44,80,97,61,34,110,101,120,116,45,116,101,120,116,34,44,84,97,61,34,111,118,101,114,108,97,121,34,44,106,97,61,34,112,97,103,101,34,44,69,97,61,34,112,108,97,99,101,104,111,108,100,101,114,34,44,65,97,61,34,112,114,101,112,101,110,100,34,44,68,97,61,34,112,114,101,118,45,116,101,120,116,34,44,76,97,61,34,114,111,119,45,100,101,116,97,105,108,115,34,44,77,97,61,34,116,97,98,108,101,45,98,117,115,121,34,44,73,97,61,34,116,97,98,108,101,45,99,97,112,116,105,111,110,34,44,36,97,61,34,116,97,98,108,101,45,99,111,108,103,114,111,117,112,34,44,70,97,61,34,116,97,98,115,45,101,110,100,34,44,66,97,61,34,116,97,98,115,45,115,116,97,114,116,34,44,82,97,61,34,116,101,120,116,34,44,78,97,61,34,116,104,101,97,100,45,116,111,112,34,44,122,97,61,34,116,105,116,108,101,34,44,86,97,61,34,116,111,97,115,116,45,116,105,116,108,101,34,44,72,97,61,34,116,111,112,45,114,111,119,34,44,85,97,61,34,118,97,108,105,100,45,102,101,101,100,98,97,99,107,34,44,87,97,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,46,97,112,112,108,121,40,65,114,114,97,121,44,97,114,103,117,109,101,110,116,115,41,125,44,113,97,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,45,49,33,61,61,116,46,105,110,100,101,120,79,102,40,101,41,125,44,71,97,61,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,101,61,110,101,119,32,65,114,114,97,121,40,116,41,44,110,61,48,59,110,60,116,59,110,43,43,41,101,91,110,93,61,97,114,103,117,109,101,110,116,115,91,110,93,59,114,101,116,117,114,110,32,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,46,99,111,110,99,97,116,46,97,112,112,108,121,40,91,93,44,101,41,125,44,89,97,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,95,116,40,101,41,63,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,125,59,114,101,116,117,114,110,32,65,114,114,97,121,46,97,112,112,108,121,40,110,117,108,108,44,123,108,101,110,103,116,104,58,116,125,41,46,109,97,112,40,110,41,125,44,75,97,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,71,97,40,116,44,101,41,125,41,44,91,93,41,125,44,88,97,61,102,117,110,99,116,105,111,110,32,116,40,101,41,123,114,101,116,117,114,110,32,101,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,32,71,97,40,101,44,65,114,114,97,121,46,105,115,65,114,114,97,121,40,110,41,63,116,40,110,41,58,110,41,125,41,44,91,93,41,125,44,90,97,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,78,97,78,44,110,61,112,97,114,115,101,73,110,116,40,116,44,49,48,41,59,114,101,116,117,114,110,32,105,115,78,97,78,40,110,41,63,101,58,110,125,44,74,97,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,78,97,78,44,110,61,112,97,114,115,101,70,108,111,97,116,40,116,41,59,114,101,116,117,114,110,32,105,115,78,97,78,40,110,41,63,101,58,110,125,44,81,97,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,74,97,40,116,41,46,116,111,70,105,120,101,100,40,90,97,40,101,44,48,41,41,125,44,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,106,44,34,45,36,49,34,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,125,44,101,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,116,115,40,116,41,46,114,101,112,108,97,99,101,40,78,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,63,101,46,116,111,85,112,112,101,114,67,97,115,101,40,41,58,34,34,125,41,41,44,116,46,99,104,97,114,65,116,40,48,41,46,116,111,85,112,112,101,114,67,97,115,101,40,41,43,116,46,115,108,105,99,101,40,49,41,125,44,110,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,82,44,34,32,34,41,46,114,101,112,108,97,99,101,40,69,44,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,43,34,32,34,43,110,125,41,41,46,114,101,112,108,97,99,101,40,70,44,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,43,110,46,116,111,85,112,112,101,114,67,97,115,101,40,41,125,41,41,125,44,114,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,79,116,40,116,41,63,116,46,116,114,105,109,40,41,58,83,116,114,105,110,103,40,116,41,44,116,46,99,104,97,114,65,116,40,48,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,43,116,46,115,108,105,99,101,40,49,41,125,44,105,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,79,116,40,116,41,63,116,46,116,114,105,109,40,41,58,83,116,114,105,110,103,40,116,41,44,116,46,99,104,97,114,65,116,40,48,41,46,116,111,85,112,112,101,114,67,97,115,101,40,41,43,116,46,115,108,105,99,101,40,49,41,125,44,111,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,76,44,34,92,92,36,38,34,41,125,44,97,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,50,59,114,101,116,117,114,110,32,119,116,40,116,41,63,34,34,58,67,116,40,116,41,124,124,84,116,40,116,41,38,38,116,46,116,111,83,116,114,105,110,103,61,61,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,63,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,116,44,110,117,108,108,44,101,41,58,83,116,114,105,110,103,40,116,41,125,44,115,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,115,40,116,41,46,114,101,112,108,97,99,101,40,66,44,34,34,41,125,44,99,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,115,40,116,41,46,116,114,105,109,40,41,125,44,117,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,115,40,116,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,125,44,108,115,61,102,116,46,112,114,111,116,111,116,121,112,101,44,102,115,61,91,34,98,117,116,116,111,110,34,44,34,91,104,114,101,102,93,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,34,44,34,105,110,112,117,116,34,44,34,115,101,108,101,99,116,34,44,34,116,101,120,116,97,114,101,97,34,44,34,91,116,97,98,105,110,100,101,120,93,34,44,34,91,99,111,110,116,101,110,116,101,100,105,116,97,98,108,101,93,34,93,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,116,44,34,58,110,111,116,40,58,100,105,115,97,98,108,101,100,41,58,110,111,116,40,91,100,105,115,97,98,108,101,100,93,41,34,41,125,41,41,46,106,111,105,110,40,34,44,32,34,41,44,104,115,61,108,115,46,109,97,116,99,104,101,115,124,124,108,115,46,109,115,77,97,116,99,104,101,115,83,101,108,101,99,116,111,114,124,124,108,115,46,119,101,98,107,105,116,77,97,116,99,104,101,115,83,101,108,101,99,116,111,114,44,100,115,61,108,115,46,99,108,111,115,101,115,116,124,124,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,100,111,123,105,102,40,67,115,40,101,44,116,41,41,114,101,116,117,114,110,32,101,59,101,61,101,46,112,97,114,101,110,116,69,108,101,109,101,110,116,124,124,101,46,112,97,114,101,110,116,78,111,100,101,125,119,104,105,108,101,40,33,121,116,40,101,41,38,38,101,46,110,111,100,101,84,121,112,101,61,61,61,78,111,100,101,46,69,76,69,77,69,78,84,95,78,79,68,69,41,59,114,101,116,117,114,110,32,110,117,108,108,125,44,112,115,61,108,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,124,124,108,46,119,101,98,107,105,116,82,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,124,124,108,46,109,111,122,82,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,124,124,108,46,109,115,82,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,124,124,108,46,111,82,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,115,101,116,84,105,109,101,111,117,116,40,116,44,49,54,41,125,44,118,115,61,108,46,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,124,124,108,46,87,101,98,75,105,116,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,124,124,108,46,77,111,122,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,124,124,110,117,108,108,44,103,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,112,97,114,101,110,116,78,111,100,101,38,38,116,46,112,97,114,101,110,116,78,111,100,101,46,114,101,109,111,118,101,67,104,105,108,100,40,116,41,125,44,109,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,40,33,116,124,124,116,46,110,111,100,101,84,121,112,101,33,61,61,78,111,100,101,46,69,76,69,77,69,78,84,95,78,79,68,69,41,125,44,98,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,91,93,44,101,61,102,46,97,99,116,105,118,101,69,108,101,109,101,110,116,59,114,101,116,117,114,110,32,101,38,38,33,116,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,61,61,101,125,41,41,63,101,58,110,117,108,108,125,44,121,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,97,115,40,116,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,61,61,61,97,115,40,101,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,125,44,119,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,109,115,40,116,41,38,38,116,61,61,61,98,115,40,41,125,44,95,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,109,115,40,116,41,124,124,33,116,46,112,97,114,101,110,116,78,111,100,101,124,124,33,84,115,40,102,46,98,111,100,121,44,116,41,41,114,101,116,117,114,110,33,49,59,105,102,40,34,110,111,110,101,34,61,61,61,82,115,40,116,44,34,100,105,115,112,108,97,121,34,41,41,114,101,116,117,114,110,33,49,59,118,97,114,32,101,61,78,115,40,116,41,59,114,101,116,117,114,110,33,33,40,101,38,38,101,46,104,101,105,103,104,116,62,48,38,38,101,46,119,105,100,116,104,62,48,41,125,44,120,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,109,115,40,116,41,124,124,116,46,100,105,115,97,98,108,101,100,124,124,36,115,40,116,44,34,100,105,115,97,98,108,101,100,34,41,124,124,68,115,40,116,44,34,100,105,115,97,98,108,101,100,34,41,125,44,79,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,109,115,40,116,41,38,38,116,46,111,102,102,115,101,116,72,101,105,103,104,116,125,44,83,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,87,97,40,40,109,115,40,101,41,63,101,58,102,41,46,113,117,101,114,121,83,101,108,101,99,116,111,114,65,108,108,40,116,41,41,125,44,107,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,40,109,115,40,101,41,63,101,58,102,41,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,116,41,124,124,110,117,108,108,125,44,67,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,33,33,109,115,40,116,41,38,38,104,115,46,99,97,108,108,40,116,44,101,41,125,44,80,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,38,38,97,114,103,117,109,101,110,116,115,91,50,93,59,105,102,40,33,109,115,40,101,41,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,114,61,100,115,46,99,97,108,108,40,101,44,116,41,59,114,101,116,117,114,110,32,110,63,114,58,114,61,61,61,101,63,110,117,108,108,58,114,125,44,84,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,33,40,33,116,124,124,33,95,116,40,116,46,99,111,110,116,97,105,110,115,41,41,38,38,116,46,99,111,110,116,97,105,110,115,40,101,41,125,44,106,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,47,94,35,47,46,116,101,115,116,40,116,41,63,116,46,115,108,105,99,101,40,49,41,58,116,41,124,124,110,117,108,108,125,44,69,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,101,38,38,109,115,40,116,41,38,38,116,46,99,108,97,115,115,76,105,115,116,38,38,116,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,101,41,125,44,65,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,101,38,38,109,115,40,116,41,38,38,116,46,99,108,97,115,115,76,105,115,116,38,38,116,46,99,108,97,115,115,76,105,115,116,46,114,101,109,111,118,101,40,101,41,125,44,68,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,33,33,40,101,38,38,109,115,40,116,41,38,38,116,46,99,108,97,115,115,76,105,115,116,41,38,38,116,46,99,108,97,115,115,76,105,115,116,46,99,111,110,116,97,105,110,115,40,101,41,125,44,76,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,38,38,109,115,40,116,41,38,38,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,101,44,110,41,125,44,77,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,101,38,38,109,115,40,116,41,38,38,116,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,101,41,125,44,73,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,38,38,109,115,40,116,41,63,116,46,103,101,116,65,116,116,114,105,98,117,116,101,40,101,41,58,110,117,108,108,125,44,36,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,38,38,109,115,40,116,41,63,116,46,104,97,115,65,116,116,114,105,98,117,116,101,40,101,41,58,110,117,108,108,125,44,70,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,38,38,109,115,40,116,41,38,38,40,116,46,115,116,121,108,101,91,101,93,61,110,41,125,44,66,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,101,38,38,109,115,40,116,41,38,38,40,116,46,115,116,121,108,101,91,101,93,61,34,34,41,125,44,82,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,38,38,109,115,40,116,41,38,38,116,46,115,116,121,108,101,91,101,93,124,124,110,117,108,108,125,44,78,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,109,115,40,116,41,63,116,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,58,110,117,108,108,125,44,122,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,108,46,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,59,114,101,116,117,114,110,32,101,38,38,109,115,40,116,41,63,101,40,116,41,58,123,125,125,44,86,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,108,46,103,101,116,83,101,108,101,99,116,105,111,110,59,114,101,116,117,114,110,32,116,63,108,46,103,101,116,83,101,108,101,99,116,105,111,110,40,41,58,110,117,108,108,125,44,72,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,123,116,111,112,58,48,44,108,101,102,116,58,48,125,59,105,102,40,33,109,115,40,116,41,124,124,48,61,61,61,116,46,103,101,116,67,108,105,101,110,116,82,101,99,116,115,40,41,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,101,59,118,97,114,32,110,61,78,115,40,116,41,59,105,102,40,110,41,123,118,97,114,32,114,61,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,46,100,101,102,97,117,108,116,86,105,101,119,59,101,46,116,111,112,61,110,46,116,111,112,43,114,46,112,97,103,101,89,79,102,102,115,101,116,44,101,46,108,101,102,116,61,110,46,108,101,102,116,43,114,46,112,97,103,101,88,79,102,102,115,101,116,125,114,101,116,117,114,110,32,101,125,44,85,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,123,116,111,112,58,48,44,108,101,102,116,58,48,125,59,105,102,40,33,109,115,40,116,41,41,114,101,116,117,114,110,32,101,59,118,97,114,32,110,61,123,116,111,112,58,48,44,108,101,102,116,58,48,125,44,114,61,122,115,40,116,41,59,105,102,40,34,102,105,120,101,100,34,61,61,61,114,46,112,111,115,105,116,105,111,110,41,101,61,78,115,40,116,41,124,124,101,59,101,108,115,101,123,101,61,72,115,40,116,41,59,118,97,114,32,105,61,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,44,111,61,116,46,111,102,102,115,101,116,80,97,114,101,110,116,124,124,105,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,59,119,104,105,108,101,40,111,38,38,40,111,61,61,61,105,46,98,111,100,121,124,124,111,61,61,61,105,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,41,38,38,34,115,116,97,116,105,99,34,61,61,61,122,115,40,111,41,46,112,111,115,105,116,105,111,110,41,111,61,111,46,112,97,114,101,110,116,78,111,100,101,59,105,102,40,111,38,38,111,33,61,61,116,38,38,111,46,110,111,100,101,84,121,112,101,61,61,61,78,111,100,101,46,69,76,69,77,69,78,84,95,78,79,68,69,41,123,110,61,72,115,40,111,41,59,118,97,114,32,97,61,122,115,40,111,41,59,110,46,116,111,112,43,61,74,97,40,97,46,98,111,114,100,101,114,84,111,112,87,105,100,116,104,44,48,41,44,110,46,108,101,102,116,43,61,74,97,40,97,46,98,111,114,100,101,114,76,101,102,116,87,105,100,116,104,44,48,41,125,125,114,101,116,117,114,110,123,116,111,112,58,101,46,116,111,112,45,110,46,116,111,112,45,74,97,40,114,46,109,97,114,103,105,110,84,111,112,44,48,41,44,108,101,102,116,58,101,46,108,101,102,116,45,110,46,108,101,102,116,45,74,97,40,114,46,109,97,114,103,105,110,76,101,102,116,44,48,41,125,125,44,87,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,100,111,99,117,109,101,110,116,59,114,101,116,117,114,110,32,83,115,40,102,115,44,116,41,46,102,105,108,116,101,114,40,95,115,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,116,97,98,73,110,100,101,120,62,45,49,38,38,33,116,46,100,105,115,97,98,108,101,100,125,41,41,125,44,113,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,59,116,114,121,123,116,46,102,111,99,117,115,40,101,41,125,99,97,116,99,104,40,110,41,123,125,114,101,116,117,114,110,32,119,115,40,116,41,125,44,71,115,61,102,117,110,99,116,105,111,110,40,116,41,123,116,114,121,123,116,46,98,108,117,114,40,41,125,99,97,116,99,104,40,101,41,123,125,114,101,116,117,114,110,33,119,115,40,116,41,125,44,89,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,66,116,40,110,117,108,108,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,114,61,110,101,119,32,65,114,114,97,121,40,110,41,44,105,61,48,59,105,60,110,59,105,43,43,41,114,91,105,93,61,97,114,103,117,109,101,110,116,115,91,105,93,59,118,97,114,32,111,61,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,114,41,59,114,101,116,117,114,110,32,101,91,111,93,61,101,91,111,93,124,124,116,46,97,112,112,108,121,40,110,117,108,108,44,114,41,125,125,44,75,115,61,114,91,34,100,101,102,97,117,108,116,34,93,46,112,114,111,116,111,116,121,112,101,44,88,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,44,110,61,75,115,91,119,93,59,114,101,116,117,114,110,32,110,63,110,46,103,101,116,67,111,110,102,105,103,86,97,108,117,101,40,116,44,101,41,58,97,101,40,101,41,125,44,90,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,110,117,108,108,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,118,111,105,100,32,48,59,114,101,116,117,114,110,32,101,63,88,115,40,34,34,46,99,111,110,99,97,116,40,116,44,34,46,34,41,46,99,111,110,99,97,116,40,101,41,44,110,41,58,88,115,40,116,44,123,125,41,125,44,74,115,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,88,115,40,34,98,114,101,97,107,112,111,105,110,116,115,34,44,95,41,125,44,81,115,61,89,115,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,74,115,40,41,125,41,41,44,116,99,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,97,101,40,81,115,40,41,41,125,44,101,99,61,89,115,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,99,40,41,59,114,101,116,117,114,110,32,116,91,48,93,61,34,34,44,116,125,41,41,59,102,117,110,99,116,105,111,110,32,110,99,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,114,99,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,110,99,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,105,99,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,110,99,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,105,99,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,111,99,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,43,105,115,40,101,41,125,44,97,99,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,114,115,40,101,46,114,101,112,108,97,99,101,40,116,44,34,34,41,41,125,44,115,99,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,43,40,116,63,105,115,40,116,41,58,34,34,41,125,44,99,99,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,104,111,44,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,118,111,105,100,32,48,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,51,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,51,93,63,97,114,103,117,109,101,110,116,115,91,51,93,58,118,111,105,100,32,48,44,105,61,33,48,61,61,61,110,59,114,101,116,117,114,110,32,114,61,105,63,114,58,110,44,114,99,40,114,99,40,114,99,40,123,125,44,116,63,123,116,121,112,101,58,116,125,58,123,125,41,44,105,63,123,114,101,113,117,105,114,101,100,58,105,125,58,98,116,40,101,41,63,123,125,58,123,100,101,102,97,117,108,116,58,80,116,40,101,41,63,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,125,58,101,125,41,44,98,116,40,114,41,63,123,125,58,123,118,97,108,105,100,97,116,111,114,58,114,125,41,125,44,117,99,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,115,101,59,105,102,40,67,116,40,116,41,41,114,101,116,117,114,110,32,116,46,109,97,112,40,101,41,59,118,97,114,32,110,61,123,125,59,102,111,114,40,118,97,114,32,114,32,105,110,32,116,41,72,116,40,116,44,114,41,38,38,40,110,91,101,40,114,41,93,61,80,116,40,116,91,114,93,41,63,87,116,40,116,91,114,93,41,58,116,91,114,93,41,59,114,101,116,117,114,110,32,110,125,44,108,99,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,115,101,59,114,101,116,117,114,110,40,67,116,40,116,41,63,116,46,115,108,105,99,101,40,41,58,86,116,40,116,41,41,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,114,41,123,114,101,116,117,114,110,32,116,91,110,40,114,41,93,61,101,91,114,93,44,116,125,41,44,123,125,41,125,44,102,99,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,114,99,40,114,99,40,123,125,44,97,101,40,116,41,41,44,123,125,44,123,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,114,61,90,115,40,110,44,101,44,116,46,100,101,102,97,117,108,116,41,59,114,101,116,117,114,110,32,95,116,40,114,41,63,114,40,41,58,114,125,125,41,125,44,104,99,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,86,116,40,116,41,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,114,101,116,117,114,110,32,114,99,40,114,99,40,123,125,44,110,41,44,123,125,44,105,99,40,123,125,44,114,44,102,99,40,116,91,114,93,44,114,44,101,41,41,41,125,41,44,123,125,41,125,44,100,99,61,102,99,40,123,125,44,34,34,44,34,34,41,46,100,101,102,97,117,108,116,46,110,97,109,101,44,112,99,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,95,116,40,116,41,38,38,116,46,110,97,109,101,33,61,61,100,99,125,59,102,117,110,99,116,105,111,110,32,118,99,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,103,99,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,44,110,61,101,46,116,121,112,101,44,105,61,118,111,105,100,32,48,61,61,61,110,63,104,111,58,110,44,111,61,101,46,100,101,102,97,117,108,116,86,97,108,117,101,44,97,61,118,111,105,100,32,48,61,61,61,111,63,118,111,105,100,32,48,58,111,44,115,61,101,46,118,97,108,105,100,97,116,111,114,44,99,61,118,111,105,100,32,48,61,61,61,115,63,118,111,105,100,32,48,58,115,44,117,61,101,46,101,118,101,110,116,44,108,61,118,111,105,100,32,48,61,61,61,117,63,106,105,58,117,44,102,61,118,99,40,123,125,44,116,44,99,99,40,105,44,97,44,99,41,41,44,104,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,109,111,100,101,108,58,123,112,114,111,112,58,116,44,101,118,101,110,116,58,108,125,44,112,114,111,112,115,58,102,125,41,59,114,101,116,117,114,110,123,109,105,120,105,110,58,104,44,112,114,111,112,115,58,102,44,112,114,111,112,58,116,44,101,118,101,110,116,58,108,125,125,44,109,99,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,123,125,59,114,101,116,117,114,110,32,116,61,71,97,40,116,41,46,102,105,108,116,101,114,40,115,101,41,44,116,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,91,116,93,124,124,110,91,116,93,125,41,41,125,44,98,99,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,123,125,44,105,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,51,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,51,93,63,97,114,103,117,109,101,110,116,115,91,51,93,58,123,125,59,116,61,71,97,40,116,41,46,102,105,108,116,101,114,40,115,101,41,59,102,111,114,40,118,97,114,32,111,61,48,59,111,60,116,46,108,101,110,103,116,104,38,38,33,101,59,111,43,43,41,123,118,97,114,32,97,61,116,91,111,93,59,101,61,114,91,97,93,124,124,105,91,97,93,125,114,101,116,117,114,110,32,95,116,40,101,41,63,101,40,110,41,58,101,125,44,121,99,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,109,101,116,104,111,100,115,58,123,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,72,111,44,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,116,104,105,115,46,36,115,108,111,116,115,59,114,101,116,117,114,110,32,109,99,40,116,44,101,44,110,41,125,44,110,111,114,109,97,108,105,122,101,83,108,111,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,72,111,44,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,51,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,51,93,63,97,114,103,117,109,101,110,116,115,91,51,93,58,116,104,105,115,46,36,115,108,111,116,115,44,105,61,98,99,40,116,44,101,44,110,44,114,41,59,114,101,116,117,114,110,32,105,63,71,97,40,105,41,58,105,125,125,125,41,44,119,99,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,118,63,80,116,40,116,41,63,116,58,123,99,97,112,116,117,114,101,58,33,33,116,124,124,33,49,125,58,33,33,40,80,116,40,116,41,63,116,46,99,97,112,116,117,114,101,58,116,41,125,44,95,99,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,116,38,38,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,38,38,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,101,44,110,44,119,99,40,114,41,41,125,44,120,99,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,116,38,38,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,38,38,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,101,44,110,44,119,99,40,114,41,41,125,44,79,99,61,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,116,63,95,99,58,120,99,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,114,61,110,101,119,32,65,114,114,97,121,40,110,62,49,63,110,45,49,58,48,41,44,105,61,49,59,105,60,110,59,105,43,43,41,114,91,105,45,49,93,61,97,114,103,117,109,101,110,116,115,91,105,93,59,101,46,97,112,112,108,121,40,118,111,105,100,32,48,44,114,41,125,44,83,99,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,44,110,61,101,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,44,114,61,118,111,105,100,32,48,61,61,61,110,124,124,110,44,105,61,101,46,112,114,111,112,97,103,97,116,105,111,110,44,111,61,118,111,105,100,32,48,61,61,61,105,124,124,105,44,97,61,101,46,105,109,109,101,100,105,97,116,101,80,114,111,112,97,103,97,116,105,111,110,44,115,61,118,111,105,100,32,48,33,61,61,97,38,38,97,59,114,38,38,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,111,38,38,116,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,44,115,38,38,116,46,115,116,111,112,73,109,109,101,100,105,97,116,101,80,114,111,112,97,103,97,116,105,111,110,40,41,125,44,107,99,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,115,40,116,46,114,101,112,108,97,99,101,40,79,44,34,34,41,41,125,44,67,99,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,91,99,111,44,107,99,40,116,41,44,101,93,46,106,111,105,110,40,117,111,41,125,44,80,99,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,91,99,111,44,101,44,107,99,40,116,41,93,46,106,111,105,110,40,117,111,41,125,59,102,117,110,99,116,105,111,110,32,84,99,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,106,99,61,104,99,40,123,97,114,105,97,76,97,98,101,108,58,99,99,40,95,111,44,34,67,108,111,115,101,34,41,44,99,111,110,116,101,110,116,58,99,99,40,95,111,44,34,38,116,105,109,101,115,59,34,41,44,100,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,116,101,120,116,86,97,114,105,97,110,116,58,99,99,40,95,111,41,125,44,113,101,41,44,69,99,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,113,101,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,106,99,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,115,108,111,116,115,44,111,61,101,46,115,99,111,112,101,100,83,108,111,116,115,44,97,61,105,40,41,44,115,61,111,124,124,123,125,44,99,61,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,108,111,115,101,34,44,99,108,97,115,115,58,84,99,40,123,125,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,110,46,116,101,120,116,86,97,114,105,97,110,116,41,44,110,46,116,101,120,116,86,97,114,105,97,110,116,41,44,97,116,116,114,115,58,123,116,121,112,101,58,34,98,117,116,116,111,110,34,44,100,105,115,97,98,108,101,100,58,110,46,100,105,115,97,98,108,101,100,44,34,97,114,105,97,45,108,97,98,101,108,34,58,110,46,97,114,105,97,76,97,98,101,108,63,83,116,114,105,110,103,40,110,46,97,114,105,97,76,97,98,101,108,41,58,110,117,108,108,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,110,46,100,105,115,97,98,108,101,100,38,38,69,116,40,116,41,38,38,83,99,40,116,41,125,125,125,59,114,101,116,117,114,110,32,109,99,40,72,111,44,115,44,97,41,124,124,40,99,46,100,111,109,80,114,111,112,115,61,123,105,110,110,101,114,72,84,77,76,58,110,46,99,111,110,116,101,110,116,125,41,44,116,40,34,98,117,116,116,111,110,34,44,73,101,40,114,44,99,41,44,98,99,40,72,111,44,123,125,44,115,44,97,41,41,125,125,41,59,102,117,110,99,116,105,111,110,32,65,99,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,68,99,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,65,99,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,76,99,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,65,99,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,76,99,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,77,99,44,73,99,61,123,110,97,109,101,58,34,34,44,101,110,116,101,114,67,108,97,115,115,58,34,34,44,101,110,116,101,114,65,99,116,105,118,101,67,108,97,115,115,58,34,34,44,101,110,116,101,114,84,111,67,108,97,115,115,58,34,115,104,111,119,34,44,108,101,97,118,101,67,108,97,115,115,58,34,115,104,111,119,34,44,108,101,97,118,101,65,99,116,105,118,101,67,108,97,115,115,58,34,34,44,108,101,97,118,101,84,111,67,108,97,115,115,58,34,34,125,44,36,99,61,68,99,40,68,99,40,123,125,44,73,99,41,44,123,125,44,123,101,110,116,101,114,65,99,116,105,118,101,67,108,97,115,115,58,34,102,97,100,101,34,44,108,101,97,118,101,65,99,116,105,118,101,67,108,97,115,115,58,34,102,97,100,101,34,125,41,44,70,99,61,123,97,112,112,101,97,114,58,99,99,40,118,111,44,33,49,41,44,109,111,100,101,58,99,99,40,95,111,41,44,110,111,70,97,100,101,58,99,99,40,118,111,44,33,49,41,44,116,114,97,110,115,80,114,111,112,115,58,99,99,40,121,111,41,125,44,66,99,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,110,105,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,70,99,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,99,104,105,108,100,114,101,110,44,114,61,101,46,100,97,116,97,44,105,61,101,46,112,114,111,112,115,44,111,61,105,46,116,114,97,110,115,80,114,111,112,115,59,114,101,116,117,114,110,32,84,116,40,111,41,124,124,40,111,61,105,46,110,111,70,97,100,101,63,73,99,58,36,99,44,105,46,97,112,112,101,97,114,38,38,40,111,61,68,99,40,68,99,40,123,125,44,111,41,44,123,125,44,123,97,112,112,101,97,114,58,33,48,44,97,112,112,101,97,114,67,108,97,115,115,58,111,46,101,110,116,101,114,67,108,97,115,115,44,97,112,112,101,97,114,65,99,116,105,118,101,67,108,97,115,115,58,111,46,101,110,116,101,114,65,99,116,105,118,101,67,108,97,115,115,44,97,112,112,101,97,114,84,111,67,108,97,115,115,58,111,46,101,110,116,101,114,84,111,67,108,97,115,115,125,41,41,41,44,111,61,68,99,40,68,99,40,123,109,111,100,101,58,105,46,109,111,100,101,125,44,111,41,44,123,125,44,123,99,115,115,58,33,48,125,41,44,116,40,34,116,114,97,110,115,105,116,105,111,110,34,44,73,101,40,114,44,123,112,114,111,112,115,58,111,125,41,44,110,41,125,125,41,59,102,117,110,99,116,105,111,110,32,82,99,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,78,99,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,82,99,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,122,99,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,82,99,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,122,99,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,86,99,61,103,99,40,34,115,104,111,119,34,44,123,116,121,112,101,58,80,111,44,100,101,102,97,117,108,116,86,97,108,117,101,58,33,49,125,41,44,72,99,61,86,99,46,109,105,120,105,110,44,85,99,61,86,99,46,112,114,111,112,115,44,87,99,61,86,99,46,112,114,111,112,44,113,99,61,86,99,46,101,118,101,110,116,44,71,99,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,61,61,61,116,124,124,120,116,40,116,41,63,48,58,40,116,61,90,97,40,116,44,48,41,44,116,62,48,63,116,58,48,41,125,44,89,99,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,61,61,61,116,124,124,33,48,61,61,61,116,124,124,33,40,90,97,40,116,44,48,41,60,49,41,38,38,33,33,116,125,44,75,99,61,104,99,40,75,116,40,78,99,40,78,99,40,123,125,44,85,99,41,44,123,125,44,123,100,105,115,109,105,115,115,76,97,98,101,108,58,99,99,40,95,111,44,34,67,108,111,115,101,34,41,44,100,105,115,109,105,115,115,105,98,108,101,58,99,99,40,118,111,44,33,49,41,44,102,97,100,101,58,99,99,40,118,111,44,33,49,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,44,34,105,110,102,111,34,41,125,41,41,44,70,101,41,44,88,99,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,70,101,44,109,105,120,105,110,115,58,91,72,99,44,121,99,93,44,112,114,111,112,115,58,75,99,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,99,111,117,110,116,68,111,119,110,58,48,44,108,111,99,97,108,83,104,111,119,58,89,99,40,116,104,105,115,91,87,99,93,41,125,125,44,119,97,116,99,104,58,40,77,99,61,123,125,44,122,99,40,77,99,44,87,99,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,99,111,117,110,116,68,111,119,110,61,71,99,40,116,41,44,116,104,105,115,46,108,111,99,97,108,83,104,111,119,61,89,99,40,116,41,125,41,41,44,122,99,40,77,99,44,34,99,111,117,110,116,68,111,119,110,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,116,104,105,115,46,99,108,101,97,114,67,111,117,110,116,68,111,119,110,73,110,116,101,114,118,97,108,40,41,59,118,97,114,32,110,61,116,104,105,115,91,87,99,93,59,107,116,40,110,41,38,38,40,116,104,105,115,46,36,101,109,105,116,40,98,105,44,116,41,44,110,33,61,61,116,38,38,116,104,105,115,46,36,101,109,105,116,40,113,99,44,116,41,44,116,62,48,63,40,116,104,105,115,46,108,111,99,97,108,83,104,111,119,61,33,48,44,116,104,105,115,46,36,95,99,111,117,110,116,68,111,119,110,84,105,109,101,111,117,116,61,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,99,111,117,110,116,68,111,119,110,45,45,125,41,44,49,101,51,41,41,58,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,108,111,99,97,108,83,104,111,119,61,33,49,125,41,41,125,41,41,41,125,41,41,44,122,99,40,77,99,44,34,108,111,99,97,108,83,104,111,119,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,91,87,99,93,59,116,124,124,33,116,104,105,115,46,100,105,115,109,105,115,115,105,98,108,101,38,38,33,107,116,40,101,41,124,124,116,104,105,115,46,36,101,109,105,116,40,109,105,41,44,107,116,40,101,41,124,124,101,61,61,61,116,124,124,116,104,105,115,46,36,101,109,105,116,40,113,99,44,116,41,125,41,41,44,77,99,41,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,102,105,108,116,101,114,84,105,109,101,114,61,110,117,108,108,59,118,97,114,32,116,61,116,104,105,115,91,87,99,93,59,116,104,105,115,46,99,111,117,110,116,68,111,119,110,61,71,99,40,116,41,44,116,104,105,115,46,108,111,99,97,108,83,104,111,119,61,89,99,40,116,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,108,101,97,114,67,111,117,110,116,68,111,119,110,73,110,116,101,114,118,97,108,40,41,125,44,109,101,116,104,111,100,115,58,123,100,105,115,109,105,115,115,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,108,101,97,114,67,111,117,110,116,68,111,119,110,73,110,116,101,114,118,97,108,40,41,44,116,104,105,115,46,99,111,117,110,116,68,111,119,110,61,48,44,116,104,105,115,46,108,111,99,97,108,83,104,111,119,61,33,49,125,44,99,108,101,97,114,67,111,117,110,116,68,111,119,110,73,110,116,101,114,118,97,108,58,102,117,110,99,116,105,111,110,40,41,123,99,108,101,97,114,84,105,109,101,111,117,116,40,116,104,105,115,46,36,95,99,111,117,110,116,68,111,119,110,84,105,109,101,111,117,116,41,44,116,104,105,115,46,36,95,99,111,117,110,116,68,111,119,110,84,105,109,101,111,117,116,61,110,117,108,108,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,40,41,59,105,102,40,116,104,105,115,46,108,111,99,97,108,83,104,111,119,41,123,118,97,114,32,110,61,116,104,105,115,46,100,105,115,109,105,115,115,105,98,108,101,44,114,61,116,104,105,115,46,118,97,114,105,97,110,116,44,105,61,116,40,41,59,110,38,38,40,105,61,116,40,69,99,44,123,97,116,116,114,115,58,123,34,97,114,105,97,45,108,97,98,101,108,34,58,116,104,105,115,46,100,105,115,109,105,115,115,76,97,98,101,108,125,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,100,105,115,109,105,115,115,125,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,87,111,41,93,41,41,44,101,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,97,108,101,114,116,34,44,99,108,97,115,115,58,122,99,40,123,34,97,108,101,114,116,45,100,105,115,109,105,115,115,105,98,108,101,34,58,110,125,44,34,97,108,101,114,116,45,34,46,99,111,110,99,97,116,40,114,41,44,114,41,44,97,116,116,114,115,58,123,114,111,108,101,58,34,97,108,101,114,116,34,44,34,97,114,105,97,45,108,105,118,101,34,58,34,112,111,108,105,116,101,34,44,34,97,114,105,97,45,97,116,111,109,105,99,34,58,33,48,125,44,107,101,121,58,116,104,105,115,91,36,101,93,125,44,91,105,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,93,41,125,114,101,116,117,114,110,32,116,40,66,99,44,123,112,114,111,112,115,58,123,110,111,70,97,100,101,58,33,116,104,105,115,46,102,97,100,101,125,125,44,91,101,93,41,125,125,41,44,90,99,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,65,108,101,114,116,58,88,99,125,125,41,44,74,99,61,77,97,116,104,46,109,105,110,44,81,99,61,77,97,116,104,46,109,97,120,44,116,117,61,77,97,116,104,46,97,98,115,44,101,117,61,77,97,116,104,46,99,101,105,108,44,110,117,61,77,97,116,104,46,102,108,111,111,114,44,114,117,61,77,97,116,104,46,112,111,119,44,105,117,61,77,97,116,104,46,114,111,117,110,100,59,102,117,110,99,116,105,111,110,32,111,117,40,116,44,101,41,123,114,101,116,117,114,110,32,108,117,40,116,41,124,124,117,117,40,116,44,101,41,124,124,115,117,40,116,44,101,41,124,124,97,117,40,41,125,102,117,110,99,116,105,111,110,32,97,117,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,100,101,115,116,114,117,99,116,117,114,101,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,46,92,110,73,110,32,111,114,100,101,114,32,116,111,32,98,101,32,105,116,101,114,97,98,108,101,44,32,110,111,110,45,97,114,114,97,121,32,111,98,106,101,99,116,115,32,109,117,115,116,32,104,97,118,101,32,97,32,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,32,109,101,116,104,111,100,46,34,41,125,102,117,110,99,116,105,111,110,32,115,117,40,116,44,101,41,123,105,102,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,99,117,40,116,44,101,41,59,118,97,114,32,110,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,59,114,101,116,117,114,110,34,79,98,106,101,99,116,34,61,61,61,110,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,40,110,61,116,46,99,111,110,115,116,114,117,99,116,111,114,46,110,97,109,101,41,44,34,77,97,112,34,61,61,61,110,124,124,34,83,101,116,34,61,61,61,110,63,65,114,114,97,121,46,102,114,111,109,40,116,41,58,34,65,114,103,117,109,101,110,116,115,34,61,61,61,110,124,124,47,94,40,63,58,85,105,124,73,41,110,116,40,63,58,56,124,49,54,124,51,50,41,40,63,58,67,108,97,109,112,101,100,41,63,65,114,114,97,121,36,47,46,116,101,115,116,40,110,41,63,99,117,40,116,44,101,41,58,118,111,105,100,32,48,125,125,102,117,110,99,116,105,111,110,32,99,117,40,116,44,101,41,123,40,110,117,108,108,61,61,101,124,124,101,62,116,46,108,101,110,103,116,104,41,38,38,40,101,61,116,46,108,101,110,103,116,104,41,59,102,111,114,40,118,97,114,32,110,61,48,44,114,61,110,101,119,32,65,114,114,97,121,40,101,41,59,110,60,101,59,110,43,43,41,114,91,110,93,61,116,91,110,93,59,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,117,117,40,116,44,101,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,116,41,41,123,118,97,114,32,110,61,91,93,44,114,61,33,48,44,105,61,33,49,44,111,61,118,111,105,100,32,48,59,116,114,121,123,102,111,114,40,118,97,114,32,97,44,115,61,116,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,59,33,40,114,61,40,97,61,115,46,110,101,120,116,40,41,41,46,100,111,110,101,41,59,114,61,33,48,41,105,102,40,110,46,112,117,115,104,40,97,46,118,97,108,117,101,41,44,101,38,38,110,46,108,101,110,103,116,104,61,61,61,101,41,98,114,101,97,107,125,99,97,116,99,104,40,99,41,123,105,61,33,48,44,111,61,99,125,102,105,110,97,108,108,121,123,116,114,121,123,114,124,124,110,117,108,108,61,61,115,91,34,114,101,116,117,114,110,34,93,124,124,115,91,34,114,101,116,117,114,110,34,93,40,41,125,102,105,110,97,108,108,121,123,105,102,40,105,41,116,104,114,111,119,32,111,125,125,114,101,116,117,114,110,32,110,125,125,102,117,110,99,116,105,111,110,32,108,117,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,114,101,116,117,114,110,32,116,125,118,97,114,32,102,117,61,34,98,45,97,115,112,101,99,116,34,44,104,117,61,104,99,40,123,97,115,112,101,99,116,58,99,99,40,65,111,44,34,49,58,49,34,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,125,44,66,101,41,44,100,117,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,66,101,44,109,105,120,105,110,115,58,91,121,99,93,44,112,114,111,112,115,58,104,117,44,99,111,109,112,117,116,101,100,58,123,112,97,100,100,105,110,103,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,97,115,112,101,99,116,44,101,61,49,59,105,102,40,89,46,116,101,115,116,40,116,41,41,123,118,97,114,32,110,61,116,46,115,112,108,105,116,40,75,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,74,97,40,116,41,124,124,49,125,41,41,44,114,61,111,117,40,110,44,50,41,44,105,61,114,91,48,93,44,111,61,114,91,49,93,59,101,61,105,47,111,125,101,108,115,101,32,101,61,74,97,40,116,41,124,124,49,59,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,49,48,48,47,116,117,40,101,41,44,34,37,34,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,34,46,99,111,110,99,97,116,40,102,117,44,34,45,115,105,122,101,114,32,102,108,101,120,45,103,114,111,119,45,49,34,41,44,115,116,121,108,101,58,123,112,97,100,100,105,110,103,66,111,116,116,111,109,58,116,104,105,115,46,112,97,100,100,105,110,103,44,104,101,105,103,104,116,58,48,125,125,41,44,110,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,34,46,99,111,110,99,97,116,40,102,117,44,34,45,99,111,110,116,101,110,116,32,102,108,101,120,45,103,114,111,119,45,49,32,119,45,49,48,48,32,109,119,45,49,48,48,34,41,44,115,116,121,108,101,58,123,109,97,114,103,105,110,76,101,102,116,58,34,45,49,48,48,37,34,125,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,41,59,114,101,116,117,114,110,32,116,40,116,104,105,115,46,116,97,103,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,34,46,99,111,110,99,97,116,40,102,117,44,34,32,100,45,102,108,101,120,34,41,125,44,91,101,44,110,93,41,125,125,41,44,112,117,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,65,115,112,101,99,116,58,100,117,125,125,41,44,118,117,61,34,97,34,44,103,117,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,37,34,43,116,46,99,104,97,114,67,111,100,101,65,116,40,48,41,46,116,111,83,116,114,105,110,103,40,49,54,41,125,44,109,117,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,110,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,97,115,40,116,41,41,46,114,101,112,108,97,99,101,40,113,44,103,117,41,46,114,101,112,108,97,99,101,40,87,44,34,44,34,41,125,44,98,117,61,100,101,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,44,121,117,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,84,116,40,116,41,41,114,101,116,117,114,110,34,34,59,118,97,114,32,101,61,86,116,40,116,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,116,91,101,93,59,114,101,116,117,114,110,32,98,116,40,110,41,63,34,34,58,121,116,40,110,41,63,109,117,40,101,41,58,67,116,40,110,41,63,110,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,121,116,40,110,41,63,116,46,112,117,115,104,40,109,117,40,101,41,41,58,98,116,40,110,41,124,124,116,46,112,117,115,104,40,109,117,40,101,41,43,34,61,34,43,109,117,40,110,41,41,44,116,125,41,44,91,93,41,46,106,111,105,110,40,34,38,34,41,58,109,117,40,101,41,43,34,61,34,43,109,117,40,110,41,125,41,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,62,48,125,41,41,46,106,111,105,110,40,34,38,34,41,59,114,101,116,117,114,110,32,101,63,34,63,34,46,99,111,110,99,97,116,40,101,41,58,34,34,125,44,119,117,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,123,125,59,114,101,116,117,114,110,32,116,61,97,115,40,116,41,46,116,114,105,109,40,41,46,114,101,112,108,97,99,101,40,71,44,34,34,41,44,116,63,40,116,46,115,112,108,105,116,40,34,38,34,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,116,46,114,101,112,108,97,99,101,40,68,44,34,32,34,41,46,115,112,108,105,116,40,34,61,34,41,44,114,61,98,117,40,110,46,115,104,105,102,116,40,41,41,44,105,61,110,46,108,101,110,103,116,104,62,48,63,98,117,40,110,46,106,111,105,110,40,34,61,34,41,41,58,110,117,108,108,59,98,116,40,101,91,114,93,41,63,101,91,114,93,61,105,58,67,116,40,101,91,114,93,41,63,101,91,114,93,46,112,117,115,104,40,105,41,58,101,91,114,93,61,91,101,91,114,93,44,105,93,125,41,41,44,101,41,58,101,125,44,95,117,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,40,33,116,46,104,114,101,102,38,38,33,116,46,116,111,41,125,44,120,117,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,40,33,116,124,124,121,115,40,116,44,34,97,34,41,41,125,44,79,117,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,116,111,44,114,61,116,46,100,105,115,97,98,108,101,100,44,105,61,116,46,114,111,117,116,101,114,67,111,109,112,111,110,101,110,116,78,97,109,101,44,111,61,33,33,101,46,36,114,111,117,116,101,114,59,114,101,116,117,114,110,33,111,124,124,111,38,38,40,114,124,124,33,110,41,63,118,117,58,105,124,124,40,101,46,36,110,117,120,116,63,34,110,117,120,116,45,108,105,110,107,34,58,34,114,111,117,116,101,114,45,108,105,110,107,34,41,125,44,83,117,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,123,125,44,101,61,116,46,116,97,114,103,101,116,44,110,61,116,46,114,101,108,59,114,101,116,117,114,110,34,95,98,108,97,110,107,34,61,61,61,101,38,38,121,116,40,110,41,63,34,110,111,111,112,101,110,101,114,34,58,110,124,124,110,117,108,108,125,44,107,117,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,123,125,44,101,61,116,46,104,114,101,102,44,110,61,116,46,116,111,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,117,44,105,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,34,35,34,44,111,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,51,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,51,93,63,97,114,103,117,109,101,110,116,115,91,51,93,58,34,47,34,59,105,102,40,101,41,114,101,116,117,114,110,32,101,59,105,102,40,120,117,40,114,41,41,114,101,116,117,114,110,32,110,117,108,108,59,105,102,40,79,116,40,110,41,41,114,101,116,117,114,110,32,110,124,124,111,59,105,102,40,84,116,40,110,41,38,38,40,110,46,112,97,116,104,124,124,110,46,113,117,101,114,121,124,124,110,46,104,97,115,104,41,41,123,118,97,114,32,97,61,97,115,40,110,46,112,97,116,104,41,44,115,61,121,117,40,110,46,113,117,101,114,121,41,44,99,61,97,115,40,110,46,104,97,115,104,41,59,114,101,116,117,114,110,32,99,61,99,38,38,34,35,34,33,61,61,99,46,99,104,97,114,65,116,40,48,41,63,34,35,34,46,99,111,110,99,97,116,40,99,41,58,99,44,34,34,46,99,111,110,99,97,116,40,97,41,46,99,111,110,99,97,116,40,115,41,46,99,111,110,99,97,116,40,99,41,124,124,111,125,114,101,116,117,114,110,32,105,125,59,102,117,110,99,116,105,111,110,32,67,117,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,80,117,61,123,118,105,101,119,66,111,120,58,34,48,32,48,32,49,54,32,49,54,34,44,119,105,100,116,104,58,34,49,101,109,34,44,104,101,105,103,104,116,58,34,49,101,109,34,44,102,111,99,117,115,97,98,108,101,58,34,102,97,108,115,101,34,44,114,111,108,101,58,34,105,109,103,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,34,105,99,111,110,34,125,44,84,117,61,123,119,105,100,116,104,58,110,117,108,108,44,104,101,105,103,104,116,58,110,117,108,108,44,102,111,99,117,115,97,98,108,101,58,110,117,108,108,44,114,111,108,101,58,110,117,108,108,44,34,97,114,105,97,45,108,97,98,101,108,34,58,110,117,108,108,125,44,106,117,61,123,97,110,105,109,97,116,105,111,110,58,99,99,40,95,111,41,44,99,111,110,116,101,110,116,58,99,99,40,95,111,41,44,102,108,105,112,72,58,99,99,40,118,111,44,33,49,41,44,102,108,105,112,86,58,99,99,40,118,111,44,33,49,41,44,102,111,110,116,83,99,97,108,101,58,99,99,40,65,111,44,49,41,44,114,111,116,97,116,101,58,99,99,40,65,111,44,48,41,44,115,99,97,108,101,58,99,99,40,65,111,44,49,41,44,115,104,105,102,116,72,58,99,99,40,65,111,44,48,41,44,115,104,105,102,116,86,58,99,99,40,65,111,44,48,41,44,115,116,97,99,107,101,100,58,99,99,40,118,111,44,33,49,41,44,116,105,116,108,101,58,99,99,40,95,111,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,41,125,44,69,117,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,87,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,106,117,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,101,46,100,97,116,97,44,105,61,101,46,112,114,111,112,115,44,111,61,101,46,99,104,105,108,100,114,101,110,44,97,61,105,46,97,110,105,109,97,116,105,111,110,44,115,61,105,46,99,111,110,116,101,110,116,44,99,61,105,46,102,108,105,112,72,44,117,61,105,46,102,108,105,112,86,44,108,61,105,46,115,116,97,99,107,101,100,44,102,61,105,46,116,105,116,108,101,44,104,61,105,46,118,97,114,105,97,110,116,44,100,61,81,99,40,74,97,40,105,46,102,111,110,116,83,99,97,108,101,44,49,41,44,48,41,124,124,49,44,112,61,81,99,40,74,97,40,105,46,115,99,97,108,101,44,49,41,44,48,41,124,124,49,44,118,61,74,97,40,105,46,114,111,116,97,116,101,44,48,41,44,103,61,74,97,40,105,46,115,104,105,102,116,72,44,48,41,44,109,61,74,97,40,105,46,115,104,105,102,116,86,44,48,41,44,98,61,99,124,124,117,124,124,49,33,61,61,112,44,121,61,98,124,124,118,44,119,61,103,124,124,109,44,95,61,33,119,116,40,115,41,44,120,61,91,121,63,34,116,114,97,110,115,108,97,116,101,40,56,32,56,41,34,58,110,117,108,108,44,98,63,34,115,99,97,108,101,40,34,46,99,111,110,99,97,116,40,40,99,63,45,49,58,49,41,42,112,44,34,32,34,41,46,99,111,110,99,97,116,40,40,117,63,45,49,58,49,41,42,112,44,34,41,34,41,58,110,117,108,108,44,118,63,34,114,111,116,97,116,101,40,34,46,99,111,110,99,97,116,40,118,44,34,41,34,41,58,110,117,108,108,44,121,63,34,116,114,97,110,115,108,97,116,101,40,45,56,32,45,56,41,34,58,110,117,108,108,93,46,102,105,108,116,101,114,40,115,101,41,44,79,61,116,40,34,103,34,44,123,97,116,116,114,115,58,123,116,114,97,110,115,102,111,114,109,58,120,46,106,111,105,110,40,34,32,34,41,124,124,110,117,108,108,125,44,100,111,109,80,114,111,112,115,58,95,63,123,105,110,110,101,114,72,84,77,76,58,115,124,124,34,34,125,58,123,125,125,44,111,41,59,119,38,38,40,79,61,116,40,34,103,34,44,123,97,116,116,114,115,58,123,116,114,97,110,115,102,111,114,109,58,34,116,114,97,110,115,108,97,116,101,40,34,46,99,111,110,99,97,116,40,49,54,42,103,47,49,54,44,34,32,34,41,46,99,111,110,99,97,116,40,45,49,54,42,109,47,49,54,44,34,41,34,41,125,125,44,91,79,93,41,41,44,108,38,38,40,79,61,116,40,34,103,34,44,91,79,93,41,41,59,118,97,114,32,83,61,102,63,116,40,34,116,105,116,108,101,34,44,102,41,58,110,117,108,108,44,107,61,91,83,44,79,93,46,102,105,108,116,101,114,40,115,101,41,59,114,101,116,117,114,110,32,116,40,34,115,118,103,34,44,73,101,40,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,105,99,111,110,32,98,105,34,44,99,108,97,115,115,58,40,110,61,123,125,44,67,117,40,110,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,104,41,44,104,41,44,67,117,40,110,44,34,98,45,105,99,111,110,45,97,110,105,109,97,116,105,111,110,45,34,46,99,111,110,99,97,116,40,97,41,44,97,41,44,110,41,44,97,116,116,114,115,58,80,117,44,115,116,121,108,101,58,108,63,123,125,58,123,102,111,110,116,83,105,122,101,58,49,61,61,61,100,63,110,117,108,108,58,34,34,46,99,111,110,99,97,116,40,49,48,48,42,100,44,34,37,34,41,125,125,44,114,44,108,63,123,97,116,116,114,115,58,84,117,125,58,123,125,44,123,97,116,116,114,115,58,123,120,109,108,110,115,58,108,63,110,117,108,108,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,102,105,108,108,58,34,99,117,114,114,101,110,116,67,111,108,111,114,34,125,125,41,44,107,41,125,125,41,59,102,117,110,99,116,105,111,110,32,65,117,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,68,117,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,65,117,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,76,117,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,65,117,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,76,117,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,77,117,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,115,40,116,41,44,105,61,34,66,73,99,111,110,34,46,99,111,110,99,97,116,40,101,115,40,116,41,41,44,111,61,34,98,105,45,34,46,99,111,110,99,97,116,40,110,41,44,97,61,110,46,114,101,112,108,97,99,101,40,47,45,47,103,44,34,32,34,41,44,115,61,99,115,40,101,124,124,34,34,41,59,114,101,116,117,114,110,32,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,105,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,71,116,40,106,117,44,91,34,99,111,110,116,101,110,116,34,93,41,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,100,97,116,97,44,114,61,101,46,112,114,111,112,115,59,114,101,116,117,114,110,32,116,40,69,117,44,73,101,40,123,112,114,111,112,115,58,123,116,105,116,108,101,58,97,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,108,97,98,101,108,34,58,97,125,125,44,110,44,123,115,116,97,116,105,99,67,108,97,115,115,58,111,44,112,114,111,112,115,58,68,117,40,68,117,40,123,125,44,114,41,44,123,125,44,123,99,111,110,116,101,110,116,58,115,125,41,125,41,41,125,125,41,125,44,73,117,61,77,117,40,34,66,108,97,110,107,34,44,34,34,41,44,36,117,61,77,117,40,34,67,97,108,101,110,100,97,114,34,44,39,60,112,97,116,104,32,100,61,34,77,51,46,53,32,48,97,46,53,46,53,32,48,32,48,32,49,32,46,53,46,53,86,49,104,56,86,46,53,97,46,53,46,53,32,48,32,48,32,49,32,49,32,48,86,49,104,49,97,50,32,50,32,48,32,48,32,49,32,50,32,50,118,49,49,97,50,32,50,32,48,32,48,32,49,45,50,32,50,72,50,97,50,32,50,32,48,32,48,32,49,45,50,45,50,86,51,97,50,32,50,32,48,32,48,32,49,32,50,45,50,104,49,86,46,53,97,46,53,46,53,32,48,32,48,32,49,32,46,53,45,46,53,122,77,49,32,52,118,49,48,97,49,32,49,32,48,32,48,32,48,32,49,32,49,104,49,50,97,49,32,49,32,48,32,48,32,48,32,49,45,49,86,52,72,49,122,34,47,62,39,41,44,70,117,61,77,117,40,34,67,97,108,101,110,100,97,114,70,105,108,108,34,44,39,60,112,97,116,104,32,100,61,34,77,51,46,53,32,48,97,46,53,46,53,32,48,32,48,32,49,32,46,53,46,53,86,49,104,56,86,46,53,97,46,53,46,53,32,48,32,48,32,49,32,49,32,48,86,49,104,49,97,50,32,50,32,48,32,48,32,49,32,50,32,50,118,49,49,97,50,32,50,32,48,32,48,32,49,45,50,32,50,72,50,97,50,32,50,32,48,32,48,32,49,45,50,45,50,86,53,104,49,54,86,52,72,48,86,51,97,50,32,50,32,48,32,48,32,49,32,50,45,50,104,49,86,46,53,97,46,53,46,53,32,48,32,48,32,49,32,46,53,45,46,53,122,34,47,62,39,41,44,66,117,61,77,117,40,34,67,104,101,118,114,111,110,66,97,114,76,101,102,116,34,44,39,60,112,97,116,104,32,102,105,108,108,45,114,117,108,101,61,34,101,118,101,110,111,100,100,34,32,100,61,34,77,49,49,46,56,53,52,32,51,46,54,52,54,97,46,53,46,53,32,48,32,48,32,49,32,48,32,46,55,48,56,76,56,46,50,48,55,32,56,108,51,46,54,52,55,32,51,46,54,52,54,97,46,53,46,53,32,48,32,48,32,49,45,46,55,48,56,46,55,48,56,108,45,52,45,52,97,46,53,46,53,32,48,32,48,32,49,32,48,45,46,55,48,56,108,52,45,52,97,46,53,46,53,32,48,32,48,32,49,32,46,55,48,56,32,48,122,77,52,46,53,32,49,97,46,53,46,53,32,48,32,48,32,48,45,46,53,46,53,118,49,51,97,46,53,46,53,32,48,32,48,32,48,32,49,32,48,118,45,49,51,97,46,53,46,53,32,48,32,48,32,48,45,46,53,45,46,53,122,34,47,62,39,41,44,82,117,61,77,117,40,34,67,104,101,118,114,111,110,68,111,117,98,108,101,76,101,102,116,34,44,39,60,112,97,116,104,32,102,105,108,108,45,114,117,108,101,61,34,101,118,101,110,111,100,100,34,32,100,61,34,77,56,46,51,53,52,32,49,46,54,52,54,97,46,53,46,53,32,48,32,48,32,49,32,48,32,46,55,48,56,76,50,46,55,48,55,32,56,108,53,46,54,52,55,32,53,46,54,52,54,97,46,53,46,53,32,48,32,48,32,49,45,46,55,48,56,46,55,48,56,108,45,54,45,54,97,46,53,46,53,32,48,32,48,32,49,32,48,45,46,55,48,56,108,54,45,54,97,46,53,46,53,32,48,32,48,32,49,32,46,55,48,56,32,48,122,34,47,62,60,112,97,116,104,32,102,105,108,108,45,114,117,108,101,61,34,101,118,101,110,111,100,100,34,32,100,61,34,77,49,50,46,51,53,52,32,49,46,54,52,54,97,46,53,46,53,32,48,32,48,32,49,32,48,32,46,55,48,56,76,54,46,55,48,55,32,56,108,53,46,54,52,55,32,53,46,54,52,54,97,46,53,46,53,32,48,32,48,32,49,45,46,55,48,56,46,55,48,56,108,45,54,45,54,97,46,53,46,53,32,48,32,48,32,49,32,48,45,46,55,48,56,108,54,45,54,97,46,53,46,53,32,48,32,48,32,49,32,46,55,48,56,32,48,122,34,47,62,39,41,44,78,117,61,77,117,40,34,67,104,101,118,114,111,110,68,111,119,110,34,44,39,60,112,97,116,104,32,102,105,108,108,45,114,117,108,101,61,34,101,118,101,110,111,100,100,34,32,100,61,34,77,49,46,54,52,54,32,52,46,54,52,54,97,46,53,46,53,32,48,32,48,32,49,32,46,55,48,56,32,48,76,56,32,49,48,46,50,57,51,108,53,46,54,52,54,45,53,46,54,52,55,97,46,53,46,53,32,48,32,48,32,49,32,46,55,48,56,46,55,48,56,108,45,54,32,54,97,46,53,46,53,32,48,32,48,32,49,45,46,55,48,56,32,48,108,45,54,45,54,97,46,53,46,53,32,48,32,48,32,49,32,48,45,46,55,48,56,122,34,47,62,39,41,44,122,117,61,77,117,40,34,67,104,101,118,114,111,110,76,101,102,116,34,44,39,60,112,97,116,104,32,102,105,108,108,45,114,117,108,101,61,34,101,118,101,110,111,100,100,34,32,100,61,34,77,49,49,46,51,53,52,32,49,46,54,52,54,97,46,53,46,53,32,48,32,48,32,49,32,48,32,46,55,48,56,76,53,46,55,48,55,32,56,108,53,46,54,52,55,32,53,46,54,52,54,97,46,53,46,53,32,48,32,48,32,49,45,46,55,48,56,46,55,48,56,108,45,54,45,54,97,46,53,46,53,32,48,32,48,32,49,32,48,45,46,55,48,56,108,54,45,54,97,46,53,46,53,32,48,32,48,32,49,32,46,55,48,56,32,48,122,34,47,62,39,41,44,86,117,61,77,117,40,34,67,104,101,118,114,111,110,85,112,34,44,39,60,112,97,116,104,32,102,105,108,108,45,114,117,108,101,61,34,101,118,101,110,111,100,100,34,32,100,61,34,77,55,46,54,52,54,32,52,46,54,52,54,97,46,53,46,53,32,48,32,48,32,49,32,46,55,48,56,32,48,108,54,32,54,97,46,53,46,53,32,48,32,48,32,49,45,46,55,48,56,46,55,48,56,76,56,32,53,46,55,48,55,108,45,53,46,54,52,54,32,53,46,54,52,55,97,46,53,46,53,32,48,32,48,32,49,45,46,55,48,56,45,46,55,48,56,108,54,45,54,122,34,47,62,39,41,44,72,117,61,77,117,40,34,67,105,114,99,108,101,70,105,108,108,34,44,39,60,99,105,114,99,108,101,32,99,120,61,34,56,34,32,99,121,61,34,56,34,32,114,61,34,56,34,47,62,39,41,44,85,117,61,77,117,40,34,67,108,111,99,107,34,44,39,60,112,97,116,104,32,100,61,34,77,56,32,51,46,53,97,46,53,46,53,32,48,32,48,32,48,45,49,32,48,86,57,97,46,53,46,53,32,48,32,48,32,48,32,46,50,53,50,46,52,51,52,108,51,46,53,32,50,97,46,53,46,53,32,48,32,48,32,48,32,46,52,57,54,45,46,56,54,56,76,56,32,56,46,55,49,86,51,46,53,122,34,47,62,60,112,97,116,104,32,100,61,34,77,56,32,49,54,65,56,32,56,32,48,32,49,32,48,32,56,32,48,97,56,32,56,32,48,32,48,32,48,32,48,32,49,54,122,109,55,45,56,65,55,32,55,32,48,32,49,32,49,32,49,32,56,97,55,32,55,32,48,32,48,32,49,32,49,52,32,48,122,34,47,62,39,41,44,87,117,61,77,117,40,34,67,108,111,99,107,70,105,108,108,34,44,39,60,112,97,116,104,32,100,61,34,77,49,54,32,56,65,56,32,56,32,48,32,49,32,49,32,48,32,56,97,56,32,56,32,48,32,48,32,49,32,49,54,32,48,122,77,56,32,51,46,53,97,46,53,46,53,32,48,32,48,32,48,45,49,32,48,86,57,97,46,53,46,53,32,48,32,48,32,48,32,46,50,53,50,46,52,51,52,108,51,46,53,32,50,97,46,53,46,53,32,48,32,48,32,48,32,46,52,57,54,45,46,56,54,56,76,56,32,56,46,55,49,86,51,46,53,122,34,47,62,39,41,44,113,117,61,77,117,40,34,68,97,115,104,34,44,39,60,112,97,116,104,32,100,61,34,77,52,32,56,97,46,53,46,53,32,48,32,48,32,49,32,46,53,45,46,53,104,55,97,46,53,46,53,32,48,32,48,32,49,32,48,32,49,104,45,55,65,46,53,46,53,32,48,32,48,32,49,32,52,32,56,122,34,47,62,39,41,44,71,117,61,77,117,40,34,80,101,114,115,111,110,70,105,108,108,34,44,39,60,112,97,116,104,32,100,61,34,77,51,32,49,52,115,45,49,32,48,45,49,45,49,32,49,45,52,32,54,45,52,32,54,32,51,32,54,32,52,45,49,32,49,45,49,32,49,72,51,122,109,53,45,54,97,51,32,51,32,48,32,49,32,48,32,48,45,54,32,51,32,51,32,48,32,48,32,48,32,48,32,54,122,34,47,62,39,41,44,89,117,61,77,117,40,34,80,108,117,115,34,44,39,60,112,97,116,104,32,100,61,34,77,56,32,52,97,46,53,46,53,32,48,32,48,32,49,32,46,53,46,53,118,51,104,51,97,46,53,46,53,32,48,32,48,32,49,32,48,32,49,104,45,51,118,51,97,46,53,46,53,32,48,32,48,32,49,45,49,32,48,118,45,51,104,45,51,97,46,53,46,53,32,48,32,48,32,49,32,48,45,49,104,51,118,45,51,65,46,53,46,53,32,48,32,48,32,49,32,56,32,52,122,34,47,62,39,41,44,75,117,61,77,117,40,34,83,116,97,114,34,44,39,60,112,97,116,104,32,100,61,34,77,50,46,56,54,54,32,49,52,46,56,53,99,45,46,48,55,56,46,52,52,52,46,51,54,46,55,57,49,46,55,52,54,46,53,57,51,108,52,46,51,57,45,50,46,50,53,54,32,52,46,51,56,57,32,50,46,50,53,54,99,46,51,56,54,46,49,57,56,46,56,50,52,45,46,49,52,57,46,55,52,54,45,46,53,57,50,108,45,46,56,51,45,52,46,55,51,32,51,46,53,50,51,45,51,46,51,53,54,99,46,51,50,57,45,46,51,49,52,46,49,53,56,45,46,56,56,56,45,46,50,56,51,45,46,57,53,108,45,52,46,56,57,56,45,46,54,57,54,76,56,46,52,54,53,46,55,57,50,97,46,53,49,51,46,53,49,51,32,48,32,48,32,48,45,46,57,50,55,32,48,76,53,46,51,53,52,32,53,46,49,50,108,45,52,46,56,57,56,46,54,57,54,99,45,46,52,52,49,46,48,54,50,45,46,54,49,50,46,54,51,54,45,46,50,56,51,46,57,53,108,51,46,53,50,51,32,51,46,51,53,54,45,46,56,51,32,52,46,55,51,122,109,52,46,57,48,53,45,50,46,55,54,55,108,45,51,46,54,56,54,32,49,46,56,57,52,46,54,57,52,45,51,46,57,53,55,97,46,53,54,53,46,53,54,53,32,48,32,48,32,48,45,46,49,54,51,45,46,53,48,53,76,49,46,55,49,32,54,46,55,52,53,108,52,46,48,53,50,45,46,53,55,54,97,46,53,50,53,46,53,50,53,32,48,32,48,32,48,32,46,51,57,51,45,46,50,56,56,108,49,46,56,52,55,45,51,46,54,53,56,32,49,46,56,52,54,32,51,46,54,53,56,97,46,53,50,53,46,53,50,53,32,48,32,48,32,48,32,46,51,57,51,46,50,56,56,108,52,46,48,53,50,46,53,55,53,45,50,46,57,48,54,32,50,46,55,55,97,46,53,54,52,46,53,54,52,32,48,32,48,32,48,45,46,49,54,51,46,53,48,54,108,46,54,57,52,32,51,46,57,53,55,45,51,46,54,56,54,45,49,46,56,57,52,97,46,53,48,51,46,53,48,51,32,48,32,48,32,48,45,46,52,54,49,32,48,122,34,47,62,39,41,44,88,117,61,77,117,40,34,83,116,97,114,70,105,108,108,34,44,39,60,112,97,116,104,32,100,61,34,77,51,46,54,49,50,32,49,53,46,52,52,51,99,45,46,51,56,54,46,49,57,56,45,46,56,50,52,45,46,49,52,57,45,46,55,52,54,45,46,53,57,50,108,46,56,51,45,52,46,55,51,76,46,49,55,51,32,54,46,55,54,53,99,45,46,51,50,57,45,46,51,49,52,45,46,49,53,56,45,46,56,56,56,46,50,56,51,45,46,57,53,108,52,46,56,57,56,45,46,54,57,54,76,55,46,53,51,56,46,55,57,50,99,46,49,57,55,45,46,51,57,46,55,51,45,46,51,57,46,57,50,55,32,48,108,50,46,49,56,52,32,52,46,51,50,55,32,52,46,56,57,56,46,54,57,54,99,46,52,52,49,46,48,54,50,46,54,49,50,46,54,51,54,46,50,56,51,46,57,53,108,45,51,46,53,50,51,32,51,46,51,53,54,46,56,51,32,52,46,55,51,99,46,48,55,56,46,52,52,51,45,46,51,54,46,55,57,45,46,55,52,54,46,53,57,50,76,56,32,49,51,46,49,56,55,108,45,52,46,51,56,57,32,50,46,50,53,54,122,34,47,62,39,41,44,90,117,61,77,117,40,34,83,116,97,114,72,97,108,102,34,44,39,60,112,97,116,104,32,100,61,34,77,53,46,51,53,52,32,53,46,49,49,57,76,55,46,53,51,56,46,55,57,50,65,46,53,49,54,46,53,49,54,32,48,32,48,32,49,32,56,32,46,53,99,46,49,56,51,32,48,32,46,51,54,54,46,48,57,55,46,52,54,53,46,50,57,50,108,50,46,49,56,52,32,52,46,51,50,55,32,52,46,56,57,56,46,54,57,54,65,46,53,51,55,46,53,51,55,32,48,32,48,32,49,32,49,54,32,54,46,51,50,97,46,53,53,46,53,53,32,48,32,48,32,49,45,46,49,55,46,52,52,53,108,45,51,46,53,50,51,32,51,46,51,53,54,46,56,51,32,52,46,55,51,99,46,48,55,56,46,52,52,51,45,46,51,54,46,55,57,45,46,55,52,54,46,53,57,50,76,56,32,49,51,46,49,56,55,108,45,52,46,51,56,57,32,50,46,50,53,54,97,46,53,49,57,46,53,49,57,32,48,32,48,32,49,45,46,49,52,54,46,48,53,99,45,46,51,52,49,46,48,54,45,46,54,54,56,45,46,50,53,52,45,46,54,45,46,54,52,50,108,46,56,51,45,52,46,55,51,76,46,49,55,51,32,54,46,55,54,53,97,46,53,53,46,53,53,32,48,32,48,32,49,45,46,49,55,49,45,46,52,48,51,46,53,57,46,53,57,32,48,32,48,32,49,32,46,48,56,52,45,46,51,48,50,46,53,49,51,46,53,49,51,32,48,32,48,32,49,32,46,51,55,45,46,50,52,53,108,52,46,56,57,56,45,46,54,57,54,122,77,56,32,49,50,46,48,50,55,99,46,48,56,32,48,32,46,49,54,46,48,49,56,46,50,51,50,46,48,53,54,108,51,46,54,56,54,32,49,46,56,57,52,45,46,54,57,52,45,51,46,57,53,55,97,46,53,54,52,46,53,54,52,32,48,32,48,32,49,32,46,49,54,51,45,46,53,48,53,108,50,46,57,48,54,45,50,46,55,55,45,52,46,48,53,50,45,46,53,55,54,97,46,53,50,53,46,53,50,53,32,48,32,48,32,49,45,46,51,57,51,45,46,50,56,56,76,56,46,48,48,50,32,50,46,50,50,51,32,56,32,50,46,50,50,54,118,57,46,56,122,34,47,62,39,41,44,74,117,61,77,117,40,34,88,34,44,39,60,112,97,116,104,32,100,61,34,77,52,46,54,52,54,32,52,46,54,52,54,97,46,53,46,53,32,48,32,48,32,49,32,46,55,48,56,32,48,76,56,32,55,46,50,57,51,108,50,46,54,52,54,45,50,46,54,52,55,97,46,53,46,53,32,48,32,48,32,49,32,46,55,48,56,46,55,48,56,76,56,46,55,48,55,32,56,108,50,46,54,52,55,32,50,46,54,52,54,97,46,53,46,53,32,48,32,48,32,49,45,46,55,48,56,46,55,48,56,76,56,32,56,46,55,48,55,108,45,50,46,54,52,54,32,50,46,54,52,55,97,46,53,46,53,32,48,32,48,32,49,45,46,55,48,56,45,46,55,48,56,76,55,46,50,57,51,32,56,32,52,46,54,52,54,32,53,46,51,53,52,97,46,53,46,53,32,48,32,48,32,49,32,48,45,46,55,48,56,122,34,47,62,39,41,59,10,47,42,33,10,32,42,32,66,111,111,116,115,116,114,97,112,86,117,101,32,73,99,111,110,115,44,32,103,101,110,101,114,97,116,101,100,32,102,114,111,109,32,66,111,111,116,115,116,114,97,112,32,73,99,111,110,115,32,49,46,50,46,50,10,32,42,10,32,42,32,64,108,105,110,107,32,104,116,116,112,115,58,47,47,105,99,111,110,115,46,103,101,116,98,111,111,116,115,116,114,97,112,46,99,111,109,47,10,32,42,32,64,108,105,99,101,110,115,101,32,77,73,84,10,32,42,32,104,116,116,112,115,58,47,47,103,105,116,104,117,98,46,99,111,109,47,116,119,98,115,47,105,99,111,110,115,47,98,108,111,98,47,109,97,115,116,101,114,47,76,73,67,69,78,83,69,46,109,100,10,32,42,47,102,117,110,99,116,105,111,110,32,81,117,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,116,108,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,81,117,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,108,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,81,117,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,101,108,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,110,108,61,102,117,110,99,116,105,111,110,32,116,40,101,44,110,41,123,105,102,40,33,101,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,114,61,40,101,46,36,111,112,116,105,111,110,115,124,124,123,125,41,46,99,111,109,112,111,110,101,110,116,115,44,105,61,114,91,110,93,59,114,101,116,117,114,110,32,105,124,124,116,40,101,46,36,112,97,114,101,110,116,44,110,41,125,44,114,108,61,71,116,40,106,117,44,91,34,99,111,110,116,101,110,116,34,93,41,44,105,108,61,104,99,40,75,116,40,116,108,40,116,108,40,123,125,44,114,108,41,44,123,125,44,123,105,99,111,110,58,99,99,40,95,111,41,125,41,41,44,85,110,41,44,111,108,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,85,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,105,108,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,100,97,116,97,44,114,61,101,46,112,114,111,112,115,44,105,61,101,46,112,97,114,101,110,116,44,111,61,101,115,40,99,115,40,114,46,105,99,111,110,124,124,34,34,41,41,46,114,101,112,108,97,99,101,40,90,44,34,34,41,59,114,101,116,117,114,110,32,116,40,111,38,38,110,108,40,105,44,34,66,73,99,111,110,34,46,99,111,110,99,97,116,40,111,41,41,124,124,73,117,44,73,101,40,110,44,123,112,114,111,112,115,58,108,99,40,114,108,44,114,41,125,41,41,125,125,41,44,97,108,61,56,44,115,108,61,52,54,44,99,108,61,52,48,44,117,108,61,51,53,44,108,108,61,49,51,44,102,108,61,50,55,44,104,108,61,51,54,44,100,108,61,51,55,44,112,108,61,51,52,44,118,108,61,51,51,44,103,108,61,51,57,44,109,108,61,51,50,44,98,108,61,51,56,44,121,108,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,46,108,101,110,103,116,104,33,61,61,101,46,108,101,110,103,116,104,41,114,101,116,117,114,110,33,49,59,102,111,114,40,118,97,114,32,110,61,33,48,44,114,61,48,59,110,38,38,114,60,116,46,108,101,110,103,116,104,59,114,43,43,41,110,61,119,108,40,116,91,114,93,44,101,91,114,93,41,59,114,101,116,117,114,110,32,110,125,44,119,108,61,102,117,110,99,116,105,111,110,32,116,40,101,44,110,41,123,105,102,40,101,61,61,61,110,41,114,101,116,117,114,110,33,48,59,118,97,114,32,114,61,106,116,40,101,41,44,105,61,106,116,40,110,41,59,105,102,40,114,124,124,105,41,114,101,116,117,114,110,33,40,33,114,124,124,33,105,41,38,38,101,46,103,101,116,84,105,109,101,40,41,61,61,61,110,46,103,101,116,84,105,109,101,40,41,59,105,102,40,114,61,67,116,40,101,41,44,105,61,67,116,40,110,41,44,114,124,124,105,41,114,101,116,117,114,110,33,40,33,114,124,124,33,105,41,38,38,121,108,40,101,44,110,41,59,105,102,40,114,61,80,116,40,101,41,44,105,61,80,116,40,110,41,44,114,124,124,105,41,123,105,102,40,33,114,124,124,33,105,41,114,101,116,117,114,110,33,49,59,118,97,114,32,111,61,86,116,40,101,41,46,108,101,110,103,116,104,44,97,61,86,116,40,110,41,46,108,101,110,103,116,104,59,105,102,40,111,33,61,61,97,41,114,101,116,117,114,110,33,49,59,102,111,114,40,118,97,114,32,115,32,105,110,32,101,41,123,118,97,114,32,99,61,72,116,40,101,44,115,41,44,117,61,72,116,40,110,44,115,41,59,105,102,40,99,38,38,33,117,124,124,33,99,38,38,117,124,124,33,116,40,101,91,115,93,44,110,91,115,93,41,41,114,101,116,117,114,110,33,49,125,125,114,101,116,117,114,110,32,83,116,114,105,110,103,40,101,41,61,61,61,83,116,114,105,110,103,40,110,41,125,59,102,117,110,99,116,105,111,110,32,95,108,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,120,108,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,116,124,124,48,61,61,61,86,116,40,116,41,46,108,101,110,103,116,104,125,44,79,108,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,104,97,110,100,108,101,114,58,102,117,110,99,116,105,111,110,40,101,44,110,41,123,105,102,40,33,119,108,40,101,44,110,41,41,105,102,40,120,108,40,101,41,124,124,120,108,40,110,41,41,116,104,105,115,91,116,93,61,97,101,40,101,41,59,101,108,115,101,123,102,111,114,40,118,97,114,32,114,32,105,110,32,110,41,72,116,40,101,44,114,41,124,124,116,104,105,115,46,36,100,101,108,101,116,101,40,116,104,105,115,46,36,100,97,116,97,91,116,93,44,114,41,59,102,111,114,40,118,97,114,32,105,32,105,110,32,101,41,116,104,105,115,46,36,115,101,116,40,116,104,105,115,46,36,100,97,116,97,91,116,93,44,105,44,101,91,105,93,41,125,125,125,125,44,83,108,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,95,108,40,123,125,44,101,44,97,101,40,116,104,105,115,91,116,93,41,41,125,44,119,97,116,99,104,58,95,108,40,123,125,44,116,44,79,108,40,101,41,41,125,41,125,44,107,108,61,83,108,40,34,36,97,116,116,114,115,34,44,34,98,118,65,116,116,114,115,34,41,44,67,108,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,109,101,116,104,111,100,115,58,123,108,105,115,116,101,110,79,110,82,111,111,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,116,104,105,115,46,36,114,111,111,116,46,36,111,110,40,116,44,101,41,44,116,104,105,115,46,36,111,110,40,111,111,44,40,102,117,110,99,116,105,111,110,40,41,123,110,46,36,114,111,111,116,46,36,111,102,102,40,116,44,101,41,125,41,41,125,44,108,105,115,116,101,110,79,110,82,111,111,116,79,110,99,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,116,104,105,115,46,36,114,111,111,116,46,36,111,110,99,101,40,116,44,101,41,44,116,104,105,115,46,36,111,110,40,111,111,44,40,102,117,110,99,116,105,111,110,40,41,123,110,46,36,114,111,111,116,46,36,111,102,102,40,116,44,101,41,125,41,41,125,44,101,109,105,116,79,110,82,111,111,116,58,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,114,61,110,101,119,32,65,114,114,97,121,40,110,62,49,63,110,45,49,58,48,41,44,105,61,49,59,105,60,110,59,105,43,43,41,114,91,105,45,49,93,61,97,114,103,117,109,101,110,116,115,91,105,93,59,40,101,61,116,104,105,115,46,36,114,111,111,116,41,46,36,101,109,105,116,46,97,112,112,108,121,40,101,44,91,116,93,46,99,111,110,99,97,116,40,114,41,41,125,125,125,41,44,80,108,61,83,108,40,34,36,108,105,115,116,101,110,101,114,115,34,44,34,98,118,76,105,115,116,101,110,101,114,115,34,41,59,102,117,110,99,116,105,111,110,32,84,108,40,116,41,123,114,101,116,117,114,110,32,68,108,40,116,41,124,124,65,108,40,116,41,124,124,69,108,40,116,41,124,124,106,108,40,41,125,102,117,110,99,116,105,111,110,32,106,108,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,115,112,114,101,97,100,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,46,92,110,73,110,32,111,114,100,101,114,32,116,111,32,98,101,32,105,116,101,114,97,98,108,101,44,32,110,111,110,45,97,114,114,97,121,32,111,98,106,101,99,116,115,32,109,117,115,116,32,104,97,118,101,32,97,32,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,32,109,101,116,104,111,100,46,34,41,125,102,117,110,99,116,105,111,110,32,69,108,40,116,44,101,41,123,105,102,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,76,108,40,116,44,101,41,59,118,97,114,32,110,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,59,114,101,116,117,114,110,34,79,98,106,101,99,116,34,61,61,61,110,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,40,110,61,116,46,99,111,110,115,116,114,117,99,116,111,114,46,110,97,109,101,41,44,34,77,97,112,34,61,61,61,110,124,124,34,83,101,116,34,61,61,61,110,63,65,114,114,97,121,46,102,114,111,109,40,116,41,58,34,65,114,103,117,109,101,110,116,115,34,61,61,61,110,124,124,47,94,40,63,58,85,105,124,73,41,110,116,40,63,58,56,124,49,54,124,51,50,41,40,63,58,67,108,97,109,112,101,100,41,63,65,114,114,97,121,36,47,46,116,101,115,116,40,110,41,63,76,108,40,116,44,101,41,58,118,111,105,100,32,48,125,125,102,117,110,99,116,105,111,110,32,65,108,40,116,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,116,41,41,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,40,116,41,125,102,117,110,99,116,105,111,110,32,68,108,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,114,101,116,117,114,110,32,76,108,40,116,41,125,102,117,110,99,116,105,111,110,32,76,108,40,116,44,101,41,123,40,110,117,108,108,61,61,101,124,124,101,62,116,46,108,101,110,103,116,104,41,38,38,40,101,61,116,46,108,101,110,103,116,104,41,59,102,111,114,40,118,97,114,32,110,61,48,44,114,61,110,101,119,32,65,114,114,97,121,40,101,41,59,110,60,101,59,110,43,43,41,114,91,110,93,61,116,91,110,93,59,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,77,108,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,73,108,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,77,108,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,36,108,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,77,108,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,36,108,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,70,108,61,67,99,40,116,114,44,34,99,108,105,99,107,101,100,34,41,44,66,108,61,123,97,99,116,105,118,101,67,108,97,115,115,58,99,99,40,95,111,41,44,97,112,112,101,110,100,58,99,99,40,118,111,44,33,49,41,44,101,118,101,110,116,58,99,99,40,107,111,44,108,105,41,44,101,120,97,99,116,58,99,99,40,118,111,44,33,49,41,44,101,120,97,99,116,65,99,116,105,118,101,67,108,97,115,115,58,99,99,40,95,111,41,44,114,101,112,108,97,99,101,58,99,99,40,118,111,44,33,49,41,44,114,111,117,116,101,114,84,97,103,58,99,99,40,95,111,44,34,97,34,41,44,116,111,58,99,99,40,77,111,41,125,44,82,108,61,123,110,111,80,114,101,102,101,116,99,104,58,99,99,40,118,111,44,33,49,41,44,112,114,101,102,101,116,99,104,58,99,99,40,118,111,44,110,117,108,108,41,125,44,78,108,61,104,99,40,75,116,40,73,108,40,73,108,40,73,108,40,123,125,44,82,108,41,44,66,108,41,44,123,125,44,123,97,99,116,105,118,101,58,99,99,40,118,111,44,33,49,41,44,100,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,104,114,101,102,58,99,99,40,95,111,41,44,114,101,108,58,99,99,40,95,111,44,110,117,108,108,41,44,114,111,117,116,101,114,67,111,109,112,111,110,101,110,116,78,97,109,101,58,99,99,40,95,111,41,44,116,97,114,103,101,116,58,99,99,40,95,111,44,34,95,115,101,108,102,34,41,125,41,41,44,116,114,41,44,122,108,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,116,114,44,109,105,120,105,110,115,58,91,107,108,44,80,108,44,67,108,44,121,99,93,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,78,108,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,84,97,103,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,116,111,44,101,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,110,61,116,104,105,115,46,114,111,117,116,101,114,67,111,109,112,111,110,101,110,116,78,97,109,101,59,114,101,116,117,114,110,32,79,117,40,123,116,111,58,116,44,100,105,115,97,98,108,101,100,58,101,44,114,111,117,116,101,114,67,111,109,112,111,110,101,110,116,78,97,109,101,58,110,125,44,116,104,105,115,41,125,44,105,115,82,111,117,116,101,114,76,105,110,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,120,117,40,116,104,105,115,46,99,111,109,112,117,116,101,100,84,97,103,41,125,44,99,111,109,112,117,116,101,100,82,101,108,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,116,97,114,103,101,116,44,101,61,116,104,105,115,46,114,101,108,59,114,101,116,117,114,110,32,83,117,40,123,116,97,114,103,101,116,58,116,44,114,101,108,58,101,125,41,125,44,99,111,109,112,117,116,101,100,72,114,101,102,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,116,111,44,101,61,116,104,105,115,46,104,114,101,102,59,114,101,116,117,114,110,32,107,117,40,123,116,111,58,116,44,104,114,101,102,58,101,125,44,116,104,105,115,46,99,111,109,112,117,116,101,100,84,97,103,41,125,44,99,111,109,112,117,116,101,100,80,114,111,112,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,112,114,101,102,101,116,99,104,59,114,101,116,117,114,110,32,116,104,105,115,46,105,115,82,111,117,116,101,114,76,105,110,107,63,73,108,40,73,108,40,123,125,44,108,99,40,73,108,40,73,108,40,123,125,44,66,108,41,44,82,108,41,44,116,104,105,115,41,41,44,123,125,44,123,112,114,101,102,101,116,99,104,58,120,116,40,116,41,63,116,58,118,111,105,100,32,48,44,116,97,103,58,116,104,105,115,46,114,111,117,116,101,114,84,97,103,125,41,58,123,125,125,44,99,111,109,112,117,116,101,100,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,98,118,65,116,116,114,115,44,101,61,116,104,105,115,46,99,111,109,112,117,116,101,100,72,114,101,102,44,110,61,116,104,105,115,46,99,111,109,112,117,116,101,100,82,101,108,44,114,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,105,61,116,104,105,115,46,116,97,114,103,101,116,44,111,61,116,104,105,115,46,114,111,117,116,101,114,84,97,103,44,97,61,116,104,105,115,46,105,115,82,111,117,116,101,114,76,105,110,107,59,114,101,116,117,114,110,32,73,108,40,73,108,40,73,108,40,73,108,40,123,125,44,116,41,44,101,63,123,104,114,101,102,58,101,125,58,123,125,41,44,97,38,38,33,121,115,40,111,44,34,97,34,41,63,123,125,58,123,114,101,108,58,110,44,116,97,114,103,101,116,58,105,125,41,44,123,125,44,123,116,97,98,105,110,100,101,120,58,114,63,34,45,49,34,58,98,116,40,116,46,116,97,98,105,110,100,101,120,41,63,110,117,108,108,58,116,46,116,97,98,105,110,100,101,120,44,34,97,114,105,97,45,100,105,115,97,98,108,101,100,34,58,114,63,34,116,114,117,101,34,58,110,117,108,108,125,41,125,44,99,111,109,112,117,116,101,100,76,105,115,116,101,110,101,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,108,40,73,108,40,123,125,44,116,104,105,115,46,98,118,76,105,115,116,101,110,101,114,115,41,44,123,125,44,123,99,108,105,99,107,58,116,104,105,115,46,111,110,67,108,105,99,107,125,41,125,125,44,109,101,116,104,111,100,115,58,123,111,110,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,44,110,61,69,116,40,116,41,44,114,61,116,104,105,115,46,105,115,82,111,117,116,101,114,76,105,110,107,44,105,61,116,104,105,115,46,98,118,76,105,115,116,101,110,101,114,115,46,99,108,105,99,107,59,110,38,38,116,104,105,115,46,100,105,115,97,98,108,101,100,63,83,99,40,116,44,123,105,109,109,101,100,105,97,116,101,80,114,111,112,97,103,97,116,105,111,110,58,33,48,125,41,58,40,114,38,38,116,46,99,117,114,114,101,110,116,84,97,114,103,101,116,46,95,95,118,117,101,95,95,38,38,116,46,99,117,114,114,101,110,116,84,97,114,103,101,116,46,95,95,118,117,101,95,95,46,36,101,109,105,116,40,108,105,44,116,41,44,71,97,40,105,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,95,116,40,116,41,125,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,97,112,112,108,121,40,118,111,105,100,32,48,44,84,108,40,101,41,41,125,41,41,44,116,104,105,115,46,101,109,105,116,79,110,82,111,111,116,40,70,108,44,116,41,44,116,104,105,115,46,101,109,105,116,79,110,82,111,111,116,40,34,99,108,105,99,107,101,100,58,58,108,105,110,107,34,44,116,41,41,44,110,38,38,33,114,38,38,34,35,34,61,61,61,116,104,105,115,46,99,111,109,112,117,116,101,100,72,114,101,102,38,38,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,125,44,102,111,99,117,115,58,102,117,110,99,116,105,111,110,40,41,123,113,115,40,116,104,105,115,46,36,101,108,41,125,44,98,108,117,114,58,102,117,110,99,116,105,111,110,40,41,123,71,115,40,116,104,105,115,46,36,101,108,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,97,99,116,105,118,101,44,110,61,116,104,105,115,46,100,105,115,97,98,108,101,100,59,114,101,116,117,114,110,32,116,40,116,104,105,115,46,99,111,109,112,117,116,101,100,84,97,103,44,36,108,40,123,99,108,97,115,115,58,123,97,99,116,105,118,101,58,101,44,100,105,115,97,98,108,101,100,58,110,125,44,97,116,116,114,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,65,116,116,114,115,44,112,114,111,112,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,80,114,111,112,115,125,44,116,104,105,115,46,105,115,82,111,117,116,101,114,76,105,110,107,63,34,110,97,116,105,118,101,79,110,34,58,34,111,110,34,44,116,104,105,115,46,99,111,109,112,117,116,101,100,76,105,115,116,101,110,101,114,115,41,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,41,125,125,41,59,102,117,110,99,116,105,111,110,32,86,108,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,72,108,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,86,108,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,85,108,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,86,108,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,85,108,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,87,108,61,71,116,40,78,108,44,91,34,101,118,101,110,116,34,44,34,114,111,117,116,101,114,84,97,103,34,93,41,59,100,101,108,101,116,101,32,87,108,46,104,114,101,102,46,100,101,102,97,117,108,116,44,100,101,108,101,116,101,32,87,108,46,116,111,46,100,101,102,97,117,108,116,59,118,97,114,32,113,108,61,104,99,40,75,116,40,72,108,40,72,108,40,123,125,44,87,108,41,44,123,125,44,123,98,108,111,99,107,58,99,99,40,118,111,44,33,49,41,44,100,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,112,105,108,108,58,99,99,40,118,111,44,33,49,41,44,112,114,101,115,115,101,100,58,99,99,40,118,111,44,110,117,108,108,41,44,115,105,122,101,58,99,99,40,95,111,41,44,115,113,117,97,114,101,100,58,99,99,40,118,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,98,117,116,116,111,110,34,41,44,116,121,112,101,58,99,99,40,95,111,44,34,98,117,116,116,111,110,34,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,44,34,115,101,99,111,110,100,97,114,121,34,41,125,41,41,44,87,101,41,44,71,108,61,102,117,110,99,116,105,111,110,40,116,41,123,34,102,111,99,117,115,105,110,34,61,61,61,116,46,116,121,112,101,63,69,115,40,116,46,116,97,114,103,101,116,44,34,102,111,99,117,115,34,41,58,34,102,111,99,117,115,111,117,116,34,61,61,61,116,46,116,121,112,101,38,38,65,115,40,116,46,116,97,114,103,101,116,44,34,102,111,99,117,115,34,41,125,44,89,108,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,95,117,40,116,41,124,124,121,115,40,116,46,116,97,103,44,34,97,34,41,125,44,75,108,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,120,116,40,116,46,112,114,101,115,115,101,100,41,125,44,88,108,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,40,89,108,40,116,41,124,124,116,46,116,97,103,38,38,33,121,115,40,116,46,116,97,103,44,34,98,117,116,116,111,110,34,41,41,125,44,90,108,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,89,108,40,116,41,38,38,33,88,108,40,116,41,125,44,74,108,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,59,114,101,116,117,114,110,91,34,98,116,110,45,34,46,99,111,110,99,97,116,40,116,46,118,97,114,105,97,110,116,124,124,34,115,101,99,111,110,100,97,114,121,34,41,44,40,101,61,123,125,44,85,108,40,101,44,34,98,116,110,45,34,46,99,111,110,99,97,116,40,116,46,115,105,122,101,41,44,116,46,115,105,122,101,41,44,85,108,40,101,44,34,98,116,110,45,98,108,111,99,107,34,44,116,46,98,108,111,99,107,41,44,85,108,40,101,44,34,114,111,117,110,100,101,100,45,112,105,108,108,34,44,116,46,112,105,108,108,41,44,85,108,40,101,44,34,114,111,117,110,100,101,100,45,48,34,44,116,46,115,113,117,97,114,101,100,38,38,33,116,46,112,105,108,108,41,44,85,108,40,101,44,34,100,105,115,97,98,108,101,100,34,44,116,46,100,105,115,97,98,108,101,100,41,44,85,108,40,101,44,34,97,99,116,105,118,101,34,44,116,46,112,114,101,115,115,101,100,41,44,101,41,93,125,44,81,108,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,89,108,40,116,41,63,108,99,40,87,108,44,116,41,58,123,125,125,44,116,102,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,88,108,40,116,41,44,114,61,89,108,40,116,41,44,105,61,75,108,40,116,41,44,111,61,90,108,40,116,41,44,97,61,114,38,38,34,35,34,61,61,61,116,46,104,114,101,102,44,115,61,101,46,97,116,116,114,115,38,38,101,46,97,116,116,114,115,46,114,111,108,101,63,101,46,97,116,116,114,115,46,114,111,108,101,58,110,117,108,108,44,99,61,101,46,97,116,116,114,115,63,101,46,97,116,116,114,115,46,116,97,98,105,110,100,101,120,58,110,117,108,108,59,114,101,116,117,114,110,40,111,124,124,97,41,38,38,40,99,61,34,48,34,41,44,123,116,121,112,101,58,110,38,38,33,114,63,116,46,116,121,112,101,58,110,117,108,108,44,100,105,115,97,98,108,101,100,58,110,63,116,46,100,105,115,97,98,108,101,100,58,110,117,108,108,44,114,111,108,101,58,111,124,124,97,63,34,98,117,116,116,111,110,34,58,115,44,34,97,114,105,97,45,100,105,115,97,98,108,101,100,34,58,111,63,83,116,114,105,110,103,40,116,46,100,105,115,97,98,108,101,100,41,58,110,117,108,108,44,34,97,114,105,97,45,112,114,101,115,115,101,100,34,58,105,63,83,116,114,105,110,103,40,116,46,112,114,101,115,115,101,100,41,58,110,117,108,108,44,97,117,116,111,99,111,109,112,108,101,116,101,58,105,63,34,111,102,102,34,58,110,117,108,108,44,116,97,98,105,110,100,101,120,58,116,46,100,105,115,97,98,108,101,100,38,38,33,110,63,34,45,49,34,58,99,125,125,44,101,102,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,87,101,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,113,108,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,108,105,115,116,101,110,101,114,115,44,111,61,101,46,99,104,105,108,100,114,101,110,44,97,61,75,108,40,110,41,44,115,61,89,108,40,110,41,44,99,61,90,108,40,110,41,44,117,61,115,38,38,34,35,34,61,61,61,110,46,104,114,101,102,44,108,61,123,107,101,121,100,111,119,110,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,110,46,100,105,115,97,98,108,101,100,38,38,40,99,124,124,117,41,41,123,118,97,114,32,101,61,116,46,107,101,121,67,111,100,101,59,105,102,40,101,61,61,61,109,108,124,124,101,61,61,61,108,108,38,38,99,41,123,118,97,114,32,114,61,116,46,99,117,114,114,101,110,116,84,97,114,103,101,116,124,124,116,46,116,97,114,103,101,116,59,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,44,114,46,99,108,105,99,107,40,41,125,125,125,44,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,110,46,100,105,115,97,98,108,101,100,38,38,69,116,40,116,41,63,83,99,40,116,41,58,97,38,38,105,38,38,105,91,34,117,112,100,97,116,101,58,112,114,101,115,115,101,100,34,93,38,38,71,97,40,105,91,34,117,112,100,97,116,101,58,112,114,101,115,115,101,100,34,93,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,95,116,40,116,41,38,38,116,40,33,110,46,112,114,101,115,115,101,100,41,125,41,41,125,125,59,97,38,38,40,108,46,102,111,99,117,115,105,110,61,71,108,44,108,46,102,111,99,117,115,111,117,116,61,71,108,41,59,118,97,114,32,102,61,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,116,110,34,44,99,108,97,115,115,58,74,108,40,110,41,44,112,114,111,112,115,58,81,108,40,110,41,44,97,116,116,114,115,58,116,102,40,110,44,114,41,44,111,110,58,108,125,59,114,101,116,117,114,110,32,116,40,115,63,122,108,58,110,46,116,97,103,44,73,101,40,114,44,102,41,44,111,41,125,125,41,59,102,117,110,99,116,105,111,110,32,110,102,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,114,102,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,110,102,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,111,102,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,110,102,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,111,102,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,97,102,61,34,98,45,97,118,97,116,97,114,34,44,115,102,61,91,34,115,109,34,44,110,117,108,108,44,34,108,103,34,93,44,99,102,61,46,52,44,117,102,61,46,55,42,99,102,44,108,102,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,79,116,40,116,41,38,38,107,116,40,116,41,63,74,97,40,116,44,48,41,58,116,44,83,116,40,116,41,63,34,34,46,99,111,110,99,97,116,40,116,44,34,112,120,34,41,58,116,124,124,110,117,108,108,125,44,102,102,61,71,116,40,78,108,44,91,34,97,99,116,105,118,101,34,44,34,101,118,101,110,116,34,44,34,114,111,117,116,101,114,84,97,103,34,93,41,44,104,102,61,104,99,40,75,116,40,114,102,40,114,102,40,123,125,44,102,102,41,44,123,125,44,123,97,108,116,58,99,99,40,95,111,44,34,97,118,97,116,97,114,34,41,44,97,114,105,97,76,97,98,101,108,58,99,99,40,95,111,41,44,98,97,100,103,101,58,99,99,40,84,111,44,33,49,41,44,98,97,100,103,101,76,101,102,116,58,99,99,40,118,111,44,33,49,41,44,98,97,100,103,101,79,102,102,115,101,116,58,99,99,40,95,111,41,44,98,97,100,103,101,84,111,112,58,99,99,40,118,111,44,33,49,41,44,98,97,100,103,101,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,112,114,105,109,97,114,121,34,41,44,98,117,116,116,111,110,58,99,99,40,118,111,44,33,49,41,44,98,117,116,116,111,110,84,121,112,101,58,99,99,40,95,111,44,34,98,117,116,116,111,110,34,41,44,105,99,111,110,58,99,99,40,95,111,41,44,114,111,117,110,100,101,100,58,99,99,40,84,111,44,33,49,41,44,115,105,122,101,58,99,99,40,65,111,41,44,115,113,117,97,114,101,58,99,99,40,118,111,44,33,49,41,44,115,114,99,58,99,99,40,95,111,41,44,116,101,120,116,58,99,99,40,95,111,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,44,34,115,101,99,111,110,100,97,114,121,34,41,125,41,41,44,82,101,41,44,100,102,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,82,101,44,109,105,120,105,110,115,58,91,121,99,93,44,105,110,106,101,99,116,58,123,98,118,65,118,97,116,97,114,71,114,111,117,112,58,123,100,101,102,97,117,108,116,58,110,117,108,108,125,125,44,112,114,111,112,115,58,104,102,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,99,97,108,83,114,99,58,116,104,105,115,46,115,114,99,124,124,110,117,108,108,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,83,105,122,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,98,118,65,118,97,116,97,114,71,114,111,117,112,59,114,101,116,117,114,110,32,108,102,40,116,63,116,46,115,105,122,101,58,116,104,105,115,46,115,105,122,101,41,125,44,99,111,109,112,117,116,101,100,86,97,114,105,97,110,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,98,118,65,118,97,116,97,114,71,114,111,117,112,59,114,101,116,117,114,110,32,116,38,38,116,46,118,97,114,105,97,110,116,63,116,46,118,97,114,105,97,110,116,58,116,104,105,115,46,118,97,114,105,97,110,116,125,44,99,111,109,112,117,116,101,100,82,111,117,110,100,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,98,118,65,118,97,116,97,114,71,114,111,117,112,44,101,61,33,40,33,116,124,124,33,116,46,115,113,117,97,114,101,41,124,124,116,104,105,115,46,115,113,117,97,114,101,44,110,61,116,38,38,116,46,114,111,117,110,100,101,100,63,116,46,114,111,117,110,100,101,100,58,116,104,105,115,46,114,111,117,110,100,101,100,59,114,101,116,117,114,110,32,101,63,34,48,34,58,34,34,61,61,61,110,124,124,40,110,124,124,34,99,105,114,99,108,101,34,41,125,44,102,111,110,116,83,116,121,108,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,105,122,101,44,101,61,45,49,61,61,61,115,102,46,105,110,100,101,120,79,102,40,116,41,63,34,99,97,108,99,40,34,46,99,111,110,99,97,116,40,116,44,34,32,42,32,34,41,46,99,111,110,99,97,116,40,99,102,44,34,41,34,41,58,110,117,108,108,59,114,101,116,117,114,110,32,101,63,123,102,111,110,116,83,105,122,101,58,101,125,58,123,125,125,44,109,97,114,103,105,110,83,116,121,108,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,105,122,101,44,101,61,116,104,105,115,46,98,118,65,118,97,116,97,114,71,114,111,117,112,44,110,61,101,63,101,46,111,118,101,114,108,97,112,83,99,97,108,101,58,48,44,114,61,116,38,38,110,63,34,99,97,108,99,40,34,46,99,111,110,99,97,116,40,116,44,34,32,42,32,45,34,41,46,99,111,110,99,97,116,40,110,44,34,41,34,41,58,110,117,108,108,59,114,101,116,117,114,110,32,114,63,123,109,97,114,103,105,110,76,101,102,116,58,114,44,109,97,114,103,105,110,82,105,103,104,116,58,114,125,58,123,125,125,44,98,97,100,103,101,83,116,121,108,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,105,122,101,44,101,61,116,104,105,115,46,98,97,100,103,101,84,111,112,44,110,61,116,104,105,115,46,98,97,100,103,101,76,101,102,116,44,114,61,116,104,105,115,46,98,97,100,103,101,79,102,102,115,101,116,44,105,61,114,124,124,34,48,112,120,34,59,114,101,116,117,114,110,123,102,111,110,116,83,105,122,101,58,45,49,61,61,61,115,102,46,105,110,100,101,120,79,102,40,116,41,63,34,99,97,108,99,40,34,46,99,111,110,99,97,116,40,116,44,34,32,42,32,34,41,46,99,111,110,99,97,116,40,117,102,44,34,32,41,34,41,58,110,117,108,108,44,116,111,112,58,101,63,105,58,110,117,108,108,44,98,111,116,116,111,109,58,101,63,110,117,108,108,58,105,44,108,101,102,116,58,110,63,105,58,110,117,108,108,44,114,105,103,104,116,58,110,63,110,117,108,108,58,105,125,125,125,44,119,97,116,99,104,58,123,115,114,99,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,40,116,104,105,115,46,108,111,99,97,108,83,114,99,61,116,124,124,110,117,108,108,41,125,125,44,109,101,116,104,111,100,115,58,123,111,110,73,109,103,69,114,114,111,114,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,108,111,99,97,108,83,114,99,61,110,117,108,108,44,116,104,105,115,46,36,101,109,105,116,40,84,105,44,116,41,125,44,111,110,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,101,109,105,116,40,108,105,44,116,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,116,104,105,115,46,99,111,109,112,117,116,101,100,86,97,114,105,97,110,116,44,114,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,105,61,116,104,105,115,46,99,111,109,112,117,116,101,100,82,111,117,110,100,101,100,44,111,61,116,104,105,115,46,105,99,111,110,44,97,61,116,104,105,115,46,108,111,99,97,108,83,114,99,44,115,61,116,104,105,115,46,116,101,120,116,44,99,61,116,104,105,115,46,102,111,110,116,83,116,121,108,101,44,117,61,116,104,105,115,46,109,97,114,103,105,110,83,116,121,108,101,44,108,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,105,122,101,44,102,61,116,104,105,115,46,98,117,116,116,111,110,44,104,61,116,104,105,115,46,98,117,116,116,111,110,84,121,112,101,44,100,61,116,104,105,115,46,98,97,100,103,101,44,112,61,116,104,105,115,46,98,97,100,103,101,86,97,114,105,97,110,116,44,118,61,116,104,105,115,46,98,97,100,103,101,83,116,121,108,101,44,103,61,33,102,38,38,95,117,40,116,104,105,115,41,44,109,61,102,63,101,102,58,103,63,122,108,58,34,115,112,97,110,34,44,98,61,116,104,105,115,46,97,108,116,44,121,61,116,104,105,115,46,97,114,105,97,76,97,98,101,108,124,124,110,117,108,108,44,119,61,110,117,108,108,59,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,41,63,119,61,116,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,97,118,97,116,97,114,45,99,117,115,116,111,109,34,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,93,41,58,97,63,40,119,61,116,40,34,105,109,103,34,44,123,115,116,121,108,101,58,110,63,123,125,58,123,119,105,100,116,104,58,34,49,48,48,37,34,44,104,101,105,103,104,116,58,34,49,48,48,37,34,125,44,97,116,116,114,115,58,123,115,114,99,58,97,44,97,108,116,58,98,125,44,111,110,58,123,101,114,114,111,114,58,116,104,105,115,46,111,110,73,109,103,69,114,114,111,114,125,125,41,44,119,61,116,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,97,118,97,116,97,114,45,105,109,103,34,125,44,91,119,93,41,41,58,119,61,111,63,116,40,111,108,44,123,112,114,111,112,115,58,123,105,99,111,110,58,111,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,104,105,100,100,101,110,34,58,34,116,114,117,101,34,44,97,108,116,58,98,125,125,41,58,115,63,116,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,97,118,97,116,97,114,45,116,101,120,116,34,44,115,116,121,108,101,58,99,125,44,91,116,40,34,115,112,97,110,34,44,115,41,93,41,58,116,40,71,117,44,123,97,116,116,114,115,58,123,34,97,114,105,97,45,104,105,100,100,101,110,34,58,34,116,114,117,101,34,44,97,108,116,58,98,125,125,41,59,118,97,114,32,95,61,116,40,41,44,120,61,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,66,111,41,59,105,102,40,100,124,124,34,34,61,61,61,100,124,124,120,41,123,118,97,114,32,79,61,33,48,61,61,61,100,63,34,34,58,100,59,95,61,116,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,97,118,97,116,97,114,45,98,97,100,103,101,34,44,99,108,97,115,115,58,111,102,40,123,125,44,34,98,97,100,103,101,45,34,46,99,111,110,99,97,116,40,112,41,44,112,41,44,115,116,121,108,101,58,118,125,44,91,120,63,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,66,111,41,58,79,93,41,125,118,97,114,32,83,61,123,115,116,97,116,105,99,67,108,97,115,115,58,97,102,44,99,108,97,115,115,58,40,101,61,123,125,44,111,102,40,101,44,34,34,46,99,111,110,99,97,116,40,97,102,44,34,45,34,41,46,99,111,110,99,97,116,40,108,41,44,108,38,38,45,49,33,61,61,115,102,46,105,110,100,101,120,79,102,40,108,41,41,44,111,102,40,101,44,34,98,97,100,103,101,45,34,46,99,111,110,99,97,116,40,110,41,44,33,102,38,38,110,41,44,111,102,40,101,44,34,114,111,117,110,100,101,100,34,44,33,48,61,61,61,105,41,44,111,102,40,101,44,34,114,111,117,110,100,101,100,45,34,46,99,111,110,99,97,116,40,105,41,44,105,38,38,33,48,33,61,61,105,41,44,111,102,40,101,44,34,100,105,115,97,98,108,101,100,34,44,114,41,44,101,41,44,115,116,121,108,101,58,114,102,40,114,102,40,123,125,44,117,41,44,123,125,44,123,119,105,100,116,104,58,108,44,104,101,105,103,104,116,58,108,125,41,44,97,116,116,114,115,58,123,34,97,114,105,97,45,108,97,98,101,108,34,58,121,124,124,110,117,108,108,125,44,112,114,111,112,115,58,102,63,123,118,97,114,105,97,110,116,58,110,44,100,105,115,97,98,108,101,100,58,114,44,116,121,112,101,58,104,125,58,103,63,108,99,40,102,102,44,116,104,105,115,41,58,123,125,44,111,110,58,102,124,124,103,63,123,99,108,105,99,107,58,116,104,105,115,46,111,110,67,108,105,99,107,125,58,123,125,125,59,114,101,116,117,114,110,32,116,40,109,44,83,44,91,119,44,95,93,41,125,125,41,44,112,102,61,104,99,40,123,111,118,101,114,108,97,112,58,99,99,40,65,111,44,46,51,41,44,114,111,117,110,100,101,100,58,99,99,40,84,111,44,33,49,41,44,115,105,122,101,58,99,99,40,95,111,41,44,115,113,117,97,114,101,58,99,99,40,118,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,41,125,44,78,101,41,44,118,102,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,78,101,44,109,105,120,105,110,115,58,91,121,99,93,44,112,114,111,118,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,98,118,65,118,97,116,97,114,71,114,111,117,112,58,116,104,105,115,125,125,44,112,114,111,112,115,58,112,102,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,83,105,122,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,108,102,40,116,104,105,115,46,115,105,122,101,41,125,44,111,118,101,114,108,97,112,83,99,97,108,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,74,99,40,81,99,40,74,97,40,116,104,105,115,46,111,118,101,114,108,97,112,44,48,41,44,48,41,44,49,41,47,50,125,44,112,97,100,100,105,110,103,83,116,121,108,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,105,122,101,59,114,101,116,117,114,110,32,116,61,116,63,34,99,97,108,99,40,34,46,99,111,110,99,97,116,40,116,44,34,32,42,32,34,41,46,99,111,110,99,97,116,40,116,104,105,115,46,111,118,101,114,108,97,112,83,99,97,108,101,44,34,41,34,41,58,110,117,108,108,44,116,63,123,112,97,100,100,105,110,103,76,101,102,116,58,116,44,112,97,100,100,105,110,103,82,105,103,104,116,58,116,125,58,123,125,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,97,118,97,116,97,114,45,103,114,111,117,112,45,105,110,110,101,114,34,44,115,116,121,108,101,58,116,104,105,115,46,112,97,100,100,105,110,103,83,116,121,108,101,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,41,59,114,101,116,117,114,110,32,116,40,116,104,105,115,46,116,97,103,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,97,118,97,116,97,114,45,103,114,111,117,112,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,103,114,111,117,112,34,125,125,44,91,101,93,41,125,125,41,44,103,102,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,65,118,97,116,97,114,58,100,102,44,66,65,118,97,116,97,114,71,114,111,117,112,58,118,102,125,125,41,59,102,117,110,99,116,105,111,110,32,109,102,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,98,102,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,109,102,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,121,102,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,109,102,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,121,102,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,119,102,61,71,116,40,78,108,44,91,34,101,118,101,110,116,34,44,34,114,111,117,116,101,114,84,97,103,34,93,41,59,100,101,108,101,116,101,32,119,102,46,104,114,101,102,46,100,101,102,97,117,108,116,44,100,101,108,101,116,101,32,119,102,46,116,111,46,100,101,102,97,117,108,116,59,118,97,114,32,95,102,61,104,99,40,75,116,40,98,102,40,98,102,40,123,125,44,119,102,41,44,123,125,44,123,112,105,108,108,58,99,99,40,118,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,115,112,97,110,34,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,44,34,115,101,99,111,110,100,97,114,121,34,41,125,41,41,44,122,101,41,44,120,102,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,122,101,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,95,102,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,44,111,61,110,46,97,99,116,105,118,101,44,97,61,110,46,100,105,115,97,98,108,101,100,44,115,61,95,117,40,110,41,44,99,61,115,63,122,108,58,110,46,116,97,103,44,117,61,110,46,118,97,114,105,97,110,116,124,124,34,115,101,99,111,110,100,97,114,121,34,59,114,101,116,117,114,110,32,116,40,99,44,73,101,40,114,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,97,100,103,101,34,44,99,108,97,115,115,58,91,34,98,97,100,103,101,45,34,46,99,111,110,99,97,116,40,117,41,44,123,34,98,97,100,103,101,45,112,105,108,108,34,58,110,46,112,105,108,108,44,97,99,116,105,118,101,58,111,44,100,105,115,97,98,108,101,100,58,97,125,93,44,112,114,111,112,115,58,115,63,108,99,40,119,102,44,110,41,58,123,125,125,41,44,105,41,125,125,41,44,79,102,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,66,97,100,103,101,58,120,102,125,125,41,44,83,102,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,34,34,59,114,101,116,117,114,110,32,83,116,114,105,110,103,40,116,41,46,114,101,112,108,97,99,101,40,84,44,34,34,41,125,44,107,102,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,63,123,105,110,110,101,114,72,84,77,76,58,116,125,58,101,63,123,116,101,120,116,67,111,110,116,101,110,116,58,101,125,58,123,125,125,59,102,117,110,99,116,105,111,110,32,67,102,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,80,102,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,67,102,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,84,102,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,67,102,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,84,102,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,106,102,61,104,99,40,75,116,40,80,102,40,80,102,40,123,125,44,71,116,40,78,108,44,91,34,101,118,101,110,116,34,44,34,114,111,117,116,101,114,84,97,103,34,93,41,41,44,123,125,44,123,97,114,105,97,67,117,114,114,101,110,116,58,99,99,40,95,111,44,34,108,111,99,97,116,105,111,110,34,41,44,104,116,109,108,58,99,99,40,95,111,41,44,116,101,120,116,58,99,99,40,95,111,41,125,41,41,44,85,101,41,44,69,102,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,85,101,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,106,102,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,44,111,61,110,46,97,99,116,105,118,101,44,97,61,111,63,34,115,112,97,110,34,58,122,108,44,115,61,123,97,116,116,114,115,58,123,34,97,114,105,97,45,99,117,114,114,101,110,116,34,58,111,63,110,46,97,114,105,97,67,117,114,114,101,110,116,58,110,117,108,108,125,44,112,114,111,112,115,58,108,99,40,106,102,44,110,41,125,59,114,101,116,117,114,110,32,105,124,124,40,115,46,100,111,109,80,114,111,112,115,61,107,102,40,110,46,104,116,109,108,44,110,46,116,101,120,116,41,41,44,116,40,97,44,73,101,40,114,44,115,41,44,105,41,125,125,41,44,65,102,61,104,99,40,106,102,44,72,101,41,44,68,102,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,72,101,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,65,102,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,116,40,34,108,105,34,44,73,101,40,114,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,114,101,97,100,99,114,117,109,98,45,105,116,101,109,34,44,99,108,97,115,115,58,123,97,99,116,105,118,101,58,110,46,97,99,116,105,118,101,125,125,41,44,91,116,40,69,102,44,123,112,114,111,112,115,58,110,125,44,105,41,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,76,102,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,77,102,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,76,102,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,73,102,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,76,102,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,73,102,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,36,102,61,104,99,40,123,105,116,101,109,115,58,99,99,40,112,111,41,125,44,86,101,41,44,70,102,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,86,101,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,36,102,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,44,111,61,110,46,105,116,101,109,115,44,97,61,105,59,105,102,40,67,116,40,111,41,41,123,118,97,114,32,115,61,33,49,59,97,61,111,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,80,116,40,101,41,124,124,40,101,61,123,116,101,120,116,58,97,115,40,101,41,125,41,59,118,97,114,32,114,61,101,44,105,61,114,46,97,99,116,105,118,101,59,114,101,116,117,114,110,32,105,38,38,40,115,61,33,48,41,44,105,124,124,115,124,124,40,105,61,110,43,49,61,61,61,111,46,108,101,110,103,116,104,41,44,116,40,68,102,44,123,112,114,111,112,115,58,77,102,40,77,102,40,123,125,44,101,41,44,123,125,44,123,97,99,116,105,118,101,58,105,125,41,125,41,125,41,41,125,114,101,116,117,114,110,32,116,40,34,111,108,34,44,73,101,40,114,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,114,101,97,100,99,114,117,109,98,34,125,41,44,97,41,125,125,41,44,66,102,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,66,114,101,97,100,99,114,117,109,98,58,70,102,44,66,66,114,101,97,100,99,114,117,109,98,73,116,101,109,58,68,102,44,66,66,114,101,97,100,99,114,117,109,98,76,105,110,107,58,69,102,125,125,41,44,82,102,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,66,117,116,116,111,110,58,101,102,44,66,66,116,110,58,101,102,44,66,66,117,116,116,111,110,67,108,111,115,101,58,69,99,44,66,66,116,110,67,108,111,115,101,58,69,99,125,125,41,59,102,117,110,99,116,105,111,110,32,78,102,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,122,102,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,78,102,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,86,102,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,78,102,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,86,102,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,72,102,61,104,99,40,75,116,40,122,102,40,122,102,40,123,125,44,113,116,40,113,108,44,91,34,115,105,122,101,34,93,41,41,44,123,125,44,123,97,114,105,97,82,111,108,101,58,99,99,40,95,111,44,34,103,114,111,117,112,34,41,44,115,105,122,101,58,99,99,40,95,111,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,44,118,101,114,116,105,99,97,108,58,99,99,40,118,111,44,33,49,41,125,41,41,44,71,101,41,44,85,102,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,71,101,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,72,102,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,116,40,110,46,116,97,103,44,73,101,40,114,44,123,99,108,97,115,115,58,86,102,40,123,34,98,116,110,45,103,114,111,117,112,34,58,33,110,46,118,101,114,116,105,99,97,108,44,34,98,116,110,45,103,114,111,117,112,45,118,101,114,116,105,99,97,108,34,58,110,46,118,101,114,116,105,99,97,108,125,44,34,98,116,110,45,103,114,111,117,112,45,34,46,99,111,110,99,97,116,40,110,46,115,105,122,101,41,44,110,46,115,105,122,101,41,44,97,116,116,114,115,58,123,114,111,108,101,58,110,46,97,114,105,97,82,111,108,101,125,125,41,44,105,41,125,125,41,44,87,102,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,66,117,116,116,111,110,71,114,111,117,112,58,85,102,44,66,66,116,110,71,114,111,117,112,58,85,102,125,125,41,44,113,102,61,91,34,46,98,116,110,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,110,111,116,40,91,100,105,115,97,98,108,101,100,93,41,58,110,111,116,40,46,100,114,111,112,100,111,119,110,45,105,116,101,109,41,34,44,34,46,102,111,114,109,45,99,111,110,116,114,111,108,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,110,111,116,40,91,100,105,115,97,98,108,101,100,93,41,34,44,34,115,101,108,101,99,116,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,110,111,116,40,91,100,105,115,97,98,108,101,100,93,41,34,44,39,105,110,112,117,116,91,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,93,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,39,44,39,105,110,112,117,116,91,116,121,112,101,61,34,114,97,100,105,111,34,93,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,39,93,46,106,111,105,110,40,34,44,34,41,44,71,102,61,104,99,40,123,106,117,115,116,105,102,121,58,99,99,40,118,111,44,33,49,41,44,107,101,121,78,97,118,58,99,99,40,118,111,44,33,49,41,125,44,89,101,41,44,89,102,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,89,101,44,109,105,120,105,110,115,58,91,121,99,93,44,112,114,111,112,115,58,71,102,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,107,101,121,78,97,118,38,38,116,104,105,115,46,103,101,116,73,116,101,109,115,40,41,125,44,109,101,116,104,111,100,115,58,123,103,101,116,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,83,115,40,113,102,44,116,104,105,115,46,36,101,108,41,59,114,101,116,117,114,110,32,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,116,97,98,73,110,100,101,120,61,45,49,125,41,41,44,116,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,95,115,40,116,41,125,41,41,125,44,102,111,99,117,115,70,105,114,115,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,73,116,101,109,115,40,41,59,113,115,40,116,91,48,93,41,125,44,102,111,99,117,115,80,114,101,118,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,103,101,116,73,116,101,109,115,40,41,44,110,61,101,46,105,110,100,101,120,79,102,40,116,46,116,97,114,103,101,116,41,59,110,62,45,49,38,38,40,101,61,101,46,115,108,105,99,101,40,48,44,110,41,46,114,101,118,101,114,115,101,40,41,44,113,115,40,101,91,48,93,41,41,125,44,102,111,99,117,115,78,101,120,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,103,101,116,73,116,101,109,115,40,41,44,110,61,101,46,105,110,100,101,120,79,102,40,116,46,116,97,114,103,101,116,41,59,110,62,45,49,38,38,40,101,61,101,46,115,108,105,99,101,40,110,43,49,41,44,113,115,40,101,91,48,93,41,41,125,44,102,111,99,117,115,76,97,115,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,73,116,101,109,115,40,41,46,114,101,118,101,114,115,101,40,41,59,113,115,40,116,91,48,93,41,125,44,111,110,70,111,99,117,115,105,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,36,101,108,59,116,46,116,97,114,103,101,116,33,61,61,101,124,124,84,115,40,101,44,116,46,114,101,108,97,116,101,100,84,97,114,103,101,116,41,124,124,40,83,99,40,116,41,44,116,104,105,115,46,102,111,99,117,115,70,105,114,115,116,40,116,41,41,125,44,111,110,75,101,121,100,111,119,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,107,101,121,67,111,100,101,44,110,61,116,46,115,104,105,102,116,75,101,121,59,101,61,61,61,98,108,124,124,101,61,61,61,100,108,63,40,83,99,40,116,41,44,110,63,116,104,105,115,46,102,111,99,117,115,70,105,114,115,116,40,116,41,58,116,104,105,115,46,102,111,99,117,115,80,114,101,118,40,116,41,41,58,101,33,61,61,99,108,38,38,101,33,61,61,103,108,124,124,40,83,99,40,116,41,44,110,63,116,104,105,115,46,102,111,99,117,115,76,97,115,116,40,116,41,58,116,104,105,115,46,102,111,99,117,115,78,101,120,116,40,116,41,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,107,101,121,78,97,118,59,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,116,110,45,116,111,111,108,98,97,114,34,44,99,108,97,115,115,58,123,34,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,98,101,116,119,101,101,110,34,58,116,104,105,115,46,106,117,115,116,105,102,121,125,44,97,116,116,114,115,58,123,114,111,108,101,58,34,116,111,111,108,98,97,114,34,44,116,97,98,105,110,100,101,120,58,101,63,34,48,34,58,110,117,108,108,125,44,111,110,58,101,63,123,102,111,99,117,115,105,110,58,116,104,105,115,46,111,110,70,111,99,117,115,105,110,44,107,101,121,100,111,119,110,58,116,104,105,115,46,111,110,75,101,121,100,111,119,110,125,58,123,125,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,93,41,125,125,41,44,75,102,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,66,117,116,116,111,110,84,111,111,108,98,97,114,58,89,102,44,66,66,116,110,84,111,111,108,98,97,114,58,89,102,125,125,41,44,88,102,61,34,103,114,101,103,111,114,121,34,44,90,102,61,34,108,111,110,103,34,44,74,102,61,34,110,97,114,114,111,119,34,44,81,102,61,34,115,104,111,114,116,34,44,116,104,61,34,50,45,100,105,103,105,116,34,44,101,104,61,34,110,117,109,101,114,105,99,34,59,102,117,110,99,116,105,111,110,32,110,104,40,116,44,101,41,123,114,101,116,117,114,110,32,115,104,40,116,41,124,124,97,104,40,116,44,101,41,124,124,105,104,40,116,44,101,41,124,124,114,104,40,41,125,102,117,110,99,116,105,111,110,32,114,104,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,100,101,115,116,114,117,99,116,117,114,101,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,46,92,110,73,110,32,111,114,100,101,114,32,116,111,32,98,101,32,105,116,101,114,97,98,108,101,44,32,110,111,110,45,97,114,114,97,121,32,111,98,106,101,99,116,115,32,109,117,115,116,32,104,97,118,101,32,97,32,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,32,109,101,116,104,111,100,46,34,41,125,102,117,110,99,116,105,111,110,32,105,104,40,116,44,101,41,123,105,102,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,111,104,40,116,44,101,41,59,118,97,114,32,110,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,59,114,101,116,117,114,110,34,79,98,106,101,99,116,34,61,61,61,110,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,40,110,61,116,46,99,111,110,115,116,114,117,99,116,111,114,46,110,97,109,101,41,44,34,77,97,112,34,61,61,61,110,124,124,34,83,101,116,34,61,61,61,110,63,65,114,114,97,121,46,102,114,111,109,40,116,41,58,34,65,114,103,117,109,101,110,116,115,34,61,61,61,110,124,124,47,94,40,63,58,85,105,124,73,41,110,116,40,63,58,56,124,49,54,124,51,50,41,40,63,58,67,108,97,109,112,101,100,41,63,65,114,114,97,121,36,47,46,116,101,115,116,40,110,41,63,111,104,40,116,44,101,41,58,118,111,105,100,32,48,125,125,102,117,110,99,116,105,111,110,32,111,104,40,116,44,101,41,123,40,110,117,108,108,61,61,101,124,124,101,62,116,46,108,101,110,103,116,104,41,38,38,40,101,61,116,46,108,101,110,103,116,104,41,59,102,111,114,40,118,97,114,32,110,61,48,44,114,61,110,101,119,32,65,114,114,97,121,40,101,41,59,110,60,101,59,110,43,43,41,114,91,110,93,61,116,91,110,93,59,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,97,104,40,116,44,101,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,116,41,41,123,118,97,114,32,110,61,91,93,44,114,61,33,48,44,105,61,33,49,44,111,61,118,111,105,100,32,48,59,116,114,121,123,102,111,114,40,118,97,114,32,97,44,115,61,116,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,59,33,40,114,61,40,97,61,115,46,110,101,120,116,40,41,41,46,100,111,110,101,41,59,114,61,33,48,41,105,102,40,110,46,112,117,115,104,40,97,46,118,97,108,117,101,41,44,101,38,38,110,46,108,101,110,103,116,104,61,61,61,101,41,98,114,101,97,107,125,99,97,116,99,104,40,99,41,123,105,61,33,48,44,111,61,99,125,102,105,110,97,108,108,121,123,116,114,121,123,114,124,124,110,117,108,108,61,61,115,91,34,114,101,116,117,114,110,34,93,124,124,115,91,34,114,101,116,117,114,110,34,93,40,41,125,102,105,110,97,108,108,121,123,105,102,40,105,41,116,104,114,111,119,32,111,125,125,114,101,116,117,114,110,32,110,125,125,102,117,110,99,116,105,111,110,32,115,104,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,99,104,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,99,104,61,117,104,40,41,63,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,91,110,117,108,108,93,59,114,46,112,117,115,104,46,97,112,112,108,121,40,114,44,101,41,59,118,97,114,32,105,61,70,117,110,99,116,105,111,110,46,98,105,110,100,46,97,112,112,108,121,40,116,44,114,41,44,111,61,110,101,119,32,105,59,114,101,116,117,114,110,32,110,38,38,108,104,40,111,44,110,46,112,114,111,116,111,116,121,112,101,41,44,111,125,44,99,104,46,97,112,112,108,121,40,110,117,108,108,44,97,114,103,117,109,101,110,116,115,41,125,102,117,110,99,116,105,111,110,32,117,104,40,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,82,101,102,108,101,99,116,124,124,33,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,41,114,101,116,117,114,110,33,49,59,105,102,40,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,46,115,104,97,109,41,114,101,116,117,114,110,33,49,59,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,80,114,111,120,121,41,114,101,116,117,114,110,33,48,59,116,114,121,123,114,101,116,117,114,110,32,68,97,116,101,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,40,68,97,116,101,44,91,93,44,40,102,117,110,99,116,105,111,110,40,41,123,125,41,41,41,44,33,48,125,99,97,116,99,104,40,116,41,123,114,101,116,117,114,110,33,49,125,125,102,117,110,99,116,105,111,110,32,108,104,40,116,44,101,41,123,114,101,116,117,114,110,32,108,104,61,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,124,124,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,95,95,112,114,111,116,111,95,95,61,101,44,116,125,44,108,104,40,116,44,101,41,125,118,97,114,32,102,104,44,104,104,61,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,101,61,110,101,119,32,65,114,114,97,121,40,116,41,44,110,61,48,59,110,60,116,59,110,43,43,41,101,91,110,93,61,97,114,103,117,109,101,110,116,115,91,110,93,59,114,101,116,117,114,110,32,99,104,40,68,97,116,101,44,101,41,125,44,100,104,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,79,116,40,116,41,38,38,122,46,116,101,115,116,40,116,46,116,114,105,109,40,41,41,41,123,118,97,114,32,101,61,116,46,115,112,108,105,116,40,86,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,90,97,40,116,44,49,41,125,41,41,44,110,61,110,104,40,101,44,51,41,44,114,61,110,91,48,93,44,105,61,110,91,49,93,44,111,61,110,91,50,93,59,114,101,116,117,114,110,32,104,104,40,114,44,105,45,49,44,111,41,125,114,101,116,117,114,110,32,106,116,40,116,41,63,104,104,40,116,46,103,101,116,70,117,108,108,89,101,97,114,40,41,44,116,46,103,101,116,77,111,110,116,104,40,41,44,116,46,103,101,116,68,97,116,101,40,41,41,58,110,117,108,108,125,44,112,104,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,61,100,104,40,116,41,44,33,116,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,101,61,116,46,103,101,116,70,117,108,108,89,101,97,114,40,41,44,110,61,34,48,34,46,99,111,110,99,97,116,40,116,46,103,101,116,77,111,110,116,104,40,41,43,49,41,46,115,108,105,99,101,40,45,50,41,44,114,61,34,48,34,46,99,111,110,99,97,116,40,116,46,103,101,116,68,97,116,101,40,41,41,46,115,108,105,99,101,40,45,50,41,59,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,101,44,34,45,34,41,46,99,111,110,99,97,116,40,110,44,34,45,34,41,46,99,111,110,99,97,116,40,114,41,125,44,118,104,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,88,102,59,116,61,71,97,40,116,41,46,102,105,108,116,101,114,40,115,101,41,59,118,97,114,32,110,61,110,101,119,32,73,110,116,108,46,68,97,116,101,84,105,109,101,70,111,114,109,97,116,40,116,44,123,99,97,108,101,110,100,97,114,58,101,125,41,59,114,101,116,117,114,110,32,110,46,114,101,115,111,108,118,101,100,79,112,116,105,111,110,115,40,41,46,108,111,99,97,108,101,125,44,103,104,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,110,101,119,32,73,110,116,108,46,68,97,116,101,84,105,109,101,70,111,114,109,97,116,40,116,44,101,41,59,114,101,116,117,114,110,32,110,46,102,111,114,109,97,116,125,44,109,104,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,112,104,40,116,41,61,61,61,112,104,40,101,41,125,44,98,104,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,104,104,40,116,41,44,116,46,115,101,116,68,97,116,101,40,49,41,44,116,125,44,121,104,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,104,104,40,116,41,44,116,46,115,101,116,77,111,110,116,104,40,116,46,103,101,116,77,111,110,116,104,40,41,43,49,41,44,116,46,115,101,116,68,97,116,101,40,48,41,44,116,125,44,119,104,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,61,104,104,40,116,41,59,118,97,114,32,110,61,116,46,103,101,116,77,111,110,116,104,40,41,59,114,101,116,117,114,110,32,116,46,115,101,116,70,117,108,108,89,101,97,114,40,116,46,103,101,116,70,117,108,108,89,101,97,114,40,41,43,101,41,44,116,46,103,101,116,77,111,110,116,104,40,41,33,61,61,110,38,38,116,46,115,101,116,68,97,116,101,40,48,41,44,116,125,44,95,104,61,102,117,110,99,116,105,111,110,40,116,41,123,116,61,104,104,40,116,41,59,118,97,114,32,101,61,116,46,103,101,116,77,111,110,116,104,40,41,59,114,101,116,117,114,110,32,116,46,115,101,116,77,111,110,116,104,40,101,45,49,41,44,116,46,103,101,116,77,111,110,116,104,40,41,61,61,61,101,38,38,116,46,115,101,116,68,97,116,101,40,48,41,44,116,125,44,120,104,61,102,117,110,99,116,105,111,110,40,116,41,123,116,61,104,104,40,116,41,59,118,97,114,32,101,61,116,46,103,101,116,77,111,110,116,104,40,41,59,114,101,116,117,114,110,32,116,46,115,101,116,77,111,110,116,104,40,101,43,49,41,44,116,46,103,101,116,77,111,110,116,104,40,41,61,61,61,40,101,43,50,41,37,49,50,38,38,116,46,115,101,116,68,97,116,101,40,48,41,44,116,125,44,79,104,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,119,104,40,116,44,45,49,41,125,44,83,104,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,119,104,40,116,44,49,41,125,44,107,104,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,119,104,40,116,44,45,49,48,41,125,44,67,104,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,119,104,40,116,44,49,48,41,125,44,80,104,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,110,117,108,108,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,110,117,108,108,59,114,101,116,117,114,110,32,116,61,100,104,40,116,41,44,101,61,100,104,40,101,41,124,124,116,44,110,61,100,104,40,110,41,124,124,116,44,116,63,116,60,101,63,101,58,116,62,110,63,110,58,116,58,110,117,108,108,125,44,84,104,61,91,34,97,114,34,44,34,97,122,34,44,34,99,107,98,34,44,34,102,97,34,44,34,104,101,34,44,34,107,115,34,44,34,108,114,99,34,44,34,109,122,110,34,44,34,112,115,34,44,34,115,100,34,44,34,116,101,34,44,34,117,103,34,44,34,117,114,34,44,34,121,105,34,93,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,125,41,41,44,106,104,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,115,40,116,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,46,114,101,112,108,97,99,101,40,74,44,34,34,41,46,115,112,108,105,116,40,34,45,34,41,44,110,61,101,46,115,108,105,99,101,40,48,44,50,41,46,106,111,105,110,40,34,45,34,41,44,114,61,101,91,48,93,59,114,101,116,117,114,110,32,113,97,40,84,104,44,110,41,124,124,113,97,40,84,104,44,114,41,125,44,69,104,61,123,105,100,58,99,99,40,95,111,41,125,44,65,104,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,69,104,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,99,97,108,73,100,95,58,110,117,108,108,125,125,44,99,111,109,112,117,116,101,100,58,123,115,97,102,101,73,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,105,100,124,124,116,104,105,115,46,108,111,99,97,108,73,100,95,44,101,61,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,63,40,101,61,83,116,114,105,110,103,40,101,124,124,34,34,41,46,114,101,112,108,97,99,101,40,47,92,115,43,47,103,44,34,95,34,41,44,101,63,116,43,34,95,34,43,101,58,116,41,58,110,117,108,108,125,59,114,101,116,117,114,110,32,101,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,108,111,99,97,108,73,100,95,61,34,95,95,66,86,73,68,95,95,34,46,99,111,110,99,97,116,40,116,91,36,101,93,41,125,41,41,125,125,41,59,102,117,110,99,116,105,111,110,32,68,104,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,76,104,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,68,104,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,77,104,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,68,104,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,77,104,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,73,104,61,103,99,40,34,118,97,108,117,101,34,44,123,116,121,112,101,58,106,111,125,41,44,36,104,61,73,104,46,109,105,120,105,110,44,70,104,61,73,104,46,112,114,111,112,115,44,66,104,61,73,104,46,112,114,111,112,44,82,104,61,73,104,46,101,118,101,110,116,44,78,104,61,104,99,40,75,116,40,76,104,40,76,104,40,76,104,40,123,125,44,69,104,41,44,70,104,41,44,123,125,44,123,97,114,105,97,67,111,110,116,114,111,108,115,58,99,99,40,95,111,41,44,98,108,111,99,107,58,99,99,40,118,111,44,33,49,41,44,100,97,116,101,68,105,115,97,98,108,101,100,70,110,58,99,99,40,109,111,41,44,100,97,116,101,70,111,114,109,97,116,79,112,116,105,111,110,115,58,99,99,40,121,111,44,123,121,101,97,114,58,101,104,44,109,111,110,116,104,58,90,102,44,100,97,121,58,101,104,44,119,101,101,107,100,97,121,58,90,102,125,41,44,100,97,116,101,73,110,102,111,70,110,58,99,99,40,109,111,41,44,100,105,114,101,99,116,105,111,110,58,99,99,40,95,111,41,44,100,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,104,105,100,100,101,110,58,99,99,40,118,111,44,33,49,41,44,104,105,100,101,72,101,97,100,101,114,58,99,99,40,118,111,44,33,49,41,44,105,110,105,116,105,97,108,68,97,116,101,58,99,99,40,106,111,41,44,108,97,98,101,108,67,97,108,101,110,100,97,114,58,99,99,40,95,111,44,34,67,97,108,101,110,100,97,114,34,41,44,108,97,98,101,108,67,117,114,114,101,110,116,77,111,110,116,104,58,99,99,40,95,111,44,34,67,117,114,114,101,110,116,32,109,111,110,116,104,34,41,44,108,97,98,101,108,72,101,108,112,58,99,99,40,95,111,44,34,85,115,101,32,99,117,114,115,111,114,32,107,101,121,115,32,116,111,32,110,97,118,105,103,97,116,101,32,99,97,108,101,110,100,97,114,32,100,97,116,101,115,34,41,44,108,97,98,101,108,78,97,118,58,99,99,40,95,111,44,34,67,97,108,101,110,100,97,114,32,110,97,118,105,103,97,116,105,111,110,34,41,44,108,97,98,101,108,78,101,120,116,68,101,99,97,100,101,58,99,99,40,95,111,44,34,78,101,120,116,32,100,101,99,97,100,101,34,41,44,108,97,98,101,108,78,101,120,116,77,111,110,116,104,58,99,99,40,95,111,44,34,78,101,120,116,32,109,111,110,116,104,34,41,44,108,97,98,101,108,78,101,120,116,89,101,97,114,58,99,99,40,95,111,44,34,78,101,120,116,32,121,101,97,114,34,41,44,108,97,98,101,108,78,111,68,97,116,101,83,101,108,101,99,116,101,100,58,99,99,40,95,111,44,34,78,111,32,100,97,116,101,32,115,101,108,101,99,116,101,100,34,41,44,108,97,98,101,108,80,114,101,118,68,101,99,97,100,101,58,99,99,40,95,111,44,34,80,114,101,118,105,111,117,115,32,100,101,99,97,100,101,34,41,44,108,97,98,101,108,80,114,101,118,77,111,110,116,104,58,99,99,40,95,111,44,34,80,114,101,118,105,111,117,115,32,109,111,110,116,104,34,41,44,108,97,98,101,108,80,114,101,118,89,101,97,114,58,99,99,40,95,111,44,34,80,114,101,118,105,111,117,115,32,121,101,97,114,34,41,44,108,97,98,101,108,83,101,108,101,99,116,101,100,58,99,99,40,95,111,44,34,83,101,108,101,99,116,101,100,32,100,97,116,101,34,41,44,108,97,98,101,108,84,111,100,97,121,58,99,99,40,95,111,44,34,84,111,100,97,121,34,41,44,108,111,99,97,108,101,58,99,99,40,107,111,41,44,109,97,120,58,99,99,40,106,111,41,44,109,105,110,58,99,99,40,106,111,41,44,110,97,118,66,117,116,116,111,110,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,115,101,99,111,110,100,97,114,121,34,41,44,110,111,72,105,103,104,108,105,103,104,116,84,111,100,97,121,58,99,99,40,118,111,44,33,49,41,44,110,111,75,101,121,78,97,118,58,99,99,40,118,111,44,33,49,41,44,114,101,97,100,111,110,108,121,58,99,99,40,118,111,44,33,49,41,44,114,111,108,101,68,101,115,99,114,105,112,116,105,111,110,58,99,99,40,95,111,41,44,115,101,108,101,99,116,101,100,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,112,114,105,109,97,114,121,34,41,44,115,104,111,119,68,101,99,97,100,101,78,97,118,58,99,99,40,118,111,44,33,49,41,44,115,116,97,114,116,87,101,101,107,100,97,121,58,99,99,40,65,111,44,48,41,44,116,111,100,97,121,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,118,97,108,117,101,65,115,68,97,116,101,58,99,99,40,118,111,44,33,49,41,44,119,101,101,107,100,97,121,72,101,97,100,101,114,70,111,114,109,97,116,58,99,99,40,95,111,44,81,102,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,113,97,40,91,90,102,44,81,102,44,74,102,93,44,116,41,125,41,41,44,119,105,100,116,104,58,99,99,40,95,111,44,34,50,55,48,112,120,34,41,125,41,41,44,75,101,41,44,122,104,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,75,101,44,109,105,120,105,110,115,58,91,107,108,44,65,104,44,36,104,44,121,99,93,44,112,114,111,112,115,58,78,104,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,112,104,40,116,104,105,115,91,66,104,93,41,124,124,34,34,59,114,101,116,117,114,110,123,115,101,108,101,99,116,101,100,89,77,68,58,116,44,97,99,116,105,118,101,89,77,68,58,116,124,124,112,104,40,80,104,40,116,104,105,115,46,105,110,105,116,105,97,108,68,97,116,101,124,124,116,104,105,115,46,103,101,116,84,111,100,97,121,40,41,41,44,116,104,105,115,46,109,105,110,44,116,104,105,115,46,109,97,120,41,44,103,114,105,100,72,97,115,70,111,99,117,115,58,33,49,44,105,115,76,105,118,101,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,118,97,108,117,101,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,41,125,44,119,105,100,103,101,116,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,34,95,99,97,108,101,110,100,97,114,45,119,114,97,112,112,101,114,95,34,41,125,44,110,97,118,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,34,95,99,97,108,101,110,100,97,114,45,110,97,118,95,34,41,125,44,103,114,105,100,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,34,95,99,97,108,101,110,100,97,114,45,103,114,105,100,95,34,41,125,44,103,114,105,100,67,97,112,116,105,111,110,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,34,95,99,97,108,101,110,100,97,114,45,103,114,105,100,45,99,97,112,116,105,111,110,95,34,41,125,44,103,114,105,100,72,101,108,112,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,34,95,99,97,108,101,110,100,97,114,45,103,114,105,100,45,104,101,108,112,95,34,41,125,44,97,99,116,105,118,101,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,97,99,116,105,118,101,89,77,68,63,116,104,105,115,46,115,97,102,101,73,100,40,34,95,99,101,108,108,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,97,99,116,105,118,101,89,77,68,44,34,95,34,41,41,58,110,117,108,108,125,44,115,101,108,101,99,116,101,100,68,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,100,104,40,116,104,105,115,46,115,101,108,101,99,116,101,100,89,77,68,41,125,44,97,99,116,105,118,101,68,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,100,104,40,116,104,105,115,46,97,99,116,105,118,101,89,77,68,41,125,44,99,111,109,112,117,116,101,100,77,105,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,100,104,40,116,104,105,115,46,109,105,110,41,125,44,99,111,109,112,117,116,101,100,77,97,120,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,100,104,40,116,104,105,115,46,109,97,120,41,125,44,99,111,109,112,117,116,101,100,87,101,101,107,83,116,97,114,116,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,81,99,40,90,97,40,116,104,105,115,46,115,116,97,114,116,87,101,101,107,100,97,121,44,48,41,44,48,41,37,55,125,44,99,111,109,112,117,116,101,100,76,111,99,97,108,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,118,104,40,71,97,40,116,104,105,115,46,108,111,99,97,108,101,41,46,102,105,108,116,101,114,40,115,101,41,44,88,102,41,125,44,99,111,109,112,117,116,101,100,68,97,116,101,68,105,115,97,98,108,101,100,70,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,100,97,116,101,68,105,115,97,98,108,101,100,70,110,59,114,101,116,117,114,110,32,112,99,40,116,41,63,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,49,125,125,44,99,111,109,112,117,116,101,100,68,97,116,101,73,110,102,111,70,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,100,97,116,101,73,110,102,111,70,110,59,114,101,116,117,114,110,32,112,99,40,116,41,63,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,125,125,125,44,99,97,108,101,110,100,97,114,76,111,99,97,108,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,110,101,119,32,73,110,116,108,46,68,97,116,101,84,105,109,101,70,111,114,109,97,116,40,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,101,44,123,99,97,108,101,110,100,97,114,58,88,102,125,41,44,101,61,116,46,114,101,115,111,108,118,101,100,79,112,116,105,111,110,115,40,41,46,99,97,108,101,110,100,97,114,44,110,61,116,46,114,101,115,111,108,118,101,100,79,112,116,105,111,110,115,40,41,46,108,111,99,97,108,101,59,114,101,116,117,114,110,32,101,33,61,61,88,102,38,38,40,110,61,110,46,114,101,112,108,97,99,101,40,47,45,117,45,46,43,36,47,105,44,34,34,41,46,99,111,110,99,97,116,40,34,45,117,45,99,97,45,103,114,101,103,111,114,121,34,41,41,44,110,125,44,99,97,108,101,110,100,97,114,89,101,97,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,46,103,101,116,70,117,108,108,89,101,97,114,40,41,125,44,99,97,108,101,110,100,97,114,77,111,110,116,104,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,46,103,101,116,77,111,110,116,104,40,41,125,44,99,97,108,101,110,100,97,114,70,105,114,115,116,68,97,121,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,104,104,40,116,104,105,115,46,99,97,108,101,110,100,97,114,89,101,97,114,44,116,104,105,115,46,99,97,108,101,110,100,97,114,77,111,110,116,104,44,49,44,49,50,41,125,44,99,97,108,101,110,100,97,114,68,97,121,115,73,110,77,111,110,116,104,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,104,104,40,116,104,105,115,46,99,97,108,101,110,100,97,114,70,105,114,115,116,68,97,121,41,59,114,101,116,117,114,110,32,116,46,115,101,116,77,111,110,116,104,40,116,46,103,101,116,77,111,110,116,104,40,41,43,49,44,48,41,44,116,46,103,101,116,68,97,116,101,40,41,125,44,99,111,109,112,117,116,101,100,86,97,114,105,97,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,98,116,110,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,115,101,108,101,99,116,101,100,86,97,114,105,97,110,116,124,124,34,112,114,105,109,97,114,121,34,41,125,44,99,111,109,112,117,116,101,100,84,111,100,97,121,86,97,114,105,97,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,98,116,110,45,111,117,116,108,105,110,101,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,116,111,100,97,121,86,97,114,105,97,110,116,124,124,116,104,105,115,46,115,101,108,101,99,116,101,100,86,97,114,105,97,110,116,124,124,34,112,114,105,109,97,114,121,34,41,125,44,99,111,109,112,117,116,101,100,78,97,118,66,117,116,116,111,110,86,97,114,105,97,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,98,116,110,45,111,117,116,108,105,110,101,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,110,97,118,66,117,116,116,111,110,86,97,114,105,97,110,116,124,124,34,112,114,105,109,97,114,121,34,41,125,44,105,115,82,84,76,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,115,40,116,104,105,115,46,100,105,114,101,99,116,105,111,110,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,59,114,101,116,117,114,110,34,114,116,108,34,61,61,61,116,124,124,34,108,116,114,34,33,61,61,116,38,38,106,104,40,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,101,41,125,44,99,111,110,116,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,115,101,108,101,99,116,101,100,89,77,68,44,101,61,116,104,105,115,46,97,99,116,105,118,101,89,77,68,44,110,61,100,104,40,116,41,44,114,61,100,104,40,101,41,59,114,101,116,117,114,110,123,115,101,108,101,99,116,101,100,89,77,68,58,116,44,115,101,108,101,99,116,101,100,68,97,116,101,58,110,44,115,101,108,101,99,116,101,100,70,111,114,109,97,116,116,101,100,58,110,63,116,104,105,115,46,102,111,114,109,97,116,68,97,116,101,83,116,114,105,110,103,40,110,41,58,116,104,105,115,46,108,97,98,101,108,78,111,68,97,116,101,83,101,108,101,99,116,101,100,44,97,99,116,105,118,101,89,77,68,58,101,44,97,99,116,105,118,101,68,97,116,101,58,114,44,97,99,116,105,118,101,70,111,114,109,97,116,116,101,100,58,114,63,116,104,105,115,46,102,111,114,109,97,116,68,97,116,101,83,116,114,105,110,103,40,114,41,58,34,34,44,100,105,115,97,98,108,101,100,58,116,104,105,115,46,100,97,116,101,68,105,115,97,98,108,101,100,40,114,41,44,108,111,99,97,108,101,58,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,101,44,99,97,108,101,110,100,97,114,76,111,99,97,108,101,58,116,104,105,115,46,99,97,108,101,110,100,97,114,76,111,99,97,108,101,44,114,116,108,58,116,104,105,115,46,105,115,82,84,76,125,125,44,100,97,116,101,79,117,116,79,102,82,97,110,103,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,77,105,110,44,101,61,116,104,105,115,46,99,111,109,112,117,116,101,100,77,97,120,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,110,61,100,104,40,110,41,44,116,38,38,110,60,116,124,124,101,38,38,110,62,101,125,125,44,100,97,116,101,68,105,115,97,98,108,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,104,105,115,46,100,97,116,101,79,117,116,79,102,82,97,110,103,101,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,110,61,100,104,40,110,41,59,118,97,114,32,114,61,112,104,40,110,41,59,114,101,116,117,114,110,33,40,33,101,40,110,41,38,38,33,116,46,99,111,109,112,117,116,101,100,68,97,116,101,68,105,115,97,98,108,101,100,70,110,40,114,44,110,41,41,125,125,44,102,111,114,109,97,116,68,97,116,101,83,116,114,105,110,103,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,103,104,40,116,104,105,115,46,99,97,108,101,110,100,97,114,76,111,99,97,108,101,44,76,104,40,76,104,40,123,121,101,97,114,58,101,104,44,109,111,110,116,104,58,116,104,44,100,97,121,58,116,104,125,44,116,104,105,115,46,100,97,116,101,70,111,114,109,97,116,79,112,116,105,111,110,115,41,44,123,125,44,123,104,111,117,114,58,118,111,105,100,32,48,44,109,105,110,117,116,101,58,118,111,105,100,32,48,44,115,101,99,111,110,100,58,118,111,105,100,32,48,44,99,97,108,101,110,100,97,114,58,88,102,125,41,41,125,44,102,111,114,109,97,116,89,101,97,114,77,111,110,116,104,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,103,104,40,116,104,105,115,46,99,97,108,101,110,100,97,114,76,111,99,97,108,101,44,123,121,101,97,114,58,101,104,44,109,111,110,116,104,58,90,102,44,99,97,108,101,110,100,97,114,58,88,102,125,41,125,44,102,111,114,109,97,116,87,101,101,107,100,97,121,78,97,109,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,103,104,40,116,104,105,115,46,99,97,108,101,110,100,97,114,76,111,99,97,108,101,44,123,119,101,101,107,100,97,121,58,90,102,44,99,97,108,101,110,100,97,114,58,88,102,125,41,125,44,102,111,114,109,97,116,87,101,101,107,100,97,121,78,97,109,101,83,104,111,114,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,103,104,40,116,104,105,115,46,99,97,108,101,110,100,97,114,76,111,99,97,108,101,44,123,119,101,101,107,100,97,121,58,116,104,105,115,46,119,101,101,107,100,97,121,72,101,97,100,101,114,70,111,114,109,97,116,124,124,81,102,44,99,97,108,101,110,100,97,114,58,88,102,125,41,125,44,102,111,114,109,97,116,68,97,121,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,110,101,119,32,73,110,116,108,46,78,117,109,98,101,114,70,111,114,109,97,116,40,91,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,101,93,44,123,115,116,121,108,101,58,34,100,101,99,105,109,97,108,34,44,109,105,110,105,109,117,109,73,110,116,101,103,101,114,68,105,103,105,116,115,58,49,44,109,105,110,105,109,117,109,70,114,97,99,116,105,111,110,68,105,103,105,116,115,58,48,44,109,97,120,105,109,117,109,70,114,97,99,116,105,111,110,68,105,103,105,116,115,58,48,44,110,111,116,97,116,105,111,110,58,34,115,116,97,110,100,97,114,100,34,125,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,102,111,114,109,97,116,40,101,46,103,101,116,68,97,116,101,40,41,41,125,125,44,112,114,101,118,68,101,99,97,100,101,68,105,115,97,98,108,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,77,105,110,59,114,101,116,117,114,110,32,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,116,38,38,121,104,40,107,104,40,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,41,41,60,116,125,44,112,114,101,118,89,101,97,114,68,105,115,97,98,108,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,77,105,110,59,114,101,116,117,114,110,32,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,116,38,38,121,104,40,79,104,40,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,41,41,60,116,125,44,112,114,101,118,77,111,110,116,104,68,105,115,97,98,108,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,77,105,110,59,114,101,116,117,114,110,32,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,116,38,38,121,104,40,95,104,40,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,41,41,60,116,125,44,116,104,105,115,77,111,110,116,104,68,105,115,97,98,108,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,100,105,115,97,98,108,101,100,125,44,110,101,120,116,77,111,110,116,104,68,105,115,97,98,108,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,77,97,120,59,114,101,116,117,114,110,32,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,116,38,38,98,104,40,120,104,40,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,41,41,62,116,125,44,110,101,120,116,89,101,97,114,68,105,115,97,98,108,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,77,97,120,59,114,101,116,117,114,110,32,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,116,38,38,98,104,40,83,104,40,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,41,41,62,116,125,44,110,101,120,116,68,101,99,97,100,101,68,105,115,97,98,108,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,77,97,120,59,114,101,116,117,114,110,32,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,116,38,38,98,104,40,67,104,40,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,41,41,62,116,125,44,99,97,108,101,110,100,97,114,58,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,61,91,93,44,101,61,116,104,105,115,46,99,97,108,101,110,100,97,114,70,105,114,115,116,68,97,121,44,110,61,101,46,103,101,116,70,117,108,108,89,101,97,114,40,41,44,114,61,101,46,103,101,116,77,111,110,116,104,40,41,44,105,61,116,104,105,115,46,99,97,108,101,110,100,97,114,68,97,121,115,73,110,77,111,110,116,104,44,111,61,101,46,103,101,116,68,97,121,40,41,44,97,61,40,116,104,105,115,46,99,111,109,112,117,116,101,100,87,101,101,107,83,116,97,114,116,115,62,111,63,55,58,48,41,45,116,104,105,115,46,99,111,109,112,117,116,101,100,87,101,101,107,83,116,97,114,116,115,44,115,61,48,45,97,45,111,44,99,61,48,59,99,60,54,38,38,115,60,105,59,99,43,43,41,123,116,91,99,93,61,91,93,59,102,111,114,40,118,97,114,32,117,61,48,59,117,60,55,59,117,43,43,41,123,115,43,43,59,118,97,114,32,108,61,104,104,40,110,44,114,44,115,41,44,102,61,108,46,103,101,116,77,111,110,116,104,40,41,44,104,61,112,104,40,108,41,44,100,61,116,104,105,115,46,100,97,116,101,68,105,115,97,98,108,101,100,40,108,41,44,112,61,116,104,105,115,46,99,111,109,112,117,116,101,100,68,97,116,101,73,110,102,111,70,110,40,104,44,100,104,40,104,41,41,59,112,61,79,116,40,112,41,124,124,67,116,40,112,41,63,123,99,108,97,115,115,58,112,125,58,84,116,40,112,41,63,76,104,40,123,99,108,97,115,115,58,34,34,125,44,112,41,58,123,99,108,97,115,115,58,34,34,125,44,116,91,99,93,46,112,117,115,104,40,123,121,109,100,58,104,44,100,97,121,58,116,104,105,115,46,102,111,114,109,97,116,68,97,121,40,108,41,44,108,97,98,101,108,58,116,104,105,115,46,102,111,114,109,97,116,68,97,116,101,83,116,114,105,110,103,40,108,41,44,105,115,84,104,105,115,77,111,110,116,104,58,102,61,61,61,114,44,105,115,68,105,115,97,98,108,101,100,58,100,44,105,110,102,111,58,112,125,41,125,125,114,101,116,117,114,110,32,116,125,44,99,97,108,101,110,100,97,114,72,101,97,100,105,110,103,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,116,104,105,115,46,99,97,108,101,110,100,97,114,91,48,93,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,123,116,101,120,116,58,116,46,102,111,114,109,97,116,87,101,101,107,100,97,121,78,97,109,101,83,104,111,114,116,40,100,104,40,101,46,121,109,100,41,41,44,108,97,98,101,108,58,116,46,102,111,114,109,97,116,87,101,101,107,100,97,121,78,97,109,101,40,100,104,40,101,46,121,109,100,41,41,125,125,41,41,125,125,44,119,97,116,99,104,58,40,102,104,61,123,125,44,77,104,40,102,104,44,66,104,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,112,104,40,116,41,124,124,34,34,44,114,61,112,104,40,101,41,124,124,34,34,59,109,104,40,110,44,114,41,124,124,40,116,104,105,115,46,97,99,116,105,118,101,89,77,68,61,110,124,124,116,104,105,115,46,97,99,116,105,118,101,89,77,68,44,116,104,105,115,46,115,101,108,101,99,116,101,100,89,77,68,61,110,41,125,41,41,44,77,104,40,102,104,44,34,115,101,108,101,99,116,101,100,89,77,68,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,116,104,105,115,46,36,101,109,105,116,40,82,104,44,116,104,105,115,46,118,97,108,117,101,65,115,68,97,116,101,63,100,104,40,116,41,124,124,110,117,108,108,58,116,124,124,34,34,41,125,41,41,44,77,104,40,102,104,44,34,99,111,110,116,101,120,116,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,119,108,40,116,44,101,41,124,124,116,104,105,115,46,36,101,109,105,116,40,104,105,44,116,41,125,41,41,44,77,104,40,102,104,44,34,104,105,100,100,101,110,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,97,99,116,105,118,101,89,77,68,61,116,104,105,115,46,115,101,108,101,99,116,101,100,89,77,68,124,124,112,104,40,116,104,105,115,91,66,104,93,124,124,116,104,105,115,46,99,111,110,115,116,114,97,105,110,68,97,116,101,40,116,104,105,115,46,105,110,105,116,105,97,108,68,97,116,101,124,124,116,104,105,115,46,103,101,116,84,111,100,97,121,40,41,41,41,44,116,104,105,115,46,115,101,116,76,105,118,101,40,33,116,41,125,41,41,44,102,104,41,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,36,101,109,105,116,40,104,105,44,116,46,99,111,110,116,101,120,116,41,125,41,41,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,76,105,118,101,40,33,48,41,125,44,97,99,116,105,118,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,76,105,118,101,40,33,48,41,125,44,100,101,97,99,116,105,118,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,76,105,118,101,40,33,49,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,76,105,118,101,40,33,49,41,125,44,109,101,116,104,111,100,115,58,123,102,111,99,117,115,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,113,115,40,116,104,105,115,46,36,114,101,102,115,46,103,114,105,100,41,125,44,98,108,117,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,71,115,40,116,104,105,115,46,36,114,101,102,115,46,103,114,105,100,41,125,44,115,101,116,76,105,118,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,116,63,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,105,115,76,105,118,101,61,33,48,125,41,41,125,41,41,58,116,104,105,115,46,105,115,76,105,118,101,61,33,49,125,44,103,101,116,84,111,100,97,121,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,100,104,40,104,104,40,41,41,125,44,99,111,110,115,116,114,97,105,110,68,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,80,104,40,116,44,116,104,105,115,46,99,111,109,112,117,116,101,100,77,105,110,44,116,104,105,115,46,99,111,109,112,117,116,101,100,77,97,120,41,125,44,101,109,105,116,83,101,108,101,99,116,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,36,101,109,105,116,40,75,105,44,112,104,40,116,41,124,124,34,34,44,100,104,40,116,41,124,124,110,117,108,108,41,125,41,41,125,44,115,101,116,71,114,105,100,70,111,99,117,115,70,108,97,103,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,103,114,105,100,72,97,115,70,111,99,117,115,61,33,116,104,105,115,46,100,105,115,97,98,108,101,100,38,38,34,102,111,99,117,115,34,61,61,61,116,46,116,121,112,101,125,44,111,110,75,101,121,100,111,119,110,87,114,97,112,112,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,116,104,105,115,46,110,111,75,101,121,78,97,118,41,123,118,97,114,32,101,61,116,46,97,108,116,75,101,121,44,110,61,116,46,99,116,114,108,75,101,121,44,114,61,116,46,107,101,121,67,111,100,101,59,105,102,40,113,97,40,91,118,108,44,112,108,44,117,108,44,104,108,44,100,108,44,98,108,44,103,108,44,99,108,93,44,114,41,41,123,83,99,40,116,41,59,118,97,114,32,105,61,104,104,40,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,41,44,111,61,104,104,40,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,41,44,97,61,105,46,103,101,116,68,97,116,101,40,41,44,115,61,116,104,105,115,46,99,111,110,115,116,114,97,105,110,68,97,116,101,40,116,104,105,115,46,103,101,116,84,111,100,97,121,40,41,41,44,99,61,116,104,105,115,46,105,115,82,84,76,59,114,61,61,61,118,108,63,40,105,61,40,101,63,110,63,107,104,58,79,104,58,95,104,41,40,105,41,44,111,61,104,104,40,105,41,44,111,46,115,101,116,68,97,116,101,40,49,41,41,58,114,61,61,61,112,108,63,40,105,61,40,101,63,110,63,67,104,58,83,104,58,120,104,41,40,105,41,44,111,61,104,104,40,105,41,44,111,46,115,101,116,77,111,110,116,104,40,111,46,103,101,116,77,111,110,116,104,40,41,43,49,41,44,111,46,115,101,116,68,97,116,101,40,48,41,41,58,114,61,61,61,100,108,63,40,105,46,115,101,116,68,97,116,101,40,97,43,40,99,63,49,58,45,49,41,41,44,105,61,116,104,105,115,46,99,111,110,115,116,114,97,105,110,68,97,116,101,40,105,41,44,111,61,105,41,58,114,61,61,61,103,108,63,40,105,46,115,101,116,68,97,116,101,40,97,43,40,99,63,45,49,58,49,41,41,44,105,61,116,104,105,115,46,99,111,110,115,116,114,97,105,110,68,97,116,101,40,105,41,44,111,61,105,41,58,114,61,61,61,98,108,63,40,105,46,115,101,116,68,97,116,101,40,97,45,55,41,44,105,61,116,104,105,115,46,99,111,110,115,116,114,97,105,110,68,97,116,101,40,105,41,44,111,61,105,41,58,114,61,61,61,99,108,63,40,105,46,115,101,116,68,97,116,101,40,97,43,55,41,44,105,61,116,104,105,115,46,99,111,110,115,116,114,97,105,110,68,97,116,101,40,105,41,44,111,61,105,41,58,114,61,61,61,104,108,63,40,105,61,115,44,111,61,105,41,58,114,61,61,61,117,108,38,38,40,105,61,100,104,40,116,104,105,115,46,115,101,108,101,99,116,101,100,68,97,116,101,41,124,124,115,44,111,61,105,41,44,116,104,105,115,46,100,97,116,101,79,117,116,79,102,82,97,110,103,101,40,111,41,124,124,109,104,40,105,44,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,41,124,124,40,116,104,105,115,46,97,99,116,105,118,101,89,77,68,61,112,104,40,105,41,41,44,116,104,105,115,46,102,111,99,117,115,40,41,125,125,125,44,111,110,75,101,121,100,111,119,110,71,114,105,100,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,107,101,121,67,111,100,101,44,110,61,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,59,101,33,61,61,108,108,38,38,101,33,61,61,109,108,124,124,40,83,99,40,116,41,44,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,116,104,105,115,46,114,101,97,100,111,110,108,121,124,124,116,104,105,115,46,100,97,116,101,68,105,115,97,98,108,101,100,40,110,41,124,124,40,116,104,105,115,46,115,101,108,101,99,116,101,100,89,77,68,61,112,104,40,110,41,44,116,104,105,115,46,101,109,105,116,83,101,108,101,99,116,101,100,40,110,41,41,44,116,104,105,115,46,102,111,99,117,115,40,41,41,125,44,111,110,67,108,105,99,107,68,97,121,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,115,101,108,101,99,116,101,100,68,97,116,101,44,110,61,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,44,114,61,100,104,40,116,46,121,109,100,41,59,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,116,46,105,115,68,105,115,97,98,108,101,100,124,124,116,104,105,115,46,100,97,116,101,68,105,115,97,98,108,101,100,40,114,41,124,124,40,116,104,105,115,46,114,101,97,100,111,110,108,121,124,124,40,116,104,105,115,46,115,101,108,101,99,116,101,100,89,77,68,61,112,104,40,109,104,40,114,44,101,41,63,101,58,114,41,44,116,104,105,115,46,101,109,105,116,83,101,108,101,99,116,101,100,40,114,41,41,44,116,104,105,115,46,97,99,116,105,118,101,89,77,68,61,112,104,40,109,104,40,114,44,110,41,63,110,58,104,104,40,114,41,41,44,116,104,105,115,46,102,111,99,117,115,40,41,41,125,44,103,111,116,111,80,114,101,118,68,101,99,97,100,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,97,99,116,105,118,101,89,77,68,61,112,104,40,116,104,105,115,46,99,111,110,115,116,114,97,105,110,68,97,116,101,40,107,104,40,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,41,41,41,125,44,103,111,116,111,80,114,101,118,89,101,97,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,97,99,116,105,118,101,89,77,68,61,112,104,40,116,104,105,115,46,99,111,110,115,116,114,97,105,110,68,97,116,101,40,79,104,40,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,41,41,41,125,44,103,111,116,111,80,114,101,118,77,111,110,116,104,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,97,99,116,105,118,101,89,77,68,61,112,104,40,116,104,105,115,46,99,111,110,115,116,114,97,105,110,68,97,116,101,40,95,104,40,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,41,41,41,125,44,103,111,116,111,67,117,114,114,101,110,116,77,111,110,116,104,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,97,99,116,105,118,101,89,77,68,61,112,104,40,116,104,105,115,46,99,111,110,115,116,114,97,105,110,68,97,116,101,40,116,104,105,115,46,103,101,116,84,111,100,97,121,40,41,41,41,125,44,103,111,116,111,78,101,120,116,77,111,110,116,104,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,97,99,116,105,118,101,89,77,68,61,112,104,40,116,104,105,115,46,99,111,110,115,116,114,97,105,110,68,97,116,101,40,120,104,40,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,41,41,41,125,44,103,111,116,111,78,101,120,116,89,101,97,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,97,99,116,105,118,101,89,77,68,61,112,104,40,116,104,105,115,46,99,111,110,115,116,114,97,105,110,68,97,116,101,40,83,104,40,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,41,41,41,125,44,103,111,116,111,78,101,120,116,68,101,99,97,100,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,97,99,116,105,118,101,89,77,68,61,112,104,40,116,104,105,115,46,99,111,110,115,116,114,97,105,110,68,97,116,101,40,67,104,40,116,104,105,115,46,97,99,116,105,118,101,68,97,116,101,41,41,41,125,44,111,110,72,101,97,100,101,114,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,40,116,104,105,115,46,97,99,116,105,118,101,89,77,68,61,116,104,105,115,46,115,101,108,101,99,116,101,100,89,77,68,124,124,112,104,40,116,104,105,115,46,103,101,116,84,111,100,97,121,40,41,41,44,116,104,105,115,46,102,111,99,117,115,40,41,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,105,102,40,116,104,105,115,46,104,105,100,100,101,110,41,114,101,116,117,114,110,32,116,40,41,59,118,97,114,32,110,61,116,104,105,115,46,118,97,108,117,101,73,100,44,114,61,116,104,105,115,46,119,105,100,103,101,116,73,100,44,105,61,116,104,105,115,46,110,97,118,73,100,44,111,61,116,104,105,115,46,103,114,105,100,73,100,44,97,61,116,104,105,115,46,103,114,105,100,67,97,112,116,105,111,110,73,100,44,115,61,116,104,105,115,46,103,114,105,100,72,101,108,112,73,100,44,99,61,116,104,105,115,46,97,99,116,105,118,101,73,100,44,117,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,108,61,116,104,105,115,46,110,111,75,101,121,78,97,118,44,102,61,116,104,105,115,46,105,115,76,105,118,101,44,104,61,116,104,105,115,46,105,115,82,84,76,44,100,61,116,104,105,115,46,97,99,116,105,118,101,89,77,68,44,112,61,116,104,105,115,46,115,101,108,101,99,116,101,100,89,77,68,44,118,61,116,104,105,115,46,115,97,102,101,73,100,44,103,61,33,116,104,105,115,46,115,104,111,119,68,101,99,97,100,101,78,97,118,44,109,61,112,104,40,116,104,105,115,46,103,101,116,84,111,100,97,121,40,41,41,44,98,61,33,116,104,105,115,46,110,111,72,105,103,104,108,105,103,104,116,84,111,100,97,121,44,121,61,116,40,34,111,117,116,112,117,116,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,32,116,101,120,116,45,99,101,110,116,101,114,34,44,99,108,97,115,115,58,123,34,116,101,120,116,45,109,117,116,101,100,34,58,117,44,114,101,97,100,111,110,108,121,58,116,104,105,115,46,114,101,97,100,111,110,108,121,124,124,117,125,44,97,116,116,114,115,58,123,105,100,58,110,44,102,111,114,58,111,44,114,111,108,101,58,34,115,116,97,116,117,115,34,44,116,97,98,105,110,100,101,120,58,117,63,110,117,108,108,58,34,45,49,34,44,34,100,97,116,97,45,115,101,108,101,99,116,101,100,34,58,97,115,40,112,41,44,34,97,114,105,97,45,108,105,118,101,34,58,102,63,34,112,111,108,105,116,101,34,58,34,111,102,102,34,44,34,97,114,105,97,45,97,116,111,109,105,99,34,58,102,63,34,116,114,117,101,34,58,110,117,108,108,125,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,72,101,97,100,101,114,67,108,105,99,107,44,102,111,99,117,115,58,116,104,105,115,46,111,110,72,101,97,100,101,114,67,108,105,99,107,125,125,44,116,104,105,115,46,115,101,108,101,99,116,101,100,68,97,116,101,63,91,116,40,34,98,100,105,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,115,114,45,111,110,108,121,34,125,44,34,32,40,34,46,99,111,110,99,97,116,40,97,115,40,116,104,105,115,46,108,97,98,101,108,83,101,108,101,99,116,101,100,41,44,34,41,32,34,41,41,44,116,40,34,98,100,105,34,44,116,104,105,115,46,102,111,114,109,97,116,68,97,116,101,83,116,114,105,110,103,40,116,104,105,115,46,115,101,108,101,99,116,101,100,68,97,116,101,41,41,93,58,116,104,105,115,46,108,97,98,101,108,78,111,68,97,116,101,83,101,108,101,99,116,101,100,124,124,34,194,160,34,41,59,121,61,116,40,34,104,101,97,100,101,114,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,99,97,108,101,110,100,97,114,45,104,101,97,100,101,114,34,44,99,108,97,115,115,58,123,34,115,114,45,111,110,108,121,34,58,116,104,105,115,46,104,105,100,101,72,101,97,100,101,114,125,44,97,116,116,114,115,58,123,116,105,116,108,101,58,116,104,105,115,46,115,101,108,101,99,116,101,100,68,97,116,101,38,38,116,104,105,115,46,108,97,98,101,108,83,101,108,101,99,116,101,100,68,97,116,101,124,124,110,117,108,108,125,125,44,91,121,93,41,59,118,97,114,32,119,61,123,105,115,82,84,76,58,104,125,44,95,61,123,115,104,105,102,116,86,58,46,53,125,44,120,61,76,104,40,76,104,40,123,125,44,95,41,44,123,125,44,123,102,108,105,112,72,58,104,125,41,44,79,61,76,104,40,76,104,40,123,125,44,95,41,44,123,125,44,123,102,108,105,112,72,58,33,104,125,41,44,83,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,79,97,44,119,41,124,124,116,40,66,117,44,123,112,114,111,112,115,58,120,125,41,44,107,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,107,97,44,119,41,124,124,116,40,82,117,44,123,112,114,111,112,115,58,120,125,41,44,67,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,83,97,44,119,41,124,124,116,40,122,117,44,123,112,114,111,112,115,58,120,125,41,44,80,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,67,97,44,119,41,124,124,116,40,72,117,44,123,112,114,111,112,115,58,95,125,41,44,84,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,95,97,44,119,41,124,124,116,40,122,117,44,123,112,114,111,112,115,58,79,125,41,44,106,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,120,97,44,119,41,124,124,116,40,82,117,44,123,112,114,111,112,115,58,79,125,41,44,69,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,119,97,44,119,41,124,124,116,40,66,117,44,123,112,114,111,112,115,58,79,125,41,44,65,61,102,117,110,99,116,105,111,110,40,110,44,114,44,105,44,111,44,97,41,123,114,101,116,117,114,110,32,116,40,34,98,117,116,116,111,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,116,110,32,98,116,110,45,115,109,32,98,111,114,100,101,114,45,48,32,102,108,101,120,45,102,105,108,108,34,44,99,108,97,115,115,58,91,101,46,99,111,109,112,117,116,101,100,78,97,118,66,117,116,116,111,110,86,97,114,105,97,110,116,44,123,100,105,115,97,98,108,101,100,58,111,125,93,44,97,116,116,114,115,58,123,116,105,116,108,101,58,114,124,124,110,117,108,108,44,116,121,112,101,58,34,98,117,116,116,111,110,34,44,116,97,98,105,110,100,101,120,58,108,63,34,45,49,34,58,110,117,108,108,44,34,97,114,105,97,45,108,97,98,101,108,34,58,114,124,124,110,117,108,108,44,34,97,114,105,97,45,100,105,115,97,98,108,101,100,34,58,111,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,107,101,121,115,104,111,114,116,99,117,116,115,34,58,97,124,124,110,117,108,108,125,44,111,110,58,111,63,123,125,58,123,99,108,105,99,107,58,105,125,125,44,91,116,40,34,100,105,118,34,44,123,97,116,116,114,115,58,123,34,97,114,105,97,45,104,105,100,100,101,110,34,58,34,116,114,117,101,34,125,125,44,91,110,93,41,93,41,125,44,68,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,99,97,108,101,110,100,97,114,45,110,97,118,32,100,45,102,108,101,120,34,44,97,116,116,114,115,58,123,105,100,58,105,44,114,111,108,101,58,34,103,114,111,117,112,34,44,116,97,98,105,110,100,101,120,58,108,63,34,45,49,34,58,110,117,108,108,44,34,97,114,105,97,45,104,105,100,100,101,110,34,58,117,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,108,97,98,101,108,34,58,116,104,105,115,46,108,97,98,101,108,78,97,118,124,124,110,117,108,108,44,34,97,114,105,97,45,99,111,110,116,114,111,108,115,34,58,111,125,125,44,91,103,63,116,40,41,58,65,40,83,44,116,104,105,115,46,108,97,98,101,108,80,114,101,118,68,101,99,97,100,101,44,116,104,105,115,46,103,111,116,111,80,114,101,118,68,101,99,97,100,101,44,116,104,105,115,46,112,114,101,118,68,101,99,97,100,101,68,105,115,97,98,108,101,100,44,34,67,116,114,108,43,65,108,116,43,80,97,103,101,68,111,119,110,34,41,44,65,40,107,44,116,104,105,115,46,108,97,98,101,108,80,114,101,118,89,101,97,114,44,116,104,105,115,46,103,111,116,111,80,114,101,118,89,101,97,114,44,116,104,105,115,46,112,114,101,118,89,101,97,114,68,105,115,97,98,108,101,100,44,34,65,108,116,43,80,97,103,101,68,111,119,110,34,41,44,65,40,67,44,116,104,105,115,46,108,97,98,101,108,80,114,101,118,77,111,110,116,104,44,116,104,105,115,46,103,111,116,111,80,114,101,118,77,111,110,116,104,44,116,104,105,115,46,112,114,101,118,77,111,110,116,104,68,105,115,97,98,108,101,100,44,34,80,97,103,101,68,111,119,110,34,41,44,65,40,80,44,116,104,105,115,46,108,97,98,101,108,67,117,114,114,101,110,116,77,111,110,116,104,44,116,104,105,115,46,103,111,116,111,67,117,114,114,101,110,116,77,111,110,116,104,44,116,104,105,115,46,116,104,105,115,77,111,110,116,104,68,105,115,97,98,108,101,100,44,34,72,111,109,101,34,41,44,65,40,84,44,116,104,105,115,46,108,97,98,101,108,78,101,120,116,77,111,110,116,104,44,116,104,105,115,46,103,111,116,111,78,101,120,116,77,111,110,116,104,44,116,104,105,115,46,110,101,120,116,77,111,110,116,104,68,105,115,97,98,108,101,100,44,34,80,97,103,101,85,112,34,41,44,65,40,106,44,116,104,105,115,46,108,97,98,101,108,78,101,120,116,89,101,97,114,44,116,104,105,115,46,103,111,116,111,78,101,120,116,89,101,97,114,44,116,104,105,115,46,110,101,120,116,89,101,97,114,68,105,115,97,98,108,101,100,44,34,65,108,116,43,80,97,103,101,85,112,34,41,44,103,63,116,40,41,58,65,40,69,44,116,104,105,115,46,108,97,98,101,108,78,101,120,116,68,101,99,97,100,101,44,116,104,105,115,46,103,111,116,111,78,101,120,116,68,101,99,97,100,101,44,116,104,105,115,46,110,101,120,116,68,101,99,97,100,101,68,105,115,97,98,108,101,100,44,34,67,116,114,108,43,65,108,116,43,80,97,103,101,85,112,34,41,93,41,44,76,61,116,40,34,104,101,97,100,101,114,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,99,97,108,101,110,100,97,114,45,103,114,105,100,45,99,97,112,116,105,111,110,32,116,101,120,116,45,99,101,110,116,101,114,32,102,111,110,116,45,119,101,105,103,104,116,45,98,111,108,100,34,44,99,108,97,115,115,58,123,34,116,101,120,116,45,109,117,116,101,100,34,58,117,125,44,97,116,116,114,115,58,123,105,100,58,97,44,34,97,114,105,97,45,108,105,118,101,34,58,102,63,34,112,111,108,105,116,101,34,58,110,117,108,108,44,34,97,114,105,97,45,97,116,111,109,105,99,34,58,102,63,34,116,114,117,101,34,58,110,117,108,108,125,44,107,101,121,58,34,103,114,105,100,45,99,97,112,116,105,111,110,34,125,44,116,104,105,115,46,102,111,114,109,97,116,89,101,97,114,77,111,110,116,104,40,116,104,105,115,46,99,97,108,101,110,100,97,114,70,105,114,115,116,68,97,121,41,41,44,77,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,99,97,108,101,110,100,97,114,45,103,114,105,100,45,119,101,101,107,100,97,121,115,32,114,111,119,32,110,111,45,103,117,116,116,101,114,115,32,98,111,114,100,101,114,45,98,111,116,116,111,109,34,44,97,116,116,114,115,58,123,34,97,114,105,97,45,104,105,100,100,101,110,34,58,34,116,114,117,101,34,125,125,44,116,104,105,115,46,99,97,108,101,110,100,97,114,72,101,97,100,105,110,103,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,32,116,40,34,115,109,97,108,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,111,108,32,116,101,120,116,45,116,114,117,110,99,97,116,101,34,44,99,108,97,115,115,58,123,34,116,101,120,116,45,109,117,116,101,100,34,58,117,125,44,97,116,116,114,115,58,123,116,105,116,108,101,58,101,46,108,97,98,101,108,61,61,61,101,46,116,101,120,116,63,110,117,108,108,58,101,46,108,97,98,101,108,44,34,97,114,105,97,45,108,97,98,101,108,34,58,101,46,108,97,98,101,108,125,44,107,101,121,58,110,125,44,101,46,116,101,120,116,41,125,41,41,41,44,73,61,116,104,105,115,46,99,97,108,101,110,100,97,114,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,110,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,118,97,114,32,105,44,111,61,110,46,121,109,100,61,61,61,112,44,97,61,110,46,121,109,100,61,61,61,100,44,115,61,110,46,121,109,100,61,61,61,109,44,99,61,118,40,34,95,99,101,108,108,45,34,46,99,111,110,99,97,116,40,110,46,121,109,100,44,34,95,34,41,41,44,108,61,116,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,116,110,32,98,111,114,100,101,114,45,48,32,114,111,117,110,100,101,100,45,99,105,114,99,108,101,32,116,101,120,116,45,110,111,119,114,97,112,34,44,99,108,97,115,115,58,40,105,61,123,102,111,99,117,115,58,97,38,38,101,46,103,114,105,100,72,97,115,70,111,99,117,115,44,100,105,115,97,98,108,101,100,58,110,46,105,115,68,105,115,97,98,108,101,100,124,124,117,44,97,99,116,105,118,101,58,111,125,44,77,104,40,105,44,101,46,99,111,109,112,117,116,101,100,86,97,114,105,97,110,116,44,111,41,44,77,104,40,105,44,101,46,99,111,109,112,117,116,101,100,84,111,100,97,121,86,97,114,105,97,110,116,44,115,38,38,98,38,38,33,111,38,38,110,46,105,115,84,104,105,115,77,111,110,116,104,41,44,77,104,40,105,44,34,98,116,110,45,111,117,116,108,105,110,101,45,108,105,103,104,116,34,44,33,40,115,38,38,98,41,38,38,33,111,38,38,33,97,41,44,77,104,40,105,44,34,98,116,110,45,108,105,103,104,116,34,44,33,40,115,38,38,98,41,38,38,33,111,38,38,97,41,44,77,104,40,105,44,34,116,101,120,116,45,109,117,116,101,100,34,44,33,110,46,105,115,84,104,105,115,77,111,110,116,104,38,38,33,111,41,44,77,104,40,105,44,34,116,101,120,116,45,100,97,114,107,34,44,33,40,115,38,38,98,41,38,38,33,111,38,38,33,97,38,38,110,46,105,115,84,104,105,115,77,111,110,116,104,41,44,77,104,40,105,44,34,102,111,110,116,45,119,101,105,103,104,116,45,98,111,108,100,34,44,40,111,124,124,110,46,105,115,84,104,105,115,77,111,110,116,104,41,38,38,33,110,46,105,115,68,105,115,97,98,108,101,100,41,44,105,41,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,46,111,110,67,108,105,99,107,68,97,121,40,110,41,125,125,125,44,110,46,100,97,121,41,59,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,111,108,32,112,45,48,34,44,99,108,97,115,115,58,110,46,105,115,68,105,115,97,98,108,101,100,63,34,98,103,45,108,105,103,104,116,34,58,110,46,105,110,102,111,46,99,108,97,115,115,124,124,34,34,44,97,116,116,114,115,58,123,105,100,58,99,44,114,111,108,101,58,34,98,117,116,116,111,110,34,44,34,100,97,116,97,45,100,97,116,101,34,58,110,46,121,109,100,44,34,97,114,105,97,45,104,105,100,100,101,110,34,58,110,46,105,115,84,104,105,115,77,111,110,116,104,63,110,117,108,108,58,34,116,114,117,101,34,44,34,97,114,105,97,45,100,105,115,97,98,108,101,100,34,58,110,46,105,115,68,105,115,97,98,108,101,100,124,124,117,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,108,97,98,101,108,34,58,91,110,46,108,97,98,101,108,44,111,63,34,40,34,46,99,111,110,99,97,116,40,101,46,108,97,98,101,108,83,101,108,101,99,116,101,100,44,34,41,34,41,58,110,117,108,108,44,115,63,34,40,34,46,99,111,110,99,97,116,40,101,46,108,97,98,101,108,84,111,100,97,121,44,34,41,34,41,58,110,117,108,108,93,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,32,34,41,44,34,97,114,105,97,45,115,101,108,101,99,116,101,100,34,58,111,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,99,117,114,114,101,110,116,34,58,111,63,34,100,97,116,101,34,58,110,117,108,108,125,44,107,101,121,58,114,125,44,91,108,93,41,125,41,41,59,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,114,111,119,32,110,111,45,103,117,116,116,101,114,115,34,44,107,101,121,58,110,91,48,93,46,121,109,100,125,44,114,41,125,41,41,59,73,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,99,97,108,101,110,100,97,114,45,103,114,105,100,45,98,111,100,121,34,44,115,116,121,108,101,58,117,63,123,112,111,105,110,116,101,114,69,118,101,110,116,115,58,34,110,111,110,101,34,125,58,123,125,125,44,73,41,59,118,97,114,32,36,61,116,40,34,102,111,111,116,101,114,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,99,97,108,101,110,100,97,114,45,103,114,105,100,45,104,101,108,112,32,98,111,114,100,101,114,45,116,111,112,32,115,109,97,108,108,32,116,101,120,116,45,109,117,116,101,100,32,116,101,120,116,45,99,101,110,116,101,114,32,98,103,45,108,105,103,104,116,34,44,97,116,116,114,115,58,123,105,100,58,115,125,125,44,91,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,115,109,97,108,108,34,125,44,116,104,105,115,46,108,97,98,101,108,72,101,108,112,41,93,41,44,70,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,99,97,108,101,110,100,97,114,45,103,114,105,100,32,102,111,114,109,45,99,111,110,116,114,111,108,32,104,45,97,117,116,111,32,116,101,120,116,45,99,101,110,116,101,114,34,44,97,116,116,114,115,58,123,105,100,58,111,44,114,111,108,101,58,34,97,112,112,108,105,99,97,116,105,111,110,34,44,116,97,98,105,110,100,101,120,58,108,63,34,45,49,34,58,117,63,110,117,108,108,58,34,48,34,44,34,100,97,116,97,45,109,111,110,116,104,34,58,100,46,115,108,105,99,101,40,48,44,45,51,41,44,34,97,114,105,97,45,114,111,108,101,100,101,115,99,114,105,112,116,105,111,110,34,58,116,104,105,115,46,108,97,98,101,108,67,97,108,101,110,100,97,114,124,124,110,117,108,108,44,34,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,34,58,97,44,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,58,115,44,34,97,114,105,97,45,100,105,115,97,98,108,101,100,34,58,117,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,97,99,116,105,118,101,100,101,115,99,101,110,100,97,110,116,34,58,99,125,44,111,110,58,123,107,101,121,100,111,119,110,58,116,104,105,115,46,111,110,75,101,121,100,111,119,110,71,114,105,100,44,102,111,99,117,115,58,116,104,105,115,46,115,101,116,71,114,105,100,70,111,99,117,115,70,108,97,103,44,98,108,117,114,58,116,104,105,115,46,115,101,116,71,114,105,100,70,111,99,117,115,70,108,97,103,125,44,114,101,102,58,34,103,114,105,100,34,125,44,91,76,44,77,44,73,44,36,93,41,44,66,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,59,66,61,66,63,116,40,34,102,111,111,116,101,114,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,99,97,108,101,110,100,97,114,45,102,111,111,116,101,114,34,125,44,66,41,58,116,40,41,59,118,97,114,32,82,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,99,97,108,101,110,100,97,114,45,105,110,110,101,114,34,44,115,116,121,108,101,58,116,104,105,115,46,98,108,111,99,107,63,123,125,58,123,119,105,100,116,104,58,116,104,105,115,46,119,105,100,116,104,125,44,97,116,116,114,115,58,123,105,100,58,114,44,100,105,114,58,104,63,34,114,116,108,34,58,34,108,116,114,34,44,108,97,110,103,58,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,101,124,124,110,117,108,108,44,114,111,108,101,58,34,103,114,111,117,112,34,44,34,97,114,105,97,45,100,105,115,97,98,108,101,100,34,58,117,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,99,111,110,116,114,111,108,115,34,58,116,104,105,115,46,97,114,105,97,67,111,110,116,114,111,108,115,124,124,110,117,108,108,44,34,97,114,105,97,45,114,111,108,101,100,101,115,99,114,105,112,116,105,111,110,34,58,116,104,105,115,46,114,111,108,101,68,101,115,99,114,105,112,116,105,111,110,124,124,110,117,108,108,44,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,58,91,116,104,105,115,46,98,118,65,116,116,114,115,91,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,93,44,110,44,115,93,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,32,34,41,125,44,111,110,58,123,107,101,121,100,111,119,110,58,116,104,105,115,46,111,110,75,101,121,100,111,119,110,87,114,97,112,112,101,114,125,125,44,91,121,44,68,44,70,44,66,93,41,59,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,99,97,108,101,110,100,97,114,34,44,99,108,97,115,115,58,123,34,100,45,98,108,111,99,107,34,58,116,104,105,115,46,98,108,111,99,107,125,125,44,91,82,93,41,125,125,41,44,86,104,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,67,97,108,101,110,100,97,114,58,122,104,125,125,41,44,72,104,61,104,99,40,123,98,103,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,98,111,114,100,101,114,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,44,116,101,120,116,86,97,114,105,97,110,116,58,99,99,40,95,111,41,125,44,88,101,41,44,85,104,61,40,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,72,104,125,41,44,104,99,40,123,116,105,116,108,101,58,99,99,40,95,111,41,44,116,105,116,108,101,84,97,103,58,99,99,40,95,111,44,34,104,52,34,41,125,44,97,110,41,41,44,87,104,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,97,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,85,104,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,116,40,110,46,116,105,116,108,101,84,97,103,44,73,101,40,114,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,100,45,116,105,116,108,101,34,125,41,44,105,124,124,97,115,40,110,46,116,105,116,108,101,41,41,125,125,41,44,113,104,61,104,99,40,123,115,117,98,84,105,116,108,101,58,99,99,40,95,111,41,44,115,117,98,84,105,116,108,101,84,97,103,58,99,99,40,95,111,44,34,104,54,34,41,44,115,117,98,84,105,116,108,101,84,101,120,116,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,109,117,116,101,100,34,41,125,44,114,110,41,44,71,104,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,114,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,113,104,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,116,40,110,46,115,117,98,84,105,116,108,101,84,97,103,44,73,101,40,114,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,100,45,115,117,98,116,105,116,108,101,34,44,99,108,97,115,115,58,91,110,46,115,117,98,84,105,116,108,101,84,101,120,116,86,97,114,105,97,110,116,63,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,110,46,115,117,98,84,105,116,108,101,84,101,120,116,86,97,114,105,97,110,116,41,58,110,117,108,108,93,125,41,44,105,124,124,97,115,40,110,46,115,117,98,84,105,116,108,101,41,41,125,125,41,59,102,117,110,99,116,105,111,110,32,89,104,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,75,104,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,89,104,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,88,104,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,89,104,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,88,104,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,90,104,61,104,99,40,75,116,40,75,104,40,75,104,40,75,104,40,75,104,40,123,125,44,85,104,41,44,113,104,41,44,117,99,40,72,104,44,111,99,46,98,105,110,100,40,110,117,108,108,44,34,98,111,100,121,34,41,41,41,44,123,125,44,123,98,111,100,121,67,108,97,115,115,58,99,99,40,83,111,41,44,111,118,101,114,108,97,121,58,99,99,40,118,111,44,33,49,41,125,41,41,44,90,101,41,44,74,104,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,90,101,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,90,104,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,101,46,112,114,111,112,115,44,105,61,101,46,100,97,116,97,44,111,61,101,46,99,104,105,108,100,114,101,110,44,97,61,114,46,98,111,100,121,66,103,86,97,114,105,97,110,116,44,115,61,114,46,98,111,100,121,66,111,114,100,101,114,86,97,114,105,97,110,116,44,99,61,114,46,98,111,100,121,84,101,120,116,86,97,114,105,97,110,116,44,117,61,116,40,41,59,114,46,116,105,116,108,101,38,38,40,117,61,116,40,87,104,44,123,112,114,111,112,115,58,108,99,40,85,104,44,114,41,125,41,41,59,118,97,114,32,108,61,116,40,41,59,114,101,116,117,114,110,32,114,46,115,117,98,84,105,116,108,101,38,38,40,108,61,116,40,71,104,44,123,112,114,111,112,115,58,108,99,40,113,104,44,114,41,44,99,108,97,115,115,58,91,34,109,98,45,50,34,93,125,41,41,44,116,40,114,46,98,111,100,121,84,97,103,44,73,101,40,105,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,100,45,98,111,100,121,34,44,99,108,97,115,115,58,91,40,110,61,123,34,99,97,114,100,45,105,109,103,45,111,118,101,114,108,97,121,34,58,114,46,111,118,101,114,108,97,121,125,44,88,104,40,110,44,34,98,103,45,34,46,99,111,110,99,97,116,40,97,41,44,97,41,44,88,104,40,110,44,34,98,111,114,100,101,114,45,34,46,99,111,110,99,97,116,40,115,41,44,115,41,44,88,104,40,110,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,99,41,44,99,41,44,110,41,44,114,46,98,111,100,121,67,108,97,115,115,93,125,41,44,91,117,44,108,44,111,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,81,104,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,116,100,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,81,104,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,100,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,81,104,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,101,100,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,110,100,61,104,99,40,75,116,40,116,100,40,116,100,40,123,125,44,117,99,40,72,104,44,111,99,46,98,105,110,100,40,110,117,108,108,44,34,104,101,97,100,101,114,34,41,41,41,44,123,125,44,123,104,101,97,100,101,114,58,99,99,40,95,111,41,44,104,101,97,100,101,114,67,108,97,115,115,58,99,99,40,83,111,41,44,104,101,97,100,101,114,72,116,109,108,58,99,99,40,95,111,41,125,41,41,44,116,110,41,44,114,100,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,116,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,110,100,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,101,46,112,114,111,112,115,44,105,61,101,46,100,97,116,97,44,111,61,101,46,99,104,105,108,100,114,101,110,44,97,61,114,46,104,101,97,100,101,114,66,103,86,97,114,105,97,110,116,44,115,61,114,46,104,101,97,100,101,114,66,111,114,100,101,114,86,97,114,105,97,110,116,44,99,61,114,46,104,101,97,100,101,114,84,101,120,116,86,97,114,105,97,110,116,59,114,101,116,117,114,110,32,116,40,114,46,104,101,97,100,101,114,84,97,103,44,73,101,40,105,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,100,45,104,101,97,100,101,114,34,44,99,108,97,115,115,58,91,114,46,104,101,97,100,101,114,67,108,97,115,115,44,40,110,61,123,125,44,101,100,40,110,44,34,98,103,45,34,46,99,111,110,99,97,116,40,97,41,44,97,41,44,101,100,40,110,44,34,98,111,114,100,101,114,45,34,46,99,111,110,99,97,116,40,115,41,44,115,41,44,101,100,40,110,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,99,41,44,99,41,44,110,41,93,44,100,111,109,80,114,111,112,115,58,111,63,123,125,58,107,102,40,114,46,104,101,97,100,101,114,72,116,109,108,44,114,46,104,101,97,100,101,114,41,125,41,44,111,41,125,125,41,59,102,117,110,99,116,105,111,110,32,105,100,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,111,100,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,105,100,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,97,100,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,105,100,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,97,100,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,115,100,61,104,99,40,75,116,40,111,100,40,111,100,40,123,125,44,117,99,40,72,104,44,111,99,46,98,105,110,100,40,110,117,108,108,44,34,102,111,111,116,101,114,34,41,41,41,44,123,125,44,123,102,111,111,116,101,114,58,99,99,40,95,111,41,44,102,111,111,116,101,114,67,108,97,115,115,58,99,99,40,83,111,41,44,102,111,111,116,101,114,72,116,109,108,58,99,99,40,95,111,41,125,41,41,44,74,101,41,44,99,100,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,74,101,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,115,100,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,101,46,112,114,111,112,115,44,105,61,101,46,100,97,116,97,44,111,61,101,46,99,104,105,108,100,114,101,110,44,97,61,114,46,102,111,111,116,101,114,66,103,86,97,114,105,97,110,116,44,115,61,114,46,102,111,111,116,101,114,66,111,114,100,101,114,86,97,114,105,97,110,116,44,99,61,114,46,102,111,111,116,101,114,84,101,120,116,86,97,114,105,97,110,116,59,114,101,116,117,114,110,32,116,40,114,46,102,111,111,116,101,114,84,97,103,44,73,101,40,105,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,100,45,102,111,111,116,101,114,34,44,99,108,97,115,115,58,91,114,46,102,111,111,116,101,114,67,108,97,115,115,44,40,110,61,123,125,44,97,100,40,110,44,34,98,103,45,34,46,99,111,110,99,97,116,40,97,41,44,97,41,44,97,100,40,110,44,34,98,111,114,100,101,114,45,34,46,99,111,110,99,97,116,40,115,41,44,115,41,44,97,100,40,110,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,99,41,44,99,41,44,110,41,93,44,100,111,109,80,114,111,112,115,58,111,63,123,125,58,107,102,40,114,46,102,111,111,116,101,114,72,116,109,108,44,114,46,102,111,111,116,101,114,41,125,41,44,111,41,125,125,41,59,102,117,110,99,116,105,111,110,32,117,100,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,108,100,61,39,60,115,118,103,32,119,105,100,116,104,61,34,37,123,119,125,34,32,104,101,105,103,104,116,61,34,37,123,104,125,34,32,120,109,108,110,115,61,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,32,118,105,101,119,66,111,120,61,34,48,32,48,32,37,123,119,125,32,37,123,104,125,34,32,112,114,101,115,101,114,118,101,65,115,112,101,99,116,82,97,116,105,111,61,34,110,111,110,101,34,62,60,114,101,99,116,32,119,105,100,116,104,61,34,49,48,48,37,34,32,104,101,105,103,104,116,61,34,49,48,48,37,34,32,115,116,121,108,101,61,34,102,105,108,108,58,37,123,102,125,59,34,62,60,47,114,101,99,116,62,60,47,115,118,103,62,39,44,102,100,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,101,110,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,108,100,46,114,101,112,108,97,99,101,40,34,37,123,119,125,34,44,97,115,40,116,41,41,46,114,101,112,108,97,99,101,40,34,37,123,104,125,34,44,97,115,40,101,41,41,46,114,101,112,108,97,99,101,40,34,37,123,102,125,34,44,110,41,41,59,114,101,116,117,114,110,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,85,84,70,45,56,44,34,46,99,111,110,99,97,116,40,114,41,125,44,104,100,61,104,99,40,123,97,108,116,58,99,99,40,95,111,41,44,98,108,97,110,107,58,99,99,40,118,111,44,33,49,41,44,98,108,97,110,107,67,111,108,111,114,58,99,99,40,95,111,44,34,116,114,97,110,115,112,97,114,101,110,116,34,41,44,98,108,111,99,107,58,99,99,40,118,111,44,33,49,41,44,99,101,110,116,101,114,58,99,99,40,118,111,44,33,49,41,44,102,108,117,105,100,58,99,99,40,118,111,44,33,49,41,44,102,108,117,105,100,71,114,111,119,58,99,99,40,118,111,44,33,49,41,44,104,101,105,103,104,116,58,99,99,40,65,111,41,44,108,101,102,116,58,99,99,40,118,111,44,33,49,41,44,114,105,103,104,116,58,99,99,40,118,111,44,33,49,41,44,114,111,117,110,100,101,100,58,99,99,40,84,111,44,33,49,41,44,115,105,122,101,115,58,99,99,40,107,111,41,44,115,114,99,58,99,99,40,95,111,41,44,115,114,99,115,101,116,58,99,99,40,107,111,41,44,116,104,117,109,98,110,97,105,108,58,99,99,40,118,111,44,33,49,41,44,119,105,100,116,104,58,99,99,40,65,111,41,125,44,113,110,41,44,100,100,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,113,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,104,100,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,101,46,112,114,111,112,115,44,105,61,101,46,100,97,116,97,44,111,61,114,46,97,108,116,44,97,61,114,46,115,114,99,44,115,61,114,46,98,108,111,99,107,44,99,61,114,46,102,108,117,105,100,71,114,111,119,44,117,61,114,46,114,111,117,110,100,101,100,44,108,61,90,97,40,114,46,119,105,100,116,104,41,124,124,110,117,108,108,44,102,61,90,97,40,114,46,104,101,105,103,104,116,41,124,124,110,117,108,108,44,104,61,110,117,108,108,44,100,61,71,97,40,114,46,115,114,99,115,101,116,41,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,44,34,41,44,112,61,71,97,40,114,46,115,105,122,101,115,41,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,44,34,41,59,114,101,116,117,114,110,32,114,46,98,108,97,110,107,38,38,40,33,102,38,38,108,63,102,61,108,58,33,108,38,38,102,38,38,40,108,61,102,41,44,108,124,124,102,124,124,40,108,61,49,44,102,61,49,41,44,97,61,102,100,40,108,44,102,44,114,46,98,108,97,110,107,67,111,108,111,114,124,124,34,116,114,97,110,115,112,97,114,101,110,116,34,41,44,100,61,110,117,108,108,44,112,61,110,117,108,108,41,44,114,46,108,101,102,116,63,104,61,34,102,108,111,97,116,45,108,101,102,116,34,58,114,46,114,105,103,104,116,63,104,61,34,102,108,111,97,116,45,114,105,103,104,116,34,58,114,46,99,101,110,116,101,114,38,38,40,104,61,34,109,120,45,97,117,116,111,34,44,115,61,33,48,41,44,116,40,34,105,109,103,34,44,73,101,40,105,44,123,97,116,116,114,115,58,123,115,114,99,58,97,44,97,108,116,58,111,44,119,105,100,116,104,58,108,63,97,115,40,108,41,58,110,117,108,108,44,104,101,105,103,104,116,58,102,63,97,115,40,102,41,58,110,117,108,108,44,115,114,99,115,101,116,58,100,124,124,110,117,108,108,44,115,105,122,101,115,58,112,124,124,110,117,108,108,125,44,99,108,97,115,115,58,40,110,61,123,34,105,109,103,45,116,104,117,109,98,110,97,105,108,34,58,114,46,116,104,117,109,98,110,97,105,108,44,34,105,109,103,45,102,108,117,105,100,34,58,114,46,102,108,117,105,100,124,124,99,44,34,119,45,49,48,48,34,58,99,44,114,111,117,110,100,101,100,58,34,34,61,61,61,117,124,124,33,48,61,61,61,117,125,44,117,100,40,110,44,34,114,111,117,110,100,101,100,45,34,46,99,111,110,99,97,116,40,117,41,44,79,116,40,117,41,38,38,34,34,33,61,61,117,41,44,117,100,40,110,44,104,44,104,41,44,117,100,40,110,44,34,100,45,98,108,111,99,107,34,44,115,41,44,110,41,125,41,41,125,125,41,59,102,117,110,99,116,105,111,110,32,112,100,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,118,100,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,112,100,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,103,100,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,112,100,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,103,100,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,109,100,61,104,99,40,75,116,40,118,100,40,118,100,40,123,125,44,113,116,40,104,100,44,91,34,115,114,99,34,44,34,97,108,116,34,44,34,119,105,100,116,104,34,44,34,104,101,105,103,104,116,34,44,34,108,101,102,116,34,44,34,114,105,103,104,116,34,93,41,41,44,123,125,44,123,98,111,116,116,111,109,58,99,99,40,118,111,44,33,49,41,44,101,110,100,58,99,99,40,118,111,44,33,49,41,44,115,116,97,114,116,58,99,99,40,118,111,44,33,49,41,44,116,111,112,58,99,99,40,118,111,44,33,49,41,125,41,41,44,101,110,41,44,98,100,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,101,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,109,100,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,110,46,115,114,99,44,111,61,110,46,97,108,116,44,97,61,110,46,119,105,100,116,104,44,115,61,110,46,104,101,105,103,104,116,44,99,61,34,99,97,114,100,45,105,109,103,34,59,114,101,116,117,114,110,32,110,46,116,111,112,63,99,43,61,34,45,116,111,112,34,58,110,46,114,105,103,104,116,124,124,110,46,101,110,100,63,99,43,61,34,45,114,105,103,104,116,34,58,110,46,98,111,116,116,111,109,63,99,43,61,34,45,98,111,116,116,111,109,34,58,40,110,46,108,101,102,116,124,124,110,46,115,116,97,114,116,41,38,38,40,99,43,61,34,45,108,101,102,116,34,41,44,116,40,34,105,109,103,34,44,73,101,40,114,44,123,99,108,97,115,115,58,99,44,97,116,116,114,115,58,123,115,114,99,58,105,44,97,108,116,58,111,44,119,105,100,116,104,58,97,44,104,101,105,103,104,116,58,115,125,125,41,41,125,125,41,59,102,117,110,99,116,105,111,110,32,121,100,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,119,100,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,121,100,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,95,100,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,121,100,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,95,100,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,120,100,61,117,99,40,109,100,44,111,99,46,98,105,110,100,40,110,117,108,108,44,34,105,109,103,34,41,41,59,120,100,46,105,109,103,83,114,99,46,114,101,113,117,105,114,101,100,61,33,49,59,118,97,114,32,79,100,61,104,99,40,75,116,40,119,100,40,119,100,40,119,100,40,119,100,40,119,100,40,119,100,40,123,125,44,90,104,41,44,110,100,41,44,115,100,41,44,120,100,41,44,72,104,41,44,123,125,44,123,97,108,105,103,110,58,99,99,40,95,111,41,44,110,111,66,111,100,121,58,99,99,40,118,111,44,33,49,41,125,41,41,44,88,101,41,44,83,100,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,88,101,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,79,100,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,101,46,112,114,111,112,115,44,105,61,101,46,100,97,116,97,44,111,61,101,46,115,108,111,116,115,44,97,61,101,46,115,99,111,112,101,100,83,108,111,116,115,44,115,61,114,46,105,109,103,83,114,99,44,99,61,114,46,105,109,103,76,101,102,116,44,117,61,114,46,105,109,103,82,105,103,104,116,44,108,61,114,46,105,109,103,83,116,97,114,116,44,102,61,114,46,105,109,103,69,110,100,44,104,61,114,46,105,109,103,66,111,116,116,111,109,44,100,61,114,46,104,101,97,100,101,114,44,112,61,114,46,104,101,97,100,101,114,72,116,109,108,44,118,61,114,46,102,111,111,116,101,114,44,103,61,114,46,102,111,111,116,101,114,72,116,109,108,44,109,61,114,46,97,108,105,103,110,44,98,61,114,46,116,101,120,116,86,97,114,105,97,110,116,44,121,61,114,46,98,103,86,97,114,105,97,110,116,44,119,61,114,46,98,111,114,100,101,114,86,97,114,105,97,110,116,44,95,61,97,124,124,123,125,44,120,61,111,40,41,44,79,61,123,125,44,83,61,116,40,41,44,107,61,116,40,41,59,105,102,40,115,41,123,118,97,114,32,67,61,116,40,98,100,44,123,112,114,111,112,115,58,108,99,40,120,100,44,114,44,97,99,46,98,105,110,100,40,110,117,108,108,44,34,105,109,103,34,41,41,125,41,59,104,63,107,61,67,58,83,61,67,125,118,97,114,32,80,61,116,40,41,44,84,61,109,99,40,116,97,44,95,44,120,41,59,40,84,124,124,100,124,124,112,41,38,38,40,80,61,116,40,114,100,44,123,112,114,111,112,115,58,108,99,40,110,100,44,114,41,44,100,111,109,80,114,111,112,115,58,84,63,123,125,58,107,102,40,112,44,100,41,125,44,98,99,40,116,97,44,79,44,95,44,120,41,41,41,59,118,97,114,32,106,61,98,99,40,72,111,44,79,44,95,44,120,41,59,114,46,110,111,66,111,100,121,124,124,40,106,61,116,40,74,104,44,123,112,114,111,112,115,58,108,99,40,90,104,44,114,41,125,44,106,41,44,114,46,111,118,101,114,108,97,121,38,38,115,38,38,40,106,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,111,115,105,116,105,111,110,45,114,101,108,97,116,105,118,101,34,125,44,91,83,44,106,44,107,93,41,44,83,61,116,40,41,44,107,61,116,40,41,41,41,59,118,97,114,32,69,61,116,40,41,44,65,61,109,99,40,81,111,44,95,44,120,41,59,114,101,116,117,114,110,40,65,124,124,118,124,124,103,41,38,38,40,69,61,116,40,99,100,44,123,112,114,111,112,115,58,108,99,40,115,100,44,114,41,44,100,111,109,80,114,111,112,115,58,84,63,123,125,58,107,102,40,103,44,118,41,125,44,98,99,40,81,111,44,79,44,95,44,120,41,41,41,44,116,40,114,46,116,97,103,44,73,101,40,105,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,100,34,44,99,108,97,115,115,58,40,110,61,123,34,102,108,101,120,45,114,111,119,34,58,99,124,124,108,44,34,102,108,101,120,45,114,111,119,45,114,101,118,101,114,115,101,34,58,40,117,124,124,102,41,38,38,33,40,99,124,124,108,41,125,44,95,100,40,110,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,109,41,44,109,41,44,95,100,40,110,44,34,98,103,45,34,46,99,111,110,99,97,116,40,121,41,44,121,41,44,95,100,40,110,44,34,98,111,114,100,101,114,45,34,46,99,111,110,99,97,116,40,119,41,44,119,41,44,95,100,40,110,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,98,41,44,98,41,44,110,41,125,41,44,91,83,44,80,44,106,44,69,44,107,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,107,100,40,116,44,101,41,123,105,102,40,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,101,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,110,111,116,32,99,97,108,108,32,97,32,99,108,97,115,115,32,97,115,32,97,32,102,117,110,99,116,105,111,110,34,41,125,102,117,110,99,116,105,111,110,32,67,100,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,101,46,108,101,110,103,116,104,59,110,43,43,41,123,118,97,114,32,114,61,101,91,110,93,59,114,46,101,110,117,109,101,114,97,98,108,101,61,114,46,101,110,117,109,101,114,97,98,108,101,124,124,33,49,44,114,46,99,111,110,102,105,103,117,114,97,98,108,101,61,33,48,44,34,118,97,108,117,101,34,105,110,32,114,38,38,40,114,46,119,114,105,116,97,98,108,101,61,33,48,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,114,46,107,101,121,44,114,41,125,125,102,117,110,99,116,105,111,110,32,80,100,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,38,38,67,100,40,116,46,112,114,111,116,111,116,121,112,101,44,101,41,44,110,38,38,67,100,40,116,44,110,41,44,116,125,118,97,114,32,84,100,44,106,100,61,34,95,95,98,118,95,95,118,105,115,105,98,105,108,105,116,121,95,111,98,115,101,114,118,101,114,34,44,69,100,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,101,44,110,44,114,41,123,107,100,40,116,104,105,115,44,116,41,44,116,104,105,115,46,101,108,61,101,44,116,104,105,115,46,99,97,108,108,98,97,99,107,61,110,46,99,97,108,108,98,97,99,107,44,116,104,105,115,46,109,97,114,103,105,110,61,110,46,109,97,114,103,105,110,124,124,48,44,116,104,105,115,46,111,110,99,101,61,110,46,111,110,99,101,124,124,33,49,44,116,104,105,115,46,111,98,115,101,114,118,101,114,61,110,117,108,108,44,116,104,105,115,46,118,105,115,105,98,108,101,61,118,111,105,100,32,48,44,116,104,105,115,46,100,111,110,101,79,110,99,101,61,33,49,44,116,104,105,115,46,99,114,101,97,116,101,79,98,115,101,114,118,101,114,40,114,41,125,114,101,116,117,114,110,32,80,100,40,116,44,91,123,107,101,121,58,34,99,114,101,97,116,101,79,98,115,101,114,118,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,105,102,40,116,104,105,115,46,111,98,115,101,114,118,101,114,38,38,116,104,105,115,46,115,116,111,112,40,41,44,33,116,104,105,115,46,100,111,110,101,79,110,99,101,38,38,95,116,40,116,104,105,115,46,99,97,108,108,98,97,99,107,41,41,123,116,114,121,123,116,104,105,115,46,111,98,115,101,114,118,101,114,61,110,101,119,32,73,110,116,101,114,115,101,99,116,105,111,110,79,98,115,101,114,118,101,114,40,116,104,105,115,46,104,97,110,100,108,101,114,46,98,105,110,100,40,116,104,105,115,41,44,123,114,111,111,116,58,110,117,108,108,44,114,111,111,116,77,97,114,103,105,110,58,116,104,105,115,46,109,97,114,103,105,110,44,116,104,114,101,115,104,111,108,100,58,48,125,41,125,99,97,116,99,104,40,110,41,123,114,101,116,117,114,110,32,116,104,105,115,46,100,111,110,101,79,110,99,101,61,33,48,44,116,104,105,115,46,111,98,115,101,114,118,101,114,61,118,111,105,100,32,48,44,118,111,105,100,32,116,104,105,115,46,99,97,108,108,98,97,99,107,40,110,117,108,108,41,125,116,46,99,111,110,116,101,120,116,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,111,98,115,101,114,118,101,114,38,38,101,46,111,98,115,101,114,118,101,114,46,111,98,115,101,114,118,101,40,101,46,101,108,41,125,41,41,125,41,41,125,125,125,44,123,107,101,121,58,34,104,97,110,100,108,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,63,116,91,48,93,58,123,125,44,110,61,66,111,111,108,101,97,110,40,101,46,105,115,73,110,116,101,114,115,101,99,116,105,110,103,124,124,101,46,105,110,116,101,114,115,101,99,116,105,111,110,82,97,116,105,111,62,48,41,59,110,33,61,61,116,104,105,115,46,118,105,115,105,98,108,101,38,38,40,116,104,105,115,46,118,105,115,105,98,108,101,61,110,44,116,104,105,115,46,99,97,108,108,98,97,99,107,40,110,41,44,116,104,105,115,46,111,110,99,101,38,38,116,104,105,115,46,118,105,115,105,98,108,101,38,38,40,116,104,105,115,46,100,111,110,101,79,110,99,101,61,33,48,44,116,104,105,115,46,115,116,111,112,40,41,41,41,125,125,44,123,107,101,121,58,34,115,116,111,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,111,98,115,101,114,118,101,114,38,38,116,104,105,115,46,111,98,115,101,114,118,101,114,46,100,105,115,99,111,110,110,101,99,116,40,41,44,116,104,105,115,46,111,98,115,101,114,118,101,114,61,110,117,108,108,125,125,93,41,44,116,125,40,41,44,65,100,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,91,106,100,93,59,101,38,38,101,46,115,116,111,112,38,38,101,46,115,116,111,112,40,41,44,100,101,108,101,116,101,32,116,91,106,100,93,125,44,68,100,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,101,46,118,97,108,117,101,44,105,61,101,46,109,111,100,105,102,105,101,114,115,44,111,61,123,109,97,114,103,105,110,58,34,48,112,120,34,44,111,110,99,101,58,33,49,44,99,97,108,108,98,97,99,107,58,114,125,59,86,116,40,105,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,83,46,116,101,115,116,40,116,41,63,111,46,109,97,114,103,105,110,61,34,34,46,99,111,110,99,97,116,40,116,44,34,112,120,34,41,58,34,111,110,99,101,34,61,61,61,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,38,38,40,111,46,111,110,99,101,61,33,48,41,125,41,41,44,65,100,40,116,41,44,116,91,106,100,93,61,110,101,119,32,69,100,40,116,44,111,44,110,41,44,116,91,106,100,93,46,95,112,114,101,118,77,111,100,105,102,105,101,114,115,61,87,116,40,105,41,125,44,76,100,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,101,46,118,97,108,117,101,44,105,61,101,46,111,108,100,86,97,108,117,101,44,111,61,101,46,109,111,100,105,102,105,101,114,115,59,111,61,87,116,40,111,41,44,33,116,124,124,114,61,61,61,105,38,38,116,91,106,100,93,38,38,119,108,40,111,44,116,91,106,100,93,46,95,112,114,101,118,77,111,100,105,102,105,101,114,115,41,124,124,68,100,40,116,44,123,118,97,108,117,101,58,114,44,109,111,100,105,102,105,101,114,115,58,111,125,44,110,41,125,44,77,100,61,102,117,110,99,116,105,111,110,40,116,41,123,65,100,40,116,41,125,44,73,100,61,123,98,105,110,100,58,68,100,44,99,111,109,112,111,110,101,110,116,85,112,100,97,116,101,100,58,76,100,44,117,110,98,105,110,100,58,77,100,125,59,102,117,110,99,116,105,111,110,32,36,100,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,70,100,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,36,100,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,66,100,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,36,100,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,66,100,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,82,100,61,34,115,104,111,119,34,44,78,100,61,115,111,43,82,100,44,122,100,61,71,116,40,104,100,44,91,34,98,108,97,110,107,34,93,41,44,86,100,61,104,99,40,70,100,40,70,100,40,123,125,44,122,100,41,44,123,125,44,66,100,40,123,98,108,97,110,107,67,111,108,111,114,58,99,99,40,95,111,44,34,116,114,97,110,115,112,97,114,101,110,116,34,41,44,98,108,97,110,107,72,101,105,103,104,116,58,99,99,40,65,111,41,44,98,108,97,110,107,83,114,99,58,99,99,40,95,111,44,110,117,108,108,41,44,98,108,97,110,107,87,105,100,116,104,58,99,99,40,65,111,41,44,111,102,102,115,101,116,58,99,99,40,65,111,44,51,54,48,41,125,44,82,100,44,99,99,40,118,111,44,33,49,41,41,41,44,71,110,41,44,72,100,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,71,110,44,100,105,114,101,99,116,105,118,101,115,58,123,34,98,45,118,105,115,105,98,108,101,34,58,73,100,125,44,112,114,111,112,115,58,86,100,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,105,115,83,104,111,119,110,58,116,104,105,115,91,82,100,93,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,83,114,99,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,98,108,97,110,107,83,114,99,59,114,101,116,117,114,110,33,116,124,124,116,104,105,115,46,105,115,83,104,111,119,110,63,116,104,105,115,46,115,114,99,58,116,125,44,99,111,109,112,117,116,101,100,66,108,97,110,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,40,116,104,105,115,46,105,115,83,104,111,119,110,124,124,116,104,105,115,46,98,108,97,110,107,83,114,99,41,125,44,99,111,109,112,117,116,101,100,87,105,100,116,104,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,119,105,100,116,104,59,114,101,116,117,114,110,32,116,104,105,115,46,105,115,83,104,111,119,110,63,116,58,116,104,105,115,46,98,108,97,110,107,87,105,100,116,104,124,124,116,125,44,99,111,109,112,117,116,101,100,72,101,105,103,104,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,104,101,105,103,104,116,59,114,101,116,117,114,110,32,116,104,105,115,46,105,115,83,104,111,119,110,63,116,58,116,104,105,115,46,98,108,97,110,107,72,101,105,103,104,116,124,124,116,125,44,99,111,109,112,117,116,101,100,83,114,99,115,101,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,71,97,40,116,104,105,115,46,115,114,99,115,101,116,41,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,44,34,41,59,114,101,116,117,114,110,33,116,104,105,115,46,98,108,97,110,107,83,114,99,124,124,116,104,105,115,46,105,115,83,104,111,119,110,63,116,58,110,117,108,108,125,44,99,111,109,112,117,116,101,100,83,105,122,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,71,97,40,116,104,105,115,46,115,105,122,101,115,41,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,44,34,41,59,114,101,116,117,114,110,33,116,104,105,115,46,98,108,97,110,107,83,114,99,124,124,116,104,105,115,46,105,115,83,104,111,119,110,63,116,58,110,117,108,108,125,125,44,119,97,116,99,104,58,40,84,100,61,123,125,44,66,100,40,84,100,44,82,100,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,33,61,61,101,41,123,118,97,114,32,110,61,33,98,124,124,116,59,116,104,105,115,46,105,115,83,104,111,119,110,61,110,44,110,33,61,61,116,38,38,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,116,104,105,115,46,117,112,100,97,116,101,83,104,111,119,80,114,111,112,41,125,125,41,41,44,66,100,40,84,100,44,34,105,115,83,104,111,119,110,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,116,104,105,115,46,117,112,100,97,116,101,83,104,111,119,80,114,111,112,40,41,125,41,41,44,84,100,41,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,83,104,111,119,110,61,33,98,124,124,116,104,105,115,91,82,100,93,125,44,109,101,116,104,111,100,115,58,123,117,112,100,97,116,101,83,104,111,119,80,114,111,112,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,101,109,105,116,40,78,100,44,116,104,105,115,46,105,115,83,104,111,119,110,41,125,44,100,111,83,104,111,119,58,102,117,110,99,116,105,111,110,40,116,41,123,33,116,38,38,110,117,108,108,33,61,61,116,124,124,116,104,105,115,46,105,115,83,104,111,119,110,124,124,40,116,104,105,115,46,105,115,83,104,111,119,110,61,33,48,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,91,93,59,116,104,105,115,46,105,115,83,104,111,119,110,124,124,110,46,112,117,115,104,40,123,110,97,109,101,58,34,98,45,118,105,115,105,98,108,101,34,44,118,97,108,117,101,58,116,104,105,115,46,100,111,83,104,111,119,44,109,111,100,105,102,105,101,114,115,58,40,101,61,123,125,44,66,100,40,101,44,34,34,46,99,111,110,99,97,116,40,90,97,40,116,104,105,115,46,111,102,102,115,101,116,44,48,41,41,44,33,48,41,44,66,100,40,101,44,34,111,110,99,101,34,44,33,48,41,44,101,41,125,41,59,114,101,116,117,114,110,32,116,40,100,100,44,123,100,105,114,101,99,116,105,118,101,115,58,110,44,112,114,111,112,115,58,70,100,40,123,115,114,99,58,116,104,105,115,46,99,111,109,112,117,116,101,100,83,114,99,44,98,108,97,110,107,58,116,104,105,115,46,99,111,109,112,117,116,101,100,66,108,97,110,107,44,119,105,100,116,104,58,116,104,105,115,46,99,111,109,112,117,116,101,100,87,105,100,116,104,44,104,101,105,103,104,116,58,116,104,105,115,46,99,111,109,112,117,116,101,100,72,101,105,103,104,116,44,115,114,99,115,101,116,58,116,104,105,115,46,99,111,109,112,117,116,101,100,83,114,99,115,101,116,124,124,110,117,108,108,44,115,105,122,101,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,83,105,122,101,115,124,124,110,117,108,108,125,44,108,99,40,122,100,44,116,104,105,115,46,36,112,114,111,112,115,41,41,125,41,125,125,41,59,102,117,110,99,116,105,111,110,32,85,100,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,87,100,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,85,100,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,113,100,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,85,100,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,113,100,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,71,100,61,104,99,40,75,116,40,87,100,40,87,100,40,123,125,44,71,116,40,86,100,44,86,116,40,104,100,41,41,41,44,71,116,40,109,100,44,91,34,115,114,99,34,44,34,97,108,116,34,44,34,119,105,100,116,104,34,44,34,104,101,105,103,104,116,34,93,41,41,41,44,110,110,41,44,89,100,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,110,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,71,100,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,34,99,97,114,100,45,105,109,103,34,59,114,101,116,117,114,110,32,110,46,116,111,112,63,105,43,61,34,45,116,111,112,34,58,110,46,114,105,103,104,116,124,124,110,46,101,110,100,63,105,43,61,34,45,114,105,103,104,116,34,58,110,46,98,111,116,116,111,109,63,105,43,61,34,45,98,111,116,116,111,109,34,58,40,110,46,108,101,102,116,124,124,110,46,115,116,97,114,116,41,38,38,40,105,43,61,34,45,108,101,102,116,34,41,44,116,40,72,100,44,73,101,40,114,44,123,99,108,97,115,115,58,91,105,93,44,112,114,111,112,115,58,71,116,40,110,44,91,34,108,101,102,116,34,44,34,114,105,103,104,116,34,93,41,125,41,41,125,125,41,44,75,100,61,104,99,40,123,116,101,120,116,84,97,103,58,99,99,40,95,111,44,34,112,34,41,125,44,111,110,41,44,88,100,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,111,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,75,100,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,116,40,110,46,116,101,120,116,84,97,103,44,73,101,40,114,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,100,45,116,101,120,116,34,125,41,44,105,41,125,125,41,44,90,100,61,104,99,40,123,99,111,108,117,109,110,115,58,99,99,40,118,111,44,33,49,41,44,100,101,99,107,58,99,99,40,118,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,125,44,81,101,41,44,74,100,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,81,101,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,90,100,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,116,40,110,46,116,97,103,44,73,101,40,114,44,123,99,108,97,115,115,58,110,46,100,101,99,107,63,34,99,97,114,100,45,100,101,99,107,34,58,110,46,99,111,108,117,109,110,115,63,34,99,97,114,100,45,99,111,108,117,109,110,115,34,58,34,99,97,114,100,45,103,114,111,117,112,34,125,41,44,105,41,125,125,41,44,81,100,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,67,97,114,100,58,83,100,44,66,67,97,114,100,72,101,97,100,101,114,58,114,100,44,66,67,97,114,100,66,111,100,121,58,74,104,44,66,67,97,114,100,84,105,116,108,101,58,87,104,44,66,67,97,114,100,83,117,98,84,105,116,108,101,58,71,104,44,66,67,97,114,100,70,111,111,116,101,114,58,99,100,44,66,67,97,114,100,73,109,103,58,98,100,44,66,67,97,114,100,73,109,103,76,97,122,121,58,89,100,44,66,67,97,114,100,84,101,120,116,58,88,100,44,66,67,97,114,100,71,114,111,117,112,58,74,100,125,125,41,44,116,112,61,102,117,110,99,116,105,111,110,40,41,123,125,59,102,117,110,99,116,105,111,110,32,101,112,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,110,112,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,101,112,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,112,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,101,112,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,114,112,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,105,112,44,111,112,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,116,61,116,63,116,46,36,101,108,124,124,116,58,110,117,108,108,44,33,109,115,40,116,41,41,114,101,116,117,114,110,32,110,117,108,108,59,105,102,40,112,101,40,34,111,98,115,101,114,118,101,68,111,109,34,41,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,114,61,110,101,119,32,118,115,40,40,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,110,61,33,49,44,114,61,48,59,114,60,116,46,108,101,110,103,116,104,38,38,33,110,59,114,43,43,41,123,118,97,114,32,105,61,116,91,114,93,44,111,61,105,46,116,121,112,101,44,97,61,105,46,116,97,114,103,101,116,59,40,34,99,104,97,114,97,99,116,101,114,68,97,116,97,34,61,61,61,111,38,38,97,46,110,111,100,101,84,121,112,101,61,61,61,78,111,100,101,46,84,69,88,84,95,78,79,68,69,124,124,34,97,116,116,114,105,98,117,116,101,115,34,61,61,61,111,124,124,34,99,104,105,108,100,76,105,115,116,34,61,61,61,111,38,38,40,105,46,97,100,100,101,100,78,111,100,101,115,46,108,101,110,103,116,104,62,48,124,124,105,46,114,101,109,111,118,101,100,78,111,100,101,115,46,108,101,110,103,116,104,62,48,41,41,38,38,40,110,61,33,48,41,125,110,38,38,101,40,41,125,41,41,59,114,101,116,117,114,110,32,114,46,111,98,115,101,114,118,101,40,116,44,110,112,40,123,99,104,105,108,100,76,105,115,116,58,33,48,44,115,117,98,116,114,101,101,58,33,48,125,44,110,41,41,44,114,125,59,102,117,110,99,116,105,111,110,32,97,112,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,115,112,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,97,112,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,99,112,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,97,112,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,99,112,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,117,112,61,103,99,40,34,118,97,108,117,101,34,44,123,116,121,112,101,58,98,111,44,100,101,102,97,117,108,116,86,97,108,117,101,58,48,125,41,44,108,112,61,117,112,46,109,105,120,105,110,44,102,112,61,117,112,46,112,114,111,112,115,44,104,112,61,117,112,46,112,114,111,112,44,100,112,61,117,112,46,101,118,101,110,116,44,112,112,61,123,110,101,120,116,58,123,100,105,114,67,108,97,115,115,58,34,99,97,114,111,117,115,101,108,45,105,116,101,109,45,108,101,102,116,34,44,111,118,101,114,108,97,121,67,108,97,115,115,58,34,99,97,114,111,117,115,101,108,45,105,116,101,109,45,110,101,120,116,34,125,44,112,114,101,118,58,123,100,105,114,67,108,97,115,115,58,34,99,97,114,111,117,115,101,108,45,105,116,101,109,45,114,105,103,104,116,34,44,111,118,101,114,108,97,121,67,108,97,115,115,58,34,99,97,114,111,117,115,101,108,45,105,116,101,109,45,112,114,101,118,34,125,125,44,118,112,61,54,53,48,44,103,112,61,53,48,48,44,109,112,61,52,48,44,98,112,61,123,84,79,85,67,72,58,34,116,111,117,99,104,34,44,80,69,78,58,34,112,101,110,34,125,44,121,112,61,123,87,101,98,107,105,116,84,114,97,110,115,105,116,105,111,110,58,34,119,101,98,107,105,116,84,114,97,110,115,105,116,105,111,110,69,110,100,34,44,77,111,122,84,114,97,110,115,105,116,105,111,110,58,34,116,114,97,110,115,105,116,105,111,110,101,110,100,34,44,79,84,114,97,110,115,105,116,105,111,110,58,34,111,116,114,97,110,115,105,116,105,111,110,101,110,100,32,111,84,114,97,110,115,105,116,105,111,110,69,110,100,34,44,116,114,97,110,115,105,116,105,111,110,58,34,116,114,97,110,115,105,116,105,111,110,101,110,100,34,125,44,119,112,61,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,32,105,110,32,121,112,41,105,102,40,33,98,116,40,116,46,115,116,121,108,101,91,101,93,41,41,114,101,116,117,114,110,32,121,112,91,101,93,59,114,101,116,117,114,110,32,110,117,108,108,125,44,95,112,61,104,99,40,75,116,40,115,112,40,115,112,40,115,112,40,123,125,44,69,104,41,44,102,112,41,44,123,125,44,123,98,97,99,107,103,114,111,117,110,100,58,99,99,40,95,111,41,44,99,111,110,116,114,111,108,115,58,99,99,40,118,111,44,33,49,41,44,102,97,100,101,58,99,99,40,118,111,44,33,49,41,44,105,109,103,72,101,105,103,104,116,58,99,99,40,65,111,41,44,105,109,103,87,105,100,116,104,58,99,99,40,65,111,41,44,105,110,100,105,99,97,116,111,114,115,58,99,99,40,118,111,44,33,49,41,44,105,110,116,101,114,118,97,108,58,99,99,40,98,111,44,53,101,51,41,44,108,97,98,101,108,71,111,116,111,83,108,105,100,101,58,99,99,40,95,111,44,34,71,111,116,111,32,115,108,105,100,101,34,41,44,108,97,98,101,108,73,110,100,105,99,97,116,111,114,115,58,99,99,40,95,111,44,34,83,101,108,101,99,116,32,97,32,115,108,105,100,101,32,116,111,32,100,105,115,112,108,97,121,34,41,44,108,97,98,101,108,78,101,120,116,58,99,99,40,95,111,44,34,78,101,120,116,32,115,108,105,100,101,34,41,44,108,97,98,101,108,80,114,101,118,58,99,99,40,95,111,44,34,80,114,101,118,105,111,117,115,32,115,108,105,100,101,34,41,44,110,111,65,110,105,109,97,116,105,111,110,58,99,99,40,118,111,44,33,49,41,44,110,111,72,111,118,101,114,80,97,117,115,101,58,99,99,40,118,111,44,33,49,41,44,110,111,84,111,117,99,104,58,99,99,40,118,111,44,33,49,41,44,110,111,87,114,97,112,58,99,99,40,118,111,44,33,49,41,125,41,41,44,115,110,41,44,120,112,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,115,110,44,109,105,120,105,110,115,58,91,65,104,44,108,112,44,121,99,93,44,112,114,111,118,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,98,118,67,97,114,111,117,115,101,108,58,116,104,105,115,125,125,44,112,114,111,112,115,58,95,112,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,105,110,100,101,120,58,116,104,105,115,91,104,112,93,124,124,48,44,105,115,83,108,105,100,105,110,103,58,33,49,44,116,114,97,110,115,105,116,105,111,110,69,110,100,69,118,101,110,116,58,110,117,108,108,44,115,108,105,100,101,115,58,91,93,44,100,105,114,101,99,116,105,111,110,58,110,117,108,108,44,105,115,80,97,117,115,101,100,58,33,40,90,97,40,116,104,105,115,46,105,110,116,101,114,118,97,108,44,48,41,62,48,41,44,116,111,117,99,104,83,116,97,114,116,88,58,48,44,116,111,117,99,104,68,101,108,116,97,88,58,48,125,125,44,99,111,109,112,117,116,101,100,58,123,110,117,109,83,108,105,100,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,108,105,100,101,115,46,108,101,110,103,116,104,125,125,44,119,97,116,99,104,58,40,105,112,61,123,125,44,99,112,40,105,112,44,104,112,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,116,104,105,115,46,115,101,116,83,108,105,100,101,40,90,97,40,116,44,48,41,41,125,41,41,44,99,112,40,105,112,44,34,105,110,116,101,114,118,97,108,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,40,116,63,40,116,104,105,115,46,112,97,117,115,101,40,33,48,41,44,116,104,105,115,46,115,116,97,114,116,40,33,49,41,41,58,116,104,105,115,46,112,97,117,115,101,40,33,49,41,41,125,41,41,44,99,112,40,105,112,44,34,105,115,80,97,117,115,101,100,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,116,104,105,115,46,36,101,109,105,116,40,116,63,70,105,58,114,111,41,125,41,41,44,99,112,40,105,112,44,34,105,110,100,101,120,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,61,61,61,101,124,124,116,104,105,115,46,105,115,83,108,105,100,105,110,103,124,124,116,104,105,115,46,100,111,83,108,105,100,101,40,116,44,101,41,125,41,41,44,105,112,41,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,105,110,116,101,114,118,97,108,61,110,117,108,108,44,116,104,105,115,46,36,95,97,110,105,109,97,116,105,111,110,84,105,109,101,111,117,116,61,110,117,108,108,44,116,104,105,115,46,36,95,116,111,117,99,104,84,105,109,101,111,117,116,61,110,117,108,108,44,116,104,105,115,46,36,95,111,98,115,101,114,118,101,114,61,110,117,108,108,44,116,104,105,115,46,105,115,80,97,117,115,101,100,61,33,40,90,97,40,116,104,105,115,46,105,110,116,101,114,118,97,108,44,48,41,62,48,41,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,69,110,100,69,118,101,110,116,61,119,112,40,116,104,105,115,46,36,101,108,41,124,124,110,117,108,108,44,116,104,105,115,46,117,112,100,97,116,101,83,108,105,100,101,115,40,41,44,116,104,105,115,46,115,101,116,79,98,115,101,114,118,101,114,40,33,48,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,108,101,97,114,73,110,116,101,114,118,97,108,40,41,44,116,104,105,115,46,99,108,101,97,114,65,110,105,109,97,116,105,111,110,84,105,109,101,111,117,116,40,41,44,116,104,105,115,46,99,108,101,97,114,84,111,117,99,104,84,105,109,101,111,117,116,40,41,44,116,104,105,115,46,115,101,116,79,98,115,101,114,118,101,114,40,33,49,41,125,44,109,101,116,104,111,100,115,58,123,99,108,101,97,114,73,110,116,101,114,118,97,108,58,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,114,101,116,117,114,110,32,101,46,116,111,83,116,114,105,110,103,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,116,111,83,116,114,105,110,103,40,41,125,44,101,125,40,40,102,117,110,99,116,105,111,110,40,41,123,99,108,101,97,114,73,110,116,101,114,118,97,108,40,116,104,105,115,46,36,95,105,110,116,101,114,118,97,108,41,44,116,104,105,115,46,36,95,105,110,116,101,114,118,97,108,61,110,117,108,108,125,41,41,44,99,108,101,97,114,65,110,105,109,97,116,105,111,110,84,105,109,101,111,117,116,58,102,117,110,99,116,105,111,110,40,41,123,99,108,101,97,114,84,105,109,101,111,117,116,40,116,104,105,115,46,36,95,97,110,105,109,97,116,105,111,110,84,105,109,101,111,117,116,41,44,116,104,105,115,46,36,95,97,110,105,109,97,116,105,111,110,84,105,109,101,111,117,116,61,110,117,108,108,125,44,99,108,101,97,114,84,111,117,99,104,84,105,109,101,111,117,116,58,102,117,110,99,116,105,111,110,40,41,123,99,108,101,97,114,84,105,109,101,111,117,116,40,116,104,105,115,46,36,95,116,111,117,99,104,84,105,109,101,111,117,116,41,44,116,104,105,115,46,36,95,116,111,117,99,104,84,105,109,101,111,117,116,61,110,117,108,108,125,44,115,101,116,79,98,115,101,114,118,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,38,38,97,114,103,117,109,101,110,116,115,91,48,93,59,116,104,105,115,46,36,95,111,98,115,101,114,118,101,114,38,38,116,104,105,115,46,36,95,111,98,115,101,114,118,101,114,46,100,105,115,99,111,110,110,101,99,116,40,41,44,116,104,105,115,46,36,95,111,98,115,101,114,118,101,114,61,110,117,108,108,44,116,38,38,40,116,104,105,115,46,36,95,111,98,115,101,114,118,101,114,61,111,112,40,116,104,105,115,46,36,114,101,102,115,46,105,110,110,101,114,44,116,104,105,115,46,117,112,100,97,116,101,83,108,105,100,101,115,46,98,105,110,100,40,116,104,105,115,41,44,123,115,117,98,116,114,101,101,58,33,49,44,99,104,105,108,100,76,105,115,116,58,33,48,44,97,116,116,114,105,98,117,116,101,115,58,33,48,44,97,116,116,114,105,98,117,116,101,70,105,108,116,101,114,58,91,34,105,100,34,93,125,41,41,125,44,115,101,116,83,108,105,100,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,110,117,108,108,59,105,102,40,33,40,117,38,38,100,111,99,117,109,101,110,116,46,118,105,115,105,98,105,108,105,116,121,83,116,97,116,101,38,38,100,111,99,117,109,101,110,116,46,104,105,100,100,101,110,41,41,123,118,97,114,32,114,61,116,104,105,115,46,110,111,87,114,97,112,44,105,61,116,104,105,115,46,110,117,109,83,108,105,100,101,115,59,116,61,110,117,40,116,41,44,48,33,61,61,105,38,38,40,116,104,105,115,46,105,115,83,108,105,100,105,110,103,63,116,104,105,115,46,36,111,110,99,101,40,74,105,44,40,102,117,110,99,116,105,111,110,40,41,123,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,46,115,101,116,83,108,105,100,101,40,116,44,110,41,125,41,41,125,41,41,58,40,116,104,105,115,46,100,105,114,101,99,116,105,111,110,61,110,44,116,104,105,115,46,105,110,100,101,120,61,116,62,61,105,63,114,63,105,45,49,58,48,58,116,60,48,63,114,63,48,58,105,45,49,58,116,44,114,38,38,116,104,105,115,46,105,110,100,101,120,33,61,61,116,38,38,116,104,105,115,46,105,110,100,101,120,33,61,61,116,104,105,115,91,104,112,93,38,38,116,104,105,115,46,36,101,109,105,116,40,100,112,44,116,104,105,115,46,105,110,100,101,120,41,41,41,125,125,44,112,114,101,118,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,83,108,105,100,101,40,116,104,105,115,46,105,110,100,101,120,45,49,44,34,112,114,101,118,34,41,125,44,110,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,83,108,105,100,101,40,116,104,105,115,46,105,110,100,101,120,43,49,44,34,110,101,120,116,34,41,125,44,112,97,117,115,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,124,124,40,116,104,105,115,46,105,115,80,97,117,115,101,100,61,33,48,41,44,116,104,105,115,46,99,108,101,97,114,73,110,116,101,114,118,97,108,40,41,125,44,115,116,97,114,116,58,102,117,110,99,116,105,111,110,40,116,41,123,116,124,124,40,116,104,105,115,46,105,115,80,97,117,115,101,100,61,33,49,41,44,116,104,105,115,46,99,108,101,97,114,73,110,116,101,114,118,97,108,40,41,44,116,104,105,115,46,105,110,116,101,114,118,97,108,38,38,116,104,105,115,46,110,117,109,83,108,105,100,101,115,62,49,38,38,40,116,104,105,115,46,36,95,105,110,116,101,114,118,97,108,61,115,101,116,73,110,116,101,114,118,97,108,40,116,104,105,115,46,110,101,120,116,44,81,99,40,49,101,51,44,116,104,105,115,46,105,110,116,101,114,118,97,108,41,41,41,125,44,114,101,115,116,97,114,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,101,108,46,99,111,110,116,97,105,110,115,40,98,115,40,41,41,124,124,116,104,105,115,46,115,116,97,114,116,40,41,125,44,100,111,83,108,105,100,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,44,114,61,66,111,111,108,101,97,110,40,116,104,105,115,46,105,110,116,101,114,118,97,108,41,44,105,61,116,104,105,115,46,99,97,108,99,68,105,114,101,99,116,105,111,110,40,116,104,105,115,46,100,105,114,101,99,116,105,111,110,44,101,44,116,41,44,111,61,105,46,111,118,101,114,108,97,121,67,108,97,115,115,44,97,61,105,46,100,105,114,67,108,97,115,115,44,115,61,116,104,105,115,46,115,108,105,100,101,115,91,101,93,44,99,61,116,104,105,115,46,115,108,105,100,101,115,91,116,93,59,105,102,40,115,38,38,99,41,123,105,102,40,116,104,105,115,46,105,115,83,108,105,100,105,110,103,61,33,48,44,114,38,38,116,104,105,115,46,112,97,117,115,101,40,33,49,41,44,116,104,105,115,46,36,101,109,105,116,40,81,105,44,116,41,44,116,104,105,115,46,36,101,109,105,116,40,100,112,44,116,104,105,115,46,105,110,100,101,120,41,44,116,104,105,115,46,110,111,65,110,105,109,97,116,105,111,110,41,69,115,40,99,44,34,97,99,116,105,118,101,34,41,44,65,115,40,115,44,34,97,99,116,105,118,101,34,41,44,116,104,105,115,46,105,115,83,108,105,100,105,110,103,61,33,49,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,46,36,101,109,105,116,40,74,105,44,116,41,125,41,41,59,101,108,115,101,123,69,115,40,99,44,111,41,44,79,115,40,99,41,44,69,115,40,115,44,97,41,44,69,115,40,99,44,97,41,59,118,97,114,32,117,61,33,49,44,108,61,102,117,110,99,116,105,111,110,32,101,40,41,123,105,102,40,33,117,41,123,105,102,40,117,61,33,48,44,110,46,116,114,97,110,115,105,116,105,111,110,69,110,100,69,118,101,110,116,41,123,118,97,114,32,114,61,110,46,116,114,97,110,115,105,116,105,111,110,69,110,100,69,118,101,110,116,46,115,112,108,105,116,40,47,92,115,43,47,41,59,114,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,120,99,40,99,44,116,44,101,44,102,111,41,125,41,41,125,110,46,99,108,101,97,114,65,110,105,109,97,116,105,111,110,84,105,109,101,111,117,116,40,41,44,65,115,40,99,44,97,41,44,65,115,40,99,44,111,41,44,69,115,40,99,44,34,97,99,116,105,118,101,34,41,44,65,115,40,115,44,34,97,99,116,105,118,101,34,41,44,65,115,40,115,44,97,41,44,65,115,40,115,44,111,41,44,76,115,40,115,44,34,97,114,105,97,45,99,117,114,114,101,110,116,34,44,34,102,97,108,115,101,34,41,44,76,115,40,99,44,34,97,114,105,97,45,99,117,114,114,101,110,116,34,44,34,116,114,117,101,34,41,44,76,115,40,115,44,34,97,114,105,97,45,104,105,100,100,101,110,34,44,34,116,114,117,101,34,41,44,76,115,40,99,44,34,97,114,105,97,45,104,105,100,100,101,110,34,44,34,102,97,108,115,101,34,41,44,110,46,105,115,83,108,105,100,105,110,103,61,33,49,44,110,46,100,105,114,101,99,116,105,111,110,61,110,117,108,108,44,110,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,46,36,101,109,105,116,40,74,105,44,116,41,125,41,41,125,125,59,105,102,40,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,69,110,100,69,118,101,110,116,41,123,118,97,114,32,102,61,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,69,110,100,69,118,101,110,116,46,115,112,108,105,116,40,47,92,115,43,47,41,59,102,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,95,99,40,99,44,116,44,108,44,102,111,41,125,41,41,125,116,104,105,115,46,36,95,97,110,105,109,97,116,105,111,110,84,105,109,101,111,117,116,61,115,101,116,84,105,109,101,111,117,116,40,108,44,118,112,41,125,114,38,38,116,104,105,115,46,115,116,97,114,116,40,33,49,41,125,125,44,117,112,100,97,116,101,83,108,105,100,101,115,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,112,97,117,115,101,40,33,48,41,44,116,104,105,115,46,115,108,105,100,101,115,61,83,115,40,34,46,99,97,114,111,117,115,101,108,45,105,116,101,109,34,44,116,104,105,115,46,36,114,101,102,115,46,105,110,110,101,114,41,59,118,97,114,32,116,61,116,104,105,115,46,115,108,105,100,101,115,46,108,101,110,103,116,104,44,101,61,81,99,40,48,44,74,99,40,110,117,40,116,104,105,115,46,105,110,100,101,120,41,44,116,45,49,41,41,59,116,104,105,115,46,115,108,105,100,101,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,118,97,114,32,105,61,114,43,49,59,114,61,61,61,101,63,40,69,115,40,110,44,34,97,99,116,105,118,101,34,41,44,76,115,40,110,44,34,97,114,105,97,45,99,117,114,114,101,110,116,34,44,34,116,114,117,101,34,41,41,58,40,65,115,40,110,44,34,97,99,116,105,118,101,34,41,44,76,115,40,110,44,34,97,114,105,97,45,99,117,114,114,101,110,116,34,44,34,102,97,108,115,101,34,41,41,44,76,115,40,110,44,34,97,114,105,97,45,112,111,115,105,110,115,101,116,34,44,83,116,114,105,110,103,40,105,41,41,44,76,115,40,110,44,34,97,114,105,97,45,115,101,116,115,105,122,101,34,44,83,116,114,105,110,103,40,116,41,41,125,41,41,44,116,104,105,115,46,115,101,116,83,108,105,100,101,40,101,41,44,116,104,105,115,46,115,116,97,114,116,40,116,104,105,115,46,105,115,80,97,117,115,101,100,41,125,44,99,97,108,99,68,105,114,101,99,116,105,111,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,110,117,108,108,44,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,48,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,48,59,114,101,116,117,114,110,32,116,63,112,112,91,116,93,58,110,62,101,63,112,112,46,110,101,120,116,58,112,112,46,112,114,101,118,125,44,104,97,110,100,108,101,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,107,101,121,67,111,100,101,59,34,99,108,105,99,107,34,33,61,61,116,46,116,121,112,101,38,38,110,33,61,61,109,108,38,38,110,33,61,61,108,108,124,124,40,83,99,40,116,41,44,101,40,41,41,125,44,104,97,110,100,108,101,83,119,105,112,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,117,40,116,104,105,115,46,116,111,117,99,104,68,101,108,116,97,88,41,59,105,102,40,33,40,116,60,61,109,112,41,41,123,118,97,114,32,101,61,116,47,116,104,105,115,46,116,111,117,99,104,68,101,108,116,97,88,59,116,104,105,115,46,116,111,117,99,104,68,101,108,116,97,88,61,48,44,101,62,48,63,116,104,105,115,46,112,114,101,118,40,41,58,101,60,48,38,38,116,104,105,115,46,110,101,120,116,40,41,125,125,44,116,111,117,99,104,83,116,97,114,116,58,102,117,110,99,116,105,111,110,40,116,41,123,109,38,38,98,112,91,116,46,112,111,105,110,116,101,114,84,121,112,101,46,116,111,85,112,112,101,114,67,97,115,101,40,41,93,63,116,104,105,115,46,116,111,117,99,104,83,116,97,114,116,88,61,116,46,99,108,105,101,110,116,88,58,109,124,124,40,116,104,105,115,46,116,111,117,99,104,83,116,97,114,116,88,61,116,46,116,111,117,99,104,101,115,91,48,93,46,99,108,105,101,110,116,88,41,125,44,116,111,117,99,104,77,111,118,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,116,111,117,99,104,101,115,38,38,116,46,116,111,117,99,104,101,115,46,108,101,110,103,116,104,62,49,63,116,104,105,115,46,116,111,117,99,104,68,101,108,116,97,88,61,48,58,116,104,105,115,46,116,111,117,99,104,68,101,108,116,97,88,61,116,46,116,111,117,99,104,101,115,91,48,93,46,99,108,105,101,110,116,88,45,116,104,105,115,46,116,111,117,99,104,83,116,97,114,116,88,125,44,116,111,117,99,104,69,110,100,58,102,117,110,99,116,105,111,110,40,116,41,123,109,38,38,98,112,91,116,46,112,111,105,110,116,101,114,84,121,112,101,46,116,111,85,112,112,101,114,67,97,115,101,40,41,93,38,38,40,116,104,105,115,46,116,111,117,99,104,68,101,108,116,97,88,61,116,46,99,108,105,101,110,116,88,45,116,104,105,115,46,116,111,117,99,104,83,116,97,114,116,88,41,44,116,104,105,115,46,104,97,110,100,108,101,83,119,105,112,101,40,41,44,116,104,105,115,46,112,97,117,115,101,40,33,49,41,44,116,104,105,115,46,99,108,101,97,114,84,111,117,99,104,84,105,109,101,111,117,116,40,41,44,116,104,105,115,46,36,95,116,111,117,99,104,84,105,109,101,111,117,116,61,115,101,116,84,105,109,101,111,117,116,40,116,104,105,115,46,115,116,97,114,116,44,103,112,43,81,99,40,49,101,51,44,116,104,105,115,46,105,110,116,101,114,118,97,108,41,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,105,110,100,105,99,97,116,111,114,115,44,114,61,116,104,105,115,46,98,97,99,107,103,114,111,117,110,100,44,105,61,116,104,105,115,46,110,111,65,110,105,109,97,116,105,111,110,44,111,61,116,104,105,115,46,110,111,72,111,118,101,114,80,97,117,115,101,44,97,61,116,104,105,115,46,110,111,84,111,117,99,104,44,115,61,116,104,105,115,46,105,110,100,101,120,44,99,61,116,104,105,115,46,105,115,83,108,105,100,105,110,103,44,117,61,116,104,105,115,46,112,97,117,115,101,44,108,61,116,104,105,115,46,114,101,115,116,97,114,116,44,102,61,116,104,105,115,46,116,111,117,99,104,83,116,97,114,116,44,104,61,116,104,105,115,46,116,111,117,99,104,69,110,100,44,100,61,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,66,86,95,105,110,110,101,114,95,34,41,44,112,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,111,117,115,101,108,45,105,110,110,101,114,34,44,97,116,116,114,115,58,123,105,100,58,100,44,114,111,108,101,58,34,108,105,115,116,34,125,44,114,101,102,58,34,105,110,110,101,114,34,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,93,41,44,118,61,116,40,41,59,105,102,40,116,104,105,115,46,99,111,110,116,114,111,108,115,41,123,118,97,114,32,98,61,102,117,110,99,116,105,111,110,40,110,44,114,44,105,41,123,118,97,114,32,111,61,102,117,110,99,116,105,111,110,40,116,41,123,99,63,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,58,101,46,104,97,110,100,108,101,67,108,105,99,107,40,116,44,105,41,125,59,114,101,116,117,114,110,32,116,40,34,97,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,111,117,115,101,108,45,99,111,110,116,114,111,108,45,34,46,99,111,110,99,97,116,40,110,41,44,97,116,116,114,115,58,123,104,114,101,102,58,34,35,34,44,114,111,108,101,58,34,98,117,116,116,111,110,34,44,34,97,114,105,97,45,99,111,110,116,114,111,108,115,34,58,100,44,34,97,114,105,97,45,100,105,115,97,98,108,101,100,34,58,99,63,34,116,114,117,101,34,58,110,117,108,108,125,44,111,110,58,123,99,108,105,99,107,58,111,44,107,101,121,100,111,119,110,58,111,125,125,44,91,116,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,111,117,115,101,108,45,99,111,110,116,114,111,108,45,34,46,99,111,110,99,97,116,40,110,44,34,45,105,99,111,110,34,41,44,97,116,116,114,115,58,123,34,97,114,105,97,45,104,105,100,100,101,110,34,58,34,116,114,117,101,34,125,125,41,44,116,40,34,115,112,97,110,34,44,123,99,108,97,115,115,58,34,115,114,45,111,110,108,121,34,125,44,91,114,93,41,93,41,125,59,118,61,91,98,40,34,112,114,101,118,34,44,116,104,105,115,46,108,97,98,101,108,80,114,101,118,44,116,104,105,115,46,112,114,101,118,41,44,98,40,34,110,101,120,116,34,44,116,104,105,115,46,108,97,98,101,108,78,101,120,116,44,116,104,105,115,46,110,101,120,116,41,93,125,118,97,114,32,121,61,116,40,34,111,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,111,117,115,101,108,45,105,110,100,105,99,97,116,111,114,115,34,44,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,118,97,108,117,101,58,110,125,93,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,66,86,95,105,110,100,105,99,97,116,111,114,115,95,34,41,44,34,97,114,105,97,45,104,105,100,100,101,110,34,58,110,63,34,102,97,108,115,101,34,58,34,116,114,117,101,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,116,104,105,115,46,108,97,98,101,108,73,110,100,105,99,97,116,111,114,115,44,34,97,114,105,97,45,111,119,110,115,34,58,100,125,125,44,116,104,105,115,46,115,108,105,100,101,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,114,44,105,41,123,118,97,114,32,111,61,102,117,110,99,116,105,111,110,40,116,41,123,101,46,104,97,110,100,108,101,67,108,105,99,107,40,116,44,40,102,117,110,99,116,105,111,110,40,41,123,101,46,115,101,116,83,108,105,100,101,40,105,41,125,41,41,125,59,114,101,116,117,114,110,32,116,40,34,108,105,34,44,123,99,108,97,115,115,58,123,97,99,116,105,118,101,58,105,61,61,61,115,125,44,97,116,116,114,115,58,123,114,111,108,101,58,34,98,117,116,116,111,110,34,44,105,100,58,101,46,115,97,102,101,73,100,40,34,95,95,66,86,95,105,110,100,105,99,97,116,111,114,95,34,46,99,111,110,99,97,116,40,105,43,49,44,34,95,34,41,41,44,116,97,98,105,110,100,101,120,58,110,63,34,48,34,58,34,45,49,34,44,34,97,114,105,97,45,99,117,114,114,101,110,116,34,58,105,61,61,61,115,63,34,116,114,117,101,34,58,34,102,97,108,115,101,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,34,34,46,99,111,110,99,97,116,40,101,46,108,97,98,101,108,71,111,116,111,83,108,105,100,101,44,34,32,34,41,46,99,111,110,99,97,116,40,105,43,49,41,44,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,58,114,46,105,100,124,124,110,117,108,108,44,34,97,114,105,97,45,99,111,110,116,114,111,108,115,34,58,100,125,44,111,110,58,123,99,108,105,99,107,58,111,44,107,101,121,100,111,119,110,58,111,125,44,107,101,121,58,34,115,108,105,100,101,95,34,46,99,111,110,99,97,116,40,105,41,125,41,125,41,41,41,44,119,61,123,109,111,117,115,101,101,110,116,101,114,58,111,63,116,112,58,117,44,109,111,117,115,101,108,101,97,118,101,58,111,63,116,112,58,108,44,102,111,99,117,115,105,110,58,117,44,102,111,99,117,115,111,117,116,58,108,44,107,101,121,100,111,119,110,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,47,105,110,112,117,116,124,116,101,120,116,97,114,101,97,47,105,46,116,101,115,116,40,116,46,116,97,114,103,101,116,46,116,97,103,78,97,109,101,41,41,123,118,97,114,32,110,61,116,46,107,101,121,67,111,100,101,59,110,33,61,61,100,108,38,38,110,33,61,61,103,108,124,124,40,83,99,40,116,41,44,101,91,110,61,61,61,100,108,63,34,112,114,101,118,34,58,34,110,101,120,116,34,93,40,41,41,125,125,125,59,114,101,116,117,114,110,32,103,38,38,33,97,38,38,40,109,63,40,119,91,34,38,112,111,105,110,116,101,114,100,111,119,110,34,93,61,102,44,119,91,34,38,112,111,105,110,116,101,114,117,112,34,93,61,104,41,58,40,119,91,34,38,116,111,117,99,104,115,116,97,114,116,34,93,61,102,44,119,91,34,38,116,111,117,99,104,109,111,118,101,34,93,61,116,104,105,115,46,116,111,117,99,104,77,111,118,101,44,119,91,34,38,116,111,117,99,104,101,110,100,34,93,61,104,41,41,44,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,111,117,115,101,108,34,44,99,108,97,115,115,58,123,115,108,105,100,101,58,33,105,44,34,99,97,114,111,117,115,101,108,45,102,97,100,101,34,58,33,105,38,38,116,104,105,115,46,102,97,100,101,44,34,112,111,105,110,116,101,114,45,101,118,101,110,116,34,58,103,38,38,109,38,38,33,97,125,44,115,116,121,108,101,58,123,98,97,99,107,103,114,111,117,110,100,58,114,125,44,97,116,116,114,115,58,123,114,111,108,101,58,34,114,101,103,105,111,110,34,44,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,44,34,97,114,105,97,45,98,117,115,121,34,58,99,63,34,116,114,117,101,34,58,34,102,97,108,115,101,34,125,44,111,110,58,119,125,44,91,112,44,118,44,121,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,79,112,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,83,112,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,79,112,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,107,112,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,79,112,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,107,112,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,67,112,44,80,112,61,123,105,109,103,65,108,116,58,99,99,40,95,111,41,44,105,109,103,66,108,97,110,107,58,99,99,40,118,111,44,33,49,41,44,105,109,103,66,108,97,110,107,67,111,108,111,114,58,99,99,40,95,111,44,34,116,114,97,110,115,112,97,114,101,110,116,34,41,44,105,109,103,72,101,105,103,104,116,58,99,99,40,65,111,41,44,105,109,103,83,114,99,58,99,99,40,95,111,41,44,105,109,103,87,105,100,116,104,58,99,99,40,65,111,41,125,44,84,112,61,104,99,40,75,116,40,83,112,40,83,112,40,83,112,40,123,125,44,69,104,41,44,80,112,41,44,123,125,44,123,98,97,99,107,103,114,111,117,110,100,58,99,99,40,95,111,41,44,99,97,112,116,105,111,110,58,99,99,40,95,111,41,44,99,97,112,116,105,111,110,72,116,109,108,58,99,99,40,95,111,41,44,99,97,112,116,105,111,110,84,97,103,58,99,99,40,95,111,44,34,104,51,34,41,44,99,111,110,116,101,110,116,84,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,44,99,111,110,116,101,110,116,86,105,115,105,98,108,101,85,112,58,99,99,40,95,111,41,44,116,101,120,116,58,99,99,40,95,111,41,44,116,101,120,116,72,116,109,108,58,99,99,40,95,111,41,44,116,101,120,116,84,97,103,58,99,99,40,95,111,44,34,112,34,41,125,41,41,44,99,110,41,44,106,112,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,99,110,44,109,105,120,105,110,115,58,91,65,104,44,121,99,93,44,105,110,106,101,99,116,58,123,98,118,67,97,114,111,117,115,101,108,58,123,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,110,111,84,111,117,99,104,58,33,48,125,125,125,125,44,112,114,111,112,115,58,84,112,44,99,111,109,112,117,116,101,100,58,123,99,111,110,116,101,110,116,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,116,104,105,115,46,99,111,110,116,101,110,116,86,105,115,105,98,108,101,85,112,63,34,100,45,110,111,110,101,34,58,34,34,44,116,104,105,115,46,99,111,110,116,101,110,116,86,105,115,105,98,108,101,85,112,63,34,100,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,99,111,110,116,101,110,116,86,105,115,105,98,108,101,85,112,44,34,45,98,108,111,99,107,34,41,58,34,34,93,125,44,99,111,109,112,117,116,101,100,87,105,100,116,104,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,109,103,87,105,100,116,104,124,124,116,104,105,115,46,98,118,67,97,114,111,117,115,101,108,46,105,109,103,87,105,100,116,104,124,124,110,117,108,108,125,44,99,111,109,112,117,116,101,100,72,101,105,103,104,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,109,103,72,101,105,103,104,116,124,124,116,104,105,115,46,98,118,67,97,114,111,117,115,101,108,46,105,109,103,72,101,105,103,104,116,124,124,110,117,108,108,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,97,97,41,59,105,102,40,33,101,38,38,40,116,104,105,115,46,105,109,103,83,114,99,124,124,116,104,105,115,46,105,109,103,66,108,97,110,107,41,41,123,118,97,114,32,110,61,123,125,59,33,116,104,105,115,46,98,118,67,97,114,111,117,115,101,108,46,110,111,84,111,117,99,104,38,38,103,38,38,40,110,46,100,114,97,103,115,116,97,114,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,125,41,44,101,61,116,40,100,100,44,123,112,114,111,112,115,58,83,112,40,83,112,40,123,125,44,108,99,40,80,112,44,116,104,105,115,46,36,112,114,111,112,115,44,97,99,46,98,105,110,100,40,110,117,108,108,44,34,105,109,103,34,41,41,41,44,123,125,44,123,119,105,100,116,104,58,116,104,105,115,46,99,111,109,112,117,116,101,100,87,105,100,116,104,44,104,101,105,103,104,116,58,116,104,105,115,46,99,111,109,112,117,116,101,100,72,101,105,103,104,116,44,102,108,117,105,100,71,114,111,119,58,33,48,44,98,108,111,99,107,58,33,48,125,41,44,111,110,58,110,125,41,125,118,97,114,32,114,61,91,33,40,33,116,104,105,115,46,99,97,112,116,105,111,110,38,38,33,116,104,105,115,46,99,97,112,116,105,111,110,72,116,109,108,41,38,38,116,40,116,104,105,115,46,99,97,112,116,105,111,110,84,97,103,44,123,100,111,109,80,114,111,112,115,58,107,102,40,116,104,105,115,46,99,97,112,116,105,111,110,72,116,109,108,44,116,104,105,115,46,99,97,112,116,105,111,110,41,125,41,44,33,40,33,116,104,105,115,46,116,101,120,116,38,38,33,116,104,105,115,46,116,101,120,116,72,116,109,108,41,38,38,116,40,116,104,105,115,46,116,101,120,116,84,97,103,44,123,100,111,109,80,114,111,112,115,58,107,102,40,116,104,105,115,46,116,101,120,116,72,116,109,108,44,116,104,105,115,46,116,101,120,116,41,125,41,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,124,124,33,49,93,44,105,61,116,40,41,59,114,101,116,117,114,110,32,114,46,115,111,109,101,40,115,101,41,38,38,40,105,61,116,40,116,104,105,115,46,99,111,110,116,101,110,116,84,97,103,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,111,117,115,101,108,45,99,97,112,116,105,111,110,34,44,99,108,97,115,115,58,116,104,105,115,46,99,111,110,116,101,110,116,67,108,97,115,115,101,115,125,44,114,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,124,124,116,40,41,125,41,41,41,41,44,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,111,117,115,101,108,45,105,116,101,109,34,44,115,116,121,108,101,58,123,98,97,99,107,103,114,111,117,110,100,58,116,104,105,115,46,98,97,99,107,103,114,111,117,110,100,124,124,116,104,105,115,46,98,118,67,97,114,111,117,115,101,108,46,98,97,99,107,103,114,111,117,110,100,124,124,110,117,108,108,125,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,44,114,111,108,101,58,34,108,105,115,116,105,116,101,109,34,125,125,44,91,101,44,105,93,41,125,125,41,44,69,112,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,67,97,114,111,117,115,101,108,58,120,112,44,66,67,97,114,111,117,115,101,108,83,108,105,100,101,58,106,112,125,125,41,44,65,112,61,34,115,104,111,119,34,44,68,112,61,102,117,110,99,116,105,111,110,40,116,41,123,70,115,40,116,44,34,104,101,105,103,104,116,34,44,48,41,44,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,79,115,40,116,41,44,70,115,40,116,44,34,104,101,105,103,104,116,34,44,34,34,46,99,111,110,99,97,116,40,116,46,115,99,114,111,108,108,72,101,105,103,104,116,44,34,112,120,34,41,41,125,41,41,125,44,76,112,61,102,117,110,99,116,105,111,110,40,116,41,123,66,115,40,116,44,34,104,101,105,103,104,116,34,41,125,44,77,112,61,102,117,110,99,116,105,111,110,40,116,41,123,70,115,40,116,44,34,104,101,105,103,104,116,34,44,34,97,117,116,111,34,41,44,70,115,40,116,44,34,100,105,115,112,108,97,121,34,44,34,98,108,111,99,107,34,41,44,70,115,40,116,44,34,104,101,105,103,104,116,34,44,34,34,46,99,111,110,99,97,116,40,78,115,40,116,41,46,104,101,105,103,104,116,44,34,112,120,34,41,41,44,79,115,40,116,41,44,70,115,40,116,44,34,104,101,105,103,104,116,34,44,48,41,125,44,73,112,61,102,117,110,99,116,105,111,110,40,116,41,123,66,115,40,116,44,34,104,101,105,103,104,116,34,41,125,44,36,112,61,123,99,115,115,58,33,48,44,101,110,116,101,114,67,108,97,115,115,58,34,34,44,101,110,116,101,114,65,99,116,105,118,101,67,108,97,115,115,58,34,99,111,108,108,97,112,115,105,110,103,34,44,101,110,116,101,114,84,111,67,108,97,115,115,58,34,99,111,108,108,97,112,115,101,32,115,104,111,119,34,44,108,101,97,118,101,67,108,97,115,115,58,34,99,111,108,108,97,112,115,101,32,115,104,111,119,34,44,108,101,97,118,101,65,99,116,105,118,101,67,108,97,115,115,58,34,99,111,108,108,97,112,115,105,110,103,34,44,108,101,97,118,101,84,111,67,108,97,115,115,58,34,99,111,108,108,97,112,115,101,34,125,44,70,112,61,123,101,110,116,101,114,58,68,112,44,97,102,116,101,114,69,110,116,101,114,58,76,112,44,108,101,97,118,101,58,77,112,44,97,102,116,101,114,76,101,97,118,101,58,73,112,125,44,66,112,61,123,97,112,112,101,97,114,58,99,99,40,118,111,44,33,49,41,125,44,82,112,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,113,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,66,112,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,116,40,34,116,114,97,110,115,105,116,105,111,110,34,44,73,101,40,114,44,123,112,114,111,112,115,58,36,112,44,111,110,58,70,112,125,44,123,112,114,111,112,115,58,110,125,41,44,105,41,125,125,41,59,102,117,110,99,116,105,111,110,32,78,112,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,122,112,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,78,112,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,86,112,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,78,112,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,86,112,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,72,112,61,80,99,40,108,110,44,34,116,111,103,103,108,101,34,41,44,85,112,61,80,99,40,108,110,44,34,114,101,113,117,101,115,116,45,115,116,97,116,101,34,41,44,87,112,61,67,99,40,108,110,44,34,97,99,99,111,114,100,105,111,110,34,41,44,113,112,61,67,99,40,108,110,44,34,115,116,97,116,101,34,41,44,71,112,61,67,99,40,108,110,44,34,115,121,110,99,45,115,116,97,116,101,34,41,44,89,112,61,103,99,40,34,118,105,115,105,98,108,101,34,44,123,116,121,112,101,58,118,111,44,100,101,102,97,117,108,116,86,97,108,117,101,58,33,49,125,41,44,75,112,61,89,112,46,109,105,120,105,110,44,88,112,61,89,112,46,112,114,111,112,115,44,90,112,61,89,112,46,112,114,111,112,44,74,112,61,89,112,46,101,118,101,110,116,44,81,112,61,104,99,40,75,116,40,122,112,40,122,112,40,122,112,40,123,125,44,69,104,41,44,88,112,41,44,123,125,44,123,97,99,99,111,114,100,105,111,110,58,99,99,40,95,111,41,44,97,112,112,101,97,114,58,99,99,40,118,111,44,33,49,41,44,105,115,78,97,118,58,99,99,40,118,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,125,41,41,44,108,110,41,44,116,118,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,108,110,44,109,105,120,105,110,115,58,91,65,104,44,75,112,44,121,99,44,67,108,93,44,112,114,111,112,115,58,81,112,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,115,104,111,119,58,116,104,105,115,91,90,112,93,44,116,114,97,110,115,105,116,105,111,110,105,110,103,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,99,108,97,115,115,79,98,106,101,99,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,105,110,103,59,114,101,116,117,114,110,123,34,110,97,118,98,97,114,45,99,111,108,108,97,112,115,101,34,58,116,104,105,115,46,105,115,78,97,118,44,99,111,108,108,97,112,115,101,58,33,116,44,115,104,111,119,58,116,104,105,115,46,115,104,111,119,38,38,33,116,125,125,44,115,108,111,116,83,99,111,112,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,123,118,105,115,105,98,108,101,58,116,104,105,115,46,115,104,111,119,44,99,108,111,115,101,58,102,117,110,99,116,105,111,110,40,41,123,116,46,115,104,111,119,61,33,49,125,125,125,125,44,119,97,116,99,104,58,40,67,112,61,123,125,44,86,112,40,67,112,44,90,112,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,33,61,61,116,104,105,115,46,115,104,111,119,38,38,40,116,104,105,115,46,115,104,111,119,61,116,41,125,41,41,44,86,112,40,67,112,44,34,115,104,111,119,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,116,104,105,115,46,101,109,105,116,83,116,97,116,101,40,41,125,41,41,44,67,112,41,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,104,111,119,61,116,104,105,115,91,90,112,93,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,115,104,111,119,61,116,104,105,115,91,90,112,93,44,116,104,105,115,46,108,105,115,116,101,110,79,110,82,111,111,116,40,72,112,44,116,104,105,115,46,104,97,110,100,108,101,84,111,103,103,108,101,69,118,116,41,44,116,104,105,115,46,108,105,115,116,101,110,79,110,82,111,111,116,40,87,112,44,116,104,105,115,46,104,97,110,100,108,101,65,99,99,111,114,100,105,111,110,69,118,116,41,44,116,104,105,115,46,105,115,78,97,118,38,38,40,116,104,105,115,46,115,101,116,87,105,110,100,111,119,69,118,101,110,116,115,40,33,48,41,44,116,104,105,115,46,104,97,110,100,108,101,82,101,115,105,122,101,40,41,41,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,101,109,105,116,83,116,97,116,101,40,41,125,41,41,44,116,104,105,115,46,108,105,115,116,101,110,79,110,82,111,111,116,40,85,112,44,40,102,117,110,99,116,105,111,110,40,101,41,123,101,61,61,61,116,46,115,97,102,101,73,100,40,41,38,38,116,46,36,110,101,120,116,84,105,99,107,40,116,46,101,109,105,116,83,121,110,99,41,125,41,41,125,44,117,112,100,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,101,109,105,116,83,121,110,99,40,41,125,44,100,101,97,99,116,105,118,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,78,97,118,38,38,116,104,105,115,46,115,101,116,87,105,110,100,111,119,69,118,101,110,116,115,40,33,49,41,125,44,97,99,116,105,118,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,78,97,118,38,38,116,104,105,115,46,115,101,116,87,105,110,100,111,119,69,118,101,110,116,115,40,33,48,41,44,116,104,105,115,46,101,109,105,116,83,121,110,99,40,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,104,111,119,61,33,49,44,116,104,105,115,46,105,115,78,97,118,38,38,117,38,38,116,104,105,115,46,115,101,116,87,105,110,100,111,119,69,118,101,110,116,115,40,33,49,41,125,44,109,101,116,104,111,100,115,58,123,115,101,116,87,105,110,100,111,119,69,118,101,110,116,115,58,102,117,110,99,116,105,111,110,40,116,41,123,79,99,40,116,44,119,105,110,100,111,119,44,34,114,101,115,105,122,101,34,44,116,104,105,115,46,104,97,110,100,108,101,82,101,115,105,122,101,44,102,111,41,44,79,99,40,116,44,119,105,110,100,111,119,44,34,111,114,105,101,110,116,97,116,105,111,110,99,104,97,110,103,101,34,44,116,104,105,115,46,104,97,110,100,108,101,82,101,115,105,122,101,44,102,111,41,125,44,116,111,103,103,108,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,104,111,119,61,33,116,104,105,115,46,115,104,111,119,125,44,111,110,69,110,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,105,110,103,61,33,48,44,116,104,105,115,46,36,101,109,105,116,40,88,105,41,125,44,111,110,65,102,116,101,114,69,110,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,105,110,103,61,33,49,44,116,104,105,115,46,36,101,109,105,116,40,90,105,41,125,44,111,110,76,101,97,118,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,105,110,103,61,33,48,44,116,104,105,115,46,36,101,109,105,116,40,80,105,41,125,44,111,110,65,102,116,101,114,76,101,97,118,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,105,110,103,61,33,49,44,116,104,105,115,46,36,101,109,105,116,40,67,105,41,125,44,101,109,105,116,83,116,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,115,104,111,119,44,101,61,116,104,105,115,46,97,99,99,111,114,100,105,111,110,44,110,61,116,104,105,115,46,115,97,102,101,73,100,40,41,59,116,104,105,115,46,36,101,109,105,116,40,74,112,44,116,41,44,116,104,105,115,46,101,109,105,116,79,110,82,111,111,116,40,113,112,44,110,44,116,41,44,101,38,38,116,38,38,116,104,105,115,46,101,109,105,116,79,110,82,111,111,116,40,87,112,44,110,44,101,41,125,44,101,109,105,116,83,121,110,99,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,101,109,105,116,79,110,82,111,111,116,40,71,112,44,116,104,105,115,46,115,97,102,101,73,100,40,41,44,116,104,105,115,46,115,104,111,119,41,125,44,99,104,101,99,107,68,105,115,112,108,97,121,66,108,111,99,107,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,101,108,44,101,61,68,115,40,116,44,65,112,41,59,65,115,40,116,44,65,112,41,59,118,97,114,32,110,61,34,98,108,111,99,107,34,61,61,61,122,115,40,116,41,46,100,105,115,112,108,97,121,59,114,101,116,117,114,110,32,101,38,38,69,115,40,116,44,65,112,41,44,110,125,44,99,108,105,99,107,72,97,110,100,108,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,116,97,114,103,101,116,59,116,104,105,115,46,105,115,78,97,118,38,38,101,38,38,34,98,108,111,99,107,34,61,61,61,122,115,40,116,104,105,115,46,36,101,108,41,46,100,105,115,112,108,97,121,38,38,40,33,67,115,40,101,44,34,46,110,97,118,45,108,105,110,107,44,46,100,114,111,112,100,111,119,110,45,105,116,101,109,34,41,38,38,33,80,115,40,34,46,110,97,118,45,108,105,110,107,44,46,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,101,41,124,124,116,104,105,115,46,99,104,101,99,107,68,105,115,112,108,97,121,66,108,111,99,107,40,41,124,124,40,116,104,105,115,46,115,104,111,119,61,33,49,41,41,125,44,104,97,110,100,108,101,84,111,103,103,108,101,69,118,116,58,102,117,110,99,116,105,111,110,40,116,41,123,116,61,61,61,116,104,105,115,46,115,97,102,101,73,100,40,41,38,38,116,104,105,115,46,116,111,103,103,108,101,40,41,125,44,104,97,110,100,108,101,65,99,99,111,114,100,105,111,110,69,118,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,97,99,99,111,114,100,105,111,110,44,114,61,116,104,105,115,46,115,104,111,119,59,105,102,40,110,38,38,110,61,61,61,101,41,123,118,97,114,32,105,61,116,61,61,61,116,104,105,115,46,115,97,102,101,73,100,40,41,59,40,105,38,38,33,114,124,124,33,105,38,38,114,41,38,38,116,104,105,115,46,116,111,103,103,108,101,40,41,125,125,44,104,97,110,100,108,101,82,101,115,105,122,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,104,111,119,61,34,98,108,111,99,107,34,61,61,61,122,115,40,116,104,105,115,46,36,101,108,41,46,100,105,115,112,108,97,121,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,97,112,112,101,97,114,44,110,61,116,40,116,104,105,115,46,116,97,103,44,123,99,108,97,115,115,58,116,104,105,115,46,99,108,97,115,115,79,98,106,101,99,116,44,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,118,97,108,117,101,58,116,104,105,115,46,115,104,111,119,125,93,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,125,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,99,108,105,99,107,72,97,110,100,108,101,114,125,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,72,111,44,116,104,105,115,46,115,108,111,116,83,99,111,112,101,41,41,59,114,101,116,117,114,110,32,116,40,82,112,44,123,112,114,111,112,115,58,123,97,112,112,101,97,114,58,101,125,44,111,110,58,123,101,110,116,101,114,58,116,104,105,115,46,111,110,69,110,116,101,114,44,97,102,116,101,114,69,110,116,101,114,58,116,104,105,115,46,111,110,65,102,116,101,114,69,110,116,101,114,44,108,101,97,118,101,58,116,104,105,115,46,111,110,76,101,97,118,101,44,97,102,116,101,114,76,101,97,118,101,58,116,104,105,115,46,111,110,65,102,116,101,114,76,101,97,118,101,125,125,44,91,110,93,41,125,125,41,44,101,118,61,34,99,111,108,108,97,112,115,101,100,34,44,110,118,61,34,110,111,116,45,99,111,108,108,97,112,115,101,100,34,44,114,118,61,34,95,95,66,86,95,116,111,103,103,108,101,34,44,105,118,61,34,34,46,99,111,110,99,97,116,40,114,118,44,34,95,72,65,78,68,76,69,82,95,95,34,41,44,111,118,61,34,34,46,99,111,110,99,97,116,40,114,118,44,34,95,67,76,73,67,75,95,95,34,41,44,97,118,61,34,34,46,99,111,110,99,97,116,40,114,118,44,34,95,83,84,65,84,69,95,95,34,41,44,115,118,61,34,34,46,99,111,110,99,97,116,40,114,118,44,34,95,84,65,82,71,69,84,83,95,95,34,41,44,99,118,61,34,102,97,108,115,101,34,44,117,118,61,34,116,114,117,101,34,44,108,118,61,34,97,114,105,97,45,99,111,110,116,114,111,108,115,34,44,102,118,61,34,97,114,105,97,45,101,120,112,97,110,100,101,100,34,44,104,118,61,34,114,111,108,101,34,44,100,118,61,34,116,97,98,105,110,100,101,120,34,44,112,118,61,34,111,118,101,114,102,108,111,119,45,97,110,99,104,111,114,34,44,118,118,61,80,99,40,108,110,44,34,116,111,103,103,108,101,34,41,44,103,118,61,67,99,40,108,110,44,34,115,116,97,116,101,34,41,44,109,118,61,67,99,40,108,110,44,34,115,121,110,99,45,115,116,97,116,101,34,41,44,98,118,61,80,99,40,108,110,44,34,114,101,113,117,101,115,116,45,115,116,97,116,101,34,41,44,121,118,61,91,108,108,44,109,108,93,44,119,118,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,113,97,40,91,34,98,117,116,116,111,110,34,44,34,97,34,93,44,116,46,116,97,103,78,97,109,101,46,116,111,76,111,119,101,114,67,97,115,101,40,41,41,125,44,95,118,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,109,111,100,105,102,105,101,114,115,44,114,61,116,46,97,114,103,44,105,61,116,46,118,97,108,117,101,44,111,61,86,116,40,110,124,124,123,125,41,59,105,102,40,105,61,79,116,40,105,41,63,105,46,115,112,108,105,116,40,73,41,58,105,44,121,115,40,101,46,116,97,103,78,97,109,101,44,34,97,34,41,41,123,118,97,114,32,97,61,73,115,40,101,44,34,104,114,101,102,34,41,124,124,34,34,59,80,46,116,101,115,116,40,97,41,38,38,111,46,112,117,115,104,40,97,46,114,101,112,108,97,99,101,40,67,44,34,34,41,41,125,114,101,116,117,114,110,32,71,97,40,114,44,105,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,116,40,116,41,38,38,111,46,112,117,115,104,40,116,41,125,41,41,44,111,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,38,38,110,46,105,110,100,101,120,79,102,40,116,41,61,61,61,101,125,41,41,125,44,120,118,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,91,111,118,93,59,101,38,38,40,120,99,40,116,44,34,99,108,105,99,107,34,44,101,44,108,111,41,44,120,99,40,116,44,34,107,101,121,100,111,119,110,34,44,101,44,108,111,41,41,44,116,91,111,118,93,61,110,117,108,108,125,44,79,118,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,120,118,40,116,41,44,101,46,99,111,110,116,101,120,116,41,123,118,97,114,32,110,61,102,117,110,99,116,105,111,110,40,110,41,123,105,102,40,40,34,107,101,121,100,111,119,110,34,33,61,61,110,46,116,121,112,101,124,124,113,97,40,121,118,44,110,46,107,101,121,67,111,100,101,41,41,38,38,33,120,115,40,116,41,41,123,118,97,114,32,114,61,116,91,115,118,93,124,124,91,93,59,114,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,99,111,110,116,101,120,116,46,36,114,111,111,116,46,36,101,109,105,116,40,118,118,44,116,41,125,41,41,125,125,59,116,91,111,118,93,61,110,44,95,99,40,116,44,34,99,108,105,99,107,34,44,110,44,108,111,41,44,119,118,40,116,41,38,38,95,99,40,116,44,34,107,101,121,100,111,119,110,34,44,110,44,108,111,41,125,125,44,83,118,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,91,105,118,93,38,38,101,46,99,111,110,116,101,120,116,38,38,101,46,99,111,110,116,101,120,116,46,36,114,111,111,116,46,36,111,102,102,40,91,103,118,44,109,118,93,44,116,91,105,118,93,41,44,116,91,105,118,93,61,110,117,108,108,125,44,107,118,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,83,118,40,116,44,101,41,44,101,46,99,111,110,116,101,120,116,41,123,118,97,114,32,110,61,102,117,110,99,116,105,111,110,40,101,44,110,41,123,113,97,40,116,91,115,118,93,124,124,91,93,44,101,41,38,38,40,116,91,97,118,93,61,110,44,67,118,40,116,44,110,41,41,125,59,116,91,105,118,93,61,110,44,101,46,99,111,110,116,101,120,116,46,36,114,111,111,116,46,36,111,110,40,91,103,118,44,109,118,93,44,110,41,125,125,44,67,118,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,101,63,40,65,115,40,116,44,101,118,41,44,69,115,40,116,44,110,118,41,44,76,115,40,116,44,102,118,44,117,118,41,41,58,40,65,115,40,116,44,110,118,41,44,69,115,40,116,44,101,118,41,44,76,115,40,116,44,102,118,44,99,118,41,41,125,44,80,118,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,91,101,93,61,110,117,108,108,44,100,101,108,101,116,101,32,116,91,101,93,125,44,84,118,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,117,38,38,110,46,99,111,110,116,101,120,116,41,123,119,118,40,116,41,38,38,40,36,115,40,116,44,104,118,41,124,124,76,115,40,116,44,104,118,44,34,98,117,116,116,111,110,34,41,44,36,115,40,116,44,100,118,41,124,124,76,115,40,116,44,100,118,44,34,48,34,41,41,44,67,118,40,116,44,116,91,97,118,93,41,59,118,97,114,32,114,61,95,118,40,101,44,116,41,59,114,46,108,101,110,103,116,104,62,48,63,40,76,115,40,116,44,108,118,44,114,46,106,111,105,110,40,34,32,34,41,41,44,70,115,40,116,44,112,118,44,34,110,111,110,101,34,41,41,58,40,77,115,40,116,44,108,118,41,44,66,115,40,116,44,112,118,41,41,44,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,79,118,40,116,44,110,41,125,41,41,44,119,108,40,114,44,116,91,115,118,93,41,124,124,40,116,91,115,118,93,61,114,44,114,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,46,99,111,110,116,101,120,116,46,36,114,111,111,116,46,36,101,109,105,116,40,98,118,44,116,41,125,41,41,41,125,125,44,106,118,61,123,98,105,110,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,91,97,118,93,61,33,49,44,116,91,115,118,93,61,91,93,44,107,118,40,116,44,110,41,44,84,118,40,116,44,101,44,110,41,125,44,99,111,109,112,111,110,101,110,116,85,112,100,97,116,101,100,58,84,118,44,117,112,100,97,116,101,100,58,84,118,44,117,110,98,105,110,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,120,118,40,116,41,44,83,118,40,116,44,110,41,44,80,118,40,116,44,105,118,41,44,80,118,40,116,44,111,118,41,44,80,118,40,116,44,97,118,41,44,80,118,40,116,44,115,118,41,44,65,115,40,116,44,101,118,41,44,65,115,40,116,44,110,118,41,44,77,115,40,116,44,102,118,41,44,77,115,40,116,44,108,118,41,44,77,115,40,116,44,104,118,41,44,66,115,40,116,44,112,118,41,125,125,44,69,118,61,107,101,40,123,100,105,114,101,99,116,105,118,101,115,58,123,86,66,84,111,103,103,108,101,58,106,118,125,125,41,44,65,118,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,67,111,108,108,97,112,115,101,58,116,118,125,44,112,108,117,103,105,110,115,58,123,86,66,84,111,103,103,108,101,80,108,117,103,105,110,58,69,118,125,125,41,44,68,118,61,110,40,34,102,48,98,100,34,41,44,76,118,61,34,116,111,112,45,115,116,97,114,116,34,44,77,118,61,34,116,111,112,45,101,110,100,34,44,73,118,61,34,98,111,116,116,111,109,45,115,116,97,114,116,34,44,36,118,61,34,98,111,116,116,111,109,45,101,110,100,34,44,70,118,61,34,114,105,103,104,116,45,115,116,97,114,116,34,44,66,118,61,34,108,101,102,116,45,115,116,97,114,116,34,59,102,117,110,99,116,105,111,110,32,82,118,40,116,44,101,41,123,105,102,40,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,101,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,110,111,116,32,99,97,108,108,32,97,32,99,108,97,115,115,32,97,115,32,97,32,102,117,110,99,116,105,111,110,34,41,125,102,117,110,99,116,105,111,110,32,78,118,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,101,46,108,101,110,103,116,104,59,110,43,43,41,123,118,97,114,32,114,61,101,91,110,93,59,114,46,101,110,117,109,101,114,97,98,108,101,61,114,46,101,110,117,109,101,114,97,98,108,101,124,124,33,49,44,114,46,99,111,110,102,105,103,117,114,97,98,108,101,61,33,48,44,34,118,97,108,117,101,34,105,110,32,114,38,38,40,114,46,119,114,105,116,97,98,108,101,61,33,48,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,114,46,107,101,121,44,114,41,125,125,102,117,110,99,116,105,111,110,32,122,118,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,38,38,78,118,40,116,46,112,114,111,116,111,116,121,112,101,44,101,41,44,110,38,38,78,118,40,116,44,110,41,44,116,125,118,97,114,32,86,118,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,101,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,59,105,102,40,82,118,40,116,104,105,115,44,116,41,44,33,101,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,70,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,39,34,46,99,111,110,99,97,116,40,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,46,110,97,109,101,44,34,39,46,32,49,32,97,114,103,117,109,101,110,116,32,114,101,113,117,105,114,101,100,44,32,34,41,46,99,111,110,99,97,116,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,34,32,103,105,118,101,110,46,34,41,41,59,70,116,40,116,104,105,115,44,116,46,68,101,102,97,117,108,116,115,44,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,46,68,101,102,97,117,108,116,115,44,110,44,123,116,121,112,101,58,101,125,41,44,82,116,40,116,104,105,115,44,123,116,121,112,101,58,88,116,40,41,44,99,97,110,99,101,108,97,98,108,101,58,88,116,40,41,44,110,97,116,105,118,101,69,118,101,110,116,58,88,116,40,41,44,116,97,114,103,101,116,58,88,116,40,41,44,114,101,108,97,116,101,100,84,97,114,103,101,116,58,88,116,40,41,44,118,117,101,84,97,114,103,101,116,58,88,116,40,41,44,99,111,109,112,111,110,101,110,116,73,100,58,88,116,40,41,125,41,59,118,97,114,32,114,61,33,49,59,116,104,105,115,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,97,110,99,101,108,97,98,108,101,38,38,40,114,61,33,48,41,125,44,78,116,40,116,104,105,115,44,34,100,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,34,44,123,101,110,117,109,101,114,97,98,108,101,58,33,48,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,125,125,41,125,114,101,116,117,114,110,32,122,118,40,116,44,110,117,108,108,44,91,123,107,101,121,58,34,68,101,102,97,117,108,116,115,34,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,116,121,112,101,58,34,34,44,99,97,110,99,101,108,97,98,108,101,58,33,48,44,110,97,116,105,118,101,69,118,101,110,116,58,110,117,108,108,44,116,97,114,103,101,116,58,110,117,108,108,44,114,101,108,97,116,101,100,84,97,114,103,101,116,58,110,117,108,108,44,118,117,101,84,97,114,103,101,116,58,110,117,108,108,44,99,111,109,112,111,110,101,110,116,73,100,58,110,117,108,108,125,125,125,93,41,44,116,125,40,41,44,72,118,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,105,115,116,101,110,70,111,114,67,108,105,99,107,79,117,116,58,33,49,125,125,44,119,97,116,99,104,58,123,108,105,115,116,101,110,70,111,114,67,108,105,99,107,79,117,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,40,120,99,40,116,104,105,115,46,99,108,105,99,107,79,117,116,69,108,101,109,101,110,116,44,116,104,105,115,46,99,108,105,99,107,79,117,116,69,118,101,110,116,78,97,109,101,44,116,104,105,115,46,95,99,108,105,99,107,79,117,116,72,97,110,100,108,101,114,44,102,111,41,44,116,38,38,95,99,40,116,104,105,115,46,99,108,105,99,107,79,117,116,69,108,101,109,101,110,116,44,116,104,105,115,46,99,108,105,99,107,79,117,116,69,118,101,110,116,78,97,109,101,44,116,104,105,115,46,95,99,108,105,99,107,79,117,116,72,97,110,100,108,101,114,44,102,111,41,41,125,125,44,98,101,102,111,114,101,67,114,101,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,108,105,99,107,79,117,116,69,108,101,109,101,110,116,61,110,117,108,108,44,116,104,105,115,46,99,108,105,99,107,79,117,116,69,118,101,110,116,78,97,109,101,61,110,117,108,108,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,108,105,99,107,79,117,116,69,108,101,109,101,110,116,124,124,40,116,104,105,115,46,99,108,105,99,107,79,117,116,69,108,101,109,101,110,116,61,100,111,99,117,109,101,110,116,41,44,116,104,105,115,46,99,108,105,99,107,79,117,116,69,118,101,110,116,78,97,109,101,124,124,40,116,104,105,115,46,99,108,105,99,107,79,117,116,69,118,101,110,116,78,97,109,101,61,34,99,108,105,99,107,34,41,44,116,104,105,115,46,108,105,115,116,101,110,70,111,114,67,108,105,99,107,79,117,116,38,38,95,99,40,116,104,105,115,46,99,108,105,99,107,79,117,116,69,108,101,109,101,110,116,44,116,104,105,115,46,99,108,105,99,107,79,117,116,69,118,101,110,116,78,97,109,101,44,116,104,105,115,46,95,99,108,105,99,107,79,117,116,72,97,110,100,108,101,114,44,102,111,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,120,99,40,116,104,105,115,46,99,108,105,99,107,79,117,116,69,108,101,109,101,110,116,44,116,104,105,115,46,99,108,105,99,107,79,117,116,69,118,101,110,116,78,97,109,101,44,116,104,105,115,46,95,99,108,105,99,107,79,117,116,72,97,110,100,108,101,114,44,102,111,41,125,44,109,101,116,104,111,100,115,58,123,105,115,67,108,105,99,107,79,117,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,84,115,40,116,104,105,115,46,36,101,108,44,116,46,116,97,114,103,101,116,41,125,44,95,99,108,105,99,107,79,117,116,72,97,110,100,108,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,99,108,105,99,107,79,117,116,72,97,110,100,108,101,114,38,38,116,104,105,115,46,105,115,67,108,105,99,107,79,117,116,40,116,41,38,38,116,104,105,115,46,99,108,105,99,107,79,117,116,72,97,110,100,108,101,114,40,116,41,125,125,125,41,44,85,118,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,105,115,116,101,110,70,111,114,70,111,99,117,115,73,110,58,33,49,125,125,44,119,97,116,99,104,58,123,108,105,115,116,101,110,70,111,114,70,111,99,117,115,73,110,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,40,120,99,40,116,104,105,115,46,102,111,99,117,115,73,110,69,108,101,109,101,110,116,44,34,102,111,99,117,115,105,110,34,44,116,104,105,115,46,95,102,111,99,117,115,73,110,72,97,110,100,108,101,114,44,102,111,41,44,116,38,38,95,99,40,116,104,105,115,46,102,111,99,117,115,73,110,69,108,101,109,101,110,116,44,34,102,111,99,117,115,105,110,34,44,116,104,105,115,46,95,102,111,99,117,115,73,110,72,97,110,100,108,101,114,44,102,111,41,41,125,125,44,98,101,102,111,114,101,67,114,101,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,102,111,99,117,115,73,110,69,108,101,109,101,110,116,61,110,117,108,108,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,102,111,99,117,115,73,110,69,108,101,109,101,110,116,124,124,40,116,104,105,115,46,102,111,99,117,115,73,110,69,108,101,109,101,110,116,61,100,111,99,117,109,101,110,116,41,44,116,104,105,115,46,108,105,115,116,101,110,70,111,114,70,111,99,117,115,73,110,38,38,95,99,40,116,104,105,115,46,102,111,99,117,115,73,110,69,108,101,109,101,110,116,44,34,102,111,99,117,115,105,110,34,44,116,104,105,115,46,95,102,111,99,117,115,73,110,72,97,110,100,108,101,114,44,102,111,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,120,99,40,116,104,105,115,46,102,111,99,117,115,73,110,69,108,101,109,101,110,116,44,34,102,111,99,117,115,105,110,34,44,116,104,105,115,46,95,102,111,99,117,115,73,110,72,97,110,100,108,101,114,44,102,111,41,125,44,109,101,116,104,111,100,115,58,123,95,102,111,99,117,115,73,110,72,97,110,100,108,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,102,111,99,117,115,73,110,72,97,110,100,108,101,114,38,38,116,104,105,115,46,102,111,99,117,115,73,110,72,97,110,100,108,101,114,40,116,41,125,125,125,41,59,102,117,110,99,116,105,111,110,32,87,118,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,113,118,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,87,118,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,71,118,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,87,118,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,71,118,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,89,118,61,67,99,40,104,110,44,90,105,41,44,75,118,61,67,99,40,104,110,44,67,105,41,44,88,118,61,34,46,100,114,111,112,100,111,119,110,32,102,111,114,109,34,44,90,118,61,91,34,46,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,34,46,98,45,100,114,111,112,100,111,119,110,45,102,111,114,109,34,93,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,116,44,34,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,110,111,116,40,91,100,105,115,97,98,108,101,100,93,41,34,41,125,41,41,46,106,111,105,110,40,34,44,32,34,41,44,74,118,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,40,116,124,124,91,93,41,46,102,105,108,116,101,114,40,95,115,41,125,44,81,118,61,104,99,40,75,116,40,113,118,40,113,118,40,123,125,44,69,104,41,44,123,125,44,123,98,111,117,110,100,97,114,121,58,99,99,40,91,104,116,44,95,111,93,44,34,115,99,114,111,108,108,80,97,114,101,110,116,34,41,44,100,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,100,114,111,112,108,101,102,116,58,99,99,40,118,111,44,33,49,41,44,100,114,111,112,114,105,103,104,116,58,99,99,40,118,111,44,33,49,41,44,100,114,111,112,117,112,58,99,99,40,118,111,44,33,49,41,44,110,111,70,108,105,112,58,99,99,40,118,111,44,33,49,41,44,111,102,102,115,101,116,58,99,99,40,65,111,44,48,41,44,112,111,112,112,101,114,79,112,116,115,58,99,99,40,121,111,44,123,125,41,44,114,105,103,104,116,58,99,99,40,118,111,44,33,49,41,125,41,41,44,104,110,41,44,116,103,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,109,105,120,105,110,115,58,91,65,104,44,67,108,44,72,118,44,85,118,93,44,112,114,111,118,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,98,118,68,114,111,112,100,111,119,110,58,116,104,105,115,125,125,44,105,110,106,101,99,116,58,123,98,118,78,97,118,98,97,114,58,123,100,101,102,97,117,108,116,58,110,117,108,108,125,125,44,112,114,111,112,115,58,81,118,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,118,105,115,105,98,108,101,58,33,49,44,118,105,115,105,98,108,101,67,104,97,110,103,101,80,114,101,118,101,110,116,101,100,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,105,110,78,97,118,98,97,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,121,116,40,116,104,105,115,46,98,118,78,97,118,98,97,114,41,125,44,116,111,103,103,108,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,114,101,102,115,46,116,111,103,103,108,101,59,114,101,116,117,114,110,32,116,63,116,46,36,101,108,124,124,116,58,110,117,108,108,125,44,100,105,114,101,99,116,105,111,110,67,108,97,115,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,100,114,111,112,117,112,63,34,100,114,111,112,117,112,34,58,116,104,105,115,46,100,114,111,112,114,105,103,104,116,63,34,100,114,111,112,114,105,103,104,116,34,58,116,104,105,115,46,100,114,111,112,108,101,102,116,63,34,100,114,111,112,108,101,102,116,34,58,34,34,125,44,98,111,117,110,100,97,114,121,67,108,97,115,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,115,99,114,111,108,108,80,97,114,101,110,116,34,61,61,61,116,104,105,115,46,98,111,117,110,100,97,114,121,124,124,116,104,105,115,46,105,110,78,97,118,98,97,114,63,34,34,58,34,112,111,115,105,116,105,111,110,45,115,116,97,116,105,99,34,125,125,44,119,97,116,99,104,58,123,118,105,115,105,98,108,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,104,105,115,46,118,105,115,105,98,108,101,67,104,97,110,103,101,80,114,101,118,101,110,116,101,100,41,116,104,105,115,46,118,105,115,105,98,108,101,67,104,97,110,103,101,80,114,101,118,101,110,116,101,100,61,33,49,59,101,108,115,101,32,105,102,40,116,33,61,61,101,41,123,118,97,114,32,110,61,116,63,88,105,58,80,105,44,114,61,110,101,119,32,86,118,40,110,44,123,99,97,110,99,101,108,97,98,108,101,58,33,48,44,118,117,101,84,97,114,103,101,116,58,116,104,105,115,44,116,97,114,103,101,116,58,116,104,105,115,46,36,114,101,102,115,46,109,101,110,117,44,114,101,108,97,116,101,100,84,97,114,103,101,116,58,110,117,108,108,44,99,111,109,112,111,110,101,110,116,73,100,58,116,104,105,115,46,115,97,102,101,73,100,63,116,104,105,115,46,115,97,102,101,73,100,40,41,58,116,104,105,115,46,105,100,124,124,110,117,108,108,125,41,59,105,102,40,116,104,105,115,46,101,109,105,116,69,118,101,110,116,40,114,41,44,114,46,100,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,41,114,101,116,117,114,110,32,116,104,105,115,46,118,105,115,105,98,108,101,67,104,97,110,103,101,80,114,101,118,101,110,116,101,100,61,33,48,44,116,104,105,115,46,118,105,115,105,98,108,101,61,101,44,118,111,105,100,32,116,104,105,115,46,36,111,102,102,40,67,105,44,116,104,105,115,46,102,111,99,117,115,84,111,103,103,108,101,114,41,59,116,63,116,104,105,115,46,115,104,111,119,77,101,110,117,40,41,58,116,104,105,115,46,104,105,100,101,77,101,110,117,40,41,125,125,44,100,105,115,97,98,108,101,100,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,116,38,38,116,104,105,115,46,118,105,115,105,98,108,101,38,38,40,116,104,105,115,46,118,105,115,105,98,108,101,61,33,49,41,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,112,111,112,112,101,114,61,110,117,108,108,44,116,104,105,115,46,36,95,104,105,100,101,84,105,109,101,111,117,116,61,110,117,108,108,125,44,100,101,97,99,116,105,118,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,118,105,115,105,98,108,101,61,33,49,44,116,104,105,115,46,119,104,105,108,101,79,112,101,110,76,105,115,116,101,110,40,33,49,41,44,116,104,105,115,46,100,101,115,116,114,111,121,80,111,112,112,101,114,40,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,118,105,115,105,98,108,101,61,33,49,44,116,104,105,115,46,119,104,105,108,101,79,112,101,110,76,105,115,116,101,110,40,33,49,41,44,116,104,105,115,46,100,101,115,116,114,111,121,80,111,112,112,101,114,40,41,44,116,104,105,115,46,99,108,101,97,114,72,105,100,101,84,105,109,101,111,117,116,40,41,125,44,109,101,116,104,111,100,115,58,123,101,109,105,116,69,118,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,116,121,112,101,59,116,104,105,115,46,101,109,105,116,79,110,82,111,111,116,40,67,99,40,104,110,44,101,41,44,116,41,44,116,104,105,115,46,36,101,109,105,116,40,101,44,116,41,125,44,115,104,111,119,77,101,110,117,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,105,102,40,33,116,104,105,115,46,100,105,115,97,98,108,101,100,41,123,105,102,40,33,116,104,105,115,46,105,110,78,97,118,98,97,114,41,105,102,40,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,68,118,91,34,97,34,93,41,102,101,40,34,80,111,112,112,101,114,46,106,115,32,110,111,116,32,102,111,117,110,100,46,32,70,97,108,108,105,110,103,32,98,97,99,107,32,116,111,32,67,83,83,32,112,111,115,105,116,105,111,110,105,110,103,34,44,104,110,41,59,101,108,115,101,123,118,97,114,32,101,61,116,104,105,115,46,100,114,111,112,117,112,38,38,116,104,105,115,46,114,105,103,104,116,124,124,116,104,105,115,46,115,112,108,105,116,63,116,104,105,115,46,36,101,108,58,116,104,105,115,46,36,114,101,102,115,46,116,111,103,103,108,101,59,101,61,101,46,36,101,108,124,124,101,44,116,104,105,115,46,99,114,101,97,116,101,80,111,112,112,101,114,40,101,41,125,116,104,105,115,46,101,109,105,116,79,110,82,111,111,116,40,89,118,44,116,104,105,115,41,44,116,104,105,115,46,119,104,105,108,101,79,112,101,110,76,105,115,116,101,110,40,33,48,41,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,102,111,99,117,115,77,101,110,117,40,41,44,116,46,36,101,109,105,116,40,90,105,41,125,41,41,125,125,44,104,105,100,101,77,101,110,117,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,119,104,105,108,101,79,112,101,110,76,105,115,116,101,110,40,33,49,41,44,116,104,105,115,46,101,109,105,116,79,110,82,111,111,116,40,75,118,44,116,104,105,115,41,44,116,104,105,115,46,36,101,109,105,116,40,67,105,41,44,116,104,105,115,46,100,101,115,116,114,111,121,80,111,112,112,101,114,40,41,125,44,99,114,101,97,116,101,80,111,112,112,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,100,101,115,116,114,111,121,80,111,112,112,101,114,40,41,44,116,104,105,115,46,36,95,112,111,112,112,101,114,61,110,101,119,32,68,118,91,34,97,34,93,40,116,44,116,104,105,115,46,36,114,101,102,115,46,109,101,110,117,44,116,104,105,115,46,103,101,116,80,111,112,112,101,114,67,111,110,102,105,103,40,41,41,125,44,100,101,115,116,114,111,121,80,111,112,112,101,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,112,111,112,112,101,114,38,38,116,104,105,115,46,36,95,112,111,112,112,101,114,46,100,101,115,116,114,111,121,40,41,44,116,104,105,115,46,36,95,112,111,112,112,101,114,61,110,117,108,108,125,44,117,112,100,97,116,101,80,111,112,112,101,114,58,102,117,110,99,116,105,111,110,40,41,123,116,114,121,123,116,104,105,115,46,36,95,112,111,112,112,101,114,46,115,99,104,101,100,117,108,101,85,112,100,97,116,101,40,41,125,99,97,116,99,104,40,116,41,123,125,125,44,99,108,101,97,114,72,105,100,101,84,105,109,101,111,117,116,58,102,117,110,99,116,105,111,110,40,41,123,99,108,101,97,114,84,105,109,101,111,117,116,40,116,104,105,115,46,36,95,104,105,100,101,84,105,109,101,111,117,116,41,44,116,104,105,115,46,36,95,104,105,100,101,84,105,109,101,111,117,116,61,110,117,108,108,125,44,103,101,116,80,111,112,112,101,114,67,111,110,102,105,103,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,73,118,59,116,104,105,115,46,100,114,111,112,117,112,63,116,61,116,104,105,115,46,114,105,103,104,116,63,77,118,58,76,118,58,116,104,105,115,46,100,114,111,112,114,105,103,104,116,63,116,61,70,118,58,116,104,105,115,46,100,114,111,112,108,101,102,116,63,116,61,66,118,58,116,104,105,115,46,114,105,103,104,116,38,38,40,116,61,36,118,41,59,118,97,114,32,101,61,123,112,108,97,99,101,109,101,110,116,58,116,44,109,111,100,105,102,105,101,114,115,58,123,111,102,102,115,101,116,58,123,111,102,102,115,101,116,58,116,104,105,115,46,111,102,102,115,101,116,124,124,48,125,44,102,108,105,112,58,123,101,110,97,98,108,101,100,58,33,116,104,105,115,46,110,111,70,108,105,112,125,125,125,44,110,61,116,104,105,115,46,98,111,117,110,100,97,114,121,59,114,101,116,117,114,110,32,110,38,38,40,101,46,109,111,100,105,102,105,101,114,115,46,112,114,101,118,101,110,116,79,118,101,114,102,108,111,119,61,123,98,111,117,110,100,97,114,105,101,115,69,108,101,109,101,110,116,58,110,125,41,44,89,116,40,101,44,116,104,105,115,46,112,111,112,112,101,114,79,112,116,115,124,124,123,125,41,125,44,119,104,105,108,101,79,112,101,110,76,105,115,116,101,110,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,108,105,115,116,101,110,70,111,114,67,108,105,99,107,79,117,116,61,116,44,116,104,105,115,46,108,105,115,116,101,110,70,111,114,70,111,99,117,115,73,110,61,116,59,118,97,114,32,101,61,116,63,34,36,111,110,34,58,34,36,111,102,102,34,59,116,104,105,115,46,36,114,111,111,116,91,101,93,40,89,118,44,116,104,105,115,46,114,111,111,116,67,108,111,115,101,76,105,115,116,101,110,101,114,41,125,44,114,111,111,116,67,108,111,115,101,76,105,115,116,101,110,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,116,33,61,61,116,104,105,115,38,38,40,116,104,105,115,46,118,105,115,105,98,108,101,61,33,49,41,125,44,115,104,111,119,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,118,105,115,105,98,108,101,61,33,48,125,41,41,125,44,104,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,38,38,97,114,103,117,109,101,110,116,115,91,48,93,59,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,40,116,104,105,115,46,118,105,115,105,98,108,101,61,33,49,44,116,38,38,116,104,105,115,46,36,111,110,99,101,40,67,105,44,116,104,105,115,46,102,111,99,117,115,84,111,103,103,108,101,114,41,41,125,44,116,111,103,103,108,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,61,116,124,124,123,125,59,118,97,114,32,101,61,116,44,110,61,101,46,116,121,112,101,44,114,61,101,46,107,101,121,67,111,100,101,59,40,34,99,108,105,99,107,34,61,61,61,110,124,124,34,107,101,121,100,111,119,110,34,61,61,61,110,38,38,45,49,33,61,61,91,108,108,44,109,108,44,99,108,93,46,105,110,100,101,120,79,102,40,114,41,41,38,38,40,116,104,105,115,46,100,105,115,97,98,108,101,100,63,116,104,105,115,46,118,105,115,105,98,108,101,61,33,49,58,40,116,104,105,115,46,36,101,109,105,116,40,110,111,44,116,41,44,83,99,40,116,41,44,116,104,105,115,46,118,105,115,105,98,108,101,63,116,104,105,115,46,104,105,100,101,40,33,48,41,58,116,104,105,115,46,115,104,111,119,40,41,41,41,125,44,111,110,77,111,117,115,101,100,111,119,110,58,102,117,110,99,116,105,111,110,40,116,41,123,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,125,44,111,110,75,101,121,100,111,119,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,107,101,121,67,111,100,101,59,101,61,61,61,102,108,63,116,104,105,115,46,111,110,69,115,99,40,116,41,58,101,61,61,61,99,108,63,116,104,105,115,46,102,111,99,117,115,78,101,120,116,40,116,44,33,49,41,58,101,61,61,61,98,108,38,38,116,104,105,115,46,102,111,99,117,115,78,101,120,116,40,116,44,33,48,41,125,44,111,110,69,115,99,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,118,105,115,105,98,108,101,38,38,40,116,104,105,115,46,118,105,115,105,98,108,101,61,33,49,44,83,99,40,116,41,44,116,104,105,115,46,36,111,110,99,101,40,67,105,44,116,104,105,115,46,102,111,99,117,115,84,111,103,103,108,101,114,41,41,125,44,111,110,83,112,108,105,116,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,63,116,104,105,115,46,118,105,115,105,98,108,101,61,33,49,58,116,104,105,115,46,36,101,109,105,116,40,108,105,44,116,41,125,44,104,105,100,101,72,97,110,100,108,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,46,116,97,114,103,101,116,59,33,116,104,105,115,46,118,105,115,105,98,108,101,124,124,84,115,40,116,104,105,115,46,36,114,101,102,115,46,109,101,110,117,44,110,41,124,124,84,115,40,116,104,105,115,46,116,111,103,103,108,101,114,44,110,41,124,124,40,116,104,105,115,46,99,108,101,97,114,72,105,100,101,84,105,109,101,111,117,116,40,41,44,116,104,105,115,46,36,95,104,105,100,101,84,105,109,101,111,117,116,61,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,46,104,105,100,101,40,41,125,41,44,116,104,105,115,46,105,110,78,97,118,98,97,114,63,51,48,48,58,48,41,41,125,44,99,108,105,99,107,79,117,116,72,97,110,100,108,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,104,105,100,101,72,97,110,100,108,101,114,40,116,41,125,44,102,111,99,117,115,73,110,72,97,110,100,108,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,104,105,100,101,72,97,110,100,108,101,114,40,116,41,125,44,102,111,99,117,115,78,101,120,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,44,114,61,116,46,116,97,114,103,101,116,59,33,116,104,105,115,46,118,105,115,105,98,108,101,124,124,116,38,38,80,115,40,88,118,44,114,41,124,124,40,83,99,40,116,41,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,110,46,103,101,116,73,116,101,109,115,40,41,59,105,102,40,33,40,116,46,108,101,110,103,116,104,60,49,41,41,123,118,97,114,32,105,61,116,46,105,110,100,101,120,79,102,40,114,41,59,101,38,38,105,62,48,63,105,45,45,58,33,101,38,38,105,60,116,46,108,101,110,103,116,104,45,49,38,38,105,43,43,44,105,60,48,38,38,40,105,61,48,41,44,110,46,102,111,99,117,115,73,116,101,109,40,105,44,116,41,125,125,41,41,41,125,44,102,111,99,117,115,73,116,101,109,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,102,105,110,100,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,32,110,61,61,61,116,125,41,41,59,113,115,40,110,41,125,44,103,101,116,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,74,118,40,83,115,40,90,118,44,116,104,105,115,46,36,114,101,102,115,46,109,101,110,117,41,41,125,44,102,111,99,117,115,77,101,110,117,58,102,117,110,99,116,105,111,110,40,41,123,113,115,40,116,104,105,115,46,36,114,101,102,115,46,109,101,110,117,41,125,44,102,111,99,117,115,84,111,103,103,108,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,113,115,40,116,46,116,111,103,103,108,101,114,41,125,41,41,125,125,125,41,59,102,117,110,99,116,105,111,110,32,101,103,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,110,103,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,101,103,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,103,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,101,103,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,114,103,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,105,103,61,104,99,40,75,116,40,110,103,40,110,103,40,110,103,40,123,125,44,69,104,41,44,81,118,41,44,123,125,44,123,98,108,111,99,107,58,99,99,40,118,111,44,33,49,41,44,104,116,109,108,58,99,99,40,95,111,41,44,108,97,122,121,58,99,99,40,118,111,44,33,49,41,44,109,101,110,117,67,108,97,115,115,58,99,99,40,83,111,41,44,110,111,67,97,114,101,116,58,99,99,40,118,111,44,33,49,41,44,114,111,108,101,58,99,99,40,95,111,44,34,109,101,110,117,34,41,44,115,105,122,101,58,99,99,40,95,111,41,44,115,112,108,105,116,58,99,99,40,118,111,44,33,49,41,44,115,112,108,105,116,66,117,116,116,111,110,84,121,112,101,58,99,99,40,95,111,44,34,98,117,116,116,111,110,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,113,97,40,91,34,98,117,116,116,111,110,34,44,34,115,117,98,109,105,116,34,44,34,114,101,115,101,116,34,93,44,116,41,125,41,41,44,115,112,108,105,116,67,108,97,115,115,58,99,99,40,83,111,41,44,115,112,108,105,116,72,114,101,102,58,99,99,40,95,111,41,44,115,112,108,105,116,84,111,58,99,99,40,77,111,41,44,115,112,108,105,116,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,116,101,120,116,58,99,99,40,95,111,41,44,116,111,103,103,108,101,67,108,97,115,115,58,99,99,40,83,111,41,44,116,111,103,103,108,101,84,97,103,58,99,99,40,95,111,44,34,98,117,116,116,111,110,34,41,44,116,111,103,103,108,101,84,101,120,116,58,99,99,40,95,111,44,34,84,111,103,103,108,101,32,100,114,111,112,100,111,119,110,34,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,44,34,115,101,99,111,110,100,97,114,121,34,41,125,41,41,44,104,110,41,44,111,103,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,104,110,44,109,105,120,105,110,115,58,91,65,104,44,116,103,44,121,99,93,44,112,114,111,112,115,58,105,103,44,99,111,109,112,117,116,101,100,58,123,100,114,111,112,100,111,119,110,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,98,108,111,99,107,44,101,61,116,104,105,115,46,115,112,108,105,116,59,114,101,116,117,114,110,91,116,104,105,115,46,100,105,114,101,99,116,105,111,110,67,108,97,115,115,44,116,104,105,115,46,98,111,117,110,100,97,114,121,67,108,97,115,115,44,123,115,104,111,119,58,116,104,105,115,46,118,105,115,105,98,108,101,44,34,98,116,110,45,103,114,111,117,112,34,58,101,124,124,33,116,44,34,100,45,102,108,101,120,34,58,116,38,38,101,125,93,125,44,109,101,110,117,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,116,104,105,115,46,109,101,110,117,67,108,97,115,115,44,123,34,100,114,111,112,100,111,119,110,45,109,101,110,117,45,114,105,103,104,116,34,58,116,104,105,115,46,114,105,103,104,116,44,115,104,111,119,58,116,104,105,115,46,118,105,115,105,98,108,101,125,93,125,44,116,111,103,103,108,101,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,115,112,108,105,116,59,114,101,116,117,114,110,91,116,104,105,115,46,116,111,103,103,108,101,67,108,97,115,115,44,123,34,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,45,115,112,108,105,116,34,58,116,44,34,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,45,110,111,45,99,97,114,101,116,34,58,116,104,105,115,46,110,111,67,97,114,101,116,38,38,33,116,125,93,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,118,105,115,105,98,108,101,44,110,61,116,104,105,115,46,118,97,114,105,97,110,116,44,114,61,116,104,105,115,46,115,105,122,101,44,105,61,116,104,105,115,46,98,108,111,99,107,44,111,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,97,61,116,104,105,115,46,115,112,108,105,116,44,115,61,116,104,105,115,46,114,111,108,101,44,99,61,116,104,105,115,46,104,105,100,101,44,117,61,116,104,105,115,46,116,111,103,103,108,101,44,108,61,123,118,97,114,105,97,110,116,58,110,44,115,105,122,101,58,114,44,98,108,111,99,107,58,105,44,100,105,115,97,98,108,101,100,58,111,125,44,102,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,78,111,41,44,104,61,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,78,111,41,63,123,125,58,107,102,40,116,104,105,115,46,104,116,109,108,44,116,104,105,115,46,116,101,120,116,41,44,100,61,116,40,41,59,105,102,40,97,41,123,118,97,114,32,112,61,116,104,105,115,46,115,112,108,105,116,84,111,44,118,61,116,104,105,115,46,115,112,108,105,116,72,114,101,102,44,103,61,116,104,105,115,46,115,112,108,105,116,66,117,116,116,111,110,84,121,112,101,44,109,61,110,103,40,110,103,40,123,125,44,108,41,44,123,125,44,123,118,97,114,105,97,110,116,58,116,104,105,115,46,115,112,108,105,116,86,97,114,105,97,110,116,124,124,110,125,41,59,112,63,109,46,116,111,61,112,58,118,63,109,46,104,114,101,102,61,118,58,103,38,38,40,109,46,116,121,112,101,61,103,41,44,100,61,116,40,101,102,44,123,99,108,97,115,115,58,116,104,105,115,46,115,112,108,105,116,67,108,97,115,115,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,34,95,66,86,95,98,117,116,116,111,110,95,34,41,125,44,112,114,111,112,115,58,109,44,100,111,109,80,114,111,112,115,58,104,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,83,112,108,105,116,67,108,105,99,107,125,44,114,101,102,58,34,98,117,116,116,111,110,34,125,44,102,41,44,102,61,91,116,40,34,115,112,97,110,34,44,123,99,108,97,115,115,58,91,34,115,114,45,111,110,108,121,34,93,125,44,91,116,104,105,115,46,116,111,103,103,108,101,84,101,120,116,93,41,93,44,104,61,123,125,125,118,97,114,32,98,61,116,40,101,102,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,34,44,99,108,97,115,115,58,116,104,105,115,46,116,111,103,103,108,101,67,108,97,115,115,101,115,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,34,95,66,86,95,116,111,103,103,108,101,95,34,41,44,34,97,114,105,97,45,104,97,115,112,111,112,117,112,34,58,34,116,114,117,101,34,44,34,97,114,105,97,45,101,120,112,97,110,100,101,100,34,58,97,115,40,101,41,125,44,112,114,111,112,115,58,110,103,40,110,103,40,123,125,44,108,41,44,123,125,44,123,116,97,103,58,116,104,105,115,46,116,111,103,103,108,101,84,97,103,44,98,108,111,99,107,58,105,38,38,33,97,125,41,44,100,111,109,80,114,111,112,115,58,104,44,111,110,58,123,109,111,117,115,101,100,111,119,110,58,116,104,105,115,46,111,110,77,111,117,115,101,100,111,119,110,44,99,108,105,99,107,58,117,44,107,101,121,100,111,119,110,58,117,125,44,114,101,102,58,34,116,111,103,103,108,101,34,125,44,102,41,44,121,61,116,40,34,117,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,114,111,112,100,111,119,110,45,109,101,110,117,34,44,99,108,97,115,115,58,116,104,105,115,46,109,101,110,117,67,108,97,115,115,101,115,44,97,116,116,114,115,58,123,114,111,108,101,58,115,44,116,97,98,105,110,100,101,120,58,34,45,49,34,44,34,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,34,58,116,104,105,115,46,115,97,102,101,73,100,40,97,63,34,95,66,86,95,98,117,116,116,111,110,95,34,58,34,95,66,86,95,116,111,103,103,108,101,95,34,41,125,44,111,110,58,123,107,101,121,100,111,119,110,58,116,104,105,115,46,111,110,75,101,121,100,111,119,110,125,44,114,101,102,58,34,109,101,110,117,34,125,44,91,33,116,104,105,115,46,108,97,122,121,124,124,101,63,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,72,111,44,123,104,105,100,101,58,99,125,41,58,116,40,41,93,41,59,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,114,111,112,100,111,119,110,32,98,45,100,114,111,112,100,111,119,110,34,44,99,108,97,115,115,58,116,104,105,115,46,100,114,111,112,100,111,119,110,67,108,97,115,115,101,115,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,125,125,44,91,100,44,98,44,121,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,97,103,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,115,103,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,97,103,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,99,103,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,97,103,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,99,103,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,117,103,61,71,116,40,78,108,44,91,34,101,118,101,110,116,34,44,34,114,111,117,116,101,114,84,97,103,34,93,41,44,108,103,61,104,99,40,75,116,40,115,103,40,115,103,40,123,125,44,117,103,41,44,123,125,44,123,108,105,110,107,67,108,97,115,115,58,99,99,40,83,111,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,41,125,41,41,44,109,110,41,44,102,103,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,109,110,44,109,105,120,105,110,115,58,91,107,108,44,121,99,93,44,105,110,106,101,99,116,58,123,98,118,68,114,111,112,100,111,119,110,58,123,100,101,102,97,117,108,116,58,110,117,108,108,125,125,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,108,103,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,115,103,40,115,103,40,123,125,44,116,104,105,115,46,98,118,65,116,116,114,115,41,44,123,125,44,123,114,111,108,101,58,34,109,101,110,117,105,116,101,109,34,125,41,125,125,44,109,101,116,104,111,100,115,58,123,99,108,111,115,101,68,114,111,112,100,111,119,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,98,118,68,114,111,112,100,111,119,110,38,38,116,46,98,118,68,114,111,112,100,111,119,110,46,104,105,100,101,40,33,48,41,125,41,41,125,44,111,110,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,101,109,105,116,40,108,105,44,116,41,44,116,104,105,115,46,99,108,111,115,101,68,114,111,112,100,111,119,110,40,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,108,105,110,107,67,108,97,115,115,44,110,61,116,104,105,115,46,118,97,114,105,97,110,116,44,114,61,116,104,105,115,46,97,99,116,105,118,101,44,105,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,111,61,116,104,105,115,46,111,110,67,108,105,99,107,44,97,61,116,104,105,115,46,98,118,65,116,116,114,115,59,114,101,116,117,114,110,32,116,40,34,108,105,34,44,123,99,108,97,115,115,58,97,46,99,108,97,115,115,44,115,116,121,108,101,58,97,46,115,116,121,108,101,44,97,116,116,114,115,58,123,114,111,108,101,58,34,112,114,101,115,101,110,116,97,116,105,111,110,34,125,125,44,91,116,40,122,108,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,99,108,97,115,115,58,91,101,44,99,103,40,123,125,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,110,41,44,110,38,38,33,40,114,124,124,105,41,41,93,44,112,114,111,112,115,58,108,99,40,117,103,44,116,104,105,115,46,36,112,114,111,112,115,41,44,97,116,116,114,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,65,116,116,114,115,44,111,110,58,123,99,108,105,99,107,58,111,125,44,114,101,102,58,34,105,116,101,109,34,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,41,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,104,103,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,100,103,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,104,103,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,112,103,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,104,103,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,112,103,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,118,103,61,104,99,40,123,97,99,116,105,118,101,58,99,99,40,118,111,44,33,49,41,44,97,99,116,105,118,101,67,108,97,115,115,58,99,99,40,95,111,44,34,97,99,116,105,118,101,34,41,44,98,117,116,116,111,110,67,108,97,115,115,58,99,99,40,83,111,41,44,100,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,41,125,44,98,110,41,44,103,103,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,98,110,44,109,105,120,105,110,115,58,91,107,108,44,121,99,93,44,105,110,106,101,99,116,58,123,98,118,68,114,111,112,100,111,119,110,58,123,100,101,102,97,117,108,116,58,110,117,108,108,125,125,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,118,103,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,100,103,40,100,103,40,123,125,44,116,104,105,115,46,98,118,65,116,116,114,115,41,44,123,125,44,123,114,111,108,101,58,34,109,101,110,117,105,116,101,109,34,44,116,121,112,101,58,34,98,117,116,116,111,110,34,44,100,105,115,97,98,108,101,100,58,116,104,105,115,46,100,105,115,97,98,108,101,100,125,41,125,125,44,109,101,116,104,111,100,115,58,123,99,108,111,115,101,68,114,111,112,100,111,119,110,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,98,118,68,114,111,112,100,111,119,110,38,38,116,104,105,115,46,98,118,68,114,111,112,100,111,119,110,46,104,105,100,101,40,33,48,41,125,44,111,110,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,101,109,105,116,40,108,105,44,116,41,44,116,104,105,115,46,99,108,111,115,101,68,114,111,112,100,111,119,110,40,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,116,104,105,115,46,97,99,116,105,118,101,44,114,61,116,104,105,115,46,118,97,114,105,97,110,116,44,105,61,116,104,105,115,46,98,118,65,116,116,114,115,59,114,101,116,117,114,110,32,116,40,34,108,105,34,44,123,99,108,97,115,115,58,105,46,99,108,97,115,115,44,115,116,121,108,101,58,105,46,115,116,121,108,101,44,97,116,116,114,115,58,123,114,111,108,101,58,34,112,114,101,115,101,110,116,97,116,105,111,110,34,125,125,44,91,116,40,34,98,117,116,116,111,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,99,108,97,115,115,58,91,116,104,105,115,46,98,117,116,116,111,110,67,108,97,115,115,44,40,101,61,123,125,44,112,103,40,101,44,116,104,105,115,46,97,99,116,105,118,101,67,108,97,115,115,44,110,41,44,112,103,40,101,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,114,41,44,114,38,38,33,40,110,124,124,116,104,105,115,46,100,105,115,97,98,108,101,100,41,41,44,101,41,93,44,97,116,116,114,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,65,116,116,114,115,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,67,108,105,99,107,125,44,114,101,102,58,34,98,117,116,116,111,110,34,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,41,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,109,103,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,98,103,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,109,103,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,121,103,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,109,103,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,121,103,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,119,103,61,104,99,40,123,105,100,58,99,99,40,95,111,41,44,116,97,103,58,99,99,40,95,111,44,34,104,101,97,100,101,114,34,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,41,125,44,103,110,41,44,95,103,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,103,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,119,103,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,44,111,61,110,46,116,97,103,44,97,61,110,46,118,97,114,105,97,110,116,59,114,101,116,117,114,110,32,116,40,34,108,105,34,44,73,101,40,71,116,40,114,44,91,34,97,116,116,114,115,34,93,41,44,123,97,116,116,114,115,58,123,114,111,108,101,58,34,112,114,101,115,101,110,116,97,116,105,111,110,34,125,125,41,44,91,116,40,111,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,114,111,112,100,111,119,110,45,104,101,97,100,101,114,34,44,99,108,97,115,115,58,121,103,40,123,125,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,97,41,44,97,41,44,97,116,116,114,115,58,98,103,40,98,103,40,123,125,44,114,46,97,116,116,114,115,124,124,123,125,41,44,123,125,44,123,105,100,58,110,46,105,100,124,124,110,117,108,108,44,114,111,108,101,58,121,115,40,111,44,34,104,101,97,100,101,114,34,41,63,110,117,108,108,58,34,104,101,97,100,105,110,103,34,125,41,44,114,101,102,58,34,104,101,97,100,101,114,34,125,44,105,41,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,120,103,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,79,103,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,120,103,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,83,103,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,120,103,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,83,103,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,107,103,61,104,99,40,123,116,97,103,58,99,99,40,95,111,44,34,104,114,34,41,125,44,100,110,41,44,67,103,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,100,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,107,103,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,59,114,101,116,117,114,110,32,116,40,34,108,105,34,44,73,101,40,71,116,40,114,44,91,34,97,116,116,114,115,34,93,41,44,123,97,116,116,114,115,58,123,114,111,108,101,58,34,112,114,101,115,101,110,116,97,116,105,111,110,34,125,125,41,44,91,116,40,110,46,116,97,103,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,114,111,112,100,111,119,110,45,100,105,118,105,100,101,114,34,44,97,116,116,114,115,58,79,103,40,79,103,40,123,125,44,114,46,97,116,116,114,115,124,124,123,125,41,44,123,125,44,123,114,111,108,101,58,34,115,101,112,97,114,97,116,111,114,34,44,34,97,114,105,97,45,111,114,105,101,110,116,97,116,105,111,110,34,58,34,104,111,114,105,122,111,110,116,97,108,34,125,41,44,114,101,102,58,34,100,105,118,105,100,101,114,34,125,41,93,41,125,125,41,44,80,103,61,104,99,40,123,105,100,58,99,99,40,95,111,41,44,105,110,108,105,110,101,58,99,99,40,118,111,44,33,49,41,44,110,111,118,97,108,105,100,97,116,101,58,99,99,40,118,111,44,33,49,41,44,118,97,108,105,100,97,116,101,100,58,99,99,40,118,111,44,33,49,41,125,44,95,110,41,44,84,103,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,95,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,80,103,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,116,40,34,102,111,114,109,34,44,73,101,40,114,44,123,99,108,97,115,115,58,123,34,102,111,114,109,45,105,110,108,105,110,101,34,58,110,46,105,110,108,105,110,101,44,34,119,97,115,45,118,97,108,105,100,97,116,101,100,34,58,110,46,118,97,108,105,100,97,116,101,100,125,44,97,116,116,114,115,58,123,105,100,58,110,46,105,100,44,110,111,118,97,108,105,100,97,116,101,58,110,46,110,111,118,97,108,105,100,97,116,101,125,125,41,44,105,41,125,125,41,59,102,117,110,99,116,105,111,110,32,106,103,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,69,103,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,106,103,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,65,103,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,106,103,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,65,103,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,68,103,61,104,99,40,75,116,40,69,103,40,69,103,40,123,125,44,80,103,41,44,123,125,44,123,100,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,102,111,114,109,67,108,97,115,115,58,99,99,40,83,111,41,125,41,41,44,112,110,41,44,76,103,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,112,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,68,103,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,108,105,115,116,101,110,101,114,115,44,111,61,101,46,99,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,116,40,34,108,105,34,44,73,101,40,71,116,40,114,44,91,34,97,116,116,114,115,34,44,34,111,110,34,93,41,44,123,97,116,116,114,115,58,123,114,111,108,101,58,34,112,114,101,115,101,110,116,97,116,105,111,110,34,125,125,41,44,91,116,40,84,103,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,100,114,111,112,100,111,119,110,45,102,111,114,109,34,44,99,108,97,115,115,58,91,110,46,102,111,114,109,67,108,97,115,115,44,123,100,105,115,97,98,108,101,100,58,110,46,100,105,115,97,98,108,101,100,125,93,44,112,114,111,112,115,58,110,44,97,116,116,114,115,58,69,103,40,69,103,40,123,125,44,114,46,97,116,116,114,115,124,124,123,125,41,44,123,125,44,123,100,105,115,97,98,108,101,100,58,110,46,100,105,115,97,98,108,101,100,44,116,97,98,105,110,100,101,120,58,110,46,100,105,115,97,98,108,101,100,63,110,117,108,108,58,34,45,49,34,125,41,44,111,110,58,105,44,114,101,102,58,34,102,111,114,109,34,125,44,111,41,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,77,103,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,73,103,61,104,99,40,123,116,97,103,58,99,99,40,95,111,44,34,112,34,41,44,116,101,120,116,67,108,97,115,115,58,99,99,40,83,111,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,41,125,44,121,110,41,44,36,103,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,121,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,73,103,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,44,111,61,110,46,116,97,103,44,97,61,110,46,116,101,120,116,67,108,97,115,115,44,115,61,110,46,118,97,114,105,97,110,116,59,114,101,116,117,114,110,32,116,40,34,108,105,34,44,73,101,40,71,116,40,114,44,91,34,97,116,116,114,115,34,93,41,44,123,97,116,116,114,115,58,123,114,111,108,101,58,34,112,114,101,115,101,110,116,97,116,105,111,110,34,125,125,41,44,91,116,40,111,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,100,114,111,112,100,111,119,110,45,116,101,120,116,34,44,99,108,97,115,115,58,91,97,44,77,103,40,123,125,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,115,41,44,115,41,93,44,112,114,111,112,115,58,110,44,97,116,116,114,115,58,114,46,97,116,116,114,115,124,124,123,125,44,114,101,102,58,34,116,101,120,116,34,125,44,105,41,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,70,103,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,66,103,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,70,103,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,82,103,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,70,103,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,82,103,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,78,103,61,104,99,40,123,97,114,105,97,68,101,115,99,114,105,98,101,100,98,121,58,99,99,40,95,111,41,44,104,101,97,100,101,114,58,99,99,40,95,111,41,44,104,101,97,100,101,114,67,108,97,115,115,101,115,58,99,99,40,83,111,41,44,104,101,97,100,101,114,84,97,103,58,99,99,40,95,111,44,34,104,101,97,100,101,114,34,41,44,104,101,97,100,101,114,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,105,100,58,99,99,40,95,111,41,125,44,118,110,41,44,122,103,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,118,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,78,103,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,115,108,111,116,115,44,111,61,101,46,115,99,111,112,101,100,83,108,111,116,115,44,97,61,110,46,105,100,44,115,61,110,46,118,97,114,105,97,110,116,44,99,61,110,46,104,101,97,100,101,114,44,117,61,110,46,104,101,97,100,101,114,84,97,103,44,108,61,105,40,41,44,102,61,111,124,124,123,125,44,104,61,123,125,44,100,61,97,63,34,95,98,118,95,34,46,99,111,110,99,97,116,40,97,44,34,95,103,114,111,117,112,95,100,100,95,104,101,97,100,101,114,34,41,58,110,117,108,108,44,112,61,116,40,41,59,114,101,116,117,114,110,40,109,99,40,116,97,44,102,44,108,41,124,124,99,41,38,38,40,112,61,116,40,117,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,114,111,112,100,111,119,110,45,104,101,97,100,101,114,34,44,99,108,97,115,115,58,91,110,46,104,101,97,100,101,114,67,108,97,115,115,101,115,44,82,103,40,123,125,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,115,41,44,115,41,93,44,97,116,116,114,115,58,123,105,100,58,100,44,114,111,108,101,58,121,115,40,117,44,34,104,101,97,100,101,114,34,41,63,110,117,108,108,58,34,104,101,97,100,105,110,103,34,125,125,44,98,99,40,116,97,44,104,44,102,44,108,41,124,124,99,41,41,44,116,40,34,108,105,34,44,73,101,40,71,116,40,114,44,91,34,97,116,116,114,115,34,93,41,44,123,97,116,116,114,115,58,123,114,111,108,101,58,34,112,114,101,115,101,110,116,97,116,105,111,110,34,125,125,41,44,91,112,44,116,40,34,117,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,108,105,115,116,45,117,110,115,116,121,108,101,100,34,44,97,116,116,114,115,58,66,103,40,66,103,40,123,125,44,114,46,97,116,116,114,115,124,124,123,125,41,44,123,125,44,123,105,100,58,97,44,114,111,108,101,58,34,103,114,111,117,112,34,44,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,58,91,100,44,110,46,97,114,105,97,68,101,115,99,114,105,98,101,100,66,121,93,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,32,34,41,46,116,114,105,109,40,41,124,124,110,117,108,108,125,41,125,44,98,99,40,72,111,44,104,44,102,44,108,41,41,93,41,125,125,41,44,86,103,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,68,114,111,112,100,111,119,110,58,111,103,44,66,68,100,58,111,103,44,66,68,114,111,112,100,111,119,110,73,116,101,109,58,102,103,44,66,68,100,73,116,101,109,58,102,103,44,66,68,114,111,112,100,111,119,110,73,116,101,109,66,117,116,116,111,110,58,103,103,44,66,68,114,111,112,100,111,119,110,73,116,101,109,66,116,110,58,103,103,44,66,68,100,73,116,101,109,66,117,116,116,111,110,58,103,103,44,66,68,100,73,116,101,109,66,116,110,58,103,103,44,66,68,114,111,112,100,111,119,110,72,101,97,100,101,114,58,95,103,44,66,68,100,72,101,97,100,101,114,58,95,103,44,66,68,114,111,112,100,111,119,110,68,105,118,105,100,101,114,58,67,103,44,66,68,100,68,105,118,105,100,101,114,58,67,103,44,66,68,114,111,112,100,111,119,110,70,111,114,109,58,76,103,44,66,68,100,70,111,114,109,58,76,103,44,66,68,114,111,112,100,111,119,110,84,101,120,116,58,36,103,44,66,68,100,84,101,120,116,58,36,103,44,66,68,114,111,112,100,111,119,110,71,114,111,117,112,58,122,103,44,66,68,100,71,114,111,117,112,58,122,103,125,125,41,59,102,117,110,99,116,105,111,110,32,72,103,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,85,103,61,91,34,105,102,114,97,109,101,34,44,34,101,109,98,101,100,34,44,34,118,105,100,101,111,34,44,34,111,98,106,101,99,116,34,44,34,105,109,103,34,44,34,98,45,105,109,103,34,44,34,98,45,105,109,103,45,108,97,122,121,34,93,44,87,103,61,104,99,40,123,97,115,112,101,99,116,58,99,99,40,95,111,44,34,49,54,98,121,57,34,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,44,116,121,112,101,58,99,99,40,95,111,44,34,105,102,114,97,109,101,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,113,97,40,85,103,44,116,41,125,41,41,125,44,119,110,41,44,113,103,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,119,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,87,103,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,44,111,61,110,46,97,115,112,101,99,116,59,114,101,116,117,114,110,32,116,40,110,46,116,97,103,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,101,109,98,101,100,45,114,101,115,112,111,110,115,105,118,101,34,44,99,108,97,115,115,58,72,103,40,123,125,44,34,101,109,98,101,100,45,114,101,115,112,111,110,115,105,118,101,45,34,46,99,111,110,99,97,116,40,111,41,44,111,41,44,114,101,102,58,114,46,114,101,102,125,44,91,116,40,110,46,116,121,112,101,44,73,101,40,71,116,40,114,44,91,34,114,101,102,34,93,41,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,101,109,98,101,100,45,114,101,115,112,111,110,115,105,118,101,45,105,116,101,109,34,125,41,44,105,41,93,41,125,125,41,44,71,103,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,69,109,98,101,100,58,113,103,125,125,41,44,89,103,61,39,83,101,116,116,105,110,103,32,112,114,111,112,32,34,111,112,116,105,111,110,115,34,32,116,111,32,97,110,32,111,98,106,101,99,116,32,105,115,32,100,101,112,114,101,99,97,116,101,100,46,32,85,115,101,32,116,104,101,32,97,114,114,97,121,32,102,111,114,109,97,116,32,105,110,115,116,101,97,100,46,39,44,75,103,61,104,99,40,123,100,105,115,97,98,108,101,100,70,105,101,108,100,58,99,99,40,95,111,44,34,100,105,115,97,98,108,101,100,34,41,44,104,116,109,108,70,105,101,108,100,58,99,99,40,95,111,44,34,104,116,109,108,34,41,44,111,112,116,105,111,110,115,58,99,99,40,79,111,44,91,93,41,44,116,101,120,116,70,105,101,108,100,58,99,99,40,95,111,44,34,116,101,120,116,34,41,44,118,97,108,117,101,70,105,101,108,100,58,99,99,40,95,111,44,34,118,97,108,117,101,34,41,125,44,34,102,111,114,109,79,112,116,105,111,110,67,111,110,116,114,111,108,115,34,41,44,88,103,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,75,103,44,99,111,109,112,117,116,101,100,58,123,102,111,114,109,79,112,116,105,111,110,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,110,111,114,109,97,108,105,122,101,79,112,116,105,111,110,115,40,116,104,105,115,46,111,112,116,105,111,110,115,41,125,125,44,109,101,116,104,111,100,115,58,123,110,111,114,109,97,108,105,122,101,79,112,116,105,111,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,110,117,108,108,59,105,102,40,84,116,40,116,41,41,123,118,97,114,32,110,61,117,101,40,116,44,116,104,105,115,46,118,97,108,117,101,70,105,101,108,100,41,44,114,61,117,101,40,116,44,116,104,105,115,46,116,101,120,116,70,105,101,108,100,41,59,114,101,116,117,114,110,123,118,97,108,117,101,58,98,116,40,110,41,63,101,124,124,114,58,110,44,116,101,120,116,58,83,102,40,83,116,114,105,110,103,40,98,116,40,114,41,63,101,58,114,41,41,44,104,116,109,108,58,117,101,40,116,44,116,104,105,115,46,104,116,109,108,70,105,101,108,100,41,44,100,105,115,97,98,108,101,100,58,66,111,111,108,101,97,110,40,117,101,40,116,44,116,104,105,115,46,100,105,115,97,98,108,101,100,70,105,101,108,100,41,41,125,125,114,101,116,117,114,110,123,118,97,108,117,101,58,101,124,124,116,44,116,101,120,116,58,83,102,40,83,116,114,105,110,103,40,116,41,41,44,100,105,115,97,98,108,101,100,58,33,49,125,125,44,110,111,114,109,97,108,105,122,101,79,112,116,105,111,110,115,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,114,101,116,117,114,110,32,67,116,40,116,41,63,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,110,111,114,109,97,108,105,122,101,79,112,116,105,111,110,40,116,41,125,41,41,58,84,116,40,116,41,63,40,102,101,40,89,103,44,116,104,105,115,46,36,111,112,116,105,111,110,115,46,110,97,109,101,41,44,86,116,40,116,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,101,46,110,111,114,109,97,108,105,122,101,79,112,116,105,111,110,40,116,91,110,93,124,124,123,125,44,110,41,125,41,41,41,58,91,93,125,125,125,41,59,102,117,110,99,116,105,111,110,32,90,103,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,74,103,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,90,103,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,81,103,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,90,103,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,81,103,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,116,109,61,104,99,40,75,116,40,74,103,40,74,103,40,123,125,44,75,103,41,44,123,125,44,123,105,100,58,99,99,40,95,111,44,118,111,105,100,32,48,44,33,48,41,125,41,41,44,83,110,41,44,101,109,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,83,110,44,109,105,120,105,110,115,58,91,88,103,44,121,99,93,44,112,114,111,112,115,58,116,109,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,105,100,44,110,61,116,104,105,115,46,102,111,114,109,79,112,116,105,111,110,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,114,61,101,46,118,97,108,117,101,44,105,61,101,46,116,101,120,116,44,111,61,101,46,104,116,109,108,44,97,61,101,46,100,105,115,97,98,108,101,100,59,114,101,116,117,114,110,32,116,40,34,111,112,116,105,111,110,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,114,44,100,105,115,97,98,108,101,100,58,97,125,44,100,111,109,80,114,111,112,115,58,107,102,40,111,44,105,41,44,107,101,121,58,34,111,112,116,105,111,110,95,34,46,99,111,110,99,97,116,40,110,41,125,41,125,41,41,59,114,101,116,117,114,110,32,116,40,34,100,97,116,97,108,105,115,116,34,44,123,97,116,116,114,115,58,123,105,100,58,101,125,125,44,91,110,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,110,109,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,114,109,44,105,109,44,111,109,61,104,99,40,123,105,100,58,99,99,40,95,111,41,44,105,110,108,105,110,101,58,99,99,40,118,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,115,109,97,108,108,34,41,44,116,101,120,116,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,109,117,116,101,100,34,41,125,44,78,110,41,44,97,109,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,78,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,111,109,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,116,40,110,46,116,97,103,44,73,101,40,114,44,123,99,108,97,115,115,58,110,109,40,123,34,102,111,114,109,45,116,101,120,116,34,58,33,110,46,105,110,108,105,110,101,125,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,110,46,116,101,120,116,86,97,114,105,97,110,116,41,44,110,46,116,101,120,116,86,97,114,105,97,110,116,41,44,97,116,116,114,115,58,123,105,100,58,110,46,105,100,125,125,41,44,105,41,125,125,41,44,115,109,61,104,99,40,123,97,114,105,97,76,105,118,101,58,99,99,40,95,111,41,44,102,111,114,99,101,83,104,111,119,58,99,99,40,118,111,44,33,49,41,44,105,100,58,99,99,40,95,111,41,44,114,111,108,101,58,99,99,40,95,111,41,44,115,116,97,116,101,58,99,99,40,118,111,44,110,117,108,108,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,44,116,111,111,108,116,105,112,58,99,99,40,118,111,44,33,49,41,125,44,106,110,41,44,99,109,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,106,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,115,109,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,44,111,61,110,46,116,111,111,108,116,105,112,44,97,61,110,46,97,114,105,97,76,105,118,101,44,115,61,33,48,61,61,61,110,46,102,111,114,99,101,83,104,111,119,124,124,33,49,61,61,61,110,46,115,116,97,116,101,59,114,101,116,117,114,110,32,116,40,110,46,116,97,103,44,73,101,40,114,44,123,99,108,97,115,115,58,123,34,100,45,98,108,111,99,107,34,58,115,44,34,105,110,118,97,108,105,100,45,102,101,101,100,98,97,99,107,34,58,33,111,44,34,105,110,118,97,108,105,100,45,116,111,111,108,116,105,112,34,58,111,125,44,97,116,116,114,115,58,123,105,100,58,110,46,105,100,124,124,110,117,108,108,44,114,111,108,101,58,110,46,114,111,108,101,124,124,110,117,108,108,44,34,97,114,105,97,45,108,105,118,101,34,58,97,124,124,110,117,108,108,44,34,97,114,105,97,45,97,116,111,109,105,99,34,58,97,63,34,116,114,117,101,34,58,110,117,108,108,125,125,41,44,105,41,125,125,41,44,117,109,61,104,99,40,123,97,114,105,97,76,105,118,101,58,99,99,40,95,111,41,44,102,111,114,99,101,83,104,111,119,58,99,99,40,118,111,44,33,49,41,44,105,100,58,99,99,40,95,111,41,44,114,111,108,101,58,99,99,40,95,111,41,44,115,116,97,116,101,58,99,99,40,118,111,44,110,117,108,108,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,44,116,111,111,108,116,105,112,58,99,99,40,118,111,44,33,49,41,125,44,72,110,41,44,108,109,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,72,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,117,109,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,44,111,61,110,46,116,111,111,108,116,105,112,44,97,61,110,46,97,114,105,97,76,105,118,101,44,115,61,33,48,61,61,61,110,46,102,111,114,99,101,83,104,111,119,124,124,33,48,61,61,61,110,46,115,116,97,116,101,59,114,101,116,117,114,110,32,116,40,110,46,116,97,103,44,73,101,40,114,44,123,99,108,97,115,115,58,123,34,100,45,98,108,111,99,107,34,58,115,44,34,118,97,108,105,100,45,102,101,101,100,98,97,99,107,34,58,33,111,44,34,118,97,108,105,100,45,116,111,111,108,116,105,112,34,58,111,125,44,97,116,116,114,115,58,123,105,100,58,110,46,105,100,124,124,110,117,108,108,44,114,111,108,101,58,110,46,114,111,108,101,124,124,110,117,108,108,44,34,97,114,105,97,45,108,105,118,101,34,58,97,124,124,110,117,108,108,44,34,97,114,105,97,45,97,116,111,109,105,99,34,58,97,63,34,116,114,117,101,34,58,110,117,108,108,125,125,41,44,105,41,125,125,41,44,102,109,61,104,99,40,123,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,125,44,76,110,41,44,104,109,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,76,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,102,109,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,116,40,110,46,116,97,103,44,73,101,40,114,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,111,114,109,45,114,111,119,34,125,41,44,105,41,125,125,41,44,100,109,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,70,111,114,109,58,84,103,44,66,70,111,114,109,68,97,116,97,108,105,115,116,58,101,109,44,66,68,97,116,97,108,105,115,116,58,101,109,44,66,70,111,114,109,84,101,120,116,58,97,109,44,66,70,111,114,109,73,110,118,97,108,105,100,70,101,101,100,98,97,99,107,58,99,109,44,66,70,111,114,109,70,101,101,100,98,97,99,107,58,99,109,44,66,70,111,114,109,86,97,108,105,100,70,101,101,100,98,97,99,107,58,108,109,44,66,70,111,114,109,82,111,119,58,104,109,125,125,41,44,112,109,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,116,46,108,101,110,103,116,104,59,110,43,43,41,105,102,40,119,108,40,116,91,110,93,44,101,41,41,114,101,116,117,114,110,32,110,59,114,101,116,117,114,110,45,49,125,44,118,109,61,34,105,110,112,117,116,44,32,116,101,120,116,97,114,101,97,44,32,115,101,108,101,99,116,34,44,103,109,61,104,99,40,123,97,117,116,111,102,111,99,117,115,58,99,99,40,118,111,44,33,49,41,44,100,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,102,111,114,109,58,99,99,40,95,111,41,44,105,100,58,99,99,40,95,111,41,44,110,97,109,101,58,99,99,40,95,111,41,44,114,101,113,117,105,114,101,100,58,99,99,40,118,111,44,33,49,41,125,44,34,102,111,114,109,67,111,110,116,114,111,108,115,34,41,44,109,109,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,103,109,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,104,97,110,100,108,101,65,117,116,111,102,111,99,117,115,40,41,125,44,97,99,116,105,118,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,104,97,110,100,108,101,65,117,116,111,102,111,99,117,115,40,41,125,44,109,101,116,104,111,100,115,58,123,104,97,110,100,108,101,65,117,116,111,102,111,99,117,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,46,36,101,108,59,116,46,97,117,116,111,102,111,99,117,115,38,38,95,115,40,101,41,38,38,40,67,115,40,101,44,118,109,41,124,124,40,101,61,107,115,40,118,109,44,101,41,41,44,113,115,40,101,41,41,125,41,41,125,41,41,125,125,125,41,44,98,109,61,104,99,40,123,112,108,97,105,110,58,99,99,40,118,111,44,33,49,41,125,44,34,102,111,114,109,67,111,110,116,114,111,108,115,34,41,44,121,109,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,98,109,44,99,111,109,112,117,116,101,100,58,123,99,117,115,116,111,109,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,112,108,97,105,110,125,125,125,41,44,119,109,61,104,99,40,123,115,105,122,101,58,99,99,40,95,111,41,125,44,34,102,111,114,109,67,111,110,116,114,111,108,115,34,41,44,95,109,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,119,109,44,99,111,109,112,117,116,101,100,58,123,115,105,122,101,70,111,114,109,67,108,97,115,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,116,104,105,115,46,115,105,122,101,63,34,102,111,114,109,45,99,111,110,116,114,111,108,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,115,105,122,101,41,58,110,117,108,108,93,125,125,125,41,44,120,109,61,104,99,40,123,115,116,97,116,101,58,99,99,40,118,111,44,110,117,108,108,41,125,44,34,102,111,114,109,83,116,97,116,101,34,41,44,79,109,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,120,109,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,83,116,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,120,116,40,116,104,105,115,46,115,116,97,116,101,41,63,116,104,105,115,46,115,116,97,116,101,58,110,117,108,108,125,44,115,116,97,116,101,67,108,97,115,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,116,97,116,101,59,114,101,116,117,114,110,33,48,61,61,61,116,63,34,105,115,45,118,97,108,105,100,34,58,33,49,61,61,61,116,63,34,105,115,45,105,110,118,97,108,105,100,34,58,110,117,108,108,125,44,99,111,109,112,117,116,101,100,65,114,105,97,73,110,118,97,108,105,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,97,114,105,97,73,110,118,97,108,105,100,59,114,101,116,117,114,110,33,48,61,61,61,116,124,124,34,116,114,117,101,34,61,61,61,116,124,124,34,34,61,61,61,116,124,124,33,49,61,61,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,116,97,116,101,63,34,116,114,117,101,34,58,116,125,125,125,41,59,102,117,110,99,116,105,111,110,32,83,109,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,107,109,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,83,109,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,67,109,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,83,109,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,67,109,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,80,109,44,84,109,61,103,99,40,34,99,104,101,99,107,101,100,34,44,123,100,101,102,97,117,108,116,86,97,108,117,101,58,110,117,108,108,125,41,44,106,109,61,84,109,46,109,105,120,105,110,44,69,109,61,84,109,46,112,114,111,112,115,44,65,109,61,84,109,46,112,114,111,112,44,68,109,61,84,109,46,101,118,101,110,116,44,76,109,61,104,99,40,75,116,40,107,109,40,107,109,40,107,109,40,107,109,40,107,109,40,107,109,40,107,109,40,123,125,44,69,104,41,44,69,109,41,44,103,109,41,44,119,109,41,44,120,109,41,44,98,109,41,44,123,125,44,123,97,114,105,97,76,97,98,101,108,58,99,99,40,95,111,41,44,97,114,105,97,76,97,98,101,108,108,101,100,98,121,58,99,99,40,95,111,41,44,98,117,116,116,111,110,58,99,99,40,118,111,44,33,49,41,44,98,117,116,116,111,110,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,105,110,108,105,110,101,58,99,99,40,118,111,44,33,49,41,44,118,97,108,117,101,58,99,99,40,104,111,41,125,41,41,44,34,102,111,114,109,82,97,100,105,111,67,104,101,99,107,67,111,110,116,114,111,108,115,34,41,44,77,109,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,109,105,120,105,110,115,58,91,107,108,44,65,104,44,106,109,44,121,99,44,109,109,44,95,109,44,79,109,44,121,109,93,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,76,109,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,99,97,108,67,104,101,99,107,101,100,58,116,104,105,115,46,105,115,71,114,111,117,112,63,116,104,105,115,46,98,118,71,114,111,117,112,91,65,109,93,58,116,104,105,115,91,65,109,93,44,104,97,115,70,111,99,117,115,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,76,111,99,97,108,67,104,101,99,107,101,100,58,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,115,71,114,111,117,112,63,116,104,105,115,46,98,118,71,114,111,117,112,46,108,111,99,97,108,67,104,101,99,107,101,100,58,116,104,105,115,46,108,111,99,97,108,67,104,101,99,107,101,100,125,44,115,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,105,115,71,114,111,117,112,63,116,104,105,115,46,98,118,71,114,111,117,112,46,108,111,99,97,108,67,104,101,99,107,101,100,61,116,58,116,104,105,115,46,108,111,99,97,108,67,104,101,99,107,101,100,61,116,125,125,44,105,115,67,104,101,99,107,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,119,108,40,116,104,105,115,46,118,97,108,117,101,44,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,67,104,101,99,107,101,100,41,125,44,105,115,82,97,100,105,111,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,125,44,105,115,71,114,111,117,112,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,33,116,104,105,115,46,98,118,71,114,111,117,112,125,44,105,115,66,116,110,77,111,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,115,71,114,111,117,112,63,116,104,105,115,46,98,118,71,114,111,117,112,46,98,117,116,116,111,110,115,58,116,104,105,115,46,98,117,116,116,111,110,125,44,105,115,80,108,97,105,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,105,115,66,116,110,77,111,100,101,38,38,40,116,104,105,115,46,105,115,71,114,111,117,112,63,116,104,105,115,46,98,118,71,114,111,117,112,46,112,108,97,105,110,58,116,104,105,115,46,112,108,97,105,110,41,125,44,105,115,67,117,115,116,111,109,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,105,115,66,116,110,77,111,100,101,38,38,33,116,104,105,115,46,105,115,80,108,97,105,110,125,44,105,115,83,119,105,116,99,104,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,40,116,104,105,115,46,105,115,66,116,110,77,111,100,101,124,124,116,104,105,115,46,105,115,82,97,100,105,111,124,124,116,104,105,115,46,105,115,80,108,97,105,110,41,38,38,40,116,104,105,115,46,105,115,71,114,111,117,112,63,116,104,105,115,46,98,118,71,114,111,117,112,46,115,119,105,116,99,104,101,115,58,116,104,105,115,46,115,119,105,116,99,104,41,125,44,105,115,73,110,108,105,110,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,115,71,114,111,117,112,63,116,104,105,115,46,98,118,71,114,111,117,112,46,105,110,108,105,110,101,58,116,104,105,115,46,105,110,108,105,110,101,125,44,105,115,68,105,115,97,98,108,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,115,71,114,111,117,112,38,38,116,104,105,115,46,98,118,71,114,111,117,112,46,100,105,115,97,98,108,101,100,124,124,116,104,105,115,46,100,105,115,97,98,108,101,100,125,44,105,115,82,101,113,117,105,114,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,111,109,112,117,116,101,100,78,97,109,101,38,38,40,116,104,105,115,46,105,115,71,114,111,117,112,63,116,104,105,115,46,98,118,71,114,111,117,112,46,114,101,113,117,105,114,101,100,58,116,104,105,115,46,114,101,113,117,105,114,101,100,41,125,44,99,111,109,112,117,116,101,100,78,97,109,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,40,116,104,105,115,46,105,115,71,114,111,117,112,63,116,104,105,115,46,98,118,71,114,111,117,112,46,103,114,111,117,112,78,97,109,101,58,116,104,105,115,46,110,97,109,101,41,124,124,110,117,108,108,125,44,99,111,109,112,117,116,101,100,70,111,114,109,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,40,116,104,105,115,46,105,115,71,114,111,117,112,63,116,104,105,115,46,98,118,71,114,111,117,112,46,102,111,114,109,58,116,104,105,115,46,102,111,114,109,41,124,124,110,117,108,108,125,44,99,111,109,112,117,116,101,100,83,105,122,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,40,116,104,105,115,46,105,115,71,114,111,117,112,63,116,104,105,115,46,98,118,71,114,111,117,112,46,115,105,122,101,58,116,104,105,115,46,115,105,122,101,41,124,124,34,34,125,44,99,111,109,112,117,116,101,100,83,116,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,115,71,114,111,117,112,63,116,104,105,115,46,98,118,71,114,111,117,112,46,99,111,109,112,117,116,101,100,83,116,97,116,101,58,120,116,40,116,104,105,115,46,115,116,97,116,101,41,63,116,104,105,115,46,115,116,97,116,101,58,110,117,108,108,125,44,99,111,109,112,117,116,101,100,66,117,116,116,111,110,86,97,114,105,97,110,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,98,117,116,116,111,110,86,97,114,105,97,110,116,59,114,101,116,117,114,110,32,116,124,124,40,116,104,105,115,46,105,115,71,114,111,117,112,38,38,116,104,105,115,46,98,118,71,114,111,117,112,46,98,117,116,116,111,110,86,97,114,105,97,110,116,63,116,104,105,115,46,98,118,71,114,111,117,112,46,98,117,116,116,111,110,86,97,114,105,97,110,116,58,34,115,101,99,111,110,100,97,114,121,34,41,125,44,98,117,116,116,111,110,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,105,122,101,59,114,101,116,117,114,110,91,34,98,116,110,34,44,34,98,116,110,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,99,111,109,112,117,116,101,100,66,117,116,116,111,110,86,97,114,105,97,110,116,41,44,40,116,61,123,125,44,67,109,40,116,44,34,98,116,110,45,34,46,99,111,110,99,97,116,40,101,41,44,101,41,44,67,109,40,116,44,34,100,105,115,97,98,108,101,100,34,44,116,104,105,115,46,105,115,68,105,115,97,98,108,101,100,41,44,67,109,40,116,44,34,97,99,116,105,118,101,34,44,116,104,105,115,46,105,115,67,104,101,99,107,101,100,41,44,67,109,40,116,44,34,102,111,99,117,115,34,44,116,104,105,115,46,104,97,115,70,111,99,117,115,41,44,116,41,93,125,44,99,111,109,112,117,116,101,100,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,105,115,68,105,115,97,98,108,101,100,44,101,61,116,104,105,115,46,105,115,82,101,113,117,105,114,101,100,59,114,101,116,117,114,110,32,107,109,40,107,109,40,123,125,44,116,104,105,115,46,98,118,65,116,116,114,115,41,44,123,125,44,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,44,116,121,112,101,58,116,104,105,115,46,105,115,82,97,100,105,111,63,34,114,97,100,105,111,34,58,34,99,104,101,99,107,98,111,120,34,44,110,97,109,101,58,116,104,105,115,46,99,111,109,112,117,116,101,100,78,97,109,101,44,102,111,114,109,58,116,104,105,115,46,99,111,109,112,117,116,101,100,70,111,114,109,44,100,105,115,97,98,108,101,100,58,116,44,114,101,113,117,105,114,101,100,58,101,44,34,97,114,105,97,45,114,101,113,117,105,114,101,100,34,58,101,124,124,110,117,108,108,44,34,97,114,105,97,45,108,97,98,101,108,34,58,116,104,105,115,46,97,114,105,97,76,97,98,101,108,124,124,110,117,108,108,44,34,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,34,58,116,104,105,115,46,97,114,105,97,76,97,98,101,108,108,101,100,98,121,124,124,110,117,108,108,125,41,125,125,44,119,97,116,99,104,58,40,114,109,61,123,125,44,67,109,40,114,109,44,65,109,44,40,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,91,34,34,46,99,111,110,99,97,116,40,65,109,44,34,87,97,116,99,104,101,114,34,41,93,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,41,41,44,67,109,40,114,109,44,34,99,111,109,112,117,116,101,100,76,111,99,97,108,67,104,101,99,107,101,100,34,44,40,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,67,104,101,99,107,101,100,87,97,116,99,104,101,114,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,41,41,44,114,109,41,44,109,101,116,104,111,100,115,58,40,105,109,61,123,125,44,67,109,40,105,109,44,34,34,46,99,111,110,99,97,116,40,65,109,44,34,87,97,116,99,104,101,114,34,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,119,108,40,116,44,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,67,104,101,99,107,101,100,41,124,124,40,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,67,104,101,99,107,101,100,61,116,41,125,41,41,44,67,109,40,105,109,44,34,99,111,109,112,117,116,101,100,76,111,99,97,108,67,104,101,99,107,101,100,87,97,116,99,104,101,114,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,119,108,40,116,44,101,41,124,124,116,104,105,115,46,36,101,109,105,116,40,68,109,44,116,41,125,41,41,44,67,109,40,105,109,44,34,104,97,110,100,108,101,67,104,97,110,103,101,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,46,116,97,114,103,101,116,46,99,104,101,99,107,101,100,44,114,61,116,104,105,115,46,118,97,108,117,101,44,105,61,110,63,114,58,110,117,108,108,59,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,67,104,101,99,107,101,100,61,114,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,36,101,109,105,116,40,99,105,44,105,41,44,101,46,105,115,71,114,111,117,112,38,38,101,46,98,118,71,114,111,117,112,46,36,101,109,105,116,40,99,105,44,105,41,125,41,41,125,41,41,44,67,109,40,105,109,44,34,104,97,110,100,108,101,70,111,99,117,115,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,116,97,114,103,101,116,38,38,40,34,102,111,99,117,115,34,61,61,61,116,46,116,121,112,101,63,116,104,105,115,46,104,97,115,70,111,99,117,115,61,33,48,58,34,98,108,117,114,34,61,61,61,116,46,116,121,112,101,38,38,40,116,104,105,115,46,104,97,115,70,111,99,117,115,61,33,49,41,41,125,41,41,44,67,109,40,105,109,44,34,102,111,99,117,115,34,44,40,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,68,105,115,97,98,108,101,100,124,124,113,115,40,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,41,125,41,41,44,67,109,40,105,109,44,34,98,108,117,114,34,44,40,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,68,105,115,97,98,108,101,100,124,124,71,115,40,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,41,125,41,41,44,105,109,41,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,105,115,82,97,100,105,111,44,110,61,116,104,105,115,46,105,115,66,116,110,77,111,100,101,44,114,61,116,104,105,115,46,105,115,80,108,97,105,110,44,105,61,116,104,105,115,46,105,115,67,117,115,116,111,109,44,111,61,116,104,105,115,46,105,115,73,110,108,105,110,101,44,97,61,116,104,105,115,46,105,115,83,119,105,116,99,104,44,115,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,105,122,101,44,99,61,116,104,105,115,46,98,118,65,116,116,114,115,44,117,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,44,108,61,116,40,34,105,110,112,117,116,34,44,123,99,108,97,115,115,58,91,123,34,102,111,114,109,45,99,104,101,99,107,45,105,110,112,117,116,34,58,114,44,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,34,58,105,44,34,112,111,115,105,116,105,111,110,45,115,116,97,116,105,99,34,58,114,38,38,33,117,125,44,110,63,34,34,58,116,104,105,115,46,115,116,97,116,101,67,108,97,115,115,93,44,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,109,111,100,101,108,34,44,118,97,108,117,101,58,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,67,104,101,99,107,101,100,125,93,44,97,116,116,114,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,65,116,116,114,115,44,100,111,109,80,114,111,112,115,58,123,118,97,108,117,101,58,116,104,105,115,46,118,97,108,117,101,44,99,104,101,99,107,101,100,58,116,104,105,115,46,105,115,67,104,101,99,107,101,100,125,44,111,110,58,107,109,40,123,99,104,97,110,103,101,58,116,104,105,115,46,104,97,110,100,108,101,67,104,97,110,103,101,125,44,110,63,123,102,111,99,117,115,58,116,104,105,115,46,104,97,110,100,108,101,70,111,99,117,115,44,98,108,117,114,58,116,104,105,115,46,104,97,110,100,108,101,70,111,99,117,115,125,58,123,125,41,44,107,101,121,58,34,105,110,112,117,116,34,44,114,101,102,58,34,105,110,112,117,116,34,125,41,59,105,102,40,110,41,123,118,97,114,32,102,61,116,40,34,108,97,98,101,108,34,44,123,99,108,97,115,115,58,116,104,105,115,46,98,117,116,116,111,110,67,108,97,115,115,101,115,125,44,91,108,44,117,93,41,59,114,101,116,117,114,110,32,116,104,105,115,46,105,115,71,114,111,117,112,124,124,40,102,61,116,40,34,100,105,118,34,44,123,99,108,97,115,115,58,91,34,98,116,110,45,103,114,111,117,112,45,116,111,103,103,108,101,34,44,34,100,45,105,110,108,105,110,101,45,98,108,111,99,107,34,93,125,44,91,102,93,41,41,44,102,125,118,97,114,32,104,61,116,40,41,59,114,101,116,117,114,110,32,114,38,38,33,117,124,124,40,104,61,116,40,34,108,97,98,101,108,34,44,123,99,108,97,115,115,58,123,34,102,111,114,109,45,99,104,101,99,107,45,108,97,98,101,108,34,58,114,44,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,34,58,105,125,44,97,116,116,114,115,58,123,102,111,114,58,116,104,105,115,46,115,97,102,101,73,100,40,41,125,125,44,117,41,41,44,116,40,34,100,105,118,34,44,123,99,108,97,115,115,58,91,67,109,40,123,34,102,111,114,109,45,99,104,101,99,107,34,58,114,44,34,102,111,114,109,45,99,104,101,99,107,45,105,110,108,105,110,101,34,58,114,38,38,111,44,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,34,58,105,44,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,108,105,110,101,34,58,105,38,38,111,44,34,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,34,58,105,38,38,33,101,38,38,33,97,44,34,99,117,115,116,111,109,45,115,119,105,116,99,104,34,58,97,44,34,99,117,115,116,111,109,45,114,97,100,105,111,34,58,105,38,38,101,125,44,34,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,34,46,99,111,110,99,97,116,40,115,41,44,115,38,38,33,110,41,44,99,46,99,108,97,115,115,93,44,115,116,121,108,101,58,99,46,115,116,121,108,101,125,44,91,108,44,104,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,73,109,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,36,109,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,73,109,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,70,109,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,73,109,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,70,109,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,66,109,61,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,44,82,109,61,115,111,43,66,109,44,78,109,61,104,99,40,75,116,40,36,109,40,36,109,40,123,125,44,76,109,41,44,123,125,44,40,80,109,61,123,125,44,70,109,40,80,109,44,66,109,44,99,99,40,118,111,44,33,49,41,41,44,70,109,40,80,109,44,34,115,119,105,116,99,104,34,44,99,99,40,118,111,44,33,49,41,41,44,70,109,40,80,109,44,34,117,110,99,104,101,99,107,101,100,86,97,108,117,101,34,44,99,99,40,104,111,44,33,49,41,41,44,70,109,40,80,109,44,34,118,97,108,117,101,34,44,99,99,40,104,111,44,33,48,41,41,44,80,109,41,41,41,44,120,110,41,44,122,109,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,120,110,44,109,105,120,105,110,115,58,91,77,109,93,44,105,110,106,101,99,116,58,123,98,118,71,114,111,117,112,58,123,102,114,111,109,58,34,98,118,67,104,101,99,107,71,114,111,117,112,34,44,100,101,102,97,117,108,116,58,110,117,108,108,125,125,44,112,114,111,112,115,58,78,109,44,99,111,109,112,117,116,101,100,58,123,105,115,67,104,101,99,107,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,118,97,108,117,101,44,101,61,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,67,104,101,99,107,101,100,59,114,101,116,117,114,110,32,67,116,40,101,41,63,112,109,40,101,44,116,41,62,45,49,58,119,108,40,101,44,116,41,125,44,105,115,82,97,100,105,111,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,49,125,125,44,119,97,116,99,104,58,70,109,40,123,125,44,66,109,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,119,108,40,116,44,101,41,124,124,116,104,105,115,46,115,101,116,73,110,100,101,116,101,114,109,105,110,97,116,101,40,116,41,125,41,41,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,73,110,100,101,116,101,114,109,105,110,97,116,101,40,116,104,105,115,91,66,109,93,41,125,44,109,101,116,104,111,100,115,58,123,99,111,109,112,117,116,101,100,76,111,99,97,108,67,104,101,99,107,101,100,87,97,116,99,104,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,119,108,40,116,44,101,41,41,123,116,104,105,115,46,36,101,109,105,116,40,68,109,44,116,41,59,118,97,114,32,110,61,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,59,110,38,38,116,104,105,115,46,36,101,109,105,116,40,82,109,44,110,46,105,110,100,101,116,101,114,109,105,110,97,116,101,41,125,125,44,104,97,110,100,108,101,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,46,116,97,114,103,101,116,44,114,61,110,46,99,104,101,99,107,101,100,44,105,61,110,46,105,110,100,101,116,101,114,109,105,110,97,116,101,44,111,61,116,104,105,115,46,118,97,108,117,101,44,97,61,116,104,105,115,46,117,110,99,104,101,99,107,101,100,86,97,108,117,101,44,115,61,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,67,104,101,99,107,101,100,59,105,102,40,67,116,40,115,41,41,123,118,97,114,32,99,61,112,109,40,115,44,111,41,59,114,38,38,99,60,48,63,115,61,115,46,99,111,110,99,97,116,40,111,41,58,33,114,38,38,99,62,45,49,38,38,40,115,61,115,46,115,108,105,99,101,40,48,44,99,41,46,99,111,110,99,97,116,40,115,46,115,108,105,99,101,40,99,43,49,41,41,41,125,101,108,115,101,32,115,61,114,63,111,58,97,59,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,67,104,101,99,107,101,100,61,115,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,36,101,109,105,116,40,99,105,44,115,41,44,101,46,105,115,71,114,111,117,112,38,38,101,46,98,118,71,114,111,117,112,46,36,101,109,105,116,40,99,105,44,115,41,44,101,46,36,101,109,105,116,40,82,109,44,105,41,125,41,41,125,44,115,101,116,73,110,100,101,116,101,114,109,105,110,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,67,116,40,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,67,104,101,99,107,101,100,41,38,38,40,116,61,33,49,41,59,118,97,114,32,101,61,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,59,101,38,38,40,101,46,105,110,100,101,116,101,114,109,105,110,97,116,101,61,116,44,116,104,105,115,46,36,101,109,105,116,40,82,109,44,116,41,41,125,125,125,41,59,102,117,110,99,116,105,111,110,32,86,109,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,72,109,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,86,109,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,85,109,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,86,109,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,85,109,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,87,109,44,113,109,61,104,99,40,75,116,40,72,109,40,72,109,40,72,109,40,72,109,40,72,109,40,123,125,44,69,104,41,44,103,109,41,44,76,109,41,44,119,109,41,44,120,109,41,41,44,69,110,41,44,71,109,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,69,110,44,109,105,120,105,110,115,58,91,65,104,44,77,109,44,109,109,44,95,109,44,79,109,93,44,105,110,106,101,99,116,58,123,98,118,71,114,111,117,112,58,123,102,114,111,109,58,34,98,118,82,97,100,105,111,71,114,111,117,112,34,44,100,101,102,97,117,108,116,58,33,49,125,125,44,112,114,111,112,115,58,113,109,44,119,97,116,99,104,58,123,99,111,109,112,117,116,101,100,76,111,99,97,108,67,104,101,99,107,101,100,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,119,108,40,116,44,101,41,124,124,116,104,105,115,46,36,101,109,105,116,40,68,109,44,116,41,125,125,125,41,59,102,117,110,99,116,105,111,110,32,89,109,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,75,109,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,89,109,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,88,109,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,89,109,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,88,109,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,90,109,44,74,109,61,91,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,44,34,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,34,93,44,81,109,61,103,99,40,34,99,104,101,99,107,101,100,34,41,44,116,98,61,81,109,46,109,105,120,105,110,44,101,98,61,81,109,46,112,114,111,112,115,44,110,98,61,81,109,46,112,114,111,112,44,114,98,61,81,109,46,101,118,101,110,116,44,105,98,61,104,99,40,75,116,40,75,109,40,75,109,40,75,109,40,75,109,40,75,109,40,75,109,40,75,109,40,75,109,40,123,125,44,69,104,41,44,101,98,41,44,103,109,41,44,75,103,41,44,119,109,41,44,120,109,41,44,98,109,41,44,123,125,44,123,97,114,105,97,73,110,118,97,108,105,100,58,99,99,40,84,111,44,33,49,41,44,98,117,116,116,111,110,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,98,117,116,116,111,110,115,58,99,99,40,118,111,44,33,49,41,44,115,116,97,99,107,101,100,58,99,99,40,118,111,44,33,49,41,44,118,97,108,105,100,97,116,101,100,58,99,99,40,118,111,44,33,49,41,125,41,41,44,34,102,111,114,109,82,97,100,105,111,67,104,101,99,107,71,114,111,117,112,115,34,41,44,111,98,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,109,105,120,105,110,115,58,91,65,104,44,116,98,44,121,99,44,109,109,44,88,103,44,95,109,44,79,109,44,121,109,93,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,105,98,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,99,97,108,67,104,101,99,107,101,100,58,116,104,105,115,91,110,98,93,125,125,44,99,111,109,112,117,116,101,100,58,123,105,110,108,105,110,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,115,116,97,99,107,101,100,125,44,103,114,111,117,112,78,97,109,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,110,97,109,101,124,124,116,104,105,115,46,115,97,102,101,73,100,40,41,125,44,103,114,111,117,112,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,105,110,108,105,110,101,44,101,61,116,104,105,115,46,115,105,122,101,44,110,61,116,104,105,115,46,118,97,108,105,100,97,116,101,100,44,114,61,123,34,119,97,115,45,118,97,108,105,100,97,116,101,100,34,58,110,125,59,114,101,116,117,114,110,32,116,104,105,115,46,98,117,116,116,111,110,115,38,38,40,114,61,91,114,44,34,98,116,110,45,103,114,111,117,112,45,116,111,103,103,108,101,34,44,88,109,40,123,34,98,116,110,45,103,114,111,117,112,34,58,116,44,34,98,116,110,45,103,114,111,117,112,45,118,101,114,116,105,99,97,108,34,58,33,116,125,44,34,98,116,110,45,103,114,111,117,112,45,34,46,99,111,110,99,97,116,40,101,41,44,101,41,93,41,44,114,125,125,44,119,97,116,99,104,58,40,87,109,61,123,125,44,88,109,40,87,109,44,110,98,44,40,102,117,110,99,116,105,111,110,40,116,41,123,119,108,40,116,44,116,104,105,115,46,108,111,99,97,108,67,104,101,99,107,101,100,41,124,124,40,116,104,105,115,46,108,111,99,97,108,67,104,101,99,107,101,100,61,116,41,125,41,41,44,88,109,40,87,109,44,34,108,111,99,97,108,67,104,101,99,107,101,100,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,119,108,40,116,44,101,41,124,124,116,104,105,115,46,36,101,109,105,116,40,114,98,44,116,41,125,41,41,44,87,109,41,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,105,115,82,97,100,105,111,71,114,111,117,112,44,114,61,113,116,40,116,104,105,115,46,36,97,116,116,114,115,44,74,109,41,44,105,61,110,63,71,109,58,122,109,44,111,61,116,104,105,115,46,102,111,114,109,79,112,116,105,111,110,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,110,44,111,41,123,118,97,114,32,97,61,34,66,86,95,111,112,116,105,111,110,95,34,46,99,111,110,99,97,116,40,111,41,59,114,101,116,117,114,110,32,116,40,105,44,123,112,114,111,112,115,58,123,100,105,115,97,98,108,101,100,58,110,46,100,105,115,97,98,108,101,100,124,124,33,49,44,105,100,58,101,46,115,97,102,101,73,100,40,97,41,44,118,97,108,117,101,58,110,46,118,97,108,117,101,125,44,97,116,116,114,115,58,114,44,107,101,121,58,97,125,44,91,116,40,34,115,112,97,110,34,44,123,100,111,109,80,114,111,112,115,58,107,102,40,110,46,104,116,109,108,44,110,46,116,101,120,116,41,125,41,93,41,125,41,41,59,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,123,99,108,97,115,115,58,91,116,104,105,115,46,103,114,111,117,112,67,108,97,115,115,101,115,44,34,98,118,45,110,111,45,102,111,99,117,115,45,114,105,110,103,34,93,44,97,116,116,114,115,58,75,109,40,75,109,40,123,125,44,71,116,40,116,104,105,115,46,36,97,116,116,114,115,44,74,109,41,41,44,123,125,44,123,34,97,114,105,97,45,105,110,118,97,108,105,100,34,58,116,104,105,115,46,99,111,109,112,117,116,101,100,65,114,105,97,73,110,118,97,108,105,100,44,34,97,114,105,97,45,114,101,113,117,105,114,101,100,34,58,116,104,105,115,46,114,101,113,117,105,114,101,100,63,34,116,114,117,101,34,58,110,117,108,108,44,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,44,114,111,108,101,58,110,63,34,114,97,100,105,111,103,114,111,117,112,34,58,34,103,114,111,117,112,34,44,116,97,98,105,110,100,101,120,58,34,45,49,34,125,41,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,90,111,41,44,111,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,97,98,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,115,98,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,97,98,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,99,98,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,97,98,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,99,98,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,117,98,61,104,99,40,75,116,40,115,98,40,115,98,40,123,125,44,105,98,41,44,123,125,44,40,90,109,61,123,125,44,99,98,40,90,109,44,110,98,44,99,99,40,112,111,44,91,93,41,41,44,99,98,40,90,109,44,34,115,119,105,116,99,104,101,115,34,44,99,99,40,118,111,44,33,49,41,41,44,90,109,41,41,41,44,79,110,41,44,108,98,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,79,110,44,109,105,120,105,110,115,58,91,111,98,93,44,112,114,111,118,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,98,118,67,104,101,99,107,71,114,111,117,112,58,116,104,105,115,125,125,44,112,114,111,112,115,58,117,98,44,99,111,109,112,117,116,101,100,58,123,105,115,82,97,100,105,111,71,114,111,117,112,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,49,125,125,125,41,44,102,98,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,70,111,114,109,67,104,101,99,107,98,111,120,58,122,109,44,66,67,104,101,99,107,98,111,120,58,122,109,44,66,67,104,101,99,107,58,122,109,44,66,70,111,114,109,67,104,101,99,107,98,111,120,71,114,111,117,112,58,108,98,44,66,67,104,101,99,107,98,111,120,71,114,111,117,112,58,108,98,44,66,67,104,101,99,107,71,114,111,117,112,58,108,98,125,125,41,44,104,98,61,34,95,95,66,86,95,104,111,118,101,114,95,104,97,110,100,108,101,114,95,95,34,44,100,98,61,34,109,111,117,115,101,101,110,116,101,114,34,44,112,98,61,34,109,111,117,115,101,108,101,97,118,101,34,44,118,98,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,102,117,110,99,116,105,111,110,40,101,41,123,116,40,101,46,116,121,112,101,61,61,61,100,98,44,101,41,125,59,114,101,116,117,114,110,32,101,46,102,110,61,116,44,101,125,44,103,98,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,79,99,40,116,44,101,44,100,98,44,110,44,102,111,41,44,79,99,40,116,44,101,44,112,98,44,110,44,102,111,41,125,44,109,98,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,118,97,108,117,101,44,114,61,118,111,105,100,32,48,61,61,61,110,63,110,117,108,108,58,110,59,105,102,40,117,41,123,118,97,114,32,105,61,116,91,104,98,93,44,111,61,95,116,40,105,41,44,97,61,33,40,111,38,38,105,46,102,110,61,61,61,114,41,59,111,38,38,97,38,38,40,103,98,40,33,49,44,116,44,105,41,44,100,101,108,101,116,101,32,116,91,104,98,93,41,44,95,116,40,114,41,38,38,97,38,38,40,116,91,104,98,93,61,118,98,40,114,41,44,103,98,40,33,48,44,116,44,116,91,104,98,93,41,41,125,125,44,98,98,61,123,98,105,110,100,58,109,98,44,99,111,109,112,111,110,101,110,116,85,112,100,97,116,101,100,58,109,98,44,117,110,98,105,110,100,58,102,117,110,99,116,105,111,110,40,116,41,123,109,98,40,116,44,123,118,97,108,117,101,58,110,117,108,108,125,41,125,125,59,102,117,110,99,116,105,111,110,32,121,98,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,119,98,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,121,98,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,95,98,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,121,98,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,95,98,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,120,98,44,79,98,61,75,116,40,119,98,40,119,98,40,119,98,40,119,98,40,119,98,40,119,98,40,123,125,44,69,104,41,44,119,109,41,44,120,109,41,44,71,116,40,81,118,44,91,34,100,105,115,97,98,108,101,100,34,93,41,41,44,71,116,40,103,109,44,91,34,97,117,116,111,102,111,99,117,115,34,93,41,41,44,123,125,44,123,98,117,116,116,111,110,79,110,108,121,58,99,99,40,118,111,44,33,49,41,44,98,117,116,116,111,110,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,115,101,99,111,110,100,97,114,121,34,41,44,102,111,114,109,97,116,116,101,100,86,97,108,117,101,58,99,99,40,95,111,41,44,108,97,98,101,108,83,101,108,101,99,116,101,100,58,99,99,40,95,111,41,44,108,97,110,103,58,99,99,40,95,111,41,44,109,101,110,117,67,108,97,115,115,58,99,99,40,83,111,41,44,112,108,97,99,101,104,111,108,100,101,114,58,99,99,40,95,111,41,44,114,101,97,100,111,110,108,121,58,99,99,40,118,111,44,33,49,41,44,114,116,108,58,99,99,40,118,111,44,110,117,108,108,41,44,118,97,108,117,101,58,99,99,40,95,111,44,34,34,41,125,41,41,44,83,98,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,71,114,44,100,105,114,101,99,116,105,118,101,115,58,123,34,98,45,104,111,118,101,114,34,58,98,98,125,44,109,105,120,105,110,115,58,91,65,104,44,95,109,44,79,109,44,116,103,44,121,99,93,44,112,114,111,112,115,58,79,98,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,105,115,72,111,118,101,114,101,100,58,33,49,44,104,97,115,70,111,99,117,115,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,105,100,66,117,116,116,111,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,41,125,44,105,100,76,97,98,101,108,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,34,95,118,97,108,117,101,95,34,41,125,44,105,100,77,101,110,117,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,34,95,100,105,97,108,111,103,95,34,41,125,44,105,100,87,114,97,112,112,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,34,95,111,117,116,101,114,95,34,41,125,44,99,111,109,112,117,116,101,100,68,105,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,61,61,61,116,104,105,115,46,114,116,108,63,34,114,116,108,34,58,33,49,61,61,61,116,104,105,115,46,114,116,108,63,34,108,116,114,34,58,110,117,108,108,125,125,44,109,101,116,104,111,100,115,58,123,102,111,99,117,115,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,113,115,40,116,104,105,115,46,36,114,101,102,115,46,116,111,103,103,108,101,41,125,44,98,108,117,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,71,115,40,116,104,105,115,46,36,114,101,102,115,46,116,111,103,103,108,101,41,125,44,115,101,116,70,111,99,117,115,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,104,97,115,70,111,99,117,115,61,34,102,111,99,117,115,34,61,61,61,116,46,116,121,112,101,125,44,104,97,110,100,108,101,72,111,118,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,105,115,72,111,118,101,114,101,100,61,116,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,116,104,105,115,46,105,100,66,117,116,116,111,110,44,114,61,116,104,105,115,46,105,100,76,97,98,101,108,44,105,61,116,104,105,115,46,105,100,77,101,110,117,44,111,61,116,104,105,115,46,105,100,87,114,97,112,112,101,114,44,97,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,115,61,116,104,105,115,46,114,101,97,100,111,110,108,121,44,99,61,116,104,105,115,46,114,101,113,117,105,114,101,100,44,117,61,116,104,105,115,46,110,97,109,101,44,108,61,116,104,105,115,46,115,116,97,116,101,44,102,61,116,104,105,115,46,118,105,115,105,98,108,101,44,104,61,116,104,105,115,46,115,105,122,101,44,100,61,116,104,105,115,46,105,115,72,111,118,101,114,101,100,44,112,61,116,104,105,115,46,104,97,115,70,111,99,117,115,44,118,61,116,104,105,115,46,108,97,98,101,108,83,101,108,101,99,116,101,100,44,103,61,116,104,105,115,46,98,117,116,116,111,110,86,97,114,105,97,110,116,44,109,61,116,104,105,115,46,98,117,116,116,111,110,79,110,108,121,44,98,61,97,115,40,116,104,105,115,46,118,97,108,117,101,41,124,124,34,34,44,121,61,33,49,61,61,61,108,124,124,99,38,38,33,98,44,119,61,123,105,115,72,111,118,101,114,101,100,58,100,44,104,97,115,70,111,99,117,115,58,112,44,115,116,97,116,101,58,108,44,111,112,101,110,101,100,58,102,125,44,95,61,116,40,34,98,117,116,116,111,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,116,110,34,44,99,108,97,115,115,58,40,101,61,123,125,44,95,98,40,101,44,34,98,116,110,45,34,46,99,111,110,99,97,116,40,103,41,44,109,41,44,95,98,40,101,44,34,98,116,110,45,34,46,99,111,110,99,97,116,40,104,41,44,104,41,44,95,98,40,101,44,34,104,45,97,117,116,111,34,44,33,109,41,44,95,98,40,101,44,34,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,34,44,109,41,44,95,98,40,101,44,34,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,45,110,111,45,99,97,114,101,116,34,44,109,41,44,101,41,44,97,116,116,114,115,58,123,105,100,58,110,44,116,121,112,101,58,34,98,117,116,116,111,110,34,44,100,105,115,97,98,108,101,100,58,97,44,34,97,114,105,97,45,104,97,115,112,111,112,117,112,34,58,34,100,105,97,108,111,103,34,44,34,97,114,105,97,45,101,120,112,97,110,100,101,100,34,58,102,63,34,116,114,117,101,34,58,34,102,97,108,115,101,34,44,34,97,114,105,97,45,105,110,118,97,108,105,100,34,58,121,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,114,101,113,117,105,114,101,100,34,58,99,63,34,116,114,117,101,34,58,110,117,108,108,125,44,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,98,45,104,111,118,101,114,34,44,118,97,108,117,101,58,116,104,105,115,46,104,97,110,100,108,101,72,111,118,101,114,125,93,44,111,110,58,123,109,111,117,115,101,100,111,119,110,58,116,104,105,115,46,111,110,77,111,117,115,101,100,111,119,110,44,99,108,105,99,107,58,116,104,105,115,46,116,111,103,103,108,101,44,107,101,121,100,111,119,110,58,116,104,105,115,46,116,111,103,103,108,101,44,34,33,102,111,99,117,115,34,58,116,104,105,115,46,115,101,116,70,111,99,117,115,44,34,33,98,108,117,114,34,58,116,104,105,115,46,115,101,116,70,111,99,117,115,125,44,114,101,102,58,34,116,111,103,103,108,101,34,125,44,91,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,78,111,41,63,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,78,111,44,119,41,58,116,40,78,117,44,123,112,114,111,112,115,58,123,115,99,97,108,101,58,49,46,50,53,125,125,41,93,41,44,120,61,116,40,41,59,117,38,38,33,97,38,38,40,120,61,116,40,34,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,116,121,112,101,58,34,104,105,100,100,101,110,34,44,110,97,109,101,58,117,124,124,110,117,108,108,44,102,111,114,109,58,116,104,105,115,46,102,111,114,109,124,124,110,117,108,108,44,118,97,108,117,101,58,98,125,125,41,41,59,118,97,114,32,79,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,114,111,112,100,111,119,110,45,109,101,110,117,34,44,99,108,97,115,115,58,91,116,104,105,115,46,109,101,110,117,67,108,97,115,115,44,123,115,104,111,119,58,102,44,34,100,114,111,112,100,111,119,110,45,109,101,110,117,45,114,105,103,104,116,34,58,116,104,105,115,46,114,105,103,104,116,125,93,44,97,116,116,114,115,58,123,105,100,58,105,44,114,111,108,101,58,34,100,105,97,108,111,103,34,44,116,97,98,105,110,100,101,120,58,34,45,49,34,44,34,97,114,105,97,45,109,111,100,97,108,34,58,34,102,97,108,115,101,34,44,34,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,34,58,114,125,44,111,110,58,123,107,101,121,100,111,119,110,58,116,104,105,115,46,111,110,75,101,121,100,111,119,110,125,44,114,101,102,58,34,109,101,110,117,34,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,72,111,44,123,111,112,101,110,101,100,58,102,125,41,93,41,44,83,61,116,40,34,108,97,98,101,108,34,44,123,99,108,97,115,115,58,109,63,34,115,114,45,111,110,108,121,34,58,91,34,102,111,114,109,45,99,111,110,116,114,111,108,34,44,123,34,116,101,120,116,45,109,117,116,101,100,34,58,33,98,125,44,116,104,105,115,46,115,116,97,116,101,67,108,97,115,115,44,116,104,105,115,46,115,105,122,101,70,111,114,109,67,108,97,115,115,93,44,97,116,116,114,115,58,123,105,100,58,114,44,102,111,114,58,110,44,34,97,114,105,97,45,105,110,118,97,108,105,100,34,58,121,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,114,101,113,117,105,114,101,100,34,58,99,63,34,116,114,117,101,34,58,110,117,108,108,125,44,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,98,45,104,111,118,101,114,34,44,118,97,108,117,101,58,116,104,105,115,46,104,97,110,100,108,101,72,111,118,101,114,125,93,44,111,110,58,123,34,33,99,108,105,99,107,34,58,102,117,110,99,116,105,111,110,40,116,41,123,83,99,40,116,44,123,112,114,101,118,101,110,116,68,101,102,97,117,108,116,58,33,49,125,41,125,125,125,44,91,98,63,116,104,105,115,46,102,111,114,109,97,116,116,101,100,86,97,108,117,101,124,124,98,58,116,104,105,115,46,112,108,97,99,101,104,111,108,100,101,114,124,124,34,34,44,98,38,38,118,63,116,40,34,98,100,105,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,115,114,45,111,110,108,121,34,125,44,118,41,58,34,34,93,41,59,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,102,111,114,109,45,98,116,110,45,108,97,98,101,108,45,99,111,110,116,114,111,108,32,100,114,111,112,100,111,119,110,34,44,99,108,97,115,115,58,91,116,104,105,115,46,100,105,114,101,99,116,105,111,110,67,108,97,115,115,44,116,104,105,115,46,98,111,117,110,100,97,114,121,67,108,97,115,115,44,91,123,34,98,116,110,45,103,114,111,117,112,34,58,109,44,34,102,111,114,109,45,99,111,110,116,114,111,108,34,58,33,109,44,102,111,99,117,115,58,112,38,38,33,109,44,115,104,111,119,58,102,44,34,105,115,45,118,97,108,105,100,34,58,33,48,61,61,61,108,44,34,105,115,45,105,110,118,97,108,105,100,34,58,33,49,61,61,61,108,125,44,109,63,110,117,108,108,58,116,104,105,115,46,115,105,122,101,70,111,114,109,67,108,97,115,115,93,93,44,97,116,116,114,115,58,123,105,100,58,111,44,114,111,108,101,58,109,63,110,117,108,108,58,34,103,114,111,117,112,34,44,108,97,110,103,58,116,104,105,115,46,108,97,110,103,124,124,110,117,108,108,44,100,105,114,58,116,104,105,115,46,99,111,109,112,117,116,101,100,68,105,114,44,34,97,114,105,97,45,100,105,115,97,98,108,101,100,34,58,97,44,34,97,114,105,97,45,114,101,97,100,111,110,108,121,34,58,115,38,38,33,97,44,34,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,34,58,114,44,34,97,114,105,97,45,105,110,118,97,108,105,100,34,58,33,49,61,61,61,108,124,124,99,38,38,33,98,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,114,101,113,117,105,114,101,100,34,58,99,63,34,116,114,117,101,34,58,110,117,108,108,125,125,44,91,95,44,120,44,79,44,83,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,107,98,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,67,98,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,107,98,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,80,98,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,107,98,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,80,98,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,84,98,44,106,98,61,103,99,40,34,118,97,108,117,101,34,44,123,116,121,112,101,58,106,111,125,41,44,69,98,61,106,98,46,109,105,120,105,110,44,65,98,61,106,98,46,112,114,111,112,115,44,68,98,61,106,98,46,112,114,111,112,44,76,98,61,106,98,46,101,118,101,110,116,44,77,98,61,71,116,40,78,104,44,91,34,98,108,111,99,107,34,44,34,104,105,100,100,101,110,34,44,34,105,100,34,44,34,110,111,75,101,121,78,97,118,34,44,34,114,111,108,101,68,101,115,99,114,105,112,116,105,111,110,34,44,34,118,97,108,117,101,34,44,34,119,105,100,116,104,34,93,41,44,73,98,61,71,116,40,79,98,44,91,34,102,111,114,109,97,116,116,101,100,86,97,108,117,101,34,44,34,105,100,34,44,34,108,97,110,103,34,44,34,114,116,108,34,44,34,118,97,108,117,101,34,93,41,44,36,98,61,104,99,40,75,116,40,67,98,40,67,98,40,67,98,40,67,98,40,67,98,40,123,125,44,69,104,41,44,65,98,41,44,77,98,41,44,73,98,41,44,123,125,44,123,99,97,108,101,110,100,97,114,87,105,100,116,104,58,99,99,40,95,111,44,34,50,55,48,112,120,34,41,44,99,108,111,115,101,66,117,116,116,111,110,58,99,99,40,118,111,44,33,49,41,44,99,108,111,115,101,66,117,116,116,111,110,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,34,41,44,100,97,114,107,58,99,99,40,118,111,44,33,49,41,44,108,97,98,101,108,67,108,111,115,101,66,117,116,116,111,110,58,99,99,40,95,111,44,34,67,108,111,115,101,34,41,44,108,97,98,101,108,82,101,115,101,116,66,117,116,116,111,110,58,99,99,40,95,111,44,34,82,101,115,101,116,34,41,44,108,97,98,101,108,84,111,100,97,121,66,117,116,116,111,110,58,99,99,40,95,111,44,34,83,101,108,101,99,116,32,116,111,100,97,121,34,41,44,110,111,67,108,111,115,101,79,110,83,101,108,101,99,116,58,99,99,40,118,111,44,33,49,41,44,114,101,115,101,116,66,117,116,116,111,110,58,99,99,40,118,111,44,33,49,41,44,114,101,115,101,116,66,117,116,116,111,110,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,111,117,116,108,105,110,101,45,100,97,110,103,101,114,34,41,44,114,101,115,101,116,86,97,108,117,101,58,99,99,40,106,111,41,44,116,111,100,97,121,66,117,116,116,111,110,58,99,99,40,118,111,44,33,49,41,44,116,111,100,97,121,66,117,116,116,111,110,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,111,117,116,108,105,110,101,45,112,114,105,109,97,114,121,34,41,125,41,41,44,107,110,41,44,70,98,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,107,110,44,109,105,120,105,110,115,58,91,65,104,44,69,98,93,44,112,114,111,112,115,58,36,98,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,99,97,108,89,77,68,58,112,104,40,116,104,105,115,91,68,98,93,41,124,124,34,34,44,105,115,86,105,115,105,98,108,101,58,33,49,44,108,111,99,97,108,76,111,99,97,108,101,58,110,117,108,108,44,105,115,82,84,76,58,33,49,44,102,111,114,109,97,116,116,101,100,86,97,108,117,101,58,34,34,44,97,99,116,105,118,101,89,77,68,58,34,34,125,125,44,99,111,109,112,117,116,101,100,58,123,99,97,108,101,110,100,97,114,89,77,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,97,99,116,105,118,101,89,77,68,46,115,108,105,99,101,40,48,44,45,51,41,125,44,99,111,109,112,117,116,101,100,76,97,110,103,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,40,116,104,105,115,46,108,111,99,97,108,76,111,99,97,108,101,124,124,34,34,41,46,114,101,112,108,97,99,101,40,47,45,117,45,46,42,36,47,105,44,34,34,41,124,124,110,117,108,108,125,44,99,111,109,112,117,116,101,100,82,101,115,101,116,86,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,112,104,40,80,104,40,116,104,105,115,46,114,101,115,101,116,86,97,108,117,101,41,41,124,124,34,34,125,125,44,119,97,116,99,104,58,40,120,98,61,123,125,44,80,98,40,120,98,44,68,98,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,108,111,99,97,108,89,77,68,61,112,104,40,116,41,124,124,34,34,125,41,41,44,80,98,40,120,98,44,34,108,111,99,97,108,89,77,68,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,105,115,86,105,115,105,98,108,101,38,38,116,104,105,115,46,36,101,109,105,116,40,76,98,44,116,104,105,115,46,118,97,108,117,101,65,115,68,97,116,101,63,100,104,40,116,41,124,124,110,117,108,108,58,116,124,124,34,34,41,125,41,41,44,80,98,40,120,98,44,34,99,97,108,101,110,100,97,114,89,77,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,33,61,61,101,38,38,101,41,116,114,121,123,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,114,111,108,46,117,112,100,97,116,101,80,111,112,112,101,114,40,41,125,99,97,116,99,104,40,110,41,123,125,125,41,41,44,120,98,41,44,109,101,116,104,111,100,115,58,123,102,111,99,117,115,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,113,115,40,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,114,111,108,41,125,44,98,108,117,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,71,115,40,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,114,111,108,41,125,44,115,101,116,65,110,100,67,108,111,115,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,116,104,105,115,46,108,111,99,97,108,89,77,68,61,116,44,116,104,105,115,46,110,111,67,108,111,115,101,79,110,83,101,108,101,99,116,124,124,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,36,114,101,102,115,46,99,111,110,116,114,111,108,46,104,105,100,101,40,33,48,41,125,41,41,125,44,111,110,83,101,108,101,99,116,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,115,101,116,65,110,100,67,108,111,115,101,40,116,41,125,41,41,125,44,111,110,73,110,112,117,116,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,108,111,99,97,108,89,77,68,33,61,61,116,38,38,40,116,104,105,115,46,108,111,99,97,108,89,77,68,61,116,41,125,44,111,110,67,111,110,116,101,120,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,97,99,116,105,118,101,89,77,68,44,110,61,116,46,105,115,82,84,76,44,114,61,116,46,108,111,99,97,108,101,44,105,61,116,46,115,101,108,101,99,116,101,100,89,77,68,44,111,61,116,46,115,101,108,101,99,116,101,100,70,111,114,109,97,116,116,101,100,59,116,104,105,115,46,105,115,82,84,76,61,110,44,116,104,105,115,46,108,111,99,97,108,76,111,99,97,108,101,61,114,44,116,104,105,115,46,102,111,114,109,97,116,116,101,100,86,97,108,117,101,61,111,44,116,104,105,115,46,108,111,99,97,108,89,77,68,61,105,44,116,104,105,115,46,97,99,116,105,118,101,89,77,68,61,101,44,116,104,105,115,46,36,101,109,105,116,40,104,105,44,116,41,125,44,111,110,84,111,100,97,121,66,117,116,116,111,110,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,65,110,100,67,108,111,115,101,40,112,104,40,80,104,40,104,104,40,41,44,116,104,105,115,46,109,105,110,44,116,104,105,115,46,109,97,120,41,41,41,125,44,111,110,82,101,115,101,116,66,117,116,116,111,110,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,65,110,100,67,108,111,115,101,40,116,104,105,115,46,99,111,109,112,117,116,101,100,82,101,115,101,116,86,97,108,117,101,41,125,44,111,110,67,108,111,115,101,66,117,116,116,111,110,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,114,111,108,46,104,105,100,101,40,33,48,41,125,44,111,110,83,104,111,119,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,86,105,115,105,98,108,101,61,33,48,125,44,111,110,83,104,111,119,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,113,115,40,116,46,36,114,101,102,115,46,99,97,108,101,110,100,97,114,41,44,116,46,36,101,109,105,116,40,90,105,41,125,41,41,125,44,111,110,72,105,100,100,101,110,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,86,105,115,105,98,108,101,61,33,49,44,116,104,105,115,46,36,101,109,105,116,40,67,105,41,125,44,100,101,102,97,117,108,116,66,117,116,116,111,110,70,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,105,115,72,111,118,101,114,101,100,44,110,61,116,46,104,97,115,70,111,99,117,115,59,114,101,116,117,114,110,32,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,40,101,124,124,110,63,70,117,58,36,117,44,123,97,116,116,114,115,58,123,34,97,114,105,97,45,104,105,100,100,101,110,34,58,34,116,114,117,101,34,125,125,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,108,111,99,97,108,89,77,68,44,110,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,114,61,116,104,105,115,46,114,101,97,100,111,110,108,121,44,105,61,116,104,105,115,46,100,97,114,107,44,111,61,116,104,105,115,46,36,112,114,111,112,115,44,97,61,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,44,115,61,119,116,40,116,104,105,115,46,112,108,97,99,101,104,111,108,100,101,114,41,63,116,104,105,115,46,108,97,98,101,108,78,111,68,97,116,101,83,101,108,101,99,116,101,100,58,116,104,105,115,46,112,108,97,99,101,104,111,108,100,101,114,44,99,61,91,93,59,105,102,40,116,104,105,115,46,116,111,100,97,121,66,117,116,116,111,110,41,123,118,97,114,32,117,61,116,104,105,115,46,108,97,98,101,108,84,111,100,97,121,66,117,116,116,111,110,59,99,46,112,117,115,104,40,116,40,101,102,44,123,112,114,111,112,115,58,123,100,105,115,97,98,108,101,100,58,110,124,124,114,44,115,105,122,101,58,34,115,109,34,44,118,97,114,105,97,110,116,58,116,104,105,115,46,116,111,100,97,121,66,117,116,116,111,110,86,97,114,105,97,110,116,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,108,97,98,101,108,34,58,117,124,124,110,117,108,108,125,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,84,111,100,97,121,66,117,116,116,111,110,125,125,44,117,41,41,125,105,102,40,116,104,105,115,46,114,101,115,101,116,66,117,116,116,111,110,41,123,118,97,114,32,108,61,116,104,105,115,46,108,97,98,101,108,82,101,115,101,116,66,117,116,116,111,110,59,99,46,112,117,115,104,40,116,40,101,102,44,123,112,114,111,112,115,58,123,100,105,115,97,98,108,101,100,58,110,124,124,114,44,115,105,122,101,58,34,115,109,34,44,118,97,114,105,97,110,116,58,116,104,105,115,46,114,101,115,101,116,66,117,116,116,111,110,86,97,114,105,97,110,116,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,108,97,98,101,108,34,58,108,124,124,110,117,108,108,125,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,82,101,115,101,116,66,117,116,116,111,110,125,125,44,108,41,41,125,105,102,40,116,104,105,115,46,99,108,111,115,101,66,117,116,116,111,110,41,123,118,97,114,32,102,61,116,104,105,115,46,108,97,98,101,108,67,108,111,115,101,66,117,116,116,111,110,59,99,46,112,117,115,104,40,116,40,101,102,44,123,112,114,111,112,115,58,123,100,105,115,97,98,108,101,100,58,110,44,115,105,122,101,58,34,115,109,34,44,118,97,114,105,97,110,116,58,116,104,105,115,46,99,108,111,115,101,66,117,116,116,111,110,86,97,114,105,97,110,116,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,108,97,98,101,108,34,58,102,124,124,110,117,108,108,125,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,67,108,111,115,101,66,117,116,116,111,110,125,125,44,102,41,41,125,99,46,108,101,110,103,116,104,62,48,38,38,40,99,61,91,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,102,111,114,109,45,100,97,116,101,45,99,111,110,116,114,111,108,115,32,100,45,102,108,101,120,32,102,108,101,120,45,119,114,97,112,34,44,99,108,97,115,115,58,123,34,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,98,101,116,119,101,101,110,34,58,99,46,108,101,110,103,116,104,62,49,44,34,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,101,110,100,34,58,99,46,108,101,110,103,116,104,60,50,125,125,44,99,41,93,41,59,118,97,114,32,104,61,116,40,122,104,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,102,111,114,109,45,100,97,116,101,45,99,97,108,101,110,100,97,114,32,119,45,49,48,48,34,44,112,114,111,112,115,58,67,98,40,67,98,40,123,125,44,108,99,40,77,98,44,111,41,41,44,123,125,44,123,104,105,100,100,101,110,58,33,116,104,105,115,46,105,115,86,105,115,105,98,108,101,44,118,97,108,117,101,58,101,44,118,97,108,117,101,65,115,68,97,116,101,58,33,49,44,119,105,100,116,104,58,116,104,105,115,46,99,97,108,101,110,100,97,114,87,105,100,116,104,125,41,44,111,110,58,123,115,101,108,101,99,116,101,100,58,116,104,105,115,46,111,110,83,101,108,101,99,116,101,100,44,105,110,112,117,116,58,116,104,105,115,46,111,110,73,110,112,117,116,44,99,111,110,116,101,120,116,58,116,104,105,115,46,111,110,67,111,110,116,101,120,116,125,44,115,99,111,112,101,100,83,108,111,116,115,58,113,116,40,97,44,91,34,110,97,118,45,112,114,101,118,45,100,101,99,97,100,101,34,44,34,110,97,118,45,112,114,101,118,45,121,101,97,114,34,44,34,110,97,118,45,112,114,101,118,45,109,111,110,116,104,34,44,34,110,97,118,45,116,104,105,115,45,109,111,110,116,104,34,44,34,110,97,118,45,110,101,120,116,45,109,111,110,116,104,34,44,34,110,97,118,45,110,101,120,116,45,121,101,97,114,34,44,34,110,97,118,45,110,101,120,116,45,100,101,99,97,100,101,34,93,41,44,107,101,121,58,34,99,97,108,101,110,100,97,114,34,44,114,101,102,58,34,99,97,108,101,110,100,97,114,34,125,44,99,41,59,114,101,116,117,114,110,32,116,40,83,98,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,102,111,114,109,45,100,97,116,101,112,105,99,107,101,114,34,44,112,114,111,112,115,58,67,98,40,67,98,40,123,125,44,108,99,40,73,98,44,111,41,41,44,123,125,44,123,102,111,114,109,97,116,116,101,100,86,97,108,117,101,58,101,63,116,104,105,115,46,102,111,114,109,97,116,116,101,100,86,97,108,117,101,58,34,34,44,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,44,108,97,110,103,58,116,104,105,115,46,99,111,109,112,117,116,101,100,76,97,110,103,44,109,101,110,117,67,108,97,115,115,58,91,123,34,98,103,45,100,97,114,107,34,58,105,44,34,116,101,120,116,45,108,105,103,104,116,34,58,105,125,44,116,104,105,115,46,109,101,110,117,67,108,97,115,115,93,44,112,108,97,99,101,104,111,108,100,101,114,58,115,44,114,116,108,58,116,104,105,115,46,105,115,82,84,76,44,118,97,108,117,101,58,101,125,41,44,111,110,58,123,115,104,111,119,58,116,104,105,115,46,111,110,83,104,111,119,44,115,104,111,119,110,58,116,104,105,115,46,111,110,83,104,111,119,110,44,104,105,100,100,101,110,58,116,104,105,115,46,111,110,72,105,100,100,101,110,125,44,115,99,111,112,101,100,83,108,111,116,115,58,80,98,40,123,125,44,78,111,44,97,91,78,111,93,124,124,116,104,105,115,46,100,101,102,97,117,108,116,66,117,116,116,111,110,70,110,41,44,114,101,102,58,34,99,111,110,116,114,111,108,34,125,44,91,104,93,41,125,125,41,44,66,98,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,70,111,114,109,68,97,116,101,112,105,99,107,101,114,58,70,98,44,66,68,97,116,101,112,105,99,107,101,114,58,70,98,125,125,41,59,102,117,110,99,116,105,111,110,32,82,98,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,78,98,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,82,98,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,122,98,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,82,98,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,122,98,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,86,98,61,103,99,40,34,118,97,108,117,101,34,44,123,116,121,112,101,58,91,112,111,44,112,116,93,44,100,101,102,97,117,108,116,86,97,108,117,101,58,110,117,108,108,44,118,97,108,105,100,97,116,111,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,61,61,61,116,63,40,102,101,40,71,98,44,67,110,41,44,33,48,41,58,119,116,40,116,41,124,124,89,98,40,116,41,125,125,41,44,72,98,61,86,98,46,109,105,120,105,110,44,85,98,61,86,98,46,112,114,111,112,115,44,87,98,61,86,98,46,112,114,111,112,44,113,98,61,86,98,46,101,118,101,110,116,44,71,98,61,39,83,101,116,116,105,110,103,32,34,118,97,108,117,101,34,47,34,118,45,109,111,100,101,108,34,32,116,111,32,97,110,32,101,109,112,116,121,32,115,116,114,105,110,103,32,102,111,114,32,114,101,115,101,116,32,105,115,32,100,101,112,114,101,99,97,116,101,100,46,32,83,101,116,32,116,111,32,34,110,117,108,108,34,32,105,110,115,116,101,97,100,46,39,44,89,98,61,102,117,110,99,116,105,111,110,32,116,40,101,41,123,114,101,116,117,114,110,32,65,116,40,101,41,124,124,67,116,40,101,41,38,38,101,46,101,118,101,114,121,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,40,101,41,125,41,41,125,44,75,98,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,95,116,40,116,46,103,101,116,65,115,69,110,116,114,121,41,63,116,46,103,101,116,65,115,69,110,116,114,121,40,41,58,95,116,40,116,46,119,101,98,107,105,116,71,101,116,65,115,69,110,116,114,121,41,63,116,46,119,101,98,107,105,116,71,101,116,65,115,69,110,116,114,121,40,41,58,110,117,108,108,125,44,88,98,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,33,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,41,124,124,97,114,103,117,109,101,110,116,115,91,49,93,59,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,97,108,108,40,87,97,40,116,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,102,105,108,101,34,61,61,61,116,46,107,105,110,100,125,41,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,75,98,40,116,41,59,105,102,40,110,41,123,105,102,40,110,46,105,115,68,105,114,101,99,116,111,114,121,38,38,101,41,114,101,116,117,114,110,32,90,98,40,110,46,99,114,101,97,116,101,82,101,97,100,101,114,40,41,44,34,34,46,99,111,110,99,97,116,40,110,46,110,97,109,101,44,34,47,34,41,41,59,105,102,40,110,46,105,115,70,105,108,101,41,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,46,102,105,108,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,46,36,112,97,116,104,61,34,34,44,116,40,101,41,125,41,41,125,41,41,125,114,101,116,117,114,110,32,110,117,108,108,125,41,41,46,102,105,108,116,101,114,40,115,101,41,41,125,44,90,98,61,102,117,110,99,116,105,111,110,32,116,40,101,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,34,34,59,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,114,41,123,118,97,114,32,105,61,91,93,44,111,61,102,117,110,99,116,105,111,110,32,111,40,41,123,101,46,114,101,97,100,69,110,116,114,105,101,115,40,40,102,117,110,99,116,105,111,110,40,101,41,123,48,61,61,61,101,46,108,101,110,103,116,104,63,114,40,80,114,111,109,105,115,101,46,97,108,108,40,105,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,75,97,40,116,41,125,41,41,41,58,40,105,46,112,117,115,104,40,80,114,111,109,105,115,101,46,97,108,108,40,101,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,101,41,123,105,102,40,101,46,105,115,68,105,114,101,99,116,111,114,121,41,114,101,116,117,114,110,32,116,40,101,46,99,114,101,97,116,101,82,101,97,100,101,114,40,41,44,34,34,46,99,111,110,99,97,116,40,110,41,46,99,111,110,99,97,116,40,101,46,110,97,109,101,44,34,47,34,41,41,59,105,102,40,101,46,105,115,70,105,108,101,41,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,102,105,108,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,46,36,112,97,116,104,61,34,34,46,99,111,110,99,97,116,40,110,41,46,99,111,110,99,97,116,40,101,46,110,97,109,101,41,44,116,40,101,41,125,41,41,125,41,41,125,114,101,116,117,114,110,32,110,117,108,108,125,41,41,46,102,105,108,116,101,114,40,115,101,41,41,41,44,111,40,41,41,125,41,41,125,59,111,40,41,125,41,41,125,44,74,98,61,104,99,40,75,116,40,78,98,40,78,98,40,78,98,40,78,98,40,78,98,40,78,98,40,78,98,40,123,125,44,69,104,41,44,85,98,41,44,103,109,41,44,98,109,41,44,120,109,41,44,119,109,41,44,123,125,44,123,97,99,99,101,112,116,58,99,99,40,95,111,44,34,34,41,44,98,114,111,119,115,101,84,101,120,116,58,99,99,40,95,111,44,34,66,114,111,119,115,101,34,41,44,99,97,112,116,117,114,101,58,99,99,40,118,111,44,33,49,41,44,100,105,114,101,99,116,111,114,121,58,99,99,40,118,111,44,33,49,41,44,100,114,111,112,80,108,97,99,101,104,111,108,100,101,114,58,99,99,40,95,111,44,34,68,114,111,112,32,102,105,108,101,115,32,104,101,114,101,34,41,44,102,105,108,101,78,97,109,101,70,111,114,109,97,116,116,101,114,58,99,99,40,109,111,41,44,109,117,108,116,105,112,108,101,58,99,99,40,118,111,44,33,49,41,44,110,111,68,114,111,112,58,99,99,40,118,111,44,33,49,41,44,110,111,68,114,111,112,80,108,97,99,101,104,111,108,100,101,114,58,99,99,40,95,111,44,34,78,111,116,32,97,108,108,111,119,101,100,34,41,44,110,111,84,114,97,118,101,114,115,101,58,99,99,40,118,111,44,33,49,41,44,112,108,97,99,101,104,111,108,100,101,114,58,99,99,40,95,111,44,34,78,111,32,102,105,108,101,32,99,104,111,115,101,110,34,41,125,41,41,44,67,110,41,44,81,98,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,67,110,44,109,105,120,105,110,115,58,91,107,108,44,65,104,44,72,98,44,121,99,44,109,109,44,79,109,44,121,109,44,121,99,93,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,74,98,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,102,105,108,101,115,58,91,93,44,100,114,97,103,103,105,110,103,58,33,49,44,100,114,111,112,65,108,108,111,119,101,100,58,33,116,104,105,115,46,110,111,68,114,111,112,44,104,97,115,70,111,99,117,115,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,65,99,99,101,112,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,97,99,99,101,112,116,59,114,101,116,117,114,110,32,116,61,40,116,124,124,34,34,41,46,116,114,105,109,40,41,46,115,112,108,105,116,40,47,91,44,92,115,93,43,47,41,46,102,105,108,116,101,114,40,115,101,41,44,48,61,61,61,116,46,108,101,110,103,116,104,63,110,117,108,108,58,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,34,110,97,109,101,34,44,110,61,34,94,34,44,114,61,34,36,34,59,107,46,116,101,115,116,40,116,41,63,110,61,34,34,58,40,101,61,34,116,121,112,101,34,44,36,46,116,101,115,116,40,116,41,38,38,40,114,61,34,46,43,36,34,44,116,61,116,46,115,108,105,99,101,40,48,44,45,49,41,41,41,44,116,61,111,115,40,116,41,59,118,97,114,32,105,61,110,101,119,32,82,101,103,69,120,112,40,34,34,46,99,111,110,99,97,116,40,110,41,46,99,111,110,99,97,116,40,116,41,46,99,111,110,99,97,116,40,114,41,41,59,114,101,116,117,114,110,123,114,120,58,105,44,112,114,111,112,58,101,125,125,41,41,125,44,99,111,109,112,117,116,101,100,67,97,112,116,117,114,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,97,112,116,117,114,101,59,114,101,116,117,114,110,33,48,61,61,61,116,124,124,34,34,61,61,61,116,124,124,40,116,124,124,110,117,108,108,41,125,44,99,111,109,112,117,116,101,100,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,110,97,109,101,44,101,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,110,61,116,104,105,115,46,114,101,113,117,105,114,101,100,44,114,61,116,104,105,115,46,102,111,114,109,44,105,61,116,104,105,115,46,99,111,109,112,117,116,101,100,67,97,112,116,117,114,101,44,111,61,116,104,105,115,46,97,99,99,101,112,116,44,97,61,116,104,105,115,46,109,117,108,116,105,112,108,101,44,115,61,116,104,105,115,46,100,105,114,101,99,116,111,114,121,59,114,101,116,117,114,110,32,78,98,40,78,98,40,123,125,44,116,104,105,115,46,98,118,65,116,116,114,115,41,44,123,125,44,123,116,121,112,101,58,34,102,105,108,101,34,44,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,44,110,97,109,101,58,116,44,100,105,115,97,98,108,101,100,58,101,44,114,101,113,117,105,114,101,100,58,110,44,102,111,114,109,58,114,124,124,110,117,108,108,44,99,97,112,116,117,114,101,58,105,44,97,99,99,101,112,116,58,111,124,124,110,117,108,108,44,109,117,108,116,105,112,108,101,58,97,44,100,105,114,101,99,116,111,114,121,58,115,44,119,101,98,107,105,116,100,105,114,101,99,116,111,114,121,58,115,44,34,97,114,105,97,45,114,101,113,117,105,114,101,100,34,58,110,63,34,116,114,117,101,34,58,110,117,108,108,125,41,125,44,99,111,109,112,117,116,101,100,70,105,108,101,78,97,109,101,70,111,114,109,97,116,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,102,105,108,101,78,97,109,101,70,111,114,109,97,116,116,101,114,59,114,101,116,117,114,110,32,112,99,40,116,41,63,116,58,116,104,105,115,46,100,101,102,97,117,108,116,70,105,108,101,78,97,109,101,70,111,114,109,97,116,116,101,114,125,44,99,108,111,110,101,100,70,105,108,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,97,101,40,116,104,105,115,46,102,105,108,101,115,41,125,44,102,108,97,116,116,101,110,101,100,70,105,108,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,88,97,40,116,104,105,115,46,102,105,108,101,115,41,125,44,102,105,108,101,78,97,109,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,102,108,97,116,116,101,110,101,100,70,105,108,101,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,110,97,109,101,125,41,41,125,44,108,97,98,101,108,67,111,110,116,101,110,116,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,104,105,115,46,100,114,97,103,103,105,110,103,38,38,33,116,104,105,115,46,110,111,68,114,111,112,41,114,101,116,117,114,110,32,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,113,111,44,123,97,108,108,111,119,101,100,58,116,104,105,115,46,100,114,111,112,65,108,108,111,119,101,100,125,41,124,124,40,116,104,105,115,46,100,114,111,112,65,108,108,111,119,101,100,63,116,104,105,115,46,100,114,111,112,80,108,97,99,101,104,111,108,100,101,114,58,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,116,101,120,116,45,100,97,110,103,101,114,34,125,44,116,104,105,115,46,110,111,68,114,111,112,80,108,97,99,101,104,111,108,100,101,114,41,41,59,105,102,40,48,61,61,61,116,104,105,115,46,102,105,108,101,115,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,69,97,41,124,124,116,104,105,115,46,112,108,97,99,101,104,111,108,100,101,114,59,118,97,114,32,116,61,116,104,105,115,46,102,108,97,116,116,101,110,101,100,70,105,108,101,115,44,101,61,116,104,105,115,46,99,108,111,110,101,100,70,105,108,101,115,44,110,61,116,104,105,115,46,102,105,108,101,78,97,109,101,115,44,114,61,116,104,105,115,46,99,111,109,112,117,116,101,100,70,105,108,101,78,97,109,101,70,111,114,109,97,116,116,101,114,59,114,101,116,117,114,110,32,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,88,111,41,63,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,88,111,44,123,102,105,108,101,115,58,116,44,102,105,108,101,115,84,114,97,118,101,114,115,101,100,58,101,44,110,97,109,101,115,58,110,125,41,58,114,40,116,44,101,44,110,41,125,125,44,119,97,116,99,104,58,40,84,98,61,123,125,44,122,98,40,84,98,44,87,98,44,40,102,117,110,99,116,105,111,110,40,116,41,123,40,33,116,124,124,67,116,40,116,41,38,38,48,61,61,61,116,46,108,101,110,103,116,104,41,38,38,116,104,105,115,46,114,101,115,101,116,40,41,125,41,41,44,122,98,40,84,98,44,34,102,105,108,101,115,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,119,108,40,116,44,101,41,41,123,118,97,114,32,110,61,116,104,105,115,46,109,117,108,116,105,112,108,101,44,114,61,116,104,105,115,46,110,111,84,114,97,118,101,114,115,101,44,105,61,33,110,124,124,114,63,88,97,40,116,41,58,116,59,116,104,105,115,46,36,101,109,105,116,40,113,98,44,110,63,105,58,105,91,48,93,124,124,110,117,108,108,41,125,125,41,41,44,84,98,41,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,102,111,114,109,61,110,117,108,108,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,80,115,40,34,102,111,114,109,34,44,116,104,105,115,46,36,101,108,41,59,116,38,38,40,95,99,40,116,44,34,114,101,115,101,116,34,44,116,104,105,115,46,114,101,115,101,116,44,108,111,41,44,116,104,105,115,46,36,95,102,111,114,109,61,116,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,95,102,111,114,109,59,116,38,38,120,99,40,116,44,34,114,101,115,101,116,34,44,116,104,105,115,46,114,101,115,101,116,44,108,111,41,125,44,109,101,116,104,111,100,115,58,123,105,115,70,105,108,101,86,97,108,105,100,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,116,41,114,101,116,117,114,110,33,49,59,118,97,114,32,101,61,116,104,105,115,46,99,111,109,112,117,116,101,100,65,99,99,101,112,116,59,114,101,116,117,114,110,33,101,124,124,101,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,46,114,120,46,116,101,115,116,40,116,91,101,46,112,114,111,112,93,41,125,41,41,125,44,105,115,70,105,108,101,115,65,114,114,97,121,86,97,108,105,100,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,114,101,116,117,114,110,32,67,116,40,116,41,63,116,46,101,118,101,114,121,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,105,115,70,105,108,101,86,97,108,105,100,40,116,41,125,41,41,58,116,104,105,115,46,105,115,70,105,108,101,86,97,108,105,100,40,116,41,125,44,100,101,102,97,117,108,116,70,105,108,101,78,97,109,101,70,111,114,109,97,116,116,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,110,46,106,111,105,110,40,34,44,32,34,41,125,44,115,101,116,70,105,108,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,100,114,111,112,65,108,108,111,119,101,100,61,33,116,104,105,115,46,110,111,68,114,111,112,44,116,104,105,115,46,100,114,97,103,103,105,110,103,61,33,49,44,116,104,105,115,46,102,105,108,101,115,61,116,104,105,115,46,109,117,108,116,105,112,108,101,63,116,104,105,115,46,100,105,114,101,99,116,111,114,121,63,116,58,88,97,40,116,41,58,88,97,40,116,41,46,115,108,105,99,101,40,48,44,49,41,125,44,115,101,116,73,110,112,117,116,70,105,108,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,116,114,121,123,118,97,114,32,101,61,110,101,119,32,67,108,105,112,98,111,97,114,100,69,118,101,110,116,40,34,34,41,46,99,108,105,112,98,111,97,114,100,68,97,116,97,124,124,110,101,119,32,68,97,116,97,84,114,97,110,115,102,101,114,59,88,97,40,97,101,40,116,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,100,101,108,101,116,101,32,116,46,36,112,97,116,104,44,101,46,105,116,101,109,115,46,97,100,100,40,116,41,125,41,41,44,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,46,102,105,108,101,115,61,101,46,102,105,108,101,115,125,99,97,116,99,104,40,110,41,123,125,125,44,114,101,115,101,116,58,102,117,110,99,116,105,111,110,40,41,123,116,114,121,123,118,97,114,32,116,61,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,59,116,46,118,97,108,117,101,61,34,34,44,116,46,116,121,112,101,61,34,34,44,116,46,116,121,112,101,61,34,102,105,108,101,34,125,99,97,116,99,104,40,101,41,123,125,116,104,105,115,46,102,105,108,101,115,61,91,93,125,44,104,97,110,100,108,101,70,105,108,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,38,38,97,114,103,117,109,101,110,116,115,91,49,93,59,105,102,40,101,41,123,118,97,114,32,110,61,116,46,102,105,108,116,101,114,40,116,104,105,115,46,105,115,70,105,108,101,115,65,114,114,97,121,86,97,108,105,100,41,59,110,46,108,101,110,103,116,104,62,48,38,38,40,116,104,105,115,46,115,101,116,70,105,108,101,115,40,110,41,44,116,104,105,115,46,115,101,116,73,110,112,117,116,70,105,108,101,115,40,110,41,41,125,101,108,115,101,32,116,104,105,115,46,115,101,116,70,105,108,101,115,40,116,41,125,44,102,111,99,117,115,72,97,110,100,108,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,112,108,97,105,110,124,124,34,102,111,99,117,115,111,117,116,34,61,61,61,116,46,116,121,112,101,63,116,104,105,115,46,104,97,115,70,111,99,117,115,61,33,49,58,116,104,105,115,46,104,97,115,70,111,99,117,115,61,33,48,125,44,111,110,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,46,116,121,112,101,44,114,61,116,46,116,97,114,103,101,116,44,105,61,116,46,100,97,116,97,84,114,97,110,115,102,101,114,44,111,61,118,111,105,100,32,48,61,61,61,105,63,123,125,58,105,44,97,61,34,100,114,111,112,34,61,61,61,110,59,116,104,105,115,46,36,101,109,105,116,40,99,105,44,116,41,59,118,97,114,32,99,61,87,97,40,111,46,105,116,101,109,115,124,124,91,93,41,59,105,102,40,115,38,38,99,46,108,101,110,103,116,104,62,48,38,38,33,121,116,40,75,98,40,99,91,48,93,41,41,41,88,98,40,99,44,116,104,105,115,46,100,105,114,101,99,116,111,114,121,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,104,97,110,100,108,101,70,105,108,101,115,40,116,44,97,41,125,41,41,59,101,108,115,101,123,118,97,114,32,117,61,87,97,40,114,46,102,105,108,101,115,124,124,111,46,102,105,108,101,115,124,124,91,93,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,36,112,97,116,104,61,116,46,119,101,98,107,105,116,82,101,108,97,116,105,118,101,80,97,116,104,124,124,34,34,44,116,125,41,41,59,116,104,105,115,46,104,97,110,100,108,101,70,105,108,101,115,40,117,44,97,41,125,125,44,111,110,68,114,97,103,101,110,116,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,83,99,40,116,41,44,116,104,105,115,46,100,114,97,103,103,105,110,103,61,33,48,59,118,97,114,32,101,61,116,46,100,97,116,97,84,114,97,110,115,102,101,114,44,110,61,118,111,105,100,32,48,61,61,61,101,63,123,125,58,101,59,105,102,40,116,104,105,115,46,110,111,68,114,111,112,124,124,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,33,116,104,105,115,46,100,114,111,112,65,108,108,111,119,101,100,41,114,101,116,117,114,110,32,110,46,100,114,111,112,69,102,102,101,99,116,61,34,110,111,110,101,34,44,118,111,105,100,40,116,104,105,115,46,100,114,111,112,65,108,108,111,119,101,100,61,33,49,41,59,110,46,100,114,111,112,69,102,102,101,99,116,61,34,99,111,112,121,34,125,44,111,110,68,114,97,103,111,118,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,83,99,40,116,41,44,116,104,105,115,46,100,114,97,103,103,105,110,103,61,33,48,59,118,97,114,32,101,61,116,46,100,97,116,97,84,114,97,110,115,102,101,114,44,110,61,118,111,105,100,32,48,61,61,61,101,63,123,125,58,101,59,105,102,40,116,104,105,115,46,110,111,68,114,111,112,124,124,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,33,116,104,105,115,46,100,114,111,112,65,108,108,111,119,101,100,41,114,101,116,117,114,110,32,110,46,100,114,111,112,69,102,102,101,99,116,61,34,110,111,110,101,34,44,118,111,105,100,40,116,104,105,115,46,100,114,111,112,65,108,108,111,119,101,100,61,33,49,41,59,110,46,100,114,111,112,69,102,102,101,99,116,61,34,99,111,112,121,34,125,44,111,110,68,114,97,103,108,101,97,118,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,83,99,40,116,41,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,100,114,97,103,103,105,110,103,61,33,49,44,101,46,100,114,111,112,65,108,108,111,119,101,100,61,33,101,46,110,111,68,114,111,112,125,41,41,125,44,111,110,68,114,111,112,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,83,99,40,116,41,44,116,104,105,115,46,100,114,97,103,103,105,110,103,61,33,49,44,116,104,105,115,46,110,111,68,114,111,112,124,124,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,33,116,104,105,115,46,100,114,111,112,65,108,108,111,119,101,100,63,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,100,114,111,112,65,108,108,111,119,101,100,61,33,101,46,110,111,68,114,111,112,125,41,41,58,116,104,105,115,46,111,110,67,104,97,110,103,101,40,116,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,99,117,115,116,111,109,44,110,61,116,104,105,115,46,112,108,97,105,110,44,114,61,116,104,105,115,46,115,105,122,101,44,105,61,116,104,105,115,46,100,114,97,103,103,105,110,103,44,111,61,116,104,105,115,46,115,116,97,116,101,67,108,97,115,115,44,97,61,116,104,105,115,46,98,118,65,116,116,114,115,44,115,61,116,40,34,105,110,112,117,116,34,44,123,99,108,97,115,115,58,91,123,34,102,111,114,109,45,99,111,110,116,114,111,108,45,102,105,108,101,34,58,110,44,34,99,117,115,116,111,109,45,102,105,108,101,45,105,110,112,117,116,34,58,101,44,102,111,99,117,115,58,101,38,38,116,104,105,115,46,104,97,115,70,111,99,117,115,125,44,111,93,44,115,116,121,108,101,58,101,63,123,122,73,110,100,101,120,58,45,53,125,58,123,125,44,97,116,116,114,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,65,116,116,114,115,44,111,110,58,123,99,104,97,110,103,101,58,116,104,105,115,46,111,110,67,104,97,110,103,101,44,102,111,99,117,115,105,110,58,116,104,105,115,46,102,111,99,117,115,72,97,110,100,108,101,114,44,102,111,99,117,115,111,117,116,58,116,104,105,115,46,102,111,99,117,115,72,97,110,100,108,101,114,44,114,101,115,101,116,58,116,104,105,115,46,114,101,115,101,116,125,44,114,101,102,58,34,105,110,112,117,116,34,125,41,59,105,102,40,110,41,114,101,116,117,114,110,32,115,59,118,97,114,32,99,61,116,40,34,108,97,98,101,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,117,115,116,111,109,45,102,105,108,101,45,108,97,98,101,108,34,44,99,108,97,115,115,58,123,100,114,97,103,103,105,110,103,58,105,125,44,97,116,116,114,115,58,123,102,111,114,58,116,104,105,115,46,115,97,102,101,73,100,40,41,44,34,100,97,116,97,45,98,114,111,119,115,101,34,58,116,104,105,115,46,98,114,111,119,115,101,84,101,120,116,124,124,110,117,108,108,125,125,44,91,116,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,45,98,108,111,99,107,32,102,111,114,109,45,102,105,108,101,45,116,101,120,116,34,44,115,116,121,108,101,58,123,112,111,105,110,116,101,114,69,118,101,110,116,115,58,34,110,111,110,101,34,125,125,44,91,116,104,105,115,46,108,97,98,101,108,67,111,110,116,101,110,116,93,41,93,41,59,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,117,115,116,111,109,45,102,105,108,101,32,98,45,102,111,114,109,45,102,105,108,101,34,44,99,108,97,115,115,58,91,122,98,40,123,125,44,34,98,45,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,34,46,99,111,110,99,97,116,40,114,41,44,114,41,44,111,44,97,46,99,108,97,115,115,93,44,115,116,121,108,101,58,97,46,115,116,121,108,101,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,34,95,66,86,95,102,105,108,101,95,111,117,116,101,114,95,34,41,125,44,111,110,58,123,100,114,97,103,101,110,116,101,114,58,116,104,105,115,46,111,110,68,114,97,103,101,110,116,101,114,44,100,114,97,103,111,118,101,114,58,116,104,105,115,46,111,110,68,114,97,103,111,118,101,114,44,100,114,97,103,108,101,97,118,101,58,116,104,105,115,46,111,110,68,114,97,103,108,101,97,118,101,44,100,114,111,112,58,116,104,105,115,46,111,110,68,114,111,112,125,125,44,91,115,44,99,93,41,125,125,41,44,116,121,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,70,111,114,109,70,105,108,101,58,81,98,44,66,70,105,108,101,58,81,98,125,125,41,44,101,121,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,92,92,34,43,116,125,44,110,121,61,102,117,110,99,116,105,111,110,40,116,41,123,116,61,97,115,40,116,41,59,118,97,114,32,101,61,116,46,108,101,110,103,116,104,44,110,61,116,46,99,104,97,114,67,111,100,101,65,116,40,48,41,59,114,101,116,117,114,110,32,116,46,115,112,108,105,116,40,34,34,41,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,114,44,105,44,111,41,123,118,97,114,32,97,61,116,46,99,104,97,114,67,111,100,101,65,116,40,111,41,59,114,101,116,117,114,110,32,48,61,61,61,97,63,114,43,34,239,191,189,34,58,49,50,55,61,61,61,97,124,124,97,62,61,49,38,38,97,60,61,51,49,124,124,48,61,61,61,111,38,38,97,62,61,52,56,38,38,97,60,61,53,55,124,124,49,61,61,61,111,38,38,97,62,61,52,56,38,38,97,60,61,53,55,38,38,52,53,61,61,61,110,63,114,43,101,121,40,34,34,46,99,111,110,99,97,116,40,97,46,116,111,83,116,114,105,110,103,40,49,54,41,44,34,32,34,41,41,58,48,61,61,61,111,38,38,52,53,61,61,61,97,38,38,49,61,61,61,101,63,114,43,101,121,40,105,41,58,97,62,61,49,50,56,124,124,52,53,61,61,61,97,124,124,57,53,61,61,61,97,124,124,97,62,61,52,56,38,38,97,60,61,53,55,124,124,97,62,61,54,53,38,38,97,60,61,57,48,124,124,97,62,61,57,55,38,38,97,60,61,49,50,50,63,114,43,105,58,114,43,101,121,40,105,41,125,41,44,34,34,41,125,59,102,117,110,99,116,105,111,110,32,114,121,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,105,121,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,114,121,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,111,121,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,114,121,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,111,121,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,97,121,61,91,34,97,117,116,111,34,44,34,115,116,97,114,116,34,44,34,101,110,100,34,44,34,99,101,110,116,101,114,34,44,34,98,97,115,101,108,105,110,101,34,44,34,115,116,114,101,116,99,104,34,93,44,115,121,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,59,105,102,40,33,119,116,40,110,41,38,38,33,49,33,61,61,110,41,114,101,116,117,114,110,32,101,38,38,40,114,43,61,34,45,34,46,99,111,110,99,97,116,40,101,41,41,44,34,99,111,108,34,33,61,61,116,124,124,34,34,33,61,61,110,38,38,33,48,33,61,61,110,63,40,114,43,61,34,45,34,46,99,111,110,99,97,116,40,110,41,44,117,115,40,114,41,41,58,117,115,40,114,41,125,44,99,121,61,89,115,40,115,121,41,44,117,121,61,66,116,40,110,117,108,108,41,44,108,121,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,101,99,40,41,46,102,105,108,116,101,114,40,115,101,41,44,101,61,116,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,91,101,93,61,99,99,40,80,111,41,44,116,125,41,44,66,116,40,110,117,108,108,41,41,44,110,61,116,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,91,115,99,40,101,44,34,111,102,102,115,101,116,34,41,93,61,99,99,40,65,111,41,44,116,125,41,44,66,116,40,110,117,108,108,41,41,44,114,61,116,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,91,115,99,40,101,44,34,111,114,100,101,114,34,41,93,61,99,99,40,65,111,41,44,116,125,41,44,66,116,40,110,117,108,108,41,41,59,114,101,116,117,114,110,32,117,121,61,70,116,40,66,116,40,110,117,108,108,41,44,123,99,111,108,58,86,116,40,101,41,44,111,102,102,115,101,116,58,86,116,40,110,41,44,111,114,100,101,114,58,86,116,40,114,41,125,41,44,104,99,40,75,116,40,105,121,40,105,121,40,105,121,40,105,121,40,123,125,44,101,41,44,110,41,44,114,41,44,123,125,44,123,97,108,105,103,110,83,101,108,102,58,99,99,40,95,111,44,110,117,108,108,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,113,97,40,97,121,44,116,41,125,41,41,44,99,111,108,58,99,99,40,118,111,44,33,49,41,44,99,111,108,115,58,99,99,40,65,111,41,44,111,102,102,115,101,116,58,99,99,40,65,111,41,44,111,114,100,101,114,58,99,99,40,65,111,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,125,41,41,44,117,110,41,125,44,102,121,61,123,110,97,109,101,58,117,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,103,101,116,32,112,114,111,112,115,40,41,123,114,101,116,117,114,110,32,100,101,108,101,116,101,32,116,104,105,115,46,112,114,111,112,115,44,116,104,105,115,46,112,114,111,112,115,61,108,121,40,41,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,101,46,112,114,111,112,115,44,105,61,101,46,100,97,116,97,44,111,61,101,46,99,104,105,108,100,114,101,110,44,97,61,114,46,99,111,108,115,44,115,61,114,46,111,102,102,115,101,116,44,99,61,114,46,111,114,100,101,114,44,117,61,114,46,97,108,105,103,110,83,101,108,102,44,108,61,91,93,59,102,111,114,40,118,97,114,32,102,32,105,110,32,117,121,41,102,111,114,40,118,97,114,32,104,61,117,121,91,102,93,44,100,61,48,59,100,60,104,46,108,101,110,103,116,104,59,100,43,43,41,123,118,97,114,32,112,61,99,121,40,102,44,104,91,100,93,46,114,101,112,108,97,99,101,40,102,44,34,34,41,44,114,91,104,91,100,93,93,41,59,112,38,38,108,46,112,117,115,104,40,112,41,125,118,97,114,32,118,61,108,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,88,46,116,101,115,116,40,116,41,125,41,41,59,114,101,116,117,114,110,32,108,46,112,117,115,104,40,40,110,61,123,99,111,108,58,114,46,99,111,108,124,124,33,118,38,38,33,97,125,44,111,121,40,110,44,34,99,111,108,45,34,46,99,111,110,99,97,116,40,97,41,44,97,41,44,111,121,40,110,44,34,111,102,102,115,101,116,45,34,46,99,111,110,99,97,116,40,115,41,44,115,41,44,111,121,40,110,44,34,111,114,100,101,114,45,34,46,99,111,110,99,97,116,40,99,41,44,99,41,44,111,121,40,110,44,34,97,108,105,103,110,45,115,101,108,102,45,34,46,99,111,110,99,97,116,40,117,41,44,117,41,44,110,41,41,44,116,40,114,46,116,97,103,44,73,101,40,105,44,123,99,108,97,115,115,58,108,125,41,44,111,41,125,125,59,102,117,110,99,116,105,111,110,32,104,121,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,100,121,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,104,121,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,112,121,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,104,121,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,112,121,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,118,121,61,91,34,105,110,112,117,116,34,44,34,115,101,108,101,99,116,34,44,34,116,101,120,116,97,114,101,97,34,93,44,103,121,61,118,121,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,116,44,34,58,110,111,116,40,91,100,105,115,97,98,108,101,100,93,41,34,41,125,41,41,46,106,111,105,110,40,41,44,109,121,61,91,93,46,99,111,110,99,97,116,40,118,121,44,91,34,97,34,44,34,98,117,116,116,111,110,34,44,34,108,97,98,101,108,34,93,41,44,98,121,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,104,99,40,75,116,40,100,121,40,100,121,40,100,121,40,100,121,40,123,125,44,69,104,41,44,120,109,41,44,101,99,40,41,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,91,115,99,40,101,44,34,99,111,110,116,101,110,116,67,111,108,115,34,41,93,61,99,99,40,80,111,41,44,116,91,115,99,40,101,44,34,108,97,98,101,108,65,108,105,103,110,34,41,93,61,99,99,40,95,111,41,44,116,91,115,99,40,101,44,34,108,97,98,101,108,67,111,108,115,34,41,93,61,99,99,40,80,111,41,44,116,125,41,44,66,116,40,110,117,108,108,41,41,41,44,123,125,44,123,100,101,115,99,114,105,112,116,105,111,110,58,99,99,40,95,111,41,44,100,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,102,101,101,100,98,97,99,107,65,114,105,97,76,105,118,101,58,99,99,40,95,111,44,34,97,115,115,101,114,116,105,118,101,34,41,44,105,110,118,97,108,105,100,70,101,101,100,98,97,99,107,58,99,99,40,95,111,41,44,108,97,98,101,108,58,99,99,40,95,111,41,44,108,97,98,101,108,67,108,97,115,115,58,99,99,40,83,111,41,44,108,97,98,101,108,70,111,114,58,99,99,40,95,111,41,44,108,97,98,101,108,83,105,122,101,58,99,99,40,95,111,41,44,108,97,98,101,108,83,114,79,110,108,121,58,99,99,40,118,111,44,33,49,41,44,116,111,111,108,116,105,112,58,99,99,40,118,111,44,33,49,41,44,118,97,108,105,100,70,101,101,100,98,97,99,107,58,99,99,40,95,111,41,44,118,97,108,105,100,97,116,101,100,58,99,99,40,118,111,44,33,49,41,125,41,41,44,80,110,41,125,44,121,121,61,123,110,97,109,101,58,80,110,44,109,105,120,105,110,115,58,91,65,104,44,79,109,44,121,99,93,44,103,101,116,32,112,114,111,112,115,40,41,123,114,101,116,117,114,110,32,100,101,108,101,116,101,32,116,104,105,115,46,112,114,111,112,115,44,116,104,105,115,46,112,114,111,112,115,61,98,121,40,41,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,97,114,105,97,68,101,115,99,114,105,98,101,100,98,121,58,110,117,108,108,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,110,116,101,110,116,67,111,108,80,114,111,112,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,103,101,116,67,111,108,80,114,111,112,115,40,116,104,105,115,46,36,112,114,111,112,115,44,34,99,111,110,116,101,110,116,34,41,125,44,108,97,98,101,108,65,108,105,103,110,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,103,101,116,65,108,105,103,110,67,108,97,115,115,101,115,40,116,104,105,115,46,36,112,114,111,112,115,44,34,108,97,98,101,108,34,41,125,44,108,97,98,101,108,67,111,108,80,114,111,112,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,103,101,116,67,111,108,80,114,111,112,115,40,116,104,105,115,46,36,112,114,111,112,115,44,34,108,97,98,101,108,34,41,125,44,105,115,72,111,114,105,122,111,110,116,97,108,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,86,116,40,116,104,105,115,46,99,111,110,116,101,110,116,67,111,108,80,114,111,112,115,41,46,108,101,110,103,116,104,62,48,124,124,86,116,40,116,104,105,115,46,108,97,98,101,108,67,111,108,80,114,111,112,115,41,46,108,101,110,103,116,104,62,48,125,125,44,119,97,116,99,104,58,123,97,114,105,97,68,101,115,99,114,105,98,101,100,98,121,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,116,104,105,115,46,117,112,100,97,116,101,65,114,105,97,68,101,115,99,114,105,98,101,100,98,121,40,116,44,101,41,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,117,112,100,97,116,101,65,114,105,97,68,101,115,99,114,105,98,101,100,98,121,40,116,46,97,114,105,97,68,101,115,99,114,105,98,101,100,98,121,41,125,41,41,125,44,109,101,116,104,111,100,115,58,123,103,101,116,65,108,105,103,110,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,99,40,41,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,118,97,114,32,105,61,116,91,115,99,40,114,44,34,34,46,99,111,110,99,97,116,40,101,44,34,65,108,105,103,110,34,41,41,93,124,124,110,117,108,108,59,114,101,116,117,114,110,32,105,38,38,110,46,112,117,115,104,40,91,34,116,101,120,116,34,44,114,44,105,93,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,45,34,41,41,44,110,125,41,44,91,93,41,125,44,103,101,116,67,111,108,80,114,111,112,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,99,40,41,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,118,97,114,32,105,61,116,91,115,99,40,114,44,34,34,46,99,111,110,99,97,116,40,101,44,34,67,111,108,115,34,41,41,93,59,114,101,116,117,114,110,32,105,61,34,34,61,61,61,105,124,124,40,105,124,124,33,49,41,44,120,116,40,105,41,124,124,34,97,117,116,111,34,61,61,61,105,124,124,40,105,61,90,97,40,105,44,48,41,44,105,61,105,62,48,38,38,105,41,44,105,38,38,40,110,91,114,124,124,40,120,116,40,105,41,63,34,99,111,108,34,58,34,99,111,108,115,34,41,93,61,105,41,44,110,125,41,44,123,125,41,125,44,117,112,100,97,116,101,65,114,105,97,68,101,115,99,114,105,98,101,100,98,121,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,108,97,98,101,108,70,111,114,59,105,102,40,117,38,38,110,41,123,118,97,114,32,114,61,107,115,40,34,35,34,46,99,111,110,99,97,116,40,110,121,40,110,41,41,44,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,101,110,116,41,59,105,102,40,114,41,123,118,97,114,32,105,61,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,44,111,61,40,116,124,124,34,34,41,46,115,112,108,105,116,40,73,41,44,97,61,40,101,124,124,34,34,41,46,115,112,108,105,116,40,73,41,44,115,61,40,73,115,40,114,44,105,41,124,124,34,34,41,46,115,112,108,105,116,40,73,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,113,97,40,97,44,116,41,125,41,41,46,99,111,110,99,97,116,40,111,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,110,46,105,110,100,101,120,79,102,40,116,41,61,61,61,101,125,41,41,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,32,34,41,46,116,114,105,109,40,41,59,115,63,76,115,40,114,44,105,44,115,41,58,77,115,40,114,44,105,41,125,125,125,44,111,110,76,101,103,101,110,100,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,116,104,105,115,46,108,97,98,101,108,70,111,114,41,123,118,97,114,32,101,61,116,46,116,97,114,103,101,116,44,110,61,101,63,101,46,116,97,103,78,97,109,101,58,34,34,59,105,102,40,45,49,61,61,61,109,121,46,105,110,100,101,120,79,102,40,110,41,41,123,118,97,114,32,114,61,83,115,40,103,121,44,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,101,110,116,41,46,102,105,108,116,101,114,40,95,115,41,59,49,61,61,61,114,46,108,101,110,103,116,104,38,38,113,115,40,114,91,48,93,41,125,125,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,116,97,116,101,44,110,61,116,104,105,115,46,102,101,101,100,98,97,99,107,65,114,105,97,76,105,118,101,44,114,61,116,104,105,115,46,105,115,72,111,114,105,122,111,110,116,97,108,44,105,61,116,104,105,115,46,108,97,98,101,108,70,111,114,44,111,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,44,97,61,116,104,105,115,46,115,97,102,101,73,100,44,115,61,116,104,105,115,46,116,111,111,108,116,105,112,44,99,61,97,40,41,44,117,61,33,105,44,108,61,116,40,41,44,102,61,111,40,117,97,41,124,124,116,104,105,115,46,108,97,98,101,108,44,104,61,102,63,97,40,34,95,66,86,95,108,97,98,101,108,95,34,41,58,110,117,108,108,59,105,102,40,102,124,124,114,41,123,118,97,114,32,100,61,116,104,105,115,46,108,97,98,101,108,83,105,122,101,44,112,61,116,104,105,115,46,108,97,98,101,108,67,111,108,80,114,111,112,115,44,118,61,117,63,34,108,101,103,101,110,100,34,58,34,108,97,98,101,108,34,59,116,104,105,115,46,108,97,98,101,108,83,114,79,110,108,121,63,40,102,38,38,40,108,61,116,40,118,44,123,99,108,97,115,115,58,34,115,114,45,111,110,108,121,34,44,97,116,116,114,115,58,123,105,100,58,104,44,102,111,114,58,105,124,124,110,117,108,108,125,125,44,91,102,93,41,41,44,108,61,116,40,114,63,102,121,58,34,100,105,118,34,44,123,112,114,111,112,115,58,114,63,112,58,123,125,125,44,91,108,93,41,41,58,108,61,116,40,114,63,102,121,58,118,44,123,111,110,58,117,63,123,99,108,105,99,107,58,116,104,105,115,46,111,110,76,101,103,101,110,100,67,108,105,99,107,125,58,123,125,44,112,114,111,112,115,58,114,63,100,121,40,100,121,40,123,125,44,112,41,44,123,125,44,123,116,97,103,58,118,125,41,58,123,125,44,97,116,116,114,115,58,123,105,100,58,104,44,102,111,114,58,105,124,124,110,117,108,108,44,116,97,98,105,110,100,101,120,58,117,63,34,45,49,34,58,110,117,108,108,125,44,99,108,97,115,115,58,91,117,63,34,98,118,45,110,111,45,102,111,99,117,115,45,114,105,110,103,34,58,34,34,44,114,124,124,117,63,34,99,111,108,45,102,111,114,109,45,108,97,98,101,108,34,58,34,34,44,33,114,38,38,117,63,34,112,116,45,48,34,58,34,34,44,114,124,124,117,63,34,34,58,34,100,45,98,108,111,99,107,34,44,100,63,34,99,111,108,45,102,111,114,109,45,108,97,98,101,108,45,34,46,99,111,110,99,97,116,40,100,41,58,34,34,44,116,104,105,115,46,108,97,98,101,108,65,108,105,103,110,67,108,97,115,115,101,115,44,116,104,105,115,46,108,97,98,101,108,67,108,97,115,115,93,125,44,91,102,93,41,125,118,97,114,32,103,61,116,40,41,44,109,61,111,40,99,97,41,124,124,116,104,105,115,46,105,110,118,97,108,105,100,70,101,101,100,98,97,99,107,44,98,61,109,63,97,40,34,95,66,86,95,102,101,101,100,98,97,99,107,95,105,110,118,97,108,105,100,95,34,41,58,110,117,108,108,59,109,38,38,40,103,61,116,40,99,109,44,123,112,114,111,112,115,58,123,97,114,105,97,76,105,118,101,58,110,44,105,100,58,98,44,114,111,108,101,58,110,63,34,97,108,101,114,116,34,58,110,117,108,108,44,115,116,97,116,101,58,101,44,116,111,111,108,116,105,112,58,115,125,44,97,116,116,114,115,58,123,116,97,98,105,110,100,101,120,58,109,63,34,45,49,34,58,110,117,108,108,125,125,44,91,109,93,41,41,59,118,97,114,32,121,61,116,40,41,44,119,61,111,40,85,97,41,124,124,116,104,105,115,46,118,97,108,105,100,70,101,101,100,98,97,99,107,44,95,61,119,63,97,40,34,95,66,86,95,102,101,101,100,98,97,99,107,95,118,97,108,105,100,95,34,41,58,110,117,108,108,59,119,38,38,40,121,61,116,40,108,109,44,123,112,114,111,112,115,58,123,97,114,105,97,76,105,118,101,58,110,44,105,100,58,95,44,114,111,108,101,58,110,63,34,97,108,101,114,116,34,58,110,117,108,108,44,115,116,97,116,101,58,101,44,116,111,111,108,116,105,112,58,115,125,44,97,116,116,114,115,58,123,116,97,98,105,110,100,101,120,58,119,63,34,45,49,34,58,110,117,108,108,125,125,44,91,119,93,41,41,59,118,97,114,32,120,61,116,40,41,44,79,61,111,40,85,111,41,124,124,116,104,105,115,46,100,101,115,99,114,105,112,116,105,111,110,44,83,61,79,63,97,40,34,95,66,86,95,100,101,115,99,114,105,112,116,105,111,110,95,34,41,58,110,117,108,108,59,79,38,38,40,120,61,116,40,97,109,44,123,97,116,116,114,115,58,123,105,100,58,83,44,116,97,98,105,110,100,101,120,58,34,45,49,34,125,125,44,91,79,93,41,41,59,118,97,114,32,107,61,116,104,105,115,46,97,114,105,97,68,101,115,99,114,105,98,101,100,98,121,61,91,83,44,33,49,61,61,61,101,63,98,58,110,117,108,108,44,33,48,61,61,61,101,63,95,58,110,117,108,108,93,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,32,34,41,124,124,110,117,108,108,44,67,61,116,40,114,63,102,121,58,34,100,105,118,34,44,123,112,114,111,112,115,58,114,63,116,104,105,115,46,99,111,110,116,101,110,116,67,111,108,80,114,111,112,115,58,123,125,44,114,101,102,58,34,99,111,110,116,101,110,116,34,125,44,91,111,40,72,111,44,123,97,114,105,97,68,101,115,99,114,105,98,101,100,98,121,58,107,44,100,101,115,99,114,105,112,116,105,111,110,73,100,58,83,44,105,100,58,99,44,108,97,98,101,108,73,100,58,104,125,41,124,124,116,40,41,44,103,44,121,44,120,93,41,59,114,101,116,117,114,110,32,116,40,117,63,34,102,105,101,108,100,115,101,116,34,58,114,63,104,109,58,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,111,114,109,45,103,114,111,117,112,34,44,99,108,97,115,115,58,91,123,34,119,97,115,45,118,97,108,105,100,97,116,101,100,34,58,116,104,105,115,46,118,97,108,105,100,97,116,101,100,125,44,116,104,105,115,46,115,116,97,116,101,67,108,97,115,115,93,44,97,116,116,114,115,58,123,105,100,58,99,44,100,105,115,97,98,108,101,100,58,117,63,116,104,105,115,46,100,105,115,97,98,108,101,100,58,110,117,108,108,44,114,111,108,101,58,117,63,110,117,108,108,58,34,103,114,111,117,112,34,44,34,97,114,105,97,45,105,110,118,97,108,105,100,34,58,116,104,105,115,46,99,111,109,112,117,116,101,100,65,114,105,97,73,110,118,97,108,105,100,44,34,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,34,58,117,38,38,114,63,104,58,110,117,108,108,125,125,44,114,38,38,117,63,91,116,40,104,109,44,91,108,44,67,93,41,93,58,91,108,44,67,93,41,125,125,44,119,121,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,70,111,114,109,71,114,111,117,112,58,121,121,44,66,70,111,114,109,70,105,101,108,100,115,101,116,58,121,121,125,125,41,44,95,121,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,99,111,109,112,117,116,101,100,58,123,115,101,108,101,99,116,105,111,110,83,116,97,114,116,58,123,99,97,99,104,101,58,33,49,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,46,115,101,108,101,99,116,105,111,110,83,116,97,114,116,125,44,115,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,46,115,101,108,101,99,116,105,111,110,83,116,97,114,116,61,116,125,125,44,115,101,108,101,99,116,105,111,110,69,110,100,58,123,99,97,99,104,101,58,33,49,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,46,115,101,108,101,99,116,105,111,110,69,110,100,125,44,115,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,46,115,101,108,101,99,116,105,111,110,69,110,100,61,116,125,125,44,115,101,108,101,99,116,105,111,110,68,105,114,101,99,116,105,111,110,58,123,99,97,99,104,101,58,33,49,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,46,115,101,108,101,99,116,105,111,110,68,105,114,101,99,116,105,111,110,125,44,115,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,46,115,101,108,101,99,116,105,111,110,68,105,114,101,99,116,105,111,110,61,116,125,125,125,44,109,101,116,104,111,100,115,58,123,115,101,108,101,99,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,59,40,116,61,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,41,46,115,101,108,101,99,116,46,97,112,112,108,121,40,116,44,97,114,103,117,109,101,110,116,115,41,125,44,115,101,116,83,101,108,101,99,116,105,111,110,82,97,110,103,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,59,40,116,61,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,41,46,115,101,116,83,101,108,101,99,116,105,111,110,82,97,110,103,101,46,97,112,112,108,121,40,116,44,97,114,103,117,109,101,110,116,115,41,125,44,115,101,116,82,97,110,103,101,84,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,59,40,116,61,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,41,46,115,101,116,82,97,110,103,101,84,101,120,116,46,97,112,112,108,121,40,116,44,97,114,103,117,109,101,110,116,115,41,125,125,125,41,59,102,117,110,99,116,105,111,110,32,120,121,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,79,121,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,120,121,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,83,121,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,120,121,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,83,121,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,107,121,61,103,99,40,34,118,97,108,117,101,34,44,123,116,121,112,101,58,65,111,44,100,101,102,97,117,108,116,86,97,108,117,101,58,34,34,44,101,118,101,110,116,58,105,111,125,41,44,67,121,61,107,121,46,109,105,120,105,110,44,80,121,61,107,121,46,112,114,111,112,115,44,84,121,61,107,121,46,112,114,111,112,44,106,121,61,107,121,46,101,118,101,110,116,44,69,121,61,104,99,40,75,116,40,79,121,40,79,121,40,123,125,44,80,121,41,44,123,125,44,123,97,114,105,97,73,110,118,97,108,105,100,58,99,99,40,84,111,44,33,49,41,44,97,117,116,111,99,111,109,112,108,101,116,101,58,99,99,40,95,111,41,44,100,101,98,111,117,110,99,101,58,99,99,40,65,111,44,48,41,44,102,111,114,109,97,116,116,101,114,58,99,99,40,109,111,41,44,108,97,122,121,58,99,99,40,118,111,44,33,49,41,44,108,97,122,121,70,111,114,109,97,116,116,101,114,58,99,99,40,118,111,44,33,49,41,44,110,117,109,98,101,114,58,99,99,40,118,111,44,33,49,41,44,112,108,97,99,101,104,111,108,100,101,114,58,99,99,40,95,111,41,44,112,108,97,105,110,116,101,120,116,58,99,99,40,118,111,44,33,49,41,44,114,101,97,100,111,110,108,121,58,99,99,40,118,111,44,33,49,41,44,116,114,105,109,58,99,99,40,118,111,44,33,49,41,125,41,41,44,34,102,111,114,109,84,101,120,116,67,111,110,116,114,111,108,115,34,41,44,65,121,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,109,105,120,105,110,115,58,91,67,121,93,44,112,114,111,112,115,58,69,121,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,91,84,121,93,59,114,101,116,117,114,110,123,108,111,99,97,108,86,97,108,117,101,58,97,115,40,116,41,44,118,77,111,100,101,108,86,97,108,117,101,58,116,104,105,115,46,109,111,100,105,102,121,86,97,108,117,101,40,116,41,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,67,108,97,115,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,112,108,97,105,110,116,101,120,116,44,101,61,116,104,105,115,46,116,121,112,101,44,110,61,34,114,97,110,103,101,34,61,61,61,101,44,114,61,34,99,111,108,111,114,34,61,61,61,101,59,114,101,116,117,114,110,91,123,34,99,117,115,116,111,109,45,114,97,110,103,101,34,58,110,44,34,102,111,114,109,45,99,111,110,116,114,111,108,45,112,108,97,105,110,116,101,120,116,34,58,116,38,38,33,110,38,38,33,114,44,34,102,111,114,109,45,99,111,110,116,114,111,108,34,58,114,124,124,33,116,38,38,33,110,125,44,116,104,105,115,46,115,105,122,101,70,111,114,109,67,108,97,115,115,44,116,104,105,115,46,115,116,97,116,101,67,108,97,115,115,93,125,44,99,111,109,112,117,116,101,100,68,101,98,111,117,110,99,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,81,99,40,90,97,40,116,104,105,115,46,100,101,98,111,117,110,99,101,44,48,41,44,48,41,125,44,104,97,115,70,111,114,109,97,116,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,112,99,40,116,104,105,115,46,102,111,114,109,97,116,116,101,114,41,125,125,44,119,97,116,99,104,58,83,121,40,123,125,44,84,121,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,115,40,116,41,44,110,61,116,104,105,115,46,109,111,100,105,102,121,86,97,108,117,101,40,116,41,59,101,61,61,61,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,38,38,110,61,61,61,116,104,105,115,46,118,77,111,100,101,108,86,97,108,117,101,124,124,40,116,104,105,115,46,99,108,101,97,114,68,101,98,111,117,110,99,101,40,41,44,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,101,44,116,104,105,115,46,118,77,111,100,101,108,86,97,108,117,101,61,110,41,125,41,41,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,105,110,112,117,116,68,101,98,111,117,110,99,101,84,105,109,101,114,61,110,117,108,108,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,111,110,40,111,111,44,116,104,105,115,46,99,108,101,97,114,68,101,98,111,117,110,99,101,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,108,101,97,114,68,101,98,111,117,110,99,101,40,41,125,44,109,101,116,104,111,100,115,58,123,99,108,101,97,114,68,101,98,111,117,110,99,101,58,102,117,110,99,116,105,111,110,40,41,123,99,108,101,97,114,84,105,109,101,111,117,116,40,116,104,105,115,46,36,95,105,110,112,117,116,68,101,98,111,117,110,99,101,84,105,109,101,114,41,44,116,104,105,115,46,36,95,105,110,112,117,116,68,101,98,111,117,110,99,101,84,105,109,101,114,61,110,117,108,108,125,44,102,111,114,109,97,116,86,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,38,38,97,114,103,117,109,101,110,116,115,91,50,93,59,114,101,116,117,114,110,32,116,61,97,115,40,116,41,44,33,116,104,105,115,46,104,97,115,70,111,114,109,97,116,116,101,114,124,124,116,104,105,115,46,108,97,122,121,70,111,114,109,97,116,116,101,114,38,38,33,110,124,124,40,116,61,116,104,105,115,46,102,111,114,109,97,116,116,101,114,40,116,44,101,41,41,44,116,125,44,109,111,100,105,102,121,86,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,97,115,40,116,41,44,116,104,105,115,46,116,114,105,109,38,38,40,116,61,116,46,116,114,105,109,40,41,41,44,116,104,105,115,46,110,117,109,98,101,114,38,38,40,116,61,74,97,40,116,44,116,41,41,44,116,125,44,117,112,100,97,116,101,86,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,38,38,97,114,103,117,109,101,110,116,115,91,49,93,44,114,61,116,104,105,115,46,108,97,122,121,59,105,102,40,33,114,124,124,110,41,123,116,104,105,115,46,99,108,101,97,114,68,101,98,111,117,110,99,101,40,41,59,118,97,114,32,105,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,61,101,46,109,111,100,105,102,121,86,97,108,117,101,40,116,41,44,116,33,61,61,101,46,118,77,111,100,101,108,86,97,108,117,101,41,101,46,118,77,111,100,101,108,86,97,108,117,101,61,116,44,101,46,36,101,109,105,116,40,106,121,44,116,41,59,101,108,115,101,32,105,102,40,101,46,104,97,115,70,111,114,109,97,116,116,101,114,41,123,118,97,114,32,110,61,101,46,36,114,101,102,115,46,105,110,112,117,116,59,110,38,38,116,33,61,61,110,46,118,97,108,117,101,38,38,40,110,46,118,97,108,117,101,61,116,41,125,125,44,111,61,116,104,105,115,46,99,111,109,112,117,116,101,100,68,101,98,111,117,110,99,101,59,111,62,48,38,38,33,114,38,38,33,110,63,116,104,105,115,46,36,95,105,110,112,117,116,68,101,98,111,117,110,99,101,84,105,109,101,114,61,115,101,116,84,105,109,101,111,117,116,40,105,44,111,41,58,105,40,41,125,125,44,111,110,73,110,112,117,116,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,116,46,116,97,114,103,101,116,46,99,111,109,112,111,115,105,110,103,41,123,118,97,114,32,101,61,116,46,116,97,114,103,101,116,46,118,97,108,117,101,44,110,61,116,104,105,115,46,102,111,114,109,97,116,86,97,108,117,101,40,101,44,116,41,59,33,49,61,61,61,110,124,124,116,46,100,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,63,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,58,40,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,110,44,116,104,105,115,46,117,112,100,97,116,101,86,97,108,117,101,40,110,41,44,116,104,105,115,46,36,101,109,105,116,40,106,105,44,110,41,41,125,125,44,111,110,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,116,97,114,103,101,116,46,118,97,108,117,101,44,110,61,116,104,105,115,46,102,111,114,109,97,116,86,97,108,117,101,40,101,44,116,41,59,33,49,61,61,61,110,124,124,116,46,100,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,63,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,58,40,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,110,44,116,104,105,115,46,117,112,100,97,116,101,86,97,108,117,101,40,110,44,33,48,41,44,116,104,105,115,46,36,101,109,105,116,40,99,105,44,110,41,41,125,44,111,110,66,108,117,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,116,97,114,103,101,116,46,118,97,108,117,101,44,110,61,116,104,105,115,46,102,111,114,109,97,116,86,97,108,117,101,40,101,44,116,44,33,48,41,59,33,49,33,61,61,110,38,38,40,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,97,115,40,116,104,105,115,46,109,111,100,105,102,121,86,97,108,117,101,40,110,41,41,44,116,104,105,115,46,117,112,100,97,116,101,86,97,108,117,101,40,110,44,33,48,41,41,44,116,104,105,115,46,36,101,109,105,116,40,97,105,44,116,41,125,44,102,111,99,117,115,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,113,115,40,116,104,105,115,46,36,101,108,41,125,44,98,108,117,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,71,115,40,116,104,105,115,46,36,101,108,41,125,125,125,41,44,68,121,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,99,111,109,112,117,116,101,100,58,123,118,97,108,105,100,105,116,121,58,123,99,97,99,104,101,58,33,49,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,46,118,97,108,105,100,105,116,121,125,125,44,118,97,108,105,100,97,116,105,111,110,77,101,115,115,97,103,101,58,123,99,97,99,104,101,58,33,49,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,46,118,97,108,105,100,97,116,105,111,110,77,101,115,115,97,103,101,125,125,44,119,105,108,108,86,97,108,105,100,97,116,101,58,123,99,97,99,104,101,58,33,49,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,46,119,105,108,108,86,97,108,105,100,97,116,101,125,125,125,44,109,101,116,104,111,100,115,58,123,115,101,116,67,117,115,116,111,109,86,97,108,105,100,105,116,121,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,59,114,101,116,117,114,110,40,116,61,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,41,46,115,101,116,67,117,115,116,111,109,86,97,108,105,100,105,116,121,46,97,112,112,108,121,40,116,44,97,114,103,117,109,101,110,116,115,41,125,44,99,104,101,99,107,86,97,108,105,100,105,116,121,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,59,114,101,116,117,114,110,40,116,61,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,41,46,99,104,101,99,107,86,97,108,105,100,105,116,121,46,97,112,112,108,121,40,116,44,97,114,103,117,109,101,110,116,115,41,125,44,114,101,112,111,114,116,86,97,108,105,100,105,116,121,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,59,114,101,116,117,114,110,40,116,61,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,41,46,114,101,112,111,114,116,86,97,108,105,100,105,116,121,46,97,112,112,108,121,40,116,44,97,114,103,117,109,101,110,116,115,41,125,125,125,41,59,102,117,110,99,116,105,111,110,32,76,121,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,77,121,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,76,121,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,73,121,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,76,121,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,73,121,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,36,121,44,70,121,61,91,34,116,101,120,116,34,44,34,112,97,115,115,119,111,114,100,34,44,34,101,109,97,105,108,34,44,34,110,117,109,98,101,114,34,44,34,117,114,108,34,44,34,116,101,108,34,44,34,115,101,97,114,99,104,34,44,34,114,97,110,103,101,34,44,34,99,111,108,111,114,34,44,34,100,97,116,101,34,44,34,116,105,109,101,34,44,34,100,97,116,101,116,105,109,101,34,44,34,100,97,116,101,116,105,109,101,45,108,111,99,97,108,34,44,34,109,111,110,116,104,34,44,34,119,101,101,107,34,93,44,66,121,61,104,99,40,75,116,40,77,121,40,77,121,40,77,121,40,77,121,40,77,121,40,77,121,40,123,125,44,69,104,41,44,103,109,41,44,119,109,41,44,120,109,41,44,69,121,41,44,123,125,44,123,108,105,115,116,58,99,99,40,95,111,41,44,109,97,120,58,99,99,40,65,111,41,44,109,105,110,58,99,99,40,65,111,41,44,110,111,87,104,101,101,108,58,99,99,40,118,111,44,33,49,41,44,115,116,101,112,58,99,99,40,65,111,41,44,116,121,112,101,58,99,99,40,95,111,44,34,116,101,120,116,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,113,97,40,70,121,44,116,41,125,41,41,125,41,41,44,84,110,41,44,82,121,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,84,110,44,109,105,120,105,110,115,58,91,80,108,44,65,104,44,109,109,44,95,109,44,79,109,44,65,121,44,95,121,44,68,121,93,44,112,114,111,112,115,58,66,121,44,99,111,109,112,117,116,101,100,58,123,108,111,99,97,108,84,121,112,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,116,121,112,101,59,114,101,116,117,114,110,32,113,97,40,70,121,44,116,41,63,116,58,34,116,101,120,116,34,125,44,99,111,109,112,117,116,101,100,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,108,111,99,97,108,84,121,112,101,44,101,61,116,104,105,115,46,110,97,109,101,44,110,61,116,104,105,115,46,102,111,114,109,44,114,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,105,61,116,104,105,115,46,112,108,97,99,101,104,111,108,100,101,114,44,111,61,116,104,105,115,46,114,101,113,117,105,114,101,100,44,97,61,116,104,105,115,46,109,105,110,44,115,61,116,104,105,115,46,109,97,120,44,99,61,116,104,105,115,46,115,116,101,112,59,114,101,116,117,114,110,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,44,110,97,109,101,58,101,44,102,111,114,109,58,110,44,116,121,112,101,58,116,44,100,105,115,97,98,108,101,100,58,114,44,112,108,97,99,101,104,111,108,100,101,114,58,105,44,114,101,113,117,105,114,101,100,58,111,44,97,117,116,111,99,111,109,112,108,101,116,101,58,116,104,105,115,46,97,117,116,111,99,111,109,112,108,101,116,101,124,124,110,117,108,108,44,114,101,97,100,111,110,108,121,58,116,104,105,115,46,114,101,97,100,111,110,108,121,124,124,116,104,105,115,46,112,108,97,105,110,116,101,120,116,44,109,105,110,58,97,44,109,97,120,58,115,44,115,116,101,112,58,99,44,108,105,115,116,58,34,112,97,115,115,119,111,114,100,34,33,61,61,116,63,116,104,105,115,46,108,105,115,116,58,110,117,108,108,44,34,97,114,105,97,45,114,101,113,117,105,114,101,100,34,58,111,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,105,110,118,97,108,105,100,34,58,116,104,105,115,46,99,111,109,112,117,116,101,100,65,114,105,97,73,110,118,97,108,105,100,125,125,44,99,111,109,112,117,116,101,100,76,105,115,116,101,110,101,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,77,121,40,77,121,40,123,125,44,116,104,105,115,46,98,118,76,105,115,116,101,110,101,114,115,41,44,123,125,44,123,105,110,112,117,116,58,116,104,105,115,46,111,110,73,110,112,117,116,44,99,104,97,110,103,101,58,116,104,105,115,46,111,110,67,104,97,110,103,101,44,98,108,117,114,58,116,104,105,115,46,111,110,66,108,117,114,125,41,125,125,44,119,97,116,99,104,58,123,110,111,87,104,101,101,108,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,115,101,116,87,104,101,101,108,83,116,111,112,112,101,114,40,116,41,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,87,104,101,101,108,83,116,111,112,112,101,114,40,116,104,105,115,46,110,111,87,104,101,101,108,41,125,44,100,101,97,99,116,105,118,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,87,104,101,101,108,83,116,111,112,112,101,114,40,33,49,41,125,44,97,99,116,105,118,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,87,104,101,101,108,83,116,111,112,112,101,114,40,116,104,105,115,46,110,111,87,104,101,101,108,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,87,104,101,101,108,83,116,111,112,112,101,114,40,33,49,41,125,44,109,101,116,104,111,100,115,58,123,115,101,116,87,104,101,101,108,83,116,111,112,112,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,36,101,108,59,79,99,40,116,44,101,44,34,102,111,99,117,115,34,44,116,104,105,115,46,111,110,87,104,101,101,108,70,111,99,117,115,41,44,79,99,40,116,44,101,44,34,98,108,117,114,34,44,116,104,105,115,46,111,110,87,104,101,101,108,66,108,117,114,41,44,116,124,124,120,99,40,100,111,99,117,109,101,110,116,44,34,119,104,101,101,108,34,44,116,104,105,115,46,115,116,111,112,87,104,101,101,108,41,125,44,111,110,87,104,101,101,108,70,111,99,117,115,58,102,117,110,99,116,105,111,110,40,41,123,95,99,40,100,111,99,117,109,101,110,116,44,34,119,104,101,101,108,34,44,116,104,105,115,46,115,116,111,112,87,104,101,101,108,41,125,44,111,110,87,104,101,101,108,66,108,117,114,58,102,117,110,99,116,105,111,110,40,41,123,120,99,40,100,111,99,117,109,101,110,116,44,34,119,104,101,101,108,34,44,116,104,105,115,46,115,116,111,112,87,104,101,101,108,41,125,44,115,116,111,112,87,104,101,101,108,58,102,117,110,99,116,105,111,110,40,116,41,123,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,44,71,115,40,116,104,105,115,46,36,101,108,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,40,34,105,110,112,117,116,34,44,123,99,108,97,115,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,67,108,97,115,115,44,97,116,116,114,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,65,116,116,114,115,44,100,111,109,80,114,111,112,115,58,123,118,97,108,117,101,58,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,125,44,111,110,58,116,104,105,115,46,99,111,109,112,117,116,101,100,76,105,115,116,101,110,101,114,115,44,114,101,102,58,34,105,110,112,117,116,34,125,41,125,125,41,44,78,121,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,70,111,114,109,73,110,112,117,116,58,82,121,44,66,73,110,112,117,116,58,82,121,125,125,41,44,122,121,61,104,99,40,105,98,44,65,110,41,44,86,121,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,65,110,44,109,105,120,105,110,115,58,91,111,98,93,44,112,114,111,118,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,98,118,82,97,100,105,111,71,114,111,117,112,58,116,104,105,115,125,125,44,112,114,111,112,115,58,122,121,44,99,111,109,112,117,116,101,100,58,123,105,115,82,97,100,105,111,71,114,111,117,112,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,125,125,125,41,44,72,121,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,70,111,114,109,82,97,100,105,111,58,71,109,44,66,82,97,100,105,111,58,71,109,44,66,70,111,114,109,82,97,100,105,111,71,114,111,117,112,58,86,121,44,66,82,97,100,105,111,71,114,111,117,112,58,86,121,125,125,41,59,102,117,110,99,116,105,111,110,32,85,121,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,87,121,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,85,121,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,113,121,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,85,121,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,113,121,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,71,121,61,103,99,40,34,118,97,108,117,101,34,44,123,116,121,112,101,58,65,111,44,101,118,101,110,116,58,99,105,125,41,44,89,121,61,71,121,46,109,105,120,105,110,44,75,121,61,71,121,46,112,114,111,112,115,44,88,121,61,71,121,46,112,114,111,112,44,90,121,61,71,121,46,101,118,101,110,116,44,74,121,61,51,44,81,121,61,53,44,116,119,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,81,99,40,74,121,44,90,97,40,116,44,81,121,41,41,125,44,101,119,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,81,99,40,74,99,40,116,44,110,41,44,101,41,125,44,110,119,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,89,114,44,109,105,120,105,110,115,58,91,121,99,93,44,112,114,111,112,115,58,123,100,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,102,111,99,117,115,101,100,58,99,99,40,118,111,44,33,49,41,44,104,97,115,67,108,101,97,114,58,99,99,40,118,111,44,33,49,41,44,114,97,116,105,110,103,58,99,99,40,98,111,44,48,41,44,114,101,97,100,111,110,108,121,58,99,99,40,118,111,44,33,49,41,44,115,116,97,114,58,99,99,40,98,111,44,48,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,41,125,44,109,101,116,104,111,100,115,58,123,111,110,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,116,104,105,115,46,114,101,97,100,111,110,108,121,124,124,40,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,44,116,104,105,115,46,36,101,109,105,116,40,75,105,44,116,104,105,115,46,115,116,97,114,41,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,114,97,116,105,110,103,44,110,61,116,104,105,115,46,115,116,97,114,44,114,61,116,104,105,115,46,102,111,99,117,115,101,100,44,105,61,116,104,105,115,46,104,97,115,67,108,101,97,114,44,111,61,116,104,105,115,46,118,97,114,105,97,110,116,44,97,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,115,61,116,104,105,115,46,114,101,97,100,111,110,108,121,44,99,61,105,63,48,58,49,44,117,61,101,62,61,110,63,34,102,117,108,108,34,58,101,62,61,110,45,46,53,63,34,104,97,108,102,34,58,34,101,109,112,116,121,34,44,108,61,123,118,97,114,105,97,110,116,58,111,44,100,105,115,97,98,108,101,100,58,97,44,114,101,97,100,111,110,108,121,58,115,125,59,114,101,116,117,114,110,32,116,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,114,97,116,105,110,103,45,115,116,97,114,34,44,99,108,97,115,115,58,123,102,111,99,117,115,101,100,58,114,38,38,101,61,61,61,110,124,124,33,90,97,40,101,41,38,38,110,61,61,61,99,44,34,98,45,114,97,116,105,110,103,45,115,116,97,114,45,101,109,112,116,121,34,58,34,101,109,112,116,121,34,61,61,61,117,44,34,98,45,114,97,116,105,110,103,45,115,116,97,114,45,104,97,108,102,34,58,34,104,97,108,102,34,61,61,61,117,44,34,98,45,114,97,116,105,110,103,45,115,116,97,114,45,102,117,108,108,34,58,34,102,117,108,108,34,61,61,61,117,125,44,97,116,116,114,115,58,123,116,97,98,105,110,100,101,120,58,97,124,124,115,63,110,117,108,108,58,34,45,49,34,125,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,67,108,105,99,107,125,125,44,91,116,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,114,97,116,105,110,103,45,105,99,111,110,34,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,117,44,108,41,93,41,93,41,125,125,41,44,114,119,61,104,99,40,75,116,40,87,121,40,87,121,40,87,121,40,87,121,40,87,121,40,123,125,44,69,104,41,44,75,121,41,44,71,116,40,103,109,44,91,34,114,101,113,117,105,114,101,100,34,44,34,97,117,116,111,102,111,99,117,115,34,93,41,41,44,119,109,41,44,123,125,44,123,99,111,108,111,114,58,99,99,40,95,111,41,44,105,99,111,110,67,108,101,97,114,58,99,99,40,95,111,44,34,120,34,41,44,105,99,111,110,69,109,112,116,121,58,99,99,40,95,111,44,34,115,116,97,114,34,41,44,105,99,111,110,70,117,108,108,58,99,99,40,95,111,44,34,115,116,97,114,45,102,105,108,108,34,41,44,105,99,111,110,72,97,108,102,58,99,99,40,95,111,44,34,115,116,97,114,45,104,97,108,102,34,41,44,105,110,108,105,110,101,58,99,99,40,118,111,44,33,49,41,44,108,111,99,97,108,101,58,99,99,40,107,111,41,44,110,111,66,111,114,100,101,114,58,99,99,40,118,111,44,33,49,41,44,112,114,101,99,105,115,105,111,110,58,99,99,40,65,111,41,44,114,101,97,100,111,110,108,121,58,99,99,40,118,111,44,33,49,41,44,115,104,111,119,67,108,101,97,114,58,99,99,40,118,111,44,33,49,41,44,115,104,111,119,86,97,108,117,101,58,99,99,40,118,111,44,33,49,41,44,115,104,111,119,86,97,108,117,101,77,97,120,58,99,99,40,118,111,44,33,49,41,44,115,116,97,114,115,58,99,99,40,65,111,44,81,121,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,90,97,40,116,41,62,61,74,121,125,41,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,41,125,41,41,44,68,110,41,44,105,119,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,68,110,44,99,111,109,112,111,110,101,110,116,115,58,123,66,73,99,111,110,83,116,97,114,58,75,117,44,66,73,99,111,110,83,116,97,114,72,97,108,102,58,90,117,44,66,73,99,111,110,83,116,97,114,70,105,108,108,58,88,117,44,66,73,99,111,110,88,58,74,117,125,44,109,105,120,105,110,115,58,91,65,104,44,89,121,44,95,109,93,44,112,114,111,112,115,58,114,119,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,74,97,40,116,104,105,115,91,88,121,93,44,110,117,108,108,41,44,101,61,116,119,40,116,104,105,115,46,115,116,97,114,115,41,59,114,101,116,117,114,110,123,108,111,99,97,108,86,97,108,117,101,58,121,116,40,116,41,63,110,117,108,108,58,101,119,40,116,44,48,44,101,41,44,104,97,115,70,111,99,117,115,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,83,116,97,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,119,40,116,104,105,115,46,115,116,97,114,115,41,125,44,99,111,109,112,117,116,101,100,82,97,116,105,110,103,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,74,97,40,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,44,48,41,44,101,61,90,97,40,116,104,105,115,46,112,114,101,99,105,115,105,111,110,44,51,41,59,114,101,116,117,114,110,32,101,119,40,74,97,40,116,46,116,111,70,105,120,101,100,40,101,41,41,44,48,44,116,104,105,115,46,99,111,109,112,117,116,101,100,83,116,97,114,115,41,125,44,99,111,109,112,117,116,101,100,76,111,99,97,108,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,71,97,40,116,104,105,115,46,108,111,99,97,108,101,41,46,102,105,108,116,101,114,40,115,101,41,44,101,61,110,101,119,32,73,110,116,108,46,78,117,109,98,101,114,70,111,114,109,97,116,40,116,41,59,114,101,116,117,114,110,32,101,46,114,101,115,111,108,118,101,100,79,112,116,105,111,110,115,40,41,46,108,111,99,97,108,101,125,44,105,115,73,110,116,101,114,97,99,116,105,118,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,100,105,115,97,98,108,101,100,38,38,33,116,104,105,115,46,114,101,97,100,111,110,108,121,125,44,105,115,82,84,76,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,106,104,40,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,101,41,125,44,102,111,114,109,97,116,116,101,100,82,97,116,105,110,103,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,90,97,40,116,104,105,115,46,112,114,101,99,105,115,105,111,110,41,44,101,61,116,104,105,115,46,115,104,111,119,86,97,108,117,101,77,97,120,44,110,61,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,101,44,114,61,123,110,111,116,97,116,105,111,110,58,34,115,116,97,110,100,97,114,100,34,44,109,105,110,105,109,117,109,70,114,97,99,116,105,111,110,68,105,103,105,116,115,58,105,115,78,97,78,40,116,41,63,48,58,116,44,109,97,120,105,109,117,109,70,114,97,99,116,105,111,110,68,105,103,105,116,115,58,105,115,78,97,78,40,116,41,63,51,58,116,125,44,105,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,116,97,114,115,46,116,111,76,111,99,97,108,101,83,116,114,105,110,103,40,110,41,44,111,61,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,59,114,101,116,117,114,110,32,111,61,121,116,40,111,41,63,101,63,34,45,34,58,34,34,58,111,46,116,111,76,111,99,97,108,101,83,116,114,105,110,103,40,110,44,114,41,44,101,63,34,34,46,99,111,110,99,97,116,40,111,44,34,47,34,41,46,99,111,110,99,97,116,40,105,41,58,111,125,125,44,119,97,116,99,104,58,40,36,121,61,123,125,44,113,121,40,36,121,44,88,121,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,33,61,61,101,41,123,118,97,114,32,110,61,74,97,40,116,44,110,117,108,108,41,59,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,121,116,40,110,41,63,110,117,108,108,58,101,119,40,110,44,48,44,116,104,105,115,46,99,111,109,112,117,116,101,100,83,116,97,114,115,41,125,125,41,41,44,113,121,40,36,121,44,34,108,111,99,97,108,86,97,108,117,101,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,116,33,61,61,40,116,104,105,115,46,118,97,108,117,101,124,124,48,41,38,38,116,104,105,115,46,36,101,109,105,116,40,90,121,44,116,124,124,110,117,108,108,41,125,41,41,44,113,121,40,36,121,44,34,100,105,115,97,98,108,101,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,40,116,104,105,115,46,104,97,115,70,111,99,117,115,61,33,49,44,116,104,105,115,46,98,108,117,114,40,41,41,125,41,41,44,36,121,41,44,109,101,116,104,111,100,115,58,123,102,111,99,117,115,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,113,115,40,116,104,105,115,46,36,101,108,41,125,44,98,108,117,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,71,115,40,116,104,105,115,46,36,101,108,41,125,44,111,110,75,101,121,100,111,119,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,107,101,121,67,111,100,101,59,105,102,40,116,104,105,115,46,105,115,73,110,116,101,114,97,99,116,105,118,101,38,38,113,97,40,91,100,108,44,99,108,44,103,108,44,98,108,93,44,101,41,41,123,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,59,118,97,114,32,110,61,90,97,40,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,44,48,41,44,114,61,116,104,105,115,46,115,104,111,119,67,108,101,97,114,63,48,58,49,44,105,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,116,97,114,115,44,111,61,116,104,105,115,46,105,115,82,84,76,63,45,49,58,49,59,101,61,61,61,100,108,63,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,101,119,40,110,45,111,44,114,44,105,41,124,124,110,117,108,108,58,101,61,61,61,103,108,63,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,101,119,40,110,43,111,44,114,44,105,41,58,101,61,61,61,99,108,63,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,101,119,40,110,45,49,44,114,44,105,41,124,124,110,117,108,108,58,101,61,61,61,98,108,38,38,40,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,101,119,40,110,43,49,44,114,44,105,41,41,125,125,44,111,110,83,101,108,101,99,116,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,105,115,73,110,116,101,114,97,99,116,105,118,101,38,38,40,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,116,41,125,44,111,110,70,111,99,117,115,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,104,97,115,70,111,99,117,115,61,33,33,116,104,105,115,46,105,115,73,110,116,101,114,97,99,116,105,118,101,38,38,34,102,111,99,117,115,34,61,61,61,116,46,116,121,112,101,125,44,114,101,110,100,101,114,73,99,111,110,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,40,111,108,44,123,112,114,111,112,115,58,123,105,99,111,110,58,116,44,118,97,114,105,97,110,116,58,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,116,104,105,115,46,99,111,108,111,114,63,110,117,108,108,58,116,104,105,115,46,118,97,114,105,97,110,116,124,124,110,117,108,108,125,125,41,125,44,105,99,111,110,69,109,112,116,121,70,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,114,101,110,100,101,114,73,99,111,110,40,116,104,105,115,46,105,99,111,110,69,109,112,116,121,41,125,44,105,99,111,110,72,97,108,102,70,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,114,101,110,100,101,114,73,99,111,110,40,116,104,105,115,46,105,99,111,110,72,97,108,102,41,125,44,105,99,111,110,70,117,108,108,70,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,114,101,110,100,101,114,73,99,111,110,40,116,104,105,115,46,105,99,111,110,70,117,108,108,41,125,44,105,99,111,110,67,108,101,97,114,70,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,40,111,108,44,123,112,114,111,112,115,58,123,105,99,111,110,58,116,104,105,115,46,105,99,111,110,67,108,101,97,114,125,125,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,114,61,116,104,105,115,46,114,101,97,100,111,110,108,121,44,105,61,116,104,105,115,46,110,97,109,101,44,111,61,116,104,105,115,46,102,111,114,109,44,97,61,116,104,105,115,46,105,110,108,105,110,101,44,115,61,116,104,105,115,46,118,97,114,105,97,110,116,44,99,61,116,104,105,115,46,99,111,108,111,114,44,117,61,116,104,105,115,46,110,111,66,111,114,100,101,114,44,108,61,116,104,105,115,46,104,97,115,70,111,99,117,115,44,102,61,116,104,105,115,46,99,111,109,112,117,116,101,100,82,97,116,105,110,103,44,104,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,116,97,114,115,44,100,61,116,104,105,115,46,102,111,114,109,97,116,116,101,100,82,97,116,105,110,103,44,112,61,116,104,105,115,46,115,104,111,119,67,108,101,97,114,44,118,61,116,104,105,115,46,105,115,82,84,76,44,103,61,116,104,105,115,46,105,115,73,110,116,101,114,97,99,116,105,118,101,44,109,61,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,44,98,61,91,93,59,105,102,40,112,38,38,33,110,38,38,33,114,41,123,118,97,114,32,121,61,116,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,114,97,116,105,110,103,45,105,99,111,110,34,125,44,91,40,109,91,110,97,93,124,124,116,104,105,115,46,105,99,111,110,67,108,101,97,114,70,110,41,40,41,93,41,59,98,46,112,117,115,104,40,116,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,114,97,116,105,110,103,45,115,116,97,114,32,98,45,114,97,116,105,110,103,45,115,116,97,114,45,99,108,101,97,114,32,102,108,101,120,45,103,114,111,119,45,49,34,44,99,108,97,115,115,58,123,102,111,99,117,115,101,100,58,108,38,38,48,61,61,61,102,125,44,97,116,116,114,115,58,123,116,97,98,105,110,100,101,120,58,103,63,34,45,49,34,58,110,117,108,108,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,46,111,110,83,101,108,101,99,116,101,100,40,110,117,108,108,41,125,125,44,107,101,121,58,34,99,108,101,97,114,34,125,44,91,121,93,41,41,125,102,111,114,40,118,97,114,32,119,61,48,59,119,60,104,59,119,43,43,41,123,118,97,114,32,95,61,119,43,49,59,98,46,112,117,115,104,40,116,40,110,119,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,108,101,120,45,103,114,111,119,45,49,34,44,115,116,121,108,101,58,99,38,38,33,110,63,123,99,111,108,111,114,58,99,125,58,123,125,44,112,114,111,112,115,58,123,114,97,116,105,110,103,58,102,44,115,116,97,114,58,95,44,118,97,114,105,97,110,116,58,110,63,110,117,108,108,58,115,124,124,110,117,108,108,44,100,105,115,97,98,108,101,100,58,110,44,114,101,97,100,111,110,108,121,58,114,44,102,111,99,117,115,101,100,58,108,44,104,97,115,67,108,101,97,114,58,112,125,44,111,110,58,123,115,101,108,101,99,116,101,100,58,116,104,105,115,46,111,110,83,101,108,101,99,116,101,100,125,44,115,99,111,112,101,100,83,108,111,116,115,58,123,101,109,112,116,121,58,109,91,114,97,93,124,124,116,104,105,115,46,105,99,111,110,69,109,112,116,121,70,110,44,104,97,108,102,58,109,91,111,97,93,124,124,116,104,105,115,46,105,99,111,110,72,97,108,102,70,110,44,102,117,108,108,58,109,91,105,97,93,124,124,116,104,105,115,46,105,99,111,110,70,117,108,108,70,110,125,44,107,101,121,58,119,125,41,41,125,114,101,116,117,114,110,32,105,38,38,98,46,112,117,115,104,40,116,40,34,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,116,121,112,101,58,34,104,105,100,100,101,110,34,44,118,97,108,117,101,58,121,116,40,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,41,63,34,34,58,102,44,110,97,109,101,58,105,44,102,111,114,109,58,111,124,124,110,117,108,108,125,44,107,101,121,58,34,104,105,100,100,101,110,34,125,41,41,44,116,104,105,115,46,115,104,111,119,86,97,108,117,101,38,38,98,46,112,117,115,104,40,116,40,34,98,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,114,97,116,105,110,103,45,118,97,108,117,101,32,102,108,101,120,45,103,114,111,119,45,49,34,44,97,116,116,114,115,58,123,34,97,114,105,97,45,104,105,100,100,101,110,34,58,34,116,114,117,101,34,125,44,107,101,121,58,34,118,97,108,117,101,34,125,44,97,115,40,100,41,41,41,44,116,40,34,111,117,116,112,117,116,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,114,97,116,105,110,103,32,102,111,114,109,45,99,111,110,116,114,111,108,32,97,108,105,103,110,45,105,116,101,109,115,45,99,101,110,116,101,114,34,44,99,108,97,115,115,58,91,123,34,100,45,105,110,108,105,110,101,45,102,108,101,120,34,58,97,44,34,100,45,102,108,101,120,34,58,33,97,44,34,98,111,114,100,101,114,45,48,34,58,117,44,100,105,115,97,98,108,101,100,58,110,44,114,101,97,100,111,110,108,121,58,33,110,38,38,114,125,44,116,104,105,115,46,115,105,122,101,70,111,114,109,67,108,97,115,115,93,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,44,100,105,114,58,118,63,34,114,116,108,34,58,34,108,116,114,34,44,116,97,98,105,110,100,101,120,58,110,63,110,117,108,108,58,34,48,34,44,100,105,115,97,98,108,101,100,58,110,44,114,111,108,101,58,34,115,108,105,100,101,114,34,44,34,97,114,105,97,45,100,105,115,97,98,108,101,100,34,58,110,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,114,101,97,100,111,110,108,121,34,58,33,110,38,38,114,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,108,105,118,101,34,58,34,111,102,102,34,44,34,97,114,105,97,45,118,97,108,117,101,109,105,110,34,58,112,63,34,48,34,58,34,49,34,44,34,97,114,105,97,45,118,97,108,117,101,109,97,120,34,58,97,115,40,104,41,44,34,97,114,105,97,45,118,97,108,117,101,110,111,119,34,58,102,63,97,115,40,102,41,58,110,117,108,108,125,44,111,110,58,123,107,101,121,100,111,119,110,58,116,104,105,115,46,111,110,75,101,121,100,111,119,110,44,102,111,99,117,115,58,116,104,105,115,46,111,110,70,111,99,117,115,44,98,108,117,114,58,116,104,105,115,46,111,110,70,111,99,117,115,125,125,44,98,41,125,125,41,44,111,119,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,70,111,114,109,82,97,116,105,110,103,58,105,119,44,66,82,97,116,105,110,103,58,105,119,125,125,41,44,97,119,61,103,99,40,34,118,97,108,117,101,34,41,44,115,119,61,97,119,46,109,105,120,105,110,44,99,119,61,97,119,46,112,114,111,112,115,44,117,119,61,97,119,46,112,114,111,112,44,108,119,61,97,119,46,101,118,101,110,116,59,102,117,110,99,116,105,111,110,32,102,119,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,104,119,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,102,119,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,100,119,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,102,119,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,100,119,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,112,119,61,104,99,40,75,116,40,104,119,40,104,119,40,123,125,44,75,103,41,44,123,125,44,123,108,97,98,101,108,70,105,101,108,100,58,99,99,40,95,111,44,34,108,97,98,101,108,34,41,44,111,112,116,105,111,110,115,70,105,101,108,100,58,99,99,40,95,111,44,34,111,112,116,105,111,110,115,34,41,125,41,41,44,34,102,111,114,109,79,112,116,105,111,110,115,34,41,44,118,119,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,109,105,120,105,110,115,58,91,88,103,93,44,112,114,111,112,115,58,112,119,44,109,101,116,104,111,100,115,58,123,110,111,114,109,97,108,105,122,101,79,112,116,105,111,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,110,117,108,108,59,105,102,40,84,116,40,116,41,41,123,118,97,114,32,110,61,117,101,40,116,44,116,104,105,115,46,118,97,108,117,101,70,105,101,108,100,41,44,114,61,117,101,40,116,44,116,104,105,115,46,116,101,120,116,70,105,101,108,100,41,44,105,61,117,101,40,116,44,116,104,105,115,46,111,112,116,105,111,110,115,70,105,101,108,100,44,110,117,108,108,41,59,114,101,116,117,114,110,32,121,116,40,105,41,63,123,118,97,108,117,101,58,98,116,40,110,41,63,101,124,124,114,58,110,44,116,101,120,116,58,83,116,114,105,110,103,40,98,116,40,114,41,63,101,58,114,41,44,104,116,109,108,58,117,101,40,116,44,116,104,105,115,46,104,116,109,108,70,105,101,108,100,41,44,100,105,115,97,98,108,101,100,58,66,111,111,108,101,97,110,40,117,101,40,116,44,116,104,105,115,46,100,105,115,97,98,108,101,100,70,105,101,108,100,41,41,125,58,123,108,97,98,101,108,58,83,116,114,105,110,103,40,117,101,40,116,44,116,104,105,115,46,108,97,98,101,108,70,105,101,108,100,41,124,124,114,41,44,111,112,116,105,111,110,115,58,116,104,105,115,46,110,111,114,109,97,108,105,122,101,79,112,116,105,111,110,115,40,105,41,125,125,114,101,116,117,114,110,123,118,97,108,117,101,58,101,124,124,116,44,116,101,120,116,58,83,116,114,105,110,103,40,116,41,44,100,105,115,97,98,108,101,100,58,33,49,125,125,125,125,41,44,103,119,61,104,99,40,123,100,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,118,97,108,117,101,58,99,99,40,104,111,44,118,111,105,100,32,48,44,33,48,41,125,44,73,110,41,44,109,119,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,73,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,103,119,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,44,111,61,110,46,118,97,108,117,101,44,97,61,110,46,100,105,115,97,98,108,101,100,59,114,101,116,117,114,110,32,116,40,34,111,112,116,105,111,110,34,44,73,101,40,114,44,123,97,116,116,114,115,58,123,100,105,115,97,98,108,101,100,58,97,125,44,100,111,109,80,114,111,112,115,58,123,118,97,108,117,101,58,111,125,125,41,44,105,41,125,125,41,59,102,117,110,99,116,105,111,110,32,98,119,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,121,119,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,98,119,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,119,119,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,98,119,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,119,119,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,95,119,61,104,99,40,75,116,40,121,119,40,121,119,40,123,125,44,75,103,41,44,123,125,44,123,108,97,98,101,108,58,99,99,40,95,111,44,118,111,105,100,32,48,44,33,48,41,125,41,41,44,36,110,41,44,120,119,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,36,110,44,109,105,120,105,110,115,58,91,121,99,44,88,103,93,44,112,114,111,112,115,58,95,119,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,108,97,98,101,108,44,110,61,116,104,105,115,46,102,111,114,109,79,112,116,105,111,110,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,114,61,101,46,118,97,108,117,101,44,105,61,101,46,116,101,120,116,44,111,61,101,46,104,116,109,108,44,97,61,101,46,100,105,115,97,98,108,101,100,59,114,101,116,117,114,110,32,116,40,109,119,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,114,44,100,105,115,97,98,108,101,100,58,97,125,44,100,111,109,80,114,111,112,115,58,107,102,40,111,44,105,41,44,107,101,121,58,34,111,112,116,105,111,110,95,34,46,99,111,110,99,97,116,40,110,41,125,41,125,41,41,59,114,101,116,117,114,110,32,116,40,34,111,112,116,103,114,111,117,112,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,101,125,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,90,111,41,44,110,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,79,119,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,83,119,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,79,119,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,107,119,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,79,119,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,107,119,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,67,119,44,80,119,61,104,99,40,75,116,40,83,119,40,83,119,40,83,119,40,83,119,40,83,119,40,83,119,40,83,119,40,123,125,44,69,104,41,44,99,119,41,44,103,109,41,44,98,109,41,44,119,109,41,44,120,109,41,44,123,125,44,123,97,114,105,97,73,110,118,97,108,105,100,58,99,99,40,84,111,44,33,49,41,44,109,117,108,116,105,112,108,101,58,99,99,40,118,111,44,33,49,41,44,115,101,108,101,99,116,83,105,122,101,58,99,99,40,98,111,44,48,41,125,41,41,44,77,110,41,44,84,119,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,77,110,44,109,105,120,105,110,115,58,91,65,104,44,115,119,44,109,109,44,95,109,44,79,109,44,121,109,44,118,119,44,121,99,93,44,112,114,111,112,115,58,80,119,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,99,97,108,86,97,108,117,101,58,116,104,105,115,91,117,119,93,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,83,101,108,101,99,116,83,105,122,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,112,108,97,105,110,124,124,48,33,61,61,116,104,105,115,46,115,101,108,101,99,116,83,105,122,101,63,116,104,105,115,46,115,101,108,101,99,116,83,105,122,101,58,110,117,108,108,125,44,105,110,112,117,116,67,108,97,115,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,116,104,105,115,46,112,108,97,105,110,63,34,102,111,114,109,45,99,111,110,116,114,111,108,34,58,34,99,117,115,116,111,109,45,115,101,108,101,99,116,34,44,116,104,105,115,46,115,105,122,101,38,38,116,104,105,115,46,112,108,97,105,110,63,34,102,111,114,109,45,99,111,110,116,114,111,108,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,115,105,122,101,41,58,110,117,108,108,44,116,104,105,115,46,115,105,122,101,38,38,33,116,104,105,115,46,112,108,97,105,110,63,34,99,117,115,116,111,109,45,115,101,108,101,99,116,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,115,105,122,101,41,58,110,117,108,108,44,116,104,105,115,46,115,116,97,116,101,67,108,97,115,115,93,125,125,44,119,97,116,99,104,58,123,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,116,125,44,108,111,99,97,108,86,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,101,109,105,116,40,108,119,44,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,41,125,125,44,109,101,116,104,111,100,115,58,123,102,111,99,117,115,58,102,117,110,99,116,105,111,110,40,41,123,113,115,40,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,41,125,44,98,108,117,114,58,102,117,110,99,116,105,111,110,40,41,123,71,115,40,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,41,125,44,111,110,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,46,116,97,114,103,101,116,44,114,61,87,97,40,110,46,111,112,116,105,111,110,115,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,101,100,125,41,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,95,118,97,108,117,101,34,105,110,32,116,63,116,46,95,118,97,108,117,101,58,116,46,118,97,108,117,101,125,41,41,59,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,110,46,109,117,108,116,105,112,108,101,63,114,58,114,91,48,93,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,36,101,109,105,116,40,99,105,44,101,46,108,111,99,97,108,86,97,108,117,101,41,125,41,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,110,97,109,101,44,110,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,114,61,116,104,105,115,46,114,101,113,117,105,114,101,100,44,105,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,101,108,101,99,116,83,105,122,101,44,111,61,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,44,97,61,116,104,105,115,46,102,111,114,109,79,112,116,105,111,110,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,114,61,101,46,118,97,108,117,101,44,105,61,101,46,108,97,98,101,108,44,111,61,101,46,111,112,116,105,111,110,115,44,97,61,101,46,100,105,115,97,98,108,101,100,44,115,61,34,111,112,116,105,111,110,95,34,46,99,111,110,99,97,116,40,110,41,59,114,101,116,117,114,110,32,67,116,40,111,41,63,116,40,120,119,44,123,112,114,111,112,115,58,123,108,97,98,101,108,58,105,44,111,112,116,105,111,110,115,58,111,125,44,107,101,121,58,115,125,41,58,116,40,109,119,44,123,112,114,111,112,115,58,123,118,97,108,117,101,58,114,44,100,105,115,97,98,108,101,100,58,97,125,44,100,111,109,80,114,111,112,115,58,107,102,40,101,46,104,116,109,108,44,101,46,116,101,120,116,41,44,107,101,121,58,115,125,41,125,41,41,59,114,101,116,117,114,110,32,116,40,34,115,101,108,101,99,116,34,44,123,99,108,97,115,115,58,116,104,105,115,46,105,110,112,117,116,67,108,97,115,115,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,44,110,97,109,101,58,101,44,102,111,114,109,58,116,104,105,115,46,102,111,114,109,124,124,110,117,108,108,44,109,117,108,116,105,112,108,101,58,116,104,105,115,46,109,117,108,116,105,112,108,101,124,124,110,117,108,108,44,115,105,122,101,58,105,44,100,105,115,97,98,108,101,100,58,110,44,114,101,113,117,105,114,101,100,58,114,44,34,97,114,105,97,45,114,101,113,117,105,114,101,100,34,58,114,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,105,110,118,97,108,105,100,34,58,116,104,105,115,46,99,111,109,112,117,116,101,100,65,114,105,97,73,110,118,97,108,105,100,125,44,111,110,58,123,99,104,97,110,103,101,58,116,104,105,115,46,111,110,67,104,97,110,103,101,125,44,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,109,111,100,101,108,34,44,118,97,108,117,101,58,111,125,93,44,114,101,102,58,34,105,110,112,117,116,34,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,90,111,41,44,97,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,93,41,125,125,41,44,106,119,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,70,111,114,109,83,101,108,101,99,116,58,84,119,44,66,70,111,114,109,83,101,108,101,99,116,79,112,116,105,111,110,58,109,119,44,66,70,111,114,109,83,101,108,101,99,116,79,112,116,105,111,110,71,114,111,117,112,58,120,119,44,66,83,101,108,101,99,116,58,84,119,44,66,83,101,108,101,99,116,79,112,116,105,111,110,58,109,119,44,66,83,101,108,101,99,116,79,112,116,105,111,110,71,114,111,117,112,58,120,119,125,125,41,59,102,117,110,99,116,105,111,110,32,69,119,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,65,119,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,69,119,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,68,119,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,69,119,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,68,119,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,76,119,61,103,99,40,34,118,97,108,117,101,34,44,123,116,121,112,101,58,67,111,125,41,44,77,119,61,76,119,46,109,105,120,105,110,44,73,119,61,76,119,46,112,114,111,112,115,44,36,119,61,76,119,46,112,114,111,112,44,70,119,61,76,119,46,101,118,101,110,116,44,66,119,61,49,44,82,119,61,49,48,48,44,78,119,61,49,44,122,119,61,53,48,48,44,86,119,61,49,48,48,44,72,119,61,49,48,44,85,119,61,52,44,87,119,61,91,98,108,44,99,108,44,104,108,44,117,108,44,118,108,44,112,108,93,44,113,119,61,104,99,40,75,116,40,65,119,40,65,119,40,65,119,40,65,119,40,65,119,40,65,119,40,123,125,44,69,104,41,44,73,119,41,44,71,116,40,103,109,44,91,34,114,101,113,117,105,114,101,100,34,44,34,97,117,116,111,102,111,99,117,115,34,93,41,41,44,119,109,41,44,120,109,41,44,123,125,44,123,97,114,105,97,67,111,110,116,114,111,108,115,58,99,99,40,95,111,41,44,97,114,105,97,76,97,98,101,108,58,99,99,40,95,111,41,44,102,111,114,109,97,116,116,101,114,70,110,58,99,99,40,109,111,41,44,105,110,108,105,110,101,58,99,99,40,118,111,44,33,49,41,44,108,97,98,101,108,68,101,99,114,101,109,101,110,116,58,99,99,40,95,111,44,34,68,101,99,114,101,109,101,110,116,34,41,44,108,97,98,101,108,73,110,99,114,101,109,101,110,116,58,99,99,40,95,111,44,34,73,110,99,114,101,109,101,110,116,34,41,44,108,111,99,97,108,101,58,99,99,40,107,111,41,44,109,97,120,58,99,99,40,65,111,44,82,119,41,44,109,105,110,58,99,99,40,65,111,44,66,119,41,44,112,108,97,99,101,104,111,108,100,101,114,58,99,99,40,95,111,41,44,114,101,97,100,111,110,108,121,58,99,99,40,118,111,44,33,49,41,44,114,101,112,101,97,116,68,101,108,97,121,58,99,99,40,65,111,44,122,119,41,44,114,101,112,101,97,116,73,110,116,101,114,118,97,108,58,99,99,40,65,111,44,86,119,41,44,114,101,112,101,97,116,83,116,101,112,77,117,108,116,105,112,108,105,101,114,58,99,99,40,65,111,44,85,119,41,44,114,101,112,101,97,116,84,104,114,101,115,104,111,108,100,58,99,99,40,65,111,44,72,119,41,44,115,116,101,112,58,99,99,40,65,111,44,78,119,41,44,118,101,114,116,105,99,97,108,58,99,99,40,118,111,44,33,49,41,44,119,114,97,112,58,99,99,40,118,111,44,33,49,41,125,41,41,44,70,110,41,44,71,119,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,70,110,44,109,105,120,105,110,115,58,91,107,108,44,65,104,44,77,119,44,95,109,44,79,109,44,121,99,93,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,113,119,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,99,97,108,86,97,108,117,101,58,74,97,40,116,104,105,115,91,36,119,93,44,110,117,108,108,41,44,104,97,115,70,111,99,117,115,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,115,112,105,110,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,41,125,44,99,111,109,112,117,116,101,100,73,110,108,105,110,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,108,105,110,101,38,38,33,116,104,105,115,46,118,101,114,116,105,99,97,108,125,44,99,111,109,112,117,116,101,100,82,101,97,100,111,110,108,121,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,114,101,97,100,111,110,108,121,38,38,33,116,104,105,115,46,100,105,115,97,98,108,101,100,125,44,99,111,109,112,117,116,101,100,82,101,113,117,105,114,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,114,101,113,117,105,114,101,100,38,38,33,116,104,105,115,46,99,111,109,112,117,116,101,100,82,101,97,100,111,110,108,121,38,38,33,116,104,105,115,46,100,105,115,97,98,108,101,100,125,44,99,111,109,112,117,116,101,100,83,116,101,112,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,74,97,40,116,104,105,115,46,115,116,101,112,44,78,119,41,125,44,99,111,109,112,117,116,101,100,77,105,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,74,97,40,116,104,105,115,46,109,105,110,44,66,119,41,125,44,99,111,109,112,117,116,101,100,77,97,120,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,74,97,40,116,104,105,115,46,109,97,120,44,82,119,41,44,101,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,116,101,112,44,110,61,116,104,105,115,46,99,111,109,112,117,116,101,100,77,105,110,59,114,101,116,117,114,110,32,110,117,40,40,116,45,110,41,47,101,41,42,101,43,110,125,44,99,111,109,112,117,116,101,100,68,101,108,97,121,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,90,97,40,116,104,105,115,46,114,101,112,101,97,116,68,101,108,97,121,44,48,41,59,114,101,116,117,114,110,32,116,62,48,63,116,58,122,119,125,44,99,111,109,112,117,116,101,100,73,110,116,101,114,118,97,108,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,90,97,40,116,104,105,115,46,114,101,112,101,97,116,73,110,116,101,114,118,97,108,44,48,41,59,114,101,116,117,114,110,32,116,62,48,63,116,58,86,119,125,44,99,111,109,112,117,116,101,100,84,104,114,101,115,104,111,108,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,81,99,40,90,97,40,116,104,105,115,46,114,101,112,101,97,116,84,104,114,101,115,104,111,108,100,44,72,119,41,44,49,41,125,44,99,111,109,112,117,116,101,100,83,116,101,112,77,117,108,116,105,112,108,105,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,81,99,40,90,97,40,116,104,105,115,46,114,101,112,101,97,116,83,116,101,112,77,117,108,116,105,112,108,105,101,114,44,85,119,41,44,49,41,125,44,99,111,109,112,117,116,101,100,80,114,101,99,105,115,105,111,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,116,101,112,59,114,101,116,117,114,110,32,110,117,40,116,41,61,61,61,116,63,48,58,40,116,46,116,111,83,116,114,105,110,103,40,41,46,115,112,108,105,116,40,34,46,34,41,91,49,93,124,124,34,34,41,46,108,101,110,103,116,104,125,44,99,111,109,112,117,116,101,100,77,117,108,116,105,112,108,105,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,117,40,49,48,44,116,104,105,115,46,99,111,109,112,117,116,101,100,80,114,101,99,105,115,105,111,110,124,124,48,41,125,44,118,97,108,117,101,65,115,70,105,120,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,59,114,101,116,117,114,110,32,121,116,40,116,41,63,34,34,58,116,46,116,111,70,105,120,101,100,40,116,104,105,115,46,99,111,109,112,117,116,101,100,80,114,101,99,105,115,105,111,110,41,125,44,99,111,109,112,117,116,101,100,76,111,99,97,108,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,71,97,40,116,104,105,115,46,108,111,99,97,108,101,41,46,102,105,108,116,101,114,40,115,101,41,44,101,61,110,101,119,32,73,110,116,108,46,78,117,109,98,101,114,70,111,114,109,97,116,40,116,41,59,114,101,116,117,114,110,32,101,46,114,101,115,111,108,118,101,100,79,112,116,105,111,110,115,40,41,46,108,111,99,97,108,101,125,44,99,111,109,112,117,116,101,100,82,84,76,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,106,104,40,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,101,41,125,44,100,101,102,97,117,108,116,70,111,114,109,97,116,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,80,114,101,99,105,115,105,111,110,44,101,61,110,101,119,32,73,110,116,108,46,78,117,109,98,101,114,70,111,114,109,97,116,40,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,101,44,123,115,116,121,108,101,58,34,100,101,99,105,109,97,108,34,44,117,115,101,71,114,111,117,112,105,110,103,58,33,49,44,109,105,110,105,109,117,109,73,110,116,101,103,101,114,68,105,103,105,116,115,58,49,44,109,105,110,105,109,117,109,70,114,97,99,116,105,111,110,68,105,103,105,116,115,58,116,44,109,97,120,105,109,117,109,70,114,97,99,116,105,111,110,68,105,103,105,116,115,58,116,44,110,111,116,97,116,105,111,110,58,34,115,116,97,110,100,97,114,100,34,125,41,59,114,101,116,117,114,110,32,101,46,102,111,114,109,97,116,125,44,99,111,109,112,117,116,101,100,70,111,114,109,97,116,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,102,111,114,109,97,116,116,101,114,70,110,59,114,101,116,117,114,110,32,112,99,40,116,41,63,116,58,116,104,105,115,46,100,101,102,97,117,108,116,70,111,114,109,97,116,116,101,114,125,44,99,111,109,112,117,116,101,100,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,65,119,40,65,119,40,123,125,44,116,104,105,115,46,98,118,65,116,116,114,115,41,44,123,125,44,123,114,111,108,101,58,34,103,114,111,117,112,34,44,108,97,110,103,58,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,101,44,116,97,98,105,110,100,101,120,58,116,104,105,115,46,100,105,115,97,98,108,101,100,63,110,117,108,108,58,34,45,49,34,44,116,105,116,108,101,58,116,104,105,115,46,97,114,105,97,76,97,98,101,108,125,41,125,44,99,111,109,112,117,116,101,100,83,112,105,110,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,115,112,105,110,73,100,44,101,61,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,44,110,61,116,104,105,115,46,99,111,109,112,117,116,101,100,82,101,113,117,105,114,101,100,44,114,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,105,61,116,104,105,115,46,115,116,97,116,101,44,111,61,116,104,105,115,46,99,111,109,112,117,116,101,100,70,111,114,109,97,116,116,101,114,44,97,61,33,121,116,40,101,41,59,114,101,116,117,114,110,32,65,119,40,65,119,40,123,100,105,114,58,116,104,105,115,46,99,111,109,112,117,116,101,100,82,84,76,63,34,114,116,108,34,58,34,108,116,114,34,125,44,116,104,105,115,46,98,118,65,116,116,114,115,41,44,123,125,44,123,105,100,58,116,44,114,111,108,101,58,34,115,112,105,110,98,117,116,116,111,110,34,44,116,97,98,105,110,100,101,120,58,114,63,110,117,108,108,58,34,48,34,44,34,97,114,105,97,45,108,105,118,101,34,58,34,111,102,102,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,116,104,105,115,46,97,114,105,97,76,97,98,101,108,124,124,110,117,108,108,44,34,97,114,105,97,45,99,111,110,116,114,111,108,115,34,58,116,104,105,115,46,97,114,105,97,67,111,110,116,114,111,108,115,124,124,110,117,108,108,44,34,97,114,105,97,45,105,110,118,97,108,105,100,34,58,33,49,61,61,61,105,124,124,33,97,38,38,110,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,114,101,113,117,105,114,101,100,34,58,110,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,118,97,108,117,101,109,105,110,34,58,97,115,40,116,104,105,115,46,99,111,109,112,117,116,101,100,77,105,110,41,44,34,97,114,105,97,45,118,97,108,117,101,109,97,120,34,58,97,115,40,116,104,105,115,46,99,111,109,112,117,116,101,100,77,97,120,41,44,34,97,114,105,97,45,118,97,108,117,101,110,111,119,34,58,97,63,101,58,110,117,108,108,44,34,97,114,105,97,45,118,97,108,117,101,116,101,120,116,34,58,97,63,111,40,101,41,58,110,117,108,108,125,41,125,125,44,119,97,116,99,104,58,40,67,119,61,123,125,44,68,119,40,67,119,44,36,119,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,74,97,40,116,44,110,117,108,108,41,125,41,41,44,68,119,40,67,119,44,34,108,111,99,97,108,86,97,108,117,101,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,101,109,105,116,40,70,119,44,116,41,125,41,41,44,68,119,40,67,119,44,34,100,105,115,97,98,108,101,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,116,104,105,115,46,99,108,101,97,114,82,101,112,101,97,116,40,41,125,41,41,44,68,119,40,67,119,44,34,114,101,97,100,111,110,108,121,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,116,104,105,115,46,99,108,101,97,114,82,101,112,101,97,116,40,41,125,41,41,44,67,119,41,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,97,117,116,111,68,101,108,97,121,84,105,109,101,114,61,110,117,108,108,44,116,104,105,115,46,36,95,97,117,116,111,82,101,112,101,97,116,84,105,109,101,114,61,110,117,108,108,44,116,104,105,115,46,36,95,107,101,121,73,115,68,111,119,110,61,33,49,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,108,101,97,114,82,101,112,101,97,116,40,41,125,44,100,101,97,99,116,105,118,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,108,101,97,114,82,101,112,101,97,116,40,41,125,44,109,101,116,104,111,100,115,58,123,102,111,99,117,115,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,113,115,40,116,104,105,115,46,36,114,101,102,115,46,115,112,105,110,110,101,114,41,125,44,98,108,117,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,71,115,40,116,104,105,115,46,36,114,101,102,115,46,115,112,105,110,110,101,114,41,125,44,101,109,105,116,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,101,109,105,116,40,99,105,44,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,41,125,44,115,116,101,112,86,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,59,105,102,40,33,116,104,105,115,46,100,105,115,97,98,108,101,100,38,38,33,121,116,40,101,41,41,123,118,97,114,32,110,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,116,101,112,42,116,44,114,61,116,104,105,115,46,99,111,109,112,117,116,101,100,77,105,110,44,105,61,116,104,105,115,46,99,111,109,112,117,116,101,100,77,97,120,44,111,61,116,104,105,115,46,99,111,109,112,117,116,101,100,77,117,108,116,105,112,108,105,101,114,44,97,61,116,104,105,115,46,119,114,97,112,59,101,61,105,117,40,40,101,45,114,41,47,110,41,42,110,43,114,43,110,44,101,61,105,117,40,101,42,111,41,47,111,44,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,101,62,105,63,97,63,114,58,105,58,101,60,114,63,97,63,105,58,114,58,101,125,125,44,111,110,70,111,99,117,115,66,108,117,114,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,63,116,104,105,115,46,104,97,115,70,111,99,117,115,61,33,49,58,116,104,105,115,46,104,97,115,70,111,99,117,115,61,34,102,111,99,117,115,34,61,61,61,116,46,116,121,112,101,125,44,115,116,101,112,85,112,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,49,44,101,61,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,59,121,116,40,101,41,63,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,116,104,105,115,46,99,111,109,112,117,116,101,100,77,105,110,58,116,104,105,115,46,115,116,101,112,86,97,108,117,101,40,49,42,116,41,125,44,115,116,101,112,68,111,119,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,49,44,101,61,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,59,121,116,40,101,41,63,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,116,104,105,115,46,119,114,97,112,63,116,104,105,115,46,99,111,109,112,117,116,101,100,77,97,120,58,116,104,105,115,46,99,111,109,112,117,116,101,100,77,105,110,58,116,104,105,115,46,115,116,101,112,86,97,108,117,101,40,45,49,42,116,41,125,44,111,110,75,101,121,100,111,119,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,107,101,121,67,111,100,101,44,110,61,116,46,97,108,116,75,101,121,44,114,61,116,46,99,116,114,108,75,101,121,44,105,61,116,46,109,101,116,97,75,101,121,59,105,102,40,33,40,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,116,104,105,115,46,114,101,97,100,111,110,108,121,124,124,110,124,124,114,124,124,105,41,38,38,113,97,40,87,119,44,101,41,41,123,105,102,40,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,44,116,104,105,115,46,36,95,107,101,121,73,115,68,111,119,110,41,114,101,116,117,114,110,59,116,104,105,115,46,114,101,115,101,116,84,105,109,101,114,115,40,41,44,113,97,40,91,98,108,44,99,108,93,44,101,41,63,40,116,104,105,115,46,36,95,107,101,121,73,115,68,111,119,110,61,33,48,44,101,61,61,61,98,108,63,116,104,105,115,46,104,97,110,100,108,101,83,116,101,112,82,101,112,101,97,116,40,116,44,116,104,105,115,46,115,116,101,112,85,112,41,58,101,61,61,61,99,108,38,38,116,104,105,115,46,104,97,110,100,108,101,83,116,101,112,82,101,112,101,97,116,40,116,44,116,104,105,115,46,115,116,101,112,68,111,119,110,41,41,58,101,61,61,61,118,108,63,116,104,105,115,46,115,116,101,112,85,112,40,116,104,105,115,46,99,111,109,112,117,116,101,100,83,116,101,112,77,117,108,116,105,112,108,105,101,114,41,58,101,61,61,61,112,108,63,116,104,105,115,46,115,116,101,112,68,111,119,110,40,116,104,105,115,46,99,111,109,112,117,116,101,100,83,116,101,112,77,117,108,116,105,112,108,105,101,114,41,58,101,61,61,61,104,108,63,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,116,104,105,115,46,99,111,109,112,117,116,101,100,77,105,110,58,101,61,61,61,117,108,38,38,40,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,61,116,104,105,115,46,99,111,109,112,117,116,101,100,77,97,120,41,125,125,44,111,110,75,101,121,117,112,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,107,101,121,67,111,100,101,44,110,61,116,46,97,108,116,75,101,121,44,114,61,116,46,99,116,114,108,75,101,121,44,105,61,116,46,109,101,116,97,75,101,121,59,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,116,104,105,115,46,114,101,97,100,111,110,108,121,124,124,110,124,124,114,124,124,105,124,124,113,97,40,87,119,44,101,41,38,38,40,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,44,116,104,105,115,46,114,101,115,101,116,84,105,109,101,114,115,40,41,44,116,104,105,115,46,36,95,107,101,121,73,115,68,111,119,110,61,33,49,44,116,104,105,115,46,101,109,105,116,67,104,97,110,103,101,40,41,41,125,44,104,97,110,100,108,101,83,116,101,112,82,101,112,101,97,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,44,114,61,116,124,124,123,125,44,105,61,114,46,116,121,112,101,44,111,61,114,46,98,117,116,116,111,110,59,105,102,40,33,116,104,105,115,46,100,105,115,97,98,108,101,100,38,38,33,116,104,105,115,46,114,101,97,100,111,110,108,121,41,123,105,102,40,34,109,111,117,115,101,100,111,119,110,34,61,61,61,105,38,38,111,41,114,101,116,117,114,110,59,116,104,105,115,46,114,101,115,101,116,84,105,109,101,114,115,40,41,44,101,40,49,41,59,118,97,114,32,97,61,116,104,105,115,46,99,111,109,112,117,116,101,100,84,104,114,101,115,104,111,108,100,44,115,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,116,101,112,77,117,108,116,105,112,108,105,101,114,44,99,61,116,104,105,115,46,99,111,109,112,117,116,101,100,68,101,108,97,121,44,117,61,116,104,105,115,46,99,111,109,112,117,116,101,100,73,110,116,101,114,118,97,108,59,116,104,105,115,46,36,95,97,117,116,111,68,101,108,97,121,84,105,109,101,114,61,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,48,59,110,46,36,95,97,117,116,111,82,101,112,101,97,116,84,105,109,101,114,61,115,101,116,73,110,116,101,114,118,97,108,40,40,102,117,110,99,116,105,111,110,40,41,123,101,40,116,60,97,63,49,58,115,41,44,116,43,43,125,41,44,117,41,125,41,44,99,41,125,125,44,111,110,77,111,117,115,101,117,112,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,124,124,123,125,44,110,61,101,46,116,121,112,101,44,114,61,101,46,98,117,116,116,111,110,59,34,109,111,117,115,101,117,112,34,61,61,61,110,38,38,114,124,124,40,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,44,116,104,105,115,46,114,101,115,101,116,84,105,109,101,114,115,40,41,44,116,104,105,115,46,115,101,116,77,111,117,115,101,117,112,40,33,49,41,44,116,104,105,115,46,101,109,105,116,67,104,97,110,103,101,40,41,41,125,44,115,101,116,77,111,117,115,101,117,112,58,102,117,110,99,116,105,111,110,40,116,41,123,116,114,121,123,79,99,40,116,44,100,111,99,117,109,101,110,116,46,98,111,100,121,44,34,109,111,117,115,101,117,112,34,44,116,104,105,115,46,111,110,77,111,117,115,101,117,112,44,33,49,41,44,79,99,40,116,44,100,111,99,117,109,101,110,116,46,98,111,100,121,44,34,116,111,117,99,104,101,110,100,34,44,116,104,105,115,46,111,110,77,111,117,115,101,117,112,44,33,49,41,125,99,97,116,99,104,40,101,41,123,125,125,44,114,101,115,101,116,84,105,109,101,114,115,58,102,117,110,99,116,105,111,110,40,41,123,99,108,101,97,114,84,105,109,101,111,117,116,40,116,104,105,115,46,36,95,97,117,116,111,68,101,108,97,121,84,105,109,101,114,41,44,99,108,101,97,114,73,110,116,101,114,118,97,108,40,116,104,105,115,46,36,95,97,117,116,111,82,101,112,101,97,116,84,105,109,101,114,41,44,116,104,105,115,46,36,95,97,117,116,111,68,101,108,97,121,84,105,109,101,114,61,110,117,108,108,44,116,104,105,115,46,36,95,97,117,116,111,82,101,112,101,97,116,84,105,109,101,114,61,110,117,108,108,125,44,99,108,101,97,114,82,101,112,101,97,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,114,101,115,101,116,84,105,109,101,114,115,40,41,44,116,104,105,115,46,115,101,116,77,111,117,115,101,117,112,40,33,49,41,44,116,104,105,115,46,36,95,107,101,121,73,115,68,111,119,110,61,33,49,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,115,112,105,110,73,100,44,114,61,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,44,105,61,116,104,105,115,46,99,111,109,112,117,116,101,100,73,110,108,105,110,101,44,111,61,116,104,105,115,46,99,111,109,112,117,116,101,100,82,101,97,100,111,110,108,121,44,97,61,116,104,105,115,46,118,101,114,116,105,99,97,108,44,115,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,99,61,116,104,105,115,46,99,111,109,112,117,116,101,100,70,111,114,109,97,116,116,101,114,44,117,61,33,121,116,40,114,41,44,108,61,102,117,110,99,116,105,111,110,40,114,44,105,44,99,44,117,44,108,44,102,44,104,41,123,118,97,114,32,100,61,116,40,99,44,123,112,114,111,112,115,58,123,115,99,97,108,101,58,101,46,104,97,115,70,111,99,117,115,63,49,46,53,58,49,46,50,53,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,104,105,100,100,101,110,34,58,34,116,114,117,101,34,125,125,41,44,112,61,123,104,97,115,70,111,99,117,115,58,101,46,104,97,115,70,111,99,117,115,125,44,118,61,102,117,110,99,116,105,111,110,40,116,41,123,115,124,124,111,124,124,40,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,44,101,46,115,101,116,77,111,117,115,101,117,112,40,33,48,41,44,113,115,40,116,46,99,117,114,114,101,110,116,84,97,114,103,101,116,41,44,101,46,104,97,110,100,108,101,83,116,101,112,82,101,112,101,97,116,40,116,44,114,41,41,125,59,114,101,116,117,114,110,32,116,40,34,98,117,116,116,111,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,116,110,32,98,116,110,45,115,109,32,98,111,114,100,101,114,45,48,32,114,111,117,110,100,101,100,45,48,34,44,99,108,97,115,115,58,123,34,112,121,45,48,34,58,33,97,125,44,97,116,116,114,115,58,123,116,97,98,105,110,100,101,120,58,34,45,49,34,44,116,121,112,101,58,34,98,117,116,116,111,110,34,44,100,105,115,97,98,108,101,100,58,115,124,124,111,124,124,102,44,34,97,114,105,97,45,100,105,115,97,98,108,101,100,34,58,115,124,124,111,124,124,102,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,99,111,110,116,114,111,108,115,34,58,110,44,34,97,114,105,97,45,108,97,98,101,108,34,58,105,124,124,110,117,108,108,44,34,97,114,105,97,45,107,101,121,115,104,111,114,116,99,117,116,115,34,58,108,124,124,110,117,108,108,125,44,111,110,58,123,109,111,117,115,101,100,111,119,110,58,118,44,116,111,117,99,104,115,116,97,114,116,58,118,125,44,107,101,121,58,117,124,124,110,117,108,108,44,114,101,102,58,117,125,44,91,101,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,104,44,112,41,124,124,100,93,41,125,44,102,61,108,40,116,104,105,115,46,115,116,101,112,85,112,44,116,104,105,115,46,108,97,98,101,108,73,110,99,114,101,109,101,110,116,44,89,117,44,34,105,110,99,34,44,34,65,114,114,111,119,85,112,34,44,33,49,44,115,97,41,44,104,61,108,40,116,104,105,115,46,115,116,101,112,68,111,119,110,44,116,104,105,115,46,108,97,98,101,108,68,101,99,114,101,109,101,110,116,44,113,117,44,34,100,101,99,34,44,34,65,114,114,111,119,68,111,119,110,34,44,33,49,44,86,111,41,44,100,61,116,40,41,59,116,104,105,115,46,110,97,109,101,38,38,33,115,38,38,40,100,61,116,40,34,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,116,121,112,101,58,34,104,105,100,100,101,110,34,44,110,97,109,101,58,116,104,105,115,46,110,97,109,101,44,102,111,114,109,58,116,104,105,115,46,102,111,114,109,124,124,110,117,108,108,44,118,97,108,117,101,58,116,104,105,115,46,118,97,108,117,101,65,115,70,105,120,101,100,125,44,107,101,121,58,34,104,105,100,100,101,110,34,125,41,41,59,118,97,114,32,112,61,116,40,34,111,117,116,112,117,116,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,108,101,120,45,103,114,111,119,45,49,34,44,99,108,97,115,115,58,123,34,100,45,102,108,101,120,34,58,97,44,34,97,108,105,103,110,45,115,101,108,102,45,99,101,110,116,101,114,34,58,33,97,44,34,97,108,105,103,110,45,105,116,101,109,115,45,99,101,110,116,101,114,34,58,97,44,34,98,111,114,100,101,114,45,116,111,112,34,58,97,44,34,98,111,114,100,101,114,45,98,111,116,116,111,109,34,58,97,44,34,98,111,114,100,101,114,45,108,101,102,116,34,58,33,97,44,34,98,111,114,100,101,114,45,114,105,103,104,116,34,58,33,97,125,44,97,116,116,114,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,83,112,105,110,65,116,116,114,115,44,107,101,121,58,34,111,117,116,112,117,116,34,44,114,101,102,58,34,115,112,105,110,110,101,114,34,125,44,91,116,40,34,98,100,105,34,44,117,63,99,40,114,41,58,116,104,105,115,46,112,108,97,99,101,104,111,108,100,101,114,124,124,34,34,41,93,41,59,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,102,111,114,109,45,115,112,105,110,98,117,116,116,111,110,32,102,111,114,109,45,99,111,110,116,114,111,108,34,44,99,108,97,115,115,58,91,123,100,105,115,97,98,108,101,100,58,115,44,114,101,97,100,111,110,108,121,58,111,44,102,111,99,117,115,58,116,104,105,115,46,104,97,115,70,111,99,117,115,44,34,100,45,105,110,108,105,110,101,45,102,108,101,120,34,58,105,124,124,97,44,34,100,45,102,108,101,120,34,58,33,105,38,38,33,97,44,34,97,108,105,103,110,45,105,116,101,109,115,45,115,116,114,101,116,99,104,34,58,33,97,44,34,102,108,101,120,45,99,111,108,117,109,110,34,58,97,125,44,116,104,105,115,46,115,105,122,101,70,111,114,109,67,108,97,115,115,44,116,104,105,115,46,115,116,97,116,101,67,108,97,115,115,93,44,97,116,116,114,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,65,116,116,114,115,44,111,110,58,123,107,101,121,100,111,119,110,58,116,104,105,115,46,111,110,75,101,121,100,111,119,110,44,107,101,121,117,112,58,116,104,105,115,46,111,110,75,101,121,117,112,44,34,33,102,111,99,117,115,34,58,116,104,105,115,46,111,110,70,111,99,117,115,66,108,117,114,44,34,33,98,108,117,114,34,58,116,104,105,115,46,111,110,70,111,99,117,115,66,108,117,114,125,125,44,97,63,91,102,44,100,44,112,44,104,93,58,91,104,44,100,44,112,44,102,93,41,125,125,41,44,89,119,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,70,111,114,109,83,112,105,110,98,117,116,116,111,110,58,71,119,44,66,83,112,105,110,98,117,116,116,111,110,58,71,119,125,125,41,59,102,117,110,99,116,105,111,110,32,75,119,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,88,119,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,75,119,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,90,119,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,75,119,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,90,119,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,74,119,44,81,119,61,104,99,40,75,116,40,88,119,40,88,119,40,123,125,44,69,104,41,44,123,125,44,123,100,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,110,111,82,101,109,111,118,101,58,99,99,40,118,111,44,33,49,41,44,112,105,108,108,58,99,99,40,118,111,44,33,49,41,44,114,101,109,111,118,101,76,97,98,101,108,58,99,99,40,95,111,44,34,82,101,109,111,118,101,32,116,97,103,34,41,44,116,97,103,58,99,99,40,95,111,44,34,115,112,97,110,34,41,44,116,105,116,108,101,58,99,99,40,95,111,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,44,34,115,101,99,111,110,100,97,114,121,34,41,125,41,41,44,66,110,41,44,116,95,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,66,110,44,109,105,120,105,110,115,58,91,65,104,44,121,99,93,44,112,114,111,112,115,58,81,119,44,109,101,116,104,111,100,115,58,123,111,110,82,101,109,111,118,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,116,121,112,101,44,110,61,116,46,107,101,121,67,111,100,101,59,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,34,99,108,105,99,107,34,33,61,61,101,38,38,40,34,107,101,121,100,111,119,110,34,33,61,61,101,124,124,110,33,61,61,115,108,41,124,124,116,104,105,115,46,36,101,109,105,116,40,122,105,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,116,105,116,108,101,44,110,61,116,104,105,115,46,116,97,103,44,114,61,116,104,105,115,46,118,97,114,105,97,110,116,44,105,61,116,104,105,115,46,112,105,108,108,44,111,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,97,61,116,104,105,115,46,115,97,102,101,73,100,40,41,44,115,61,116,104,105,115,46,115,97,102,101,73,100,40,34,95,116,97,103,108,97,98,101,108,95,34,41,44,99,61,116,40,41,59,116,104,105,115,46,110,111,82,101,109,111,118,101,124,124,111,124,124,40,99,61,116,40,69,99,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,102,111,114,109,45,116,97,103,45,114,101,109,111,118,101,34,44,112,114,111,112,115,58,123,97,114,105,97,76,97,98,101,108,58,116,104,105,115,46,114,101,109,111,118,101,76,97,98,101,108,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,99,111,110,116,114,111,108,115,34,58,97,44,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,58,115,44,34,97,114,105,97,45,107,101,121,115,104,111,114,116,99,117,116,115,34,58,34,68,101,108,101,116,101,34,125,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,82,101,109,111,118,101,44,107,101,121,100,111,119,110,58,116,104,105,115,46,111,110,82,101,109,111,118,101,125,125,41,41,59,118,97,114,32,117,61,116,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,102,111,114,109,45,116,97,103,45,99,111,110,116,101,110,116,32,102,108,101,120,45,103,114,111,119,45,49,32,116,101,120,116,45,116,114,117,110,99,97,116,101,34,44,97,116,116,114,115,58,123,105,100,58,115,125,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,124,124,101,41,59,114,101,116,117,114,110,32,116,40,120,102,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,102,111,114,109,45,116,97,103,32,100,45,105,110,108,105,110,101,45,102,108,101,120,32,97,108,105,103,110,45,105,116,101,109,115,45,98,97,115,101,108,105,110,101,32,109,119,45,49,48,48,34,44,99,108,97,115,115,58,123,100,105,115,97,98,108,101,100,58,111,125,44,112,114,111,112,115,58,123,116,97,103,58,110,44,118,97,114,105,97,110,116,58,114,44,112,105,108,108,58,105,125,44,97,116,116,114,115,58,123,105,100,58,97,44,116,105,116,108,101,58,101,124,124,110,117,108,108,44,34,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,34,58,115,125,125,44,91,117,44,99,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,101,95,40,116,41,123,114,101,116,117,114,110,32,111,95,40,116,41,124,124,105,95,40,116,41,124,124,114,95,40,116,41,124,124,110,95,40,41,125,102,117,110,99,116,105,111,110,32,110,95,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,115,112,114,101,97,100,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,46,92,110,73,110,32,111,114,100,101,114,32,116,111,32,98,101,32,105,116,101,114,97,98,108,101,44,32,110,111,110,45,97,114,114,97,121,32,111,98,106,101,99,116,115,32,109,117,115,116,32,104,97,118,101,32,97,32,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,32,109,101,116,104,111,100,46,34,41,125,102,117,110,99,116,105,111,110,32,114,95,40,116,44,101,41,123,105,102,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,97,95,40,116,44,101,41,59,118,97,114,32,110,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,59,114,101,116,117,114,110,34,79,98,106,101,99,116,34,61,61,61,110,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,40,110,61,116,46,99,111,110,115,116,114,117,99,116,111,114,46,110,97,109,101,41,44,34,77,97,112,34,61,61,61,110,124,124,34,83,101,116,34,61,61,61,110,63,65,114,114,97,121,46,102,114,111,109,40,116,41,58,34,65,114,103,117,109,101,110,116,115,34,61,61,61,110,124,124,47,94,40,63,58,85,105,124,73,41,110,116,40,63,58,56,124,49,54,124,51,50,41,40,63,58,67,108,97,109,112,101,100,41,63,65,114,114,97,121,36,47,46,116,101,115,116,40,110,41,63,97,95,40,116,44,101,41,58,118,111,105,100,32,48,125,125,102,117,110,99,116,105,111,110,32,105,95,40,116,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,116,41,41,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,40,116,41,125,102,117,110,99,116,105,111,110,32,111,95,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,114,101,116,117,114,110,32,97,95,40,116,41,125,102,117,110,99,116,105,111,110,32,97,95,40,116,44,101,41,123,40,110,117,108,108,61,61,101,124,124,101,62,116,46,108,101,110,103,116,104,41,38,38,40,101,61,116,46,108,101,110,103,116,104,41,59,102,111,114,40,118,97,114,32,110,61,48,44,114,61,110,101,119,32,65,114,114,97,121,40,101,41,59,110,60,101,59,110,43,43,41,114,91,110,93,61,116,91,110,93,59,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,115,95,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,99,95,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,115,95,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,117,95,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,115,95,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,117,95,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,108,95,61,103,99,40,34,118,97,108,117,101,34,44,123,116,121,112,101,58,112,111,44,100,101,102,97,117,108,116,86,97,108,117,101,58,91,93,125,41,44,102,95,61,108,95,46,109,105,120,105,110,44,104,95,61,108,95,46,112,114,111,112,115,44,100,95,61,108,95,46,112,114,111,112,44,112,95,61,108,95,46,101,118,101,110,116,44,118,95,61,91,34,116,101,120,116,34,44,34,101,109,97,105,108,34,44,34,116,101,108,34,44,34,117,114,108,34,44,34,110,117,109,98,101,114,34,93,44,103,95,61,91,34,46,98,45,102,111,114,109,45,116,97,103,34,44,34,98,117,116,116,111,110,34,44,34,105,110,112,117,116,34,44,34,115,101,108,101,99,116,34,93,46,106,111,105,110,40,34,32,34,41,44,109,95,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,111,115,40,116,41,46,114,101,112,108,97,99,101,40,77,44,34,92,92,115,34,41,125,44,98,95,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,71,97,40,116,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,99,115,40,97,115,40,116,41,41,125,41,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,62,48,38,38,110,46,105,110,100,101,120,79,102,40,116,41,61,61,61,101,125,41,41,125,44,121,95,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,116,40,116,41,63,116,58,69,116,40,116,41,38,38,116,46,116,97,114,103,101,116,46,118,97,108,117,101,124,124,34,34,125,44,119,95,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,97,108,108,58,91,93,44,118,97,108,105,100,58,91,93,44,105,110,118,97,108,105,100,58,91,93,44,100,117,112,108,105,99,97,116,101,58,91,93,125,125,44,95,95,61,104,99,40,75,116,40,99,95,40,99,95,40,99,95,40,99,95,40,99,95,40,99,95,40,123,125,44,69,104,41,44,104,95,41,44,103,109,41,44,119,109,41,44,120,109,41,44,123,125,44,123,97,100,100,66,117,116,116,111,110,84,101,120,116,58,99,99,40,95,111,44,34,65,100,100,34,41,44,97,100,100,66,117,116,116,111,110,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,34,41,44,97,100,100,79,110,67,104,97,110,103,101,58,99,99,40,118,111,44,33,49,41,44,100,117,112,108,105,99,97,116,101,84,97,103,84,101,120,116,58,99,99,40,95,111,44,34,68,117,112,108,105,99,97,116,101,32,116,97,103,40,115,41,34,41,44,105,103,110,111,114,101,73,110,112,117,116,70,111,99,117,115,83,101,108,101,99,116,111,114,58,99,99,40,107,111,44,103,95,41,44,105,110,112,117,116,65,116,116,114,115,58,99,99,40,121,111,44,123,125,41,44,105,110,112,117,116,67,108,97,115,115,58,99,99,40,83,111,41,44,105,110,112,117,116,73,100,58,99,99,40,95,111,41,44,105,110,112,117,116,84,121,112,101,58,99,99,40,95,111,44,34,116,101,120,116,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,113,97,40,118,95,44,116,41,125,41,41,44,105,110,118,97,108,105,100,84,97,103,84,101,120,116,58,99,99,40,95,111,44,34,73,110,118,97,108,105,100,32,116,97,103,40,115,41,34,41,44,108,105,109,105,116,58,99,99,40,98,111,41,44,108,105,109,105,116,84,97,103,115,84,101,120,116,58,99,99,40,95,111,44,34,84,97,103,32,108,105,109,105,116,32,114,101,97,99,104,101,100,34,41,44,110,111,65,100,100,79,110,69,110,116,101,114,58,99,99,40,118,111,44,33,49,41,44,110,111,79,117,116,101,114,70,111,99,117,115,58,99,99,40,118,111,44,33,49,41,44,110,111,84,97,103,82,101,109,111,118,101,58,99,99,40,118,111,44,33,49,41,44,112,108,97,99,101,104,111,108,100,101,114,58,99,99,40,95,111,44,34,65,100,100,32,116,97,103,46,46,46,34,41,44,114,101,109,111,118,101,79,110,68,101,108,101,116,101,58,99,99,40,118,111,44,33,49,41,44,115,101,112,97,114,97,116,111,114,58,99,99,40,107,111,41,44,116,97,103,67,108,97,115,115,58,99,99,40,83,111,41,44,116,97,103,80,105,108,108,115,58,99,99,40,118,111,44,33,49,41,44,116,97,103,82,101,109,111,118,101,76,97,98,101,108,58,99,99,40,95,111,44,34,82,101,109,111,118,101,32,116,97,103,34,41,44,116,97,103,82,101,109,111,118,101,100,76,97,98,101,108,58,99,99,40,95,111,44,34,84,97,103,32,114,101,109,111,118,101,100,34,41,44,116,97,103,86,97,108,105,100,97,116,111,114,58,99,99,40,109,111,41,44,116,97,103,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,115,101,99,111,110,100,97,114,121,34,41,125,41,41,44,82,110,41,44,120,95,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,82,110,44,109,105,120,105,110,115,58,91,65,104,44,102,95,44,109,109,44,95,109,44,79,109,44,121,99,93,44,112,114,111,112,115,58,95,95,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,104,97,115,70,111,99,117,115,58,33,49,44,110,101,119,84,97,103,58,34,34,44,116,97,103,115,58,91,93,44,114,101,109,111,118,101,100,84,97,103,115,58,91,93,44,116,97,103,115,83,116,97,116,101,58,119,95,40,41,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,73,110,112,117,116,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,112,117,116,73,100,124,124,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,105,110,112,117,116,95,95,34,41,125,44,99,111,109,112,117,116,101,100,73,110,112,117,116,84,121,112,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,113,97,40,118,95,44,116,104,105,115,46,105,110,112,117,116,84,121,112,101,41,63,116,104,105,115,46,105,110,112,117,116,84,121,112,101,58,34,116,101,120,116,34,125,44,99,111,109,112,117,116,101,100,73,110,112,117,116,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,101,61,116,104,105,115,46,102,111,114,109,59,114,101,116,117,114,110,32,99,95,40,99,95,40,123,125,44,116,104,105,115,46,105,110,112,117,116,65,116,116,114,115,41,44,123,125,44,123,105,100,58,116,104,105,115,46,99,111,109,112,117,116,101,100,73,110,112,117,116,73,100,44,118,97,108,117,101,58,116,104,105,115,46,110,101,119,84,97,103,44,100,105,115,97,98,108,101,100,58,116,44,102,111,114,109,58,101,125,41,125,44,99,111,109,112,117,116,101,100,73,110,112,117,116,72,97,110,100,108,101,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,105,110,112,117,116,58,116,104,105,115,46,111,110,73,110,112,117,116,73,110,112,117,116,44,99,104,97,110,103,101,58,116,104,105,115,46,111,110,73,110,112,117,116,67,104,97,110,103,101,44,107,101,121,100,111,119,110,58,116,104,105,115,46,111,110,73,110,112,117,116,75,101,121,100,111,119,110,44,114,101,115,101,116,58,116,104,105,115,46,114,101,115,101,116,125,125,44,99,111,109,112,117,116,101,100,83,101,112,97,114,97,116,111,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,71,97,40,116,104,105,115,46,115,101,112,97,114,97,116,111,114,41,46,102,105,108,116,101,114,40,79,116,41,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,34,41,125,44,99,111,109,112,117,116,101,100,83,101,112,97,114,97,116,111,114,82,101,103,69,120,112,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,101,112,97,114,97,116,111,114,59,114,101,116,117,114,110,32,116,63,110,101,119,32,82,101,103,69,120,112,40,34,91,34,46,99,111,110,99,97,116,40,109,95,40,116,41,44,34,93,43,34,41,41,58,110,117,108,108,125,44,99,111,109,112,117,116,101,100,74,111,105,110,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,101,112,97,114,97,116,111,114,46,99,104,97,114,65,116,40,48,41,59,114,101,116,117,114,110,34,32,34,33,61,61,116,63,34,34,46,99,111,110,99,97,116,40,116,44,34,32,34,41,58,116,125,44,99,111,109,112,117,116,101,73,103,110,111,114,101,73,110,112,117,116,70,111,99,117,115,83,101,108,101,99,116,111,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,71,97,40,116,104,105,115,46,105,103,110,111,114,101,73,110,112,117,116,70,111,99,117,115,83,101,108,101,99,116,111,114,41,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,44,34,41,46,116,114,105,109,40,41,125,44,100,105,115,97,98,108,101,65,100,100,66,117,116,116,111,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,99,115,40,116,104,105,115,46,110,101,119,84,97,103,41,59,114,101,116,117,114,110,34,34,61,61,61,101,124,124,33,116,104,105,115,46,115,112,108,105,116,84,97,103,115,40,101,41,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,33,113,97,40,116,46,116,97,103,115,44,101,41,38,38,116,46,118,97,108,105,100,97,116,101,84,97,103,40,101,41,125,41,41,125,44,100,117,112,108,105,99,97,116,101,84,97,103,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,116,97,103,115,83,116,97,116,101,46,100,117,112,108,105,99,97,116,101,125,44,104,97,115,68,117,112,108,105,99,97,116,101,84,97,103,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,100,117,112,108,105,99,97,116,101,84,97,103,115,46,108,101,110,103,116,104,62,48,125,44,105,110,118,97,108,105,100,84,97,103,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,116,97,103,115,83,116,97,116,101,46,105,110,118,97,108,105,100,125,44,104,97,115,73,110,118,97,108,105,100,84,97,103,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,97,108,105,100,84,97,103,115,46,108,101,110,103,116,104,62,48,125,44,105,115,76,105,109,105,116,82,101,97,99,104,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,108,105,109,105,116,59,114,101,116,117,114,110,32,83,116,40,116,41,38,38,116,62,61,48,38,38,116,104,105,115,46,116,97,103,115,46,108,101,110,103,116,104,62,61,116,125,125,44,119,97,116,99,104,58,40,74,119,61,123,125,44,117,95,40,74,119,44,100,95,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,116,97,103,115,61,98,95,40,116,41,125,41,41,44,117,95,40,74,119,44,34,116,97,103,115,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,119,108,40,116,44,116,104,105,115,91,100,95,93,41,124,124,116,104,105,115,46,36,101,109,105,116,40,112,95,44,116,41,44,119,108,40,116,44,101,41,124,124,40,116,61,71,97,40,116,41,46,102,105,108,116,101,114,40,115,101,41,44,101,61,71,97,40,101,41,46,102,105,108,116,101,114,40,115,101,41,44,116,104,105,115,46,114,101,109,111,118,101,100,84,97,103,115,61,101,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,33,113,97,40,116,44,101,41,125,41,41,41,125,41,41,44,117,95,40,74,119,44,34,116,97,103,115,83,116,97,116,101,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,119,108,40,116,44,101,41,124,124,116,104,105,115,46,36,101,109,105,116,40,101,111,44,116,46,118,97,108,105,100,44,116,46,105,110,118,97,108,105,100,44,116,46,100,117,112,108,105,99,97,116,101,41,125,41,41,44,74,119,41,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,116,97,103,115,61,98,95,40,116,104,105,115,91,100,95,93,41,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,80,115,40,34,102,111,114,109,34,44,116,104,105,115,46,36,101,108,41,59,101,38,38,40,95,99,40,101,44,34,114,101,115,101,116,34,44,116,104,105,115,46,114,101,115,101,116,44,108,111,41,44,116,104,105,115,46,36,111,110,40,111,111,44,40,102,117,110,99,116,105,111,110,40,41,123,120,99,40,101,44,34,114,101,115,101,116,34,44,116,46,114,101,115,101,116,44,108,111,41,125,41,41,41,125,44,109,101,116,104,111,100,115,58,123,97,100,100,84,97,103,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,61,79,116,40,116,41,63,116,58,116,104,105,115,46,110,101,119,84,97,103,44,33,116,104,105,115,46,100,105,115,97,98,108,101,100,38,38,34,34,33,61,61,99,115,40,116,41,38,38,33,116,104,105,115,46,105,115,76,105,109,105,116,82,101,97,99,104,101,100,41,123,118,97,114,32,101,61,116,104,105,115,46,112,97,114,115,101,84,97,103,115,40,116,41,59,105,102,40,101,46,118,97,108,105,100,46,108,101,110,103,116,104,62,48,124,124,48,61,61,61,101,46,97,108,108,46,108,101,110,103,116,104,41,105,102,40,67,115,40,116,104,105,115,46,103,101,116,73,110,112,117,116,40,41,44,34,115,101,108,101,99,116,34,41,41,116,104,105,115,46,110,101,119,84,97,103,61,34,34,59,101,108,115,101,123,118,97,114,32,110,61,91,93,46,99,111,110,99,97,116,40,101,95,40,101,46,105,110,118,97,108,105,100,41,44,101,95,40,101,46,100,117,112,108,105,99,97,116,101,41,41,59,116,104,105,115,46,110,101,119,84,97,103,61,101,46,97,108,108,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,113,97,40,110,44,116,41,125,41,41,46,106,111,105,110,40,116,104,105,115,46,99,111,109,112,117,116,101,100,74,111,105,110,101,114,41,46,99,111,110,99,97,116,40,110,46,108,101,110,103,116,104,62,48,63,116,104,105,115,46,99,111,109,112,117,116,101,100,74,111,105,110,101,114,46,99,104,97,114,65,116,40,48,41,58,34,34,41,125,101,46,118,97,108,105,100,46,108,101,110,103,116,104,62,48,38,38,40,116,104,105,115,46,116,97,103,115,61,71,97,40,116,104,105,115,46,116,97,103,115,44,101,46,118,97,108,105,100,41,41,44,116,104,105,115,46,116,97,103,115,83,116,97,116,101,61,101,44,116,104,105,115,46,102,111,99,117,115,40,41,125,125,44,114,101,109,111,118,101,84,97,103,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,40,116,104,105,115,46,116,97,103,115,61,116,104,105,115,46,116,97,103,115,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,33,61,61,116,125,41,41,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,102,111,99,117,115,40,41,125,41,41,41,125,44,114,101,115,101,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,110,101,119,84,97,103,61,34,34,44,116,104,105,115,46,116,97,103,115,61,91,93,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,114,101,109,111,118,101,100,84,97,103,115,61,91,93,44,116,46,116,97,103,115,83,116,97,116,101,61,119,95,40,41,125,41,41,125,44,111,110,73,110,112,117,116,73,110,112,117,116,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,40,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,69,116,40,116,41,38,38,116,46,116,97,114,103,101,116,46,99,111,109,112,111,115,105,110,103,41,41,123,118,97,114,32,101,61,121,95,40,116,41,44,110,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,101,112,97,114,97,116,111,114,82,101,103,69,120,112,59,116,104,105,115,46,110,101,119,84,97,103,33,61,61,101,38,38,40,116,104,105,115,46,110,101,119,84,97,103,61,101,41,44,101,61,115,115,40,101,41,44,110,38,38,110,46,116,101,115,116,40,101,46,115,108,105,99,101,40,45,49,41,41,63,116,104,105,115,46,97,100,100,84,97,103,40,41,58,116,104,105,115,46,116,97,103,115,83,116,97,116,101,61,34,34,61,61,61,101,63,119,95,40,41,58,116,104,105,115,46,112,97,114,115,101,84,97,103,115,40,101,41,125,125,44,111,110,73,110,112,117,116,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,116,104,105,115,46,100,105,115,97,98,108,101,100,38,38,116,104,105,115,46,97,100,100,79,110,67,104,97,110,103,101,41,123,118,97,114,32,101,61,121,95,40,116,41,59,116,104,105,115,46,110,101,119,84,97,103,33,61,61,101,38,38,40,116,104,105,115,46,110,101,119,84,97,103,61,101,41,44,116,104,105,115,46,97,100,100,84,97,103,40,41,125,125,44,111,110,73,110,112,117,116,75,101,121,100,111,119,110,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,116,104,105,115,46,100,105,115,97,98,108,101,100,38,38,69,116,40,116,41,41,123,118,97,114,32,101,61,116,46,107,101,121,67,111,100,101,44,110,61,116,46,116,97,114,103,101,116,46,118,97,108,117,101,124,124,34,34,59,116,104,105,115,46,110,111,65,100,100,79,110,69,110,116,101,114,124,124,101,33,61,61,108,108,63,33,116,104,105,115,46,114,101,109,111,118,101,79,110,68,101,108,101,116,101,124,124,101,33,61,61,97,108,38,38,101,33,61,61,115,108,124,124,34,34,33,61,61,110,124,124,40,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,44,116,104,105,115,46,116,97,103,115,61,116,104,105,115,46,116,97,103,115,46,115,108,105,99,101,40,48,44,45,49,41,41,58,40,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,44,116,104,105,115,46,97,100,100,84,97,103,40,41,41,125,125,44,111,110,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,99,111,109,112,117,116,101,73,103,110,111,114,101,73,110,112,117,116,70,111,99,117,115,83,101,108,101,99,116,111,114,44,114,61,116,46,116,97,114,103,101,116,59,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,119,115,40,114,41,124,124,110,38,38,80,115,40,110,44,114,44,33,48,41,124,124,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,102,111,99,117,115,40,41,125,41,41,125,44,111,110,70,111,99,117,115,105,110,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,104,97,115,70,111,99,117,115,61,33,48,125,44,111,110,70,111,99,117,115,111,117,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,104,97,115,70,111,99,117,115,61,33,49,125,44,104,97,110,100,108,101,65,117,116,111,102,111,99,117,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,97,117,116,111,102,111,99,117,115,38,38,33,116,46,100,105,115,97,98,108,101,100,38,38,116,46,102,111,99,117,115,40,41,125,41,41,125,41,41,125,44,102,111,99,117,115,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,113,115,40,116,104,105,115,46,103,101,116,73,110,112,117,116,40,41,41,125,44,98,108,117,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,71,115,40,116,104,105,115,46,103,101,116,73,110,112,117,116,40,41,41,125,44,115,112,108,105,116,84,97,103,115,58,102,117,110,99,116,105,111,110,40,116,41,123,116,61,97,115,40,116,41,59,118,97,114,32,101,61,116,104,105,115,46,99,111,109,112,117,116,101,100,83,101,112,97,114,97,116,111,114,82,101,103,69,120,112,59,114,101,116,117,114,110,40,101,63,116,46,115,112,108,105,116,40,101,41,58,91,116,93,41,46,109,97,112,40,99,115,41,46,102,105,108,116,101,114,40,115,101,41,125,44,112,97,114,115,101,84,97,103,115,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,115,112,108,105,116,84,97,103,115,40,116,41,44,114,61,123,97,108,108,58,110,44,118,97,108,105,100,58,91,93,44,105,110,118,97,108,105,100,58,91,93,44,100,117,112,108,105,99,97,116,101,58,91,93,125,59,114,101,116,117,114,110,32,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,113,97,40,101,46,116,97,103,115,44,116,41,124,124,113,97,40,114,46,118,97,108,105,100,44,116,41,63,113,97,40,114,46,100,117,112,108,105,99,97,116,101,44,116,41,124,124,114,46,100,117,112,108,105,99,97,116,101,46,112,117,115,104,40,116,41,58,101,46,118,97,108,105,100,97,116,101,84,97,103,40,116,41,63,114,46,118,97,108,105,100,46,112,117,115,104,40,116,41,58,113,97,40,114,46,105,110,118,97,108,105,100,44,116,41,124,124,114,46,105,110,118,97,108,105,100,46,112,117,115,104,40,116,41,125,41,41,44,114,125,44,118,97,108,105,100,97,116,101,84,97,103,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,116,97,103,86,97,108,105,100,97,116,111,114,59,114,101,116,117,114,110,33,112,99,40,101,41,124,124,101,40,116,41,125,44,103,101,116,73,110,112,117,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,107,115,40,34,35,34,46,99,111,110,99,97,116,40,110,121,40,116,104,105,115,46,99,111,109,112,117,116,101,100,73,110,112,117,116,73,100,41,41,44,116,104,105,115,46,36,101,108,41,125,44,100,101,102,97,117,108,116,82,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,97,100,100,66,117,116,116,111,110,84,101,120,116,44,110,61,116,46,97,100,100,66,117,116,116,111,110,86,97,114,105,97,110,116,44,114,61,116,46,97,100,100,84,97,103,44,105,61,116,46,100,105,115,97,98,108,101,65,100,100,66,117,116,116,111,110,44,111,61,116,46,100,105,115,97,98,108,101,100,44,97,61,116,46,100,117,112,108,105,99,97,116,101,84,97,103,84,101,120,116,44,115,61,116,46,105,110,112,117,116,65,116,116,114,115,44,99,61,116,46,105,110,112,117,116,67,108,97,115,115,44,117,61,116,46,105,110,112,117,116,72,97,110,100,108,101,114,115,44,108,61,116,46,105,110,112,117,116,84,121,112,101,44,102,61,116,46,105,110,118,97,108,105,100,84,97,103,84,101,120,116,44,104,61,116,46,105,115,68,117,112,108,105,99,97,116,101,44,100,61,116,46,105,115,73,110,118,97,108,105,100,44,112,61,116,46,105,115,76,105,109,105,116,82,101,97,99,104,101,100,44,118,61,116,46,108,105,109,105,116,84,97,103,115,84,101,120,116,44,103,61,116,46,110,111,84,97,103,82,101,109,111,118,101,44,109,61,116,46,112,108,97,99,101,104,111,108,100,101,114,44,98,61,116,46,114,101,109,111,118,101,84,97,103,44,121,61,116,46,116,97,103,67,108,97,115,115,44,119,61,116,46,116,97,103,80,105,108,108,115,44,95,61,116,46,116,97,103,82,101,109,111,118,101,76,97,98,101,108,44,120,61,116,46,116,97,103,86,97,114,105,97,110,116,44,79,61,116,46,116,97,103,115,44,83,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,107,61,79,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,97,115,40,116,41,44,83,40,116,95,44,123,99,108,97,115,115,58,121,44,112,114,111,112,115,58,123,100,105,115,97,98,108,101,100,58,111,44,110,111,82,101,109,111,118,101,58,103,44,112,105,108,108,58,119,44,114,101,109,111,118,101,76,97,98,101,108,58,95,44,116,97,103,58,34,108,105,34,44,116,105,116,108,101,58,116,44,118,97,114,105,97,110,116,58,120,125,44,111,110,58,123,114,101,109,111,118,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,98,40,116,41,125,125,44,107,101,121,58,34,116,97,103,115,95,34,46,99,111,110,99,97,116,40,116,41,125,44,116,41,125,41,41,44,67,61,102,38,38,100,63,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,105,110,118,97,108,105,100,95,102,101,101,100,98,97,99,107,95,95,34,41,58,110,117,108,108,44,80,61,97,38,38,104,63,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,100,117,112,108,105,99,97,116,101,95,102,101,101,100,98,97,99,107,95,95,34,41,58,110,117,108,108,44,84,61,118,38,38,112,63,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,108,105,109,105,116,95,102,101,101,100,98,97,99,107,95,95,34,41,58,110,117,108,108,44,106,61,91,115,91,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,93,44,67,44,80,44,84,93,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,32,34,41,44,69,61,83,40,34,105,110,112,117,116,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,102,111,114,109,45,116,97,103,115,45,105,110,112,117,116,32,119,45,49,48,48,32,102,108,101,120,45,103,114,111,119,45,49,32,112,45,48,32,109,45,48,32,98,103,45,116,114,97,110,115,112,97,114,101,110,116,32,98,111,114,100,101,114,45,48,34,44,99,108,97,115,115,58,99,44,115,116,121,108,101,58,123,111,117,116,108,105,110,101,58,48,44,109,105,110,87,105,100,116,104,58,34,53,114,101,109,34,125,44,97,116,116,114,115,58,99,95,40,99,95,40,123,125,44,115,41,44,123,125,44,123,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,58,106,124,124,110,117,108,108,44,116,121,112,101,58,108,44,112,108,97,99,101,104,111,108,100,101,114,58,109,124,124,110,117,108,108,125,41,44,100,111,109,80,114,111,112,115,58,123,118,97,108,117,101,58,115,46,118,97,108,117,101,125,44,111,110,58,117,44,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,109,111,100,101,108,34,44,118,97,108,117,101,58,115,46,118,97,108,117,101,125,93,44,114,101,102,58,34,105,110,112,117,116,34,125,41,44,65,61,83,40,101,102,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,102,111,114,109,45,116,97,103,115,45,98,117,116,116,111,110,32,112,121,45,48,34,44,99,108,97,115,115,58,123,105,110,118,105,115,105,98,108,101,58,105,125,44,115,116,121,108,101,58,123,102,111,110,116,83,105,122,101,58,34,57,48,37,34,125,44,112,114,111,112,115,58,123,100,105,115,97,98,108,101,100,58,105,124,124,112,44,118,97,114,105,97,110,116,58,110,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,40,41,125,125,44,114,101,102,58,34,98,117,116,116,111,110,34,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,73,111,41,124,124,101,93,41,44,68,61,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,116,97,103,95,108,105,115,116,95,95,34,41,44,76,61,83,40,34,108,105,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,102,114,111,109,45,116,97,103,115,45,102,105,101,108,100,32,102,108,101,120,45,103,114,111,119,45,49,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,110,111,110,101,34,44,34,97,114,105,97,45,108,105,118,101,34,58,34,111,102,102,34,44,34,97,114,105,97,45,99,111,110,116,114,111,108,115,34,58,68,125,44,107,101,121,58,34,116,97,103,115,95,102,105,101,108,100,34,125,44,91,83,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,45,102,108,101,120,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,103,114,111,117,112,34,125,125,44,91,69,44,65,93,41,93,41,44,77,61,83,40,34,117,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,102,111,114,109,45,116,97,103,115,45,108,105,115,116,32,108,105,115,116,45,117,110,115,116,121,108,101,100,32,109,98,45,48,32,100,45,102,108,101,120,32,102,108,101,120,45,119,114,97,112,32,97,108,105,103,110,45,105,116,101,109,115,45,99,101,110,116,101,114,34,44,97,116,116,114,115,58,123,105,100,58,68,125,44,107,101,121,58,34,116,97,103,115,95,108,105,115,116,34,125,44,91,107,44,76,93,41,44,73,61,83,40,41,59,105,102,40,102,124,124,97,124,124,118,41,123,118,97,114,32,36,61,116,104,105,115,46,99,111,109,112,117,116,101,100,74,111,105,110,101,114,44,70,61,83,40,41,59,67,38,38,40,70,61,83,40,99,109,44,123,112,114,111,112,115,58,123,105,100,58,67,44,102,111,114,99,101,83,104,111,119,58,33,48,125,44,107,101,121,58,34,116,97,103,115,95,105,110,118,97,108,105,100,95,102,101,101,100,98,97,99,107,34,125,44,91,116,104,105,115,46,105,110,118,97,108,105,100,84,97,103,84,101,120,116,44,34,58,32,34,44,116,104,105,115,46,105,110,118,97,108,105,100,84,97,103,115,46,106,111,105,110,40,36,41,93,41,41,59,118,97,114,32,66,61,83,40,41,59,80,38,38,40,66,61,83,40,97,109,44,123,112,114,111,112,115,58,123,105,100,58,80,125,44,107,101,121,58,34,116,97,103,115,95,100,117,112,108,105,99,97,116,101,95,102,101,101,100,98,97,99,107,34,125,44,91,116,104,105,115,46,100,117,112,108,105,99,97,116,101,84,97,103,84,101,120,116,44,34,58,32,34,44,116,104,105,115,46,100,117,112,108,105,99,97,116,101,84,97,103,115,46,106,111,105,110,40,36,41,93,41,41,59,118,97,114,32,82,61,83,40,41,59,84,38,38,40,82,61,83,40,97,109,44,123,112,114,111,112,115,58,123,105,100,58,84,125,44,107,101,121,58,34,116,97,103,115,95,108,105,109,105,116,95,102,101,101,100,98,97,99,107,34,125,44,91,118,93,41,41,44,73,61,83,40,34,100,105,118,34,44,123,97,116,116,114,115,58,123,34,97,114,105,97,45,108,105,118,101,34,58,34,112,111,108,105,116,101,34,44,34,97,114,105,97,45,97,116,111,109,105,99,34,58,34,116,114,117,101,34,125,44,107,101,121,58,34,116,97,103,115,95,102,101,101,100,98,97,99,107,34,125,44,91,70,44,66,44,82,93,41,125,114,101,116,117,114,110,91,77,44,73,93,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,110,97,109,101,44,110,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,114,61,116,104,105,115,46,114,101,113,117,105,114,101,100,44,105,61,116,104,105,115,46,102,111,114,109,44,111,61,116,104,105,115,46,116,97,103,115,44,97,61,116,104,105,115,46,99,111,109,112,117,116,101,100,73,110,112,117,116,73,100,44,115,61,116,104,105,115,46,104,97,115,70,111,99,117,115,44,99,61,116,104,105,115,46,110,111,79,117,116,101,114,70,111,99,117,115,44,117,61,99,95,40,123,116,97,103,115,58,111,46,115,108,105,99,101,40,41,44,105,110,112,117,116,65,116,116,114,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,73,110,112,117,116,65,116,116,114,115,44,105,110,112,117,116,84,121,112,101,58,116,104,105,115,46,99,111,109,112,117,116,101,100,73,110,112,117,116,84,121,112,101,44,105,110,112,117,116,72,97,110,100,108,101,114,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,73,110,112,117,116,72,97,110,100,108,101,114,115,44,114,101,109,111,118,101,84,97,103,58,116,104,105,115,46,114,101,109,111,118,101,84,97,103,44,97,100,100,84,97,103,58,116,104,105,115,46,97,100,100,84,97,103,44,114,101,115,101,116,58,116,104,105,115,46,114,101,115,101,116,44,105,110,112,117,116,73,100,58,97,44,105,115,73,110,118,97,108,105,100,58,116,104,105,115,46,104,97,115,73,110,118,97,108,105,100,84,97,103,115,44,105,110,118,97,108,105,100,84,97,103,115,58,116,104,105,115,46,105,110,118,97,108,105,100,84,97,103,115,46,115,108,105,99,101,40,41,44,105,115,68,117,112,108,105,99,97,116,101,58,116,104,105,115,46,104,97,115,68,117,112,108,105,99,97,116,101,84,97,103,115,44,100,117,112,108,105,99,97,116,101,84,97,103,115,58,116,104,105,115,46,100,117,112,108,105,99,97,116,101,84,97,103,115,46,115,108,105,99,101,40,41,44,105,115,76,105,109,105,116,82,101,97,99,104,101,100,58,116,104,105,115,46,105,115,76,105,109,105,116,82,101,97,99,104,101,100,44,100,105,115,97,98,108,101,65,100,100,66,117,116,116,111,110,58,116,104,105,115,46,100,105,115,97,98,108,101,65,100,100,66,117,116,116,111,110,125,44,113,116,40,116,104,105,115,46,36,112,114,111,112,115,44,91,34,97,100,100,66,117,116,116,111,110,84,101,120,116,34,44,34,97,100,100,66,117,116,116,111,110,86,97,114,105,97,110,116,34,44,34,100,105,115,97,98,108,101,100,34,44,34,100,117,112,108,105,99,97,116,101,84,97,103,84,101,120,116,34,44,34,102,111,114,109,34,44,34,105,110,112,117,116,67,108,97,115,115,34,44,34,105,110,118,97,108,105,100,84,97,103,84,101,120,116,34,44,34,108,105,109,105,116,34,44,34,108,105,109,105,116,84,97,103,115,84,101,120,116,34,44,34,110,111,84,97,103,82,101,109,111,118,101,34,44,34,112,108,97,99,101,104,111,108,100,101,114,34,44,34,114,101,113,117,105,114,101,100,34,44,34,115,101,112,97,114,97,116,111,114,34,44,34,115,105,122,101,34,44,34,115,116,97,116,101,34,44,34,116,97,103,67,108,97,115,115,34,44,34,116,97,103,80,105,108,108,115,34,44,34,116,97,103,82,101,109,111,118,101,76,97,98,101,108,34,44,34,116,97,103,86,97,114,105,97,110,116,34,93,41,41,44,108,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,72,111,44,117,41,124,124,116,104,105,115,46,100,101,102,97,117,108,116,82,101,110,100,101,114,40,117,41,44,102,61,116,40,34,111,117,116,112,117,116,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,115,114,45,111,110,108,121,34,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,115,101,108,101,99,116,101,100,95,116,97,103,115,95,95,34,41,44,114,111,108,101,58,34,115,116,97,116,117,115,34,44,102,111,114,58,97,44,34,97,114,105,97,45,108,105,118,101,34,58,115,63,34,112,111,108,105,116,101,34,58,34,111,102,102,34,44,34,97,114,105,97,45,97,116,111,109,105,99,34,58,34,116,114,117,101,34,44,34,97,114,105,97,45,114,101,108,101,118,97,110,116,34,58,34,97,100,100,105,116,105,111,110,115,32,116,101,120,116,34,125,125,44,116,104,105,115,46,116,97,103,115,46,106,111,105,110,40,34,44,32,34,41,41,44,104,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,115,114,45,111,110,108,121,34,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,114,101,109,111,118,101,100,95,116,97,103,115,95,95,34,41,44,114,111,108,101,58,34,115,116,97,116,117,115,34,44,34,97,114,105,97,45,108,105,118,101,34,58,115,63,34,97,115,115,101,114,116,105,118,101,34,58,34,111,102,102,34,44,34,97,114,105,97,45,97,116,111,109,105,99,34,58,34,116,114,117,101,34,125,125,44,116,104,105,115,46,114,101,109,111,118,101,100,84,97,103,115,46,108,101,110,103,116,104,62,48,63,34,40,34,46,99,111,110,99,97,116,40,116,104,105,115,46,116,97,103,82,101,109,111,118,101,100,76,97,98,101,108,44,34,41,32,34,41,46,99,111,110,99,97,116,40,116,104,105,115,46,114,101,109,111,118,101,100,84,97,103,115,46,106,111,105,110,40,34,44,32,34,41,41,58,34,34,41,44,100,61,116,40,41,59,105,102,40,101,38,38,33,110,41,123,118,97,114,32,112,61,111,46,108,101,110,103,116,104,62,48,59,100,61,40,112,63,111,58,91,34,34,93,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,40,34,105,110,112,117,116,34,44,123,99,108,97,115,115,58,123,34,115,114,45,111,110,108,121,34,58,33,112,125,44,97,116,116,114,115,58,123,116,121,112,101,58,112,63,34,104,105,100,100,101,110,34,58,34,116,101,120,116,34,44,118,97,108,117,101,58,110,44,114,101,113,117,105,114,101,100,58,114,44,110,97,109,101,58,101,44,102,111,114,109,58,105,125,44,107,101,121,58,34,116,97,103,95,105,110,112,117,116,95,34,46,99,111,110,99,97,116,40,110,41,125,41,125,41,41,125,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,102,111,114,109,45,116,97,103,115,32,102,111,114,109,45,99,111,110,116,114,111,108,32,104,45,97,117,116,111,34,44,99,108,97,115,115,58,91,123,102,111,99,117,115,58,115,38,38,33,99,38,38,33,110,44,100,105,115,97,98,108,101,100,58,110,125,44,116,104,105,115,46,115,105,122,101,70,111,114,109,67,108,97,115,115,44,116,104,105,115,46,115,116,97,116,101,67,108,97,115,115,93,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,44,114,111,108,101,58,34,103,114,111,117,112,34,44,116,97,98,105,110,100,101,120,58,110,124,124,99,63,110,117,108,108,58,34,45,49,34,44,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,58,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,115,101,108,101,99,116,101,100,95,116,97,103,115,95,95,34,41,125,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,67,108,105,99,107,44,102,111,99,117,115,105,110,58,116,104,105,115,46,111,110,70,111,99,117,115,105,110,44,102,111,99,117,115,111,117,116,58,116,104,105,115,46,111,110,70,111,99,117,115,111,117,116,125,125,44,91,102,44,104,44,108,44,100,93,41,125,125,41,44,79,95,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,70,111,114,109,84,97,103,115,58,120,95,44,66,84,97,103,115,58,120,95,44,66,70,111,114,109,84,97,103,58,116,95,44,66,84,97,103,58,116,95,125,125,41,59,102,117,110,99,116,105,111,110,32,83,95,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,107,95,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,83,95,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,67,95,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,83,95,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,67,95,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,80,95,44,84,95,61,104,99,40,75,116,40,107,95,40,107,95,40,107,95,40,107,95,40,107,95,40,107,95,40,123,125,44,69,104,41,44,103,109,41,44,119,109,41,44,120,109,41,44,69,121,41,44,123,125,44,123,109,97,120,82,111,119,115,58,99,99,40,65,111,41,44,110,111,65,117,116,111,83,104,114,105,110,107,58,99,99,40,118,111,44,33,49,41,44,110,111,82,101,115,105,122,101,58,99,99,40,118,111,44,33,49,41,44,114,111,119,115,58,99,99,40,65,111,44,50,41,44,119,114,97,112,58,99,99,40,95,111,44,34,115,111,102,116,34,41,125,41,41,44,122,110,41,44,106,95,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,122,110,44,100,105,114,101,99,116,105,118,101,115,58,123,34,98,45,118,105,115,105,98,108,101,34,58,73,100,125,44,109,105,120,105,110,115,58,91,80,108,44,65,104,44,67,108,44,109,109,44,95,109,44,79,109,44,65,121,44,95,121,44,68,121,93,44,112,114,111,112,115,58,84,95,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,104,101,105,103,104,116,73,110,80,120,58,110,117,108,108,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,83,116,121,108,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,123,114,101,115,105,122,101,58,33,116,104,105,115,46,99,111,109,112,117,116,101,100,82,111,119,115,124,124,116,104,105,115,46,110,111,82,101,115,105,122,101,63,34,110,111,110,101,34,58,110,117,108,108,125,59,114,101,116,117,114,110,32,116,104,105,115,46,99,111,109,112,117,116,101,100,82,111,119,115,124,124,40,116,46,104,101,105,103,104,116,61,116,104,105,115,46,104,101,105,103,104,116,73,110,80,120,44,116,46,111,118,101,114,102,108,111,119,89,61,34,115,99,114,111,108,108,34,41,44,116,125,44,99,111,109,112,117,116,101,100,77,105,110,82,111,119,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,81,99,40,90,97,40,116,104,105,115,46,114,111,119,115,44,50,41,44,50,41,125,44,99,111,109,112,117,116,101,100,77,97,120,82,111,119,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,81,99,40,116,104,105,115,46,99,111,109,112,117,116,101,100,77,105,110,82,111,119,115,44,90,97,40,116,104,105,115,46,109,97,120,82,111,119,115,44,48,41,41,125,44,99,111,109,112,117,116,101,100,82,111,119,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,111,109,112,117,116,101,100,77,105,110,82,111,119,115,61,61,61,116,104,105,115,46,99,111,109,112,117,116,101,100,77,97,120,82,111,119,115,63,116,104,105,115,46,99,111,109,112,117,116,101,100,77,105,110,82,111,119,115,58,110,117,108,108,125,44,99,111,109,112,117,116,101,100,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,101,61,116,104,105,115,46,114,101,113,117,105,114,101,100,59,114,101,116,117,114,110,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,44,110,97,109,101,58,116,104,105,115,46,110,97,109,101,124,124,110,117,108,108,44,102,111,114,109,58,116,104,105,115,46,102,111,114,109,124,124,110,117,108,108,44,100,105,115,97,98,108,101,100,58,116,44,112,108,97,99,101,104,111,108,100,101,114,58,116,104,105,115,46,112,108,97,99,101,104,111,108,100,101,114,124,124,110,117,108,108,44,114,101,113,117,105,114,101,100,58,101,44,97,117,116,111,99,111,109,112,108,101,116,101,58,116,104,105,115,46,97,117,116,111,99,111,109,112,108,101,116,101,124,124,110,117,108,108,44,114,101,97,100,111,110,108,121,58,116,104,105,115,46,114,101,97,100,111,110,108,121,124,124,116,104,105,115,46,112,108,97,105,110,116,101,120,116,44,114,111,119,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,82,111,119,115,44,119,114,97,112,58,116,104,105,115,46,119,114,97,112,124,124,110,117,108,108,44,34,97,114,105,97,45,114,101,113,117,105,114,101,100,34,58,116,104,105,115,46,114,101,113,117,105,114,101,100,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,105,110,118,97,108,105,100,34,58,116,104,105,115,46,99,111,109,112,117,116,101,100,65,114,105,97,73,110,118,97,108,105,100,125,125,44,99,111,109,112,117,116,101,100,76,105,115,116,101,110,101,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,107,95,40,107,95,40,123,125,44,116,104,105,115,46,98,118,76,105,115,116,101,110,101,114,115,41,44,123,125,44,123,105,110,112,117,116,58,116,104,105,115,46,111,110,73,110,112,117,116,44,99,104,97,110,103,101,58,116,104,105,115,46,111,110,67,104,97,110,103,101,44,98,108,117,114,58,116,104,105,115,46,111,110,66,108,117,114,125,41,125,125,44,119,97,116,99,104,58,123,108,111,99,97,108,86,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,72,101,105,103,104,116,40,41,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,72,101,105,103,104,116,40,41,125,44,109,101,116,104,111,100,115,58,123,118,105,115,105,98,108,101,67,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,116,104,105,115,46,115,101,116,72,101,105,103,104,116,41,125,44,115,101,116,72,101,105,103,104,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,104,101,105,103,104,116,73,110,80,120,61,116,46,99,111,109,112,117,116,101,72,101,105,103,104,116,40,41,125,41,41,125,41,41,125,44,99,111,109,112,117,116,101,72,101,105,103,104,116,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,104,105,115,46,36,105,115,83,101,114,118,101,114,124,124,33,121,116,40,116,104,105,115,46,99,111,109,112,117,116,101,100,82,111,119,115,41,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,116,61,116,104,105,115,46,36,101,108,59,105,102,40,33,95,115,40,116,41,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,101,61,122,115,40,116,41,44,110,61,74,97,40,101,46,108,105,110,101,72,101,105,103,104,116,44,49,41,44,114,61,74,97,40,101,46,98,111,114,100,101,114,84,111,112,87,105,100,116,104,44,48,41,43,74,97,40,101,46,98,111,114,100,101,114,66,111,116,116,111,109,87,105,100,116,104,44,48,41,44,105,61,74,97,40,101,46,112,97,100,100,105,110,103,84,111,112,44,48,41,43,74,97,40,101,46,112,97,100,100,105,110,103,66,111,116,116,111,109,44,48,41,44,111,61,114,43,105,44,97,61,110,42,116,104,105,115,46,99,111,109,112,117,116,101,100,77,105,110,82,111,119,115,43,111,44,115,61,82,115,40,116,44,34,104,101,105,103,104,116,34,41,124,124,101,46,104,101,105,103,104,116,59,70,115,40,116,44,34,104,101,105,103,104,116,34,44,34,97,117,116,111,34,41,59,118,97,114,32,99,61,116,46,115,99,114,111,108,108,72,101,105,103,104,116,59,70,115,40,116,44,34,104,101,105,103,104,116,34,44,115,41,59,118,97,114,32,117,61,81,99,40,40,99,45,105,41,47,110,44,50,41,44,108,61,74,99,40,81,99,40,117,44,116,104,105,115,46,99,111,109,112,117,116,101,100,77,105,110,82,111,119,115,41,44,116,104,105,115,46,99,111,109,112,117,116,101,100,77,97,120,82,111,119,115,41,44,102,61,81,99,40,101,117,40,108,42,110,43,111,41,44,97,41,59,114,101,116,117,114,110,32,116,104,105,115,46,110,111,65,117,116,111,83,104,114,105,110,107,38,38,74,97,40,115,44,48,41,62,102,63,115,58,34,34,46,99,111,110,99,97,116,40,102,44,34,112,120,34,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,40,34,116,101,120,116,97,114,101,97,34,44,123,99,108,97,115,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,67,108,97,115,115,44,115,116,121,108,101,58,116,104,105,115,46,99,111,109,112,117,116,101,100,83,116,121,108,101,44,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,98,45,118,105,115,105,98,108,101,34,44,118,97,108,117,101,58,116,104,105,115,46,118,105,115,105,98,108,101,67,97,108,108,98,97,99,107,44,109,111,100,105,102,105,101,114,115,58,123,54,52,48,58,33,48,125,125,93,44,97,116,116,114,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,65,116,116,114,115,44,100,111,109,80,114,111,112,115,58,123,118,97,108,117,101,58,116,104,105,115,46,108,111,99,97,108,86,97,108,117,101,125,44,111,110,58,116,104,105,115,46,99,111,109,112,117,116,101,100,76,105,115,116,101,110,101,114,115,44,114,101,102,58,34,105,110,112,117,116,34,125,41,125,125,41,44,69,95,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,70,111,114,109,84,101,120,116,97,114,101,97,58,106,95,44,66,84,101,120,116,97,114,101,97,58,106,95,125,125,41,59,102,117,110,99,116,105,111,110,32,65,95,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,68,95,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,65,95,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,76,95,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,65,95,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,76,95,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,102,117,110,99,116,105,111,110,32,77,95,40,116,44,101,41,123,114,101,116,117,114,110,32,82,95,40,116,41,124,124,66,95,40,116,44,101,41,124,124,36,95,40,116,44,101,41,124,124,73,95,40,41,125,102,117,110,99,116,105,111,110,32,73,95,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,100,101,115,116,114,117,99,116,117,114,101,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,46,92,110,73,110,32,111,114,100,101,114,32,116,111,32,98,101,32,105,116,101,114,97,98,108,101,44,32,110,111,110,45,97,114,114,97,121,32,111,98,106,101,99,116,115,32,109,117,115,116,32,104,97,118,101,32,97,32,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,32,109,101,116,104,111,100,46,34,41,125,102,117,110,99,116,105,111,110,32,36,95,40,116,44,101,41,123,105,102,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,70,95,40,116,44,101,41,59,118,97,114,32,110,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,59,114,101,116,117,114,110,34,79,98,106,101,99,116,34,61,61,61,110,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,40,110,61,116,46,99,111,110,115,116,114,117,99,116,111,114,46,110,97,109,101,41,44,34,77,97,112,34,61,61,61,110,124,124,34,83,101,116,34,61,61,61,110,63,65,114,114,97,121,46,102,114,111,109,40,116,41,58,34,65,114,103,117,109,101,110,116,115,34,61,61,61,110,124,124,47,94,40,63,58,85,105,124,73,41,110,116,40,63,58,56,124,49,54,124,51,50,41,40,63,58,67,108,97,109,112,101,100,41,63,65,114,114,97,121,36,47,46,116,101,115,116,40,110,41,63,70,95,40,116,44,101,41,58,118,111,105,100,32,48,125,125,102,117,110,99,116,105,111,110,32,70,95,40,116,44,101,41,123,40,110,117,108,108,61,61,101,124,124,101,62,116,46,108,101,110,103,116,104,41,38,38,40,101,61,116,46,108,101,110,103,116,104,41,59,102,111,114,40,118,97,114,32,110,61,48,44,114,61,110,101,119,32,65,114,114,97,121,40,101,41,59,110,60,101,59,110,43,43,41,114,91,110,93,61,116,91,110,93,59,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,66,95,40,116,44,101,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,116,41,41,123,118,97,114,32,110,61,91,93,44,114,61,33,48,44,105,61,33,49,44,111,61,118,111,105,100,32,48,59,116,114,121,123,102,111,114,40,118,97,114,32,97,44,115,61,116,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,59,33,40,114,61,40,97,61,115,46,110,101,120,116,40,41,41,46,100,111,110,101,41,59,114,61,33,48,41,105,102,40,110,46,112,117,115,104,40,97,46,118,97,108,117,101,41,44,101,38,38,110,46,108,101,110,103,116,104,61,61,61,101,41,98,114,101,97,107,125,99,97,116,99,104,40,99,41,123,105,61,33,48,44,111,61,99,125,102,105,110,97,108,108,121,123,116,114,121,123,114,124,124,110,117,108,108,61,61,115,91,34,114,101,116,117,114,110,34,93,124,124,115,91,34,114,101,116,117,114,110,34,93,40,41,125,102,105,110,97,108,108,121,123,105,102,40,105,41,116,104,114,111,119,32,111,125,125,114,101,116,117,114,110,32,110,125,125,102,117,110,99,116,105,111,110,32,82,95,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,114,101,116,117,114,110,32,116,125,118,97,114,32,78,95,44,122,95,61,103,99,40,34,118,97,108,117,101,34,44,123,116,121,112,101,58,95,111,44,100,101,102,97,117,108,116,86,97,108,117,101,58,34,34,125,41,44,86,95,61,122,95,46,109,105,120,105,110,44,72,95,61,122,95,46,112,114,111,112,115,44,85,95,61,122,95,46,112,114,111,112,44,87,95,61,122,95,46,101,118,101,110,116,44,113,95,61,34,110,117,109,101,114,105,99,34,44,71,95,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,48,48,34,46,99,111,110,99,97,116,40,116,124,124,34,34,41,46,115,108,105,99,101,40,45,50,41,125,44,89,95,61,102,117,110,99,116,105,111,110,40,116,41,123,116,61,97,115,40,116,41,59,118,97,114,32,101,61,110,117,108,108,44,110,61,110,117,108,108,44,114,61,110,117,108,108,59,105,102,40,72,46,116,101,115,116,40,116,41,41,123,118,97,114,32,105,61,116,46,115,112,108,105,116,40,34,58,34,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,90,97,40,116,44,110,117,108,108,41,125,41,41,44,111,61,77,95,40,105,44,51,41,59,101,61,111,91,48,93,44,110,61,111,91,49,93,44,114,61,111,91,50,93,125,114,101,116,117,114,110,123,104,111,117,114,115,58,119,116,40,101,41,63,110,117,108,108,58,101,44,109,105,110,117,116,101,115,58,119,116,40,110,41,63,110,117,108,108,58,110,44,115,101,99,111,110,100,115,58,119,116,40,114,41,63,110,117,108,108,58,114,44,97,109,112,109,58,119,116,40,101,41,124,124,101,60,49,50,63,48,58,49,125,125,44,75,95,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,104,111,117,114,115,44,110,61,116,46,109,105,110,117,116,101,115,44,114,61,116,46,115,101,99,111,110,100,115,44,105,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,38,38,97,114,103,117,109,101,110,116,115,91,49,93,59,105,102,40,121,116,40,101,41,124,124,121,116,40,110,41,124,124,105,38,38,121,116,40,114,41,41,114,101,116,117,114,110,34,34,59,118,97,114,32,111,61,91,101,44,110,44,105,63,114,58,48,93,59,114,101,116,117,114,110,32,111,46,109,97,112,40,71,95,41,46,106,111,105,110,40,34,58,34,41,125,44,88,95,61,104,99,40,75,116,40,68,95,40,68,95,40,68,95,40,68,95,40,123,125,44,69,104,41,44,72,95,41,44,113,116,40,113,119,44,91,34,108,97,98,101,108,73,110,99,114,101,109,101,110,116,34,44,34,108,97,98,101,108,68,101,99,114,101,109,101,110,116,34,93,41,41,44,123,125,44,123,97,114,105,97,76,97,98,101,108,108,101,100,98,121,58,99,99,40,95,111,41,44,100,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,104,105,100,100,101,110,58,99,99,40,118,111,44,33,49,41,44,104,105,100,101,72,101,97,100,101,114,58,99,99,40,118,111,44,33,49,41,44,104,111,117,114,49,50,58,99,99,40,118,111,44,110,117,108,108,41,44,108,97,98,101,108,65,109,58,99,99,40,95,111,44,34,65,77,34,41,44,108,97,98,101,108,65,109,112,109,58,99,99,40,95,111,44,34,65,77,47,80,77,34,41,44,108,97,98,101,108,72,111,117,114,115,58,99,99,40,95,111,44,34,72,111,117,114,115,34,41,44,108,97,98,101,108,77,105,110,117,116,101,115,58,99,99,40,95,111,44,34,77,105,110,117,116,101,115,34,41,44,108,97,98,101,108,78,111,84,105,109,101,83,101,108,101,99,116,101,100,58,99,99,40,95,111,44,34,78,111,32,116,105,109,101,32,115,101,108,101,99,116,101,100,34,41,44,108,97,98,101,108,80,109,58,99,99,40,95,111,44,34,80,77,34,41,44,108,97,98,101,108,83,101,99,111,110,100,115,58,99,99,40,95,111,44,34,83,101,99,111,110,100,115,34,41,44,108,97,98,101,108,83,101,108,101,99,116,101,100,58,99,99,40,95,111,44,34,83,101,108,101,99,116,101,100,32,116,105,109,101,34,41,44,108,111,99,97,108,101,58,99,99,40,107,111,41,44,109,105,110,117,116,101,115,83,116,101,112,58,99,99,40,65,111,44,49,41,44,114,101,97,100,111,110,108,121,58,99,99,40,118,111,44,33,49,41,44,115,101,99,111,110,100,115,83,116,101,112,58,99,99,40,65,111,44,49,41,44,115,104,111,119,83,101,99,111,110,100,115,58,99,99,40,118,111,44,33,49,41,125,41,41,44,122,114,41,44,90,95,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,122,114,44,109,105,120,105,110,115,58,91,65,104,44,86,95,44,121,99,93,44,112,114,111,112,115,58,88,95,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,89,95,40,116,104,105,115,91,85,95,93,124,124,34,34,41,59,114,101,116,117,114,110,123,109,111,100,101,108,72,111,117,114,115,58,116,46,104,111,117,114,115,44,109,111,100,101,108,77,105,110,117,116,101,115,58,116,46,109,105,110,117,116,101,115,44,109,111,100,101,108,83,101,99,111,110,100,115,58,116,46,115,101,99,111,110,100,115,44,109,111,100,101,108,65,109,112,109,58,116,46,97,109,112,109,44,105,115,76,105,118,101,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,72,77,83,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,109,111,100,101,108,72,111,117,114,115,44,101,61,116,104,105,115,46,109,111,100,101,108,77,105,110,117,116,101,115,44,110,61,116,104,105,115,46,109,111,100,101,108,83,101,99,111,110,100,115,59,114,101,116,117,114,110,32,75,95,40,123,104,111,117,114,115,58,116,44,109,105,110,117,116,101,115,58,101,44,115,101,99,111,110,100,115,58,110,125,44,116,104,105,115,46,115,104,111,119,83,101,99,111,110,100,115,41,125,44,114,101,115,111,108,118,101,100,79,112,116,105,111,110,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,71,97,40,116,104,105,115,46,108,111,99,97,108,101,41,46,102,105,108,116,101,114,40,115,101,41,44,101,61,123,104,111,117,114,58,113,95,44,109,105,110,117,116,101,58,113,95,44,115,101,99,111,110,100,58,113,95,125,59,119,116,40,116,104,105,115,46,104,111,117,114,49,50,41,124,124,40,101,46,104,111,117,114,49,50,61,33,33,116,104,105,115,46,104,111,117,114,49,50,41,59,118,97,114,32,110,61,110,101,119,32,73,110,116,108,46,68,97,116,101,84,105,109,101,70,111,114,109,97,116,40,116,44,101,41,44,114,61,110,46,114,101,115,111,108,118,101,100,79,112,116,105,111,110,115,40,41,44,105,61,114,46,104,111,117,114,49,50,124,124,33,49,44,111,61,114,46,104,111,117,114,67,121,99,108,101,124,124,40,105,63,34,104,49,50,34,58,34,104,50,51,34,41,59,114,101,116,117,114,110,123,108,111,99,97,108,101,58,114,46,108,111,99,97,108,101,44,104,111,117,114,49,50,58,105,44,104,111,117,114,67,121,99,108,101,58,111,125,125,44,99,111,109,112,117,116,101,100,76,111,99,97,108,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,114,101,115,111,108,118,101,100,79,112,116,105,111,110,115,46,108,111,99,97,108,101,125,44,99,111,109,112,117,116,101,100,76,97,110,103,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,40,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,101,124,124,34,34,41,46,114,101,112,108,97,99,101,40,47,45,117,45,46,42,36,47,44,34,34,41,125,44,99,111,109,112,117,116,101,100,82,84,76,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,106,104,40,116,104,105,115,46,99,111,109,112,117,116,101,100,76,97,110,103,41,125,44,99,111,109,112,117,116,101,100,72,111,117,114,67,121,99,108,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,114,101,115,111,108,118,101,100,79,112,116,105,111,110,115,46,104,111,117,114,67,121,99,108,101,125,44,105,115,49,50,72,111,117,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,33,116,104,105,115,46,114,101,115,111,108,118,101,100,79,112,116,105,111,110,115,46,104,111,117,114,49,50,125,44,99,111,110,116,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,99,97,108,101,58,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,101,44,105,115,82,84,76,58,116,104,105,115,46,99,111,109,112,117,116,101,100,82,84,76,44,104,111,117,114,67,121,99,108,101,58,116,104,105,115,46,99,111,109,112,117,116,101,100,72,111,117,114,67,121,99,108,101,44,104,111,117,114,49,50,58,116,104,105,115,46,105,115,49,50,72,111,117,114,44,104,111,117,114,115,58,116,104,105,115,46,109,111,100,101,108,72,111,117,114,115,44,109,105,110,117,116,101,115,58,116,104,105,115,46,109,111,100,101,108,77,105,110,117,116,101,115,44,115,101,99,111,110,100,115,58,116,104,105,115,46,115,104,111,119,83,101,99,111,110,100,115,63,116,104,105,115,46,109,111,100,101,108,83,101,99,111,110,100,115,58,48,44,118,97,108,117,101,58,116,104,105,115,46,99,111,109,112,117,116,101,100,72,77,83,44,102,111,114,109,97,116,116,101,100,58,116,104,105,115,46,102,111,114,109,97,116,116,101,100,84,105,109,101,83,116,114,105,110,103,125,125,44,118,97,108,117,101,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,41,124,124,110,117,108,108,125,44,99,111,109,112,117,116,101,100,65,114,105,97,76,97,98,101,108,108,101,100,98,121,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,116,104,105,115,46,97,114,105,97,76,97,98,101,108,108,101,100,98,121,44,116,104,105,115,46,118,97,108,117,101,73,100,93,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,32,34,41,124,124,110,117,108,108,125,44,116,105,109,101,70,111,114,109,97,116,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,123,104,111,117,114,49,50,58,116,104,105,115,46,105,115,49,50,72,111,117,114,44,104,111,117,114,67,121,99,108,101,58,116,104,105,115,46,99,111,109,112,117,116,101,100,72,111,117,114,67,121,99,108,101,44,104,111,117,114,58,113,95,44,109,105,110,117,116,101,58,113,95,44,116,105,109,101,90,111,110,101,58,34,85,84,67,34,125,59,114,101,116,117,114,110,32,116,104,105,115,46,115,104,111,119,83,101,99,111,110,100,115,38,38,40,116,46,115,101,99,111,110,100,61,113,95,41,44,103,104,40,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,101,44,116,41,125,44,110,117,109,98,101,114,70,111,114,109,97,116,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,110,101,119,32,73,110,116,108,46,78,117,109,98,101,114,70,111,114,109,97,116,40,116,104,105,115,46,99,111,109,112,117,116,101,100,76,111,99,97,108,101,44,123,115,116,121,108,101,58,34,100,101,99,105,109,97,108,34,44,109,105,110,105,109,117,109,73,110,116,101,103,101,114,68,105,103,105,116,115,58,50,44,109,105,110,105,109,117,109,70,114,97,99,116,105,111,110,68,105,103,105,116,115,58,48,44,109,97,120,105,109,117,109,70,114,97,99,116,105,111,110,68,105,103,105,116,115,58,48,44,110,111,116,97,116,105,111,110,58,34,115,116,97,110,100,97,114,100,34,125,41,59,114,101,116,117,114,110,32,116,46,102,111,114,109,97,116,125,44,102,111,114,109,97,116,116,101,100,84,105,109,101,83,116,114,105,110,103,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,109,111,100,101,108,72,111,117,114,115,44,101,61,116,104,105,115,46,109,111,100,101,108,77,105,110,117,116,101,115,44,110,61,116,104,105,115,46,115,104,111,119,83,101,99,111,110,100,115,38,38,116,104,105,115,46,109,111,100,101,108,83,101,99,111,110,100,115,124,124,48,59,114,101,116,117,114,110,32,116,104,105,115,46,99,111,109,112,117,116,101,100,72,77,83,63,116,104,105,115,46,116,105,109,101,70,111,114,109,97,116,116,101,114,40,104,104,40,68,97,116,101,46,85,84,67,40,48,44,48,44,49,44,116,44,101,44,110,41,41,41,58,116,104,105,115,46,108,97,98,101,108,78,111,84,105,109,101,83,101,108,101,99,116,101,100,124,124,34,32,34,125,44,115,112,105,110,83,99,111,112,101,100,83,108,111,116,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,59,114,101,116,117,114,110,123,105,110,99,114,101,109,101,110,116,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,101,46,104,97,115,70,111,99,117,115,59,114,101,116,117,114,110,32,116,40,86,117,44,123,112,114,111,112,115,58,123,115,99,97,108,101,58,110,63,49,46,53,58,49,46,50,53,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,104,105,100,100,101,110,34,58,34,116,114,117,101,34,125,125,41,125,44,100,101,99,114,101,109,101,110,116,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,101,46,104,97,115,70,111,99,117,115,59,114,101,116,117,114,110,32,116,40,86,117,44,123,112,114,111,112,115,58,123,102,108,105,112,86,58,33,48,44,115,99,97,108,101,58,110,63,49,46,53,58,49,46,50,53,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,104,105,100,100,101,110,34,58,34,116,114,117,101,34,125,125,41,125,125,125,125,44,119,97,116,99,104,58,40,80,95,61,123,125,44,76,95,40,80,95,44,85,95,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,33,61,61,101,38,38,33,119,108,40,89,95,40,116,41,44,89,95,40,116,104,105,115,46,99,111,109,112,117,116,101,100,72,77,83,41,41,41,123,118,97,114,32,110,61,89,95,40,116,41,44,114,61,110,46,104,111,117,114,115,44,105,61,110,46,109,105,110,117,116,101,115,44,111,61,110,46,115,101,99,111,110,100,115,44,97,61,110,46,97,109,112,109,59,116,104,105,115,46,109,111,100,101,108,72,111,117,114,115,61,114,44,116,104,105,115,46,109,111,100,101,108,77,105,110,117,116,101,115,61,105,44,116,104,105,115,46,109,111,100,101,108,83,101,99,111,110,100,115,61,111,44,116,104,105,115,46,109,111,100,101,108,65,109,112,109,61,97,125,125,41,41,44,76,95,40,80,95,44,34,99,111,109,112,117,116,101,100,72,77,83,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,116,104,105,115,46,36,101,109,105,116,40,87,95,44,116,41,125,41,41,44,76,95,40,80,95,44,34,99,111,110,116,101,120,116,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,119,108,40,116,44,101,41,124,124,116,104,105,115,46,36,101,109,105,116,40,104,105,44,116,41,125,41,41,44,76,95,40,80,95,44,34,109,111,100,101,108,65,109,112,109,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,105,102,40,116,33,61,61,101,41,123,118,97,114,32,114,61,121,116,40,116,104,105,115,46,109,111,100,101,108,72,111,117,114,115,41,63,48,58,116,104,105,115,46,109,111,100,101,108,72,111,117,114,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,48,61,61,61,116,38,38,114,62,49,49,63,110,46,109,111,100,101,108,72,111,117,114,115,61,114,45,49,50,58,49,61,61,61,116,38,38,114,60,49,50,38,38,40,110,46,109,111,100,101,108,72,111,117,114,115,61,114,43,49,50,41,125,41,41,125,125,41,41,44,76,95,40,80,95,44,34,109,111,100,101,108,72,111,117,114,115,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,40,116,104,105,115,46,109,111,100,101,108,65,109,112,109,61,116,62,49,49,63,49,58,48,41,125,41,41,44,80,95,41,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,36,101,109,105,116,40,104,105,44,116,46,99,111,110,116,101,120,116,41,125,41,41,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,76,105,118,101,40,33,48,41,125,44,97,99,116,105,118,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,76,105,118,101,40,33,48,41,125,44,100,101,97,99,116,105,118,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,76,105,118,101,40,33,49,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,76,105,118,101,40,33,49,41,125,44,109,101,116,104,111,100,115,58,123,102,111,99,117,115,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,113,115,40,116,104,105,115,46,36,114,101,102,115,46,115,112,105,110,110,101,114,115,91,48,93,41,125,44,98,108,117,114,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,33,116,104,105,115,46,100,105,115,97,98,108,101,100,41,123,118,97,114,32,116,61,98,115,40,41,59,84,115,40,116,104,105,115,46,36,101,108,44,116,41,38,38,71,115,40,116,41,125,125,44,102,111,114,109,97,116,72,111,117,114,115,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,99,111,109,112,117,116,101,100,72,111,117,114,67,121,99,108,101,59,114,101,116,117,114,110,32,116,61,116,104,105,115,46,105,115,49,50,72,111,117,114,38,38,116,62,49,50,63,116,45,49,50,58,116,44,116,61,48,61,61,61,116,38,38,34,104,49,50,34,61,61,61,101,63,49,50,58,48,61,61,61,116,38,38,34,104,50,52,34,61,61,61,101,63,50,52,58,49,50,61,61,61,116,38,38,34,104,49,49,34,61,61,61,101,63,48,58,116,44,116,104,105,115,46,110,117,109,98,101,114,70,111,114,109,97,116,116,101,114,40,116,41,125,44,102,111,114,109,97,116,77,105,110,117,116,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,110,117,109,98,101,114,70,111,114,109,97,116,116,101,114,40,116,41,125,44,102,111,114,109,97,116,83,101,99,111,110,100,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,110,117,109,98,101,114,70,111,114,109,97,116,116,101,114,40,116,41,125,44,102,111,114,109,97,116,65,109,112,109,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,48,61,61,61,116,63,116,104,105,115,46,108,97,98,101,108,65,109,58,49,61,61,61,116,63,116,104,105,115,46,108,97,98,101,108,80,109,58,34,34,125,44,115,101,116,72,111,117,114,115,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,109,111,100,101,108,72,111,117,114,115,61,116,125,44,115,101,116,77,105,110,117,116,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,109,111,100,101,108,77,105,110,117,116,101,115,61,116,125,44,115,101,116,83,101,99,111,110,100,115,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,109,111,100,101,108,83,101,99,111,110,100,115,61,116,125,44,115,101,116,65,109,112,109,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,109,111,100,101,108,65,109,112,109,61,116,125,44,111,110,83,112,105,110,76,101,102,116,82,105,103,104,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,123,125,44,101,61,116,46,116,121,112,101,44,110,61,116,46,107,101,121,67,111,100,101,59,105,102,40,33,116,104,105,115,46,100,105,115,97,98,108,101,100,38,38,34,107,101,121,100,111,119,110,34,61,61,61,101,38,38,40,110,61,61,61,100,108,124,124,110,61,61,61,103,108,41,41,123,83,99,40,116,41,59,118,97,114,32,114,61,116,104,105,115,46,36,114,101,102,115,46,115,112,105,110,110,101,114,115,124,124,91,93,44,105,61,114,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,33,116,46,104,97,115,70,111,99,117,115,125,41,41,46,105,110,100,101,120,79,102,40,33,48,41,59,105,43,61,110,61,61,61,100,108,63,45,49,58,49,44,105,61,105,62,61,114,46,108,101,110,103,116,104,63,48,58,105,60,48,63,114,46,108,101,110,103,116,104,45,49,58,105,44,113,115,40,114,91,105,93,41,125,125,44,115,101,116,76,105,118,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,116,63,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,105,115,76,105,118,101,61,33,48,125,41,41,125,41,41,58,116,104,105,115,46,105,115,76,105,118,101,61,33,49,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,105,102,40,116,104,105,115,46,104,105,100,100,101,110,41,114,101,116,117,114,110,32,116,40,41,59,118,97,114,32,110,61,116,104,105,115,46,118,97,108,117,101,73,100,44,114,61,116,104,105,115,46,99,111,109,112,117,116,101,100,65,114,105,97,76,97,98,101,108,108,101,100,98,121,44,105,61,91,93,44,111,61,102,117,110,99,116,105,111,110,40,114,44,111,44,97,41,123,118,97,114,32,115,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,51,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,51,93,63,97,114,103,117,109,101,110,116,115,91,51,93,58,123,125,44,99,61,101,46,115,97,102,101,73,100,40,34,95,115,112,105,110,98,117,116,116,111,110,95,34,46,99,111,110,99,97,116,40,111,44,34,95,34,41,41,124,124,110,117,108,108,59,114,101,116,117,114,110,32,105,46,112,117,115,104,40,99,41,44,116,40,71,119,44,123,99,108,97,115,115,58,97,44,112,114,111,112,115,58,68,95,40,123,105,100,58,99,44,112,108,97,99,101,104,111,108,100,101,114,58,34,45,45,34,44,118,101,114,116,105,99,97,108,58,33,48,44,114,101,113,117,105,114,101,100,58,33,48,44,100,105,115,97,98,108,101,100,58,101,46,100,105,115,97,98,108,101,100,44,114,101,97,100,111,110,108,121,58,101,46,114,101,97,100,111,110,108,121,44,108,111,99,97,108,101,58,101,46,99,111,109,112,117,116,101,100,76,111,99,97,108,101,44,108,97,98,101,108,73,110,99,114,101,109,101,110,116,58,101,46,108,97,98,101,108,73,110,99,114,101,109,101,110,116,44,108,97,98,101,108,68,101,99,114,101,109,101,110,116,58,101,46,108,97,98,101,108,68,101,99,114,101,109,101,110,116,44,119,114,97,112,58,33,48,44,97,114,105,97,67,111,110,116,114,111,108,115,58,110,44,109,105,110,58,48,125,44,115,41,44,115,99,111,112,101,100,83,108,111,116,115,58,101,46,115,112,105,110,83,99,111,112,101,100,83,108,111,116,115,44,111,110,58,123,99,104,97,110,103,101,58,114,125,44,107,101,121,58,111,44,114,101,102,58,34,115,112,105,110,110,101,114,115,34,44,114,101,102,73,110,70,111,114,58,33,48,125,41,125,44,97,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,45,102,108,101,120,32,102,108,101,120,45,99,111,108,117,109,110,34,44,99,108,97,115,115,58,123,34,116,101,120,116,45,109,117,116,101,100,34,58,101,46,100,105,115,97,98,108,101,100,124,124,101,46,114,101,97,100,111,110,108,121,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,104,105,100,100,101,110,34,58,34,116,114,117,101,34,125,125,44,91,116,40,72,117,44,123,112,114,111,112,115,58,123,115,104,105,102,116,86,58,52,44,115,99,97,108,101,58,46,53,125,125,41,44,116,40,72,117,44,123,112,114,111,112,115,58,123,115,104,105,102,116,86,58,45,52,44,115,99,97,108,101,58,46,53,125,125,41,93,41,125,44,115,61,91,93,59,115,46,112,117,115,104,40,111,40,116,104,105,115,46,115,101,116,72,111,117,114,115,44,34,104,111,117,114,115,34,44,34,98,45,116,105,109,101,45,104,111,117,114,115,34,44,123,118,97,108,117,101,58,116,104,105,115,46,109,111,100,101,108,72,111,117,114,115,44,109,97,120,58,50,51,44,115,116,101,112,58,49,44,102,111,114,109,97,116,116,101,114,70,110,58,116,104,105,115,46,102,111,114,109,97,116,72,111,117,114,115,44,97,114,105,97,76,97,98,101,108,58,116,104,105,115,46,108,97,98,101,108,72,111,117,114,115,125,41,41,44,115,46,112,117,115,104,40,97,40,41,41,44,115,46,112,117,115,104,40,111,40,116,104,105,115,46,115,101,116,77,105,110,117,116,101,115,44,34,109,105,110,117,116,101,115,34,44,34,98,45,116,105,109,101,45,109,105,110,117,116,101,115,34,44,123,118,97,108,117,101,58,116,104,105,115,46,109,111,100,101,108,77,105,110,117,116,101,115,44,109,97,120,58,53,57,44,115,116,101,112,58,116,104,105,115,46,109,105,110,117,116,101,115,83,116,101,112,124,124,49,44,102,111,114,109,97,116,116,101,114,70,110,58,116,104,105,115,46,102,111,114,109,97,116,77,105,110,117,116,101,115,44,97,114,105,97,76,97,98,101,108,58,116,104,105,115,46,108,97,98,101,108,77,105,110,117,116,101,115,125,41,41,44,116,104,105,115,46,115,104,111,119,83,101,99,111,110,100,115,38,38,40,115,46,112,117,115,104,40,97,40,41,41,44,115,46,112,117,115,104,40,111,40,116,104,105,115,46,115,101,116,83,101,99,111,110,100,115,44,34,115,101,99,111,110,100,115,34,44,34,98,45,116,105,109,101,45,115,101,99,111,110,100,115,34,44,123,118,97,108,117,101,58,116,104,105,115,46,109,111,100,101,108,83,101,99,111,110,100,115,44,109,97,120,58,53,57,44,115,116,101,112,58,116,104,105,115,46,115,101,99,111,110,100,115,83,116,101,112,124,124,49,44,102,111,114,109,97,116,116,101,114,70,110,58,116,104,105,115,46,102,111,114,109,97,116,83,101,99,111,110,100,115,44,97,114,105,97,76,97,98,101,108,58,116,104,105,115,46,108,97,98,101,108,83,101,99,111,110,100,115,125,41,41,41,44,116,104,105,115,46,105,115,49,50,72,111,117,114,38,38,115,46,112,117,115,104,40,111,40,116,104,105,115,46,115,101,116,65,109,112,109,44,34,97,109,112,109,34,44,34,98,45,116,105,109,101,45,97,109,112,109,34,44,123,118,97,108,117,101,58,116,104,105,115,46,109,111,100,101,108,65,109,112,109,44,109,97,120,58,49,44,102,111,114,109,97,116,116,101,114,70,110,58,116,104,105,115,46,102,111,114,109,97,116,65,109,112,109,44,97,114,105,97,76,97,98,101,108,58,116,104,105,115,46,108,97,98,101,108,65,109,112,109,44,114,101,113,117,105,114,101,100,58,33,49,125,41,41,44,115,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,45,102,108,101,120,32,97,108,105,103,110,45,105,116,101,109,115,45,99,101,110,116,101,114,32,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,99,101,110,116,101,114,32,109,120,45,97,117,116,111,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,103,114,111,117,112,34,44,116,97,98,105,110,100,101,120,58,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,116,104,105,115,46,114,101,97,100,111,110,108,121,63,110,117,108,108,58,34,45,49,34,44,34,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,34,58,114,125,44,111,110,58,123,107,101,121,100,111,119,110,58,116,104,105,115,46,111,110,83,112,105,110,76,101,102,116,82,105,103,104,116,44,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,116,97,114,103,101,116,61,61,61,116,46,99,117,114,114,101,110,116,84,97,114,103,101,116,38,38,101,46,102,111,99,117,115,40,41,125,125,125,44,115,41,59,118,97,114,32,99,61,116,40,34,111,117,116,112,117,116,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,32,116,101,120,116,45,99,101,110,116,101,114,34,44,99,108,97,115,115,58,123,100,105,115,97,98,108,101,100,58,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,116,104,105,115,46,114,101,97,100,111,110,108,121,125,44,97,116,116,114,115,58,123,105,100,58,110,44,114,111,108,101,58,34,115,116,97,116,117,115,34,44,102,111,114,58,105,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,32,34,41,124,124,110,117,108,108,44,116,97,98,105,110,100,101,120,58,116,104,105,115,46,100,105,115,97,98,108,101,100,63,110,117,108,108,58,34,45,49,34,44,34,97,114,105,97,45,108,105,118,101,34,58,116,104,105,115,46,105,115,76,105,118,101,63,34,112,111,108,105,116,101,34,58,34,111,102,102,34,44,34,97,114,105,97,45,97,116,111,109,105,99,34,58,34,116,114,117,101,34,125,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,102,111,99,117,115,44,102,111,99,117,115,58,116,104,105,115,46,102,111,99,117,115,125,125,44,91,116,40,34,98,100,105,34,44,116,104,105,115,46,102,111,114,109,97,116,116,101,100,84,105,109,101,83,116,114,105,110,103,41,44,116,104,105,115,46,99,111,109,112,117,116,101,100,72,77,83,63,116,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,115,114,45,111,110,108,121,34,125,44,34,32,40,34,46,99,111,110,99,97,116,40,116,104,105,115,46,108,97,98,101,108,83,101,108,101,99,116,101,100,44,34,41,32,34,41,41,58,34,34,93,41,44,117,61,116,40,34,104,101,97,100,101,114,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,116,105,109,101,45,104,101,97,100,101,114,34,44,99,108,97,115,115,58,123,34,115,114,45,111,110,108,121,34,58,116,104,105,115,46,104,105,100,101,72,101,97,100,101,114,125,125,44,91,99,93,41,44,108,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,59,114,101,116,117,114,110,32,108,61,108,63,116,40,34,102,111,111,116,101,114,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,116,105,109,101,45,102,111,111,116,101,114,34,125,44,108,41,58,116,40,41,44,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,116,105,109,101,32,100,45,105,110,108,105,110,101,45,102,108,101,120,32,102,108,101,120,45,99,111,108,117,109,110,32,116,101,120,116,45,99,101,110,116,101,114,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,103,114,111,117,112,34,44,108,97,110,103,58,116,104,105,115,46,99,111,109,112,117,116,101,100,76,97,110,103,124,124,110,117,108,108,44,34,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,34,58,114,124,124,110,117,108,108,44,34,97,114,105,97,45,100,105,115,97,98,108,101,100,34,58,116,104,105,115,46,100,105,115,97,98,108,101,100,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,114,101,97,100,111,110,108,121,34,58,116,104,105,115,46,114,101,97,100,111,110,108,121,38,38,33,116,104,105,115,46,100,105,115,97,98,108,101,100,63,34,116,114,117,101,34,58,110,117,108,108,125,125,44,91,117,44,115,44,108,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,74,95,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,81,95,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,74,95,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,120,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,74,95,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,116,120,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,101,120,61,103,99,40,34,118,97,108,117,101,34,44,123,116,121,112,101,58,95,111,44,100,101,102,97,117,108,116,86,97,108,117,101,58,34,34,125,41,44,110,120,61,101,120,46,109,105,120,105,110,44,114,120,61,101,120,46,112,114,111,112,115,44,105,120,61,101,120,46,112,114,111,112,44,111,120,61,101,120,46,101,118,101,110,116,44,97,120,61,71,116,40,88,95,44,91,34,104,105,100,100,101,110,34,44,34,105,100,34,44,34,118,97,108,117,101,34,93,41,44,115,120,61,71,116,40,79,98,44,91,34,102,111,114,109,97,116,116,101,100,86,97,108,117,101,34,44,34,105,100,34,44,34,108,97,110,103,34,44,34,114,116,108,34,44,34,118,97,108,117,101,34,93,41,44,99,120,61,104,99,40,75,116,40,81,95,40,81,95,40,81,95,40,81,95,40,81,95,40,123,125,44,69,104,41,44,114,120,41,44,97,120,41,44,115,120,41,44,123,125,44,123,99,108,111,115,101,66,117,116,116,111,110,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,34,41,44,108,97,98,101,108,67,108,111,115,101,66,117,116,116,111,110,58,99,99,40,95,111,44,34,67,108,111,115,101,34,41,44,108,97,98,101,108,78,111,119,66,117,116,116,111,110,58,99,99,40,95,111,44,34,83,101,108,101,99,116,32,110,111,119,34,41,44,108,97,98,101,108,82,101,115,101,116,66,117,116,116,111,110,58,99,99,40,95,111,44,34,82,101,115,101,116,34,41,44,110,111,67,108,111,115,101,66,117,116,116,111,110,58,99,99,40,118,111,44,33,49,41,44,110,111,119,66,117,116,116,111,110,58,99,99,40,118,111,44,33,49,41,44,110,111,119,66,117,116,116,111,110,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,111,117,116,108,105,110,101,45,112,114,105,109,97,114,121,34,41,44,114,101,115,101,116,66,117,116,116,111,110,58,99,99,40,118,111,44,33,49,41,44,114,101,115,101,116,66,117,116,116,111,110,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,111,117,116,108,105,110,101,45,100,97,110,103,101,114,34,41,44,114,101,115,101,116,86,97,108,117,101,58,99,99,40,106,111,41,125,41,41,44,86,110,41,44,117,120,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,86,110,44,109,105,120,105,110,115,58,91,65,104,44,110,120,93,44,112,114,111,112,115,58,99,120,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,99,97,108,72,77,83,58,116,104,105,115,91,105,120,93,124,124,34,34,44,108,111,99,97,108,76,111,99,97,108,101,58,110,117,108,108,44,105,115,82,84,76,58,33,49,44,102,111,114,109,97,116,116,101,100,86,97,108,117,101,58,34,34,44,105,115,86,105,115,105,98,108,101,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,76,97,110,103,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,40,116,104,105,115,46,108,111,99,97,108,76,111,99,97,108,101,124,124,34,34,41,46,114,101,112,108,97,99,101,40,47,45,117,45,46,42,36,47,105,44,34,34,41,124,124,110,117,108,108,125,125,44,119,97,116,99,104,58,40,78,95,61,123,125,44,116,120,40,78,95,44,105,120,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,108,111,99,97,108,72,77,83,61,116,124,124,34,34,125,41,41,44,116,120,40,78,95,44,34,108,111,99,97,108,72,77,83,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,105,115,86,105,115,105,98,108,101,38,38,116,104,105,115,46,36,101,109,105,116,40,111,120,44,116,124,124,34,34,41,125,41,41,44,78,95,41,44,109,101,116,104,111,100,115,58,123,102,111,99,117,115,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,113,115,40,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,114,111,108,41,125,44,98,108,117,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,71,115,40,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,114,111,108,41,125,44,115,101,116,65,110,100,67,108,111,115,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,116,104,105,115,46,108,111,99,97,108,72,77,83,61,116,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,36,114,101,102,115,46,99,111,110,116,114,111,108,46,104,105,100,101,40,33,48,41,125,41,41,125,44,111,110,73,110,112,117,116,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,108,111,99,97,108,72,77,83,33,61,61,116,38,38,40,116,104,105,115,46,108,111,99,97,108,72,77,83,61,116,41,125,44,111,110,67,111,110,116,101,120,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,105,115,82,84,76,44,110,61,116,46,108,111,99,97,108,101,44,114,61,116,46,118,97,108,117,101,44,105,61,116,46,102,111,114,109,97,116,116,101,100,59,116,104,105,115,46,105,115,82,84,76,61,101,44,116,104,105,115,46,108,111,99,97,108,76,111,99,97,108,101,61,110,44,116,104,105,115,46,102,111,114,109,97,116,116,101,100,86,97,108,117,101,61,105,44,116,104,105,115,46,108,111,99,97,108,72,77,83,61,114,124,124,34,34,44,116,104,105,115,46,36,101,109,105,116,40,104,105,44,116,41,125,44,111,110,78,111,119,66,117,116,116,111,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,110,101,119,32,68,97,116,101,44,101,61,116,46,103,101,116,72,111,117,114,115,40,41,44,110,61,116,46,103,101,116,77,105,110,117,116,101,115,40,41,44,114,61,116,104,105,115,46,115,104,111,119,83,101,99,111,110,100,115,63,116,46,103,101,116,83,101,99,111,110,100,115,40,41,58,48,44,105,61,91,101,44,110,44,114,93,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,48,48,34,46,99,111,110,99,97,116,40,116,124,124,34,34,41,46,115,108,105,99,101,40,45,50,41,125,41,41,46,106,111,105,110,40,34,58,34,41,59,116,104,105,115,46,115,101,116,65,110,100,67,108,111,115,101,40,105,41,125,44,111,110,82,101,115,101,116,66,117,116,116,111,110,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,65,110,100,67,108,111,115,101,40,116,104,105,115,46,114,101,115,101,116,86,97,108,117,101,41,125,44,111,110,67,108,111,115,101,66,117,116,116,111,110,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,114,111,108,46,104,105,100,101,40,33,48,41,125,44,111,110,83,104,111,119,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,86,105,115,105,98,108,101,61,33,48,125,44,111,110,83,104,111,119,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,113,115,40,116,46,36,114,101,102,115,46,116,105,109,101,41,44,116,46,36,101,109,105,116,40,90,105,41,125,41,41,125,44,111,110,72,105,100,100,101,110,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,86,105,115,105,98,108,101,61,33,49,44,116,104,105,115,46,36,101,109,105,116,40,67,105,41,125,44,100,101,102,97,117,108,116,66,117,116,116,111,110,70,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,105,115,72,111,118,101,114,101,100,44,110,61,116,46,104,97,115,70,111,99,117,115,59,114,101,116,117,114,110,32,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,40,101,124,124,110,63,87,117,58,85,117,44,123,97,116,116,114,115,58,123,34,97,114,105,97,45,104,105,100,100,101,110,34,58,34,116,114,117,101,34,125,125,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,108,111,99,97,108,72,77,83,44,110,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,114,61,116,104,105,115,46,114,101,97,100,111,110,108,121,44,105,61,116,104,105,115,46,36,112,114,111,112,115,44,111,61,119,116,40,116,104,105,115,46,112,108,97,99,101,104,111,108,100,101,114,41,63,116,104,105,115,46,108,97,98,101,108,78,111,84,105,109,101,83,101,108,101,99,116,101,100,58,116,104,105,115,46,112,108,97,99,101,104,111,108,100,101,114,44,97,61,91,93,59,105,102,40,116,104,105,115,46,110,111,119,66,117,116,116,111,110,41,123,118,97,114,32,115,61,116,104,105,115,46,108,97,98,101,108,78,111,119,66,117,116,116,111,110,59,97,46,112,117,115,104,40,116,40,101,102,44,123,112,114,111,112,115,58,123,115,105,122,101,58,34,115,109,34,44,100,105,115,97,98,108,101,100,58,110,124,124,114,44,118,97,114,105,97,110,116,58,116,104,105,115,46,110,111,119,66,117,116,116,111,110,86,97,114,105,97,110,116,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,108,97,98,101,108,34,58,115,124,124,110,117,108,108,125,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,78,111,119,66,117,116,116,111,110,125,44,107,101,121,58,34,110,111,119,45,98,116,110,34,125,44,115,41,41,125,105,102,40,116,104,105,115,46,114,101,115,101,116,66,117,116,116,111,110,41,123,97,46,108,101,110,103,116,104,62,48,38,38,97,46,112,117,115,104,40,116,40,34,115,112,97,110,34,44,34,194,160,34,41,41,59,118,97,114,32,99,61,116,104,105,115,46,108,97,98,101,108,82,101,115,101,116,66,117,116,116,111,110,59,97,46,112,117,115,104,40,116,40,101,102,44,123,112,114,111,112,115,58,123,115,105,122,101,58,34,115,109,34,44,100,105,115,97,98,108,101,100,58,110,124,124,114,44,118,97,114,105,97,110,116,58,116,104,105,115,46,114,101,115,101,116,66,117,116,116,111,110,86,97,114,105,97,110,116,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,108,97,98,101,108,34,58,99,124,124,110,117,108,108,125,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,82,101,115,101,116,66,117,116,116,111,110,125,44,107,101,121,58,34,114,101,115,101,116,45,98,116,110,34,125,44,99,41,41,125,105,102,40,33,116,104,105,115,46,110,111,67,108,111,115,101,66,117,116,116,111,110,41,123,97,46,108,101,110,103,116,104,62,48,38,38,97,46,112,117,115,104,40,116,40,34,115,112,97,110,34,44,34,194,160,34,41,41,59,118,97,114,32,117,61,116,104,105,115,46,108,97,98,101,108,67,108,111,115,101,66,117,116,116,111,110,59,97,46,112,117,115,104,40,116,40,101,102,44,123,112,114,111,112,115,58,123,115,105,122,101,58,34,115,109,34,44,100,105,115,97,98,108,101,100,58,110,44,118,97,114,105,97,110,116,58,116,104,105,115,46,99,108,111,115,101,66,117,116,116,111,110,86,97,114,105,97,110,116,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,108,97,98,101,108,34,58,117,124,124,110,117,108,108,125,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,67,108,111,115,101,66,117,116,116,111,110,125,44,107,101,121,58,34,99,108,111,115,101,45,98,116,110,34,125,44,117,41,41,125,97,46,108,101,110,103,116,104,62,48,38,38,40,97,61,91,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,102,111,114,109,45,100,97,116,101,45,99,111,110,116,114,111,108,115,32,100,45,102,108,101,120,32,102,108,101,120,45,119,114,97,112,34,44,99,108,97,115,115,58,123,34,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,98,101,116,119,101,101,110,34,58,97,46,108,101,110,103,116,104,62,49,44,34,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,101,110,100,34,58,97,46,108,101,110,103,116,104,60,50,125,125,44,97,41,93,41,59,118,97,114,32,108,61,116,40,90,95,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,102,111,114,109,45,116,105,109,101,45,99,111,110,116,114,111,108,34,44,112,114,111,112,115,58,81,95,40,81,95,40,123,125,44,108,99,40,97,120,44,105,41,41,44,123,125,44,123,118,97,108,117,101,58,101,44,104,105,100,100,101,110,58,33,116,104,105,115,46,105,115,86,105,115,105,98,108,101,125,41,44,111,110,58,123,105,110,112,117,116,58,116,104,105,115,46,111,110,73,110,112,117,116,44,99,111,110,116,101,120,116,58,116,104,105,115,46,111,110,67,111,110,116,101,120,116,125,44,114,101,102,58,34,116,105,109,101,34,125,44,97,41,59,114,101,116,117,114,110,32,116,40,83,98,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,102,111,114,109,45,116,105,109,101,112,105,99,107,101,114,34,44,112,114,111,112,115,58,81,95,40,81,95,40,123,125,44,108,99,40,115,120,44,105,41,41,44,123,125,44,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,44,118,97,108,117,101,58,101,44,102,111,114,109,97,116,116,101,100,86,97,108,117,101,58,101,63,116,104,105,115,46,102,111,114,109,97,116,116,101,100,86,97,108,117,101,58,34,34,44,112,108,97,99,101,104,111,108,100,101,114,58,111,44,114,116,108,58,116,104,105,115,46,105,115,82,84,76,44,108,97,110,103,58,116,104,105,115,46,99,111,109,112,117,116,101,100,76,97,110,103,125,41,44,111,110,58,123,115,104,111,119,58,116,104,105,115,46,111,110,83,104,111,119,44,115,104,111,119,110,58,116,104,105,115,46,111,110,83,104,111,119,110,44,104,105,100,100,101,110,58,116,104,105,115,46,111,110,72,105,100,100,101,110,125,44,115,99,111,112,101,100,83,108,111,116,115,58,116,120,40,123,125,44,78,111,44,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,91,78,111,93,124,124,116,104,105,115,46,100,101,102,97,117,108,116,66,117,116,116,111,110,70,110,41,44,114,101,102,58,34,99,111,110,116,114,111,108,34,125,44,91,108,93,41,125,125,41,44,108,120,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,70,111,114,109,84,105,109,101,112,105,99,107,101,114,58,117,120,44,66,84,105,109,101,112,105,99,107,101,114,58,117,120,125,125,41,44,102,120,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,73,109,103,58,100,100,44,66,73,109,103,76,97,122,121,58,72,100,125,125,41,44,104,120,61,104,99,40,123,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,125,44,74,110,41,44,100,120,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,74,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,104,120,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,116,40,110,46,116,97,103,44,73,101,40,114,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,34,125,41,44,105,41,125,125,41,44,112,120,61,104,99,40,123,97,112,112,101,110,100,58,99,99,40,118,111,44,33,49,41,44,105,100,58,99,99,40,95,111,41,44,105,115,84,101,120,116,58,99,99,40,118,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,125,44,75,110,41,44,118,120,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,75,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,112,120,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,44,111,61,110,46,97,112,112,101,110,100,59,114,101,116,117,114,110,32,116,40,110,46,116,97,103,44,73,101,40,114,44,123,99,108,97,115,115,58,123,34,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,34,58,111,44,34,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,34,58,33,111,125,44,97,116,116,114,115,58,123,105,100,58,110,46,105,100,125,125,41,44,110,46,105,115,84,101,120,116,63,91,116,40,100,120,44,105,41,93,58,105,41,125,125,41,59,102,117,110,99,116,105,111,110,32,103,120,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,109,120,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,103,120,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,98,120,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,103,120,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,98,120,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,121,120,61,104,99,40,71,116,40,112,120,44,91,34,97,112,112,101,110,100,34,93,41,44,88,110,41,44,119,120,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,88,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,121,120,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,116,40,118,120,44,73,101,40,114,44,123,112,114,111,112,115,58,109,120,40,109,120,40,123,125,44,110,41,44,123,125,44,123,97,112,112,101,110,100,58,33,48,125,41,125,41,44,105,41,125,125,41,59,102,117,110,99,116,105,111,110,32,95,120,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,120,120,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,95,120,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,120,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,95,120,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,79,120,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,83,120,61,104,99,40,71,116,40,112,120,44,91,34,97,112,112,101,110,100,34,93,41,44,90,110,41,44,107,120,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,90,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,83,120,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,116,40,118,120,44,73,101,40,114,44,123,112,114,111,112,115,58,120,120,40,120,120,40,123,125,44,110,41,44,123,125,44,123,97,112,112,101,110,100,58,33,49,125,41,125,41,44,105,41,125,125,41,59,102,117,110,99,116,105,111,110,32,67,120,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,80,120,61,104,99,40,123,97,112,112,101,110,100,58,99,99,40,95,111,41,44,97,112,112,101,110,100,72,116,109,108,58,99,99,40,95,111,41,44,105,100,58,99,99,40,95,111,41,44,112,114,101,112,101,110,100,58,99,99,40,95,111,41,44,112,114,101,112,101,110,100,72,116,109,108,58,99,99,40,95,111,41,44,115,105,122,101,58,99,99,40,95,111,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,125,44,89,110,41,44,84,120,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,89,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,80,120,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,115,108,111,116,115,44,111,61,101,46,115,99,111,112,101,100,83,108,111,116,115,44,97,61,110,46,112,114,101,112,101,110,100,44,115,61,110,46,112,114,101,112,101,110,100,72,116,109,108,44,99,61,110,46,97,112,112,101,110,100,44,117,61,110,46,97,112,112,101,110,100,72,116,109,108,44,108,61,110,46,115,105,122,101,44,102,61,111,124,124,123,125,44,104,61,105,40,41,44,100,61,123,125,44,112,61,116,40,41,44,118,61,109,99,40,65,97,44,102,44,104,41,59,40,118,124,124,97,124,124,115,41,38,38,40,112,61,116,40,107,120,44,91,118,63,98,99,40,65,97,44,100,44,102,44,104,41,58,116,40,100,120,44,123,100,111,109,80,114,111,112,115,58,107,102,40,115,44,97,41,125,41,93,41,41,59,118,97,114,32,103,61,116,40,41,44,109,61,109,99,40,36,111,44,102,44,104,41,59,114,101,116,117,114,110,40,109,124,124,99,124,124,117,41,38,38,40,103,61,116,40,119,120,44,91,109,63,98,99,40,36,111,44,100,44,102,44,104,41,58,116,40,100,120,44,123,100,111,109,80,114,111,112,115,58,107,102,40,117,44,99,41,125,41,93,41,41,44,116,40,110,46,116,97,103,44,73,101,40,114,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,105,110,112,117,116,45,103,114,111,117,112,34,44,99,108,97,115,115,58,67,120,40,123,125,44,34,105,110,112,117,116,45,103,114,111,117,112,45,34,46,99,111,110,99,97,116,40,108,41,44,108,41,44,97,116,116,114,115,58,123,105,100,58,110,46,105,100,124,124,110,117,108,108,44,114,111,108,101,58,34,103,114,111,117,112,34,125,125,41,44,91,112,44,98,99,40,72,111,44,100,44,102,44,104,41,44,103,93,41,125,125,41,44,106,120,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,73,110,112,117,116,71,114,111,117,112,58,84,120,44,66,73,110,112,117,116,71,114,111,117,112,65,100,100,111,110,58,118,120,44,66,73,110,112,117,116,71,114,111,117,112,80,114,101,112,101,110,100,58,107,120,44,66,73,110,112,117,116,71,114,111,117,112,65,112,112,101,110,100,58,119,120,44,66,73,110,112,117,116,71,114,111,117,112,84,101,120,116,58,100,120,125,125,41,59,102,117,110,99,116,105,111,110,32,69,120,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,65,120,61,104,99,40,123,102,108,117,105,100,58,99,99,40,84,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,125,44,102,110,41,44,68,120,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,102,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,65,120,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,44,111,61,110,46,102,108,117,105,100,59,114,101,116,117,114,110,32,116,40,110,46,116,97,103,44,73,101,40,114,44,123,99,108,97,115,115,58,69,120,40,123,99,111,110,116,97,105,110,101,114,58,33,40,111,124,124,34,34,61,61,61,111,41,44,34,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,34,58,33,48,61,61,61,111,124,124,34,34,61,61,61,111,125,44,34,99,111,110,116,97,105,110,101,114,45,34,46,99,111,110,99,97,116,40,111,41,44,111,38,38,33,48,33,61,61,111,41,125,41,44,105,41,125,125,41,59,102,117,110,99,116,105,111,110,32,76,120,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,77,120,61,104,99,40,123,98,103,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,98,111,114,100,101,114,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,99,111,110,116,97,105,110,101,114,70,108,117,105,100,58,99,99,40,84,111,44,33,49,41,44,102,108,117,105,100,58,99,99,40,118,111,44,33,49,41,44,104,101,97,100,101,114,58,99,99,40,95,111,41,44,104,101,97,100,101,114,72,116,109,108,58,99,99,40,95,111,41,44,104,101,97,100,101,114,76,101,118,101,108,58,99,99,40,65,111,44,51,41,44,104,101,97,100,101,114,84,97,103,58,99,99,40,95,111,44,34,104,49,34,41,44,108,101,97,100,58,99,99,40,95,111,41,44,108,101,97,100,72,116,109,108,58,99,99,40,95,111,41,44,108,101,97,100,84,97,103,58,99,99,40,95,111,44,34,112,34,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,44,116,101,120,116,86,97,114,105,97,110,116,58,99,99,40,95,111,41,125,44,81,110,41,44,73,120,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,81,110,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,77,120,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,101,46,112,114,111,112,115,44,105,61,101,46,100,97,116,97,44,111,61,101,46,115,108,111,116,115,44,97,61,101,46,115,99,111,112,101,100,83,108,111,116,115,44,115,61,114,46,104,101,97,100,101,114,44,99,61,114,46,104,101,97,100,101,114,72,116,109,108,44,117,61,114,46,108,101,97,100,44,108,61,114,46,108,101,97,100,72,116,109,108,44,102,61,114,46,116,101,120,116,86,97,114,105,97,110,116,44,104,61,114,46,98,103,86,97,114,105,97,110,116,44,100,61,114,46,98,111,114,100,101,114,86,97,114,105,97,110,116,44,112,61,97,124,124,123,125,44,118,61,111,40,41,44,103,61,123,125,44,109,61,116,40,41,44,98,61,109,99,40,116,97,44,112,44,118,41,59,105,102,40,98,124,124,115,124,124,99,41,123,118,97,114,32,121,61,114,46,104,101,97,100,101,114,76,101,118,101,108,59,109,61,116,40,114,46,104,101,97,100,101,114,84,97,103,44,123,99,108,97,115,115,58,76,120,40,123,125,44,34,100,105,115,112,108,97,121,45,34,46,99,111,110,99,97,116,40,121,41,44,121,41,44,100,111,109,80,114,111,112,115,58,98,63,123,125,58,107,102,40,99,44,115,41,125,44,98,99,40,116,97,44,103,44,112,44,118,41,41,125,118,97,114,32,119,61,116,40,41,44,95,61,109,99,40,102,97,44,112,44,118,41,59,40,95,124,124,117,124,124,108,41,38,38,40,119,61,116,40,114,46,108,101,97,100,84,97,103,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,108,101,97,100,34,44,100,111,109,80,114,111,112,115,58,95,63,123,125,58,107,102,40,108,44,117,41,125,44,98,99,40,102,97,44,103,44,112,44,118,41,41,41,59,118,97,114,32,120,61,91,109,44,119,44,98,99,40,72,111,44,103,44,112,44,118,41,93,59,114,101,116,117,114,110,32,114,46,102,108,117,105,100,38,38,40,120,61,91,116,40,68,120,44,123,112,114,111,112,115,58,123,102,108,117,105,100,58,114,46,99,111,110,116,97,105,110,101,114,70,108,117,105,100,125,125,44,120,41,93,41,44,116,40,114,46,116,97,103,44,73,101,40,105,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,106,117,109,98,111,116,114,111,110,34,44,99,108,97,115,115,58,40,110,61,123,34,106,117,109,98,111,116,114,111,110,45,102,108,117,105,100,34,58,114,46,102,108,117,105,100,125,44,76,120,40,110,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,102,41,44,102,41,44,76,120,40,110,44,34,98,103,45,34,46,99,111,110,99,97,116,40,104,41,44,104,41,44,76,120,40,110,44,34,98,111,114,100,101,114,45,34,46,99,111,110,99,97,116,40,100,41,44,100,41,44,76,120,40,110,44,34,98,111,114,100,101,114,34,44,100,41,44,110,41,125,41,44,120,41,125,125,41,44,36,120,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,74,117,109,98,111,116,114,111,110,58,73,120,125,125,41,59,102,117,110,99,116,105,111,110,32,70,120,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,66,120,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,70,120,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,82,120,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,70,120,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,82,120,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,78,120,61,91,34,115,116,97,114,116,34,44,34,101,110,100,34,44,34,99,101,110,116,101,114,34,93,44,122,120,61,89,115,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,61,99,115,40,97,115,40,101,41,41,44,101,63,117,115,40,91,34,114,111,119,45,99,111,108,115,34,44,116,44,101,93,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,45,34,41,41,58,110,117,108,108,125,41,41,44,86,120,61,89,115,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,117,115,40,116,46,114,101,112,108,97,99,101,40,34,99,111,108,115,34,44,34,34,41,41,125,41,41,44,72,120,61,91,93,44,85,120,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,101,99,40,41,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,91,115,99,40,101,44,34,99,111,108,115,34,41,93,61,99,99,40,65,111,41,44,116,125,41,44,66,116,40,110,117,108,108,41,41,59,114,101,116,117,114,110,32,72,120,61,86,116,40,116,41,44,104,99,40,75,116,40,66,120,40,66,120,40,123,125,44,116,41,44,123,125,44,123,97,108,105,103,110,67,111,110,116,101,110,116,58,99,99,40,95,111,44,110,117,108,108,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,113,97,40,71,97,40,78,120,44,34,98,101,116,119,101,101,110,34,44,34,97,114,111,117,110,100,34,44,34,115,116,114,101,116,99,104,34,41,44,116,41,125,41,41,44,97,108,105,103,110,72,58,99,99,40,95,111,44,110,117,108,108,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,113,97,40,71,97,40,78,120,44,34,98,101,116,119,101,101,110,34,44,34,97,114,111,117,110,100,34,41,44,116,41,125,41,41,44,97,108,105,103,110,86,58,99,99,40,95,111,44,110,117,108,108,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,113,97,40,71,97,40,78,120,44,34,98,97,115,101,108,105,110,101,34,44,34,115,116,114,101,116,99,104,34,41,44,116,41,125,41,41,44,110,111,71,117,116,116,101,114,115,58,99,99,40,118,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,125,41,41,44,79,114,41,125,44,87,120,61,123,110,97,109,101,58,79,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,103,101,116,32,112,114,111,112,115,40,41,123,114,101,116,117,114,110,32,100,101,108,101,116,101,32,116,104,105,115,46,112,114,111,112,115,44,116,104,105,115,46,112,114,111,112,115,61,85,120,40,41,44,116,104,105,115,46,112,114,111,112,115,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,101,46,112,114,111,112,115,44,105,61,101,46,100,97,116,97,44,111,61,101,46,99,104,105,108,100,114,101,110,44,97,61,114,46,97,108,105,103,110,86,44,115,61,114,46,97,108,105,103,110,72,44,99,61,114,46,97,108,105,103,110,67,111,110,116,101,110,116,44,117,61,91,93,59,114,101,116,117,114,110,32,72,120,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,122,120,40,86,120,40,116,41,44,114,91,116,93,41,59,101,38,38,117,46,112,117,115,104,40,101,41,125,41,41,44,117,46,112,117,115,104,40,40,110,61,123,34,110,111,45,103,117,116,116,101,114,115,34,58,114,46,110,111,71,117,116,116,101,114,115,125,44,82,120,40,110,44,34,97,108,105,103,110,45,105,116,101,109,115,45,34,46,99,111,110,99,97,116,40,97,41,44,97,41,44,82,120,40,110,44,34,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,34,46,99,111,110,99,97,116,40,115,41,44,115,41,44,82,120,40,110,44,34,97,108,105,103,110,45,99,111,110,116,101,110,116,45,34,46,99,111,110,99,97,116,40,99,41,44,99,41,44,110,41,41,44,116,40,114,46,116,97,103,44,73,101,40,105,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,114,111,119,34,44,99,108,97,115,115,58,117,125,41,44,111,41,125,125,44,113,120,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,67,111,110,116,97,105,110,101,114,58,68,120,44,66,82,111,119,58,87,120,44,66,67,111,108,58,102,121,44,66,70,111,114,109,82,111,119,58,104,109,125,125,41,44,71,120,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,76,105,110,107,58,122,108,125,125,41,59,102,117,110,99,116,105,111,110,32,89,120,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,75,120,61,104,99,40,123,102,108,117,115,104,58,99,99,40,118,111,44,33,49,41,44,104,111,114,105,122,111,110,116,97,108,58,99,99,40,84,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,125,44,101,114,41,44,88,120,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,101,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,75,120,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,44,111,61,34,34,61,61,61,110,46,104,111,114,105,122,111,110,116,97,108,124,124,110,46,104,111,114,105,122,111,110,116,97,108,59,111,61,33,110,46,102,108,117,115,104,38,38,111,59,118,97,114,32,97,61,123,115,116,97,116,105,99,67,108,97,115,115,58,34,108,105,115,116,45,103,114,111,117,112,34,44,99,108,97,115,115,58,89,120,40,123,34,108,105,115,116,45,103,114,111,117,112,45,102,108,117,115,104,34,58,110,46,102,108,117,115,104,44,34,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,34,58,33,48,61,61,61,111,125,44,34,108,105,115,116,45,103,114,111,117,112,45,104,111,114,105,122,111,110,116,97,108,45,34,46,99,111,110,99,97,116,40,111,41,44,79,116,40,111,41,41,125,59,114,101,116,117,114,110,32,116,40,110,46,116,97,103,44,73,101,40,114,44,97,41,44,105,41,125,125,41,59,102,117,110,99,116,105,111,110,32,90,120,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,74,120,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,90,120,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,81,120,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,90,120,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,81,120,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,116,79,61,91,34,97,34,44,34,114,111,117,116,101,114,45,108,105,110,107,34,44,34,98,117,116,116,111,110,34,44,34,98,45,108,105,110,107,34,93,44,101,79,61,71,116,40,78,108,44,91,34,101,118,101,110,116,34,44,34,114,111,117,116,101,114,84,97,103,34,93,41,59,100,101,108,101,116,101,32,101,79,46,104,114,101,102,46,100,101,102,97,117,108,116,44,100,101,108,101,116,101,32,101,79,46,116,111,46,100,101,102,97,117,108,116,59,118,97,114,32,110,79,61,104,99,40,75,116,40,74,120,40,74,120,40,123,125,44,101,79,41,44,123,125,44,123,97,99,116,105,111,110,58,99,99,40,118,111,44,33,49,41,44,98,117,116,116,111,110,58,99,99,40,118,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,41,125,41,41,44,110,114,41,44,114,79,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,110,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,110,79,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,101,46,112,114,111,112,115,44,105,61,101,46,100,97,116,97,44,111,61,101,46,99,104,105,108,100,114,101,110,44,97,61,114,46,98,117,116,116,111,110,44,115,61,114,46,118,97,114,105,97,110,116,44,99,61,114,46,97,99,116,105,118,101,44,117,61,114,46,100,105,115,97,98,108,101,100,44,108,61,95,117,40,114,41,44,102,61,97,63,34,98,117,116,116,111,110,34,58,108,63,122,108,58,114,46,116,97,103,44,104,61,33,33,40,114,46,97,99,116,105,111,110,124,124,108,124,124,97,124,124,113,97,40,116,79,44,114,46,116,97,103,41,41,44,100,61,123,125,44,112,61,123,125,59,114,101,116,117,114,110,32,121,115,40,102,44,34,98,117,116,116,111,110,34,41,63,40,105,46,97,116,116,114,115,38,38,105,46,97,116,116,114,115,46,116,121,112,101,124,124,40,100,46,116,121,112,101,61,34,98,117,116,116,111,110,34,41,44,114,46,100,105,115,97,98,108,101,100,38,38,40,100,46,100,105,115,97,98,108,101,100,61,33,48,41,41,58,112,61,108,99,40,101,79,44,114,41,44,116,40,102,44,73,101,40,105,44,123,97,116,116,114,115,58,100,44,112,114,111,112,115,58,112,44,115,116,97,116,105,99,67,108,97,115,115,58,34,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,34,44,99,108,97,115,115,58,40,110,61,123,125,44,81,120,40,110,44,34,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,34,46,99,111,110,99,97,116,40,115,41,44,115,41,44,81,120,40,110,44,34,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,45,97,99,116,105,111,110,34,44,104,41,44,81,120,40,110,44,34,97,99,116,105,118,101,34,44,99,41,44,81,120,40,110,44,34,100,105,115,97,98,108,101,100,34,44,117,41,44,110,41,125,41,44,111,41,125,125,41,44,105,79,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,76,105,115,116,71,114,111,117,112,58,88,120,44,66,76,105,115,116,71,114,111,117,112,73,116,101,109,58,114,79,125,125,41,59,102,117,110,99,116,105,111,110,32,111,79,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,97,79,61,104,99,40,123,114,105,103,104,116,58,99,99,40,118,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,44,118,101,114,116,105,99,97,108,65,108,105,103,110,58,99,99,40,95,111,44,34,116,111,112,34,41,125,44,105,114,41,44,115,79,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,105,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,97,79,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,44,111,61,110,46,118,101,114,116,105,99,97,108,65,108,105,103,110,44,97,61,34,116,111,112,34,61,61,61,111,63,34,115,116,97,114,116,34,58,34,98,111,116,116,111,109,34,61,61,61,111,63,34,101,110,100,34,58,111,59,114,101,116,117,114,110,32,116,40,110,46,116,97,103,44,73,101,40,114,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,101,100,105,97,45,97,115,105,100,101,34,44,99,108,97,115,115,58,111,79,40,123,34,109,101,100,105,97,45,97,115,105,100,101,45,114,105,103,104,116,34,58,110,46,114,105,103,104,116,125,44,34,97,108,105,103,110,45,115,101,108,102,45,34,46,99,111,110,99,97,116,40,97,41,44,97,41,125,41,44,105,41,125,125,41,44,99,79,61,104,99,40,123,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,125,44,111,114,41,44,117,79,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,111,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,99,79,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,116,40,110,46,116,97,103,44,73,101,40,114,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,101,100,105,97,45,98,111,100,121,34,125,41,44,105,41,125,125,41,44,108,79,61,104,99,40,123,110,111,66,111,100,121,58,99,99,40,118,111,44,33,49,41,44,114,105,103,104,116,65,108,105,103,110,58,99,99,40,118,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,44,118,101,114,116,105,99,97,108,65,108,105,103,110,58,99,99,40,95,111,44,34,116,111,112,34,41,125,44,114,114,41,44,102,79,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,114,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,108,79,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,115,108,111,116,115,44,111,61,101,46,115,99,111,112,101,100,83,108,111,116,115,44,97,61,101,46,99,104,105,108,100,114,101,110,44,115,61,110,46,110,111,66,111,100,121,44,99,61,110,46,114,105,103,104,116,65,108,105,103,110,44,117,61,110,46,118,101,114,116,105,99,97,108,65,108,105,103,110,44,108,61,115,63,97,58,91,93,59,105,102,40,33,115,41,123,118,97,114,32,102,61,123,125,44,104,61,105,40,41,44,100,61,111,124,124,123,125,59,108,46,112,117,115,104,40,116,40,117,79,44,98,99,40,72,111,44,102,44,100,44,104,41,41,41,59,118,97,114,32,112,61,98,99,40,70,111,44,102,44,100,44,104,41,59,112,38,38,108,91,99,63,34,112,117,115,104,34,58,34,117,110,115,104,105,102,116,34,93,40,116,40,115,79,44,123,112,114,111,112,115,58,123,114,105,103,104,116,58,99,44,118,101,114,116,105,99,97,108,65,108,105,103,110,58,117,125,125,44,112,41,41,125,114,101,116,117,114,110,32,116,40,110,46,116,97,103,44,73,101,40,114,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,101,100,105,97,34,125,41,44,108,41,125,125,41,44,104,79,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,77,101,100,105,97,58,102,79,44,66,77,101,100,105,97,65,115,105,100,101,58,115,79,44,66,77,101,100,105,97,66,111,100,121,58,117,79,125,125,41,44,100,79,61,34,36,95,98,118,95,100,111,99,117,109,101,110,116,72,97,110,100,108,101,114,115,95,34,44,112,79,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,117,38,38,40,116,104,105,115,91,100,79,93,61,123,125,44,116,104,105,115,46,36,111,110,99,101,40,111,111,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,91,100,79,93,124,124,123,125,59,100,101,108,101,116,101,32,116,91,100,79,93,44,86,116,40,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,101,91,116,93,124,124,91,93,59,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,120,99,40,100,111,99,117,109,101,110,116,44,116,44,101,44,102,111,41,125,41,41,125,41,41,125,41,41,41,125,44,109,101,116,104,111,100,115,58,123,108,105,115,116,101,110,68,111,99,117,109,101,110,116,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,63,116,104,105,115,46,108,105,115,116,101,110,79,110,68,111,99,117,109,101,110,116,40,101,44,110,41,58,116,104,105,115,46,108,105,115,116,101,110,79,102,102,68,111,99,117,109,101,110,116,40,101,44,110,41,125,44,108,105,115,116,101,110,79,110,68,111,99,117,109,101,110,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,91,100,79,93,38,38,79,116,40,116,41,38,38,95,116,40,101,41,38,38,40,116,104,105,115,91,100,79,93,91,116,93,61,116,104,105,115,91,100,79,93,91,116,93,124,124,91,93,44,113,97,40,116,104,105,115,91,100,79,93,91,116,93,44,101,41,124,124,40,116,104,105,115,91,100,79,93,91,116,93,46,112,117,115,104,40,101,41,44,95,99,40,100,111,99,117,109,101,110,116,44,116,44,101,44,102,111,41,41,41,125,44,108,105,115,116,101,110,79,102,102,68,111,99,117,109,101,110,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,91,100,79,93,38,38,79,116,40,116,41,38,38,95,116,40,101,41,38,38,40,120,99,40,100,111,99,117,109,101,110,116,44,116,44,101,44,102,111,41,44,116,104,105,115,91,100,79,93,91,116,93,61,40,116,104,105,115,91,100,79,93,91,116,93,124,124,91,93,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,33,61,61,101,125,41,41,41,125,125,125,41,44,118,79,61,34,36,95,98,118,95,119,105,110,100,111,119,72,97,110,100,108,101,114,115,95,34,44,103,79,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,98,101,102,111,114,101,67,114,101,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,91,118,79,93,61,123,125,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,117,41,123,118,97,114,32,116,61,116,104,105,115,91,118,79,93,59,100,101,108,101,116,101,32,116,104,105,115,91,118,79,93,44,86,116,40,116,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,116,91,101,93,124,124,91,93,59,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,120,99,40,119,105,110,100,111,119,44,101,44,116,44,102,111,41,125,41,41,125,41,41,125,125,44,109,101,116,104,111,100,115,58,123,108,105,115,116,101,110,87,105,110,100,111,119,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,63,116,104,105,115,46,108,105,115,116,101,110,79,110,87,105,110,100,111,119,40,101,44,110,41,58,116,104,105,115,46,108,105,115,116,101,110,79,102,102,87,105,110,100,111,119,40,101,44,110,41,125,44,108,105,115,116,101,110,79,110,87,105,110,100,111,119,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,117,38,38,116,104,105,115,91,118,79,93,38,38,79,116,40,116,41,38,38,95,116,40,101,41,38,38,40,116,104,105,115,91,118,79,93,91,116,93,61,116,104,105,115,91,118,79,93,91,116,93,124,124,91,93,44,113,97,40,116,104,105,115,91,118,79,93,91,116,93,44,101,41,124,124,40,116,104,105,115,91,118,79,93,91,116,93,46,112,117,115,104,40,101,41,44,95,99,40,119,105,110,100,111,119,44,116,44,101,44,102,111,41,41,41,125,44,108,105,115,116,101,110,79,102,102,87,105,110,100,111,119,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,117,38,38,116,104,105,115,91,118,79,93,38,38,79,116,40,116,41,38,38,95,116,40,101,41,38,38,40,120,99,40,119,105,110,100,111,119,44,116,44,101,44,102,111,41,44,116,104,105,115,91,118,79,93,91,116,93,61,40,116,104,105,115,91,118,79,93,91,116,93,124,124,91,93,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,33,61,61,101,125,41,41,41,125,125,125,41,44,109,79,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,110,117,108,108,59,114,101,116,117,114,110,32,116,38,38,116,46,36,111,112,116,105,111,110,115,46,95,115,99,111,112,101,73,100,124,124,101,125,59,102,117,110,99,116,105,111,110,32,98,79,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,121,79,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,99,111,109,112,117,116,101,100,58,123,115,99,111,112,101,100,83,116,121,108,101,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,109,79,40,116,104,105,115,46,36,112,97,114,101,110,116,41,59,114,101,116,117,114,110,32,116,63,98,79,40,123,125,44,116,44,34,34,41,58,123,125,125,125,125,41,44,119,79,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,97,98,115,116,114,97,99,116,58,33,48,44,110,97,109,101,58,105,105,44,112,114,111,112,115,58,123,110,111,100,101,115,58,99,99,40,120,111,41,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,117,112,100,97,116,101,100,78,111,100,101,115,58,116,46,110,111,100,101,115,125,125,44,100,101,115,116,114,111,121,101,100,58,102,117,110,99,116,105,111,110,40,41,123,103,115,40,116,104,105,115,46,36,101,108,41,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,117,112,100,97,116,101,100,78,111,100,101,115,44,110,61,95,116,40,101,41,63,101,40,123,125,41,58,101,59,114,101,116,117,114,110,32,110,61,71,97,40,110,41,46,102,105,108,116,101,114,40,115,101,41,44,110,38,38,110,46,108,101,110,103,116,104,62,48,38,38,33,110,91,48,93,46,116,101,120,116,63,110,91,48,93,58,116,40,41,125,125,41,44,95,79,61,123,99,111,110,116,97,105,110,101,114,58,99,99,40,91,104,116,44,95,111,93,44,34,98,111,100,121,34,41,44,100,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,125,44,120,79,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,114,105,44,109,105,120,105,110,115,58,91,121,99,93,44,112,114,111,112,115,58,95,79,44,119,97,116,99,104,58,123,100,105,115,97,98,108,101,100,58,123,105,109,109,101,100,105,97,116,101,58,33,48,44,104,97,110,100,108,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,116,63,116,104,105,115,46,117,110,109,111,117,110,116,84,97,114,103,101,116,40,41,58,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,116,104,105,115,46,109,111,117,110,116,84,97,114,103,101,116,41,125,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,100,101,102,97,117,108,116,70,110,61,110,117,108,108,44,116,104,105,115,46,36,95,116,97,114,103,101,116,61,110,117,108,108,125,44,98,101,102,111,114,101,77,111,117,110,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,109,111,117,110,116,84,97,114,103,101,116,40,41,125,44,117,112,100,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,84,97,114,103,101,116,40,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,110,109,111,117,110,116,84,97,114,103,101,116,40,41,44,116,104,105,115,46,36,95,100,101,102,97,117,108,116,70,110,61,110,117,108,108,125,44,109,101,116,104,111,100,115,58,123,103,101,116,67,111,110,116,97,105,110,101,114,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,117,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,110,116,97,105,110,101,114,59,114,101,116,117,114,110,32,79,116,40,116,41,63,107,115,40,116,41,58,116,125,114,101,116,117,114,110,32,110,117,108,108,125,44,109,111,117,110,116,84,97,114,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,33,116,104,105,115,46,36,95,116,97,114,103,101,116,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,67,111,110,116,97,105,110,101,114,40,41,59,105,102,40,116,41,123,118,97,114,32,101,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,59,116,46,97,112,112,101,110,100,67,104,105,108,100,40,101,41,44,116,104,105,115,46,36,95,116,97,114,103,101,116,61,110,101,119,32,119,79,40,123,101,108,58,101,44,112,97,114,101,110,116,58,116,104,105,115,44,112,114,111,112,115,68,97,116,97,58,123,110,111,100,101,115,58,71,97,40,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,41,125,125,41,125,125,125,44,117,112,100,97,116,101,84,97,114,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,117,38,38,116,104,105,115,46,36,95,116,97,114,103,101,116,41,123,118,97,114,32,116,61,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,46,100,101,102,97,117,108,116,59,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,40,116,38,38,116,104,105,115,46,36,95,100,101,102,97,117,108,116,70,110,33,61,61,116,63,116,104,105,115,46,36,95,116,97,114,103,101,116,46,117,112,100,97,116,101,100,78,111,100,101,115,61,116,58,116,124,124,40,116,104,105,115,46,36,95,116,97,114,103,101,116,46,117,112,100,97,116,101,100,78,111,100,101,115,61,116,104,105,115,46,36,115,108,111,116,115,46,100,101,102,97,117,108,116,41,41,44,116,104,105,115,46,36,95,100,101,102,97,117,108,116,70,110,61,116,125,125,44,117,110,109,111,117,110,116,84,97,114,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,116,97,114,103,101,116,38,38,116,104,105,115,46,36,95,116,97,114,103,101,116,46,36,100,101,115,116,114,111,121,40,41,44,116,104,105,115,46,36,95,116,97,114,103,101,116,61,110,117,108,108,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,104,105,115,46,100,105,115,97,98,108,101,100,41,123,118,97,114,32,101,61,71,97,40,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,41,46,102,105,108,116,101,114,40,115,101,41,59,105,102,40,101,46,108,101,110,103,116,104,62,48,38,38,33,101,91,48,93,46,116,101,120,116,41,114,101,116,117,114,110,32,101,91,48,93,125,114,101,116,117,114,110,32,116,40,41,125,125,41,59,102,117,110,99,116,105,111,110,32,79,79,40,116,41,123,114,101,116,117,114,110,32,79,79,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,34,115,121,109,98,111,108,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,121,112,101,111,102,32,116,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,83,121,109,98,111,108,38,38,116,33,61,61,83,121,109,98,111,108,46,112,114,111,116,111,116,121,112,101,63,34,115,121,109,98,111,108,34,58,116,121,112,101,111,102,32,116,125,44,79,79,40,116,41,125,102,117,110,99,116,105,111,110,32,83,79,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,107,79,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,83,79,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,67,79,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,83,79,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,67,79,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,102,117,110,99,116,105,111,110,32,80,79,40,116,44,101,41,123,105,102,40,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,101,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,110,111,116,32,99,97,108,108,32,97,32,99,108,97,115,115,32,97,115,32,97,32,102,117,110,99,116,105,111,110,34,41,125,102,117,110,99,116,105,111,110,32,84,79,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,101,46,108,101,110,103,116,104,59,110,43,43,41,123,118,97,114,32,114,61,101,91,110,93,59,114,46,101,110,117,109,101,114,97,98,108,101,61,114,46,101,110,117,109,101,114,97,98,108,101,124,124,33,49,44,114,46,99,111,110,102,105,103,117,114,97,98,108,101,61,33,48,44,34,118,97,108,117,101,34,105,110,32,114,38,38,40,114,46,119,114,105,116,97,98,108,101,61,33,48,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,114,46,107,101,121,44,114,41,125,125,102,117,110,99,116,105,111,110,32,106,79,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,38,38,84,79,40,116,46,112,114,111,116,111,116,121,112,101,44,101,41,44,110,38,38,84,79,40,116,44,110,41,44,116,125,102,117,110,99,116,105,111,110,32,69,79,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,69,79,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,82,101,102,108,101,99,116,38,38,82,101,102,108,101,99,116,46,103,101,116,63,82,101,102,108,101,99,116,46,103,101,116,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,65,79,40,116,44,101,41,59,105,102,40,114,41,123,118,97,114,32,105,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,114,44,101,41,59,114,101,116,117,114,110,32,105,46,103,101,116,63,105,46,103,101,116,46,99,97,108,108,40,110,41,58,105,46,118,97,108,117,101,125,125,44,69,79,40,116,44,101,44,110,124,124,116,41,125,102,117,110,99,116,105,111,110,32,65,79,40,116,44,101,41,123,119,104,105,108,101,40,33,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,116,44,101,41,41,105,102,40,116,61,66,79,40,116,41,44,110,117,108,108,61,61,61,116,41,98,114,101,97,107,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,68,79,40,116,44,101,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,38,38,110,117,108,108,33,61,61,101,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,83,117,112,101,114,32,101,120,112,114,101,115,115,105,111,110,32,109,117,115,116,32,101,105,116,104,101,114,32,98,101,32,110,117,108,108,32,111,114,32,97,32,102,117,110,99,116,105,111,110,34,41,59,116,46,112,114,111,116,111,116,121,112,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,101,38,38,101,46,112,114,111,116,111,116,121,112,101,44,123,99,111,110,115,116,114,117,99,116,111,114,58,123,118,97,108,117,101,58,116,44,119,114,105,116,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,125,41,44,101,38,38,76,79,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,76,79,40,116,44,101,41,123,114,101,116,117,114,110,32,76,79,61,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,124,124,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,95,95,112,114,111,116,111,95,95,61,101,44,116,125,44,76,79,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,77,79,40,116,41,123,118,97,114,32,101,61,70,79,40,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,44,114,61,66,79,40,116,41,59,105,102,40,101,41,123,118,97,114,32,105,61,66,79,40,116,104,105,115,41,46,99,111,110,115,116,114,117,99,116,111,114,59,110,61,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,40,114,44,97,114,103,117,109,101,110,116,115,44,105,41,125,101,108,115,101,32,110,61,114,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,59,114,101,116,117,114,110,32,73,79,40,116,104,105,115,44,110,41,125,125,102,117,110,99,116,105,111,110,32,73,79,40,116,44,101,41,123,114,101,116,117,114,110,33,101,124,124,34,111,98,106,101,99,116,34,33,61,61,79,79,40,101,41,38,38,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,63,36,79,40,116,41,58,101,125,102,117,110,99,116,105,111,110,32,36,79,40,116,41,123,105,102,40,118,111,105,100,32,48,61,61,61,116,41,116,104,114,111,119,32,110,101,119,32,82,101,102,101,114,101,110,99,101,69,114,114,111,114,40,34,116,104,105,115,32,104,97,115,110,39,116,32,98,101,101,110,32,105,110,105,116,105,97,108,105,115,101,100,32,45,32,115,117,112,101,114,40,41,32,104,97,115,110,39,116,32,98,101,101,110,32,99,97,108,108,101,100,34,41,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,70,79,40,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,82,101,102,108,101,99,116,124,124,33,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,41,114,101,116,117,114,110,33,49,59,105,102,40,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,46,115,104,97,109,41,114,101,116,117,114,110,33,49,59,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,80,114,111,120,121,41,114,101,116,117,114,110,33,48,59,116,114,121,123,114,101,116,117,114,110,32,68,97,116,101,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,40,68,97,116,101,44,91,93,44,40,102,117,110,99,116,105,111,110,40,41,123,125,41,41,41,44,33,48,125,99,97,116,99,104,40,116,41,123,114,101,116,117,114,110,33,49,125,125,102,117,110,99,116,105,111,110,32,66,79,40,116,41,123,114,101,116,117,114,110,32,66,79,61,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,63,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,95,112,114,111,116,111,95,95,124,124,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,116,41,125,44,66,79,40,116,41,125,118,97,114,32,82,79,61,102,117,110,99,116,105,111,110,40,116,41,123,68,79,40,110,44,116,41,59,118,97,114,32,101,61,77,79,40,110,41,59,102,117,110,99,116,105,111,110,32,110,40,116,41,123,118,97,114,32,114,44,105,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,59,114,101,116,117,114,110,32,80,79,40,116,104,105,115,44,110,41,44,114,61,101,46,99,97,108,108,40,116,104,105,115,44,116,44,105,41,44,82,116,40,36,79,40,114,41,44,123,116,114,105,103,103,101,114,58,88,116,40,41,125,41,44,114,125,114,101,116,117,114,110,32,106,79,40,110,44,110,117,108,108,44,91,123,107,101,121,58,34,68,101,102,97,117,108,116,115,34,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,107,79,40,107,79,40,123,125,44,69,79,40,66,79,40,110,41,44,34,68,101,102,97,117,108,116,115,34,44,116,104,105,115,41,41,44,123,125,44,123,116,114,105,103,103,101,114,58,110,117,108,108,125,41,125,125,93,41,44,110,125,40,86,118,41,44,78,79,61,49,48,52,48,44,122,79,61,34,46,102,105,120,101,100,45,116,111,112,44,32,46,102,105,120,101,100,45,98,111,116,116,111,109,44,32,46,105,115,45,102,105,120,101,100,44,32,46,115,116,105,99,107,121,45,116,111,112,34,44,86,79,61,34,46,115,116,105,99,107,121,45,116,111,112,34,44,72,79,61,34,46,110,97,118,98,97,114,45,116,111,103,103,108,101,114,34,44,85,79,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,109,111,100,97,108,115,58,91,93,44,98,97,115,101,90,73,110,100,101,120,58,110,117,108,108,44,115,99,114,111,108,108,98,97,114,87,105,100,116,104,58,110,117,108,108,44,105,115,66,111,100,121,79,118,101,114,102,108,111,119,105,110,103,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,109,111,100,97,108,67,111,117,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,109,111,100,97,108,115,46,108,101,110,103,116,104,125,44,109,111,100,97,108,115,65,114,101,79,112,101,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,109,111,100,97,108,67,111,117,110,116,62,48,125,125,44,119,97,116,99,104,58,123,109,111,100,97,108,67,111,117,110,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,117,38,38,40,116,104,105,115,46,103,101,116,83,99,114,111,108,108,98,97,114,87,105,100,116,104,40,41,44,116,62,48,38,38,48,61,61,61,101,63,40,116,104,105,115,46,99,104,101,99,107,83,99,114,111,108,108,98,97,114,40,41,44,116,104,105,115,46,115,101,116,83,99,114,111,108,108,98,97,114,40,41,44,69,115,40,100,111,99,117,109,101,110,116,46,98,111,100,121,44,34,109,111,100,97,108,45,111,112,101,110,34,41,41,58,48,61,61,61,116,38,38,101,62,48,38,38,40,116,104,105,115,46,114,101,115,101,116,83,99,114,111,108,108,98,97,114,40,41,44,65,115,40,100,111,99,117,109,101,110,116,46,98,111,100,121,44,34,109,111,100,97,108,45,111,112,101,110,34,41,41,44,76,115,40,100,111,99,117,109,101,110,116,46,98,111,100,121,44,34,100,97,116,97,45,109,111,100,97,108,45,111,112,101,110,45,99,111,117,110,116,34,44,83,116,114,105,110,103,40,116,41,41,41,125,44,109,111,100,97,108,115,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,116,104,105,115,46,99,104,101,99,107,83,99,114,111,108,108,98,97,114,40,41,44,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,117,112,100,97,116,101,77,111,100,97,108,115,40,116,124,124,91,93,41,125,41,41,125,125,44,109,101,116,104,111,100,115,58,123,114,101,103,105,115,116,101,114,77,111,100,97,108,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,116,38,38,45,49,61,61,61,116,104,105,115,46,109,111,100,97,108,115,46,105,110,100,101,120,79,102,40,116,41,38,38,40,116,104,105,115,46,109,111,100,97,108,115,46,112,117,115,104,40,116,41,44,116,46,36,111,110,99,101,40,111,111,44,40,102,117,110,99,116,105,111,110,40,41,123,101,46,117,110,114,101,103,105,115,116,101,114,77,111,100,97,108,40,116,41,125,41,41,41,125,44,117,110,114,101,103,105,115,116,101,114,77,111,100,97,108,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,109,111,100,97,108,115,46,105,110,100,101,120,79,102,40,116,41,59,101,62,45,49,38,38,40,116,104,105,115,46,109,111,100,97,108,115,46,115,112,108,105,99,101,40,101,44,49,41,44,116,46,95,105,115,66,101,105,110,103,68,101,115,116,114,111,121,101,100,124,124,116,46,95,105,115,68,101,115,116,114,111,121,101,100,124,124,116,104,105,115,46,114,101,115,101,116,77,111,100,97,108,40,116,41,41,125,44,103,101,116,66,97,115,101,90,73,110,100,101,120,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,121,116,40,116,104,105,115,46,98,97,115,101,90,73,110,100,101,120,41,38,38,117,41,123,118,97,114,32,116,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,59,69,115,40,116,44,34,109,111,100,97,108,45,98,97,99,107,100,114,111,112,34,41,44,69,115,40,116,44,34,100,45,110,111,110,101,34,41,44,70,115,40,116,44,34,100,105,115,112,108,97,121,34,44,34,110,111,110,101,34,41,44,100,111,99,117,109,101,110,116,46,98,111,100,121,46,97,112,112,101,110,100,67,104,105,108,100,40,116,41,44,116,104,105,115,46,98,97,115,101,90,73,110,100,101,120,61,90,97,40,122,115,40,116,41,46,122,73,110,100,101,120,44,78,79,41,44,100,111,99,117,109,101,110,116,46,98,111,100,121,46,114,101,109,111,118,101,67,104,105,108,100,40,116,41,125,114,101,116,117,114,110,32,116,104,105,115,46,98,97,115,101,90,73,110,100,101,120,124,124,78,79,125,44,103,101,116,83,99,114,111,108,108,98,97,114,87,105,100,116,104,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,121,116,40,116,104,105,115,46,115,99,114,111,108,108,98,97,114,87,105,100,116,104,41,38,38,117,41,123,118,97,114,32,116,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,59,69,115,40,116,44,34,109,111,100,97,108,45,115,99,114,111,108,108,98,97,114,45,109,101,97,115,117,114,101,34,41,44,100,111,99,117,109,101,110,116,46,98,111,100,121,46,97,112,112,101,110,100,67,104,105,108,100,40,116,41,44,116,104,105,115,46,115,99,114,111,108,108,98,97,114,87,105,100,116,104,61,78,115,40,116,41,46,119,105,100,116,104,45,116,46,99,108,105,101,110,116,87,105,100,116,104,44,100,111,99,117,109,101,110,116,46,98,111,100,121,46,114,101,109,111,118,101,67,104,105,108,100,40,116,41,125,114,101,116,117,114,110,32,116,104,105,115,46,115,99,114,111,108,108,98,97,114,87,105,100,116,104,124,124,48,125,44,117,112,100,97,116,101,77,111,100,97,108,115,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,103,101,116,66,97,115,101,90,73,110,100,101,120,40,41,44,114,61,116,104,105,115,46,103,101,116,83,99,114,111,108,108,98,97,114,87,105,100,116,104,40,41,59,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,105,41,123,116,46,122,73,110,100,101,120,61,110,43,105,44,116,46,115,99,114,111,108,108,98,97,114,87,105,100,116,104,61,114,44,116,46,105,115,84,111,112,61,105,61,61,61,101,46,109,111,100,97,108,115,46,108,101,110,103,116,104,45,49,44,116,46,105,115,66,111,100,121,79,118,101,114,102,108,111,119,105,110,103,61,101,46,105,115,66,111,100,121,79,118,101,114,102,108,111,119,105,110,103,125,41,41,125,44,114,101,115,101,116,77,111,100,97,108,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,40,116,46,122,73,110,100,101,120,61,116,104,105,115,46,103,101,116,66,97,115,101,90,73,110,100,101,120,40,41,44,116,46,105,115,84,111,112,61,33,48,44,116,46,105,115,66,111,100,121,79,118,101,114,102,108,111,119,105,110,103,61,33,49,41,125,44,99,104,101,99,107,83,99,114,111,108,108,98,97,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,78,115,40,100,111,99,117,109,101,110,116,46,98,111,100,121,41,44,101,61,116,46,108,101,102,116,44,110,61,116,46,114,105,103,104,116,59,116,104,105,115,46,105,115,66,111,100,121,79,118,101,114,102,108,111,119,105,110,103,61,101,43,110,60,119,105,110,100,111,119,46,105,110,110,101,114,87,105,100,116,104,125,44,115,101,116,83,99,114,111,108,108,98,97,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,100,111,99,117,109,101,110,116,46,98,111,100,121,59,105,102,40,116,46,95,112,97,100,100,105,110,103,67,104,97,110,103,101,100,70,111,114,77,111,100,97,108,61,116,46,95,112,97,100,100,105,110,103,67,104,97,110,103,101,100,70,111,114,77,111,100,97,108,124,124,91,93,44,116,46,95,109,97,114,103,105,110,67,104,97,110,103,101,100,70,111,114,77,111,100,97,108,61,116,46,95,109,97,114,103,105,110,67,104,97,110,103,101,100,70,111,114,77,111,100,97,108,124,124,91,93,44,116,104,105,115,46,105,115,66,111,100,121,79,118,101,114,102,108,111,119,105,110,103,41,123,118,97,114,32,101,61,116,104,105,115,46,115,99,114,111,108,108,98,97,114,87,105,100,116,104,59,83,115,40,122,79,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,82,115,40,110,44,34,112,97,100,100,105,110,103,82,105,103,104,116,34,41,124,124,34,34,59,76,115,40,110,44,34,100,97,116,97,45,112,97,100,100,105,110,103,45,114,105,103,104,116,34,44,114,41,44,70,115,40,110,44,34,112,97,100,100,105,110,103,82,105,103,104,116,34,44,34,34,46,99,111,110,99,97,116,40,74,97,40,122,115,40,110,41,46,112,97,100,100,105,110,103,82,105,103,104,116,44,48,41,43,101,44,34,112,120,34,41,41,44,116,46,95,112,97,100,100,105,110,103,67,104,97,110,103,101,100,70,111,114,77,111,100,97,108,46,112,117,115,104,40,110,41,125,41,41,44,83,115,40,86,79,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,82,115,40,110,44,34,109,97,114,103,105,110,82,105,103,104,116,34,41,124,124,34,34,59,76,115,40,110,44,34,100,97,116,97,45,109,97,114,103,105,110,45,114,105,103,104,116,34,44,114,41,44,70,115,40,110,44,34,109,97,114,103,105,110,82,105,103,104,116,34,44,34,34,46,99,111,110,99,97,116,40,74,97,40,122,115,40,110,41,46,109,97,114,103,105,110,82,105,103,104,116,44,48,41,45,101,44,34,112,120,34,41,41,44,116,46,95,109,97,114,103,105,110,67,104,97,110,103,101,100,70,111,114,77,111,100,97,108,46,112,117,115,104,40,110,41,125,41,41,44,83,115,40,72,79,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,82,115,40,110,44,34,109,97,114,103,105,110,82,105,103,104,116,34,41,124,124,34,34,59,76,115,40,110,44,34,100,97,116,97,45,109,97,114,103,105,110,45,114,105,103,104,116,34,44,114,41,44,70,115,40,110,44,34,109,97,114,103,105,110,82,105,103,104,116,34,44,34,34,46,99,111,110,99,97,116,40,74,97,40,122,115,40,110,41,46,109,97,114,103,105,110,82,105,103,104,116,44,48,41,43,101,44,34,112,120,34,41,41,44,116,46,95,109,97,114,103,105,110,67,104,97,110,103,101,100,70,111,114,77,111,100,97,108,46,112,117,115,104,40,110,41,125,41,41,59,118,97,114,32,110,61,82,115,40,116,44,34,112,97,100,100,105,110,103,82,105,103,104,116,34,41,124,124,34,34,59,76,115,40,116,44,34,100,97,116,97,45,112,97,100,100,105,110,103,45,114,105,103,104,116,34,44,110,41,44,70,115,40,116,44,34,112,97,100,100,105,110,103,82,105,103,104,116,34,44,34,34,46,99,111,110,99,97,116,40,74,97,40,122,115,40,116,41,46,112,97,100,100,105,110,103,82,105,103,104,116,44,48,41,43,101,44,34,112,120,34,41,41,125,125,44,114,101,115,101,116,83,99,114,111,108,108,98,97,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,100,111,99,117,109,101,110,116,46,98,111,100,121,59,116,46,95,112,97,100,100,105,110,103,67,104,97,110,103,101,100,70,111,114,77,111,100,97,108,38,38,116,46,95,112,97,100,100,105,110,103,67,104,97,110,103,101,100,70,111,114,77,111,100,97,108,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,36,115,40,116,44,34,100,97,116,97,45,112,97,100,100,105,110,103,45,114,105,103,104,116,34,41,38,38,40,70,115,40,116,44,34,112,97,100,100,105,110,103,82,105,103,104,116,34,44,73,115,40,116,44,34,100,97,116,97,45,112,97,100,100,105,110,103,45,114,105,103,104,116,34,41,124,124,34,34,41,44,77,115,40,116,44,34,100,97,116,97,45,112,97,100,100,105,110,103,45,114,105,103,104,116,34,41,41,125,41,41,44,116,46,95,109,97,114,103,105,110,67,104,97,110,103,101,100,70,111,114,77,111,100,97,108,38,38,116,46,95,109,97,114,103,105,110,67,104,97,110,103,101,100,70,111,114,77,111,100,97,108,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,36,115,40,116,44,34,100,97,116,97,45,109,97,114,103,105,110,45,114,105,103,104,116,34,41,38,38,40,70,115,40,116,44,34,109,97,114,103,105,110,82,105,103,104,116,34,44,73,115,40,116,44,34,100,97,116,97,45,109,97,114,103,105,110,45,114,105,103,104,116,34,41,124,124,34,34,41,44,77,115,40,116,44,34,100,97,116,97,45,109,97,114,103,105,110,45,114,105,103,104,116,34,41,41,125,41,41,44,116,46,95,112,97,100,100,105,110,103,67,104,97,110,103,101,100,70,111,114,77,111,100,97,108,61,110,117,108,108,44,116,46,95,109,97,114,103,105,110,67,104,97,110,103,101,100,70,111,114,77,111,100,97,108,61,110,117,108,108,44,36,115,40,116,44,34,100,97,116,97,45,112,97,100,100,105,110,103,45,114,105,103,104,116,34,41,38,38,40,70,115,40,116,44,34,112,97,100,100,105,110,103,82,105,103,104,116,34,44,73,115,40,116,44,34,100,97,116,97,45,112,97,100,100,105,110,103,45,114,105,103,104,116,34,41,124,124,34,34,41,44,77,115,40,116,44,34,100,97,116,97,45,112,97,100,100,105,110,103,45,114,105,103,104,116,34,41,41,125,125,125,41,44,87,79,61,110,101,119,32,85,79,59,102,117,110,99,116,105,111,110,32,113,79,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,71,79,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,113,79,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,89,79,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,113,79,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,89,79,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,75,79,61,103,99,40,34,118,105,115,105,98,108,101,34,44,123,116,121,112,101,58,118,111,44,100,101,102,97,117,108,116,86,97,108,117,101,58,33,49,44,101,118,101,110,116,58,99,105,125,41,44,88,79,61,75,79,46,109,105,120,105,110,44,90,79,61,75,79,46,112,114,111,112,115,44,74,79,61,75,79,46,112,114,111,112,44,81,79,61,75,79,46,101,118,101,110,116,44,116,83,61,34,98,97,99,107,100,114,111,112,34,44,101,83,61,34,101,115,99,34,44,110,83,61,34,70,79,82,67,69,34,44,114,83,61,34,116,111,103,103,108,101,34,44,105,83,61,34,99,97,110,99,101,108,34,44,111,83,61,34,104,101,97,100,101,114,99,108,111,115,101,34,44,97,83,61,34,111,107,34,44,115,83,61,91,105,83,44,111,83,44,97,83,93,44,99,83,61,123,115,117,98,116,114,101,101,58,33,48,44,99,104,105,108,100,76,105,115,116,58,33,48,44,99,104,97,114,97,99,116,101,114,68,97,116,97,58,33,48,44,97,116,116,114,105,98,117,116,101,115,58,33,48,44,97,116,116,114,105,98,117,116,101,70,105,108,116,101,114,58,91,34,115,116,121,108,101,34,44,34,99,108,97,115,115,34,93,125,44,117,83,61,104,99,40,75,116,40,71,79,40,71,79,40,71,79,40,123,125,44,69,104,41,44,90,79,41,44,123,125,44,123,97,114,105,97,76,97,98,101,108,58,99,99,40,95,111,41,44,97,117,116,111,70,111,99,117,115,66,117,116,116,111,110,58,99,99,40,95,111,44,110,117,108,108,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,119,116,40,116,41,124,124,113,97,40,115,83,44,116,41,125,41,41,44,98,111,100,121,66,103,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,98,111,100,121,67,108,97,115,115,58,99,99,40,83,111,41,44,98,111,100,121,84,101,120,116,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,98,117,115,121,58,99,99,40,118,111,44,33,49,41,44,98,117,116,116,111,110,83,105,122,101,58,99,99,40,95,111,41,44,99,97,110,99,101,108,68,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,99,97,110,99,101,108,84,105,116,108,101,58,99,99,40,95,111,44,34,67,97,110,99,101,108,34,41,44,99,97,110,99,101,108,84,105,116,108,101,72,116,109,108,58,99,99,40,95,111,41,44,99,97,110,99,101,108,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,115,101,99,111,110,100,97,114,121,34,41,44,99,101,110,116,101,114,101,100,58,99,99,40,118,111,44,33,49,41,44,99,111,110,116,101,110,116,67,108,97,115,115,58,99,99,40,83,111,41,44,100,105,97,108,111,103,67,108,97,115,115,58,99,99,40,83,111,41,44,102,111,111,116,101,114,66,103,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,102,111,111,116,101,114,66,111,114,100,101,114,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,102,111,111,116,101,114,67,108,97,115,115,58,99,99,40,83,111,41,44,102,111,111,116,101,114,84,101,120,116,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,104,101,97,100,101,114,66,103,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,104,101,97,100,101,114,66,111,114,100,101,114,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,104,101,97,100,101,114,67,108,97,115,115,58,99,99,40,83,111,41,44,104,101,97,100,101,114,67,108,111,115,101,67,111,110,116,101,110,116,58,99,99,40,95,111,44,34,38,116,105,109,101,115,59,34,41,44,104,101,97,100,101,114,67,108,111,115,101,76,97,98,101,108,58,99,99,40,95,111,44,34,67,108,111,115,101,34,41,44,104,101,97,100,101,114,67,108,111,115,101,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,104,101,97,100,101,114,84,101,120,116,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,104,105,100,101,66,97,99,107,100,114,111,112,58,99,99,40,118,111,44,33,49,41,44,104,105,100,101,70,111,111,116,101,114,58,99,99,40,118,111,44,33,49,41,44,104,105,100,101,72,101,97,100,101,114,58,99,99,40,118,111,44,33,49,41,44,104,105,100,101,72,101,97,100,101,114,67,108,111,115,101,58,99,99,40,118,111,44,33,49,41,44,105,103,110,111,114,101,69,110,102,111,114,99,101,70,111,99,117,115,83,101,108,101,99,116,111,114,58,99,99,40,107,111,41,44,108,97,122,121,58,99,99,40,118,111,44,33,49,41,44,109,111,100,97,108,67,108,97,115,115,58,99,99,40,83,111,41,44,110,111,67,108,111,115,101,79,110,66,97,99,107,100,114,111,112,58,99,99,40,118,111,44,33,49,41,44,110,111,67,108,111,115,101,79,110,69,115,99,58,99,99,40,118,111,44,33,49,41,44,110,111,69,110,102,111,114,99,101,70,111,99,117,115,58,99,99,40,118,111,44,33,49,41,44,110,111,70,97,100,101,58,99,99,40,118,111,44,33,49,41,44,110,111,83,116,97,99,107,105,110,103,58,99,99,40,118,111,44,33,49,41,44,111,107,68,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,111,107,79,110,108,121,58,99,99,40,118,111,44,33,49,41,44,111,107,84,105,116,108,101,58,99,99,40,95,111,44,34,79,75,34,41,44,111,107,84,105,116,108,101,72,116,109,108,58,99,99,40,95,111,41,44,111,107,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,112,114,105,109,97,114,121,34,41,44,114,101,116,117,114,110,70,111,99,117,115,58,99,99,40,91,104,116,44,121,111,44,95,111,93,41,44,115,99,114,111,108,108,97,98,108,101,58,99,99,40,118,111,44,33,49,41,44,115,105,122,101,58,99,99,40,95,111,44,34,109,100,34,41,44,115,116,97,116,105,99,58,99,99,40,118,111,44,33,49,41,44,116,105,116,108,101,58,99,99,40,95,111,41,44,116,105,116,108,101,67,108,97,115,115,58,99,99,40,83,111,41,44,116,105,116,108,101,72,116,109,108,58,99,99,40,95,111,41,44,116,105,116,108,101,83,114,79,110,108,121,58,99,99,40,118,111,44,33,49,41,44,116,105,116,108,101,84,97,103,58,99,99,40,95,111,44,34,104,53,34,41,125,41,41,44,97,114,41,44,108,83,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,97,114,44,109,105,120,105,110,115,58,91,107,108,44,65,104,44,88,79,44,112,79,44,67,108,44,103,79,44,121,99,44,121,79,93,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,117,83,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,105,115,72,105,100,100,101,110,58,33,48,44,105,115,86,105,115,105,98,108,101,58,33,49,44,105,115,84,114,97,110,115,105,116,105,111,110,105,110,103,58,33,49,44,105,115,83,104,111,119,58,33,49,44,105,115,66,108,111,99,107,58,33,49,44,105,115,79,112,101,110,105,110,103,58,33,49,44,105,115,67,108,111,115,105,110,103,58,33,49,44,105,103,110,111,114,101,66,97,99,107,100,114,111,112,67,108,105,99,107,58,33,49,44,105,115,77,111,100,97,108,79,118,101,114,102,108,111,119,105,110,103,58,33,49,44,115,99,114,111,108,108,98,97,114,87,105,100,116,104,58,48,44,122,73,110,100,101,120,58,87,79,46,103,101,116,66,97,115,101,90,73,110,100,101,120,40,41,44,105,115,84,111,112,58,33,48,44,105,115,66,111,100,121,79,118,101,114,102,108,111,119,105,110,103,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,109,111,100,97,108,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,41,125,44,109,111,100,97,108,79,117,116,101,114,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,66,86,95,109,111,100,97,108,95,111,117,116,101,114,95,34,41,125,44,109,111,100,97,108,72,101,97,100,101,114,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,66,86,95,109,111,100,97,108,95,104,101,97,100,101,114,95,34,41,125,44,109,111,100,97,108,66,111,100,121,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,66,86,95,109,111,100,97,108,95,98,111,100,121,95,34,41,125,44,109,111,100,97,108,84,105,116,108,101,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,66,86,95,109,111,100,97,108,95,116,105,116,108,101,95,34,41,125,44,109,111,100,97,108,67,111,110,116,101,110,116,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,66,86,95,109,111,100,97,108,95,99,111,110,116,101,110,116,95,34,41,125,44,109,111,100,97,108,70,111,111,116,101,114,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,66,86,95,109,111,100,97,108,95,102,111,111,116,101,114,95,34,41,125,44,109,111,100,97,108,66,97,99,107,100,114,111,112,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,66,86,95,109,111,100,97,108,95,98,97,99,107,100,114,111,112,95,34,41,125,44,109,111,100,97,108,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,123,102,97,100,101,58,33,116,104,105,115,46,110,111,70,97,100,101,44,115,104,111,119,58,116,104,105,115,46,105,115,83,104,111,119,125,44,116,104,105,115,46,109,111,100,97,108,67,108,97,115,115,93,125,44,109,111,100,97,108,83,116,121,108,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,115,99,114,111,108,108,98,97,114,87,105,100,116,104,44,34,112,120,34,41,59,114,101,116,117,114,110,123,112,97,100,100,105,110,103,76,101,102,116,58,33,116,104,105,115,46,105,115,66,111,100,121,79,118,101,114,102,108,111,119,105,110,103,38,38,116,104,105,115,46,105,115,77,111,100,97,108,79,118,101,114,102,108,111,119,105,110,103,63,116,58,34,34,44,112,97,100,100,105,110,103,82,105,103,104,116,58,116,104,105,115,46,105,115,66,111,100,121,79,118,101,114,102,108,111,119,105,110,103,38,38,33,116,104,105,115,46,105,115,77,111,100,97,108,79,118,101,114,102,108,111,119,105,110,103,63,116,58,34,34,44,100,105,115,112,108,97,121,58,116,104,105,115,46,105,115,66,108,111,99,107,63,34,98,108,111,99,107,34,58,34,110,111,110,101,34,125,125,44,100,105,97,108,111,103,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,59,114,101,116,117,114,110,91,40,116,61,123,125,44,89,79,40,116,44,34,109,111,100,97,108,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,115,105,122,101,41,44,116,104,105,115,46,115,105,122,101,41,44,89,79,40,116,44,34,109,111,100,97,108,45,100,105,97,108,111,103,45,99,101,110,116,101,114,101,100,34,44,116,104,105,115,46,99,101,110,116,101,114,101,100,41,44,89,79,40,116,44,34,109,111,100,97,108,45,100,105,97,108,111,103,45,115,99,114,111,108,108,97,98,108,101,34,44,116,104,105,115,46,115,99,114,111,108,108,97,98,108,101,41,44,116,41,44,116,104,105,115,46,100,105,97,108,111,103,67,108,97,115,115,93,125,44,104,101,97,100,101,114,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,59,114,101,116,117,114,110,91,40,116,61,123,125,44,89,79,40,116,44,34,98,103,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,104,101,97,100,101,114,66,103,86,97,114,105,97,110,116,41,44,116,104,105,115,46,104,101,97,100,101,114,66,103,86,97,114,105,97,110,116,41,44,89,79,40,116,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,104,101,97,100,101,114,84,101,120,116,86,97,114,105,97,110,116,41,44,116,104,105,115,46,104,101,97,100,101,114,84,101,120,116,86,97,114,105,97,110,116,41,44,89,79,40,116,44,34,98,111,114,100,101,114,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,104,101,97,100,101,114,66,111,114,100,101,114,86,97,114,105,97,110,116,41,44,116,104,105,115,46,104,101,97,100,101,114,66,111,114,100,101,114,86,97,114,105,97,110,116,41,44,116,41,44,116,104,105,115,46,104,101,97,100,101,114,67,108,97,115,115,93,125,44,116,105,116,108,101,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,123,34,115,114,45,111,110,108,121,34,58,116,104,105,115,46,116,105,116,108,101,83,114,79,110,108,121,125,44,116,104,105,115,46,116,105,116,108,101,67,108,97,115,115,93,125,44,98,111,100,121,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,59,114,101,116,117,114,110,91,40,116,61,123,125,44,89,79,40,116,44,34,98,103,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,111,100,121,66,103,86,97,114,105,97,110,116,41,44,116,104,105,115,46,98,111,100,121,66,103,86,97,114,105,97,110,116,41,44,89,79,40,116,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,111,100,121,84,101,120,116,86,97,114,105,97,110,116,41,44,116,104,105,115,46,98,111,100,121,84,101,120,116,86,97,114,105,97,110,116,41,44,116,41,44,116,104,105,115,46,98,111,100,121,67,108,97,115,115,93,125,44,102,111,111,116,101,114,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,59,114,101,116,117,114,110,91,40,116,61,123,125,44,89,79,40,116,44,34,98,103,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,102,111,111,116,101,114,66,103,86,97,114,105,97,110,116,41,44,116,104,105,115,46,102,111,111,116,101,114,66,103,86,97,114,105,97,110,116,41,44,89,79,40,116,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,102,111,111,116,101,114,84,101,120,116,86,97,114,105,97,110,116,41,44,116,104,105,115,46,102,111,111,116,101,114,84,101,120,116,86,97,114,105,97,110,116,41,44,89,79,40,116,44,34,98,111,114,100,101,114,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,102,111,111,116,101,114,66,111,114,100,101,114,86,97,114,105,97,110,116,41,44,116,104,105,115,46,102,111,111,116,101,114,66,111,114,100,101,114,86,97,114,105,97,110,116,41,44,116,41,44,116,104,105,115,46,102,111,111,116,101,114,67,108,97,115,115,93,125,44,109,111,100,97,108,79,117,116,101,114,83,116,121,108,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,112,111,115,105,116,105,111,110,58,34,97,98,115,111,108,117,116,101,34,44,122,73,110,100,101,120,58,116,104,105,115,46,122,73,110,100,101,120,125,125,44,115,108,111,116,83,99,111,112,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,99,97,110,99,101,108,58,116,104,105,115,46,111,110,67,97,110,99,101,108,44,99,108,111,115,101,58,116,104,105,115,46,111,110,67,108,111,115,101,44,104,105,100,101,58,116,104,105,115,46,104,105,100,101,44,111,107,58,116,104,105,115,46,111,110,79,107,44,118,105,115,105,98,108,101,58,116,104,105,115,46,105,115,86,105,115,105,98,108,101,125,125,44,99,111,109,112,117,116,101,73,103,110,111,114,101,69,110,102,111,114,99,101,70,111,99,117,115,83,101,108,101,99,116,111,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,71,97,40,116,104,105,115,46,105,103,110,111,114,101,69,110,102,111,114,99,101,70,111,99,117,115,83,101,108,101,99,116,111,114,41,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,44,34,41,46,116,114,105,109,40,41,125,44,99,111,109,112,117,116,101,100,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,115,116,97,116,105,99,63,123,125,58,116,104,105,115,46,115,99,111,112,101,100,83,116,121,108,101,65,116,116,114,115,59,114,101,116,117,114,110,32,71,79,40,71,79,40,71,79,40,123,125,44,116,41,44,116,104,105,115,46,98,118,65,116,116,114,115,41,44,123,125,44,123,105,100,58,116,104,105,115,46,109,111,100,97,108,79,117,116,101,114,73,100,125,41,125,44,99,111,109,112,117,116,101,100,77,111,100,97,108,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,105,115,86,105,115,105,98,108,101,44,101,61,116,104,105,115,46,97,114,105,97,76,97,98,101,108,59,114,101,116,117,114,110,123,105,100,58,116,104,105,115,46,109,111,100,97,108,73,100,44,114,111,108,101,58,34,100,105,97,108,111,103,34,44,34,97,114,105,97,45,104,105,100,100,101,110,34,58,116,63,110,117,108,108,58,34,116,114,117,101,34,44,34,97,114,105,97,45,109,111,100,97,108,34,58,116,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,108,97,98,101,108,34,58,101,44,34,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,34,58,116,104,105,115,46,104,105,100,101,72,101,97,100,101,114,124,124,101,124,124,33,40,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,121,97,41,124,124,116,104,105,115,46,116,105,116,108,101,72,116,109,108,124,124,116,104,105,115,46,116,105,116,108,101,41,63,110,117,108,108,58,116,104,105,115,46,109,111,100,97,108,84,105,116,108,101,73,100,44,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,58,116,104,105,115,46,109,111,100,97,108,66,111,100,121,73,100,125,125,125,44,119,97,116,99,104,58,89,79,40,123,125,44,74,79,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,116,104,105,115,91,116,63,34,115,104,111,119,34,58,34,104,105,100,101,34,93,40,41,125,41,41,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,111,98,115,101,114,118,101,114,61,110,117,108,108,44,116,104,105,115,46,36,95,114,101,116,117,114,110,70,111,99,117,115,61,116,104,105,115,46,114,101,116,117,114,110,70,111,99,117,115,124,124,110,117,108,108,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,122,73,110,100,101,120,61,87,79,46,103,101,116,66,97,115,101,90,73,110,100,101,120,40,41,44,116,104,105,115,46,108,105,115,116,101,110,79,110,82,111,111,116,40,80,99,40,97,114,44,88,105,41,44,116,104,105,115,46,115,104,111,119,72,97,110,100,108,101,114,41,44,116,104,105,115,46,108,105,115,116,101,110,79,110,82,111,111,116,40,80,99,40,97,114,44,80,105,41,44,116,104,105,115,46,104,105,100,101,72,97,110,100,108,101,114,41,44,116,104,105,115,46,108,105,115,116,101,110,79,110,82,111,111,116,40,80,99,40,97,114,44,110,111,41,44,116,104,105,115,46,116,111,103,103,108,101,72,97,110,100,108,101,114,41,44,116,104,105,115,46,108,105,115,116,101,110,79,110,82,111,111,116,40,67,99,40,97,114,44,88,105,41,44,116,104,105,115,46,109,111,100,97,108,76,105,115,116,101,110,101,114,41,44,33,48,61,61,61,116,104,105,115,91,74,79,93,38,38,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,116,104,105,115,46,115,104,111,119,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,79,98,115,101,114,118,101,114,40,33,49,41,44,116,104,105,115,46,105,115,86,105,115,105,98,108,101,38,38,40,116,104,105,115,46,105,115,86,105,115,105,98,108,101,61,33,49,44,116,104,105,115,46,105,115,83,104,111,119,61,33,49,44,116,104,105,115,46,105,115,84,114,97,110,115,105,116,105,111,110,105,110,103,61,33,49,41,125,44,109,101,116,104,111,100,115,58,123,115,101,116,79,98,115,101,114,118,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,38,38,97,114,103,117,109,101,110,116,115,91,48,93,59,116,104,105,115,46,36,95,111,98,115,101,114,118,101,114,38,38,116,104,105,115,46,36,95,111,98,115,101,114,118,101,114,46,100,105,115,99,111,110,110,101,99,116,40,41,44,116,104,105,115,46,36,95,111,98,115,101,114,118,101,114,61,110,117,108,108,44,116,38,38,40,116,104,105,115,46,36,95,111,98,115,101,114,118,101,114,61,111,112,40,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,101,110,116,44,116,104,105,115,46,99,104,101,99,107,77,111,100,97,108,79,118,101,114,102,108,111,119,46,98,105,110,100,40,116,104,105,115,41,44,99,83,41,41,125,44,117,112,100,97,116,101,77,111,100,101,108,58,102,117,110,99,116,105,111,110,40,116,41,123,116,33,61,61,116,104,105,115,91,74,79,93,38,38,116,104,105,115,46,36,101,109,105,116,40,81,79,44,116,41,125,44,98,117,105,108,100,69,118,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,59,114,101,116,117,114,110,32,110,101,119,32,82,79,40,116,44,71,79,40,71,79,40,123,99,97,110,99,101,108,97,98,108,101,58,33,49,44,116,97,114,103,101,116,58,116,104,105,115,46,36,114,101,102,115,46,109,111,100,97,108,124,124,116,104,105,115,46,36,101,108,124,124,110,117,108,108,44,114,101,108,97,116,101,100,84,97,114,103,101,116,58,110,117,108,108,44,116,114,105,103,103,101,114,58,110,117,108,108,125,44,101,41,44,123,125,44,123,118,117,101,84,97,114,103,101,116,58,116,104,105,115,44,99,111,109,112,111,110,101,110,116,73,100,58,116,104,105,115,46,109,111,100,97,108,73,100,125,41,41,125,44,115,104,111,119,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,33,116,104,105,115,46,105,115,86,105,115,105,98,108,101,38,38,33,116,104,105,115,46,105,115,79,112,101,110,105,110,103,41,105,102,40,116,104,105,115,46,105,115,67,108,111,115,105,110,103,41,116,104,105,115,46,36,111,110,99,101,40,67,105,44,116,104,105,115,46,115,104,111,119,41,59,101,108,115,101,123,116,104,105,115,46,105,115,79,112,101,110,105,110,103,61,33,48,44,116,104,105,115,46,36,95,114,101,116,117,114,110,70,111,99,117,115,61,116,104,105,115,46,36,95,114,101,116,117,114,110,70,111,99,117,115,124,124,116,104,105,115,46,103,101,116,65,99,116,105,118,101,69,108,101,109,101,110,116,40,41,59,118,97,114,32,116,61,116,104,105,115,46,98,117,105,108,100,69,118,101,110,116,40,88,105,44,123,99,97,110,99,101,108,97,98,108,101,58,33,48,125,41,59,105,102,40,116,104,105,115,46,101,109,105,116,69,118,101,110,116,40,116,41,44,116,46,100,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,124,124,116,104,105,115,46,105,115,86,105,115,105,98,108,101,41,114,101,116,117,114,110,32,116,104,105,115,46,105,115,79,112,101,110,105,110,103,61,33,49,44,118,111,105,100,32,116,104,105,115,46,117,112,100,97,116,101,77,111,100,101,108,40,33,49,41,59,116,104,105,115,46,100,111,83,104,111,119,40,41,125,125,44,104,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,34,34,59,105,102,40,116,104,105,115,46,105,115,86,105,115,105,98,108,101,38,38,33,116,104,105,115,46,105,115,67,108,111,115,105,110,103,41,123,116,104,105,115,46,105,115,67,108,111,115,105,110,103,61,33,48,59,118,97,114,32,101,61,116,104,105,115,46,98,117,105,108,100,69,118,101,110,116,40,80,105,44,123,99,97,110,99,101,108,97,98,108,101,58,116,33,61,61,110,83,44,116,114,105,103,103,101,114,58,116,124,124,110,117,108,108,125,41,59,105,102,40,116,61,61,61,97,83,63,116,104,105,115,46,36,101,109,105,116,40,77,105,44,101,41,58,116,61,61,61,105,83,63,116,104,105,115,46,36,101,109,105,116,40,115,105,44,101,41,58,116,61,61,61,111,83,38,38,116,104,105,115,46,36,101,109,105,116,40,102,105,44,101,41,44,116,104,105,115,46,101,109,105,116,69,118,101,110,116,40,101,41,44,101,46,100,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,124,124,33,116,104,105,115,46,105,115,86,105,115,105,98,108,101,41,114,101,116,117,114,110,32,116,104,105,115,46,105,115,67,108,111,115,105,110,103,61,33,49,44,118,111,105,100,32,116,104,105,115,46,117,112,100,97,116,101,77,111,100,101,108,40,33,48,41,59,116,104,105,115,46,115,101,116,79,98,115,101,114,118,101,114,40,33,49,41,44,116,104,105,115,46,105,115,86,105,115,105,98,108,101,61,33,49,44,116,104,105,115,46,117,112,100,97,116,101,77,111,100,101,108,40,33,49,41,125,125,44,116,111,103,103,108,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,40,116,104,105,115,46,36,95,114,101,116,117,114,110,70,111,99,117,115,61,116,41,44,116,104,105,115,46,105,115,86,105,115,105,98,108,101,63,116,104,105,115,46,104,105,100,101,40,114,83,41,58,116,104,105,115,46,115,104,111,119,40,41,125,44,103,101,116,65,99,116,105,118,101,69,108,101,109,101,110,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,98,115,40,117,63,91,100,111,99,117,109,101,110,116,46,98,111,100,121,93,58,91,93,41,59,114,101,116,117,114,110,32,116,38,38,116,46,102,111,99,117,115,63,116,58,110,117,108,108,125,44,100,111,83,104,111,119,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,87,79,46,109,111,100,97,108,115,65,114,101,79,112,101,110,38,38,116,104,105,115,46,110,111,83,116,97,99,107,105,110,103,63,116,104,105,115,46,108,105,115,116,101,110,79,110,82,111,111,116,79,110,99,101,40,67,99,40,97,114,44,67,105,41,44,116,104,105,115,46,100,111,83,104,111,119,41,58,40,87,79,46,114,101,103,105,115,116,101,114,77,111,100,97,108,40,116,104,105,115,41,44,116,104,105,115,46,105,115,72,105,100,100,101,110,61,33,49,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,105,115,86,105,115,105,98,108,101,61,33,48,44,116,46,105,115,79,112,101,110,105,110,103,61,33,49,44,116,46,117,112,100,97,116,101,77,111,100,101,108,40,33,48,41,44,116,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,115,101,116,79,98,115,101,114,118,101,114,40,33,48,41,125,41,41,125,41,41,41,125,44,111,110,66,101,102,111,114,101,69,110,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,84,114,97,110,115,105,116,105,111,110,105,110,103,61,33,48,44,116,104,105,115,46,115,101,116,82,101,115,105,122,101,69,118,101,110,116,40,33,48,41,125,44,111,110,69,110,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,105,115,66,108,111,99,107,61,33,48,44,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,105,115,83,104,111,119,61,33,48,125,41,41,125,41,41,125,44,111,110,65,102,116,101,114,69,110,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,99,104,101,99,107,77,111,100,97,108,79,118,101,114,102,108,111,119,40,41,44,116,104,105,115,46,105,115,84,114,97,110,115,105,116,105,111,110,105,110,103,61,33,49,44,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,101,109,105,116,69,118,101,110,116,40,116,46,98,117,105,108,100,69,118,101,110,116,40,90,105,41,41,44,116,46,115,101,116,69,110,102,111,114,99,101,70,111,99,117,115,40,33,48,41,44,116,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,102,111,99,117,115,70,105,114,115,116,40,41,125,41,41,125,41,41,125,44,111,110,66,101,102,111,114,101,76,101,97,118,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,84,114,97,110,115,105,116,105,111,110,105,110,103,61,33,48,44,116,104,105,115,46,115,101,116,82,101,115,105,122,101,69,118,101,110,116,40,33,49,41,44,116,104,105,115,46,115,101,116,69,110,102,111,114,99,101,70,111,99,117,115,40,33,49,41,125,44,111,110,76,101,97,118,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,83,104,111,119,61,33,49,125,44,111,110,65,102,116,101,114,76,101,97,118,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,105,115,66,108,111,99,107,61,33,49,44,116,104,105,115,46,105,115,84,114,97,110,115,105,116,105,111,110,105,110,103,61,33,49,44,116,104,105,115,46,105,115,77,111,100,97,108,79,118,101,114,102,108,111,119,105,110,103,61,33,49,44,116,104,105,115,46,105,115,72,105,100,100,101,110,61,33,48,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,105,115,67,108,111,115,105,110,103,61,33,49,44,87,79,46,117,110,114,101,103,105,115,116,101,114,77,111,100,97,108,40,116,41,44,116,46,114,101,116,117,114,110,70,111,99,117,115,84,111,40,41,44,116,46,101,109,105,116,69,118,101,110,116,40,116,46,98,117,105,108,100,69,118,101,110,116,40,67,105,41,41,125,41,41,125,44,101,109,105,116,69,118,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,116,121,112,101,59,116,104,105,115,46,101,109,105,116,79,110,82,111,111,116,40,67,99,40,97,114,44,101,41,44,116,44,116,46,99,111,109,112,111,110,101,110,116,73,100,41,44,116,104,105,115,46,36,101,109,105,116,40,101,44,116,41,125,44,111,110,68,105,97,108,111,103,77,111,117,115,101,100,111,119,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,104,105,115,46,36,114,101,102,115,46,109,111,100,97,108,44,110,61,102,117,110,99,116,105,111,110,32,110,40,114,41,123,120,99,40,101,44,34,109,111,117,115,101,117,112,34,44,110,44,102,111,41,44,114,46,116,97,114,103,101,116,61,61,61,101,38,38,40,116,46,105,103,110,111,114,101,66,97,99,107,100,114,111,112,67,108,105,99,107,61,33,48,41,125,59,95,99,40,101,44,34,109,111,117,115,101,117,112,34,44,110,44,102,111,41,125,44,111,110,67,108,105,99,107,79,117,116,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,105,103,110,111,114,101,66,97,99,107,100,114,111,112,67,108,105,99,107,63,116,104,105,115,46,105,103,110,111,114,101,66,97,99,107,100,114,111,112,67,108,105,99,107,61,33,49,58,116,104,105,115,46,105,115,86,105,115,105,98,108,101,38,38,33,116,104,105,115,46,110,111,67,108,111,115,101,79,110,66,97,99,107,100,114,111,112,38,38,84,115,40,100,111,99,117,109,101,110,116,46,98,111,100,121,44,116,46,116,97,114,103,101,116,41,38,38,40,84,115,40,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,101,110,116,44,116,46,116,97,114,103,101,116,41,124,124,116,104,105,115,46,104,105,100,101,40,116,83,41,41,125,44,111,110,79,107,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,104,105,100,101,40,97,83,41,125,44,111,110,67,97,110,99,101,108,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,104,105,100,101,40,105,83,41,125,44,111,110,67,108,111,115,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,104,105,100,101,40,111,83,41,125,44,111,110,69,115,99,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,107,101,121,67,111,100,101,61,61,61,102,108,38,38,116,104,105,115,46,105,115,86,105,115,105,98,108,101,38,38,33,116,104,105,115,46,110,111,67,108,111,115,101,79,110,69,115,99,38,38,116,104,105,115,46,104,105,100,101,40,101,83,41,125,44,102,111,99,117,115,72,97,110,100,108,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,101,110,116,44,110,61,116,46,116,97,114,103,101,116,59,105,102,40,33,40,116,104,105,115,46,110,111,69,110,102,111,114,99,101,70,111,99,117,115,124,124,33,116,104,105,115,46,105,115,84,111,112,124,124,33,116,104,105,115,46,105,115,86,105,115,105,98,108,101,124,124,33,101,124,124,100,111,99,117,109,101,110,116,61,61,61,110,124,124,84,115,40,101,44,110,41,124,124,116,104,105,115,46,99,111,109,112,117,116,101,73,103,110,111,114,101,69,110,102,111,114,99,101,70,111,99,117,115,83,101,108,101,99,116,111,114,38,38,80,115,40,116,104,105,115,46,99,111,109,112,117,116,101,73,103,110,111,114,101,69,110,102,111,114,99,101,70,111,99,117,115,83,101,108,101,99,116,111,114,44,110,44,33,48,41,41,41,123,118,97,114,32,114,61,87,115,40,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,101,110,116,41,44,105,61,116,104,105,115,46,36,114,101,102,115,91,34,98,111,116,116,111,109,45,116,114,97,112,34,93,44,111,61,116,104,105,115,46,36,114,101,102,115,91,34,116,111,112,45,116,114,97,112,34,93,59,105,102,40,105,38,38,110,61,61,61,105,41,123,105,102,40,113,115,40,114,91,48,93,41,41,114,101,116,117,114,110,125,101,108,115,101,32,105,102,40,111,38,38,110,61,61,61,111,38,38,113,115,40,114,91,114,46,108,101,110,103,116,104,45,49,93,41,41,114,101,116,117,114,110,59,113,115,40,101,44,123,112,114,101,118,101,110,116,83,99,114,111,108,108,58,33,48,125,41,125,125,44,115,101,116,69,110,102,111,114,99,101,70,111,99,117,115,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,108,105,115,116,101,110,68,111,99,117,109,101,110,116,40,116,44,34,102,111,99,117,115,105,110,34,44,116,104,105,115,46,102,111,99,117,115,72,97,110,100,108,101,114,41,125,44,115,101,116,82,101,115,105,122,101,69,118,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,108,105,115,116,101,110,87,105,110,100,111,119,40,116,44,34,114,101,115,105,122,101,34,44,116,104,105,115,46,99,104,101,99,107,77,111,100,97,108,79,118,101,114,102,108,111,119,41,44,116,104,105,115,46,108,105,115,116,101,110,87,105,110,100,111,119,40,116,44,34,111,114,105,101,110,116,97,116,105,111,110,99,104,97,110,103,101,34,44,116,104,105,115,46,99,104,101,99,107,77,111,100,97,108,79,118,101,114,102,108,111,119,41,125,44,115,104,111,119,72,97,110,100,108,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,61,61,61,116,104,105,115,46,109,111,100,97,108,73,100,38,38,40,116,104,105,115,46,36,95,114,101,116,117,114,110,70,111,99,117,115,61,101,124,124,116,104,105,115,46,103,101,116,65,99,116,105,118,101,69,108,101,109,101,110,116,40,41,44,116,104,105,115,46,115,104,111,119,40,41,41,125,44,104,105,100,101,72,97,110,100,108,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,116,61,61,61,116,104,105,115,46,109,111,100,97,108,73,100,38,38,116,104,105,115,46,104,105,100,101,40,34,101,118,101,110,116,34,41,125,44,116,111,103,103,108,101,72,97,110,100,108,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,61,61,61,116,104,105,115,46,109,111,100,97,108,73,100,38,38,116,104,105,115,46,116,111,103,103,108,101,40,101,41,125,44,109,111,100,97,108,76,105,115,116,101,110,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,110,111,83,116,97,99,107,105,110,103,38,38,116,46,118,117,101,84,97,114,103,101,116,33,61,61,116,104,105,115,38,38,116,104,105,115,46,104,105,100,101,40,41,125,44,102,111,99,117,115,70,105,114,115,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,117,38,38,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,46,36,114,101,102,115,46,109,111,100,97,108,44,110,61,116,46,36,114,101,102,115,46,99,111,110,116,101,110,116,44,114,61,116,46,103,101,116,65,99,116,105,118,101,69,108,101,109,101,110,116,40,41,59,105,102,40,101,38,38,110,38,38,40,33,114,124,124,33,84,115,40,110,44,114,41,41,41,123,118,97,114,32,105,61,116,46,36,114,101,102,115,91,34,111,107,45,98,117,116,116,111,110,34,93,44,111,61,116,46,36,114,101,102,115,91,34,99,97,110,99,101,108,45,98,117,116,116,111,110,34,93,44,97,61,116,46,36,114,101,102,115,91,34,99,108,111,115,101,45,98,117,116,116,111,110,34,93,44,115,61,116,46,97,117,116,111,70,111,99,117,115,66,117,116,116,111,110,44,99,61,115,61,61,61,97,83,38,38,105,63,105,46,36,101,108,124,124,105,58,115,61,61,61,105,83,38,38,111,63,111,46,36,101,108,124,124,111,58,115,61,61,61,111,83,38,38,97,63,97,46,36,101,108,124,124,97,58,110,59,113,115,40,99,41,44,99,61,61,61,110,38,38,116,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,115,99,114,111,108,108,84,111,112,61,48,125,41,41,125,125,41,41,125,44,114,101,116,117,114,110,70,111,99,117,115,84,111,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,114,101,116,117,114,110,70,111,99,117,115,124,124,116,104,105,115,46,36,95,114,101,116,117,114,110,70,111,99,117,115,124,124,110,117,108,108,59,116,104,105,115,46,36,95,114,101,116,117,114,110,70,111,99,117,115,61,110,117,108,108,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,61,79,116,40,116,41,63,107,115,40,116,41,58,116,44,116,38,38,40,116,61,116,46,36,101,108,124,124,116,44,113,115,40,116,41,41,125,41,41,125,44,99,104,101,99,107,77,111,100,97,108,79,118,101,114,102,108,111,119,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,104,105,115,46,105,115,86,105,115,105,98,108,101,41,123,118,97,114,32,116,61,116,104,105,115,46,36,114,101,102,115,46,109,111,100,97,108,59,116,104,105,115,46,105,115,77,111,100,97,108,79,118,101,114,102,108,111,119,105,110,103,61,116,46,115,99,114,111,108,108,72,101,105,103,104,116,62,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,46,99,108,105,101,110,116,72,101,105,103,104,116,125,125,44,109,97,107,101,77,111,100,97,108,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,40,41,59,105,102,40,33,116,104,105,115,46,104,105,100,101,72,101,97,100,101,114,41,123,118,97,114,32,110,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,103,97,44,116,104,105,115,46,115,108,111,116,83,99,111,112,101,41,59,105,102,40,33,110,41,123,118,97,114,32,114,61,116,40,41,59,116,104,105,115,46,104,105,100,101,72,101,97,100,101,114,67,108,111,115,101,124,124,40,114,61,116,40,69,99,44,123,112,114,111,112,115,58,123,99,111,110,116,101,110,116,58,116,104,105,115,46,104,101,97,100,101,114,67,108,111,115,101,67,111,110,116,101,110,116,44,100,105,115,97,98,108,101,100,58,116,104,105,115,46,105,115,84,114,97,110,115,105,116,105,111,110,105,110,103,44,97,114,105,97,76,97,98,101,108,58,116,104,105,115,46,104,101,97,100,101,114,67,108,111,115,101,76,97,98,101,108,44,116,101,120,116,86,97,114,105,97,110,116,58,116,104,105,115,46,104,101,97,100,101,114,67,108,111,115,101,86,97,114,105,97,110,116,124,124,116,104,105,115,46,104,101,97,100,101,114,84,101,120,116,86,97,114,105,97,110,116,125,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,67,108,111,115,101,125,44,114,101,102,58,34,99,108,111,115,101,45,98,117,116,116,111,110,34,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,109,97,41,93,41,41,44,110,61,91,116,40,116,104,105,115,46,116,105,116,108,101,84,97,103,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,111,100,97,108,45,116,105,116,108,101,34,44,99,108,97,115,115,58,116,104,105,115,46,116,105,116,108,101,67,108,97,115,115,101,115,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,109,111,100,97,108,84,105,116,108,101,73,100,125,44,100,111,109,80,114,111,112,115,58,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,121,97,41,63,123,125,58,107,102,40,116,104,105,115,46,116,105,116,108,101,72,116,109,108,44,116,104,105,115,46,116,105,116,108,101,41,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,121,97,44,116,104,105,115,46,115,108,111,116,83,99,111,112,101,41,41,44,114,93,125,101,61,116,40,34,104,101,97,100,101,114,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,111,100,97,108,45,104,101,97,100,101,114,34,44,99,108,97,115,115,58,116,104,105,115,46,104,101,97,100,101,114,67,108,97,115,115,101,115,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,109,111,100,97,108,72,101,97,100,101,114,73,100,125,44,114,101,102,58,34,104,101,97,100,101,114,34,125,44,91,110,93,41,125,118,97,114,32,105,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,111,100,97,108,45,98,111,100,121,34,44,99,108,97,115,115,58,116,104,105,115,46,98,111,100,121,67,108,97,115,115,101,115,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,109,111,100,97,108,66,111,100,121,73,100,125,44,114,101,102,58,34,98,111,100,121,34,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,72,111,44,116,104,105,115,46,115,108,111,116,83,99,111,112,101,41,41,44,111,61,116,40,41,59,105,102,40,33,116,104,105,115,46,104,105,100,101,70,111,111,116,101,114,41,123,118,97,114,32,97,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,118,97,44,116,104,105,115,46,115,108,111,116,83,99,111,112,101,41,59,105,102,40,33,97,41,123,118,97,114,32,115,61,116,40,41,59,116,104,105,115,46,111,107,79,110,108,121,124,124,40,115,61,116,40,101,102,44,123,112,114,111,112,115,58,123,118,97,114,105,97,110,116,58,116,104,105,115,46,99,97,110,99,101,108,86,97,114,105,97,110,116,44,115,105,122,101,58,116,104,105,115,46,98,117,116,116,111,110,83,105,122,101,44,100,105,115,97,98,108,101,100,58,116,104,105,115,46,99,97,110,99,101,108,68,105,115,97,98,108,101,100,124,124,116,104,105,115,46,98,117,115,121,124,124,116,104,105,115,46,105,115,84,114,97,110,115,105,116,105,111,110,105,110,103,125,44,100,111,109,80,114,111,112,115,58,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,112,97,41,63,123,125,58,107,102,40,116,104,105,115,46,99,97,110,99,101,108,84,105,116,108,101,72,116,109,108,44,116,104,105,115,46,99,97,110,99,101,108,84,105,116,108,101,41,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,67,97,110,99,101,108,125,44,114,101,102,58,34,99,97,110,99,101,108,45,98,117,116,116,111,110,34,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,112,97,41,41,41,59,118,97,114,32,99,61,116,40,101,102,44,123,112,114,111,112,115,58,123,118,97,114,105,97,110,116,58,116,104,105,115,46,111,107,86,97,114,105,97,110,116,44,115,105,122,101,58,116,104,105,115,46,98,117,116,116,111,110,83,105,122,101,44,100,105,115,97,98,108,101,100,58,116,104,105,115,46,111,107,68,105,115,97,98,108,101,100,124,124,116,104,105,115,46,98,117,115,121,124,124,116,104,105,115,46,105,115,84,114,97,110,115,105,116,105,111,110,105,110,103,125,44,100,111,109,80,114,111,112,115,58,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,98,97,41,63,123,125,58,107,102,40,116,104,105,115,46,111,107,84,105,116,108,101,72,116,109,108,44,116,104,105,115,46,111,107,84,105,116,108,101,41,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,79,107,125,44,114,101,102,58,34,111,107,45,98,117,116,116,111,110,34,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,98,97,41,41,59,97,61,91,115,44,99,93,125,111,61,116,40,34,102,111,111,116,101,114,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,111,100,97,108,45,102,111,111,116,101,114,34,44,99,108,97,115,115,58,116,104,105,115,46,102,111,111,116,101,114,67,108,97,115,115,101,115,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,109,111,100,97,108,70,111,111,116,101,114,73,100,125,44,114,101,102,58,34,102,111,111,116,101,114,34,125,44,91,97,93,41,125,118,97,114,32,117,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,111,100,97,108,45,99,111,110,116,101,110,116,34,44,99,108,97,115,115,58,116,104,105,115,46,99,111,110,116,101,110,116,67,108,97,115,115,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,109,111,100,97,108,67,111,110,116,101,110,116,73,100,44,116,97,98,105,110,100,101,120,58,34,45,49,34,125,44,114,101,102,58,34,99,111,110,116,101,110,116,34,125,44,91,101,44,105,44,111,93,41,44,108,61,116,40,41,44,102,61,116,40,41,59,116,104,105,115,46,105,115,86,105,115,105,98,108,101,38,38,33,116,104,105,115,46,110,111,69,110,102,111,114,99,101,70,111,99,117,115,38,38,40,108,61,116,40,34,115,112,97,110,34,44,123,97,116,116,114,115,58,123,116,97,98,105,110,100,101,120,58,34,48,34,125,44,114,101,102,58,34,116,111,112,45,116,114,97,112,34,125,41,44,102,61,116,40,34,115,112,97,110,34,44,123,97,116,116,114,115,58,123,116,97,98,105,110,100,101,120,58,34,48,34,125,44,114,101,102,58,34,98,111,116,116,111,109,45,116,114,97,112,34,125,41,41,59,118,97,114,32,104,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,111,100,97,108,45,100,105,97,108,111,103,34,44,99,108,97,115,115,58,116,104,105,115,46,100,105,97,108,111,103,67,108,97,115,115,101,115,44,111,110,58,123,109,111,117,115,101,100,111,119,110,58,116,104,105,115,46,111,110,68,105,97,108,111,103,77,111,117,115,101,100,111,119,110,125,44,114,101,102,58,34,100,105,97,108,111,103,34,125,44,91,108,44,117,44,102,93,41,44,100,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,111,100,97,108,34,44,99,108,97,115,115,58,116,104,105,115,46,109,111,100,97,108,67,108,97,115,115,101,115,44,115,116,121,108,101,58,116,104,105,115,46,109,111,100,97,108,83,116,121,108,101,115,44,97,116,116,114,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,77,111,100,97,108,65,116,116,114,115,44,111,110,58,123,107,101,121,100,111,119,110,58,116,104,105,115,46,111,110,69,115,99,44,99,108,105,99,107,58,116,104,105,115,46,111,110,67,108,105,99,107,79,117,116,125,44,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,118,97,108,117,101,58,116,104,105,115,46,105,115,86,105,115,105,98,108,101,125,93,44,114,101,102,58,34,109,111,100,97,108,34,125,44,91,104,93,41,59,100,61,116,40,34,116,114,97,110,115,105,116,105,111,110,34,44,123,112,114,111,112,115,58,123,101,110,116,101,114,67,108,97,115,115,58,34,34,44,101,110,116,101,114,84,111,67,108,97,115,115,58,34,34,44,101,110,116,101,114,65,99,116,105,118,101,67,108,97,115,115,58,34,34,44,108,101,97,118,101,67,108,97,115,115,58,34,34,44,108,101,97,118,101,65,99,116,105,118,101,67,108,97,115,115,58,34,34,44,108,101,97,118,101,84,111,67,108,97,115,115,58,34,34,125,44,111,110,58,123,98,101,102,111,114,101,69,110,116,101,114,58,116,104,105,115,46,111,110,66,101,102,111,114,101,69,110,116,101,114,44,101,110,116,101,114,58,116,104,105,115,46,111,110,69,110,116,101,114,44,97,102,116,101,114,69,110,116,101,114,58,116,104,105,115,46,111,110,65,102,116,101,114,69,110,116,101,114,44,98,101,102,111,114,101,76,101,97,118,101,58,116,104,105,115,46,111,110,66,101,102,111,114,101,76,101,97,118,101,44,108,101,97,118,101,58,116,104,105,115,46,111,110,76,101,97,118,101,44,97,102,116,101,114,76,101,97,118,101,58,116,104,105,115,46,111,110,65,102,116,101,114,76,101,97,118,101,125,125,44,91,100,93,41,59,118,97,114,32,112,61,116,40,41,59,114,101,116,117,114,110,33,116,104,105,115,46,104,105,100,101,66,97,99,107,100,114,111,112,38,38,116,104,105,115,46,105,115,86,105,115,105,98,108,101,38,38,40,112,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,111,100,97,108,45,98,97,99,107,100,114,111,112,34,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,109,111,100,97,108,66,97,99,107,100,114,111,112,73,100,125,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,100,97,41,41,41,44,112,61,116,40,66,99,44,123,112,114,111,112,115,58,123,110,111,70,97,100,101,58,116,104,105,115,46,110,111,70,97,100,101,125,125,44,91,112,93,41,44,116,40,34,100,105,118,34,44,123,115,116,121,108,101,58,116,104,105,115,46,109,111,100,97,108,79,117,116,101,114,83,116,121,108,101,44,97,116,116,114,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,65,116,116,114,115,44,107,101,121,58,34,109,111,100,97,108,45,111,117,116,101,114,45,34,46,99,111,110,99,97,116,40,116,104,105,115,91,36,101,93,41,125,44,91,100,44,112,93,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,105,99,63,116,104,105,115,46,108,97,122,121,38,38,116,104,105,115,46,105,115,72,105,100,100,101,110,63,116,40,41,58,116,104,105,115,46,109,97,107,101,77,111,100,97,108,40,116,41,58,116,104,105,115,46,105,115,72,105,100,100,101,110,63,116,40,41,58,116,40,120,79,44,91,116,104,105,115,46,109,97,107,101,77,111,100,97,108,40,116,41,93,41,125,125,41,44,102,83,61,80,99,40,97,114,44,88,105,41,44,104,83,61,34,95,95,98,118,95,109,111,100,97,108,95,100,105,114,101,99,116,105,118,101,95,95,34,44,100,83,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,109,111,100,105,102,105,101,114,115,44,110,61,118,111,105,100,32,48,61,61,61,101,63,123,125,58,101,44,114,61,116,46,97,114,103,44,105,61,116,46,118,97,108,117,101,59,114,101,116,117,114,110,32,79,116,40,105,41,63,105,58,79,116,40,114,41,63,114,58,86,116,40,110,41,46,114,101,118,101,114,115,101,40,41,91,48,93,125,44,112,83,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,67,115,40,116,44,34,46,100,114,111,112,100,111,119,110,45,109,101,110,117,32,62,32,108,105,44,32,108,105,46,110,97,118,45,105,116,101,109,34,41,38,38,107,115,40,34,97,44,32,98,117,116,116,111,110,34,44,116,41,124,124,116,125,44,118,83,61,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,34,66,85,84,84,79,78,34,33,61,61,116,46,116,97,103,78,97,109,101,38,38,40,36,115,40,116,44,34,114,111,108,101,34,41,124,124,76,115,40,116,44,34,114,111,108,101,34,44,34,98,117,116,116,111,110,34,41,44,34,65,34,61,61,61,116,46,116,97,103,78,97,109,101,124,124,36,115,40,116,44,34,116,97,98,105,110,100,101,120,34,41,124,124,76,115,40,116,44,34,116,97,98,105,110,100,101,120,34,44,34,48,34,41,41,125,44,103,83,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,100,83,40,101,41,44,105,61,112,83,40,116,41,59,105,102,40,114,38,38,105,41,123,118,97,114,32,111,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,117,114,114,101,110,116,84,97,114,103,101,116,59,105,102,40,33,120,115,40,101,41,41,123,118,97,114,32,105,61,116,46,116,121,112,101,44,111,61,116,46,107,101,121,67,111,100,101,59,34,99,108,105,99,107,34,33,61,61,105,38,38,40,34,107,101,121,100,111,119,110,34,33,61,61,105,124,124,111,33,61,61,108,108,38,38,111,33,61,61,109,108,41,124,124,110,46,99,111,110,116,101,120,116,46,36,114,111,111,116,46,36,101,109,105,116,40,102,83,44,114,44,101,41,125,125,59,116,91,104,83,93,61,123,104,97,110,100,108,101,114,58,111,44,116,97,114,103,101,116,58,114,44,116,114,105,103,103,101,114,58,105,125,44,118,83,40,105,41,44,95,99,40,105,44,34,99,108,105,99,107,34,44,111,44,108,111,41,44,34,66,85,84,84,79,78,34,33,61,61,105,46,116,97,103,78,97,109,101,38,38,34,98,117,116,116,111,110,34,61,61,61,73,115,40,105,44,34,114,111,108,101,34,41,38,38,95,99,40,105,44,34,107,101,121,100,111,119,110,34,44,111,44,108,111,41,125,125,44,109,83,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,91,104,83,93,124,124,123,125,44,110,61,101,46,116,114,105,103,103,101,114,44,114,61,101,46,104,97,110,100,108,101,114,59,110,38,38,114,38,38,40,120,99,40,110,44,34,99,108,105,99,107,34,44,114,44,108,111,41,44,120,99,40,110,44,34,107,101,121,100,111,119,110,34,44,114,44,108,111,41,44,120,99,40,116,44,34,99,108,105,99,107,34,44,114,44,108,111,41,44,120,99,40,116,44,34,107,101,121,100,111,119,110,34,44,114,44,108,111,41,41,44,100,101,108,101,116,101,32,116,91,104,83,93,125,44,98,83,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,91,104,83,93,124,124,123,125,44,105,61,100,83,40,101,41,44,111,61,112,83,40,116,41,59,105,61,61,61,114,46,116,97,114,103,101,116,38,38,111,61,61,61,114,46,116,114,105,103,103,101,114,124,124,40,109,83,40,116,44,101,44,110,41,44,103,83,40,116,44,101,44,110,41,41,44,118,83,40,111,41,125,44,121,83,61,102,117,110,99,116,105,111,110,40,41,123,125,44,119,83,61,123,105,110,115,101,114,116,101,100,58,98,83,44,117,112,100,97,116,101,100,58,121,83,44,99,111,109,112,111,110,101,110,116,85,112,100,97,116,101,100,58,98,83,44,117,110,98,105,110,100,58,109,83,125,59,102,117,110,99,116,105,111,110,32,95,83,40,116,44,101,41,123,105,102,40,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,101,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,110,111,116,32,99,97,108,108,32,97,32,99,108,97,115,115,32,97,115,32,97,32,102,117,110,99,116,105,111,110,34,41,125,102,117,110,99,116,105,111,110,32,120,83,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,101,46,108,101,110,103,116,104,59,110,43,43,41,123,118,97,114,32,114,61,101,91,110,93,59,114,46,101,110,117,109,101,114,97,98,108,101,61,114,46,101,110,117,109,101,114,97,98,108,101,124,124,33,49,44,114,46,99,111,110,102,105,103,117,114,97,98,108,101,61,33,48,44,34,118,97,108,117,101,34,105,110,32,114,38,38,40,114,46,119,114,105,116,97,98,108,101,61,33,48,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,114,46,107,101,121,44,114,41,125,125,102,117,110,99,116,105,111,110,32,79,83,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,38,38,120,83,40,116,46,112,114,111,116,111,116,121,112,101,44,101,41,44,110,38,38,120,83,40,116,44,110,41,44,116,125,102,117,110,99,116,105,111,110,32,83,83,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,107,83,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,83,83,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,67,83,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,83,83,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,67,83,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,102,117,110,99,116,105,111,110,32,80,83,40,116,41,123,114,101,116,117,114,110,32,65,83,40,116,41,124,124,69,83,40,116,41,124,124,106,83,40,116,41,124,124,84,83,40,41,125,102,117,110,99,116,105,111,110,32,84,83,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,115,112,114,101,97,100,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,46,92,110,73,110,32,111,114,100,101,114,32,116,111,32,98,101,32,105,116,101,114,97,98,108,101,44,32,110,111,110,45,97,114,114,97,121,32,111,98,106,101,99,116,115,32,109,117,115,116,32,104,97,118,101,32,97,32,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,32,109,101,116,104,111,100,46,34,41,125,102,117,110,99,116,105,111,110,32,106,83,40,116,44,101,41,123,105,102,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,68,83,40,116,44,101,41,59,118,97,114,32,110,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,59,114,101,116,117,114,110,34,79,98,106,101,99,116,34,61,61,61,110,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,40,110,61,116,46,99,111,110,115,116,114,117,99,116,111,114,46,110,97,109,101,41,44,34,77,97,112,34,61,61,61,110,124,124,34,83,101,116,34,61,61,61,110,63,65,114,114,97,121,46,102,114,111,109,40,116,41,58,34,65,114,103,117,109,101,110,116,115,34,61,61,61,110,124,124,47,94,40,63,58,85,105,124,73,41,110,116,40,63,58,56,124,49,54,124,51,50,41,40,63,58,67,108,97,109,112,101,100,41,63,65,114,114,97,121,36,47,46,116,101,115,116,40,110,41,63,68,83,40,116,44,101,41,58,118,111,105,100,32,48,125,125,102,117,110,99,116,105,111,110,32,69,83,40,116,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,116,41,41,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,40,116,41,125,102,117,110,99,116,105,111,110,32,65,83,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,114,101,116,117,114,110,32,68,83,40,116,41,125,102,117,110,99,116,105,111,110,32,68,83,40,116,44,101,41,123,40,110,117,108,108,61,61,101,124,124,101,62,116,46,108,101,110,103,116,104,41,38,38,40,101,61,116,46,108,101,110,103,116,104,41,59,102,111,114,40,118,97,114,32,110,61,48,44,114,61,110,101,119,32,65,114,114,97,121,40,101,41,59,110,60,101,59,110,43,43,41,114,91,110,93,61,116,91,110,93,59,114,101,116,117,114,110,32,114,125,118,97,114,32,76,83,61,34,36,98,118,77,111,100,97,108,34,44,77,83,61,34,95,98,118,95,95,109,111,100,97,108,34,44,73,83,61,91,34,105,100,34,93,46,99,111,110,99,97,116,40,80,83,40,86,116,40,71,116,40,117,83,44,91,34,98,117,115,121,34,44,34,108,97,122,121,34,44,34,110,111,83,116,97,99,107,105,110,103,34,44,34,115,116,97,116,105,99,34,44,34,118,105,115,105,98,108,101,34,93,41,41,41,41,44,36,83,61,102,117,110,99,116,105,111,110,40,41,123,125,44,70,83,61,123,109,115,103,66,111,120,67,111,110,116,101,110,116,58,34,100,101,102,97,117,108,116,34,44,116,105,116,108,101,58,34,109,111,100,97,108,45,116,105,116,108,101,34,44,111,107,84,105,116,108,101,58,34,109,111,100,97,108,45,111,107,34,44,99,97,110,99,101,108,84,105,116,108,101,58,34,109,111,100,97,108,45,99,97,110,99,101,108,34,125,44,66,83,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,73,83,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,32,98,116,40,116,91,110,93,41,124,124,40,101,91,110,93,61,116,91,110,93,41,44,101,125,41,44,123,125,41,125,44,82,83,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,101,120,116,101,110,100,40,123,110,97,109,101,58,115,114,44,101,120,116,101,110,100,115,58,108,83,44,100,101,115,116,114,111,121,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,101,108,38,38,116,104,105,115,46,36,101,108,46,112,97,114,101,110,116,78,111,100,101,38,38,116,104,105,115,46,36,101,108,46,112,97,114,101,110,116,78,111,100,101,46,114,101,109,111,118,101,67,104,105,108,100,40,116,104,105,115,46,36,101,108,41,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,102,117,110,99,116,105,111,110,40,41,123,116,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,36,100,101,115,116,114,111,121,40,41,125,41,41,125,41,41,125,59,116,104,105,115,46,36,112,97,114,101,110,116,46,36,111,110,99,101,40,97,111,44,101,41,44,116,104,105,115,46,36,111,110,99,101,40,67,105,44,101,41,44,116,104,105,115,46,36,114,111,117,116,101,114,38,38,116,104,105,115,46,36,114,111,117,116,101,38,38,116,104,105,115,46,36,111,110,99,101,40,111,111,44,116,104,105,115,46,36,119,97,116,99,104,40,34,36,114,111,117,116,101,114,34,44,101,41,41,44,116,104,105,115,46,115,104,111,119,40,41,125,125,41,44,110,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,118,97,114,32,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,36,83,59,105,102,40,33,104,101,40,76,83,41,38,38,33,100,101,40,76,83,41,41,123,118,97,114,32,105,61,110,101,119,32,101,40,123,112,97,114,101,110,116,58,116,44,112,114,111,112,115,68,97,116,97,58,107,83,40,107,83,40,107,83,40,123,125,44,66,83,40,90,115,40,97,114,41,41,41,44,123,125,44,123,104,105,100,101,72,101,97,100,101,114,67,108,111,115,101,58,33,48,44,104,105,100,101,72,101,97,100,101,114,58,33,40,110,46,116,105,116,108,101,124,124,110,46,116,105,116,108,101,72,116,109,108,41,125,44,71,116,40,110,44,86,116,40,70,83,41,41,41,44,123,125,44,123,108,97,122,121,58,33,49,44,98,117,115,121,58,33,49,44,118,105,115,105,98,108,101,58,33,49,44,110,111,83,116,97,99,107,105,110,103,58,33,49,44,110,111,69,110,102,111,114,99,101,70,111,99,117,115,58,33,49,125,41,125,41,59,114,101,116,117,114,110,32,86,116,40,70,83,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,98,116,40,110,91,116,93,41,124,124,40,105,46,36,115,108,111,116,115,91,70,83,91,116,93,93,61,71,97,40,110,91,116,93,41,41,125,41,41,44,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,33,49,59,105,46,36,111,110,99,101,40,97,111,44,40,102,117,110,99,116,105,111,110,40,41,123,110,124,124,101,40,110,101,119,32,69,114,114,111,114,40,34,66,111,111,116,115,116,114,97,112,86,117,101,32,77,115,103,66,111,120,32,100,101,115,116,114,111,121,101,100,32,98,101,102,111,114,101,32,114,101,115,111,108,118,101,34,41,41,125,41,41,44,105,46,36,111,110,40,80,105,44,40,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,33,101,46,100,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,41,123,118,97,114,32,105,61,114,40,101,41,59,101,46,100,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,124,124,40,110,61,33,48,44,116,40,105,41,41,125,125,41,41,59,118,97,114,32,111,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,59,100,111,99,117,109,101,110,116,46,98,111,100,121,46,97,112,112,101,110,100,67,104,105,108,100,40,111,41,44,105,46,36,109,111,117,110,116,40,111,41,125,41,41,125,125,44,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,123,125,44,105,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,51,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,51,93,63,97,114,103,117,109,101,110,116,115,91,51,93,58,110,117,108,108,59,105,102,40,101,38,38,33,100,101,40,76,83,41,38,38,33,104,101,40,76,83,41,38,38,95,116,40,105,41,41,114,101,116,117,114,110,32,110,40,116,44,107,83,40,107,83,40,123,125,44,66,83,40,114,41,41,44,123,125,44,123,109,115,103,66,111,120,67,111,110,116,101,110,116,58,101,125,41,44,105,41,125,44,105,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,101,41,123,95,83,40,116,104,105,115,44,116,41,44,70,116,40,116,104,105,115,44,123,95,118,109,58,101,44,95,114,111,111,116,58,101,46,36,114,111,111,116,125,41,44,82,116,40,116,104,105,115,44,123,95,118,109,58,88,116,40,41,44,95,114,111,111,116,58,88,116,40,41,125,41,125,114,101,116,117,114,110,32,79,83,40,116,44,91,123,107,101,121,58,34,115,104,111,119,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,38,38,116,104,105,115,46,95,114,111,111,116,41,123,102,111,114,40,118,97,114,32,101,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,114,61,110,101,119,32,65,114,114,97,121,40,110,62,49,63,110,45,49,58,48,41,44,105,61,49,59,105,60,110,59,105,43,43,41,114,91,105,45,49,93,61,97,114,103,117,109,101,110,116,115,91,105,93,59,40,101,61,116,104,105,115,46,95,114,111,111,116,41,46,36,101,109,105,116,46,97,112,112,108,121,40,101,44,91,80,99,40,97,114,44,34,115,104,111,119,34,41,44,116,93,46,99,111,110,99,97,116,40,114,41,41,125,125,125,44,123,107,101,121,58,34,104,105,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,38,38,116,104,105,115,46,95,114,111,111,116,41,123,102,111,114,40,118,97,114,32,101,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,114,61,110,101,119,32,65,114,114,97,121,40,110,62,49,63,110,45,49,58,48,41,44,105,61,49,59,105,60,110,59,105,43,43,41,114,91,105,45,49,93,61,97,114,103,117,109,101,110,116,115,91,105,93,59,40,101,61,116,104,105,115,46,95,114,111,111,116,41,46,36,101,109,105,116,46,97,112,112,108,121,40,101,44,91,80,99,40,97,114,44,34,104,105,100,101,34,41,44,116,93,46,99,111,110,99,97,116,40,114,41,41,125,125,125,44,123,107,101,121,58,34,109,115,103,66,111,120,79,107,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,44,110,61,107,83,40,107,83,40,123,125,44,101,41,44,123,125,44,123,111,107,79,110,108,121,58,33,48,44,111,107,68,105,115,97,98,108,101,100,58,33,49,44,104,105,100,101,70,111,111,116,101,114,58,33,49,44,109,115,103,66,111,120,67,111,110,116,101,110,116,58,116,125,41,59,114,101,116,117,114,110,32,114,40,116,104,105,115,46,95,118,109,44,116,44,110,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,125,41,41,125,125,44,123,107,101,121,58,34,109,115,103,66,111,120,67,111,110,102,105,114,109,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,44,110,61,107,83,40,107,83,40,123,125,44,101,41,44,123,125,44,123,111,107,79,110,108,121,58,33,49,44,111,107,68,105,115,97,98,108,101,100,58,33,49,44,99,97,110,99,101,108,68,105,115,97,98,108,101,100,58,33,49,44,104,105,100,101,70,111,111,116,101,114,58,33,49,125,41,59,114,101,116,117,114,110,32,114,40,116,104,105,115,46,95,118,109,44,116,44,110,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,116,114,105,103,103,101,114,59,114,101,116,117,114,110,34,111,107,34,61,61,61,101,124,124,34,99,97,110,99,101,108,34,33,61,61,101,38,38,110,117,108,108,125,41,41,125,125,93,41,44,116,125,40,41,59,116,46,109,105,120,105,110,40,123,98,101,102,111,114,101,67,114,101,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,91,77,83,93,61,110,101,119,32,105,40,116,104,105,115,41,125,125,41,44,72,116,40,116,46,112,114,111,116,111,116,121,112,101,44,76,83,41,124,124,78,116,40,116,46,112,114,111,116,111,116,121,112,101,44,76,83,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,38,38,116,104,105,115,91,77,83,93,124,124,102,101,40,39,34,39,46,99,111,110,99,97,116,40,76,83,44,39,34,32,109,117,115,116,32,98,101,32,97,99,99,101,115,115,101,100,32,102,114,111,109,32,97,32,86,117,101,32,105,110,115,116,97,110,99,101,32,34,116,104,105,115,34,32,99,111,110,116,101,120,116,46,39,41,44,97,114,41,44,116,104,105,115,91,77,83,93,125,125,41,125,44,78,83,61,107,101,40,123,112,108,117,103,105,110,115,58,123,112,108,117,103,105,110,58,82,83,125,125,41,44,122,83,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,77,111,100,97,108,58,108,83,125,44,100,105,114,101,99,116,105,118,101,115,58,123,86,66,77,111,100,97,108,58,119,83,125,44,112,108,117,103,105,110,115,58,123,66,86,77,111,100,97,108,80,108,117,103,105,110,58,78,83,125,125,41,59,102,117,110,99,116,105,111,110,32,86,83,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,72,83,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,34,108,101,102,116,34,61,61,61,116,63,34,115,116,97,114,116,34,58,34,114,105,103,104,116,34,61,61,61,116,63,34,101,110,100,34,58,116,44,34,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,34,46,99,111,110,99,97,116,40,116,41,125,44,85,83,61,104,99,40,123,97,108,105,103,110,58,99,99,40,95,111,41,44,99,97,114,100,72,101,97,100,101,114,58,99,99,40,118,111,44,33,49,41,44,102,105,108,108,58,99,99,40,118,111,44,33,49,41,44,106,117,115,116,105,102,105,101,100,58,99,99,40,118,111,44,33,49,41,44,112,105,108,108,115,58,99,99,40,118,111,44,33,49,41,44,115,109,97,108,108,58,99,99,40,118,111,44,33,49,41,44,116,97,98,115,58,99,99,40,118,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,117,108,34,41,44,118,101,114,116,105,99,97,108,58,99,99,40,118,111,44,33,49,41,125,44,99,114,41,44,87,83,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,99,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,85,83,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,101,46,112,114,111,112,115,44,105,61,101,46,100,97,116,97,44,111,61,101,46,99,104,105,108,100,114,101,110,44,97,61,114,46,116,97,98,115,44,115,61,114,46,112,105,108,108,115,44,99,61,114,46,118,101,114,116,105,99,97,108,44,117,61,114,46,97,108,105,103,110,44,108,61,114,46,99,97,114,100,72,101,97,100,101,114,59,114,101,116,117,114,110,32,116,40,114,46,116,97,103,44,73,101,40,105,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,110,97,118,34,44,99,108,97,115,115,58,40,110,61,123,34,110,97,118,45,116,97,98,115,34,58,97,44,34,110,97,118,45,112,105,108,108,115,34,58,115,38,38,33,97,44,34,99,97,114,100,45,104,101,97,100,101,114,45,116,97,98,115,34,58,33,99,38,38,108,38,38,97,44,34,99,97,114,100,45,104,101,97,100,101,114,45,112,105,108,108,115,34,58,33,99,38,38,108,38,38,115,38,38,33,97,44,34,102,108,101,120,45,99,111,108,117,109,110,34,58,99,44,34,110,97,118,45,102,105,108,108,34,58,33,99,38,38,114,46,102,105,108,108,44,34,110,97,118,45,106,117,115,116,105,102,105,101,100,34,58,33,99,38,38,114,46,106,117,115,116,105,102,105,101,100,125,44,86,83,40,110,44,72,83,40,117,41,44,33,99,38,38,117,41,44,86,83,40,110,44,34,115,109,97,108,108,34,44,114,46,115,109,97,108,108,41,44,110,41,125,41,44,111,41,125,125,41,59,102,117,110,99,116,105,111,110,32,113,83,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,71,83,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,113,83,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,89,83,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,113,83,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,89,83,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,75,83,61,71,116,40,78,108,44,91,34,101,118,101,110,116,34,44,34,114,111,117,116,101,114,84,97,103,34,93,41,44,88,83,61,104,99,40,75,116,40,71,83,40,71,83,40,123,125,44,75,83,41,44,123,125,44,123,108,105,110,107,65,116,116,114,115,58,99,99,40,121,111,44,123,125,41,44,108,105,110,107,67,108,97,115,115,101,115,58,99,99,40,83,111,41,125,41,41,44,112,114,41,44,90,83,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,112,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,88,83,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,108,105,115,116,101,110,101,114,115,44,111,61,101,46,99,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,116,40,34,108,105,34,44,73,101,40,71,116,40,114,44,91,34,111,110,34,93,41,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,110,97,118,45,105,116,101,109,34,125,41,44,91,116,40,122,108,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,110,97,118,45,108,105,110,107,34,44,99,108,97,115,115,58,110,46,108,105,110,107,67,108,97,115,115,101,115,44,97,116,116,114,115,58,110,46,108,105,110,107,65,116,116,114,115,44,112,114,111,112,115,58,108,99,40,75,83,44,110,41,44,111,110,58,105,125,44,111,41,93,41,125,125,41,44,74,83,61,123,125,44,81,83,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,103,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,74,83,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,100,97,116,97,44,114,61,101,46,99,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,116,40,34,108,105,34,44,73,101,40,110,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,110,97,118,98,97,114,45,116,101,120,116,34,125,41,44,114,41,125,125,41,59,102,117,110,99,116,105,111,110,32,116,107,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,101,107,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,116,107,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,110,107,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,116,107,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,110,107,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,114,107,61,71,116,40,80,103,44,91,34,105,110,108,105,110,101,34,93,41,44,105,107,61,104,99,40,75,116,40,101,107,40,101,107,40,123,125,44,114,107,41,44,123,125,44,123,102,111,114,109,67,108,97,115,115,58,99,99,40,83,111,41,125,41,41,44,100,114,41,44,111,107,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,100,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,105,107,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,44,111,61,101,46,108,105,115,116,101,110,101,114,115,44,97,61,116,40,84,103,44,123,99,108,97,115,115,58,110,46,102,111,114,109,67,108,97,115,115,44,112,114,111,112,115,58,101,107,40,101,107,40,123,125,44,108,99,40,114,107,44,110,41,41,44,123,125,44,123,105,110,108,105,110,101,58,33,48,125,41,44,97,116,116,114,115,58,114,46,97,116,116,114,115,44,111,110,58,111,125,44,105,41,59,114,101,116,117,114,110,32,116,40,34,108,105,34,44,73,101,40,71,116,40,114,44,91,34,97,116,116,114,115,34,44,34,111,110,34,93,41,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,111,114,109,45,105,110,108,105,110,101,34,125,41,44,91,97,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,97,107,40,116,41,123,114,101,116,117,114,110,32,108,107,40,116,41,124,124,117,107,40,116,41,124,124,99,107,40,116,41,124,124,115,107,40,41,125,102,117,110,99,116,105,111,110,32,115,107,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,115,112,114,101,97,100,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,46,92,110,73,110,32,111,114,100,101,114,32,116,111,32,98,101,32,105,116,101,114,97,98,108,101,44,32,110,111,110,45,97,114,114,97,121,32,111,98,106,101,99,116,115,32,109,117,115,116,32,104,97,118,101,32,97,32,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,32,109,101,116,104,111,100,46,34,41,125,102,117,110,99,116,105,111,110,32,99,107,40,116,44,101,41,123,105,102,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,102,107,40,116,44,101,41,59,118,97,114,32,110,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,59,114,101,116,117,114,110,34,79,98,106,101,99,116,34,61,61,61,110,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,40,110,61,116,46,99,111,110,115,116,114,117,99,116,111,114,46,110,97,109,101,41,44,34,77,97,112,34,61,61,61,110,124,124,34,83,101,116,34,61,61,61,110,63,65,114,114,97,121,46,102,114,111,109,40,116,41,58,34,65,114,103,117,109,101,110,116,115,34,61,61,61,110,124,124,47,94,40,63,58,85,105,124,73,41,110,116,40,63,58,56,124,49,54,124,51,50,41,40,63,58,67,108,97,109,112,101,100,41,63,65,114,114,97,121,36,47,46,116,101,115,116,40,110,41,63,102,107,40,116,44,101,41,58,118,111,105,100,32,48,125,125,102,117,110,99,116,105,111,110,32,117,107,40,116,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,116,41,41,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,40,116,41,125,102,117,110,99,116,105,111,110,32,108,107,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,114,101,116,117,114,110,32,102,107,40,116,41,125,102,117,110,99,116,105,111,110,32,102,107,40,116,44,101,41,123,40,110,117,108,108,61,61,101,124,124,101,62,116,46,108,101,110,103,116,104,41,38,38,40,101,61,116,46,108,101,110,103,116,104,41,59,102,111,114,40,118,97,114,32,110,61,48,44,114,61,110,101,119,32,65,114,114,97,121,40,101,41,59,110,60,101,59,110,43,43,41,114,91,110,93,61,116,91,110,93,59,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,104,107,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,100,107,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,104,107,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,112,107,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,104,107,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,112,107,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,118,107,61,104,99,40,75,116,40,100,107,40,100,107,40,123,125,44,69,104,41,44,113,116,40,105,103,44,91,93,46,99,111,110,99,97,116,40,97,107,40,86,116,40,81,118,41,41,44,91,34,104,116,109,108,34,44,34,108,97,122,121,34,44,34,109,101,110,117,67,108,97,115,115,34,44,34,110,111,67,97,114,101,116,34,44,34,114,111,108,101,34,44,34,116,101,120,116,34,44,34,116,111,103,103,108,101,67,108,97,115,115,34,93,41,41,41,41,44,118,114,41,44,103,107,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,118,114,44,109,105,120,105,110,115,58,91,65,104,44,116,103,44,121,99,93,44,112,114,111,112,115,58,118,107,44,99,111,109,112,117,116,101,100,58,123,116,111,103,103,108,101,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,97,102,101,73,100,40,34,95,66,86,95,116,111,103,103,108,101,95,34,41,125,44,100,114,111,112,100,111,119,110,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,116,104,105,115,46,100,105,114,101,99,116,105,111,110,67,108,97,115,115,44,116,104,105,115,46,98,111,117,110,100,97,114,121,67,108,97,115,115,44,123,115,104,111,119,58,116,104,105,115,46,118,105,115,105,98,108,101,125,93,125,44,109,101,110,117,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,116,104,105,115,46,109,101,110,117,67,108,97,115,115,44,123,34,100,114,111,112,100,111,119,110,45,109,101,110,117,45,114,105,103,104,116,34,58,116,104,105,115,46,114,105,103,104,116,44,115,104,111,119,58,116,104,105,115,46,118,105,115,105,98,108,101,125,93,125,44,116,111,103,103,108,101,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,116,104,105,115,46,116,111,103,103,108,101,67,108,97,115,115,44,123,34,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,45,110,111,45,99,97,114,101,116,34,58,116,104,105,115,46,110,111,67,97,114,101,116,125,93,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,116,111,103,103,108,101,73,100,44,110,61,116,104,105,115,46,118,105,115,105,98,108,101,44,114,61,116,104,105,115,46,104,105,100,101,44,105,61,116,40,122,108,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,110,97,118,45,108,105,110,107,32,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,34,44,99,108,97,115,115,58,116,104,105,115,46,116,111,103,103,108,101,67,108,97,115,115,101,115,44,112,114,111,112,115,58,123,104,114,101,102,58,34,35,34,46,99,111,110,99,97,116,40,116,104,105,115,46,105,100,124,124,34,34,41,44,100,105,115,97,98,108,101,100,58,116,104,105,115,46,100,105,115,97,98,108,101,100,125,44,97,116,116,114,115,58,123,105,100,58,101,44,114,111,108,101,58,34,98,117,116,116,111,110,34,44,34,97,114,105,97,45,104,97,115,112,111,112,117,112,34,58,34,116,114,117,101,34,44,34,97,114,105,97,45,101,120,112,97,110,100,101,100,34,58,110,63,34,116,114,117,101,34,58,34,102,97,108,115,101,34,125,44,111,110,58,123,109,111,117,115,101,100,111,119,110,58,116,104,105,115,46,111,110,77,111,117,115,101,100,111,119,110,44,99,108,105,99,107,58,116,104,105,115,46,116,111,103,103,108,101,44,107,101,121,100,111,119,110,58,116,104,105,115,46,116,111,103,103,108,101,125,44,114,101,102,58,34,116,111,103,103,108,101,34,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,91,78,111,44,82,97,93,41,124,124,116,40,34,115,112,97,110,34,44,123,100,111,109,80,114,111,112,115,58,107,102,40,116,104,105,115,46,104,116,109,108,44,116,104,105,115,46,116,101,120,116,41,125,41,93,41,44,111,61,116,40,34,117,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,114,111,112,100,111,119,110,45,109,101,110,117,34,44,99,108,97,115,115,58,116,104,105,115,46,109,101,110,117,67,108,97,115,115,101,115,44,97,116,116,114,115,58,123,116,97,98,105,110,100,101,120,58,34,45,49,34,44,34,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,34,58,101,125,44,111,110,58,123,107,101,121,100,111,119,110,58,116,104,105,115,46,111,110,75,101,121,100,111,119,110,125,44,114,101,102,58,34,109,101,110,117,34,125,44,33,116,104,105,115,46,108,97,122,121,124,124,110,63,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,72,111,44,123,104,105,100,101,58,114,125,41,58,91,116,40,41,93,41,59,114,101,116,117,114,110,32,116,40,34,108,105,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,110,97,118,45,105,116,101,109,32,98,45,110,97,118,45,100,114,111,112,100,111,119,110,32,100,114,111,112,100,111,119,110,34,44,99,108,97,115,115,58,116,104,105,115,46,100,114,111,112,100,111,119,110,67,108,97,115,115,101,115,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,125,125,44,91,105,44,111,93,41,125,125,41,44,109,107,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,78,97,118,58,87,83,44,66,78,97,118,73,116,101,109,58,90,83,44,66,78,97,118,84,101,120,116,58,81,83,44,66,78,97,118,70,111,114,109,58,111,107,44,66,78,97,118,73,116,101,109,68,114,111,112,100,111,119,110,58,103,107,44,66,78,97,118,73,116,101,109,68,100,58,103,107,44,66,78,97,118,68,114,111,112,100,111,119,110,58,103,107,44,66,78,97,118,68,100,58,103,107,125,44,112,108,117,103,105,110,115,58,123,68,114,111,112,100,111,119,110,80,108,117,103,105,110,58,86,103,125,125,41,59,102,117,110,99,116,105,111,110,32,98,107,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,121,107,61,104,99,40,123,102,105,120,101,100,58,99,99,40,95,111,41,44,112,114,105,110,116,58,99,99,40,118,111,44,33,49,41,44,115,116,105,99,107,121,58,99,99,40,118,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,110,97,118,34,41,44,116,111,103,103,108,101,97,98,108,101,58,99,99,40,84,111,44,33,49,41,44,116,121,112,101,58,99,99,40,95,111,44,34,108,105,103,104,116,34,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,41,125,44,117,114,41,44,119,107,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,117,114,44,109,105,120,105,110,115,58,91,121,99,93,44,112,114,111,118,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,98,118,78,97,118,98,97,114,58,116,104,105,115,125,125,44,112,114,111,112,115,58,121,107,44,99,111,109,112,117,116,101,100,58,123,98,114,101,97,107,112,111,105,110,116,67,108,97,115,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,116,111,103,103,108,101,97,98,108,101,44,101,61,74,115,40,41,91,48,93,44,110,61,110,117,108,108,59,114,101,116,117,114,110,32,116,38,38,79,116,40,116,41,38,38,116,33,61,61,101,63,110,61,34,110,97,118,98,97,114,45,101,120,112,97,110,100,45,34,46,99,111,110,99,97,116,40,116,41,58,33,49,61,61,61,116,38,38,40,110,61,34,110,97,118,98,97,114,45,101,120,112,97,110,100,34,41,44,110,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,116,104,105,115,46,116,97,103,44,114,61,116,104,105,115,46,116,121,112,101,44,105,61,116,104,105,115,46,118,97,114,105,97,110,116,44,111,61,116,104,105,115,46,102,105,120,101,100,59,114,101,116,117,114,110,32,116,40,110,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,110,97,118,98,97,114,34,44,99,108,97,115,115,58,91,40,101,61,123,34,100,45,112,114,105,110,116,34,58,116,104,105,115,46,112,114,105,110,116,44,34,115,116,105,99,107,121,45,116,111,112,34,58,116,104,105,115,46,115,116,105,99,107,121,125,44,98,107,40,101,44,34,110,97,118,98,97,114,45,34,46,99,111,110,99,97,116,40,114,41,44,114,41,44,98,107,40,101,44,34,98,103,45,34,46,99,111,110,99,97,116,40,105,41,44,105,41,44,98,107,40,101,44,34,102,105,120,101,100,45,34,46,99,111,110,99,97,116,40,111,41,44,111,41,44,101,41,44,116,104,105,115,46,98,114,101,97,107,112,111,105,110,116,67,108,97,115,115,93,44,97,116,116,114,115,58,123,114,111,108,101,58,121,115,40,110,44,34,110,97,118,34,41,63,110,117,108,108,58,34,110,97,118,105,103,97,116,105,111,110,34,125,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,95,107,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,120,107,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,34,108,101,102,116,34,61,61,61,116,63,34,115,116,97,114,116,34,58,34,114,105,103,104,116,34,61,61,61,116,63,34,101,110,100,34,58,116,44,34,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,34,46,99,111,110,99,97,116,40,116,41,125,44,79,107,61,104,99,40,113,116,40,85,83,44,91,34,116,97,103,34,44,34,102,105,108,108,34,44,34,106,117,115,116,105,102,105,101,100,34,44,34,97,108,105,103,110,34,44,34,115,109,97,108,108,34,93,41,44,102,114,41,44,83,107,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,102,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,79,107,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,101,46,112,114,111,112,115,44,105,61,101,46,100,97,116,97,44,111,61,101,46,99,104,105,108,100,114,101,110,44,97,61,114,46,97,108,105,103,110,59,114,101,116,117,114,110,32,116,40,114,46,116,97,103,44,73,101,40,105,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,110,97,118,98,97,114,45,110,97,118,34,44,99,108,97,115,115,58,40,110,61,123,34,110,97,118,45,102,105,108,108,34,58,114,46,102,105,108,108,44,34,110,97,118,45,106,117,115,116,105,102,105,101,100,34,58,114,46,106,117,115,116,105,102,105,101,100,125,44,95,107,40,110,44,120,107,40,97,41,44,97,41,44,95,107,40,110,44,34,115,109,97,108,108,34,44,114,46,115,109,97,108,108,41,44,110,41,125,41,44,111,41,125,125,41,59,102,117,110,99,116,105,111,110,32,107,107,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,67,107,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,107,107,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,80,107,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,107,107,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,80,107,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,84,107,61,71,116,40,78,108,44,91,34,101,118,101,110,116,34,44,34,114,111,117,116,101,114,84,97,103,34,93,41,59,84,107,46,104,114,101,102,46,100,101,102,97,117,108,116,61,118,111,105,100,32,48,44,84,107,46,116,111,46,100,101,102,97,117,108,116,61,118,111,105,100,32,48,59,118,97,114,32,106,107,61,104,99,40,75,116,40,67,107,40,67,107,40,123,125,44,84,107,41,44,123,125,44,123,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,125,41,41,44,108,114,41,44,69,107,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,108,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,106,107,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,100,97,116,97,44,105,61,101,46,99,104,105,108,100,114,101,110,44,111,61,110,46,116,111,124,124,110,46,104,114,101,102,44,97,61,111,63,122,108,58,110,46,116,97,103,59,114,101,116,117,114,110,32,116,40,97,44,73,101,40,114,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,110,97,118,98,97,114,45,98,114,97,110,100,34,44,112,114,111,112,115,58,111,63,108,99,40,84,107,44,110,41,58,123,125,125,41,44,105,41,125,125,41,44,65,107,61,34,110,97,118,98,97,114,45,116,111,103,103,108,101,114,34,44,68,107,61,67,99,40,108,110,44,34,115,116,97,116,101,34,41,44,76,107,61,67,99,40,108,110,44,34,115,121,110,99,45,115,116,97,116,101,34,41,44,77,107,61,104,99,40,123,100,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,108,97,98,101,108,58,99,99,40,95,111,44,34,84,111,103,103,108,101,32,110,97,118,105,103,97,116,105,111,110,34,41,44,116,97,114,103,101,116,58,99,99,40,107,111,44,118,111,105,100,32,48,44,33,48,41,125,44,104,114,41,44,73,107,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,104,114,44,100,105,114,101,99,116,105,118,101,115,58,123,86,66,84,111,103,103,108,101,58,106,118,125,44,109,105,120,105,110,115,58,91,67,108,44,121,99,93,44,112,114,111,112,115,58,77,107,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,116,111,103,103,108,101,83,116,97,116,101,58,33,49,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,108,105,115,116,101,110,79,110,82,111,111,116,40,68,107,44,116,104,105,115,46,104,97,110,100,108,101,83,116,97,116,101,69,118,116,41,44,116,104,105,115,46,108,105,115,116,101,110,79,110,82,111,111,116,40,76,107,44,116,104,105,115,46,104,97,110,100,108,101,83,116,97,116,101,69,118,116,41,125,44,109,101,116,104,111,100,115,58,123,111,110,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,116,104,105,115,46,36,101,109,105,116,40,108,105,44,116,41,125,44,104,97,110,100,108,101,83,116,97,116,101,69,118,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,61,61,61,116,104,105,115,46,116,97,114,103,101,116,38,38,40,116,104,105,115,46,116,111,103,103,108,101,83,116,97,116,101,61,101,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,100,105,115,97,98,108,101,100,59,114,101,116,117,114,110,32,116,40,34,98,117,116,116,111,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,65,107,44,99,108,97,115,115,58,123,100,105,115,97,98,108,101,100,58,101,125,44,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,86,66,84,111,103,103,108,101,34,44,118,97,108,117,101,58,116,104,105,115,46,116,97,114,103,101,116,125,93,44,97,116,116,114,115,58,123,116,121,112,101,58,34,98,117,116,116,111,110,34,44,100,105,115,97,98,108,101,100,58,101,44,34,97,114,105,97,45,108,97,98,101,108,34,58,116,104,105,115,46,108,97,98,101,108,125,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,67,108,105,99,107,125,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,72,111,44,123,101,120,112,97,110,100,101,100,58,116,104,105,115,46,116,111,103,103,108,101,83,116,97,116,101,125,41,124,124,116,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,34,46,99,111,110,99,97,116,40,65,107,44,34,45,105,99,111,110,34,41,125,41,93,41,125,125,41,44,36,107,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,78,97,118,98,97,114,58,119,107,44,66,78,97,118,98,97,114,78,97,118,58,83,107,44,66,78,97,118,98,97,114,66,114,97,110,100,58,69,107,44,66,78,97,118,98,97,114,84,111,103,103,108,101,58,73,107,44,66,78,97,118,84,111,103,103,108,101,58,73,107,125,44,112,108,117,103,105,110,115,58,123,78,97,118,80,108,117,103,105,110,58,109,107,44,67,111,108,108,97,112,115,101,80,108,117,103,105,110,58,65,118,44,68,114,111,112,100,111,119,110,80,108,117,103,105,110,58,86,103,125,125,41,59,102,117,110,99,116,105,111,110,32,70,107,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,66,107,61,104,99,40,123,108,97,98,101,108,58,99,99,40,95,111,41,44,114,111,108,101,58,99,99,40,95,111,44,34,115,116,97,116,117,115,34,41,44,115,109,97,108,108,58,99,99,40,118,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,115,112,97,110,34,41,44,116,121,112,101,58,99,99,40,95,111,44,34,98,111,114,100,101,114,34,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,41,125,44,69,114,41,44,82,107,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,69,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,66,107,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,101,46,112,114,111,112,115,44,105,61,101,46,100,97,116,97,44,111,61,101,46,115,108,111,116,115,44,97,61,101,46,115,99,111,112,101,100,83,108,111,116,115,44,115,61,111,40,41,44,99,61,97,124,124,123,125,44,117,61,98,99,40,117,97,44,123,125,44,99,44,115,41,124,124,114,46,108,97,98,101,108,59,114,101,116,117,114,110,32,117,38,38,40,117,61,116,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,115,114,45,111,110,108,121,34,125,44,117,41,41,44,116,40,114,46,116,97,103,44,73,101,40,105,44,123,97,116,116,114,115,58,123,114,111,108,101,58,117,63,114,46,114,111,108,101,124,124,34,115,116,97,116,117,115,34,58,110,117,108,108,44,34,97,114,105,97,45,104,105,100,100,101,110,34,58,117,63,110,117,108,108,58,34,116,114,117,101,34,125,44,99,108,97,115,115,58,40,110,61,123,125,44,70,107,40,110,44,34,115,112,105,110,110,101,114,45,34,46,99,111,110,99,97,116,40,114,46,116,121,112,101,41,44,114,46,116,121,112,101,41,44,70,107,40,110,44,34,115,112,105,110,110,101,114,45,34,46,99,111,110,99,97,116,40,114,46,116,121,112,101,44,34,45,115,109,34,41,44,114,46,115,109,97,108,108,41,44,70,107,40,110,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,114,46,118,97,114,105,97,110,116,41,44,114,46,118,97,114,105,97,110,116,41,44,110,41,125,41,44,91,117,124,124,116,40,41,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,78,107,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,122,107,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,78,107,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,86,107,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,78,107,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,86,107,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,72,107,44,85,107,61,123,116,111,112,58,48,44,108,101,102,116,58,48,44,98,111,116,116,111,109,58,48,44,114,105,103,104,116,58,48,125,44,87,107,61,104,99,40,123,98,103,67,111,108,111,114,58,99,99,40,95,111,41,44,98,108,117,114,58,99,99,40,95,111,44,34,50,112,120,34,41,44,102,105,120,101,100,58,99,99,40,118,111,44,33,49,41,44,110,111,67,101,110,116,101,114,58,99,99,40,118,111,44,33,49,41,44,110,111,70,97,100,101,58,99,99,40,118,111,44,33,49,41,44,110,111,87,114,97,112,58,99,99,40,118,111,44,33,49,41,44,111,112,97,99,105,116,121,58,99,99,40,65,111,44,46,56,53,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,74,97,40,116,44,48,41,59,114,101,116,117,114,110,32,101,62,61,48,38,38,101,60,61,49,125,41,41,44,111,118,101,114,108,97,121,84,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,44,114,111,117,110,100,101,100,58,99,99,40,84,111,44,33,49,41,44,115,104,111,119,58,99,99,40,118,111,44,33,49,41,44,115,112,105,110,110,101,114,83,109,97,108,108,58,99,99,40,118,111,44,33,49,41,44,115,112,105,110,110,101,114,84,121,112,101,58,99,99,40,95,111,44,34,98,111,114,100,101,114,34,41,44,115,112,105,110,110,101,114,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,44,34,108,105,103,104,116,34,41,44,119,114,97,112,84,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,44,122,73,110,100,101,120,58,99,99,40,65,111,44,49,48,41,125,44,109,114,41,44,113,107,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,109,114,44,109,105,120,105,110,115,58,91,121,99,93,44,112,114,111,112,115,58,87,107,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,82,111,117,110,100,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,114,111,117,110,100,101,100,59,114,101,116,117,114,110,33,48,61,61,61,116,124,124,34,34,61,61,61,116,63,34,114,111,117,110,100,101,100,34,58,116,63,34,114,111,117,110,100,101,100,45,34,46,99,111,110,99,97,116,40,116,41,58,34,34,125,44,99,111,109,112,117,116,101,100,86,97,114,105,97,110,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,118,97,114,105,97,110,116,59,114,101,116,117,114,110,32,116,38,38,33,116,104,105,115,46,98,103,67,111,108,111,114,63,34,98,103,45,34,46,99,111,110,99,97,116,40,116,41,58,34,34,125,44,115,108,111,116,83,99,111,112,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,115,112,105,110,110,101,114,84,121,112,101,58,116,104,105,115,46,115,112,105,110,110,101,114,84,121,112,101,124,124,110,117,108,108,44,115,112,105,110,110,101,114,86,97,114,105,97,110,116,58,116,104,105,115,46,115,112,105,110,110,101,114,86,97,114,105,97,110,116,124,124,110,117,108,108,44,115,112,105,110,110,101,114,83,109,97,108,108,58,116,104,105,115,46,115,112,105,110,110,101,114,83,109,97,108,108,125,125,125,44,109,101,116,104,111,100,115,58,123,100,101,102,97,117,108,116,79,118,101,114,108,97,121,70,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,115,112,105,110,110,101,114,84,121,112,101,44,110,61,116,46,115,112,105,110,110,101,114,86,97,114,105,97,110,116,44,114,61,116,46,115,112,105,110,110,101,114,83,109,97,108,108,59,114,101,116,117,114,110,32,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,40,82,107,44,123,112,114,111,112,115,58,123,116,121,112,101,58,101,44,118,97,114,105,97,110,116,58,110,44,115,109,97,108,108,58,114,125,125,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,115,104,111,119,44,114,61,116,104,105,115,46,102,105,120,101,100,44,105,61,116,104,105,115,46,110,111,70,97,100,101,44,111,61,116,104,105,115,46,110,111,87,114,97,112,44,97,61,116,104,105,115,46,115,108,111,116,83,99,111,112,101,44,115,61,116,40,41,59,105,102,40,110,41,123,118,97,114,32,99,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,111,115,105,116,105,111,110,45,97,98,115,111,108,117,116,101,34,44,99,108,97,115,115,58,91,116,104,105,115,46,99,111,109,112,117,116,101,100,86,97,114,105,97,110,116,44,116,104,105,115,46,99,111,109,112,117,116,101,100,82,111,117,110,100,101,100,93,44,115,116,121,108,101,58,122,107,40,122,107,40,123,125,44,85,107,41,44,123,125,44,123,111,112,97,99,105,116,121,58,116,104,105,115,46,111,112,97,99,105,116,121,44,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,58,116,104,105,115,46,98,103,67,111,108,111,114,124,124,110,117,108,108,44,98,97,99,107,100,114,111,112,70,105,108,116,101,114,58,116,104,105,115,46,98,108,117,114,63,34,98,108,117,114,40,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,108,117,114,44,34,41,34,41,58,110,117,108,108,125,41,125,41,44,117,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,111,115,105,116,105,111,110,45,97,98,115,111,108,117,116,101,34,44,115,116,121,108,101,58,116,104,105,115,46,110,111,67,101,110,116,101,114,63,122,107,40,123,125,44,85,107,41,58,123,116,111,112,58,34,53,48,37,34,44,108,101,102,116,58,34,53,48,37,34,44,116,114,97,110,115,102,111,114,109,58,34,116,114,97,110,115,108,97,116,101,88,40,45,53,48,37,41,32,116,114,97,110,115,108,97,116,101,89,40,45,53,48,37,41,34,125,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,84,97,44,97,41,124,124,116,104,105,115,46,100,101,102,97,117,108,116,79,118,101,114,108,97,121,70,110,40,97,41,93,41,59,115,61,116,40,116,104,105,115,46,111,118,101,114,108,97,121,84,97,103,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,111,118,101,114,108,97,121,34,44,99,108,97,115,115,58,123,34,112,111,115,105,116,105,111,110,45,97,98,115,111,108,117,116,101,34,58,33,111,124,124,111,38,38,33,114,44,34,112,111,115,105,116,105,111,110,45,102,105,120,101,100,34,58,111,38,38,114,125,44,115,116,121,108,101,58,122,107,40,122,107,40,123,125,44,85,107,41,44,123,125,44,123,122,73,110,100,101,120,58,116,104,105,115,46,122,73,110,100,101,120,124,124,49,48,125,41,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,36,101,109,105,116,40,108,105,44,116,41,125,125,44,107,101,121,58,34,111,118,101,114,108,97,121,34,125,44,91,99,44,117,93,41,125,114,101,116,117,114,110,32,115,61,116,40,66,99,44,123,112,114,111,112,115,58,123,110,111,70,97,100,101,58,105,44,97,112,112,101,97,114,58,33,48,125,44,111,110,58,123,34,97,102,116,101,114,45,101,110,116,101,114,34,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,46,36,101,109,105,116,40,90,105,41,125,44,34,97,102,116,101,114,45,108,101,97,118,101,34,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,46,36,101,109,105,116,40,67,105,41,125,125,125,44,91,115,93,41,44,111,63,115,58,116,40,116,104,105,115,46,119,114,97,112,84,97,103,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,111,118,101,114,108,97,121,45,119,114,97,112,32,112,111,115,105,116,105,111,110,45,114,101,108,97,116,105,118,101,34,44,97,116,116,114,115,58,123,34,97,114,105,97,45,98,117,115,121,34,58,110,63,34,116,114,117,101,34,58,110,117,108,108,125,125,44,111,63,91,115,93,58,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,44,115,93,41,125,125,41,44,71,107,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,79,118,101,114,108,97,121,58,113,107,125,125,41,59,102,117,110,99,116,105,111,110,32,89,107,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,75,107,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,89,107,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,88,107,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,89,107,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,88,107,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,90,107,61,103,99,40,34,118,97,108,117,101,34,44,123,116,121,112,101,58,80,111,44,100,101,102,97,117,108,116,86,97,108,117,101,58,110,117,108,108,44,118,97,108,105,100,97,116,111,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,40,33,121,116,40,116,41,38,38,90,97,40,116,44,48,41,60,49,41,124,124,40,102,101,40,39,34,118,45,109,111,100,101,108,34,32,118,97,108,117,101,32,109,117,115,116,32,98,101,32,97,32,110,117,109,98,101,114,32,103,114,101,97,116,101,114,32,116,104,97,110,32,34,48,34,39,44,98,114,41,44,33,49,41,125,125,41,44,74,107,61,90,107,46,109,105,120,105,110,44,81,107,61,90,107,46,112,114,111,112,115,44,116,67,61,90,107,46,112,114,111,112,44,101,67,61,90,107,46,101,118,101,110,116,44,110,67,61,51,44,114,67,61,53,44,105,67,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,89,97,40,101,44,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,123,110,117,109,98,101,114,58,116,43,110,44,99,108,97,115,115,101,115,58,110,117,108,108,125,125,41,41,125,44,111,67,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,90,97,40,116,41,124,124,49,59,114,101,116,117,114,110,32,101,60,49,63,114,67,58,101,125,44,97,67,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,90,97,40,116,41,124,124,49,59,114,101,116,117,114,110,32,110,62,101,63,101,58,110,60,49,63,49,58,110,125,44,115,67,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,46,107,101,121,67,111,100,101,61,61,61,109,108,41,114,101,116,117,114,110,32,83,99,40,116,44,123,105,109,109,101,100,105,97,116,101,80,114,111,112,97,103,97,116,105,111,110,58,33,48,125,41,44,116,46,99,117,114,114,101,110,116,84,97,114,103,101,116,46,99,108,105,99,107,40,41,44,33,49,125,44,99,67,61,104,99,40,75,116,40,75,107,40,75,107,40,123,125,44,81,107,41,44,123,125,44,123,97,108,105,103,110,58,99,99,40,95,111,44,34,108,101,102,116,34,41,44,97,114,105,97,76,97,98,101,108,58,99,99,40,95,111,44,34,80,97,103,105,110,97,116,105,111,110,34,41,44,100,105,115,97,98,108,101,100,58,99,99,40,118,111,44,33,49,41,44,101,108,108,105,112,115,105,115,67,108,97,115,115,58,99,99,40,83,111,41,44,101,108,108,105,112,115,105,115,84,101,120,116,58,99,99,40,95,111,44,34,226,128,166,34,41,44,102,105,114,115,116,67,108,97,115,115,58,99,99,40,83,111,41,44,102,105,114,115,116,78,117,109,98,101,114,58,99,99,40,118,111,44,33,49,41,44,102,105,114,115,116,84,101,120,116,58,99,99,40,95,111,44,34,194,171,34,41,44,104,105,100,101,69,108,108,105,112,115,105,115,58,99,99,40,118,111,44,33,49,41,44,104,105,100,101,71,111,116,111,69,110,100,66,117,116,116,111,110,115,58,99,99,40,118,111,44,33,49,41,44,108,97,98,101,108,70,105,114,115,116,80,97,103,101,58,99,99,40,95,111,44,34,71,111,32,116,111,32,102,105,114,115,116,32,112,97,103,101,34,41,44,108,97,98,101,108,76,97,115,116,80,97,103,101,58,99,99,40,95,111,44,34,71,111,32,116,111,32,108,97,115,116,32,112,97,103,101,34,41,44,108,97,98,101,108,78,101,120,116,80,97,103,101,58,99,99,40,95,111,44,34,71,111,32,116,111,32,110,101,120,116,32,112,97,103,101,34,41,44,108,97,98,101,108,80,97,103,101,58,99,99,40,69,111,44,34,71,111,32,116,111,32,112,97,103,101,34,41,44,108,97,98,101,108,80,114,101,118,80,97,103,101,58,99,99,40,95,111,44,34,71,111,32,116,111,32,112,114,101,118,105,111,117,115,32,112,97,103,101,34,41,44,108,97,115,116,67,108,97,115,115,58,99,99,40,83,111,41,44,108,97,115,116,78,117,109,98,101,114,58,99,99,40,118,111,44,33,49,41,44,108,97,115,116,84,101,120,116,58,99,99,40,95,111,44,34,194,187,34,41,44,108,105,109,105,116,58,99,99,40,65,111,44,114,67,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,40,90,97,40,116,44,48,41,60,49,41,124,124,40,102,101,40,39,80,114,111,112,32,34,108,105,109,105,116,34,32,109,117,115,116,32,98,101,32,97,32,110,117,109,98,101,114,32,103,114,101,97,116,101,114,32,116,104,97,110,32,34,48,34,39,44,98,114,41,44,33,49,41,125,41,41,44,110,101,120,116,67,108,97,115,115,58,99,99,40,83,111,41,44,110,101,120,116,84,101,120,116,58,99,99,40,95,111,44,34,226,128,186,34,41,44,112,97,103,101,67,108,97,115,115,58,99,99,40,83,111,41,44,112,105,108,108,115,58,99,99,40,118,111,44,33,49,41,44,112,114,101,118,67,108,97,115,115,58,99,99,40,83,111,41,44,112,114,101,118,84,101,120,116,58,99,99,40,95,111,44,34,226,128,185,34,41,44,115,105,122,101,58,99,99,40,95,111,41,125,41,41,44,34,112,97,103,105,110,97,116,105,111,110,34,41,44,117,67,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,109,105,120,105,110,115,58,91,74,107,44,121,99,93,44,112,114,111,112,115,58,99,67,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,90,97,40,116,104,105,115,91,116,67,93,44,48,41,59,114,101,116,117,114,110,32,116,61,116,62,48,63,116,58,45,49,44,123,99,117,114,114,101,110,116,80,97,103,101,58,116,44,108,111,99,97,108,78,117,109,98,101,114,79,102,80,97,103,101,115,58,49,44,108,111,99,97,108,76,105,109,105,116,58,114,67,125,125,44,99,111,109,112,117,116,101,100,58,123,98,116,110,83,105,122,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,115,105,122,101,59,114,101,116,117,114,110,32,116,63,34,112,97,103,105,110,97,116,105,111,110,45,34,46,99,111,110,99,97,116,40,116,41,58,34,34,125,44,97,108,105,103,110,109,101,110,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,97,108,105,103,110,59,114,101,116,117,114,110,34,99,101,110,116,101,114,34,61,61,61,116,63,34,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,99,101,110,116,101,114,34,58,34,101,110,100,34,61,61,61,116,124,124,34,114,105,103,104,116,34,61,61,61,116,63,34,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,101,110,100,34,58,34,102,105,108,108,34,61,61,61,116,63,34,116,101,120,116,45,99,101,110,116,101,114,34,58,34,34,125,44,115,116,121,108,101,67,108,97,115,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,112,105,108,108,115,63,34,98,45,112,97,103,105,110,97,116,105,111,110,45,112,105,108,108,115,34,58,34,34,125,44,99,111,109,112,117,116,101,100,67,117,114,114,101,110,116,80,97,103,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,97,67,40,116,104,105,115,46,99,117,114,114,101,110,116,80,97,103,101,44,116,104,105,115,46,108,111,99,97,108,78,117,109,98,101,114,79,102,80,97,103,101,115,41,125,44,112,97,103,105,110,97,116,105,111,110,80,97,114,97,109,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,108,111,99,97,108,76,105,109,105,116,44,101,61,116,104,105,115,46,108,111,99,97,108,78,117,109,98,101,114,79,102,80,97,103,101,115,44,110,61,116,104,105,115,46,99,111,109,112,117,116,101,100,67,117,114,114,101,110,116,80,97,103,101,44,114,61,116,104,105,115,46,104,105,100,101,69,108,108,105,112,115,105,115,44,105,61,116,104,105,115,46,102,105,114,115,116,78,117,109,98,101,114,44,111,61,116,104,105,115,46,108,97,115,116,78,117,109,98,101,114,44,97,61,33,49,44,115,61,33,49,44,99,61,116,44,117,61,49,59,101,60,61,116,63,99,61,101,58,110,60,116,45,49,38,38,116,62,110,67,63,40,114,38,38,33,111,124,124,40,115,61,33,48,44,99,61,116,45,40,105,63,48,58,49,41,41,44,99,61,74,99,40,99,44,116,41,41,58,101,45,110,43,50,60,116,38,38,116,62,110,67,63,40,114,38,38,33,105,124,124,40,97,61,33,48,44,99,61,116,45,40,111,63,48,58,49,41,41,44,117,61,101,45,99,43,49,41,58,40,116,62,110,67,38,38,40,99,61,116,45,40,114,63,48,58,50,41,44,97,61,33,40,114,38,38,33,105,41,44,115,61,33,40,114,38,38,33,111,41,41,44,117,61,110,45,110,117,40,99,47,50,41,41,44,117,60,49,63,40,117,61,49,44,97,61,33,49,41,58,117,62,101,45,99,38,38,40,117,61,101,45,99,43,49,44,115,61,33,49,41,44,97,38,38,105,38,38,117,60,52,38,38,40,99,43,61,50,44,117,61,49,44,97,61,33,49,41,59,118,97,114,32,108,61,117,43,99,45,49,59,114,101,116,117,114,110,32,115,38,38,111,38,38,108,62,101,45,51,38,38,40,99,43,61,108,61,61,61,101,45,50,63,50,58,51,44,115,61,33,49,41,44,116,60,61,110,67,38,38,40,105,38,38,49,61,61,61,117,63,99,61,74,99,40,99,43,49,44,101,44,116,43,49,41,58,111,38,38,101,61,61,61,117,43,99,45,49,38,38,40,117,61,81,99,40,117,45,49,44,49,41,44,99,61,74,99,40,101,45,117,43,49,44,101,44,116,43,49,41,41,41,44,99,61,74,99,40,99,44,101,45,117,43,49,41,44,123,115,104,111,119,70,105,114,115,116,68,111,116,115,58,97,44,115,104,111,119,76,97,115,116,68,111,116,115,58,115,44,110,117,109,98,101,114,79,102,76,105,110,107,115,58,99,44,115,116,97,114,116,78,117,109,98,101,114,58,117,125,125,44,112,97,103,101,76,105,115,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,112,97,103,105,110,97,116,105,111,110,80,97,114,97,109,115,44,101,61,116,46,110,117,109,98,101,114,79,102,76,105,110,107,115,44,110,61,116,46,115,116,97,114,116,78,117,109,98,101,114,44,114,61,116,104,105,115,46,99,111,109,112,117,116,101,100,67,117,114,114,101,110,116,80,97,103,101,44,105,61,105,67,40,110,44,101,41,59,105,102,40,105,46,108,101,110,103,116,104,62,51,41,123,118,97,114,32,111,61,114,45,110,44,97,61,34,98,118,45,100,45,120,115,45,100,111,119,110,45,110,111,110,101,34,59,105,102,40,48,61,61,61,111,41,102,111,114,40,118,97,114,32,115,61,51,59,115,60,105,46,108,101,110,103,116,104,59,115,43,43,41,105,91,115,93,46,99,108,97,115,115,101,115,61,97,59,101,108,115,101,32,105,102,40,111,61,61,61,105,46,108,101,110,103,116,104,45,49,41,102,111,114,40,118,97,114,32,99,61,48,59,99,60,105,46,108,101,110,103,116,104,45,51,59,99,43,43,41,105,91,99,93,46,99,108,97,115,115,101,115,61,97,59,101,108,115,101,123,102,111,114,40,118,97,114,32,117,61,48,59,117,60,111,45,49,59,117,43,43,41,105,91,117,93,46,99,108,97,115,115,101,115,61,97,59,102,111,114,40,118,97,114,32,108,61,105,46,108,101,110,103,116,104,45,49,59,108,62,111,43,49,59,108,45,45,41,105,91,108,93,46,99,108,97,115,115,101,115,61,97,125,125,114,101,116,117,114,110,32,105,125,125,44,119,97,116,99,104,58,40,72,107,61,123,125,44,88,107,40,72,107,44,116,67,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,40,116,104,105,115,46,99,117,114,114,101,110,116,80,97,103,101,61,97,67,40,116,44,116,104,105,115,46,108,111,99,97,108,78,117,109,98,101,114,79,102,80,97,103,101,115,41,41,125,41,41,44,88,107,40,72,107,44,34,99,117,114,114,101,110,116,80,97,103,101,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,116,104,105,115,46,36,101,109,105,116,40,101,67,44,116,62,48,63,116,58,110,117,108,108,41,125,41,41,44,88,107,40,72,107,44,34,108,105,109,105,116,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,40,116,104,105,115,46,108,111,99,97,108,76,105,109,105,116,61,111,67,40,116,41,41,125,41,41,44,72,107,41,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,108,111,99,97,108,76,105,109,105,116,61,111,67,40,116,104,105,115,46,108,105,109,105,116,41,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,99,117,114,114,101,110,116,80,97,103,101,61,116,46,99,117,114,114,101,110,116,80,97,103,101,62,116,46,108,111,99,97,108,78,117,109,98,101,114,79,102,80,97,103,101,115,63,116,46,108,111,99,97,108,78,117,109,98,101,114,79,102,80,97,103,101,115,58,116,46,99,117,114,114,101,110,116,80,97,103,101,125,41,41,125,44,109,101,116,104,111,100,115,58,123,104,97,110,100,108,101,75,101,121,78,97,118,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,107,101,121,67,111,100,101,44,110,61,116,46,115,104,105,102,116,75,101,121,59,116,104,105,115,46,105,115,78,97,118,124,124,40,101,61,61,61,100,108,124,124,101,61,61,61,98,108,63,40,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,44,110,63,116,104,105,115,46,102,111,99,117,115,70,105,114,115,116,40,41,58,116,104,105,115,46,102,111,99,117,115,80,114,101,118,40,41,41,58,101,33,61,61,103,108,38,38,101,33,61,61,99,108,124,124,40,83,99,40,116,44,123,112,114,111,112,97,103,97,116,105,111,110,58,33,49,125,41,44,110,63,116,104,105,115,46,102,111,99,117,115,76,97,115,116,40,41,58,116,104,105,115,46,102,111,99,117,115,78,101,120,116,40,41,41,41,125,44,103,101,116,66,117,116,116,111,110,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,83,115,40,34,98,117,116,116,111,110,46,112,97,103,101,45,108,105,110,107,44,32,97,46,112,97,103,101,45,108,105,110,107,34,44,116,104,105,115,46,36,101,108,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,95,115,40,116,41,125,41,41,125,44,102,111,99,117,115,67,117,114,114,101,110,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,46,103,101,116,66,117,116,116,111,110,115,40,41,46,102,105,110,100,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,90,97,40,73,115,40,101,44,34,97,114,105,97,45,112,111,115,105,110,115,101,116,34,41,44,48,41,61,61,61,116,46,99,111,109,112,117,116,101,100,67,117,114,114,101,110,116,80,97,103,101,125,41,41,59,113,115,40,101,41,124,124,116,46,102,111,99,117,115,70,105,114,115,116,40,41,125,41,41,125,44,102,111,99,117,115,70,105,114,115,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,46,103,101,116,66,117,116,116,111,110,115,40,41,46,102,105,110,100,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,120,115,40,116,41,125,41,41,59,113,115,40,101,41,125,41,41,125,44,102,111,99,117,115,76,97,115,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,46,103,101,116,66,117,116,116,111,110,115,40,41,46,114,101,118,101,114,115,101,40,41,46,102,105,110,100,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,120,115,40,116,41,125,41,41,59,113,115,40,101,41,125,41,41,125,44,102,111,99,117,115,80,114,101,118,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,46,103,101,116,66,117,116,116,111,110,115,40,41,44,110,61,101,46,105,110,100,101,120,79,102,40,98,115,40,41,41,59,110,62,48,38,38,33,120,115,40,101,91,110,45,49,93,41,38,38,113,115,40,101,91,110,45,49,93,41,125,41,41,125,44,102,111,99,117,115,78,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,46,103,101,116,66,117,116,116,111,110,115,40,41,44,110,61,101,46,105,110,100,101,120,79,102,40,98,115,40,41,41,59,110,60,101,46,108,101,110,103,116,104,45,49,38,38,33,120,115,40,101,91,110,43,49,93,41,38,38,113,115,40,101,91,110,43,49,93,41,125,41,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,100,105,115,97,98,108,101,100,44,114,61,116,104,105,115,46,108,97,98,101,108,80,97,103,101,44,105,61,116,104,105,115,46,97,114,105,97,76,97,98,101,108,44,111,61,116,104,105,115,46,105,115,78,97,118,44,97,61,116,104,105,115,46,108,111,99,97,108,78,117,109,98,101,114,79,102,80,97,103,101,115,44,115,61,116,104,105,115,46,99,111,109,112,117,116,101,100,67,117,114,114,101,110,116,80,97,103,101,44,99,61,116,104,105,115,46,112,97,103,101,76,105,115,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,110,117,109,98,101,114,125,41,41,44,117,61,116,104,105,115,46,112,97,103,105,110,97,116,105,111,110,80,97,114,97,109,115,44,108,61,117,46,115,104,111,119,70,105,114,115,116,68,111,116,115,44,102,61,117,46,115,104,111,119,76,97,115,116,68,111,116,115,44,104,61,34,102,105,108,108,34,61,61,61,116,104,105,115,46,97,108,105,103,110,44,100,61,91,93,44,112,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,61,61,115,125,44,118,61,116,104,105,115,46,99,117,114,114,101,110,116,80,97,103,101,60,49,44,103,61,102,117,110,99,116,105,111,110,40,114,44,105,44,115,44,99,44,117,44,108,44,102,41,123,118,97,114,32,100,61,110,124,124,112,40,108,41,124,124,118,124,124,114,60,49,124,124,114,62,97,44,103,61,114,60,49,63,49,58,114,62,97,63,97,58,114,44,109,61,123,100,105,115,97,98,108,101,100,58,100,44,112,97,103,101,58,103,44,105,110,100,101,120,58,103,45,49,125,44,98,61,101,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,115,44,109,41,124,124,97,115,40,99,41,124,124,116,40,41,44,121,61,116,40,100,63,34,115,112,97,110,34,58,111,63,122,108,58,34,98,117,116,116,111,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,97,103,101,45,108,105,110,107,34,44,99,108,97,115,115,58,123,34,102,108,101,120,45,103,114,111,119,45,49,34,58,33,111,38,38,33,100,38,38,104,125,44,112,114,111,112,115,58,100,124,124,33,111,63,123,125,58,101,46,108,105,110,107,80,114,111,112,115,40,114,41,44,97,116,116,114,115,58,123,114,111,108,101,58,111,63,110,117,108,108,58,34,109,101,110,117,105,116,101,109,34,44,116,121,112,101,58,111,124,124,100,63,110,117,108,108,58,34,98,117,116,116,111,110,34,44,116,97,98,105,110,100,101,120,58,100,124,124,111,63,110,117,108,108,58,34,45,49,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,105,44,34,97,114,105,97,45,99,111,110,116,114,111,108,115,34,58,101,46,97,114,105,97,67,111,110,116,114,111,108,115,124,124,110,117,108,108,44,34,97,114,105,97,45,100,105,115,97,98,108,101,100,34,58,100,63,34,116,114,117,101,34,58,110,117,108,108,125,44,111,110,58,100,63,123,125,58,123,34,33,99,108,105,99,107,34,58,102,117,110,99,116,105,111,110,40,116,41,123,101,46,111,110,67,108,105,99,107,40,116,44,114,41,125,44,107,101,121,100,111,119,110,58,115,67,125,125,44,91,98,93,41,59,114,101,116,117,114,110,32,116,40,34,108,105,34,44,123,107,101,121,58,102,44,115,116,97,116,105,99,67,108,97,115,115,58,34,112,97,103,101,45,105,116,101,109,34,44,99,108,97,115,115,58,91,123,100,105,115,97,98,108,101,100,58,100,44,34,102,108,101,120,45,102,105,108,108,34,58,104,44,34,100,45,102,108,101,120,34,58,104,38,38,33,111,38,38,33,100,125,44,117,93,44,97,116,116,114,115,58,123,114,111,108,101,58,111,63,110,117,108,108,58,34,112,114,101,115,101,110,116,97,116,105,111,110,34,44,34,97,114,105,97,45,104,105,100,100,101,110,34,58,100,63,34,116,114,117,101,34,58,110,117,108,108,125,125,44,91,121,93,41,125,44,109,61,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,40,34,108,105,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,97,103,101,45,105,116,101,109,34,44,99,108,97,115,115,58,91,34,100,105,115,97,98,108,101,100,34,44,34,98,118,45,100,45,120,115,45,100,111,119,110,45,110,111,110,101,34,44,104,63,34,102,108,101,120,45,102,105,108,108,34,58,34,34,44,101,46,101,108,108,105,112,115,105,115,67,108,97,115,115,93,44,97,116,116,114,115,58,123,114,111,108,101,58,34,115,101,112,97,114,97,116,111,114,34,125,44,107,101,121,58,34,101,108,108,105,112,115,105,115,45,34,46,99,111,110,99,97,116,40,110,63,34,108,97,115,116,34,58,34,102,105,114,115,116,34,41,125,44,91,116,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,97,103,101,45,108,105,110,107,34,125,44,91,101,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,71,111,41,124,124,97,115,40,101,46,101,108,108,105,112,115,105,115,84,101,120,116,41,124,124,116,40,41,93,41,93,41,125,44,98,61,102,117,110,99,116,105,111,110,40,105,44,115,41,123,118,97,114,32,99,61,105,46,110,117,109,98,101,114,44,117,61,112,40,99,41,38,38,33,118,44,108,61,110,63,110,117,108,108,58,117,124,124,118,38,38,48,61,61,61,115,63,34,48,34,58,34,45,49,34,44,102,61,123,114,111,108,101,58,111,63,110,117,108,108,58,34,109,101,110,117,105,116,101,109,114,97,100,105,111,34,44,116,121,112,101,58,111,124,124,110,63,110,117,108,108,58,34,98,117,116,116,111,110,34,44,34,97,114,105,97,45,100,105,115,97,98,108,101,100,34,58,110,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,99,111,110,116,114,111,108,115,34,58,101,46,97,114,105,97,67,111,110,116,114,111,108,115,124,124,110,117,108,108,44,34,97,114,105,97,45,108,97,98,101,108,34,58,112,99,40,114,41,63,114,40,99,41,58,34,34,46,99,111,110,99,97,116,40,95,116,40,114,41,63,114,40,41,58,114,44,34,32,34,41,46,99,111,110,99,97,116,40,99,41,44,34,97,114,105,97,45,99,104,101,99,107,101,100,34,58,111,63,110,117,108,108,58,117,63,34,116,114,117,101,34,58,34,102,97,108,115,101,34,44,34,97,114,105,97,45,99,117,114,114,101,110,116,34,58,111,38,38,117,63,34,112,97,103,101,34,58,110,117,108,108,44,34,97,114,105,97,45,112,111,115,105,110,115,101,116,34,58,111,63,110,117,108,108,58,99,44,34,97,114,105,97,45,115,101,116,115,105,122,101,34,58,111,63,110,117,108,108,58,97,44,116,97,98,105,110,100,101,120,58,111,63,110,117,108,108,58,108,125,44,100,61,97,115,40,101,46,109,97,107,101,80,97,103,101,40,99,41,41,44,103,61,123,112,97,103,101,58,99,44,105,110,100,101,120,58,99,45,49,44,99,111,110,116,101,110,116,58,100,44,97,99,116,105,118,101,58,117,44,100,105,115,97,98,108,101,100,58,110,125,44,109,61,116,40,110,63,34,115,112,97,110,34,58,111,63,122,108,58,34,98,117,116,116,111,110,34,44,123,112,114,111,112,115,58,110,124,124,33,111,63,123,125,58,101,46,108,105,110,107,80,114,111,112,115,40,99,41,44,115,116,97,116,105,99,67,108,97,115,115,58,34,112,97,103,101,45,108,105,110,107,34,44,99,108,97,115,115,58,123,34,102,108,101,120,45,103,114,111,119,45,49,34,58,33,111,38,38,33,110,38,38,104,125,44,97,116,116,114,115,58,102,44,111,110,58,110,63,123,125,58,123,34,33,99,108,105,99,107,34,58,102,117,110,99,116,105,111,110,40,116,41,123,101,46,111,110,67,108,105,99,107,40,116,44,99,41,125,44,107,101,121,100,111,119,110,58,115,67,125,125,44,91,101,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,106,97,44,103,41,124,124,100,93,41,59,114,101,116,117,114,110,32,116,40,34,108,105,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,97,103,101,45,105,116,101,109,34,44,99,108,97,115,115,58,91,123,100,105,115,97,98,108,101,100,58,110,44,97,99,116,105,118,101,58,117,44,34,102,108,101,120,45,102,105,108,108,34,58,104,44,34,100,45,102,108,101,120,34,58,104,38,38,33,111,38,38,33,110,125,44,105,46,99,108,97,115,115,101,115,44,101,46,112,97,103,101,67,108,97,115,115,93,44,97,116,116,114,115,58,123,114,111,108,101,58,111,63,110,117,108,108,58,34,112,114,101,115,101,110,116,97,116,105,111,110,34,125,44,107,101,121,58,34,112,97,103,101,45,34,46,99,111,110,99,97,116,40,99,41,125,44,91,109,93,41,125,44,121,61,116,40,41,59,116,104,105,115,46,102,105,114,115,116,78,117,109,98,101,114,124,124,116,104,105,115,46,104,105,100,101,71,111,116,111,69,110,100,66,117,116,116,111,110,115,124,124,40,121,61,103,40,49,44,116,104,105,115,46,108,97,98,101,108,70,105,114,115,116,80,97,103,101,44,74,111,44,116,104,105,115,46,102,105,114,115,116,84,101,120,116,44,116,104,105,115,46,102,105,114,115,116,67,108,97,115,115,44,49,44,34,112,97,103,105,110,97,116,105,111,110,45,103,111,116,111,45,102,105,114,115,116,34,41,41,44,100,46,112,117,115,104,40,121,41,44,100,46,112,117,115,104,40,103,40,115,45,49,44,116,104,105,115,46,108,97,98,101,108,80,114,101,118,80,97,103,101,44,68,97,44,116,104,105,115,46,112,114,101,118,84,101,120,116,44,116,104,105,115,46,112,114,101,118,67,108,97,115,115,44,49,44,34,112,97,103,105,110,97,116,105,111,110,45,103,111,116,111,45,112,114,101,118,34,41,41,44,100,46,112,117,115,104,40,116,104,105,115,46,102,105,114,115,116,78,117,109,98,101,114,38,38,49,33,61,61,99,91,48,93,63,98,40,123,110,117,109,98,101,114,58,49,125,44,48,41,58,116,40,41,41,44,100,46,112,117,115,104,40,108,63,109,40,33,49,41,58,116,40,41,41,44,116,104,105,115,46,112,97,103,101,76,105,115,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,118,97,114,32,114,61,108,38,38,101,46,102,105,114,115,116,78,117,109,98,101,114,38,38,49,33,61,61,99,91,48,93,63,49,58,48,59,100,46,112,117,115,104,40,98,40,116,44,110,43,114,41,41,125,41,41,44,100,46,112,117,115,104,40,102,63,109,40,33,48,41,58,116,40,41,41,44,100,46,112,117,115,104,40,116,104,105,115,46,108,97,115,116,78,117,109,98,101,114,38,38,99,91,99,46,108,101,110,103,116,104,45,49,93,33,61,61,97,63,98,40,123,110,117,109,98,101,114,58,97,125,44,45,49,41,58,116,40,41,41,44,100,46,112,117,115,104,40,103,40,115,43,49,44,116,104,105,115,46,108,97,98,101,108,78,101,120,116,80,97,103,101,44,80,97,44,116,104,105,115,46,110,101,120,116,84,101,120,116,44,116,104,105,115,46,110,101,120,116,67,108,97,115,115,44,97,44,34,112,97,103,105,110,97,116,105,111,110,45,103,111,116,111,45,110,101,120,116,34,41,41,59,118,97,114,32,119,61,116,40,41,59,116,104,105,115,46,108,97,115,116,78,117,109,98,101,114,124,124,116,104,105,115,46,104,105,100,101,71,111,116,111,69,110,100,66,117,116,116,111,110,115,124,124,40,119,61,103,40,97,44,116,104,105,115,46,108,97,98,101,108,76,97,115,116,80,97,103,101,44,108,97,44,116,104,105,115,46,108,97,115,116,84,101,120,116,44,116,104,105,115,46,108,97,115,116,67,108,97,115,115,44,97,44,34,112,97,103,105,110,97,116,105,111,110,45,103,111,116,111,45,108,97,115,116,34,41,41,44,100,46,112,117,115,104,40,119,41,59,118,97,114,32,95,61,116,40,34,117,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,97,103,105,110,97,116,105,111,110,34,44,99,108,97,115,115,58,91,34,98,45,112,97,103,105,110,97,116,105,111,110,34,44,116,104,105,115,46,98,116,110,83,105,122,101,44,116,104,105,115,46,97,108,105,103,110,109,101,110,116,44,116,104,105,115,46,115,116,121,108,101,67,108,97,115,115,93,44,97,116,116,114,115,58,123,114,111,108,101,58,111,63,110,117,108,108,58,34,109,101,110,117,98,97,114,34,44,34,97,114,105,97,45,100,105,115,97,98,108,101,100,34,58,110,63,34,116,114,117,101,34,58,34,102,97,108,115,101,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,111,63,110,117,108,108,58,105,124,124,110,117,108,108,125,44,111,110,58,111,63,123,125,58,123,107,101,121,100,111,119,110,58,116,104,105,115,46,104,97,110,100,108,101,75,101,121,78,97,118,125,44,114,101,102,58,34,117,108,34,125,44,100,41,59,114,101,116,117,114,110,32,111,63,116,40,34,110,97,118,34,44,123,97,116,116,114,115,58,123,34,97,114,105,97,45,100,105,115,97,98,108,101,100,34,58,110,63,34,116,114,117,101,34,58,110,117,108,108,44,34,97,114,105,97,45,104,105,100,100,101,110,34,58,110,63,34,116,114,117,101,34,58,34,102,97,108,115,101,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,111,38,38,105,124,124,110,117,108,108,125,125,44,91,95,93,41,58,95,125,125,41,59,102,117,110,99,116,105,111,110,32,108,67,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,102,67,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,108,67,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,104,67,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,108,67,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,104,67,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,100,67,61,50,48,44,112,67,61,48,44,118,67,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,81,99,40,90,97,40,116,41,124,124,100,67,44,49,41,125,44,103,67,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,81,99,40,90,97,40,116,41,124,124,112,67,44,48,41,125,44,109,67,61,104,99,40,75,116,40,102,67,40,102,67,40,123,125,44,99,67,41,44,123,125,44,123,97,114,105,97,67,111,110,116,114,111,108,115,58,99,99,40,95,111,41,44,112,101,114,80,97,103,101,58,99,99,40,65,111,44,100,67,41,44,116,111,116,97,108,82,111,119,115,58,99,99,40,65,111,44,112,67,41,125,41,41,44,98,114,41,44,98,67,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,98,114,44,109,105,120,105,110,115,58,91,117,67,93,44,112,114,111,112,115,58,109,67,44,99,111,109,112,117,116,101,100,58,123,110,117,109,98,101,114,79,102,80,97,103,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,101,117,40,103,67,40,116,104,105,115,46,116,111,116,97,108,82,111,119,115,41,47,118,67,40,116,104,105,115,46,112,101,114,80,97,103,101,41,41,59,114,101,116,117,114,110,32,116,60,49,63,49,58,116,125,44,112,97,103,101,83,105,122,101,78,117,109,98,101,114,79,102,80,97,103,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,112,101,114,80,97,103,101,58,118,67,40,116,104,105,115,46,112,101,114,80,97,103,101,41,44,116,111,116,97,108,82,111,119,115,58,103,67,40,116,104,105,115,46,116,111,116,97,108,82,111,119,115,41,44,110,117,109,98,101,114,79,102,80,97,103,101,115,58,116,104,105,115,46,110,117,109,98,101,114,79,102,80,97,103,101,115,125,125,125,44,119,97,116,99,104,58,123,112,97,103,101,83,105,122,101,78,117,109,98,101,114,79,102,80,97,103,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,119,116,40,101,41,124,124,40,116,46,112,101,114,80,97,103,101,33,61,61,101,46,112,101,114,80,97,103,101,38,38,116,46,116,111,116,97,108,82,111,119,115,61,61,61,101,46,116,111,116,97,108,82,111,119,115,124,124,116,46,110,117,109,98,101,114,79,102,80,97,103,101,115,33,61,61,101,46,110,117,109,98,101,114,79,102,80,97,103,101,115,38,38,116,104,105,115,46,99,117,114,114,101,110,116,80,97,103,101,62,116,46,110,117,109,98,101,114,79,102,80,97,103,101,115,41,38,38,40,116,104,105,115,46,99,117,114,114,101,110,116,80,97,103,101,61,49,41,44,116,104,105,115,46,108,111,99,97,108,78,117,109,98,101,114,79,102,80,97,103,101,115,61,116,46,110,117,109,98,101,114,79,102,80,97,103,101,115,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,108,111,99,97,108,78,117,109,98,101,114,79,102,80,97,103,101,115,61,116,104,105,115,46,110,117,109,98,101,114,79,102,80,97,103,101,115,59,118,97,114,32,101,61,90,97,40,116,104,105,115,91,116,67,93,44,48,41,59,101,62,48,63,116,104,105,115,46,99,117,114,114,101,110,116,80,97,103,101,61,101,58,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,99,117,114,114,101,110,116,80,97,103,101,61,48,125,41,41,125,44,109,101,116,104,111,100,115,58,123,111,110,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,105,102,40,101,33,61,61,116,104,105,115,46,99,117,114,114,101,110,116,80,97,103,101,41,123,118,97,114,32,114,61,116,46,116,97,114,103,101,116,44,105,61,110,101,119,32,86,118,40,36,105,44,123,99,97,110,99,101,108,97,98,108,101,58,33,48,44,118,117,101,84,97,114,103,101,116,58,116,104,105,115,44,116,97,114,103,101,116,58,114,125,41,59,116,104,105,115,46,36,101,109,105,116,40,105,46,116,121,112,101,44,105,44,101,41,44,105,46,100,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,124,124,40,116,104,105,115,46,99,117,114,114,101,110,116,80,97,103,101,61,101,44,116,104,105,115,46,36,101,109,105,116,40,99,105,44,116,104,105,115,46,99,117,114,114,101,110,116,80,97,103,101,41,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,95,115,40,114,41,38,38,110,46,36,101,108,46,99,111,110,116,97,105,110,115,40,114,41,63,113,115,40,114,41,58,110,46,102,111,99,117,115,67,117,114,114,101,110,116,40,41,125,41,41,41,125,125,44,109,97,107,101,80,97,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,44,108,105,110,107,80,114,111,112,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,125,125,125,125,41,44,121,67,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,80,97,103,105,110,97,116,105,111,110,58,98,67,125,125,41,59,102,117,110,99,116,105,111,110,32,119,67,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,95,67,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,119,67,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,120,67,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,119,67,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,120,67,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,79,67,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,81,99,40,90,97,40,116,44,48,41,44,49,41,125,44,83,67,61,71,116,40,78,108,44,91,34,101,118,101,110,116,34,44,34,114,111,117,116,101,114,84,97,103,34,93,41,44,107,67,61,104,99,40,75,116,40,95,67,40,95,67,40,95,67,40,123,125,44,99,67,41,44,83,67,41,44,123,125,44,123,98,97,115,101,85,114,108,58,99,99,40,95,111,44,34,47,34,41,44,108,105,110,107,71,101,110,58,99,99,40,109,111,41,44,110,111,80,97,103,101,68,101,116,101,99,116,58,99,99,40,118,111,44,33,49,41,44,110,117,109,98,101,114,79,102,80,97,103,101,115,58,99,99,40,65,111,44,49,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,90,97,40,116,44,48,41,59,114,101,116,117,114,110,33,40,101,60,49,41,124,124,40,102,101,40,39,80,114,111,112,32,34,110,117,109,98,101,114,45,111,102,45,112,97,103,101,115,34,32,109,117,115,116,32,98,101,32,97,32,110,117,109,98,101,114,32,103,114,101,97,116,101,114,32,116,104,97,110,32,34,48,34,39,44,121,114,41,44,33,49,41,125,41,41,44,112,97,103,101,71,101,110,58,99,99,40,109,111,41,44,112,97,103,101,115,58,99,99,40,112,111,41,44,117,115,101,82,111,117,116,101,114,58,99,99,40,118,111,44,33,49,41,125,41,41,44,121,114,41,44,67,67,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,121,114,44,109,105,120,105,110,115,58,91,117,67,93,44,112,114,111,112,115,58,107,67,44,99,111,109,112,117,116,101,100,58,123,105,115,78,97,118,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,125,44,99,111,109,112,117,116,101,100,86,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,90,97,40,116,104,105,115,46,118,97,108,117,101,44,48,41,59,114,101,116,117,114,110,32,116,60,49,63,110,117,108,108,58,116,125,125,44,119,97,116,99,104,58,123,110,117,109,98,101,114,79,102,80,97,103,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,115,101,116,78,117,109,98,101,114,79,102,80,97,103,101,115,40,41,125,41,41,125,44,112,97,103,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,115,101,116,78,117,109,98,101,114,79,102,80,97,103,101,115,40,41,125,41,41,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,78,117,109,98,101,114,79,102,80,97,103,101,115,40,41,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,114,111,117,116,101,114,38,38,116,104,105,115,46,36,119,97,116,99,104,40,34,36,114,111,117,116,101,34,44,40,102,117,110,99,116,105,111,110,40,41,123,116,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,103,117,101,115,115,67,117,114,114,101,110,116,80,97,103,101,40,41,125,41,41,125,41,41,125,41,41,125,44,109,101,116,104,111,100,115,58,123,115,101,116,78,117,109,98,101,114,79,102,80,97,103,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,67,116,40,116,104,105,115,46,112,97,103,101,115,41,38,38,116,104,105,115,46,112,97,103,101,115,46,108,101,110,103,116,104,62,48,63,116,104,105,115,46,108,111,99,97,108,78,117,109,98,101,114,79,102,80,97,103,101,115,61,116,104,105,115,46,112,97,103,101,115,46,108,101,110,103,116,104,58,116,104,105,115,46,108,111,99,97,108,78,117,109,98,101,114,79,102,80,97,103,101,115,61,79,67,40,116,104,105,115,46,110,117,109,98,101,114,79,102,80,97,103,101,115,41,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,103,117,101,115,115,67,117,114,114,101,110,116,80,97,103,101,40,41,125,41,41,125,44,111,110,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,105,102,40,101,33,61,61,116,104,105,115,46,99,117,114,114,101,110,116,80,97,103,101,41,123,118,97,114,32,114,61,116,46,99,117,114,114,101,110,116,84,97,114,103,101,116,124,124,116,46,116,97,114,103,101,116,44,105,61,110,101,119,32,86,118,40,36,105,44,123,99,97,110,99,101,108,97,98,108,101,58,33,48,44,118,117,101,84,97,114,103,101,116,58,116,104,105,115,44,116,97,114,103,101,116,58,114,125,41,59,116,104,105,115,46,36,101,109,105,116,40,105,46,116,121,112,101,44,105,44,101,41,44,105,46,100,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,124,124,40,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,110,46,99,117,114,114,101,110,116,80,97,103,101,61,101,44,110,46,36,101,109,105,116,40,99,105,44,101,41,125,41,41,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,71,115,40,114,41,125,41,41,41,125,125,44,103,101,116,80,97,103,101,73,110,102,111,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,67,116,40,116,104,105,115,46,112,97,103,101,115,41,124,124,48,61,61,61,116,104,105,115,46,112,97,103,101,115,46,108,101,110,103,116,104,124,124,98,116,40,116,104,105,115,46,112,97,103,101,115,91,116,45,49,93,41,41,123,118,97,114,32,101,61,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,41,46,99,111,110,99,97,116,40,116,41,59,114,101,116,117,114,110,123,108,105,110,107,58,116,104,105,115,46,117,115,101,82,111,117,116,101,114,63,123,112,97,116,104,58,101,125,58,101,44,116,101,120,116,58,97,115,40,116,41,125,125,118,97,114,32,110,61,116,104,105,115,46,112,97,103,101,115,91,116,45,49,93,59,105,102,40,80,116,40,110,41,41,123,118,97,114,32,114,61,110,46,108,105,110,107,59,114,101,116,117,114,110,123,108,105,110,107,58,80,116,40,114,41,63,114,58,116,104,105,115,46,117,115,101,82,111,117,116,101,114,63,123,112,97,116,104,58,114,125,58,114,44,116,101,120,116,58,97,115,40,110,46,116,101,120,116,124,124,116,41,125,125,114,101,116,117,114,110,123,108,105,110,107,58,97,115,40,110,41,44,116,101,120,116,58,97,115,40,116,41,125,125,44,109,97,107,101,80,97,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,112,97,103,101,71,101,110,44,110,61,116,104,105,115,46,103,101,116,80,97,103,101,73,110,102,111,40,116,41,59,114,101,116,117,114,110,32,112,99,40,101,41,63,101,40,116,44,110,41,58,110,46,116,101,120,116,125,44,109,97,107,101,76,105,110,107,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,108,105,110,107,71,101,110,44,110,61,116,104,105,115,46,103,101,116,80,97,103,101,73,110,102,111,40,116,41,59,114,101,116,117,114,110,32,112,99,40,101,41,63,101,40,116,44,110,41,58,110,46,108,105,110,107,125,44,108,105,110,107,80,114,111,112,115,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,108,99,40,83,67,44,116,104,105,115,41,44,110,61,116,104,105,115,46,109,97,107,101,76,105,110,107,40,116,41,59,114,101,116,117,114,110,32,116,104,105,115,46,117,115,101,82,111,117,116,101,114,124,124,80,116,40,110,41,63,101,46,116,111,61,110,58,101,46,104,114,101,102,61,110,44,101,125,44,114,101,115,111,108,118,101,76,105,110,107,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,34,34,59,116,114,121,123,116,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,97,34,41,44,116,46,104,114,101,102,61,107,117,40,123,116,111,58,101,125,44,34,97,34,44,34,47,34,44,34,47,34,41,44,100,111,99,117,109,101,110,116,46,98,111,100,121,46,97,112,112,101,110,100,67,104,105,108,100,40,116,41,59,118,97,114,32,110,61,116,44,114,61,110,46,112,97,116,104,110,97,109,101,44,105,61,110,46,104,97,115,104,44,111,61,110,46,115,101,97,114,99,104,59,114,101,116,117,114,110,32,100,111,99,117,109,101,110,116,46,98,111,100,121,46,114,101,109,111,118,101,67,104,105,108,100,40,116,41,44,123,112,97,116,104,58,114,44,104,97,115,104,58,105,44,113,117,101,114,121,58,119,117,40,111,41,125,125,99,97,116,99,104,40,97,41,123,116,114,121,123,116,38,38,116,46,112,97,114,101,110,116,78,111,100,101,38,38,116,46,112,97,114,101,110,116,78,111,100,101,46,114,101,109,111,118,101,67,104,105,108,100,40,116,41,125,99,97,116,99,104,40,115,41,123,125,114,101,116,117,114,110,123,125,125,125,44,114,101,115,111,108,118,101,82,111,117,116,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,34,34,59,116,114,121,123,118,97,114,32,101,61,116,104,105,115,46,36,114,111,117,116,101,114,46,114,101,115,111,108,118,101,40,116,44,116,104,105,115,46,36,114,111,117,116,101,41,46,114,111,117,116,101,59,114,101,116,117,114,110,123,112,97,116,104,58,101,46,112,97,116,104,44,104,97,115,104,58,101,46,104,97,115,104,44,113,117,101,114,121,58,101,46,113,117,101,114,121,125,125,99,97,116,99,104,40,110,41,123,114,101,116,117,114,110,123,125,125,125,44,103,117,101,115,115,67,117,114,114,101,110,116,80,97,103,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,114,111,117,116,101,114,44,101,61,116,104,105,115,46,36,114,111,117,116,101,44,110,61,116,104,105,115,46,99,111,109,112,117,116,101,100,86,97,108,117,101,59,105,102,40,33,116,104,105,115,46,110,111,80,97,103,101,68,101,116,101,99,116,38,38,33,110,38,38,40,117,124,124,33,117,38,38,116,41,41,102,111,114,40,118,97,114,32,114,61,116,38,38,101,63,123,112,97,116,104,58,101,46,112,97,116,104,44,104,97,115,104,58,101,46,104,97,115,104,44,113,117,101,114,121,58,101,46,113,117,101,114,121,125,58,123,125,44,105,61,117,63,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,124,124,100,111,99,117,109,101,110,116,46,108,111,99,97,116,105,111,110,58,110,117,108,108,44,111,61,105,63,123,112,97,116,104,58,105,46,112,97,116,104,110,97,109,101,44,104,97,115,104,58,105,46,104,97,115,104,44,113,117,101,114,121,58,119,117,40,105,46,115,101,97,114,99,104,41,125,58,123,125,44,97,61,49,59,33,110,38,38,97,60,61,116,104,105,115,46,108,111,99,97,108,78,117,109,98,101,114,79,102,80,97,103,101,115,59,97,43,43,41,123,118,97,114,32,115,61,116,104,105,115,46,109,97,107,101,76,105,110,107,40,97,41,59,110,61,116,38,38,40,80,116,40,115,41,124,124,116,104,105,115,46,117,115,101,82,111,117,116,101,114,41,63,119,108,40,116,104,105,115,46,114,101,115,111,108,118,101,82,111,117,116,101,40,115,41,44,114,41,63,97,58,110,117,108,108,58,117,63,119,108,40,116,104,105,115,46,114,101,115,111,108,118,101,76,105,110,107,40,115,41,44,111,41,63,97,58,110,117,108,108,58,45,49,125,116,104,105,115,46,99,117,114,114,101,110,116,80,97,103,101,61,110,62,48,63,110,58,48,125,125,125,41,44,80,67,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,80,97,103,105,110,97,116,105,111,110,78,97,118,58,67,67,125,125,41,44,84,67,61,123,65,85,84,79,58,34,97,117,116,111,34,44,84,79,80,58,34,116,111,112,34,44,82,73,71,72,84,58,34,114,105,103,104,116,34,44,66,79,84,84,79,77,58,34,98,111,116,116,111,109,34,44,76,69,70,84,58,34,108,101,102,116,34,44,84,79,80,76,69,70,84,58,34,116,111,112,34,44,84,79,80,82,73,71,72,84,58,34,116,111,112,34,44,82,73,71,72,84,84,79,80,58,34,114,105,103,104,116,34,44,82,73,71,72,84,66,79,84,84,79,77,58,34,114,105,103,104,116,34,44,66,79,84,84,79,77,76,69,70,84,58,34,98,111,116,116,111,109,34,44,66,79,84,84,79,77,82,73,71,72,84,58,34,98,111,116,116,111,109,34,44,76,69,70,84,84,79,80,58,34,108,101,102,116,34,44,76,69,70,84,66,79,84,84,79,77,58,34,108,101,102,116,34,125,44,106,67,61,123,65,85,84,79,58,48,44,84,79,80,76,69,70,84,58,45,49,44,84,79,80,58,48,44,84,79,80,82,73,71,72,84,58,49,44,82,73,71,72,84,84,79,80,58,45,49,44,82,73,71,72,84,58,48,44,82,73,71,72,84,66,79,84,84,79,77,58,49,44,66,79,84,84,79,77,76,69,70,84,58,45,49,44,66,79,84,84,79,77,58,48,44,66,79,84,84,79,77,82,73,71,72,84,58,49,44,76,69,70,84,84,79,80,58,45,49,44,76,69,70,84,58,48,44,76,69,70,84,66,79,84,84,79,77,58,49,125,44,69,67,61,123,97,114,114,111,119,80,97,100,100,105,110,103,58,99,99,40,65,111,44,54,41,44,98,111,117,110,100,97,114,121,58,99,99,40,91,104,116,44,95,111,93,44,34,115,99,114,111,108,108,80,97,114,101,110,116,34,41,44,98,111,117,110,100,97,114,121,80,97,100,100,105,110,103,58,99,99,40,65,111,44,53,41,44,102,97,108,108,98,97,99,107,80,108,97,99,101,109,101,110,116,58,99,99,40,107,111,44,34,102,108,105,112,34,41,44,111,102,102,115,101,116,58,99,99,40,65,111,44,48,41,44,112,108,97,99,101,109,101,110,116,58,99,99,40,95,111,44,34,116,111,112,34,41,44,116,97,114,103,101,116,58,99,99,40,91,104,116,44,100,116,93,41,125,44,65,67,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,90,114,44,112,114,111,112,115,58,69,67,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,110,111,70,97,100,101,58,33,49,44,108,111,99,97,108,83,104,111,119,58,33,48,44,97,116,116,97,99,104,109,101,110,116,58,116,104,105,115,46,103,101,116,65,116,116,97,99,104,109,101,110,116,40,116,104,105,115,46,112,108,97,99,101,109,101,110,116,41,125,125,44,99,111,109,112,117,116,101,100,58,123,116,101,109,112,108,97,116,101,84,121,112,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,117,110,107,110,111,119,110,34,125,44,112,111,112,112,101,114,67,111,110,102,105,103,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,104,105,115,46,112,108,97,99,101,109,101,110,116,59,114,101,116,117,114,110,123,112,108,97,99,101,109,101,110,116,58,116,104,105,115,46,103,101,116,65,116,116,97,99,104,109,101,110,116,40,101,41,44,109,111,100,105,102,105,101,114,115,58,123,111,102,102,115,101,116,58,123,111,102,102,115,101,116,58,116,104,105,115,46,103,101,116,79,102,102,115,101,116,40,101,41,125,44,102,108,105,112,58,123,98,101,104,97,118,105,111,114,58,116,104,105,115,46,102,97,108,108,98,97,99,107,80,108,97,99,101,109,101,110,116,125,44,97,114,114,111,119,58,123,101,108,101,109,101,110,116,58,34,46,97,114,114,111,119,34,125,44,112,114,101,118,101,110,116,79,118,101,114,102,108,111,119,58,123,112,97,100,100,105,110,103,58,116,104,105,115,46,98,111,117,110,100,97,114,121,80,97,100,100,105,110,103,44,98,111,117,110,100,97,114,105,101,115,69,108,101,109,101,110,116,58,116,104,105,115,46,98,111,117,110,100,97,114,121,125,125,44,111,110,67,114,101,97,116,101,58,102,117,110,99,116,105,111,110,40,101,41,123,101,46,111,114,105,103,105,110,97,108,80,108,97,99,101,109,101,110,116,33,61,61,101,46,112,108,97,99,101,109,101,110,116,38,38,116,46,112,111,112,112,101,114,80,108,97,99,101,109,101,110,116,67,104,97,110,103,101,40,101,41,125,44,111,110,85,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,112,111,112,112,101,114,80,108,97,99,101,109,101,110,116,67,104,97,110,103,101,40,101,41,125,125,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,95,112,111,112,112,101,114,61,110,117,108,108,44,116,104,105,115,46,108,111,99,97,108,83,104,111,119,61,33,48,44,116,104,105,115,46,36,111,110,40,88,105,44,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,112,111,112,112,101,114,67,114,101,97,116,101,40,101,41,125,41,41,59,118,97,114,32,101,61,102,117,110,99,116,105,111,110,40,41,123,116,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,36,100,101,115,116,114,111,121,40,41,125,41,41,125,41,41,125,59,116,104,105,115,46,36,112,97,114,101,110,116,46,36,111,110,99,101,40,97,111,44,101,41,44,116,104,105,115,46,36,111,110,99,101,40,67,105,44,101,41,125,44,98,101,102,111,114,101,77,111,117,110,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,97,116,116,97,99,104,109,101,110,116,61,116,104,105,115,46,103,101,116,65,116,116,97,99,104,109,101,110,116,40,116,104,105,115,46,112,108,97,99,101,109,101,110,116,41,125,44,117,112,100,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,80,111,112,112,101,114,40,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,101,115,116,114,111,121,80,111,112,112,101,114,40,41,125,44,100,101,115,116,114,111,121,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,101,108,59,116,38,38,116,46,112,97,114,101,110,116,78,111,100,101,38,38,116,46,112,97,114,101,110,116,78,111,100,101,46,114,101,109,111,118,101,67,104,105,108,100,40,116,41,125,44,109,101,116,104,111,100,115,58,123,104,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,108,111,99,97,108,83,104,111,119,61,33,49,125,44,103,101,116,65,116,116,97,99,104,109,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,84,67,91,83,116,114,105,110,103,40,116,41,46,116,111,85,112,112,101,114,67,97,115,101,40,41,93,124,124,34,97,117,116,111,34,125,44,103,101,116,79,102,102,115,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,116,104,105,115,46,111,102,102,115,101,116,41,123,118,97,114,32,101,61,116,104,105,115,46,36,114,101,102,115,46,97,114,114,111,119,124,124,107,115,40,34,46,97,114,114,111,119,34,44,116,104,105,115,46,36,101,108,41,44,110,61,74,97,40,122,115,40,101,41,46,119,105,100,116,104,44,48,41,43,74,97,40,116,104,105,115,46,97,114,114,111,119,80,97,100,100,105,110,103,44,48,41,59,115,119,105,116,99,104,40,106,67,91,83,116,114,105,110,103,40,116,41,46,116,111,85,112,112,101,114,67,97,115,101,40,41,93,124,124,48,41,123,99,97,115,101,32,49,58,114,101,116,117,114,110,34,43,53,48,37,112,32,45,32,34,46,99,111,110,99,97,116,40,110,44,34,112,120,34,41,59,99,97,115,101,45,49,58,114,101,116,117,114,110,34,45,53,48,37,112,32,43,32,34,46,99,111,110,99,97,116,40,110,44,34,112,120,34,41,59,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,48,125,125,114,101,116,117,114,110,32,116,104,105,115,46,111,102,102,115,101,116,125,44,112,111,112,112,101,114,67,114,101,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,100,101,115,116,114,111,121,80,111,112,112,101,114,40,41,44,116,104,105,115,46,36,95,112,111,112,112,101,114,61,110,101,119,32,68,118,91,34,97,34,93,40,116,104,105,115,46,116,97,114,103,101,116,44,116,44,116,104,105,115,46,112,111,112,112,101,114,67,111,110,102,105,103,41,125,44,100,101,115,116,114,111,121,80,111,112,112,101,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,112,111,112,112,101,114,38,38,116,104,105,115,46,36,95,112,111,112,112,101,114,46,100,101,115,116,114,111,121,40,41,44,116,104,105,115,46,36,95,112,111,112,112,101,114,61,110,117,108,108,125,44,117,112,100,97,116,101,80,111,112,112,101,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,112,111,112,112,101,114,38,38,116,104,105,115,46,36,95,112,111,112,112,101,114,46,115,99,104,101,100,117,108,101,85,112,100,97,116,101,40,41,125,44,112,111,112,112,101,114,80,108,97,99,101,109,101,110,116,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,97,116,116,97,99,104,109,101,110,116,61,116,104,105,115,46,103,101,116,65,116,116,97,99,104,109,101,110,116,40,116,46,112,108,97,99,101,109,101,110,116,41,125,44,114,101,110,100,101,114,84,101,109,112,108,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,40,34,100,105,118,34,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,110,111,70,97,100,101,59,114,101,116,117,114,110,32,116,40,66,99,44,123,112,114,111,112,115,58,123,97,112,112,101,97,114,58,33,48,44,110,111,70,97,100,101,58,110,125,44,111,110,58,123,98,101,102,111,114,101,69,110,116,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,36,101,109,105,116,40,88,105,44,116,41,125,44,97,102,116,101,114,69,110,116,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,36,101,109,105,116,40,90,105,44,116,41,125,44,98,101,102,111,114,101,76,101,97,118,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,36,101,109,105,116,40,80,105,44,116,41,125,44,97,102,116,101,114,76,101,97,118,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,36,101,109,105,116,40,67,105,44,116,41,125,125,125,44,91,116,104,105,115,46,108,111,99,97,108,83,104,111,119,63,116,104,105,115,46,114,101,110,100,101,114,84,101,109,112,108,97,116,101,40,116,41,58,116,40,41,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,68,67,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,76,67,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,68,67,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,77,67,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,68,67,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,77,67,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,73,67,61,123,104,116,109,108,58,99,99,40,118,111,44,33,49,41,44,105,100,58,99,99,40,95,111,41,125,44,36,67,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,101,105,44,101,120,116,101,110,100,115,58,65,67,44,109,105,120,105,110,115,58,91,121,79,93,44,112,114,111,112,115,58,73,67,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,116,105,116,108,101,58,34,34,44,99,111,110,116,101,110,116,58,34,34,44,118,97,114,105,97,110,116,58,110,117,108,108,44,99,117,115,116,111,109,67,108,97,115,115,58,110,117,108,108,44,105,110,116,101,114,97,99,116,105,118,101,58,33,48,125,125,44,99,111,109,112,117,116,101,100,58,123,116,101,109,112,108,97,116,101,84,121,112,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,116,111,111,108,116,105,112,34,125,44,116,101,109,112,108,97,116,101,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,116,104,105,115,46,118,97,114,105,97,110,116,44,110,61,116,104,105,115,46,97,116,116,97,99,104,109,101,110,116,44,114,61,116,104,105,115,46,116,101,109,112,108,97,116,101,84,121,112,101,59,114,101,116,117,114,110,91,40,116,61,123,110,111,110,105,110,116,101,114,97,99,116,105,118,101,58,33,116,104,105,115,46,105,110,116,101,114,97,99,116,105,118,101,125,44,77,67,40,116,44,34,98,45,34,46,99,111,110,99,97,116,40,114,44,34,45,34,41,46,99,111,110,99,97,116,40,101,41,44,101,41,44,77,67,40,116,44,34,98,115,45,34,46,99,111,110,99,97,116,40,114,44,34,45,34,41,46,99,111,110,99,97,116,40,110,41,44,110,41,44,116,41,44,116,104,105,115,46,99,117,115,116,111,109,67,108,97,115,115,93,125,44,116,101,109,112,108,97,116,101,65,116,116,114,105,98,117,116,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,105,100,59,114,101,116,117,114,110,32,76,67,40,76,67,40,123,125,44,116,104,105,115,46,36,112,97,114,101,110,116,46,36,112,97,114,101,110,116,46,36,97,116,116,114,115,41,44,123,125,44,123,105,100,58,116,44,114,111,108,101,58,34,116,111,111,108,116,105,112,34,44,116,97,98,105,110,100,101,120,58,34,45,49,34,125,44,116,104,105,115,46,115,99,111,112,101,100,83,116,121,108,101,65,116,116,114,115,41,125,44,116,101,109,112,108,97,116,101,76,105,115,116,101,110,101,114,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,123,109,111,117,115,101,101,110,116,101,114,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,36,101,109,105,116,40,65,105,44,101,41,125,44,109,111,117,115,101,108,101,97,118,101,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,36,101,109,105,116,40,68,105,44,101,41,125,44,102,111,99,117,115,105,110,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,36,101,109,105,116,40,79,105,44,101,41,125,44,102,111,99,117,115,111,117,116,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,36,101,109,105,116,40,83,105,44,101,41,125,125,125,125,44,109,101,116,104,111,100,115,58,123,114,101,110,100,101,114,84,101,109,112,108,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,116,105,116,108,101,44,110,61,95,116,40,101,41,63,101,40,123,125,41,58,101,44,114,61,116,104,105,115,46,104,116,109,108,38,38,33,95,116,40,101,41,63,123,105,110,110,101,114,72,84,77,76,58,101,125,58,123,125,59,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,116,111,111,108,116,105,112,32,98,45,116,111,111,108,116,105,112,34,44,99,108,97,115,115,58,116,104,105,115,46,116,101,109,112,108,97,116,101,67,108,97,115,115,101,115,44,97,116,116,114,115,58,116,104,105,115,46,116,101,109,112,108,97,116,101,65,116,116,114,105,98,117,116,101,115,44,111,110,58,116,104,105,115,46,116,101,109,112,108,97,116,101,76,105,115,116,101,110,101,114,115,125,44,91,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,97,114,114,111,119,34,44,114,101,102,58,34,97,114,114,111,119,34,125,41,44,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,116,111,111,108,116,105,112,45,105,110,110,101,114,34,44,100,111,109,80,114,111,112,115,58,114,125,44,91,110,93,41,93,41,125,125,125,41,59,102,117,110,99,116,105,111,110,32,70,67,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,66,67,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,70,67,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,82,67,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,70,67,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,82,67,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,78,67,44,122,67,44,86,67,61,34,46,109,111,100,97,108,45,99,111,110,116,101,110,116,34,44,72,67,61,67,99,40,97,114,44,67,105,41,44,85,67,61,34,46,98,45,115,105,100,101,98,97,114,34,44,87,67,61,91,86,67,44,85,67,93,46,106,111,105,110,40,34,44,32,34,41,44,113,67,61,34,100,114,111,112,100,111,119,110,34,44,71,67,61,34,46,100,114,111,112,100,111,119,110,45,109,101,110,117,46,115,104,111,119,34,44,89,67,61,34,100,97,116,97,45,111,114,105,103,105,110,97,108,45,116,105,116,108,101,34,44,75,67,61,123,116,105,116,108,101,58,34,34,44,99,111,110,116,101,110,116,58,34,34,44,118,97,114,105,97,110,116,58,110,117,108,108,44,99,117,115,116,111,109,67,108,97,115,115,58,110,117,108,108,44,116,114,105,103,103,101,114,115,58,34,34,44,112,108,97,99,101,109,101,110,116,58,34,97,117,116,111,34,44,102,97,108,108,98,97,99,107,80,108,97,99,101,109,101,110,116,58,34,102,108,105,112,34,44,116,97,114,103,101,116,58,110,117,108,108,44,99,111,110,116,97,105,110,101,114,58,110,117,108,108,44,110,111,70,97,100,101,58,33,49,44,98,111,117,110,100,97,114,121,58,34,115,99,114,111,108,108,80,97,114,101,110,116,34,44,98,111,117,110,100,97,114,121,80,97,100,100,105,110,103,58,53,44,111,102,102,115,101,116,58,48,44,100,101,108,97,121,58,48,44,97,114,114,111,119,80,97,100,100,105,110,103,58,54,44,105,110,116,101,114,97,99,116,105,118,101,58,33,48,44,100,105,115,97,98,108,101,100,58,33,49,44,105,100,58,110,117,108,108,44,104,116,109,108,58,33,49,125,44,88,67,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,116,105,44,109,105,120,105,110,115,58,91,67,108,93,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,66,67,40,66,67,40,123,125,44,75,67,41,44,123,125,44,123,97,99,116,105,118,101,84,114,105,103,103,101,114,58,123,104,111,118,101,114,58,33,49,44,99,108,105,99,107,58,33,49,44,102,111,99,117,115,58,33,49,125,44,108,111,99,97,108,83,104,111,119,58,33,49,125,41,125,44,99,111,109,112,117,116,101,100,58,123,116,101,109,112,108,97,116,101,84,121,112,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,116,111,111,108,116,105,112,34,125,44,99,111,109,112,117,116,101,100,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,100,124,124,34,95,95,98,118,95,34,46,99,111,110,99,97,116,40,116,104,105,115,46,116,101,109,112,108,97,116,101,84,121,112,101,44,34,95,34,41,46,99,111,110,99,97,116,40,116,104,105,115,91,36,101,93,44,34,95,95,34,41,125,44,99,111,109,112,117,116,101,100,68,101,108,97,121,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,123,115,104,111,119,58,48,44,104,105,100,101,58,48,125,59,114,101,116,117,114,110,32,84,116,40,116,104,105,115,46,100,101,108,97,121,41,63,40,116,46,115,104,111,119,61,81,99,40,90,97,40,116,104,105,115,46,100,101,108,97,121,46,115,104,111,119,44,48,41,44,48,41,44,116,46,104,105,100,101,61,81,99,40,90,97,40,116,104,105,115,46,100,101,108,97,121,46,104,105,100,101,44,48,41,44,48,41,41,58,40,83,116,40,116,104,105,115,46,100,101,108,97,121,41,124,124,79,116,40,116,104,105,115,46,100,101,108,97,121,41,41,38,38,40,116,46,115,104,111,119,61,116,46,104,105,100,101,61,81,99,40,90,97,40,116,104,105,115,46,100,101,108,97,121,44,48,41,44,48,41,41,44,116,125,44,99,111,109,112,117,116,101,100,84,114,105,103,103,101,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,71,97,40,116,104,105,115,46,116,114,105,103,103,101,114,115,41,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,32,34,41,46,116,114,105,109,40,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,46,115,112,108,105,116,40,47,92,115,43,47,41,46,115,111,114,116,40,41,125,44,105,115,87,105,116,104,65,99,116,105,118,101,84,114,105,103,103,101,114,58,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,32,105,110,32,116,104,105,115,46,97,99,116,105,118,101,84,114,105,103,103,101,114,41,105,102,40,116,104,105,115,46,97,99,116,105,118,101,84,114,105,103,103,101,114,91,116,93,41,114,101,116,117,114,110,33,48,59,114,101,116,117,114,110,33,49,125,44,99,111,109,112,117,116,101,100,84,101,109,112,108,97,116,101,68,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,116,105,116,108,101,44,101,61,116,104,105,115,46,99,111,110,116,101,110,116,44,110,61,116,104,105,115,46,118,97,114,105,97,110,116,44,114,61,116,104,105,115,46,99,117,115,116,111,109,67,108,97,115,115,44,105,61,116,104,105,115,46,110,111,70,97,100,101,44,111,61,116,104,105,115,46,105,110,116,101,114,97,99,116,105,118,101,59,114,101,116,117,114,110,123,116,105,116,108,101,58,116,44,99,111,110,116,101,110,116,58,101,44,118,97,114,105,97,110,116,58,110,44,99,117,115,116,111,109,67,108,97,115,115,58,114,44,110,111,70,97,100,101,58,105,44,105,110,116,101,114,97,99,116,105,118,101,58,111,125,125,125,44,119,97,116,99,104,58,123,99,111,109,112,117,116,101,100,84,114,105,103,103,101,114,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,119,108,40,116,44,101,41,124,124,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,110,46,117,110,76,105,115,116,101,110,40,41,44,101,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,113,97,40,116,44,101,41,124,124,110,46,97,99,116,105,118,101,84,114,105,103,103,101,114,91,101,93,38,38,40,110,46,97,99,116,105,118,101,84,114,105,103,103,101,114,91,101,93,61,33,49,41,125,41,41,44,110,46,108,105,115,116,101,110,40,41,125,41,41,125,44,99,111,109,112,117,116,101,100,84,101,109,112,108,97,116,101,68,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,104,97,110,100,108,101,84,101,109,112,108,97,116,101,85,112,100,97,116,101,40,41,125,44,116,105,116,108,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,61,61,61,101,124,124,116,124,124,116,104,105,115,46,104,105,100,101,40,41,125,44,100,105,115,97,98,108,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,116,63,116,104,105,115,46,100,105,115,97,98,108,101,40,41,58,116,104,105,115,46,101,110,97,98,108,101,40,41,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,95,116,105,112,61,110,117,108,108,44,116,104,105,115,46,36,95,104,111,118,101,114,84,105,109,101,111,117,116,61,110,117,108,108,44,116,104,105,115,46,36,95,104,111,118,101,114,83,116,97,116,101,61,34,34,44,116,104,105,115,46,36,95,118,105,115,105,98,108,101,73,110,116,101,114,118,97,108,61,110,117,108,108,44,116,104,105,115,46,36,95,101,110,97,98,108,101,100,61,33,116,104,105,115,46,100,105,115,97,98,108,101,100,44,116,104,105,115,46,36,95,110,111,111,112,61,116,112,46,98,105,110,100,40,116,104,105,115,41,44,116,104,105,115,46,36,112,97,114,101,110,116,38,38,116,104,105,115,46,36,112,97,114,101,110,116,46,36,111,110,99,101,40,111,111,44,40,102,117,110,99,116,105,111,110,40,41,123,116,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,36,100,101,115,116,114,111,121,40,41,125,41,41,125,41,41,125,41,41,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,46,103,101,116,84,97,114,103,101,116,40,41,59,101,38,38,84,115,40,100,111,99,117,109,101,110,116,46,98,111,100,121,44,101,41,63,40,116,46,115,99,111,112,101,73,100,61,109,79,40,116,46,36,112,97,114,101,110,116,41,44,116,46,108,105,115,116,101,110,40,41,41,58,102,101,40,79,116,40,116,46,116,97,114,103,101,116,41,63,39,85,110,97,98,108,101,32,116,111,32,102,105,110,100,32,116,97,114,103,101,116,32,101,108,101,109,101,110,116,32,98,121,32,73,68,32,34,35,39,46,99,111,110,99,97,116,40,116,46,116,97,114,103,101,116,44,39,34,32,105,110,32,100,111,99,117,109,101,110,116,46,39,41,58,34,84,104,101,32,112,114,111,118,105,100,101,100,32,116,97,114,103,101,116,32,105,115,32,110,111,32,118,97,108,105,100,32,72,84,77,76,32,101,108,101,109,101,110,116,46,34,44,116,46,116,101,109,112,108,97,116,101,84,121,112,101,41,125,41,41,125,44,117,112,100,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,116,104,105,115,46,104,97,110,100,108,101,84,101,109,112,108,97,116,101,85,112,100,97,116,101,41,125,44,100,101,97,99,116,105,118,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,102,111,114,99,101,72,105,100,101,40,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,110,76,105,115,116,101,110,40,41,44,116,104,105,115,46,115,101,116,87,104,105,108,101,79,112,101,110,76,105,115,116,101,110,101,114,115,40,33,49,41,44,116,104,105,115,46,99,108,101,97,114,72,111,118,101,114,84,105,109,101,111,117,116,40,41,44,116,104,105,115,46,99,108,101,97,114,86,105,115,105,98,105,108,105,116,121,73,110,116,101,114,118,97,108,40,41,44,116,104,105,115,46,100,101,115,116,114,111,121,84,101,109,112,108,97,116,101,40,41,44,116,104,105,115,46,36,95,110,111,111,112,61,110,117,108,108,125,44,109,101,116,104,111,100,115,58,123,103,101,116,84,101,109,112,108,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,36,67,125,44,117,112,100,97,116,101,68,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,123,125,44,110,61,33,49,59,86,116,40,75,67,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,114,41,123,98,116,40,101,91,114,93,41,124,124,116,91,114,93,61,61,61,101,91,114,93,124,124,40,116,91,114,93,61,101,91,114,93,44,34,116,105,116,108,101,34,61,61,61,114,38,38,40,110,61,33,48,41,41,125,41,41,44,110,38,38,116,104,105,115,46,108,111,99,97,108,83,104,111,119,38,38,116,104,105,115,46,102,105,120,84,105,116,108,101,40,41,125,44,99,114,101,97,116,101,84,101,109,112,108,97,116,101,65,110,100,83,104,111,119,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,67,111,110,116,97,105,110,101,114,40,41,44,101,61,116,104,105,115,46,103,101,116,84,101,109,112,108,97,116,101,40,41,44,110,61,116,104,105,115,46,36,95,116,105,112,61,110,101,119,32,101,40,123,112,97,114,101,110,116,58,116,104,105,115,44,112,114,111,112,115,68,97,116,97,58,123,105,100,58,116,104,105,115,46,99,111,109,112,117,116,101,100,73,100,44,104,116,109,108,58,116,104,105,115,46,104,116,109,108,44,112,108,97,99,101,109,101,110,116,58,116,104,105,115,46,112,108,97,99,101,109,101,110,116,44,102,97,108,108,98,97,99,107,80,108,97,99,101,109,101,110,116,58,116,104,105,115,46,102,97,108,108,98,97,99,107,80,108,97,99,101,109,101,110,116,44,116,97,114,103,101,116,58,116,104,105,115,46,103,101,116,80,108,97,99,101,109,101,110,116,84,97,114,103,101,116,40,41,44,98,111,117,110,100,97,114,121,58,116,104,105,115,46,103,101,116,66,111,117,110,100,97,114,121,40,41,44,111,102,102,115,101,116,58,90,97,40,116,104,105,115,46,111,102,102,115,101,116,44,48,41,44,97,114,114,111,119,80,97,100,100,105,110,103,58,90,97,40,116,104,105,115,46,97,114,114,111,119,80,97,100,100,105,110,103,44,48,41,44,98,111,117,110,100,97,114,121,80,97,100,100,105,110,103,58,90,97,40,116,104,105,115,46,98,111,117,110,100,97,114,121,80,97,100,100,105,110,103,44,48,41,125,125,41,59,116,104,105,115,46,104,97,110,100,108,101,84,101,109,112,108,97,116,101,85,112,100,97,116,101,40,41,44,110,46,36,111,110,99,101,40,88,105,44,116,104,105,115,46,111,110,84,101,109,112,108,97,116,101,83,104,111,119,41,44,110,46,36,111,110,99,101,40,90,105,44,116,104,105,115,46,111,110,84,101,109,112,108,97,116,101,83,104,111,119,110,41,44,110,46,36,111,110,99,101,40,80,105,44,116,104,105,115,46,111,110,84,101,109,112,108,97,116,101,72,105,100,101,41,44,110,46,36,111,110,99,101,40,67,105,44,116,104,105,115,46,111,110,84,101,109,112,108,97,116,101,72,105,100,100,101,110,41,44,110,46,36,111,110,99,101,40,97,111,44,116,104,105,115,46,100,101,115,116,114,111,121,84,101,109,112,108,97,116,101,41,44,110,46,36,111,110,40,79,105,44,116,104,105,115,46,104,97,110,100,108,101,69,118,101,110,116,41,44,110,46,36,111,110,40,83,105,44,116,104,105,115,46,104,97,110,100,108,101,69,118,101,110,116,41,44,110,46,36,111,110,40,65,105,44,116,104,105,115,46,104,97,110,100,108,101,69,118,101,110,116,41,44,110,46,36,111,110,40,68,105,44,116,104,105,115,46,104,97,110,100,108,101,69,118,101,110,116,41,44,110,46,36,109,111,117,110,116,40,116,46,97,112,112,101,110,100,67,104,105,108,100,40,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,41,41,125,44,104,105,100,101,84,101,109,112,108,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,116,105,112,38,38,116,104,105,115,46,36,95,116,105,112,46,104,105,100,101,40,41,44,116,104,105,115,46,99,108,101,97,114,65,99,116,105,118,101,84,114,105,103,103,101,114,115,40,41,44,116,104,105,115,46,36,95,104,111,118,101,114,83,116,97,116,101,61,34,34,125,44,100,101,115,116,114,111,121,84,101,109,112,108,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,87,104,105,108,101,79,112,101,110,76,105,115,116,101,110,101,114,115,40,33,49,41,44,116,104,105,115,46,99,108,101,97,114,72,111,118,101,114,84,105,109,101,111,117,116,40,41,44,116,104,105,115,46,36,95,104,111,118,101,114,83,116,97,116,101,61,34,34,44,116,104,105,115,46,99,108,101,97,114,65,99,116,105,118,101,84,114,105,103,103,101,114,115,40,41,44,116,104,105,115,46,108,111,99,97,108,80,108,97,99,101,109,101,110,116,84,97,114,103,101,116,61,110,117,108,108,59,116,114,121,123,116,104,105,115,46,36,95,116,105,112,46,36,100,101,115,116,114,111,121,40,41,125,99,97,116,99,104,40,116,41,123,125,116,104,105,115,46,36,95,116,105,112,61,110,117,108,108,44,116,104,105,115,46,114,101,109,111,118,101,65,114,105,97,68,101,115,99,114,105,98,101,100,98,121,40,41,44,116,104,105,115,46,114,101,115,116,111,114,101,84,105,116,108,101,40,41,44,116,104,105,115,46,108,111,99,97,108,83,104,111,119,61,33,49,125,44,103,101,116,84,101,109,112,108,97,116,101,69,108,101,109,101,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,95,116,105,112,63,116,104,105,115,46,36,95,116,105,112,46,36,101,108,58,110,117,108,108,125,44,104,97,110,100,108,101,84,101,109,112,108,97,116,101,85,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,104,105,115,46,36,95,116,105,112,59,105,102,40,101,41,123,118,97,114,32,110,61,91,34,116,105,116,108,101,34,44,34,99,111,110,116,101,110,116,34,44,34,118,97,114,105,97,110,116,34,44,34,99,117,115,116,111,109,67,108,97,115,115,34,44,34,110,111,70,97,100,101,34,44,34,105,110,116,101,114,97,99,116,105,118,101,34,93,59,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,101,91,110,93,33,61,61,116,91,110,93,38,38,40,101,91,110,93,61,116,91,110,93,41,125,41,41,125,125,44,115,104,111,119,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,84,97,114,103,101,116,40,41,59,105,102,40,116,38,38,84,115,40,100,111,99,117,109,101,110,116,46,98,111,100,121,44,116,41,38,38,95,115,40,116,41,38,38,33,116,104,105,115,46,100,114,111,112,100,111,119,110,79,112,101,110,40,41,38,38,40,33,119,116,40,116,104,105,115,46,116,105,116,108,101,41,38,38,34,34,33,61,61,116,104,105,115,46,116,105,116,108,101,124,124,33,119,116,40,116,104,105,115,46,99,111,110,116,101,110,116,41,38,38,34,34,33,61,61,116,104,105,115,46,99,111,110,116,101,110,116,41,38,38,33,116,104,105,115,46,36,95,116,105,112,38,38,33,116,104,105,115,46,108,111,99,97,108,83,104,111,119,41,123,116,104,105,115,46,108,111,99,97,108,83,104,111,119,61,33,48,59,118,97,114,32,101,61,116,104,105,115,46,98,117,105,108,100,69,118,101,110,116,40,88,105,44,123,99,97,110,99,101,108,97,98,108,101,58,33,48,125,41,59,116,104,105,115,46,101,109,105,116,69,118,101,110,116,40,101,41,44,101,46,100,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,63,116,104,105,115,46,100,101,115,116,114,111,121,84,101,109,112,108,97,116,101,40,41,58,40,116,104,105,115,46,102,105,120,84,105,116,108,101,40,41,44,116,104,105,115,46,97,100,100,65,114,105,97,68,101,115,99,114,105,98,101,100,98,121,40,41,44,116,104,105,115,46,99,114,101,97,116,101,84,101,109,112,108,97,116,101,65,110,100,83,104,111,119,40,41,41,125,125,44,104,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,38,38,97,114,103,117,109,101,110,116,115,91,48,93,44,101,61,116,104,105,115,46,103,101,116,84,101,109,112,108,97,116,101,69,108,101,109,101,110,116,40,41,59,105,102,40,101,38,38,116,104,105,115,46,108,111,99,97,108,83,104,111,119,41,123,118,97,114,32,110,61,116,104,105,115,46,98,117,105,108,100,69,118,101,110,116,40,80,105,44,123,99,97,110,99,101,108,97,98,108,101,58,33,116,125,41,59,116,104,105,115,46,101,109,105,116,69,118,101,110,116,40,110,41,44,110,46,100,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,124,124,116,104,105,115,46,104,105,100,101,84,101,109,112,108,97,116,101,40,41,125,101,108,115,101,32,116,104,105,115,46,114,101,115,116,111,114,101,84,105,116,108,101,40,41,125,44,102,111,114,99,101,72,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,84,101,109,112,108,97,116,101,69,108,101,109,101,110,116,40,41,59,116,38,38,116,104,105,115,46,108,111,99,97,108,83,104,111,119,38,38,40,116,104,105,115,46,115,101,116,87,104,105,108,101,79,112,101,110,76,105,115,116,101,110,101,114,115,40,33,49,41,44,116,104,105,115,46,99,108,101,97,114,72,111,118,101,114,84,105,109,101,111,117,116,40,41,44,116,104,105,115,46,36,95,104,111,118,101,114,83,116,97,116,101,61,34,34,44,116,104,105,115,46,99,108,101,97,114,65,99,116,105,118,101,84,114,105,103,103,101,114,115,40,41,44,116,104,105,115,46,36,95,116,105,112,38,38,40,116,104,105,115,46,36,95,116,105,112,46,110,111,70,97,100,101,61,33,48,41,44,116,104,105,115,46,104,105,100,101,40,33,48,41,41,125,44,101,110,97,98,108,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,101,110,97,98,108,101,100,61,33,48,44,116,104,105,115,46,101,109,105,116,69,118,101,110,116,40,116,104,105,115,46,98,117,105,108,100,69,118,101,110,116,40,119,105,41,41,125,44,100,105,115,97,98,108,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,101,110,97,98,108,101,100,61,33,49,44,116,104,105,115,46,101,109,105,116,69,118,101,110,116,40,116,104,105,115,46,98,117,105,108,100,69,118,101,110,116,40,103,105,41,41,125,44,111,110,84,101,109,112,108,97,116,101,83,104,111,119,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,87,104,105,108,101,79,112,101,110,76,105,115,116,101,110,101,114,115,40,33,48,41,125,44,111,110,84,101,109,112,108,97,116,101,83,104,111,119,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,95,104,111,118,101,114,83,116,97,116,101,59,116,104,105,115,46,36,95,104,111,118,101,114,83,116,97,116,101,61,34,34,44,34,111,117,116,34,61,61,61,116,38,38,116,104,105,115,46,108,101,97,118,101,40,110,117,108,108,41,44,116,104,105,115,46,101,109,105,116,69,118,101,110,116,40,116,104,105,115,46,98,117,105,108,100,69,118,101,110,116,40,90,105,41,41,125,44,111,110,84,101,109,112,108,97,116,101,72,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,87,104,105,108,101,79,112,101,110,76,105,115,116,101,110,101,114,115,40,33,49,41,125,44,111,110,84,101,109,112,108,97,116,101,72,105,100,100,101,110,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,101,115,116,114,111,121,84,101,109,112,108,97,116,101,40,41,44,116,104,105,115,46,101,109,105,116,69,118,101,110,116,40,116,104,105,115,46,98,117,105,108,100,69,118,101,110,116,40,67,105,41,41,125,44,103,101,116,84,97,114,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,116,97,114,103,101,116,59,114,101,116,117,114,110,32,79,116,40,116,41,63,116,61,106,115,40,116,46,114,101,112,108,97,99,101,40,47,94,35,47,44,34,34,41,41,58,95,116,40,116,41,63,116,61,116,40,41,58,116,38,38,40,116,61,116,46,36,101,108,124,124,116,41,44,109,115,40,116,41,63,116,58,110,117,108,108,125,44,103,101,116,80,108,97,99,101,109,101,110,116,84,97,114,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,103,101,116,84,97,114,103,101,116,40,41,125,44,103,101,116,84,97,114,103,101,116,73,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,84,97,114,103,101,116,40,41,59,114,101,116,117,114,110,32,116,38,38,116,46,105,100,63,116,46,105,100,58,110,117,108,108,125,44,103,101,116,67,111,110,116,97,105,110,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,33,33,116,104,105,115,46,99,111,110,116,97,105,110,101,114,38,38,40,116,104,105,115,46,99,111,110,116,97,105,110,101,114,46,36,101,108,124,124,116,104,105,115,46,99,111,110,116,97,105,110,101,114,41,44,101,61,100,111,99,117,109,101,110,116,46,98,111,100,121,44,110,61,116,104,105,115,46,103,101,116,84,97,114,103,101,116,40,41,59,114,101,116,117,114,110,33,49,61,61,61,116,63,80,115,40,87,67,44,110,41,124,124,101,58,79,116,40,116,41,38,38,106,115,40,116,46,114,101,112,108,97,99,101,40,47,94,35,47,44,34,34,41,41,124,124,101,125,44,103,101,116,66,111,117,110,100,97,114,121,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,111,117,110,100,97,114,121,63,116,104,105,115,46,98,111,117,110,100,97,114,121,46,36,101,108,124,124,116,104,105,115,46,98,111,117,110,100,97,114,121,58,34,115,99,114,111,108,108,80,97,114,101,110,116,34,125,44,105,115,73,110,77,111,100,97,108,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,84,97,114,103,101,116,40,41,59,114,101,116,117,114,110,32,116,38,38,80,115,40,86,67,44,116,41,125,44,105,115,68,114,111,112,100,111,119,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,84,97,114,103,101,116,40,41,59,114,101,116,117,114,110,32,116,38,38,68,115,40,116,44,113,67,41,125,44,100,114,111,112,100,111,119,110,79,112,101,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,84,97,114,103,101,116,40,41,59,114,101,116,117,114,110,32,116,104,105,115,46,105,115,68,114,111,112,100,111,119,110,40,41,38,38,116,38,38,107,115,40,71,67,44,116,41,125,44,99,108,101,97,114,72,111,118,101,114,84,105,109,101,111,117,116,58,102,117,110,99,116,105,111,110,40,41,123,99,108,101,97,114,84,105,109,101,111,117,116,40,116,104,105,115,46,36,95,104,111,118,101,114,84,105,109,101,111,117,116,41,44,116,104,105,115,46,36,95,104,111,118,101,114,84,105,109,101,111,117,116,61,110,117,108,108,125,44,99,108,101,97,114,86,105,115,105,98,105,108,105,116,121,73,110,116,101,114,118,97,108,58,102,117,110,99,116,105,111,110,40,41,123,99,108,101,97,114,73,110,116,101,114,118,97,108,40,116,104,105,115,46,36,95,118,105,115,105,98,108,101,73,110,116,101,114,118,97,108,41,44,116,104,105,115,46,36,95,118,105,115,105,98,108,101,73,110,116,101,114,118,97,108,61,110,117,108,108,125,44,99,108,101,97,114,65,99,116,105,118,101,84,114,105,103,103,101,114,115,58,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,32,105,110,32,116,104,105,115,46,97,99,116,105,118,101,84,114,105,103,103,101,114,41,116,104,105,115,46,97,99,116,105,118,101,84,114,105,103,103,101,114,91,116,93,61,33,49,125,44,97,100,100,65,114,105,97,68,101,115,99,114,105,98,101,100,98,121,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,84,97,114,103,101,116,40,41,44,101,61,73,115,40,116,44,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,41,124,124,34,34,59,101,61,101,46,115,112,108,105,116,40,47,92,115,43,47,41,46,99,111,110,99,97,116,40,116,104,105,115,46,99,111,109,112,117,116,101,100,73,100,41,46,106,111,105,110,40,34,32,34,41,46,116,114,105,109,40,41,44,76,115,40,116,44,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,44,101,41,125,44,114,101,109,111,118,101,65,114,105,97,68,101,115,99,114,105,98,101,100,98,121,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,104,105,115,46,103,101,116,84,97,114,103,101,116,40,41,44,110,61,73,115,40,101,44,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,41,124,124,34,34,59,110,61,110,46,115,112,108,105,116,40,47,92,115,43,47,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,33,61,61,116,46,99,111,109,112,117,116,101,100,73,100,125,41,41,46,106,111,105,110,40,34,32,34,41,46,116,114,105,109,40,41,44,110,63,76,115,40,101,44,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,44,110,41,58,77,115,40,101,44,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,41,125,44,102,105,120,84,105,116,108,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,84,97,114,103,101,116,40,41,59,105,102,40,36,115,40,116,44,34,116,105,116,108,101,34,41,41,123,118,97,114,32,101,61,73,115,40,116,44,34,116,105,116,108,101,34,41,59,76,115,40,116,44,34,116,105,116,108,101,34,44,34,34,41,44,101,38,38,76,115,40,116,44,89,67,44,101,41,125,125,44,114,101,115,116,111,114,101,84,105,116,108,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,84,97,114,103,101,116,40,41,59,105,102,40,36,115,40,116,44,89,67,41,41,123,118,97,114,32,101,61,73,115,40,116,44,89,67,41,59,77,115,40,116,44,89,67,41,44,101,38,38,76,115,40,116,44,34,116,105,116,108,101,34,44,101,41,125,125,44,98,117,105,108,100,69,118,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,59,114,101,116,117,114,110,32,110,101,119,32,86,118,40,116,44,66,67,40,123,99,97,110,99,101,108,97,98,108,101,58,33,49,44,116,97,114,103,101,116,58,116,104,105,115,46,103,101,116,84,97,114,103,101,116,40,41,44,114,101,108,97,116,101,100,84,97,114,103,101,116,58,116,104,105,115,46,103,101,116,84,101,109,112,108,97,116,101,69,108,101,109,101,110,116,40,41,124,124,110,117,108,108,44,99,111,109,112,111,110,101,110,116,73,100,58,116,104,105,115,46,99,111,109,112,117,116,101,100,73,100,44,118,117,101,84,97,114,103,101,116,58,116,104,105,115,125,44,101,41,41,125,44,101,109,105,116,69,118,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,116,121,112,101,59,116,104,105,115,46,101,109,105,116,79,110,82,111,111,116,40,67,99,40,116,104,105,115,46,116,101,109,112,108,97,116,101,84,121,112,101,44,101,41,44,116,41,44,116,104,105,115,46,36,101,109,105,116,40,101,44,116,41,125,44,108,105,115,116,101,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,104,105,115,46,103,101,116,84,97,114,103,101,116,40,41,59,101,38,38,40,116,104,105,115,46,115,101,116,82,111,111,116,76,105,115,116,101,110,101,114,40,33,48,41,44,116,104,105,115,46,99,111,109,112,117,116,101,100,84,114,105,103,103,101,114,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,34,99,108,105,99,107,34,61,61,61,110,63,95,99,40,101,44,34,99,108,105,99,107,34,44,116,46,104,97,110,100,108,101,69,118,101,110,116,44,102,111,41,58,34,102,111,99,117,115,34,61,61,61,110,63,40,95,99,40,101,44,34,102,111,99,117,115,105,110,34,44,116,46,104,97,110,100,108,101,69,118,101,110,116,44,102,111,41,44,95,99,40,101,44,34,102,111,99,117,115,111,117,116,34,44,116,46,104,97,110,100,108,101,69,118,101,110,116,44,102,111,41,41,58,34,98,108,117,114,34,61,61,61,110,63,95,99,40,101,44,34,102,111,99,117,115,111,117,116,34,44,116,46,104,97,110,100,108,101,69,118,101,110,116,44,102,111,41,58,34,104,111,118,101,114,34,61,61,61,110,38,38,40,95,99,40,101,44,34,109,111,117,115,101,101,110,116,101,114,34,44,116,46,104,97,110,100,108,101,69,118,101,110,116,44,102,111,41,44,95,99,40,101,44,34,109,111,117,115,101,108,101,97,118,101,34,44,116,46,104,97,110,100,108,101,69,118,101,110,116,44,102,111,41,41,125,41,44,116,104,105,115,41,41,125,44,117,110,76,105,115,116,101,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,91,34,99,108,105,99,107,34,44,34,102,111,99,117,115,105,110,34,44,34,102,111,99,117,115,111,117,116,34,44,34,109,111,117,115,101,101,110,116,101,114,34,44,34,109,111,117,115,101,108,101,97,118,101,34,93,44,110,61,116,104,105,115,46,103,101,116,84,97,114,103,101,116,40,41,59,116,104,105,115,46,115,101,116,82,111,111,116,76,105,115,116,101,110,101,114,40,33,49,41,44,101,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,110,38,38,120,99,40,110,44,101,44,116,46,104,97,110,100,108,101,69,118,101,110,116,44,102,111,41,125,41,44,116,104,105,115,41,125,44,115,101,116,82,111,111,116,76,105,115,116,101,110,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,36,114,111,111,116,59,105,102,40,101,41,123,118,97,114,32,110,61,116,63,34,36,111,110,34,58,34,36,111,102,102,34,44,114,61,116,104,105,115,46,116,101,109,112,108,97,116,101,84,121,112,101,59,101,91,110,93,40,80,99,40,114,44,80,105,41,44,116,104,105,115,46,100,111,72,105,100,101,41,44,101,91,110,93,40,80,99,40,114,44,88,105,41,44,116,104,105,115,46,100,111,83,104,111,119,41,44,101,91,110,93,40,80,99,40,114,44,118,105,41,44,116,104,105,115,46,100,111,68,105,115,97,98,108,101,41,44,101,91,110,93,40,80,99,40,114,44,121,105,41,44,116,104,105,115,46,100,111,69,110,97,98,108,101,41,125,125,44,115,101,116,87,104,105,108,101,79,112,101,110,76,105,115,116,101,110,101,114,115,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,115,101,116,77,111,100,97,108,76,105,115,116,101,110,101,114,40,116,41,44,116,104,105,115,46,115,101,116,68,114,111,112,100,111,119,110,76,105,115,116,101,110,101,114,40,116,41,44,116,104,105,115,46,118,105,115,105,98,108,101,67,104,101,99,107,40,116,41,44,116,104,105,115,46,115,101,116,79,110,84,111,117,99,104,83,116,97,114,116,76,105,115,116,101,110,101,114,40,116,41,125,44,118,105,115,105,98,108,101,67,104,101,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,116,104,105,115,46,99,108,101,97,114,86,105,115,105,98,105,108,105,116,121,73,110,116,101,114,118,97,108,40,41,59,118,97,114,32,110,61,116,104,105,115,46,103,101,116,84,97,114,103,101,116,40,41,44,114,61,116,104,105,115,46,103,101,116,84,101,109,112,108,97,116,101,69,108,101,109,101,110,116,40,41,59,116,38,38,40,116,104,105,115,46,36,95,118,105,115,105,98,108,101,73,110,116,101,114,118,97,108,61,115,101,116,73,110,116,101,114,118,97,108,40,40,102,117,110,99,116,105,111,110,40,41,123,33,114,124,124,33,101,46,108,111,99,97,108,83,104,111,119,124,124,110,46,112,97,114,101,110,116,78,111,100,101,38,38,95,115,40,110,41,124,124,101,46,102,111,114,99,101,72,105,100,101,40,41,125,41,44,49,48,48,41,41,125,44,115,101,116,77,111,100,97,108,76,105,115,116,101,110,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,105,115,73,110,77,111,100,97,108,40,41,38,38,116,104,105,115,46,36,114,111,111,116,91,116,63,34,36,111,110,34,58,34,36,111,102,102,34,93,40,72,67,44,116,104,105,115,46,102,111,114,99,101,72,105,100,101,41,125,44,115,101,116,79,110,84,111,117,99,104,83,116,97,114,116,76,105,115,116,101,110,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,34,111,110,116,111,117,99,104,115,116,97,114,116,34,105,110,32,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,38,38,87,97,40,100,111,99,117,109,101,110,116,46,98,111,100,121,46,99,104,105,108,100,114,101,110,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,79,99,40,116,44,110,44,34,109,111,117,115,101,111,118,101,114,34,44,101,46,36,95,110,111,111,112,41,125,41,41,125,44,115,101,116,68,114,111,112,100,111,119,110,76,105,115,116,101,110,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,103,101,116,84,97,114,103,101,116,40,41,59,101,38,38,116,104,105,115,46,36,114,111,111,116,38,38,116,104,105,115,46,105,115,68,114,111,112,100,111,119,110,38,38,101,46,95,95,118,117,101,95,95,38,38,101,46,95,95,118,117,101,95,95,91,116,63,34,36,111,110,34,58,34,36,111,102,102,34,93,40,90,105,44,116,104,105,115,46,102,111,114,99,101,72,105,100,101,41,125,44,104,97,110,100,108,101,69,118,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,103,101,116,84,97,114,103,101,116,40,41,59,105,102,40,101,38,38,33,120,115,40,101,41,38,38,116,104,105,115,46,36,95,101,110,97,98,108,101,100,38,38,33,116,104,105,115,46,100,114,111,112,100,111,119,110,79,112,101,110,40,41,41,123,118,97,114,32,110,61,116,46,116,121,112,101,44,114,61,116,104,105,115,46,99,111,109,112,117,116,101,100,84,114,105,103,103,101,114,115,59,105,102,40,34,99,108,105,99,107,34,61,61,61,110,38,38,113,97,40,114,44,34,99,108,105,99,107,34,41,41,116,104,105,115,46,99,108,105,99,107,40,116,41,59,101,108,115,101,32,105,102,40,34,109,111,117,115,101,101,110,116,101,114,34,61,61,61,110,38,38,113,97,40,114,44,34,104,111,118,101,114,34,41,41,116,104,105,115,46,101,110,116,101,114,40,116,41,59,101,108,115,101,32,105,102,40,34,102,111,99,117,115,105,110,34,61,61,61,110,38,38,113,97,40,114,44,34,102,111,99,117,115,34,41,41,116,104,105,115,46,101,110,116,101,114,40,116,41,59,101,108,115,101,32,105,102,40,34,102,111,99,117,115,111,117,116,34,61,61,61,110,38,38,40,113,97,40,114,44,34,102,111,99,117,115,34,41,124,124,113,97,40,114,44,34,98,108,117,114,34,41,41,124,124,34,109,111,117,115,101,108,101,97,118,101,34,61,61,61,110,38,38,113,97,40,114,44,34,104,111,118,101,114,34,41,41,123,118,97,114,32,105,61,116,104,105,115,46,103,101,116,84,101,109,112,108,97,116,101,69,108,101,109,101,110,116,40,41,44,111,61,116,46,116,97,114,103,101,116,44,97,61,116,46,114,101,108,97,116,101,100,84,97,114,103,101,116,59,105,102,40,105,38,38,84,115,40,105,44,111,41,38,38,84,115,40,101,44,97,41,124,124,105,38,38,84,115,40,101,44,111,41,38,38,84,115,40,105,44,97,41,124,124,105,38,38,84,115,40,105,44,111,41,38,38,84,115,40,105,44,97,41,124,124,84,115,40,101,44,111,41,38,38,84,115,40,101,44,97,41,41,114,101,116,117,114,110,59,116,104,105,115,46,108,101,97,118,101,40,116,41,125,125,125,44,100,111,72,105,100,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,116,104,105,115,46,103,101,116,84,97,114,103,101,116,73,100,40,41,33,61,61,116,38,38,116,104,105,115,46,99,111,109,112,117,116,101,100,73,100,33,61,61,116,124,124,116,104,105,115,46,102,111,114,99,101,72,105,100,101,40,41,125,44,100,111,83,104,111,119,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,116,104,105,115,46,103,101,116,84,97,114,103,101,116,73,100,40,41,33,61,61,116,38,38,116,104,105,115,46,99,111,109,112,117,116,101,100,73,100,33,61,61,116,124,124,116,104,105,115,46,115,104,111,119,40,41,125,44,100,111,68,105,115,97,98,108,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,116,104,105,115,46,103,101,116,84,97,114,103,101,116,73,100,40,41,33,61,61,116,38,38,116,104,105,115,46,99,111,109,112,117,116,101,100,73,100,33,61,61,116,124,124,116,104,105,115,46,100,105,115,97,98,108,101,40,41,125,44,100,111,69,110,97,98,108,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,116,104,105,115,46,103,101,116,84,97,114,103,101,116,73,100,40,41,33,61,61,116,38,38,116,104,105,115,46,99,111,109,112,117,116,101,100,73,100,33,61,61,116,124,124,116,104,105,115,46,101,110,97,98,108,101,40,41,125,44,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,95,101,110,97,98,108,101,100,38,38,33,116,104,105,115,46,100,114,111,112,100,111,119,110,79,112,101,110,40,41,38,38,40,113,115,40,116,46,99,117,114,114,101,110,116,84,97,114,103,101,116,41,44,116,104,105,115,46,97,99,116,105,118,101,84,114,105,103,103,101,114,46,99,108,105,99,107,61,33,116,104,105,115,46,97,99,116,105,118,101,84,114,105,103,103,101,114,46,99,108,105,99,107,44,116,104,105,115,46,105,115,87,105,116,104,65,99,116,105,118,101,84,114,105,103,103,101,114,63,116,104,105,115,46,101,110,116,101,114,40,110,117,108,108,41,58,116,104,105,115,46,108,101,97,118,101,40,110,117,108,108,41,41,125,44,116,111,103,103,108,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,101,110,97,98,108,101,100,38,38,33,116,104,105,115,46,100,114,111,112,100,111,119,110,79,112,101,110,40,41,38,38,40,116,104,105,115,46,108,111,99,97,108,83,104,111,119,63,116,104,105,115,46,108,101,97,118,101,40,110,117,108,108,41,58,116,104,105,115,46,101,110,116,101,114,40,110,117,108,108,41,41,125,44,101,110,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,110,117,108,108,59,101,38,38,40,116,104,105,115,46,97,99,116,105,118,101,84,114,105,103,103,101,114,91,34,102,111,99,117,115,105,110,34,61,61,61,101,46,116,121,112,101,63,34,102,111,99,117,115,34,58,34,104,111,118,101,114,34,93,61,33,48,41,44,116,104,105,115,46,108,111,99,97,108,83,104,111,119,124,124,34,105,110,34,61,61,61,116,104,105,115,46,36,95,104,111,118,101,114,83,116,97,116,101,63,116,104,105,115,46,36,95,104,111,118,101,114,83,116,97,116,101,61,34,105,110,34,58,40,116,104,105,115,46,99,108,101,97,114,72,111,118,101,114,84,105,109,101,111,117,116,40,41,44,116,104,105,115,46,36,95,104,111,118,101,114,83,116,97,116,101,61,34,105,110,34,44,116,104,105,115,46,99,111,109,112,117,116,101,100,68,101,108,97,121,46,115,104,111,119,63,40,116,104,105,115,46,102,105,120,84,105,116,108,101,40,41,44,116,104,105,115,46,36,95,104,111,118,101,114,84,105,109,101,111,117,116,61,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,34,105,110,34,61,61,61,116,46,36,95,104,111,118,101,114,83,116,97,116,101,63,116,46,115,104,111,119,40,41,58,116,46,108,111,99,97,108,83,104,111,119,124,124,116,46,114,101,115,116,111,114,101,84,105,116,108,101,40,41,125,41,44,116,104,105,115,46,99,111,109,112,117,116,101,100,68,101,108,97,121,46,115,104,111,119,41,41,58,116,104,105,115,46,115,104,111,119,40,41,41,125,44,108,101,97,118,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,110,117,108,108,59,101,38,38,40,116,104,105,115,46,97,99,116,105,118,101,84,114,105,103,103,101,114,91,34,102,111,99,117,115,111,117,116,34,61,61,61,101,46,116,121,112,101,63,34,102,111,99,117,115,34,58,34,104,111,118,101,114,34,93,61,33,49,44,34,102,111,99,117,115,111,117,116,34,61,61,61,101,46,116,121,112,101,38,38,113,97,40,116,104,105,115,46,99,111,109,112,117,116,101,100,84,114,105,103,103,101,114,115,44,34,98,108,117,114,34,41,38,38,40,116,104,105,115,46,97,99,116,105,118,101,84,114,105,103,103,101,114,46,99,108,105,99,107,61,33,49,44,116,104,105,115,46,97,99,116,105,118,101,84,114,105,103,103,101,114,46,104,111,118,101,114,61,33,49,41,41,44,116,104,105,115,46,105,115,87,105,116,104,65,99,116,105,118,101,84,114,105,103,103,101,114,124,124,40,116,104,105,115,46,99,108,101,97,114,72,111,118,101,114,84,105,109,101,111,117,116,40,41,44,116,104,105,115,46,36,95,104,111,118,101,114,83,116,97,116,101,61,34,111,117,116,34,44,116,104,105,115,46,99,111,109,112,117,116,101,100,68,101,108,97,121,46,104,105,100,101,63,116,104,105,115,46,36,95,104,111,118,101,114,84,105,109,101,111,117,116,61,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,34,111,117,116,34,61,61,61,116,46,36,95,104,111,118,101,114,83,116,97,116,101,38,38,116,46,104,105,100,101,40,41,125,41,44,116,104,105,115,46,99,111,109,112,117,116,101,100,68,101,108,97,121,46,104,105,100,101,41,58,116,104,105,115,46,104,105,100,101,40,41,41,125,125,125,41,59,102,117,110,99,116,105,111,110,32,90,67,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,74,67,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,90,67,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,81,67,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,90,67,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,81,67,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,116,80,61,34,100,105,115,97,98,108,101,100,34,44,101,80,61,115,111,43,116,80,44,110,80,61,34,115,104,111,119,34,44,114,80,61,115,111,43,110,80,44,105,80,61,104,99,40,40,78,67,61,123,98,111,117,110,100,97,114,121,58,99,99,40,91,104,116,44,121,111,44,95,111,93,44,34,115,99,114,111,108,108,80,97,114,101,110,116,34,41,44,98,111,117,110,100,97,114,121,80,97,100,100,105,110,103,58,99,99,40,65,111,44,53,48,41,44,99,111,110,116,97,105,110,101,114,58,99,99,40,91,104,116,44,121,111,44,95,111,93,41,44,99,117,115,116,111,109,67,108,97,115,115,58,99,99,40,95,111,41,44,100,101,108,97,121,58,99,99,40,68,111,44,53,48,41,125,44,81,67,40,78,67,44,116,80,44,99,99,40,118,111,44,33,49,41,41,44,81,67,40,78,67,44,34,102,97,108,108,98,97,99,107,80,108,97,99,101,109,101,110,116,34,44,99,99,40,107,111,44,34,102,108,105,112,34,41,41,44,81,67,40,78,67,44,34,105,100,34,44,99,99,40,95,111,41,41,44,81,67,40,78,67,44,34,110,111,70,97,100,101,34,44,99,99,40,118,111,44,33,49,41,41,44,81,67,40,78,67,44,34,110,111,110,105,110,116,101,114,97,99,116,105,118,101,34,44,99,99,40,118,111,44,33,49,41,41,44,81,67,40,78,67,44,34,111,102,102,115,101,116,34,44,99,99,40,65,111,44,48,41,41,44,81,67,40,78,67,44,34,112,108,97,99,101,109,101,110,116,34,44,99,99,40,95,111,44,34,116,111,112,34,41,41,44,81,67,40,78,67,44,110,80,44,99,99,40,118,111,44,33,49,41,41,44,81,67,40,78,67,44,34,116,97,114,103,101,116,34,44,99,99,40,91,104,116,44,100,116,44,109,111,44,121,111,44,95,111,93,44,118,111,105,100,32,48,44,33,48,41,41,44,81,67,40,78,67,44,34,116,105,116,108,101,34,44,99,99,40,95,111,41,41,44,81,67,40,78,67,44,34,116,114,105,103,103,101,114,115,34,44,99,99,40,107,111,44,34,104,111,118,101,114,32,102,111,99,117,115,34,41,41,44,81,67,40,78,67,44,34,118,97,114,105,97,110,116,34,44,99,99,40,95,111,41,41,44,78,67,41,44,85,114,41,44,111,80,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,85,114,44,109,105,120,105,110,115,58,91,121,99,93,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,105,80,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,99,97,108,83,104,111,119,58,116,104,105,115,91,110,80,93,44,108,111,99,97,108,84,105,116,108,101,58,34,34,44,108,111,99,97,108,67,111,110,116,101,110,116,58,34,34,125,125,44,99,111,109,112,117,116,101,100,58,123,116,101,109,112,108,97,116,101,68,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,74,67,40,123,116,105,116,108,101,58,116,104,105,115,46,108,111,99,97,108,84,105,116,108,101,44,99,111,110,116,101,110,116,58,116,104,105,115,46,108,111,99,97,108,67,111,110,116,101,110,116,44,105,110,116,101,114,97,99,116,105,118,101,58,33,116,104,105,115,46,110,111,110,105,110,116,101,114,97,99,116,105,118,101,125,44,113,116,40,116,104,105,115,46,36,112,114,111,112,115,44,91,34,98,111,117,110,100,97,114,121,34,44,34,98,111,117,110,100,97,114,121,80,97,100,100,105,110,103,34,44,34,99,111,110,116,97,105,110,101,114,34,44,34,99,117,115,116,111,109,67,108,97,115,115,34,44,34,100,101,108,97,121,34,44,34,102,97,108,108,98,97,99,107,80,108,97,99,101,109,101,110,116,34,44,34,105,100,34,44,34,110,111,70,97,100,101,34,44,34,111,102,102,115,101,116,34,44,34,112,108,97,99,101,109,101,110,116,34,44,34,116,97,114,103,101,116,34,44,34,116,97,114,103,101,116,34,44,34,116,114,105,103,103,101,114,115,34,44,34,118,97,114,105,97,110,116,34,44,116,80,93,41,41,125,44,116,101,109,112,108,97,116,101,84,105,116,108,101,67,111,110,116,101,110,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,116,105,116,108,101,44,101,61,116,104,105,115,46,99,111,110,116,101,110,116,59,114,101,116,117,114,110,123,116,105,116,108,101,58,116,44,99,111,110,116,101,110,116,58,101,125,125,125,44,119,97,116,99,104,58,40,122,67,61,123,125,44,81,67,40,122,67,44,110,80,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,116,33,61,61,116,104,105,115,46,108,111,99,97,108,83,104,111,119,38,38,116,104,105,115,46,36,95,116,111,111,108,112,111,112,38,38,40,116,63,116,104,105,115,46,36,95,116,111,111,108,112,111,112,46,115,104,111,119,40,41,58,116,104,105,115,46,36,95,116,111,111,108,112,111,112,46,102,111,114,99,101,72,105,100,101,40,41,41,125,41,41,44,81,67,40,122,67,44,116,80,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,63,116,104,105,115,46,100,111,68,105,115,97,98,108,101,40,41,58,116,104,105,115,46,100,111,69,110,97,98,108,101,40,41,125,41,41,44,81,67,40,122,67,44,34,108,111,99,97,108,83,104,111,119,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,101,109,105,116,40,114,80,44,116,41,125,41,41,44,81,67,40,122,67,44,34,116,101,109,112,108,97,116,101,68,97,116,97,34,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,36,95,116,111,111,108,112,111,112,38,38,116,46,36,95,116,111,111,108,112,111,112,46,117,112,100,97,116,101,68,97,116,97,40,116,46,116,101,109,112,108,97,116,101,68,97,116,97,41,125,41,41,125,41,41,44,81,67,40,122,67,44,34,116,101,109,112,108,97,116,101,84,105,116,108,101,67,111,110,116,101,110,116,34,44,40,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,116,104,105,115,46,117,112,100,97,116,101,67,111,110,116,101,110,116,41,125,41,41,44,122,67,41,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,116,111,111,108,112,111,112,61,110,117,108,108,125,44,117,112,100,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,116,104,105,115,46,117,112,100,97,116,101,67,111,110,116,101,110,116,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,111,102,102,40,73,105,44,116,104,105,115,46,100,111,79,112,101,110,41,44,116,104,105,115,46,36,111,102,102,40,102,105,44,116,104,105,115,46,100,111,67,108,111,115,101,41,44,116,104,105,115,46,36,111,102,102,40,118,105,44,116,104,105,115,46,100,111,68,105,115,97,98,108,101,41,44,116,104,105,115,46,36,111,102,102,40,121,105,44,116,104,105,115,46,100,111,69,110,97,98,108,101,41,44,116,104,105,115,46,36,95,116,111,111,108,112,111,112,38,38,40,116,104,105,115,46,36,95,116,111,111,108,112,111,112,46,36,100,101,115,116,114,111,121,40,41,44,116,104,105,115,46,36,95,116,111,111,108,112,111,112,61,110,117,108,108,41,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,46,103,101,116,67,111,109,112,111,110,101,110,116,40,41,59,116,46,117,112,100,97,116,101,67,111,110,116,101,110,116,40,41,59,118,97,114,32,110,61,109,79,40,116,41,124,124,109,79,40,116,46,36,112,97,114,101,110,116,41,44,114,61,116,46,36,95,116,111,111,108,112,111,112,61,110,101,119,32,101,40,123,112,97,114,101,110,116,58,116,44,95,115,99,111,112,101,73,100,58,110,124,124,118,111,105,100,32,48,125,41,59,114,46,117,112,100,97,116,101,68,97,116,97,40,116,46,116,101,109,112,108,97,116,101,68,97,116,97,41,44,114,46,36,111,110,40,88,105,44,116,46,111,110,83,104,111,119,41,44,114,46,36,111,110,40,90,105,44,116,46,111,110,83,104,111,119,110,41,44,114,46,36,111,110,40,80,105,44,116,46,111,110,72,105,100,101,41,44,114,46,36,111,110,40,67,105,44,116,46,111,110,72,105,100,100,101,110,41,44,114,46,36,111,110,40,103,105,44,116,46,111,110,68,105,115,97,98,108,101,100,41,44,114,46,36,111,110,40,119,105,44,116,46,111,110,69,110,97,98,108,101,100,41,44,116,91,116,80,93,38,38,116,46,100,111,68,105,115,97,98,108,101,40,41,44,116,46,36,111,110,40,73,105,44,116,46,100,111,79,112,101,110,41,44,116,46,36,111,110,40,102,105,44,116,46,100,111,67,108,111,115,101,41,44,116,46,36,111,110,40,118,105,44,116,46,100,111,68,105,115,97,98,108,101,41,44,116,46,36,111,110,40,121,105,44,116,46,100,111,69,110,97,98,108,101,41,44,116,46,108,111,99,97,108,83,104,111,119,38,38,114,46,115,104,111,119,40,41,125,41,41,125,44,109,101,116,104,111,100,115,58,123,103,101,116,67,111,109,112,111,110,101,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,88,67,125,44,117,112,100,97,116,101,67,111,110,116,101,110,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,84,105,116,108,101,40,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,124,124,116,104,105,115,46,116,105,116,108,101,41,125,44,115,101,116,84,105,116,108,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,61,119,116,40,116,41,63,34,34,58,116,44,116,104,105,115,46,108,111,99,97,108,84,105,116,108,101,33,61,61,116,38,38,40,116,104,105,115,46,108,111,99,97,108,84,105,116,108,101,61,116,41,125,44,115,101,116,67,111,110,116,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,116,61,119,116,40,116,41,63,34,34,58,116,44,116,104,105,115,46,108,111,99,97,108,67,111,110,116,101,110,116,33,61,61,116,38,38,40,116,104,105,115,46,108,111,99,97,108,67,111,110,116,101,110,116,61,116,41,125,44,111,110,83,104,111,119,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,101,109,105,116,40,88,105,44,116,41,44,116,38,38,40,116,104,105,115,46,108,111,99,97,108,83,104,111,119,61,33,116,46,100,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,41,125,44,111,110,83,104,111,119,110,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,108,111,99,97,108,83,104,111,119,61,33,48,44,116,104,105,115,46,36,101,109,105,116,40,90,105,44,116,41,125,44,111,110,72,105,100,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,101,109,105,116,40,80,105,44,116,41,125,44,111,110,72,105,100,100,101,110,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,101,109,105,116,40,67,105,44,116,41,44,116,104,105,115,46,108,111,99,97,108,83,104,111,119,61,33,49,125,44,111,110,68,105,115,97,98,108,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,116,46,116,121,112,101,61,61,61,103,105,38,38,40,116,104,105,115,46,36,101,109,105,116,40,101,80,44,33,48,41,44,116,104,105,115,46,36,101,109,105,116,40,103,105,44,116,41,41,125,44,111,110,69,110,97,98,108,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,116,46,116,121,112,101,61,61,61,119,105,38,38,40,116,104,105,115,46,36,101,109,105,116,40,101,80,44,33,49,41,44,116,104,105,115,46,36,101,109,105,116,40,119,105,44,116,41,41,125,44,100,111,79,112,101,110,58,102,117,110,99,116,105,111,110,40,41,123,33,116,104,105,115,46,108,111,99,97,108,83,104,111,119,38,38,116,104,105,115,46,36,95,116,111,111,108,112,111,112,38,38,116,104,105,115,46,36,95,116,111,111,108,112,111,112,46,115,104,111,119,40,41,125,44,100,111,67,108,111,115,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,108,111,99,97,108,83,104,111,119,38,38,116,104,105,115,46,36,95,116,111,111,108,112,111,112,38,38,116,104,105,115,46,36,95,116,111,111,108,112,111,112,46,104,105,100,101,40,41,125,44,100,111,68,105,115,97,98,108,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,116,111,111,108,112,111,112,38,38,116,104,105,115,46,36,95,116,111,111,108,112,111,112,46,100,105,115,97,98,108,101,40,41,125,44,100,111,69,110,97,98,108,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,116,111,111,108,112,111,112,38,38,116,104,105,115,46,36,95,116,111,111,108,112,111,112,46,101,110,97,98,108,101,40,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,40,41,125,125,41,44,97,80,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,88,114,44,101,120,116,101,110,100,115,58,36,67,44,99,111,109,112,117,116,101,100,58,123,116,101,109,112,108,97,116,101,84,121,112,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,112,111,112,111,118,101,114,34,125,125,44,109,101,116,104,111,100,115,58,123,114,101,110,100,101,114,84,101,109,112,108,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,116,105,116,108,101,44,110,61,116,104,105,115,46,99,111,110,116,101,110,116,44,114,61,95,116,40,101,41,63,101,40,123,125,41,58,101,44,105,61,95,116,40,110,41,63,110,40,123,125,41,58,110,44,111,61,116,104,105,115,46,104,116,109,108,38,38,33,95,116,40,101,41,63,123,105,110,110,101,114,72,84,77,76,58,101,125,58,123,125,44,97,61,116,104,105,115,46,104,116,109,108,38,38,33,95,116,40,110,41,63,123,105,110,110,101,114,72,84,77,76,58,110,125,58,123,125,59,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,111,112,111,118,101,114,32,98,45,112,111,112,111,118,101,114,34,44,99,108,97,115,115,58,116,104,105,115,46,116,101,109,112,108,97,116,101,67,108,97,115,115,101,115,44,97,116,116,114,115,58,116,104,105,115,46,116,101,109,112,108,97,116,101,65,116,116,114,105,98,117,116,101,115,44,111,110,58,116,104,105,115,46,116,101,109,112,108,97,116,101,76,105,115,116,101,110,101,114,115,125,44,91,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,97,114,114,111,119,34,44,114,101,102,58,34,97,114,114,111,119,34,125,41,44,119,116,40,114,41,124,124,34,34,61,61,61,114,63,116,40,41,58,116,40,34,104,51,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,111,112,111,118,101,114,45,104,101,97,100,101,114,34,44,100,111,109,80,114,111,112,115,58,111,125,44,91,114,93,41,44,119,116,40,105,41,124,124,34,34,61,61,61,105,63,116,40,41,58,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,111,112,111,118,101,114,45,98,111,100,121,34,44,100,111,109,80,114,111,112,115,58,97,125,44,91,105,93,41,93,41,125,125,125,41,44,115,80,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,75,114,44,101,120,116,101,110,100,115,58,88,67,44,99,111,109,112,117,116,101,100,58,123,116,101,109,112,108,97,116,101,84,121,112,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,112,111,112,111,118,101,114,34,125,125,44,109,101,116,104,111,100,115,58,123,103,101,116,84,101,109,112,108,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,97,80,125,125,125,41,59,102,117,110,99,116,105,111,110,32,99,80,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,117,80,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,99,80,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,108,80,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,99,80,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,108,80,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,102,80,61,104,99,40,75,116,40,117,80,40,117,80,40,123,125,44,105,80,41,44,123,125,44,123,99,111,110,116,101,110,116,58,99,99,40,95,111,41,44,112,108,97,99,101,109,101,110,116,58,99,99,40,95,111,44,34,114,105,103,104,116,34,41,44,116,114,105,103,103,101,114,115,58,99,99,40,107,111,44,108,105,41,125,41,41,44,119,114,41,44,104,80,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,119,114,44,101,120,116,101,110,100,115,58,111,80,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,102,80,44,109,101,116,104,111,100,115,58,123,103,101,116,67,111,109,112,111,110,101,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,115,80,125,44,117,112,100,97,116,101,67,111,110,116,101,110,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,67,111,110,116,101,110,116,40,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,124,124,116,104,105,115,46,99,111,110,116,101,110,116,41,44,116,104,105,115,46,115,101,116,84,105,116,108,101,40,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,122,97,41,124,124,116,104,105,115,46,116,105,116,108,101,41,125,125,125,41,59,102,117,110,99,116,105,111,110,32,100,80,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,112,80,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,100,80,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,80,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,100,80,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,118,80,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,103,80,61,34,95,95,66,86,95,80,111,112,111,118,101,114,95,95,34,44,109,80,61,34,99,108,105,99,107,34,44,98,80,61,123,102,111,99,117,115,58,33,48,44,104,111,118,101,114,58,33,48,44,99,108,105,99,107,58,33,48,44,98,108,117,114,58,33,48,44,109,97,110,117,97,108,58,33,48,125,44,121,80,61,47,94,104,116,109,108,36,47,105,44,119,80,61,47,94,110,111,102,97,100,101,36,47,105,44,95,80,61,47,94,40,97,117,116,111,124,116,111,112,40,108,101,102,116,124,114,105,103,104,116,41,63,124,98,111,116,116,111,109,40,108,101,102,116,124,114,105,103,104,116,41,63,124,108,101,102,116,40,116,111,112,124,98,111,116,116,111,109,41,63,124,114,105,103,104,116,40,116,111,112,124,98,111,116,116,111,109,41,63,41,36,47,105,44,120,80,61,47,94,40,119,105,110,100,111,119,124,118,105,101,119,112,111,114,116,124,115,99,114,111,108,108,80,97,114,101,110,116,41,36,47,105,44,79,80,61,47,94,100,92,100,43,36,47,105,44,83,80,61,47,94,100,115,92,100,43,36,47,105,44,107,80,61,47,94,100,104,92,100,43,36,47,105,44,67,80,61,47,94,111,45,63,92,100,43,36,47,105,44,80,80,61,47,94,118,45,46,43,36,47,105,44,84,80,61,47,92,115,43,47,44,106,80,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,123,116,105,116,108,101,58,118,111,105,100,32,48,44,99,111,110,116,101,110,116,58,118,111,105,100,32,48,44,116,114,105,103,103,101,114,58,34,34,44,112,108,97,99,101,109,101,110,116,58,34,114,105,103,104,116,34,44,102,97,108,108,98,97,99,107,80,108,97,99,101,109,101,110,116,58,34,102,108,105,112,34,44,99,111,110,116,97,105,110,101,114,58,33,49,44,97,110,105,109,97,116,105,111,110,58,33,48,44,111,102,102,115,101,116,58,48,44,100,105,115,97,98,108,101,100,58,33,49,44,105,100,58,110,117,108,108,44,104,116,109,108,58,33,49,44,100,101,108,97,121,58,90,115,40,119,114,44,34,100,101,108,97,121,34,44,53,48,41,44,98,111,117,110,100,97,114,121,58,83,116,114,105,110,103,40,90,115,40,119,114,44,34,98,111,117,110,100,97,114,121,34,44,34,115,99,114,111,108,108,80,97,114,101,110,116,34,41,41,44,98,111,117,110,100,97,114,121,80,97,100,100,105,110,103,58,90,97,40,90,115,40,119,114,44,34,98,111,117,110,100,97,114,121,80,97,100,100,105,110,103,34,44,53,41,44,48,41,44,118,97,114,105,97,110,116,58,90,115,40,119,114,44,34,118,97,114,105,97,110,116,34,41,44,99,117,115,116,111,109,67,108,97,115,115,58,90,115,40,119,114,44,34,99,117,115,116,111,109,67,108,97,115,115,34,41,125,59,105,102,40,79,116,40,116,46,118,97,108,117,101,41,124,124,83,116,40,116,46,118,97,108,117,101,41,124,124,95,116,40,116,46,118,97,108,117,101,41,63,110,46,99,111,110,116,101,110,116,61,116,46,118,97,108,117,101,58,84,116,40,116,46,118,97,108,117,101,41,38,38,40,110,61,112,80,40,112,80,40,123,125,44,110,41,44,116,46,118,97,108,117,101,41,41,44,116,46,97,114,103,38,38,40,110,46,99,111,110,116,97,105,110,101,114,61,34,35,34,46,99,111,110,99,97,116,40,116,46,97,114,103,41,41,44,98,116,40,110,46,116,105,116,108,101,41,41,123,118,97,114,32,114,61,101,46,100,97,116,97,124,124,123,125,59,110,46,116,105,116,108,101,61,114,46,97,116,116,114,115,38,38,33,119,116,40,114,46,97,116,116,114,115,46,116,105,116,108,101,41,63,114,46,97,116,116,114,115,46,116,105,116,108,101,58,118,111,105,100,32,48,125,84,116,40,110,46,100,101,108,97,121,41,124,124,40,110,46,100,101,108,97,121,61,123,115,104,111,119,58,90,97,40,110,46,100,101,108,97,121,44,48,41,44,104,105,100,101,58,90,97,40,110,46,100,101,108,97,121,44,48,41,125,41,44,86,116,40,116,46,109,111,100,105,102,105,101,114,115,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,121,80,46,116,101,115,116,40,116,41,41,110,46,104,116,109,108,61,33,48,59,101,108,115,101,32,105,102,40,119,80,46,116,101,115,116,40,116,41,41,110,46,97,110,105,109,97,116,105,111,110,61,33,49,59,101,108,115,101,32,105,102,40,95,80,46,116,101,115,116,40,116,41,41,110,46,112,108,97,99,101,109,101,110,116,61,116,59,101,108,115,101,32,105,102,40,120,80,46,116,101,115,116,40,116,41,41,116,61,34,115,99,114,111,108,108,112,97,114,101,110,116,34,61,61,61,116,63,34,115,99,114,111,108,108,80,97,114,101,110,116,34,58,116,44,110,46,98,111,117,110,100,97,114,121,61,116,59,101,108,115,101,32,105,102,40,79,80,46,116,101,115,116,40,116,41,41,123,118,97,114,32,101,61,90,97,40,116,46,115,108,105,99,101,40,49,41,44,48,41,59,110,46,100,101,108,97,121,46,115,104,111,119,61,101,44,110,46,100,101,108,97,121,46,104,105,100,101,61,101,125,101,108,115,101,32,83,80,46,116,101,115,116,40,116,41,63,110,46,100,101,108,97,121,46,115,104,111,119,61,90,97,40,116,46,115,108,105,99,101,40,50,41,44,48,41,58,107,80,46,116,101,115,116,40,116,41,63,110,46,100,101,108,97,121,46,104,105,100,101,61,90,97,40,116,46,115,108,105,99,101,40,50,41,44,48,41,58,67,80,46,116,101,115,116,40,116,41,63,110,46,111,102,102,115,101,116,61,90,97,40,116,46,115,108,105,99,101,40,49,41,44,48,41,58,80,80,46,116,101,115,116,40,116,41,38,38,40,110,46,118,97,114,105,97,110,116,61,116,46,115,108,105,99,101,40,50,41,124,124,110,117,108,108,41,125,41,41,59,118,97,114,32,105,61,123,125,59,114,101,116,117,114,110,32,71,97,40,110,46,116,114,105,103,103,101,114,124,124,34,34,41,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,32,34,41,46,116,114,105,109,40,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,46,115,112,108,105,116,40,84,80,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,98,80,91,116,93,38,38,40,105,91,116,93,61,33,48,41,125,41,41,44,86,116,40,116,46,109,111,100,105,102,105,101,114,115,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,61,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,98,80,91,116,93,38,38,40,105,91,116,93,61,33,48,41,125,41,41,44,110,46,116,114,105,103,103,101,114,61,86,116,40,105,41,46,106,111,105,110,40,34,32,34,41,44,34,98,108,117,114,34,61,61,61,110,46,116,114,105,103,103,101,114,38,38,40,110,46,116,114,105,103,103,101,114,61,34,102,111,99,117,115,34,41,44,110,46,116,114,105,103,103,101,114,124,124,40,110,46,116,114,105,103,103,101,114,61,109,80,41,44,110,125,44,69,80,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,117,41,123,118,97,114,32,114,61,106,80,40,101,44,110,41,59,105,102,40,33,116,91,103,80,93,41,123,118,97,114,32,105,61,110,46,99,111,110,116,101,120,116,59,116,91,103,80,93,61,110,101,119,32,115,80,40,123,112,97,114,101,110,116,58,105,44,95,115,99,111,112,101,73,100,58,109,79,40,105,44,118,111,105,100,32,48,41,125,41,44,116,91,103,80,93,46,95,95,98,118,95,112,114,101,118,95,100,97,116,97,95,95,61,123,125,44,116,91,103,80,93,46,36,111,110,40,88,105,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,123,125,59,95,116,40,114,46,116,105,116,108,101,41,38,38,40,101,46,116,105,116,108,101,61,114,46,116,105,116,108,101,40,116,41,41,44,95,116,40,114,46,99,111,110,116,101,110,116,41,38,38,40,101,46,99,111,110,116,101,110,116,61,114,46,99,111,110,116,101,110,116,40,116,41,41,44,86,116,40,101,41,46,108,101,110,103,116,104,62,48,38,38,116,91,103,80,93,46,117,112,100,97,116,101,68,97,116,97,40,101,41,125,41,41,125,118,97,114,32,111,61,123,116,105,116,108,101,58,114,46,116,105,116,108,101,44,99,111,110,116,101,110,116,58,114,46,99,111,110,116,101,110,116,44,116,114,105,103,103,101,114,115,58,114,46,116,114,105,103,103,101,114,44,112,108,97,99,101,109,101,110,116,58,114,46,112,108,97,99,101,109,101,110,116,44,102,97,108,108,98,97,99,107,80,108,97,99,101,109,101,110,116,58,114,46,102,97,108,108,98,97,99,107,80,108,97,99,101,109,101,110,116,44,118,97,114,105,97,110,116,58,114,46,118,97,114,105,97,110,116,44,99,117,115,116,111,109,67,108,97,115,115,58,114,46,99,117,115,116,111,109,67,108,97,115,115,44,99,111,110,116,97,105,110,101,114,58,114,46,99,111,110,116,97,105,110,101,114,44,98,111,117,110,100,97,114,121,58,114,46,98,111,117,110,100,97,114,121,44,100,101,108,97,121,58,114,46,100,101,108,97,121,44,111,102,102,115,101,116,58,114,46,111,102,102,115,101,116,44,110,111,70,97,100,101,58,33,114,46,97,110,105,109,97,116,105,111,110,44,105,100,58,114,46,105,100,44,100,105,115,97,98,108,101,100,58,114,46,100,105,115,97,98,108,101,100,44,104,116,109,108,58,114,46,104,116,109,108,125,44,97,61,116,91,103,80,93,46,95,95,98,118,95,112,114,101,118,95,100,97,116,97,95,95,59,105,102,40,116,91,103,80,93,46,95,95,98,118,95,112,114,101,118,95,100,97,116,97,95,95,61,111,44,33,119,108,40,111,44,97,41,41,123,118,97,114,32,115,61,123,116,97,114,103,101,116,58,116,125,59,86,116,40,111,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,111,91,101,93,33,61,61,97,91,101,93,38,38,40,115,91,101,93,61,34,116,105,116,108,101,34,33,61,61,101,38,38,34,99,111,110,116,101,110,116,34,33,61,61,101,124,124,33,95,116,40,111,91,101,93,41,63,111,91,101,93,58,111,91,101,93,40,116,41,41,125,41,41,44,116,91,103,80,93,46,117,112,100,97,116,101,68,97,116,97,40,115,41,125,125,125,44,65,80,61,102,117,110,99,116,105,111,110,40,116,41,123,116,91,103,80,93,38,38,40,116,91,103,80,93,46,36,100,101,115,116,114,111,121,40,41,44,116,91,103,80,93,61,110,117,108,108,41,44,100,101,108,101,116,101,32,116,91,103,80,93,125,44,68,80,61,123,98,105,110,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,69,80,40,116,44,101,44,110,41,125,44,99,111,109,112,111,110,101,110,116,85,112,100,97,116,101,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,46,99,111,110,116,101,120,116,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,69,80,40,116,44,101,44,110,41,125,41,41,125,44,117,110,98,105,110,100,58,102,117,110,99,116,105,111,110,40,116,41,123,65,80,40,116,41,125,125,44,76,80,61,107,101,40,123,100,105,114,101,99,116,105,118,101,115,58,123,86,66,80,111,112,111,118,101,114,58,68,80,125,125,41,44,77,80,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,80,111,112,111,118,101,114,58,104,80,125,44,112,108,117,103,105,110,115,58,123,86,66,80,111,112,111,118,101,114,80,108,117,103,105,110,58,76,80,125,125,41,44,73,80,61,104,99,40,123,97,110,105,109,97,116,101,100,58,99,99,40,118,111,44,110,117,108,108,41,44,108,97,98,101,108,58,99,99,40,95,111,41,44,108,97,98,101,108,72,116,109,108,58,99,99,40,95,111,41,44,109,97,120,58,99,99,40,65,111,44,110,117,108,108,41,44,112,114,101,99,105,115,105,111,110,58,99,99,40,65,111,44,110,117,108,108,41,44,115,104,111,119,80,114,111,103,114,101,115,115,58,99,99,40,118,111,44,110,117,108,108,41,44,115,104,111,119,86,97,108,117,101,58,99,99,40,118,111,44,110,117,108,108,41,44,115,116,114,105,112,101,100,58,99,99,40,118,111,44,110,117,108,108,41,44,118,97,108,117,101,58,99,99,40,65,111,44,48,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,41,125,44,120,114,41,44,36,80,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,120,114,44,109,105,120,105,110,115,58,91,121,99,93,44,105,110,106,101,99,116,58,123,98,118,80,114,111,103,114,101,115,115,58,123,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,125,125,125,125,44,112,114,111,112,115,58,73,80,44,99,111,109,112,117,116,101,100,58,123,112,114,111,103,114,101,115,115,66,97,114,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,65,110,105,109,97,116,101,100,44,101,61,116,104,105,115,46,99,111,109,112,117,116,101,100,86,97,114,105,97,110,116,59,114,101,116,117,114,110,91,101,63,34,98,103,45,34,46,99,111,110,99,97,116,40,101,41,58,34,34,44,116,104,105,115,46,99,111,109,112,117,116,101,100,83,116,114,105,112,101,100,124,124,116,63,34,112,114,111,103,114,101,115,115,45,98,97,114,45,115,116,114,105,112,101,100,34,58,34,34,44,116,63,34,112,114,111,103,114,101,115,115,45,98,97,114,45,97,110,105,109,97,116,101,100,34,58,34,34,93,125,44,112,114,111,103,114,101,115,115,66,97,114,83,116,121,108,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,119,105,100,116,104,58,116,104,105,115,46,99,111,109,112,117,116,101,100,86,97,108,117,101,47,116,104,105,115,46,99,111,109,112,117,116,101,100,77,97,120,42,49,48,48,43,34,37,34,125,125,44,99,111,109,112,117,116,101,100,86,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,74,97,40,116,104,105,115,46,118,97,108,117,101,44,48,41,125,44,99,111,109,112,117,116,101,100,77,97,120,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,74,97,40,116,104,105,115,46,109,97,120,41,124,124,74,97,40,116,104,105,115,46,98,118,80,114,111,103,114,101,115,115,46,109,97,120,44,48,41,59,114,101,116,117,114,110,32,116,62,48,63,116,58,49,48,48,125,44,99,111,109,112,117,116,101,100,80,114,101,99,105,115,105,111,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,81,99,40,90,97,40,116,104,105,115,46,112,114,101,99,105,115,105,111,110,44,90,97,40,116,104,105,115,46,98,118,80,114,111,103,114,101,115,115,46,112,114,101,99,105,115,105,111,110,44,48,41,41,44,48,41,125,44,99,111,109,112,117,116,101,100,80,114,111,103,114,101,115,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,80,114,101,99,105,115,105,111,110,44,101,61,114,117,40,49,48,44,116,41,59,114,101,116,117,114,110,32,81,97,40,49,48,48,42,101,42,116,104,105,115,46,99,111,109,112,117,116,101,100,86,97,108,117,101,47,116,104,105,115,46,99,111,109,112,117,116,101,100,77,97,120,47,101,44,116,41,125,44,99,111,109,112,117,116,101,100,86,97,114,105,97,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,118,97,114,105,97,110,116,124,124,116,104,105,115,46,98,118,80,114,111,103,114,101,115,115,46,118,97,114,105,97,110,116,125,44,99,111,109,112,117,116,101,100,83,116,114,105,112,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,120,116,40,116,104,105,115,46,115,116,114,105,112,101,100,41,63,116,104,105,115,46,115,116,114,105,112,101,100,58,116,104,105,115,46,98,118,80,114,111,103,114,101,115,115,46,115,116,114,105,112,101,100,124,124,33,49,125,44,99,111,109,112,117,116,101,100,65,110,105,109,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,120,116,40,116,104,105,115,46,97,110,105,109,97,116,101,100,41,63,116,104,105,115,46,97,110,105,109,97,116,101,100,58,116,104,105,115,46,98,118,80,114,111,103,114,101,115,115,46,97,110,105,109,97,116,101,100,124,124,33,49,125,44,99,111,109,112,117,116,101,100,83,104,111,119,80,114,111,103,114,101,115,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,120,116,40,116,104,105,115,46,115,104,111,119,80,114,111,103,114,101,115,115,41,63,116,104,105,115,46,115,104,111,119,80,114,111,103,114,101,115,115,58,116,104,105,115,46,98,118,80,114,111,103,114,101,115,115,46,115,104,111,119,80,114,111,103,114,101,115,115,124,124,33,49,125,44,99,111,109,112,117,116,101,100,83,104,111,119,86,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,120,116,40,116,104,105,115,46,115,104,111,119,86,97,108,117,101,41,63,116,104,105,115,46,115,104,111,119,86,97,108,117,101,58,116,104,105,115,46,98,118,80,114,111,103,114,101,115,115,46,115,104,111,119,86,97,108,117,101,124,124,33,49,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,116,104,105,115,46,108,97,98,101,108,44,114,61,116,104,105,115,46,108,97,98,101,108,72,116,109,108,44,105,61,116,104,105,115,46,99,111,109,112,117,116,101,100,86,97,108,117,101,44,111,61,116,104,105,115,46,99,111,109,112,117,116,101,100,80,114,101,99,105,115,105,111,110,44,97,61,123,125,59,114,101,116,117,114,110,32,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,41,63,101,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,58,110,124,124,114,63,97,61,107,102,40,114,44,110,41,58,116,104,105,115,46,99,111,109,112,117,116,101,100,83,104,111,119,80,114,111,103,114,101,115,115,63,101,61,116,104,105,115,46,99,111,109,112,117,116,101,100,80,114,111,103,114,101,115,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,83,104,111,119,86,97,108,117,101,38,38,40,101,61,81,97,40,105,44,111,41,41,44,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,114,111,103,114,101,115,115,45,98,97,114,34,44,99,108,97,115,115,58,116,104,105,115,46,112,114,111,103,114,101,115,115,66,97,114,67,108,97,115,115,101,115,44,115,116,121,108,101,58,116,104,105,115,46,112,114,111,103,114,101,115,115,66,97,114,83,116,121,108,101,115,44,97,116,116,114,115,58,123,114,111,108,101,58,34,112,114,111,103,114,101,115,115,98,97,114,34,44,34,97,114,105,97,45,118,97,108,117,101,109,105,110,34,58,34,48,34,44,34,97,114,105,97,45,118,97,108,117,101,109,97,120,34,58,97,115,40,116,104,105,115,46,99,111,109,112,117,116,101,100,77,97,120,41,44,34,97,114,105,97,45,118,97,108,117,101,110,111,119,34,58,81,97,40,105,44,111,41,125,44,100,111,109,80,114,111,112,115,58,97,125,44,101,41,125,125,41,59,102,117,110,99,116,105,111,110,32,70,80,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,66,80,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,70,80,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,82,80,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,70,80,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,82,80,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,78,80,44,122,80,61,71,116,40,73,80,44,91,34,108,97,98,101,108,34,44,34,108,97,98,101,108,72,116,109,108,34,93,41,44,86,80,61,104,99,40,75,116,40,66,80,40,66,80,40,123,125,44,122,80,41,44,123,125,44,123,97,110,105,109,97,116,101,100,58,99,99,40,118,111,44,33,49,41,44,104,101,105,103,104,116,58,99,99,40,95,111,41,44,109,97,120,58,99,99,40,65,111,44,49,48,48,41,44,112,114,101,99,105,115,105,111,110,58,99,99,40,65,111,44,48,41,44,115,104,111,119,80,114,111,103,114,101,115,115,58,99,99,40,118,111,44,33,49,41,44,115,104,111,119,86,97,108,117,101,58,99,99,40,118,111,44,33,49,41,44,115,116,114,105,112,101,100,58,99,99,40,118,111,44,33,49,41,125,41,41,44,95,114,41,44,72,80,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,95,114,44,109,105,120,105,110,115,58,91,121,99,93,44,112,114,111,118,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,98,118,80,114,111,103,114,101,115,115,58,116,104,105,115,125,125,44,112,114,111,112,115,58,86,80,44,99,111,109,112,117,116,101,100,58,123,112,114,111,103,114,101,115,115,72,101,105,103,104,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,104,101,105,103,104,116,58,116,104,105,115,46,104,101,105,103,104,116,124,124,110,117,108,108,125,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,59,114,101,116,117,114,110,32,101,124,124,40,101,61,116,40,36,80,44,123,112,114,111,112,115,58,108,99,40,122,80,44,116,104,105,115,46,36,112,114,111,112,115,41,125,41,41,44,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,114,111,103,114,101,115,115,34,44,115,116,121,108,101,58,116,104,105,115,46,112,114,111,103,114,101,115,115,72,101,105,103,104,116,125,44,91,101,93,41,125,125,41,44,85,80,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,80,114,111,103,114,101,115,115,58,72,80,44,66,80,114,111,103,114,101,115,115,66,97,114,58,36,80,125,125,41,59,102,117,110,99,116,105,111,110,32,87,80,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,113,80,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,87,80,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,71,80,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,87,80,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,71,80,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,89,80,61,34,98,45,115,105,100,101,98,97,114,34,44,75,80,61,80,99,40,108,110,44,34,114,101,113,117,101,115,116,45,115,116,97,116,101,34,41,44,88,80,61,80,99,40,108,110,44,34,116,111,103,103,108,101,34,41,44,90,80,61,67,99,40,108,110,44,34,115,116,97,116,101,34,41,44,74,80,61,67,99,40,108,110,44,34,115,121,110,99,45,115,116,97,116,101,34,41,44,81,80,61,103,99,40,34,118,105,115,105,98,108,101,34,44,123,116,121,112,101,58,118,111,44,100,101,102,97,117,108,116,86,97,108,117,101,58,33,49,44,101,118,101,110,116,58,99,105,125,41,44,116,84,61,81,80,46,109,105,120,105,110,44,101,84,61,81,80,46,112,114,111,112,115,44,110,84,61,81,80,46,112,114,111,112,44,114,84,61,81,80,46,101,118,101,110,116,44,105,84,61,104,99,40,75,116,40,113,80,40,113,80,40,113,80,40,123,125,44,69,104,41,44,101,84,41,44,123,125,44,123,97,114,105,97,76,97,98,101,108,58,99,99,40,95,111,41,44,97,114,105,97,76,97,98,101,108,108,101,100,98,121,58,99,99,40,95,111,41,44,98,97,99,107,100,114,111,112,58,99,99,40,118,111,44,33,49,41,44,98,97,99,107,100,114,111,112,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,100,97,114,107,34,41,44,98,103,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,108,105,103,104,116,34,41,44,98,111,100,121,67,108,97,115,115,58,99,99,40,83,111,41,44,99,108,111,115,101,76,97,98,101,108,58,99,99,40,95,111,41,44,102,111,111,116,101,114,67,108,97,115,115,58,99,99,40,83,111,41,44,104,101,97,100,101,114,67,108,97,115,115,58,99,99,40,83,111,41,44,108,97,122,121,58,99,99,40,118,111,44,33,49,41,44,110,111,67,108,111,115,101,79,110,66,97,99,107,100,114,111,112,58,99,99,40,118,111,44,33,49,41,44,110,111,67,108,111,115,101,79,110,69,115,99,58,99,99,40,118,111,44,33,49,41,44,110,111,67,108,111,115,101,79,110,82,111,117,116,101,67,104,97,110,103,101,58,99,99,40,118,111,44,33,49,41,44,110,111,69,110,102,111,114,99,101,70,111,99,117,115,58,99,99,40,118,111,44,33,49,41,44,110,111,72,101,97,100,101,114,58,99,99,40,118,111,44,33,49,41,44,110,111,72,101,97,100,101,114,67,108,111,115,101,58,99,99,40,118,111,44,33,49,41,44,110,111,83,108,105,100,101,58,99,99,40,118,111,44,33,49,41,44,114,105,103,104,116,58,99,99,40,118,111,44,33,49,41,44,115,104,97,100,111,119,58,99,99,40,84,111,44,33,49,41,44,115,105,100,101,98,97,114,67,108,97,115,115,58,99,99,40,83,111,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,44,116,101,120,116,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,100,97,114,107,34,41,44,116,105,116,108,101,58,99,99,40,95,111,41,44,119,105,100,116,104,58,99,99,40,95,111,41,44,122,73,110,100,101,120,58,99,99,40,65,111,41,125,41,41,44,83,114,41,44,111,84,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,122,97,44,101,46,115,108,111,116,83,99,111,112,101,41,124,124,101,46,116,105,116,108,101,59,114,101,116,117,114,110,32,110,63,116,40,34,115,116,114,111,110,103,34,44,123,97,116,116,114,115,58,123,105,100,58,101,46,115,97,102,101,73,100,40,34,95,95,116,105,116,108,101,95,95,34,41,125,125,44,91,110,93,41,58,116,40,34,115,112,97,110,34,41,125,44,97,84,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,101,46,110,111,72,101,97,100,101,114,67,108,111,115,101,41,114,101,116,117,114,110,32,116,40,41,59,118,97,114,32,110,61,101,46,99,108,111,115,101,76,97,98,101,108,44,114,61,101,46,116,101,120,116,86,97,114,105,97,110,116,44,105,61,101,46,104,105,100,101,59,114,101,116,117,114,110,32,116,40,69,99,44,123,112,114,111,112,115,58,123,97,114,105,97,76,97,98,101,108,58,110,44,116,101,120,116,86,97,114,105,97,110,116,58,114,125,44,111,110,58,123,99,108,105,99,107,58,105,125,44,114,101,102,58,34,99,108,111,115,101,45,98,117,116,116,111,110,34,125,44,91,101,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,101,97,41,124,124,116,40,74,117,41,93,41,125,44,115,84,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,101,46,110,111,72,101,97,100,101,114,41,114,101,116,117,114,110,32,116,40,41,59,118,97,114,32,110,61,101,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,116,97,44,101,46,115,108,111,116,83,99,111,112,101,41,59,105,102,40,33,110,41,123,118,97,114,32,114,61,111,84,40,116,44,101,41,44,105,61,97,84,40,116,44,101,41,59,110,61,101,46,114,105,103,104,116,63,91,105,44,114,93,58,91,114,44,105,93,125,114,101,116,117,114,110,32,116,40,34,104,101,97,100,101,114,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,34,46,99,111,110,99,97,116,40,89,80,44,34,45,104,101,97,100,101,114,34,41,44,99,108,97,115,115,58,101,46,104,101,97,100,101,114,67,108,97,115,115,44,107,101,121,58,34,104,101,97,100,101,114,34,125,44,110,41,125,44,99,84,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,34,46,99,111,110,99,97,116,40,89,80,44,34,45,98,111,100,121,34,41,44,99,108,97,115,115,58,101,46,98,111,100,121,67,108,97,115,115,44,107,101,121,58,34,98,111,100,121,34,125,44,91,101,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,72,111,44,101,46,115,108,111,116,83,99,111,112,101,41,93,41,125,44,117,84,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,81,111,44,101,46,115,108,111,116,83,99,111,112,101,41,59,114,101,116,117,114,110,32,110,63,116,40,34,102,111,111,116,101,114,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,34,46,99,111,110,99,97,116,40,89,80,44,34,45,102,111,111,116,101,114,34,41,44,99,108,97,115,115,58,101,46,102,111,111,116,101,114,67,108,97,115,115,44,107,101,121,58,34,102,111,111,116,101,114,34,125,44,91,110,93,41,58,116,40,41,125,44,108,84,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,115,84,40,116,44,101,41,59,114,101,116,117,114,110,32,101,46,108,97,122,121,38,38,33,101,46,105,115,79,112,101,110,63,110,58,91,110,44,99,84,40,116,44,101,41,44,117,84,40,116,44,101,41,93,125,44,102,84,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,101,46,98,97,99,107,100,114,111,112,41,114,101,116,117,114,110,32,116,40,41,59,118,97,114,32,110,61,101,46,98,97,99,107,100,114,111,112,86,97,114,105,97,110,116,59,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,118,97,108,117,101,58,101,46,108,111,99,97,108,83,104,111,119,125,93,44,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,115,105,100,101,98,97,114,45,98,97,99,107,100,114,111,112,34,44,99,108,97,115,115,58,71,80,40,123,125,44,34,98,103,45,34,46,99,111,110,99,97,116,40,110,41,44,110,41,44,111,110,58,123,99,108,105,99,107,58,101,46,111,110,66,97,99,107,100,114,111,112,67,108,105,99,107,125,125,41,125,44,104,84,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,83,114,44,109,105,120,105,110,115,58,91,107,108,44,65,104,44,116,84,44,67,108,44,121,99,93,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,105,84,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,33,33,116,104,105,115,91,110,84,93,59,114,101,116,117,114,110,123,108,111,99,97,108,83,104,111,119,58,116,44,105,115,79,112,101,110,58,116,125,125,44,99,111,109,112,117,116,101,100,58,123,116,114,97,110,115,105,116,105,111,110,80,114,111,112,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,110,111,83,108,105,100,101,63,123,99,115,115,58,33,48,125,58,123,99,115,115,58,33,48,44,101,110,116,101,114,67,108,97,115,115,58,34,34,44,101,110,116,101,114,65,99,116,105,118,101,67,108,97,115,115,58,34,115,108,105,100,101,34,44,101,110,116,101,114,84,111,67,108,97,115,115,58,34,115,104,111,119,34,44,108,101,97,118,101,67,108,97,115,115,58,34,115,104,111,119,34,44,108,101,97,118,101,65,99,116,105,118,101,67,108,97,115,115,58,34,115,108,105,100,101,34,44,108,101,97,118,101,84,111,67,108,97,115,115,58,34,34,125,125,44,115,108,111,116,83,99,111,112,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,104,105,100,101,44,101,61,116,104,105,115,46,114,105,103,104,116,44,110,61,116,104,105,115,46,108,111,99,97,108,83,104,111,119,59,114,101,116,117,114,110,123,104,105,100,101,58,116,44,114,105,103,104,116,58,101,44,118,105,115,105,98,108,101,58,110,125,125,44,104,97,115,84,105,116,108,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,44,101,61,116,104,105,115,46,36,115,108,111,116,115,59,114,101,116,117,114,110,33,116,104,105,115,46,110,111,72,101,97,100,101,114,38,38,33,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,116,97,41,38,38,33,40,33,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,122,97,44,116,104,105,115,46,115,108,111,116,83,99,111,112,101,44,116,44,101,41,38,38,33,116,104,105,115,46,116,105,116,108,101,41,125,44,116,105,116,108,101,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,104,97,115,84,105,116,108,101,63,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,116,105,116,108,101,95,95,34,41,58,110,117,108,108,125,44,99,111,109,112,117,116,101,100,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,113,80,40,113,80,40,123,125,44,116,104,105,115,46,98,118,65,116,116,114,115,41,44,123,125,44,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,44,116,97,98,105,110,100,101,120,58,34,45,49,34,44,114,111,108,101,58,34,100,105,97,108,111,103,34,44,34,97,114,105,97,45,109,111,100,97,108,34,58,116,104,105,115,46,98,97,99,107,100,114,111,112,63,34,116,114,117,101,34,58,34,102,97,108,115,101,34,44,34,97,114,105,97,45,104,105,100,100,101,110,34,58,116,104,105,115,46,108,111,99,97,108,83,104,111,119,63,110,117,108,108,58,34,116,114,117,101,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,116,104,105,115,46,97,114,105,97,76,97,98,101,108,124,124,110,117,108,108,44,34,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,34,58,116,104,105,115,46,97,114,105,97,76,97,98,101,108,108,101,100,98,121,124,124,116,104,105,115,46,116,105,116,108,101,73,100,124,124,110,117,108,108,125,41,125,125,44,119,97,116,99,104,58,40,78,80,61,123,125,44,71,80,40,78,80,44,110,84,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,40,116,104,105,115,46,108,111,99,97,108,83,104,111,119,61,116,41,125,41,41,44,71,80,40,78,80,44,34,108,111,99,97,108,83,104,111,119,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,40,116,104,105,115,46,101,109,105,116,83,116,97,116,101,40,116,41,44,116,104,105,115,46,36,101,109,105,116,40,114,84,44,116,41,41,125,41,41,44,71,80,40,78,80,44,34,36,114,111,117,116,101,34,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,123,125,44,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,59,116,104,105,115,46,110,111,67,108,111,115,101,79,110,82,111,117,116,101,67,104,97,110,103,101,124,124,116,46,102,117,108,108,80,97,116,104,61,61,61,101,46,102,117,108,108,80,97,116,104,124,124,116,104,105,115,46,104,105,100,101,40,41,125,41,41,44,78,80,41,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,114,101,116,117,114,110,70,111,99,117,115,69,108,61,110,117,108,108,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,108,105,115,116,101,110,79,110,82,111,111,116,40,88,80,44,116,104,105,115,46,104,97,110,100,108,101,84,111,103,103,108,101,41,44,116,104,105,115,46,108,105,115,116,101,110,79,110,82,111,111,116,40,75,80,44,116,104,105,115,46,104,97,110,100,108,101,83,121,110,99,41,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,101,109,105,116,83,116,97,116,101,40,116,46,108,111,99,97,108,83,104,111,119,41,125,41,41,125,44,97,99,116,105,118,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,101,109,105,116,83,121,110,99,40,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,108,111,99,97,108,83,104,111,119,61,33,49,44,116,104,105,115,46,36,95,114,101,116,117,114,110,70,111,99,117,115,69,108,61,110,117,108,108,125,44,109,101,116,104,111,100,115,58,123,104,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,108,111,99,97,108,83,104,111,119,61,33,49,125,44,101,109,105,116,83,116,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,116,104,105,115,46,108,111,99,97,108,83,104,111,119,59,116,104,105,115,46,101,109,105,116,79,110,82,111,111,116,40,90,80,44,116,104,105,115,46,115,97,102,101,73,100,40,41,44,116,41,125,44,101,109,105,116,83,121,110,99,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,116,104,105,115,46,108,111,99,97,108,83,104,111,119,59,116,104,105,115,46,101,109,105,116,79,110,82,111,111,116,40,74,80,44,116,104,105,115,46,115,97,102,101,73,100,40,41,44,116,41,125,44,104,97,110,100,108,101,84,111,103,103,108,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,116,61,61,61,116,104,105,115,46,115,97,102,101,73,100,40,41,38,38,40,116,104,105,115,46,108,111,99,97,108,83,104,111,119,61,33,116,104,105,115,46,108,111,99,97,108,83,104,111,119,41,125,44,104,97,110,100,108,101,83,121,110,99,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,116,38,38,116,61,61,61,116,104,105,115,46,115,97,102,101,73,100,40,41,38,38,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,101,109,105,116,83,121,110,99,40,101,46,108,111,99,97,108,83,104,111,119,41,125,41,41,125,44,111,110,75,101,121,100,111,119,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,107,101,121,67,111,100,101,59,33,116,104,105,115,46,110,111,67,108,111,115,101,79,110,69,115,99,38,38,101,61,61,61,102,108,38,38,116,104,105,115,46,108,111,99,97,108,83,104,111,119,38,38,116,104,105,115,46,104,105,100,101,40,41,125,44,111,110,66,97,99,107,100,114,111,112,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,108,111,99,97,108,83,104,111,119,38,38,33,116,104,105,115,46,110,111,67,108,111,115,101,79,110,66,97,99,107,100,114,111,112,38,38,116,104,105,115,46,104,105,100,101,40,41,125,44,111,110,84,111,112,84,114,97,112,70,111,99,117,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,87,115,40,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,101,110,116,41,59,116,104,105,115,46,101,110,102,111,114,99,101,70,111,99,117,115,40,116,46,114,101,118,101,114,115,101,40,41,91,48,93,41,125,44,111,110,66,111,116,116,111,109,84,114,97,112,70,111,99,117,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,87,115,40,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,101,110,116,41,59,116,104,105,115,46,101,110,102,111,114,99,101,70,111,99,117,115,40,116,91,48,93,41,125,44,111,110,66,101,102,111,114,101,69,110,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,114,101,116,117,114,110,70,111,99,117,115,69,108,61,98,115,40,117,63,91,100,111,99,117,109,101,110,116,46,98,111,100,121,93,58,91,93,41,44,116,104,105,115,46,105,115,79,112,101,110,61,33,48,125,44,111,110,65,102,116,101,114,69,110,116,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,84,115,40,116,44,98,115,40,41,41,124,124,116,104,105,115,46,101,110,102,111,114,99,101,70,111,99,117,115,40,116,41,44,116,104,105,115,46,36,101,109,105,116,40,90,105,41,125,44,111,110,65,102,116,101,114,76,101,97,118,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,101,110,102,111,114,99,101,70,111,99,117,115,40,116,104,105,115,46,36,95,114,101,116,117,114,110,70,111,99,117,115,69,108,41,44,116,104,105,115,46,36,95,114,101,116,117,114,110,70,111,99,117,115,69,108,61,110,117,108,108,44,116,104,105,115,46,105,115,79,112,101,110,61,33,49,44,116,104,105,115,46,36,101,109,105,116,40,67,105,41,125,44,101,110,102,111,114,99,101,70,111,99,117,115,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,110,111,69,110,102,111,114,99,101,70,111,99,117,115,124,124,113,115,40,116,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,116,104,105,115,46,98,103,86,97,114,105,97,110,116,44,114,61,116,104,105,115,46,119,105,100,116,104,44,105,61,116,104,105,115,46,116,101,120,116,86,97,114,105,97,110,116,44,111,61,116,104,105,115,46,108,111,99,97,108,83,104,111,119,44,97,61,34,34,61,61,61,116,104,105,115,46,115,104,97,100,111,119,124,124,116,104,105,115,46,115,104,97,100,111,119,44,115,61,116,40,116,104,105,115,46,116,97,103,44,123,115,116,97,116,105,99,67,108,97,115,115,58,89,80,44,99,108,97,115,115,58,91,40,101,61,123,115,104,97,100,111,119,58,33,48,61,61,61,97,125,44,71,80,40,101,44,34,115,104,97,100,111,119,45,34,46,99,111,110,99,97,116,40,97,41,44,97,38,38,33,48,33,61,61,97,41,44,71,80,40,101,44,34,34,46,99,111,110,99,97,116,40,89,80,44,34,45,114,105,103,104,116,34,41,44,116,104,105,115,46,114,105,103,104,116,41,44,71,80,40,101,44,34,98,103,45,34,46,99,111,110,99,97,116,40,110,41,44,110,41,44,71,80,40,101,44,34,116,101,120,116,45,34,46,99,111,110,99,97,116,40,105,41,44,105,41,44,101,41,44,116,104,105,115,46,115,105,100,101,98,97,114,67,108,97,115,115,93,44,115,116,121,108,101,58,123,119,105,100,116,104,58,114,125,44,97,116,116,114,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,65,116,116,114,115,44,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,118,97,108,117,101,58,111,125,93,44,114,101,102,58,34,99,111,110,116,101,110,116,34,125,44,91,108,84,40,116,44,116,104,105,115,41,93,41,59,115,61,116,40,34,116,114,97,110,115,105,116,105,111,110,34,44,123,112,114,111,112,115,58,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,80,114,111,112,115,44,111,110,58,123,98,101,102,111,114,101,69,110,116,101,114,58,116,104,105,115,46,111,110,66,101,102,111,114,101,69,110,116,101,114,44,97,102,116,101,114,69,110,116,101,114,58,116,104,105,115,46,111,110,65,102,116,101,114,69,110,116,101,114,44,97,102,116,101,114,76,101,97,118,101,58,116,104,105,115,46,111,110,65,102,116,101,114,76,101,97,118,101,125,125,44,91,115,93,41,59,118,97,114,32,99,61,116,40,66,99,44,123,112,114,111,112,115,58,123,110,111,70,97,100,101,58,116,104,105,115,46,110,111,83,108,105,100,101,125,125,44,91,102,84,40,116,44,116,104,105,115,41,93,41,44,117,61,116,40,41,44,108,61,116,40,41,59,114,101,116,117,114,110,32,116,104,105,115,46,98,97,99,107,100,114,111,112,38,38,111,38,38,40,117,61,116,40,34,100,105,118,34,44,123,97,116,116,114,115,58,123,116,97,98,105,110,100,101,120,58,34,48,34,125,44,111,110,58,123,102,111,99,117,115,58,116,104,105,115,46,111,110,84,111,112,84,114,97,112,70,111,99,117,115,125,125,41,44,108,61,116,40,34,100,105,118,34,44,123,97,116,116,114,115,58,123,116,97,98,105,110,100,101,120,58,34,48,34,125,44,111,110,58,123,102,111,99,117,115,58,116,104,105,115,46,111,110,66,111,116,116,111,109,84,114,97,112,70,111,99,117,115,125,125,41,41,44,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,115,105,100,101,98,97,114,45,111,117,116,101,114,34,44,115,116,121,108,101,58,123,122,73,110,100,101,120,58,116,104,105,115,46,122,73,110,100,101,120,125,44,97,116,116,114,115,58,123,116,97,98,105,110,100,101,120,58,34,45,49,34,125,44,111,110,58,123,107,101,121,100,111,119,110,58,116,104,105,115,46,111,110,75,101,121,100,111,119,110,125,125,44,91,117,44,115,44,108,44,99,93,41,125,125,41,44,100,84,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,83,105,100,101,98,97,114,58,104,84,125,44,112,108,117,103,105,110,115,58,123,86,66,84,111,103,103,108,101,80,108,117,103,105,110,58,69,118,125,125,41,59,102,117,110,99,116,105,111,110,32,112,84,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,118,84,61,104,99,40,123,97,110,105,109,97,116,105,111,110,58,99,99,40,95,111,44,34,119,97,118,101,34,41,44,104,101,105,103,104,116,58,99,99,40,95,111,41,44,115,105,122,101,58,99,99,40,95,111,41,44,116,121,112,101,58,99,99,40,95,111,44,34,116,101,120,116,34,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,41,44,119,105,100,116,104,58,99,99,40,95,111,41,125,44,107,114,41,44,103,84,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,107,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,118,84,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,101,46,100,97,116,97,44,105,61,101,46,112,114,111,112,115,44,111,61,105,46,115,105,122,101,44,97,61,105,46,97,110,105,109,97,116,105,111,110,44,115,61,105,46,118,97,114,105,97,110,116,59,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,73,101,40,114,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,115,107,101,108,101,116,111,110,34,44,115,116,121,108,101,58,123,119,105,100,116,104,58,111,124,124,105,46,119,105,100,116,104,44,104,101,105,103,104,116,58,111,124,124,105,46,104,101,105,103,104,116,125,44,99,108,97,115,115,58,40,110,61,123,125,44,112,84,40,110,44,34,98,45,115,107,101,108,101,116,111,110,45,34,46,99,111,110,99,97,116,40,105,46,116,121,112,101,41,44,33,48,41,44,112,84,40,110,44,34,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,34,46,99,111,110,99,97,116,40,97,41,44,97,41,44,112,84,40,110,44,34,98,103,45,34,46,99,111,110,99,97,116,40,115,41,44,115,41,44,110,41,125,41,41,125,125,41,59,102,117,110,99,116,105,111,110,32,109,84,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,98,84,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,109,84,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,121,84,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,109,84,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,121,84,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,119,84,61,104,99,40,123,97,110,105,109,97,116,105,111,110,58,99,99,40,95,111,44,34,119,97,118,101,34,41,44,105,99,111,110,58,99,99,40,95,111,41,44,105,99,111,110,80,114,111,112,115,58,99,99,40,121,111,44,123,125,41,125,44,67,114,41,44,95,84,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,67,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,119,84,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,110,46,105,99,111,110,44,105,61,110,46,97,110,105,109,97,116,105,111,110,44,111,61,116,40,111,108,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,115,107,101,108,101,116,111,110,45,105,99,111,110,34,44,112,114,111,112,115,58,98,84,40,98,84,40,123,125,44,110,46,105,99,111,110,80,114,111,112,115,41,44,123,125,44,123,105,99,111,110,58,114,125,41,125,41,59,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,115,107,101,108,101,116,111,110,45,105,99,111,110,45,119,114,97,112,112,101,114,32,112,111,115,105,116,105,111,110,45,114,101,108,97,116,105,118,101,32,100,45,105,110,108,105,110,101,45,98,108,111,99,107,32,111,118,101,114,102,108,111,119,45,104,105,100,100,101,110,34,44,99,108,97,115,115,58,121,84,40,123,125,44,34,98,45,115,107,101,108,101,116,111,110,45,97,110,105,109,97,116,101,45,34,46,99,111,110,99,97,116,40,105,41,44,105,41,125,44,91,111,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,120,84,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,79,84,61,104,99,40,123,97,110,105,109,97,116,105,111,110,58,99,99,40,95,111,41,44,97,115,112,101,99,116,58,99,99,40,95,111,44,34,49,54,58,57,34,41,44,99,97,114,100,73,109,103,58,99,99,40,95,111,41,44,104,101,105,103,104,116,58,99,99,40,95,111,41,44,110,111,65,115,112,101,99,116,58,99,99,40,118,111,44,33,49,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,41,44,119,105,100,116,104,58,99,99,40,95,111,41,125,44,80,114,41,44,83,84,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,80,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,79,84,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,110,46,97,115,112,101,99,116,44,105,61,110,46,119,105,100,116,104,44,111,61,110,46,104,101,105,103,104,116,44,97,61,110,46,97,110,105,109,97,116,105,111,110,44,115,61,110,46,118,97,114,105,97,110,116,44,99,61,110,46,99,97,114,100,73,109,103,44,117,61,116,40,103,84,44,123,112,114,111,112,115,58,123,116,121,112,101,58,34,105,109,103,34,44,119,105,100,116,104,58,105,44,104,101,105,103,104,116,58,111,44,97,110,105,109,97,116,105,111,110,58,97,44,118,97,114,105,97,110,116,58,115,125,44,99,108,97,115,115,58,120,84,40,123,125,44,34,99,97,114,100,45,105,109,103,45,34,46,99,111,110,99,97,116,40,99,41,44,99,41,125,41,59,114,101,116,117,114,110,32,110,46,110,111,65,115,112,101,99,116,63,117,58,116,40,100,117,44,123,112,114,111,112,115,58,123,97,115,112,101,99,116,58,114,125,125,44,91,117,93,41,125,125,41,44,107,84,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,109,101,116,104,111,100,115,58,123,104,97,115,76,105,115,116,101,110,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,36,108,105,115,116,101,110,101,114,115,124,124,123,125,44,110,61,116,104,105,115,46,95,101,118,101,110,116,115,124,124,123,125,59,114,101,116,117,114,110,33,98,116,40,101,91,116,93,41,124,124,67,116,40,110,91,116,93,41,38,38,110,91,116,93,46,108,101,110,103,116,104,62,48,125,125,125,41,59,102,117,110,99,116,105,111,110,32,67,84,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,80,84,61,123,115,116,97,99,107,101,100,58,99,99,40,84,111,44,33,49,41,125,44,84,84,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,80,84,44,99,111,109,112,117,116,101,100,58,123,105,115,83,116,97,99,107,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,115,116,97,99,107,101,100,59,114,101,116,117,114,110,34,34,61,61,61,116,124,124,116,125,44,105,115,83,116,97,99,107,101,100,65,108,119,97,121,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,61,61,61,116,104,105,115,46,105,115,83,116,97,99,107,101,100,125,44,115,116,97,99,107,101,100,84,97,98,108,101,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,105,115,83,116,97,99,107,101,100,65,108,119,97,121,115,59,114,101,116,117,114,110,32,67,84,40,123,34,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,34,58,116,125,44,34,98,45,116,97,98,108,101,45,115,116,97,99,107,101,100,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,115,116,97,99,107,101,100,41,44,33,116,38,38,116,104,105,115,46,105,115,83,116,97,99,107,101,100,41,125,125,125,41,59,102,117,110,99,116,105,111,110,32,106,84,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,69,84,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,106,84,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,65,84,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,106,84,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,65,84,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,68,84,61,123,98,111,114,100,101,114,101,100,58,99,99,40,118,111,44,33,49,41,44,98,111,114,100,101,114,108,101,115,115,58,99,99,40,118,111,44,33,49,41,44,99,97,112,116,105,111,110,84,111,112,58,99,99,40,118,111,44,33,49,41,44,100,97,114,107,58,99,99,40,118,111,44,33,49,41,44,102,105,120,101,100,58,99,99,40,118,111,44,33,49,41,44,104,111,118,101,114,58,99,99,40,118,111,44,33,49,41,44,110,111,66,111,114,100,101,114,67,111,108,108,97,112,115,101,58,99,99,40,118,111,44,33,49,41,44,111,117,116,108,105,110,101,100,58,99,99,40,118,111,44,33,49,41,44,114,101,115,112,111,110,115,105,118,101,58,99,99,40,84,111,44,33,49,41,44,115,109,97,108,108,58,99,99,40,118,111,44,33,49,41,44,115,116,105,99,107,121,72,101,97,100,101,114,58,99,99,40,84,111,44,33,49,41,44,115,116,114,105,112,101,100,58,99,99,40,118,111,44,33,49,41,44,116,97,98,108,101,67,108,97,115,115,58,99,99,40,83,111,41,44,116,97,98,108,101,86,97,114,105,97,110,116,58,99,99,40,95,111,41,125,44,76,84,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,109,105,120,105,110,115,58,91,107,108,93,44,112,114,111,118,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,98,118,84,97,98,108,101,58,116,104,105,115,125,125,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,68,84,44,99,111,109,112,117,116,101,100,58,123,105,115,82,101,115,112,111,110,115,105,118,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,114,101,115,112,111,110,115,105,118,101,59,114,101,116,117,114,110,34,34,61,61,61,116,124,124,116,125,44,105,115,83,116,105,99,107,121,72,101,97,100,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,115,116,105,99,107,121,72,101,97,100,101,114,59,114,101,116,117,114,110,32,116,61,34,34,61,61,61,116,124,124,116,44,33,116,104,105,115,46,105,115,83,116,97,99,107,101,100,38,38,116,125,44,119,114,97,112,112,101,114,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,105,115,82,101,115,112,111,110,115,105,118,101,59,114,101,116,117,114,110,91,116,104,105,115,46,105,115,83,116,105,99,107,121,72,101,97,100,101,114,63,34,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,104,101,97,100,101,114,34,58,34,34,44,33,48,61,61,61,116,63,34,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,34,58,116,63,34,116,97,98,108,101,45,114,101,115,112,111,110,115,105,118,101,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,114,101,115,112,111,110,115,105,118,101,41,58,34,34,93,46,102,105,108,116,101,114,40,115,101,41,125,44,119,114,97,112,112,101,114,83,116,121,108,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,105,115,83,116,105,99,107,121,72,101,97,100,101,114,59,114,101,116,117,114,110,32,116,38,38,33,120,116,40,116,41,63,123,109,97,120,72,101,105,103,104,116,58,116,125,58,123,125,125,44,116,97,98,108,101,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,104,111,118,101,114,44,101,61,116,104,105,115,46,116,97,98,108,101,86,97,114,105,97,110,116,59,114,101,116,117,114,110,32,116,61,116,104,105,115,46,105,115,84,97,98,108,101,83,105,109,112,108,101,63,116,58,116,38,38,116,104,105,115,46,99,111,109,112,117,116,101,100,73,116,101,109,115,46,108,101,110,103,116,104,62,48,38,38,33,116,104,105,115,46,99,111,109,112,117,116,101,100,66,117,115,121,44,91,116,104,105,115,46,116,97,98,108,101,67,108,97,115,115,44,123,34,116,97,98,108,101,45,115,116,114,105,112,101,100,34,58,116,104,105,115,46,115,116,114,105,112,101,100,44,34,116,97,98,108,101,45,104,111,118,101,114,34,58,116,44,34,116,97,98,108,101,45,100,97,114,107,34,58,116,104,105,115,46,100,97,114,107,44,34,116,97,98,108,101,45,98,111,114,100,101,114,101,100,34,58,116,104,105,115,46,98,111,114,100,101,114,101,100,44,34,116,97,98,108,101,45,98,111,114,100,101,114,108,101,115,115,34,58,116,104,105,115,46,98,111,114,100,101,114,108,101,115,115,44,34,116,97,98,108,101,45,115,109,34,58,116,104,105,115,46,115,109,97,108,108,44,98,111,114,100,101,114,58,116,104,105,115,46,111,117,116,108,105,110,101,100,44,34,98,45,116,97,98,108,101,45,102,105,120,101,100,34,58,116,104,105,115,46,102,105,120,101,100,44,34,98,45,116,97,98,108,101,45,99,97,112,116,105,111,110,45,116,111,112,34,58,116,104,105,115,46,99,97,112,116,105,111,110,84,111,112,44,34,98,45,116,97,98,108,101,45,110,111,45,98,111,114,100,101,114,45,99,111,108,108,97,112,115,101,34,58,116,104,105,115,46,110,111,66,111,114,100,101,114,67,111,108,108,97,112,115,101,125,44,101,63,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,100,97,114,107,63,34,98,103,34,58,34,116,97,98,108,101,34,44,34,45,34,41,46,99,111,110,99,97,116,40,101,41,58,34,34,44,116,104,105,115,46,115,116,97,99,107,101,100,84,97,98,108,101,67,108,97,115,115,101,115,44,116,104,105,115,46,115,101,108,101,99,116,97,98,108,101,84,97,98,108,101,67,108,97,115,115,101,115,93,125,44,116,97,98,108,101,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,73,116,101,109,115,44,101,61,116,104,105,115,46,102,105,108,116,101,114,101,100,73,116,101,109,115,44,110,61,116,104,105,115,46,99,111,109,112,117,116,101,100,70,105,101,108,100,115,44,114,61,116,104,105,115,46,115,101,108,101,99,116,97,98,108,101,84,97,98,108,101,65,116,116,114,115,44,105,61,116,104,105,115,46,105,115,84,97,98,108,101,83,105,109,112,108,101,63,123,125,58,123,34,97,114,105,97,45,98,117,115,121,34,58,116,104,105,115,46,99,111,109,112,117,116,101,100,66,117,115,121,63,34,116,114,117,101,34,58,34,102,97,108,115,101,34,44,34,97,114,105,97,45,99,111,108,99,111,117,110,116,34,58,97,115,40,110,46,108,101,110,103,116,104,41,44,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,58,116,104,105,115,46,98,118,65,116,116,114,115,91,34,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,34,93,124,124,116,104,105,115,46,36,114,101,102,115,46,99,97,112,116,105,111,110,63,116,104,105,115,46,99,97,112,116,105,111,110,73,100,58,110,117,108,108,125,44,111,61,116,38,38,101,38,38,101,46,108,101,110,103,116,104,62,116,46,108,101,110,103,116,104,63,97,115,40,101,46,108,101,110,103,116,104,41,58,110,117,108,108,59,114,101,116,117,114,110,32,69,84,40,69,84,40,69,84,40,123,34,97,114,105,97,45,114,111,119,99,111,117,110,116,34,58,111,125,44,116,104,105,115,46,98,118,65,116,116,114,115,41,44,123,125,44,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,44,114,111,108,101,58,34,116,97,98,108,101,34,125,44,105,41,44,114,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,119,114,97,112,112,101,114,67,108,97,115,115,101,115,44,110,61,116,104,105,115,46,114,101,110,100,101,114,67,97,112,116,105,111,110,44,114,61,116,104,105,115,46,114,101,110,100,101,114,67,111,108,103,114,111,117,112,44,105,61,116,104,105,115,46,114,101,110,100,101,114,84,104,101,97,100,44,111,61,116,104,105,115,46,114,101,110,100,101,114,84,98,111,100,121,44,97,61,116,104,105,115,46,114,101,110,100,101,114,84,102,111,111,116,44,115,61,91,93,59,116,104,105,115,46,105,115,84,97,98,108,101,83,105,109,112,108,101,63,115,46,112,117,115,104,40,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,41,58,40,115,46,112,117,115,104,40,110,63,110,40,41,58,110,117,108,108,41,44,115,46,112,117,115,104,40,114,63,114,40,41,58,110,117,108,108,41,44,115,46,112,117,115,104,40,105,63,105,40,41,58,110,117,108,108,41,44,115,46,112,117,115,104,40,111,63,111,40,41,58,110,117,108,108,41,44,115,46,112,117,115,104,40,97,63,97,40,41,58,110,117,108,108,41,41,59,118,97,114,32,99,61,116,40,34,116,97,98,108,101,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,116,97,98,108,101,32,98,45,116,97,98,108,101,34,44,99,108,97,115,115,58,116,104,105,115,46,116,97,98,108,101,67,108,97,115,115,101,115,44,97,116,116,114,115,58,116,104,105,115,46,116,97,98,108,101,65,116,116,114,115,44,107,101,121,58,34,98,45,116,97,98,108,101,34,125,44,115,46,102,105,108,116,101,114,40,115,101,41,41,59,114,101,116,117,114,110,32,101,46,108,101,110,103,116,104,62,48,63,116,40,34,100,105,118,34,44,123,99,108,97,115,115,58,101,44,115,116,121,108,101,58,116,104,105,115,46,119,114,97,112,112,101,114,83,116,121,108,101,115,44,107,101,121,58,34,119,114,97,112,34,125,44,91,99,93,41,58,99,125,125,41,59,102,117,110,99,116,105,111,110,32,77,84,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,73,84,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,77,84,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,36,84,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,77,84,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,36,84,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,70,84,61,104,99,40,75,116,40,73,84,40,73,84,40,73,84,40,123,125,44,69,104,41,44,80,84,41,44,68,84,41,41,44,73,114,41,44,66,84,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,73,114,44,109,105,120,105,110,115,58,91,107,108,44,107,84,44,65,104,44,121,99,44,76,84,44,84,84,93,44,112,114,111,112,115,58,70,84,44,99,111,109,112,117,116,101,100,58,123,105,115,84,97,98,108,101,83,105,109,112,108,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,125,125,125,41,59,102,117,110,99,116,105,111,110,32,82,84,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,78,84,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,82,84,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,122,84,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,82,84,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,122,84,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,86,84,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,62,48,125,44,72,84,61,104,99,40,123,97,110,105,109,97,116,105,111,110,58,99,99,40,95,111,41,44,99,111,108,117,109,110,115,58,99,99,40,98,111,44,53,44,86,84,41,44,104,105,100,101,72,101,97,100,101,114,58,99,99,40,118,111,44,33,49,41,44,114,111,119,115,58,99,99,40,98,111,44,51,44,86,84,41,44,115,104,111,119,70,111,111,116,101,114,58,99,99,40,118,111,44,33,49,41,44,116,97,98,108,101,80,114,111,112,115,58,99,99,40,121,111,44,123,125,41,125,44,84,114,41,44,85,84,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,84,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,72,84,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,110,46,97,110,105,109,97,116,105,111,110,44,105,61,110,46,99,111,108,117,109,110,115,44,111,61,116,40,34,116,104,34,44,91,116,40,103,84,44,123,112,114,111,112,115,58,123,97,110,105,109,97,116,105,111,110,58,114,125,125,41,93,41,44,97,61,116,40,34,116,114,34,44,89,97,40,105,44,111,41,41,44,115,61,116,40,34,116,100,34,44,91,116,40,103,84,44,123,112,114,111,112,115,58,123,119,105,100,116,104,58,34,55,53,37,34,44,97,110,105,109,97,116,105,111,110,58,114,125,125,41,93,41,44,99,61,116,40,34,116,114,34,44,89,97,40,105,44,115,41,41,44,117,61,116,40,34,116,98,111,100,121,34,44,89,97,40,110,46,114,111,119,115,44,99,41,41,44,108,61,110,46,104,105,100,101,72,101,97,100,101,114,63,116,40,41,58,116,40,34,116,104,101,97,100,34,44,91,97,93,41,44,102,61,110,46,115,104,111,119,70,111,111,116,101,114,63,116,40,34,116,102,111,111,116,34,44,91,97,93,41,58,116,40,41,59,114,101,116,117,114,110,32,116,40,66,84,44,123,112,114,111,112,115,58,78,84,40,123,125,44,110,46,116,97,98,108,101,80,114,111,112,115,41,125,44,91,108,44,117,44,102,93,41,125,125,41,44,87,84,61,104,99,40,123,108,111,97,100,105,110,103,58,99,99,40,118,111,44,33,49,41,125,44,106,114,41,44,113,84,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,106,114,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,87,84,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,100,97,116,97,44,114,61,101,46,112,114,111,112,115,44,105,61,101,46,115,108,111,116,115,44,111,61,101,46,115,99,111,112,101,100,83,108,111,116,115,44,97,61,105,40,41,44,115,61,111,124,124,123,125,44,99,61,123,125,59,114,101,116,117,114,110,32,114,46,108,111,97,100,105,110,103,63,116,40,34,100,105,118,34,44,73,101,40,110,44,123,97,116,116,114,115,58,123,114,111,108,101,58,34,97,108,101,114,116,34,44,34,97,114,105,97,45,108,105,118,101,34,58,34,112,111,108,105,116,101,34,44,34,97,114,105,97,45,98,117,115,121,34,58,33,48,125,44,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,115,107,101,108,101,116,111,110,45,119,114,97,112,112,101,114,34,44,107,101,121,58,34,108,111,97,100,105,110,103,34,125,41,44,98,99,40,104,97,44,99,44,115,44,97,41,41,58,98,99,40,72,111,44,99,44,115,44,97,41,125,125,41,44,71,84,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,83,107,101,108,101,116,111,110,58,103,84,44,66,83,107,101,108,101,116,111,110,73,99,111,110,58,95,84,44,66,83,107,101,108,101,116,111,110,73,109,103,58,83,84,44,66,83,107,101,108,101,116,111,110,84,97,98,108,101,58,85,84,44,66,83,107,101,108,101,116,111,110,87,114,97,112,112,101,114,58,113,84,125,125,41,44,89,84,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,83,112,105,110,110,101,114,58,82,107,125,125,41,59,102,117,110,99,116,105,111,110,32,75,84,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,88,84,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,75,84,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,90,84,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,75,84,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,90,84,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,74,84,61,34,108,105,103,104,116,34,44,81,84,61,34,100,97,114,107,34,44,116,106,61,104,99,40,123,118,97,114,105,97,110,116,58,99,99,40,95,111,41,125,44,87,114,41,44,101,106,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,87,114,44,109,105,120,105,110,115,58,91,107,108,44,80,108,44,121,99,93,44,112,114,111,118,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,98,118,84,97,98,108,101,84,114,58,116,104,105,115,125,125,44,105,110,106,101,99,116,58,123,98,118,84,97,98,108,101,82,111,119,71,114,111,117,112,58,123,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,125,125,125,125,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,116,106,44,99,111,109,112,117,116,101,100,58,123,105,110,84,98,111,100,121,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,82,111,119,71,114,111,117,112,46,105,115,84,98,111,100,121,125,44,105,110,84,104,101,97,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,82,111,119,71,114,111,117,112,46,105,115,84,104,101,97,100,125,44,105,110,84,102,111,111,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,82,111,119,71,114,111,117,112,46,105,115,84,102,111,111,116,125,44,105,115,68,97,114,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,82,111,119,71,114,111,117,112,46,105,115,68,97,114,107,125,44,105,115,83,116,97,99,107,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,82,111,119,71,114,111,117,112,46,105,115,83,116,97,99,107,101,100,125,44,105,115,82,101,115,112,111,110,115,105,118,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,82,111,119,71,114,111,117,112,46,105,115,82,101,115,112,111,110,115,105,118,101,125,44,105,115,83,116,105,99,107,121,72,101,97,100,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,82,111,119,71,114,111,117,112,46,105,115,83,116,105,99,107,121,72,101,97,100,101,114,125,44,104,97,115,83,116,105,99,107,121,72,101,97,100,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,105,115,83,116,97,99,107,101,100,38,38,116,104,105,115,46,98,118,84,97,98,108,101,82,111,119,71,114,111,117,112,46,104,97,115,83,116,105,99,107,121,72,101,97,100,101,114,125,44,116,97,98,108,101,86,97,114,105,97,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,82,111,119,71,114,111,117,112,46,116,97,98,108,101,86,97,114,105,97,110,116,125,44,104,101,97,100,86,97,114,105,97,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,84,104,101,97,100,63,116,104,105,115,46,98,118,84,97,98,108,101,82,111,119,71,114,111,117,112,46,104,101,97,100,86,97,114,105,97,110,116,58,110,117,108,108,125,44,102,111,111,116,86,97,114,105,97,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,84,102,111,111,116,63,116,104,105,115,46,98,118,84,97,98,108,101,82,111,119,71,114,111,117,112,46,102,111,111,116,86,97,114,105,97,110,116,58,110,117,108,108,125,44,105,115,82,111,119,68,97,114,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,104,101,97,100,86,97,114,105,97,110,116,33,61,61,74,84,38,38,116,104,105,115,46,102,111,111,116,86,97,114,105,97,110,116,33,61,61,74,84,38,38,40,116,104,105,115,46,104,101,97,100,86,97,114,105,97,110,116,61,61,61,81,84,124,124,116,104,105,115,46,102,111,111,116,86,97,114,105,97,110,116,61,61,61,81,84,124,124,116,104,105,115,46,105,115,68,97,114,107,41,125,44,116,114,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,118,97,114,105,97,110,116,59,114,101,116,117,114,110,91,116,63,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,105,115,82,111,119,68,97,114,107,63,34,98,103,34,58,34,116,97,98,108,101,34,44,34,45,34,41,46,99,111,110,99,97,116,40,116,41,58,110,117,108,108,93,125,44,116,114,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,88,84,40,123,114,111,108,101,58,34,114,111,119,34,125,44,116,104,105,115,46,98,118,65,116,116,114,115,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,40,34,116,114,34,44,123,99,108,97,115,115,58,116,104,105,115,46,116,114,67,108,97,115,115,101,115,44,97,116,116,114,115,58,116,104,105,115,46,116,114,65,116,116,114,115,44,111,110,58,116,104,105,115,46,98,118,76,105,115,116,101,110,101,114,115,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,41,125,125,41,44,110,106,61,123,125,44,114,106,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,110,106,44,109,101,116,104,111,100,115,58,123,114,101,110,100,101,114,66,111,116,116,111,109,82,111,119,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,70,105,101,108,100,115,44,101,61,116,104,105,115,46,115,116,97,99,107,101,100,44,110,61,116,104,105,115,46,116,98,111,100,121,84,114,67,108,97,115,115,44,114,61,116,104,105,115,46,116,98,111,100,121,84,114,65,116,116,114,44,105,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,59,114,101,116,117,114,110,32,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,82,111,41,38,38,33,48,33,61,61,101,38,38,34,34,33,61,61,101,63,105,40,101,106,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,116,97,98,108,101,45,98,111,116,116,111,109,45,114,111,119,34,44,99,108,97,115,115,58,91,95,116,40,110,41,63,110,40,110,117,108,108,44,34,114,111,119,45,98,111,116,116,111,109,34,41,58,110,93,44,97,116,116,114,115,58,95,116,40,114,41,63,114,40,110,117,108,108,44,34,114,111,119,45,98,111,116,116,111,109,34,41,58,114,44,107,101,121,58,34,98,45,98,111,116,116,111,109,45,114,111,119,34,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,82,111,44,123,99,111,108,117,109,110,115,58,116,46,108,101,110,103,116,104,44,102,105,101,108,100,115,58,116,125,41,41,58,105,40,41,125,125,125,41,59,102,117,110,99,116,105,111,110,32,105,106,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,111,106,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,105,106,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,97,106,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,105,106,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,97,106,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,115,106,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,90,97,40,116,44,48,41,44,116,62,48,63,116,58,110,117,108,108,125,44,99,106,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,119,116,40,116,41,124,124,115,106,40,116,41,62,48,125,44,117,106,61,104,99,40,123,99,111,108,115,112,97,110,58,99,99,40,65,111,44,110,117,108,108,44,99,106,41,44,114,111,119,115,112,97,110,58,99,99,40,65,111,44,110,117,108,108,44,99,106,41,44,115,116,97,99,107,101,100,72,101,97,100,105,110,103,58,99,99,40,95,111,41,44,115,116,105,99,107,121,67,111,108,117,109,110,58,99,99,40,118,111,44,33,49,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,41,125,44,76,114,41,44,108,106,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,76,114,44,109,105,120,105,110,115,58,91,107,108,44,80,108,44,121,99,93,44,105,110,106,101,99,116,58,123,98,118,84,97,98,108,101,84,114,58,123,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,125,125,125,125,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,117,106,44,99,111,109,112,117,116,101,100,58,123,116,97,103,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,116,100,34,125,44,105,110,84,98,111,100,121,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,84,114,46,105,110,84,98,111,100,121,125,44,105,110,84,104,101,97,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,84,114,46,105,110,84,104,101,97,100,125,44,105,110,84,102,111,111,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,84,114,46,105,110,84,102,111,111,116,125,44,105,115,68,97,114,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,84,114,46,105,115,68,97,114,107,125,44,105,115,83,116,97,99,107,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,84,114,46,105,115,83,116,97,99,107,101,100,125,44,105,115,83,116,97,99,107,101,100,67,101,108,108,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,84,98,111,100,121,38,38,116,104,105,115,46,105,115,83,116,97,99,107,101,100,125,44,105,115,82,101,115,112,111,110,115,105,118,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,84,114,46,105,115,82,101,115,112,111,110,115,105,118,101,125,44,105,115,83,116,105,99,107,121,72,101,97,100,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,84,114,46,105,115,83,116,105,99,107,121,72,101,97,100,101,114,125,44,104,97,115,83,116,105,99,107,121,72,101,97,100,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,84,114,46,104,97,115,83,116,105,99,107,121,72,101,97,100,101,114,125,44,105,115,83,116,105,99,107,121,67,111,108,117,109,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,105,115,83,116,97,99,107,101,100,38,38,40,116,104,105,115,46,105,115,82,101,115,112,111,110,115,105,118,101,124,124,116,104,105,115,46,104,97,115,83,116,105,99,107,121,72,101,97,100,101,114,41,38,38,116,104,105,115,46,115,116,105,99,107,121,67,111,108,117,109,110,125,44,114,111,119,86,97,114,105,97,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,84,114,46,118,97,114,105,97,110,116,125,44,104,101,97,100,86,97,114,105,97,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,84,114,46,104,101,97,100,86,97,114,105,97,110,116,125,44,102,111,111,116,86,97,114,105,97,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,84,114,46,102,111,111,116,86,97,114,105,97,110,116,125,44,116,97,98,108,101,86,97,114,105,97,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,84,114,46,116,97,98,108,101,86,97,114,105,97,110,116,125,44,99,111,109,112,117,116,101,100,67,111,108,115,112,97,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,115,106,40,116,104,105,115,46,99,111,108,115,112,97,110,41,125,44,99,111,109,112,117,116,101,100,82,111,119,115,112,97,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,115,106,40,116,104,105,115,46,114,111,119,115,112,97,110,41,125,44,99,101,108,108,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,118,97,114,105,97,110,116,44,101,61,116,104,105,115,46,104,101,97,100,86,97,114,105,97,110,116,44,110,61,116,104,105,115,46,105,115,83,116,105,99,107,121,67,111,108,117,109,110,59,114,101,116,117,114,110,40,33,116,38,38,116,104,105,115,46,105,115,83,116,105,99,107,121,72,101,97,100,101,114,38,38,33,101,124,124,33,116,38,38,110,38,38,116,104,105,115,46,105,110,84,102,111,111,116,38,38,33,116,104,105,115,46,102,111,111,116,86,97,114,105,97,110,116,124,124,33,116,38,38,110,38,38,116,104,105,115,46,105,110,84,104,101,97,100,38,38,33,101,124,124,33,116,38,38,110,38,38,116,104,105,115,46,105,110,84,98,111,100,121,41,38,38,40,116,61,116,104,105,115,46,114,111,119,86,97,114,105,97,110,116,124,124,116,104,105,115,46,116,97,98,108,101,86,97,114,105,97,110,116,124,124,34,98,45,116,97,98,108,101,45,100,101,102,97,117,108,116,34,41,44,91,116,63,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,105,115,68,97,114,107,63,34,98,103,34,58,34,116,97,98,108,101,34,44,34,45,34,41,46,99,111,110,99,97,116,40,116,41,58,110,117,108,108,44,110,63,34,98,45,116,97,98,108,101,45,115,116,105,99,107,121,45,99,111,108,117,109,110,34,58,110,117,108,108,93,125,44,99,101,108,108,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,115,116,97,99,107,101,100,72,101,97,100,105,110,103,44,101,61,116,104,105,115,46,105,110,84,104,101,97,100,124,124,116,104,105,115,46,105,110,84,102,111,111,116,44,110,61,116,104,105,115,46,99,111,109,112,117,116,101,100,67,111,108,115,112,97,110,44,114,61,116,104,105,115,46,99,111,109,112,117,116,101,100,82,111,119,115,112,97,110,44,105,61,34,99,101,108,108,34,44,111,61,110,117,108,108,59,114,101,116,117,114,110,32,101,63,40,105,61,34,99,111,108,117,109,110,104,101,97,100,101,114,34,44,111,61,110,62,48,63,34,99,111,108,115,112,97,110,34,58,34,99,111,108,34,41,58,121,115,40,116,104,105,115,46,116,97,103,44,34,116,104,34,41,38,38,40,105,61,34,114,111,119,104,101,97,100,101,114,34,44,111,61,114,62,48,63,34,114,111,119,103,114,111,117,112,34,58,34,114,111,119,34,41,44,111,106,40,111,106,40,123,99,111,108,115,112,97,110,58,110,44,114,111,119,115,112,97,110,58,114,44,114,111,108,101,58,105,44,115,99,111,112,101,58,111,125,44,116,104,105,115,46,98,118,65,116,116,114,115,41,44,123,125,44,123,34,100,97,116,97,45,108,97,98,101,108,34,58,116,104,105,115,46,105,115,83,116,97,99,107,101,100,67,101,108,108,38,38,33,119,116,40,116,41,63,97,115,40,116,41,58,110,117,108,108,125,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,93,59,114,101,116,117,114,110,32,116,40,116,104,105,115,46,116,97,103,44,123,99,108,97,115,115,58,116,104,105,115,46,99,101,108,108,67,108,97,115,115,101,115,44,97,116,116,114,115,58,116,104,105,115,46,99,101,108,108,65,116,116,114,115,44,111,110,58,116,104,105,115,46,98,118,76,105,115,116,101,110,101,114,115,125,44,91,116,104,105,115,46,105,115,83,116,97,99,107,101,100,67,101,108,108,63,116,40,34,100,105,118,34,44,91,101,93,41,58,101,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,102,106,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,104,106,61,34,98,117,115,121,34,44,100,106,61,115,111,43,104,106,44,112,106,61,102,106,40,123,125,44,104,106,44,99,99,40,118,111,44,33,49,41,41,44,118,106,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,112,106,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,99,97,108,66,117,115,121,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,66,117,115,121,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,91,104,106,93,124,124,116,104,105,115,46,108,111,99,97,108,66,117,115,121,125,125,44,119,97,116,99,104,58,123,108,111,99,97,108,66,117,115,121,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,116,104,105,115,46,36,101,109,105,116,40,100,106,44,116,41,125,125,44,109,101,116,104,111,100,115,58,123,115,116,111,112,73,102,66,117,115,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,33,116,104,105,115,46,99,111,109,112,117,116,101,100,66,117,115,121,38,38,40,83,99,40,116,41,44,33,48,41,125,44,114,101,110,100,101,114,66,117,115,121,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,116,98,111,100,121,84,114,67,108,97,115,115,44,101,61,116,104,105,115,46,116,98,111,100,121,84,114,65,116,116,114,44,110,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,59,114,101,116,117,114,110,32,116,104,105,115,46,99,111,109,112,117,116,101,100,66,117,115,121,38,38,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,77,97,41,63,110,40,101,106,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,116,97,98,108,101,45,98,117,115,121,45,115,108,111,116,34,44,99,108,97,115,115,58,91,95,116,40,116,41,63,116,40,110,117,108,108,44,77,97,41,58,116,93,44,97,116,116,114,115,58,95,116,40,101,41,63,101,40,110,117,108,108,44,77,97,41,58,101,44,107,101,121,58,34,116,97,98,108,101,45,98,117,115,121,45,115,108,111,116,34,125,44,91,110,40,108,106,44,123,112,114,111,112,115,58,123,99,111,108,115,112,97,110,58,116,104,105,115,46,99,111,109,112,117,116,101,100,70,105,101,108,100,115,46,108,101,110,103,116,104,124,124,110,117,108,108,125,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,77,97,41,93,41,93,41,58,110,117,108,108,125,125,125,41,44,103,106,61,123,99,97,112,116,105,111,110,58,99,99,40,95,111,41,44,99,97,112,116,105,111,110,72,116,109,108,58,99,99,40,95,111,41,125,44,109,106,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,103,106,44,99,111,109,112,117,116,101,100,58,123,99,97,112,116,105,111,110,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,115,83,116,97,99,107,101,100,63,116,104,105,115,46,115,97,102,101,73,100,40,34,95,99,97,112,116,105,111,110,95,34,41,58,110,117,108,108,125,125,44,109,101,116,104,111,100,115,58,123,114,101,110,100,101,114,67,97,112,116,105,111,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,97,112,116,105,111,110,44,101,61,116,104,105,115,46,99,97,112,116,105,111,110,72,116,109,108,44,110,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,114,61,110,40,41,44,105,61,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,73,97,41,59,114,101,116,117,114,110,40,105,124,124,116,124,124,101,41,38,38,40,114,61,110,40,34,99,97,112,116,105,111,110,34,44,123,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,99,97,112,116,105,111,110,73,100,125,44,100,111,109,80,114,111,112,115,58,105,63,123,125,58,107,102,40,101,44,116,41,44,107,101,121,58,34,99,97,112,116,105,111,110,34,44,114,101,102,58,34,99,97,112,116,105,111,110,34,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,73,97,41,41,41,44,114,125,125,125,41,44,98,106,61,123,125,44,121,106,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,109,101,116,104,111,100,115,58,123,114,101,110,100,101,114,67,111,108,103,114,111,117,112,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,70,105,101,108,100,115,44,101,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,101,40,41,59,114,101,116,117,114,110,32,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,36,97,41,38,38,40,110,61,101,40,34,99,111,108,103,114,111,117,112,34,44,123,107,101,121,58,34,99,111,108,103,114,111,117,112,34,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,36,97,44,123,99,111,108,117,109,110,115,58,116,46,108,101,110,103,116,104,44,102,105,101,108,100,115,58,116,125,41,93,41,41,44,110,125,125,125,41,44,119,106,61,123,101,109,112,116,121,70,105,108,116,101,114,101,100,72,116,109,108,58,99,99,40,95,111,41,44,101,109,112,116,121,70,105,108,116,101,114,101,100,84,101,120,116,58,99,99,40,95,111,44,34,84,104,101,114,101,32,97,114,101,32,110,111,32,114,101,99,111,114,100,115,32,109,97,116,99,104,105,110,103,32,121,111,117,114,32,114,101,113,117,101,115,116,34,41,44,101,109,112,116,121,72,116,109,108,58,99,99,40,95,111,41,44,101,109,112,116,121,84,101,120,116,58,99,99,40,95,111,44,34,84,104,101,114,101,32,97,114,101,32,110,111,32,114,101,99,111,114,100,115,32,116,111,32,115,104,111,119,34,41,44,115,104,111,119,69,109,112,116,121,58,99,99,40,118,111,44,33,49,41,125,44,95,106,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,119,106,44,109,101,116,104,111,100,115,58,123,114,101,110,100,101,114,69,109,112,116,121,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,73,116,101,109,115,44,101,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,101,40,41,59,105,102,40,116,104,105,115,46,115,104,111,119,69,109,112,116,121,38,38,40,33,116,124,124,48,61,61,61,116,46,108,101,110,103,116,104,41,38,38,40,33,116,104,105,115,46,99,111,109,112,117,116,101,100,66,117,115,121,124,124,33,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,77,97,41,41,41,123,118,97,114,32,114,61,116,104,105,115,46,99,111,109,112,117,116,101,100,70,105,101,108,100,115,44,105,61,116,104,105,115,46,105,115,70,105,108,116,101,114,101,100,44,111,61,116,104,105,115,46,101,109,112,116,121,84,101,120,116,44,97,61,116,104,105,115,46,101,109,112,116,121,72,116,109,108,44,115,61,116,104,105,115,46,101,109,112,116,121,70,105,108,116,101,114,101,100,84,101,120,116,44,99,61,116,104,105,115,46,101,109,112,116,121,70,105,108,116,101,114,101,100,72,116,109,108,44,117,61,116,104,105,115,46,116,98,111,100,121,84,114,67,108,97,115,115,44,108,61,116,104,105,115,46,116,98,111,100,121,84,114,65,116,116,114,59,110,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,105,63,75,111,58,89,111,44,123,101,109,112,116,121,70,105,108,116,101,114,101,100,72,116,109,108,58,99,44,101,109,112,116,121,70,105,108,116,101,114,101,100,84,101,120,116,58,115,44,101,109,112,116,121,72,116,109,108,58,97,44,101,109,112,116,121,84,101,120,116,58,111,44,102,105,101,108,100,115,58,114,44,105,116,101,109,115,58,116,125,41,44,110,124,124,40,110,61,101,40,34,100,105,118,34,44,123,99,108,97,115,115,58,91,34,116,101,120,116,45,99,101,110,116,101,114,34,44,34,109,121,45,50,34,93,44,100,111,109,80,114,111,112,115,58,105,63,107,102,40,99,44,115,41,58,107,102,40,97,44,111,41,125,41,41,44,110,61,101,40,108,106,44,123,112,114,111,112,115,58,123,99,111,108,115,112,97,110,58,114,46,108,101,110,103,116,104,124,124,110,117,108,108,125,125,44,91,101,40,34,100,105,118,34,44,123,97,116,116,114,115,58,123,114,111,108,101,58,34,97,108,101,114,116,34,44,34,97,114,105,97,45,108,105,118,101,34,58,34,112,111,108,105,116,101,34,125,125,44,91,110,93,41,93,41,44,110,61,101,40,101,106,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,116,97,98,108,101,45,101,109,112,116,121,45,114,111,119,34,44,99,108,97,115,115,58,91,95,116,40,117,41,63,117,40,110,117,108,108,44,34,114,111,119,45,101,109,112,116,121,34,41,58,117,93,44,97,116,116,114,115,58,95,116,40,108,41,63,108,40,110,117,108,108,44,34,114,111,119,45,101,109,112,116,121,34,41,58,108,44,107,101,121,58,105,63,34,98,45,101,109,112,116,121,45,102,105,108,116,101,114,101,100,45,114,111,119,34,58,34,98,45,101,109,112,116,121,45,114,111,119,34,125,44,91,110,93,41,125,114,101,116,117,114,110,32,110,125,125,125,41,44,120,106,61,102,117,110,99,116,105,111,110,32,116,40,101,41,123,114,101,116,117,114,110,32,119,116,40,101,41,63,34,34,58,80,116,40,101,41,38,38,33,106,116,40,101,41,63,86,116,40,101,41,46,115,111,114,116,40,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,40,101,91,110,93,41,125,41,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,33,116,125,41,41,46,106,111,105,110,40,34,32,34,41,58,97,115,40,101,41,125,59,102,117,110,99,116,105,111,110,32,79,106,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,83,106,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,79,106,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,107,106,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,79,106,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,107,106,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,67,106,61,34,95,99,101,108,108,86,97,114,105,97,110,116,115,34,44,80,106,61,34,95,114,111,119,86,97,114,105,97,110,116,34,44,84,106,61,34,95,115,104,111,119,68,101,116,97,105,108,115,34,44,106,106,61,91,67,106,44,80,106,44,84,106,93,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,83,106,40,83,106,40,123,125,44,116,41,44,123,125,44,107,106,40,123,125,44,101,44,33,48,41,41,125,41,44,123,125,41,44,69,106,61,91,34,97,34,44,34,97,32,42,34,44,34,98,117,116,116,111,110,34,44,34,98,117,116,116,111,110,32,42,34,44,34,105,110,112,117,116,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,110,111,116,40,91,100,105,115,97,98,108,101,100,93,41,34,44,34,115,101,108,101,99,116,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,110,111,116,40,91,100,105,115,97,98,108,101,100,93,41,34,44,34,116,101,120,116,97,114,101,97,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,110,111,116,40,91,100,105,115,97,98,108,101,100,93,41,34,44,39,91,114,111,108,101,61,34,108,105,110,107,34,93,39,44,39,91,114,111,108,101,61,34,108,105,110,107,34,93,32,42,39,44,39,91,114,111,108,101,61,34,98,117,116,116,111,110,34,93,39,44,39,91,114,111,108,101,61,34,98,117,116,116,111,110,34,93,32,42,39,44,34,91,116,97,98,105,110,100,101,120,93,58,110,111,116,40,46,100,105,115,97,98,108,101,100,41,58,110,111,116,40,91,100,105,115,97,98,108,101,100,93,41,34,93,46,106,111,105,110,40,34,44,34,41,44,65,106,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,51,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,51,93,63,97,114,103,117,109,101,110,116,115,91,51,93,58,123,125,44,105,61,86,116,40,114,41,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,105,61,114,91,110,93,44,111,61,105,46,102,105,108,116,101,114,66,121,70,111,114,109,97,116,116,101,100,44,97,61,95,116,40,111,41,63,111,58,111,63,105,46,102,111,114,109,97,116,116,101,114,58,110,117,108,108,59,114,101,116,117,114,110,32,95,116,40,97,41,38,38,40,101,91,110,93,61,97,40,116,91,110,93,44,110,44,116,41,41,44,101,125,41,44,87,116,40,116,41,41,44,111,61,86,116,40,105,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,106,106,91,116,93,38,38,33,40,67,116,40,101,41,38,38,101,46,108,101,110,103,116,104,62,48,38,38,113,97,40,101,44,116,41,41,38,38,33,40,67,116,40,110,41,38,38,110,46,108,101,110,103,116,104,62,48,38,38,33,113,97,40,110,44,116,41,41,125,41,41,59,114,101,116,117,114,110,32,113,116,40,105,44,111,41,125,44,68,106,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,80,116,40,116,41,63,120,106,40,65,106,40,116,44,101,44,110,44,114,41,41,58,34,34,125,59,102,117,110,99,116,105,111,110,32,76,106,40,116,41,123,114,101,116,117,114,110,32,70,106,40,116,41,124,124,36,106,40,116,41,124,124,73,106,40,116,41,124,124,77,106,40,41,125,102,117,110,99,116,105,111,110,32,77,106,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,115,112,114,101,97,100,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,46,92,110,73,110,32,111,114,100,101,114,32,116,111,32,98,101,32,105,116,101,114,97,98,108,101,44,32,110,111,110,45,97,114,114,97,121,32,111,98,106,101,99,116,115,32,109,117,115,116,32,104,97,118,101,32,97,32,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,32,109,101,116,104,111,100,46,34,41,125,102,117,110,99,116,105,111,110,32,73,106,40,116,44,101,41,123,105,102,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,66,106,40,116,44,101,41,59,118,97,114,32,110,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,59,114,101,116,117,114,110,34,79,98,106,101,99,116,34,61,61,61,110,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,40,110,61,116,46,99,111,110,115,116,114,117,99,116,111,114,46,110,97,109,101,41,44,34,77,97,112,34,61,61,61,110,124,124,34,83,101,116,34,61,61,61,110,63,65,114,114,97,121,46,102,114,111,109,40,116,41,58,34,65,114,103,117,109,101,110,116,115,34,61,61,61,110,124,124,47,94,40,63,58,85,105,124,73,41,110,116,40,63,58,56,124,49,54,124,51,50,41,40,63,58,67,108,97,109,112,101,100,41,63,65,114,114,97,121,36,47,46,116,101,115,116,40,110,41,63,66,106,40,116,44,101,41,58,118,111,105,100,32,48,125,125,102,117,110,99,116,105,111,110,32,36,106,40,116,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,116,41,41,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,40,116,41,125,102,117,110,99,116,105,111,110,32,70,106,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,114,101,116,117,114,110,32,66,106,40,116,41,125,102,117,110,99,116,105,111,110,32,66,106,40,116,44,101,41,123,40,110,117,108,108,61,61,101,124,124,101,62,116,46,108,101,110,103,116,104,41,38,38,40,101,61,116,46,108,101,110,103,116,104,41,59,102,111,114,40,118,97,114,32,110,61,48,44,114,61,110,101,119,32,65,114,114,97,121,40,101,41,59,110,60,101,59,110,43,43,41,114,91,110,93,61,116,91,110,93,59,114,101,116,117,114,110,32,114,125,118,97,114,32,82,106,61,39,80,114,111,112,32,34,102,105,108,116,101,114,45,100,101,98,111,117,110,99,101,34,32,105,115,32,100,101,112,114,101,99,97,116,101,100,46,32,85,115,101,32,116,104,101,32,100,101,98,111,117,110,99,101,32,102,101,97,116,117,114,101,32,111,102,32,34,60,98,45,102,111,114,109,45,105,110,112,117,116,62,34,32,105,110,115,116,101,97,100,46,39,44,78,106,61,123,102,105,108,116,101,114,58,99,99,40,91,93,46,99,111,110,99,97,116,40,76,106,40,83,111,41,44,91,119,111,93,41,41,44,102,105,108,116,101,114,68,101,98,111,117,110,99,101,58,99,99,40,65,111,44,48,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,83,46,116,101,115,116,40,83,116,114,105,110,103,40,116,41,41,125,41,41,44,102,105,108,116,101,114,70,117,110,99,116,105,111,110,58,99,99,40,109,111,41,44,102,105,108,116,101,114,73,103,110,111,114,101,100,70,105,101,108,100,115,58,99,99,40,112,111,44,91,93,41,44,102,105,108,116,101,114,73,110,99,108,117,100,101,100,70,105,101,108,100,115,58,99,99,40,112,111,44,91,93,41,125,44,122,106,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,78,106,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,105,115,70,105,108,116,101,114,101,100,58,33,49,44,108,111,99,97,108,70,105,108,116,101,114,58,116,104,105,115,46,102,105,108,116,101,114,83,97,110,105,116,105,122,101,40,116,104,105,115,46,102,105,108,116,101,114,41,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,70,105,108,116,101,114,73,103,110,111,114,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,71,97,40,116,104,105,115,46,102,105,108,116,101,114,73,103,110,111,114,101,100,70,105,101,108,100,115,124,124,91,93,41,46,102,105,108,116,101,114,40,115,101,41,125,44,99,111,109,112,117,116,101,100,70,105,108,116,101,114,73,110,99,108,117,100,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,71,97,40,116,104,105,115,46,102,105,108,116,101,114,73,110,99,108,117,100,101,100,70,105,101,108,100,115,124,124,91,93,41,46,102,105,108,116,101,114,40,115,101,41,125,44,99,111,109,112,117,116,101,100,70,105,108,116,101,114,68,101,98,111,117,110,99,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,90,97,40,116,104,105,115,46,102,105,108,116,101,114,68,101,98,111,117,110,99,101,44,48,41,59,114,101,116,117,114,110,32,116,62,48,38,38,102,101,40,82,106,44,68,114,41,44,116,125,44,108,111,99,97,108,70,105,108,116,101,114,105,110,103,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,104,97,115,80,114,111,118,105,100,101,114,124,124,33,33,116,104,105,115,46,110,111,80,114,111,118,105,100,101,114,70,105,108,116,101,114,105,110,103,125,44,102,105,108,116,101,114,101,100,67,104,101,99,107,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,102,105,108,116,101,114,101,100,73,116,101,109,115,44,101,61,116,104,105,115,46,108,111,99,97,108,73,116,101,109,115,44,110,61,116,104,105,115,46,108,111,99,97,108,70,105,108,116,101,114,59,114,101,116,117,114,110,123,102,105,108,116,101,114,101,100,73,116,101,109,115,58,116,44,108,111,99,97,108,73,116,101,109,115,58,101,44,108,111,99,97,108,70,105,108,116,101,114,58,110,125,125,44,108,111,99,97,108,70,105,108,116,101,114,70,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,102,105,108,116,101,114,70,117,110,99,116,105,111,110,59,114,101,116,117,114,110,32,112,99,40,116,41,63,116,58,110,117,108,108,125,44,102,105,108,116,101,114,101,100,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,108,111,99,97,108,73,116,101,109,115,44,101,61,116,104,105,115,46,108,111,99,97,108,70,105,108,116,101,114,44,110,61,116,104,105,115,46,108,111,99,97,108,70,105,108,116,101,114,105,110,103,63,116,104,105,115,46,102,105,108,116,101,114,70,110,70,97,99,116,111,114,121,40,116,104,105,115,46,108,111,99,97,108,70,105,108,116,101,114,70,110,44,101,41,124,124,116,104,105,115,46,100,101,102,97,117,108,116,70,105,108,116,101,114,70,110,70,97,99,116,111,114,121,40,101,41,58,110,117,108,108,59,114,101,116,117,114,110,32,110,38,38,116,46,108,101,110,103,116,104,62,48,63,116,46,102,105,108,116,101,114,40,110,41,58,116,125,125,44,119,97,116,99,104,58,123,99,111,109,112,117,116,101,100,70,105,108,116,101,114,68,101,98,111,117,110,99,101,58,102,117,110,99,116,105,111,110,40,116,41,123,33,116,38,38,116,104,105,115,46,36,95,102,105,108,116,101,114,84,105,109,101,114,38,38,40,116,104,105,115,46,99,108,101,97,114,70,105,108,116,101,114,84,105,109,101,114,40,41,44,116,104,105,115,46,108,111,99,97,108,70,105,108,116,101,114,61,116,104,105,115,46,102,105,108,116,101,114,83,97,110,105,116,105,122,101,40,116,104,105,115,46,102,105,108,116,101,114,41,41,125,44,102,105,108,116,101,114,58,123,100,101,101,112,58,33,48,44,104,97,110,100,108,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,99,111,109,112,117,116,101,100,70,105,108,116,101,114,68,101,98,111,117,110,99,101,59,116,104,105,115,46,99,108,101,97,114,70,105,108,116,101,114,84,105,109,101,114,40,41,44,110,38,38,110,62,48,63,116,104,105,115,46,36,95,102,105,108,116,101,114,84,105,109,101,114,61,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,108,111,99,97,108,70,105,108,116,101,114,61,101,46,102,105,108,116,101,114,83,97,110,105,116,105,122,101,40,116,41,125,41,44,110,41,58,116,104,105,115,46,108,111,99,97,108,70,105,108,116,101,114,61,116,104,105,115,46,102,105,108,116,101,114,83,97,110,105,116,105,122,101,40,116,41,125,125,44,102,105,108,116,101,114,101,100,67,104,101,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,102,105,108,116,101,114,101,100,73,116,101,109,115,44,110,61,116,46,108,111,99,97,108,70,105,108,116,101,114,44,114,61,33,49,59,110,63,119,108,40,110,44,91,93,41,124,124,119,108,40,110,44,123,125,41,63,114,61,33,49,58,110,38,38,40,114,61,33,48,41,58,114,61,33,49,44,114,38,38,116,104,105,115,46,36,101,109,105,116,40,95,105,44,101,44,101,46,108,101,110,103,116,104,41,44,116,104,105,115,46,105,115,70,105,108,116,101,114,101,100,61,114,125,44,105,115,70,105,108,116,101,114,101,100,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,49,61,61,61,116,38,38,33,48,61,61,61,101,41,123,118,97,114,32,110,61,116,104,105,115,46,108,111,99,97,108,73,116,101,109,115,59,116,104,105,115,46,36,101,109,105,116,40,95,105,44,110,44,110,46,108,101,110,103,116,104,41,125,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,95,102,105,108,116,101,114,84,105,109,101,114,61,110,117,108,108,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,105,115,70,105,108,116,101,114,101,100,61,66,111,111,108,101,97,110,40,116,46,108,111,99,97,108,70,105,108,116,101,114,41,125,41,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,108,101,97,114,70,105,108,116,101,114,84,105,109,101,114,40,41,125,44,109,101,116,104,111,100,115,58,123,99,108,101,97,114,70,105,108,116,101,114,84,105,109,101,114,58,102,117,110,99,116,105,111,110,40,41,123,99,108,101,97,114,84,105,109,101,111,117,116,40,116,104,105,115,46,36,95,102,105,108,116,101,114,84,105,109,101,114,41,44,116,104,105,115,46,36,95,102,105,108,116,101,114,84,105,109,101,114,61,110,117,108,108,125,44,102,105,108,116,101,114,83,97,110,105,116,105,122,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,116,104,105,115,46,108,111,99,97,108,70,105,108,116,101,114,105,110,103,124,124,116,104,105,115,46,108,111,99,97,108,70,105,108,116,101,114,70,110,124,124,79,116,40,116,41,124,124,68,116,40,116,41,63,97,101,40,116,41,58,34,34,125,44,102,105,108,116,101,114,70,110,70,97,99,116,111,114,121,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,116,124,124,33,95,116,40,116,41,124,124,33,101,124,124,119,108,40,101,44,91,93,41,124,124,119,108,40,101,44,123,125,41,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,110,61,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,40,110,44,101,41,125,59,114,101,116,117,114,110,32,110,125,44,100,101,102,97,117,108,116,70,105,108,116,101,114,70,110,70,97,99,116,111,114,121,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,105,102,40,33,116,124,124,33,79,116,40,116,41,38,38,33,68,116,40,116,41,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,110,61,116,59,105,102,40,79,116,40,110,41,41,123,118,97,114,32,114,61,111,115,40,116,41,46,114,101,112,108,97,99,101,40,77,44,34,92,92,115,43,34,41,59,110,61,110,101,119,32,82,101,103,69,120,112,40,34,46,42,34,46,99,111,110,99,97,116,40,114,44,34,46,42,34,41,44,34,105,34,41,125,118,97,114,32,105,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,46,108,97,115,116,73,110,100,101,120,61,48,44,110,46,116,101,115,116,40,68,106,40,116,44,101,46,99,111,109,112,117,116,101,100,70,105,108,116,101,114,73,103,110,111,114,101,100,44,101,46,99,111,109,112,117,116,101,100,70,105,108,116,101,114,73,110,99,108,117,100,101,100,44,101,46,99,111,109,112,117,116,101,100,70,105,101,108,100,115,79,98,106,41,41,125,59,114,101,116,117,114,110,32,105,125,125,125,41,44,86,106,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,110,117,108,108,59,114,101,116,117,114,110,32,79,116,40,101,41,63,110,61,123,107,101,121,58,116,44,108,97,98,101,108,58,101,125,58,95,116,40,101,41,63,110,61,123,107,101,121,58,116,44,102,111,114,109,97,116,116,101,114,58,101,125,58,80,116,40,101,41,63,40,110,61,87,116,40,101,41,44,110,46,107,101,121,61,110,46,107,101,121,124,124,116,41,58,33,49,33,61,61,101,38,38,40,110,61,123,107,101,121,58,116,125,41,44,110,125,44,72,106,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,91,93,59,105,102,40,67,116,40,116,41,38,38,116,46,102,105,108,116,101,114,40,115,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,79,116,40,116,41,41,110,46,112,117,115,104,40,123,107,101,121,58,116,44,108,97,98,101,108,58,110,115,40,116,41,125,41,59,101,108,115,101,32,105,102,40,80,116,40,116,41,38,38,116,46,107,101,121,38,38,79,116,40,116,46,107,101,121,41,41,110,46,112,117,115,104,40,87,116,40,116,41,41,59,101,108,115,101,32,105,102,40,80,116,40,116,41,38,38,49,61,61,61,86,116,40,116,41,46,108,101,110,103,116,104,41,123,118,97,114,32,101,61,86,116,40,116,41,91,48,93,44,114,61,86,106,40,101,44,116,91,101,93,41,59,114,38,38,110,46,112,117,115,104,40,114,41,125,125,41,41,44,48,61,61,61,110,46,108,101,110,103,116,104,38,38,67,116,40,101,41,38,38,101,46,108,101,110,103,116,104,62,48,41,123,118,97,114,32,114,61,101,91,48,93,59,86,116,40,114,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,106,106,91,116,93,124,124,110,46,112,117,115,104,40,123,107,101,121,58,116,44,108,97,98,101,108,58,110,115,40,116,41,125,41,125,41,41,125,118,97,114,32,105,61,123,125,59,114,101,116,117,114,110,32,110,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,105,91,116,46,107,101,121,93,38,38,40,105,91,116,46,107,101,121,93,61,33,48,44,116,46,108,97,98,101,108,61,79,116,40,116,46,108,97,98,101,108,41,63,116,46,108,97,98,101,108,58,110,115,40,116,46,107,101,121,41,44,33,48,41,125,41,41,125,59,102,117,110,99,116,105,111,110,32,85,106,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,87,106,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,85,106,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,113,106,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,85,106,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,113,106,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,71,106,61,103,99,40,34,118,97,108,117,101,34,44,123,116,121,112,101,58,112,111,44,100,101,102,97,117,108,116,86,97,108,117,101,58,91,93,125,41,44,89,106,61,71,106,46,109,105,120,105,110,44,75,106,61,71,106,46,112,114,111,112,115,44,88,106,61,71,106,46,112,114,111,112,44,90,106,61,71,106,46,101,118,101,110,116,44,74,106,61,75,116,40,87,106,40,87,106,40,123,125,44,75,106,41,44,123,125,44,113,106,40,123,102,105,101,108,100,115,58,99,99,40,112,111,44,110,117,108,108,41,44,105,116,101,109,115,58,99,99,40,112,111,44,91,93,41,44,112,114,105,109,97,114,121,75,101,121,58,99,99,40,95,111,41,125,44,88,106,44,99,99,40,112,111,44,91,93,41,41,41,41,44,81,106,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,109,105,120,105,110,115,58,91,89,106,93,44,112,114,111,112,115,58,74,106,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,105,116,101,109,115,59,114,101,116,117,114,110,123,108,111,99,97,108,73,116,101,109,115,58,67,116,40,116,41,63,116,46,115,108,105,99,101,40,41,58,91,93,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,109,112,117,116,101,100,70,105,101,108,100,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,72,106,40,116,104,105,115,46,102,105,101,108,100,115,44,116,104,105,115,46,108,111,99,97,108,73,116,101,109,115,41,125,44,99,111,109,112,117,116,101,100,70,105,101,108,100,115,79,98,106,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,112,97,114,101,110,116,59,114,101,116,117,114,110,32,116,104,105,115,46,99,111,109,112,117,116,101,100,70,105,101,108,100,115,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,105,102,40,101,91,110,46,107,101,121,93,61,87,116,40,110,41,44,110,46,102,111,114,109,97,116,116,101,114,41,123,118,97,114,32,114,61,110,46,102,111,114,109,97,116,116,101,114,59,79,116,40,114,41,38,38,95,116,40,116,91,114,93,41,63,114,61,116,91,114,93,58,95,116,40,114,41,124,124,40,114,61,118,111,105,100,32,48,41,44,101,91,110,46,107,101,121,93,46,102,111,114,109,97,116,116,101,114,61,114,125,114,101,116,117,114,110,32,101,125,41,44,123,125,41,125,44,99,111,109,112,117,116,101,100,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,40,116,104,105,115,46,112,97,103,105,110,97,116,101,100,73,116,101,109,115,124,124,116,104,105,115,46,115,111,114,116,101,100,73,116,101,109,115,124,124,116,104,105,115,46,102,105,108,116,101,114,101,100,73,116,101,109,115,124,124,116,104,105,115,46,108,111,99,97,108,73,116,101,109,115,124,124,91,93,41,46,115,108,105,99,101,40,41,125,44,99,111,110,116,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,102,105,108,116,101,114,58,116,104,105,115,46,108,111,99,97,108,70,105,108,116,101,114,44,115,111,114,116,66,121,58,116,104,105,115,46,108,111,99,97,108,83,111,114,116,66,121,44,115,111,114,116,68,101,115,99,58,116,104,105,115,46,108,111,99,97,108,83,111,114,116,68,101,115,99,44,112,101,114,80,97,103,101,58,81,99,40,90,97,40,116,104,105,115,46,112,101,114,80,97,103,101,44,48,41,44,48,41,44,99,117,114,114,101,110,116,80,97,103,101,58,81,99,40,90,97,40,116,104,105,115,46,99,117,114,114,101,110,116,80,97,103,101,44,48,41,44,49,41,44,97,112,105,85,114,108,58,116,104,105,115,46,97,112,105,85,114,108,125,125,125,44,119,97,116,99,104,58,123,105,116,101,109,115,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,108,111,99,97,108,73,116,101,109,115,61,67,116,40,116,41,63,116,46,115,108,105,99,101,40,41,58,91,93,125,44,99,111,109,112,117,116,101,100,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,119,108,40,116,44,101,41,124,124,116,104,105,115,46,36,101,109,105,116,40,90,106,44,116,41,125,44,99,111,110,116,101,120,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,119,108,40,116,44,101,41,124,124,116,104,105,115,46,36,101,109,105,116,40,100,105,44,116,41,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,101,109,105,116,40,90,106,44,116,104,105,115,46,99,111,109,112,117,116,101,100,73,116,101,109,115,41,125,44,109,101,116,104,111,100,115,58,123,103,101,116,70,105,101,108,100,70,111,114,109,97,116,116,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,99,111,109,112,117,116,101,100,70,105,101,108,100,115,79,98,106,91,116,93,59,114,101,116,117,114,110,32,101,63,101,46,102,111,114,109,97,116,116,101,114,58,118,111,105,100,32,48,125,125,125,41,44,116,69,61,123,99,117,114,114,101,110,116,80,97,103,101,58,99,99,40,65,111,44,49,41,44,112,101,114,80,97,103,101,58,99,99,40,65,111,44,48,41,125,44,101,69,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,116,69,44,99,111,109,112,117,116,101,100,58,123,108,111,99,97,108,80,97,103,105,110,103,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,104,97,115,80,114,111,118,105,100,101,114,124,124,33,33,116,104,105,115,46,110,111,80,114,111,118,105,100,101,114,80,97,103,105,110,103,125,44,112,97,103,105,110,97,116,101,100,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,115,111,114,116,101,100,73,116,101,109,115,124,124,116,104,105,115,46,102,105,108,116,101,114,101,100,73,116,101,109,115,124,124,116,104,105,115,46,108,111,99,97,108,73,116,101,109,115,124,124,91,93,44,101,61,81,99,40,90,97,40,116,104,105,115,46,99,117,114,114,101,110,116,80,97,103,101,44,49,41,44,49,41,44,110,61,81,99,40,90,97,40,116,104,105,115,46,112,101,114,80,97,103,101,44,48,41,44,48,41,59,114,101,116,117,114,110,32,116,104,105,115,46,108,111,99,97,108,80,97,103,105,110,103,38,38,110,38,38,40,116,61,116,46,115,108,105,99,101,40,40,101,45,49,41,42,110,44,101,42,110,41,41,44,116,125,125,125,41,44,110,69,61,67,99,40,68,114,44,78,105,41,44,114,69,61,80,99,40,68,114,44,82,105,41,44,105,69,61,123,97,112,105,85,114,108,58,99,99,40,95,111,41,44,105,116,101,109,115,58,99,99,40,120,111,44,91,93,41,44,110,111,80,114,111,118,105,100,101,114,70,105,108,116,101,114,105,110,103,58,99,99,40,118,111,44,33,49,41,44,110,111,80,114,111,118,105,100,101,114,80,97,103,105,110,103,58,99,99,40,118,111,44,33,49,41,44,110,111,80,114,111,118,105,100,101,114,83,111,114,116,105,110,103,58,99,99,40,118,111,44,33,49,41,125,44,111,69,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,109,105,120,105,110,115,58,91,67,108,93,44,112,114,111,112,115,58,105,69,44,99,111,109,112,117,116,101,100,58,123,104,97,115,80,114,111,118,105,100,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,95,116,40,116,104,105,115,46,105,116,101,109,115,41,125,44,112,114,111,118,105,100,101,114,84,114,105,103,103,101,114,67,111,110,116,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,123,97,112,105,85,114,108,58,116,104,105,115,46,97,112,105,85,114,108,44,102,105,108,116,101,114,58,110,117,108,108,44,115,111,114,116,66,121,58,110,117,108,108,44,115,111,114,116,68,101,115,99,58,110,117,108,108,44,112,101,114,80,97,103,101,58,110,117,108,108,44,99,117,114,114,101,110,116,80,97,103,101,58,110,117,108,108,125,59,114,101,116,117,114,110,32,116,104,105,115,46,110,111,80,114,111,118,105,100,101,114,70,105,108,116,101,114,105,110,103,124,124,40,116,46,102,105,108,116,101,114,61,116,104,105,115,46,108,111,99,97,108,70,105,108,116,101,114,41,44,116,104,105,115,46,110,111,80,114,111,118,105,100,101,114,83,111,114,116,105,110,103,124,124,40,116,46,115,111,114,116,66,121,61,116,104,105,115,46,108,111,99,97,108,83,111,114,116,66,121,44,116,46,115,111,114,116,68,101,115,99,61,116,104,105,115,46,108,111,99,97,108,83,111,114,116,68,101,115,99,41,44,116,104,105,115,46,110,111,80,114,111,118,105,100,101,114,80,97,103,105,110,103,124,124,40,116,46,112,101,114,80,97,103,101,61,116,104,105,115,46,112,101,114,80,97,103,101,44,116,46,99,117,114,114,101,110,116,80,97,103,101,61,116,104,105,115,46,99,117,114,114,101,110,116,80,97,103,101,41,44,87,116,40,116,41,125,125,44,119,97,116,99,104,58,123,105,116,101,109,115,58,102,117,110,99,116,105,111,110,40,116,41,123,40,116,104,105,115,46,104,97,115,80,114,111,118,105,100,101,114,124,124,95,116,40,116,41,41,38,38,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,116,104,105,115,46,95,112,114,111,118,105,100,101,114,85,112,100,97,116,101,41,125,44,112,114,111,118,105,100,101,114,84,114,105,103,103,101,114,67,111,110,116,101,120,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,119,108,40,116,44,101,41,124,124,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,116,104,105,115,46,95,112,114,111,118,105,100,101,114,85,112,100,97,116,101,41,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,33,116,104,105,115,46,104,97,115,80,114,111,118,105,100,101,114,124,124,116,104,105,115,46,108,111,99,97,108,73,116,101,109,115,38,38,48,33,61,61,116,104,105,115,46,108,111,99,97,108,73,116,101,109,115,46,108,101,110,103,116,104,124,124,116,104,105,115,46,95,112,114,111,118,105,100,101,114,85,112,100,97,116,101,40,41,44,116,104,105,115,46,108,105,115,116,101,110,79,110,82,111,111,116,40,114,69,44,40,102,117,110,99,116,105,111,110,40,101,41,123,101,33,61,61,116,46,105,100,38,38,101,33,61,61,116,124,124,116,46,114,101,102,114,101,115,104,40,41,125,41,41,125,44,109,101,116,104,111,100,115,58,123,114,101,102,114,101,115,104,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,105,116,101,109,115,44,101,61,116,104,105,115,46,114,101,102,114,101,115,104,59,116,104,105,115,46,36,111,102,102,40,78,105,44,101,41,44,116,104,105,115,46,99,111,109,112,117,116,101,100,66,117,115,121,63,116,104,105,115,46,108,111,99,97,108,66,117,115,121,38,38,116,104,105,115,46,104,97,115,80,114,111,118,105,100,101,114,38,38,116,104,105,115,46,36,111,110,40,78,105,44,101,41,58,40,116,104,105,115,46,99,108,101,97,114,83,101,108,101,99,116,101,100,40,41,44,116,104,105,115,46,104,97,115,80,114,111,118,105,100,101,114,63,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,116,104,105,115,46,95,112,114,111,118,105,100,101,114,85,112,100,97,116,101,41,58,116,104,105,115,46,108,111,99,97,108,73,116,101,109,115,61,67,116,40,116,41,63,116,46,115,108,105,99,101,40,41,58,91,93,41,125,44,95,112,114,111,118,105,100,101,114,83,101,116,76,111,99,97,108,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,108,111,99,97,108,73,116,101,109,115,61,67,116,40,116,41,63,116,46,115,108,105,99,101,40,41,58,91,93,44,116,104,105,115,46,108,111,99,97,108,66,117,115,121,61,33,49,44,116,104,105,115,46,36,101,109,105,116,40,78,105,41,44,116,104,105,115,46,105,100,38,38,116,104,105,115,46,101,109,105,116,79,110,82,111,111,116,40,110,69,44,116,104,105,115,46,105,100,41,125,44,95,112,114,111,118,105,100,101,114,85,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,104,97,115,80,114,111,118,105,100,101,114,38,38,40,116,104,105,115,46,99,111,109,112,117,116,101,100,66,117,115,121,63,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,116,104,105,115,46,114,101,102,114,101,115,104,41,58,40,116,104,105,115,46,108,111,99,97,108,66,117,115,121,61,33,48,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,114,121,123,118,97,114,32,101,61,116,46,105,116,101,109,115,40,116,46,99,111,110,116,101,120,116,44,116,46,95,112,114,111,118,105,100,101,114,83,101,116,76,111,99,97,108,41,59,76,116,40,101,41,63,101,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,95,112,114,111,118,105,100,101,114,83,101,116,76,111,99,97,108,40,101,41,125,41,41,58,67,116,40,101,41,63,116,46,95,112,114,111,118,105,100,101,114,83,101,116,76,111,99,97,108,40,101,41,58,50,33,61,61,116,46,105,116,101,109,115,46,108,101,110,103,116,104,38,38,40,102,101,40,34,80,114,111,118,105,100,101,114,32,102,117,110,99,116,105,111,110,32,100,105,100,110,39,116,32,114,101,113,117,101,115,116,32,99,97,108,108,98,97,99,107,32,97,110,100,32,100,105,100,32,110,111,116,32,114,101,116,117,114,110,32,97,32,112,114,111,109,105,115,101,32,111,114,32,100,97,116,97,46,34,44,68,114,41,44,116,46,108,111,99,97,108,66,117,115,121,61,33,49,41,125,99,97,116,99,104,40,110,41,123,102,101,40,34,80,114,111,118,105,100,101,114,32,102,117,110,99,116,105,111,110,32,101,114,114,111,114,32,91,34,46,99,111,110,99,97,116,40,110,46,110,97,109,101,44,34,93,32,34,41,46,99,111,110,99,97,116,40,110,46,109,101,115,115,97,103,101,44,34,46,34,41,44,68,114,41,44,116,46,108,111,99,97,108,66,117,115,121,61,33,49,44,116,46,36,111,102,102,40,78,105,44,116,46,114,101,102,114,101,115,104,41,125,125,41,41,41,41,125,125,125,41,59,102,117,110,99,116,105,111,110,32,97,69,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,115,69,44,99,69,44,117,69,61,91,34,114,97,110,103,101,34,44,34,109,117,108,116,105,34,44,34,115,105,110,103,108,101,34,93,44,108,69,61,123,110,111,83,101,108,101,99,116,79,110,67,108,105,99,107,58,99,99,40,118,111,44,33,49,41,44,115,101,108,101,99,116,77,111,100,101,58,99,99,40,95,111,44,34,109,117,108,116,105,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,113,97,40,117,69,44,116,41,125,41,41,44,115,101,108,101,99,116,97,98,108,101,58,99,99,40,118,111,44,33,49,41,44,115,101,108,101,99,116,101,100,86,97,114,105,97,110,116,58,99,99,40,95,111,44,34,97,99,116,105,118,101,34,41,125,44,102,69,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,108,69,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,115,101,108,101,99,116,101,100,82,111,119,115,58,91,93,44,115,101,108,101,99,116,101,100,76,97,115,116,82,111,119,58,45,49,125,125,44,99,111,109,112,117,116,101,100,58,123,105,115,83,101,108,101,99,116,97,98,108,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,101,108,101,99,116,97,98,108,101,38,38,116,104,105,115,46,115,101,108,101,99,116,77,111,100,101,125,44,104,97,115,83,101,108,101,99,116,97,98,108,101,82,111,119,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,115,83,101,108,101,99,116,97,98,108,101,38,38,33,116,104,105,115,46,110,111,83,101,108,101,99,116,79,110,67,108,105,99,107,125,44,115,117,112,112,111,114,116,115,83,101,108,101,99,116,97,98,108,101,82,111,119,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,125,44,115,101,108,101,99,116,97,98,108,101,72,97,115,83,101,108,101,99,116,105,111,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,115,101,108,101,99,116,101,100,82,111,119,115,59,114,101,116,117,114,110,32,116,104,105,115,46,105,115,83,101,108,101,99,116,97,98,108,101,38,38,116,38,38,116,46,108,101,110,103,116,104,62,48,38,38,116,46,115,111,109,101,40,115,101,41,125,44,115,101,108,101,99,116,97,98,108,101,73,115,77,117,108,116,105,83,101,108,101,99,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,115,83,101,108,101,99,116,97,98,108,101,38,38,113,97,40,91,34,114,97,110,103,101,34,44,34,109,117,108,116,105,34,93,44,116,104,105,115,46,115,101,108,101,99,116,77,111,100,101,41,125,44,115,101,108,101,99,116,97,98,108,101,84,97,98,108,101,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,116,104,105,115,46,105,115,83,101,108,101,99,116,97,98,108,101,59,114,101,116,117,114,110,32,116,61,123,34,98,45,116,97,98,108,101,45,115,101,108,101,99,116,97,98,108,101,34,58,101,125,44,97,69,40,116,44,34,98,45,116,97,98,108,101,45,115,101,108,101,99,116,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,115,101,108,101,99,116,77,111,100,101,41,44,101,41,44,97,69,40,116,44,34,98,45,116,97,98,108,101,45,115,101,108,101,99,116,105,110,103,34,44,116,104,105,115,46,115,101,108,101,99,116,97,98,108,101,72,97,115,83,101,108,101,99,116,105,111,110,41,44,97,69,40,116,44,34,98,45,116,97,98,108,101,45,115,101,108,101,99,116,97,98,108,101,45,110,111,45,99,108,105,99,107,34,44,101,38,38,33,116,104,105,115,46,104,97,115,83,101,108,101,99,116,97,98,108,101,82,111,119,67,108,105,99,107,41,44,116,125,44,115,101,108,101,99,116,97,98,108,101,84,97,98,108,101,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,34,97,114,105,97,45,109,117,108,116,105,115,101,108,101,99,116,97,98,108,101,34,58,116,104,105,115,46,105,115,83,101,108,101,99,116,97,98,108,101,63,116,104,105,115,46,115,101,108,101,99,116,97,98,108,101,73,115,77,117,108,116,105,83,101,108,101,99,116,63,34,116,114,117,101,34,58,34,102,97,108,115,101,34,58,110,117,108,108,125,125,125,44,119,97,116,99,104,58,123,99,111,109,112,117,116,101,100,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,33,49,59,105,102,40,116,104,105,115,46,105,115,83,101,108,101,99,116,97,98,108,101,38,38,116,104,105,115,46,115,101,108,101,99,116,101,100,82,111,119,115,46,108,101,110,103,116,104,62,48,41,123,110,61,67,116,40,116,41,38,38,67,116,40,101,41,38,38,116,46,108,101,110,103,116,104,61,61,61,101,46,108,101,110,103,116,104,59,102,111,114,40,118,97,114,32,114,61,48,59,110,38,38,114,60,116,46,108,101,110,103,116,104,59,114,43,43,41,110,61,119,108,40,65,106,40,116,91,114,93,41,44,65,106,40,101,91,114,93,41,41,125,110,124,124,116,104,105,115,46,99,108,101,97,114,83,101,108,101,99,116,101,100,40,41,125,44,115,101,108,101,99,116,97,98,108,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,99,108,101,97,114,83,101,108,101,99,116,101,100,40,41,44,116,104,105,115,46,115,101,116,83,101,108,101,99,116,105,111,110,72,97,110,100,108,101,114,115,40,116,41,125,44,115,101,108,101,99,116,77,111,100,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,108,101,97,114,83,101,108,101,99,116,101,100,40,41,125,44,104,97,115,83,101,108,101,99,116,97,98,108,101,82,111,119,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,99,108,101,97,114,83,101,108,101,99,116,101,100,40,41,44,116,104,105,115,46,115,101,116,83,101,108,101,99,116,105,111,110,72,97,110,100,108,101,114,115,40,33,116,41,125,44,115,101,108,101,99,116,101,100,82,111,119,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,105,102,40,116,104,105,115,46,105,115,83,101,108,101,99,116,97,98,108,101,38,38,33,119,108,40,116,44,101,41,41,123,118,97,114,32,114,61,91,93,59,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,38,38,114,46,112,117,115,104,40,110,46,99,111,109,112,117,116,101,100,73,116,101,109,115,91,101,93,41,125,41,41,44,116,104,105,115,46,36,101,109,105,116,40,71,105,44,114,41,125,125,125,44,98,101,102,111,114,101,77,111,117,110,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,83,101,108,101,99,116,97,98,108,101,38,38,116,104,105,115,46,115,101,116,83,101,108,101,99,116,105,111,110,72,97,110,100,108,101,114,115,40,33,48,41,125,44,109,101,116,104,111,100,115,58,123,115,101,108,101,99,116,82,111,119,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,104,105,115,46,105,115,83,101,108,101,99,116,97,98,108,101,38,38,83,116,40,116,41,38,38,116,62,61,48,38,38,116,60,116,104,105,115,46,99,111,109,112,117,116,101,100,73,116,101,109,115,46,108,101,110,103,116,104,38,38,33,116,104,105,115,46,105,115,82,111,119,83,101,108,101,99,116,101,100,40,116,41,41,123,118,97,114,32,101,61,116,104,105,115,46,115,101,108,101,99,116,97,98,108,101,73,115,77,117,108,116,105,83,101,108,101,99,116,63,116,104,105,115,46,115,101,108,101,99,116,101,100,82,111,119,115,46,115,108,105,99,101,40,41,58,91,93,59,101,91,116,93,61,33,48,44,116,104,105,115,46,115,101,108,101,99,116,101,100,76,97,115,116,67,108,105,99,107,101,100,61,45,49,44,116,104,105,115,46,115,101,108,101,99,116,101,100,82,111,119,115,61,101,125,125,44,117,110,115,101,108,101,99,116,82,111,119,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,104,105,115,46,105,115,83,101,108,101,99,116,97,98,108,101,38,38,83,116,40,116,41,38,38,116,104,105,115,46,105,115,82,111,119,83,101,108,101,99,116,101,100,40,116,41,41,123,118,97,114,32,101,61,116,104,105,115,46,115,101,108,101,99,116,101,100,82,111,119,115,46,115,108,105,99,101,40,41,59,101,91,116,93,61,33,49,44,116,104,105,115,46,115,101,108,101,99,116,101,100,76,97,115,116,67,108,105,99,107,101,100,61,45,49,44,116,104,105,115,46,115,101,108,101,99,116,101,100,82,111,119,115,61,101,125,125,44,115,101,108,101,99,116,65,108,108,82,111,119,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,73,116,101,109,115,46,108,101,110,103,116,104,59,116,104,105,115,46,105,115,83,101,108,101,99,116,97,98,108,101,38,38,116,62,48,38,38,40,116,104,105,115,46,115,101,108,101,99,116,101,100,76,97,115,116,67,108,105,99,107,101,100,61,45,49,44,116,104,105,115,46,115,101,108,101,99,116,101,100,82,111,119,115,61,116,104,105,115,46,115,101,108,101,99,116,97,98,108,101,73,115,77,117,108,116,105,83,101,108,101,99,116,63,89,97,40,116,44,33,48,41,58,91,33,48,93,41,125,44,105,115,82,111,119,83,101,108,101,99,116,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,40,33,83,116,40,116,41,124,124,33,116,104,105,115,46,115,101,108,101,99,116,101,100,82,111,119,115,91,116,93,41,125,44,99,108,101,97,114,83,101,108,101,99,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,108,101,99,116,101,100,76,97,115,116,67,108,105,99,107,101,100,61,45,49,44,116,104,105,115,46,115,101,108,101,99,116,101,100,82,111,119,115,61,91,93,125,44,115,101,108,101,99,116,97,98,108,101,82,111,119,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,104,105,115,46,105,115,83,101,108,101,99,116,97,98,108,101,38,38,116,104,105,115,46,105,115,82,111,119,83,101,108,101,99,116,101,100,40,116,41,41,123,118,97,114,32,101,61,116,104,105,115,46,115,101,108,101,99,116,101,100,86,97,114,105,97,110,116,59,114,101,116,117,114,110,32,97,69,40,123,34,98,45,116,97,98,108,101,45,114,111,119,45,115,101,108,101,99,116,101,100,34,58,33,48,125,44,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,100,97,114,107,63,34,98,103,34,58,34,116,97,98,108,101,34,44,34,45,34,41,46,99,111,110,99,97,116,40,101,41,44,101,41,125,114,101,116,117,114,110,123,125,125,44,115,101,108,101,99,116,97,98,108,101,82,111,119,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,34,97,114,105,97,45,115,101,108,101,99,116,101,100,34,58,116,104,105,115,46,105,115,83,101,108,101,99,116,97,98,108,101,63,116,104,105,115,46,105,115,82,111,119,83,101,108,101,99,116,101,100,40,116,41,63,34,116,114,117,101,34,58,34,102,97,108,115,101,34,58,110,117,108,108,125,125,44,115,101,116,83,101,108,101,99,116,105,111,110,72,97,110,100,108,101,114,115,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,38,38,33,116,104,105,115,46,110,111,83,101,108,101,99,116,79,110,67,108,105,99,107,63,34,36,111,110,34,58,34,36,111,102,102,34,59,116,104,105,115,91,101,93,40,86,105,44,116,104,105,115,46,115,101,108,101,99,116,105,111,110,72,97,110,100,108,101,114,41,44,116,104,105,115,91,101,93,40,95,105,44,116,104,105,115,46,99,108,101,97,114,83,101,108,101,99,116,101,100,41,44,116,104,105,115,91,101,93,40,100,105,44,116,104,105,115,46,99,108,101,97,114,83,101,108,101,99,116,101,100,41,125,44,115,101,108,101,99,116,105,111,110,72,97,110,100,108,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,116,104,105,115,46,105,115,83,101,108,101,99,116,97,98,108,101,38,38,33,116,104,105,115,46,110,111,83,101,108,101,99,116,79,110,67,108,105,99,107,41,123,118,97,114,32,114,61,116,104,105,115,46,115,101,108,101,99,116,77,111,100,101,44,105,61,116,104,105,115,46,115,101,108,101,99,116,101,100,76,97,115,116,82,111,119,44,111,61,116,104,105,115,46,115,101,108,101,99,116,101,100,82,111,119,115,46,115,108,105,99,101,40,41,44,97,61,33,111,91,101,93,59,105,102,40,34,115,105,110,103,108,101,34,61,61,61,114,41,111,61,91,93,59,101,108,115,101,32,105,102,40,34,114,97,110,103,101,34,61,61,61,114,41,105,102,40,105,62,45,49,38,38,110,46,115,104,105,102,116,75,101,121,41,123,102,111,114,40,118,97,114,32,115,61,74,99,40,105,44,101,41,59,115,60,61,81,99,40,105,44,101,41,59,115,43,43,41,111,91,115,93,61,33,48,59,97,61,33,48,125,101,108,115,101,32,110,46,99,116,114,108,75,101,121,124,124,110,46,109,101,116,97,75,101,121,124,124,40,111,61,91,93,44,97,61,33,48,41,44,116,104,105,115,46,115,101,108,101,99,116,101,100,76,97,115,116,82,111,119,61,97,63,101,58,45,49,59,111,91,101,93,61,97,44,116,104,105,115,46,115,101,108,101,99,116,101,100,82,111,119,115,61,111,125,101,108,115,101,32,116,104,105,115,46,99,108,101,97,114,83,101,108,101,99,116,101,100,40,41,125,125,125,41,44,104,69,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,91,101,44,116,93,125,41,41,46,115,111,114,116,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,40,116,91,49,93,44,101,91,49,93,41,124,124,116,91,48,93,45,101,91,48,93,125,46,98,105,110,100,40,101,41,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,91,49,93,125,41,41,125,44,100,69,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,119,116,40,116,41,63,34,34,58,107,116,40,116,41,63,74,97,40,116,44,116,41,58,116,125,44,112,69,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,123,125,44,114,61,110,46,115,111,114,116,66,121,44,105,61,118,111,105,100,32,48,61,61,61,114,63,110,117,108,108,58,114,44,111,61,110,46,102,111,114,109,97,116,116,101,114,44,97,61,118,111,105,100,32,48,61,61,61,111,63,110,117,108,108,58,111,44,115,61,110,46,108,111,99,97,108,101,44,99,61,118,111,105,100,32,48,61,61,61,115,63,118,111,105,100,32,48,58,115,44,117,61,110,46,108,111,99,97,108,101,79,112,116,105,111,110,115,44,108,61,118,111,105,100,32,48,61,61,61,117,63,123,125,58,117,44,102,61,110,46,110,117,108,108,76,97,115,116,44,104,61,118,111,105,100,32,48,33,61,61,102,38,38,102,44,100,61,117,101,40,116,44,105,44,110,117,108,108,41,44,112,61,117,101,40,101,44,105,44,110,117,108,108,41,59,114,101,116,117,114,110,32,95,116,40,97,41,38,38,40,100,61,97,40,100,44,105,44,116,41,44,112,61,97,40,112,44,105,44,101,41,41,44,100,61,100,69,40,100,41,44,112,61,100,69,40,112,41,44,106,116,40,100,41,38,38,106,116,40,112,41,124,124,83,116,40,100,41,38,38,83,116,40,112,41,63,100,60,112,63,45,49,58,100,62,112,63,49,58,48,58,104,38,38,34,34,61,61,61,100,38,38,34,34,33,61,61,112,63,49,58,104,38,38,34,34,33,61,61,100,38,38,34,34,61,61,61,112,63,45,49,58,120,106,40,100,41,46,108,111,99,97,108,101,67,111,109,112,97,114,101,40,120,106,40,112,41,44,99,44,108,41,125,59,102,117,110,99,116,105,111,110,32,118,69,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,103,69,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,118,69,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,109,69,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,118,69,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,109,69,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,98,69,61,34,115,111,114,116,66,121,34,44,121,69,61,115,111,43,98,69,44,119,69,61,34,115,111,114,116,68,101,115,99,34,44,95,69,61,115,111,43,119,69,44,120,69,61,34,97,115,99,34,44,79,69,61,34,100,101,115,99,34,44,83,69,61,34,108,97,115,116,34,44,107,69,61,91,120,69,44,79,69,44,83,69,93,44,67,69,61,40,115,69,61,123,108,97,98,101,108,83,111,114,116,65,115,99,58,99,99,40,95,111,44,34,67,108,105,99,107,32,116,111,32,115,111,114,116,32,65,115,99,101,110,100,105,110,103,34,41,44,108,97,98,101,108,83,111,114,116,67,108,101,97,114,58,99,99,40,95,111,44,34,67,108,105,99,107,32,116,111,32,99,108,101,97,114,32,115,111,114,116,105,110,103,34,41,44,108,97,98,101,108,83,111,114,116,68,101,115,99,58,99,99,40,95,111,44,34,67,108,105,99,107,32,116,111,32,115,111,114,116,32,68,101,115,99,101,110,100,105,110,103,34,41,44,110,111,70,111,111,116,101,114,83,111,114,116,105,110,103,58,99,99,40,118,111,44,33,49,41,44,110,111,76,111,99,97,108,83,111,114,116,105,110,103,58,99,99,40,118,111,44,33,49,41,44,110,111,83,111,114,116,82,101,115,101,116,58,99,99,40,118,111,44,33,49,41,125,44,109,69,40,115,69,44,98,69,44,99,99,40,95,111,41,41,44,109,69,40,115,69,44,34,115,111,114,116,67,111,109,112,97,114,101,34,44,99,99,40,109,111,41,41,44,109,69,40,115,69,44,34,115,111,114,116,67,111,109,112,97,114,101,76,111,99,97,108,101,34,44,99,99,40,107,111,41,41,44,109,69,40,115,69,44,34,115,111,114,116,67,111,109,112,97,114,101,79,112,116,105,111,110,115,34,44,99,99,40,121,111,44,123,110,117,109,101,114,105,99,58,33,48,125,41,41,44,109,69,40,115,69,44,119,69,44,99,99,40,118,111,44,33,49,41,41,44,109,69,40,115,69,44,34,115,111,114,116,68,105,114,101,99,116,105,111,110,34,44,99,99,40,95,111,44,120,69,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,113,97,40,107,69,44,116,41,125,41,41,41,44,109,69,40,115,69,44,34,115,111,114,116,73,99,111,110,76,101,102,116,34,44,99,99,40,118,111,44,33,49,41,41,44,109,69,40,115,69,44,34,115,111,114,116,78,117,108,108,76,97,115,116,34,44,99,99,40,118,111,44,33,49,41,41,44,115,69,41,44,80,69,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,67,69,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,99,97,108,83,111,114,116,66,121,58,116,104,105,115,91,98,69,93,124,124,34,34,44,108,111,99,97,108,83,111,114,116,68,101,115,99,58,116,104,105,115,91,119,69,93,124,124,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,108,111,99,97,108,83,111,114,116,105,110,103,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,104,97,115,80,114,111,118,105,100,101,114,63,33,33,116,104,105,115,46,110,111,80,114,111,118,105,100,101,114,83,111,114,116,105,110,103,58,33,116,104,105,115,46,110,111,76,111,99,97,108,83,111,114,116,105,110,103,125,44,105,115,83,111,114,116,97,98,108,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,111,109,112,117,116,101,100,70,105,101,108,100,115,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,111,114,116,97,98,108,101,125,41,41,125,44,115,111,114,116,101,100,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,108,111,99,97,108,83,111,114,116,66,121,44,101,61,116,104,105,115,46,108,111,99,97,108,83,111,114,116,68,101,115,99,44,110,61,116,104,105,115,46,115,111,114,116,67,111,109,112,97,114,101,76,111,99,97,108,101,44,114,61,116,104,105,115,46,115,111,114,116,78,117,108,108,76,97,115,116,44,105,61,116,104,105,115,46,115,111,114,116,67,111,109,112,97,114,101,44,111,61,116,104,105,115,46,108,111,99,97,108,83,111,114,116,105,110,103,44,97,61,40,116,104,105,115,46,102,105,108,116,101,114,101,100,73,116,101,109,115,124,124,116,104,105,115,46,108,111,99,97,108,73,116,101,109,115,124,124,91,93,41,46,115,108,105,99,101,40,41,44,115,61,103,69,40,103,69,40,123,125,44,116,104,105,115,46,115,111,114,116,67,111,109,112,97,114,101,79,112,116,105,111,110,115,41,44,123,125,44,123,117,115,97,103,101,58,34,115,111,114,116,34,125,41,59,105,102,40,116,38,38,111,41,123,118,97,114,32,99,61,116,104,105,115,46,99,111,109,112,117,116,101,100,70,105,101,108,100,115,79,98,106,91,116,93,124,124,123,125,44,117,61,99,46,115,111,114,116,66,121,70,111,114,109,97,116,116,101,100,44,108,61,95,116,40,117,41,63,117,58,117,63,116,104,105,115,46,103,101,116,70,105,101,108,100,70,111,114,109,97,116,116,101,114,40,116,41,58,118,111,105,100,32,48,59,114,101,116,117,114,110,32,104,69,40,97,44,40,102,117,110,99,116,105,111,110,40,111,44,97,41,123,118,97,114,32,99,61,110,117,108,108,59,114,101,116,117,114,110,32,95,116,40,105,41,38,38,40,99,61,105,40,111,44,97,44,116,44,101,44,108,44,115,44,110,41,41,44,40,119,116,40,99,41,124,124,33,49,61,61,61,99,41,38,38,40,99,61,112,69,40,111,44,97,44,123,115,111,114,116,66,121,58,116,44,102,111,114,109,97,116,116,101,114,58,108,44,108,111,99,97,108,101,58,110,44,108,111,99,97,108,101,79,112,116,105,111,110,115,58,115,44,110,117,108,108,76,97,115,116,58,114,125,41,41,44,40,99,124,124,48,41,42,40,101,63,45,49,58,49,41,125,41,41,125,114,101,116,117,114,110,32,97,125,125,44,119,97,116,99,104,58,40,99,69,61,123,105,115,83,111,114,116,97,98,108,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,63,116,104,105,115,46,105,115,83,111,114,116,97,98,108,101,38,38,116,104,105,115,46,36,111,110,40,107,105,44,116,104,105,115,46,104,97,110,100,108,101,83,111,114,116,41,58,116,104,105,115,46,36,111,102,102,40,107,105,44,116,104,105,115,46,104,97,110,100,108,101,83,111,114,116,41,125,125,44,109,69,40,99,69,44,119,69,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,33,61,61,116,104,105,115,46,108,111,99,97,108,83,111,114,116,68,101,115,99,38,38,40,116,104,105,115,46,108,111,99,97,108,83,111,114,116,68,101,115,99,61,116,124,124,33,49,41,125,41,41,44,109,69,40,99,69,44,98,69,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,33,61,61,116,104,105,115,46,108,111,99,97,108,83,111,114,116,66,121,38,38,40,116,104,105,115,46,108,111,99,97,108,83,111,114,116,66,121,61,116,124,124,34,34,41,125,41,41,44,109,69,40,99,69,44,34,108,111,99,97,108,83,111,114,116,68,101,115,99,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,116,104,105,115,46,36,101,109,105,116,40,95,69,44,116,41,125,41,41,44,109,69,40,99,69,44,34,108,111,99,97,108,83,111,114,116,66,121,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,116,104,105,115,46,36,101,109,105,116,40,121,69,44,116,41,125,41,41,44,99,69,41,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,83,111,114,116,97,98,108,101,38,38,116,104,105,115,46,36,111,110,40,107,105,44,116,104,105,115,46,104,97,110,100,108,101,83,111,114,116,41,125,44,109,101,116,104,111,100,115,58,123,104,97,110,100,108,101,83,111,114,116,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,104,105,115,59,105,102,40,116,104,105,115,46,105,115,83,111,114,116,97,98,108,101,38,38,40,33,114,124,124,33,116,104,105,115,46,110,111,70,111,111,116,101,114,83,111,114,116,105,110,103,41,41,123,118,97,114,32,111,61,33,49,44,97,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,101,46,115,111,114,116,68,105,114,101,99,116,105,111,110,124,124,105,46,115,111,114,116,68,105,114,101,99,116,105,111,110,59,116,61,61,61,120,69,63,105,46,108,111,99,97,108,83,111,114,116,68,101,115,99,61,33,49,58,116,61,61,61,79,69,38,38,40,105,46,108,111,99,97,108,83,111,114,116,68,101,115,99,61,33,48,41,125,59,105,102,40,101,46,115,111,114,116,97,98,108,101,41,123,118,97,114,32,115,61,33,116,104,105,115,46,108,111,99,97,108,83,111,114,116,105,110,103,38,38,101,46,115,111,114,116,75,101,121,63,101,46,115,111,114,116,75,101,121,58,116,59,116,104,105,115,46,108,111,99,97,108,83,111,114,116,66,121,61,61,61,115,63,116,104,105,115,46,108,111,99,97,108,83,111,114,116,68,101,115,99,61,33,116,104,105,115,46,108,111,99,97,108,83,111,114,116,68,101,115,99,58,40,116,104,105,115,46,108,111,99,97,108,83,111,114,116,66,121,61,115,44,97,40,41,41,44,111,61,33,48,125,101,108,115,101,32,116,104,105,115,46,108,111,99,97,108,83,111,114,116,66,121,38,38,33,116,104,105,115,46,110,111,83,111,114,116,82,101,115,101,116,38,38,40,116,104,105,115,46,108,111,99,97,108,83,111,114,116,66,121,61,34,34,44,97,40,41,44,111,61,33,48,41,59,111,38,38,116,104,105,115,46,36,101,109,105,116,40,116,111,44,116,104,105,115,46,99,111,110,116,101,120,116,41,125,125,44,115,111,114,116,84,104,101,97,100,84,104,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,123,34,98,45,116,97,98,108,101,45,115,111,114,116,45,105,99,111,110,45,108,101,102,116,34,58,101,46,115,111,114,116,97,98,108,101,38,38,116,104,105,115,46,115,111,114,116,73,99,111,110,76,101,102,116,38,38,33,40,110,38,38,116,104,105,115,46,110,111,70,111,111,116,101,114,83,111,114,116,105,110,103,41,125,125,44,115,111,114,116,84,104,101,97,100,84,104,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,33,116,104,105,115,46,105,115,83,111,114,116,97,98,108,101,124,124,110,38,38,116,104,105,115,46,110,111,70,111,111,116,101,114,83,111,114,116,105,110,103,41,114,101,116,117,114,110,123,125,59,118,97,114,32,114,61,101,46,115,111,114,116,97,98,108,101,44,105,61,114,38,38,116,104,105,115,46,108,111,99,97,108,83,111,114,116,66,121,61,61,61,116,63,116,104,105,115,46,108,111,99,97,108,83,111,114,116,68,101,115,99,63,34,100,101,115,99,101,110,100,105,110,103,34,58,34,97,115,99,101,110,100,105,110,103,34,58,114,63,34,110,111,110,101,34,58,110,117,108,108,59,114,101,116,117,114,110,123,34,97,114,105,97,45,115,111,114,116,34,58,105,125,125,44,115,111,114,116,84,104,101,97,100,84,104,76,97,98,101,108,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,33,116,104,105,115,46,105,115,83,111,114,116,97,98,108,101,124,124,110,38,38,116,104,105,115,46,110,111,70,111,111,116,101,114,83,111,114,116,105,110,103,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,114,61,101,46,115,111,114,116,97,98,108,101,44,105,61,34,34,59,105,102,40,114,41,105,102,40,116,104,105,115,46,108,111,99,97,108,83,111,114,116,66,121,61,61,61,116,41,105,61,116,104,105,115,46,108,111,99,97,108,83,111,114,116,68,101,115,99,63,116,104,105,115,46,108,97,98,101,108,83,111,114,116,65,115,99,58,116,104,105,115,46,108,97,98,101,108,83,111,114,116,68,101,115,99,59,101,108,115,101,123,105,61,116,104,105,115,46,108,111,99,97,108,83,111,114,116,68,101,115,99,63,116,104,105,115,46,108,97,98,101,108,83,111,114,116,68,101,115,99,58,116,104,105,115,46,108,97,98,101,108,83,111,114,116,65,115,99,59,118,97,114,32,111,61,116,104,105,115,46,115,111,114,116,68,105,114,101,99,116,105,111,110,124,124,101,46,115,111,114,116,68,105,114,101,99,116,105,111,110,59,111,61,61,61,120,69,63,105,61,116,104,105,115,46,108,97,98,101,108,83,111,114,116,65,115,99,58,111,61,61,61,79,69,38,38,40,105,61,116,104,105,115,46,108,97,98,101,108,83,111,114,116,68,101,115,99,41,125,101,108,115,101,32,116,104,105,115,46,110,111,83,111,114,116,82,101,115,101,116,124,124,40,105,61,116,104,105,115,46,108,111,99,97,108,83,111,114,116,66,121,63,116,104,105,115,46,108,97,98,101,108,83,111,114,116,67,108,101,97,114,58,34,34,41,59,114,101,116,117,114,110,32,99,115,40,105,41,124,124,110,117,108,108,125,125,125,41,59,102,117,110,99,116,105,111,110,32,84,69,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,106,69,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,84,69,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,69,69,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,84,69,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,69,69,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,65,69,61,104,99,40,123,116,98,111,100,121,84,114,97,110,115,105,116,105,111,110,72,97,110,100,108,101,114,115,58,99,99,40,121,111,41,44,116,98,111,100,121,84,114,97,110,115,105,116,105,111,110,80,114,111,112,115,58,99,99,40,121,111,41,125,44,70,114,41,44,68,69,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,70,114,44,109,105,120,105,110,115,58,91,107,108,44,80,108,44,121,99,93,44,112,114,111,118,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,98,118,84,97,98,108,101,82,111,119,71,114,111,117,112,58,116,104,105,115,125,125,44,105,110,106,101,99,116,58,123,98,118,84,97,98,108,101,58,123,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,125,125,125,125,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,65,69,44,99,111,109,112,117,116,101,100,58,123,105,115,84,98,111,100,121,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,125,44,105,115,68,97,114,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,46,100,97,114,107,125,44,105,115,83,116,97,99,107,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,46,105,115,83,116,97,99,107,101,100,125,44,105,115,82,101,115,112,111,110,115,105,118,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,46,105,115,82,101,115,112,111,110,115,105,118,101,125,44,105,115,83,116,105,99,107,121,72,101,97,100,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,49,125,44,104,97,115,83,116,105,99,107,121,72,101,97,100,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,105,115,83,116,97,99,107,101,100,38,38,116,104,105,115,46,98,118,84,97,98,108,101,46,115,116,105,99,107,121,72,101,97,100,101,114,125,44,116,97,98,108,101,86,97,114,105,97,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,46,116,97,98,108,101,86,97,114,105,97,110,116,125,44,105,115,84,114,97,110,115,105,116,105,111,110,71,114,111,117,112,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,116,98,111,100,121,84,114,97,110,115,105,116,105,111,110,80,114,111,112,115,124,124,116,104,105,115,46,116,98,111,100,121,84,114,97,110,115,105,116,105,111,110,72,97,110,100,108,101,114,115,125,44,116,98,111,100,121,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,106,69,40,123,114,111,108,101,58,34,114,111,119,103,114,111,117,112,34,125,44,116,104,105,115,46,98,118,65,116,116,114,115,41,125,44,116,98,111,100,121,80,114,111,112,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,116,98,111,100,121,84,114,97,110,115,105,116,105,111,110,80,114,111,112,115,59,114,101,116,117,114,110,32,116,63,106,69,40,106,69,40,123,125,44,116,41,44,123,125,44,123,116,97,103,58,34,116,98,111,100,121,34,125,41,58,123,125,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,123,112,114,111,112,115,58,116,104,105,115,46,116,98,111,100,121,80,114,111,112,115,44,97,116,116,114,115,58,116,104,105,115,46,116,98,111,100,121,65,116,116,114,115,125,59,114,101,116,117,114,110,32,116,104,105,115,46,105,115,84,114,97,110,115,105,116,105,111,110,71,114,111,117,112,63,40,101,46,111,110,61,116,104,105,115,46,116,98,111,100,121,84,114,97,110,115,105,116,105,111,110,72,97,110,100,108,101,114,115,124,124,123,125,44,101,46,110,97,116,105,118,101,79,110,61,116,104,105,115,46,98,118,76,105,115,116,101,110,101,114,115,41,58,101,46,111,110,61,116,104,105,115,46,98,118,76,105,115,116,101,110,101,114,115,44,116,40,116,104,105,115,46,105,115,84,114,97,110,115,105,116,105,111,110,71,114,111,117,112,63,34,116,114,97,110,115,105,116,105,111,110,45,103,114,111,117,112,34,58,34,116,98,111,100,121,34,44,101,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,41,125,125,41,44,76,69,61,91,34,84,68,34,44,34,84,72,34,44,34,84,82,34,93,44,77,69,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,116,124,124,33,116,46,116,97,114,103,101,116,41,114,101,116,117,114,110,33,49,59,118,97,114,32,101,61,116,46,116,97,114,103,101,116,59,105,102,40,101,46,100,105,115,97,98,108,101,100,124,124,45,49,33,61,61,76,69,46,105,110,100,101,120,79,102,40,101,46,116,97,103,78,97,109,101,41,41,114,101,116,117,114,110,33,49,59,105,102,40,80,115,40,34,46,100,114,111,112,100,111,119,110,45,109,101,110,117,34,44,101,41,41,114,101,116,117,114,110,33,48,59,118,97,114,32,110,61,34,76,65,66,69,76,34,61,61,61,101,46,116,97,103,78,97,109,101,63,101,58,80,115,40,34,108,97,98,101,108,34,44,101,41,59,105,102,40,110,41,123,118,97,114,32,114,61,73,115,40,110,44,34,102,111,114,34,41,44,105,61,114,63,106,115,40,114,41,58,107,115,40,34,105,110,112,117,116,44,32,115,101,108,101,99,116,44,32,116,101,120,116,97,114,101,97,34,44,110,41,59,105,102,40,105,38,38,33,105,46,100,105,115,97,98,108,101,100,41,114,101,116,117,114,110,33,48,125,114,101,116,117,114,110,32,67,115,40,101,44,69,106,41,125,44,73,69,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,100,111,99,117,109,101,110,116,44,101,61,86,115,40,41,59,114,101,116,117,114,110,33,33,40,101,38,38,34,34,33,61,61,101,46,116,111,83,116,114,105,110,103,40,41,46,116,114,105,109,40,41,38,38,101,46,99,111,110,116,97,105,110,115,78,111,100,101,38,38,109,115,40,116,41,41,38,38,101,46,99,111,110,116,97,105,110,115,78,111,100,101,40,116,44,33,48,41,125,44,36,69,61,104,99,40,117,106,44,82,114,41,44,70,69,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,82,114,44,101,120,116,101,110,100,115,58,108,106,44,112,114,111,112,115,58,36,69,44,99,111,109,112,117,116,101,100,58,123,116,97,103,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,116,104,34,125,125,125,41,59,102,117,110,99,116,105,111,110,32,66,69,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,82,69,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,66,69,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,78,69,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,66,69,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,78,69,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,102,117,110,99,116,105,111,110,32,122,69,40,116,41,123,114,101,116,117,114,110,32,87,69,40,116,41,124,124,85,69,40,116,41,124,124,72,69,40,116,41,124,124,86,69,40,41,125,102,117,110,99,116,105,111,110,32,86,69,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,115,112,114,101,97,100,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,46,92,110,73,110,32,111,114,100,101,114,32,116,111,32,98,101,32,105,116,101,114,97,98,108,101,44,32,110,111,110,45,97,114,114,97,121,32,111,98,106,101,99,116,115,32,109,117,115,116,32,104,97,118,101,32,97,32,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,32,109,101,116,104,111,100,46,34,41,125,102,117,110,99,116,105,111,110,32,72,69,40,116,44,101,41,123,105,102,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,113,69,40,116,44,101,41,59,118,97,114,32,110,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,59,114,101,116,117,114,110,34,79,98,106,101,99,116,34,61,61,61,110,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,40,110,61,116,46,99,111,110,115,116,114,117,99,116,111,114,46,110,97,109,101,41,44,34,77,97,112,34,61,61,61,110,124,124,34,83,101,116,34,61,61,61,110,63,65,114,114,97,121,46,102,114,111,109,40,116,41,58,34,65,114,103,117,109,101,110,116,115,34,61,61,61,110,124,124,47,94,40,63,58,85,105,124,73,41,110,116,40,63,58,56,124,49,54,124,51,50,41,40,63,58,67,108,97,109,112,101,100,41,63,65,114,114,97,121,36,47,46,116,101,115,116,40,110,41,63,113,69,40,116,44,101,41,58,118,111,105,100,32,48,125,125,102,117,110,99,116,105,111,110,32,85,69,40,116,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,116,41,41,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,40,116,41,125,102,117,110,99,116,105,111,110,32,87,69,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,114,101,116,117,114,110,32,113,69,40,116,41,125,102,117,110,99,116,105,111,110,32,113,69,40,116,44,101,41,123,40,110,117,108,108,61,61,101,124,124,101,62,116,46,108,101,110,103,116,104,41,38,38,40,101,61,116,46,108,101,110,103,116,104,41,59,102,111,114,40,118,97,114,32,110,61,48,44,114,61,110,101,119,32,65,114,114,97,121,40,101,41,59,110,60,101,59,110,43,43,41,114,91,110,93,61,116,91,110,93,59,114,101,116,117,114,110,32,114,125,118,97,114,32,71,69,61,123,100,101,116,97,105,108,115,84,100,67,108,97,115,115,58,99,99,40,83,111,41,44,116,98,111,100,121,84,114,65,116,116,114,58,99,99,40,76,111,41,44,116,98,111,100,121,84,114,67,108,97,115,115,58,99,99,40,91,93,46,99,111,110,99,97,116,40,122,69,40,83,111,41,44,91,109,111,93,41,41,125,44,89,69,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,71,69,44,109,101,116,104,111,100,115,58,123,103,101,116,84,100,86,97,108,117,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,104,105,115,46,36,112,97,114,101,110,116,59,105,102,40,110,41,123,118,97,114,32,111,61,117,101,40,116,44,101,44,34,34,41,59,114,101,116,117,114,110,32,95,116,40,110,41,63,110,40,111,44,101,44,116,41,58,79,116,40,110,41,38,38,95,116,40,105,91,110,93,41,63,105,91,110,93,40,111,44,101,44,116,41,58,110,125,114,101,116,117,114,110,32,114,125,44,103,101,116,84,104,86,97,108,117,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,116,104,105,115,46,36,112,97,114,101,110,116,59,105,102,40,110,41,123,118,97,114,32,97,61,117,101,40,116,44,101,44,34,34,41,59,114,101,116,117,114,110,32,95,116,40,110,41,63,110,40,97,44,101,44,116,44,114,41,58,79,116,40,110,41,38,38,95,116,40,111,91,110,93,41,63,111,91,110,93,40,97,44,101,44,116,44,114,41,58,110,125,114,101,116,117,114,110,32,105,125,44,103,101,116,70,111,114,109,97,116,116,101,100,86,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,107,101,121,44,114,61,116,104,105,115,46,103,101,116,70,105,101,108,100,70,111,114,109,97,116,116,101,114,40,110,41,44,105,61,117,101,40,116,44,110,44,110,117,108,108,41,59,114,101,116,117,114,110,32,95,116,40,114,41,38,38,40,105,61,114,40,105,44,110,44,116,41,41,44,119,116,40,105,41,63,34,34,58,105,125,44,116,111,103,103,108,101,68,101,116,97,105,108,115,70,97,99,116,111,114,121,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,116,38,38,110,46,36,115,101,116,40,101,44,84,106,44,33,101,91,84,106,93,41,125,125,44,114,111,119,72,111,118,101,114,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,116,98,111,100,121,82,111,119,69,118,116,83,116,111,112,112,101,100,40,116,41,124,124,116,104,105,115,46,101,109,105,116,84,98,111,100,121,82,111,119,69,118,101,110,116,40,87,105,44,116,41,125,44,114,111,119,85,110,104,111,118,101,114,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,116,98,111,100,121,82,111,119,69,118,116,83,116,111,112,112,101,100,40,116,41,124,124,116,104,105,115,46,101,109,105,116,84,98,111,100,121,82,111,119,69,118,101,110,116,40,89,105,44,116,41,125,44,114,101,110,100,101,114,84,98,111,100,121,82,111,119,67,101,108,108,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,104,105,115,44,111,61,116,104,105,115,46,105,115,83,116,97,99,107,101,100,44,97,61,116,46,107,101,121,44,115,61,116,46,108,97,98,101,108,44,99,61,116,46,105,115,82,111,119,72,101,97,100,101,114,44,117,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,108,61,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,76,97,41,44,102,61,116,104,105,115,46,103,101,116,70,111,114,109,97,116,116,101,100,86,97,108,117,101,40,110,44,116,41,44,104,61,33,111,38,38,40,116,104,105,115,46,105,115,82,101,115,112,111,110,115,105,118,101,124,124,116,104,105,115,46,115,116,105,99,107,121,72,101,97,100,101,114,41,38,38,116,46,115,116,105,99,107,121,67,111,108,117,109,110,44,100,61,104,63,99,63,70,69,58,108,106,58,99,63,34,116,104,34,58,34,116,100,34,44,112,61,110,91,67,106,93,38,38,110,91,67,106,93,91,97,93,63,110,91,67,106,93,91,97,93,58,116,46,118,97,114,105,97,110,116,124,124,110,117,108,108,44,118,61,123,99,108,97,115,115,58,91,116,46,99,108,97,115,115,63,116,46,99,108,97,115,115,58,34,34,44,116,104,105,115,46,103,101,116,84,100,86,97,108,117,101,115,40,110,44,97,44,116,46,116,100,67,108,97,115,115,44,34,34,41,93,44,112,114,111,112,115,58,123,125,44,97,116,116,114,115,58,82,69,40,123,34,97,114,105,97,45,99,111,108,105,110,100,101,120,34,58,83,116,114,105,110,103,40,101,43,49,41,125,44,99,63,116,104,105,115,46,103,101,116,84,104,86,97,108,117,101,115,40,110,44,97,44,116,46,116,104,65,116,116,114,44,34,114,111,119,34,44,123,125,41,58,116,104,105,115,46,103,101,116,84,100,86,97,108,117,101,115,40,110,44,97,44,116,46,116,100,65,116,116,114,44,123,125,41,41,44,107,101,121,58,34,114,111,119,45,34,46,99,111,110,99,97,116,40,114,44,34,45,99,101,108,108,45,34,41,46,99,111,110,99,97,116,40,101,44,34,45,34,41,46,99,111,110,99,97,116,40,97,41,125,59,104,63,118,46,112,114,111,112,115,61,123,115,116,97,99,107,101,100,72,101,97,100,105,110,103,58,111,63,115,58,110,117,108,108,44,115,116,105,99,107,121,67,111,108,117,109,110,58,33,48,44,118,97,114,105,97,110,116,58,112,125,58,40,118,46,97,116,116,114,115,91,34,100,97,116,97,45,108,97,98,101,108,34,93,61,111,38,38,33,119,116,40,115,41,63,97,115,40,115,41,58,110,117,108,108,44,118,46,97,116,116,114,115,46,114,111,108,101,61,99,63,34,114,111,119,104,101,97,100,101,114,34,58,34,99,101,108,108,34,44,118,46,97,116,116,114,115,46,115,99,111,112,101,61,99,63,34,114,111,119,34,58,110,117,108,108,44,112,38,38,118,46,99,108,97,115,115,46,112,117,115,104,40,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,100,97,114,107,63,34,98,103,34,58,34,116,97,98,108,101,34,44,34,45,34,41,46,99,111,110,99,97,116,40,112,41,41,41,59,118,97,114,32,103,61,123,105,116,101,109,58,110,44,105,110,100,101,120,58,114,44,102,105,101,108,100,58,116,44,117,110,102,111,114,109,97,116,116,101,100,58,117,101,40,110,44,97,44,34,34,41,44,118,97,108,117,101,58,102,44,116,111,103,103,108,101,68,101,116,97,105,108,115,58,116,104,105,115,46,116,111,103,103,108,101,68,101,116,97,105,108,115,70,97,99,116,111,114,121,40,108,44,110,41,44,100,101,116,97,105,108,115,83,104,111,119,105,110,103,58,66,111,111,108,101,97,110,40,110,91,84,106,93,41,125,59,116,104,105,115,46,115,117,112,112,111,114,116,115,83,101,108,101,99,116,97,98,108,101,82,111,119,115,38,38,40,103,46,114,111,119,83,101,108,101,99,116,101,100,61,116,104,105,115,46,105,115,82,111,119,83,101,108,101,99,116,101,100,40,114,41,44,103,46,115,101,108,101,99,116,82,111,119,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,46,115,101,108,101,99,116,82,111,119,40,114,41,125,44,103,46,117,110,115,101,108,101,99,116,82,111,119,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,46,117,110,115,101,108,101,99,116,82,111,119,40,114,41,125,41,59,118,97,114,32,109,61,116,104,105,115,46,36,95,98,111,100,121,70,105,101,108,100,83,108,111,116,78,97,109,101,67,97,99,104,101,91,97,93,44,98,61,109,63,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,109,44,103,41,58,97,115,40,102,41,59,114,101,116,117,114,110,32,116,104,105,115,46,105,115,83,116,97,99,107,101,100,38,38,40,98,61,91,117,40,34,100,105,118,34,44,91,98,93,41,93,41,44,117,40,100,44,118,44,91,98,93,41,125,44,114,101,110,100,101,114,84,98,111,100,121,82,111,119,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,44,114,61,116,104,105,115,46,99,111,109,112,117,116,101,100,70,105,101,108,100,115,44,105,61,116,104,105,115,46,115,116,114,105,112,101,100,44,111,61,116,104,105,115,46,112,114,105,109,97,114,121,75,101,121,44,97,61,116,104,105,115,46,99,117,114,114,101,110,116,80,97,103,101,44,115,61,116,104,105,115,46,112,101,114,80,97,103,101,44,99,61,116,104,105,115,46,116,98,111,100,121,84,114,67,108,97,115,115,44,117,61,116,104,105,115,46,116,98,111,100,121,84,114,65,116,116,114,44,108,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,102,61,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,76,97,41,44,104,61,116,91,84,106,93,38,38,102,44,100,61,116,104,105,115,46,36,108,105,115,116,101,110,101,114,115,91,86,105,93,124,124,116,104,105,115,46,104,97,115,83,101,108,101,99,116,97,98,108,101,82,111,119,67,108,105,99,107,44,112,61,91,93,44,118,61,104,63,116,104,105,115,46,115,97,102,101,73,100,40,34,95,100,101,116,97,105,108,115,95,34,46,99,111,110,99,97,116,40,101,44,34,95,34,41,41,58,110,117,108,108,44,103,61,114,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,114,44,105,41,123,114,101,116,117,114,110,32,110,46,114,101,110,100,101,114,84,98,111,100,121,82,111,119,67,101,108,108,40,114,44,105,44,116,44,101,41,125,41,41,44,109,61,110,117,108,108,59,97,38,38,115,38,38,115,62,48,38,38,40,109,61,83,116,114,105,110,103,40,40,97,45,49,41,42,115,43,101,43,49,41,41,59,118,97,114,32,98,61,97,115,40,117,101,40,116,44,111,41,41,124,124,110,117,108,108,44,121,61,98,124,124,97,115,40,101,41,44,119,61,98,63,116,104,105,115,46,115,97,102,101,73,100,40,34,95,114,111,119,95,34,46,99,111,110,99,97,116,40,98,41,41,58,110,117,108,108,44,95,61,116,104,105,115,46,115,101,108,101,99,116,97,98,108,101,82,111,119,67,108,97,115,115,101,115,63,116,104,105,115,46,115,101,108,101,99,116,97,98,108,101,82,111,119,67,108,97,115,115,101,115,40,101,41,58,123,125,44,120,61,116,104,105,115,46,115,101,108,101,99,116,97,98,108,101,82,111,119,65,116,116,114,115,63,116,104,105,115,46,115,101,108,101,99,116,97,98,108,101,82,111,119,65,116,116,114,115,40,101,41,58,123,125,44,79,61,95,116,40,99,41,63,99,40,116,44,34,114,111,119,34,41,58,99,44,83,61,95,116,40,117,41,63,117,40,116,44,34,114,111,119,34,41,58,117,59,105,102,40,112,46,112,117,115,104,40,108,40,101,106,44,123,99,108,97,115,115,58,91,79,44,95,44,104,63,34,98,45,116,97,98,108,101,45,104,97,115,45,100,101,116,97,105,108,115,34,58,34,34,93,44,112,114,111,112,115,58,123,118,97,114,105,97,110,116,58,116,91,80,106,93,124,124,110,117,108,108,125,44,97,116,116,114,115,58,82,69,40,82,69,40,123,105,100,58,119,125,44,83,41,44,123,125,44,123,116,97,98,105,110,100,101,120,58,100,63,34,48,34,58,110,117,108,108,44,34,100,97,116,97,45,112,107,34,58,98,124,124,110,117,108,108,44,34,97,114,105,97,45,100,101,116,97,105,108,115,34,58,118,44,34,97,114,105,97,45,111,119,110,115,34,58,118,44,34,97,114,105,97,45,114,111,119,105,110,100,101,120,34,58,109,125,44,120,41,44,111,110,58,123,109,111,117,115,101,101,110,116,101,114,58,116,104,105,115,46,114,111,119,72,111,118,101,114,101,100,44,109,111,117,115,101,108,101,97,118,101,58,116,104,105,115,46,114,111,119,85,110,104,111,118,101,114,101,100,125,44,107,101,121,58,34,95,95,98,45,116,97,98,108,101,45,114,111,119,45,34,46,99,111,110,99,97,116,40,121,44,34,95,95,34,41,44,114,101,102,58,34,105,116,101,109,45,114,111,119,115,34,44,114,101,102,73,110,70,111,114,58,33,48,125,44,103,41,41,44,104,41,123,118,97,114,32,107,61,123,105,116,101,109,58,116,44,105,110,100,101,120,58,101,44,102,105,101,108,100,115,58,114,44,116,111,103,103,108,101,68,101,116,97,105,108,115,58,116,104,105,115,46,116,111,103,103,108,101,68,101,116,97,105,108,115,70,97,99,116,111,114,121,40,102,44,116,41,125,59,116,104,105,115,46,115,117,112,112,111,114,116,115,83,101,108,101,99,116,97,98,108,101,82,111,119,115,38,38,40,107,46,114,111,119,83,101,108,101,99,116,101,100,61,116,104,105,115,46,105,115,82,111,119,83,101,108,101,99,116,101,100,40,101,41,44,107,46,115,101,108,101,99,116,82,111,119,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,46,115,101,108,101,99,116,82,111,119,40,101,41,125,44,107,46,117,110,115,101,108,101,99,116,82,111,119,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,46,117,110,115,101,108,101,99,116,82,111,119,40,101,41,125,41,59,118,97,114,32,67,61,108,40,108,106,44,123,112,114,111,112,115,58,123,99,111,108,115,112,97,110,58,114,46,108,101,110,103,116,104,125,44,99,108,97,115,115,58,116,104,105,115,46,100,101,116,97,105,108,115,84,100,67,108,97,115,115,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,76,97,44,107,41,93,41,59,105,38,38,112,46,112,117,115,104,40,108,40,34,116,114,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,45,110,111,110,101,34,44,97,116,116,114,115,58,123,34,97,114,105,97,45,104,105,100,100,101,110,34,58,34,116,114,117,101,34,44,114,111,108,101,58,34,112,114,101,115,101,110,116,97,116,105,111,110,34,125,44,107,101,121,58,34,95,95,98,45,116,97,98,108,101,45,100,101,116,97,105,108,115,45,115,116,114,105,112,101,95,95,34,46,99,111,110,99,97,116,40,121,41,125,41,41,59,118,97,114,32,80,61,95,116,40,116,104,105,115,46,116,98,111,100,121,84,114,67,108,97,115,115,41,63,116,104,105,115,46,116,98,111,100,121,84,114,67,108,97,115,115,40,116,44,76,97,41,58,116,104,105,115,46,116,98,111,100,121,84,114,67,108,97,115,115,44,84,61,95,116,40,116,104,105,115,46,116,98,111,100,121,84,114,65,116,116,114,41,63,116,104,105,115,46,116,98,111,100,121,84,114,65,116,116,114,40,116,44,76,97,41,58,116,104,105,115,46,116,98,111,100,121,84,114,65,116,116,114,59,112,46,112,117,115,104,40,108,40,101,106,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,116,97,98,108,101,45,100,101,116,97,105,108,115,34,44,99,108,97,115,115,58,91,80,93,44,112,114,111,112,115,58,123,118,97,114,105,97,110,116,58,116,91,80,106,93,124,124,110,117,108,108,125,44,97,116,116,114,115,58,82,69,40,82,69,40,123,125,44,84,41,44,123,125,44,123,105,100,58,118,44,116,97,98,105,110,100,101,120,58,34,45,49,34,125,41,44,107,101,121,58,34,95,95,98,45,116,97,98,108,101,45,100,101,116,97,105,108,115,95,95,34,46,99,111,110,99,97,116,40,121,41,125,44,91,67,93,41,41,125,101,108,115,101,32,102,38,38,40,112,46,112,117,115,104,40,108,40,41,41,44,105,38,38,112,46,112,117,115,104,40,108,40,41,41,41,59,114,101,116,117,114,110,32,112,125,125,125,41,59,102,117,110,99,116,105,111,110,32,75,69,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,88,69,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,75,69,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,90,69,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,75,69,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,90,69,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,74,69,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,99,101,108,108,40,34,46,99,111,110,99,97,116,40,116,124,124,34,34,44,34,41,34,41,125,44,81,69,61,75,116,40,88,69,40,88,69,40,88,69,40,123,125,44,65,69,41,44,71,69,41,44,123,125,44,123,116,98,111,100,121,67,108,97,115,115,58,99,99,40,83,111,41,125,41,41,44,116,65,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,109,105,120,105,110,115,58,91,89,69,93,44,112,114,111,112,115,58,81,69,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,98,111,100,121,70,105,101,108,100,83,108,111,116,78,97,109,101,67,97,99,104,101,61,110,117,108,108,125,44,109,101,116,104,111,100,115,58,123,103,101,116,84,98,111,100,121,84,114,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,114,101,102,115,44,101,61,116,46,116,98,111,100,121,63,116,46,116,98,111,100,121,46,36,101,108,124,124,116,46,116,98,111,100,121,58,110,117,108,108,44,110,61,40,116,91,34,105,116,101,109,45,114,111,119,115,34,93,124,124,91,93,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,36,101,108,124,124,116,125,41,41,59,114,101,116,117,114,110,32,101,38,38,101,46,99,104,105,108,100,114,101,110,38,38,101,46,99,104,105,108,100,114,101,110,46,108,101,110,103,116,104,62,48,38,38,110,38,38,110,46,108,101,110,103,116,104,62,48,63,87,97,40,101,46,99,104,105,108,100,114,101,110,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,113,97,40,110,44,116,41,125,41,41,58,91,93,125,44,103,101,116,84,98,111,100,121,84,114,73,110,100,101,120,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,109,115,40,116,41,41,114,101,116,117,114,110,45,49,59,118,97,114,32,101,61,34,84,82,34,61,61,61,116,46,116,97,103,78,97,109,101,63,116,58,80,115,40,34,116,114,34,44,116,44,33,48,41,59,114,101,116,117,114,110,32,101,63,116,104,105,115,46,103,101,116,84,98,111,100,121,84,114,115,40,41,46,105,110,100,101,120,79,102,40,101,41,58,45,49,125,44,101,109,105,116,84,98,111,100,121,82,111,119,69,118,101,110,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,38,38,116,104,105,115,46,104,97,115,76,105,115,116,101,110,101,114,40,116,41,38,38,101,38,38,101,46,116,97,114,103,101,116,41,123,118,97,114,32,110,61,116,104,105,115,46,103,101,116,84,98,111,100,121,84,114,73,110,100,101,120,40,101,46,116,97,114,103,101,116,41,59,105,102,40,110,62,45,49,41,123,118,97,114,32,114,61,116,104,105,115,46,99,111,109,112,117,116,101,100,73,116,101,109,115,91,110,93,59,116,104,105,115,46,36,101,109,105,116,40,116,44,114,44,110,44,101,41,125,125,125,44,116,98,111,100,121,82,111,119,69,118,116,83,116,111,112,112,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,111,112,73,102,66,117,115,121,38,38,116,104,105,115,46,115,116,111,112,73,102,66,117,115,121,40,116,41,125,44,111,110,84,98,111,100,121,82,111,119,75,101,121,100,111,119,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,116,97,114,103,101,116,44,110,61,116,46,107,101,121,67,111,100,101,59,105,102,40,33,116,104,105,115,46,116,98,111,100,121,82,111,119,69,118,116,83,116,111,112,112,101,100,40,116,41,38,38,34,84,82,34,61,61,61,101,46,116,97,103,78,97,109,101,38,38,119,115,40,101,41,38,38,48,61,61,61,101,46,116,97,98,73,110,100,101,120,41,105,102,40,113,97,40,91,108,108,44,109,108,93,44,110,41,41,83,99,40,116,41,44,116,104,105,115,46,111,110,84,66,111,100,121,82,111,119,67,108,105,99,107,101,100,40,116,41,59,101,108,115,101,32,105,102,40,113,97,40,91,98,108,44,99,108,44,104,108,44,117,108,93,44,110,41,41,123,118,97,114,32,114,61,116,104,105,115,46,103,101,116,84,98,111,100,121,84,114,73,110,100,101,120,40,101,41,59,105,102,40,114,62,45,49,41,123,83,99,40,116,41,59,118,97,114,32,105,61,116,104,105,115,46,103,101,116,84,98,111,100,121,84,114,115,40,41,44,111,61,116,46,115,104,105,102,116,75,101,121,59,110,61,61,61,104,108,124,124,111,38,38,110,61,61,61,98,108,63,113,115,40,105,91,48,93,41,58,110,61,61,61,117,108,124,124,111,38,38,110,61,61,61,99,108,63,113,115,40,105,91,105,46,108,101,110,103,116,104,45,49,93,41,58,110,61,61,61,98,108,38,38,114,62,48,63,113,115,40,105,91,114,45,49,93,41,58,110,61,61,61,99,108,38,38,114,60,105,46,108,101,110,103,116,104,45,49,38,38,113,115,40,105,91,114,43,49,93,41,125,125,125,44,111,110,84,66,111,100,121,82,111,119,67,108,105,99,107,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,116,98,111,100,121,82,111,119,69,118,116,83,116,111,112,112,101,100,40,116,41,124,124,77,69,40,116,41,124,124,73,69,40,116,104,105,115,46,36,101,108,41,124,124,116,104,105,115,46,101,109,105,116,84,98,111,100,121,82,111,119,69,118,101,110,116,40,86,105,44,116,41,125,44,111,110,84,98,111,100,121,82,111,119,77,105,100,100,108,101,77,111,117,115,101,82,111,119,67,108,105,99,107,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,116,98,111,100,121,82,111,119,69,118,116,83,116,111,112,112,101,100,40,116,41,124,124,50,33,61,61,116,46,119,104,105,99,104,124,124,116,104,105,115,46,101,109,105,116,84,98,111,100,121,82,111,119,69,118,101,110,116,40,113,105,44,116,41,125,44,111,110,84,98,111,100,121,82,111,119,67,111,110,116,101,120,116,109,101,110,117,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,116,98,111,100,121,82,111,119,69,118,116,83,116,111,112,112,101,100,40,116,41,124,124,116,104,105,115,46,101,109,105,116,84,98,111,100,121,82,111,119,69,118,101,110,116,40,72,105,44,116,41,125,44,111,110,84,98,111,100,121,82,111,119,68,98,108,67,108,105,99,107,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,116,98,111,100,121,82,111,119,69,118,116,83,116,111,112,112,101,100,40,116,41,124,124,77,69,40,116,41,124,124,116,104,105,115,46,101,109,105,116,84,98,111,100,121,82,111,119,69,118,101,110,116,40,85,105,44,116,41,125,44,114,101,110,100,101,114,84,98,111,100,121,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,104,105,115,46,99,111,109,112,117,116,101,100,73,116,101,109,115,44,110,61,116,104,105,115,46,114,101,110,100,101,114,66,117,115,121,44,114,61,116,104,105,115,46,114,101,110,100,101,114,84,111,112,82,111,119,44,105,61,116,104,105,115,46,114,101,110,100,101,114,69,109,112,116,121,44,111,61,116,104,105,115,46,114,101,110,100,101,114,66,111,116,116,111,109,82,111,119,44,97,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,115,61,116,104,105,115,46,104,97,115,76,105,115,116,101,110,101,114,40,86,105,41,124,124,116,104,105,115,46,104,97,115,83,101,108,101,99,116,97,98,108,101,82,111,119,67,108,105,99,107,44,99,61,91,93,44,117,61,110,63,110,40,41,58,110,117,108,108,59,105,102,40,117,41,99,46,112,117,115,104,40,117,41,59,101,108,115,101,123,118,97,114,32,108,61,123,125,44,102,61,74,69,40,41,59,102,61,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,102,41,63,102,58,110,117,108,108,44,116,104,105,115,46,99,111,109,112,117,116,101,100,70,105,101,108,100,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,101,46,107,101,121,44,114,61,74,69,40,110,41,44,105,61,74,69,40,110,46,116,111,76,111,119,101,114,67,97,115,101,40,41,41,59,108,91,110,93,61,116,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,114,41,63,114,58,116,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,105,41,63,105,58,102,125,41,41,44,116,104,105,115,46,36,95,98,111,100,121,70,105,101,108,100,83,108,111,116,78,97,109,101,67,97,99,104,101,61,108,44,99,46,112,117,115,104,40,114,63,114,40,41,58,97,40,41,41,44,101,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,99,46,112,117,115,104,40,116,46,114,101,110,100,101,114,84,98,111,100,121,82,111,119,40,101,44,110,41,41,125,41,41,44,99,46,112,117,115,104,40,105,63,105,40,41,58,97,40,41,41,44,99,46,112,117,115,104,40,111,63,111,40,41,58,97,40,41,41,125,118,97,114,32,104,61,123,97,117,120,99,108,105,99,107,58,116,104,105,115,46,111,110,84,98,111,100,121,82,111,119,77,105,100,100,108,101,77,111,117,115,101,82,111,119,67,108,105,99,107,101,100,44,99,111,110,116,101,120,116,109,101,110,117,58,116,104,105,115,46,111,110,84,98,111,100,121,82,111,119,67,111,110,116,101,120,116,109,101,110,117,44,100,98,108,99,108,105,99,107,58,116,104,105,115,46,111,110,84,98,111,100,121,82,111,119,68,98,108,67,108,105,99,107,101,100,125,59,115,38,38,40,104,46,99,108,105,99,107,61,116,104,105,115,46,111,110,84,66,111,100,121,82,111,119,67,108,105,99,107,101,100,44,104,46,107,101,121,100,111,119,110,61,116,104,105,115,46,111,110,84,98,111,100,121,82,111,119,75,101,121,100,111,119,110,41,59,118,97,114,32,100,61,97,40,68,69,44,123,99,108,97,115,115,58,116,104,105,115,46,116,98,111,100,121,67,108,97,115,115,124,124,110,117,108,108,44,112,114,111,112,115,58,108,99,40,65,69,44,116,104,105,115,46,36,112,114,111,112,115,41,44,111,110,58,104,44,114,101,102,58,34,116,98,111,100,121,34,125,44,99,41,59,114,101,116,117,114,110,32,100,125,125,125,41,59,102,117,110,99,116,105,111,110,32,101,65,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,110,65,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,101,65,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,65,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,101,65,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,114,65,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,105,65,61,104,99,40,123,102,111,111,116,86,97,114,105,97,110,116,58,99,99,40,95,111,41,125,44,66,114,41,44,111,65,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,66,114,44,109,105,120,105,110,115,58,91,107,108,44,80,108,44,121,99,93,44,112,114,111,118,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,98,118,84,97,98,108,101,82,111,119,71,114,111,117,112,58,116,104,105,115,125,125,44,105,110,106,101,99,116,58,123,98,118,84,97,98,108,101,58,123,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,125,125,125,125,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,105,65,44,99,111,109,112,117,116,101,100,58,123,105,115,84,102,111,111,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,125,44,105,115,68,97,114,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,46,100,97,114,107,125,44,105,115,83,116,97,99,107,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,46,105,115,83,116,97,99,107,101,100,125,44,105,115,82,101,115,112,111,110,115,105,118,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,46,105,115,82,101,115,112,111,110,115,105,118,101,125,44,105,115,83,116,105,99,107,121,72,101,97,100,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,49,125,44,104,97,115,83,116,105,99,107,121,72,101,97,100,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,105,115,83,116,97,99,107,101,100,38,38,116,104,105,115,46,98,118,84,97,98,108,101,46,115,116,105,99,107,121,72,101,97,100,101,114,125,44,116,97,98,108,101,86,97,114,105,97,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,46,116,97,98,108,101,86,97,114,105,97,110,116,125,44,116,102,111,111,116,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,116,104,105,115,46,102,111,111,116,86,97,114,105,97,110,116,63,34,116,104,101,97,100,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,102,111,111,116,86,97,114,105,97,110,116,41,58,110,117,108,108,93,125,44,116,102,111,111,116,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,65,40,110,65,40,123,125,44,116,104,105,115,46,98,118,65,116,116,114,115,41,44,123,125,44,123,114,111,108,101,58,34,114,111,119,103,114,111,117,112,34,125,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,40,34,116,102,111,111,116,34,44,123,99,108,97,115,115,58,116,104,105,115,46,116,102,111,111,116,67,108,97,115,115,101,115,44,97,116,116,114,115,58,116,104,105,115,46,116,102,111,111,116,65,116,116,114,115,44,111,110,58,116,104,105,115,46,98,118,76,105,115,116,101,110,101,114,115,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,41,125,125,41,44,97,65,61,123,102,111,111,116,67,108,111,110,101,58,99,99,40,118,111,44,33,49,41,44,102,111,111,116,82,111,119,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,102,111,111,116,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,116,102,111,111,116,67,108,97,115,115,58,99,99,40,83,111,41,44,116,102,111,111,116,84,114,67,108,97,115,115,58,99,99,40,83,111,41,125,44,115,65,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,97,65,44,109,101,116,104,111,100,115,58,123,114,101,110,100,101,114,84,70,111,111,116,67,117,115,116,111,109,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,59,114,101,116,117,114,110,32,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,122,111,41,63,116,40,111,65,44,123,99,108,97,115,115,58,116,104,105,115,46,116,102,111,111,116,67,108,97,115,115,124,124,110,117,108,108,44,112,114,111,112,115,58,123,102,111,111,116,86,97,114,105,97,110,116,58,116,104,105,115,46,102,111,111,116,86,97,114,105,97,110,116,124,124,116,104,105,115,46,104,101,97,100,86,97,114,105,97,110,116,124,124,110,117,108,108,125,44,107,101,121,58,34,98,118,45,116,102,111,111,116,45,99,117,115,116,111,109,34,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,122,111,44,123,105,116,101,109,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,73,116,101,109,115,46,115,108,105,99,101,40,41,44,102,105,101,108,100,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,70,105,101,108,100,115,46,115,108,105,99,101,40,41,44,99,111,108,117,109,110,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,70,105,101,108,100,115,46,108,101,110,103,116,104,125,41,41,58,116,40,41,125,44,114,101,110,100,101,114,84,102,111,111,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,102,111,111,116,67,108,111,110,101,63,116,104,105,115,46,114,101,110,100,101,114,84,104,101,97,100,40,33,48,41,58,116,104,105,115,46,114,101,110,100,101,114,84,70,111,111,116,67,117,115,116,111,109,40,41,125,125,125,41,59,102,117,110,99,116,105,111,110,32,99,65,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,117,65,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,99,65,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,108,65,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,99,65,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,108,65,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,102,65,61,104,99,40,123,104,101,97,100,86,97,114,105,97,110,116,58,99,99,40,95,111,41,125,44,78,114,41,44,104,65,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,78,114,44,109,105,120,105,110,115,58,91,107,108,44,80,108,44,121,99,93,44,112,114,111,118,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,98,118,84,97,98,108,101,82,111,119,71,114,111,117,112,58,116,104,105,115,125,125,44,105,110,106,101,99,116,58,123,98,118,84,97,98,108,101,58,123,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,125,125,125,125,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,102,65,44,99,111,109,112,117,116,101,100,58,123,105,115,84,104,101,97,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,125,44,105,115,68,97,114,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,46,100,97,114,107,125,44,105,115,83,116,97,99,107,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,46,105,115,83,116,97,99,107,101,100,125,44,105,115,82,101,115,112,111,110,115,105,118,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,46,105,115,82,101,115,112,111,110,115,105,118,101,125,44,105,115,83,116,105,99,107,121,72,101,97,100,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,105,115,83,116,97,99,107,101,100,38,38,116,104,105,115,46,98,118,84,97,98,108,101,46,115,116,105,99,107,121,72,101,97,100,101,114,125,44,104,97,115,83,116,105,99,107,121,72,101,97,100,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,105,115,83,116,97,99,107,101,100,38,38,116,104,105,115,46,98,118,84,97,98,108,101,46,115,116,105,99,107,121,72,101,97,100,101,114,125,44,116,97,98,108,101,86,97,114,105,97,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,108,101,46,116,97,98,108,101,86,97,114,105,97,110,116,125,44,116,104,101,97,100,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,116,104,105,115,46,104,101,97,100,86,97,114,105,97,110,116,63,34,116,104,101,97,100,45,34,46,99,111,110,99,97,116,40,116,104,105,115,46,104,101,97,100,86,97,114,105,97,110,116,41,58,110,117,108,108,93,125,44,116,104,101,97,100,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,117,65,40,123,114,111,108,101,58,34,114,111,119,103,114,111,117,112,34,125,44,116,104,105,115,46,98,118,65,116,116,114,115,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,40,34,116,104,101,97,100,34,44,123,99,108,97,115,115,58,116,104,105,115,46,116,104,101,97,100,67,108,97,115,115,101,115,44,97,116,116,114,115,58,116,104,105,115,46,116,104,101,97,100,65,116,116,114,115,44,111,110,58,116,104,105,115,46,98,118,76,105,115,116,101,110,101,114,115,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,41,125,125,41,59,102,117,110,99,116,105,111,110,32,100,65,40,116,41,123,114,101,116,117,114,110,32,109,65,40,116,41,124,124,103,65,40,116,41,124,124,118,65,40,116,41,124,124,112,65,40,41,125,102,117,110,99,116,105,111,110,32,112,65,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,115,112,114,101,97,100,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,46,92,110,73,110,32,111,114,100,101,114,32,116,111,32,98,101,32,105,116,101,114,97,98,108,101,44,32,110,111,110,45,97,114,114,97,121,32,111,98,106,101,99,116,115,32,109,117,115,116,32,104,97,118,101,32,97,32,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,32,109,101,116,104,111,100,46,34,41,125,102,117,110,99,116,105,111,110,32,118,65,40,116,44,101,41,123,105,102,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,98,65,40,116,44,101,41,59,118,97,114,32,110,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,59,114,101,116,117,114,110,34,79,98,106,101,99,116,34,61,61,61,110,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,40,110,61,116,46,99,111,110,115,116,114,117,99,116,111,114,46,110,97,109,101,41,44,34,77,97,112,34,61,61,61,110,124,124,34,83,101,116,34,61,61,61,110,63,65,114,114,97,121,46,102,114,111,109,40,116,41,58,34,65,114,103,117,109,101,110,116,115,34,61,61,61,110,124,124,47,94,40,63,58,85,105,124,73,41,110,116,40,63,58,56,124,49,54,124,51,50,41,40,63,58,67,108,97,109,112,101,100,41,63,65,114,114,97,121,36,47,46,116,101,115,116,40,110,41,63,98,65,40,116,44,101,41,58,118,111,105,100,32,48,125,125,102,117,110,99,116,105,111,110,32,103,65,40,116,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,116,41,41,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,40,116,41,125,102,117,110,99,116,105,111,110,32,109,65,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,114,101,116,117,114,110,32,98,65,40,116,41,125,102,117,110,99,116,105,111,110,32,98,65,40,116,44,101,41,123,40,110,117,108,108,61,61,101,124,124,101,62,116,46,108,101,110,103,116,104,41,38,38,40,101,61,116,46,108,101,110,103,116,104,41,59,102,111,114,40,118,97,114,32,110,61,48,44,114,61,110,101,119,32,65,114,114,97,121,40,101,41,59,110,60,101,59,110,43,43,41,114,91,110,93,61,116,91,110,93,59,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,121,65,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,119,65,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,121,65,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,95,65,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,121,65,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,95,65,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,120,65,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,104,101,97,100,40,34,46,99,111,110,99,97,116,40,116,124,124,34,34,44,34,41,34,41,125,44,79,65,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,102,111,111,116,40,34,46,99,111,110,99,97,116,40,116,124,124,34,34,44,34,41,34,41,125,44,83,65,61,123,104,101,97,100,82,111,119,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,104,101,97,100,86,97,114,105,97,110,116,58,99,99,40,95,111,41,44,116,104,101,97,100,67,108,97,115,115,58,99,99,40,83,111,41,44,116,104,101,97,100,84,114,67,108,97,115,115,58,99,99,40,83,111,41,125,44,107,65,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,83,65,44,109,101,116,104,111,100,115,58,123,102,105,101,108,100,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,91,116,46,99,108,97,115,115,63,116,46,99,108,97,115,115,58,34,34,44,116,46,116,104,67,108,97,115,115,63,116,46,116,104,67,108,97,115,115,58,34,34,93,125,44,104,101,97,100,67,108,105,99,107,101,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,104,105,115,46,115,116,111,112,73,102,66,117,115,121,38,38,116,104,105,115,46,115,116,111,112,73,102,66,117,115,121,40,116,41,124,124,77,69,40,116,41,124,124,73,69,40,116,104,105,115,46,36,101,108,41,124,124,40,83,99,40,116,41,44,116,104,105,115,46,36,101,109,105,116,40,107,105,44,101,46,107,101,121,44,101,44,116,44,110,41,41,125,44,114,101,110,100,101,114,84,104,101,97,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,38,38,97,114,103,117,109,101,110,116,115,91,48,93,44,110,61,116,104,105,115,46,99,111,109,112,117,116,101,100,70,105,101,108,100,115,44,114,61,116,104,105,115,46,105,115,83,111,114,116,97,98,108,101,44,105,61,116,104,105,115,46,105,115,83,101,108,101,99,116,97,98,108,101,44,111,61,116,104,105,115,46,104,101,97,100,86,97,114,105,97,110,116,44,97,61,116,104,105,115,46,102,111,111,116,86,97,114,105,97,110,116,44,115,61,116,104,105,115,46,104,101,97,100,82,111,119,86,97,114,105,97,110,116,44,99,61,116,104,105,115,46,102,111,111,116,82,111,119,86,97,114,105,97,110,116,44,117,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,59,105,102,40,116,104,105,115,46,105,115,83,116,97,99,107,101,100,65,108,119,97,121,115,124,124,48,61,61,61,110,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,117,40,41,59,118,97,114,32,108,61,114,124,124,116,104,105,115,46,104,97,115,76,105,115,116,101,110,101,114,40,107,105,41,44,102,61,105,63,116,104,105,115,46,115,101,108,101,99,116,65,108,108,82,111,119,115,58,116,112,44,104,61,105,63,116,104,105,115,46,99,108,101,97,114,83,101,108,101,99,116,101,100,58,116,112,44,100,61,102,117,110,99,116,105,111,110,40,110,44,105,41,123,118,97,114,32,111,61,110,46,108,97,98,101,108,44,97,61,110,46,108,97,98,101,108,72,116,109,108,44,115,61,110,46,118,97,114,105,97,110,116,44,99,61,110,46,115,116,105,99,107,121,67,111,108,117,109,110,44,100,61,110,46,107,101,121,44,112,61,110,117,108,108,59,110,46,108,97,98,101,108,46,116,114,105,109,40,41,124,124,110,46,104,101,97,100,101,114,84,105,116,108,101,124,124,40,112,61,110,115,40,110,46,107,101,121,41,41,59,118,97,114,32,118,61,123,125,59,108,38,38,40,118,46,99,108,105,99,107,61,102,117,110,99,116,105,111,110,40,114,41,123,116,46,104,101,97,100,67,108,105,99,107,101,100,40,114,44,110,44,101,41,125,44,118,46,107,101,121,100,111,119,110,61,102,117,110,99,116,105,111,110,40,114,41,123,118,97,114,32,105,61,114,46,107,101,121,67,111,100,101,59,105,33,61,61,108,108,38,38,105,33,61,61,109,108,124,124,116,46,104,101,97,100,67,108,105,99,107,101,100,40,114,44,110,44,101,41,125,41,59,118,97,114,32,103,61,114,63,116,46,115,111,114,116,84,104,101,97,100,84,104,65,116,116,114,115,40,100,44,110,44,101,41,58,123,125,44,109,61,114,63,116,46,115,111,114,116,84,104,101,97,100,84,104,67,108,97,115,115,101,115,40,100,44,110,44,101,41,58,110,117,108,108,44,98,61,114,63,116,46,115,111,114,116,84,104,101,97,100,84,104,76,97,98,101,108,40,100,44,110,44,101,41,58,110,117,108,108,44,121,61,123,99,108,97,115,115,58,91,116,46,102,105,101,108,100,67,108,97,115,115,101,115,40,110,41,44,109,93,44,112,114,111,112,115,58,123,118,97,114,105,97,110,116,58,115,44,115,116,105,99,107,121,67,111,108,117,109,110,58,99,125,44,115,116,121,108,101,58,110,46,116,104,83,116,121,108,101,124,124,123,125,44,97,116,116,114,115,58,119,65,40,119,65,40,123,116,97,98,105,110,100,101,120,58,108,38,38,110,46,115,111,114,116,97,98,108,101,63,34,48,34,58,110,117,108,108,44,97,98,98,114,58,110,46,104,101,97,100,101,114,65,98,98,114,124,124,110,117,108,108,44,116,105,116,108,101,58,110,46,104,101,97,100,101,114,84,105,116,108,101,124,124,110,117,108,108,44,34,97,114,105,97,45,99,111,108,105,110,100,101,120,34,58,105,43,49,44,34,97,114,105,97,45,108,97,98,101,108,34,58,112,125,44,116,46,103,101,116,84,104,86,97,108,117,101,115,40,110,117,108,108,44,100,44,110,46,116,104,65,116,116,114,44,101,63,34,102,111,111,116,34,58,34,104,101,97,100,34,44,123,125,41,41,44,103,41,44,111,110,58,118,44,107,101,121,58,100,125,44,119,61,91,120,65,40,100,41,44,120,65,40,100,46,116,111,76,111,119,101,114,67,97,115,101,40,41,41,44,120,65,40,41,93,59,101,38,38,40,119,61,91,79,65,40,100,41,44,79,65,40,100,46,116,111,76,111,119,101,114,67,97,115,101,40,41,41,44,79,65,40,41,93,46,99,111,110,99,97,116,40,100,65,40,119,41,41,41,59,118,97,114,32,95,61,123,108,97,98,101,108,58,111,44,99,111,108,117,109,110,58,100,44,102,105,101,108,100,58,110,44,105,115,70,111,111,116,58,101,44,115,101,108,101,99,116,65,108,108,82,111,119,115,58,102,44,99,108,101,97,114,83,101,108,101,99,116,101,100,58,104,125,44,120,61,116,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,119,44,95,41,124,124,117,40,34,100,105,118,34,44,123,100,111,109,80,114,111,112,115,58,107,102,40,97,44,111,41,125,41,44,79,61,98,63,117,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,115,114,45,111,110,108,121,34,125,44,34,32,40,34,46,99,111,110,99,97,116,40,98,44,34,41,34,41,41,58,110,117,108,108,59,114,101,116,117,114,110,32,117,40,70,69,44,121,44,91,120,44,79,93,46,102,105,108,116,101,114,40,115,101,41,41,125,44,112,61,110,46,109,97,112,40,100,41,46,102,105,108,116,101,114,40,115,101,41,44,118,61,91,93,59,105,102,40,101,41,118,46,112,117,115,104,40,117,40,101,106,44,123,99,108,97,115,115,58,116,104,105,115,46,116,102,111,111,116,84,114,67,108,97,115,115,44,112,114,111,112,115,58,123,118,97,114,105,97,110,116,58,119,116,40,99,41,63,115,58,99,125,125,44,112,41,41,59,101,108,115,101,123,118,97,114,32,103,61,123,99,111,108,117,109,110,115,58,110,46,108,101,110,103,116,104,44,102,105,101,108,100,115,58,110,44,115,101,108,101,99,116,65,108,108,82,111,119,115,58,102,44,99,108,101,97,114,83,101,108,101,99,116,101,100,58,104,125,59,118,46,112,117,115,104,40,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,78,97,44,103,41,124,124,117,40,41,41,44,118,46,112,117,115,104,40,117,40,101,106,44,123,99,108,97,115,115,58,116,104,105,115,46,116,104,101,97,100,84,114,67,108,97,115,115,44,112,114,111,112,115,58,123,118,97,114,105,97,110,116,58,115,125,125,44,112,41,41,125,114,101,116,117,114,110,32,117,40,101,63,111,65,58,104,65,44,123,99,108,97,115,115,58,40,101,63,116,104,105,115,46,116,102,111,111,116,67,108,97,115,115,58,116,104,105,115,46,116,104,101,97,100,67,108,97,115,115,41,124,124,110,117,108,108,44,112,114,111,112,115,58,101,63,123,102,111,111,116,86,97,114,105,97,110,116,58,97,124,124,111,124,124,110,117,108,108,125,58,123,104,101,97,100,86,97,114,105,97,110,116,58,111,124,124,110,117,108,108,125,44,107,101,121,58,101,63,34,98,118,45,116,102,111,111,116,34,58,34,98,118,45,116,104,101,97,100,34,125,44,118,41,125,125,125,41,44,67,65,61,123,125,44,80,65,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,109,101,116,104,111,100,115,58,123,114,101,110,100,101,114,84,111,112,82,111,119,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,70,105,101,108,100,115,44,101,61,116,104,105,115,46,115,116,97,99,107,101,100,44,110,61,116,104,105,115,46,116,98,111,100,121,84,114,67,108,97,115,115,44,114,61,116,104,105,115,46,116,98,111,100,121,84,114,65,116,116,114,44,105,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,59,114,101,116,117,114,110,32,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,72,97,41,38,38,33,48,33,61,61,101,38,38,34,34,33,61,61,101,63,105,40,101,106,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,116,97,98,108,101,45,116,111,112,45,114,111,119,34,44,99,108,97,115,115,58,91,95,116,40,110,41,63,110,40,110,117,108,108,44,34,114,111,119,45,116,111,112,34,41,58,110,93,44,97,116,116,114,115,58,95,116,40,114,41,63,114,40,110,117,108,108,44,34,114,111,119,45,116,111,112,34,41,58,114,44,107,101,121,58,34,98,45,116,111,112,45,114,111,119,34,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,72,97,44,123,99,111,108,117,109,110,115,58,116,46,108,101,110,103,116,104,44,102,105,101,108,100,115,58,116,125,41,93,41,58,105,40,41,125,125,125,41,59,102,117,110,99,116,105,111,110,32,84,65,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,106,65,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,84,65,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,69,65,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,84,65,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,69,65,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,65,65,61,104,99,40,75,116,40,106,65,40,106,65,40,106,65,40,106,65,40,106,65,40,106,65,40,106,65,40,106,65,40,106,65,40,106,65,40,106,65,40,106,65,40,106,65,40,106,65,40,106,65,40,106,65,40,106,65,40,106,65,40,123,125,44,69,104,41,44,110,106,41,44,112,106,41,44,103,106,41,44,98,106,41,44,119,106,41,44,78,106,41,44,74,106,41,44,116,69,41,44,105,69,41,44,108,69,41,44,67,69,41,44,80,84,41,44,68,84,41,44,81,69,41,44,97,65,41,44,83,65,41,44,67,65,41,41,44,68,114,41,44,68,65,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,68,114,44,109,105,120,105,110,115,58,91,107,108,44,107,84,44,65,104,44,121,99,44,81,106,44,76,84,44,84,84,44,107,65,44,115,65,44,116,65,44,84,84,44,122,106,44,80,69,44,101,69,44,109,106,44,121,106,44,102,69,44,95,106,44,80,65,44,114,106,44,118,106,44,111,69,93,44,112,114,111,112,115,58,65,65,125,41,59,102,117,110,99,116,105,111,110,32,76,65,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,77,65,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,76,65,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,73,65,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,76,65,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,73,65,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,36,65,44,70,65,61,104,99,40,75,116,40,77,65,40,77,65,40,77,65,40,77,65,40,77,65,40,77,65,40,77,65,40,77,65,40,77,65,40,123,125,44,69,104,41,44,103,106,41,44,98,106,41,44,74,106,41,44,80,84,41,44,68,84,41,44,81,69,41,44,97,65,41,44,83,65,41,41,44,77,114,41,44,66,65,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,77,114,44,109,105,120,105,110,115,58,91,107,108,44,107,84,44,65,104,44,121,99,44,81,106,44,76,84,44,84,84,44,107,65,44,115,65,44,116,65,44,109,106,44,121,106,93,44,112,114,111,112,115,58,70,65,125,41,44,82,65,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,84,97,98,108,101,76,105,116,101,58,66,65,125,125,41,44,78,65,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,84,97,98,108,101,83,105,109,112,108,101,58,66,84,44,66,84,98,111,100,121,58,68,69,44,66,84,104,101,97,100,58,104,65,44,66,84,102,111,111,116,58,111,65,44,66,84,114,58,101,106,44,66,84,100,58,108,106,44,66,84,104,58,70,69,125,125,41,44,122,65,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,84,97,98,108,101,58,68,65,125,44,112,108,117,103,105,110,115,58,123,84,97,98,108,101,76,105,116,101,80,108,117,103,105,110,58,82,65,44,84,97,98,108,101,83,105,109,112,108,101,80,108,117,103,105,110,58,78,65,125,125,41,59,102,117,110,99,116,105,111,110,32,86,65,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,72,65,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,86,65,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,85,65,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,86,65,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,85,65,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,87,65,44,113,65,44,71,65,61,103,99,40,34,118,97,108,117,101,34,44,123,116,121,112,101,58,98,111,125,41,44,89,65,61,71,65,46,109,105,120,105,110,44,75,65,61,71,65,46,112,114,111,112,115,44,88,65,61,71,65,46,112,114,111,112,44,90,65,61,71,65,46,101,118,101,110,116,44,74,65,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,116,46,100,105,115,97,98,108,101,100,125,44,81,65,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,74,114,44,105,110,106,101,99,116,58,123,98,118,84,97,98,115,58,123,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,125,125,125,125,44,112,114,111,112,115,58,123,99,111,110,116,114,111,108,115,58,99,99,40,95,111,41,44,105,100,58,99,99,40,95,111,41,44,110,111,75,101,121,78,97,118,58,99,99,40,118,111,44,33,49,41,44,112,111,115,73,110,83,101,116,58,99,99,40,98,111,41,44,115,101,116,83,105,122,101,58,99,99,40,98,111,41,44,116,97,98,58,99,99,40,41,44,116,97,98,73,110,100,101,120,58,99,99,40,98,111,41,125,44,109,101,116,104,111,100,115,58,123,102,111,99,117,115,58,102,117,110,99,116,105,111,110,40,41,123,113,115,40,116,104,105,115,46,36,114,101,102,115,46,108,105,110,107,41,125,44,104,97,110,100,108,101,69,118,116,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,116,104,105,115,46,116,97,98,46,100,105,115,97,98,108,101,100,41,123,118,97,114,32,101,61,116,46,116,121,112,101,44,110,61,116,46,107,101,121,67,111,100,101,44,114,61,116,46,115,104,105,102,116,75,101,121,59,34,99,108,105,99,107,34,61,61,61,101,124,124,34,107,101,121,100,111,119,110,34,61,61,61,101,38,38,110,61,61,61,109,108,63,40,83,99,40,116,41,44,116,104,105,115,46,36,101,109,105,116,40,108,105,44,116,41,41,58,34,107,101,121,100,111,119,110,34,33,61,61,101,124,124,116,104,105,115,46,110,111,75,101,121,78,97,118,124,124,40,45,49,33,61,61,91,98,108,44,100,108,44,104,108,93,46,105,110,100,101,120,79,102,40,110,41,63,40,83,99,40,116,41,44,114,124,124,110,61,61,61,104,108,63,116,104,105,115,46,36,101,109,105,116,40,120,105,44,116,41,58,116,104,105,115,46,36,101,109,105,116,40,66,105,44,116,41,41,58,45,49,33,61,61,91,99,108,44,103,108,44,117,108,93,46,105,110,100,101,120,79,102,40,110,41,38,38,40,83,99,40,116,41,44,114,124,124,110,61,61,61,117,108,63,116,104,105,115,46,36,101,109,105,116,40,69,105,44,116,41,58,116,104,105,115,46,36,101,109,105,116,40,76,105,44,116,41,41,41,125,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,105,100,44,110,61,116,104,105,115,46,116,97,98,73,110,100,101,120,44,114,61,116,104,105,115,46,115,101,116,83,105,122,101,44,105,61,116,104,105,115,46,112,111,115,73,110,83,101,116,44,111,61,116,104,105,115,46,99,111,110,116,114,111,108,115,44,97,61,116,104,105,115,46,104,97,110,100,108,101,69,118,116,44,115,61,116,104,105,115,46,116,97,98,44,99,61,115,46,116,105,116,108,101,44,117,61,115,46,108,111,99,97,108,65,99,116,105,118,101,44,108,61,115,46,100,105,115,97,98,108,101,100,44,102,61,115,46,116,105,116,108,101,73,116,101,109,67,108,97,115,115,44,104,61,115,46,116,105,116,108,101,76,105,110,107,67,108,97,115,115,44,100,61,115,46,116,105,116,108,101,76,105,110,107,65,116,116,114,105,98,117,116,101,115,44,112,61,116,40,122,108,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,110,97,118,45,108,105,110,107,34,44,99,108,97,115,115,58,91,123,97,99,116,105,118,101,58,117,38,38,33,108,44,100,105,115,97,98,108,101,100,58,108,125,44,104,44,117,63,116,104,105,115,46,98,118,84,97,98,115,46,97,99,116,105,118,101,78,97,118,73,116,101,109,67,108,97,115,115,58,110,117,108,108,93,44,112,114,111,112,115,58,123,100,105,115,97,98,108,101,100,58,108,125,44,97,116,116,114,115,58,72,65,40,72,65,40,123,125,44,100,41,44,123,125,44,123,105,100,58,101,44,114,111,108,101,58,34,116,97,98,34,44,116,97,98,105,110,100,101,120,58,110,44,34,97,114,105,97,45,115,101,108,101,99,116,101,100,34,58,117,38,38,33,108,63,34,116,114,117,101,34,58,34,102,97,108,115,101,34,44,34,97,114,105,97,45,115,101,116,115,105,122,101,34,58,114,44,34,97,114,105,97,45,112,111,115,105,110,115,101,116,34,58,105,44,34,97,114,105,97,45,99,111,110,116,114,111,108,115,34,58,111,125,41,44,111,110,58,123,99,108,105,99,107,58,97,44,107,101,121,100,111,119,110,58,97,125,44,114,101,102,58,34,108,105,110,107,34,125,44,91,116,104,105,115,46,116,97,98,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,122,97,41,124,124,99,93,41,59,114,101,116,117,114,110,32,116,40,34,108,105,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,110,97,118,45,105,116,101,109,34,44,99,108,97,115,115,58,91,102,93,44,97,116,116,114,115,58,123,114,111,108,101,58,34,112,114,101,115,101,110,116,97,116,105,111,110,34,125,125,44,91,112,93,41,125,125,41,44,116,68,61,71,116,40,85,83,44,91,34,116,97,98,115,34,44,34,105,115,78,97,118,66,97,114,34,44,34,99,97,114,100,72,101,97,100,101,114,34,93,41,44,101,68,61,104,99,40,75,116,40,72,65,40,72,65,40,72,65,40,72,65,40,123,125,44,69,104,41,44,75,65,41,44,116,68,41,44,123,125,44,123,97,99,116,105,118,101,78,97,118,73,116,101,109,67,108,97,115,115,58,99,99,40,83,111,41,44,97,99,116,105,118,101,84,97,98,67,108,97,115,115,58,99,99,40,83,111,41,44,99,97,114,100,58,99,99,40,118,111,44,33,49,41,44,99,111,110,116,101,110,116,67,108,97,115,115,58,99,99,40,83,111,41,44,101,110,100,58,99,99,40,118,111,44,33,49,41,44,108,97,122,121,58,99,99,40,118,111,44,33,49,41,44,110,97,118,67,108,97,115,115,58,99,99,40,83,111,41,44,110,97,118,87,114,97,112,112,101,114,67,108,97,115,115,58,99,99,40,83,111,41,44,110,111,70,97,100,101,58,99,99,40,118,111,44,33,49,41,44,110,111,75,101,121,78,97,118,58,99,99,40,118,111,44,33,49,41,44,110,111,78,97,118,83,116,121,108,101,58,99,99,40,118,111,44,33,49,41,44,116,97,103,58,99,99,40,95,111,44,34,100,105,118,34,41,125,41,41,44,36,114,41,44,110,68,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,36,114,44,109,105,120,105,110,115,58,91,65,104,44,89,65,44,121,99,93,44,112,114,111,118,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,98,118,84,97,98,115,58,116,104,105,115,125,125,44,112,114,111,112,115,58,101,68,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,99,117,114,114,101,110,116,84,97,98,58,90,97,40,116,104,105,115,91,88,65,93,44,45,49,41,44,116,97,98,115,58,91,93,44,114,101,103,105,115,116,101,114,101,100,84,97,98,115,58,91,93,125,125,44,99,111,109,112,117,116,101,100,58,123,102,97,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,110,111,70,97,100,101,125,44,108,111,99,97,108,78,97,118,67,108,97,115,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,114,101,116,117,114,110,32,116,104,105,115,46,99,97,114,100,38,38,116,104,105,115,46,118,101,114,116,105,99,97,108,38,38,116,46,112,117,115,104,40,34,99,97,114,100,45,104,101,97,100,101,114,34,44,34,104,45,49,48,48,34,44,34,98,111,114,100,101,114,45,98,111,116,116,111,109,45,48,34,44,34,114,111,117,110,100,101,100,45,48,34,41,44,91,93,46,99,111,110,99,97,116,40,116,44,91,116,104,105,115,46,110,97,118,67,108,97,115,115,93,41,125,125,44,119,97,116,99,104,58,40,36,65,61,123,125,44,85,65,40,36,65,44,88,65,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,33,61,61,101,41,123,116,61,90,97,40,116,44,45,49,41,44,101,61,90,97,40,101,44,48,41,59,118,97,114,32,110,61,116,104,105,115,46,116,97,98,115,91,116,93,59,110,38,38,33,110,46,100,105,115,97,98,108,101,100,63,116,104,105,115,46,97,99,116,105,118,97,116,101,84,97,98,40,110,41,58,116,60,101,63,116,104,105,115,46,112,114,101,118,105,111,117,115,84,97,98,40,41,58,116,104,105,115,46,110,101,120,116,84,97,98,40,41,125,125,41,41,44,85,65,40,36,65,44,34,99,117,114,114,101,110,116,84,97,98,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,45,49,59,116,104,105,115,46,116,97,98,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,114,33,61,61,116,124,124,110,46,100,105,115,97,98,108,101,100,63,110,46,108,111,99,97,108,65,99,116,105,118,101,61,33,49,58,40,110,46,108,111,99,97,108,65,99,116,105,118,101,61,33,48,44,101,61,114,41,125,41,41,44,116,104,105,115,46,36,101,109,105,116,40,90,65,44,101,41,125,41,41,44,85,65,40,36,65,44,34,116,97,98,115,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,119,108,40,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,91,36,101,93,125,41,41,44,101,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,91,36,101,93,125,41,41,41,124,124,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,110,46,36,101,109,105,116,40,117,105,44,116,46,115,108,105,99,101,40,41,44,101,46,115,108,105,99,101,40,41,41,125,41,41,125,41,41,44,85,65,40,36,65,44,34,114,101,103,105,115,116,101,114,101,100,84,97,98,115,34,44,40,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,84,97,98,115,40,41,125,41,41,44,36,65,41,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,111,98,115,101,114,118,101,114,61,110,117,108,108,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,79,98,115,101,114,118,101,114,40,33,48,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,101,116,79,98,115,101,114,118,101,114,40,33,49,41,44,116,104,105,115,46,116,97,98,115,61,91,93,125,44,109,101,116,104,111,100,115,58,123,114,101,103,105,115,116,101,114,84,97,98,58,102,117,110,99,116,105,111,110,40,116,41,123,113,97,40,116,104,105,115,46,114,101,103,105,115,116,101,114,101,100,84,97,98,115,44,116,41,124,124,116,104,105,115,46,114,101,103,105,115,116,101,114,101,100,84,97,98,115,46,112,117,115,104,40,116,41,125,44,117,110,114,101,103,105,115,116,101,114,84,97,98,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,114,101,103,105,115,116,101,114,101,100,84,97,98,115,61,116,104,105,115,46,114,101,103,105,115,116,101,114,101,100,84,97,98,115,46,115,108,105,99,101,40,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,33,61,61,116,125,41,41,125,44,115,101,116,79,98,115,101,114,118,101,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,33,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,41,124,124,97,114,103,117,109,101,110,116,115,91,48,93,59,105,102,40,116,104,105,115,46,36,95,111,98,115,101,114,118,101,114,38,38,116,104,105,115,46,36,95,111,98,115,101,114,118,101,114,46,100,105,115,99,111,110,110,101,99,116,40,41,44,116,104,105,115,46,36,95,111,98,115,101,114,118,101,114,61,110,117,108,108,44,101,41,123,118,97,114,32,110,61,102,117,110,99,116,105,111,110,40,41,123,116,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,117,112,100,97,116,101,84,97,98,115,40,41,125,41,41,125,41,41,125,59,116,104,105,115,46,36,95,111,98,115,101,114,118,101,114,61,111,112,40,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,101,110,116,44,110,44,123,99,104,105,108,100,76,105,115,116,58,33,48,44,115,117,98,116,114,101,101,58,33,49,44,97,116,116,114,105,98,117,116,101,115,58,33,48,44,97,116,116,114,105,98,117,116,101,70,105,108,116,101,114,58,91,34,105,100,34,93,125,41,125,125,44,103,101,116,84,97,98,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,114,101,103,105,115,116,101,114,101,100,84,97,98,115,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,48,61,61,61,116,46,36,99,104,105,108,100,114,101,110,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,105,115,84,97,98,125,41,41,46,108,101,110,103,116,104,125,41,41,44,101,61,91,93,59,105,102,40,117,38,38,116,46,108,101,110,103,116,104,62,48,41,123,118,97,114,32,110,61,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,35,34,46,99,111,110,99,97,116,40,116,46,115,97,102,101,73,100,40,41,41,125,41,41,46,106,111,105,110,40,34,44,32,34,41,59,101,61,83,115,40,110,44,116,104,105,115,46,36,101,108,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,105,100,125,41,41,46,102,105,108,116,101,114,40,115,101,41,125,114,101,116,117,114,110,32,104,69,40,116,44,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,101,46,105,110,100,101,120,79,102,40,116,46,115,97,102,101,73,100,40,41,41,45,101,46,105,110,100,101,120,79,102,40,110,46,115,97,102,101,73,100,40,41,41,125,41,41,125,44,117,112,100,97,116,101,84,97,98,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,84,97,98,115,40,41,44,101,61,116,46,105,110,100,101,120,79,102,40,116,46,115,108,105,99,101,40,41,46,114,101,118,101,114,115,101,40,41,46,102,105,110,100,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,111,99,97,108,65,99,116,105,118,101,38,38,33,116,46,100,105,115,97,98,108,101,100,125,41,41,41,59,105,102,40,101,60,48,41,123,118,97,114,32,110,61,116,104,105,115,46,99,117,114,114,101,110,116,84,97,98,59,110,62,61,116,46,108,101,110,103,116,104,63,101,61,116,46,105,110,100,101,120,79,102,40,116,46,115,108,105,99,101,40,41,46,114,101,118,101,114,115,101,40,41,46,102,105,110,100,40,74,65,41,41,58,116,91,110,93,38,38,33,116,91,110,93,46,100,105,115,97,98,108,101,100,38,38,40,101,61,110,41,125,101,60,48,38,38,40,101,61,116,46,105,110,100,101,120,79,102,40,116,46,102,105,110,100,40,74,65,41,41,41,44,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,116,46,108,111,99,97,108,65,99,116,105,118,101,61,110,61,61,61,101,125,41,41,44,116,104,105,115,46,116,97,98,115,61,116,44,116,104,105,115,46,99,117,114,114,101,110,116,84,97,98,61,101,125,44,103,101,116,66,117,116,116,111,110,70,111,114,84,97,98,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,40,116,104,105,115,46,36,114,101,102,115,46,98,117,116,116,111,110,115,124,124,91,93,41,46,102,105,110,100,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,46,116,97,98,61,61,61,116,125,41,41,125,44,117,112,100,97,116,101,66,117,116,116,111,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,103,101,116,66,117,116,116,111,110,70,111,114,84,97,98,40,116,41,59,101,38,38,101,46,36,102,111,114,99,101,85,112,100,97,116,101,38,38,101,46,36,102,111,114,99,101,85,112,100,97,116,101,40,41,125,44,97,99,116,105,118,97,116,101,84,97,98,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,99,117,114,114,101,110,116,84,97,98,44,110,61,116,104,105,115,46,116,97,98,115,44,114,61,33,49,59,105,102,40,116,41,123,118,97,114,32,105,61,110,46,105,110,100,101,120,79,102,40,116,41,59,105,102,40,105,33,61,61,101,38,38,105,62,45,49,38,38,33,116,46,100,105,115,97,98,108,101,100,41,123,118,97,114,32,111,61,110,101,119,32,86,118,40,111,105,44,123,99,97,110,99,101,108,97,98,108,101,58,33,48,44,118,117,101,84,97,114,103,101,116,58,116,104,105,115,44,99,111,109,112,111,110,101,110,116,73,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,125,41,59,116,104,105,115,46,36,101,109,105,116,40,111,46,116,121,112,101,44,105,44,101,44,111,41,44,111,46,100,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,124,124,40,116,104,105,115,46,99,117,114,114,101,110,116,84,97,98,61,105,44,114,61,33,48,41,125,125,114,101,116,117,114,110,32,114,124,124,116,104,105,115,91,88,65,93,61,61,61,101,124,124,116,104,105,115,46,36,101,109,105,116,40,90,65,44,101,41,44,114,125,44,100,101,97,99,116,105,118,97,116,101,84,97,98,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,33,116,38,38,116,104,105,115,46,97,99,116,105,118,97,116,101,84,97,98,40,116,104,105,115,46,116,97,98,115,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,33,61,61,116,125,41,41,46,102,105,110,100,40,74,65,41,41,125,44,102,111,99,117,115,66,117,116,116,111,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,113,115,40,101,46,103,101,116,66,117,116,116,111,110,70,111,114,84,97,98,40,116,41,41,125,41,41,125,44,101,109,105,116,84,97,98,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,69,116,40,101,41,38,38,116,38,38,116,46,36,101,109,105,116,38,38,33,116,46,100,105,115,97,98,108,101,100,38,38,116,46,36,101,109,105,116,40,108,105,44,101,41,125,44,99,108,105,99,107,84,97,98,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,97,99,116,105,118,97,116,101,84,97,98,40,116,41,44,116,104,105,115,46,101,109,105,116,84,97,98,67,108,105,99,107,40,116,44,101,41,125,44,102,105,114,115,116,84,97,98,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,116,97,98,115,46,102,105,110,100,40,74,65,41,59,116,104,105,115,46,97,99,116,105,118,97,116,101,84,97,98,40,101,41,38,38,116,38,38,40,116,104,105,115,46,102,111,99,117,115,66,117,116,116,111,110,40,101,41,44,116,104,105,115,46,101,109,105,116,84,97,98,67,108,105,99,107,40,101,44,116,41,41,125,44,112,114,101,118,105,111,117,115,84,97,98,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,81,99,40,116,104,105,115,46,99,117,114,114,101,110,116,84,97,98,44,48,41,44,110,61,116,104,105,115,46,116,97,98,115,46,115,108,105,99,101,40,48,44,101,41,46,114,101,118,101,114,115,101,40,41,46,102,105,110,100,40,74,65,41,59,116,104,105,115,46,97,99,116,105,118,97,116,101,84,97,98,40,110,41,38,38,116,38,38,40,116,104,105,115,46,102,111,99,117,115,66,117,116,116,111,110,40,110,41,44,116,104,105,115,46,101,109,105,116,84,97,98,67,108,105,99,107,40,110,44,116,41,41,125,44,110,101,120,116,84,97,98,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,81,99,40,116,104,105,115,46,99,117,114,114,101,110,116,84,97,98,44,45,49,41,44,110,61,116,104,105,115,46,116,97,98,115,46,115,108,105,99,101,40,101,43,49,41,46,102,105,110,100,40,74,65,41,59,116,104,105,115,46,97,99,116,105,118,97,116,101,84,97,98,40,110,41,38,38,116,38,38,40,116,104,105,115,46,102,111,99,117,115,66,117,116,116,111,110,40,110,41,44,116,104,105,115,46,101,109,105,116,84,97,98,67,108,105,99,107,40,110,44,116,41,41,125,44,108,97,115,116,84,97,98,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,116,97,98,115,46,115,108,105,99,101,40,41,46,114,101,118,101,114,115,101,40,41,46,102,105,110,100,40,74,65,41,59,116,104,105,115,46,97,99,116,105,118,97,116,101,84,97,98,40,101,41,38,38,116,38,38,40,116,104,105,115,46,102,111,99,117,115,66,117,116,116,111,110,40,101,41,44,116,104,105,115,46,101,109,105,116,84,97,98,67,108,105,99,107,40,101,44,116,41,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,97,108,105,103,110,44,114,61,116,104,105,115,46,99,97,114,100,44,105,61,116,104,105,115,46,101,110,100,44,111,61,116,104,105,115,46,102,105,108,108,44,97,61,116,104,105,115,46,102,105,114,115,116,84,97,98,44,115,61,116,104,105,115,46,106,117,115,116,105,102,105,101,100,44,99,61,116,104,105,115,46,108,97,115,116,84,97,98,44,117,61,116,104,105,115,46,110,101,120,116,84,97,98,44,108,61,116,104,105,115,46,110,111,75,101,121,78,97,118,44,102,61,116,104,105,115,46,110,111,78,97,118,83,116,121,108,101,44,104,61,116,104,105,115,46,112,105,108,108,115,44,100,61,116,104,105,115,46,112,114,101,118,105,111,117,115,84,97,98,44,112,61,116,104,105,115,46,115,109,97,108,108,44,118,61,116,104,105,115,46,116,97,98,115,44,103,61,116,104,105,115,46,118,101,114,116,105,99,97,108,44,109,61,118,46,102,105,110,100,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,111,99,97,108,65,99,116,105,118,101,38,38,33,116,46,100,105,115,97,98,108,101,100,125,41,41,44,98,61,118,46,102,105,110,100,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,116,46,100,105,115,97,98,108,101,100,125,41,41,44,121,61,118,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,118,97,114,32,105,44,111,61,110,46,115,97,102,101,73,100,44,115,61,110,117,108,108,59,114,101,116,117,114,110,32,108,124,124,40,115,61,45,49,44,40,110,61,61,61,109,124,124,33,109,38,38,110,61,61,61,98,41,38,38,40,115,61,110,117,108,108,41,41,44,116,40,81,65,44,123,112,114,111,112,115,58,123,99,111,110,116,114,111,108,115,58,111,63,111,40,41,58,110,117,108,108,44,105,100,58,110,46,99,111,110,116,114,111,108,108,101,100,66,121,124,124,40,111,63,111,40,34,95,66,86,95,116,97,98,95,98,117,116,116,111,110,95,34,41,58,110,117,108,108,41,44,110,111,75,101,121,78,97,118,58,108,44,112,111,115,73,110,83,101,116,58,114,43,49,44,115,101,116,83,105,122,101,58,118,46,108,101,110,103,116,104,44,116,97,98,58,110,44,116,97,98,73,110,100,101,120,58,115,125,44,111,110,58,40,105,61,123,125,44,85,65,40,105,44,108,105,44,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,99,108,105,99,107,84,97,98,40,110,44,116,41,125,41,41,44,85,65,40,105,44,120,105,44,97,41,44,85,65,40,105,44,66,105,44,100,41,44,85,65,40,105,44,76,105,44,117,41,44,85,65,40,105,44,69,105,44,99,41,44,105,41,44,107,101,121,58,110,91,36,101,93,124,124,114,44,114,101,102,58,34,98,117,116,116,111,110,115,34,44,114,101,102,73,110,70,111,114,58,33,48,125,41,125,41,41,44,119,61,116,40,87,83,44,123,99,108,97,115,115,58,116,104,105,115,46,108,111,99,97,108,78,97,118,67,108,97,115,115,44,97,116,116,114,115,58,123,114,111,108,101,58,34,116,97,98,108,105,115,116,34,44,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,34,95,66,86,95,116,97,98,95,99,111,110,116,114,111,108,115,95,34,41,125,44,112,114,111,112,115,58,123,102,105,108,108,58,111,44,106,117,115,116,105,102,105,101,100,58,115,44,97,108,105,103,110,58,110,44,116,97,98,115,58,33,102,38,38,33,104,44,112,105,108,108,115,58,33,102,38,38,104,44,118,101,114,116,105,99,97,108,58,103,44,115,109,97,108,108,58,112,44,99,97,114,100,72,101,97,100,101,114,58,114,38,38,33,103,125,44,114,101,102,58,34,110,97,118,34,125,44,91,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,66,97,41,124,124,116,40,41,44,121,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,70,97,41,124,124,116,40,41,93,41,59,119,61,116,40,34,100,105,118,34,44,123,99,108,97,115,115,58,91,123,34,99,97,114,100,45,104,101,97,100,101,114,34,58,114,38,38,33,103,38,38,33,105,44,34,99,97,114,100,45,102,111,111,116,101,114,34,58,114,38,38,33,103,38,38,105,44,34,99,111,108,45,97,117,116,111,34,58,103,125,44,116,104,105,115,46,110,97,118,87,114,97,112,112,101,114,67,108,97,115,115,93,44,107,101,121,58,34,98,118,45,116,97,98,115,45,110,97,118,34,125,44,91,119,93,41,59,118,97,114,32,95,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,124,124,91,93,44,120,61,116,40,41,59,48,61,61,61,95,46,108,101,110,103,116,104,38,38,40,120,61,116,40,34,100,105,118,34,44,123,99,108,97,115,115,58,91,34,116,97,98,45,112,97,110,101,34,44,34,97,99,116,105,118,101,34,44,123,34,99,97,114,100,45,98,111,100,121,34,58,114,125,93,44,107,101,121,58,34,98,118,45,101,109,112,116,121,45,116,97,98,34,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,89,111,41,41,41,59,118,97,114,32,79,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,116,97,98,45,99,111,110,116,101,110,116,34,44,99,108,97,115,115,58,91,123,99,111,108,58,103,125,44,116,104,105,115,46,99,111,110,116,101,110,116,67,108,97,115,115,93,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,34,95,66,86,95,116,97,98,95,99,111,110,116,97,105,110,101,114,95,34,41,125,44,107,101,121,58,34,98,118,45,99,111,110,116,101,110,116,34,44,114,101,102,58,34,99,111,110,116,101,110,116,34,125,44,91,95,44,120,93,41,59,114,101,116,117,114,110,32,116,40,116,104,105,115,46,116,97,103,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,116,97,98,115,34,44,99,108,97,115,115,58,123,114,111,119,58,103,44,34,110,111,45,103,117,116,116,101,114,115,34,58,103,38,38,114,125,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,125,125,44,91,105,63,79,58,116,40,41,44,119,44,105,63,116,40,41,58,79,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,114,68,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,105,68,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,114,68,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,111,68,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,114,68,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,111,68,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,97,68,44,115,68,61,34,97,99,116,105,118,101,34,44,99,68,61,115,111,43,115,68,44,117,68,61,104,99,40,75,116,40,105,68,40,105,68,40,123,125,44,69,104,41,44,123,125,44,40,87,65,61,123,125,44,111,68,40,87,65,44,115,68,44,99,99,40,118,111,44,33,49,41,41,44,111,68,40,87,65,44,34,98,117,116,116,111,110,73,100,34,44,99,99,40,95,111,41,41,44,111,68,40,87,65,44,34,100,105,115,97,98,108,101,100,34,44,99,99,40,118,111,44,33,49,41,41,44,111,68,40,87,65,44,34,108,97,122,121,34,44,99,99,40,118,111,44,33,49,41,41,44,111,68,40,87,65,44,34,110,111,66,111,100,121,34,44,99,99,40,118,111,44,33,49,41,41,44,111,68,40,87,65,44,34,116,97,103,34,44,99,99,40,95,111,44,34,100,105,118,34,41,41,44,111,68,40,87,65,44,34,116,105,116,108,101,34,44,99,99,40,95,111,41,41,44,111,68,40,87,65,44,34,116,105,116,108,101,73,116,101,109,67,108,97,115,115,34,44,99,99,40,83,111,41,41,44,111,68,40,87,65,44,34,116,105,116,108,101,76,105,110,107,65,116,116,114,105,98,117,116,101,115,34,44,99,99,40,121,111,41,41,44,111,68,40,87,65,44,34,116,105,116,108,101,76,105,110,107,67,108,97,115,115,34,44,99,99,40,83,111,41,41,44,87,65,41,41,41,44,65,114,41,44,108,68,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,65,114,44,109,105,120,105,110,115,58,91,65,104,44,121,99,93,44,105,110,106,101,99,116,58,123,98,118,84,97,98,115,58,123,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,125,125,125,125,44,112,114,111,112,115,58,117,68,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,99,97,108,65,99,116,105,118,101,58,116,104,105,115,91,115,68,93,38,38,33,116,104,105,115,46,100,105,115,97,98,108,101,100,125,125,44,99,111,109,112,117,116,101,100,58,123,95,105,115,84,97,98,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,125,44,116,97,98,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,108,111,99,97,108,65,99,116,105,118,101,44,101,61,116,104,105,115,46,100,105,115,97,98,108,101,100,59,114,101,116,117,114,110,91,123,97,99,116,105,118,101,58,116,44,100,105,115,97,98,108,101,100,58,101,44,34,99,97,114,100,45,98,111,100,121,34,58,116,104,105,115,46,98,118,84,97,98,115,46,99,97,114,100,38,38,33,116,104,105,115,46,110,111,66,111,100,121,125,44,116,63,116,104,105,115,46,98,118,84,97,98,115,46,97,99,116,105,118,101,84,97,98,67,108,97,115,115,58,110,117,108,108,93,125,44,99,111,110,116,114,111,108,108,101,100,66,121,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,117,116,116,111,110,73,100,124,124,116,104,105,115,46,115,97,102,101,73,100,40,34,95,95,66,86,95,116,97,98,95,98,117,116,116,111,110,95,95,34,41,125,44,99,111,109,112,117,116,101,100,78,111,70,97,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,98,118,84,97,98,115,46,102,97,100,101,125,44,99,111,109,112,117,116,101,100,76,97,122,121,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,98,118,84,97,98,115,46,108,97,122,121,124,124,116,104,105,115,46,108,97,122,121,125,125,44,119,97,116,99,104,58,40,113,65,61,123,125,44,111,68,40,113,65,44,115,68,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,33,61,61,101,38,38,40,116,63,116,104,105,115,46,97,99,116,105,118,97,116,101,40,41,58,116,104,105,115,46,100,101,97,99,116,105,118,97,116,101,40,41,124,124,116,104,105,115,46,36,101,109,105,116,40,99,68,44,116,104,105,115,46,108,111,99,97,108,65,99,116,105,118,101,41,41,125,41,41,44,111,68,40,113,65,44,34,100,105,115,97,98,108,101,100,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,33,61,61,101,41,123,118,97,114,32,110,61,116,104,105,115,46,98,118,84,97,98,115,46,102,105,114,115,116,84,97,98,59,116,38,38,116,104,105,115,46,108,111,99,97,108,65,99,116,105,118,101,38,38,110,38,38,40,116,104,105,115,46,108,111,99,97,108,65,99,116,105,118,101,61,33,49,44,110,40,41,41,125,125,41,41,44,111,68,40,113,65,44,34,108,111,99,97,108,65,99,116,105,118,101,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,101,109,105,116,40,99,68,44,116,41,125,41,41,44,113,65,41,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,114,101,103,105,115,116,101,114,84,97,98,40,41,125,44,117,112,100,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,98,118,84,97,98,115,46,117,112,100,97,116,101,66,117,116,116,111,110,59,116,38,38,116,104,105,115,46,104,97,115,78,111,114,109,97,108,105,122,101,100,83,108,111,116,40,122,97,41,38,38,116,40,116,104,105,115,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,110,114,101,103,105,115,116,101,114,84,97,98,40,41,125,44,109,101,116,104,111,100,115,58,123,114,101,103,105,115,116,101,114,84,97,98,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,98,118,84,97,98,115,46,114,101,103,105,115,116,101,114,84,97,98,59,116,38,38,116,40,116,104,105,115,41,125,44,117,110,114,101,103,105,115,116,101,114,84,97,98,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,98,118,84,97,98,115,46,117,110,114,101,103,105,115,116,101,114,84,97,98,59,116,38,38,116,40,116,104,105,115,41,125,44,97,99,116,105,118,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,98,118,84,97,98,115,46,97,99,116,105,118,97,116,101,84,97,98,59,114,101,116,117,114,110,33,40,33,116,124,124,116,104,105,115,46,100,105,115,97,98,108,101,100,41,38,38,116,40,116,104,105,115,41,125,44,100,101,97,99,116,105,118,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,98,118,84,97,98,115,46,100,101,97,99,116,105,118,97,116,101,84,97,98,59,114,101,116,117,114,110,33,40,33,116,124,124,33,116,104,105,115,46,108,111,99,97,108,65,99,116,105,118,101,41,38,38,116,40,116,104,105,115,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,108,111,99,97,108,65,99,116,105,118,101,44,110,61,116,40,116,104,105,115,46,116,97,103,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,116,97,98,45,112,97,110,101,34,44,99,108,97,115,115,58,116,104,105,115,46,116,97,98,67,108,97,115,115,101,115,44,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,118,97,108,117,101,58,101,125,93,44,97,116,116,114,115,58,123,114,111,108,101,58,34,116,97,98,112,97,110,101,108,34,44,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,44,34,97,114,105,97,45,104,105,100,100,101,110,34,58,101,63,34,102,97,108,115,101,34,58,34,116,114,117,101,34,44,34,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,34,58,116,104,105,115,46,99,111,110,116,114,111,108,108,101,100,66,121,124,124,110,117,108,108,125,44,114,101,102,58,34,112,97,110,101,108,34,125,44,91,101,124,124,33,116,104,105,115,46,99,111,109,112,117,116,101,100,76,97,122,121,63,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,58,116,40,41,93,41,59,114,101,116,117,114,110,32,116,40,66,99,44,123,112,114,111,112,115,58,123,109,111,100,101,58,34,111,117,116,45,105,110,34,44,110,111,70,97,100,101,58,116,104,105,115,46,99,111,109,112,117,116,101,100,78,111,70,97,100,101,125,125,44,91,110,93,41,125,125,41,44,102,68,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,84,97,98,115,58,110,68,44,66,84,97,98,58,108,68,125,125,41,44,104,68,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,84,105,109,101,58,90,95,125,125,41,44,100,68,61,110,40,34,50,98,56,56,34,41,44,112,68,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,109,105,120,105,110,115,58,91,121,99,93,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,110,97,109,101,58,34,98,45,116,111,97,115,116,101,114,34,125,125,44,109,101,116,104,111,100,115,58,123,111,110,65,102,116,101,114,69,110,116,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,65,115,40,116,44,34,34,46,99,111,110,99,97,116,40,101,46,110,97,109,101,44,34,45,101,110,116,101,114,45,116,111,34,41,41,125,41,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,40,34,116,114,97,110,115,105,116,105,111,110,45,103,114,111,117,112,34,44,123,112,114,111,112,115,58,123,116,97,103,58,34,100,105,118,34,44,110,97,109,101,58,116,104,105,115,46,110,97,109,101,125,44,111,110,58,123,97,102,116,101,114,69,110,116,101,114,58,116,104,105,115,46,111,110,65,102,116,101,114,69,110,116,101,114,125,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,41,41,125,125,41,44,118,68,61,104,99,40,123,97,114,105,97,65,116,111,109,105,99,58,99,99,40,95,111,41,44,97,114,105,97,76,105,118,101,58,99,99,40,95,111,41,44,110,97,109,101,58,99,99,40,95,111,44,118,111,105,100,32,48,44,33,48,41,44,114,111,108,101,58,99,99,40,95,111,41,125,44,72,114,41,44,103,68,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,72,114,44,109,105,120,105,110,115,58,91,67,108,93,44,112,114,111,112,115,58,118,68,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,100,111,82,101,110,100,101,114,58,33,49,44,100,101,97,100,58,33,49,44,115,116,97,116,105,99,78,97,109,101,58,116,104,105,115,46,110,97,109,101,125,125,44,98,101,102,111,114,101,77,111,117,110,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,104,105,115,46,110,97,109,101,59,116,104,105,115,46,115,116,97,116,105,99,78,97,109,101,61,101,44,100,68,91,34,87,111,114,109,104,111,108,101,34,93,46,104,97,115,84,97,114,103,101,116,40,101,41,63,40,102,101,40,39,65,32,34,60,112,111,114,116,97,108,45,116,97,114,103,101,116,62,34,32,119,105,116,104,32,110,97,109,101,32,34,39,46,99,111,110,99,97,116,40,101,44,39,34,32,97,108,114,101,97,100,121,32,101,120,105,115,116,115,32,105,110,32,116,104,101,32,100,111,99,117,109,101,110,116,46,39,41,44,72,114,41,44,116,104,105,115,46,100,101,97,100,61,33,48,41,58,40,116,104,105,115,46,100,111,82,101,110,100,101,114,61,33,48,44,116,104,105,115,46,36,111,110,99,101,40,111,111,44,40,102,117,110,99,116,105,111,110,40,41,123,116,46,101,109,105,116,79,110,82,111,111,116,40,67,99,40,72,114,44,112,105,41,44,101,41,125,41,41,41,125,44,100,101,115,116,114,111,121,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,101,108,59,116,38,38,116,46,112,97,114,101,110,116,78,111,100,101,38,38,116,46,112,97,114,101,110,116,78,111,100,101,46,114,101,109,111,118,101,67,104,105,108,100,40,116,41,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,40,34,100,105,118,34,44,123,99,108,97,115,115,58,91,34,100,45,110,111,110,101,34,44,123,34,98,45,100,101,97,100,45,116,111,97,115,116,101,114,34,58,116,104,105,115,46,100,101,97,100,125,93,125,41,59,105,102,40,116,104,105,115,46,100,111,82,101,110,100,101,114,41,123,118,97,114,32,110,61,116,40,100,68,91,34,80,111,114,116,97,108,84,97,114,103,101,116,34,93,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,116,111,97,115,116,101,114,45,115,108,111,116,34,44,112,114,111,112,115,58,123,110,97,109,101,58,116,104,105,115,46,115,116,97,116,105,99,78,97,109,101,44,109,117,108,116,105,112,108,101,58,33,48,44,116,97,103,58,34,100,105,118,34,44,115,108,105,109,58,33,49,44,116,114,97,110,115,105,116,105,111,110,58,112,68,125,125,41,59,101,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,116,111,97,115,116,101,114,34,44,99,108,97,115,115,58,91,116,104,105,115,46,115,116,97,116,105,99,78,97,109,101,93,44,97,116,116,114,115,58,123,105,100,58,116,104,105,115,46,115,116,97,116,105,99,78,97,109,101,44,114,111,108,101,58,116,104,105,115,46,114,111,108,101,124,124,110,117,108,108,44,34,97,114,105,97,45,108,105,118,101,34,58,116,104,105,115,46,97,114,105,97,76,105,118,101,44,34,97,114,105,97,45,97,116,111,109,105,99,34,58,116,104,105,115,46,97,114,105,97,65,116,111,109,105,99,125,125,44,91,110,93,41,125,114,101,116,117,114,110,32,101,125,125,41,59,102,117,110,99,116,105,111,110,32,109,68,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,98,68,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,109,68,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,121,68,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,109,68,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,121,68,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,119,68,61,103,99,40,34,118,105,115,105,98,108,101,34,44,123,116,121,112,101,58,118,111,44,100,101,102,97,117,108,116,86,97,108,117,101,58,33,49,44,101,118,101,110,116,58,99,105,125,41,44,95,68,61,119,68,46,109,105,120,105,110,44,120,68,61,119,68,46,112,114,111,112,115,44,79,68,61,119,68,46,112,114,111,112,44,83,68,61,119,68,46,101,118,101,110,116,44,107,68,61,49,101,51,44,67,68,61,113,116,40,78,108,44,91,34,104,114,101,102,34,44,34,116,111,34,93,41,44,80,68,61,104,99,40,75,116,40,98,68,40,98,68,40,98,68,40,98,68,40,123,125,44,69,104,41,44,120,68,41,44,67,68,41,44,123,125,44,123,97,112,112,101,110,100,84,111,97,115,116,58,99,99,40,118,111,44,33,49,41,44,97,117,116,111,72,105,100,101,68,101,108,97,121,58,99,99,40,65,111,44,53,101,51,41,44,98,111,100,121,67,108,97,115,115,58,99,99,40,83,111,41,44,104,101,97,100,101,114,67,108,97,115,115,58,99,99,40,83,111,41,44,105,115,83,116,97,116,117,115,58,99,99,40,118,111,44,33,49,41,44,110,111,65,117,116,111,72,105,100,101,58,99,99,40,118,111,44,33,49,41,44,110,111,67,108,111,115,101,66,117,116,116,111,110,58,99,99,40,118,111,44,33,49,41,44,110,111,70,97,100,101,58,99,99,40,118,111,44,33,49,41,44,110,111,72,111,118,101,114,80,97,117,115,101,58,99,99,40,118,111,44,33,49,41,44,115,111,108,105,100,58,99,99,40,118,111,44,33,49,41,44,115,116,97,116,105,99,58,99,99,40,118,111,44,33,49,41,44,116,105,116,108,101,58,99,99,40,95,111,41,44,116,111,97,115,116,67,108,97,115,115,58,99,99,40,83,111,41,44,116,111,97,115,116,101,114,58,99,99,40,95,111,44,34,98,45,116,111,97,115,116,101,114,45,116,111,112,45,114,105,103,104,116,34,41,44,118,97,114,105,97,110,116,58,99,99,40,95,111,41,125,41,41,44,86,114,41,44,84,68,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,86,114,44,109,105,120,105,110,115,58,91,107,108,44,65,104,44,95,68,44,67,108,44,121,99,44,121,79,93,44,105,110,104,101,114,105,116,65,116,116,114,115,58,33,49,44,112,114,111,112,115,58,80,68,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,105,115,77,111,117,110,116,101,100,58,33,49,44,100,111,82,101,110,100,101,114,58,33,49,44,108,111,99,97,108,83,104,111,119,58,33,49,44,105,115,84,114,97,110,115,105,116,105,111,110,105,110,103,58,33,49,44,105,115,72,105,100,105,110,103,58,33,49,44,111,114,100,101,114,58,48,44,100,105,115,109,105,115,115,83,116,97,114,116,101,100,58,48,44,114,101,115,117,109,101,68,105,115,109,105,115,115,58,48,125,125,44,99,111,109,112,117,116,101,100,58,123,116,111,97,115,116,67,108,97,115,115,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,97,112,112,101,110,100,84,111,97,115,116,44,101,61,116,104,105,115,46,118,97,114,105,97,110,116,59,114,101,116,117,114,110,32,121,68,40,123,34,98,45,116,111,97,115,116,45,115,111,108,105,100,34,58,116,104,105,115,46,115,111,108,105,100,44,34,98,45,116,111,97,115,116,45,97,112,112,101,110,100,34,58,116,44,34,98,45,116,111,97,115,116,45,112,114,101,112,101,110,100,34,58,33,116,125,44,34,98,45,116,111,97,115,116,45,34,46,99,111,110,99,97,116,40,101,41,44,101,41,125,44,115,108,111,116,83,99,111,112,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,104,105,100,101,59,114,101,116,117,114,110,123,104,105,100,101,58,116,125,125,44,99,111,109,112,117,116,101,100,68,117,114,97,116,105,111,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,81,99,40,90,97,40,116,104,105,115,46,97,117,116,111,72,105,100,101,68,101,108,97,121,44,48,41,44,107,68,41,125,44,99,111,109,112,117,116,101,100,84,111,97,115,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,83,116,114,105,110,103,40,116,104,105,115,46,116,111,97,115,116,101,114,41,125,44,116,114,97,110,115,105,116,105,111,110,72,97,110,100,108,101,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,98,101,102,111,114,101,69,110,116,101,114,58,116,104,105,115,46,111,110,66,101,102,111,114,101,69,110,116,101,114,44,97,102,116,101,114,69,110,116,101,114,58,116,104,105,115,46,111,110,65,102,116,101,114,69,110,116,101,114,44,98,101,102,111,114,101,76,101,97,118,101,58,116,104,105,115,46,111,110,66,101,102,111,114,101,76,101,97,118,101,44,97,102,116,101,114,76,101,97,118,101,58,116,104,105,115,46,111,110,65,102,116,101,114,76,101,97,118,101,125,125,44,99,111,109,112,117,116,101,100,65,116,116,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,98,68,40,98,68,40,123,125,44,116,104,105,115,46,98,118,65,116,116,114,115,41,44,123,125,44,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,44,116,97,98,105,110,100,101,120,58,34,48,34,125,41,125,125,44,119,97,116,99,104,58,40,97,68,61,123,125,44,121,68,40,97,68,44,79,68,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,91,116,63,34,115,104,111,119,34,58,34,104,105,100,101,34,93,40,41,125,41,41,44,121,68,40,97,68,44,34,108,111,99,97,108,83,104,111,119,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,33,61,61,116,104,105,115,91,79,68,93,38,38,116,104,105,115,46,36,101,109,105,116,40,83,68,44,116,41,125,41,41,44,121,68,40,97,68,44,34,116,111,97,115,116,101,114,34,44,40,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,116,104,105,115,46,101,110,115,117,114,101,84,111,97,115,116,101,114,41,125,41,41,44,121,68,40,97,68,44,34,115,116,97,116,105,99,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,116,104,105,115,46,108,111,99,97,108,83,104,111,119,38,38,116,104,105,115,46,101,110,115,117,114,101,84,111,97,115,116,101,114,40,41,125,41,41,44,97,68,41,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,95,100,105,115,109,105,115,115,84,105,109,101,114,61,110,117,108,108,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,105,115,77,111,117,110,116,101,100,61,33,48,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,91,79,68,93,38,38,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,115,104,111,119,40,41,125,41,41,125,41,41,44,116,104,105,115,46,108,105,115,116,101,110,79,110,82,111,111,116,40,80,99,40,86,114,44,88,105,41,44,40,102,117,110,99,116,105,111,110,40,101,41,123,101,61,61,61,116,46,115,97,102,101,73,100,40,41,38,38,116,46,115,104,111,119,40,41,125,41,41,44,116,104,105,115,46,108,105,115,116,101,110,79,110,82,111,111,116,40,80,99,40,86,114,44,80,105,41,44,40,102,117,110,99,116,105,111,110,40,101,41,123,101,38,38,101,33,61,61,116,46,115,97,102,101,73,100,40,41,124,124,116,46,104,105,100,101,40,41,125,41,41,44,116,104,105,115,46,108,105,115,116,101,110,79,110,82,111,111,116,40,67,99,40,72,114,44,112,105,41,44,40,102,117,110,99,116,105,111,110,40,101,41,123,101,61,61,61,116,46,99,111,109,112,117,116,101,100,84,111,97,115,116,101,114,38,38,116,46,104,105,100,101,40,41,125,41,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,108,101,97,114,68,105,115,109,105,115,115,84,105,109,101,114,40,41,125,44,109,101,116,104,111,100,115,58,123,115,104,111,119,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,105,102,40,33,116,104,105,115,46,108,111,99,97,108,83,104,111,119,41,123,116,104,105,115,46,101,110,115,117,114,101,84,111,97,115,116,101,114,40,41,59,118,97,114,32,101,61,116,104,105,115,46,98,117,105,108,100,69,118,101,110,116,40,88,105,41,59,116,104,105,115,46,101,109,105,116,69,118,101,110,116,40,101,41,44,116,104,105,115,46,100,105,115,109,105,115,115,83,116,97,114,116,101,100,61,116,104,105,115,46,114,101,115,117,109,101,68,105,115,109,105,115,115,61,48,44,116,104,105,115,46,111,114,100,101,114,61,68,97,116,101,46,110,111,119,40,41,42,40,116,104,105,115,46,97,112,112,101,110,100,84,111,97,115,116,63,49,58,45,49,41,44,116,104,105,115,46,105,115,72,105,100,105,110,103,61,33,49,44,116,104,105,115,46,100,111,82,101,110,100,101,114,61,33,48,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,108,111,99,97,108,83,104,111,119,61,33,48,125,41,41,125,41,41,125,125,44,104,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,105,102,40,116,104,105,115,46,108,111,99,97,108,83,104,111,119,41,123,118,97,114,32,101,61,116,104,105,115,46,98,117,105,108,100,69,118,101,110,116,40,80,105,41,59,116,104,105,115,46,101,109,105,116,69,118,101,110,116,40,101,41,44,116,104,105,115,46,115,101,116,72,111,118,101,114,72,97,110,100,108,101,114,40,33,49,41,44,116,104,105,115,46,100,105,115,109,105,115,115,83,116,97,114,116,101,100,61,116,104,105,115,46,114,101,115,117,109,101,68,105,115,109,105,115,115,61,48,44,116,104,105,115,46,99,108,101,97,114,68,105,115,109,105,115,115,84,105,109,101,114,40,41,44,116,104,105,115,46,105,115,72,105,100,105,110,103,61,33,48,44,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,108,111,99,97,108,83,104,111,119,61,33,49,125,41,41,125,125,44,98,117,105,108,100,69,118,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,59,114,101,116,117,114,110,32,110,101,119,32,86,118,40,116,44,98,68,40,98,68,40,123,99,97,110,99,101,108,97,98,108,101,58,33,49,44,116,97,114,103,101,116,58,116,104,105,115,46,36,101,108,124,124,110,117,108,108,44,114,101,108,97,116,101,100,84,97,114,103,101,116,58,110,117,108,108,125,44,101,41,44,123,125,44,123,118,117,101,84,97,114,103,101,116,58,116,104,105,115,44,99,111,109,112,111,110,101,110,116,73,100,58,116,104,105,115,46,115,97,102,101,73,100,40,41,125,41,41,125,44,101,109,105,116,69,118,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,116,121,112,101,59,116,104,105,115,46,101,109,105,116,79,110,82,111,111,116,40,67,99,40,86,114,44,101,41,44,116,41,44,116,104,105,115,46,36,101,109,105,116,40,101,44,116,41,125,44,101,110,115,117,114,101,84,111,97,115,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,33,116,104,105,115,46,115,116,97,116,105,99,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,109,112,117,116,101,100,84,111,97,115,116,101,114,59,105,102,40,33,100,68,91,34,87,111,114,109,104,111,108,101,34,93,46,104,97,115,84,97,114,103,101,116,40,116,41,41,123,118,97,114,32,101,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,59,100,111,99,117,109,101,110,116,46,98,111,100,121,46,97,112,112,101,110,100,67,104,105,108,100,40,101,41,59,118,97,114,32,110,61,110,101,119,32,103,68,40,123,112,97,114,101,110,116,58,116,104,105,115,46,36,114,111,111,116,44,112,114,111,112,115,68,97,116,97,58,123,110,97,109,101,58,116,125,125,41,59,110,46,36,109,111,117,110,116,40,101,41,125,125,125,44,115,116,97,114,116,68,105,115,109,105,115,115,84,105,109,101,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,108,101,97,114,68,105,115,109,105,115,115,84,105,109,101,114,40,41,44,116,104,105,115,46,110,111,65,117,116,111,72,105,100,101,124,124,40,116,104,105,115,46,36,95,100,105,115,109,105,115,115,84,105,109,101,114,61,115,101,116,84,105,109,101,111,117,116,40,116,104,105,115,46,104,105,100,101,44,116,104,105,115,46,114,101,115,117,109,101,68,105,115,109,105,115,115,124,124,116,104,105,115,46,99,111,109,112,117,116,101,100,68,117,114,97,116,105,111,110,41,44,116,104,105,115,46,100,105,115,109,105,115,115,83,116,97,114,116,101,100,61,68,97,116,101,46,110,111,119,40,41,44,116,104,105,115,46,114,101,115,117,109,101,68,105,115,109,105,115,115,61,48,41,125,44,99,108,101,97,114,68,105,115,109,105,115,115,84,105,109,101,114,58,102,117,110,99,116,105,111,110,40,41,123,99,108,101,97,114,84,105,109,101,111,117,116,40,116,104,105,115,46,36,95,100,105,115,109,105,115,115,84,105,109,101,114,41,44,116,104,105,115,46,36,95,100,105,115,109,105,115,115,84,105,109,101,114,61,110,117,108,108,125,44,115,101,116,72,111,118,101,114,72,97,110,100,108,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,36,114,101,102,115,91,34,98,45,116,111,97,115,116,34,93,59,79,99,40,116,44,101,44,34,109,111,117,115,101,101,110,116,101,114,34,44,116,104,105,115,46,111,110,80,97,117,115,101,44,102,111,41,44,79,99,40,116,44,101,44,34,109,111,117,115,101,108,101,97,118,101,34,44,116,104,105,115,46,111,110,85,110,80,97,117,115,101,44,102,111,41,125,44,111,110,80,97,117,115,101,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,33,116,104,105,115,46,110,111,65,117,116,111,72,105,100,101,38,38,33,116,104,105,115,46,110,111,72,111,118,101,114,80,97,117,115,101,38,38,116,104,105,115,46,36,95,100,105,115,109,105,115,115,84,105,109,101,114,38,38,33,116,104,105,115,46,114,101,115,117,109,101,68,105,115,109,105,115,115,41,123,118,97,114,32,116,61,68,97,116,101,46,110,111,119,40,41,45,116,104,105,115,46,100,105,115,109,105,115,115,83,116,97,114,116,101,100,59,116,62,48,38,38,40,116,104,105,115,46,99,108,101,97,114,68,105,115,109,105,115,115,84,105,109,101,114,40,41,44,116,104,105,115,46,114,101,115,117,109,101,68,105,115,109,105,115,115,61,81,99,40,116,104,105,115,46,99,111,109,112,117,116,101,100,68,117,114,97,116,105,111,110,45,116,44,107,68,41,41,125,125,44,111,110,85,110,80,97,117,115,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,110,111,65,117,116,111,72,105,100,101,124,124,116,104,105,115,46,110,111,72,111,118,101,114,80,97,117,115,101,124,124,33,116,104,105,115,46,114,101,115,117,109,101,68,105,115,109,105,115,115,63,116,104,105,115,46,114,101,115,117,109,101,68,105,115,109,105,115,115,61,116,104,105,115,46,100,105,115,109,105,115,115,83,116,97,114,116,101,100,61,48,58,116,104,105,115,46,115,116,97,114,116,68,105,115,109,105,115,115,84,105,109,101,114,40,41,125,44,111,110,76,105,110,107,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,104,105,100,101,40,41,125,41,41,125,41,41,125,44,111,110,66,101,102,111,114,101,69,110,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,84,114,97,110,115,105,116,105,111,110,105,110,103,61,33,48,125,44,111,110,65,102,116,101,114,69,110,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,84,114,97,110,115,105,116,105,111,110,105,110,103,61,33,49,59,118,97,114,32,116,61,116,104,105,115,46,98,117,105,108,100,69,118,101,110,116,40,90,105,41,59,116,104,105,115,46,101,109,105,116,69,118,101,110,116,40,116,41,44,116,104,105,115,46,115,116,97,114,116,68,105,115,109,105,115,115,84,105,109,101,114,40,41,44,116,104,105,115,46,115,101,116,72,111,118,101,114,72,97,110,100,108,101,114,40,33,48,41,125,44,111,110,66,101,102,111,114,101,76,101,97,118,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,84,114,97,110,115,105,116,105,111,110,105,110,103,61,33,48,125,44,111,110,65,102,116,101,114,76,101,97,118,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,84,114,97,110,115,105,116,105,111,110,105,110,103,61,33,49,44,116,104,105,115,46,111,114,100,101,114,61,48,44,116,104,105,115,46,114,101,115,117,109,101,68,105,115,109,105,115,115,61,116,104,105,115,46,100,105,115,109,105,115,115,83,116,97,114,116,101,100,61,48,59,118,97,114,32,116,61,116,104,105,115,46,98,117,105,108,100,69,118,101,110,116,40,67,105,41,59,116,104,105,115,46,101,109,105,116,69,118,101,110,116,40,116,41,44,116,104,105,115,46,100,111,82,101,110,100,101,114,61,33,49,125,44,109,97,107,101,84,111,97,115,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,116,105,116,108,101,44,114,61,116,104,105,115,46,115,108,111,116,83,99,111,112,101,44,105,61,95,117,40,116,104,105,115,41,44,111,61,91,93,44,97,61,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,86,97,44,114,41,59,97,63,111,46,112,117,115,104,40,97,41,58,110,38,38,111,46,112,117,115,104,40,116,40,34,115,116,114,111,110,103,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,114,45,50,34,125,44,110,41,41,44,116,104,105,115,46,110,111,67,108,111,115,101,66,117,116,116,111,110,124,124,111,46,112,117,115,104,40,116,40,69,99,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,108,45,97,117,116,111,32,109,98,45,49,34,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,101,46,104,105,100,101,40,41,125,125,125,41,41,59,118,97,114,32,115,61,116,40,41,59,111,46,108,101,110,103,116,104,62,48,38,38,40,115,61,116,40,34,104,101,97,100,101,114,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,116,111,97,115,116,45,104,101,97,100,101,114,34,44,99,108,97,115,115,58,116,104,105,115,46,104,101,97,100,101,114,67,108,97,115,115,125,44,111,41,41,59,118,97,114,32,99,61,116,40,105,63,122,108,58,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,116,111,97,115,116,45,98,111,100,121,34,44,99,108,97,115,115,58,116,104,105,115,46,98,111,100,121,67,108,97,115,115,44,112,114,111,112,115,58,105,63,108,99,40,67,68,44,116,104,105,115,41,58,123,125,44,111,110,58,105,63,123,99,108,105,99,107,58,116,104,105,115,46,111,110,76,105,110,107,67,108,105,99,107,125,58,123,125,125,44,116,104,105,115,46,110,111,114,109,97,108,105,122,101,83,108,111,116,40,72,111,44,114,41,41,59,114,101,116,117,114,110,32,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,116,111,97,115,116,34,44,99,108,97,115,115,58,116,104,105,115,46,116,111,97,115,116,67,108,97,115,115,44,97,116,116,114,115,58,116,104,105,115,46,99,111,109,112,117,116,101,100,65,116,116,114,115,44,107,101,121,58,34,116,111,97,115,116,45,34,46,99,111,110,99,97,116,40,116,104,105,115,91,36,101,93,41,44,114,101,102,58,34,116,111,97,115,116,34,125,44,91,115,44,99,93,41,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,116,104,105,115,46,100,111,82,101,110,100,101,114,124,124,33,116,104,105,115,46,105,115,77,111,117,110,116,101,100,41,114,101,116,117,114,110,32,116,40,41,59,118,97,114,32,101,61,116,104,105,115,46,111,114,100,101,114,44,110,61,116,104,105,115,46,115,116,97,116,105,99,44,114,61,116,104,105,115,46,105,115,72,105,100,105,110,103,44,105,61,116,104,105,115,46,105,115,83,116,97,116,117,115,44,111,61,34,98,45,116,111,97,115,116,45,34,46,99,111,110,99,97,116,40,116,104,105,115,91,36,101,93,41,44,97,61,116,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,45,116,111,97,115,116,34,44,99,108,97,115,115,58,116,104,105,115,46,116,111,97,115,116,67,108,97,115,115,101,115,44,97,116,116,114,115,58,98,68,40,98,68,40,123,125,44,110,63,123,125,58,116,104,105,115,46,115,99,111,112,101,100,83,116,121,108,101,65,116,116,114,115,41,44,123,125,44,123,105,100,58,116,104,105,115,46,115,97,102,101,73,100,40,34,95,116,111,97,115,116,95,111,117,116,101,114,34,41,44,114,111,108,101,58,114,63,110,117,108,108,58,105,63,34,115,116,97,116,117,115,34,58,34,97,108,101,114,116,34,44,34,97,114,105,97,45,108,105,118,101,34,58,114,63,110,117,108,108,58,105,63,34,112,111,108,105,116,101,34,58,34,97,115,115,101,114,116,105,118,101,34,44,34,97,114,105,97,45,97,116,111,109,105,99,34,58,114,63,110,117,108,108,58,34,116,114,117,101,34,125,41,44,107,101,121,58,111,44,114,101,102,58,34,98,45,116,111,97,115,116,34,125,44,91,116,40,66,99,44,123,112,114,111,112,115,58,123,110,111,70,97,100,101,58,116,104,105,115,46,110,111,70,97,100,101,125,44,111,110,58,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,72,97,110,100,108,101,114,115,125,44,91,116,104,105,115,46,108,111,99,97,108,83,104,111,119,63,116,104,105,115,46,109,97,107,101,84,111,97,115,116,40,116,41,58,116,40,41,93,41,93,41,59,114,101,116,117,114,110,32,116,40,100,68,91,34,80,111,114,116,97,108,34,93,44,123,112,114,111,112,115,58,123,110,97,109,101,58,111,44,116,111,58,116,104,105,115,46,99,111,109,112,117,116,101,100,84,111,97,115,116,101,114,44,111,114,100,101,114,58,101,44,115,108,105,109,58,33,48,44,100,105,115,97,98,108,101,100,58,110,125,125,44,91,97,93,41,125,125,41,59,102,117,110,99,116,105,111,110,32,106,68,40,116,44,101,41,123,105,102,40,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,101,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,110,111,116,32,99,97,108,108,32,97,32,99,108,97,115,115,32,97,115,32,97,32,102,117,110,99,116,105,111,110,34,41,125,102,117,110,99,116,105,111,110,32,69,68,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,101,46,108,101,110,103,116,104,59,110,43,43,41,123,118,97,114,32,114,61,101,91,110,93,59,114,46,101,110,117,109,101,114,97,98,108,101,61,114,46,101,110,117,109,101,114,97,98,108,101,124,124,33,49,44,114,46,99,111,110,102,105,103,117,114,97,98,108,101,61,33,48,44,34,118,97,108,117,101,34,105,110,32,114,38,38,40,114,46,119,114,105,116,97,98,108,101,61,33,48,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,114,46,107,101,121,44,114,41,125,125,102,117,110,99,116,105,111,110,32,65,68,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,38,38,69,68,40,116,46,112,114,111,116,111,116,121,112,101,44,101,41,44,110,38,38,69,68,40,116,44,110,41,44,116,125,102,117,110,99,116,105,111,110,32,68,68,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,76,68,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,68,68,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,77,68,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,68,68,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,77,68,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,102,117,110,99,116,105,111,110,32,73,68,40,116,41,123,114,101,116,117,114,110,32,82,68,40,116,41,124,124,66,68,40,116,41,124,124,70,68,40,116,41,124,124,36,68,40,41,125,102,117,110,99,116,105,111,110,32,36,68,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,115,112,114,101,97,100,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,46,92,110,73,110,32,111,114,100,101,114,32,116,111,32,98,101,32,105,116,101,114,97,98,108,101,44,32,110,111,110,45,97,114,114,97,121,32,111,98,106,101,99,116,115,32,109,117,115,116,32,104,97,118,101,32,97,32,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,32,109,101,116,104,111,100,46,34,41,125,102,117,110,99,116,105,111,110,32,70,68,40,116,44,101,41,123,105,102,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,78,68,40,116,44,101,41,59,118,97,114,32,110,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,59,114,101,116,117,114,110,34,79,98,106,101,99,116,34,61,61,61,110,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,40,110,61,116,46,99,111,110,115,116,114,117,99,116,111,114,46,110,97,109,101,41,44,34,77,97,112,34,61,61,61,110,124,124,34,83,101,116,34,61,61,61,110,63,65,114,114,97,121,46,102,114,111,109,40,116,41,58,34,65,114,103,117,109,101,110,116,115,34,61,61,61,110,124,124,47,94,40,63,58,85,105,124,73,41,110,116,40,63,58,56,124,49,54,124,51,50,41,40,63,58,67,108,97,109,112,101,100,41,63,65,114,114,97,121,36,47,46,116,101,115,116,40,110,41,63,78,68,40,116,44,101,41,58,118,111,105,100,32,48,125,125,102,117,110,99,116,105,111,110,32,66,68,40,116,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,116,41,41,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,40,116,41,125,102,117,110,99,116,105,111,110,32,82,68,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,114,101,116,117,114,110,32,78,68,40,116,41,125,102,117,110,99,116,105,111,110,32,78,68,40,116,44,101,41,123,40,110,117,108,108,61,61,101,124,124,101,62,116,46,108,101,110,103,116,104,41,38,38,40,101,61,116,46,108,101,110,103,116,104,41,59,102,111,114,40,118,97,114,32,110,61,48,44,114,61,110,101,119,32,65,114,114,97,121,40,101,41,59,110,60,101,59,110,43,43,41,114,91,110,93,61,116,91,110,93,59,114,101,116,117,114,110,32,114,125,118,97,114,32,122,68,61,34,36,98,118,84,111,97,115,116,34,44,86,68,61,34,95,98,118,95,95,116,111,97,115,116,34,44,72,68,61,91,34,105,100,34,93,46,99,111,110,99,97,116,40,73,68,40,86,116,40,71,116,40,80,68,44,91,34,115,116,97,116,105,99,34,44,34,118,105,115,105,98,108,101,34,93,41,41,41,41,44,85,68,61,123,116,111,97,115,116,67,111,110,116,101,110,116,58,34,100,101,102,97,117,108,116,34,44,116,105,116,108,101,58,34,116,111,97,115,116,45,116,105,116,108,101,34,125,44,87,68,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,72,68,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,32,98,116,40,116,91,110,93,41,124,124,40,101,91,110,93,61,116,91,110,93,41,44,101,125,41,44,123,125,41,125,44,113,68,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,101,120,116,101,110,100,40,123,110,97,109,101,58,81,114,44,101,120,116,101,110,100,115,58,84,68,44,100,101,115,116,114,111,121,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,101,108,59,116,38,38,116,46,112,97,114,101,110,116,78,111,100,101,38,38,116,46,112,97,114,101,110,116,78,111,100,101,46,114,101,109,111,118,101,67,104,105,108,100,40,116,41,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,102,117,110,99,116,105,111,110,40,41,123,116,46,108,111,99,97,108,83,104,111,119,61,33,49,44,116,46,100,111,82,101,110,100,101,114,61,33,49,44,116,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,112,115,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,36,100,101,115,116,114,111,121,40,41,125,41,41,125,41,41,125,41,41,125,59,116,104,105,115,46,36,112,97,114,101,110,116,46,36,111,110,99,101,40,97,111,44,101,41,44,116,104,105,115,46,36,111,110,99,101,40,67,105,44,101,41,44,116,104,105,115,46,108,105,115,116,101,110,79,110,82,111,111,116,40,67,99,40,72,114,44,112,105,41,44,40,102,117,110,99,116,105,111,110,40,110,41,123,110,61,61,61,116,46,116,111,97,115,116,101,114,38,38,101,40,41,125,41,41,125,125,41,44,110,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,105,102,40,33,104,101,40,122,68,41,41,123,118,97,114,32,114,61,110,101,119,32,101,40,123,112,97,114,101,110,116,58,110,44,112,114,111,112,115,68,97,116,97,58,76,68,40,76,68,40,76,68,40,123,125,44,87,68,40,90,115,40,86,114,41,41,41,44,71,116,40,116,44,86,116,40,85,68,41,41,41,44,123,125,44,123,115,116,97,116,105,99,58,33,49,44,118,105,115,105,98,108,101,58,33,48,125,41,125,41,59,86,116,40,85,68,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,105,61,116,91,101,93,59,98,116,40,105,41,124,124,40,34,116,105,116,108,101,34,61,61,61,101,38,38,79,116,40,105,41,38,38,40,105,61,91,110,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,115,116,114,111,110,103,34,44,123,99,108,97,115,115,58,34,109,114,45,50,34,125,44,105,41,93,41,44,114,46,36,115,108,111,116,115,91,85,68,91,101,93,93,61,71,97,40,105,41,41,125,41,41,59,118,97,114,32,105,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,59,100,111,99,117,109,101,110,116,46,98,111,100,121,46,97,112,112,101,110,100,67,104,105,108,100,40,105,41,44,114,46,36,109,111,117,110,116,40,105,41,125,125,44,114,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,101,41,123,106,68,40,116,104,105,115,44,116,41,44,70,116,40,116,104,105,115,44,123,95,118,109,58,101,44,95,114,111,111,116,58,101,46,36,114,111,111,116,125,41,44,82,116,40,116,104,105,115,44,123,95,118,109,58,88,116,40,41,44,95,114,111,111,116,58,88,116,40,41,125,41,125,114,101,116,117,114,110,32,65,68,40,116,44,91,123,107,101,121,58,34,116,111,97,115,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,123,125,59,116,38,38,33,104,101,40,122,68,41,38,38,110,40,76,68,40,76,68,40,123,125,44,87,68,40,101,41,41,44,123,125,44,123,116,111,97,115,116,67,111,110,116,101,110,116,58,116,125,41,44,116,104,105,115,46,95,118,109,41,125,125,44,123,107,101,121,58,34,115,104,111,119,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,116,104,105,115,46,95,114,111,111,116,46,36,101,109,105,116,40,80,99,40,86,114,44,88,105,41,44,116,41,125,125,44,123,107,101,121,58,34,104,105,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,110,117,108,108,59,116,104,105,115,46,95,114,111,111,116,46,36,101,109,105,116,40,80,99,40,86,114,44,80,105,41,44,116,41,125,125,93,41,44,116,125,40,41,59,116,46,109,105,120,105,110,40,123,98,101,102,111,114,101,67,114,101,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,91,86,68,93,61,110,101,119,32,114,40,116,104,105,115,41,125,125,41,44,72,116,40,116,46,112,114,111,116,111,116,121,112,101,44,122,68,41,124,124,78,116,40,116,46,112,114,111,116,111,116,121,112,101,44,122,68,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,38,38,116,104,105,115,91,86,68,93,124,124,102,101,40,39,34,39,46,99,111,110,99,97,116,40,122,68,44,39,34,32,109,117,115,116,32,98,101,32,97,99,99,101,115,115,101,100,32,102,114,111,109,32,97,32,86,117,101,32,105,110,115,116,97,110,99,101,32,34,116,104,105,115,34,32,99,111,110,116,101,120,116,46,39,41,44,86,114,41,44,116,104,105,115,91,86,68,93,125,125,41,125,44,71,68,61,107,101,40,123,112,108,117,103,105,110,115,58,123,112,108,117,103,105,110,58,113,68,125,125,41,44,89,68,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,84,111,97,115,116,58,84,68,44,66,84,111,97,115,116,101,114,58,103,68,125,44,112,108,117,103,105,110,115,58,123,66,86,84,111,97,115,116,80,108,117,103,105,110,58,71,68,125,125,41,59,102,117,110,99,116,105,111,110,32,75,68,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,88,68,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,75,68,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,90,68,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,75,68,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,90,68,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,118,97,114,32,74,68,61,34,95,95,66,86,95,84,111,111,108,116,105,112,95,95,34,44,81,68,61,34,104,111,118,101,114,32,102,111,99,117,115,34,44,116,76,61,123,102,111,99,117,115,58,33,48,44,104,111,118,101,114,58,33,48,44,99,108,105,99,107,58,33,48,44,98,108,117,114,58,33,48,44,109,97,110,117,97,108,58,33,48,125,44,101,76,61,47,94,104,116,109,108,36,47,105,44,110,76,61,47,94,110,111,110,105,110,116,101,114,97,99,116,105,118,101,36,47,105,44,114,76,61,47,94,110,111,102,97,100,101,36,47,105,44,105,76,61,47,94,40,97,117,116,111,124,116,111,112,40,108,101,102,116,124,114,105,103,104,116,41,63,124,98,111,116,116,111,109,40,108,101,102,116,124,114,105,103,104,116,41,63,124,108,101,102,116,40,116,111,112,124,98,111,116,116,111,109,41,63,124,114,105,103,104,116,40,116,111,112,124,98,111,116,116,111,109,41,63,41,36,47,105,44,111,76,61,47,94,40,119,105,110,100,111,119,124,118,105,101,119,112,111,114,116,124,115,99,114,111,108,108,80,97,114,101,110,116,41,36,47,105,44,97,76,61,47,94,100,92,100,43,36,47,105,44,115,76,61,47,94,100,115,92,100,43,36,47,105,44,99,76,61,47,94,100,104,92,100,43,36,47,105,44,117,76,61,47,94,111,45,63,92,100,43,36,47,105,44,108,76,61,47,94,118,45,46,43,36,47,105,44,102,76,61,47,92,115,43,47,44,104,76,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,123,116,105,116,108,101,58,118,111,105,100,32,48,44,116,114,105,103,103,101,114,58,34,34,44,112,108,97,99,101,109,101,110,116,58,34,116,111,112,34,44,102,97,108,108,98,97,99,107,80,108,97,99,101,109,101,110,116,58,34,102,108,105,112,34,44,99,111,110,116,97,105,110,101,114,58,33,49,44,97,110,105,109,97,116,105,111,110,58,33,48,44,111,102,102,115,101,116,58,48,44,105,100,58,110,117,108,108,44,104,116,109,108,58,33,49,44,105,110,116,101,114,97,99,116,105,118,101,58,33,48,44,100,105,115,97,98,108,101,100,58,33,49,44,100,101,108,97,121,58,90,115,40,85,114,44,34,100,101,108,97,121,34,44,53,48,41,44,98,111,117,110,100,97,114,121,58,83,116,114,105,110,103,40,90,115,40,85,114,44,34,98,111,117,110,100,97,114,121,34,44,34,115,99,114,111,108,108,80,97,114,101,110,116,34,41,41,44,98,111,117,110,100,97,114,121,80,97,100,100,105,110,103,58,90,97,40,90,115,40,85,114,44,34,98,111,117,110,100,97,114,121,80,97,100,100,105,110,103,34,44,53,41,44,48,41,44,118,97,114,105,97,110,116,58,90,115,40,85,114,44,34,118,97,114,105,97,110,116,34,41,44,99,117,115,116,111,109,67,108,97,115,115,58,90,115,40,85,114,44,34,99,117,115,116,111,109,67,108,97,115,115,34,41,125,59,105,102,40,79,116,40,116,46,118,97,108,117,101,41,124,124,83,116,40,116,46,118,97,108,117,101,41,124,124,95,116,40,116,46,118,97,108,117,101,41,63,110,46,116,105,116,108,101,61,116,46,118,97,108,117,101,58,84,116,40,116,46,118,97,108,117,101,41,38,38,40,110,61,88,68,40,88,68,40,123,125,44,110,41,44,116,46,118,97,108,117,101,41,41,44,98,116,40,110,46,116,105,116,108,101,41,41,123,118,97,114,32,114,61,101,46,100,97,116,97,124,124,123,125,59,110,46,116,105,116,108,101,61,114,46,97,116,116,114,115,38,38,33,119,116,40,114,46,97,116,116,114,115,46,116,105,116,108,101,41,63,114,46,97,116,116,114,115,46,116,105,116,108,101,58,118,111,105,100,32,48,125,84,116,40,110,46,100,101,108,97,121,41,124,124,40,110,46,100,101,108,97,121,61,123,115,104,111,119,58,90,97,40,110,46,100,101,108,97,121,44,48,41,44,104,105,100,101,58,90,97,40,110,46,100,101,108,97,121,44,48,41,125,41,44,116,46,97,114,103,38,38,40,110,46,99,111,110,116,97,105,110,101,114,61,34,35,34,46,99,111,110,99,97,116,40,116,46,97,114,103,41,41,44,86,116,40,116,46,109,111,100,105,102,105,101,114,115,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,101,76,46,116,101,115,116,40,116,41,41,110,46,104,116,109,108,61,33,48,59,101,108,115,101,32,105,102,40,110,76,46,116,101,115,116,40,116,41,41,110,46,105,110,116,101,114,97,99,116,105,118,101,61,33,49,59,101,108,115,101,32,105,102,40,114,76,46,116,101,115,116,40,116,41,41,110,46,97,110,105,109,97,116,105,111,110,61,33,49,59,101,108,115,101,32,105,102,40,105,76,46,116,101,115,116,40,116,41,41,110,46,112,108,97,99,101,109,101,110,116,61,116,59,101,108,115,101,32,105,102,40,111,76,46,116,101,115,116,40,116,41,41,116,61,34,115,99,114,111,108,108,112,97,114,101,110,116,34,61,61,61,116,63,34,115,99,114,111,108,108,80,97,114,101,110,116,34,58,116,44,110,46,98,111,117,110,100,97,114,121,61,116,59,101,108,115,101,32,105,102,40,97,76,46,116,101,115,116,40,116,41,41,123,118,97,114,32,101,61,90,97,40,116,46,115,108,105,99,101,40,49,41,44,48,41,59,110,46,100,101,108,97,121,46,115,104,111,119,61,101,44,110,46,100,101,108,97,121,46,104,105,100,101,61,101,125,101,108,115,101,32,115,76,46,116,101,115,116,40,116,41,63,110,46,100,101,108,97,121,46,115,104,111,119,61,90,97,40,116,46,115,108,105,99,101,40,50,41,44,48,41,58,99,76,46,116,101,115,116,40,116,41,63,110,46,100,101,108,97,121,46,104,105,100,101,61,90,97,40,116,46,115,108,105,99,101,40,50,41,44,48,41,58,117,76,46,116,101,115,116,40,116,41,63,110,46,111,102,102,115,101,116,61,90,97,40,116,46,115,108,105,99,101,40,49,41,44,48,41,58,108,76,46,116,101,115,116,40,116,41,38,38,40,110,46,118,97,114,105,97,110,116,61,116,46,115,108,105,99,101,40,50,41,124,124,110,117,108,108,41,125,41,41,59,118,97,114,32,105,61,123,125,59,114,101,116,117,114,110,32,71,97,40,110,46,116,114,105,103,103,101,114,124,124,34,34,41,46,102,105,108,116,101,114,40,115,101,41,46,106,111,105,110,40,34,32,34,41,46,116,114,105,109,40,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,46,115,112,108,105,116,40,102,76,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,76,91,116,93,38,38,40,105,91,116,93,61,33,48,41,125,41,41,44,86,116,40,116,46,109,111,100,105,102,105,101,114,115,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,61,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,116,76,91,116,93,38,38,40,105,91,116,93,61,33,48,41,125,41,41,44,110,46,116,114,105,103,103,101,114,61,86,116,40,105,41,46,106,111,105,110,40,34,32,34,41,44,34,98,108,117,114,34,61,61,61,110,46,116,114,105,103,103,101,114,38,38,40,110,46,116,114,105,103,103,101,114,61,34,102,111,99,117,115,34,41,44,110,46,116,114,105,103,103,101,114,124,124,40,110,46,116,114,105,103,103,101,114,61,81,68,41,44,110,125,44,100,76,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,117,41,123,118,97,114,32,114,61,104,76,40,101,44,110,41,59,105,102,40,33,116,91,74,68,93,41,123,118,97,114,32,105,61,110,46,99,111,110,116,101,120,116,59,116,91,74,68,93,61,110,101,119,32,88,67,40,123,112,97,114,101,110,116,58,105,44,95,115,99,111,112,101,73,100,58,109,79,40,105,44,118,111,105,100,32,48,41,125,41,44,116,91,74,68,93,46,95,95,98,118,95,112,114,101,118,95,100,97,116,97,95,95,61,123,125,44,116,91,74,68,93,46,36,111,110,40,88,105,44,40,102,117,110,99,116,105,111,110,40,41,123,95,116,40,114,46,116,105,116,108,101,41,38,38,116,91,74,68,93,46,117,112,100,97,116,101,68,97,116,97,40,123,116,105,116,108,101,58,114,46,116,105,116,108,101,40,116,41,125,41,125,41,41,125,118,97,114,32,111,61,123,116,105,116,108,101,58,114,46,116,105,116,108,101,44,116,114,105,103,103,101,114,115,58,114,46,116,114,105,103,103,101,114,44,112,108,97,99,101,109,101,110,116,58,114,46,112,108,97,99,101,109,101,110,116,44,102,97,108,108,98,97,99,107,80,108,97,99,101,109,101,110,116,58,114,46,102,97,108,108,98,97,99,107,80,108,97,99,101,109,101,110,116,44,118,97,114,105,97,110,116,58,114,46,118,97,114,105,97,110,116,44,99,117,115,116,111,109,67,108,97,115,115,58,114,46,99,117,115,116,111,109,67,108,97,115,115,44,99,111,110,116,97,105,110,101,114,58,114,46,99,111,110,116,97,105,110,101,114,44,98,111,117,110,100,97,114,121,58,114,46,98,111,117,110,100,97,114,121,44,100,101,108,97,121,58,114,46,100,101,108,97,121,44,111,102,102,115,101,116,58,114,46,111,102,102,115,101,116,44,110,111,70,97,100,101,58,33,114,46,97,110,105,109,97,116,105,111,110,44,105,100,58,114,46,105,100,44,105,110,116,101,114,97,99,116,105,118,101,58,114,46,105,110,116,101,114,97,99,116,105,118,101,44,100,105,115,97,98,108,101,100,58,114,46,100,105,115,97,98,108,101,100,44,104,116,109,108,58,114,46,104,116,109,108,125,44,97,61,116,91,74,68,93,46,95,95,98,118,95,112,114,101,118,95,100,97,116,97,95,95,59,105,102,40,116,91,74,68,93,46,95,95,98,118,95,112,114,101,118,95,100,97,116,97,95,95,61,111,44,33,119,108,40,111,44,97,41,41,123,118,97,114,32,115,61,123,116,97,114,103,101,116,58,116,125,59,86,116,40,111,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,111,91,101,93,33,61,61,97,91,101,93,38,38,40,115,91,101,93,61,34,116,105,116,108,101,34,61,61,61,101,38,38,95,116,40,111,91,101,93,41,63,111,91,101,93,40,116,41,58,111,91,101,93,41,125,41,41,44,116,91,74,68,93,46,117,112,100,97,116,101,68,97,116,97,40,115,41,125,125,125,44,112,76,61,102,117,110,99,116,105,111,110,40,116,41,123,116,91,74,68,93,38,38,40,116,91,74,68,93,46,36,100,101,115,116,114,111,121,40,41,44,116,91,74,68,93,61,110,117,108,108,41,44,100,101,108,101,116,101,32,116,91,74,68,93,125,44,118,76,61,123,98,105,110,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,100,76,40,116,44,101,44,110,41,125,44,99,111,109,112,111,110,101,110,116,85,112,100,97,116,101,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,46,99,111,110,116,101,120,116,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,100,76,40,116,44,101,44,110,41,125,41,41,125,44,117,110,98,105,110,100,58,102,117,110,99,116,105,111,110,40,116,41,123,112,76,40,116,41,125,125,44,103,76,61,107,101,40,123,100,105,114,101,99,116,105,118,101,115,58,123,86,66,84,111,111,108,116,105,112,58,118,76,125,125,41,44,109,76,61,107,101,40,123,99,111,109,112,111,110,101,110,116,115,58,123,66,84,111,111,108,116,105,112,58,111,80,125,44,112,108,117,103,105,110,115,58,123,86,66,84,111,111,108,116,105,112,80,108,117,103,105,110,58,103,76,125,125,41,44,98,76,61,107,101,40,123,112,108,117,103,105,110,115,58,123,65,108,101,114,116,80,108,117,103,105,110,58,90,99,44,65,115,112,101,99,116,80,108,117,103,105,110,58,112,117,44,65,118,97,116,97,114,80,108,117,103,105,110,58,103,102,44,66,97,100,103,101,80,108,117,103,105,110,58,79,102,44,66,114,101,97,100,99,114,117,109,98,80,108,117,103,105,110,58,66,102,44,66,117,116,116,111,110,80,108,117,103,105,110,58,82,102,44,66,117,116,116,111,110,71,114,111,117,112,80,108,117,103,105,110,58,87,102,44,66,117,116,116,111,110,84,111,111,108,98,97,114,80,108,117,103,105,110,58,75,102,44,67,97,108,101,110,100,97,114,80,108,117,103,105,110,58,86,104,44,67,97,114,100,80,108,117,103,105,110,58,81,100,44,67,97,114,111,117,115,101,108,80,108,117,103,105,110,58,69,112,44,67,111,108,108,97,112,115,101,80,108,117,103,105,110,58,65,118,44,68,114,111,112,100,111,119,110,80,108,117,103,105,110,58,86,103,44,69,109,98,101,100,80,108,117,103,105,110,58,71,103,44,70,111,114,109,80,108,117,103,105,110,58,100,109,44,70,111,114,109,67,104,101,99,107,98,111,120,80,108,117,103,105,110,58,102,98,44,70,111,114,109,68,97,116,101,112,105,99,107,101,114,80,108,117,103,105,110,58,66,98,44,70,111,114,109,70,105,108,101,80,108,117,103,105,110,58,116,121,44,70,111,114,109,71,114,111,117,112,80,108,117,103,105,110,58,119,121,44,70,111,114,109,73,110,112,117,116,80,108,117,103,105,110,58,78,121,44,70,111,114,109,82,97,100,105,111,80,108,117,103,105,110,58,72,121,44,70,111,114,109,82,97,116,105,110,103,80,108,117,103,105,110,58,111,119,44,70,111,114,109,83,101,108,101,99,116,80,108,117,103,105,110,58,106,119,44,70,111,114,109,83,112,105,110,98,117,116,116,111,110,80,108,117,103,105,110,58,89,119,44,70,111,114,109,84,97,103,115,80,108,117,103,105,110,58,79,95,44,70,111,114,109,84,101,120,116,97,114,101,97,80,108,117,103,105,110,58,69,95,44,70,111,114,109,84,105,109,101,112,105,99,107,101,114,80,108,117,103,105,110,58,108,120,44,73,109,97,103,101,80,108,117,103,105,110,58,102,120,44,73,110,112,117,116,71,114,111,117,112,80,108,117,103,105,110,58,106,120,44,74,117,109,98,111,116,114,111,110,80,108,117,103,105,110,58,36,120,44,76,97,121,111,117,116,80,108,117,103,105,110,58,113,120,44,76,105,110,107,80,108,117,103,105,110,58,71,120,44,76,105,115,116,71,114,111,117,112,80,108,117,103,105,110,58,105,79,44,77,101,100,105,97,80,108,117,103,105,110,58,104,79,44,77,111,100,97,108,80,108,117,103,105,110,58,122,83,44,78,97,118,80,108,117,103,105,110,58,109,107,44,78,97,118,98,97,114,80,108,117,103,105,110,58,36,107,44,79,118,101,114,108,97,121,80,108,117,103,105,110,58,71,107,44,80,97,103,105,110,97,116,105,111,110,80,108,117,103,105,110,58,121,67,44,80,97,103,105,110,97,116,105,111,110,78,97,118,80,108,117,103,105,110,58,80,67,44,80,111,112,111,118,101,114,80,108,117,103,105,110,58,77,80,44,80,114,111,103,114,101,115,115,80,108,117,103,105,110,58,85,80,44,83,105,100,101,98,97,114,80,108,117,103,105,110,58,100,84,44,83,107,101,108,101,116,111,110,80,108,117,103,105,110,58,71,84,44,83,112,105,110,110,101,114,80,108,117,103,105,110,58,89,84,44,84,97,98,108,101,80,108,117,103,105,110,58,122,65,44,84,97,98,115,80,108,117,103,105,110,58,102,68,44,84,105,109,101,80,108,117,103,105,110,58,104,68,44,84,111,97,115,116,80,108,117,103,105,110,58,89,68,44,84,111,111,108,116,105,112,80,108,117,103,105,110,58,109,76,125,125,41,44,121,76,61,107,101,40,123,100,105,114,101,99,116,105,118,101,115,58,123,86,66,72,111,118,101,114,58,98,98,125,125,41,44,119,76,61,107,101,40,123,100,105,114,101,99,116,105,118,101,115,58,123,86,66,77,111,100,97,108,58,119,83,125,125,41,59,102,117,110,99,116,105,111,110,32,95,76,40,116,44,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,105,102,40,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,40,116,41,59,101,38,38,40,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,116,44,101,41,46,101,110,117,109,101,114,97,98,108,101,125,41,41,41,44,110,46,112,117,115,104,46,97,112,112,108,121,40,110,44,114,41,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,120,76,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,110,117,108,108,33,61,97,114,103,117,109,101,110,116,115,91,101,93,63,97,114,103,117,109,101,110,116,115,91,101,93,58,123,125,59,101,37,50,63,95,76,40,79,98,106,101,99,116,40,110,41,44,33,48,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,76,40,116,44,101,44,110,91,101,93,41,125,41,41,58,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,116,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,40,110,41,41,58,95,76,40,79,98,106,101,99,116,40,110,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,110,44,101,41,41,125,41,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,79,76,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,102,117,110,99,116,105,111,110,32,83,76,40,116,44,101,41,123,105,102,40,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,101,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,110,111,116,32,99,97,108,108,32,97,32,99,108,97,115,115,32,97,115,32,97,32,102,117,110,99,116,105,111,110,34,41,125,102,117,110,99,116,105,111,110,32,107,76,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,101,46,108,101,110,103,116,104,59,110,43,43,41,123,118,97,114,32,114,61,101,91,110,93,59,114,46,101,110,117,109,101,114,97,98,108,101,61,114,46,101,110,117,109,101,114,97,98,108,101,124,124,33,49,44,114,46,99,111,110,102,105,103,117,114,97,98,108,101,61,33,48,44,34,118,97,108,117,101,34,105,110,32,114,38,38,40,114,46,119,114,105,116,97,98,108,101,61,33,48,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,114,46,107,101,121,44,114,41,125,125,102,117,110,99,116,105,111,110,32,67,76,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,38,38,107,76,40,116,46,112,114,111,116,111,116,121,112,101,44,101,41,44,110,38,38,107,76,40,116,44,110,41,44,116,125,118,97,114,32,80,76,61,34,118,45,98,45,115,99,114,111,108,108,115,112,121,34,44,84,76,61,34,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,106,76,61,34,97,99,116,105,118,101,34,44,69,76,61,34,46,110,97,118,44,32,46,108,105,115,116,45,103,114,111,117,112,34,44,65,76,61,34,46,110,97,118,45,108,105,110,107,34,44,68,76,61,34,46,110,97,118,45,105,116,101,109,34,44,76,76,61,34,46,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,34,44,77,76,61,34,46,100,114,111,112,100,111,119,110,44,32,46,100,114,111,112,117,112,34,44,73,76,61,34,46,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,36,76,61,34,46,100,114,111,112,100,111,119,110,45,116,111,103,103,108,101,34,44,70,76,61,67,99,40,34,66,86,83,99,114,111,108,108,115,112,121,34,44,34,97,99,116,105,118,97,116,101,34,41,44,66,76,61,34,111,102,102,115,101,116,34,44,82,76,61,34,112,111,115,105,116,105,111,110,34,44,78,76,61,123,101,108,101,109,101,110,116,58,34,98,111,100,121,34,44,111,102,102,115,101,116,58,49,48,44,109,101,116,104,111,100,58,34,97,117,116,111,34,44,116,104,114,111,116,116,108,101,58,55,53,125,44,122,76,61,123,101,108,101,109,101,110,116,58,34,40,115,116,114,105,110,103,124,101,108,101,109,101,110,116,124,99,111,109,112,111,110,101,110,116,41,34,44,111,102,102,115,101,116,58,34,110,117,109,98,101,114,34,44,109,101,116,104,111,100,58,34,115,116,114,105,110,103,34,44,116,104,114,111,116,116,108,101,58,34,110,117,109,98,101,114,34,125,44,86,76,61,91,34,119,101,98,107,105,116,84,114,97,110,115,105,116,105,111,110,69,110,100,34,44,34,116,114,97,110,115,105,116,105,111,110,101,110,100,34,44,34,111,116,114,97,110,115,105,116,105,111,110,101,110,100,34,44,34,111,84,114,97,110,115,105,116,105,111,110,69,110,100,34,93,44,72,76,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,85,116,40,116,41,46,109,97,116,99,104,40,47,92,115,40,91,97,45,122,65,45,90,93,43,41,47,41,91,49,93,46,116,111,76,111,119,101,114,67,97,115,101,40,41,125,44,85,76,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,102,111,114,40,118,97,114,32,114,32,105,110,32,110,41,105,102,40,72,116,40,110,44,114,41,41,123,118,97,114,32,105,61,110,91,114,93,44,111,61,101,91,114,93,44,97,61,111,38,38,109,115,40,111,41,63,34,101,108,101,109,101,110,116,34,58,72,76,40,111,41,59,97,61,111,38,38,111,46,95,105,115,86,117,101,63,34,99,111,109,112,111,110,101,110,116,34,58,97,44,110,101,119,32,82,101,103,69,120,112,40,105,41,46,116,101,115,116,40,97,41,124,124,102,101,40,34,34,46,99,111,110,99,97,116,40,116,44,39,58,32,79,112,116,105,111,110,32,34,39,41,46,99,111,110,99,97,116,40,114,44,39,34,32,112,114,111,118,105,100,101,100,32,116,121,112,101,32,34,39,41,46,99,111,110,99,97,116,40,97,44,39,34,32,98,117,116,32,101,120,112,101,99,116,101,100,32,116,121,112,101,32,34,39,41,46,99,111,110,99,97,116,40,105,44,39,34,39,41,41,125,125,44,87,76,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,101,44,110,44,114,41,123,83,76,40,116,104,105,115,44,116,41,44,116,104,105,115,46,36,101,108,61,101,44,116,104,105,115,46,36,115,99,114,111,108,108,101,114,61,110,117,108,108,44,116,104,105,115,46,36,115,101,108,101,99,116,111,114,61,91,65,76,44,76,76,44,73,76,93,46,106,111,105,110,40,34,44,34,41,44,116,104,105,115,46,36,111,102,102,115,101,116,115,61,91,93,44,116,104,105,115,46,36,116,97,114,103,101,116,115,61,91,93,44,116,104,105,115,46,36,97,99,116,105,118,101,84,97,114,103,101,116,61,110,117,108,108,44,116,104,105,115,46,36,115,99,114,111,108,108,72,101,105,103,104,116,61,48,44,116,104,105,115,46,36,114,101,115,105,122,101,84,105,109,101,111,117,116,61,110,117,108,108,44,116,104,105,115,46,36,115,99,114,111,108,108,101,114,79,98,115,101,114,118,101,114,61,110,117,108,108,44,116,104,105,115,46,36,116,97,114,103,101,116,115,79,98,115,101,114,118,101,114,61,110,117,108,108,44,116,104,105,115,46,36,114,111,111,116,61,114,124,124,110,117,108,108,44,116,104,105,115,46,36,99,111,110,102,105,103,61,110,117,108,108,44,116,104,105,115,46,117,112,100,97,116,101,67,111,110,102,105,103,40,110,41,125,114,101,116,117,114,110,32,67,76,40,116,44,91,123,107,101,121,58,34,117,112,100,97,116,101,67,111,110,102,105,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,36,115,99,114,111,108,108,101,114,38,38,40,116,104,105,115,46,117,110,108,105,115,116,101,110,40,41,44,116,104,105,115,46,36,115,99,114,111,108,108,101,114,61,110,117,108,108,41,59,118,97,114,32,110,61,120,76,40,120,76,40,123,125,44,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,46,68,101,102,97,117,108,116,41,44,116,41,59,105,102,40,101,38,38,40,116,104,105,115,46,36,114,111,111,116,61,101,41,44,85,76,40,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,46,78,97,109,101,44,110,44,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,46,68,101,102,97,117,108,116,84,121,112,101,41,44,116,104,105,115,46,36,99,111,110,102,105,103,61,110,44,116,104,105,115,46,36,114,111,111,116,41,123,118,97,114,32,114,61,116,104,105,115,59,116,104,105,115,46,36,114,111,111,116,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,114,46,108,105,115,116,101,110,40,41,125,41,41,125,101,108,115,101,32,116,104,105,115,46,108,105,115,116,101,110,40,41,125,125,44,123,107,101,121,58,34,100,105,115,112,111,115,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,110,108,105,115,116,101,110,40,41,44,99,108,101,97,114,84,105,109,101,111,117,116,40,116,104,105,115,46,36,114,101,115,105,122,101,84,105,109,101,111,117,116,41,44,116,104,105,115,46,36,114,101,115,105,122,101,84,105,109,101,111,117,116,61,110,117,108,108,44,116,104,105,115,46,36,101,108,61,110,117,108,108,44,116,104,105,115,46,36,99,111,110,102,105,103,61,110,117,108,108,44,116,104,105,115,46,36,115,99,114,111,108,108,101,114,61,110,117,108,108,44,116,104,105,115,46,36,115,101,108,101,99,116,111,114,61,110,117,108,108,44,116,104,105,115,46,36,111,102,102,115,101,116,115,61,110,117,108,108,44,116,104,105,115,46,36,116,97,114,103,101,116,115,61,110,117,108,108,44,116,104,105,115,46,36,97,99,116,105,118,101,84,97,114,103,101,116,61,110,117,108,108,44,116,104,105,115,46,36,115,99,114,111,108,108,72,101,105,103,104,116,61,110,117,108,108,125,125,44,123,107,101,121,58,34,108,105,115,116,101,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,104,105,115,46,103,101,116,83,99,114,111,108,108,101,114,40,41,59,101,38,38,34,66,79,68,89,34,33,61,61,101,46,116,97,103,78,97,109,101,38,38,95,99,40,101,44,34,115,99,114,111,108,108,34,44,116,104,105,115,44,102,111,41,44,95,99,40,119,105,110,100,111,119,44,34,115,99,114,111,108,108,34,44,116,104,105,115,44,102,111,41,44,95,99,40,119,105,110,100,111,119,44,34,114,101,115,105,122,101,34,44,116,104,105,115,44,102,111,41,44,95,99,40,119,105,110,100,111,119,44,34,111,114,105,101,110,116,97,116,105,111,110,99,104,97,110,103,101,34,44,116,104,105,115,44,102,111,41,44,86,76,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,95,99,40,119,105,110,100,111,119,44,101,44,116,44,102,111,41,125,41,41,44,116,104,105,115,46,115,101,116,79,98,115,101,114,118,101,114,115,40,33,48,41,44,116,104,105,115,46,104,97,110,100,108,101,69,118,101,110,116,40,34,114,101,102,114,101,115,104,34,41,125,125,44,123,107,101,121,58,34,117,110,108,105,115,116,101,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,104,105,115,46,103,101,116,83,99,114,111,108,108,101,114,40,41,59,116,104,105,115,46,115,101,116,79,98,115,101,114,118,101,114,115,40,33,49,41,44,101,38,38,34,66,79,68,89,34,33,61,61,101,46,116,97,103,78,97,109,101,38,38,120,99,40,101,44,34,115,99,114,111,108,108,34,44,116,104,105,115,44,102,111,41,44,120,99,40,119,105,110,100,111,119,44,34,115,99,114,111,108,108,34,44,116,104,105,115,44,102,111,41,44,120,99,40,119,105,110,100,111,119,44,34,114,101,115,105,122,101,34,44,116,104,105,115,44,102,111,41,44,120,99,40,119,105,110,100,111,119,44,34,111,114,105,101,110,116,97,116,105,111,110,99,104,97,110,103,101,34,44,116,104,105,115,44,102,111,41,44,86,76,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,120,99,40,119,105,110,100,111,119,44,101,44,116,44,102,111,41,125,41,41,125,125,44,123,107,101,121,58,34,115,101,116,79,98,115,101,114,118,101,114,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,116,104,105,115,46,36,115,99,114,111,108,108,101,114,79,98,115,101,114,118,101,114,38,38,116,104,105,115,46,36,115,99,114,111,108,108,101,114,79,98,115,101,114,118,101,114,46,100,105,115,99,111,110,110,101,99,116,40,41,44,116,104,105,115,46,36,116,97,114,103,101,116,115,79,98,115,101,114,118,101,114,38,38,116,104,105,115,46,36,116,97,114,103,101,116,115,79,98,115,101,114,118,101,114,46,100,105,115,99,111,110,110,101,99,116,40,41,44,116,104,105,115,46,36,115,99,114,111,108,108,101,114,79,98,115,101,114,118,101,114,61,110,117,108,108,44,116,104,105,115,46,36,116,97,114,103,101,116,115,79,98,115,101,114,118,101,114,61,110,117,108,108,44,116,38,38,40,116,104,105,115,46,36,116,97,114,103,101,116,115,79,98,115,101,114,118,101,114,61,111,112,40,116,104,105,115,46,36,101,108,44,40,102,117,110,99,116,105,111,110,40,41,123,101,46,104,97,110,100,108,101,69,118,101,110,116,40,34,109,117,116,97,116,105,111,110,34,41,125,41,44,123,115,117,98,116,114,101,101,58,33,48,44,99,104,105,108,100,76,105,115,116,58,33,48,44,97,116,116,114,105,98,117,116,101,115,58,33,48,44,97,116,116,114,105,98,117,116,101,70,105,108,116,101,114,58,91,34,104,114,101,102,34,93,125,41,44,116,104,105,115,46,36,115,99,114,111,108,108,101,114,79,98,115,101,114,118,101,114,61,111,112,40,116,104,105,115,46,103,101,116,83,99,114,111,108,108,101,114,40,41,44,40,102,117,110,99,116,105,111,110,40,41,123,101,46,104,97,110,100,108,101,69,118,101,110,116,40,34,109,117,116,97,116,105,111,110,34,41,125,41,44,123,115,117,98,116,114,101,101,58,33,48,44,99,104,105,108,100,76,105,115,116,58,33,48,44,99,104,97,114,97,99,116,101,114,68,97,116,97,58,33,48,44,97,116,116,114,105,98,117,116,101,115,58,33,48,44,97,116,116,114,105,98,117,116,101,70,105,108,116,101,114,58,91,34,105,100,34,44,34,115,116,121,108,101,34,44,34,99,108,97,115,115,34,93,125,41,41,125,125,44,123,107,101,121,58,34,104,97,110,100,108,101,69,118,101,110,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,79,116,40,116,41,63,116,58,116,46,116,121,112,101,44,110,61,116,104,105,115,44,114,61,102,117,110,99,116,105,111,110,40,41,123,110,46,36,114,101,115,105,122,101,84,105,109,101,111,117,116,124,124,40,110,46,36,114,101,115,105,122,101,84,105,109,101,111,117,116,61,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,110,46,114,101,102,114,101,115,104,40,41,44,110,46,112,114,111,99,101,115,115,40,41,44,110,46,36,114,101,115,105,122,101,84,105,109,101,111,117,116,61,110,117,108,108,125,41,44,110,46,36,99,111,110,102,105,103,46,116,104,114,111,116,116,108,101,41,41,125,59,34,115,99,114,111,108,108,34,61,61,61,101,63,40,116,104,105,115,46,36,115,99,114,111,108,108,101,114,79,98,115,101,114,118,101,114,124,124,116,104,105,115,46,108,105,115,116,101,110,40,41,44,116,104,105,115,46,112,114,111,99,101,115,115,40,41,41,58,47,40,114,101,115,105,122,101,124,111,114,105,101,110,116,97,116,105,111,110,99,104,97,110,103,101,124,109,117,116,97,116,105,111,110,124,114,101,102,114,101,115,104,41,47,46,116,101,115,116,40,101,41,38,38,114,40,41,125,125,44,123,107,101,121,58,34,114,101,102,114,101,115,104,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,104,105,115,46,103,101,116,83,99,114,111,108,108,101,114,40,41,59,105,102,40,101,41,123,118,97,114,32,110,61,101,33,61,61,101,46,119,105,110,100,111,119,63,82,76,58,66,76,44,114,61,34,97,117,116,111,34,61,61,61,116,104,105,115,46,36,99,111,110,102,105,103,46,109,101,116,104,111,100,63,110,58,116,104,105,115,46,36,99,111,110,102,105,103,46,109,101,116,104,111,100,44,105,61,114,61,61,61,82,76,63,85,115,58,72,115,44,111,61,114,61,61,61,82,76,63,116,104,105,115,46,103,101,116,83,99,114,111,108,108,84,111,112,40,41,58,48,59,114,101,116,117,114,110,32,116,104,105,115,46,36,111,102,102,115,101,116,115,61,91,93,44,116,104,105,115,46,36,116,97,114,103,101,116,115,61,91,93,44,116,104,105,115,46,36,115,99,114,111,108,108,72,101,105,103,104,116,61,116,104,105,115,46,103,101,116,83,99,114,111,108,108,72,101,105,103,104,116,40,41,44,83,115,40,116,104,105,115,46,36,115,101,108,101,99,116,111,114,44,116,104,105,115,46,36,101,108,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,73,115,40,116,44,34,104,114,101,102,34,41,125,41,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,85,46,116,101,115,116,40,116,124,124,34,34,41,125,41,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,116,46,114,101,112,108,97,99,101,40,85,44,34,36,49,34,41,46,116,114,105,109,40,41,59,105,102,40,33,110,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,114,61,107,115,40,110,44,101,41,59,114,101,116,117,114,110,32,114,38,38,95,115,40,114,41,63,123,111,102,102,115,101,116,58,90,97,40,105,40,114,41,46,116,111,112,44,48,41,43,111,44,116,97,114,103,101,116,58,110,125,58,110,117,108,108,125,41,41,46,102,105,108,116,101,114,40,115,101,41,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,102,102,115,101,116,45,101,46,111,102,102,115,101,116,125,41,41,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,32,101,91,110,46,116,97,114,103,101,116,93,124,124,40,116,46,36,111,102,102,115,101,116,115,46,112,117,115,104,40,110,46,111,102,102,115,101,116,41,44,116,46,36,116,97,114,103,101,116,115,46,112,117,115,104,40,110,46,116,97,114,103,101,116,41,44,101,91,110,46,116,97,114,103,101,116,93,61,33,48,41,44,101,125,41,44,123,125,41,44,116,104,105,115,125,125,125,44,123,107,101,121,58,34,112,114,111,99,101,115,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,83,99,114,111,108,108,84,111,112,40,41,43,116,104,105,115,46,36,99,111,110,102,105,103,46,111,102,102,115,101,116,44,101,61,116,104,105,115,46,103,101,116,83,99,114,111,108,108,72,101,105,103,104,116,40,41,44,110,61,116,104,105,115,46,36,99,111,110,102,105,103,46,111,102,102,115,101,116,43,101,45,116,104,105,115,46,103,101,116,79,102,102,115,101,116,72,101,105,103,104,116,40,41,59,105,102,40,116,104,105,115,46,36,115,99,114,111,108,108,72,101,105,103,104,116,33,61,61,101,38,38,116,104,105,115,46,114,101,102,114,101,115,104,40,41,44,116,62,61,110,41,123,118,97,114,32,114,61,116,104,105,115,46,36,116,97,114,103,101,116,115,91,116,104,105,115,46,36,116,97,114,103,101,116,115,46,108,101,110,103,116,104,45,49,93,59,116,104,105,115,46,36,97,99,116,105,118,101,84,97,114,103,101,116,33,61,61,114,38,38,116,104,105,115,46,97,99,116,105,118,97,116,101,40,114,41,125,101,108,115,101,123,105,102,40,116,104,105,115,46,36,97,99,116,105,118,101,84,97,114,103,101,116,38,38,116,60,116,104,105,115,46,36,111,102,102,115,101,116,115,91,48,93,38,38,116,104,105,115,46,36,111,102,102,115,101,116,115,91,48,93,62,48,41,114,101,116,117,114,110,32,116,104,105,115,46,36,97,99,116,105,118,101,84,97,114,103,101,116,61,110,117,108,108,44,118,111,105,100,32,116,104,105,115,46,99,108,101,97,114,40,41,59,102,111,114,40,118,97,114,32,105,61,116,104,105,115,46,36,111,102,102,115,101,116,115,46,108,101,110,103,116,104,59,105,45,45,59,41,123,118,97,114,32,111,61,116,104,105,115,46,36,97,99,116,105,118,101,84,97,114,103,101,116,33,61,61,116,104,105,115,46,36,116,97,114,103,101,116,115,91,105,93,38,38,116,62,61,116,104,105,115,46,36,111,102,102,115,101,116,115,91,105,93,38,38,40,98,116,40,116,104,105,115,46,36,111,102,102,115,101,116,115,91,105,43,49,93,41,124,124,116,60,116,104,105,115,46,36,111,102,102,115,101,116,115,91,105,43,49,93,41,59,111,38,38,116,104,105,115,46,97,99,116,105,118,97,116,101,40,116,104,105,115,46,36,116,97,114,103,101,116,115,91,105,93,41,125,125,125,125,44,123,107,101,121,58,34,103,101,116,83,99,114,111,108,108,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,104,105,115,46,36,115,99,114,111,108,108,101,114,41,114,101,116,117,114,110,32,116,104,105,115,46,36,115,99,114,111,108,108,101,114,59,118,97,114,32,116,61,116,104,105,115,46,36,99,111,110,102,105,103,46,101,108,101,109,101,110,116,59,114,101,116,117,114,110,32,116,63,40,109,115,40,116,46,36,101,108,41,63,116,61,116,46,36,101,108,58,79,116,40,116,41,38,38,40,116,61,107,115,40,116,41,41,44,116,63,40,116,104,105,115,46,36,115,99,114,111,108,108,101,114,61,34,66,79,68,89,34,61,61,61,116,46,116,97,103,78,97,109,101,63,119,105,110,100,111,119,58,116,44,116,104,105,115,46,36,115,99,114,111,108,108,101,114,41,58,110,117,108,108,41,58,110,117,108,108,125,125,44,123,107,101,121,58,34,103,101,116,83,99,114,111,108,108,84,111,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,83,99,114,111,108,108,101,114,40,41,59,114,101,116,117,114,110,32,116,61,61,61,119,105,110,100,111,119,63,116,46,112,97,103,101,89,79,102,102,115,101,116,58,116,46,115,99,114,111,108,108,84,111,112,125,125,44,123,107,101,121,58,34,103,101,116,83,99,114,111,108,108,72,101,105,103,104,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,103,101,116,83,99,114,111,108,108,101,114,40,41,46,115,99,114,111,108,108,72,101,105,103,104,116,124,124,81,99,40,100,111,99,117,109,101,110,116,46,98,111,100,121,46,115,99,114,111,108,108,72,101,105,103,104,116,44,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,46,115,99,114,111,108,108,72,101,105,103,104,116,41,125,125,44,123,107,101,121,58,34,103,101,116,79,102,102,115,101,116,72,101,105,103,104,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,103,101,116,83,99,114,111,108,108,101,114,40,41,59,114,101,116,117,114,110,32,116,61,61,61,119,105,110,100,111,119,63,119,105,110,100,111,119,46,105,110,110,101,114,72,101,105,103,104,116,58,78,115,40,116,41,46,104,101,105,103,104,116,125,125,44,123,107,101,121,58,34,97,99,116,105,118,97,116,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,116,104,105,115,46,36,97,99,116,105,118,101,84,97,114,103,101,116,61,116,44,116,104,105,115,46,99,108,101,97,114,40,41,59,118,97,114,32,110,61,83,115,40,116,104,105,115,46,36,115,101,108,101,99,116,111,114,46,115,112,108,105,116,40,34,44,34,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,101,44,39,91,104,114,101,102,36,61,34,39,41,46,99,111,110,99,97,116,40,116,44,39,34,93,39,41,125,41,41,46,106,111,105,110,40,34,44,34,41,44,116,104,105,115,46,36,101,108,41,59,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,68,115,40,116,44,84,76,41,41,123,118,97,114,32,110,61,80,115,40,77,76,44,116,41,59,110,38,38,101,46,115,101,116,65,99,116,105,118,101,83,116,97,116,101,40,107,115,40,36,76,44,110,41,44,33,48,41,44,101,46,115,101,116,65,99,116,105,118,101,83,116,97,116,101,40,116,44,33,48,41,125,101,108,115,101,123,101,46,115,101,116,65,99,116,105,118,101,83,116,97,116,101,40,116,44,33,48,41,44,67,115,40,116,46,112,97,114,101,110,116,69,108,101,109,101,110,116,44,68,76,41,38,38,101,46,115,101,116,65,99,116,105,118,101,83,116,97,116,101,40,116,46,112,97,114,101,110,116,69,108,101,109,101,110,116,44,33,48,41,59,118,97,114,32,114,61,116,59,119,104,105,108,101,40,114,41,123,114,61,80,115,40,69,76,44,114,41,59,118,97,114,32,105,61,114,63,114,46,112,114,101,118,105,111,117,115,69,108,101,109,101,110,116,83,105,98,108,105,110,103,58,110,117,108,108,59,105,38,38,67,115,40,105,44,34,34,46,99,111,110,99,97,116,40,65,76,44,34,44,32,34,41,46,99,111,110,99,97,116,40,76,76,41,41,38,38,101,46,115,101,116,65,99,116,105,118,101,83,116,97,116,101,40,105,44,33,48,41,44,105,38,38,67,115,40,105,44,68,76,41,38,38,40,101,46,115,101,116,65,99,116,105,118,101,83,116,97,116,101,40,107,115,40,65,76,44,105,41,44,33,48,41,44,101,46,115,101,116,65,99,116,105,118,101,83,116,97,116,101,40,105,44,33,48,41,41,125,125,125,41,41,44,110,38,38,110,46,108,101,110,103,116,104,62,48,38,38,116,104,105,115,46,36,114,111,111,116,38,38,116,104,105,115,46,36,114,111,111,116,46,36,101,109,105,116,40,70,76,44,116,44,110,41,125,125,44,123,107,101,121,58,34,99,108,101,97,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,83,115,40,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,36,115,101,108,101,99,116,111,114,44,34,44,32,34,41,46,99,111,110,99,97,116,40,68,76,41,44,116,104,105,115,46,36,101,108,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,68,115,40,116,44,106,76,41,125,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,101,116,65,99,116,105,118,101,83,116,97,116,101,40,101,44,33,49,41,125,41,41,125,125,44,123,107,101,121,58,34,115,101,116,65,99,116,105,118,101,83,116,97,116,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,38,38,40,101,63,69,115,40,116,44,106,76,41,58,65,115,40,116,44,106,76,41,41,125,125,93,44,91,123,107,101,121,58,34,78,97,109,101,34,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,80,76,125,125,44,123,107,101,121,58,34,68,101,102,97,117,108,116,34,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,78,76,125,125,44,123,107,101,121,58,34,68,101,102,97,117,108,116,84,121,112,101,34,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,122,76,125,125,93,41,44,116,125,40,41,44,113,76,61,34,95,95,66,86,95,83,99,114,111,108,108,83,112,121,95,95,34,44,71,76,61,47,94,92,100,43,36,47,44,89,76,61,47,94,40,97,117,116,111,124,112,111,115,105,116,105,111,110,124,111,102,102,115,101,116,41,36,47,44,75,76,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,123,125,59,114,101,116,117,114,110,32,116,46,97,114,103,38,38,40,101,46,101,108,101,109,101,110,116,61,34,35,34,46,99,111,110,99,97,116,40,116,46,97,114,103,41,41,44,86,116,40,116,46,109,111,100,105,102,105,101,114,115,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,71,76,46,116,101,115,116,40,116,41,63,101,46,111,102,102,115,101,116,61,90,97,40,116,44,48,41,58,89,76,46,116,101,115,116,40,116,41,38,38,40,101,46,109,101,116,104,111,100,61,116,41,125,41,41,44,79,116,40,116,46,118,97,108,117,101,41,63,101,46,101,108,101,109,101,110,116,61,116,46,118,97,108,117,101,58,83,116,40,116,46,118,97,108,117,101,41,63,101,46,111,102,102,115,101,116,61,105,117,40,116,46,118,97,108,117,101,41,58,80,116,40,116,46,118,97,108,117,101,41,38,38,86,116,40,116,46,118,97,108,117,101,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,33,87,76,46,68,101,102,97,117,108,116,84,121,112,101,91,116,93,125,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,101,91,110,93,61,116,46,118,97,108,117,101,91,110,93,125,41,41,44,101,125,44,88,76,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,117,41,123,118,97,114,32,114,61,75,76,40,101,41,59,116,91,113,76,93,63,116,91,113,76,93,46,117,112,100,97,116,101,67,111,110,102,105,103,40,114,44,110,46,99,111,110,116,101,120,116,46,36,114,111,111,116,41,58,116,91,113,76,93,61,110,101,119,32,87,76,40,116,44,114,44,110,46,99,111,110,116,101,120,116,46,36,114,111,111,116,41,125,125,44,90,76,61,102,117,110,99,116,105,111,110,40,116,41,123,116,91,113,76,93,38,38,40,116,91,113,76,93,46,100,105,115,112,111,115,101,40,41,44,116,91,113,76,93,61,110,117,108,108,44,100,101,108,101,116,101,32,116,91,113,76,93,41,125,44,74,76,61,123,98,105,110,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,88,76,40,116,44,101,44,110,41,125,44,105,110,115,101,114,116,101,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,88,76,40,116,44,101,44,110,41,125,44,117,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,46,118,97,108,117,101,33,61,61,101,46,111,108,100,86,97,108,117,101,38,38,88,76,40,116,44,101,44,110,41,125,44,99,111,109,112,111,110,101,110,116,85,112,100,97,116,101,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,46,118,97,108,117,101,33,61,61,101,46,111,108,100,86,97,108,117,101,38,38,88,76,40,116,44,101,44,110,41,125,44,117,110,98,105,110,100,58,102,117,110,99,116,105,111,110,40,116,41,123,90,76,40,116,41,125,125,44,81,76,61,107,101,40,123,100,105,114,101,99,116,105,118,101,115,58,123,86,66,83,99,114,111,108,108,115,112,121,58,74,76,125,125,41,44,116,77,61,107,101,40,123,100,105,114,101,99,116,105,118,101,115,58,123,86,66,86,105,115,105,98,108,101,58,73,100,125,125,41,44,101,77,61,107,101,40,123,112,108,117,103,105,110,115,58,123,86,66,72,111,118,101,114,80,108,117,103,105,110,58,121,76,44,86,66,77,111,100,97,108,80,108,117,103,105,110,58,119,76,44,86,66,80,111,112,111,118,101,114,80,108,117,103,105,110,58,76,80,44,86,66,83,99,114,111,108,108,115,112,121,80,108,117,103,105,110,58,81,76,44,86,66,84,111,103,103,108,101,80,108,117,103,105,110,58,69,118,44,86,66,84,111,111,108,116,105,112,80,108,117,103,105,110,58,103,76,44,86,66,86,105,115,105,98,108,101,80,108,117,103,105,110,58,116,77,125,125,41,44,110,77,61,34,66,111,111,116,115,116,114,97,112,86,117,101,34,44,114,77,61,83,101,40,123,112,108,117,103,105,110,115,58,123,99,111,109,112,111,110,101,110,116,115,80,108,117,103,105,110,58,98,76,44,100,105,114,101,99,116,105,118,101,115,80,108,117,103,105,110,58,101,77,125,125,41,44,105,77,61,123,105,110,115,116,97,108,108,58,114,77,44,78,65,77,69,58,110,77,125,59,101,91,34,97,34,93,61,105,77,125,44,34,53,102,98,50,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,50,49,52,55,52,56,51,54,52,55,44,105,61,51,54,44,111,61,49,44,97,61,50,54,44,115,61,51,56,44,99,61,55,48,48,44,117,61,55,50,44,108,61,49,50,56,44,102,61,34,45,34,44,104,61,47,91,94,92,48,45,92,117,48,48,55,69,93,47,44,100,61,47,91,46,92,117,51,48,48,50,92,117,70,70,48,69,92,117,70,70,54,49,93,47,103,44,112,61,34,79,118,101,114,102,108,111,119,58,32,105,110,112,117,116,32,110,101,101,100,115,32,119,105,100,101,114,32,105,110,116,101,103,101,114,115,32,116,111,32,112,114,111,99,101,115,115,34,44,118,61,105,45,111,44,103,61,77,97,116,104,46,102,108,111,111,114,44,109,61,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,44,98,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,91,93,44,110,61,48,44,114,61,116,46,108,101,110,103,116,104,59,119,104,105,108,101,40,110,60,114,41,123,118,97,114,32,105,61,116,46,99,104,97,114,67,111,100,101,65,116,40,110,43,43,41,59,105,102,40,105,62,61,53,53,50,57,54,38,38,105,60,61,53,54,51,49,57,38,38,110,60,114,41,123,118,97,114,32,111,61,116,46,99,104,97,114,67,111,100,101,65,116,40,110,43,43,41,59,53,54,51,50,48,61,61,40,54,52,53,49,50,38,111,41,63,101,46,112,117,115,104,40,40,40,49,48,50,51,38,105,41,60,60,49,48,41,43,40,49,48,50,51,38,111,41,43,54,53,53,51,54,41,58,40,101,46,112,117,115,104,40,105,41,44,110,45,45,41,125,101,108,115,101,32,101,46,112,117,115,104,40,105,41,125,114,101,116,117,114,110,32,101,125,44,121,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,43,50,50,43,55,53,42,40,116,60,50,54,41,125,44,119,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,48,59,102,111,114,40,116,61,110,63,103,40,116,47,99,41,58,116,62,62,49,44,116,43,61,103,40,116,47,101,41,59,116,62,118,42,97,62,62,49,59,114,43,61,105,41,116,61,103,40,116,47,118,41,59,114,101,116,117,114,110,32,103,40,114,43,40,118,43,49,41,42,116,47,40,116,43,115,41,41,125,44,95,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,91,93,59,116,61,98,40,116,41,59,118,97,114,32,110,44,115,44,99,61,116,46,108,101,110,103,116,104,44,104,61,108,44,100,61,48,44,118,61,117,59,102,111,114,40,110,61,48,59,110,60,116,46,108,101,110,103,116,104,59,110,43,43,41,115,61,116,91,110,93,44,115,60,49,50,56,38,38,101,46,112,117,115,104,40,109,40,115,41,41,59,118,97,114,32,95,61,101,46,108,101,110,103,116,104,44,120,61,95,59,95,38,38,101,46,112,117,115,104,40,102,41,59,119,104,105,108,101,40,120,60,99,41,123,118,97,114,32,79,61,114,59,102,111,114,40,110,61,48,59,110,60,116,46,108,101,110,103,116,104,59,110,43,43,41,115,61,116,91,110,93,44,115,62,61,104,38,38,115,60,79,38,38,40,79,61,115,41,59,118,97,114,32,83,61,120,43,49,59,105,102,40,79,45,104,62,103,40,40,114,45,100,41,47,83,41,41,116,104,114,111,119,32,82,97,110,103,101,69,114,114,111,114,40,112,41,59,102,111,114,40,100,43,61,40,79,45,104,41,42,83,44,104,61,79,44,110,61,48,59,110,60,116,46,108,101,110,103,116,104,59,110,43,43,41,123,105,102,40,115,61,116,91,110,93,44,115,60,104,38,38,43,43,100,62,114,41,116,104,114,111,119,32,82,97,110,103,101,69,114,114,111,114,40,112,41,59,105,102,40,115,61,61,104,41,123,102,111,114,40,118,97,114,32,107,61,100,44,67,61,105,59,59,67,43,61,105,41,123,118,97,114,32,80,61,67,60,61,118,63,111,58,67,62,61,118,43,97,63,97,58,67,45,118,59,105,102,40,107,60,80,41,98,114,101,97,107,59,118,97,114,32,84,61,107,45,80,44,106,61,105,45,80,59,101,46,112,117,115,104,40,109,40,121,40,80,43,84,37,106,41,41,41,44,107,61,103,40,84,47,106,41,125,101,46,112,117,115,104,40,109,40,121,40,107,41,41,41,44,118,61,119,40,100,44,83,44,120,61,61,95,41,44,100,61,48,44,43,43,120,125,125,43,43,100,44,43,43,104,125,114,101,116,117,114,110,32,101,46,106,111,105,110,40,34,34,41,125,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,61,91,93,44,105,61,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,46,114,101,112,108,97,99,101,40,100,44,34,46,34,41,46,115,112,108,105,116,40,34,46,34,41,59,102,111,114,40,101,61,48,59,101,60,105,46,108,101,110,103,116,104,59,101,43,43,41,110,61,105,91,101,93,44,114,46,112,117,115,104,40,104,46,116,101,115,116,40,110,41,63,34,120,110,45,45,34,43,95,40,110,41,58,110,41,59,114,101,116,117,114,110,32,114,46,106,111,105,110,40,34,46,34,41,125,125,44,34,53,102,100,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,80,44,34,65,114,114,97,121,34,44,123,99,111,112,121,87,105,116,104,105,110,58,110,40,34,99,52,57,49,34,41,125,41,44,110,40,34,55,54,55,49,34,41,40,34,99,111,112,121,87,105,116,104,105,110,34,41,125,44,34,54,48,53,100,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,54,98,54,34,41,44,105,61,110,40,34,100,97,56,52,34,41,59,116,46,101,120,112,111,114,116,115,61,34,112,114,111,99,101,115,115,34,61,61,114,40,105,46,112,114,111,99,101,115,115,41,125,44,54,48,54,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,54,100,54,49,34,41,44,105,61,110,40,34,54,53,54,54,34,41,59,116,46,101,120,112,111,114,116,115,61,114,40,34,83,101,116,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,63,97,114,103,117,109,101,110,116,115,91,48,93,58,118,111,105,100,32,48,41,125,125,41,44,105,41,125,44,54,48,54,57,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,125,44,34,54,48,56,100,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,57,101,50,100,34,41,40,48,41,44,111,61,110,40,34,54,48,97,49,34,41,40,91,93,46,102,111,114,69,97,99,104,44,33,48,41,59,114,40,114,46,80,43,114,46,70,42,33,111,44,34,65,114,114,97,121,34,44,123,102,111,114,69,97,99,104,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,125,125,41,125,44,34,54,48,97,49,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,98,52,54,48,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,33,33,116,38,38,114,40,40,102,117,110,99,116,105,111,110,40,41,123,101,63,116,46,99,97,108,108,40,110,117,108,108,44,40,102,117,110,99,116,105,111,110,40,41,123,125,41,44,49,41,58,116,46,99,97,108,108,40,110,117,108,108,41,125,41,41,125,125,44,34,54,48,98,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,48,98,52,98,34,41,125,44,34,54,48,100,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,56,51,97,98,34,41,44,105,61,110,40,34,100,48,51,57,34,41,44,111,61,110,40,34,100,102,55,53,34,41,44,97,61,110,40,34,55,52,49,56,34,41,44,115,61,110,40,34,100,49,101,55,34,41,44,99,61,110,40,34,55,98,48,98,34,41,44,117,61,110,40,34,52,52,97,100,34,41,44,108,61,79,98,106,101,99,116,46,97,115,115,105,103,110,44,102,61,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,59,116,46,101,120,112,111,114,116,115,61,33,108,124,124,105,40,40,102,117,110,99,116,105,111,110,40,41,123,105,102,40,114,38,38,49,33,61,61,108,40,123,98,58,49,125,44,108,40,102,40,123,125,44,34,97,34,44,123,101,110,117,109,101,114,97,98,108,101,58,33,48,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,102,40,116,104,105,115,44,34,98,34,44,123,118,97,108,117,101,58,51,44,101,110,117,109,101,114,97,98,108,101,58,33,49,125,41,125,125,41,44,123,98,58,50,125,41,41,46,98,41,114,101,116,117,114,110,33,48,59,118,97,114,32,116,61,123,125,44,101,61,123,125,44,110,61,83,121,109,98,111,108,40,41,44,105,61,34,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,34,59,114,101,116,117,114,110,32,116,91,110,93,61,55,44,105,46,115,112,108,105,116,40,34,34,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,101,91,116,93,61,116,125,41,41,44,55,33,61,108,40,123,125,44,116,41,91,110,93,124,124,111,40,108,40,123,125,44,101,41,41,46,106,111,105,110,40,34,34,41,33,61,105,125,41,41,63,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,99,40,116,41,44,105,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,108,61,49,44,102,61,97,46,102,44,104,61,115,46,102,59,119,104,105,108,101,40,105,62,108,41,123,118,97,114,32,100,44,112,61,117,40,97,114,103,117,109,101,110,116,115,91,108,43,43,93,41,44,118,61,102,63,111,40,112,41,46,99,111,110,99,97,116,40,102,40,112,41,41,58,111,40,112,41,44,103,61,118,46,108,101,110,103,116,104,44,109,61,48,59,119,104,105,108,101,40,103,62,109,41,100,61,118,91,109,43,43,93,44,114,38,38,33,104,46,99,97,108,108,40,112,44,100,41,124,124,40,110,91,100,93,61,112,91,100,93,41,125,114,101,116,117,114,110,32,110,125,58,108,125,44,34,54,48,102,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,97,102,51,51,34,41,44,105,61,110,40,34,49,53,52,98,34,41,44,111,61,110,40,34,54,49,55,102,34,41,44,97,61,123,125,59,110,40,34,99,51,102,97,34,41,40,97,44,110,40,34,57,51,51,54,34,41,40,34,105,116,101,114,97,116,111,114,34,41,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,41,41,44,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,112,114,111,116,111,116,121,112,101,61,114,40,97,44,123,110,101,120,116,58,105,40,49,44,110,41,125,41,44,111,40,116,44,101,43,34,32,73,116,101,114,97,116,111,114,34,41,125,125,44,34,54,49,55,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,102,50,54,34,41,46,102,44,105,61,110,40,34,55,101,51,51,34,41,44,111,61,110,40,34,57,51,51,54,34,41,40,34,116,111,83,116,114,105,110,103,84,97,103,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,38,38,33,105,40,116,61,110,63,116,58,116,46,112,114,111,116,111,116,121,112,101,44,111,41,38,38,114,40,116,44,111,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,118,97,108,117,101,58,101,125,41,125,125,44,54,50,57,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,52,50,101,101,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,105,41,123,116,114,121,123,114,101,116,117,114,110,32,105,63,101,40,114,40,110,41,91,48,93,44,110,91,49,93,41,58,101,40,110,41,125,99,97,116,99,104,40,97,41,123,118,97,114,32,111,61,116,91,34,114,101,116,117,114,110,34,93,59,116,104,114,111,119,32,118,111,105,100,32,48,33,61,61,111,38,38,114,40,111,46,99,97,108,108,40,116,41,41,44,97,125,125,125,44,34,54,50,101,52,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,119,101,98,112,97,99,107,80,111,108,121,102,105,108,108,124,124,40,116,46,100,101,112,114,101,99,97,116,101,61,102,117,110,99,116,105,111,110,40,41,123,125,44,116,46,112,97,116,104,115,61,91,93,44,116,46,99,104,105,108,100,114,101,110,124,124,40,116,46,99,104,105,108,100,114,101,110,61,91,93,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,34,108,111,97,100,101,100,34,44,123,101,110,117,109,101,114,97,98,108,101,58,33,48,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,108,125,125,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,34,105,100,34,44,123,101,110,117,109,101,114,97,98,108,101,58,33,48,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,105,125,125,41,44,116,46,119,101,98,112,97,99,107,80,111,108,121,102,105,108,108,61,49,41,44,116,125,125,44,54,51,49,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,52,54,57,49,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,114,40,116,41,41,114,101,116,117,114,110,32,116,59,118,97,114,32,110,44,105,59,105,102,40,101,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,40,110,61,116,46,116,111,83,116,114,105,110,103,41,38,38,33,114,40,105,61,110,46,99,97,108,108,40,116,41,41,41,114,101,116,117,114,110,32,105,59,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,40,110,61,116,46,118,97,108,117,101,79,102,41,38,38,33,114,40,105,61,110,46,99,97,108,108,40,116,41,41,41,114,101,116,117,114,110,32,105,59,105,102,40,33,101,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,40,110,61,116,46,116,111,83,116,114,105,110,103,41,38,38,33,114,40,105,61,110,46,99,97,108,108,40,116,41,41,41,114,101,116,117,114,110,32,105,59,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,39,116,32,99,111,110,118,101,114,116,32,111,98,106,101,99,116,32,116,111,32,112,114,105,109,105,116,105,118,101,32,118,97,108,117,101,34,41,125,125,44,54,51,51,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,100,102,57,34,41,44,105,61,77,97,116,104,46,102,108,111,111,114,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,114,40,116,41,38,38,105,115,70,105,110,105,116,101,40,116,41,38,38,105,40,116,41,61,61,61,116,125,125,44,54,51,57,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,97,48,54,102,34,41,44,111,61,110,40,34,98,52,54,48,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,40,105,46,79,98,106,101,99,116,124,124,123,125,41,91,116,93,124,124,79,98,106,101,99,116,91,116,93,44,97,61,123,125,59,97,91,116,93,61,101,40,110,41,44,114,40,114,46,83,43,114,46,70,42,111,40,40,102,117,110,99,116,105,111,110,40,41,123,110,40,49,41,125,41,41,44,34,79,98,106,101,99,116,34,44,97,41,125,125,44,34,54,51,98,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,99,55,97,51,34,41,59,114,40,114,46,83,43,114,46,70,42,110,40,34,98,52,54,48,34,41,40,40,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,41,123,125,114,101,116,117,114,110,33,40,65,114,114,97,121,46,111,102,46,99,97,108,108,40,116,41,105,110,115,116,97,110,99,101,111,102,32,116,41,125,41,41,44,34,65,114,114,97,121,34,44,123,111,102,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,48,44,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,110,61,110,101,119,40,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,104,105,115,63,116,104,105,115,58,65,114,114,97,121,41,40,101,41,59,119,104,105,108,101,40,101,62,116,41,105,40,110,44,116,44,97,114,103,117,109,101,110,116,115,91,116,43,43,93,41,59,114,101,116,117,114,110,32,110,46,108,101,110,103,116,104,61,101,44,110,125,125,41,125,44,34,54,51,99,53,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,100,52,48,49,34,41,44,105,61,110,40,34,48,100,54,51,34,41,44,111,61,110,40,34,51,55,102,102,34,41,44,97,61,110,40,34,54,50,57,57,34,41,44,115,61,110,40,34,51,100,48,49,34,41,44,99,61,110,40,34,53,56,100,49,34,41,44,117,61,110,40,34,99,55,97,51,34,41,44,108,61,110,40,34,53,55,53,102,34,41,59,105,40,105,46,83,43,105,46,70,42,33,110,40,34,51,98,57,101,34,41,40,40,102,117,110,99,116,105,111,110,40,116,41,123,65,114,114,97,121,46,102,114,111,109,40,116,41,125,41,41,44,34,65,114,114,97,121,34,44,123,102,114,111,109,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,105,44,102,44,104,61,111,40,116,41,44,100,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,104,105,115,63,116,104,105,115,58,65,114,114,97,121,44,112,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,118,61,112,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,44,103,61,118,111,105,100,32,48,33,61,61,118,44,109,61,48,44,98,61,108,40,104,41,59,105,102,40,103,38,38,40,118,61,114,40,118,44,112,62,50,63,97,114,103,117,109,101,110,116,115,91,50,93,58,118,111,105,100,32,48,44,50,41,41,44,118,111,105,100,32,48,61,61,98,124,124,100,61,61,65,114,114,97,121,38,38,115,40,98,41,41,102,111,114,40,101,61,99,40,104,46,108,101,110,103,116,104,41,44,110,61,110,101,119,32,100,40,101,41,59,101,62,109,59,109,43,43,41,117,40,110,44,109,44,103,63,118,40,104,91,109,93,44,109,41,58,104,91,109,93,41,59,101,108,115,101,32,102,111,114,40,102,61,98,46,99,97,108,108,40,104,41,44,110,61,110,101,119,32,100,59,33,40,105,61,102,46,110,101,120,116,40,41,41,46,100,111,110,101,59,109,43,43,41,117,40,110,44,109,44,103,63,97,40,102,44,118,44,91,105,46,118,97,108,117,101,44,109,93,44,33,48,41,58,105,46,118,97,108,117,101,41,59,114,101,116,117,114,110,32,110,46,108,101,110,103,116,104,61,109,44,110,125,125,41,125,44,54,52,51,52,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,116,114,121,123,114,101,116,117,114,110,33,33,116,40,41,125,99,97,116,99,104,40,101,41,123,114,101,116,117,114,110,33,48,125,125,125,44,54,53,52,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,97,54,57,49,34,41,44,105,61,110,40,34,49,100,56,48,34,41,44,111,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,111,44,97,44,115,61,83,116,114,105,110,103,40,105,40,101,41,41,44,99,61,114,40,110,41,44,117,61,115,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,99,60,48,124,124,99,62,61,117,63,116,63,34,34,58,118,111,105,100,32,48,58,40,111,61,115,46,99,104,97,114,67,111,100,101,65,116,40,99,41,44,111,60,53,53,50,57,54,124,124,111,62,53,54,51,49,57,124,124,99,43,49,61,61,61,117,124,124,40,97,61,115,46,99,104,97,114,67,111,100,101,65,116,40,99,43,49,41,41,60,53,54,51,50,48,124,124,97,62,53,55,51,52,51,63,116,63,115,46,99,104,97,114,65,116,40,99,41,58,111,58,116,63,115,46,115,108,105,99,101,40,99,44,99,43,50,41,58,97,45,53,54,51,50,48,43,40,111,45,53,53,50,57,54,60,60,49,48,41,43,54,53,53,51,54,41,125,125,59,116,46,101,120,112,111,114,116,115,61,123,99,111,100,101,65,116,58,111,40,33,49,41,44,99,104,97,114,65,116,58,111,40,33,48,41,125,125,44,54,53,54,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,57,98,102,50,34,41,46,102,44,105,61,110,40,34,55,99,55,51,34,41,44,111,61,110,40,34,101,50,99,99,34,41,44,97,61,110,40,34,48,51,54,54,34,41,44,115,61,110,40,34,49,57,97,97,34,41,44,99,61,110,40,34,50,50,54,54,34,41,44,117,61,110,40,34,55,100,100,48,34,41,44,108,61,110,40,34,50,54,50,54,34,41,44,102,61,110,40,34,56,51,97,98,34,41,44,104,61,110,40,34,102,49,56,51,34,41,46,102,97,115,116,75,101,121,44,100,61,110,40,34,54,57,102,51,34,41,44,112,61,100,46,115,101,116,44,118,61,100,46,103,101,116,116,101,114,70,111,114,59,116,46,101,120,112,111,114,116,115,61,123,103,101,116,67,111,110,115,116,114,117,99,116,111,114,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,117,41,123,118,97,114,32,108,61,116,40,40,102,117,110,99,116,105,111,110,40,116,44,114,41,123,115,40,116,44,108,44,101,41,44,112,40,116,44,123,116,121,112,101,58,101,44,105,110,100,101,120,58,105,40,110,117,108,108,41,44,102,105,114,115,116,58,118,111,105,100,32,48,44,108,97,115,116,58,118,111,105,100,32,48,44,115,105,122,101,58,48,125,41,44,102,124,124,40,116,46,115,105,122,101,61,48,41,44,118,111,105,100,32,48,33,61,114,38,38,99,40,114,44,116,91,117,93,44,123,116,104,97,116,58,116,44,65,83,95,69,78,84,82,73,69,83,58,110,125,41,125,41,41,44,100,61,118,40,101,41,44,103,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,61,100,40,116,41,44,97,61,109,40,116,44,101,41,59,114,101,116,117,114,110,32,97,63,97,46,118,97,108,117,101,61,110,58,40,111,46,108,97,115,116,61,97,61,123,105,110,100,101,120,58,105,61,104,40,101,44,33,48,41,44,107,101,121,58,101,44,118,97,108,117,101,58,110,44,112,114,101,118,105,111,117,115,58,114,61,111,46,108,97,115,116,44,110,101,120,116,58,118,111,105,100,32,48,44,114,101,109,111,118,101,100,58,33,49,125,44,111,46,102,105,114,115,116,124,124,40,111,46,102,105,114,115,116,61,97,41,44,114,38,38,40,114,46,110,101,120,116,61,97,41,44,102,63,111,46,115,105,122,101,43,43,58,116,46,115,105,122,101,43,43,44,34,70,34,33,61,61,105,38,38,40,111,46,105,110,100,101,120,91,105,93,61,97,41,41,44,116,125,44,109,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,100,40,116,41,44,105,61,104,40,101,41,59,105,102,40,34,70,34,33,61,61,105,41,114,101,116,117,114,110,32,114,46,105,110,100,101,120,91,105,93,59,102,111,114,40,110,61,114,46,102,105,114,115,116,59,110,59,110,61,110,46,110,101,120,116,41,105,102,40,110,46,107,101,121,61,61,101,41,114,101,116,117,114,110,32,110,125,59,114,101,116,117,114,110,32,111,40,108,46,112,114,111,116,111,116,121,112,101,44,123,99,108,101,97,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,100,40,116,41,44,110,61,101,46,105,110,100,101,120,44,114,61,101,46,102,105,114,115,116,59,119,104,105,108,101,40,114,41,114,46,114,101,109,111,118,101,100,61,33,48,44,114,46,112,114,101,118,105,111,117,115,38,38,40,114,46,112,114,101,118,105,111,117,115,61,114,46,112,114,101,118,105,111,117,115,46,110,101,120,116,61,118,111,105,100,32,48,41,44,100,101,108,101,116,101,32,110,91,114,46,105,110,100,101,120,93,44,114,61,114,46,110,101,120,116,59,101,46,102,105,114,115,116,61,101,46,108,97,115,116,61,118,111,105,100,32,48,44,102,63,101,46,115,105,122,101,61,48,58,116,46,115,105,122,101,61,48,125,44,100,101,108,101,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,100,40,101,41,44,114,61,109,40,101,44,116,41,59,105,102,40,114,41,123,118,97,114,32,105,61,114,46,110,101,120,116,44,111,61,114,46,112,114,101,118,105,111,117,115,59,100,101,108,101,116,101,32,110,46,105,110,100,101,120,91,114,46,105,110,100,101,120,93,44,114,46,114,101,109,111,118,101,100,61,33,48,44,111,38,38,40,111,46,110,101,120,116,61,105,41,44,105,38,38,40,105,46,112,114,101,118,105,111,117,115,61,111,41,44,110,46,102,105,114,115,116,61,61,114,38,38,40,110,46,102,105,114,115,116,61,105,41,44,110,46,108,97,115,116,61,61,114,38,38,40,110,46,108,97,115,116,61,111,41,44,102,63,110,46,115,105,122,101,45,45,58,101,46,115,105,122,101,45,45,125,114,101,116,117,114,110,33,33,114,125,44,102,111,114,69,97,99,104,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,100,40,116,104,105,115,41,44,114,61,97,40,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,44,51,41,59,119,104,105,108,101,40,101,61,101,63,101,46,110,101,120,116,58,110,46,102,105,114,115,116,41,123,114,40,101,46,118,97,108,117,101,44,101,46,107,101,121,44,116,104,105,115,41,59,119,104,105,108,101,40,101,38,38,101,46,114,101,109,111,118,101,100,41,101,61,101,46,112,114,101,118,105,111,117,115,125,125,44,104,97,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,33,109,40,116,104,105,115,44,116,41,125,125,41,44,111,40,108,46,112,114,111,116,111,116,121,112,101,44,110,63,123,103,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,109,40,116,104,105,115,44,116,41,59,114,101,116,117,114,110,32,101,38,38,101,46,118,97,108,117,101,125,44,115,101,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,103,40,116,104,105,115,44,48,61,61,61,116,63,48,58,116,44,101,41,125,125,58,123,97,100,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,103,40,116,104,105,115,44,116,61,48,61,61,61,116,63,48,58,116,44,116,41,125,125,41,44,102,38,38,114,40,108,46,112,114,111,116,111,116,121,112,101,44,34,115,105,122,101,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,100,40,116,104,105,115,41,46,115,105,122,101,125,125,41,44,108,125,44,115,101,116,83,116,114,111,110,103,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,101,43,34,32,73,116,101,114,97,116,111,114,34,44,105,61,118,40,101,41,44,111,61,118,40,114,41,59,117,40,116,44,101,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,112,40,116,104,105,115,44,123,116,121,112,101,58,114,44,116,97,114,103,101,116,58,116,44,115,116,97,116,101,58,105,40,116,41,44,107,105,110,100,58,101,44,108,97,115,116,58,118,111,105,100,32,48,125,41,125,41,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,111,40,116,104,105,115,41,44,101,61,116,46,107,105,110,100,44,110,61,116,46,108,97,115,116,59,119,104,105,108,101,40,110,38,38,110,46,114,101,109,111,118,101,100,41,110,61,110,46,112,114,101,118,105,111,117,115,59,114,101,116,117,114,110,32,116,46,116,97,114,103,101,116,38,38,40,116,46,108,97,115,116,61,110,61,110,63,110,46,110,101,120,116,58,116,46,115,116,97,116,101,46,102,105,114,115,116,41,63,34,107,101,121,115,34,61,61,101,63,123,118,97,108,117,101,58,110,46,107,101,121,44,100,111,110,101,58,33,49,125,58,34,118,97,108,117,101,115,34,61,61,101,63,123,118,97,108,117,101,58,110,46,118,97,108,117,101,44,100,111,110,101,58,33,49,125,58,123,118,97,108,117,101,58,91,110,46,107,101,121,44,110,46,118,97,108,117,101,93,44,100,111,110,101,58,33,49,125,58,40,116,46,116,97,114,103,101,116,61,118,111,105,100,32,48,44,123,118,97,108,117,101,58,118,111,105,100,32,48,44,100,111,110,101,58,33,48,125,41,125,41,44,110,63,34,101,110,116,114,105,101,115,34,58,34,118,97,108,117,101,115,34,44,33,110,44,33,48,41,44,108,40,101,41,125,125,125,44,54,53,56,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,101,56,54,48,34,41,44,105,61,123,125,59,105,91,110,40,34,57,51,51,54,34,41,40,34,116,111,83,116,114,105,110,103,84,97,103,34,41,93,61,34,122,34,44,105,43,34,34,33,61,34,91,111,98,106,101,99,116,32,122,93,34,38,38,110,40,34,98,100,52,55,34,41,40,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,44,34,116,111,83,116,114,105,110,103,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,91,111,98,106,101,99,116,32,34,43,114,40,116,104,105,115,41,43,34,93,34,125,41,44,33,48,41,125,44,34,54,53,101,53,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,98,99,52,56,34,41,44,105,61,110,40,34,99,100,102,57,34,41,44,111,61,110,40,34,53,56,100,49,34,41,44,97,61,110,40,34,100,52,48,49,34,41,44,115,61,110,40,34,57,51,51,54,34,41,40,34,105,115,67,111,110,99,97,116,83,112,114,101,97,100,97,98,108,101,34,41,59,102,117,110,99,116,105,111,110,32,99,40,116,44,101,44,110,44,117,44,108,44,102,44,104,44,100,41,123,118,97,114,32,112,44,118,44,103,61,108,44,109,61,48,44,98,61,33,33,104,38,38,97,40,104,44,100,44,51,41,59,119,104,105,108,101,40,109,60,117,41,123,105,102,40,109,32,105,110,32,110,41,123,105,102,40,112,61,98,63,98,40,110,91,109,93,44,109,44,101,41,58,110,91,109,93,44,118,61,33,49,44,105,40,112,41,38,38,40,118,61,112,91,115,93,44,118,61,118,111,105,100,32,48,33,61,61,118,63,33,33,118,58,114,40,112,41,41,44,118,38,38,102,62,48,41,103,61,99,40,116,44,101,44,112,44,111,40,112,46,108,101,110,103,116,104,41,44,103,44,102,45,49,41,45,49,59,101,108,115,101,123,105,102,40,103,62,61,57,48,48,55,49,57,57,50,53,52,55,52,48,57,57,49,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,41,59,116,91,103,93,61,112,125,103,43,43,125,109,43,43,125,114,101,116,117,114,110,32,103,125,116,46,101,120,112,111,114,116,115,61,99,125,44,34,54,53,102,48,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,54,49,100,34,41,44,105,61,110,40,34,101,56,98,53,34,41,44,111,61,110,40,34,98,54,50,50,34,41,44,97,61,111,40,34,115,112,101,99,105,101,115,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,59,114,101,116,117,114,110,32,105,40,116,41,38,38,40,110,61,116,46,99,111,110,115,116,114,117,99,116,111,114,44,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,110,124,124,110,33,61,61,65,114,114,97,121,38,38,33,105,40,110,46,112,114,111,116,111,116,121,112,101,41,63,114,40,110,41,38,38,40,110,61,110,91,97,93,44,110,117,108,108,61,61,61,110,38,38,40,110,61,118,111,105,100,32,48,41,41,58,110,61,118,111,105,100,32,48,41,44,110,101,119,40,118,111,105,100,32,48,61,61,61,110,63,65,114,114,97,121,58,110,41,40,48,61,61,61,101,63,48,58,101,41,125,125,44,34,54,54,53,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,99,55,99,49,34,41,40,34,97,110,99,104,111,114,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,34,97,34,44,34,110,97,109,101,34,44,101,41,125,125,41,41,125,44,34,54,54,53,101,56,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,57,101,50,100,34,41,40,54,41,44,111,61,34,102,105,110,100,73,110,100,101,120,34,44,97,61,33,48,59,111,32,105,110,91,93,38,38,65,114,114,97,121,40,49,41,91,111,93,40,40,102,117,110,99,116,105,111,110,40,41,123,97,61,33,49,125,41,41,44,114,40,114,46,80,43,114,46,70,42,97,44,34,65,114,114,97,121,34,44,123,102,105,110,100,73,110,100,101,120,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,125,41,44,110,40,34,55,54,55,49,34,41,40,111,41,125,44,34,54,54,97,57,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,57,99,98,34,41,44,105,61,110,40,34,51,56,56,100,34,41,44,111,61,34,87,101,97,107,83,101,116,34,59,110,40,34,97,101,102,54,34,41,40,111,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,63,97,114,103,117,109,101,110,116,115,91,48,93,58,118,111,105,100,32,48,41,125,125,41,44,123,97,100,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,46,100,101,102,40,105,40,116,104,105,115,44,111,41,44,116,44,33,48,41,125,125,44,114,44,33,49,44,33,48,41,125,44,34,54,55,50,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,49,55,98,50,34,41,40,34,97,115,121,110,99,73,116,101,114,97,116,111,114,34,41,125,44,54,55,51,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,33,110,40,34,98,52,54,48,34,41,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,33,61,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,123,125,44,34,97,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,125,125,41,46,97,125,41,41,125,44,54,55,52,52,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,118,111,105,100,32,48,61,61,116,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,39,116,32,99,97,108,108,32,109,101,116,104,111,100,32,111,110,32,32,34,43,116,41,59,114,101,116,117,114,110,32,116,125,125,44,54,55,52,52,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,78,117,109,98,101,114,34,44,123,77,73,78,95,83,65,70,69,95,73,78,84,69,71,69,82,58,45,57,48,48,55,49,57,57,50,53,52,55,52,48,57,57,49,125,41,125,44,34,54,55,57,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,53,53,97,34,41,44,105,61,114,46,110,97,118,105,103,97,116,111,114,59,116,46,101,120,112,111,114,116,115,61,105,38,38,105,46,117,115,101,114,65,103,101,110,116,124,124,34,34,125,44,34,54,57,99,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,33,110,40,34,97,51,50,99,34,41,38,38,33,110,40,34,54,52,51,52,34,41,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,33,61,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,110,40,34,51,98,98,51,34,41,40,34,100,105,118,34,41,44,34,97,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,125,125,41,46,97,125,41,41,125,44,34,54,57,102,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,44,97,61,110,40,34,55,102,57,97,34,41,44,115,61,110,40,34,100,97,56,52,34,41,44,99,61,110,40,34,56,54,49,100,34,41,44,117,61,110,40,34,57,49,49,50,34,41,44,108,61,110,40,34,53,49,51,53,34,41,44,102,61,110,40,34,99,54,99,100,34,41,44,104,61,110,40,34,102,55,55,50,34,41,44,100,61,110,40,34,100,48,49,50,34,41,44,112,61,34,79,98,106,101,99,116,32,97,108,114,101,97,100,121,32,105,110,105,116,105,97,108,105,122,101,100,34,44,118,61,115,46,87,101,97,107,77,97,112,44,103,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,111,40,116,41,63,105,40,116,41,58,114,40,116,44,123,125,41,125,44,109,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,59,105,102,40,33,99,40,101,41,124,124,40,110,61,105,40,101,41,41,46,116,121,112,101,33,61,61,116,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,99,111,109,112,97,116,105,98,108,101,32,114,101,99,101,105,118,101,114,44,32,34,43,116,43,34,32,114,101,113,117,105,114,101,100,34,41,59,114,101,116,117,114,110,32,110,125,125,59,105,102,40,97,124,124,102,46,115,116,97,116,101,41,123,118,97,114,32,98,61,102,46,115,116,97,116,101,124,124,40,102,46,115,116,97,116,101,61,110,101,119,32,118,41,44,121,61,98,46,103,101,116,44,119,61,98,46,104,97,115,44,95,61,98,46,115,101,116,59,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,119,46,99,97,108,108,40,98,44,116,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,112,41,59,114,101,116,117,114,110,32,101,46,102,97,99,97,100,101,61,116,44,95,46,99,97,108,108,40,98,44,116,44,101,41,44,101,125,44,105,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,121,46,99,97,108,108,40,98,44,116,41,124,124,123,125,125,44,111,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,119,46,99,97,108,108,40,98,44,116,41,125,125,101,108,115,101,123,118,97,114,32,120,61,104,40,34,115,116,97,116,101,34,41,59,100,91,120,93,61,33,48,44,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,108,40,116,44,120,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,112,41,59,114,101,116,117,114,110,32,101,46,102,97,99,97,100,101,61,116,44,117,40,116,44,120,44,101,41,44,101,125,44,105,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,108,40,116,44,120,41,63,116,91,120,93,58,123,125,125,44,111,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,108,40,116,44,120,41,125,125,116,46,101,120,112,111,114,116,115,61,123,115,101,116,58,114,44,103,101,116,58,105,44,104,97,115,58,111,44,101,110,102,111,114,99,101,58,103,44,103,101,116,116,101,114,70,111,114,58,109,125,125,44,34,54,98,55,53,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,44,101,41,123,40,110,117,108,108,61,61,101,124,124,101,62,116,46,108,101,110,103,116,104,41,38,38,40,101,61,116,46,108,101,110,103,116,104,41,59,102,111,114,40,118,97,114,32,110,61,48,44,114,61,110,101,119,32,65,114,114,97,121,40,101,41,59,110,60,101,59,110,43,43,41,114,91,110,93,61,116,91,110,93,59,114,101,116,117,114,110,32,114,125,110,46,100,40,101,44,34,97,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,125,41,41,125,44,34,54,100,54,49,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,100,97,56,52,34,41,44,111,61,110,40,34,57,52,99,97,34,41,44,97,61,110,40,34,54,101,101,98,34,41,44,115,61,110,40,34,102,49,56,51,34,41,44,99,61,110,40,34,50,50,54,54,34,41,44,117,61,110,40,34,49,57,97,97,34,41,44,108,61,110,40,34,56,54,49,100,34,41,44,102,61,110,40,34,100,48,51,57,34,41,44,104,61,110,40,34,49,99,55,101,34,41,44,100,61,110,40,34,100,52,52,101,34,41,44,112,61,110,40,34,55,49,53,54,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,118,61,45,49,33,61,61,116,46,105,110,100,101,120,79,102,40,34,77,97,112,34,41,44,103,61,45,49,33,61,61,116,46,105,110,100,101,120,79,102,40,34,87,101,97,107,34,41,44,109,61,118,63,34,115,101,116,34,58,34,97,100,100,34,44,98,61,105,91,116,93,44,121,61,98,38,38,98,46,112,114,111,116,111,116,121,112,101,44,119,61,98,44,95,61,123,125,44,120,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,121,91,116,93,59,97,40,121,44,116,44,34,97,100,100,34,61,61,116,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,99,97,108,108,40,116,104,105,115,44,48,61,61,61,116,63,48,58,116,41,44,116,104,105,115,125,58,34,100,101,108,101,116,101,34,61,61,116,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,40,103,38,38,33,108,40,116,41,41,38,38,101,46,99,97,108,108,40,116,104,105,115,44,48,61,61,61,116,63,48,58,116,41,125,58,34,103,101,116,34,61,61,116,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,103,38,38,33,108,40,116,41,63,118,111,105,100,32,48,58,101,46,99,97,108,108,40,116,104,105,115,44,48,61,61,61,116,63,48,58,116,41,125,58,34,104,97,115,34,61,61,116,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,40,103,38,38,33,108,40,116,41,41,38,38,101,46,99,97,108,108,40,116,104,105,115,44,48,61,61,61,116,63,48,58,116,41,125,58,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,101,46,99,97,108,108,40,116,104,105,115,44,48,61,61,61,116,63,48,58,116,44,110,41,44,116,104,105,115,125,41,125,44,79,61,111,40,116,44,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,98,124,124,33,40,103,124,124,121,46,102,111,114,69,97,99,104,38,38,33,102,40,40,102,117,110,99,116,105,111,110,40,41,123,40,110,101,119,32,98,41,46,101,110,116,114,105,101,115,40,41,46,110,101,120,116,40,41,125,41,41,41,41,59,105,102,40,79,41,119,61,110,46,103,101,116,67,111,110,115,116,114,117,99,116,111,114,40,101,44,116,44,118,44,109,41,44,115,46,82,69,81,85,73,82,69,68,61,33,48,59,101,108,115,101,32,105,102,40,111,40,116,44,33,48,41,41,123,118,97,114,32,83,61,110,101,119,32,119,44,107,61,83,91,109,93,40,103,63,123,125,58,45,48,44,49,41,33,61,83,44,67,61,102,40,40,102,117,110,99,116,105,111,110,40,41,123,83,46,104,97,115,40,49,41,125,41,41,44,80,61,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,101,119,32,98,40,116,41,125,41,41,44,84,61,33,103,38,38,102,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,110,101,119,32,98,44,101,61,53,59,119,104,105,108,101,40,101,45,45,41,116,91,109,93,40,101,44,101,41,59,114,101,116,117,114,110,33,116,46,104,97,115,40,45,48,41,125,41,41,59,80,124,124,40,119,61,101,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,117,40,101,44,119,44,116,41,59,118,97,114,32,114,61,112,40,110,101,119,32,98,44,101,44,119,41,59,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,110,38,38,99,40,110,44,114,91,109,93,44,123,116,104,97,116,58,114,44,65,83,95,69,78,84,82,73,69,83,58,118,125,41,44,114,125,41,41,44,119,46,112,114,111,116,111,116,121,112,101,61,121,44,121,46,99,111,110,115,116,114,117,99,116,111,114,61,119,41,44,40,67,124,124,84,41,38,38,40,120,40,34,100,101,108,101,116,101,34,41,44,120,40,34,104,97,115,34,41,44,118,38,38,120,40,34,103,101,116,34,41,41,44,40,84,124,124,107,41,38,38,120,40,109,41,44,103,38,38,121,46,99,108,101,97,114,38,38,100,101,108,101,116,101,32,121,46,99,108,101,97,114,125,114,101,116,117,114,110,32,95,91,116,93,61,119,44,114,40,123,103,108,111,98,97,108,58,33,48,44,102,111,114,99,101,100,58,119,33,61,98,125,44,95,41,44,100,40,119,44,116,41,44,103,124,124,110,46,115,101,116,83,116,114,111,110,103,40,119,44,116,44,118,41,44,119,125,125,44,34,54,100,55,53,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,44,105,44,111,44,97,44,115,61,110,40,34,51,98,55,55,34,41,44,99,61,110,40,34,50,53,53,97,34,41,44,117,61,110,40,34,100,52,48,49,34,41,44,108,61,110,40,34,101,56,54,48,34,41,44,102,61,110,40,34,48,100,54,51,34,41,44,104,61,110,40,34,99,100,102,57,34,41,44,100,61,110,40,34,55,52,56,48,34,41,44,112,61,110,40,34,52,98,49,51,34,41,44,118,61,110,40,34,51,48,51,50,34,41,44,103,61,110,40,34,48,97,55,100,34,41,44,109,61,110,40,34,99,57,49,52,34,41,46,115,101,116,44,98,61,110,40,34,100,54,98,57,34,41,40,41,44,121,61,110,40,34,57,55,56,101,34,41,44,119,61,110,40,34,97,97,54,102,34,41,44,95,61,110,40,34,54,55,57,97,34,41,44,120,61,110,40,34,99,53,48,100,34,41,44,79,61,34,80,114,111,109,105,115,101,34,44,83,61,99,46,84,121,112,101,69,114,114,111,114,44,107,61,99,46,112,114,111,99,101,115,115,44,67,61,107,38,38,107,46,118,101,114,115,105,111,110,115,44,80,61,67,38,38,67,46,118,56,124,124,34,34,44,84,61,99,91,79,93,44,106,61,34,112,114,111,99,101,115,115,34,61,61,108,40,107,41,44,69,61,102,117,110,99,116,105,111,110,40,41,123,125,44,65,61,105,61,121,46,102,44,68,61,33,33,102,117,110,99,116,105,111,110,40,41,123,116,114,121,123,118,97,114,32,116,61,84,46,114,101,115,111,108,118,101,40,49,41,44,101,61,40,116,46,99,111,110,115,116,114,117,99,116,111,114,61,123,125,41,91,110,40,34,57,51,51,54,34,41,40,34,115,112,101,99,105,101,115,34,41,93,61,102,117,110,99,116,105,111,110,40,116,41,123,116,40,69,44,69,41,125,59,114,101,116,117,114,110,40,106,124,124,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,80,114,111,109,105,115,101,82,101,106,101,99,116,105,111,110,69,118,101,110,116,41,38,38,116,46,116,104,101,110,40,69,41,105,110,115,116,97,110,99,101,111,102,32,101,38,38,48,33,61,61,80,46,105,110,100,101,120,79,102,40,34,54,46,54,34,41,38,38,45,49,61,61,61,95,46,105,110,100,101,120,79,102,40,34,67,104,114,111,109,101,47,54,54,34,41,125,99,97,116,99,104,40,114,41,123,125,125,40,41,44,76,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,59,114,101,116,117,114,110,33,40,33,104,40,116,41,124,124,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,40,101,61,116,46,116,104,101,110,41,41,38,38,101,125,44,77,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,116,46,95,110,41,123,116,46,95,110,61,33,48,59,118,97,114,32,110,61,116,46,95,99,59,98,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,114,61,116,46,95,118,44,105,61,49,61,61,116,46,95,115,44,111,61,48,44,97,61,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,44,111,44,97,44,115,61,105,63,101,46,111,107,58,101,46,102,97,105,108,44,99,61,101,46,114,101,115,111,108,118,101,44,117,61,101,46,114,101,106,101,99,116,44,108,61,101,46,100,111,109,97,105,110,59,116,114,121,123,115,63,40,105,124,124,40,50,61,61,116,46,95,104,38,38,70,40,116,41,44,116,46,95,104,61,49,41,44,33,48,61,61,61,115,63,110,61,114,58,40,108,38,38,108,46,101,110,116,101,114,40,41,44,110,61,115,40,114,41,44,108,38,38,40,108,46,101,120,105,116,40,41,44,97,61,33,48,41,41,44,110,61,61,61,101,46,112,114,111,109,105,115,101,63,117,40,83,40,34,80,114,111,109,105,115,101,45,99,104,97,105,110,32,99,121,99,108,101,34,41,41,58,40,111,61,76,40,110,41,41,63,111,46,99,97,108,108,40,110,44,99,44,117,41,58,99,40,110,41,41,58,117,40,114,41,125,99,97,116,99,104,40,102,41,123,108,38,38,33,97,38,38,108,46,101,120,105,116,40,41,44,117,40,102,41,125,125,59,119,104,105,108,101,40,110,46,108,101,110,103,116,104,62,111,41,97,40,110,91,111,43,43,93,41,59,116,46,95,99,61,91,93,44,116,46,95,110,61,33,49,44,101,38,38,33,116,46,95,104,38,38,73,40,116,41,125,41,41,125,125,44,73,61,102,117,110,99,116,105,111,110,40,116,41,123,109,46,99,97,108,108,40,99,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,44,110,44,114,44,105,61,116,46,95,118,44,111,61,36,40,116,41,59,105,102,40,111,38,38,40,101,61,119,40,40,102,117,110,99,116,105,111,110,40,41,123,106,63,107,46,101,109,105,116,40,34,117,110,104,97,110,100,108,101,100,82,101,106,101,99,116,105,111,110,34,44,105,44,116,41,58,40,110,61,99,46,111,110,117,110,104,97,110,100,108,101,100,114,101,106,101,99,116,105,111,110,41,63,110,40,123,112,114,111,109,105,115,101,58,116,44,114,101,97,115,111,110,58,105,125,41,58,40,114,61,99,46,99,111,110,115,111,108,101,41,38,38,114,46,101,114,114,111,114,38,38,114,46,101,114,114,111,114,40,34,85,110,104,97,110,100,108,101,100,32,112,114,111,109,105,115,101,32,114,101,106,101,99,116,105,111,110,34,44,105,41,125,41,41,44,116,46,95,104,61,106,124,124,36,40,116,41,63,50,58,49,41,44,116,46,95,97,61,118,111,105,100,32,48,44,111,38,38,101,46,101,41,116,104,114,111,119,32,101,46,118,125,41,41,125,44,36,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,49,33,61,61,116,46,95,104,38,38,48,61,61,61,40,116,46,95,97,124,124,116,46,95,99,41,46,108,101,110,103,116,104,125,44,70,61,102,117,110,99,116,105,111,110,40,116,41,123,109,46,99,97,108,108,40,99,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,59,106,63,107,46,101,109,105,116,40,34,114,101,106,101,99,116,105,111,110,72,97,110,100,108,101,100,34,44,116,41,58,40,101,61,99,46,111,110,114,101,106,101,99,116,105,111,110,104,97,110,100,108,101,100,41,38,38,101,40,123,112,114,111,109,105,115,101,58,116,44,114,101,97,115,111,110,58,116,46,95,118,125,41,125,41,41,125,44,66,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,101,46,95,100,124,124,40,101,46,95,100,61,33,48,44,101,61,101,46,95,119,124,124,101,44,101,46,95,118,61,116,44,101,46,95,115,61,50,44,101,46,95,97,124,124,40,101,46,95,97,61,101,46,95,99,46,115,108,105,99,101,40,41,41,44,77,40,101,44,33,48,41,41,125,44,82,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,116,104,105,115,59,105,102,40,33,110,46,95,100,41,123,110,46,95,100,61,33,48,44,110,61,110,46,95,119,124,124,110,59,116,114,121,123,105,102,40,110,61,61,61,116,41,116,104,114,111,119,32,83,40,34,80,114,111,109,105,115,101,32,99,97,110,39,116,32,98,101,32,114,101,115,111,108,118,101,100,32,105,116,115,101,108,102,34,41,59,40,101,61,76,40,116,41,41,63,98,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,114,61,123,95,119,58,110,44,95,100,58,33,49,125,59,116,114,121,123,101,46,99,97,108,108,40,116,44,117,40,82,44,114,44,49,41,44,117,40,66,44,114,44,49,41,41,125,99,97,116,99,104,40,105,41,123,66,46,99,97,108,108,40,114,44,105,41,125,125,41,41,58,40,110,46,95,118,61,116,44,110,46,95,115,61,49,44,77,40,110,44,33,49,41,41,125,99,97,116,99,104,40,114,41,123,66,46,99,97,108,108,40,123,95,119,58,110,44,95,100,58,33,49,125,44,114,41,125,125,125,59,68,124,124,40,84,61,102,117,110,99,116,105,111,110,40,116,41,123,112,40,116,104,105,115,44,84,44,79,44,34,95,104,34,41,44,100,40,116,41,44,114,46,99,97,108,108,40,116,104,105,115,41,59,116,114,121,123,116,40,117,40,82,44,116,104,105,115,44,49,41,44,117,40,66,44,116,104,105,115,44,49,41,41,125,99,97,116,99,104,40,101,41,123,66,46,99,97,108,108,40,116,104,105,115,44,101,41,125,125,44,114,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,99,61,91,93,44,116,104,105,115,46,95,97,61,118,111,105,100,32,48,44,116,104,105,115,46,95,115,61,48,44,116,104,105,115,46,95,100,61,33,49,44,116,104,105,115,46,95,118,61,118,111,105,100,32,48,44,116,104,105,115,46,95,104,61,48,44,116,104,105,115,46,95,110,61,33,49,125,44,114,46,112,114,111,116,111,116,121,112,101,61,110,40,34,101,54,48,51,34,41,40,84,46,112,114,111,116,111,116,121,112,101,44,123,116,104,101,110,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,65,40,103,40,116,104,105,115,44,84,41,41,59,114,101,116,117,114,110,32,110,46,111,107,61,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,124,124,116,44,110,46,102,97,105,108,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,101,38,38,101,44,110,46,100,111,109,97,105,110,61,106,63,107,46,100,111,109,97,105,110,58,118,111,105,100,32,48,44,116,104,105,115,46,95,99,46,112,117,115,104,40,110,41,44,116,104,105,115,46,95,97,38,38,116,104,105,115,46,95,97,46,112,117,115,104,40,110,41,44,116,104,105,115,46,95,115,38,38,77,40,116,104,105,115,44,33,49,41,44,110,46,112,114,111,109,105,115,101,125,44,99,97,116,99,104,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,116,104,101,110,40,118,111,105,100,32,48,44,116,41,125,125,41,44,111,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,110,101,119,32,114,59,116,104,105,115,46,112,114,111,109,105,115,101,61,116,44,116,104,105,115,46,114,101,115,111,108,118,101,61,117,40,82,44,116,44,49,41,44,116,104,105,115,46,114,101,106,101,99,116,61,117,40,66,44,116,44,49,41,125,44,121,46,102,61,65,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,61,61,84,124,124,116,61,61,61,97,63,110,101,119,32,111,40,116,41,58,105,40,116,41,125,41,44,102,40,102,46,71,43,102,46,87,43,102,46,70,42,33,68,44,123,80,114,111,109,105,115,101,58,84,125,41,44,110,40,34,54,49,55,102,34,41,40,84,44,79,41,44,110,40,34,100,98,99,53,34,41,40,79,41,44,97,61,110,40,34,97,48,54,102,34,41,91,79,93,44,102,40,102,46,83,43,102,46,70,42,33,68,44,79,44,123,114,101,106,101,99,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,65,40,116,104,105,115,41,44,110,61,101,46,114,101,106,101,99,116,59,114,101,116,117,114,110,32,110,40,116,41,44,101,46,112,114,111,109,105,115,101,125,125,41,44,102,40,102,46,83,43,102,46,70,42,40,115,124,124,33,68,41,44,79,44,123,114,101,115,111,108,118,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,120,40,115,38,38,116,104,105,115,61,61,61,97,63,84,58,116,104,105,115,44,116,41,125,125,41,44,102,40,102,46,83,43,102,46,70,42,33,40,68,38,38,110,40,34,51,98,57,101,34,41,40,40,102,117,110,99,116,105,111,110,40,116,41,123,84,46,97,108,108,40,116,41,91,34,99,97,116,99,104,34,93,40,69,41,125,41,41,41,44,79,44,123,97,108,108,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,65,40,101,41,44,114,61,110,46,114,101,115,111,108,118,101,44,105,61,110,46,114,101,106,101,99,116,44,111,61,119,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,61,91,93,44,111,61,48,44,97,61,49,59,118,40,116,44,33,49,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,115,61,111,43,43,44,99,61,33,49,59,110,46,112,117,115,104,40,118,111,105,100,32,48,41,44,97,43,43,44,101,46,114,101,115,111,108,118,101,40,116,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,99,124,124,40,99,61,33,48,44,110,91,115,93,61,116,44,45,45,97,124,124,114,40,110,41,41,125,41,44,105,41,125,41,41,44,45,45,97,124,124,114,40,110,41,125,41,41,59,114,101,116,117,114,110,32,111,46,101,38,38,105,40,111,46,118,41,44,110,46,112,114,111,109,105,115,101,125,44,114,97,99,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,65,40,101,41,44,114,61,110,46,114,101,106,101,99,116,44,105,61,119,40,40,102,117,110,99,116,105,111,110,40,41,123,118,40,116,44,33,49,44,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,114,101,115,111,108,118,101,40,116,41,46,116,104,101,110,40,110,46,114,101,115,111,108,118,101,44,114,41,125,41,41,125,41,41,59,114,101,116,117,114,110,32,105,46,101,38,38,114,40,105,46,118,41,44,110,46,112,114,111,109,105,115,101,125,125,41,125,44,34,54,100,56,57,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,100,56,98,50,34,41,44,105,61,110,40,34,54,55,52,52,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,83,116,114,105,110,103,40,105,40,116,104,105,115,41,41,44,110,61,34,34,44,111,61,114,40,116,41,59,105,102,40,111,60,48,124,124,111,61,61,49,47,48,41,116,104,114,111,119,32,82,97,110,103,101,69,114,114,111,114,40,34,67,111,117,110,116,32,99,97,110,39,116,32,98,101,32,110,101,103,97,116,105,118,101,34,41,59,102,111,114,40,59,111,62,48,59,40,111,62,62,62,61,49,41,38,38,40,101,43,61,101,41,41,49,38,111,38,38,40,110,43,61,101,41,59,114,101,116,117,114,110,32,110,125,125,44,34,54,100,99,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,53,56,100,49,34,41,44,111,61,110,40,34,102,52,57,97,34,41,44,97,61,34,101,110,100,115,87,105,116,104,34,44,115,61,34,34,91,97,93,59,114,40,114,46,80,43,114,46,70,42,110,40,34,57,101,99,56,34,41,40,97,41,44,34,83,116,114,105,110,103,34,44,123,101,110,100,115,87,105,116,104,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,111,40,116,104,105,115,44,116,44,97,41,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,44,114,61,105,40,101,46,108,101,110,103,116,104,41,44,99,61,118,111,105,100,32,48,61,61,61,110,63,114,58,77,97,116,104,46,109,105,110,40,105,40,110,41,44,114,41,44,117,61,83,116,114,105,110,103,40,116,41,59,114,101,116,117,114,110,32,115,63,115,46,99,97,108,108,40,101,44,117,44,99,41,58,101,46,115,108,105,99,101,40,99,45,117,46,108,101,110,103,116,104,44,99,41,61,61,61,117,125,125,41,125,44,34,54,101,55,54,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,51,55,102,102,34,41,44,105,61,110,40,34,98,55,101,50,34,41,59,110,40,34,54,51,57,55,34,41,40,34,107,101,121,115,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,114,40,116,41,41,125,125,41,41,125,44,34,54,101,101,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,97,56,52,34,41,44,105,61,110,40,34,57,49,49,50,34,41,44,111,61,110,40,34,53,49,51,53,34,41,44,97,61,110,40,34,99,101,52,101,34,41,44,115,61,110,40,34,56,57,50,53,34,41,44,99,61,110,40,34,54,57,102,51,34,41,44,117,61,99,46,103,101,116,44,108,61,99,46,101,110,102,111,114,99,101,44,102,61,83,116,114,105,110,103,40,83,116,114,105,110,103,41,46,115,112,108,105,116,40,34,83,116,114,105,110,103,34,41,59,40,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,115,41,123,118,97,114,32,99,44,117,61,33,33,115,38,38,33,33,115,46,117,110,115,97,102,101,44,104,61,33,33,115,38,38,33,33,115,46,101,110,117,109,101,114,97,98,108,101,44,100,61,33,33,115,38,38,33,33,115,46,110,111,84,97,114,103,101,116,71,101,116,59,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,110,38,38,40,34,115,116,114,105,110,103,34,33,61,116,121,112,101,111,102,32,101,124,124,111,40,110,44,34,110,97,109,101,34,41,124,124,105,40,110,44,34,110,97,109,101,34,44,101,41,44,99,61,108,40,110,41,44,99,46,115,111,117,114,99,101,124,124,40,99,46,115,111,117,114,99,101,61,102,46,106,111,105,110,40,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,101,63,101,58,34,34,41,41,41,44,116,33,61,61,114,63,40,117,63,33,100,38,38,116,91,101,93,38,38,40,104,61,33,48,41,58,100,101,108,101,116,101,32,116,91,101,93,44,104,63,116,91,101,93,61,110,58,105,40,116,44,101,44,110,41,41,58,104,63,116,91,101,93,61,110,58,97,40,101,44,110,41,125,41,40,70,117,110,99,116,105,111,110,46,112,114,111,116,111,116,121,112,101,44,34,116,111,83,116,114,105,110,103,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,104,105,115,38,38,117,40,116,104,105,115,41,46,115,111,117,114,99,101,124,124,115,40,116,104,105,115,41,125,41,41,125,44,34,54,102,53,52,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,101,120,112,111,114,116,115,61,123,118,101,114,115,105,111,110,58,34,50,46,54,46,49,50,34,125,59,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,95,95,101,38,38,40,95,95,101,61,110,41,125,44,55,48,48,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,71,43,114,46,87,43,114,46,70,42,33,110,40,34,55,54,51,52,34,41,46,65,66,86,44,123,68,97,116,97,86,105,101,119,58,110,40,34,53,100,56,56,34,41,46,68,97,116,97,86,105,101,119,125,41,125,44,34,55,48,98,48,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,40,102,117,110,99,116,105,111,110,40,101,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,110,61,121,40,41,44,114,61,119,40,41,44,105,61,95,40,41,44,111,61,120,40,41,44,97,61,123,105,109,97,103,101,80,108,97,99,101,104,111,108,100,101,114,58,118,111,105,100,32,48,44,99,97,99,104,101,66,117,115,116,58,33,49,125,44,115,61,123,116,111,83,118,103,58,99,44,116,111,80,110,103,58,108,44,116,111,74,112,101,103,58,102,44,116,111,66,108,111,98,58,104,44,116,111,80,105,120,101,108,68,97,116,97,58,117,44,105,109,112,108,58,123,102,111,110,116,70,97,99,101,115,58,105,44,105,109,97,103,101,115,58,111,44,117,116,105,108,58,110,44,105,110,108,105,110,101,114,58,114,44,111,112,116,105,111,110,115,58,123,125,125,125,59,102,117,110,99,116,105,111,110,32,99,40,116,44,101,41,123,114,101,116,117,114,110,32,101,61,101,124,124,123,125,44,100,40,101,41,44,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,116,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,118,40,116,44,101,46,102,105,108,116,101,114,44,33,48,41,125,41,41,46,116,104,101,110,40,103,41,46,116,104,101,110,40,109,41,46,116,104,101,110,40,114,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,114,41,123,114,101,116,117,114,110,32,98,40,114,44,101,46,119,105,100,116,104,124,124,110,46,119,105,100,116,104,40,116,41,44,101,46,104,101,105,103,104,116,124,124,110,46,104,101,105,103,104,116,40,116,41,41,125,41,41,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,32,101,46,98,103,99,111,108,111,114,38,38,40,116,46,115,116,121,108,101,46,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,61,101,46,98,103,99,111,108,111,114,41,44,101,46,119,105,100,116,104,38,38,40,116,46,115,116,121,108,101,46,119,105,100,116,104,61,101,46,119,105,100,116,104,43,34,112,120,34,41,44,101,46,104,101,105,103,104,116,38,38,40,116,46,115,116,121,108,101,46,104,101,105,103,104,116,61,101,46,104,101,105,103,104,116,43,34,112,120,34,41,44,101,46,115,116,121,108,101,38,38,79,98,106,101,99,116,46,107,101,121,115,40,101,46,115,116,121,108,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,116,46,115,116,121,108,101,91,110,93,61,101,46,115,116,121,108,101,91,110,93,125,41,41,44,116,125,125,102,117,110,99,116,105,111,110,32,117,40,116,44,101,41,123,114,101,116,117,114,110,32,112,40,116,44,101,124,124,123,125,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,46,103,101,116,67,111,110,116,101,120,116,40,34,50,100,34,41,46,103,101,116,73,109,97,103,101,68,97,116,97,40,48,44,48,44,110,46,119,105,100,116,104,40,116,41,44,110,46,104,101,105,103,104,116,40,116,41,41,46,100,97,116,97,125,41,41,125,102,117,110,99,116,105,111,110,32,108,40,116,44,101,41,123,114,101,116,117,114,110,32,112,40,116,44,101,124,124,123,125,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,116,111,68,97,116,97,85,82,76,40,41,125,41,41,125,102,117,110,99,116,105,111,110,32,102,40,116,44,101,41,123,114,101,116,117,114,110,32,101,61,101,124,124,123,125,44,112,40,116,44,101,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,116,111,68,97,116,97,85,82,76,40,34,105,109,97,103,101,47,106,112,101,103,34,44,101,46,113,117,97,108,105,116,121,124,124,49,41,125,41,41,125,102,117,110,99,116,105,111,110,32,104,40,116,44,101,41,123,114,101,116,117,114,110,32,112,40,116,44,101,124,124,123,125,41,46,116,104,101,110,40,110,46,99,97,110,118,97,115,84,111,66,108,111,98,41,125,102,117,110,99,116,105,111,110,32,100,40,116,41,123,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,116,46,105,109,97,103,101,80,108,97,99,101,104,111,108,100,101,114,63,115,46,105,109,112,108,46,111,112,116,105,111,110,115,46,105,109,97,103,101,80,108,97,99,101,104,111,108,100,101,114,61,97,46,105,109,97,103,101,80,108,97,99,101,104,111,108,100,101,114,58,115,46,105,109,112,108,46,111,112,116,105,111,110,115,46,105,109,97,103,101,80,108,97,99,101,104,111,108,100,101,114,61,116,46,105,109,97,103,101,80,108,97,99,101,104,111,108,100,101,114,44,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,116,46,99,97,99,104,101,66,117,115,116,63,115,46,105,109,112,108,46,111,112,116,105,111,110,115,46,99,97,99,104,101,66,117,115,116,61,97,46,99,97,99,104,101,66,117,115,116,58,115,46,105,109,112,108,46,111,112,116,105,111,110,115,46,99,97,99,104,101,66,117,115,116,61,116,46,99,97,99,104,101,66,117,115,116,125,102,117,110,99,116,105,111,110,32,112,40,116,44,101,41,123,114,101,116,117,114,110,32,99,40,116,44,101,41,46,116,104,101,110,40,110,46,109,97,107,101,73,109,97,103,101,41,46,116,104,101,110,40,110,46,100,101,108,97,121,40,49,48,48,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,114,40,116,41,59,114,101,116,117,114,110,32,110,46,103,101,116,67,111,110,116,101,120,116,40,34,50,100,34,41,46,100,114,97,119,73,109,97,103,101,40,101,44,48,44,48,41,44,110,125,41,41,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,118,97,114,32,114,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,99,97,110,118,97,115,34,41,59,105,102,40,114,46,119,105,100,116,104,61,101,46,119,105,100,116,104,124,124,110,46,119,105,100,116,104,40,116,41,44,114,46,104,101,105,103,104,116,61,101,46,104,101,105,103,104,116,124,124,110,46,104,101,105,103,104,116,40,116,41,44,101,46,98,103,99,111,108,111,114,41,123,118,97,114,32,105,61,114,46,103,101,116,67,111,110,116,101,120,116,40,34,50,100,34,41,59,105,46,102,105,108,108,83,116,121,108,101,61,101,46,98,103,99,111,108,111,114,44,105,46,102,105,108,108,82,101,99,116,40,48,44,48,44,114,46,119,105,100,116,104,44,114,46,104,101,105,103,104,116,41,125,114,101,116,117,114,110,32,114,125,125,102,117,110,99,116,105,111,110,32,118,40,116,44,101,44,114,41,123,114,101,116,117,114,110,32,114,124,124,33,101,124,124,101,40,116,41,63,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,116,41,46,116,104,101,110,40,105,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,111,40,116,44,110,44,101,41,125,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,97,40,116,44,101,41,125,41,41,58,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,41,59,102,117,110,99,116,105,111,110,32,105,40,116,41,123,114,101,116,117,114,110,32,116,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,67,97,110,118,97,115,69,108,101,109,101,110,116,63,110,46,109,97,107,101,73,109,97,103,101,40,116,46,116,111,68,97,116,97,85,82,76,40,41,41,58,116,46,99,108,111,110,101,78,111,100,101,40,33,49,41,125,102,117,110,99,116,105,111,110,32,111,40,116,44,101,44,114,41,123,118,97,114,32,105,61,116,46,99,104,105,108,100,78,111,100,101,115,59,114,101,116,117,114,110,32,48,61,61,61,105,46,108,101,110,103,116,104,63,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,101,41,58,111,40,101,44,110,46,97,115,65,114,114,97,121,40,105,41,44,114,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,125,41,41,59,102,117,110,99,116,105,111,110,32,111,40,116,44,101,44,110,41,123,118,97,114,32,114,61,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,41,59,114,101,116,117,114,110,32,101,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,61,114,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,118,40,101,44,110,41,125,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,38,38,116,46,97,112,112,101,110,100,67,104,105,108,100,40,101,41,125,41,41,125,41,41,44,114,125,125,102,117,110,99,116,105,111,110,32,97,40,116,44,101,41,123,114,101,116,117,114,110,32,101,32,105,110,115,116,97,110,99,101,111,102,32,69,108,101,109,101,110,116,63,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,41,46,116,104,101,110,40,114,41,46,116,104,101,110,40,105,41,46,116,104,101,110,40,111,41,46,116,104,101,110,40,97,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,125,41,41,58,101,59,102,117,110,99,116,105,111,110,32,114,40,41,123,102,117,110,99,116,105,111,110,32,114,40,116,44,101,41,123,102,117,110,99,116,105,111,110,32,114,40,116,44,101,41,123,110,46,97,115,65,114,114,97,121,40,116,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,101,46,115,101,116,80,114,111,112,101,114,116,121,40,110,44,116,46,103,101,116,80,114,111,112,101,114,116,121,86,97,108,117,101,40,110,41,44,116,46,103,101,116,80,114,111,112,101,114,116,121,80,114,105,111,114,105,116,121,40,110,41,41,125,41,41,125,116,46,99,115,115,84,101,120,116,63,101,46,99,115,115,84,101,120,116,61,116,46,99,115,115,84,101,120,116,58,114,40,116,44,101,41,125,114,40,119,105,110,100,111,119,46,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,40,116,41,44,101,46,115,116,121,108,101,41,125,102,117,110,99,116,105,111,110,32,105,40,41,123,102,117,110,99,116,105,111,110,32,114,40,114,41,123,118,97,114,32,105,61,119,105,110,100,111,119,46,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,40,116,44,114,41,44,111,61,105,46,103,101,116,80,114,111,112,101,114,116,121,86,97,108,117,101,40,34,99,111,110,116,101,110,116,34,41,59,105,102,40,34,34,33,61,61,111,38,38,34,110,111,110,101,34,33,61,61,111,41,123,118,97,114,32,97,61,110,46,117,105,100,40,41,59,101,46,99,108,97,115,115,78,97,109,101,61,101,46,99,108,97,115,115,78,97,109,101,43,34,32,34,43,97,59,118,97,114,32,115,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,115,116,121,108,101,34,41,59,115,46,97,112,112,101,110,100,67,104,105,108,100,40,99,40,97,44,114,44,105,41,41,44,101,46,97,112,112,101,110,100,67,104,105,108,100,40,115,41,125,102,117,110,99,116,105,111,110,32,99,40,116,44,101,44,114,41,123,118,97,114,32,105,61,34,46,34,43,116,43,34,58,34,43,101,44,111,61,114,46,99,115,115,84,101,120,116,63,97,40,114,41,58,115,40,114,41,59,114,101,116,117,114,110,32,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,84,101,120,116,78,111,100,101,40,105,43,34,123,34,43,111,43,34,125,34,41,59,102,117,110,99,116,105,111,110,32,97,40,116,41,123,118,97,114,32,101,61,116,46,103,101,116,80,114,111,112,101,114,116,121,86,97,108,117,101,40,34,99,111,110,116,101,110,116,34,41,59,114,101,116,117,114,110,32,116,46,99,115,115,84,101,120,116,43,34,32,99,111,110,116,101,110,116,58,32,34,43,101,43,34,59,34,125,102,117,110,99,116,105,111,110,32,115,40,116,41,123,114,101,116,117,114,110,32,110,46,97,115,65,114,114,97,121,40,116,41,46,109,97,112,40,101,41,46,106,111,105,110,40,34,59,32,34,41,43,34,59,34,59,102,117,110,99,116,105,111,110,32,101,40,101,41,123,114,101,116,117,114,110,32,101,43,34,58,32,34,43,116,46,103,101,116,80,114,111,112,101,114,116,121,86,97,108,117,101,40,101,41,43,40,116,46,103,101,116,80,114,111,112,101,114,116,121,80,114,105,111,114,105,116,121,40,101,41,63,34,32,33,105,109,112,111,114,116,97,110,116,34,58,34,34,41,125,125,125,125,91,34,58,98,101,102,111,114,101,34,44,34,58,97,102,116,101,114,34,93,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,40,116,41,125,41,41,125,102,117,110,99,116,105,111,110,32,111,40,41,123,116,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,84,101,120,116,65,114,101,97,69,108,101,109,101,110,116,38,38,40,101,46,105,110,110,101,114,72,84,77,76,61,116,46,118,97,108,117,101,41,44,116,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,73,110,112,117,116,69,108,101,109,101,110,116,38,38,101,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,118,97,108,117,101,34,44,116,46,118,97,108,117,101,41,125,102,117,110,99,116,105,111,110,32,97,40,41,123,101,32,105,110,115,116,97,110,99,101,111,102,32,83,86,71,69,108,101,109,101,110,116,38,38,40,101,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,120,109,108,110,115,34,44,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,41,44,101,32,105,110,115,116,97,110,99,101,111,102,32,83,86,71,82,101,99,116,69,108,101,109,101,110,116,38,38,91,34,119,105,100,116,104,34,44,34,104,101,105,103,104,116,34,93,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,101,46,103,101,116,65,116,116,114,105,98,117,116,101,40,116,41,59,110,38,38,101,46,115,116,121,108,101,46,115,101,116,80,114,111,112,101,114,116,121,40,116,44,110,41,125,41,41,41,125,125,125,102,117,110,99,116,105,111,110,32,103,40,116,41,123,114,101,116,117,114,110,32,105,46,114,101,115,111,108,118,101,65,108,108,40,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,115,116,121,108,101,34,41,59,114,101,116,117,114,110,32,116,46,97,112,112,101,110,100,67,104,105,108,100,40,110,41,44,110,46,97,112,112,101,110,100,67,104,105,108,100,40,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,84,101,120,116,78,111,100,101,40,101,41,41,44,116,125,41,41,125,102,117,110,99,116,105,111,110,32,109,40,116,41,123,114,101,116,117,114,110,32,111,46,105,110,108,105,110,101,65,108,108,40,116,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,41,41,125,102,117,110,99,116,105,111,110,32,98,40,116,44,101,44,114,41,123,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,116,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,120,109,108,110,115,34,44,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,49,57,57,57,47,120,104,116,109,108,34,41,44,40,110,101,119,32,88,77,76,83,101,114,105,97,108,105,122,101,114,41,46,115,101,114,105,97,108,105,122,101,84,111,83,116,114,105,110,103,40,116,41,125,41,41,46,116,104,101,110,40,110,46,101,115,99,97,112,101,88,104,116,109,108,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,39,60,102,111,114,101,105,103,110,79,98,106,101,99,116,32,120,61,34,48,34,32,121,61,34,48,34,32,119,105,100,116,104,61,34,49,48,48,37,34,32,104,101,105,103,104,116,61,34,49,48,48,37,34,62,39,43,116,43,34,60,47,102,111,114,101,105,103,110,79,98,106,101,99,116,62,34,125,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,39,60,115,118,103,32,120,109,108,110,115,61,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,32,119,105,100,116,104,61,34,39,43,101,43,39,34,32,104,101,105,103,104,116,61,34,39,43,114,43,39,34,62,39,43,116,43,34,60,47,115,118,103,62,34,125,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,100,97,116,97,58,105,109,97,103,101,47,115,118,103,43,120,109,108,59,99,104,97,114,115,101,116,61,117,116,102,45,56,44,34,43,116,125,41,41,125,102,117,110,99,116,105,111,110,32,121,40,41,123,114,101,116,117,114,110,123,101,115,99,97,112,101,58,104,44,112,97,114,115,101,69,120,116,101,110,115,105,111,110,58,101,44,109,105,109,101,84,121,112,101,58,110,44,100,97,116,97,65,115,85,114,108,58,102,44,105,115,68,97,116,97,85,114,108,58,114,44,99,97,110,118,97,115,84,111,66,108,111,98,58,111,44,114,101,115,111,108,118,101,85,114,108,58,97,44,103,101,116,65,110,100,69,110,99,111,100,101,58,108,44,117,105,100,58,99,40,41,44,100,101,108,97,121,58,100,44,97,115,65,114,114,97,121,58,112,44,101,115,99,97,112,101,88,104,116,109,108,58,118,44,109,97,107,101,73,109,97,103,101,58,117,44,119,105,100,116,104,58,103,44,104,101,105,103,104,116,58,109,125,59,102,117,110,99,116,105,111,110,32,116,40,41,123,118,97,114,32,116,61,34,97,112,112,108,105,99,97,116,105,111,110,47,102,111,110,116,45,119,111,102,102,34,44,101,61,34,105,109,97,103,101,47,106,112,101,103,34,59,114,101,116,117,114,110,123,119,111,102,102,58,116,44,119,111,102,102,50,58,116,44,116,116,102,58,34,97,112,112,108,105,99,97,116,105,111,110,47,102,111,110,116,45,116,114,117,101,116,121,112,101,34,44,101,111,116,58,34,97,112,112,108,105,99,97,116,105,111,110,47,118,110,100,46,109,115,45,102,111,110,116,111,98,106,101,99,116,34,44,112,110,103,58,34,105,109,97,103,101,47,112,110,103,34,44,106,112,103,58,101,44,106,112,101,103,58,101,44,103,105,102,58,34,105,109,97,103,101,47,103,105,102,34,44,116,105,102,102,58,34,105,109,97,103,101,47,116,105,102,102,34,44,115,118,103,58,34,105,109,97,103,101,47,115,118,103,43,120,109,108,34,125,125,102,117,110,99,116,105,111,110,32,101,40,116,41,123,118,97,114,32,101,61,47,92,46,40,91,94,92,46,92,47,93,42,63,41,36,47,103,46,101,120,101,99,40,116,41,59,114,101,116,117,114,110,32,101,63,101,91,49,93,58,34,34,125,102,117,110,99,116,105,111,110,32,110,40,110,41,123,118,97,114,32,114,61,101,40,110,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,59,114,101,116,117,114,110,32,116,40,41,91,114,93,124,124,34,34,125,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,45,49,33,61,61,116,46,115,101,97,114,99,104,40,47,94,40,100,97,116,97,58,41,47,41,125,102,117,110,99,116,105,111,110,32,105,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,102,111,114,40,118,97,114,32,110,61,119,105,110,100,111,119,46,97,116,111,98,40,116,46,116,111,68,97,116,97,85,82,76,40,41,46,115,112,108,105,116,40,34,44,34,41,91,49,93,41,44,114,61,110,46,108,101,110,103,116,104,44,105,61,110,101,119,32,85,105,110,116,56,65,114,114,97,121,40,114,41,44,111,61,48,59,111,60,114,59,111,43,43,41,105,91,111,93,61,110,46,99,104,97,114,67,111,100,101,65,116,40,111,41,59,101,40,110,101,119,32,66,108,111,98,40,91,105,93,44,123,116,121,112,101,58,34,105,109,97,103,101,47,112,110,103,34,125,41,41,125,41,41,125,102,117,110,99,116,105,111,110,32,111,40,116,41,123,114,101,116,117,114,110,32,116,46,116,111,66,108,111,98,63,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,116,111,66,108,111,98,40,101,41,125,41,41,58,105,40,116,41,125,102,117,110,99,116,105,111,110,32,97,40,116,44,101,41,123,118,97,114,32,110,61,100,111,99,117,109,101,110,116,46,105,109,112,108,101,109,101,110,116,97,116,105,111,110,46,99,114,101,97,116,101,72,84,77,76,68,111,99,117,109,101,110,116,40,41,44,114,61,110,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,98,97,115,101,34,41,59,110,46,104,101,97,100,46,97,112,112,101,110,100,67,104,105,108,100,40,114,41,59,118,97,114,32,105,61,110,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,97,34,41,59,114,101,116,117,114,110,32,110,46,98,111,100,121,46,97,112,112,101,110,100,67,104,105,108,100,40,105,41,44,114,46,104,114,101,102,61,101,44,105,46,104,114,101,102,61,116,44,105,46,104,114,101,102,125,102,117,110,99,116,105,111,110,32,99,40,41,123,118,97,114,32,116,61,48,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,117,34,43,101,40,41,43,116,43,43,59,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,40,34,48,48,48,48,34,43,40,77,97,116,104,46,114,97,110,100,111,109,40,41,42,77,97,116,104,46,112,111,119,40,51,54,44,52,41,60,60,48,41,46,116,111,83,116,114,105,110,103,40,51,54,41,41,46,115,108,105,99,101,40,45,52,41,125,125,125,102,117,110,99,116,105,111,110,32,117,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,114,61,110,101,119,32,73,109,97,103,101,59,114,46,111,110,108,111,97,100,61,102,117,110,99,116,105,111,110,40,41,123,101,40,114,41,125,44,114,46,111,110,101,114,114,111,114,61,110,44,114,46,115,114,99,61,116,125,41,41,125,102,117,110,99,116,105,111,110,32,108,40,116,41,123,118,97,114,32,101,61,51,101,52,59,114,101,116,117,114,110,32,115,46,105,109,112,108,46,111,112,116,105,111,110,115,46,99,97,99,104,101,66,117,115,116,38,38,40,116,43,61,40,47,92,63,47,46,116,101,115,116,40,116,41,63,34,38,34,58,34,63,34,41,43,40,110,101,119,32,68,97,116,101,41,46,103,101,116,84,105,109,101,40,41,41,44,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,44,105,61,110,101,119,32,88,77,76,72,116,116,112,82,101,113,117,101,115,116,59,105,102,40,105,46,111,110,114,101,97,100,121,115,116,97,116,101,99,104,97,110,103,101,61,97,44,105,46,111,110,116,105,109,101,111,117,116,61,99,44,105,46,114,101,115,112,111,110,115,101,84,121,112,101,61,34,98,108,111,98,34,44,105,46,116,105,109,101,111,117,116,61,101,44,105,46,111,112,101,110,40,34,71,69,84,34,44,116,44,33,48,41,44,105,46,115,101,110,100,40,41,44,115,46,105,109,112,108,46,111,112,116,105,111,110,115,46,105,109,97,103,101,80,108,97,99,101,104,111,108,100,101,114,41,123,118,97,114,32,111,61,115,46,105,109,112,108,46,111,112,116,105,111,110,115,46,105,109,97,103,101,80,108,97,99,101,104,111,108,100,101,114,46,115,112,108,105,116,40,47,44,47,41,59,111,38,38,111,91,49,93,38,38,40,114,61,111,91,49,93,41,125,102,117,110,99,116,105,111,110,32,97,40,41,123,105,102,40,52,61,61,61,105,46,114,101,97,100,121,83,116,97,116,101,41,105,102,40,50,48,48,61,61,61,105,46,115,116,97,116,117,115,41,123,118,97,114,32,101,61,110,101,119,32,70,105,108,101,82,101,97,100,101,114,59,101,46,111,110,108,111,97,100,101,110,100,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,101,46,114,101,115,117,108,116,46,115,112,108,105,116,40,47,44,47,41,91,49,93,59,110,40,116,41,125,44,101,46,114,101,97,100,65,115,68,97,116,97,85,82,76,40,105,46,114,101,115,112,111,110,115,101,41,125,101,108,115,101,32,114,63,110,40,114,41,58,117,40,34,99,97,110,110,111,116,32,102,101,116,99,104,32,114,101,115,111,117,114,99,101,58,32,34,43,116,43,34,44,32,115,116,97,116,117,115,58,32,34,43,105,46,115,116,97,116,117,115,41,125,102,117,110,99,116,105,111,110,32,99,40,41,123,114,63,110,40,114,41,58,117,40,34,116,105,109,101,111,117,116,32,111,102,32,34,43,101,43,34,109,115,32,111,99,99,117,114,101,100,32,119,104,105,108,101,32,102,101,116,99,104,105,110,103,32,114,101,115,111,117,114,99,101,58,32,34,43,116,41,125,102,117,110,99,116,105,111,110,32,117,40,116,41,123,99,111,110,115,111,108,101,46,101,114,114,111,114,40,116,41,44,110,40,34,34,41,125,125,41,41,125,102,117,110,99,116,105,111,110,32,102,40,116,44,101,41,123,114,101,116,117,114,110,34,100,97,116,97,58,34,43,101,43,34,59,98,97,115,101,54,52,44,34,43,116,125,102,117,110,99,116,105,111,110,32,104,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,47,40,91,46,42,43,63,94,36,123,125,40,41,124,92,91,92,93,92,47,92,92,93,41,47,103,44,34,92,92,36,49,34,41,125,102,117,110,99,116,105,111,110,32,100,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,110,41,123,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,110,40,101,41,125,41,44,116,41,125,41,41,125,125,102,117,110,99,116,105,111,110,32,112,40,116,41,123,102,111,114,40,118,97,114,32,101,61,91,93,44,110,61,116,46,108,101,110,103,116,104,44,114,61,48,59,114,60,110,59,114,43,43,41,101,46,112,117,115,104,40,116,91,114,93,41,59,114,101,116,117,114,110,32,101,125,102,117,110,99,116,105,111,110,32,118,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,47,35,47,103,44,34,37,50,51,34,41,46,114,101,112,108,97,99,101,40,47,92,110,47,103,44,34,37,48,65,34,41,125,102,117,110,99,116,105,111,110,32,103,40,116,41,123,118,97,114,32,101,61,98,40,116,44,34,98,111,114,100,101,114,45,108,101,102,116,45,119,105,100,116,104,34,41,44,110,61,98,40,116,44,34,98,111,114,100,101,114,45,114,105,103,104,116,45,119,105,100,116,104,34,41,59,114,101,116,117,114,110,32,116,46,115,99,114,111,108,108,87,105,100,116,104,43,101,43,110,125,102,117,110,99,116,105,111,110,32,109,40,116,41,123,118,97,114,32,101,61,98,40,116,44,34,98,111,114,100,101,114,45,116,111,112,45,119,105,100,116,104,34,41,44,110,61,98,40,116,44,34,98,111,114,100,101,114,45,98,111,116,116,111,109,45,119,105,100,116,104,34,41,59,114,101,116,117,114,110,32,116,46,115,99,114,111,108,108,72,101,105,103,104,116,43,101,43,110,125,102,117,110,99,116,105,111,110,32,98,40,116,44,101,41,123,118,97,114,32,110,61,119,105,110,100,111,119,46,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,40,116,41,46,103,101,116,80,114,111,112,101,114,116,121,86,97,108,117,101,40,101,41,59,114,101,116,117,114,110,32,112,97,114,115,101,70,108,111,97,116,40,110,46,114,101,112,108,97,99,101,40,34,112,120,34,44,34,34,41,41,125,125,102,117,110,99,116,105,111,110,32,119,40,41,123,118,97,114,32,116,61,47,117,114,108,92,40,91,39,34,93,63,40,91,94,39,34,93,43,63,41,91,39,34,93,63,92,41,47,103,59,114,101,116,117,114,110,123,105,110,108,105,110,101,65,108,108,58,111,44,115,104,111,117,108,100,80,114,111,99,101,115,115,58,101,44,105,109,112,108,58,123,114,101,97,100,85,114,108,115,58,114,44,105,110,108,105,110,101,58,105,125,125,59,102,117,110,99,116,105,111,110,32,101,40,101,41,123,114,101,116,117,114,110,45,49,33,61,61,101,46,115,101,97,114,99,104,40,116,41,125,102,117,110,99,116,105,111,110,32,114,40,101,41,123,118,97,114,32,114,44,105,61,91,93,59,119,104,105,108,101,40,110,117,108,108,33,61,61,40,114,61,116,46,101,120,101,99,40,101,41,41,41,105,46,112,117,115,104,40,114,91,49,93,41,59,114,101,116,117,114,110,32,105,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,110,46,105,115,68,97,116,97,85,114,108,40,116,41,125,41,41,125,102,117,110,99,116,105,111,110,32,105,40,116,44,101,44,114,44,105,41,123,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,101,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,63,110,46,114,101,115,111,108,118,101,85,114,108,40,116,44,114,41,58,116,125,41,41,46,116,104,101,110,40,105,124,124,110,46,103,101,116,65,110,100,69,110,99,111,100,101,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,46,100,97,116,97,65,115,85,114,108,40,116,44,110,46,109,105,109,101,84,121,112,101,40,101,41,41,125,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,111,40,101,41,44,34,36,49,34,43,110,43,34,36,51,34,41,125,41,41,59,102,117,110,99,116,105,111,110,32,111,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,82,101,103,69,120,112,40,34,40,117,114,108,92,92,40,91,39,92,34,93,63,41,40,34,43,110,46,101,115,99,97,112,101,40,116,41,43,34,41,40,91,39,92,34,93,63,92,92,41,41,34,44,34,103,34,41,125,125,102,117,110,99,116,105,111,110,32,111,40,116,44,110,44,111,41,123,114,101,116,117,114,110,32,97,40,41,63,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,116,41,58,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,116,41,46,116,104,101,110,40,114,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,116,41,59,114,101,116,117,114,110,32,101,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,61,114,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,105,40,101,44,116,44,110,44,111,41,125,41,41,125,41,41,44,114,125,41,41,59,102,117,110,99,116,105,111,110,32,97,40,41,123,114,101,116,117,114,110,33,101,40,116,41,125,125,125,102,117,110,99,116,105,111,110,32,95,40,41,123,114,101,116,117,114,110,123,114,101,115,111,108,118,101,65,108,108,58,116,44,105,109,112,108,58,123,114,101,97,100,65,108,108,58,101,125,125,59,102,117,110,99,116,105,111,110,32,116,40,41,123,114,101,116,117,114,110,32,101,40,100,111,99,117,109,101,110,116,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,97,108,108,40,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,115,111,108,118,101,40,41,125,41,41,41,125,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,106,111,105,110,40,34,92,110,34,41,125,41,41,125,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,110,46,97,115,65,114,114,97,121,40,100,111,99,117,109,101,110,116,46,115,116,121,108,101,83,104,101,101,116,115,41,41,46,116,104,101,110,40,101,41,46,116,104,101,110,40,116,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,109,97,112,40,105,41,125,41,41,59,102,117,110,99,116,105,111,110,32,116,40,116,41,123,114,101,116,117,114,110,32,116,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,116,121,112,101,61,61,61,67,83,83,82,117,108,101,46,70,79,78,84,95,70,65,67,69,95,82,85,76,69,125,41,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,46,115,104,111,117,108,100,80,114,111,99,101,115,115,40,116,46,115,116,121,108,101,46,103,101,116,80,114,111,112,101,114,116,121,86,97,108,117,101,40,34,115,114,99,34,41,41,125,41,41,125,102,117,110,99,116,105,111,110,32,101,40,116,41,123,118,97,114,32,101,61,91,93,59,114,101,116,117,114,110,32,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,114,121,123,110,46,97,115,65,114,114,97,121,40,116,46,99,115,115,82,117,108,101,115,124,124,91,93,41,46,102,111,114,69,97,99,104,40,101,46,112,117,115,104,46,98,105,110,100,40,101,41,41,125,99,97,116,99,104,40,114,41,123,99,111,110,115,111,108,101,46,108,111,103,40,34,69,114,114,111,114,32,119,104,105,108,101,32,114,101,97,100,105,110,103,32,67,83,83,32,114,117,108,101,115,32,102,114,111,109,32,34,43,116,46,104,114,101,102,44,114,46,116,111,83,116,114,105,110,103,40,41,41,125,125,41,41,44,101,125,102,117,110,99,116,105,111,110,32,105,40,116,41,123,114,101,116,117,114,110,123,114,101,115,111,108,118,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,40,116,46,112,97,114,101,110,116,83,116,121,108,101,83,104,101,101,116,124,124,123,125,41,46,104,114,101,102,59,114,101,116,117,114,110,32,114,46,105,110,108,105,110,101,65,108,108,40,116,46,99,115,115,84,101,120,116,44,101,41,125,44,115,114,99,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,115,116,121,108,101,46,103,101,116,80,114,111,112,101,114,116,121,86,97,108,117,101,40,34,115,114,99,34,41,125,125,125,125,125,102,117,110,99,116,105,111,110,32,120,40,41,123,114,101,116,117,114,110,123,105,110,108,105,110,101,65,108,108,58,101,44,105,109,112,108,58,123,110,101,119,73,109,97,103,101,58,116,125,125,59,102,117,110,99,116,105,111,110,32,116,40,116,41,123,114,101,116,117,114,110,123,105,110,108,105,110,101,58,101,125,59,102,117,110,99,116,105,111,110,32,101,40,101,41,123,114,101,116,117,114,110,32,110,46,105,115,68,97,116,97,85,114,108,40,116,46,115,114,99,41,63,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,41,58,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,116,46,115,114,99,41,46,116,104,101,110,40,101,124,124,110,46,103,101,116,65,110,100,69,110,99,111,100,101,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,110,46,100,97,116,97,65,115,85,114,108,40,101,44,110,46,109,105,109,101,84,121,112,101,40,116,46,115,114,99,41,41,125,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,116,46,111,110,108,111,97,100,61,110,44,116,46,111,110,101,114,114,111,114,61,114,44,116,46,115,114,99,61,101,125,41,41,125,41,41,125,125,102,117,110,99,116,105,111,110,32,101,40,105,41,123,114,101,116,117,114,110,32,105,32,105,110,115,116,97,110,99,101,111,102,32,69,108,101,109,101,110,116,63,111,40,105,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,73,109,97,103,101,69,108,101,109,101,110,116,63,116,40,105,41,46,105,110,108,105,110,101,40,41,58,80,114,111,109,105,115,101,46,97,108,108,40,110,46,97,115,65,114,114,97,121,40,105,46,99,104,105,108,100,78,111,100,101,115,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,40,116,41,125,41,41,41,125,41,41,58,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,105,41,59,102,117,110,99,116,105,111,110,32,111,40,116,41,123,118,97,114,32,101,61,116,46,115,116,121,108,101,46,103,101,116,80,114,111,112,101,114,116,121,86,97,108,117,101,40,34,98,97,99,107,103,114,111,117,110,100,34,41,59,114,101,116,117,114,110,32,101,63,114,46,105,110,108,105,110,101,65,108,108,40,101,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,116,121,108,101,46,115,101,116,80,114,111,112,101,114,116,121,40,34,98,97,99,107,103,114,111,117,110,100,34,44,101,44,116,46,115,116,121,108,101,46,103,101,116,80,114,111,112,101,114,116,121,80,114,105,111,114,105,116,121,40,34,98,97,99,107,103,114,111,117,110,100,34,41,41,125,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,41,41,58,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,116,41,125,125,125,116,46,101,120,112,111,114,116,115,61,115,125,41,40,41,125,44,34,55,48,98,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,53,53,97,34,41,46,112,97,114,115,101,73,110,116,44,105,61,110,40,34,98,57,50,102,34,41,46,116,114,105,109,44,111,61,110,40,34,53,99,98,56,34,41,44,97,61,47,94,91,45,43,93,63,48,91,120,88,93,47,59,116,46,101,120,112,111,114,116,115,61,56,33,61,61,114,40,111,43,34,48,56,34,41,124,124,50,50,33,61,61,114,40,111,43,34,48,120,49,54,34,41,63,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,105,40,83,116,114,105,110,103,40,116,41,44,51,41,59,114,101,116,117,114,110,32,114,40,110,44,101,62,62,62,48,124,124,40,97,46,116,101,115,116,40,110,41,63,49,54,58,49,48,41,41,125,58,114,125,44,55,49,53,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,54,49,100,34,41,44,105,61,110,40,34,100,50,98,98,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,111,44,97,59,114,101,116,117,114,110,32,105,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,40,111,61,101,46,99,111,110,115,116,114,117,99,116,111,114,41,38,38,111,33,61,61,110,38,38,114,40,97,61,111,46,112,114,111,116,111,116,121,112,101,41,38,38,97,33,61,61,110,46,112,114,111,116,111,116,121,112,101,38,38,105,40,116,44,97,41,44,116,125,125,44,34,55,49,100,56,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,82,101,102,108,101,99,116,34,44,123,104,97,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,125,125,41,125,44,55,50,53,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,68,97,116,101,46,112,114,111,116,111,116,121,112,101,44,105,61,34,73,110,118,97,108,105,100,32,68,97,116,101,34,44,111,61,34,116,111,83,116,114,105,110,103,34,44,97,61,114,91,111,93,44,115,61,114,46,103,101,116,84,105,109,101,59,110,101,119,32,68,97,116,101,40,78,97,78,41,43,34,34,33,61,105,38,38,110,40,34,98,100,52,55,34,41,40,114,44,111,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,115,46,99,97,108,108,40,116,104,105,115,41,59,114,101,116,117,114,110,32,116,61,61,61,116,63,97,46,99,97,108,108,40,116,104,105,115,41,58,105,125,41,41,125,44,34,55,51,51,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,77,97,116,104,34,44,123,108,111,103,50,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,108,111,103,40,116,41,47,77,97,116,104,46,76,78,50,125,125,41,125,44,55,52,49,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,100,102,57,34,41,59,110,40,34,54,51,57,55,34,41,40,34,105,115,83,101,97,108,101,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,33,114,40,101,41,124,124,33,33,116,38,38,116,40,101,41,125,125,41,41,125,44,55,52,49,56,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,101,46,102,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,125,44,34,55,52,54,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,52,50,56,102,34,41,44,105,61,110,40,34,53,49,51,53,34,41,44,111,61,110,40,34,101,53,51,56,34,41,44,97,61,110,40,34,57,98,102,50,34,41,46,102,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,114,46,83,121,109,98,111,108,124,124,40,114,46,83,121,109,98,111,108,61,123,125,41,59,105,40,101,44,116,41,124,124,97,40,101,44,116,44,123,118,97,108,117,101,58,111,46,102,40,116,41,125,41,125,125,44,55,52,56,48,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,116,43,34,32,105,115,32,110,111,116,32,97,32,102,117,110,99,116,105,111,110,33,34,41,59,114,101,116,117,114,110,32,116,125,125,44,55,52,56,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,99,98,48,51,34,41,40,33,49,41,44,111,61,91,93,46,105,110,100,101,120,79,102,44,97,61,33,33,111,38,38,49,47,91,49,93,46,105,110,100,101,120,79,102,40,49,44,45,48,41,60,48,59,114,40,114,46,80,43,114,46,70,42,40,97,124,124,33,110,40,34,54,48,97,49,34,41,40,111,41,41,44,34,65,114,114,97,121,34,44,123,105,110,100,101,120,79,102,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,63,111,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,124,124,48,58,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,125,125,41,125,44,34,55,53,51,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,57,99,53,53,34,41,44,111,61,110,40,34,54,55,57,97,34,41,44,97,61,47,86,101,114,115,105,111,110,92,47,49,48,92,46,92,100,43,40,92,46,92,100,43,41,63,40,32,77,111,98,105,108,101,92,47,92,119,43,41,63,32,83,97,102,97,114,105,92,47,47,46,116,101,115,116,40,111,41,59,114,40,114,46,80,43,114,46,70,42,97,44,34,83,116,114,105,110,103,34,44,123,112,97,100,83,116,97,114,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,44,33,48,41,125,125,41,125,44,34,55,53,98,54,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,99,55,99,49,34,41,40,34,115,109,97,108,108,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,34,115,109,97,108,108,34,44,34,34,44,34,34,41,125,125,41,41,125,44,34,55,53,102,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,43,114,46,70,42,33,110,40,34,54,55,51,57,34,41,44,34,79,98,106,101,99,116,34,44,123,100,101,102,105,110,101,80,114,111,112,101,114,116,121,58,110,40,34,48,102,50,54,34,41,46,102,125,41,125,44,55,54,51,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,61,110,40,34,50,53,53,97,34,41,44,111,61,110,40,34,99,51,102,97,34,41,44,97,61,110,40,34,97,57,48,57,34,41,44,115,61,97,40,34,116,121,112,101,100,95,97,114,114,97,121,34,41,44,99,61,97,40,34,118,105,101,119,34,41,44,117,61,33,40,33,105,46,65,114,114,97,121,66,117,102,102,101,114,124,124,33,105,46,68,97,116,97,86,105,101,119,41,44,108,61,117,44,102,61,48,44,104,61,57,44,100,61,34,73,110,116,56,65,114,114,97,121,44,85,105,110,116,56,65,114,114,97,121,44,85,105,110,116,56,67,108,97,109,112,101,100,65,114,114,97,121,44,73,110,116,49,54,65,114,114,97,121,44,85,105,110,116,49,54,65,114,114,97,121,44,73,110,116,51,50,65,114,114,97,121,44,85,105,110,116,51,50,65,114,114,97,121,44,70,108,111,97,116,51,50,65,114,114,97,121,44,70,108,111,97,116,54,52,65,114,114,97,121,34,46,115,112,108,105,116,40,34,44,34,41,59,119,104,105,108,101,40,102,60,104,41,40,114,61,105,91,100,91,102,43,43,93,93,41,63,40,111,40,114,46,112,114,111,116,111,116,121,112,101,44,115,44,33,48,41,44,111,40,114,46,112,114,111,116,111,116,121,112,101,44,99,44,33,48,41,41,58,108,61,33,49,59,116,46,101,120,112,111,114,116,115,61,123,65,66,86,58,117,44,67,79,78,83,84,82,58,108,44,84,89,80,69,68,58,115,44,86,73,69,87,58,99,125,125,44,34,55,54,54,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,101,97,102,51,34,41,44,116,46,101,120,112,111,114,116,115,61,110,40,34,97,48,54,102,34,41,46,65,114,114,97,121,46,102,108,97,116,77,97,112,125,44,55,54,55,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,57,51,51,54,34,41,40,34,117,110,115,99,111,112,97,98,108,101,115,34,41,44,105,61,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,59,118,111,105,100,32,48,61,61,105,91,114,93,38,38,110,40,34,99,51,102,97,34,41,40,105,44,114,44,123,125,41,44,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,91,114,93,91,116,93,61,33,48,125,125,44,34,55,54,97,55,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,101,97,48,53,34,41,46,102,44,111,61,110,40,34,52,50,101,101,34,41,59,114,40,114,46,83,44,34,82,101,102,108,101,99,116,34,44,123,100,101,108,101,116,101,80,114,111,112,101,114,116,121,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,105,40,111,40,116,41,44,101,41,59,114,101,116,117,114,110,33,40,110,38,38,33,110,46,99,111,110,102,105,103,117,114,97,98,108,101,41,38,38,100,101,108,101,116,101,32,116,91,101,93,125,125,41,125,44,55,56,51,57,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,91,34,99,111,110,115,116,114,117,99,116,111,114,34,44,34,104,97,115,79,119,110,80,114,111,112,101,114,116,121,34,44,34,105,115,80,114,111,116,111,116,121,112,101,79,102,34,44,34,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,34,44,34,116,111,76,111,99,97,108,101,83,116,114,105,110,103,34,44,34,116,111,83,116,114,105,110,103,34,44,34,118,97,108,117,101,79,102,34,93,125,44,34,55,56,102,57,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,98,55,101,50,34,41,44,105,61,110,40,34,101,48,51,56,34,41,44,111,61,110,40,34,57,97,50,55,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,114,40,116,41,44,110,61,105,46,102,59,105,102,40,110,41,123,118,97,114,32,97,44,115,61,110,40,116,41,44,99,61,111,46,102,44,117,61,48,59,119,104,105,108,101,40,115,46,108,101,110,103,116,104,62,117,41,99,46,99,97,108,108,40,116,44,97,61,115,91,117,43,43,93,41,38,38,101,46,112,117,115,104,40,97,41,125,114,101,116,117,114,110,32,101,125,125,44,34,55,97,48,48,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,55,52,56,48,34,41,44,111,61,110,40,34,52,50,101,101,34,41,44,97,61,40,110,40,34,50,53,53,97,34,41,46,82,101,102,108,101,99,116,124,124,123,125,41,46,97,112,112,108,121,44,115,61,70,117,110,99,116,105,111,110,46,97,112,112,108,121,59,114,40,114,46,83,43,114,46,70,42,33,110,40,34,98,52,54,48,34,41,40,40,102,117,110,99,116,105,111,110,40,41,123,97,40,40,102,117,110,99,116,105,111,110,40,41,123,125,41,41,125,41,41,44,34,82,101,102,108,101,99,116,34,44,123,97,112,112,108,121,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,105,40,116,41,44,99,61,111,40,110,41,59,114,101,116,117,114,110,32,97,63,97,40,114,44,101,44,99,41,58,115,46,99,97,108,108,40,114,44,101,44,99,41,125,125,41,125,44,34,55,97,55,55,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,116,104,105,115,46,109,101,115,115,97,103,101,61,116,125,114,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,67,97,110,99,101,108,34,43,40,116,104,105,115,46,109,101,115,115,97,103,101,63,34,58,32,34,43,116,104,105,115,46,109,101,115,115,97,103,101,58,34,34,41,125,44,114,46,112,114,111,116,111,116,121,112,101,46,95,95,67,65,78,67,69,76,95,95,61,33,48,44,116,46,101,120,112,111,114,116,115,61,114,125,44,34,55,97,97,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,99,53,51,50,34,41,59,116,46,101,120,112,111,114,116,115,61,114,46,105,115,83,116,97,110,100,97,114,100,66,114,111,119,115,101,114,69,110,118,40,41,63,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,119,114,105,116,101,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,105,44,111,44,97,41,123,118,97,114,32,115,61,91,93,59,115,46,112,117,115,104,40,116,43,34,61,34,43,101,110,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,101,41,41,44,114,46,105,115,78,117,109,98,101,114,40,110,41,38,38,115,46,112,117,115,104,40,34,101,120,112,105,114,101,115,61,34,43,110,101,119,32,68,97,116,101,40,110,41,46,116,111,71,77,84,83,116,114,105,110,103,40,41,41,44,114,46,105,115,83,116,114,105,110,103,40,105,41,38,38,115,46,112,117,115,104,40,34,112,97,116,104,61,34,43,105,41,44,114,46,105,115,83,116,114,105,110,103,40,111,41,38,38,115,46,112,117,115,104,40,34,100,111,109,97,105,110,61,34,43,111,41,44,33,48,61,61,61,97,38,38,115,46,112,117,115,104,40,34,115,101,99,117,114,101,34,41,44,100,111,99,117,109,101,110,116,46,99,111,111,107,105,101,61,115,46,106,111,105,110,40,34,59,32,34,41,125,44,114,101,97,100,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,100,111,99,117,109,101,110,116,46,99,111,111,107,105,101,46,109,97,116,99,104,40,110,101,119,32,82,101,103,69,120,112,40,34,40,94,124,59,92,92,115,42,41,40,34,43,116,43,34,41,61,40,91,94,59,93,42,41,34,41,41,59,114,101,116,117,114,110,32,101,63,100,101,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,101,91,51,93,41,58,110,117,108,108,125,44,114,101,109,111,118,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,119,114,105,116,101,40,116,44,34,34,44,68,97,116,101,46,110,111,119,40,41,45,56,54,52,101,53,41,125,125,125,40,41,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,119,114,105,116,101,58,102,117,110,99,116,105,111,110,40,41,123,125,44,114,101,97,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,117,108,108,125,44,114,101,109,111,118,101,58,102,117,110,99,116,105,111,110,40,41,123,125,125,125,40,41,125,44,34,55,98,48,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,49,100,56,48,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,40,114,40,116,41,41,125,125,44,34,55,99,55,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,61,110,40,34,56,50,53,97,34,41,44,111,61,110,40,34,51,55,101,56,34,41,44,97,61,110,40,34,55,56,51,57,34,41,44,115,61,110,40,34,100,48,49,50,34,41,44,99,61,110,40,34,49,98,101,52,34,41,44,117,61,110,40,34,99,99,49,50,34,41,44,108,61,110,40,34,102,55,55,50,34,41,44,102,61,34,62,34,44,104,61,34,60,34,44,100,61,34,112,114,111,116,111,116,121,112,101,34,44,112,61,34,115,99,114,105,112,116,34,44,118,61,108,40,34,73,69,95,80,82,79,84,79,34,41,44,103,61,102,117,110,99,116,105,111,110,40,41,123,125,44,109,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,104,43,112,43,102,43,116,43,104,43,34,47,34,43,112,43,102,125,44,98,61,102,117,110,99,116,105,111,110,40,116,41,123,116,46,119,114,105,116,101,40,109,40,34,34,41,41,44,116,46,99,108,111,115,101,40,41,59,118,97,114,32,101,61,116,46,112,97,114,101,110,116,87,105,110,100,111,119,46,79,98,106,101,99,116,59,114,101,116,117,114,110,32,116,61,110,117,108,108,44,101,125,44,121,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,117,40,34,105,102,114,97,109,101,34,41,44,110,61,34,106,97,118,97,34,43,112,43,34,58,34,59,114,101,116,117,114,110,32,101,46,115,116,121,108,101,46,100,105,115,112,108,97,121,61,34,110,111,110,101,34,44,99,46,97,112,112,101,110,100,67,104,105,108,100,40,101,41,44,101,46,115,114,99,61,83,116,114,105,110,103,40,110,41,44,116,61,101,46,99,111,110,116,101,110,116,87,105,110,100,111,119,46,100,111,99,117,109,101,110,116,44,116,46,111,112,101,110,40,41,44,116,46,119,114,105,116,101,40,109,40,34,100,111,99,117,109,101,110,116,46,70,61,79,98,106,101,99,116,34,41,41,44,116,46,99,108,111,115,101,40,41,44,116,46,70,125,44,119,61,102,117,110,99,116,105,111,110,40,41,123,116,114,121,123,114,61,100,111,99,117,109,101,110,116,46,100,111,109,97,105,110,38,38,110,101,119,32,65,99,116,105,118,101,88,79,98,106,101,99,116,40,34,104,116,109,108,102,105,108,101,34,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,125,119,61,114,63,98,40,114,41,58,121,40,41,59,118,97,114,32,116,61,97,46,108,101,110,103,116,104,59,119,104,105,108,101,40,116,45,45,41,100,101,108,101,116,101,32,119,91,100,93,91,97,91,116,93,93,59,114,101,116,117,114,110,32,119,40,41,125,59,115,91,118,93,61,33,48,44,116,46,101,120,112,111,114,116,115,61,79,98,106,101,99,116,46,99,114,101,97,116,101,124,124,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,59,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,63,40,103,91,100,93,61,105,40,116,41,44,110,61,110,101,119,32,103,44,103,91,100,93,61,110,117,108,108,44,110,91,118,93,61,116,41,58,110,61,119,40,41,44,118,111,105,100,32,48,61,61,61,101,63,110,58,111,40,110,44,101,41,125,125,44,34,55,100,98,48,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,98,55,50,55,34,41,46,102,105,110,100,44,111,61,110,40,34,52,52,100,50,34,41,44,97,61,34,102,105,110,100,34,44,115,61,33,48,59,97,32,105,110,91,93,38,38,65,114,114,97,121,40,49,41,91,97,93,40,40,102,117,110,99,116,105,111,110,40,41,123,115,61,33,49,125,41,41,44,114,40,123,116,97,114,103,101,116,58,34,65,114,114,97,121,34,44,112,114,111,116,111,58,33,48,44,102,111,114,99,101,100,58,115,125,44,123,102,105,110,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,125,41,44,111,40,97,41,125,44,34,55,100,100,48,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,57,101,100,51,34,41,44,111,61,110,40,34,101,49,54,51,34,41,44,97,61,110,40,34,100,50,98,98,34,41,44,115,61,110,40,34,100,52,52,101,34,41,44,99,61,110,40,34,57,49,49,50,34,41,44,117,61,110,40,34,54,101,101,98,34,41,44,108,61,110,40,34,98,54,50,50,34,41,44,102,61,110,40,34,99,52,51,48,34,41,44,104,61,110,40,34,51,102,56,99,34,41,44,100,61,110,40,34,97,101,57,51,34,41,44,112,61,100,46,73,116,101,114,97,116,111,114,80,114,111,116,111,116,121,112,101,44,118,61,100,46,66,85,71,71,89,95,83,65,70,65,82,73,95,73,84,69,82,65,84,79,82,83,44,103,61,108,40,34,105,116,101,114,97,116,111,114,34,41,44,109,61,34,107,101,121,115,34,44,98,61,34,118,97,108,117,101,115,34,44,121,61,34,101,110,116,114,105,101,115,34,44,119,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,108,44,100,44,95,44,120,41,123,105,40,110,44,101,44,108,41,59,118,97,114,32,79,44,83,44,107,44,67,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,61,61,61,100,38,38,65,41,114,101,116,117,114,110,32,65,59,105,102,40,33,118,38,38,116,32,105,110,32,106,41,114,101,116,117,114,110,32,106,91,116,93,59,115,119,105,116,99,104,40,116,41,123,99,97,115,101,32,109,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,110,40,116,104,105,115,44,116,41,125,59,99,97,115,101,32,98,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,110,40,116,104,105,115,44,116,41,125,59,99,97,115,101,32,121,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,110,40,116,104,105,115,44,116,41,125,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,110,40,116,104,105,115,41,125,125,44,80,61,101,43,34,32,73,116,101,114,97,116,111,114,34,44,84,61,33,49,44,106,61,116,46,112,114,111,116,111,116,121,112,101,44,69,61,106,91,103,93,124,124,106,91,34,64,64,105,116,101,114,97,116,111,114,34,93,124,124,100,38,38,106,91,100,93,44,65,61,33,118,38,38,69,124,124,67,40,100,41,44,68,61,34,65,114,114,97,121,34,61,61,101,38,38,106,46,101,110,116,114,105,101,115,124,124,69,59,105,102,40,68,38,38,40,79,61,111,40,68,46,99,97,108,108,40,110,101,119,32,116,41,41,44,112,33,61,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,38,38,79,46,110,101,120,116,38,38,40,102,124,124,111,40,79,41,61,61,61,112,124,124,40,97,63,97,40,79,44,112,41,58,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,79,91,103,93,38,38,99,40,79,44,103,44,119,41,41,44,115,40,79,44,80,44,33,48,44,33,48,41,44,102,38,38,40,104,91,80,93,61,119,41,41,41,44,100,61,61,98,38,38,69,38,38,69,46,110,97,109,101,33,61,61,98,38,38,40,84,61,33,48,44,65,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,69,46,99,97,108,108,40,116,104,105,115,41,125,41,44,102,38,38,33,120,124,124,106,91,103,93,61,61,61,65,124,124,99,40,106,44,103,44,65,41,44,104,91,101,93,61,65,44,100,41,105,102,40,83,61,123,118,97,108,117,101,115,58,67,40,98,41,44,107,101,121,115,58,95,63,65,58,67,40,109,41,44,101,110,116,114,105,101,115,58,67,40,121,41,125,44,120,41,102,111,114,40,107,32,105,110,32,83,41,40,118,124,124,84,124,124,33,40,107,32,105,110,32,106,41,41,38,38,117,40,106,44,107,44,83,91,107,93,41,59,101,108,115,101,32,114,40,123,116,97,114,103,101,116,58,101,44,112,114,111,116,111,58,33,48,44,102,111,114,99,101,100,58,118,124,124,84,125,44,83,41,59,114,101,116,117,114,110,32,83,125,125,44,34,55,101,51,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,123,125,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,110,46,99,97,108,108,40,116,44,101,41,125,125,44,34,55,102,49,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,57,51,51,101,34,41,40,34,85,105,110,116,56,34,44,49,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,101,44,110,44,114,41,125,125,41,41,125,44,34,55,102,57,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,97,56,52,34,41,44,105,61,110,40,34,56,57,50,53,34,41,44,111,61,114,46,87,101,97,107,77,97,112,59,116,46,101,120,112,111,114,116,115,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,111,38,38,47,110,97,116,105,118,101,32,99,111,100,101,47,46,116,101,115,116,40,105,40,111,41,41,125,44,56,49,50,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,43,114,46,70,42,33,110,40,34,54,55,51,57,34,41,44,34,79,98,106,101,99,116,34,44,123,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,58,110,40,34,50,48,51,53,34,41,125,41,125,44,34,56,49,101,54,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,79,98,106,101,99,116,34,44,123,115,101,116,80,114,111,116,111,116,121,112,101,79,102,58,110,40,34,51,48,99,57,34,41,46,115,101,116,125,41,125,44,34,56,50,53,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,54,49,100,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,114,40,116,41,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,83,116,114,105,110,103,40,116,41,43,34,32,105,115,32,110,111,116,32,97,110,32,111,98,106,101,99,116,34,41,59,114,101,116,117,114,110,32,116,125,125,44,56,50,54,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,98,57,50,102,34,41,40,34,116,114,105,109,82,105,103,104,116,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,50,41,125,125,41,44,34,116,114,105,109,69,110,100,34,41,125,44,56,51,54,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,52,48,50,55,34,41,44,110,40,34,57,51,56,56,34,41,44,110,40,34,55,54,54,98,34,41,44,110,40,34,97,98,51,54,34,41,44,110,40,34,57,51,57,48,34,41,44,110,40,34,49,52,53,53,34,41,44,110,40,34,49,54,101,101,34,41,44,110,40,34,98,55,48,98,34,41,44,110,40,34,99,54,51,100,34,41,44,110,40,34,51,98,49,57,34,41,44,110,40,34,48,49,50,98,34,41,44,110,40,34,102,100,97,53,34,41,44,110,40,34,50,54,97,97,34,41,44,110,40,34,57,54,99,102,34,41,125,44,34,56,51,55,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,51,55,102,102,34,41,44,105,61,110,40,34,97,100,48,54,34,41,59,110,40,34,54,51,57,55,34,41,40,34,103,101,116,80,114,111,116,111,116,121,112,101,79,102,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,114,40,116,41,41,125,125,41,41,125,44,34,56,51,97,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,48,51,57,34,41,59,116,46,101,120,112,111,114,116,115,61,33,114,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,33,61,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,123,125,44,49,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,125,125,41,91,49,93,125,41,41,125,44,34,56,51,98,57,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,100,57,50,53,34,41,44,105,61,110,40,34,101,54,56,51,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,38,38,33,114,40,101,41,63,105,40,116,44,101,41,58,101,125,125,44,56,52,49,56,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,99,48,52,101,34,41,44,105,61,110,40,34,57,98,102,50,34,41,44,111,61,110,40,34,53,99,54,99,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,97,61,114,40,101,41,59,97,32,105,110,32,116,63,105,46,102,40,116,44,97,44,111,40,48,44,110,41,41,58,116,91,97,93,61,110,125,125,44,34,56,52,49,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,100,55,56,52,34,41,44,105,61,110,40,34,56,50,53,97,34,41,44,111,61,110,40,34,49,100,56,48,34,41,44,97,61,110,40,34,49,50,57,102,34,41,44,115,61,110,40,34,49,52,99,51,34,41,59,114,40,34,115,101,97,114,99,104,34,44,49,44,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,91,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,111,40,116,104,105,115,41,44,114,61,118,111,105,100,32,48,61,61,101,63,118,111,105,100,32,48,58,101,91,116,93,59,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,61,114,63,114,46,99,97,108,108,40,101,44,110,41,58,110,101,119,32,82,101,103,69,120,112,40,101,41,91,116,93,40,83,116,114,105,110,103,40,110,41,41,125,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,114,61,110,40,101,44,116,44,116,104,105,115,41,59,105,102,40,114,46,100,111,110,101,41,114,101,116,117,114,110,32,114,46,118,97,108,117,101,59,118,97,114,32,111,61,105,40,116,41,44,99,61,83,116,114,105,110,103,40,116,104,105,115,41,44,117,61,111,46,108,97,115,116,73,110,100,101,120,59,97,40,117,44,48,41,124,124,40,111,46,108,97,115,116,73,110,100,101,120,61,48,41,59,118,97,114,32,108,61,115,40,111,44,99,41,59,114,101,116,117,114,110,32,97,40,111,46,108,97,115,116,73,110,100,101,120,44,117,41,124,124,40,111,46,108,97,115,116,73,110,100,101,120,61,117,41,44,110,117,108,108,61,61,61,108,63,45,49,58,108,46,105,110,100,101,120,125,93,125,41,41,125,44,34,56,54,49,100,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,63,110,117,108,108,33,61,61,116,58,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,125,125,44,56,56,50,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,49,102,100,49,34,41,44,111,61,110,40,34,99,101,98,54,34,41,44,97,61,110,40,34,101,97,48,53,34,41,44,115,61,110,40,34,99,55,97,51,34,41,59,114,40,114,46,83,44,34,79,98,106,101,99,116,34,44,123,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,61,111,40,116,41,44,99,61,97,46,102,44,117,61,105,40,114,41,44,108,61,123,125,44,102,61,48,59,119,104,105,108,101,40,117,46,108,101,110,103,116,104,62,102,41,110,61,99,40,114,44,101,61,117,91,102,43,43,93,41,44,118,111,105,100,32,48,33,61,61,110,38,38,115,40,108,44,101,44,110,41,59,114,101,116,117,114,110,32,108,125,125,41,125,44,34,56,56,51,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,52,50,101,101,34,41,44,111,61,79,98,106,101,99,116,46,105,115,69,120,116,101,110,115,105,98,108,101,59,114,40,114,46,83,44,34,82,101,102,108,101,99,116,34,44,123,105,115,69,120,116,101,110,115,105,98,108,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,41,44,33,111,124,124,111,40,116,41,125,125,41,125,44,34,56,56,55,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,100,102,57,34,41,44,105,61,110,40,34,51,48,99,57,34,41,46,115,101,116,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,111,44,97,61,101,46,99,111,110,115,116,114,117,99,116,111,114,59,114,101,116,117,114,110,32,97,33,61,61,110,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,97,38,38,40,111,61,97,46,112,114,111,116,111,116,121,112,101,41,33,61,61,110,46,112,114,111,116,111,116,121,112,101,38,38,114,40,111,41,38,38,105,38,38,105,40,116,44,111,41,44,116,125,125,44,34,56,56,101,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,78,117,109,98,101,114,34,44,123,69,80,83,73,76,79,78,58,77,97,116,104,46,112,111,119,40,50,44,45,53,50,41,125,41,125,44,56,57,50,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,54,99,100,34,41,44,105,61,70,117,110,99,116,105,111,110,46,116,111,83,116,114,105,110,103,59,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,114,46,105,110,115,112,101,99,116,83,111,117,114,99,101,38,38,40,114,46,105,110,115,112,101,99,116,83,111,117,114,99,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,46,99,97,108,108,40,116,41,125,41,44,116,46,101,120,112,111,114,116,115,61,114,46,105,110,115,112,101,99,116,83,111,117,114,99,101,125,44,34,56,57,99,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,54,51,51,49,34,41,44,111,61,77,97,116,104,46,97,98,115,59,114,40,114,46,83,44,34,78,117,109,98,101,114,34,44,123,105,115,83,97,102,101,73,110,116,101,103,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,41,38,38,111,40,116,41,60,61,57,48,48,55,49,57,57,50,53,52,55,52,48,57,57,49,125,125,41,125,44,34,56,97,97,53,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,54,53,52,55,34,41,46,99,104,97,114,65,116,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,43,40,110,63,114,40,116,44,101,41,46,108,101,110,103,116,104,58,49,41,125,125,44,34,56,99,52,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,10,47,42,33,10,32,32,42,32,118,117,101,45,114,111,117,116,101,114,32,118,51,46,53,46,49,10,32,32,42,32,40,99,41,32,50,48,50,49,32,69,118,97,110,32,89,111,117,10,32,32,42,32,64,108,105,99,101,110,115,101,32,77,73,84,10,32,32,42,47,102,117,110,99,116,105,111,110,32,114,40,116,44,101,41,123,48,125,102,117,110,99,116,105,111,110,32,105,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,116,91,110,93,61,101,91,110,93,59,114,101,116,117,114,110,32,116,125,118,97,114,32,111,61,47,91,33,39,40,41,42,93,47,103,44,97,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,37,34,43,116,46,99,104,97,114,67,111,100,101,65,116,40,48,41,46,116,111,83,116,114,105,110,103,40,49,54,41,125,44,115,61,47,37,50,67,47,103,44,99,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,110,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,116,41,46,114,101,112,108,97,99,101,40,111,44,97,41,46,114,101,112,108,97,99,101,40,115,44,34,44,34,41,125,59,102,117,110,99,116,105,111,110,32,117,40,116,41,123,116,114,121,123,114,101,116,117,114,110,32,100,101,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,116,41,125,99,97,116,99,104,40,101,41,123,48,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,108,40,116,44,101,44,110,41,123,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,123,125,41,59,118,97,114,32,114,44,105,61,110,124,124,104,59,116,114,121,123,114,61,105,40,116,124,124,34,34,41,125,99,97,116,99,104,40,115,41,123,114,61,123,125,125,102,111,114,40,118,97,114,32,111,32,105,110,32,101,41,123,118,97,114,32,97,61,101,91,111,93,59,114,91,111,93,61,65,114,114,97,121,46,105,115,65,114,114,97,121,40,97,41,63,97,46,109,97,112,40,102,41,58,102,40,97,41,125,114,101,116,117,114,110,32,114,125,118,97,114,32,102,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,124,124,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,63,116,58,83,116,114,105,110,103,40,116,41,125,59,102,117,110,99,116,105,111,110,32,104,40,116,41,123,118,97,114,32,101,61,123,125,59,114,101,116,117,114,110,32,116,61,116,46,116,114,105,109,40,41,46,114,101,112,108,97,99,101,40,47,94,40,92,63,124,35,124,38,41,47,44,34,34,41,44,116,63,40,116,46,115,112,108,105,116,40,34,38,34,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,116,46,114,101,112,108,97,99,101,40,47,92,43,47,103,44,34,32,34,41,46,115,112,108,105,116,40,34,61,34,41,44,114,61,117,40,110,46,115,104,105,102,116,40,41,41,44,105,61,110,46,108,101,110,103,116,104,62,48,63,117,40,110,46,106,111,105,110,40,34,61,34,41,41,58,110,117,108,108,59,118,111,105,100,32,48,61,61,61,101,91,114,93,63,101,91,114,93,61,105,58,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,91,114,93,41,63,101,91,114,93,46,112,117,115,104,40,105,41,58,101,91,114,93,61,91,101,91,114,93,44,105,93,125,41,41,44,101,41,58,101,125,102,117,110,99,116,105,111,110,32,100,40,116,41,123,118,97,114,32,101,61,116,63,79,98,106,101,99,116,46,107,101,121,115,40,116,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,116,91,101,93,59,105,102,40,118,111,105,100,32,48,61,61,61,110,41,114,101,116,117,114,110,34,34,59,105,102,40,110,117,108,108,61,61,61,110,41,114,101,116,117,114,110,32,99,40,101,41,59,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,110,41,41,123,118,97,114,32,114,61,91,93,59,114,101,116,117,114,110,32,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,111,105,100,32,48,33,61,61,116,38,38,40,110,117,108,108,61,61,61,116,63,114,46,112,117,115,104,40,99,40,101,41,41,58,114,46,112,117,115,104,40,99,40,101,41,43,34,61,34,43,99,40,116,41,41,41,125,41,41,44,114,46,106,111,105,110,40,34,38,34,41,125,114,101,116,117,114,110,32,99,40,101,41,43,34,61,34,43,99,40,110,41,125,41,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,62,48,125,41,41,46,106,111,105,110,40,34,38,34,41,58,110,117,108,108,59,114,101,116,117,114,110,32,101,63,34,63,34,43,101,58,34,34,125,118,97,114,32,112,61,47,92,47,63,36,47,59,102,117,110,99,116,105,111,110,32,118,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,114,38,38,114,46,111,112,116,105,111,110,115,46,115,116,114,105,110,103,105,102,121,81,117,101,114,121,44,111,61,101,46,113,117,101,114,121,124,124,123,125,59,116,114,121,123,111,61,103,40,111,41,125,99,97,116,99,104,40,115,41,123,125,118,97,114,32,97,61,123,110,97,109,101,58,101,46,110,97,109,101,124,124,116,38,38,116,46,110,97,109,101,44,109,101,116,97,58,116,38,38,116,46,109,101,116,97,124,124,123,125,44,112,97,116,104,58,101,46,112,97,116,104,124,124,34,47,34,44,104,97,115,104,58,101,46,104,97,115,104,124,124,34,34,44,113,117,101,114,121,58,111,44,112,97,114,97,109,115,58,101,46,112,97,114,97,109,115,124,124,123,125,44,102,117,108,108,80,97,116,104,58,121,40,101,44,105,41,44,109,97,116,99,104,101,100,58,116,63,98,40,116,41,58,91,93,125,59,114,101,116,117,114,110,32,110,38,38,40,97,46,114,101,100,105,114,101,99,116,101,100,70,114,111,109,61,121,40,110,44,105,41,41,44,79,98,106,101,99,116,46,102,114,101,101,122,101,40,97,41,125,102,117,110,99,116,105,111,110,32,103,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,114,101,116,117,114,110,32,116,46,109,97,112,40,103,41,59,105,102,40,116,38,38,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,41,123,118,97,114,32,101,61,123,125,59,102,111,114,40,118,97,114,32,110,32,105,110,32,116,41,101,91,110,93,61,103,40,116,91,110,93,41,59,114,101,116,117,114,110,32,101,125,114,101,116,117,114,110,32,116,125,118,97,114,32,109,61,118,40,110,117,108,108,44,123,112,97,116,104,58,34,47,34,125,41,59,102,117,110,99,116,105,111,110,32,98,40,116,41,123,118,97,114,32,101,61,91,93,59,119,104,105,108,101,40,116,41,101,46,117,110,115,104,105,102,116,40,116,41,44,116,61,116,46,112,97,114,101,110,116,59,114,101,116,117,114,110,32,101,125,102,117,110,99,116,105,111,110,32,121,40,116,44,101,41,123,118,97,114,32,110,61,116,46,112,97,116,104,44,114,61,116,46,113,117,101,114,121,59,118,111,105,100,32,48,61,61,61,114,38,38,40,114,61,123,125,41,59,118,97,114,32,105,61,116,46,104,97,115,104,59,118,111,105,100,32,48,61,61,61,105,38,38,40,105,61,34,34,41,59,118,97,114,32,111,61,101,124,124,100,59,114,101,116,117,114,110,40,110,124,124,34,47,34,41,43,111,40,114,41,43,105,125,102,117,110,99,116,105,111,110,32,119,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,61,61,61,109,63,116,61,61,61,101,58,33,33,101,38,38,40,116,46,112,97,116,104,38,38,101,46,112,97,116,104,63,116,46,112,97,116,104,46,114,101,112,108,97,99,101,40,112,44,34,34,41,61,61,61,101,46,112,97,116,104,46,114,101,112,108,97,99,101,40,112,44,34,34,41,38,38,40,110,124,124,116,46,104,97,115,104,61,61,61,101,46,104,97,115,104,38,38,95,40,116,46,113,117,101,114,121,44,101,46,113,117,101,114,121,41,41,58,33,40,33,116,46,110,97,109,101,124,124,33,101,46,110,97,109,101,41,38,38,40,116,46,110,97,109,101,61,61,61,101,46,110,97,109,101,38,38,40,110,124,124,116,46,104,97,115,104,61,61,61,101,46,104,97,115,104,38,38,95,40,116,46,113,117,101,114,121,44,101,46,113,117,101,114,121,41,38,38,95,40,116,46,112,97,114,97,109,115,44,101,46,112,97,114,97,109,115,41,41,41,41,125,102,117,110,99,116,105,111,110,32,95,40,116,44,101,41,123,105,102,40,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,123,125,41,44,118,111,105,100,32,48,61,61,61,101,38,38,40,101,61,123,125,41,44,33,116,124,124,33,101,41,114,101,116,117,114,110,32,116,61,61,61,101,59,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,46,115,111,114,116,40,41,44,114,61,79,98,106,101,99,116,46,107,101,121,115,40,101,41,46,115,111,114,116,40,41,59,114,101,116,117,114,110,32,110,46,108,101,110,103,116,104,61,61,61,114,46,108,101,110,103,116,104,38,38,110,46,101,118,101,114,121,40,40,102,117,110,99,116,105,111,110,40,110,44,105,41,123,118,97,114,32,111,61,116,91,110,93,44,97,61,114,91,105,93,59,105,102,40,97,33,61,61,110,41,114,101,116,117,114,110,33,49,59,118,97,114,32,115,61,101,91,110,93,59,114,101,116,117,114,110,32,110,117,108,108,61,61,111,124,124,110,117,108,108,61,61,115,63,111,61,61,61,115,58,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,111,38,38,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,115,63,95,40,111,44,115,41,58,83,116,114,105,110,103,40,111,41,61,61,61,83,116,114,105,110,103,40,115,41,125,41,41,125,102,117,110,99,116,105,111,110,32,120,40,116,44,101,41,123,114,101,116,117,114,110,32,48,61,61,61,116,46,112,97,116,104,46,114,101,112,108,97,99,101,40,112,44,34,47,34,41,46,105,110,100,101,120,79,102,40,101,46,112,97,116,104,46,114,101,112,108,97,99,101,40,112,44,34,47,34,41,41,38,38,40,33,101,46,104,97,115,104,124,124,116,46,104,97,115,104,61,61,61,101,46,104,97,115,104,41,38,38,79,40,116,46,113,117,101,114,121,44,101,46,113,117,101,114,121,41,125,102,117,110,99,116,105,111,110,32,79,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,105,102,40,33,40,110,32,105,110,32,116,41,41,114,101,116,117,114,110,33,49,59,114,101,116,117,114,110,33,48,125,102,117,110,99,116,105,111,110,32,83,40,116,41,123,102,111,114,40,118,97,114,32,101,61,48,59,101,60,116,46,109,97,116,99,104,101,100,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,116,46,109,97,116,99,104,101,100,91,101,93,59,102,111,114,40,118,97,114,32,114,32,105,110,32,110,46,105,110,115,116,97,110,99,101,115,41,123,118,97,114,32,105,61,110,46,105,110,115,116,97,110,99,101,115,91,114,93,44,111,61,110,46,101,110,116,101,114,101,100,67,98,115,91,114,93,59,105,102,40,105,38,38,111,41,123,100,101,108,101,116,101,32,110,46,101,110,116,101,114,101,100,67,98,115,91,114,93,59,102,111,114,40,118,97,114,32,97,61,48,59,97,60,111,46,108,101,110,103,116,104,59,97,43,43,41,105,46,95,105,115,66,101,105,110,103,68,101,115,116,114,111,121,101,100,124,124,111,91,97,93,40,105,41,125,125,125,125,118,97,114,32,107,61,123,110,97,109,101,58,34,82,111,117,116,101,114,86,105,101,119,34,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,123,110,97,109,101,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,100,101,102,97,117,108,116,34,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,114,61,101,46,99,104,105,108,100,114,101,110,44,111,61,101,46,112,97,114,101,110,116,44,97,61,101,46,100,97,116,97,59,97,46,114,111,117,116,101,114,86,105,101,119,61,33,48,59,118,97,114,32,115,61,111,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,99,61,110,46,110,97,109,101,44,117,61,111,46,36,114,111,117,116,101,44,108,61,111,46,95,114,111,117,116,101,114,86,105,101,119,67,97,99,104,101,124,124,40,111,46,95,114,111,117,116,101,114,86,105,101,119,67,97,99,104,101,61,123,125,41,44,102,61,48,44,104,61,33,49,59,119,104,105,108,101,40,111,38,38,111,46,95,114,111,117,116,101,114,82,111,111,116,33,61,61,111,41,123,118,97,114,32,100,61,111,46,36,118,110,111,100,101,63,111,46,36,118,110,111,100,101,46,100,97,116,97,58,123,125,59,100,46,114,111,117,116,101,114,86,105,101,119,38,38,102,43,43,44,100,46,107,101,101,112,65,108,105,118,101,38,38,111,46,95,100,105,114,101,99,116,73,110,97,99,116,105,118,101,38,38,111,46,95,105,110,97,99,116,105,118,101,38,38,40,104,61,33,48,41,44,111,61,111,46,36,112,97,114,101,110,116,125,105,102,40,97,46,114,111,117,116,101,114,86,105,101,119,68,101,112,116,104,61,102,44,104,41,123,118,97,114,32,112,61,108,91,99,93,44,118,61,112,38,38,112,46,99,111,109,112,111,110,101,110,116,59,114,101,116,117,114,110,32,118,63,40,112,46,99,111,110,102,105,103,80,114,111,112,115,38,38,67,40,118,44,97,44,112,46,114,111,117,116,101,44,112,46,99,111,110,102,105,103,80,114,111,112,115,41,44,115,40,118,44,97,44,114,41,41,58,115,40,41,125,118,97,114,32,103,61,117,46,109,97,116,99,104,101,100,91,102,93,44,109,61,103,38,38,103,46,99,111,109,112,111,110,101,110,116,115,91,99,93,59,105,102,40,33,103,124,124,33,109,41,114,101,116,117,114,110,32,108,91,99,93,61,110,117,108,108,44,115,40,41,59,108,91,99,93,61,123,99,111,109,112,111,110,101,110,116,58,109,125,44,97,46,114,101,103,105,115,116,101,114,82,111,117,116,101,73,110,115,116,97,110,99,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,103,46,105,110,115,116,97,110,99,101,115,91,99,93,59,40,101,38,38,110,33,61,61,116,124,124,33,101,38,38,110,61,61,61,116,41,38,38,40,103,46,105,110,115,116,97,110,99,101,115,91,99,93,61,101,41,125,44,40,97,46,104,111,111,107,124,124,40,97,46,104,111,111,107,61,123,125,41,41,46,112,114,101,112,97,116,99,104,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,103,46,105,110,115,116,97,110,99,101,115,91,99,93,61,101,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,125,44,97,46,104,111,111,107,46,105,110,105,116,61,102,117,110,99,116,105,111,110,40,116,41,123,116,46,100,97,116,97,46,107,101,101,112,65,108,105,118,101,38,38,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,38,38,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,33,61,61,103,46,105,110,115,116,97,110,99,101,115,91,99,93,38,38,40,103,46,105,110,115,116,97,110,99,101,115,91,99,93,61,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,41,44,83,40,117,41,125,59,118,97,114,32,98,61,103,46,112,114,111,112,115,38,38,103,46,112,114,111,112,115,91,99,93,59,114,101,116,117,114,110,32,98,38,38,40,105,40,108,91,99,93,44,123,114,111,117,116,101,58,117,44,99,111,110,102,105,103,80,114,111,112,115,58,98,125,41,44,67,40,109,44,97,44,117,44,98,41,41,44,115,40,109,44,97,44,114,41,125,125,59,102,117,110,99,116,105,111,110,32,67,40,116,44,101,44,110,44,114,41,123,118,97,114,32,111,61,101,46,112,114,111,112,115,61,80,40,110,44,114,41,59,105,102,40,111,41,123,111,61,101,46,112,114,111,112,115,61,105,40,123,125,44,111,41,59,118,97,114,32,97,61,101,46,97,116,116,114,115,61,101,46,97,116,116,114,115,124,124,123,125,59,102,111,114,40,118,97,114,32,115,32,105,110,32,111,41,116,46,112,114,111,112,115,38,38,115,32,105,110,32,116,46,112,114,111,112,115,124,124,40,97,91,115,93,61,111,91,115,93,44,100,101,108,101,116,101,32,111,91,115,93,41,125,125,102,117,110,99,116,105,111,110,32,80,40,116,44,101,41,123,115,119,105,116,99,104,40,116,121,112,101,111,102,32,101,41,123,99,97,115,101,34,117,110,100,101,102,105,110,101,100,34,58,114,101,116,117,114,110,59,99,97,115,101,34,111,98,106,101,99,116,34,58,114,101,116,117,114,110,32,101,59,99,97,115,101,34,102,117,110,99,116,105,111,110,34,58,114,101,116,117,114,110,32,101,40,116,41,59,99,97,115,101,34,98,111,111,108,101,97,110,34,58,114,101,116,117,114,110,32,101,63,116,46,112,97,114,97,109,115,58,118,111,105,100,32,48,59,100,101,102,97,117,108,116,58,48,125,125,102,117,110,99,116,105,111,110,32,84,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,99,104,97,114,65,116,40,48,41,59,105,102,40,34,47,34,61,61,61,114,41,114,101,116,117,114,110,32,116,59,105,102,40,34,63,34,61,61,61,114,124,124,34,35,34,61,61,61,114,41,114,101,116,117,114,110,32,101,43,116,59,118,97,114,32,105,61,101,46,115,112,108,105,116,40,34,47,34,41,59,110,38,38,105,91,105,46,108,101,110,103,116,104,45,49,93,124,124,105,46,112,111,112,40,41,59,102,111,114,40,118,97,114,32,111,61,116,46,114,101,112,108,97,99,101,40,47,94,92,47,47,44,34,34,41,46,115,112,108,105,116,40,34,47,34,41,44,97,61,48,59,97,60,111,46,108,101,110,103,116,104,59,97,43,43,41,123,118,97,114,32,115,61,111,91,97,93,59,34,46,46,34,61,61,61,115,63,105,46,112,111,112,40,41,58,34,46,34,33,61,61,115,38,38,105,46,112,117,115,104,40,115,41,125,114,101,116,117,114,110,34,34,33,61,61,105,91,48,93,38,38,105,46,117,110,115,104,105,102,116,40,34,34,41,44,105,46,106,111,105,110,40,34,47,34,41,125,102,117,110,99,116,105,111,110,32,106,40,116,41,123,118,97,114,32,101,61,34,34,44,110,61,34,34,44,114,61,116,46,105,110,100,101,120,79,102,40,34,35,34,41,59,114,62,61,48,38,38,40,101,61,116,46,115,108,105,99,101,40,114,41,44,116,61,116,46,115,108,105,99,101,40,48,44,114,41,41,59,118,97,114,32,105,61,116,46,105,110,100,101,120,79,102,40,34,63,34,41,59,114,101,116,117,114,110,32,105,62,61,48,38,38,40,110,61,116,46,115,108,105,99,101,40,105,43,49,41,44,116,61,116,46,115,108,105,99,101,40,48,44,105,41,41,44,123,112,97,116,104,58,116,44,113,117,101,114,121,58,110,44,104,97,115,104,58,101,125,125,102,117,110,99,116,105,111,110,32,69,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,47,92,47,92,47,47,103,44,34,47,34,41,125,118,97,114,32,65,61,65,114,114,97,121,46,105,115,65,114,114,97,121,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,91,111,98,106,101,99,116,32,65,114,114,97,121,93,34,61,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,125,44,68,61,90,44,76,61,66,44,77,61,82,44,73,61,86,44,36,61,88,44,70,61,110,101,119,32,82,101,103,69,120,112,40,91,34,40,92,92,92,92,46,41,34,44,34,40,91,92,92,47,46,93,41,63,40,63,58,40,63,58,92,92,58,40,92,92,119,43,41,40,63,58,92,92,40,40,40,63,58,92,92,92,92,46,124,91,94,92,92,92,92,40,41,93,41,43,41,92,92,41,41,63,124,92,92,40,40,40,63,58,92,92,92,92,46,124,91,94,92,92,92,92,40,41,93,41,43,41,92,92,41,41,40,91,43,42,63,93,41,63,124,40,92,92,42,41,41,34,93,46,106,111,105,110,40,34,124,34,41,44,34,103,34,41,59,102,117,110,99,116,105,111,110,32,66,40,116,44,101,41,123,118,97,114,32,110,44,114,61,91,93,44,105,61,48,44,111,61,48,44,97,61,34,34,44,115,61,101,38,38,101,46,100,101,108,105,109,105,116,101,114,124,124,34,47,34,59,119,104,105,108,101,40,110,117,108,108,33,61,40,110,61,70,46,101,120,101,99,40,116,41,41,41,123,118,97,114,32,99,61,110,91,48,93,44,117,61,110,91,49,93,44,108,61,110,46,105,110,100,101,120,59,105,102,40,97,43,61,116,46,115,108,105,99,101,40,111,44,108,41,44,111,61,108,43,99,46,108,101,110,103,116,104,44,117,41,97,43,61,117,91,49,93,59,101,108,115,101,123,118,97,114,32,102,61,116,91,111,93,44,104,61,110,91,50,93,44,100,61,110,91,51,93,44,112,61,110,91,52,93,44,118,61,110,91,53,93,44,103,61,110,91,54,93,44,109,61,110,91,55,93,59,97,38,38,40,114,46,112,117,115,104,40,97,41,44,97,61,34,34,41,59,118,97,114,32,98,61,110,117,108,108,33,61,104,38,38,110,117,108,108,33,61,102,38,38,102,33,61,61,104,44,121,61,34,43,34,61,61,61,103,124,124,34,42,34,61,61,61,103,44,119,61,34,63,34,61,61,61,103,124,124,34,42,34,61,61,61,103,44,95,61,110,91,50,93,124,124,115,44,120,61,112,124,124,118,59,114,46,112,117,115,104,40,123,110,97,109,101,58,100,124,124,105,43,43,44,112,114,101,102,105,120,58,104,124,124,34,34,44,100,101,108,105,109,105,116,101,114,58,95,44,111,112,116,105,111,110,97,108,58,119,44,114,101,112,101,97,116,58,121,44,112,97,114,116,105,97,108,58,98,44,97,115,116,101,114,105,115,107,58,33,33,109,44,112,97,116,116,101,114,110,58,120,63,85,40,120,41,58,109,63,34,46,42,34,58,34,91,94,34,43,72,40,95,41,43,34,93,43,63,34,125,41,125,125,114,101,116,117,114,110,32,111,60,116,46,108,101,110,103,116,104,38,38,40,97,43,61,116,46,115,117,98,115,116,114,40,111,41,41,44,97,38,38,114,46,112,117,115,104,40,97,41,44,114,125,102,117,110,99,116,105,111,110,32,82,40,116,44,101,41,123,114,101,116,117,114,110,32,86,40,66,40,116,44,101,41,44,101,41,125,102,117,110,99,116,105,111,110,32,78,40,116,41,123,114,101,116,117,114,110,32,101,110,99,111,100,101,85,82,73,40,116,41,46,114,101,112,108,97,99,101,40,47,91,92,47,63,35,93,47,103,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,37,34,43,116,46,99,104,97,114,67,111,100,101,65,116,40,48,41,46,116,111,83,116,114,105,110,103,40,49,54,41,46,116,111,85,112,112,101,114,67,97,115,101,40,41,125,41,41,125,102,117,110,99,116,105,111,110,32,122,40,116,41,123,114,101,116,117,114,110,32,101,110,99,111,100,101,85,82,73,40,116,41,46,114,101,112,108,97,99,101,40,47,91,63,35,93,47,103,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,37,34,43,116,46,99,104,97,114,67,111,100,101,65,116,40,48,41,46,116,111,83,116,114,105,110,103,40,49,54,41,46,116,111,85,112,112,101,114,67,97,115,101,40,41,125,41,41,125,102,117,110,99,116,105,111,110,32,86,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,110,101,119,32,65,114,114,97,121,40,116,46,108,101,110,103,116,104,41,44,114,61,48,59,114,60,116,46,108,101,110,103,116,104,59,114,43,43,41,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,91,114,93,38,38,40,110,91,114,93,61,110,101,119,32,82,101,103,69,120,112,40,34,94,40,63,58,34,43,116,91,114,93,46,112,97,116,116,101,114,110,43,34,41,36,34,44,113,40,101,41,41,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,114,41,123,102,111,114,40,118,97,114,32,105,61,34,34,44,111,61,101,124,124,123,125,44,97,61,114,124,124,123,125,44,115,61,97,46,112,114,101,116,116,121,63,78,58,101,110,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,44,99,61,48,59,99,60,116,46,108,101,110,103,116,104,59,99,43,43,41,123,118,97,114,32,117,61,116,91,99,93,59,105,102,40,34,115,116,114,105,110,103,34,33,61,61,116,121,112,101,111,102,32,117,41,123,118,97,114,32,108,44,102,61,111,91,117,46,110,97,109,101,93,59,105,102,40,110,117,108,108,61,61,102,41,123,105,102,40,117,46,111,112,116,105,111,110,97,108,41,123,117,46,112,97,114,116,105,97,108,38,38,40,105,43,61,117,46,112,114,101,102,105,120,41,59,99,111,110,116,105,110,117,101,125,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,69,120,112,101,99,116,101,100,32,34,39,43,117,46,110,97,109,101,43,39,34,32,116,111,32,98,101,32,100,101,102,105,110,101,100,39,41,125,105,102,40,65,40,102,41,41,123,105,102,40,33,117,46,114,101,112,101,97,116,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,69,120,112,101,99,116,101,100,32,34,39,43,117,46,110,97,109,101,43,39,34,32,116,111,32,110,111,116,32,114,101,112,101,97,116,44,32,98,117,116,32,114,101,99,101,105,118,101,100,32,96,39,43,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,102,41,43,34,96,34,41,59,105,102,40,48,61,61,61,102,46,108,101,110,103,116,104,41,123,105,102,40,117,46,111,112,116,105,111,110,97,108,41,99,111,110,116,105,110,117,101,59,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,69,120,112,101,99,116,101,100,32,34,39,43,117,46,110,97,109,101,43,39,34,32,116,111,32,110,111,116,32,98,101,32,101,109,112,116,121,39,41,125,102,111,114,40,118,97,114,32,104,61,48,59,104,60,102,46,108,101,110,103,116,104,59,104,43,43,41,123,105,102,40,108,61,115,40,102,91,104,93,41,44,33,110,91,99,93,46,116,101,115,116,40,108,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,69,120,112,101,99,116,101,100,32,97,108,108,32,34,39,43,117,46,110,97,109,101,43,39,34,32,116,111,32,109,97,116,99,104,32,34,39,43,117,46,112,97,116,116,101,114,110,43,39,34,44,32,98,117,116,32,114,101,99,101,105,118,101,100,32,96,39,43,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,108,41,43,34,96,34,41,59,105,43,61,40,48,61,61,61,104,63,117,46,112,114,101,102,105,120,58,117,46,100,101,108,105,109,105,116,101,114,41,43,108,125,125,101,108,115,101,123,105,102,40,108,61,117,46,97,115,116,101,114,105,115,107,63,122,40,102,41,58,115,40,102,41,44,33,110,91,99,93,46,116,101,115,116,40,108,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,39,69,120,112,101,99,116,101,100,32,34,39,43,117,46,110,97,109,101,43,39,34,32,116,111,32,109,97,116,99,104,32,34,39,43,117,46,112,97,116,116,101,114,110,43,39,34,44,32,98,117,116,32,114,101,99,101,105,118,101,100,32,34,39,43,108,43,39,34,39,41,59,105,43,61,117,46,112,114,101,102,105,120,43,108,125,125,101,108,115,101,32,105,43,61,117,125,114,101,116,117,114,110,32,105,125,125,102,117,110,99,116,105,111,110,32,72,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,47,40,91,46,43,42,63,61,94,33,58,36,123,125,40,41,91,92,93,124,92,47,92,92,93,41,47,103,44,34,92,92,36,49,34,41,125,102,117,110,99,116,105,111,110,32,85,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,47,40,91,61,33,58,36,92,47,40,41,93,41,47,103,44,34,92,92,36,49,34,41,125,102,117,110,99,116,105,111,110,32,87,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,107,101,121,115,61,101,44,116,125,102,117,110,99,116,105,111,110,32,113,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,115,101,110,115,105,116,105,118,101,63,34,34,58,34,105,34,125,102,117,110,99,116,105,111,110,32,71,40,116,44,101,41,123,118,97,114,32,110,61,116,46,115,111,117,114,99,101,46,109,97,116,99,104,40,47,92,40,40,63,33,92,63,41,47,103,41,59,105,102,40,110,41,102,111,114,40,118,97,114,32,114,61,48,59,114,60,110,46,108,101,110,103,116,104,59,114,43,43,41,101,46,112,117,115,104,40,123,110,97,109,101,58,114,44,112,114,101,102,105,120,58,110,117,108,108,44,100,101,108,105,109,105,116,101,114,58,110,117,108,108,44,111,112,116,105,111,110,97,108,58,33,49,44,114,101,112,101,97,116,58,33,49,44,112,97,114,116,105,97,108,58,33,49,44,97,115,116,101,114,105,115,107,58,33,49,44,112,97,116,116,101,114,110,58,110,117,108,108,125,41,59,114,101,116,117,114,110,32,87,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,89,40,116,44,101,44,110,41,123,102,111,114,40,118,97,114,32,114,61,91,93,44,105,61,48,59,105,60,116,46,108,101,110,103,116,104,59,105,43,43,41,114,46,112,117,115,104,40,90,40,116,91,105,93,44,101,44,110,41,46,115,111,117,114,99,101,41,59,118,97,114,32,111,61,110,101,119,32,82,101,103,69,120,112,40,34,40,63,58,34,43,114,46,106,111,105,110,40,34,124,34,41,43,34,41,34,44,113,40,110,41,41,59,114,101,116,117,114,110,32,87,40,111,44,101,41,125,102,117,110,99,116,105,111,110,32,75,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,88,40,66,40,116,44,110,41,44,101,44,110,41,125,102,117,110,99,116,105,111,110,32,88,40,116,44,101,44,110,41,123,65,40,101,41,124,124,40,110,61,101,124,124,110,44,101,61,91,93,41,44,110,61,110,124,124,123,125,59,102,111,114,40,118,97,114,32,114,61,110,46,115,116,114,105,99,116,44,105,61,33,49,33,61,61,110,46,101,110,100,44,111,61,34,34,44,97,61,48,59,97,60,116,46,108,101,110,103,116,104,59,97,43,43,41,123,118,97,114,32,115,61,116,91,97,93,59,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,115,41,111,43,61,72,40,115,41,59,101,108,115,101,123,118,97,114,32,99,61,72,40,115,46,112,114,101,102,105,120,41,44,117,61,34,40,63,58,34,43,115,46,112,97,116,116,101,114,110,43,34,41,34,59,101,46,112,117,115,104,40,115,41,44,115,46,114,101,112,101,97,116,38,38,40,117,43,61,34,40,63,58,34,43,99,43,117,43,34,41,42,34,41,44,117,61,115,46,111,112,116,105,111,110,97,108,63,115,46,112,97,114,116,105,97,108,63,99,43,34,40,34,43,117,43,34,41,63,34,58,34,40,63,58,34,43,99,43,34,40,34,43,117,43,34,41,41,63,34,58,99,43,34,40,34,43,117,43,34,41,34,44,111,43,61,117,125,125,118,97,114,32,108,61,72,40,110,46,100,101,108,105,109,105,116,101,114,124,124,34,47,34,41,44,102,61,111,46,115,108,105,99,101,40,45,108,46,108,101,110,103,116,104,41,61,61,61,108,59,114,101,116,117,114,110,32,114,124,124,40,111,61,40,102,63,111,46,115,108,105,99,101,40,48,44,45,108,46,108,101,110,103,116,104,41,58,111,41,43,34,40,63,58,34,43,108,43,34,40,63,61,36,41,41,63,34,41,44,111,43,61,105,63,34,36,34,58,114,38,38,102,63,34,34,58,34,40,63,61,34,43,108,43,34,124,36,41,34,44,87,40,110,101,119,32,82,101,103,69,120,112,40,34,94,34,43,111,44,113,40,110,41,41,44,101,41,125,102,117,110,99,116,105,111,110,32,90,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,65,40,101,41,124,124,40,110,61,101,124,124,110,44,101,61,91,93,41,44,110,61,110,124,124,123,125,44,116,32,105,110,115,116,97,110,99,101,111,102,32,82,101,103,69,120,112,63,71,40,116,44,101,41,58,65,40,116,41,63,89,40,116,44,101,44,110,41,58,75,40,116,44,101,44,110,41,125,68,46,112,97,114,115,101,61,76,44,68,46,99,111,109,112,105,108,101,61,77,44,68,46,116,111,107,101,110,115,84,111,70,117,110,99,116,105,111,110,61,73,44,68,46,116,111,107,101,110,115,84,111,82,101,103,69,120,112,61,36,59,118,97,114,32,74,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,59,102,117,110,99,116,105,111,110,32,81,40,116,44,101,44,110,41,123,101,61,101,124,124,123,125,59,116,114,121,123,118,97,114,32,114,61,74,91,116,93,124,124,40,74,91,116,93,61,68,46,99,111,109,112,105,108,101,40,116,41,41,59,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,101,46,112,97,116,104,77,97,116,99,104,38,38,40,101,91,48,93,61,101,46,112,97,116,104,77,97,116,99,104,41,44,114,40,101,44,123,112,114,101,116,116,121,58,33,48,125,41,125,99,97,116,99,104,40,105,41,123,114,101,116,117,114,110,34,34,125,102,105,110,97,108,108,121,123,100,101,108,101,116,101,32,101,91,48,93,125,125,102,117,110,99,116,105,111,110,32,116,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,111,61,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,63,123,112,97,116,104,58,116,125,58,116,59,105,102,40,111,46,95,110,111,114,109,97,108,105,122,101,100,41,114,101,116,117,114,110,32,111,59,105,102,40,111,46,110,97,109,101,41,123,111,61,105,40,123,125,44,116,41,59,118,97,114,32,97,61,111,46,112,97,114,97,109,115,59,114,101,116,117,114,110,32,97,38,38,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,97,38,38,40,111,46,112,97,114,97,109,115,61,105,40,123,125,44,97,41,41,44,111,125,105,102,40,33,111,46,112,97,116,104,38,38,111,46,112,97,114,97,109,115,38,38,101,41,123,111,61,105,40,123,125,44,111,41,44,111,46,95,110,111,114,109,97,108,105,122,101,100,61,33,48,59,118,97,114,32,115,61,105,40,105,40,123,125,44,101,46,112,97,114,97,109,115,41,44,111,46,112,97,114,97,109,115,41,59,105,102,40,101,46,110,97,109,101,41,111,46,110,97,109,101,61,101,46,110,97,109,101,44,111,46,112,97,114,97,109,115,61,115,59,101,108,115,101,32,105,102,40,101,46,109,97,116,99,104,101,100,46,108,101,110,103,116,104,41,123,118,97,114,32,99,61,101,46,109,97,116,99,104,101,100,91,101,46,109,97,116,99,104,101,100,46,108,101,110,103,116,104,45,49,93,46,112,97,116,104,59,111,46,112,97,116,104,61,81,40,99,44,115,44,34,112,97,116,104,32,34,43,101,46,112,97,116,104,41,125,101,108,115,101,32,48,59,114,101,116,117,114,110,32,111,125,118,97,114,32,117,61,106,40,111,46,112,97,116,104,124,124,34,34,41,44,102,61,101,38,38,101,46,112,97,116,104,124,124,34,47,34,44,104,61,117,46,112,97,116,104,63,84,40,117,46,112,97,116,104,44,102,44,110,124,124,111,46,97,112,112,101,110,100,41,58,102,44,100,61,108,40,117,46,113,117,101,114,121,44,111,46,113,117,101,114,121,44,114,38,38,114,46,111,112,116,105,111,110,115,46,112,97,114,115,101,81,117,101,114,121,41,44,112,61,111,46,104,97,115,104,124,124,117,46,104,97,115,104,59,114,101,116,117,114,110,32,112,38,38,34,35,34,33,61,61,112,46,99,104,97,114,65,116,40,48,41,38,38,40,112,61,34,35,34,43,112,41,44,123,95,110,111,114,109,97,108,105,122,101,100,58,33,48,44,112,97,116,104,58,104,44,113,117,101,114,121,58,100,44,104,97,115,104,58,112,125,125,118,97,114,32,101,116,44,110,116,61,91,83,116,114,105,110,103,44,79,98,106,101,99,116,93,44,114,116,61,91,83,116,114,105,110,103,44,65,114,114,97,121,93,44,105,116,61,102,117,110,99,116,105,111,110,40,41,123,125,44,111,116,61,123,110,97,109,101,58,34,82,111,117,116,101,114,76,105,110,107,34,44,112,114,111,112,115,58,123,116,111,58,123,116,121,112,101,58,110,116,44,114,101,113,117,105,114,101,100,58,33,48,125,44,116,97,103,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,97,34,125,44,99,117,115,116,111,109,58,66,111,111,108,101,97,110,44,101,120,97,99,116,58,66,111,111,108,101,97,110,44,101,120,97,99,116,80,97,116,104,58,66,111,111,108,101,97,110,44,97,112,112,101,110,100,58,66,111,111,108,101,97,110,44,114,101,112,108,97,99,101,58,66,111,111,108,101,97,110,44,97,99,116,105,118,101,67,108,97,115,115,58,83,116,114,105,110,103,44,101,120,97,99,116,65,99,116,105,118,101,67,108,97,115,115,58,83,116,114,105,110,103,44,97,114,105,97,67,117,114,114,101,110,116,86,97,108,117,101,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,112,97,103,101,34,125,44,101,118,101,110,116,58,123,116,121,112,101,58,114,116,44,100,101,102,97,117,108,116,58,34,99,108,105,99,107,34,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,36,114,111,117,116,101,114,44,114,61,116,104,105,115,46,36,114,111,117,116,101,44,111,61,110,46,114,101,115,111,108,118,101,40,116,104,105,115,46,116,111,44,114,44,116,104,105,115,46,97,112,112,101,110,100,41,44,97,61,111,46,108,111,99,97,116,105,111,110,44,115,61,111,46,114,111,117,116,101,44,99,61,111,46,104,114,101,102,44,117,61,123,125,44,108,61,110,46,111,112,116,105,111,110,115,46,108,105,110,107,65,99,116,105,118,101,67,108,97,115,115,44,102,61,110,46,111,112,116,105,111,110,115,46,108,105,110,107,69,120,97,99,116,65,99,116,105,118,101,67,108,97,115,115,44,104,61,110,117,108,108,61,61,108,63,34,114,111,117,116,101,114,45,108,105,110,107,45,97,99,116,105,118,101,34,58,108,44,100,61,110,117,108,108,61,61,102,63,34,114,111,117,116,101,114,45,108,105,110,107,45,101,120,97,99,116,45,97,99,116,105,118,101,34,58,102,44,112,61,110,117,108,108,61,61,116,104,105,115,46,97,99,116,105,118,101,67,108,97,115,115,63,104,58,116,104,105,115,46,97,99,116,105,118,101,67,108,97,115,115,44,103,61,110,117,108,108,61,61,116,104,105,115,46,101,120,97,99,116,65,99,116,105,118,101,67,108,97,115,115,63,100,58,116,104,105,115,46,101,120,97,99,116,65,99,116,105,118,101,67,108,97,115,115,44,109,61,115,46,114,101,100,105,114,101,99,116,101,100,70,114,111,109,63,118,40,110,117,108,108,44,116,116,40,115,46,114,101,100,105,114,101,99,116,101,100,70,114,111,109,41,44,110,117,108,108,44,110,41,58,115,59,117,91,103,93,61,119,40,114,44,109,44,116,104,105,115,46,101,120,97,99,116,80,97,116,104,41,44,117,91,112,93,61,116,104,105,115,46,101,120,97,99,116,124,124,116,104,105,115,46,101,120,97,99,116,80,97,116,104,63,117,91,103,93,58,120,40,114,44,109,41,59,118,97,114,32,98,61,117,91,103,93,63,116,104,105,115,46,97,114,105,97,67,117,114,114,101,110,116,86,97,108,117,101,58,110,117,108,108,44,121,61,102,117,110,99,116,105,111,110,40,116,41,123,97,116,40,116,41,38,38,40,101,46,114,101,112,108,97,99,101,63,110,46,114,101,112,108,97,99,101,40,97,44,105,116,41,58,110,46,112,117,115,104,40,97,44,105,116,41,41,125,44,95,61,123,99,108,105,99,107,58,97,116,125,59,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,104,105,115,46,101,118,101,110,116,41,63,116,104,105,115,46,101,118,101,110,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,95,91,116,93,61,121,125,41,41,58,95,91,116,104,105,115,46,101,118,101,110,116,93,61,121,59,118,97,114,32,79,61,123,99,108,97,115,115,58,117,125,44,83,61,33,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,46,36,104,97,115,78,111,114,109,97,108,38,38,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,46,100,101,102,97,117,108,116,38,38,116,104,105,115,46,36,115,99,111,112,101,100,83,108,111,116,115,46,100,101,102,97,117,108,116,40,123,104,114,101,102,58,99,44,114,111,117,116,101,58,115,44,110,97,118,105,103,97,116,101,58,121,44,105,115,65,99,116,105,118,101,58,117,91,112,93,44,105,115,69,120,97,99,116,65,99,116,105,118,101,58,117,91,103,93,125,41,59,105,102,40,83,41,123,105,102,40,49,61,61,61,83,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,83,91,48,93,59,105,102,40,83,46,108,101,110,103,116,104,62,49,124,124,33,83,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,48,61,61,61,83,46,108,101,110,103,116,104,63,116,40,41,58,116,40,34,115,112,97,110,34,44,123,125,44,83,41,125,105,102,40,34,97,34,61,61,61,116,104,105,115,46,116,97,103,41,79,46,111,110,61,95,44,79,46,97,116,116,114,115,61,123,104,114,101,102,58,99,44,34,97,114,105,97,45,99,117,114,114,101,110,116,34,58,98,125,59,101,108,115,101,123,118,97,114,32,107,61,115,116,40,116,104,105,115,46,36,115,108,111,116,115,46,100,101,102,97,117,108,116,41,59,105,102,40,107,41,123,107,46,105,115,83,116,97,116,105,99,61,33,49,59,118,97,114,32,67,61,107,46,100,97,116,97,61,105,40,123,125,44,107,46,100,97,116,97,41,59,102,111,114,40,118,97,114,32,80,32,105,110,32,67,46,111,110,61,67,46,111,110,124,124,123,125,44,67,46,111,110,41,123,118,97,114,32,84,61,67,46,111,110,91,80,93,59,80,32,105,110,32,95,38,38,40,67,46,111,110,91,80,93,61,65,114,114,97,121,46,105,115,65,114,114,97,121,40,84,41,63,84,58,91,84,93,41,125,102,111,114,40,118,97,114,32,106,32,105,110,32,95,41,106,32,105,110,32,67,46,111,110,63,67,46,111,110,91,106,93,46,112,117,115,104,40,95,91,106,93,41,58,67,46,111,110,91,106,93,61,121,59,118,97,114,32,69,61,107,46,100,97,116,97,46,97,116,116,114,115,61,105,40,123,125,44,107,46,100,97,116,97,46,97,116,116,114,115,41,59,69,46,104,114,101,102,61,99,44,69,91,34,97,114,105,97,45,99,117,114,114,101,110,116,34,93,61,98,125,101,108,115,101,32,79,46,111,110,61,95,125,114,101,116,117,114,110,32,116,40,116,104,105,115,46,116,97,103,44,79,44,116,104,105,115,46,36,115,108,111,116,115,46,100,101,102,97,117,108,116,41,125,125,59,102,117,110,99,116,105,111,110,32,97,116,40,116,41,123,105,102,40,33,40,116,46,109,101,116,97,75,101,121,124,124,116,46,97,108,116,75,101,121,124,124,116,46,99,116,114,108,75,101,121,124,124,116,46,115,104,105,102,116,75,101,121,41,38,38,33,116,46,100,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,38,38,40,118,111,105,100,32,48,61,61,61,116,46,98,117,116,116,111,110,124,124,48,61,61,61,116,46,98,117,116,116,111,110,41,41,123,105,102,40,116,46,99,117,114,114,101,110,116,84,97,114,103,101,116,38,38,116,46,99,117,114,114,101,110,116,84,97,114,103,101,116,46,103,101,116,65,116,116,114,105,98,117,116,101,41,123,118,97,114,32,101,61,116,46,99,117,114,114,101,110,116,84,97,114,103,101,116,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,116,97,114,103,101,116,34,41,59,105,102,40,47,92,98,95,98,108,97,110,107,92,98,47,105,46,116,101,115,116,40,101,41,41,114,101,116,117,114,110,125,114,101,116,117,114,110,32,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,38,38,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,33,48,125,125,102,117,110,99,116,105,111,110,32,115,116,40,116,41,123,105,102,40,116,41,102,111,114,40,118,97,114,32,101,44,110,61,48,59,110,60,116,46,108,101,110,103,116,104,59,110,43,43,41,123,105,102,40,101,61,116,91,110,93,44,34,97,34,61,61,61,101,46,116,97,103,41,114,101,116,117,114,110,32,101,59,105,102,40,101,46,99,104,105,108,100,114,101,110,38,38,40,101,61,115,116,40,101,46,99,104,105,108,100,114,101,110,41,41,41,114,101,116,117,114,110,32,101,125,125,102,117,110,99,116,105,111,110,32,99,116,40,116,41,123,105,102,40,33,99,116,46,105,110,115,116,97,108,108,101,100,124,124,101,116,33,61,61,116,41,123,99,116,46,105,110,115,116,97,108,108,101,100,61,33,48,44,101,116,61,116,59,118,97,114,32,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,61,116,125,44,110,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,118,97,114,32,114,61,116,46,36,111,112,116,105,111,110,115,46,95,112,97,114,101,110,116,86,110,111,100,101,59,101,40,114,41,38,38,101,40,114,61,114,46,100,97,116,97,41,38,38,101,40,114,61,114,46,114,101,103,105,115,116,101,114,82,111,117,116,101,73,110,115,116,97,110,99,101,41,38,38,114,40,116,44,110,41,125,59,116,46,109,105,120,105,110,40,123,98,101,102,111,114,101,67,114,101,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,101,40,116,104,105,115,46,36,111,112,116,105,111,110,115,46,114,111,117,116,101,114,41,63,40,116,104,105,115,46,95,114,111,117,116,101,114,82,111,111,116,61,116,104,105,115,44,116,104,105,115,46,95,114,111,117,116,101,114,61,116,104,105,115,46,36,111,112,116,105,111,110,115,46,114,111,117,116,101,114,44,116,104,105,115,46,95,114,111,117,116,101,114,46,105,110,105,116,40,116,104,105,115,41,44,116,46,117,116,105,108,46,100,101,102,105,110,101,82,101,97,99,116,105,118,101,40,116,104,105,115,44,34,95,114,111,117,116,101,34,44,116,104,105,115,46,95,114,111,117,116,101,114,46,104,105,115,116,111,114,121,46,99,117,114,114,101,110,116,41,41,58,116,104,105,115,46,95,114,111,117,116,101,114,82,111,111,116,61,116,104,105,115,46,36,112,97,114,101,110,116,38,38,116,104,105,115,46,36,112,97,114,101,110,116,46,95,114,111,117,116,101,114,82,111,111,116,124,124,116,104,105,115,44,110,40,116,104,105,115,44,116,104,105,115,41,125,44,100,101,115,116,114,111,121,101,100,58,102,117,110,99,116,105,111,110,40,41,123,110,40,116,104,105,115,41,125,125,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,46,112,114,111,116,111,116,121,112,101,44,34,36,114,111,117,116,101,114,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,114,111,117,116,101,114,82,111,111,116,46,95,114,111,117,116,101,114,125,125,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,46,112,114,111,116,111,116,121,112,101,44,34,36,114,111,117,116,101,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,114,111,117,116,101,114,82,111,111,116,46,95,114,111,117,116,101,125,125,41,44,116,46,99,111,109,112,111,110,101,110,116,40,34,82,111,117,116,101,114,86,105,101,119,34,44,107,41,44,116,46,99,111,109,112,111,110,101,110,116,40,34,82,111,117,116,101,114,76,105,110,107,34,44,111,116,41,59,118,97,114,32,114,61,116,46,99,111,110,102,105,103,46,111,112,116,105,111,110,77,101,114,103,101,83,116,114,97,116,101,103,105,101,115,59,114,46,98,101,102,111,114,101,82,111,117,116,101,69,110,116,101,114,61,114,46,98,101,102,111,114,101,82,111,117,116,101,76,101,97,118,101,61,114,46,98,101,102,111,114,101,82,111,117,116,101,85,112,100,97,116,101,61,114,46,99,114,101,97,116,101,100,125,125,118,97,114,32,117,116,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,59,102,117,110,99,116,105,111,110,32,108,116,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,101,124,124,91,93,44,97,61,110,124,124,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,44,115,61,114,124,124,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,59,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,102,116,40,111,44,97,44,115,44,116,44,105,41,125,41,41,59,102,111,114,40,118,97,114,32,99,61,48,44,117,61,111,46,108,101,110,103,116,104,59,99,60,117,59,99,43,43,41,34,42,34,61,61,61,111,91,99,93,38,38,40,111,46,112,117,115,104,40,111,46,115,112,108,105,99,101,40,99,44,49,41,91,48,93,41,44,117,45,45,44,99,45,45,41,59,114,101,116,117,114,110,123,112,97,116,104,76,105,115,116,58,111,44,112,97,116,104,77,97,112,58,97,44,110,97,109,101,77,97,112,58,115,125,125,102,117,110,99,116,105,111,110,32,102,116,40,116,44,101,44,110,44,114,44,105,44,111,41,123,118,97,114,32,97,61,114,46,112,97,116,104,44,115,61,114,46,110,97,109,101,59,118,97,114,32,99,61,114,46,112,97,116,104,84,111,82,101,103,101,120,112,79,112,116,105,111,110,115,124,124,123,125,44,117,61,100,116,40,97,44,105,44,99,46,115,116,114,105,99,116,41,59,34,98,111,111,108,101,97,110,34,61,61,61,116,121,112,101,111,102,32,114,46,99,97,115,101,83,101,110,115,105,116,105,118,101,38,38,40,99,46,115,101,110,115,105,116,105,118,101,61,114,46,99,97,115,101,83,101,110,115,105,116,105,118,101,41,59,118,97,114,32,108,61,123,112,97,116,104,58,117,44,114,101,103,101,120,58,104,116,40,117,44,99,41,44,99,111,109,112,111,110,101,110,116,115,58,114,46,99,111,109,112,111,110,101,110,116,115,124,124,123,100,101,102,97,117,108,116,58,114,46,99,111,109,112,111,110,101,110,116,125,44,97,108,105,97,115,58,114,46,97,108,105,97,115,63,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,114,46,97,108,105,97,115,63,91,114,46,97,108,105,97,115,93,58,114,46,97,108,105,97,115,58,91,93,44,105,110,115,116,97,110,99,101,115,58,123,125,44,101,110,116,101,114,101,100,67,98,115,58,123,125,44,110,97,109,101,58,115,44,112,97,114,101,110,116,58,105,44,109,97,116,99,104,65,115,58,111,44,114,101,100,105,114,101,99,116,58,114,46,114,101,100,105,114,101,99,116,44,98,101,102,111,114,101,69,110,116,101,114,58,114,46,98,101,102,111,114,101,69,110,116,101,114,44,109,101,116,97,58,114,46,109,101,116,97,124,124,123,125,44,112,114,111,112,115,58,110,117,108,108,61,61,114,46,112,114,111,112,115,63,123,125,58,114,46,99,111,109,112,111,110,101,110,116,115,63,114,46,112,114,111,112,115,58,123,100,101,102,97,117,108,116,58,114,46,112,114,111,112,115,125,125,59,105,102,40,114,46,99,104,105,108,100,114,101,110,38,38,114,46,99,104,105,108,100,114,101,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,114,41,123,118,97,114,32,105,61,111,63,69,40,111,43,34,47,34,43,114,46,112,97,116,104,41,58,118,111,105,100,32,48,59,102,116,40,116,44,101,44,110,44,114,44,108,44,105,41,125,41,41,44,101,91,108,46,112,97,116,104,93,124,124,40,116,46,112,117,115,104,40,108,46,112,97,116,104,41,44,101,91,108,46,112,97,116,104,93,61,108,41,44,118,111,105,100,32,48,33,61,61,114,46,97,108,105,97,115,41,102,111,114,40,118,97,114,32,102,61,65,114,114,97,121,46,105,115,65,114,114,97,121,40,114,46,97,108,105,97,115,41,63,114,46,97,108,105,97,115,58,91,114,46,97,108,105,97,115,93,44,104,61,48,59,104,60,102,46,108,101,110,103,116,104,59,43,43,104,41,123,118,97,114,32,100,61,102,91,104,93,59,48,59,118,97,114,32,112,61,123,112,97,116,104,58,100,44,99,104,105,108,100,114,101,110,58,114,46,99,104,105,108,100,114,101,110,125,59,102,116,40,116,44,101,44,110,44,112,44,105,44,108,46,112,97,116,104,124,124,34,47,34,41,125,115,38,38,40,110,91,115,93,124,124,40,110,91,115,93,61,108,41,41,125,102,117,110,99,116,105,111,110,32,104,116,40,116,44,101,41,123,118,97,114,32,110,61,68,40,116,44,91,93,44,101,41,59,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,100,116,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,110,124,124,40,116,61,116,46,114,101,112,108,97,99,101,40,47,92,47,36,47,44,34,34,41,41,44,34,47,34,61,61,61,116,91,48,93,124,124,110,117,108,108,61,61,101,63,116,58,69,40,101,46,112,97,116,104,43,34,47,34,43,116,41,125,102,117,110,99,116,105,111,110,32,112,116,40,116,44,101,41,123,118,97,114,32,110,61,108,116,40,116,41,44,114,61,110,46,112,97,116,104,76,105,115,116,44,105,61,110,46,112,97,116,104,77,97,112,44,111,61,110,46,110,97,109,101,77,97,112,59,102,117,110,99,116,105,111,110,32,97,40,116,41,123,108,116,40,116,44,114,44,105,44,111,41,125,102,117,110,99,116,105,111,110,32,115,40,116,44,101,41,123,118,97,114,32,110,61,34,111,98,106,101,99,116,34,33,61,61,116,121,112,101,111,102,32,116,63,111,91,116,93,58,118,111,105,100,32,48,59,108,116,40,91,101,124,124,116,93,44,114,44,105,44,111,44,110,41,44,110,38,38,108,116,40,110,46,97,108,105,97,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,112,97,116,104,58,116,44,99,104,105,108,100,114,101,110,58,91,101,93,125,125,41,41,44,114,44,105,44,111,44,110,41,125,102,117,110,99,116,105,111,110,32,99,40,41,123,114,101,116,117,114,110,32,114,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,91,116,93,125,41,41,125,102,117,110,99,116,105,111,110,32,117,40,116,44,110,44,97,41,123,118,97,114,32,115,61,116,116,40,116,44,110,44,33,49,44,101,41,44,99,61,115,46,110,97,109,101,59,105,102,40,99,41,123,118,97,114,32,117,61,111,91,99,93,59,105,102,40,33,117,41,114,101,116,117,114,110,32,104,40,110,117,108,108,44,115,41,59,118,97,114,32,108,61,117,46,114,101,103,101,120,46,107,101,121,115,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,116,46,111,112,116,105,111,110,97,108,125,41,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,110,97,109,101,125,41,41,59,105,102,40,34,111,98,106,101,99,116,34,33,61,61,116,121,112,101,111,102,32,115,46,112,97,114,97,109,115,38,38,40,115,46,112,97,114,97,109,115,61,123,125,41,44,110,38,38,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,110,46,112,97,114,97,109,115,41,102,111,114,40,118,97,114,32,102,32,105,110,32,110,46,112,97,114,97,109,115,41,33,40,102,32,105,110,32,115,46,112,97,114,97,109,115,41,38,38,108,46,105,110,100,101,120,79,102,40,102,41,62,45,49,38,38,40,115,46,112,97,114,97,109,115,91,102,93,61,110,46,112,97,114,97,109,115,91,102,93,41,59,114,101,116,117,114,110,32,115,46,112,97,116,104,61,81,40,117,46,112,97,116,104,44,115,46,112,97,114,97,109,115,44,39,110,97,109,101,100,32,114,111,117,116,101,32,34,39,43,99,43,39,34,39,41,44,104,40,117,44,115,44,97,41,125,105,102,40,115,46,112,97,116,104,41,123,115,46,112,97,114,97,109,115,61,123,125,59,102,111,114,40,118,97,114,32,100,61,48,59,100,60,114,46,108,101,110,103,116,104,59,100,43,43,41,123,118,97,114,32,112,61,114,91,100,93,44,118,61,105,91,112,93,59,105,102,40,118,116,40,118,46,114,101,103,101,120,44,115,46,112,97,116,104,44,115,46,112,97,114,97,109,115,41,41,114,101,116,117,114,110,32,104,40,118,44,115,44,97,41,125,125,114,101,116,117,114,110,32,104,40,110,117,108,108,44,115,41,125,102,117,110,99,116,105,111,110,32,108,40,116,44,110,41,123,118,97,114,32,114,61,116,46,114,101,100,105,114,101,99,116,44,105,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,114,63,114,40,118,40,116,44,110,44,110,117,108,108,44,101,41,41,58,114,59,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,105,38,38,40,105,61,123,112,97,116,104,58,105,125,41,44,33,105,124,124,34,111,98,106,101,99,116,34,33,61,61,116,121,112,101,111,102,32,105,41,114,101,116,117,114,110,32,104,40,110,117,108,108,44,110,41,59,118,97,114,32,97,61,105,44,115,61,97,46,110,97,109,101,44,99,61,97,46,112,97,116,104,44,108,61,110,46,113,117,101,114,121,44,102,61,110,46,104,97,115,104,44,100,61,110,46,112,97,114,97,109,115,59,105,102,40,108,61,97,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,34,113,117,101,114,121,34,41,63,97,46,113,117,101,114,121,58,108,44,102,61,97,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,34,104,97,115,104,34,41,63,97,46,104,97,115,104,58,102,44,100,61,97,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,34,112,97,114,97,109,115,34,41,63,97,46,112,97,114,97,109,115,58,100,44,115,41,123,111,91,115,93,59,114,101,116,117,114,110,32,117,40,123,95,110,111,114,109,97,108,105,122,101,100,58,33,48,44,110,97,109,101,58,115,44,113,117,101,114,121,58,108,44,104,97,115,104,58,102,44,112,97,114,97,109,115,58,100,125,44,118,111,105,100,32,48,44,110,41,125,105,102,40,99,41,123,118,97,114,32,112,61,103,116,40,99,44,116,41,44,103,61,81,40,112,44,100,44,39,114,101,100,105,114,101,99,116,32,114,111,117,116,101,32,119,105,116,104,32,112,97,116,104,32,34,39,43,112,43,39,34,39,41,59,114,101,116,117,114,110,32,117,40,123,95,110,111,114,109,97,108,105,122,101,100,58,33,48,44,112,97,116,104,58,103,44,113,117,101,114,121,58,108,44,104,97,115,104,58,102,125,44,118,111,105,100,32,48,44,110,41,125,114,101,116,117,114,110,32,104,40,110,117,108,108,44,110,41,125,102,117,110,99,116,105,111,110,32,102,40,116,44,101,44,110,41,123,118,97,114,32,114,61,81,40,110,44,101,46,112,97,114,97,109,115,44,39,97,108,105,97,115,101,100,32,114,111,117,116,101,32,119,105,116,104,32,112,97,116,104,32,34,39,43,110,43,39,34,39,41,44,105,61,117,40,123,95,110,111,114,109,97,108,105,122,101,100,58,33,48,44,112,97,116,104,58,114,125,41,59,105,102,40,105,41,123,118,97,114,32,111,61,105,46,109,97,116,99,104,101,100,44,97,61,111,91,111,46,108,101,110,103,116,104,45,49,93,59,114,101,116,117,114,110,32,101,46,112,97,114,97,109,115,61,105,46,112,97,114,97,109,115,44,104,40,97,44,101,41,125,114,101,116,117,114,110,32,104,40,110,117,108,108,44,101,41,125,102,117,110,99,116,105,111,110,32,104,40,116,44,110,44,114,41,123,114,101,116,117,114,110,32,116,38,38,116,46,114,101,100,105,114,101,99,116,63,108,40,116,44,114,124,124,110,41,58,116,38,38,116,46,109,97,116,99,104,65,115,63,102,40,116,44,110,44,116,46,109,97,116,99,104,65,115,41,58,118,40,116,44,110,44,114,44,101,41,125,114,101,116,117,114,110,123,109,97,116,99,104,58,117,44,97,100,100,82,111,117,116,101,58,115,44,103,101,116,82,111,117,116,101,115,58,99,44,97,100,100,82,111,117,116,101,115,58,97,125,125,102,117,110,99,116,105,111,110,32,118,116,40,116,44,101,44,110,41,123,118,97,114,32,114,61,101,46,109,97,116,99,104,40,116,41,59,105,102,40,33,114,41,114,101,116,117,114,110,33,49,59,105,102,40,33,110,41,114,101,116,117,114,110,33,48,59,102,111,114,40,118,97,114,32,105,61,49,44,111,61,114,46,108,101,110,103,116,104,59,105,60,111,59,43,43,105,41,123,118,97,114,32,97,61,116,46,107,101,121,115,91,105,45,49,93,59,97,38,38,40,110,91,97,46,110,97,109,101,124,124,34,112,97,116,104,77,97,116,99,104,34,93,61,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,114,91,105,93,63,117,40,114,91,105,93,41,58,114,91,105,93,41,125,114,101,116,117,114,110,33,48,125,102,117,110,99,116,105,111,110,32,103,116,40,116,44,101,41,123,114,101,116,117,114,110,32,84,40,116,44,101,46,112,97,114,101,110,116,63,101,46,112,97,114,101,110,116,46,112,97,116,104,58,34,47,34,44,33,48,41,125,118,97,114,32,109,116,61,117,116,38,38,119,105,110,100,111,119,46,112,101,114,102,111,114,109,97,110,99,101,38,38,119,105,110,100,111,119,46,112,101,114,102,111,114,109,97,110,99,101,46,110,111,119,63,119,105,110,100,111,119,46,112,101,114,102,111,114,109,97,110,99,101,58,68,97,116,101,59,102,117,110,99,116,105,111,110,32,98,116,40,41,123,114,101,116,117,114,110,32,109,116,46,110,111,119,40,41,46,116,111,70,105,120,101,100,40,51,41,125,118,97,114,32,121,116,61,98,116,40,41,59,102,117,110,99,116,105,111,110,32,119,116,40,41,123,114,101,116,117,114,110,32,121,116,125,102,117,110,99,116,105,111,110,32,95,116,40,116,41,123,114,101,116,117,114,110,32,121,116,61,116,125,118,97,114,32,120,116,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,59,102,117,110,99,116,105,111,110,32,79,116,40,41,123,34,115,99,114,111,108,108,82,101,115,116,111,114,97,116,105,111,110,34,105,110,32,119,105,110,100,111,119,46,104,105,115,116,111,114,121,38,38,40,119,105,110,100,111,119,46,104,105,115,116,111,114,121,46,115,99,114,111,108,108,82,101,115,116,111,114,97,116,105,111,110,61,34,109,97,110,117,97,108,34,41,59,118,97,114,32,116,61,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,112,114,111,116,111,99,111,108,43,34,47,47,34,43,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,104,111,115,116,44,101,61,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,104,114,101,102,46,114,101,112,108,97,99,101,40,116,44,34,34,41,44,110,61,105,40,123,125,44,119,105,110,100,111,119,46,104,105,115,116,111,114,121,46,115,116,97,116,101,41,59,114,101,116,117,114,110,32,110,46,107,101,121,61,119,116,40,41,44,119,105,110,100,111,119,46,104,105,115,116,111,114,121,46,114,101,112,108,97,99,101,83,116,97,116,101,40,110,44,34,34,44,101,41,44,119,105,110,100,111,119,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,112,115,116,97,116,101,34,44,67,116,41,44,102,117,110,99,116,105,111,110,40,41,123,119,105,110,100,111,119,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,112,115,116,97,116,101,34,44,67,116,41,125,125,102,117,110,99,116,105,111,110,32,83,116,40,116,44,101,44,110,44,114,41,123,105,102,40,116,46,97,112,112,41,123,118,97,114,32,105,61,116,46,111,112,116,105,111,110,115,46,115,99,114,111,108,108,66,101,104,97,118,105,111,114,59,105,38,38,116,46,97,112,112,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,111,61,80,116,40,41,44,97,61,105,46,99,97,108,108,40,116,44,101,44,110,44,114,63,111,58,110,117,108,108,41,59,97,38,38,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,97,46,116,104,101,110,63,97,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,77,116,40,116,44,111,41,125,41,41,46,99,97,116,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,48,125,41,41,58,77,116,40,97,44,111,41,41,125,41,41,125,125,102,117,110,99,116,105,111,110,32,107,116,40,41,123,118,97,114,32,116,61,119,116,40,41,59,116,38,38,40,120,116,91,116,93,61,123,120,58,119,105,110,100,111,119,46,112,97,103,101,88,79,102,102,115,101,116,44,121,58,119,105,110,100,111,119,46,112,97,103,101,89,79,102,102,115,101,116,125,41,125,102,117,110,99,116,105,111,110,32,67,116,40,116,41,123,107,116,40,41,44,116,46,115,116,97,116,101,38,38,116,46,115,116,97,116,101,46,107,101,121,38,38,95,116,40,116,46,115,116,97,116,101,46,107,101,121,41,125,102,117,110,99,116,105,111,110,32,80,116,40,41,123,118,97,114,32,116,61,119,116,40,41,59,105,102,40,116,41,114,101,116,117,114,110,32,120,116,91,116,93,125,102,117,110,99,116,105,111,110,32,84,116,40,116,44,101,41,123,118,97,114,32,110,61,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,44,114,61,110,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,44,105,61,116,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,59,114,101,116,117,114,110,123,120,58,105,46,108,101,102,116,45,114,46,108,101,102,116,45,101,46,120,44,121,58,105,46,116,111,112,45,114,46,116,111,112,45,101,46,121,125,125,102,117,110,99,116,105,111,110,32,106,116,40,116,41,123,114,101,116,117,114,110,32,68,116,40,116,46,120,41,124,124,68,116,40,116,46,121,41,125,102,117,110,99,116,105,111,110,32,69,116,40,116,41,123,114,101,116,117,114,110,123,120,58,68,116,40,116,46,120,41,63,116,46,120,58,119,105,110,100,111,119,46,112,97,103,101,88,79,102,102,115,101,116,44,121,58,68,116,40,116,46,121,41,63,116,46,121,58,119,105,110,100,111,119,46,112,97,103,101,89,79,102,102,115,101,116,125,125,102,117,110,99,116,105,111,110,32,65,116,40,116,41,123,114,101,116,117,114,110,123,120,58,68,116,40,116,46,120,41,63,116,46,120,58,48,44,121,58,68,116,40,116,46,121,41,63,116,46,121,58,48,125,125,102,117,110,99,116,105,111,110,32,68,116,40,116,41,123,114,101,116,117,114,110,34,110,117,109,98,101,114,34,61,61,61,116,121,112,101,111,102,32,116,125,118,97,114,32,76,116,61,47,94,35,92,100,47,59,102,117,110,99,116,105,111,110,32,77,116,40,116,44,101,41,123,118,97,114,32,110,61,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,59,105,102,40,110,38,38,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,46,115,101,108,101,99,116,111,114,41,123,118,97,114,32,114,61,76,116,46,116,101,115,116,40,116,46,115,101,108,101,99,116,111,114,41,63,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,116,46,115,101,108,101,99,116,111,114,46,115,108,105,99,101,40,49,41,41,58,100,111,99,117,109,101,110,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,116,46,115,101,108,101,99,116,111,114,41,59,105,102,40,114,41,123,118,97,114,32,105,61,116,46,111,102,102,115,101,116,38,38,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,46,111,102,102,115,101,116,63,116,46,111,102,102,115,101,116,58,123,125,59,105,61,65,116,40,105,41,44,101,61,84,116,40,114,44,105,41,125,101,108,115,101,32,106,116,40,116,41,38,38,40,101,61,69,116,40,116,41,41,125,101,108,115,101,32,110,38,38,106,116,40,116,41,38,38,40,101,61,69,116,40,116,41,41,59,101,38,38,40,34,115,99,114,111,108,108,66,101,104,97,118,105,111,114,34,105,110,32,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,46,115,116,121,108,101,63,119,105,110,100,111,119,46,115,99,114,111,108,108,84,111,40,123,108,101,102,116,58,101,46,120,44,116,111,112,58,101,46,121,44,98,101,104,97,118,105,111,114,58,116,46,98,101,104,97,118,105,111,114,125,41,58,119,105,110,100,111,119,46,115,99,114,111,108,108,84,111,40,101,46,120,44,101,46,121,41,41,125,118,97,114,32,73,116,61,117,116,38,38,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,119,105,110,100,111,119,46,110,97,118,105,103,97,116,111,114,46,117,115,101,114,65,103,101,110,116,59,114,101,116,117,114,110,40,45,49,61,61,61,116,46,105,110,100,101,120,79,102,40,34,65,110,100,114,111,105,100,32,50,46,34,41,38,38,45,49,61,61,61,116,46,105,110,100,101,120,79,102,40,34,65,110,100,114,111,105,100,32,52,46,48,34,41,124,124,45,49,61,61,61,116,46,105,110,100,101,120,79,102,40,34,77,111,98,105,108,101,32,83,97,102,97,114,105,34,41,124,124,45,49,33,61,61,116,46,105,110,100,101,120,79,102,40,34,67,104,114,111,109,101,34,41,124,124,45,49,33,61,61,116,46,105,110,100,101,120,79,102,40,34,87,105,110,100,111,119,115,32,80,104,111,110,101,34,41,41,38,38,40,119,105,110,100,111,119,46,104,105,115,116,111,114,121,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,46,104,105,115,116,111,114,121,46,112,117,115,104,83,116,97,116,101,41,125,40,41,59,102,117,110,99,116,105,111,110,32,36,116,40,116,44,101,41,123,107,116,40,41,59,118,97,114,32,110,61,119,105,110,100,111,119,46,104,105,115,116,111,114,121,59,116,114,121,123,105,102,40,101,41,123,118,97,114,32,114,61,105,40,123,125,44,110,46,115,116,97,116,101,41,59,114,46,107,101,121,61,119,116,40,41,44,110,46,114,101,112,108,97,99,101,83,116,97,116,101,40,114,44,34,34,44,116,41,125,101,108,115,101,32,110,46,112,117,115,104,83,116,97,116,101,40,123,107,101,121,58,95,116,40,98,116,40,41,41,125,44,34,34,44,116,41,125,99,97,116,99,104,40,111,41,123,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,91,101,63,34,114,101,112,108,97,99,101,34,58,34,97,115,115,105,103,110,34,93,40,116,41,125,125,102,117,110,99,116,105,111,110,32,70,116,40,116,41,123,36,116,40,116,44,33,48,41,125,102,117,110,99,116,105,111,110,32,66,116,40,116,44,101,44,110,41,123,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,105,41,123,105,62,61,116,46,108,101,110,103,116,104,63,110,40,41,58,116,91,105,93,63,101,40,116,91,105,93,44,40,102,117,110,99,116,105,111,110,40,41,123,114,40,105,43,49,41,125,41,41,58,114,40,105,43,49,41,125,59,114,40,48,41,125,118,97,114,32,82,116,61,123,114,101,100,105,114,101,99,116,101,100,58,50,44,97,98,111,114,116,101,100,58,52,44,99,97,110,99,101,108,108,101,100,58,56,44,100,117,112,108,105,99,97,116,101,100,58,49,54,125,59,102,117,110,99,116,105,111,110,32,78,116,40,116,44,101,41,123,114,101,116,117,114,110,32,85,116,40,116,44,101,44,82,116,46,114,101,100,105,114,101,99,116,101,100,44,39,82,101,100,105,114,101,99,116,101,100,32,119,104,101,110,32,103,111,105,110,103,32,102,114,111,109,32,34,39,43,116,46,102,117,108,108,80,97,116,104,43,39,34,32,116,111,32,34,39,43,113,116,40,101,41,43,39,34,32,118,105,97,32,97,32,110,97,118,105,103,97,116,105,111,110,32,103,117,97,114,100,46,39,41,125,102,117,110,99,116,105,111,110,32,122,116,40,116,44,101,41,123,118,97,114,32,110,61,85,116,40,116,44,101,44,82,116,46,100,117,112,108,105,99,97,116,101,100,44,39,65,118,111,105,100,101,100,32,114,101,100,117,110,100,97,110,116,32,110,97,118,105,103,97,116,105,111,110,32,116,111,32,99,117,114,114,101,110,116,32,108,111,99,97,116,105,111,110,58,32,34,39,43,116,46,102,117,108,108,80,97,116,104,43,39,34,46,39,41,59,114,101,116,117,114,110,32,110,46,110,97,109,101,61,34,78,97,118,105,103,97,116,105,111,110,68,117,112,108,105,99,97,116,101,100,34,44,110,125,102,117,110,99,116,105,111,110,32,86,116,40,116,44,101,41,123,114,101,116,117,114,110,32,85,116,40,116,44,101,44,82,116,46,99,97,110,99,101,108,108,101,100,44,39,78,97,118,105,103,97,116,105,111,110,32,99,97,110,99,101,108,108,101,100,32,102,114,111,109,32,34,39,43,116,46,102,117,108,108,80,97,116,104,43,39,34,32,116,111,32,34,39,43,101,46,102,117,108,108,80,97,116,104,43,39,34,32,119,105,116,104,32,97,32,110,101,119,32,110,97,118,105,103,97,116,105,111,110,46,39,41,125,102,117,110,99,116,105,111,110,32,72,116,40,116,44,101,41,123,114,101,116,117,114,110,32,85,116,40,116,44,101,44,82,116,46,97,98,111,114,116,101,100,44,39,78,97,118,105,103,97,116,105,111,110,32,97,98,111,114,116,101,100,32,102,114,111,109,32,34,39,43,116,46,102,117,108,108,80,97,116,104,43,39,34,32,116,111,32,34,39,43,101,46,102,117,108,108,80,97,116,104,43,39,34,32,118,105,97,32,97,32,110,97,118,105,103,97,116,105,111,110,32,103,117,97,114,100,46,39,41,125,102,117,110,99,116,105,111,110,32,85,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,110,101,119,32,69,114,114,111,114,40,114,41,59,114,101,116,117,114,110,32,105,46,95,105,115,82,111,117,116,101,114,61,33,48,44,105,46,102,114,111,109,61,116,44,105,46,116,111,61,101,44,105,46,116,121,112,101,61,110,44,105,125,118,97,114,32,87,116,61,91,34,112,97,114,97,109,115,34,44,34,113,117,101,114,121,34,44,34,104,97,115,104,34,93,59,102,117,110,99,116,105,111,110,32,113,116,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,116,59,105,102,40,34,112,97,116,104,34,105,110,32,116,41,114,101,116,117,114,110,32,116,46,112,97,116,104,59,118,97,114,32,101,61,123,125,59,114,101,116,117,114,110,32,87,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,110,32,105,110,32,116,38,38,40,101,91,110,93,61,116,91,110,93,41,125,41,41,44,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,101,44,110,117,108,108,44,50,41,125,102,117,110,99,116,105,111,110,32,71,116,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,105,110,100,101,120,79,102,40,34,69,114,114,111,114,34,41,62,45,49,125,102,117,110,99,116,105,111,110,32,89,116,40,116,44,101,41,123,114,101,116,117,114,110,32,71,116,40,116,41,38,38,116,46,95,105,115,82,111,117,116,101,114,38,38,40,110,117,108,108,61,61,101,124,124,116,46,116,121,112,101,61,61,61,101,41,125,102,117,110,99,116,105,111,110,32,75,116,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,118,97,114,32,105,61,33,49,44,111,61,48,44,97,61,110,117,108,108,59,88,116,40,116,44,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,115,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,38,38,118,111,105,100,32,48,61,61,61,116,46,99,105,100,41,123,105,61,33,48,44,111,43,43,59,118,97,114,32,99,44,117,61,116,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,81,116,40,101,41,38,38,40,101,61,101,46,100,101,102,97,117,108,116,41,44,116,46,114,101,115,111,108,118,101,100,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,63,101,58,101,116,46,101,120,116,101,110,100,40,101,41,44,110,46,99,111,109,112,111,110,101,110,116,115,91,115,93,61,101,44,111,45,45,44,111,60,61,48,38,38,114,40,41,125,41,41,44,108,61,116,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,34,70,97,105,108,101,100,32,116,111,32,114,101,115,111,108,118,101,32,97,115,121,110,99,32,99,111,109,112,111,110,101,110,116,32,34,43,115,43,34,58,32,34,43,116,59,97,124,124,40,97,61,71,116,40,116,41,63,116,58,110,101,119,32,69,114,114,111,114,40,101,41,44,114,40,97,41,41,125,41,41,59,116,114,121,123,99,61,116,40,117,44,108,41,125,99,97,116,99,104,40,104,41,123,108,40,104,41,125,105,102,40,99,41,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,99,46,116,104,101,110,41,99,46,116,104,101,110,40,117,44,108,41,59,101,108,115,101,123,118,97,114,32,102,61,99,46,99,111,109,112,111,110,101,110,116,59,102,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,102,46,116,104,101,110,38,38,102,46,116,104,101,110,40,117,44,108,41,125,125,125,41,41,44,105,124,124,114,40,41,125,125,102,117,110,99,116,105,111,110,32,88,116,40,116,44,101,41,123,114,101,116,117,114,110,32,90,116,40,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,107,101,121,115,40,116,46,99,111,109,112,111,110,101,110,116,115,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,101,40,116,46,99,111,109,112,111,110,101,110,116,115,91,110,93,44,116,46,105,110,115,116,97,110,99,101,115,91,110,93,44,116,44,110,41,125,41,41,125,41,41,41,125,102,117,110,99,116,105,111,110,32,90,116,40,116,41,123,114,101,116,117,114,110,32,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,46,99,111,110,99,97,116,46,97,112,112,108,121,40,91,93,44,116,41,125,118,97,114,32,74,116,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,34,115,121,109,98,111,108,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,46,116,111,83,116,114,105,110,103,84,97,103,59,102,117,110,99,116,105,111,110,32,81,116,40,116,41,123,114,101,116,117,114,110,32,116,46,95,95,101,115,77,111,100,117,108,101,124,124,74,116,38,38,34,77,111,100,117,108,101,34,61,61,61,116,91,83,121,109,98,111,108,46,116,111,83,116,114,105,110,103,84,97,103,93,125,102,117,110,99,116,105,111,110,32,116,101,40,116,41,123,118,97,114,32,101,61,33,49,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,61,91,93,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,119,104,105,108,101,40,114,45,45,41,110,91,114,93,61,97,114,103,117,109,101,110,116,115,91,114,93,59,105,102,40,33,101,41,114,101,116,117,114,110,32,101,61,33,48,44,116,46,97,112,112,108,121,40,116,104,105,115,44,110,41,125,125,118,97,114,32,101,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,114,111,117,116,101,114,61,116,44,116,104,105,115,46,98,97,115,101,61,110,101,40,101,41,44,116,104,105,115,46,99,117,114,114,101,110,116,61,109,44,116,104,105,115,46,112,101,110,100,105,110,103,61,110,117,108,108,44,116,104,105,115,46,114,101,97,100,121,61,33,49,44,116,104,105,115,46,114,101,97,100,121,67,98,115,61,91,93,44,116,104,105,115,46,114,101,97,100,121,69,114,114,111,114,67,98,115,61,91,93,44,116,104,105,115,46,101,114,114,111,114,67,98,115,61,91,93,44,116,104,105,115,46,108,105,115,116,101,110,101,114,115,61,91,93,125,59,102,117,110,99,116,105,111,110,32,110,101,40,116,41,123,105,102,40,33,116,41,105,102,40,117,116,41,123,118,97,114,32,101,61,100,111,99,117,109,101,110,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,34,98,97,115,101,34,41,59,116,61,101,38,38,101,46,103,101,116,65,116,116,114,105,98,117,116,101,40,34,104,114,101,102,34,41,124,124,34,47,34,44,116,61,116,46,114,101,112,108,97,99,101,40,47,94,104,116,116,112,115,63,58,92,47,92,47,91,94,92,47,93,43,47,44,34,34,41,125,101,108,115,101,32,116,61,34,47,34,59,114,101,116,117,114,110,34,47,34,33,61,61,116,46,99,104,97,114,65,116,40,48,41,38,38,40,116,61,34,47,34,43,116,41,44,116,46,114,101,112,108,97,99,101,40,47,92,47,36,47,44,34,34,41,125,102,117,110,99,116,105,111,110,32,114,101,40,116,44,101,41,123,118,97,114,32,110,44,114,61,77,97,116,104,46,109,97,120,40,116,46,108,101,110,103,116,104,44,101,46,108,101,110,103,116,104,41,59,102,111,114,40,110,61,48,59,110,60,114,59,110,43,43,41,105,102,40,116,91,110,93,33,61,61,101,91,110,93,41,98,114,101,97,107,59,114,101,116,117,114,110,123,117,112,100,97,116,101,100,58,101,46,115,108,105,99,101,40,48,44,110,41,44,97,99,116,105,118,97,116,101,100,58,101,46,115,108,105,99,101,40,110,41,44,100,101,97,99,116,105,118,97,116,101,100,58,116,46,115,108,105,99,101,40,110,41,125,125,102,117,110,99,116,105,111,110,32,105,101,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,88,116,40,116,44,40,102,117,110,99,116,105,111,110,40,116,44,114,44,105,44,111,41,123,118,97,114,32,97,61,111,101,40,116,44,101,41,59,105,102,40,97,41,114,101,116,117,114,110,32,65,114,114,97,121,46,105,115,65,114,114,97,121,40,97,41,63,97,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,40,116,44,114,44,105,44,111,41,125,41,41,58,110,40,97,44,114,44,105,44,111,41,125,41,41,59,114,101,116,117,114,110,32,90,116,40,114,63,105,46,114,101,118,101,114,115,101,40,41,58,105,41,125,102,117,110,99,116,105,111,110,32,111,101,40,116,44,101,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,116,38,38,40,116,61,101,116,46,101,120,116,101,110,100,40,116,41,41,44,116,46,111,112,116,105,111,110,115,91,101,93,125,102,117,110,99,116,105,111,110,32,97,101,40,116,41,123,114,101,116,117,114,110,32,105,101,40,116,44,34,98,101,102,111,114,101,82,111,117,116,101,76,101,97,118,101,34,44,99,101,44,33,48,41,125,102,117,110,99,116,105,111,110,32,115,101,40,116,41,123,114,101,116,117,114,110,32,105,101,40,116,44,34,98,101,102,111,114,101,82,111,117,116,101,85,112,100,97,116,101,34,44,99,101,41,125,102,117,110,99,116,105,111,110,32,99,101,40,116,44,101,41,123,105,102,40,101,41,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,101,44,97,114,103,117,109,101,110,116,115,41,125,125,102,117,110,99,116,105,111,110,32,117,101,40,116,41,123,114,101,116,117,114,110,32,105,101,40,116,44,34,98,101,102,111,114,101,82,111,117,116,101,69,110,116,101,114,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,108,101,40,116,44,110,44,114,41,125,41,41,125,102,117,110,99,116,105,111,110,32,108,101,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,114,44,105,44,111,41,123,114,101,116,117,114,110,32,116,40,114,44,105,44,40,102,117,110,99,116,105,111,110,40,116,41,123,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,38,38,40,101,46,101,110,116,101,114,101,100,67,98,115,91,110,93,124,124,40,101,46,101,110,116,101,114,101,100,67,98,115,91,110,93,61,91,93,41,44,101,46,101,110,116,101,114,101,100,67,98,115,91,110,93,46,112,117,115,104,40,116,41,41,44,111,40,116,41,125,41,41,125,125,101,101,46,112,114,111,116,111,116,121,112,101,46,108,105,115,116,101,110,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,99,98,61,116,125,44,101,101,46,112,114,111,116,111,116,121,112,101,46,111,110,82,101,97,100,121,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,114,101,97,100,121,63,116,40,41,58,40,116,104,105,115,46,114,101,97,100,121,67,98,115,46,112,117,115,104,40,116,41,44,101,38,38,116,104,105,115,46,114,101,97,100,121,69,114,114,111,114,67,98,115,46,112,117,115,104,40,101,41,41,125,44,101,101,46,112,114,111,116,111,116,121,112,101,46,111,110,69,114,114,111,114,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,101,114,114,111,114,67,98,115,46,112,117,115,104,40,116,41,125,44,101,101,46,112,114,111,116,111,116,121,112,101,46,116,114,97,110,115,105,116,105,111,110,84,111,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,61,116,104,105,115,59,116,114,121,123,114,61,116,104,105,115,46,114,111,117,116,101,114,46,109,97,116,99,104,40,116,44,116,104,105,115,46,99,117,114,114,101,110,116,41,125,99,97,116,99,104,40,97,41,123,116,104,114,111,119,32,116,104,105,115,46,101,114,114,111,114,67,98,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,40,97,41,125,41,41,44,97,125,118,97,114,32,111,61,116,104,105,115,46,99,117,114,114,101,110,116,59,116,104,105,115,46,99,111,110,102,105,114,109,84,114,97,110,115,105,116,105,111,110,40,114,44,40,102,117,110,99,116,105,111,110,40,41,123,105,46,117,112,100,97,116,101,82,111,117,116,101,40,114,41,44,101,38,38,101,40,114,41,44,105,46,101,110,115,117,114,101,85,82,76,40,41,44,105,46,114,111,117,116,101,114,46,97,102,116,101,114,72,111,111,107,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,116,40,114,44,111,41,125,41,41,44,105,46,114,101,97,100,121,124,124,40,105,46,114,101,97,100,121,61,33,48,44,105,46,114,101,97,100,121,67,98,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,40,114,41,125,41,41,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,110,38,38,110,40,116,41,44,116,38,38,33,105,46,114,101,97,100,121,38,38,40,89,116,40,116,44,82,116,46,114,101,100,105,114,101,99,116,101,100,41,38,38,111,61,61,61,109,124,124,40,105,46,114,101,97,100,121,61,33,48,44,105,46,114,101,97,100,121,69,114,114,111,114,67,98,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,40,116,41,125,41,41,41,41,125,41,41,125,44,101,101,46,112,114,111,116,111,116,121,112,101,46,99,111,110,102,105,114,109,84,114,97,110,115,105,116,105,111,110,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,105,61,116,104,105,115,44,111,61,116,104,105,115,46,99,117,114,114,101,110,116,59,116,104,105,115,46,112,101,110,100,105,110,103,61,116,59,118,97,114,32,97,61,102,117,110,99,116,105,111,110,40,116,41,123,33,89,116,40,116,41,38,38,71,116,40,116,41,38,38,40,105,46,101,114,114,111,114,67,98,115,46,108,101,110,103,116,104,63,105,46,101,114,114,111,114,67,98,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,40,116,41,125,41,41,58,40,114,40,33,49,44,34,117,110,99,97,117,103,104,116,32,101,114,114,111,114,32,100,117,114,105,110,103,32,114,111,117,116,101,32,110,97,118,105,103,97,116,105,111,110,58,34,41,44,99,111,110,115,111,108,101,46,101,114,114,111,114,40,116,41,41,41,44,110,38,38,110,40,116,41,125,44,115,61,116,46,109,97,116,99,104,101,100,46,108,101,110,103,116,104,45,49,44,99,61,111,46,109,97,116,99,104,101,100,46,108,101,110,103,116,104,45,49,59,105,102,40,119,40,116,44,111,41,38,38,115,61,61,61,99,38,38,116,46,109,97,116,99,104,101,100,91,115,93,61,61,61,111,46,109,97,116,99,104,101,100,91,99,93,41,114,101,116,117,114,110,32,116,104,105,115,46,101,110,115,117,114,101,85,82,76,40,41,44,97,40,122,116,40,111,44,116,41,41,59,118,97,114,32,117,61,114,101,40,116,104,105,115,46,99,117,114,114,101,110,116,46,109,97,116,99,104,101,100,44,116,46,109,97,116,99,104,101,100,41,44,108,61,117,46,117,112,100,97,116,101,100,44,102,61,117,46,100,101,97,99,116,105,118,97,116,101,100,44,104,61,117,46,97,99,116,105,118,97,116,101,100,44,100,61,91,93,46,99,111,110,99,97,116,40,97,101,40,102,41,44,116,104,105,115,46,114,111,117,116,101,114,46,98,101,102,111,114,101,72,111,111,107,115,44,115,101,40,108,41,44,104,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,98,101,102,111,114,101,69,110,116,101,114,125,41,41,44,75,116,40,104,41,41,44,112,61,102,117,110,99,116,105,111,110,40,101,44,110,41,123,105,102,40,105,46,112,101,110,100,105,110,103,33,61,61,116,41,114,101,116,117,114,110,32,97,40,86,116,40,111,44,116,41,41,59,116,114,121,123,101,40,116,44,111,44,40,102,117,110,99,116,105,111,110,40,101,41,123,33,49,61,61,61,101,63,40,105,46,101,110,115,117,114,101,85,82,76,40,33,48,41,44,97,40,72,116,40,111,44,116,41,41,41,58,71,116,40,101,41,63,40,105,46,101,110,115,117,114,101,85,82,76,40,33,48,41,44,97,40,101,41,41,58,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,101,124,124,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,101,38,38,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,101,46,112,97,116,104,124,124,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,101,46,110,97,109,101,41,63,40,97,40,78,116,40,111,44,116,41,41,44,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,101,38,38,101,46,114,101,112,108,97,99,101,63,105,46,114,101,112,108,97,99,101,40,101,41,58,105,46,112,117,115,104,40,101,41,41,58,110,40,101,41,125,41,41,125,99,97,116,99,104,40,114,41,123,97,40,114,41,125,125,59,66,116,40,100,44,112,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,61,117,101,40,104,41,44,114,61,110,46,99,111,110,99,97,116,40,105,46,114,111,117,116,101,114,46,114,101,115,111,108,118,101,72,111,111,107,115,41,59,66,116,40,114,44,112,44,40,102,117,110,99,116,105,111,110,40,41,123,105,102,40,105,46,112,101,110,100,105,110,103,33,61,61,116,41,114,101,116,117,114,110,32,97,40,86,116,40,111,44,116,41,41,59,105,46,112,101,110,100,105,110,103,61,110,117,108,108,44,101,40,116,41,44,105,46,114,111,117,116,101,114,46,97,112,112,38,38,105,46,114,111,117,116,101,114,46,97,112,112,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,83,40,116,41,125,41,41,125,41,41,125,41,41,125,44,101,101,46,112,114,111,116,111,116,121,112,101,46,117,112,100,97,116,101,82,111,117,116,101,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,99,117,114,114,101,110,116,61,116,44,116,104,105,115,46,99,98,38,38,116,104,105,115,46,99,98,40,116,41,125,44,101,101,46,112,114,111,116,111,116,121,112,101,46,115,101,116,117,112,76,105,115,116,101,110,101,114,115,61,102,117,110,99,116,105,111,110,40,41,123,125,44,101,101,46,112,114,111,116,111,116,121,112,101,46,116,101,97,114,100,111,119,110,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,108,105,115,116,101,110,101,114,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,40,41,125,41,41,44,116,104,105,115,46,108,105,115,116,101,110,101,114,115,61,91,93,44,116,104,105,115,46,99,117,114,114,101,110,116,61,109,44,116,104,105,115,46,112,101,110,100,105,110,103,61,110,117,108,108,125,59,118,97,114,32,102,101,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,101,44,110,41,123,116,46,99,97,108,108,40,116,104,105,115,44,101,44,110,41,44,116,104,105,115,46,95,115,116,97,114,116,76,111,99,97,116,105,111,110,61,104,101,40,116,104,105,115,46,98,97,115,101,41,125,114,101,116,117,114,110,32,116,38,38,40,101,46,95,95,112,114,111,116,111,95,95,61,116,41,44,101,46,112,114,111,116,111,116,121,112,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,116,38,38,116,46,112,114,111,116,111,116,121,112,101,41,44,101,46,112,114,111,116,111,116,121,112,101,46,99,111,110,115,116,114,117,99,116,111,114,61,101,44,101,46,112,114,111,116,111,116,121,112,101,46,115,101,116,117,112,76,105,115,116,101,110,101,114,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,105,102,40,33,40,116,104,105,115,46,108,105,115,116,101,110,101,114,115,46,108,101,110,103,116,104,62,48,41,41,123,118,97,114,32,101,61,116,104,105,115,46,114,111,117,116,101,114,44,110,61,101,46,111,112,116,105,111,110,115,46,115,99,114,111,108,108,66,101,104,97,118,105,111,114,44,114,61,73,116,38,38,110,59,114,38,38,116,104,105,115,46,108,105,115,116,101,110,101,114,115,46,112,117,115,104,40,79,116,40,41,41,59,118,97,114,32,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,61,116,46,99,117,114,114,101,110,116,44,105,61,104,101,40,116,46,98,97,115,101,41,59,116,46,99,117,114,114,101,110,116,61,61,61,109,38,38,105,61,61,61,116,46,95,115,116,97,114,116,76,111,99,97,116,105,111,110,124,124,116,46,116,114,97,110,115,105,116,105,111,110,84,111,40,105,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,38,38,83,116,40,101,44,116,44,110,44,33,48,41,125,41,41,125,59,119,105,110,100,111,119,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,112,115,116,97,116,101,34,44,105,41,44,116,104,105,115,46,108,105,115,116,101,110,101,114,115,46,112,117,115,104,40,40,102,117,110,99,116,105,111,110,40,41,123,119,105,110,100,111,119,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,112,115,116,97,116,101,34,44,105,41,125,41,41,125,125,44,101,46,112,114,111,116,111,116,121,112,101,46,103,111,61,102,117,110,99,116,105,111,110,40,116,41,123,119,105,110,100,111,119,46,104,105,115,116,111,114,121,46,103,111,40,116,41,125,44,101,46,112,114,111,116,111,116,121,112,101,46,112,117,115,104,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,44,105,61,116,104,105,115,44,111,61,105,46,99,117,114,114,101,110,116,59,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,84,111,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,36,116,40,69,40,114,46,98,97,115,101,43,116,46,102,117,108,108,80,97,116,104,41,41,44,83,116,40,114,46,114,111,117,116,101,114,44,116,44,111,44,33,49,41,44,101,38,38,101,40,116,41,125,41,44,110,41,125,44,101,46,112,114,111,116,111,116,121,112,101,46,114,101,112,108,97,99,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,44,105,61,116,104,105,115,44,111,61,105,46,99,117,114,114,101,110,116,59,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,84,111,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,70,116,40,69,40,114,46,98,97,115,101,43,116,46,102,117,108,108,80,97,116,104,41,41,44,83,116,40,114,46,114,111,117,116,101,114,44,116,44,111,44,33,49,41,44,101,38,38,101,40,116,41,125,41,44,110,41,125,44,101,46,112,114,111,116,111,116,121,112,101,46,101,110,115,117,114,101,85,82,76,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,104,101,40,116,104,105,115,46,98,97,115,101,41,33,61,61,116,104,105,115,46,99,117,114,114,101,110,116,46,102,117,108,108,80,97,116,104,41,123,118,97,114,32,101,61,69,40,116,104,105,115,46,98,97,115,101,43,116,104,105,115,46,99,117,114,114,101,110,116,46,102,117,108,108,80,97,116,104,41,59,116,63,36,116,40,101,41,58,70,116,40,101,41,125,125,44,101,46,112,114,111,116,111,116,121,112,101,46,103,101,116,67,117,114,114,101,110,116,76,111,99,97,116,105,111,110,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,104,101,40,116,104,105,115,46,98,97,115,101,41,125,44,101,125,40,101,101,41,59,102,117,110,99,116,105,111,110,32,104,101,40,116,41,123,118,97,114,32,101,61,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,112,97,116,104,110,97,109,101,59,114,101,116,117,114,110,32,116,38,38,48,61,61,61,101,46,116,111,76,111,119,101,114,67,97,115,101,40,41,46,105,110,100,101,120,79,102,40,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,41,38,38,40,101,61,101,46,115,108,105,99,101,40,116,46,108,101,110,103,116,104,41,41,44,40,101,124,124,34,47,34,41,43,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,115,101,97,114,99,104,43,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,104,97,115,104,125,118,97,114,32,100,101,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,101,44,110,44,114,41,123,116,46,99,97,108,108,40,116,104,105,115,44,101,44,110,41,44,114,38,38,112,101,40,116,104,105,115,46,98,97,115,101,41,124,124,118,101,40,41,125,114,101,116,117,114,110,32,116,38,38,40,101,46,95,95,112,114,111,116,111,95,95,61,116,41,44,101,46,112,114,111,116,111,116,121,112,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,116,38,38,116,46,112,114,111,116,111,116,121,112,101,41,44,101,46,112,114,111,116,111,116,121,112,101,46,99,111,110,115,116,114,117,99,116,111,114,61,101,44,101,46,112,114,111,116,111,116,121,112,101,46,115,101,116,117,112,76,105,115,116,101,110,101,114,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,105,102,40,33,40,116,104,105,115,46,108,105,115,116,101,110,101,114,115,46,108,101,110,103,116,104,62,48,41,41,123,118,97,114,32,101,61,116,104,105,115,46,114,111,117,116,101,114,44,110,61,101,46,111,112,116,105,111,110,115,46,115,99,114,111,108,108,66,101,104,97,118,105,111,114,44,114,61,73,116,38,38,110,59,114,38,38,116,104,105,115,46,108,105,115,116,101,110,101,114,115,46,112,117,115,104,40,79,116,40,41,41,59,118,97,114,32,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,46,99,117,114,114,101,110,116,59,118,101,40,41,38,38,116,46,116,114,97,110,115,105,116,105,111,110,84,111,40,103,101,40,41,44,40,102,117,110,99,116,105,111,110,40,110,41,123,114,38,38,83,116,40,116,46,114,111,117,116,101,114,44,110,44,101,44,33,48,41,44,73,116,124,124,121,101,40,110,46,102,117,108,108,80,97,116,104,41,125,41,41,125,44,111,61,73,116,63,34,112,111,112,115,116,97,116,101,34,58,34,104,97,115,104,99,104,97,110,103,101,34,59,119,105,110,100,111,119,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,111,44,105,41,44,116,104,105,115,46,108,105,115,116,101,110,101,114,115,46,112,117,115,104,40,40,102,117,110,99,116,105,111,110,40,41,123,119,105,110,100,111,119,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,111,44,105,41,125,41,41,125,125,44,101,46,112,114,111,116,111,116,121,112,101,46,112,117,115,104,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,44,105,61,116,104,105,115,44,111,61,105,46,99,117,114,114,101,110,116,59,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,84,111,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,98,101,40,116,46,102,117,108,108,80,97,116,104,41,44,83,116,40,114,46,114,111,117,116,101,114,44,116,44,111,44,33,49,41,44,101,38,38,101,40,116,41,125,41,44,110,41,125,44,101,46,112,114,111,116,111,116,121,112,101,46,114,101,112,108,97,99,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,44,105,61,116,104,105,115,44,111,61,105,46,99,117,114,114,101,110,116,59,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,84,111,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,121,101,40,116,46,102,117,108,108,80,97,116,104,41,44,83,116,40,114,46,114,111,117,116,101,114,44,116,44,111,44,33,49,41,44,101,38,38,101,40,116,41,125,41,44,110,41,125,44,101,46,112,114,111,116,111,116,121,112,101,46,103,111,61,102,117,110,99,116,105,111,110,40,116,41,123,119,105,110,100,111,119,46,104,105,115,116,111,114,121,46,103,111,40,116,41,125,44,101,46,112,114,111,116,111,116,121,112,101,46,101,110,115,117,114,101,85,82,76,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,99,117,114,114,101,110,116,46,102,117,108,108,80,97,116,104,59,103,101,40,41,33,61,61,101,38,38,40,116,63,98,101,40,101,41,58,121,101,40,101,41,41,125,44,101,46,112,114,111,116,111,116,121,112,101,46,103,101,116,67,117,114,114,101,110,116,76,111,99,97,116,105,111,110,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,103,101,40,41,125,44,101,125,40,101,101,41,59,102,117,110,99,116,105,111,110,32,112,101,40,116,41,123,118,97,114,32,101,61,104,101,40,116,41,59,105,102,40,33,47,94,92,47,35,47,46,116,101,115,116,40,101,41,41,114,101,116,117,114,110,32,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,114,101,112,108,97,99,101,40,69,40,116,43,34,47,35,34,43,101,41,41,44,33,48,125,102,117,110,99,116,105,111,110,32,118,101,40,41,123,118,97,114,32,116,61,103,101,40,41,59,114,101,116,117,114,110,34,47,34,61,61,61,116,46,99,104,97,114,65,116,40,48,41,124,124,40,121,101,40,34,47,34,43,116,41,44,33,49,41,125,102,117,110,99,116,105,111,110,32,103,101,40,41,123,118,97,114,32,116,61,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,104,114,101,102,44,101,61,116,46,105,110,100,101,120,79,102,40,34,35,34,41,59,114,101,116,117,114,110,32,101,60,48,63,34,34,58,40,116,61,116,46,115,108,105,99,101,40,101,43,49,41,44,116,41,125,102,117,110,99,116,105,111,110,32,109,101,40,116,41,123,118,97,114,32,101,61,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,104,114,101,102,44,110,61,101,46,105,110,100,101,120,79,102,40,34,35,34,41,44,114,61,110,62,61,48,63,101,46,115,108,105,99,101,40,48,44,110,41,58,101,59,114,101,116,117,114,110,32,114,43,34,35,34,43,116,125,102,117,110,99,116,105,111,110,32,98,101,40,116,41,123,73,116,63,36,116,40,109,101,40,116,41,41,58,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,104,97,115,104,61,116,125,102,117,110,99,116,105,111,110,32,121,101,40,116,41,123,73,116,63,70,116,40,109,101,40,116,41,41,58,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,114,101,112,108,97,99,101,40,109,101,40,116,41,41,125,118,97,114,32,119,101,61,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,101,44,110,41,123,116,46,99,97,108,108,40,116,104,105,115,44,101,44,110,41,44,116,104,105,115,46,115,116,97,99,107,61,91,93,44,116,104,105,115,46,105,110,100,101,120,61,45,49,125,114,101,116,117,114,110,32,116,38,38,40,101,46,95,95,112,114,111,116,111,95,95,61,116,41,44,101,46,112,114,111,116,111,116,121,112,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,116,38,38,116,46,112,114,111,116,111,116,121,112,101,41,44,101,46,112,114,111,116,111,116,121,112,101,46,99,111,110,115,116,114,117,99,116,111,114,61,101,44,101,46,112,114,111,116,111,116,121,112,101,46,112,117,115,104,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,59,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,84,111,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,46,115,116,97,99,107,61,114,46,115,116,97,99,107,46,115,108,105,99,101,40,48,44,114,46,105,110,100,101,120,43,49,41,46,99,111,110,99,97,116,40,116,41,44,114,46,105,110,100,101,120,43,43,44,101,38,38,101,40,116,41,125,41,44,110,41,125,44,101,46,112,114,111,116,111,116,121,112,101,46,114,101,112,108,97,99,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,59,116,104,105,115,46,116,114,97,110,115,105,116,105,111,110,84,111,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,46,115,116,97,99,107,61,114,46,115,116,97,99,107,46,115,108,105,99,101,40,48,44,114,46,105,110,100,101,120,41,46,99,111,110,99,97,116,40,116,41,44,101,38,38,101,40,116,41,125,41,44,110,41,125,44,101,46,112,114,111,116,111,116,121,112,101,46,103,111,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,105,110,100,101,120,43,116,59,105,102,40,33,40,110,60,48,124,124,110,62,61,116,104,105,115,46,115,116,97,99,107,46,108,101,110,103,116,104,41,41,123,118,97,114,32,114,61,116,104,105,115,46,115,116,97,99,107,91,110,93,59,116,104,105,115,46,99,111,110,102,105,114,109,84,114,97,110,115,105,116,105,111,110,40,114,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,101,46,99,117,114,114,101,110,116,59,101,46,105,110,100,101,120,61,110,44,101,46,117,112,100,97,116,101,82,111,117,116,101,40,114,41,44,101,46,114,111,117,116,101,114,46,97,102,116,101,114,72,111,111,107,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,38,38,101,40,114,44,116,41,125,41,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,89,116,40,116,44,82,116,46,100,117,112,108,105,99,97,116,101,100,41,38,38,40,101,46,105,110,100,101,120,61,110,41,125,41,41,125,125,44,101,46,112,114,111,116,111,116,121,112,101,46,103,101,116,67,117,114,114,101,110,116,76,111,99,97,116,105,111,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,115,116,97,99,107,91,116,104,105,115,46,115,116,97,99,107,46,108,101,110,103,116,104,45,49,93,59,114,101,116,117,114,110,32,116,63,116,46,102,117,108,108,80,97,116,104,58,34,47,34,125,44,101,46,112,114,111,116,111,116,121,112,101,46,101,110,115,117,114,101,85,82,76,61,102,117,110,99,116,105,111,110,40,41,123,125,44,101,125,40,101,101,41,44,95,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,123,125,41,44,116,104,105,115,46,97,112,112,61,110,117,108,108,44,116,104,105,115,46,97,112,112,115,61,91,93,44,116,104,105,115,46,111,112,116,105,111,110,115,61,116,44,116,104,105,115,46,98,101,102,111,114,101,72,111,111,107,115,61,91,93,44,116,104,105,115,46,114,101,115,111,108,118,101,72,111,111,107,115,61,91,93,44,116,104,105,115,46,97,102,116,101,114,72,111,111,107,115,61,91,93,44,116,104,105,115,46,109,97,116,99,104,101,114,61,112,116,40,116,46,114,111,117,116,101,115,124,124,91,93,44,116,104,105,115,41,59,118,97,114,32,101,61,116,46,109,111,100,101,124,124,34,104,97,115,104,34,59,115,119,105,116,99,104,40,116,104,105,115,46,102,97,108,108,98,97,99,107,61,34,104,105,115,116,111,114,121,34,61,61,61,101,38,38,33,73,116,38,38,33,49,33,61,61,116,46,102,97,108,108,98,97,99,107,44,116,104,105,115,46,102,97,108,108,98,97,99,107,38,38,40,101,61,34,104,97,115,104,34,41,44,117,116,124,124,40,101,61,34,97,98,115,116,114,97,99,116,34,41,44,116,104,105,115,46,109,111,100,101,61,101,44,101,41,123,99,97,115,101,34,104,105,115,116,111,114,121,34,58,116,104,105,115,46,104,105,115,116,111,114,121,61,110,101,119,32,102,101,40,116,104,105,115,44,116,46,98,97,115,101,41,59,98,114,101,97,107,59,99,97,115,101,34,104,97,115,104,34,58,116,104,105,115,46,104,105,115,116,111,114,121,61,110,101,119,32,100,101,40,116,104,105,115,44,116,46,98,97,115,101,44,116,104,105,115,46,102,97,108,108,98,97,99,107,41,59,98,114,101,97,107,59,99,97,115,101,34,97,98,115,116,114,97,99,116,34,58,116,104,105,115,46,104,105,115,116,111,114,121,61,110,101,119,32,119,101,40,116,104,105,115,44,116,46,98,97,115,101,41,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,48,125,125,44,120,101,61,123,99,117,114,114,101,110,116,82,111,117,116,101,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,125,59,102,117,110,99,116,105,111,110,32,79,101,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,112,117,115,104,40,101,41,44,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,61,116,46,105,110,100,101,120,79,102,40,101,41,59,110,62,45,49,38,38,116,46,115,112,108,105,99,101,40,110,44,49,41,125,125,102,117,110,99,116,105,111,110,32,83,101,40,116,44,101,44,110,41,123,118,97,114,32,114,61,34,104,97,115,104,34,61,61,61,110,63,34,35,34,43,101,58,101,59,114,101,116,117,114,110,32,116,63,69,40,116,43,34,47,34,43,114,41,58,114,125,95,101,46,112,114,111,116,111,116,121,112,101,46,109,97,116,99,104,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,104,105,115,46,109,97,116,99,104,101,114,46,109,97,116,99,104,40,116,44,101,44,110,41,125,44,120,101,46,99,117,114,114,101,110,116,82,111,117,116,101,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,104,105,115,116,111,114,121,38,38,116,104,105,115,46,104,105,115,116,111,114,121,46,99,117,114,114,101,110,116,125,44,95,101,46,112,114,111,116,111,116,121,112,101,46,105,110,105,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,105,102,40,116,104,105,115,46,97,112,112,115,46,112,117,115,104,40,116,41,44,116,46,36,111,110,99,101,40,34,104,111,111,107,58,100,101,115,116,114,111,121,101,100,34,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,61,101,46,97,112,112,115,46,105,110,100,101,120,79,102,40,116,41,59,110,62,45,49,38,38,101,46,97,112,112,115,46,115,112,108,105,99,101,40,110,44,49,41,44,101,46,97,112,112,61,61,61,116,38,38,40,101,46,97,112,112,61,101,46,97,112,112,115,91,48,93,124,124,110,117,108,108,41,44,101,46,97,112,112,124,124,101,46,104,105,115,116,111,114,121,46,116,101,97,114,100,111,119,110,40,41,125,41,41,44,33,116,104,105,115,46,97,112,112,41,123,116,104,105,115,46,97,112,112,61,116,59,118,97,114,32,110,61,116,104,105,115,46,104,105,115,116,111,114,121,59,105,102,40,110,32,105,110,115,116,97,110,99,101,111,102,32,102,101,124,124,110,32,105,110,115,116,97,110,99,101,111,102,32,100,101,41,123,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,114,61,110,46,99,117,114,114,101,110,116,44,105,61,101,46,111,112,116,105,111,110,115,46,115,99,114,111,108,108,66,101,104,97,118,105,111,114,44,111,61,73,116,38,38,105,59,111,38,38,34,102,117,108,108,80,97,116,104,34,105,110,32,116,38,38,83,116,40,101,44,116,44,114,44,33,49,41,125,44,105,61,102,117,110,99,116,105,111,110,40,116,41,123,110,46,115,101,116,117,112,76,105,115,116,101,110,101,114,115,40,41,44,114,40,116,41,125,59,110,46,116,114,97,110,115,105,116,105,111,110,84,111,40,110,46,103,101,116,67,117,114,114,101,110,116,76,111,99,97,116,105,111,110,40,41,44,105,44,105,41,125,110,46,108,105,115,116,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,97,112,112,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,46,95,114,111,117,116,101,61,116,125,41,41,125,41,41,125,125,44,95,101,46,112,114,111,116,111,116,121,112,101,46,98,101,102,111,114,101,69,97,99,104,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,101,40,116,104,105,115,46,98,101,102,111,114,101,72,111,111,107,115,44,116,41,125,44,95,101,46,112,114,111,116,111,116,121,112,101,46,98,101,102,111,114,101,82,101,115,111,108,118,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,101,40,116,104,105,115,46,114,101,115,111,108,118,101,72,111,111,107,115,44,116,41,125,44,95,101,46,112,114,111,116,111,116,121,112,101,46,97,102,116,101,114,69,97,99,104,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,101,40,116,104,105,115,46,97,102,116,101,114,72,111,111,107,115,44,116,41,125,44,95,101,46,112,114,111,116,111,116,121,112,101,46,111,110,82,101,97,100,121,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,104,105,115,116,111,114,121,46,111,110,82,101,97,100,121,40,116,44,101,41,125,44,95,101,46,112,114,111,116,111,116,121,112,101,46,111,110,69,114,114,111,114,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,104,105,115,116,111,114,121,46,111,110,69,114,114,111,114,40,116,41,125,44,95,101,46,112,114,111,116,111,116,121,112,101,46,112,117,115,104,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,59,105,102,40,33,101,38,38,33,110,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,80,114,111,109,105,115,101,41,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,46,104,105,115,116,111,114,121,46,112,117,115,104,40,116,44,101,44,110,41,125,41,41,59,116,104,105,115,46,104,105,115,116,111,114,121,46,112,117,115,104,40,116,44,101,44,110,41,125,44,95,101,46,112,114,111,116,111,116,121,112,101,46,114,101,112,108,97,99,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,59,105,102,40,33,101,38,38,33,110,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,80,114,111,109,105,115,101,41,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,46,104,105,115,116,111,114,121,46,114,101,112,108,97,99,101,40,116,44,101,44,110,41,125,41,41,59,116,104,105,115,46,104,105,115,116,111,114,121,46,114,101,112,108,97,99,101,40,116,44,101,44,110,41,125,44,95,101,46,112,114,111,116,111,116,121,112,101,46,103,111,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,104,105,115,116,111,114,121,46,103,111,40,116,41,125,44,95,101,46,112,114,111,116,111,116,121,112,101,46,98,97,99,107,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,103,111,40,45,49,41,125,44,95,101,46,112,114,111,116,111,116,121,112,101,46,102,111,114,119,97,114,100,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,103,111,40,49,41,125,44,95,101,46,112,114,111,116,111,116,121,112,101,46,103,101,116,77,97,116,99,104,101,100,67,111,109,112,111,110,101,110,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,63,116,46,109,97,116,99,104,101,100,63,116,58,116,104,105,115,46,114,101,115,111,108,118,101,40,116,41,46,114,111,117,116,101,58,116,104,105,115,46,99,117,114,114,101,110,116,82,111,117,116,101,59,114,101,116,117,114,110,32,101,63,91,93,46,99,111,110,99,97,116,46,97,112,112,108,121,40,91,93,44,101,46,109,97,116,99,104,101,100,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,107,101,121,115,40,116,46,99,111,109,112,111,110,101,110,116,115,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,99,111,109,112,111,110,101,110,116,115,91,101,93,125,41,41,125,41,41,41,58,91,93,125,44,95,101,46,112,114,111,116,111,116,121,112,101,46,114,101,115,111,108,118,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,61,101,124,124,116,104,105,115,46,104,105,115,116,111,114,121,46,99,117,114,114,101,110,116,59,118,97,114,32,114,61,116,116,40,116,44,101,44,110,44,116,104,105,115,41,44,105,61,116,104,105,115,46,109,97,116,99,104,40,114,44,101,41,44,111,61,105,46,114,101,100,105,114,101,99,116,101,100,70,114,111,109,124,124,105,46,102,117,108,108,80,97,116,104,44,97,61,116,104,105,115,46,104,105,115,116,111,114,121,46,98,97,115,101,44,115,61,83,101,40,97,44,111,44,116,104,105,115,46,109,111,100,101,41,59,114,101,116,117,114,110,123,108,111,99,97,116,105,111,110,58,114,44,114,111,117,116,101,58,105,44,104,114,101,102,58,115,44,110,111,114,109,97,108,105,122,101,100,84,111,58,114,44,114,101,115,111,108,118,101,100,58,105,125,125,44,95,101,46,112,114,111,116,111,116,121,112,101,46,103,101,116,82,111,117,116,101,115,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,109,97,116,99,104,101,114,46,103,101,116,82,111,117,116,101,115,40,41,125,44,95,101,46,112,114,111,116,111,116,121,112,101,46,97,100,100,82,111,117,116,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,109,97,116,99,104,101,114,46,97,100,100,82,111,117,116,101,40,116,44,101,41,44,116,104,105,115,46,104,105,115,116,111,114,121,46,99,117,114,114,101,110,116,33,61,61,109,38,38,116,104,105,115,46,104,105,115,116,111,114,121,46,116,114,97,110,115,105,116,105,111,110,84,111,40,116,104,105,115,46,104,105,115,116,111,114,121,46,103,101,116,67,117,114,114,101,110,116,76,111,99,97,116,105,111,110,40,41,41,125,44,95,101,46,112,114,111,116,111,116,121,112,101,46,97,100,100,82,111,117,116,101,115,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,109,97,116,99,104,101,114,46,97,100,100,82,111,117,116,101,115,40,116,41,44,116,104,105,115,46,104,105,115,116,111,114,121,46,99,117,114,114,101,110,116,33,61,61,109,38,38,116,104,105,115,46,104,105,115,116,111,114,121,46,116,114,97,110,115,105,116,105,111,110,84,111,40,116,104,105,115,46,104,105,115,116,111,114,121,46,103,101,116,67,117,114,114,101,110,116,76,111,99,97,116,105,111,110,40,41,41,125,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,95,101,46,112,114,111,116,111,116,121,112,101,44,120,101,41,44,95,101,46,105,110,115,116,97,108,108,61,99,116,44,95,101,46,118,101,114,115,105,111,110,61,34,51,46,53,46,49,34,44,95,101,46,105,115,78,97,118,105,103,97,116,105,111,110,70,97,105,108,117,114,101,61,89,116,44,95,101,46,78,97,118,105,103,97,116,105,111,110,70,97,105,108,117,114,101,84,121,112,101,61,82,116,44,95,101,46,83,84,65,82,84,95,76,79,67,65,84,73,79,78,61,109,44,117,116,38,38,119,105,110,100,111,119,46,86,117,101,38,38,119,105,110,100,111,119,46,86,117,101,46,117,115,101,40,95,101,41,44,101,91,34,97,34,93,61,95,101,125,44,34,56,99,99,52,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,52,50,101,101,34,41,44,105,61,110,40,34,51,55,102,102,34,41,44,111,61,110,40,34,53,56,100,49,34,41,44,97,61,110,40,34,100,56,98,50,34,41,44,115,61,110,40,34,57,98,48,99,34,41,44,99,61,110,40,34,101,53,98,99,34,41,44,117,61,77,97,116,104,46,109,97,120,44,108,61,77,97,116,104,46,109,105,110,44,102,61,77,97,116,104,46,102,108,111,111,114,44,104,61,47,92,36,40,91,36,38,96,39,93,124,92,100,92,100,63,124,60,91,94,62,93,42,62,41,47,103,44,100,61,47,92,36,40,91,36,38,96,39,93,124,92,100,92,100,63,41,47,103,44,112,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,63,116,58,83,116,114,105,110,103,40,116,41,125,59,110,40,34,101,98,99,97,34,41,40,34,114,101,112,108,97,99,101,34,44,50,44,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,118,41,123,114,101,116,117,114,110,91,102,117,110,99,116,105,111,110,40,114,44,105,41,123,118,97,114,32,111,61,116,40,116,104,105,115,41,44,97,61,118,111,105,100,32,48,61,61,114,63,118,111,105,100,32,48,58,114,91,101,93,59,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,61,97,63,97,46,99,97,108,108,40,114,44,111,44,105,41,58,110,46,99,97,108,108,40,83,116,114,105,110,103,40,111,41,44,114,44,105,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,105,61,118,40,110,44,116,44,116,104,105,115,44,101,41,59,105,102,40,105,46,100,111,110,101,41,114,101,116,117,114,110,32,105,46,118,97,108,117,101,59,118,97,114,32,102,61,114,40,116,41,44,104,61,83,116,114,105,110,103,40,116,104,105,115,41,44,100,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,59,100,124,124,40,101,61,83,116,114,105,110,103,40,101,41,41,59,118,97,114,32,109,61,102,46,103,108,111,98,97,108,59,105,102,40,109,41,123,118,97,114,32,98,61,102,46,117,110,105,99,111,100,101,59,102,46,108,97,115,116,73,110,100,101,120,61,48,125,118,97,114,32,121,61,91,93,59,119,104,105,108,101,40,49,41,123,118,97,114,32,119,61,99,40,102,44,104,41,59,105,102,40,110,117,108,108,61,61,61,119,41,98,114,101,97,107,59,105,102,40,121,46,112,117,115,104,40,119,41,44,33,109,41,98,114,101,97,107,59,118,97,114,32,95,61,83,116,114,105,110,103,40,119,91,48,93,41,59,34,34,61,61,61,95,38,38,40,102,46,108,97,115,116,73,110,100,101,120,61,115,40,104,44,111,40,102,46,108,97,115,116,73,110,100,101,120,41,44,98,41,41,125,102,111,114,40,118,97,114,32,120,61,34,34,44,79,61,48,44,83,61,48,59,83,60,121,46,108,101,110,103,116,104,59,83,43,43,41,123,119,61,121,91,83,93,59,102,111,114,40,118,97,114,32,107,61,83,116,114,105,110,103,40,119,91,48,93,41,44,67,61,117,40,108,40,97,40,119,46,105,110,100,101,120,41,44,104,46,108,101,110,103,116,104,41,44,48,41,44,80,61,91,93,44,84,61,49,59,84,60,119,46,108,101,110,103,116,104,59,84,43,43,41,80,46,112,117,115,104,40,112,40,119,91,84,93,41,41,59,118,97,114,32,106,61,119,46,103,114,111,117,112,115,59,105,102,40,100,41,123,118,97,114,32,69,61,91,107,93,46,99,111,110,99,97,116,40,80,44,67,44,104,41,59,118,111,105,100,32,48,33,61,61,106,38,38,69,46,112,117,115,104,40,106,41,59,118,97,114,32,65,61,83,116,114,105,110,103,40,101,46,97,112,112,108,121,40,118,111,105,100,32,48,44,69,41,41,125,101,108,115,101,32,65,61,103,40,107,44,104,44,67,44,80,44,106,44,101,41,59,67,62,61,79,38,38,40,120,43,61,104,46,115,108,105,99,101,40,79,44,67,41,43,65,44,79,61,67,43,107,46,108,101,110,103,116,104,41,125,114,101,116,117,114,110,32,120,43,104,46,115,108,105,99,101,40,79,41,125,93,59,102,117,110,99,116,105,111,110,32,103,40,116,44,101,44,114,44,111,44,97,44,115,41,123,118,97,114,32,99,61,114,43,116,46,108,101,110,103,116,104,44,117,61,111,46,108,101,110,103,116,104,44,108,61,100,59,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,61,97,38,38,40,97,61,105,40,97,41,44,108,61,104,41,44,110,46,99,97,108,108,40,115,44,108,44,40,102,117,110,99,116,105,111,110,40,110,44,105,41,123,118,97,114,32,115,59,115,119,105,116,99,104,40,105,46,99,104,97,114,65,116,40,48,41,41,123,99,97,115,101,34,36,34,58,114,101,116,117,114,110,34,36,34,59,99,97,115,101,34,38,34,58,114,101,116,117,114,110,32,116,59,99,97,115,101,34,96,34,58,114,101,116,117,114,110,32,101,46,115,108,105,99,101,40,48,44,114,41,59,99,97,115,101,34,39,34,58,114,101,116,117,114,110,32,101,46,115,108,105,99,101,40,99,41,59,99,97,115,101,34,60,34,58,115,61,97,91,105,46,115,108,105,99,101,40,49,44,45,49,41,93,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,118,97,114,32,108,61,43,105,59,105,102,40,48,61,61,61,108,41,114,101,116,117,114,110,32,110,59,105,102,40,108,62,117,41,123,118,97,114,32,104,61,102,40,108,47,49,48,41,59,114,101,116,117,114,110,32,48,61,61,61,104,63,110,58,104,60,61,117,63,118,111,105,100,32,48,61,61,61,111,91,104,45,49,93,63,105,46,99,104,97,114,65,116,40,49,41,58,111,91,104,45,49,93,43,105,46,99,104,97,114,65,116,40,49,41,58,110,125,115,61,111,91,108,45,49,93,125,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,115,63,34,34,58,115,125,41,41,125,125,41,41,125,44,34,56,100,50,57,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,51,55,102,102,34,41,44,105,61,110,40,34,53,49,97,99,34,41,44,111,61,110,40,34,53,56,100,49,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,114,40,116,104,105,115,41,44,110,61,111,40,101,46,108,101,110,103,116,104,41,44,97,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,115,61,105,40,97,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,44,110,41,44,99,61,97,62,50,63,97,114,103,117,109,101,110,116,115,91,50,93,58,118,111,105,100,32,48,44,117,61,118,111,105,100,32,48,61,61,61,99,63,110,58,105,40,99,44,110,41,59,119,104,105,108,101,40,117,62,115,41,101,91,115,43,43,93,61,116,59,114,101,116,117,114,110,32,101,125,125,44,34,56,100,50,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,123,125,125,44,34,56,100,51,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,51,98,55,55,34,41,44,105,61,110,40,34,48,100,54,51,34,41,44,111,61,110,40,34,98,100,52,55,34,41,44,97,61,110,40,34,99,51,102,97,34,41,44,115,61,110,40,34,56,100,50,101,34,41,44,99,61,110,40,34,54,48,102,97,34,41,44,117,61,110,40,34,54,49,55,102,34,41,44,108,61,110,40,34,97,100,48,54,34,41,44,102,61,110,40,34,57,51,51,54,34,41,40,34,105,116,101,114,97,116,111,114,34,41,44,104,61,33,40,91,93,46,107,101,121,115,38,38,34,110,101,120,116,34,105,110,91,93,46,107,101,121,115,40,41,41,44,100,61,34,64,64,105,116,101,114,97,116,111,114,34,44,112,61,34,107,101,121,115,34,44,118,61,34,118,97,108,117,101,115,34,44,103,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,109,44,98,44,121,44,119,41,123,99,40,110,44,101,44,109,41,59,118,97,114,32,95,44,120,44,79,44,83,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,104,38,38,116,32,105,110,32,84,41,114,101,116,117,114,110,32,84,91,116,93,59,115,119,105,116,99,104,40,116,41,123,99,97,115,101,32,112,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,110,40,116,104,105,115,44,116,41,125,59,99,97,115,101,32,118,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,110,40,116,104,105,115,44,116,41,125,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,110,40,116,104,105,115,44,116,41,125,125,44,107,61,101,43,34,32,73,116,101,114,97,116,111,114,34,44,67,61,98,61,61,118,44,80,61,33,49,44,84,61,116,46,112,114,111,116,111,116,121,112,101,44,106,61,84,91,102,93,124,124,84,91,100,93,124,124,98,38,38,84,91,98,93,44,69,61,106,124,124,83,40,98,41,44,65,61,98,63,67,63,83,40,34,101,110,116,114,105,101,115,34,41,58,69,58,118,111,105,100,32,48,44,68,61,34,65,114,114,97,121,34,61,61,101,38,38,84,46,101,110,116,114,105,101,115,124,124,106,59,105,102,40,68,38,38,40,79,61,108,40,68,46,99,97,108,108,40,110,101,119,32,116,41,41,44,79,33,61,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,38,38,79,46,110,101,120,116,38,38,40,117,40,79,44,107,44,33,48,41,44,114,124,124,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,79,91,102,93,124,124,97,40,79,44,102,44,103,41,41,41,44,67,38,38,106,38,38,106,46,110,97,109,101,33,61,61,118,38,38,40,80,61,33,48,44,69,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,106,46,99,97,108,108,40,116,104,105,115,41,125,41,44,114,38,38,33,119,124,124,33,104,38,38,33,80,38,38,84,91,102,93,124,124,97,40,84,44,102,44,69,41,44,115,91,101,93,61,69,44,115,91,107,93,61,103,44,98,41,105,102,40,95,61,123,118,97,108,117,101,115,58,67,63,69,58,83,40,118,41,44,107,101,121,115,58,121,63,69,58,83,40,112,41,44,101,110,116,114,105,101,115,58,65,125,44,119,41,102,111,114,40,120,32,105,110,32,95,41,120,32,105,110,32,84,124,124,111,40,84,44,120,44,95,91,120,93,41,59,101,108,115,101,32,105,40,105,46,80,43,105,46,70,42,40,104,124,124,80,41,44,101,44,95,41,59,114,101,116,117,114,110,32,95,125,125,44,34,56,100,55,52,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,52,99,101,102,34,41,44,105,61,47,94,92,115,43,47,59,102,117,110,99,116,105,111,110,32,111,40,116,41,123,114,101,116,117,114,110,32,116,63,116,46,115,108,105,99,101,40,48,44,114,40,116,41,43,49,41,46,114,101,112,108,97,99,101,40,105,44,34,34,41,58,116,125,116,46,101,120,112,111,114,116,115,61,111,125,44,34,56,100,102,52,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,55,97,55,55,34,41,59,102,117,110,99,116,105,111,110,32,105,40,116,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,101,120,101,99,117,116,111,114,32,109,117,115,116,32,98,101,32,97,32,102,117,110,99,116,105,111,110,46,34,41,59,118,97,114,32,101,59,116,104,105,115,46,112,114,111,109,105,115,101,61,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,101,61,116,125,41,41,59,118,97,114,32,110,61,116,104,105,115,59,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,46,114,101,97,115,111,110,124,124,40,110,46,114,101,97,115,111,110,61,110,101,119,32,114,40,116,41,44,101,40,110,46,114,101,97,115,111,110,41,41,125,41,41,125,105,46,112,114,111,116,111,116,121,112,101,46,116,104,114,111,119,73,102,82,101,113,117,101,115,116,101,100,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,104,105,115,46,114,101,97,115,111,110,41,116,104,114,111,119,32,116,104,105,115,46,114,101,97,115,111,110,125,44,105,46,115,111,117,114,99,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,110,101,119,32,105,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,61,101,125,41,41,59,114,101,116,117,114,110,123,116,111,107,101,110,58,101,44,99,97,110,99,101,108,58,116,125,125,44,116,46,101,120,112,111,114,116,115,61,105,125,44,34,56,100,102,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,102,50,54,34,41,44,105,61,110,40,34,48,100,54,51,34,41,44,111,61,110,40,34,52,50,101,101,34,41,44,97,61,110,40,34,49,98,102,98,34,41,59,105,40,105,46,83,43,105,46,70,42,110,40,34,98,52,54,48,34,41,40,40,102,117,110,99,116,105,111,110,40,41,123,82,101,102,108,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,114,46,102,40,123,125,44,49,44,123,118,97,108,117,101,58,49,125,41,44,49,44,123,118,97,108,117,101,58,50,125,41,125,41,41,44,34,82,101,102,108,101,99,116,34,44,123,100,101,102,105,110,101,80,114,111,112,101,114,116,121,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,111,40,116,41,44,101,61,97,40,101,44,33,48,41,44,111,40,110,41,59,116,114,121,123,114,101,116,117,114,110,32,114,46,102,40,116,44,101,44,110,41,44,33,48,125,99,97,116,99,104,40,105,41,123,114,101,116,117,114,110,33,49,125,125,125,41,125,44,34,56,101,53,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,33,102,117,110,99,116,105,111,110,40,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,110,40,41,125,40,48,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,114,41,123,105,102,40,110,91,114,93,41,114,101,116,117,114,110,32,110,91,114,93,46,101,120,112,111,114,116,115,59,118,97,114,32,105,61,110,91,114,93,61,123,105,58,114,44,108,58,33,49,44,101,120,112,111,114,116,115,58,123,125,125,59,114,101,116,117,114,110,32,116,91,114,93,46,99,97,108,108,40,105,46,101,120,112,111,114,116,115,44,105,44,105,46,101,120,112,111,114,116,115,44,101,41,44,105,46,108,61,33,48,44,105,46,101,120,112,111,114,116,115,125,118,97,114,32,110,61,123,125,59,114,101,116,117,114,110,32,101,46,109,61,116,44,101,46,99,61,110,44,101,46,105,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,44,101,46,100,61,102,117,110,99,116,105,111,110,40,116,44,110,44,114,41,123,101,46,111,40,116,44,110,41,124,124,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,110,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,49,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,103,101,116,58,114,125,41,125,44,101,46,110,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,100,101,102,97,117,108,116,125,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,59,114,101,116,117,114,110,32,101,46,100,40,110,44,34,97,34,44,110,41,44,110,125,44,101,46,111,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,116,44,101,41,125,44,101,46,112,61,34,47,34,44,101,40,101,46,115,61,54,48,41,125,40,91,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,101,120,112,111,114,116,115,61,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,119,105,110,100,111,119,38,38,119,105,110,100,111,119,46,77,97,116,104,61,61,77,97,116,104,63,119,105,110,100,111,119,58,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,115,101,108,102,38,38,115,101,108,102,46,77,97,116,104,61,61,77,97,116,104,63,115,101,108,102,58,70,117,110,99,116,105,111,110,40,34,114,101,116,117,114,110,32,116,104,105,115,34,41,40,41,59,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,95,95,103,38,38,40,95,95,103,61,110,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,52,57,41,40,34,119,107,115,34,41,44,105,61,110,40,51,48,41,44,111,61,110,40,48,41,46,83,121,109,98,111,108,44,97,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,111,59,40,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,91,116,93,124,124,40,114,91,116,93,61,97,38,38,111,91,116,93,124,124,40,97,63,111,58,105,41,40,34,83,121,109,98,111,108,46,34,43,116,41,41,125,41,46,115,116,111,114,101,61,114,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,53,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,114,40,116,41,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,116,43,34,32,105,115,32,110,111,116,32,97,110,32,111,98,106,101,99,116,33,34,41,59,114,101,116,117,114,110,32,116,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,48,41,44,105,61,110,40,49,48,41,44,111,61,110,40,56,41,44,97,61,110,40,54,41,44,115,61,110,40,49,49,41,44,99,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,117,44,108,44,102,44,104,44,100,61,116,38,99,46,70,44,112,61,116,38,99,46,71,44,118,61,116,38,99,46,83,44,103,61,116,38,99,46,80,44,109,61,116,38,99,46,66,44,98,61,112,63,114,58,118,63,114,91,101,93,124,124,40,114,91,101,93,61,123,125,41,58,40,114,91,101,93,124,124,123,125,41,46,112,114,111,116,111,116,121,112,101,44,121,61,112,63,105,58,105,91,101,93,124,124,40,105,91,101,93,61,123,125,41,44,119,61,121,46,112,114,111,116,111,116,121,112,101,124,124,40,121,46,112,114,111,116,111,116,121,112,101,61,123,125,41,59,102,111,114,40,117,32,105,110,32,112,38,38,40,110,61,101,41,44,110,41,108,61,33,100,38,38,98,38,38,118,111,105,100,32,48,33,61,61,98,91,117,93,44,102,61,40,108,63,98,58,110,41,91,117,93,44,104,61,109,38,38,108,63,115,40,102,44,114,41,58,103,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,102,63,115,40,70,117,110,99,116,105,111,110,46,99,97,108,108,44,102,41,58,102,44,98,38,38,97,40,98,44,117,44,102,44,116,38,99,46,85,41,44,121,91,117,93,33,61,102,38,38,111,40,121,44,117,44,104,41,44,103,38,38,119,91,117,93,33,61,102,38,38,40,119,91,117,93,61,102,41,125,59,114,46,99,111,114,101,61,105,44,99,46,70,61,49,44,99,46,71,61,50,44,99,46,83,61,52,44,99,46,80,61,56,44,99,46,66,61,49,54,44,99,46,87,61,51,50,44,99,46,85,61,54,52,44,99,46,82,61,49,50,56,44,116,46,101,120,112,111,114,116,115,61,99,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,33,110,40,55,41,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,33,61,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,123,125,44,34,97,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,125,125,41,46,97,125,41,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,116,63,110,117,108,108,33,61,61,116,58,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,48,41,44,105,61,110,40,56,41,44,111,61,110,40,49,50,41,44,97,61,110,40,51,48,41,40,34,115,114,99,34,41,44,115,61,70,117,110,99,116,105,111,110,46,116,111,83,116,114,105,110,103,44,99,61,40,34,34,43,115,41,46,115,112,108,105,116,40,34,116,111,83,116,114,105,110,103,34,41,59,110,40,49,48,41,46,105,110,115,112,101,99,116,83,111,117,114,99,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,115,46,99,97,108,108,40,116,41,125,44,40,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,115,41,123,118,97,114,32,117,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,110,59,117,38,38,40,111,40,110,44,34,110,97,109,101,34,41,124,124,105,40,110,44,34,110,97,109,101,34,44,101,41,41,44,116,91,101,93,33,61,61,110,38,38,40,117,38,38,40,111,40,110,44,97,41,124,124,105,40,110,44,97,44,116,91,101,93,63,34,34,43,116,91,101,93,58,99,46,106,111,105,110,40,83,116,114,105,110,103,40,101,41,41,41,41,44,116,61,61,61,114,63,116,91,101,93,61,110,58,115,63,116,91,101,93,63,116,91,101,93,61,110,58,105,40,116,44,101,44,110,41,58,40,100,101,108,101,116,101,32,116,91,101,93,44,105,40,116,44,101,44,110,41,41,41,125,41,40,70,117,110,99,116,105,111,110,46,112,114,111,116,111,116,121,112,101,44,34,116,111,83,116,114,105,110,103,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,104,105,115,38,38,116,104,105,115,91,97,93,124,124,115,46,99,97,108,108,40,116,104,105,115,41,125,41,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,116,114,121,123,114,101,116,117,114,110,33,33,116,40,41,125,99,97,116,99,104,40,116,41,123,114,101,116,117,114,110,33,48,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,51,41,44,105,61,110,40,50,53,41,59,116,46,101,120,112,111,114,116,115,61,110,40,52,41,63,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,114,46,102,40,116,44,101,44,105,40,49,44,110,41,41,125,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,91,101,93,61,110,44,116,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,123,125,46,116,111,83,116,114,105,110,103,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,101,120,112,111,114,116,115,61,123,118,101,114,115,105,111,110,58,34,50,46,53,46,55,34,125,59,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,95,95,101,38,38,40,95,95,101,61,110,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,52,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,114,40,116,41,44,118,111,105,100,32,48,61,61,61,101,41,114,101,116,117,114,110,32,116,59,115,119,105,116,99,104,40,110,41,123,99,97,115,101,32,49,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,41,125,59,99,97,115,101,32,50,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,44,114,41,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,44,114,41,125,59,99,97,115,101,32,51,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,44,114,44,105,41,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,44,114,44,105,41,125,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,101,44,97,114,103,117,109,101,110,116,115,41,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,123,125,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,110,46,99,97,108,108,40,116,44,101,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,50,41,44,105,61,110,40,52,49,41,44,111,61,110,40,50,57,41,44,97,61,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,59,101,46,102,61,110,40,52,41,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,114,40,116,41,44,101,61,111,40,101,44,33,48,41,44,114,40,110,41,44,105,41,116,114,121,123,114,101,116,117,114,110,32,97,40,116,44,101,44,110,41,125,99,97,116,99,104,40,116,41,123,125,105,102,40,34,103,101,116,34,105,110,32,110,124,124,34,115,101,116,34,105,110,32,110,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,65,99,99,101,115,115,111,114,115,32,110,111,116,32,115,117,112,112,111,114,116,101,100,33,34,41,59,114,101,116,117,114,110,34,118,97,108,117,101,34,105,110,32,110,38,38,40,116,91,101,93,61,110,46,118,97,108,117,101,41,44,116,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,116,43,34,32,105,115,32,110,111,116,32,97,32,102,117,110,99,116,105,111,110,33,34,41,59,114,101,116,117,114,110,32,116,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,123,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,118,111,105,100,32,48,61,61,116,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,39,116,32,99,97,108,108,32,109,101,116,104,111,100,32,111,110,32,32,34,43,116,41,59,114,101,116,117,114,110,32,116,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,55,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,33,33,116,38,38,114,40,40,102,117,110,99,116,105,111,110,40,41,123,101,63,116,46,99,97,108,108,40,110,117,108,108,44,40,102,117,110,99,116,105,111,110,40,41,123,125,41,44,49,41,58,116,46,99,97,108,108,40,110,117,108,108,41,125,41,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,50,51,41,44,105,61,110,40,49,54,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,40,105,40,116,41,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,53,51,41,44,105,61,77,97,116,104,46,109,105,110,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,62,48,63,105,40,114,40,116,41,44,57,48,48,55,49,57,57,50,53,52,55,52,48,57,57,49,41,58,48,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,49,41,44,105,61,110,40,50,51,41,44,111,61,110,40,50,56,41,44,97,61,110,40,49,57,41,44,115,61,110,40,54,52,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,49,61,61,116,44,99,61,50,61,61,116,44,117,61,51,61,61,116,44,108,61,52,61,61,116,44,102,61,54,61,61,116,44,104,61,53,61,61,116,124,124,102,44,100,61,101,124,124,115,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,115,44,112,41,123,102,111,114,40,118,97,114,32,118,44,103,44,109,61,111,40,101,41,44,98,61,105,40,109,41,44,121,61,114,40,115,44,112,44,51,41,44,119,61,97,40,98,46,108,101,110,103,116,104,41,44,95,61,48,44,120,61,110,63,100,40,101,44,119,41,58,99,63,100,40,101,44,48,41,58,118,111,105,100,32,48,59,119,62,95,59,95,43,43,41,105,102,40,40,104,124,124,95,32,105,110,32,98,41,38,38,40,118,61,98,91,95,93,44,103,61,121,40,118,44,95,44,109,41,44,116,41,41,105,102,40,110,41,120,91,95,93,61,103,59,101,108,115,101,32,105,102,40,103,41,115,119,105,116,99,104,40,116,41,123,99,97,115,101,32,51,58,114,101,116,117,114,110,33,48,59,99,97,115,101,32,53,58,114,101,116,117,114,110,32,118,59,99,97,115,101,32,54,58,114,101,116,117,114,110,32,95,59,99,97,115,101,32,50,58,120,46,112,117,115,104,40,118,41,125,101,108,115,101,32,105,102,40,108,41,114,101,116,117,114,110,33,49,59,114,101,116,117,114,110,32,102,63,45,49,58,117,124,124,108,63,108,58,120,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,53,41,44,105,61,110,40,48,41,46,100,111,99,117,109,101,110,116,44,111,61,114,40,105,41,38,38,114,40,105,46,99,114,101,97,116,101,69,108,101,109,101,110,116,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,111,63,105,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,116,41,58,123,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,34,99,111,110,115,116,114,117,99,116,111,114,44,104,97,115,79,119,110,80,114,111,112,101,114,116,121,44,105,115,80,114,111,116,111,116,121,112,101,79,102,44,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,44,116,111,76,111,99,97,108,101,83,116,114,105,110,103,44,116,111,83,116,114,105,110,103,44,118,97,108,117,101,79,102,34,46,115,112,108,105,116,40,34,44,34,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,57,41,59,116,46,101,120,112,111,114,116,115,61,79,98,106,101,99,116,40,34,122,34,41,46,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,40,48,41,63,79,98,106,101,99,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,83,116,114,105,110,103,34,61,61,114,40,116,41,63,116,46,115,112,108,105,116,40,34,34,41,58,79,98,106,101,99,116,40,116,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,33,49,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,123,101,110,117,109,101,114,97,98,108,101,58,33,40,49,38,116,41,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,40,50,38,116,41,44,119,114,105,116,97,98,108,101,58,33,40,52,38,116,41,44,118,97,108,117,101,58,101,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,51,41,46,102,44,105,61,110,40,49,50,41,44,111,61,110,40,49,41,40,34,116,111,83,116,114,105,110,103,84,97,103,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,38,38,33,105,40,116,61,110,63,116,58,116,46,112,114,111,116,111,116,121,112,101,44,111,41,38,38,114,40,116,44,111,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,118,97,108,117,101,58,101,125,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,52,57,41,40,34,107,101,121,115,34,41,44,105,61,110,40,51,48,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,91,116,93,124,124,40,114,91,116,93,61,105,40,116,41,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,54,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,40,114,40,116,41,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,53,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,114,40,116,41,41,114,101,116,117,114,110,32,116,59,118,97,114,32,110,44,105,59,105,102,40,101,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,40,110,61,116,46,116,111,83,116,114,105,110,103,41,38,38,33,114,40,105,61,110,46,99,97,108,108,40,116,41,41,41,114,101,116,117,114,110,32,105,59,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,40,110,61,116,46,118,97,108,117,101,79,102,41,38,38,33,114,40,105,61,110,46,99,97,108,108,40,116,41,41,41,114,101,116,117,114,110,32,105,59,105,102,40,33,101,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,40,110,61,116,46,116,111,83,116,114,105,110,103,41,38,38,33,114,40,105,61,110,46,99,97,108,108,40,116,41,41,41,114,101,116,117,114,110,32,105,59,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,39,116,32,99,111,110,118,101,114,116,32,111,98,106,101,99,116,32,116,111,32,112,114,105,109,105,116,105,118,101,32,118,97,108,117,101,34,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,48,44,114,61,77,97,116,104,46,114,97,110,100,111,109,40,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,83,121,109,98,111,108,40,34,46,99,111,110,99,97,116,40,118,111,105,100,32,48,61,61,61,116,63,34,34,58,116,44,34,41,95,34,44,40,43,43,110,43,114,41,46,116,111,83,116,114,105,110,103,40,51,54,41,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,48,41,44,105,61,110,40,49,50,41,44,111,61,110,40,57,41,44,97,61,110,40,54,55,41,44,115,61,110,40,50,57,41,44,99,61,110,40,55,41,44,117,61,110,40,55,55,41,46,102,44,108,61,110,40,52,53,41,46,102,44,102,61,110,40,49,51,41,46,102,44,104,61,110,40,53,49,41,46,116,114,105,109,44,100,61,114,46,78,117,109,98,101,114,44,112,61,100,44,118,61,100,46,112,114,111,116,111,116,121,112,101,44,103,61,34,78,117,109,98,101,114,34,61,61,111,40,110,40,52,52,41,40,118,41,41,44,109,61,34,116,114,105,109,34,105,110,32,83,116,114,105,110,103,46,112,114,111,116,111,116,121,112,101,44,98,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,115,40,116,44,33,49,41,59,105,102,40,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,101,38,38,101,46,108,101,110,103,116,104,62,50,41,123,101,61,109,63,101,46,116,114,105,109,40,41,58,104,40,101,44,51,41,59,118,97,114,32,110,44,114,44,105,44,111,61,101,46,99,104,97,114,67,111,100,101,65,116,40,48,41,59,105,102,40,52,51,61,61,61,111,124,124,52,53,61,61,61,111,41,123,105,102,40,56,56,61,61,61,40,110,61,101,46,99,104,97,114,67,111,100,101,65,116,40,50,41,41,124,124,49,50,48,61,61,61,110,41,114,101,116,117,114,110,32,78,97,78,125,101,108,115,101,32,105,102,40,52,56,61,61,61,111,41,123,115,119,105,116,99,104,40,101,46,99,104,97,114,67,111,100,101,65,116,40,49,41,41,123,99,97,115,101,32,54,54,58,99,97,115,101,32,57,56,58,114,61,50,44,105,61,52,57,59,98,114,101,97,107,59,99,97,115,101,32,55,57,58,99,97,115,101,32,49,49,49,58,114,61,56,44,105,61,53,53,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,114,101,116,117,114,110,43,101,125,102,111,114,40,118,97,114,32,97,44,99,61,101,46,115,108,105,99,101,40,50,41,44,117,61,48,44,108,61,99,46,108,101,110,103,116,104,59,117,60,108,59,117,43,43,41,105,102,40,40,97,61,99,46,99,104,97,114,67,111,100,101,65,116,40,117,41,41,60,52,56,124,124,97,62,105,41,114,101,116,117,114,110,32,78,97,78,59,114,101,116,117,114,110,32,112,97,114,115,101,73,110,116,40,99,44,114,41,125,125,114,101,116,117,114,110,43,101,125,59,105,102,40,33,100,40,34,32,48,111,49,34,41,124,124,33,100,40,34,48,98,49,34,41,124,124,100,40,34,43,48,120,49,34,41,41,123,100,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,49,63,48,58,116,44,110,61,116,104,105,115,59,114,101,116,117,114,110,32,110,32,105,110,115,116,97,110,99,101,111,102,32,100,38,38,40,103,63,99,40,40,102,117,110,99,116,105,111,110,40,41,123,118,46,118,97,108,117,101,79,102,46,99,97,108,108,40,110,41,125,41,41,58,34,78,117,109,98,101,114,34,33,61,111,40,110,41,41,63,97,40,110,101,119,32,112,40,98,40,101,41,41,44,110,44,100,41,58,98,40,101,41,125,59,102,111,114,40,118,97,114,32,121,44,119,61,110,40,52,41,63,117,40,112,41,58,34,77,65,88,95,86,65,76,85,69,44,77,73,78,95,86,65,76,85,69,44,78,97,78,44,78,69,71,65,84,73,86,69,95,73,78,70,73,78,73,84,89,44,80,79,83,73,84,73,86,69,95,73,78,70,73,78,73,84,89,44,69,80,83,73,76,79,78,44,105,115,70,105,110,105,116,101,44,105,115,73,110,116,101,103,101,114,44,105,115,78,97,78,44,105,115,83,97,102,101,73,110,116,101,103,101,114,44,77,65,88,95,83,65,70,69,95,73,78,84,69,71,69,82,44,77,73,78,95,83,65,70,69,95,73,78,84,69,71,69,82,44,112,97,114,115,101,70,108,111,97,116,44,112,97,114,115,101,73,110,116,44,105,115,73,110,116,101,103,101,114,34,46,115,112,108,105,116,40,34,44,34,41,44,95,61,48,59,119,46,108,101,110,103,116,104,62,95,59,95,43,43,41,105,40,112,44,121,61,119,91,95,93,41,38,38,33,105,40,100,44,121,41,38,38,102,40,100,44,121,44,108,40,112,44,121,41,41,59,100,46,112,114,111,116,111,116,121,112,101,61,118,44,118,46,99,111,110,115,116,114,117,99,116,111,114,61,100,44,110,40,54,41,40,114,44,34,78,117,109,98,101,114,34,44,100,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,32,48,33,61,61,116,38,38,40,33,40,33,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,124,124,48,33,61,61,116,46,108,101,110,103,116,104,41,124,124,33,116,41,125,102,117,110,99,116,105,111,110,32,105,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,46,97,112,112,108,121,40,118,111,105,100,32,48,44,97,114,103,117,109,101,110,116,115,41,125,125,102,117,110,99,116,105,111,110,32,111,40,116,44,101,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,34,117,110,100,101,102,105,110,101,100,34,41,44,110,117,108,108,61,61,61,116,38,38,40,116,61,34,110,117,108,108,34,41,44,33,49,61,61,61,116,38,38,40,116,61,34,102,97,108,115,101,34,41,44,45,49,33,61,61,116,46,116,111,83,116,114,105,110,103,40,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,46,105,110,100,101,120,79,102,40,101,46,116,114,105,109,40,41,41,125,102,117,110,99,116,105,111,110,32,97,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,116,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,111,40,114,40,116,44,110,41,44,101,41,125,41,41,125,102,117,110,99,116,105,111,110,32,115,40,116,41,123,114,101,116,117,114,110,32,116,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,116,46,36,105,115,76,97,98,101,108,125,41,41,125,102,117,110,99,116,105,111,110,32,99,40,116,44,101,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,110,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,114,101,116,117,114,110,32,114,91,116,93,38,38,114,91,116,93,46,108,101,110,103,116,104,63,40,110,46,112,117,115,104,40,123,36,103,114,111,117,112,76,97,98,101,108,58,114,91,101,93,44,36,105,115,76,97,98,101,108,58,33,48,125,41,44,110,46,99,111,110,99,97,116,40,114,91,116,93,41,41,58,110,125,41,44,91,93,41,125,125,102,117,110,99,116,105,111,110,32,117,40,116,44,101,44,114,44,105,44,111,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,115,41,123,114,101,116,117,114,110,32,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,115,41,123,118,97,114,32,99,59,105,102,40,33,115,91,114,93,41,114,101,116,117,114,110,32,99,111,110,115,111,108,101,46,119,97,114,110,40,34,79,112,116,105,111,110,115,32,112,97,115,115,101,100,32,116,111,32,118,117,101,45,109,117,108,116,105,115,101,108,101,99,116,32,100,111,32,110,111,116,32,99,111,110,116,97,105,110,32,103,114,111,117,112,115,44,32,100,101,115,112,105,116,101,32,116,104,101,32,99,111,110,102,105,103,46,34,41,44,91,93,59,118,97,114,32,117,61,97,40,115,91,114,93,44,116,44,101,44,111,41,59,114,101,116,117,114,110,32,117,46,108,101,110,103,116,104,63,40,99,61,123,125,44,110,46,105,40,112,46,97,41,40,99,44,105,44,115,91,105,93,41,44,110,46,105,40,112,46,97,41,40,99,44,114,44,117,41,44,99,41,58,91,93,125,41,41,125,125,118,97,114,32,108,61,110,40,53,57,41,44,102,61,110,40,53,52,41,44,104,61,40,110,46,110,40,102,41,44,110,40,57,53,41,41,44,100,61,40,110,46,110,40,104,41,44,110,40,51,49,41,41,44,112,61,40,110,46,110,40,100,41,44,110,40,53,56,41,41,44,118,61,110,40,57,49,41,44,103,61,40,110,46,110,40,118,41,44,110,40,57,56,41,41,44,109,61,40,110,46,110,40,103,41,44,110,40,57,50,41,41,44,98,61,40,110,46,110,40,109,41,44,110,40,56,56,41,41,44,121,61,40,110,46,110,40,98,41,44,110,40,57,55,41,41,44,119,61,40,110,46,110,40,121,41,44,110,40,56,57,41,41,44,95,61,40,110,46,110,40,119,41,44,110,40,57,54,41,41,44,120,61,40,110,46,110,40,95,41,44,110,40,57,51,41,41,44,79,61,40,110,46,110,40,120,41,44,110,40,57,48,41,41,44,83,61,40,110,46,110,40,79,41,44,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,101,61,110,101,119,32,65,114,114,97,121,40,116,41,44,110,61,48,59,110,60,116,59,110,43,43,41,101,91,110,93,61,97,114,103,117,109,101,110,116,115,91,110,93,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,40,116,41,125,41,44,116,41,125,125,41,59,101,46,97,61,123,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,115,101,97,114,99,104,58,34,34,44,105,115,79,112,101,110,58,33,49,44,112,114,101,102,101,114,114,101,100,79,112,101,110,68,105,114,101,99,116,105,111,110,58,34,98,101,108,111,119,34,44,111,112,116,105,109,105,122,101,100,72,101,105,103,104,116,58,116,104,105,115,46,109,97,120,72,101,105,103,104,116,125,125,44,112,114,111,112,115,58,123,105,110,116,101,114,110,97,108,83,101,97,114,99,104,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,48,125,44,111,112,116,105,111,110,115,58,123,116,121,112,101,58,65,114,114,97,121,44,114,101,113,117,105,114,101,100,58,33,48,125,44,109,117,108,116,105,112,108,101,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,118,97,108,117,101,58,123,116,121,112,101,58,110,117,108,108,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,93,125,125,44,116,114,97,99,107,66,121,58,123,116,121,112,101,58,83,116,114,105,110,103,125,44,108,97,98,101,108,58,123,116,121,112,101,58,83,116,114,105,110,103,125,44,115,101,97,114,99,104,97,98,108,101,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,48,125,44,99,108,101,97,114,79,110,83,101,108,101,99,116,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,48,125,44,104,105,100,101,83,101,108,101,99,116,101,100,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,112,108,97,99,101,104,111,108,100,101,114,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,83,101,108,101,99,116,32,111,112,116,105,111,110,34,125,44,97,108,108,111,119,69,109,112,116,121,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,48,125,44,114,101,115,101,116,65,102,116,101,114,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,99,108,111,115,101,79,110,83,101,108,101,99,116,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,48,125,44,99,117,115,116,111,109,76,97,98,101,108,58,123,116,121,112,101,58,70,117,110,99,116,105,111,110,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,114,40,116,41,63,34,34,58,101,63,116,91,101,93,58,116,125,125,44,116,97,103,103,97,98,108,101,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,116,97,103,80,108,97,99,101,104,111,108,100,101,114,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,80,114,101,115,115,32,101,110,116,101,114,32,116,111,32,99,114,101,97,116,101,32,97,32,116,97,103,34,125,44,116,97,103,80,111,115,105,116,105,111,110,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,116,111,112,34,125,44,109,97,120,58,123,116,121,112,101,58,91,78,117,109,98,101,114,44,66,111,111,108,101,97,110,93,44,100,101,102,97,117,108,116,58,33,49,125,44,105,100,58,123,100,101,102,97,117,108,116,58,110,117,108,108,125,44,111,112,116,105,111,110,115,76,105,109,105,116,58,123,116,121,112,101,58,78,117,109,98,101,114,44,100,101,102,97,117,108,116,58,49,101,51,125,44,103,114,111,117,112,86,97,108,117,101,115,58,123,116,121,112,101,58,83,116,114,105,110,103,125,44,103,114,111,117,112,76,97,98,101,108,58,123,116,121,112,101,58,83,116,114,105,110,103,125,44,103,114,111,117,112,83,101,108,101,99,116,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,98,108,111,99,107,75,101,121,115,58,123,116,121,112,101,58,65,114,114,97,121,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,93,125,125,44,112,114,101,115,101,114,118,101,83,101,97,114,99,104,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,112,114,101,115,101,108,101,99,116,70,105,114,115,116,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,33,116,104,105,115,46,109,117,108,116,105,112,108,101,38,38,116,104,105,115,46,109,97,120,38,38,99,111,110,115,111,108,101,46,119,97,114,110,40,34,91,86,117,101,45,77,117,108,116,105,115,101,108,101,99,116,32,119,97,114,110,93,58,32,77,97,120,32,112,114,111,112,32,115,104,111,117,108,100,32,110,111,116,32,98,101,32,117,115,101,100,32,119,104,101,110,32,112,114,111,112,32,77,117,108,116,105,112,108,101,32,101,113,117,97,108,115,32,102,97,108,115,101,46,34,41,44,116,104,105,115,46,112,114,101,115,101,108,101,99,116,70,105,114,115,116,38,38,33,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,108,101,110,103,116,104,38,38,116,104,105,115,46,111,112,116,105,111,110,115,46,108,101,110,103,116,104,38,38,116,104,105,115,46,115,101,108,101,99,116,40,116,104,105,115,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,91,48,93,41,125,44,99,111,109,112,117,116,101,100,58,123,105,110,116,101,114,110,97,108,86,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,118,97,108,117,101,124,124,48,61,61,61,116,104,105,115,46,118,97,108,117,101,63,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,104,105,115,46,118,97,108,117,101,41,63,116,104,105,115,46,118,97,108,117,101,58,91,116,104,105,115,46,118,97,108,117,101,93,58,91,93,125,44,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,115,101,97,114,99,104,124,124,34,34,44,101,61,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,46,116,114,105,109,40,41,44,110,61,116,104,105,115,46,111,112,116,105,111,110,115,46,99,111,110,99,97,116,40,41,59,114,101,116,117,114,110,32,110,61,116,104,105,115,46,105,110,116,101,114,110,97,108,83,101,97,114,99,104,63,116,104,105,115,46,103,114,111,117,112,86,97,108,117,101,115,63,116,104,105,115,46,102,105,108,116,101,114,65,110,100,70,108,97,116,40,110,44,101,44,116,104,105,115,46,108,97,98,101,108,41,58,97,40,110,44,101,44,116,104,105,115,46,108,97,98,101,108,44,116,104,105,115,46,99,117,115,116,111,109,76,97,98,101,108,41,58,116,104,105,115,46,103,114,111,117,112,86,97,108,117,101,115,63,99,40,116,104,105,115,46,103,114,111,117,112,86,97,108,117,101,115,44,116,104,105,115,46,103,114,111,117,112,76,97,98,101,108,41,40,110,41,58,110,44,110,61,116,104,105,115,46,104,105,100,101,83,101,108,101,99,116,101,100,63,110,46,102,105,108,116,101,114,40,105,40,116,104,105,115,46,105,115,83,101,108,101,99,116,101,100,41,41,58,110,44,116,104,105,115,46,116,97,103,103,97,98,108,101,38,38,101,46,108,101,110,103,116,104,38,38,33,116,104,105,115,46,105,115,69,120,105,115,116,105,110,103,79,112,116,105,111,110,40,101,41,38,38,40,34,98,111,116,116,111,109,34,61,61,61,116,104,105,115,46,116,97,103,80,111,115,105,116,105,111,110,63,110,46,112,117,115,104,40,123,105,115,84,97,103,58,33,48,44,108,97,98,101,108,58,116,125,41,58,110,46,117,110,115,104,105,102,116,40,123,105,115,84,97,103,58,33,48,44,108,97,98,101,108,58,116,125,41,41,44,110,46,115,108,105,99,101,40,48,44,116,104,105,115,46,111,112,116,105,111,110,115,76,105,109,105,116,41,125,44,118,97,108,117,101,75,101,121,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,116,104,105,115,46,116,114,97,99,107,66,121,63,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,91,116,46,116,114,97,99,107,66,121,93,125,41,41,58,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,125,44,111,112,116,105,111,110,75,101,121,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,40,116,104,105,115,46,103,114,111,117,112,86,97,108,117,101,115,63,116,104,105,115,46,102,108,97,116,65,110,100,83,116,114,105,112,40,116,104,105,115,46,111,112,116,105,111,110,115,41,58,116,104,105,115,46,111,112,116,105,111,110,115,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,99,117,115,116,111,109,76,97,98,101,108,40,101,44,116,46,108,97,98,101,108,41,46,116,111,83,116,114,105,110,103,40,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,125,41,41,125,44,99,117,114,114,101,110,116,79,112,116,105,111,110,76,97,98,101,108,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,109,117,108,116,105,112,108,101,63,116,104,105,115,46,115,101,97,114,99,104,97,98,108,101,63,34,34,58,116,104,105,115,46,112,108,97,99,101,104,111,108,100,101,114,58,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,108,101,110,103,116,104,63,116,104,105,115,46,103,101,116,79,112,116,105,111,110,76,97,98,101,108,40,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,91,48,93,41,58,116,104,105,115,46,115,101,97,114,99,104,97,98,108,101,63,34,34,58,116,104,105,115,46,112,108,97,99,101,104,111,108,100,101,114,125,125,44,119,97,116,99,104,58,123,105,110,116,101,114,110,97,108,86,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,114,101,115,101,116,65,102,116,101,114,38,38,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,108,101,110,103,116,104,38,38,40,116,104,105,115,46,115,101,97,114,99,104,61,34,34,44,116,104,105,115,46,36,101,109,105,116,40,34,105,110,112,117,116,34,44,116,104,105,115,46,109,117,108,116,105,112,108,101,63,91,93,58,110,117,108,108,41,41,125,44,115,101,97,114,99,104,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,101,109,105,116,40,34,115,101,97,114,99,104,45,99,104,97,110,103,101,34,44,116,104,105,115,46,115,101,97,114,99,104,44,116,104,105,115,46,105,100,41,125,125,44,109,101,116,104,111,100,115,58,123,103,101,116,86,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,109,117,108,116,105,112,108,101,63,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,58,48,61,61,61,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,108,101,110,103,116,104,63,110,117,108,108,58,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,91,48,93,125,44,102,105,108,116,101,114,65,110,100,70,108,97,116,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,83,40,117,40,101,44,110,44,116,104,105,115,46,103,114,111,117,112,86,97,108,117,101,115,44,116,104,105,115,46,103,114,111,117,112,76,97,98,101,108,44,116,104,105,115,46,99,117,115,116,111,109,76,97,98,101,108,41,44,99,40,116,104,105,115,46,103,114,111,117,112,86,97,108,117,101,115,44,116,104,105,115,46,103,114,111,117,112,76,97,98,101,108,41,41,40,116,41,125,44,102,108,97,116,65,110,100,83,116,114,105,112,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,83,40,99,40,116,104,105,115,46,103,114,111,117,112,86,97,108,117,101,115,44,116,104,105,115,46,103,114,111,117,112,76,97,98,101,108,41,44,115,41,40,116,41,125,44,117,112,100,97,116,101,83,101,97,114,99,104,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,115,101,97,114,99,104,61,116,125,44,105,115,69,120,105,115,116,105,110,103,79,112,116,105,111,110,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,33,116,104,105,115,46,111,112,116,105,111,110,115,38,38,116,104,105,115,46,111,112,116,105,111,110,75,101,121,115,46,105,110,100,101,120,79,102,40,116,41,62,45,49,125,44,105,115,83,101,108,101,99,116,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,116,114,97,99,107,66,121,63,116,91,116,104,105,115,46,116,114,97,99,107,66,121,93,58,116,59,114,101,116,117,114,110,32,116,104,105,115,46,118,97,108,117,101,75,101,121,115,46,105,110,100,101,120,79,102,40,101,41,62,45,49,125,44,105,115,79,112,116,105,111,110,68,105,115,97,98,108,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,33,116,46,36,105,115,68,105,115,97,98,108,101,100,125,44,103,101,116,79,112,116,105,111,110,76,97,98,101,108,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,114,40,116,41,41,114,101,116,117,114,110,34,34,59,105,102,40,116,46,105,115,84,97,103,41,114,101,116,117,114,110,32,116,46,108,97,98,101,108,59,105,102,40,116,46,36,105,115,76,97,98,101,108,41,114,101,116,117,114,110,32,116,46,36,103,114,111,117,112,76,97,98,101,108,59,118,97,114,32,101,61,116,104,105,115,46,99,117,115,116,111,109,76,97,98,101,108,40,116,44,116,104,105,115,46,108,97,98,101,108,41,59,114,101,116,117,114,110,32,114,40,101,41,63,34,34,58,101,125,44,115,101,108,101,99,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,46,36,105,115,76,97,98,101,108,38,38,116,104,105,115,46,103,114,111,117,112,83,101,108,101,99,116,41,116,104,105,115,46,115,101,108,101,99,116,71,114,111,117,112,40,116,41,59,101,108,115,101,32,105,102,40,33,40,45,49,33,61,61,116,104,105,115,46,98,108,111,99,107,75,101,121,115,46,105,110,100,101,120,79,102,40,101,41,124,124,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,116,46,36,105,115,68,105,115,97,98,108,101,100,124,124,116,46,36,105,115,76,97,98,101,108,41,38,38,40,33,116,104,105,115,46,109,97,120,124,124,33,116,104,105,115,46,109,117,108,116,105,112,108,101,124,124,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,108,101,110,103,116,104,33,61,61,116,104,105,115,46,109,97,120,41,38,38,40,34,84,97,98,34,33,61,61,101,124,124,116,104,105,115,46,112,111,105,110,116,101,114,68,105,114,116,121,41,41,123,105,102,40,116,46,105,115,84,97,103,41,116,104,105,115,46,36,101,109,105,116,40,34,116,97,103,34,44,116,46,108,97,98,101,108,44,116,104,105,115,46,105,100,41,44,116,104,105,115,46,115,101,97,114,99,104,61,34,34,44,116,104,105,115,46,99,108,111,115,101,79,110,83,101,108,101,99,116,38,38,33,116,104,105,115,46,109,117,108,116,105,112,108,101,38,38,116,104,105,115,46,100,101,97,99,116,105,118,97,116,101,40,41,59,101,108,115,101,123,105,102,40,116,104,105,115,46,105,115,83,101,108,101,99,116,101,100,40,116,41,41,114,101,116,117,114,110,32,118,111,105,100,40,34,84,97,98,34,33,61,61,101,38,38,116,104,105,115,46,114,101,109,111,118,101,69,108,101,109,101,110,116,40,116,41,41,59,116,104,105,115,46,36,101,109,105,116,40,34,115,101,108,101,99,116,34,44,116,44,116,104,105,115,46,105,100,41,44,116,104,105,115,46,109,117,108,116,105,112,108,101,63,116,104,105,115,46,36,101,109,105,116,40,34,105,110,112,117,116,34,44,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,99,111,110,99,97,116,40,91,116,93,41,44,116,104,105,115,46,105,100,41,58,116,104,105,115,46,36,101,109,105,116,40,34,105,110,112,117,116,34,44,116,44,116,104,105,115,46,105,100,41,44,116,104,105,115,46,99,108,101,97,114,79,110,83,101,108,101,99,116,38,38,40,116,104,105,115,46,115,101,97,114,99,104,61,34,34,41,125,116,104,105,115,46,99,108,111,115,101,79,110,83,101,108,101,99,116,38,38,116,104,105,115,46,100,101,97,99,116,105,118,97,116,101,40,41,125,125,44,115,101,108,101,99,116,71,114,111,117,112,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,111,112,116,105,111,110,115,46,102,105,110,100,40,40,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,110,91,101,46,103,114,111,117,112,76,97,98,101,108,93,61,61,61,116,46,36,103,114,111,117,112,76,97,98,101,108,125,41,41,59,105,102,40,110,41,105,102,40,116,104,105,115,46,119,104,111,108,101,71,114,111,117,112,83,101,108,101,99,116,101,100,40,110,41,41,123,116,104,105,115,46,36,101,109,105,116,40,34,114,101,109,111,118,101,34,44,110,91,116,104,105,115,46,103,114,111,117,112,86,97,108,117,101,115,93,44,116,104,105,115,46,105,100,41,59,118,97,114,32,114,61,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,45,49,61,61,61,110,91,101,46,103,114,111,117,112,86,97,108,117,101,115,93,46,105,110,100,101,120,79,102,40,116,41,125,41,41,59,116,104,105,115,46,36,101,109,105,116,40,34,105,110,112,117,116,34,44,114,44,116,104,105,115,46,105,100,41,125,101,108,115,101,123,118,97,114,32,105,61,110,91,116,104,105,115,46,103,114,111,117,112,86,97,108,117,101,115,93,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,40,101,46,105,115,79,112,116,105,111,110,68,105,115,97,98,108,101,100,40,116,41,124,124,101,46,105,115,83,101,108,101,99,116,101,100,40,116,41,41,125,41,41,59,116,104,105,115,46,36,101,109,105,116,40,34,115,101,108,101,99,116,34,44,105,44,116,104,105,115,46,105,100,41,44,116,104,105,115,46,36,101,109,105,116,40,34,105,110,112,117,116,34,44,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,99,111,110,99,97,116,40,105,41,44,116,104,105,115,46,105,100,41,125,125,44,119,104,111,108,101,71,114,111,117,112,83,101,108,101,99,116,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,114,101,116,117,114,110,32,116,91,116,104,105,115,46,103,114,111,117,112,86,97,108,117,101,115,93,46,101,118,101,114,121,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,105,115,83,101,108,101,99,116,101,100,40,116,41,124,124,101,46,105,115,79,112,116,105,111,110,68,105,115,97,98,108,101,100,40,116,41,125,41,41,125,44,119,104,111,108,101,71,114,111,117,112,68,105,115,97,98,108,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,91,116,104,105,115,46,103,114,111,117,112,86,97,108,117,101,115,93,46,101,118,101,114,121,40,116,104,105,115,46,105,115,79,112,116,105,111,110,68,105,115,97,98,108,101,100,41,125,44,114,101,109,111,118,101,69,108,101,109,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,33,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,41,124,124,97,114,103,117,109,101,110,116,115,91,49,93,59,105,102,40,33,116,104,105,115,46,100,105,115,97,98,108,101,100,38,38,33,116,46,36,105,115,68,105,115,97,98,108,101,100,41,123,105,102,40,33,116,104,105,115,46,97,108,108,111,119,69,109,112,116,121,38,38,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,108,101,110,103,116,104,60,61,49,41,114,101,116,117,114,110,32,118,111,105,100,32,116,104,105,115,46,100,101,97,99,116,105,118,97,116,101,40,41,59,118,97,114,32,114,61,34,111,98,106,101,99,116,34,61,61,61,110,46,105,40,108,46,97,41,40,116,41,63,116,104,105,115,46,118,97,108,117,101,75,101,121,115,46,105,110,100,101,120,79,102,40,116,91,116,104,105,115,46,116,114,97,99,107,66,121,93,41,58,116,104,105,115,46,118,97,108,117,101,75,101,121,115,46,105,110,100,101,120,79,102,40,116,41,59,105,102,40,116,104,105,115,46,36,101,109,105,116,40,34,114,101,109,111,118,101,34,44,116,44,116,104,105,115,46,105,100,41,44,116,104,105,115,46,109,117,108,116,105,112,108,101,41,123,118,97,114,32,105,61,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,115,108,105,99,101,40,48,44,114,41,46,99,111,110,99,97,116,40,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,115,108,105,99,101,40,114,43,49,41,41,59,116,104,105,115,46,36,101,109,105,116,40,34,105,110,112,117,116,34,44,105,44,116,104,105,115,46,105,100,41,125,101,108,115,101,32,116,104,105,115,46,36,101,109,105,116,40,34,105,110,112,117,116,34,44,110,117,108,108,44,116,104,105,115,46,105,100,41,59,116,104,105,115,46,99,108,111,115,101,79,110,83,101,108,101,99,116,38,38,101,38,38,116,104,105,115,46,100,101,97,99,116,105,118,97,116,101,40,41,125,125,44,114,101,109,111,118,101,76,97,115,116,69,108,101,109,101,110,116,58,102,117,110,99,116,105,111,110,40,41,123,45,49,61,61,61,116,104,105,115,46,98,108,111,99,107,75,101,121,115,46,105,110,100,101,120,79,102,40,34,68,101,108,101,116,101,34,41,38,38,48,61,61,61,116,104,105,115,46,115,101,97,114,99,104,46,108,101,110,103,116,104,38,38,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,41,38,38,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,108,101,110,103,116,104,38,38,116,104,105,115,46,114,101,109,111,118,101,69,108,101,109,101,110,116,40,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,91,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,108,101,110,103,116,104,45,49,93,44,33,49,41,125,44,97,99,116,105,118,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,105,115,79,112,101,110,124,124,116,104,105,115,46,100,105,115,97,98,108,101,100,124,124,40,116,104,105,115,46,97,100,106,117,115,116,80,111,115,105,116,105,111,110,40,41,44,116,104,105,115,46,103,114,111,117,112,86,97,108,117,101,115,38,38,48,61,61,61,116,104,105,115,46,112,111,105,110,116,101,114,38,38,116,104,105,115,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,46,108,101,110,103,116,104,38,38,40,116,104,105,115,46,112,111,105,110,116,101,114,61,49,41,44,116,104,105,115,46,105,115,79,112,101,110,61,33,48,44,116,104,105,115,46,115,101,97,114,99,104,97,98,108,101,63,40,116,104,105,115,46,112,114,101,115,101,114,118,101,83,101,97,114,99,104,124,124,40,116,104,105,115,46,115,101,97,114,99,104,61,34,34,41,44,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,36,114,101,102,115,46,115,101,97,114,99,104,46,102,111,99,117,115,40,41,125,41,41,41,58,116,104,105,115,46,36,101,108,46,102,111,99,117,115,40,41,44,116,104,105,115,46,36,101,109,105,116,40,34,111,112,101,110,34,44,116,104,105,115,46,105,100,41,41,125,44,100,101,97,99,116,105,118,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,79,112,101,110,38,38,40,116,104,105,115,46,105,115,79,112,101,110,61,33,49,44,116,104,105,115,46,115,101,97,114,99,104,97,98,108,101,63,116,104,105,115,46,36,114,101,102,115,46,115,101,97,114,99,104,46,98,108,117,114,40,41,58,116,104,105,115,46,36,101,108,46,98,108,117,114,40,41,44,116,104,105,115,46,112,114,101,115,101,114,118,101,83,101,97,114,99,104,124,124,40,116,104,105,115,46,115,101,97,114,99,104,61,34,34,41,44,116,104,105,115,46,36,101,109,105,116,40,34,99,108,111,115,101,34,44,116,104,105,115,46,103,101,116,86,97,108,117,101,40,41,44,116,104,105,115,46,105,100,41,41,125,44,116,111,103,103,108,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,105,115,79,112,101,110,63,116,104,105,115,46,100,101,97,99,116,105,118,97,116,101,40,41,58,116,104,105,115,46,97,99,116,105,118,97,116,101,40,41,125,44,97,100,106,117,115,116,80,111,115,105,116,105,111,110,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,119,105,110,100,111,119,41,123,118,97,114,32,116,61,116,104,105,115,46,36,101,108,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,46,116,111,112,44,101,61,119,105,110,100,111,119,46,105,110,110,101,114,72,101,105,103,104,116,45,116,104,105,115,46,36,101,108,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,46,98,111,116,116,111,109,59,101,62,116,104,105,115,46,109,97,120,72,101,105,103,104,116,124,124,101,62,116,124,124,34,98,101,108,111,119,34,61,61,61,116,104,105,115,46,111,112,101,110,68,105,114,101,99,116,105,111,110,124,124,34,98,111,116,116,111,109,34,61,61,61,116,104,105,115,46,111,112,101,110,68,105,114,101,99,116,105,111,110,63,40,116,104,105,115,46,112,114,101,102,101,114,114,101,100,79,112,101,110,68,105,114,101,99,116,105,111,110,61,34,98,101,108,111,119,34,44,116,104,105,115,46,111,112,116,105,109,105,122,101,100,72,101,105,103,104,116,61,77,97,116,104,46,109,105,110,40,101,45,52,48,44,116,104,105,115,46,109,97,120,72,101,105,103,104,116,41,41,58,40,116,104,105,115,46,112,114,101,102,101,114,114,101,100,79,112,101,110,68,105,114,101,99,116,105,111,110,61,34,97,98,111,118,101,34,44,116,104,105,115,46,111,112,116,105,109,105,122,101,100,72,101,105,103,104,116,61,77,97,116,104,46,109,105,110,40,116,45,52,48,44,116,104,105,115,46,109,97,120,72,101,105,103,104,116,41,41,125,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,53,52,41,44,105,61,40,110,46,110,40,114,41,44,110,40,51,49,41,41,59,110,46,110,40,105,41,44,101,46,97,61,123,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,112,111,105,110,116,101,114,58,48,44,112,111,105,110,116,101,114,68,105,114,116,121,58,33,49,125,125,44,112,114,111,112,115,58,123,115,104,111,119,80,111,105,110,116,101,114,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,48,125,44,111,112,116,105,111,110,72,101,105,103,104,116,58,123,116,121,112,101,58,78,117,109,98,101,114,44,100,101,102,97,117,108,116,58,52,48,125,125,44,99,111,109,112,117,116,101,100,58,123,112,111,105,110,116,101,114,80,111,115,105,116,105,111,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,112,111,105,110,116,101,114,42,116,104,105,115,46,111,112,116,105,111,110,72,101,105,103,104,116,125,44,118,105,115,105,98,108,101,69,108,101,109,101,110,116,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,111,112,116,105,109,105,122,101,100,72,101,105,103,104,116,47,116,104,105,115,46,111,112,116,105,111,110,72,101,105,103,104,116,125,125,44,119,97,116,99,104,58,123,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,112,111,105,110,116,101,114,65,100,106,117,115,116,40,41,125,44,105,115,79,112,101,110,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,112,111,105,110,116,101,114,68,105,114,116,121,61,33,49,125,125,44,109,101,116,104,111,100,115,58,123,111,112,116,105,111,110,72,105,103,104,108,105,103,104,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,123,34,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,104,105,103,104,108,105,103,104,116,34,58,116,61,61,61,116,104,105,115,46,112,111,105,110,116,101,114,38,38,116,104,105,115,46,115,104,111,119,80,111,105,110,116,101,114,44,34,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,115,101,108,101,99,116,101,100,34,58,116,104,105,115,46,105,115,83,101,108,101,99,116,101,100,40,101,41,125,125,44,103,114,111,117,112,72,105,103,104,108,105,103,104,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,105,102,40,33,116,104,105,115,46,103,114,111,117,112,83,101,108,101,99,116,41,114,101,116,117,114,110,91,34,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,103,114,111,117,112,34,44,34,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,100,105,115,97,98,108,101,100,34,93,59,118,97,114,32,114,61,116,104,105,115,46,111,112,116,105,111,110,115,46,102,105,110,100,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,91,110,46,103,114,111,117,112,76,97,98,101,108,93,61,61,61,101,46,36,103,114,111,117,112,76,97,98,101,108,125,41,41,59,114,101,116,117,114,110,32,114,38,38,33,116,104,105,115,46,119,104,111,108,101,71,114,111,117,112,68,105,115,97,98,108,101,100,40,114,41,63,91,34,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,103,114,111,117,112,34,44,123,34,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,104,105,103,104,108,105,103,104,116,34,58,116,61,61,61,116,104,105,115,46,112,111,105,110,116,101,114,38,38,116,104,105,115,46,115,104,111,119,80,111,105,110,116,101,114,125,44,123,34,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,103,114,111,117,112,45,115,101,108,101,99,116,101,100,34,58,116,104,105,115,46,119,104,111,108,101,71,114,111,117,112,83,101,108,101,99,116,101,100,40,114,41,125,93,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,45,45,100,105,115,97,98,108,101,100,34,125,44,97,100,100,80,111,105,110,116,101,114,69,108,101,109,101,110,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,97,114,103,117,109,101,110,116,115,91,48,93,58,34,69,110,116,101,114,34,44,101,61,116,46,107,101,121,59,116,104,105,115,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,46,108,101,110,103,116,104,62,48,38,38,116,104,105,115,46,115,101,108,101,99,116,40,116,104,105,115,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,91,116,104,105,115,46,112,111,105,110,116,101,114,93,44,101,41,44,116,104,105,115,46,112,111,105,110,116,101,114,82,101,115,101,116,40,41,125,44,112,111,105,110,116,101,114,70,111,114,119,97,114,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,112,111,105,110,116,101,114,60,116,104,105,115,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,46,108,101,110,103,116,104,45,49,38,38,40,116,104,105,115,46,112,111,105,110,116,101,114,43,43,44,116,104,105,115,46,36,114,101,102,115,46,108,105,115,116,46,115,99,114,111,108,108,84,111,112,60,61,116,104,105,115,46,112,111,105,110,116,101,114,80,111,115,105,116,105,111,110,45,40,116,104,105,115,46,118,105,115,105,98,108,101,69,108,101,109,101,110,116,115,45,49,41,42,116,104,105,115,46,111,112,116,105,111,110,72,101,105,103,104,116,38,38,40,116,104,105,115,46,36,114,101,102,115,46,108,105,115,116,46,115,99,114,111,108,108,84,111,112,61,116,104,105,115,46,112,111,105,110,116,101,114,80,111,115,105,116,105,111,110,45,40,116,104,105,115,46,118,105,115,105,98,108,101,69,108,101,109,101,110,116,115,45,49,41,42,116,104,105,115,46,111,112,116,105,111,110,72,101,105,103,104,116,41,44,116,104,105,115,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,91,116,104,105,115,46,112,111,105,110,116,101,114,93,38,38,116,104,105,115,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,91,116,104,105,115,46,112,111,105,110,116,101,114,93,46,36,105,115,76,97,98,101,108,38,38,33,116,104,105,115,46,103,114,111,117,112,83,101,108,101,99,116,38,38,116,104,105,115,46,112,111,105,110,116,101,114,70,111,114,119,97,114,100,40,41,41,44,116,104,105,115,46,112,111,105,110,116,101,114,68,105,114,116,121,61,33,48,125,44,112,111,105,110,116,101,114,66,97,99,107,119,97,114,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,112,111,105,110,116,101,114,62,48,63,40,116,104,105,115,46,112,111,105,110,116,101,114,45,45,44,116,104,105,115,46,36,114,101,102,115,46,108,105,115,116,46,115,99,114,111,108,108,84,111,112,62,61,116,104,105,115,46,112,111,105,110,116,101,114,80,111,115,105,116,105,111,110,38,38,40,116,104,105,115,46,36,114,101,102,115,46,108,105,115,116,46,115,99,114,111,108,108,84,111,112,61,116,104,105,115,46,112,111,105,110,116,101,114,80,111,115,105,116,105,111,110,41,44,116,104,105,115,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,91,116,104,105,115,46,112,111,105,110,116,101,114,93,38,38,116,104,105,115,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,91,116,104,105,115,46,112,111,105,110,116,101,114,93,46,36,105,115,76,97,98,101,108,38,38,33,116,104,105,115,46,103,114,111,117,112,83,101,108,101,99,116,38,38,116,104,105,115,46,112,111,105,110,116,101,114,66,97,99,107,119,97,114,100,40,41,41,58,116,104,105,115,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,91,116,104,105,115,46,112,111,105,110,116,101,114,93,38,38,116,104,105,115,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,91,48,93,46,36,105,115,76,97,98,101,108,38,38,33,116,104,105,115,46,103,114,111,117,112,83,101,108,101,99,116,38,38,116,104,105,115,46,112,111,105,110,116,101,114,70,111,114,119,97,114,100,40,41,44,116,104,105,115,46,112,111,105,110,116,101,114,68,105,114,116,121,61,33,48,125,44,112,111,105,110,116,101,114,82,101,115,101,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,108,111,115,101,79,110,83,101,108,101,99,116,38,38,40,116,104,105,115,46,112,111,105,110,116,101,114,61,48,44,116,104,105,115,46,36,114,101,102,115,46,108,105,115,116,38,38,40,116,104,105,115,46,36,114,101,102,115,46,108,105,115,116,46,115,99,114,111,108,108,84,111,112,61,48,41,41,125,44,112,111,105,110,116,101,114,65,100,106,117,115,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,112,111,105,110,116,101,114,62,61,116,104,105,115,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,46,108,101,110,103,116,104,45,49,38,38,40,116,104,105,115,46,112,111,105,110,116,101,114,61,116,104,105,115,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,46,108,101,110,103,116,104,63,116,104,105,115,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,46,108,101,110,103,116,104,45,49,58,48,41,44,116,104,105,115,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,46,108,101,110,103,116,104,62,48,38,38,116,104,105,115,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,91,116,104,105,115,46,112,111,105,110,116,101,114,93,46,36,105,115,76,97,98,101,108,38,38,33,116,104,105,115,46,103,114,111,117,112,83,101,108,101,99,116,38,38,116,104,105,115,46,112,111,105,110,116,101,114,70,111,114,119,97,114,100,40,41,125,44,112,111,105,110,116,101,114,83,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,112,111,105,110,116,101,114,61,116,44,116,104,105,115,46,112,111,105,110,116,101,114,68,105,114,116,121,61,33,48,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,51,54,41,44,105,61,110,40,55,52,41,44,111,61,110,40,49,53,41,44,97,61,110,40,49,56,41,59,116,46,101,120,112,111,114,116,115,61,110,40,55,50,41,40,65,114,114,97,121,44,34,65,114,114,97,121,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,95,116,61,97,40,116,41,44,116,104,105,115,46,95,105,61,48,44,116,104,105,115,46,95,107,61,101,125,41,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,95,116,44,101,61,116,104,105,115,46,95,107,44,110,61,116,104,105,115,46,95,105,43,43,59,114,101,116,117,114,110,33,116,124,124,110,62,61,116,46,108,101,110,103,116,104,63,40,116,104,105,115,46,95,116,61,118,111,105,100,32,48,44,105,40,49,41,41,58,105,40,48,44,34,107,101,121,115,34,61,61,101,63,110,58,34,118,97,108,117,101,115,34,61,61,101,63,116,91,110,93,58,91,110,44,116,91,110,93,93,41,125,41,44,34,118,97,108,117,101,115,34,41,44,111,46,65,114,103,117,109,101,110,116,115,61,111,46,65,114,114,97,121,44,114,40,34,107,101,121,115,34,41,44,114,40,34,118,97,108,117,101,115,34,41,44,114,40,34,101,110,116,114,105,101,115,34,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,51,49,41,44,105,61,40,110,46,110,40,114,41,44,110,40,51,50,41,41,44,111,61,110,40,51,51,41,59,101,46,97,61,123,110,97,109,101,58,34,118,117,101,45,109,117,108,116,105,115,101,108,101,99,116,34,44,109,105,120,105,110,115,58,91,105,46,97,44,111,46,97,93,44,112,114,111,112,115,58,123,110,97,109,101,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,34,125,44,115,101,108,101,99,116,76,97,98,101,108,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,80,114,101,115,115,32,101,110,116,101,114,32,116,111,32,115,101,108,101,99,116,34,125,44,115,101,108,101,99,116,71,114,111,117,112,76,97,98,101,108,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,80,114,101,115,115,32,101,110,116,101,114,32,116,111,32,115,101,108,101,99,116,32,103,114,111,117,112,34,125,44,115,101,108,101,99,116,101,100,76,97,98,101,108,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,83,101,108,101,99,116,101,100,34,125,44,100,101,115,101,108,101,99,116,76,97,98,101,108,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,80,114,101,115,115,32,101,110,116,101,114,32,116,111,32,114,101,109,111,118,101,34,125,44,100,101,115,101,108,101,99,116,71,114,111,117,112,76,97,98,101,108,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,80,114,101,115,115,32,101,110,116,101,114,32,116,111,32,100,101,115,101,108,101,99,116,32,103,114,111,117,112,34,125,44,115,104,111,119,76,97,98,101,108,115,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,48,125,44,108,105,109,105,116,58,123,116,121,112,101,58,78,117,109,98,101,114,44,100,101,102,97,117,108,116,58,57,57,57,57,57,125,44,109,97,120,72,101,105,103,104,116,58,123,116,121,112,101,58,78,117,109,98,101,114,44,100,101,102,97,117,108,116,58,51,48,48,125,44,108,105,109,105,116,84,101,120,116,58,123,116,121,112,101,58,70,117,110,99,116,105,111,110,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,97,110,100,32,34,46,99,111,110,99,97,116,40,116,44,34,32,109,111,114,101,34,41,125,125,44,108,111,97,100,105,110,103,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,100,105,115,97,98,108,101,100,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,111,112,101,110,68,105,114,101,99,116,105,111,110,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,34,125,44,115,104,111,119,78,111,79,112,116,105,111,110,115,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,48,125,44,115,104,111,119,78,111,82,101,115,117,108,116,115,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,48,125,44,116,97,98,105,110,100,101,120,58,123,116,121,112,101,58,78,117,109,98,101,114,44,100,101,102,97,117,108,116,58,48,125,125,44,99,111,109,112,117,116,101,100,58,123,105,115,83,105,110,103,108,101,76,97,98,101,108,86,105,115,105,98,108,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,40,116,104,105,115,46,115,105,110,103,108,101,86,97,108,117,101,124,124,48,61,61,61,116,104,105,115,46,115,105,110,103,108,101,86,97,108,117,101,41,38,38,40,33,116,104,105,115,46,105,115,79,112,101,110,124,124,33,116,104,105,115,46,115,101,97,114,99,104,97,98,108,101,41,38,38,33,116,104,105,115,46,118,105,115,105,98,108,101,86,97,108,117,101,115,46,108,101,110,103,116,104,125,44,105,115,80,108,97,99,101,104,111,108,100,101,114,86,105,115,105,98,108,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,40,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,108,101,110,103,116,104,124,124,116,104,105,115,46,115,101,97,114,99,104,97,98,108,101,38,38,116,104,105,115,46,105,115,79,112,101,110,41,125,44,118,105,115,105,98,108,101,86,97,108,117,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,109,117,108,116,105,112,108,101,63,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,115,108,105,99,101,40,48,44,116,104,105,115,46,108,105,109,105,116,41,58,91,93,125,44,115,105,110,103,108,101,86,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,116,101,114,110,97,108,86,97,108,117,101,91,48,93,125,44,100,101,115,101,108,101,99,116,76,97,98,101,108,84,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,104,111,119,76,97,98,101,108,115,63,116,104,105,115,46,100,101,115,101,108,101,99,116,76,97,98,101,108,58,34,34,125,44,100,101,115,101,108,101,99,116,71,114,111,117,112,76,97,98,101,108,84,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,104,111,119,76,97,98,101,108,115,63,116,104,105,115,46,100,101,115,101,108,101,99,116,71,114,111,117,112,76,97,98,101,108,58,34,34,125,44,115,101,108,101,99,116,76,97,98,101,108,84,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,104,111,119,76,97,98,101,108,115,63,116,104,105,115,46,115,101,108,101,99,116,76,97,98,101,108,58,34,34,125,44,115,101,108,101,99,116,71,114,111,117,112,76,97,98,101,108,84,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,104,111,119,76,97,98,101,108,115,63,116,104,105,115,46,115,101,108,101,99,116,71,114,111,117,112,76,97,98,101,108,58,34,34,125,44,115,101,108,101,99,116,101,100,76,97,98,101,108,84,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,104,111,119,76,97,98,101,108,115,63,116,104,105,115,46,115,101,108,101,99,116,101,100,76,97,98,101,108,58,34,34,125,44,105,110,112,117,116,83,116,121,108,101,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,104,105,115,46,115,101,97,114,99,104,97,98,108,101,124,124,116,104,105,115,46,109,117,108,116,105,112,108,101,38,38,116,104,105,115,46,118,97,108,117,101,38,38,116,104,105,115,46,118,97,108,117,101,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,116,104,105,115,46,105,115,79,112,101,110,63,123,119,105,100,116,104,58,34,49,48,48,37,34,125,58,123,119,105,100,116,104,58,34,48,34,44,112,111,115,105,116,105,111,110,58,34,97,98,115,111,108,117,116,101,34,44,112,97,100,100,105,110,103,58,34,48,34,125,125,44,99,111,110,116,101,110,116,83,116,121,108,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,111,112,116,105,111,110,115,46,108,101,110,103,116,104,63,123,100,105,115,112,108,97,121,58,34,105,110,108,105,110,101,45,98,108,111,99,107,34,125,58,123,100,105,115,112,108,97,121,58,34,98,108,111,99,107,34,125,125,44,105,115,65,98,111,118,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,97,98,111,118,101,34,61,61,61,116,104,105,115,46,111,112,101,110,68,105,114,101,99,116,105,111,110,124,124,34,116,111,112,34,61,61,61,116,104,105,115,46,111,112,101,110,68,105,114,101,99,116,105,111,110,124,124,34,98,101,108,111,119,34,33,61,61,116,104,105,115,46,111,112,101,110,68,105,114,101,99,116,105,111,110,38,38,34,98,111,116,116,111,109,34,33,61,61,116,104,105,115,46,111,112,101,110,68,105,114,101,99,116,105,111,110,38,38,34,97,98,111,118,101,34,61,61,61,116,104,105,115,46,112,114,101,102,101,114,114,101,100,79,112,101,110,68,105,114,101,99,116,105,111,110,125,44,115,104,111,119,83,101,97,114,99,104,73,110,112,117,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,101,97,114,99,104,97,98,108,101,38,38,40,33,116,104,105,115,46,104,97,115,83,105,110,103,108,101,83,101,108,101,99,116,101,100,83,108,111,116,124,124,33,116,104,105,115,46,118,105,115,105,98,108,101,83,105,110,103,108,101,86,97,108,117,101,38,38,48,33,61,61,116,104,105,115,46,118,105,115,105,98,108,101,83,105,110,103,108,101,86,97,108,117,101,124,124,116,104,105,115,46,105,115,79,112,101,110,41,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,41,40,34,117,110,115,99,111,112,97,98,108,101,115,34,41,44,105,61,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,59,118,111,105,100,32,48,61,61,105,91,114,93,38,38,110,40,56,41,40,105,44,114,44,123,125,41,44,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,91,114,93,91,116,93,61,33,48,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,56,41,44,105,61,110,40,49,57,41,44,111,61,110,40,56,53,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,97,41,123,118,97,114,32,115,44,99,61,114,40,101,41,44,117,61,105,40,99,46,108,101,110,103,116,104,41,44,108,61,111,40,97,44,117,41,59,105,102,40,116,38,38,110,33,61,110,41,123,102,111,114,40,59,117,62,108,59,41,105,102,40,40,115,61,99,91,108,43,43,93,41,33,61,115,41,114,101,116,117,114,110,33,48,125,101,108,115,101,32,102,111,114,40,59,117,62,108,59,108,43,43,41,105,102,40,40,116,124,124,108,32,105,110,32,99,41,38,38,99,91,108,93,61,61,61,110,41,114,101,116,117,114,110,32,116,124,124,108,124,124,48,59,114,101,116,117,114,110,33,116,38,38,45,49,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,57,41,44,105,61,110,40,49,41,40,34,116,111,83,116,114,105,110,103,84,97,103,34,41,44,111,61,34,65,114,103,117,109,101,110,116,115,34,61,61,114,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,125,40,41,41,44,97,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,114,121,123,114,101,116,117,114,110,32,116,91,101,93,125,99,97,116,99,104,40,116,41,123,125,125,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,115,59,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,63,34,85,110,100,101,102,105,110,101,100,34,58,110,117,108,108,61,61,61,116,63,34,78,117,108,108,34,58,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,40,110,61,97,40,101,61,79,98,106,101,99,116,40,116,41,44,105,41,41,63,110,58,111,63,114,40,101,41,58,34,79,98,106,101,99,116,34,61,61,40,115,61,114,40,101,41,41,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,101,46,99,97,108,108,101,101,63,34,65,114,103,117,109,101,110,116,115,34,58,115,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,50,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,114,40,116,104,105,115,41,44,101,61,34,34,59,114,101,116,117,114,110,32,116,46,103,108,111,98,97,108,38,38,40,101,43,61,34,103,34,41,44,116,46,105,103,110,111,114,101,67,97,115,101,38,38,40,101,43,61,34,105,34,41,44,116,46,109,117,108,116,105,108,105,110,101,38,38,40,101,43,61,34,109,34,41,44,116,46,117,110,105,99,111,100,101,38,38,40,101,43,61,34,117,34,41,44,116,46,115,116,105,99,107,121,38,38,40,101,43,61,34,121,34,41,44,101,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,48,41,46,100,111,99,117,109,101,110,116,59,116,46,101,120,112,111,114,116,115,61,114,38,38,114,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,33,110,40,52,41,38,38,33,110,40,55,41,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,33,61,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,110,40,50,49,41,40,34,100,105,118,34,41,44,34,97,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,125,125,41,46,97,125,41,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,57,41,59,116,46,101,120,112,111,114,116,115,61,65,114,114,97,121,46,105,115,65,114,114,97,121,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,65,114,114,97,121,34,61,61,114,40,116,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,118,97,114,32,101,44,110,59,116,104,105,115,46,112,114,111,109,105,115,101,61,110,101,119,32,116,40,40,102,117,110,99,116,105,111,110,40,116,44,114,41,123,105,102,40,118,111,105,100,32,48,33,61,61,101,124,124,118,111,105,100,32,48,33,61,61,110,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,66,97,100,32,80,114,111,109,105,115,101,32,99,111,110,115,116,114,117,99,116,111,114,34,41,59,101,61,116,44,110,61,114,125,41,41,44,116,104,105,115,46,114,101,115,111,108,118,101,61,105,40,101,41,44,116,104,105,115,46,114,101,106,101,99,116,61,105,40,110,41,125,118,97,114,32,105,61,110,40,49,52,41,59,116,46,101,120,112,111,114,116,115,46,102,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,114,40,116,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,50,41,44,105,61,110,40,55,54,41,44,111,61,110,40,50,50,41,44,97,61,110,40,50,55,41,40,34,73,69,95,80,82,79,84,79,34,41,44,115,61,102,117,110,99,116,105,111,110,40,41,123,125,44,99,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,110,40,50,49,41,40,34,105,102,114,97,109,101,34,41,44,114,61,111,46,108,101,110,103,116,104,59,102,111,114,40,101,46,115,116,121,108,101,46,100,105,115,112,108,97,121,61,34,110,111,110,101,34,44,110,40,52,48,41,46,97,112,112,101,110,100,67,104,105,108,100,40,101,41,44,101,46,115,114,99,61,34,106,97,118,97,115,99,114,105,112,116,58,34,44,116,61,101,46,99,111,110,116,101,110,116,87,105,110,100,111,119,46,100,111,99,117,109,101,110,116,44,116,46,111,112,101,110,40,41,44,116,46,119,114,105,116,101,40,34,60,115,99,114,105,112,116,62,100,111,99,117,109,101,110,116,46,70,61,79,98,106,101,99,116,60,92,47,115,99,114,105,112,116,62,34,41,44,116,46,99,108,111,115,101,40,41,44,99,61,116,46,70,59,114,45,45,59,41,100,101,108,101,116,101,32,99,46,112,114,111,116,111,116,121,112,101,91,111,91,114,93,93,59,114,101,116,117,114,110,32,99,40,41,125,59,116,46,101,120,112,111,114,116,115,61,79,98,106,101,99,116,46,99,114,101,97,116,101,124,124,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,59,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,63,40,115,46,112,114,111,116,111,116,121,112,101,61,114,40,116,41,44,110,61,110,101,119,32,115,44,115,46,112,114,111,116,111,116,121,112,101,61,110,117,108,108,44,110,91,97,93,61,116,41,58,110,61,99,40,41,44,118,111,105,100,32,48,61,61,61,101,63,110,58,105,40,110,44,101,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,55,57,41,44,105,61,110,40,50,53,41,44,111,61,110,40,49,56,41,44,97,61,110,40,50,57,41,44,115,61,110,40,49,50,41,44,99,61,110,40,52,49,41,44,117,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,59,101,46,102,61,110,40,52,41,63,117,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,61,111,40,116,41,44,101,61,97,40,101,44,33,48,41,44,99,41,116,114,121,123,114,101,116,117,114,110,32,117,40,116,44,101,41,125,99,97,116,99,104,40,116,41,123,125,105,102,40,115,40,116,44,101,41,41,114,101,116,117,114,110,32,105,40,33,114,46,102,46,99,97,108,108,40,116,44,101,41,44,116,91,101,93,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,50,41,44,105,61,110,40,49,56,41,44,111,61,110,40,51,55,41,40,33,49,41,44,97,61,110,40,50,55,41,40,34,73,69,95,80,82,79,84,79,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,115,61,105,40,116,41,44,99,61,48,44,117,61,91,93,59,102,111,114,40,110,32,105,110,32,115,41,110,33,61,97,38,38,114,40,115,44,110,41,38,38,117,46,112,117,115,104,40,110,41,59,102,111,114,40,59,101,46,108,101,110,103,116,104,62,99,59,41,114,40,115,44,110,61,101,91,99,43,43,93,41,38,38,40,126,111,40,117,44,110,41,124,124,117,46,112,117,115,104,40,110,41,41,59,114,101,116,117,114,110,32,117,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,52,54,41,44,105,61,110,40,50,50,41,59,116,46,101,120,112,111,114,116,115,61,79,98,106,101,99,116,46,107,101,121,115,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,40,116,44,105,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,50,41,44,105,61,110,40,53,41,44,111,61,110,40,52,51,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,114,40,116,41,44,105,40,101,41,38,38,101,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,116,41,114,101,116,117,114,110,32,101,59,118,97,114,32,110,61,111,46,102,40,116,41,59,114,101,116,117,114,110,40,48,44,110,46,114,101,115,111,108,118,101,41,40,101,41,44,110,46,112,114,111,109,105,115,101,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,48,41,44,105,61,110,40,48,41,44,111,61,105,91,34,95,95,99,111,114,101,45,106,115,95,115,104,97,114,101,100,95,95,34,93,124,124,40,105,91,34,95,95,99,111,114,101,45,106,115,95,115,104,97,114,101,100,95,95,34,93,61,123,125,41,59,40,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,111,91,116,93,124,124,40,111,91,116,93,61,118,111,105,100,32,48,33,61,61,101,63,101,58,123,125,41,125,41,40,34,118,101,114,115,105,111,110,115,34,44,91,93,41,46,112,117,115,104,40,123,118,101,114,115,105,111,110,58,114,46,118,101,114,115,105,111,110,44,109,111,100,101,58,110,40,50,52,41,63,34,112,117,114,101,34,58,34,103,108,111,98,97,108,34,44,99,111,112,121,114,105,103,104,116,58,34,194,169,32,50,48,49,56,32,68,101,110,105,115,32,80,117,115,104,107,97,114,101,118,32,40,122,108,111,105,114,111,99,107,46,114,117,41,34,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,50,41,44,105,61,110,40,49,52,41,44,111,61,110,40,49,41,40,34,115,112,101,99,105,101,115,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,97,61,114,40,116,41,46,99,111,110,115,116,114,117,99,116,111,114,59,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,97,124,124,118,111,105,100,32,48,61,61,40,110,61,114,40,97,41,91,111,93,41,63,101,58,105,40,110,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,51,41,44,105,61,110,40,49,54,41,44,111,61,110,40,55,41,44,97,61,110,40,56,52,41,44,115,61,34,91,34,43,97,43,34,93,34,44,99,61,34,226,128,139,194,133,34,44,117,61,82,101,103,69,120,112,40,34,94,34,43,115,43,115,43,34,42,34,41,44,108,61,82,101,103,69,120,112,40,115,43,115,43,34,42,36,34,41,44,102,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,105,61,123,125,44,115,61,111,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,33,97,91,116,93,40,41,124,124,99,91,116,93,40,41,33,61,99,125,41,41,44,117,61,105,91,116,93,61,115,63,101,40,104,41,58,97,91,116,93,59,110,38,38,40,105,91,110,93,61,117,41,44,114,40,114,46,80,43,114,46,70,42,115,44,34,83,116,114,105,110,103,34,44,105,41,125,44,104,61,102,46,116,114,105,109,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,83,116,114,105,110,103,40,105,40,116,41,41,44,49,38,101,38,38,40,116,61,116,46,114,101,112,108,97,99,101,40,117,44,34,34,41,41,44,50,38,101,38,38,40,116,61,116,46,114,101,112,108,97,99,101,40,108,44,34,34,41,41,44,116,125,59,116,46,101,120,112,111,114,116,115,61,102,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,44,97,61,110,40,49,49,41,44,115,61,110,40,54,56,41,44,99,61,110,40,52,48,41,44,117,61,110,40,50,49,41,44,108,61,110,40,48,41,44,102,61,108,46,112,114,111,99,101,115,115,44,104,61,108,46,115,101,116,73,109,109,101,100,105,97,116,101,44,100,61,108,46,99,108,101,97,114,73,109,109,101,100,105,97,116,101,44,112,61,108,46,77,101,115,115,97,103,101,67,104,97,110,110,101,108,44,118,61,108,46,68,105,115,112,97,116,99,104,44,103,61,48,44,109,61,123,125,44,98,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,43,116,104,105,115,59,105,102,40,109,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,116,41,41,123,118,97,114,32,101,61,109,91,116,93,59,100,101,108,101,116,101,32,109,91,116,93,44,101,40,41,125,125,44,121,61,102,117,110,99,116,105,111,110,40,116,41,123,98,46,99,97,108,108,40,116,46,100,97,116,97,41,125,59,104,38,38,100,124,124,40,104,61,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,91,93,44,110,61,49,59,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,110,59,41,101,46,112,117,115,104,40,97,114,103,117,109,101,110,116,115,91,110,43,43,93,41,59,114,101,116,117,114,110,32,109,91,43,43,103,93,61,102,117,110,99,116,105,111,110,40,41,123,115,40,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,63,116,58,70,117,110,99,116,105,111,110,40,116,41,44,101,41,125,44,114,40,103,41,44,103,125,44,100,61,102,117,110,99,116,105,111,110,40,116,41,123,100,101,108,101,116,101,32,109,91,116,93,125,44,34,112,114,111,99,101,115,115,34,61,61,110,40,57,41,40,102,41,63,114,61,102,117,110,99,116,105,111,110,40,116,41,123,102,46,110,101,120,116,84,105,99,107,40,97,40,98,44,116,44,49,41,41,125,58,118,38,38,118,46,110,111,119,63,114,61,102,117,110,99,116,105,111,110,40,116,41,123,118,46,110,111,119,40,97,40,98,44,116,44,49,41,41,125,58,112,63,40,105,61,110,101,119,32,112,44,111,61,105,46,112,111,114,116,50,44,105,46,112,111,114,116,49,46,111,110,109,101,115,115,97,103,101,61,121,44,114,61,97,40,111,46,112,111,115,116,77,101,115,115,97,103,101,44,111,44,49,41,41,58,108,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,112,111,115,116,77,101,115,115,97,103,101,38,38,33,108,46,105,109,112,111,114,116,83,99,114,105,112,116,115,63,40,114,61,102,117,110,99,116,105,111,110,40,116,41,123,108,46,112,111,115,116,77,101,115,115,97,103,101,40,116,43,34,34,44,34,42,34,41,125,44,108,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,101,115,115,97,103,101,34,44,121,44,33,49,41,41,58,114,61,34,111,110,114,101,97,100,121,115,116,97,116,101,99,104,97,110,103,101,34,105,110,32,117,40,34,115,99,114,105,112,116,34,41,63,102,117,110,99,116,105,111,110,40,116,41,123,99,46,97,112,112,101,110,100,67,104,105,108,100,40,117,40,34,115,99,114,105,112,116,34,41,41,46,111,110,114,101,97,100,121,115,116,97,116,101,99,104,97,110,103,101,61,102,117,110,99,116,105,111,110,40,41,123,99,46,114,101,109,111,118,101,67,104,105,108,100,40,116,104,105,115,41,44,98,46,99,97,108,108,40,116,41,125,125,58,102,117,110,99,116,105,111,110,40,116,41,123,115,101,116,84,105,109,101,111,117,116,40,97,40,98,44,116,44,49,41,44,48,41,125,41,44,116,46,101,120,112,111,114,116,115,61,123,115,101,116,58,104,44,99,108,101,97,114,58,100,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,77,97,116,104,46,99,101,105,108,44,114,61,77,97,116,104,46,102,108,111,111,114,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,115,78,97,78,40,116,61,43,116,41,63,48,58,40,116,62,48,63,114,58,110,41,40,116,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,51,41,44,105,61,110,40,50,48,41,40,53,41,44,111,61,33,48,59,34,102,105,110,100,34,105,110,91,93,38,38,65,114,114,97,121,40,49,41,46,102,105,110,100,40,40,102,117,110,99,116,105,111,110,40,41,123,111,61,33,49,125,41,41,44,114,40,114,46,80,43,114,46,70,42,111,44,34,65,114,114,97,121,34,44,123,102,105,110,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,125,41,44,110,40,51,54,41,40,34,102,105,110,100,34,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,44,105,44,111,44,97,44,115,61,110,40,50,52,41,44,99,61,110,40,48,41,44,117,61,110,40,49,49,41,44,108,61,110,40,51,56,41,44,102,61,110,40,51,41,44,104,61,110,40,53,41,44,100,61,110,40,49,52,41,44,112,61,110,40,54,49,41,44,118,61,110,40,54,54,41,44,103,61,110,40,53,48,41,44,109,61,110,40,53,50,41,46,115,101,116,44,98,61,110,40,55,53,41,40,41,44,121,61,110,40,52,51,41,44,119,61,110,40,56,48,41,44,95,61,110,40,56,54,41,44,120,61,110,40,52,56,41,44,79,61,99,46,84,121,112,101,69,114,114,111,114,44,83,61,99,46,112,114,111,99,101,115,115,44,107,61,83,38,38,83,46,118,101,114,115,105,111,110,115,44,67,61,107,38,38,107,46,118,56,124,124,34,34,44,80,61,99,46,80,114,111,109,105,115,101,44,84,61,34,112,114,111,99,101,115,115,34,61,61,108,40,83,41,44,106,61,102,117,110,99,116,105,111,110,40,41,123,125,44,69,61,105,61,121,46,102,44,65,61,33,33,102,117,110,99,116,105,111,110,40,41,123,116,114,121,123,118,97,114,32,116,61,80,46,114,101,115,111,108,118,101,40,49,41,44,101,61,40,116,46,99,111,110,115,116,114,117,99,116,111,114,61,123,125,41,91,110,40,49,41,40,34,115,112,101,99,105,101,115,34,41,93,61,102,117,110,99,116,105,111,110,40,116,41,123,116,40,106,44,106,41,125,59,114,101,116,117,114,110,40,84,124,124,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,80,114,111,109,105,115,101,82,101,106,101,99,116,105,111,110,69,118,101,110,116,41,38,38,116,46,116,104,101,110,40,106,41,105,110,115,116,97,110,99,101,111,102,32,101,38,38,48,33,61,61,67,46,105,110,100,101,120,79,102,40,34,54,46,54,34,41,38,38,45,49,61,61,61,95,46,105,110,100,101,120,79,102,40,34,67,104,114,111,109,101,47,54,54,34,41,125,99,97,116,99,104,40,116,41,123,125,125,40,41,44,68,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,59,114,101,116,117,114,110,33,40,33,104,40,116,41,124,124,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,40,101,61,116,46,116,104,101,110,41,41,38,38,101,125,44,76,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,116,46,95,110,41,123,116,46,95,110,61,33,48,59,118,97,114,32,110,61,116,46,95,99,59,98,40,40,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,114,61,116,46,95,118,44,105,61,49,61,61,116,46,95,115,44,111,61,48,59,110,46,108,101,110,103,116,104,62,111,59,41,33,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,44,111,44,97,44,115,61,105,63,101,46,111,107,58,101,46,102,97,105,108,44,99,61,101,46,114,101,115,111,108,118,101,44,117,61,101,46,114,101,106,101,99,116,44,108,61,101,46,100,111,109,97,105,110,59,116,114,121,123,115,63,40,105,124,124,40,50,61,61,116,46,95,104,38,38,36,40,116,41,44,116,46,95,104,61,49,41,44,33,48,61,61,61,115,63,110,61,114,58,40,108,38,38,108,46,101,110,116,101,114,40,41,44,110,61,115,40,114,41,44,108,38,38,40,108,46,101,120,105,116,40,41,44,97,61,33,48,41,41,44,110,61,61,61,101,46,112,114,111,109,105,115,101,63,117,40,79,40,34,80,114,111,109,105,115,101,45,99,104,97,105,110,32,99,121,99,108,101,34,41,41,58,40,111,61,68,40,110,41,41,63,111,46,99,97,108,108,40,110,44,99,44,117,41,58,99,40,110,41,41,58,117,40,114,41,125,99,97,116,99,104,40,116,41,123,108,38,38,33,97,38,38,108,46,101,120,105,116,40,41,44,117,40,116,41,125,125,40,110,91,111,43,43,93,41,59,116,46,95,99,61,91,93,44,116,46,95,110,61,33,49,44,101,38,38,33,116,46,95,104,38,38,77,40,116,41,125,41,41,125,125,44,77,61,102,117,110,99,116,105,111,110,40,116,41,123,109,46,99,97,108,108,40,99,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,44,110,44,114,44,105,61,116,46,95,118,44,111,61,73,40,116,41,59,105,102,40,111,38,38,40,101,61,119,40,40,102,117,110,99,116,105,111,110,40,41,123,84,63,83,46,101,109,105,116,40,34,117,110,104,97,110,100,108,101,100,82,101,106,101,99,116,105,111,110,34,44,105,44,116,41,58,40,110,61,99,46,111,110,117,110,104,97,110,100,108,101,100,114,101,106,101,99,116,105,111,110,41,63,110,40,123,112,114,111,109,105,115,101,58,116,44,114,101,97,115,111,110,58,105,125,41,58,40,114,61,99,46,99,111,110,115,111,108,101,41,38,38,114,46,101,114,114,111,114,38,38,114,46,101,114,114,111,114,40,34,85,110,104,97,110,100,108,101,100,32,112,114,111,109,105,115,101,32,114,101,106,101,99,116,105,111,110,34,44,105,41,125,41,41,44,116,46,95,104,61,84,124,124,73,40,116,41,63,50,58,49,41,44,116,46,95,97,61,118,111,105,100,32,48,44,111,38,38,101,46,101,41,116,104,114,111,119,32,101,46,118,125,41,41,125,44,73,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,49,33,61,61,116,46,95,104,38,38,48,61,61,61,40,116,46,95,97,124,124,116,46,95,99,41,46,108,101,110,103,116,104,125,44,36,61,102,117,110,99,116,105,111,110,40,116,41,123,109,46,99,97,108,108,40,99,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,59,84,63,83,46,101,109,105,116,40,34,114,101,106,101,99,116,105,111,110,72,97,110,100,108,101,100,34,44,116,41,58,40,101,61,99,46,111,110,114,101,106,101,99,116,105,111,110,104,97,110,100,108,101,100,41,38,38,101,40,123,112,114,111,109,105,115,101,58,116,44,114,101,97,115,111,110,58,116,46,95,118,125,41,125,41,41,125,44,70,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,101,46,95,100,124,124,40,101,46,95,100,61,33,48,44,101,61,101,46,95,119,124,124,101,44,101,46,95,118,61,116,44,101,46,95,115,61,50,44,101,46,95,97,124,124,40,101,46,95,97,61,101,46,95,99,46,115,108,105,99,101,40,41,41,44,76,40,101,44,33,48,41,41,125,44,66,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,116,104,105,115,59,105,102,40,33,110,46,95,100,41,123,110,46,95,100,61,33,48,44,110,61,110,46,95,119,124,124,110,59,116,114,121,123,105,102,40,110,61,61,61,116,41,116,104,114,111,119,32,79,40,34,80,114,111,109,105,115,101,32,99,97,110,39,116,32,98,101,32,114,101,115,111,108,118,101,100,32,105,116,115,101,108,102,34,41,59,40,101,61,68,40,116,41,41,63,98,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,114,61,123,95,119,58,110,44,95,100,58,33,49,125,59,116,114,121,123,101,46,99,97,108,108,40,116,44,117,40,66,44,114,44,49,41,44,117,40,70,44,114,44,49,41,41,125,99,97,116,99,104,40,116,41,123,70,46,99,97,108,108,40,114,44,116,41,125,125,41,41,58,40,110,46,95,118,61,116,44,110,46,95,115,61,49,44,76,40,110,44,33,49,41,41,125,99,97,116,99,104,40,116,41,123,70,46,99,97,108,108,40,123,95,119,58,110,44,95,100,58,33,49,125,44,116,41,125,125,125,59,65,124,124,40,80,61,102,117,110,99,116,105,111,110,40,116,41,123,112,40,116,104,105,115,44,80,44,34,80,114,111,109,105,115,101,34,44,34,95,104,34,41,44,100,40,116,41,44,114,46,99,97,108,108,40,116,104,105,115,41,59,116,114,121,123,116,40,117,40,66,44,116,104,105,115,44,49,41,44,117,40,70,44,116,104,105,115,44,49,41,41,125,99,97,116,99,104,40,116,41,123,70,46,99,97,108,108,40,116,104,105,115,44,116,41,125,125,44,114,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,99,61,91,93,44,116,104,105,115,46,95,97,61,118,111,105,100,32,48,44,116,104,105,115,46,95,115,61,48,44,116,104,105,115,46,95,100,61,33,49,44,116,104,105,115,46,95,118,61,118,111,105,100,32,48,44,116,104,105,115,46,95,104,61,48,44,116,104,105,115,46,95,110,61,33,49,125,44,114,46,112,114,111,116,111,116,121,112,101,61,110,40,56,49,41,40,80,46,112,114,111,116,111,116,121,112,101,44,123,116,104,101,110,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,69,40,103,40,116,104,105,115,44,80,41,41,59,114,101,116,117,114,110,32,110,46,111,107,61,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,124,124,116,44,110,46,102,97,105,108,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,101,38,38,101,44,110,46,100,111,109,97,105,110,61,84,63,83,46,100,111,109,97,105,110,58,118,111,105,100,32,48,44,116,104,105,115,46,95,99,46,112,117,115,104,40,110,41,44,116,104,105,115,46,95,97,38,38,116,104,105,115,46,95,97,46,112,117,115,104,40,110,41,44,116,104,105,115,46,95,115,38,38,76,40,116,104,105,115,44,33,49,41,44,110,46,112,114,111,109,105,115,101,125,44,99,97,116,99,104,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,116,104,101,110,40,118,111,105,100,32,48,44,116,41,125,125,41,44,111,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,110,101,119,32,114,59,116,104,105,115,46,112,114,111,109,105,115,101,61,116,44,116,104,105,115,46,114,101,115,111,108,118,101,61,117,40,66,44,116,44,49,41,44,116,104,105,115,46,114,101,106,101,99,116,61,117,40,70,44,116,44,49,41,125,44,121,46,102,61,69,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,61,61,80,124,124,116,61,61,61,97,63,110,101,119,32,111,40,116,41,58,105,40,116,41,125,41,44,102,40,102,46,71,43,102,46,87,43,102,46,70,42,33,65,44,123,80,114,111,109,105,115,101,58,80,125,41,44,110,40,50,54,41,40,80,44,34,80,114,111,109,105,115,101,34,41,44,110,40,56,51,41,40,34,80,114,111,109,105,115,101,34,41,44,97,61,110,40,49,48,41,46,80,114,111,109,105,115,101,44,102,40,102,46,83,43,102,46,70,42,33,65,44,34,80,114,111,109,105,115,101,34,44,123,114,101,106,101,99,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,69,40,116,104,105,115,41,59,114,101,116,117,114,110,40,48,44,101,46,114,101,106,101,99,116,41,40,116,41,44,101,46,112,114,111,109,105,115,101,125,125,41,44,102,40,102,46,83,43,102,46,70,42,40,115,124,124,33,65,41,44,34,80,114,111,109,105,115,101,34,44,123,114,101,115,111,108,118,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,120,40,115,38,38,116,104,105,115,61,61,61,97,63,80,58,116,104,105,115,44,116,41,125,125,41,44,102,40,102,46,83,43,102,46,70,42,33,40,65,38,38,110,40,55,51,41,40,40,102,117,110,99,116,105,111,110,40,116,41,123,80,46,97,108,108,40,116,41,46,99,97,116,99,104,40,106,41,125,41,41,41,44,34,80,114,111,109,105,115,101,34,44,123,97,108,108,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,69,40,101,41,44,114,61,110,46,114,101,115,111,108,118,101,44,105,61,110,46,114,101,106,101,99,116,44,111,61,119,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,61,91,93,44,111,61,48,44,97,61,49,59,118,40,116,44,33,49,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,115,61,111,43,43,44,99,61,33,49,59,110,46,112,117,115,104,40,118,111,105,100,32,48,41,44,97,43,43,44,101,46,114,101,115,111,108,118,101,40,116,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,99,124,124,40,99,61,33,48,44,110,91,115,93,61,116,44,45,45,97,124,124,114,40,110,41,41,125,41,44,105,41,125,41,41,44,45,45,97,124,124,114,40,110,41,125,41,41,59,114,101,116,117,114,110,32,111,46,101,38,38,105,40,111,46,118,41,44,110,46,112,114,111,109,105,115,101,125,44,114,97,99,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,69,40,101,41,44,114,61,110,46,114,101,106,101,99,116,44,105,61,119,40,40,102,117,110,99,116,105,111,110,40,41,123,118,40,116,44,33,49,44,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,114,101,115,111,108,118,101,40,116,41,46,116,104,101,110,40,110,46,114,101,115,111,108,118,101,44,114,41,125,41,41,125,41,41,59,114,101,116,117,114,110,32,105,46,101,38,38,114,40,105,46,118,41,44,110,46,112,114,111,109,105,115,101,125,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,51,41,44,105,61,110,40,49,48,41,44,111,61,110,40,48,41,44,97,61,110,40,53,48,41,44,115,61,110,40,52,56,41,59,114,40,114,46,80,43,114,46,82,44,34,80,114,111,109,105,115,101,34,44,123,102,105,110,97,108,108,121,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,40,116,104,105,115,44,105,46,80,114,111,109,105,115,101,124,124,111,46,80,114,111,109,105,115,101,41,44,110,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,59,114,101,116,117,114,110,32,116,104,105,115,46,116,104,101,110,40,110,63,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,115,40,101,44,116,40,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,125,41,41,125,58,116,44,110,63,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,115,40,101,44,116,40,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,116,104,114,111,119,32,110,125,41,41,125,58,116,41,125,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,110,40,57,57,41,125,118,97,114,32,105,61,110,40,51,53,41,44,111,61,110,40,49,48,49,41,44,97,61,110,40,49,48,48,41,44,115,61,114,44,99,61,97,40,105,46,97,44,111,46,97,44,33,49,44,115,44,110,117,108,108,44,110,117,108,108,41,59,101,46,97,61,99,46,101,120,112,111,114,116,115,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,101,46,97,61,114,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,40,114,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,34,115,121,109,98,111,108,34,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,121,112,101,111,102,32,116,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,83,121,109,98,111,108,38,38,116,33,61,61,83,121,109,98,111,108,46,112,114,111,116,111,116,121,112,101,63,34,115,121,109,98,111,108,34,58,116,121,112,101,111,102,32,116,125,41,40,116,41,125,102,117,110,99,116,105,111,110,32,105,40,116,41,123,114,101,116,117,114,110,40,105,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,34,115,121,109,98,111,108,34,61,61,61,114,40,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,41,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,40,116,41,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,83,121,109,98,111,108,38,38,116,33,61,61,83,121,109,98,111,108,46,112,114,111,116,111,116,121,112,101,63,34,115,121,109,98,111,108,34,58,114,40,116,41,125,41,40,116,41,125,101,46,97,61,105,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,114,61,110,40,51,52,41,44,105,61,40,110,46,110,40,114,41,44,110,40,53,53,41,41,44,111,61,40,110,46,110,40,105,41,44,110,40,53,54,41,41,44,97,61,40,110,46,110,40,111,41,44,110,40,53,55,41,41,44,115,61,110,40,51,50,41,44,99,61,110,40,51,51,41,59,110,46,100,40,101,44,34,77,117,108,116,105,115,101,108,101,99,116,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,97,46,97,125,41,41,44,110,46,100,40,101,44,34,109,117,108,116,105,115,101,108,101,99,116,77,105,120,105,110,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,115,46,97,125,41,41,44,110,46,100,40,101,44,34,112,111,105,110,116,101,114,77,105,120,105,110,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,99,46,97,125,41,41,44,101,46,100,101,102,97,117,108,116,61,97,46,97,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,105,102,40,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,101,41,124,124,118,111,105,100,32,48,33,61,61,114,38,38,114,32,105,110,32,116,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,110,43,34,58,32,105,110,99,111,114,114,101,99,116,32,105,110,118,111,99,97,116,105,111,110,33,34,41,59,114,101,116,117,114,110,32,116,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,52,41,44,105,61,110,40,50,56,41,44,111,61,110,40,50,51,41,44,97,61,110,40,49,57,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,115,44,99,41,123,114,40,101,41,59,118,97,114,32,117,61,105,40,116,41,44,108,61,111,40,117,41,44,102,61,97,40,117,46,108,101,110,103,116,104,41,44,104,61,99,63,102,45,49,58,48,44,100,61,99,63,45,49,58,49,59,105,102,40,110,60,50,41,102,111,114,40,59,59,41,123,105,102,40,104,32,105,110,32,108,41,123,115,61,108,91,104,93,44,104,43,61,100,59,98,114,101,97,107,125,105,102,40,104,43,61,100,44,99,63,104,60,48,58,102,60,61,104,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,82,101,100,117,99,101,32,111,102,32,101,109,112,116,121,32,97,114,114,97,121,32,119,105,116,104,32,110,111,32,105,110,105,116,105,97,108,32,118,97,108,117,101,34,41,125,102,111,114,40,59,99,63,104,62,61,48,58,102,62,104,59,104,43,61,100,41,104,32,105,110,32,108,38,38,40,115,61,101,40,115,44,108,91,104,93,44,104,44,117,41,41,59,114,101,116,117,114,110,32,115,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,53,41,44,105,61,110,40,52,50,41,44,111,61,110,40,49,41,40,34,115,112,101,99,105,101,115,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,59,114,101,116,117,114,110,32,105,40,116,41,38,38,40,101,61,116,46,99,111,110,115,116,114,117,99,116,111,114,44,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,101,124,124,101,33,61,61,65,114,114,97,121,38,38,33,105,40,101,46,112,114,111,116,111,116,121,112,101,41,124,124,40,101,61,118,111,105,100,32,48,41,44,114,40,101,41,38,38,110,117,108,108,61,61,61,40,101,61,101,91,111,93,41,38,38,40,101,61,118,111,105,100,32,48,41,41,44,118,111,105,100,32,48,61,61,61,101,63,65,114,114,97,121,58,101,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,54,51,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,110,101,119,40,114,40,116,41,41,40,101,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,56,41,44,105,61,110,40,54,41,44,111,61,110,40,55,41,44,97,61,110,40,49,54,41,44,115,61,110,40,49,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,99,61,115,40,116,41,44,117,61,110,40,97,44,99,44,34,34,91,116,93,41,44,108,61,117,91,48,93,44,102,61,117,91,49,93,59,111,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,123,125,59,114,101,116,117,114,110,32,101,91,99,93,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,125,44,55,33,61,34,34,91,116,93,40,101,41,125,41,41,38,38,40,105,40,83,116,114,105,110,103,46,112,114,111,116,111,116,121,112,101,44,116,44,108,41,44,114,40,82,101,103,69,120,112,46,112,114,111,116,111,116,121,112,101,44,99,44,50,61,61,101,63,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,102,46,99,97,108,108,40,116,44,116,104,105,115,44,101,41,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,46,99,97,108,108,40,116,44,116,104,105,115,41,125,41,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,49,41,44,105,61,110,40,55,48,41,44,111,61,110,40,54,57,41,44,97,61,110,40,50,41,44,115,61,110,40,49,57,41,44,99,61,110,40,56,55,41,44,117,61,123,125,44,108,61,123,125,59,101,61,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,102,44,104,41,123,118,97,114,32,100,44,112,44,118,44,103,44,109,61,104,63,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,58,99,40,116,41,44,98,61,114,40,110,44,102,44,101,63,50,58,49,41,44,121,61,48,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,109,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,116,43,34,32,105,115,32,110,111,116,32,105,116,101,114,97,98,108,101,33,34,41,59,105,102,40,111,40,109,41,41,123,102,111,114,40,100,61,115,40,116,46,108,101,110,103,116,104,41,59,100,62,121,59,121,43,43,41,105,102,40,40,103,61,101,63,98,40,97,40,112,61,116,91,121,93,41,91,48,93,44,112,91,49,93,41,58,98,40,116,91,121,93,41,41,61,61,61,117,124,124,103,61,61,61,108,41,114,101,116,117,114,110,32,103,125,101,108,115,101,32,102,111,114,40,118,61,109,46,99,97,108,108,40,116,41,59,33,40,112,61,118,46,110,101,120,116,40,41,41,46,100,111,110,101,59,41,105,102,40,40,103,61,105,40,118,44,98,44,112,46,118,97,108,117,101,44,101,41,41,61,61,61,117,124,124,103,61,61,61,108,41,114,101,116,117,114,110,32,103,125,59,101,46,66,82,69,65,75,61,117,44,101,46,82,69,84,85,82,78,61,108,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,53,41,44,105,61,110,40,56,50,41,46,115,101,116,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,111,44,97,61,101,46,99,111,110,115,116,114,117,99,116,111,114,59,114,101,116,117,114,110,32,97,33,61,61,110,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,97,38,38,40,111,61,97,46,112,114,111,116,111,116,121,112,101,41,33,61,61,110,46,112,114,111,116,111,116,121,112,101,38,38,114,40,111,41,38,38,105,38,38,105,40,116,44,111,41,44,116,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,118,111,105,100,32,48,61,61,61,110,59,115,119,105,116,99,104,40,101,46,108,101,110,103,116,104,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,114,63,116,40,41,58,116,46,99,97,108,108,40,110,41,59,99,97,115,101,32,49,58,114,101,116,117,114,110,32,114,63,116,40,101,91,48,93,41,58,116,46,99,97,108,108,40,110,44,101,91,48,93,41,59,99,97,115,101,32,50,58,114,101,116,117,114,110,32,114,63,116,40,101,91,48,93,44,101,91,49,93,41,58,116,46,99,97,108,108,40,110,44,101,91,48,93,44,101,91,49,93,41,59,99,97,115,101,32,51,58,114,101,116,117,114,110,32,114,63,116,40,101,91,48,93,44,101,91,49,93,44,101,91,50,93,41,58,116,46,99,97,108,108,40,110,44,101,91,48,93,44,101,91,49,93,44,101,91,50,93,41,59,99,97,115,101,32,52,58,114,101,116,117,114,110,32,114,63,116,40,101,91,48,93,44,101,91,49,93,44,101,91,50,93,44,101,91,51,93,41,58,116,46,99,97,108,108,40,110,44,101,91,48,93,44,101,91,49,93,44,101,91,50,93,44,101,91,51,93,41,125,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,110,44,101,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,53,41,44,105,61,110,40,49,41,40,34,105,116,101,114,97,116,111,114,34,41,44,111,61,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,61,116,38,38,40,114,46,65,114,114,97,121,61,61,61,116,124,124,111,91,105,93,61,61,61,116,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,50,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,105,41,123,116,114,121,123,114,101,116,117,114,110,32,105,63,101,40,114,40,110,41,91,48,93,44,110,91,49,93,41,58,101,40,110,41,125,99,97,116,99,104,40,101,41,123,118,97,114,32,111,61,116,46,114,101,116,117,114,110,59,116,104,114,111,119,32,118,111,105,100,32,48,33,61,61,111,38,38,114,40,111,46,99,97,108,108,40,116,41,41,44,101,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,52,52,41,44,105,61,110,40,50,53,41,44,111,61,110,40,50,54,41,44,97,61,123,125,59,110,40,56,41,40,97,44,110,40,49,41,40,34,105,116,101,114,97,116,111,114,34,41,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,41,41,44,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,112,114,111,116,111,116,121,112,101,61,114,40,97,44,123,110,101,120,116,58,105,40,49,44,110,41,125,41,44,111,40,116,44,101,43,34,32,73,116,101,114,97,116,111,114,34,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,50,52,41,44,105,61,110,40,51,41,44,111,61,110,40,54,41,44,97,61,110,40,56,41,44,115,61,110,40,49,53,41,44,99,61,110,40,55,49,41,44,117,61,110,40,50,54,41,44,108,61,110,40,55,56,41,44,102,61,110,40,49,41,40,34,105,116,101,114,97,116,111,114,34,41,44,104,61,33,40,91,93,46,107,101,121,115,38,38,34,110,101,120,116,34,105,110,91,93,46,107,101,121,115,40,41,41,44,100,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,112,44,118,44,103,44,109,41,123,99,40,110,44,101,44,112,41,59,118,97,114,32,98,44,121,44,119,44,95,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,104,38,38,116,32,105,110,32,107,41,114,101,116,117,114,110,32,107,91,116,93,59,115,119,105,116,99,104,40,116,41,123,99,97,115,101,34,107,101,121,115,34,58,99,97,115,101,34,118,97,108,117,101,115,34,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,110,40,116,104,105,115,44,116,41,125,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,110,40,116,104,105,115,44,116,41,125,125,44,120,61,101,43,34,32,73,116,101,114,97,116,111,114,34,44,79,61,34,118,97,108,117,101,115,34,61,61,118,44,83,61,33,49,44,107,61,116,46,112,114,111,116,111,116,121,112,101,44,67,61,107,91,102,93,124,124,107,91,34,64,64,105,116,101,114,97,116,111,114,34,93,124,124,118,38,38,107,91,118,93,44,80,61,67,124,124,95,40,118,41,44,84,61,118,63,79,63,95,40,34,101,110,116,114,105,101,115,34,41,58,80,58,118,111,105,100,32,48,44,106,61,34,65,114,114,97,121,34,61,61,101,38,38,107,46,101,110,116,114,105,101,115,124,124,67,59,105,102,40,106,38,38,40,119,61,108,40,106,46,99,97,108,108,40,110,101,119,32,116,41,41,41,33,61,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,38,38,119,46,110,101,120,116,38,38,40,117,40,119,44,120,44,33,48,41,44,114,124,124,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,119,91,102,93,124,124,97,40,119,44,102,44,100,41,41,44,79,38,38,67,38,38,34,118,97,108,117,101,115,34,33,61,61,67,46,110,97,109,101,38,38,40,83,61,33,48,44,80,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,67,46,99,97,108,108,40,116,104,105,115,41,125,41,44,114,38,38,33,109,124,124,33,104,38,38,33,83,38,38,107,91,102,93,124,124,97,40,107,44,102,44,80,41,44,115,91,101,93,61,80,44,115,91,120,93,61,100,44,118,41,105,102,40,98,61,123,118,97,108,117,101,115,58,79,63,80,58,95,40,34,118,97,108,117,101,115,34,41,44,107,101,121,115,58,103,63,80,58,95,40,34,107,101,121,115,34,41,44,101,110,116,114,105,101,115,58,84,125,44,109,41,102,111,114,40,121,32,105,110,32,98,41,121,32,105,110,32,107,124,124,111,40,107,44,121,44,98,91,121,93,41,59,101,108,115,101,32,105,40,105,46,80,43,105,46,70,42,40,104,124,124,83,41,44,101,44,98,41,59,114,101,116,117,114,110,32,98,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,41,40,34,105,116,101,114,97,116,111,114,34,41,44,105,61,33,49,59,116,114,121,123,118,97,114,32,111,61,91,55,93,91,114,93,40,41,59,111,46,114,101,116,117,114,110,61,102,117,110,99,116,105,111,110,40,41,123,105,61,33,48,125,44,65,114,114,97,121,46,102,114,111,109,40,111,44,40,102,117,110,99,116,105,111,110,40,41,123,116,104,114,111,119,32,50,125,41,41,125,99,97,116,99,104,40,116,41,123,125,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,101,38,38,33,105,41,114,101,116,117,114,110,33,49,59,118,97,114,32,110,61,33,49,59,116,114,121,123,118,97,114,32,111,61,91,55,93,44,97,61,111,91,114,93,40,41,59,97,46,110,101,120,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,100,111,110,101,58,110,61,33,48,125,125,44,111,91,114,93,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,97,125,44,116,40,111,41,125,99,97,116,99,104,40,116,41,123,125,114,101,116,117,114,110,32,110,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,123,118,97,108,117,101,58,101,44,100,111,110,101,58,33,33,116,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,48,41,44,105,61,110,40,53,50,41,46,115,101,116,44,111,61,114,46,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,124,124,114,46,87,101,98,75,105,116,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,44,97,61,114,46,112,114,111,99,101,115,115,44,115,61,114,46,80,114,111,109,105,115,101,44,99,61,34,112,114,111,99,101,115,115,34,61,61,110,40,57,41,40,97,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,44,110,44,117,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,114,44,105,59,102,111,114,40,99,38,38,40,114,61,97,46,100,111,109,97,105,110,41,38,38,114,46,101,120,105,116,40,41,59,116,59,41,123,105,61,116,46,102,110,44,116,61,116,46,110,101,120,116,59,116,114,121,123,105,40,41,125,99,97,116,99,104,40,114,41,123,116,104,114,111,119,32,116,63,110,40,41,58,101,61,118,111,105,100,32,48,44,114,125,125,101,61,118,111,105,100,32,48,44,114,38,38,114,46,101,110,116,101,114,40,41,125,59,105,102,40,99,41,110,61,102,117,110,99,116,105,111,110,40,41,123,97,46,110,101,120,116,84,105,99,107,40,117,41,125,59,101,108,115,101,32,105,102,40,33,111,124,124,114,46,110,97,118,105,103,97,116,111,114,38,38,114,46,110,97,118,105,103,97,116,111,114,46,115,116,97,110,100,97,108,111,110,101,41,105,102,40,115,38,38,115,46,114,101,115,111,108,118,101,41,123,118,97,114,32,108,61,115,46,114,101,115,111,108,118,101,40,118,111,105,100,32,48,41,59,110,61,102,117,110,99,116,105,111,110,40,41,123,108,46,116,104,101,110,40,117,41,125,125,101,108,115,101,32,110,61,102,117,110,99,116,105,111,110,40,41,123,105,46,99,97,108,108,40,114,44,117,41,125,59,101,108,115,101,123,118,97,114,32,102,61,33,48,44,104,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,84,101,120,116,78,111,100,101,40,34,34,41,59,110,101,119,32,111,40,117,41,46,111,98,115,101,114,118,101,40,104,44,123,99,104,97,114,97,99,116,101,114,68,97,116,97,58,33,48,125,41,44,110,61,102,117,110,99,116,105,111,110,40,41,123,104,46,100,97,116,97,61,102,61,33,102,125,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,114,41,123,118,97,114,32,105,61,123,102,110,58,114,44,110,101,120,116,58,118,111,105,100,32,48,125,59,101,38,38,40,101,46,110,101,120,116,61,105,41,44,116,124,124,40,116,61,105,44,110,40,41,41,44,101,61,105,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,51,41,44,105,61,110,40,50,41,44,111,61,110,40,52,55,41,59,116,46,101,120,112,111,114,116,115,61,110,40,52,41,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,40,116,41,59,102,111,114,40,118,97,114,32,110,44,97,61,111,40,101,41,44,115,61,97,46,108,101,110,103,116,104,44,99,61,48,59,115,62,99,59,41,114,46,102,40,116,44,110,61,97,91,99,43,43,93,44,101,91,110,93,41,59,114,101,116,117,114,110,32,116,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,52,54,41,44,105,61,110,40,50,50,41,46,99,111,110,99,97,116,40,34,108,101,110,103,116,104,34,44,34,112,114,111,116,111,116,121,112,101,34,41,59,101,46,102,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,40,116,44,105,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,50,41,44,105,61,110,40,50,56,41,44,111,61,110,40,50,55,41,40,34,73,69,95,80,82,79,84,79,34,41,44,97,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,59,116,46,101,120,112,111,114,116,115,61,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,105,40,116,41,44,114,40,116,44,111,41,63,116,91,111,93,58,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,116,32,105,110,115,116,97,110,99,101,111,102,32,116,46,99,111,110,115,116,114,117,99,116,111,114,63,116,46,99,111,110,115,116,114,117,99,116,111,114,46,112,114,111,116,111,116,121,112,101,58,116,32,105,110,115,116,97,110,99,101,111,102,32,79,98,106,101,99,116,63,97,58,110,117,108,108,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,101,46,102,61,123,125,46,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,116,114,121,123,114,101,116,117,114,110,123,101,58,33,49,44,118,58,116,40,41,125,125,99,97,116,99,104,40,116,41,123,114,101,116,117,114,110,123,101,58,33,48,44,118,58,116,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,54,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,102,111,114,40,118,97,114,32,105,32,105,110,32,101,41,114,40,116,44,105,44,101,91,105,93,44,110,41,59,114,101,116,117,114,110,32,116,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,53,41,44,105,61,110,40,50,41,44,111,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,105,40,116,41,44,33,114,40,101,41,38,38,110,117,108,108,33,61,61,101,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,101,43,34,58,32,99,97,110,39,116,32,115,101,116,32,97,115,32,112,114,111,116,111,116,121,112,101,33,34,41,125,59,116,46,101,120,112,111,114,116,115,61,123,115,101,116,58,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,124,124,40,34,95,95,112,114,111,116,111,95,95,34,105,110,123,125,63,102,117,110,99,116,105,111,110,40,116,44,101,44,114,41,123,116,114,121,123,114,61,110,40,49,49,41,40,70,117,110,99,116,105,111,110,46,99,97,108,108,44,110,40,52,53,41,46,102,40,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,44,34,95,95,112,114,111,116,111,95,95,34,41,46,115,101,116,44,50,41,44,114,40,116,44,91,93,41,44,101,61,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,65,114,114,97,121,41,125,99,97,116,99,104,40,116,41,123,101,61,33,48,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,111,40,116,44,110,41,44,101,63,116,46,95,95,112,114,111,116,111,95,95,61,110,58,114,40,116,44,110,41,44,116,125,125,40,123,125,44,33,49,41,58,118,111,105,100,32,48,41,44,99,104,101,99,107,58,111,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,48,41,44,105,61,110,40,49,51,41,44,111,61,110,40,52,41,44,97,61,110,40,49,41,40,34,115,112,101,99,105,101,115,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,114,91,116,93,59,111,38,38,101,38,38,33,101,91,97,93,38,38,105,46,102,40,101,44,97,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,125,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,34,92,116,92,110,92,118,92,102,92,114,32,194,160,225,154,128,225,160,142,226,128,128,226,128,129,226,128,130,226,128,131,226,128,132,226,128,133,226,128,134,226,128,135,226,128,136,226,128,137,226,128,138,226,128,175,226,129,159,227,128,128,92,117,50,48,50,56,92,117,50,48,50,57,92,117,102,101,102,102,34,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,53,51,41,44,105,61,77,97,116,104,46,109,97,120,44,111,61,77,97,116,104,46,109,105,110,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,114,40,116,41,44,116,60,48,63,105,40,116,43,101,44,48,41,58,111,40,116,44,101,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,48,41,44,105,61,114,46,110,97,118,105,103,97,116,111,114,59,116,46,101,120,112,111,114,116,115,61,105,38,38,105,46,117,115,101,114,65,103,101,110,116,124,124,34,34,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,51,56,41,44,105,61,110,40,49,41,40,34,105,116,101,114,97,116,111,114,34,41,44,111,61,110,40,49,53,41,59,116,46,101,120,112,111,114,116,115,61,110,40,49,48,41,46,103,101,116,73,116,101,114,97,116,111,114,77,101,116,104,111,100,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,118,111,105,100,32,48,33,61,116,41,114,101,116,117,114,110,32,116,91,105,93,124,124,116,91,34,64,64,105,116,101,114,97,116,111,114,34,93,124,124,111,91,114,40,116,41,93,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,51,41,44,105,61,110,40,50,48,41,40,50,41,59,114,40,114,46,80,43,114,46,70,42,33,110,40,49,55,41,40,91,93,46,102,105,108,116,101,114,44,33,48,41,44,34,65,114,114,97,121,34,44,123,102,105,108,116,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,125,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,51,41,44,105,61,110,40,51,55,41,40,33,49,41,44,111,61,91,93,46,105,110,100,101,120,79,102,44,97,61,33,33,111,38,38,49,47,91,49,93,46,105,110,100,101,120,79,102,40,49,44,45,48,41,60,48,59,114,40,114,46,80,43,114,46,70,42,40,97,124,124,33,110,40,49,55,41,40,111,41,41,44,34,65,114,114,97,121,34,44,123,105,110,100,101,120,79,102,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,63,111,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,124,124,48,58,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,125,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,51,41,59,114,40,114,46,83,44,34,65,114,114,97,121,34,44,123,105,115,65,114,114,97,121,58,110,40,52,50,41,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,51,41,44,105,61,110,40,50,48,41,40,49,41,59,114,40,114,46,80,43,114,46,70,42,33,110,40,49,55,41,40,91,93,46,109,97,112,44,33,48,41,44,34,65,114,114,97,121,34,44,123,109,97,112,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,125,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,51,41,44,105,61,110,40,54,50,41,59,114,40,114,46,80,43,114,46,70,42,33,110,40,49,55,41,40,91,93,46,114,101,100,117,99,101,44,33,48,41,44,34,65,114,114,97,121,34,44,123,114,101,100,117,99,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,97,114,103,117,109,101,110,116,115,91,49,93,44,33,49,41,125,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,68,97,116,101,46,112,114,111,116,111,116,121,112,101,44,105,61,114,46,116,111,83,116,114,105,110,103,44,111,61,114,46,103,101,116,84,105,109,101,59,110,101,119,32,68,97,116,101,40,78,97,78,41,43,34,34,33,61,34,73,110,118,97,108,105,100,32,68,97,116,101,34,38,38,110,40,54,41,40,114,44,34,116,111,83,116,114,105,110,103,34,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,111,46,99,97,108,108,40,116,104,105,115,41,59,114,101,116,117,114,110,32,116,61,61,61,116,63,105,46,99,97,108,108,40,116,104,105,115,41,58,34,73,110,118,97,108,105,100,32,68,97,116,101,34,125,41,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,52,41,38,38,34,103,34,33,61,47,46,47,103,46,102,108,97,103,115,38,38,110,40,49,51,41,46,102,40,82,101,103,69,120,112,46,112,114,111,116,111,116,121,112,101,44,34,102,108,97,103,115,34,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,103,101,116,58,110,40,51,57,41,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,54,53,41,40,34,115,101,97,114,99,104,34,44,49,44,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,91,102,117,110,99,116,105,111,110,40,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,116,40,116,104,105,115,41,44,105,61,118,111,105,100,32,48,61,61,110,63,118,111,105,100,32,48,58,110,91,101,93,59,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,61,105,63,105,46,99,97,108,108,40,110,44,114,41,58,110,101,119,32,82,101,103,69,120,112,40,110,41,91,101,93,40,83,116,114,105,110,103,40,114,41,41,125,44,110,93,125,41,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,57,52,41,59,118,97,114,32,114,61,110,40,50,41,44,105,61,110,40,51,57,41,44,111,61,110,40,52,41,44,97,61,47,46,47,46,116,111,83,116,114,105,110,103,44,115,61,102,117,110,99,116,105,111,110,40,116,41,123,110,40,54,41,40,82,101,103,69,120,112,46,112,114,111,116,111,116,121,112,101,44,34,116,111,83,116,114,105,110,103,34,44,116,44,33,48,41,125,59,110,40,55,41,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,47,97,47,98,34,33,61,97,46,99,97,108,108,40,123,115,111,117,114,99,101,58,34,97,34,44,102,108,97,103,115,58,34,98,34,125,41,125,41,41,63,115,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,114,40,116,104,105,115,41,59,114,101,116,117,114,110,34,47,34,46,99,111,110,99,97,116,40,116,46,115,111,117,114,99,101,44,34,47,34,44,34,102,108,97,103,115,34,105,110,32,116,63,116,46,102,108,97,103,115,58,33,111,38,38,116,32,105,110,115,116,97,110,99,101,111,102,32,82,101,103,69,120,112,63,105,46,99,97,108,108,40,116,41,58,118,111,105,100,32,48,41,125,41,41,58,34,116,111,83,116,114,105,110,103,34,33,61,97,46,110,97,109,101,38,38,115,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,97,46,99,97,108,108,40,116,104,105,115,41,125,41,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,53,49,41,40,34,116,114,105,109,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,51,41,125,125,41,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,102,111,114,40,118,97,114,32,114,61,110,40,51,52,41,44,105,61,110,40,52,55,41,44,111,61,110,40,54,41,44,97,61,110,40,48,41,44,115,61,110,40,56,41,44,99,61,110,40,49,53,41,44,117,61,110,40,49,41,44,108,61,117,40,34,105,116,101,114,97,116,111,114,34,41,44,102,61,117,40,34,116,111,83,116,114,105,110,103,84,97,103,34,41,44,104,61,99,46,65,114,114,97,121,44,100,61,123,67,83,83,82,117,108,101,76,105,115,116,58,33,48,44,67,83,83,83,116,121,108,101,68,101,99,108,97,114,97,116,105,111,110,58,33,49,44,67,83,83,86,97,108,117,101,76,105,115,116,58,33,49,44,67,108,105,101,110,116,82,101,99,116,76,105,115,116,58,33,49,44,68,79,77,82,101,99,116,76,105,115,116,58,33,49,44,68,79,77,83,116,114,105,110,103,76,105,115,116,58,33,49,44,68,79,77,84,111,107,101,110,76,105,115,116,58,33,48,44,68,97,116,97,84,114,97,110,115,102,101,114,73,116,101,109,76,105,115,116,58,33,49,44,70,105,108,101,76,105,115,116,58,33,49,44,72,84,77,76,65,108,108,67,111,108,108,101,99,116,105,111,110,58,33,49,44,72,84,77,76,67,111,108,108,101,99,116,105,111,110,58,33,49,44,72,84,77,76,70,111,114,109,69,108,101,109,101,110,116,58,33,49,44,72,84,77,76,83,101,108,101,99,116,69,108,101,109,101,110,116,58,33,49,44,77,101,100,105,97,76,105,115,116,58,33,48,44,77,105,109,101,84,121,112,101,65,114,114,97,121,58,33,49,44,78,97,109,101,100,78,111,100,101,77,97,112,58,33,49,44,78,111,100,101,76,105,115,116,58,33,48,44,80,97,105,110,116,82,101,113,117,101,115,116,76,105,115,116,58,33,49,44,80,108,117,103,105,110,58,33,49,44,80,108,117,103,105,110,65,114,114,97,121,58,33,49,44,83,86,71,76,101,110,103,116,104,76,105,115,116,58,33,49,44,83,86,71,78,117,109,98,101,114,76,105,115,116,58,33,49,44,83,86,71,80,97,116,104,83,101,103,76,105,115,116,58,33,49,44,83,86,71,80,111,105,110,116,76,105,115,116,58,33,49,44,83,86,71,83,116,114,105,110,103,76,105,115,116,58,33,49,44,83,86,71,84,114,97,110,115,102,111,114,109,76,105,115,116,58,33,49,44,83,111,117,114,99,101,66,117,102,102,101,114,76,105,115,116,58,33,49,44,83,116,121,108,101,83,104,101,101,116,76,105,115,116,58,33,48,44,84,101,120,116,84,114,97,99,107,67,117,101,76,105,115,116,58,33,49,44,84,101,120,116,84,114,97,99,107,76,105,115,116,58,33,49,44,84,111,117,99,104,76,105,115,116,58,33,49,125,44,112,61,105,40,100,41,44,118,61,48,59,118,60,112,46,108,101,110,103,116,104,59,118,43,43,41,123,118,97,114,32,103,44,109,61,112,91,118,93,44,98,61,100,91,109,93,44,121,61,97,91,109,93,44,119,61,121,38,38,121,46,112,114,111,116,111,116,121,112,101,59,105,102,40,119,38,38,40,119,91,108,93,124,124,115,40,119,44,108,44,104,41,44,119,91,102,93,124,124,115,40,119,44,102,44,109,41,44,99,91,109,93,61,104,44,98,41,41,102,111,114,40,103,32,105,110,32,114,41,119,91,103,93,124,124,111,40,119,44,103,44,114,91,103,93,44,33,48,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,44,111,41,123,118,97,114,32,97,44,115,61,116,61,116,124,124,123,125,44,99,61,116,121,112,101,111,102,32,116,46,100,101,102,97,117,108,116,59,34,111,98,106,101,99,116,34,33,61,61,99,38,38,34,102,117,110,99,116,105,111,110,34,33,61,61,99,124,124,40,97,61,116,44,115,61,116,46,100,101,102,97,117,108,116,41,59,118,97,114,32,117,44,108,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,115,63,115,46,111,112,116,105,111,110,115,58,115,59,105,102,40,101,38,38,40,108,46,114,101,110,100,101,114,61,101,46,114,101,110,100,101,114,44,108,46,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,61,101,46,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,44,108,46,95,99,111,109,112,105,108,101,100,61,33,48,41,44,110,38,38,40,108,46,102,117,110,99,116,105,111,110,97,108,61,33,48,41,44,105,38,38,40,108,46,95,115,99,111,112,101,73,100,61,105,41,44,111,63,40,117,61,102,117,110,99,116,105,111,110,40,116,41,123,116,61,116,124,124,116,104,105,115,46,36,118,110,111,100,101,38,38,116,104,105,115,46,36,118,110,111,100,101,46,115,115,114,67,111,110,116,101,120,116,124,124,116,104,105,115,46,112,97,114,101,110,116,38,38,116,104,105,115,46,112,97,114,101,110,116,46,36,118,110,111,100,101,38,38,116,104,105,115,46,112,97,114,101,110,116,46,36,118,110,111,100,101,46,115,115,114,67,111,110,116,101,120,116,44,116,124,124,34,117,110,100,101,102,105,110,101,100,34,61,61,116,121,112,101,111,102,32,95,95,86,85,69,95,83,83,82,95,67,79,78,84,69,88,84,95,95,124,124,40,116,61,95,95,86,85,69,95,83,83,82,95,67,79,78,84,69,88,84,95,95,41,44,114,38,38,114,46,99,97,108,108,40,116,104,105,115,44,116,41,44,116,38,38,116,46,95,114,101,103,105,115,116,101,114,101,100,67,111,109,112,111,110,101,110,116,115,38,38,116,46,95,114,101,103,105,115,116,101,114,101,100,67,111,109,112,111,110,101,110,116,115,46,97,100,100,40,111,41,125,44,108,46,95,115,115,114,82,101,103,105,115,116,101,114,61,117,41,58,114,38,38,40,117,61,114,41,44,117,41,123,118,97,114,32,102,61,108,46,102,117,110,99,116,105,111,110,97,108,44,104,61,102,63,108,46,114,101,110,100,101,114,58,108,46,98,101,102,111,114,101,67,114,101,97,116,101,59,102,63,40,108,46,95,105,110,106,101,99,116,83,116,121,108,101,115,61,117,44,108,46,114,101,110,100,101,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,117,46,99,97,108,108,40,101,41,44,104,40,116,44,101,41,125,41,58,108,46,98,101,102,111,114,101,67,114,101,97,116,101,61,104,63,91,93,46,99,111,110,99,97,116,40,104,44,117,41,58,91,117,93,125,114,101,116,117,114,110,123,101,115,77,111,100,117,108,101,58,97,44,101,120,112,111,114,116,115,58,115,44,111,112,116,105,111,110,115,58,108,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,34,44,99,108,97,115,115,58,123,34,109,117,108,116,105,115,101,108,101,99,116,45,45,97,99,116,105,118,101,34,58,116,46,105,115,79,112,101,110,44,34,109,117,108,116,105,115,101,108,101,99,116,45,45,100,105,115,97,98,108,101,100,34,58,116,46,100,105,115,97,98,108,101,100,44,34,109,117,108,116,105,115,101,108,101,99,116,45,45,97,98,111,118,101,34,58,116,46,105,115,65,98,111,118,101,125,44,97,116,116,114,115,58,123,116,97,98,105,110,100,101,120,58,116,46,115,101,97,114,99,104,97,98,108,101,63,45,49,58,116,46,116,97,98,105,110,100,101,120,125,44,111,110,58,123,102,111,99,117,115,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,97,99,116,105,118,97,116,101,40,41,125,44,98,108,117,114,58,102,117,110,99,116,105,111,110,40,101,41,123,33,116,46,115,101,97,114,99,104,97,98,108,101,38,38,116,46,100,101,97,99,116,105,118,97,116,101,40,41,125,44,107,101,121,100,111,119,110,58,91,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,34,98,117,116,116,111,110,34,105,110,32,101,124,124,33,116,46,95,107,40,101,46,107,101,121,67,111,100,101,44,34,100,111,119,110,34,44,52,48,44,101,46,107,101,121,44,91,34,68,111,119,110,34,44,34,65,114,114,111,119,68,111,119,110,34,93,41,63,101,46,116,97,114,103,101,116,33,61,61,101,46,99,117,114,114,101,110,116,84,97,114,103,101,116,63,110,117,108,108,58,40,101,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,118,111,105,100,32,116,46,112,111,105,110,116,101,114,70,111,114,119,97,114,100,40,41,41,58,110,117,108,108,125,44,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,34,98,117,116,116,111,110,34,105,110,32,101,124,124,33,116,46,95,107,40,101,46,107,101,121,67,111,100,101,44,34,117,112,34,44,51,56,44,101,46,107,101,121,44,91,34,85,112,34,44,34,65,114,114,111,119,85,112,34,93,41,63,101,46,116,97,114,103,101,116,33,61,61,101,46,99,117,114,114,101,110,116,84,97,114,103,101,116,63,110,117,108,108,58,40,101,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,118,111,105,100,32,116,46,112,111,105,110,116,101,114,66,97,99,107,119,97,114,100,40,41,41,58,110,117,108,108,125,93,44,107,101,121,112,114,101,115,115,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,33,40,34,98,117,116,116,111,110,34,105,110,32,101,41,38,38,116,46,95,107,40,101,46,107,101,121,67,111,100,101,44,34,101,110,116,101,114,34,44,49,51,44,101,46,107,101,121,44,34,69,110,116,101,114,34,41,38,38,116,46,95,107,40,101,46,107,101,121,67,111,100,101,44,34,116,97,98,34,44,57,44,101,46,107,101,121,44,34,84,97,98,34,41,63,110,117,108,108,58,40,101,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,44,101,46,116,97,114,103,101,116,33,61,61,101,46,99,117,114,114,101,110,116,84,97,114,103,101,116,63,110,117,108,108,58,118,111,105,100,32,116,46,97,100,100,80,111,105,110,116,101,114,69,108,101,109,101,110,116,40,101,41,41,125,44,107,101,121,117,112,58,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,33,40,34,98,117,116,116,111,110,34,105,110,32,101,41,38,38,116,46,95,107,40,101,46,107,101,121,67,111,100,101,44,34,101,115,99,34,44,50,55,44,101,46,107,101,121,44,34,69,115,99,97,112,101,34,41,41,114,101,116,117,114,110,32,110,117,108,108,59,116,46,100,101,97,99,116,105,118,97,116,101,40,41,125,125,125,44,91,116,46,95,116,40,34,99,97,114,101,116,34,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,115,101,108,101,99,116,34,44,111,110,58,123,109,111,117,115,101,100,111,119,110,58,102,117,110,99,116,105,111,110,40,101,41,123,101,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,101,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,44,116,46,116,111,103,103,108,101,40,41,125,125,125,41,93,44,123,116,111,103,103,108,101,58,116,46,116,111,103,103,108,101,125,41,44,116,46,95,118,40,34,32,34,41,44,116,46,95,116,40,34,99,108,101,97,114,34,44,110,117,108,108,44,123,115,101,97,114,99,104,58,116,46,115,101,97,114,99,104,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,114,101,102,58,34,116,97,103,115,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,115,34,125,44,91,116,46,95,116,40,34,115,101,108,101,99,116,105,111,110,34,44,91,110,40,34,100,105,118,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,114,97,119,78,97,109,101,58,34,118,45,115,104,111,119,34,44,118,97,108,117,101,58,116,46,118,105,115,105,98,108,101,86,97,108,117,101,115,46,108,101,110,103,116,104,62,48,44,101,120,112,114,101,115,115,105,111,110,58,34,118,105,115,105,98,108,101,86,97,108,117,101,115,46,108,101,110,103,116,104,32,62,32,48,34,125,93,44,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,115,45,119,114,97,112,34,125,44,91,116,46,95,108,40,116,46,118,105,115,105,98,108,101,86,97,108,117,101,115,44,40,102,117,110,99,116,105,111,110,40,101,44,114,41,123,114,101,116,117,114,110,91,116,46,95,116,40,34,116,97,103,34,44,91,110,40,34,115,112,97,110,34,44,123,107,101,121,58,114,44,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,34,125,44,91,110,40,34,115,112,97,110,34,44,123,100,111,109,80,114,111,112,115,58,123,116,101,120,116,67,111,110,116,101,110,116,58,116,46,95,115,40,116,46,103,101,116,79,112,116,105,111,110,76,97,98,101,108,40,101,41,41,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,105,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,116,97,103,45,105,99,111,110,34,44,97,116,116,114,115,58,123,34,97,114,105,97,45,104,105,100,100,101,110,34,58,34,116,114,117,101,34,44,116,97,98,105,110,100,101,120,58,34,49,34,125,44,111,110,58,123,107,101,121,112,114,101,115,115,58,102,117,110,99,116,105,111,110,40,110,41,123,105,102,40,33,40,34,98,117,116,116,111,110,34,105,110,32,110,41,38,38,116,46,95,107,40,110,46,107,101,121,67,111,100,101,44,34,101,110,116,101,114,34,44,49,51,44,110,46,107,101,121,44,34,69,110,116,101,114,34,41,41,114,101,116,117,114,110,32,110,117,108,108,59,110,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,46,114,101,109,111,118,101,69,108,101,109,101,110,116,40,101,41,125,44,109,111,117,115,101,100,111,119,110,58,102,117,110,99,116,105,111,110,40,110,41,123,110,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,46,114,101,109,111,118,101,69,108,101,109,101,110,116,40,101,41,125,125,125,41,93,41,93,44,123,111,112,116,105,111,110,58,101,44,115,101,97,114,99,104,58,116,46,115,101,97,114,99,104,44,114,101,109,111,118,101,58,116,46,114,101,109,111,118,101,69,108,101,109,101,110,116,125,41,93,125,41,41,93,44,50,41,44,116,46,95,118,40,34,32,34,41,44,116,46,105,110,116,101,114,110,97,108,86,97,108,117,101,38,38,116,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,108,101,110,103,116,104,62,116,46,108,105,109,105,116,63,91,116,46,95,116,40,34,108,105,109,105,116,34,44,91,110,40,34,115,116,114,111,110,103,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,115,116,114,111,110,103,34,44,100,111,109,80,114,111,112,115,58,123,116,101,120,116,67,111,110,116,101,110,116,58,116,46,95,115,40,116,46,108,105,109,105,116,84,101,120,116,40,116,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,108,101,110,103,116,104,45,116,46,108,105,109,105,116,41,41,125,125,41,93,41,93,58,116,46,95,101,40,41,93,44,123,115,101,97,114,99,104,58,116,46,115,101,97,114,99,104,44,114,101,109,111,118,101,58,116,46,114,101,109,111,118,101,69,108,101,109,101,110,116,44,118,97,108,117,101,115,58,116,46,118,105,115,105,98,108,101,86,97,108,117,101,115,44,105,115,79,112,101,110,58,116,46,105,115,79,112,101,110,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,116,114,97,110,115,105,116,105,111,110,34,44,123,97,116,116,114,115,58,123,110,97,109,101,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,108,111,97,100,105,110,103,34,125,125,44,91,116,46,95,116,40,34,108,111,97,100,105,110,103,34,44,91,110,40,34,100,105,118,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,114,97,119,78,97,109,101,58,34,118,45,115,104,111,119,34,44,118,97,108,117,101,58,116,46,108,111,97,100,105,110,103,44,101,120,112,114,101,115,115,105,111,110,58,34,108,111,97,100,105,110,103,34,125,93,44,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,115,112,105,110,110,101,114,34,125,41,93,41,93,44,50,41,44,116,46,95,118,40,34,32,34,41,44,116,46,115,101,97,114,99,104,97,98,108,101,63,110,40,34,105,110,112,117,116,34,44,123,114,101,102,58,34,115,101,97,114,99,104,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,105,110,112,117,116,34,44,115,116,121,108,101,58,116,46,105,110,112,117,116,83,116,121,108,101,44,97,116,116,114,115,58,123,110,97,109,101,58,116,46,110,97,109,101,44,105,100,58,116,46,105,100,44,116,121,112,101,58,34,116,101,120,116,34,44,97,117,116,111,99,111,109,112,108,101,116,101,58,34,110,111,112,101,34,44,112,108,97,99,101,104,111,108,100,101,114,58,116,46,112,108,97,99,101,104,111,108,100,101,114,44,100,105,115,97,98,108,101,100,58,116,46,100,105,115,97,98,108,101,100,44,116,97,98,105,110,100,101,120,58,116,46,116,97,98,105,110,100,101,120,125,44,100,111,109,80,114,111,112,115,58,123,118,97,108,117,101,58,116,46,115,101,97,114,99,104,125,44,111,110,58,123,105,110,112,117,116,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,117,112,100,97,116,101,83,101,97,114,99,104,40,101,46,116,97,114,103,101,116,46,118,97,108,117,101,41,125,44,102,111,99,117,115,58,102,117,110,99,116,105,111,110,40,101,41,123,101,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,46,97,99,116,105,118,97,116,101,40,41,125,44,98,108,117,114,58,102,117,110,99,116,105,111,110,40,101,41,123,101,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,46,100,101,97,99,116,105,118,97,116,101,40,41,125,44,107,101,121,117,112,58,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,33,40,34,98,117,116,116,111,110,34,105,110,32,101,41,38,38,116,46,95,107,40,101,46,107,101,121,67,111,100,101,44,34,101,115,99,34,44,50,55,44,101,46,107,101,121,44,34,69,115,99,97,112,101,34,41,41,114,101,116,117,114,110,32,110,117,108,108,59,116,46,100,101,97,99,116,105,118,97,116,101,40,41,125,44,107,101,121,100,111,119,110,58,91,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,33,40,34,98,117,116,116,111,110,34,105,110,32,101,41,38,38,116,46,95,107,40,101,46,107,101,121,67,111,100,101,44,34,100,111,119,110,34,44,52,48,44,101,46,107,101,121,44,91,34,68,111,119,110,34,44,34,65,114,114,111,119,68,111,119,110,34,93,41,41,114,101,116,117,114,110,32,110,117,108,108,59,101,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,46,112,111,105,110,116,101,114,70,111,114,119,97,114,100,40,41,125,44,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,33,40,34,98,117,116,116,111,110,34,105,110,32,101,41,38,38,116,46,95,107,40,101,46,107,101,121,67,111,100,101,44,34,117,112,34,44,51,56,44,101,46,107,101,121,44,91,34,85,112,34,44,34,65,114,114,111,119,85,112,34,93,41,41,114,101,116,117,114,110,32,110,117,108,108,59,101,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,46,112,111,105,110,116,101,114,66,97,99,107,119,97,114,100,40,41,125,44,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,33,40,34,98,117,116,116,111,110,34,105,110,32,101,41,38,38,116,46,95,107,40,101,46,107,101,121,67,111,100,101,44,34,100,101,108,101,116,101,34,44,91,56,44,52,54,93,44,101,46,107,101,121,44,91,34,66,97,99,107,115,112,97,99,101,34,44,34,68,101,108,101,116,101,34,93,41,41,114,101,116,117,114,110,32,110,117,108,108,59,101,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,44,116,46,114,101,109,111,118,101,76,97,115,116,69,108,101,109,101,110,116,40,41,125,93,44,107,101,121,112,114,101,115,115,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,34,98,117,116,116,111,110,34,105,110,32,101,124,124,33,116,46,95,107,40,101,46,107,101,121,67,111,100,101,44,34,101,110,116,101,114,34,44,49,51,44,101,46,107,101,121,44,34,69,110,116,101,114,34,41,63,40,101,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,101,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,44,101,46,116,97,114,103,101,116,33,61,61,101,46,99,117,114,114,101,110,116,84,97,114,103,101,116,63,110,117,108,108,58,118,111,105,100,32,116,46,97,100,100,80,111,105,110,116,101,114,69,108,101,109,101,110,116,40,101,41,41,58,110,117,108,108,125,125,125,41,58,116,46,95,101,40,41,44,116,46,95,118,40,34,32,34,41,44,116,46,105,115,83,105,110,103,108,101,76,97,98,101,108,86,105,115,105,98,108,101,63,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,115,105,110,103,108,101,34,44,111,110,58,123,109,111,117,115,101,100,111,119,110,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,46,116,111,103,103,108,101,40,101,41,125,125,125,44,91,116,46,95,116,40,34,115,105,110,103,108,101,76,97,98,101,108,34,44,91,91,116,46,95,118,40,116,46,95,115,40,116,46,99,117,114,114,101,110,116,79,112,116,105,111,110,76,97,98,101,108,41,41,93,93,44,123,111,112,116,105,111,110,58,116,46,115,105,110,103,108,101,86,97,108,117,101,125,41,93,44,50,41,58,116,46,95,101,40,41,44,116,46,95,118,40,34,32,34,41,44,116,46,105,115,80,108,97,99,101,104,111,108,100,101,114,86,105,115,105,98,108,101,63,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,112,108,97,99,101,104,111,108,100,101,114,34,44,111,110,58,123,109,111,117,115,101,100,111,119,110,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,46,116,111,103,103,108,101,40,101,41,125,125,125,44,91,116,46,95,116,40,34,112,108,97,99,101,104,111,108,100,101,114,34,44,91,116,46,95,118,40,34,92,110,32,32,32,32,32,32,32,32,32,32,34,43,116,46,95,115,40,116,46,112,108,97,99,101,104,111,108,100,101,114,41,43,34,92,110,32,32,32,32,32,32,32,32,34,41,93,41,93,44,50,41,58,116,46,95,101,40,41,93,44,50,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,116,114,97,110,115,105,116,105,111,110,34,44,123,97,116,116,114,115,58,123,110,97,109,101,58,34,109,117,108,116,105,115,101,108,101,99,116,34,125,125,44,91,110,40,34,100,105,118,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,114,97,119,78,97,109,101,58,34,118,45,115,104,111,119,34,44,118,97,108,117,101,58,116,46,105,115,79,112,101,110,44,101,120,112,114,101,115,115,105,111,110,58,34,105,115,79,112,101,110,34,125,93,44,114,101,102,58,34,108,105,115,116,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,99,111,110,116,101,110,116,45,119,114,97,112,112,101,114,34,44,115,116,121,108,101,58,123,109,97,120,72,101,105,103,104,116,58,116,46,111,112,116,105,109,105,122,101,100,72,101,105,103,104,116,43,34,112,120,34,125,44,97,116,116,114,115,58,123,116,97,98,105,110,100,101,120,58,34,45,49,34,125,44,111,110,58,123,102,111,99,117,115,58,116,46,97,99,116,105,118,97,116,101,44,109,111,117,115,101,100,111,119,110,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,125,125,125,44,91,110,40,34,117,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,99,111,110,116,101,110,116,34,44,115,116,121,108,101,58,116,46,99,111,110,116,101,110,116,83,116,121,108,101,125,44,91,116,46,95,116,40,34,98,101,102,111,114,101,76,105,115,116,34,41,44,116,46,95,118,40,34,32,34,41,44,116,46,109,117,108,116,105,112,108,101,38,38,116,46,109,97,120,61,61,61,116,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,108,101,110,103,116,104,63,110,40,34,108,105,34,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,34,125,44,91,116,46,95,116,40,34,109,97,120,69,108,101,109,101,110,116,115,34,44,91,116,46,95,118,40,34,77,97,120,105,109,117,109,32,111,102,32,34,43,116,46,95,115,40,116,46,109,97,120,41,43,34,32,111,112,116,105,111,110,115,32,115,101,108,101,99,116,101,100,46,32,70,105,114,115,116,32,114,101,109,111,118,101,32,97,32,115,101,108,101,99,116,101,100,32,111,112,116,105,111,110,32,116,111,32,115,101,108,101,99,116,32,97,110,111,116,104,101,114,46,34,41,93,41,93,44,50,41,93,41,58,116,46,95,101,40,41,44,116,46,95,118,40,34,32,34,41,44,33,116,46,109,97,120,124,124,116,46,105,110,116,101,114,110,97,108,86,97,108,117,101,46,108,101,110,103,116,104,60,116,46,109,97,120,63,116,46,95,108,40,116,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,44,40,102,117,110,99,116,105,111,110,40,101,44,114,41,123,114,101,116,117,114,110,32,110,40,34,108,105,34,44,123,107,101,121,58,114,44,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,101,108,101,109,101,110,116,34,125,44,91,101,38,38,40,101,46,36,105,115,76,97,98,101,108,124,124,101,46,36,105,115,68,105,115,97,98,108,101,100,41,63,116,46,95,101,40,41,58,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,34,44,99,108,97,115,115,58,116,46,111,112,116,105,111,110,72,105,103,104,108,105,103,104,116,40,114,44,101,41,44,97,116,116,114,115,58,123,34,100,97,116,97,45,115,101,108,101,99,116,34,58,101,38,38,101,46,105,115,84,97,103,63,116,46,116,97,103,80,108,97,99,101,104,111,108,100,101,114,58,116,46,115,101,108,101,99,116,76,97,98,101,108,84,101,120,116,44,34,100,97,116,97,45,115,101,108,101,99,116,101,100,34,58,116,46,115,101,108,101,99,116,101,100,76,97,98,101,108,84,101,120,116,44,34,100,97,116,97,45,100,101,115,101,108,101,99,116,34,58,116,46,100,101,115,101,108,101,99,116,76,97,98,101,108,84,101,120,116,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,110,41,123,110,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,44,116,46,115,101,108,101,99,116,40,101,41,125,44,109,111,117,115,101,101,110,116,101,114,58,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,101,46,116,97,114,103,101,116,33,61,61,101,46,99,117,114,114,101,110,116,84,97,114,103,101,116,41,114,101,116,117,114,110,32,110,117,108,108,59,116,46,112,111,105,110,116,101,114,83,101,116,40,114,41,125,125,125,44,91,116,46,95,116,40,34,111,112,116,105,111,110,34,44,91,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,103,101,116,79,112,116,105,111,110,76,97,98,101,108,40,101,41,41,41,93,41,93,44,123,111,112,116,105,111,110,58,101,44,115,101,97,114,99,104,58,116,46,115,101,97,114,99,104,125,41,93,44,50,41,44,116,46,95,118,40,34,32,34,41,44,101,38,38,40,101,46,36,105,115,76,97,98,101,108,124,124,101,46,36,105,115,68,105,115,97,98,108,101,100,41,63,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,34,44,99,108,97,115,115,58,116,46,103,114,111,117,112,72,105,103,104,108,105,103,104,116,40,114,44,101,41,44,97,116,116,114,115,58,123,34,100,97,116,97,45,115,101,108,101,99,116,34,58,116,46,103,114,111,117,112,83,101,108,101,99,116,38,38,116,46,115,101,108,101,99,116,71,114,111,117,112,76,97,98,101,108,84,101,120,116,44,34,100,97,116,97,45,100,101,115,101,108,101,99,116,34,58,116,46,103,114,111,117,112,83,101,108,101,99,116,38,38,116,46,100,101,115,101,108,101,99,116,71,114,111,117,112,76,97,98,101,108,84,101,120,116,125,44,111,110,58,123,109,111,117,115,101,101,110,116,101,114,58,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,101,46,116,97,114,103,101,116,33,61,61,101,46,99,117,114,114,101,110,116,84,97,114,103,101,116,41,114,101,116,117,114,110,32,110,117,108,108,59,116,46,103,114,111,117,112,83,101,108,101,99,116,38,38,116,46,112,111,105,110,116,101,114,83,101,116,40,114,41,125,44,109,111,117,115,101,100,111,119,110,58,102,117,110,99,116,105,111,110,40,110,41,123,110,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,116,46,115,101,108,101,99,116,71,114,111,117,112,40,101,41,125,125,125,44,91,116,46,95,116,40,34,111,112,116,105,111,110,34,44,91,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,103,101,116,79,112,116,105,111,110,76,97,98,101,108,40,101,41,41,41,93,41,93,44,123,111,112,116,105,111,110,58,101,44,115,101,97,114,99,104,58,116,46,115,101,97,114,99,104,125,41,93,44,50,41,58,116,46,95,101,40,41,93,41,125,41,41,58,116,46,95,101,40,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,108,105,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,114,97,119,78,97,109,101,58,34,118,45,115,104,111,119,34,44,118,97,108,117,101,58,116,46,115,104,111,119,78,111,82,101,115,117,108,116,115,38,38,48,61,61,61,116,46,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,46,108,101,110,103,116,104,38,38,116,46,115,101,97,114,99,104,38,38,33,116,46,108,111,97,100,105,110,103,44,101,120,112,114,101,115,115,105,111,110,58,34,115,104,111,119,78,111,82,101,115,117,108,116,115,32,38,38,32,40,102,105,108,116,101,114,101,100,79,112,116,105,111,110,115,46,108,101,110,103,116,104,32,61,61,61,32,48,32,38,38,32,115,101,97,114,99,104,32,38,38,32,33,108,111,97,100,105,110,103,41,34,125,93,125,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,34,125,44,91,116,46,95,116,40,34,110,111,82,101,115,117,108,116,34,44,91,116,46,95,118,40,34,78,111,32,101,108,101,109,101,110,116,115,32,102,111,117,110,100,46,32,67,111,110,115,105,100,101,114,32,99,104,97,110,103,105,110,103,32,116,104,101,32,115,101,97,114,99,104,32,113,117,101,114,121,46,34,41,93,44,123,115,101,97,114,99,104,58,116,46,115,101,97,114,99,104,125,41,93,44,50,41,93,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,108,105,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,114,97,119,78,97,109,101,58,34,118,45,115,104,111,119,34,44,118,97,108,117,101,58,116,46,115,104,111,119,78,111,79,112,116,105,111,110,115,38,38,48,61,61,61,116,46,111,112,116,105,111,110,115,46,108,101,110,103,116,104,38,38,33,116,46,115,101,97,114,99,104,38,38,33,116,46,108,111,97,100,105,110,103,44,101,120,112,114,101,115,115,105,111,110,58,34,115,104,111,119,78,111,79,112,116,105,111,110,115,32,38,38,32,40,111,112,116,105,111,110,115,46,108,101,110,103,116,104,32,61,61,61,32,48,32,38,38,32,33,115,101,97,114,99,104,32,38,38,32,33,108,111,97,100,105,110,103,41,34,125,93,125,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,117,108,116,105,115,101,108,101,99,116,95,95,111,112,116,105,111,110,34,125,44,91,116,46,95,116,40,34,110,111,79,112,116,105,111,110,115,34,44,91,116,46,95,118,40,34,76,105,115,116,32,105,115,32,101,109,112,116,121,46,34,41,93,41,93,44,50,41,93,41,44,116,46,95,118,40,34,32,34,41,44,116,46,95,116,40,34,97,102,116,101,114,76,105,115,116,34,41,93,44,50,41,93,41,93,41,93,44,50,41,125,44,105,61,91,93,44,111,61,123,114,101,110,100,101,114,58,114,44,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,58,105,125,59,101,46,97,61,111,125,93,41,125,41,41,125,44,34,56,101,56,53,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,102,97,53,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,34,110,117,109,98,101,114,34,33,61,116,121,112,101,111,102,32,116,38,38,34,78,117,109,98,101,114,34,33,61,114,40,116,41,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,101,41,59,114,101,116,117,114,110,43,116,125,125,44,34,56,101,56,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,102,111,114,40,118,97,114,32,114,61,110,40,34,50,50,49,98,34,41,44,105,61,110,40,34,98,55,101,50,34,41,44,111,61,110,40,34,98,100,52,55,34,41,44,97,61,110,40,34,50,53,53,97,34,41,44,115,61,110,40,34,99,51,102,97,34,41,44,99,61,110,40,34,56,100,50,101,34,41,44,117,61,110,40,34,57,51,51,54,34,41,44,108,61,117,40,34,105,116,101,114,97,116,111,114,34,41,44,102,61,117,40,34,116,111,83,116,114,105,110,103,84,97,103,34,41,44,104,61,99,46,65,114,114,97,121,44,100,61,123,67,83,83,82,117,108,101,76,105,115,116,58,33,48,44,67,83,83,83,116,121,108,101,68,101,99,108,97,114,97,116,105,111,110,58,33,49,44,67,83,83,86,97,108,117,101,76,105,115,116,58,33,49,44,67,108,105,101,110,116,82,101,99,116,76,105,115,116,58,33,49,44,68,79,77,82,101,99,116,76,105,115,116,58,33,49,44,68,79,77,83,116,114,105,110,103,76,105,115,116,58,33,49,44,68,79,77,84,111,107,101,110,76,105,115,116,58,33,48,44,68,97,116,97,84,114,97,110,115,102,101,114,73,116,101,109,76,105,115,116,58,33,49,44,70,105,108,101,76,105,115,116,58,33,49,44,72,84,77,76,65,108,108,67,111,108,108,101,99,116,105,111,110,58,33,49,44,72,84,77,76,67,111,108,108,101,99,116,105,111,110,58,33,49,44,72,84,77,76,70,111,114,109,69,108,101,109,101,110,116,58,33,49,44,72,84,77,76,83,101,108,101,99,116,69,108,101,109,101,110,116,58,33,49,44,77,101,100,105,97,76,105,115,116,58,33,48,44,77,105,109,101,84,121,112,101,65,114,114,97,121,58,33,49,44,78,97,109,101,100,78,111,100,101,77,97,112,58,33,49,44,78,111,100,101,76,105,115,116,58,33,48,44,80,97,105,110,116,82,101,113,117,101,115,116,76,105,115,116,58,33,49,44,80,108,117,103,105,110,58,33,49,44,80,108,117,103,105,110,65,114,114,97,121,58,33,49,44,83,86,71,76,101,110,103,116,104,76,105,115,116,58,33,49,44,83,86,71,78,117,109,98,101,114,76,105,115,116,58,33,49,44,83,86,71,80,97,116,104,83,101,103,76,105,115,116,58,33,49,44,83,86,71,80,111,105,110,116,76,105,115,116,58,33,49,44,83,86,71,83,116,114,105,110,103,76,105,115,116,58,33,49,44,83,86,71,84,114,97,110,115,102,111,114,109,76,105,115,116,58,33,49,44,83,111,117,114,99,101,66,117,102,102,101,114,76,105,115,116,58,33,49,44,83,116,121,108,101,83,104,101,101,116,76,105,115,116,58,33,48,44,84,101,120,116,84,114,97,99,107,67,117,101,76,105,115,116,58,33,49,44,84,101,120,116,84,114,97,99,107,76,105,115,116,58,33,49,44,84,111,117,99,104,76,105,115,116,58,33,49,125,44,112,61,105,40,100,41,44,118,61,48,59,118,60,112,46,108,101,110,103,116,104,59,118,43,43,41,123,118,97,114,32,103,44,109,61,112,91,118,93,44,98,61,100,91,109,93,44,121,61,97,91,109,93,44,119,61,121,38,38,121,46,112,114,111,116,111,116,121,112,101,59,105,102,40,119,38,38,40,119,91,108,93,124,124,115,40,119,44,108,44,104,41,44,119,91,102,93,124,124,115,40,119,44,102,44,109,41,44,99,91,109,93,61,104,44,98,41,41,102,111,114,40,103,32,105,110,32,114,41,119,91,103,93,124,124,111,40,119,44,103,44,114,91,103,93,44,33,48,41,125,125,44,34,56,102,56,50,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,99,55,99,49,34,41,40,34,115,117,112,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,34,115,117,112,34,44,34,34,44,34,34,41,125,125,41,41,125,44,34,56,102,56,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,99,55,99,49,34,41,40,34,102,111,110,116,115,105,122,101,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,34,102,111,110,116,34,44,34,115,105,122,101,34,44,101,41,125,125,41,41,125,44,34,57,48,53,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,53,48,53,49,34,41,40,33,49,41,59,114,40,114,46,83,44,34,79,98,106,101,99,116,34,44,123,118,97,108,117,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,41,125,125,41,125,44,34,57,48,101,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,48,44,114,61,77,97,116,104,46,114,97,110,100,111,109,40,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,83,121,109,98,111,108,40,34,43,83,116,114,105,110,103,40,118,111,105,100,32,48,61,61,61,116,63,34,34,58,116,41,43,34,41,95,34,43,40,43,43,110,43,114,41,46,116,111,83,116,114,105,110,103,40,51,54,41,125,125,44,57,49,49,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,51,97,98,34,41,44,105,61,110,40,34,57,98,102,50,34,41,44,111,61,110,40,34,53,99,54,99,34,41,59,116,46,101,120,112,111,114,116,115,61,114,63,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,105,46,102,40,116,44,101,44,111,40,49,44,110,41,41,125,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,91,101,93,61,110,44,116,125,125,44,34,57,50,50,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,77,97,116,104,34,44,123,115,105,103,110,58,110,40,34,97,48,51,54,34,41,125,41,125,44,57,50,54,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,97,100,54,100,34,41,44,105,61,110,40,34,57,102,55,102,34,41,44,111,61,110,40,34,53,54,57,50,34,41,44,97,61,82,101,103,69,120,112,46,112,114,111,116,111,116,121,112,101,46,101,120,101,99,44,115,61,111,40,34,110,97,116,105,118,101,45,115,116,114,105,110,103,45,114,101,112,108,97,99,101,34,44,83,116,114,105,110,103,46,112,114,111,116,111,116,121,112,101,46,114,101,112,108,97,99,101,41,44,99,61,97,44,117,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,47,97,47,44,101,61,47,98,42,47,103,59,114,101,116,117,114,110,32,97,46,99,97,108,108,40,116,44,34,97,34,41,44,97,46,99,97,108,108,40,101,44,34,97,34,41,44,48,33,61,61,116,46,108,97,115,116,73,110,100,101,120,124,124,48,33,61,61,101,46,108,97,115,116,73,110,100,101,120,125,40,41,44,108,61,105,46,85,78,83,85,80,80,79,82,84,69,68,95,89,124,124,105,46,66,82,79,75,69,78,95,67,65,82,69,84,44,102,61,118,111,105,100,32,48,33,61,61,47,40,41,63,63,47,46,101,120,101,99,40,34,34,41,91,49,93,44,104,61,117,124,124,102,124,124,108,59,104,38,38,40,99,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,105,44,111,44,99,61,116,104,105,115,44,104,61,108,38,38,99,46,115,116,105,99,107,121,44,100,61,114,46,99,97,108,108,40,99,41,44,112,61,99,46,115,111,117,114,99,101,44,118,61,48,44,103,61,116,59,114,101,116,117,114,110,32,104,38,38,40,100,61,100,46,114,101,112,108,97,99,101,40,34,121,34,44,34,34,41,44,45,49,61,61,61,100,46,105,110,100,101,120,79,102,40,34,103,34,41,38,38,40,100,43,61,34,103,34,41,44,103,61,83,116,114,105,110,103,40,116,41,46,115,108,105,99,101,40,99,46,108,97,115,116,73,110,100,101,120,41,44,99,46,108,97,115,116,73,110,100,101,120,62,48,38,38,40,33,99,46,109,117,108,116,105,108,105,110,101,124,124,99,46,109,117,108,116,105,108,105,110,101,38,38,34,92,110,34,33,61,61,116,91,99,46,108,97,115,116,73,110,100,101,120,45,49,93,41,38,38,40,112,61,34,40,63,58,32,34,43,112,43,34,41,34,44,103,61,34,32,34,43,103,44,118,43,43,41,44,110,61,110,101,119,32,82,101,103,69,120,112,40,34,94,40,63,58,34,43,112,43,34,41,34,44,100,41,41,44,102,38,38,40,110,61,110,101,119,32,82,101,103,69,120,112,40,34,94,34,43,112,43,34,36,40,63,33,92,92,115,41,34,44,100,41,41,44,117,38,38,40,101,61,99,46,108,97,115,116,73,110,100,101,120,41,44,105,61,97,46,99,97,108,108,40,104,63,110,58,99,44,103,41,44,104,63,105,63,40,105,46,105,110,112,117,116,61,105,46,105,110,112,117,116,46,115,108,105,99,101,40,118,41,44,105,91,48,93,61,105,91,48,93,46,115,108,105,99,101,40,118,41,44,105,46,105,110,100,101,120,61,99,46,108,97,115,116,73,110,100,101,120,44,99,46,108,97,115,116,73,110,100,101,120,43,61,105,91,48,93,46,108,101,110,103,116,104,41,58,99,46,108,97,115,116,73,110,100,101,120,61,48,58,117,38,38,105,38,38,40,99,46,108,97,115,116,73,110,100,101,120,61,99,46,103,108,111,98,97,108,63,105,46,105,110,100,101,120,43,105,91,48,93,46,108,101,110,103,116,104,58,101,41,44,102,38,38,105,38,38,105,46,108,101,110,103,116,104,62,49,38,38,115,46,99,97,108,108,40,105,91,48,93,44,110,44,40,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,111,61,49,59,111,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,45,50,59,111,43,43,41,118,111,105,100,32,48,61,61,61,97,114,103,117,109,101,110,116,115,91,111,93,38,38,40,105,91,111,93,61,118,111,105,100,32,48,41,125,41,41,44,105,125,41,44,116,46,101,120,112,111,114,116,115,61,99,125,44,57,51,51,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,57,52,101,52,34,41,40,34,119,107,115,34,41,44,105,61,110,40,34,97,57,48,57,34,41,44,111,61,110,40,34,50,53,53,97,34,41,46,83,121,109,98,111,108,44,97,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,111,44,115,61,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,91,116,93,124,124,40,114,91,116,93,61,97,38,38,111,91,116,93,124,124,40,97,63,111,58,105,41,40,34,83,121,109,98,111,108,46,34,43,116,41,41,125,59,115,46,115,116,111,114,101,61,114,125,44,34,57,51,51,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,105,102,40,110,40,34,54,55,51,57,34,41,41,123,118,97,114,32,114,61,110,40,34,51,98,55,55,34,41,44,105,61,110,40,34,50,53,53,97,34,41,44,111,61,110,40,34,98,52,54,48,34,41,44,97,61,110,40,34,48,100,54,51,34,41,44,115,61,110,40,34,55,54,51,52,34,41,44,99,61,110,40,34,53,100,56,56,34,41,44,117,61,110,40,34,100,52,48,49,34,41,44,108,61,110,40,34,52,98,49,51,34,41,44,102,61,110,40,34,49,53,52,98,34,41,44,104,61,110,40,34,99,51,102,97,34,41,44,100,61,110,40,34,101,54,48,51,34,41,44,112,61,110,40,34,100,56,98,50,34,41,44,118,61,110,40,34,53,56,100,49,34,41,44,103,61,110,40,34,52,56,50,98,34,41,44,109,61,110,40,34,53,49,97,99,34,41,44,98,61,110,40,34,49,98,102,98,34,41,44,121,61,110,40,34,55,101,51,51,34,41,44,119,61,110,40,34,101,56,54,48,34,41,44,95,61,110,40,34,99,100,102,57,34,41,44,120,61,110,40,34,51,55,102,102,34,41,44,79,61,110,40,34,51,100,48,49,34,41,44,83,61,110,40,34,97,102,51,51,34,41,44,107,61,110,40,34,97,100,48,54,34,41,44,67,61,110,40,34,57,57,51,98,34,41,46,102,44,80,61,110,40,34,53,55,53,102,34,41,44,84,61,110,40,34,97,57,48,57,34,41,44,106,61,110,40,34,57,51,51,54,34,41,44,69,61,110,40,34,57,101,50,100,34,41,44,65,61,110,40,34,99,98,48,51,34,41,44,68,61,110,40,34,48,97,55,100,34,41,44,76,61,110,40,34,50,50,49,98,34,41,44,77,61,110,40,34,56,100,50,101,34,41,44,73,61,110,40,34,51,98,57,101,34,41,44,36,61,110,40,34,100,98,99,53,34,41,44,70,61,110,40,34,56,100,50,57,34,41,44,66,61,110,40,34,99,52,57,49,34,41,44,82,61,110,40,34,48,102,50,54,34,41,44,78,61,110,40,34,101,97,48,53,34,41,44,122,61,82,46,102,44,86,61,78,46,102,44,72,61,105,46,82,97,110,103,101,69,114,114,111,114,44,85,61,105,46,84,121,112,101,69,114,114,111,114,44,87,61,105,46,85,105,110,116,56,65,114,114,97,121,44,113,61,34,65,114,114,97,121,66,117,102,102,101,114,34,44,71,61,34,83,104,97,114,101,100,34,43,113,44,89,61,34,66,89,84,69,83,95,80,69,82,95,69,76,69,77,69,78,84,34,44,75,61,34,112,114,111,116,111,116,121,112,101,34,44,88,61,65,114,114,97,121,91,75,93,44,90,61,99,46,65,114,114,97,121,66,117,102,102,101,114,44,74,61,99,46,68,97,116,97,86,105,101,119,44,81,61,69,40,48,41,44,116,116,61,69,40,50,41,44,101,116,61,69,40,51,41,44,110,116,61,69,40,52,41,44,114,116,61,69,40,53,41,44,105,116,61,69,40,54,41,44,111,116,61,65,40,33,48,41,44,97,116,61,65,40,33,49,41,44,115,116,61,76,46,118,97,108,117,101,115,44,99,116,61,76,46,107,101,121,115,44,117,116,61,76,46,101,110,116,114,105,101,115,44,108,116,61,88,46,108,97,115,116,73,110,100,101,120,79,102,44,102,116,61,88,46,114,101,100,117,99,101,44,104,116,61,88,46,114,101,100,117,99,101,82,105,103,104,116,44,100,116,61,88,46,106,111,105,110,44,112,116,61,88,46,115,111,114,116,44,118,116,61,88,46,115,108,105,99,101,44,103,116,61,88,46,116,111,83,116,114,105,110,103,44,109,116,61,88,46,116,111,76,111,99,97,108,101,83,116,114,105,110,103,44,98,116,61,106,40,34,105,116,101,114,97,116,111,114,34,41,44,121,116,61,106,40,34,116,111,83,116,114,105,110,103,84,97,103,34,41,44,119,116,61,84,40,34,116,121,112,101,100,95,99,111,110,115,116,114,117,99,116,111,114,34,41,44,95,116,61,84,40,34,100,101,102,95,99,111,110,115,116,114,117,99,116,111,114,34,41,44,120,116,61,115,46,67,79,78,83,84,82,44,79,116,61,115,46,84,89,80,69,68,44,83,116,61,115,46,86,73,69,87,44,107,116,61,34,87,114,111,110,103,32,108,101,110,103,116,104,33,34,44,67,116,61,69,40,49,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,65,116,40,68,40,116,44,116,91,95,116,93,41,44,101,41,125,41,41,44,80,116,61,111,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,49,61,61,61,110,101,119,32,87,40,110,101,119,32,85,105,110,116,49,54,65,114,114,97,121,40,91,49,93,41,46,98,117,102,102,101,114,41,91,48,93,125,41,41,44,84,116,61,33,33,87,38,38,33,33,87,91,75,93,46,115,101,116,38,38,111,40,40,102,117,110,99,116,105,111,110,40,41,123,110,101,119,32,87,40,49,41,46,115,101,116,40,123,125,41,125,41,41,44,106,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,112,40,116,41,59,105,102,40,110,60,48,124,124,110,37,101,41,116,104,114,111,119,32,72,40,34,87,114,111,110,103,32,111,102,102,115,101,116,33,34,41,59,114,101,116,117,114,110,32,110,125,44,69,116,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,95,40,116,41,38,38,79,116,32,105,110,32,116,41,114,101,116,117,114,110,32,116,59,116,104,114,111,119,32,85,40,116,43,34,32,105,115,32,110,111,116,32,97,32,116,121,112,101,100,32,97,114,114,97,121,33,34,41,125,44,65,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,95,40,116,41,124,124,33,40,119,116,32,105,110,32,116,41,41,116,104,114,111,119,32,85,40,34,73,116,32,105,115,32,110,111,116,32,97,32,116,121,112,101,100,32,97,114,114,97,121,32,99,111,110,115,116,114,117,99,116,111,114,33,34,41,59,114,101,116,117,114,110,32,110,101,119,32,116,40,101,41,125,44,68,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,76,116,40,68,40,116,44,116,91,95,116,93,41,44,101,41,125,44,76,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,48,44,114,61,101,46,108,101,110,103,116,104,44,105,61,65,116,40,116,44,114,41,59,119,104,105,108,101,40,114,62,110,41,105,91,110,93,61,101,91,110,43,43,93,59,114,101,116,117,114,110,32,105,125,44,77,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,122,40,116,44,101,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,100,91,110,93,125,125,41,125,44,73,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,44,111,44,97,44,115,61,120,40,116,41,44,99,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,108,61,99,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,44,102,61,118,111,105,100,32,48,33,61,61,108,44,104,61,80,40,115,41,59,105,102,40,118,111,105,100,32,48,33,61,104,38,38,33,79,40,104,41,41,123,102,111,114,40,97,61,104,46,99,97,108,108,40,115,41,44,114,61,91,93,44,101,61,48,59,33,40,111,61,97,46,110,101,120,116,40,41,41,46,100,111,110,101,59,101,43,43,41,114,46,112,117,115,104,40,111,46,118,97,108,117,101,41,59,115,61,114,125,102,111,114,40,102,38,38,99,62,50,38,38,40,108,61,117,40,108,44,97,114,103,117,109,101,110,116,115,91,50,93,44,50,41,41,44,101,61,48,44,110,61,118,40,115,46,108,101,110,103,116,104,41,44,105,61,65,116,40,116,104,105,115,44,110,41,59,110,62,101,59,101,43,43,41,105,91,101,93,61,102,63,108,40,115,91,101,93,44,101,41,58,115,91,101,93,59,114,101,116,117,114,110,32,105,125,44,36,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,48,44,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,110,61,65,116,40,116,104,105,115,44,101,41,59,119,104,105,108,101,40,101,62,116,41,110,91,116,93,61,97,114,103,117,109,101,110,116,115,91,116,43,43,93,59,114,101,116,117,114,110,32,110,125,44,70,116,61,33,33,87,38,38,111,40,40,102,117,110,99,116,105,111,110,40,41,123,109,116,46,99,97,108,108,40,110,101,119,32,87,40,49,41,41,125,41,41,44,66,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,109,116,46,97,112,112,108,121,40,70,116,63,118,116,46,99,97,108,108,40,69,116,40,116,104,105,115,41,41,58,69,116,40,116,104,105,115,41,44,97,114,103,117,109,101,110,116,115,41,125,44,82,116,61,123,99,111,112,121,87,105,116,104,105,110,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,66,46,99,97,108,108,40,69,116,40,116,104,105,115,41,44,116,44,101,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,63,97,114,103,117,109,101,110,116,115,91,50,93,58,118,111,105,100,32,48,41,125,44,101,118,101,114,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,116,40,69,116,40,116,104,105,115,41,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,44,102,105,108,108,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,70,46,97,112,112,108,121,40,69,116,40,116,104,105,115,41,44,97,114,103,117,109,101,110,116,115,41,125,44,102,105,108,116,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,68,116,40,116,104,105,115,44,116,116,40,69,116,40,116,104,105,115,41,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,41,125,44,102,105,110,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,116,40,69,116,40,116,104,105,115,41,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,44,102,105,110,100,73,110,100,101,120,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,116,40,69,116,40,116,104,105,115,41,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,44,102,111,114,69,97,99,104,58,102,117,110,99,116,105,111,110,40,116,41,123,81,40,69,116,40,116,104,105,115,41,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,44,105,110,100,101,120,79,102,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,116,40,69,116,40,116,104,105,115,41,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,44,105,110,99,108,117,100,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,111,116,40,69,116,40,116,104,105,115,41,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,44,106,111,105,110,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,100,116,46,97,112,112,108,121,40,69,116,40,116,104,105,115,41,44,97,114,103,117,109,101,110,116,115,41,125,44,108,97,115,116,73,110,100,101,120,79,102,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,108,116,46,97,112,112,108,121,40,69,116,40,116,104,105,115,41,44,97,114,103,117,109,101,110,116,115,41,125,44,109,97,112,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,67,116,40,69,116,40,116,104,105,115,41,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,44,114,101,100,117,99,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,116,46,97,112,112,108,121,40,69,116,40,116,104,105,115,41,44,97,114,103,117,109,101,110,116,115,41,125,44,114,101,100,117,99,101,82,105,103,104,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,104,116,46,97,112,112,108,121,40,69,116,40,116,104,105,115,41,44,97,114,103,117,109,101,110,116,115,41,125,44,114,101,118,101,114,115,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,116,104,105,115,44,110,61,69,116,40,101,41,46,108,101,110,103,116,104,44,114,61,77,97,116,104,46,102,108,111,111,114,40,110,47,50,41,44,105,61,48,59,119,104,105,108,101,40,105,60,114,41,116,61,101,91,105,93,44,101,91,105,43,43,93,61,101,91,45,45,110,93,44,101,91,110,93,61,116,59,114,101,116,117,114,110,32,101,125,44,115,111,109,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,116,40,69,116,40,116,104,105,115,41,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,44,115,111,114,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,112,116,46,99,97,108,108,40,69,116,40,116,104,105,115,41,44,116,41,125,44,115,117,98,97,114,114,97,121,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,69,116,40,116,104,105,115,41,44,114,61,110,46,108,101,110,103,116,104,44,105,61,109,40,116,44,114,41,59,114,101,116,117,114,110,32,110,101,119,40,68,40,110,44,110,91,95,116,93,41,41,40,110,46,98,117,102,102,101,114,44,110,46,98,121,116,101,79,102,102,115,101,116,43,105,42,110,46,66,89,84,69,83,95,80,69,82,95,69,76,69,77,69,78,84,44,118,40,40,118,111,105,100,32,48,61,61,61,101,63,114,58,109,40,101,44,114,41,41,45,105,41,41,125,125,44,78,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,68,116,40,116,104,105,115,44,118,116,46,99,97,108,108,40,69,116,40,116,104,105,115,41,44,116,44,101,41,41,125,44,122,116,61,102,117,110,99,116,105,111,110,40,116,41,123,69,116,40,116,104,105,115,41,59,118,97,114,32,101,61,106,116,40,97,114,103,117,109,101,110,116,115,91,49,93,44,49,41,44,110,61,116,104,105,115,46,108,101,110,103,116,104,44,114,61,120,40,116,41,44,105,61,118,40,114,46,108,101,110,103,116,104,41,44,111,61,48,59,105,102,40,105,43,101,62,110,41,116,104,114,111,119,32,72,40,107,116,41,59,119,104,105,108,101,40,111,60,105,41,116,104,105,115,91,101,43,111,93,61,114,91,111,43,43,93,125,44,86,116,61,123,101,110,116,114,105,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,117,116,46,99,97,108,108,40,69,116,40,116,104,105,115,41,41,125,44,107,101,121,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,99,116,46,99,97,108,108,40,69,116,40,116,104,105,115,41,41,125,44,118,97,108,117,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,115,116,46,99,97,108,108,40,69,116,40,116,104,105,115,41,41,125,125,44,72,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,95,40,116,41,38,38,116,91,79,116,93,38,38,34,115,121,109,98,111,108,34,33,61,116,121,112,101,111,102,32,101,38,38,101,32,105,110,32,116,38,38,83,116,114,105,110,103,40,43,101,41,61,61,83,116,114,105,110,103,40,101,41,125,44,85,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,72,116,40,116,44,101,61,98,40,101,44,33,48,41,41,63,102,40,50,44,116,91,101,93,41,58,86,40,116,44,101,41,125,44,87,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,33,40,72,116,40,116,44,101,61,98,40,101,44,33,48,41,41,38,38,95,40,110,41,38,38,121,40,110,44,34,118,97,108,117,101,34,41,41,124,124,121,40,110,44,34,103,101,116,34,41,124,124,121,40,110,44,34,115,101,116,34,41,124,124,110,46,99,111,110,102,105,103,117,114,97,98,108,101,124,124,121,40,110,44,34,119,114,105,116,97,98,108,101,34,41,38,38,33,110,46,119,114,105,116,97,98,108,101,124,124,121,40,110,44,34,101,110,117,109,101,114,97,98,108,101,34,41,38,38,33,110,46,101,110,117,109,101,114,97,98,108,101,63,122,40,116,44,101,44,110,41,58,40,116,91,101,93,61,110,46,118,97,108,117,101,44,116,41,125,59,120,116,124,124,40,78,46,102,61,85,116,44,82,46,102,61,87,116,41,44,97,40,97,46,83,43,97,46,70,42,33,120,116,44,34,79,98,106,101,99,116,34,44,123,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,58,85,116,44,100,101,102,105,110,101,80,114,111,112,101,114,116,121,58,87,116,125,41,44,111,40,40,102,117,110,99,116,105,111,110,40,41,123,103,116,46,99,97,108,108,40,123,125,41,125,41,41,38,38,40,103,116,61,109,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,100,116,46,99,97,108,108,40,116,104,105,115,41,125,41,59,118,97,114,32,113,116,61,100,40,123,125,44,82,116,41,59,100,40,113,116,44,86,116,41,44,104,40,113,116,44,98,116,44,86,116,46,118,97,108,117,101,115,41,44,100,40,113,116,44,123,115,108,105,99,101,58,78,116,44,115,101,116,58,122,116,44,99,111,110,115,116,114,117,99,116,111,114,58,102,117,110,99,116,105,111,110,40,41,123,125,44,116,111,83,116,114,105,110,103,58,103,116,44,116,111,76,111,99,97,108,101,83,116,114,105,110,103,58,66,116,125,41,44,77,116,40,113,116,44,34,98,117,102,102,101,114,34,44,34,98,34,41,44,77,116,40,113,116,44,34,98,121,116,101,79,102,102,115,101,116,34,44,34,111,34,41,44,77,116,40,113,116,44,34,98,121,116,101,76,101,110,103,116,104,34,44,34,108,34,41,44,77,116,40,113,116,44,34,108,101,110,103,116,104,34,44,34,101,34,41,44,122,40,113,116,44,121,116,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,91,79,116,93,125,125,41,44,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,99,41,123,99,61,33,33,99,59,118,97,114,32,117,61,116,43,40,99,63,34,67,108,97,109,112,101,100,34,58,34,34,41,43,34,65,114,114,97,121,34,44,102,61,34,103,101,116,34,43,116,44,100,61,34,115,101,116,34,43,116,44,112,61,105,91,117,93,44,109,61,112,124,124,123,125,44,98,61,112,38,38,107,40,112,41,44,121,61,33,112,124,124,33,115,46,65,66,86,44,120,61,123,125,44,79,61,112,38,38,112,91,75,93,44,80,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,118,97,114,32,114,61,116,46,95,100,59,114,101,116,117,114,110,32,114,46,118,91,102,93,40,110,42,101,43,114,46,111,44,80,116,41,125,44,84,61,102,117,110,99,116,105,111,110,40,116,44,110,44,114,41,123,118,97,114,32,105,61,116,46,95,100,59,99,38,38,40,114,61,40,114,61,77,97,116,104,46,114,111,117,110,100,40,114,41,41,60,48,63,48,58,114,62,50,53,53,63,50,53,53,58,50,53,53,38,114,41,44,105,46,118,91,100,93,40,110,42,101,43,105,46,111,44,114,44,80,116,41,125,44,106,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,122,40,116,44,101,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,80,40,116,104,105,115,44,101,41,125,44,115,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,84,40,116,104,105,115,44,101,44,116,41,125,44,101,110,117,109,101,114,97,98,108,101,58,33,48,125,41,125,59,121,63,40,112,61,110,40,40,102,117,110,99,116,105,111,110,40,116,44,110,44,114,44,105,41,123,108,40,116,44,112,44,117,44,34,95,100,34,41,59,118,97,114,32,111,44,97,44,115,44,99,44,102,61,48,44,100,61,48,59,105,102,40,95,40,110,41,41,123,105,102,40,33,40,110,32,105,110,115,116,97,110,99,101,111,102,32,90,124,124,40,99,61,119,40,110,41,41,61,61,113,124,124,99,61,61,71,41,41,114,101,116,117,114,110,32,79,116,32,105,110,32,110,63,76,116,40,112,44,110,41,58,73,116,46,99,97,108,108,40,112,44,110,41,59,111,61,110,44,100,61,106,116,40,114,44,101,41,59,118,97,114,32,109,61,110,46,98,121,116,101,76,101,110,103,116,104,59,105,102,40,118,111,105,100,32,48,61,61,61,105,41,123,105,102,40,109,37,101,41,116,104,114,111,119,32,72,40,107,116,41,59,105,102,40,97,61,109,45,100,44,97,60,48,41,116,104,114,111,119,32,72,40,107,116,41,125,101,108,115,101,32,105,102,40,97,61,118,40,105,41,42,101,44,97,43,100,62,109,41,116,104,114,111,119,32,72,40,107,116,41,59,115,61,97,47,101,125,101,108,115,101,32,115,61,103,40,110,41,44,97,61,115,42,101,44,111,61,110,101,119,32,90,40,97,41,59,104,40,116,44,34,95,100,34,44,123,98,58,111,44,111,58,100,44,108,58,97,44,101,58,115,44,118,58,110,101,119,32,74,40,111,41,125,41,59,119,104,105,108,101,40,102,60,115,41,106,40,116,44,102,43,43,41,125,41,41,44,79,61,112,91,75,93,61,83,40,113,116,41,44,104,40,79,44,34,99,111,110,115,116,114,117,99,116,111,114,34,44,112,41,41,58,111,40,40,102,117,110,99,116,105,111,110,40,41,123,112,40,49,41,125,41,41,38,38,111,40,40,102,117,110,99,116,105,111,110,40,41,123,110,101,119,32,112,40,45,49,41,125,41,41,38,38,73,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,101,119,32,112,44,110,101,119,32,112,40,110,117,108,108,41,44,110,101,119,32,112,40,49,46,53,41,44,110,101,119,32,112,40,116,41,125,41,44,33,48,41,124,124,40,112,61,110,40,40,102,117,110,99,116,105,111,110,40,116,44,110,44,114,44,105,41,123,118,97,114,32,111,59,114,101,116,117,114,110,32,108,40,116,44,112,44,117,41,44,95,40,110,41,63,110,32,105,110,115,116,97,110,99,101,111,102,32,90,124,124,40,111,61,119,40,110,41,41,61,61,113,124,124,111,61,61,71,63,118,111,105,100,32,48,33,61,61,105,63,110,101,119,32,109,40,110,44,106,116,40,114,44,101,41,44,105,41,58,118,111,105,100,32,48,33,61,61,114,63,110,101,119,32,109,40,110,44,106,116,40,114,44,101,41,41,58,110,101,119,32,109,40,110,41,58,79,116,32,105,110,32,110,63,76,116,40,112,44,110,41,58,73,116,46,99,97,108,108,40,112,44,110,41,58,110,101,119,32,109,40,103,40,110,41,41,125,41,41,44,81,40,98,33,61,61,70,117,110,99,116,105,111,110,46,112,114,111,116,111,116,121,112,101,63,67,40,109,41,46,99,111,110,99,97,116,40,67,40,98,41,41,58,67,40,109,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,32,105,110,32,112,124,124,104,40,112,44,116,44,109,91,116,93,41,125,41,41,44,112,91,75,93,61,79,44,114,124,124,40,79,46,99,111,110,115,116,114,117,99,116,111,114,61,112,41,41,59,118,97,114,32,69,61,79,91,98,116,93,44,65,61,33,33,69,38,38,40,34,118,97,108,117,101,115,34,61,61,69,46,110,97,109,101,124,124,118,111,105,100,32,48,61,61,69,46,110,97,109,101,41,44,68,61,86,116,46,118,97,108,117,101,115,59,104,40,112,44,119,116,44,33,48,41,44,104,40,79,44,79,116,44,117,41,44,104,40,79,44,83,116,44,33,48,41,44,104,40,79,44,95,116,44,112,41,44,40,99,63,110,101,119,32,112,40,49,41,91,121,116,93,61,61,117,58,121,116,32,105,110,32,79,41,124,124,122,40,79,44,121,116,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,117,125,125,41,44,120,91,117,93,61,112,44,97,40,97,46,71,43,97,46,87,43,97,46,70,42,40,112,33,61,109,41,44,120,41,44,97,40,97,46,83,44,117,44,123,66,89,84,69,83,95,80,69,82,95,69,76,69,77,69,78,84,58,101,125,41,44,97,40,97,46,83,43,97,46,70,42,111,40,40,102,117,110,99,116,105,111,110,40,41,123,109,46,111,102,46,99,97,108,108,40,112,44,49,41,125,41,41,44,117,44,123,102,114,111,109,58,73,116,44,111,102,58,36,116,125,41,44,89,32,105,110,32,79,124,124,104,40,79,44,89,44,101,41,44,97,40,97,46,80,44,117,44,82,116,41,44,36,40,117,41,44,97,40,97,46,80,43,97,46,70,42,84,116,44,117,44,123,115,101,116,58,122,116,125,41,44,97,40,97,46,80,43,97,46,70,42,33,65,44,117,44,86,116,41,44,114,124,124,79,46,116,111,83,116,114,105,110,103,61,61,103,116,124,124,40,79,46,116,111,83,116,114,105,110,103,61,103,116,41,44,97,40,97,46,80,43,97,46,70,42,111,40,40,102,117,110,99,116,105,111,110,40,41,123,110,101,119,32,112,40,49,41,46,115,108,105,99,101,40,41,125,41,41,44,117,44,123,115,108,105,99,101,58,78,116,125,41,44,97,40,97,46,80,43,97,46,70,42,40,111,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,49,44,50,93,46,116,111,76,111,99,97,108,101,83,116,114,105,110,103,40,41,33,61,110,101,119,32,112,40,91,49,44,50,93,41,46,116,111,76,111,99,97,108,101,83,116,114,105,110,103,40,41,125,41,41,124,124,33,111,40,40,102,117,110,99,116,105,111,110,40,41,123,79,46,116,111,76,111,99,97,108,101,83,116,114,105,110,103,46,99,97,108,108,40,91,49,44,50,93,41,125,41,41,41,44,117,44,123,116,111,76,111,99,97,108,101,83,116,114,105,110,103,58,66,116,125,41,44,77,91,117,93,61,65,63,69,58,68,44,114,124,124,65,124,124,104,40,79,44,98,116,44,68,41,125,125,101,108,115,101,32,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,41,123,125,125,44,57,51,56,56,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,52,54,100,56,34,41,44,116,46,101,120,112,111,114,116,115,61,110,40,34,97,48,54,102,34,41,46,65,114,114,97,121,46,105,110,99,108,117,100,101,115,125,44,34,57,51,56,100,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,40,102,117,110,99,116,105,111,110,40,116,41,123,110,46,100,40,101,44,34,97,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,125,41,41,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,110,117,108,108,44,114,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,116,38,38,116,63,79,98,106,101,99,116,40,123,78,79,68,69,95,69,78,86,58,34,112,114,111,100,117,99,116,105,111,110,34,44,66,65,83,69,95,85,82,76,58,34,34,125,41,124,124,33,49,58,123,125,59,114,101,116,117,114,110,32,101,63,114,91,101,93,124,124,110,58,114,125,44,105,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,40,34,66,79,79,84,83,84,82,65,80,95,86,85,69,95,78,79,95,87,65,82,78,34,41,124,124,34,112,114,111,100,117,99,116,105,111,110,34,61,61,61,114,40,34,78,79,68,69,95,69,78,86,34,41,125,125,41,46,99,97,108,108,40,116,104,105,115,44,110,40,34,52,51,54,50,34,41,41,125,44,57,51,57,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,52,97,54,48,34,41,44,116,46,101,120,112,111,114,116,115,61,110,40,34,97,48,54,102,34,41,46,83,116,114,105,110,103,46,112,97,100,69,110,100,125,44,34,57,51,100,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,101,102,49,53,34,41,44,111,61,110,40,34,100,102,97,53,34,41,44,97,61,110,40,34,53,49,97,99,34,41,44,115,61,110,40,34,53,56,100,49,34,41,44,99,61,91,93,46,115,108,105,99,101,59,114,40,114,46,80,43,114,46,70,42,110,40,34,98,52,54,48,34,41,40,40,102,117,110,99,116,105,111,110,40,41,123,105,38,38,99,46,99,97,108,108,40,105,41,125,41,41,44,34,65,114,114,97,121,34,44,123,115,108,105,99,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,115,40,116,104,105,115,46,108,101,110,103,116,104,41,44,114,61,111,40,116,104,105,115,41,59,105,102,40,101,61,118,111,105,100,32,48,61,61,61,101,63,110,58,101,44,34,65,114,114,97,121,34,61,61,114,41,114,101,116,117,114,110,32,99,46,99,97,108,108,40,116,104,105,115,44,116,44,101,41,59,102,111,114,40,118,97,114,32,105,61,97,40,116,44,110,41,44,117,61,97,40,101,44,110,41,44,108,61,115,40,117,45,105,41,44,102,61,110,101,119,32,65,114,114,97,121,40,108,41,44,104,61,48,59,104,60,108,59,104,43,43,41,102,91,104,93,61,34,83,116,114,105,110,103,34,61,61,114,63,116,104,105,115,46,99,104,97,114,65,116,40,105,43,104,41,58,116,104,105,115,91,105,43,104,93,59,114,101,116,117,114,110,32,102,125,125,41,125,44,34,57,52,99,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,48,51,57,34,41,44,105,61,47,35,124,92,46,112,114,111,116,111,116,121,112,101,92,46,47,44,111,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,115,91,97,40,116,41,93,59,114,101,116,117,114,110,32,110,61,61,117,124,124,110,33,61,99,38,38,40,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,101,63,114,40,101,41,58,33,33,101,41,125,44,97,61,111,46,110,111,114,109,97,108,105,122,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,83,116,114,105,110,103,40,116,41,46,114,101,112,108,97,99,101,40,105,44,34,46,34,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,125,44,115,61,111,46,100,97,116,97,61,123,125,44,99,61,111,46,78,65,84,73,86,69,61,34,78,34,44,117,61,111,46,80,79,76,89,70,73,76,76,61,34,80,34,59,116,46,101,120,112,111,114,116,115,61,111,125,44,34,57,52,101,52,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,97,48,54,102,34,41,44,105,61,110,40,34,50,53,53,97,34,41,44,111,61,34,95,95,99,111,114,101,45,106,115,95,115,104,97,114,101,100,95,95,34,44,97,61,105,91,111,93,124,124,40,105,91,111,93,61,123,125,41,59,40,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,97,91,116,93,124,124,40,97,91,116,93,61,118,111,105,100,32,48,33,61,61,101,63,101,58,123,125,41,125,41,40,34,118,101,114,115,105,111,110,115,34,44,91,93,41,46,112,117,115,104,40,123,118,101,114,115,105,111,110,58,114,46,118,101,114,115,105,111,110,44,109,111,100,101,58,110,40,34,51,98,55,55,34,41,63,34,112,117,114,101,34,58,34,103,108,111,98,97,108,34,44,99,111,112,121,114,105,103,104,116,58,34,194,169,32,50,48,50,48,32,68,101,110,105,115,32,80,117,115,104,107,97,114,101,118,32,40,122,108,111,105,114,111,99,107,46,114,117,41,34,125,41,125,44,34,57,54,99,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,116,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,101,44,110,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,44,114,61,110,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,44,105,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,63,83,121,109,98,111,108,58,123,125,44,111,61,105,46,105,116,101,114,97,116,111,114,124,124,34,64,64,105,116,101,114,97,116,111,114,34,44,97,61,105,46,97,115,121,110,99,73,116,101,114,97,116,111,114,124,124,34,64,64,97,115,121,110,99,73,116,101,114,97,116,111,114,34,44,115,61,105,46,116,111,83,116,114,105,110,103,84,97,103,124,124,34,64,64,116,111,83,116,114,105,110,103,84,97,103,34,59,102,117,110,99,116,105,111,110,32,99,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,44,116,91,101,93,125,116,114,121,123,99,40,123,125,44,34,34,41,125,99,97,116,99,104,40,68,41,123,99,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,91,101,93,61,110,125,125,102,117,110,99,116,105,111,110,32,117,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,101,38,38,101,46,112,114,111,116,111,116,121,112,101,32,105,110,115,116,97,110,99,101,111,102,32,103,63,101,58,103,44,111,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,105,46,112,114,111,116,111,116,121,112,101,41,44,97,61,110,101,119,32,106,40,114,124,124,91,93,41,59,114,101,116,117,114,110,32,111,46,95,105,110,118,111,107,101,61,107,40,116,44,110,44,97,41,44,111,125,102,117,110,99,116,105,111,110,32,108,40,116,44,101,44,110,41,123,116,114,121,123,114,101,116,117,114,110,123,116,121,112,101,58,34,110,111,114,109,97,108,34,44,97,114,103,58,116,46,99,97,108,108,40,101,44,110,41,125,125,99,97,116,99,104,40,68,41,123,114,101,116,117,114,110,123,116,121,112,101,58,34,116,104,114,111,119,34,44,97,114,103,58,68,125,125,125,116,46,119,114,97,112,61,117,59,118,97,114,32,102,61,34,115,117,115,112,101,110,100,101,100,83,116,97,114,116,34,44,104,61,34,115,117,115,112,101,110,100,101,100,89,105,101,108,100,34,44,100,61,34,101,120,101,99,117,116,105,110,103,34,44,112,61,34,99,111,109,112,108,101,116,101,100,34,44,118,61,123,125,59,102,117,110,99,116,105,111,110,32,103,40,41,123,125,102,117,110,99,116,105,111,110,32,109,40,41,123,125,102,117,110,99,116,105,111,110,32,98,40,41,123,125,118,97,114,32,121,61,123,125,59,121,91,111,93,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,59,118,97,114,32,119,61,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,44,95,61,119,38,38,119,40,119,40,69,40,91,93,41,41,41,59,95,38,38,95,33,61,61,110,38,38,114,46,99,97,108,108,40,95,44,111,41,38,38,40,121,61,95,41,59,118,97,114,32,120,61,98,46,112,114,111,116,111,116,121,112,101,61,103,46,112,114,111,116,111,116,121,112,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,121,41,59,102,117,110,99,116,105,111,110,32,79,40,116,41,123,91,34,110,101,120,116,34,44,34,116,104,114,111,119,34,44,34,114,101,116,117,114,110,34,93,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,99,40,116,44,101,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,105,110,118,111,107,101,40,101,44,116,41,125,41,41,125,41,41,125,102,117,110,99,116,105,111,110,32,83,40,116,44,101,41,123,102,117,110,99,116,105,111,110,32,110,40,105,44,111,44,97,44,115,41,123,118,97,114,32,99,61,108,40,116,91,105,93,44,116,44,111,41,59,105,102,40,34,116,104,114,111,119,34,33,61,61,99,46,116,121,112,101,41,123,118,97,114,32,117,61,99,46,97,114,103,44,102,61,117,46,118,97,108,117,101,59,114,101,116,117,114,110,32,102,38,38,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,102,38,38,114,46,99,97,108,108,40,102,44,34,95,95,97,119,97,105,116,34,41,63,101,46,114,101,115,111,108,118,101,40,102,46,95,95,97,119,97,105,116,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,40,34,110,101,120,116,34,44,116,44,97,44,115,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,110,40,34,116,104,114,111,119,34,44,116,44,97,44,115,41,125,41,41,58,101,46,114,101,115,111,108,118,101,40,102,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,117,46,118,97,108,117,101,61,116,44,97,40,117,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,40,34,116,104,114,111,119,34,44,116,44,97,44,115,41,125,41,41,125,115,40,99,46,97,114,103,41,125,118,97,114,32,105,59,102,117,110,99,116,105,111,110,32,111,40,116,44,114,41,123,102,117,110,99,116,105,111,110,32,111,40,41,123,114,101,116,117,114,110,32,110,101,119,32,101,40,40,102,117,110,99,116,105,111,110,40,101,44,105,41,123,110,40,116,44,114,44,101,44,105,41,125,41,41,125,114,101,116,117,114,110,32,105,61,105,63,105,46,116,104,101,110,40,111,44,111,41,58,111,40,41,125,116,104,105,115,46,95,105,110,118,111,107,101,61,111,125,102,117,110,99,116,105,111,110,32,107,40,116,44,101,44,110,41,123,118,97,114,32,114,61,102,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,105,44,111,41,123,105,102,40,114,61,61,61,100,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,71,101,110,101,114,97,116,111,114,32,105,115,32,97,108,114,101,97,100,121,32,114,117,110,110,105,110,103,34,41,59,105,102,40,114,61,61,61,112,41,123,105,102,40,34,116,104,114,111,119,34,61,61,61,105,41,116,104,114,111,119,32,111,59,114,101,116,117,114,110,32,65,40,41,125,110,46,109,101,116,104,111,100,61,105,44,110,46,97,114,103,61,111,59,119,104,105,108,101,40,49,41,123,118,97,114,32,97,61,110,46,100,101,108,101,103,97,116,101,59,105,102,40,97,41,123,118,97,114,32,115,61,67,40,97,44,110,41,59,105,102,40,115,41,123,105,102,40,115,61,61,61,118,41,99,111,110,116,105,110,117,101,59,114,101,116,117,114,110,32,115,125,125,105,102,40,34,110,101,120,116,34,61,61,61,110,46,109,101,116,104,111,100,41,110,46,115,101,110,116,61,110,46,95,115,101,110,116,61,110,46,97,114,103,59,101,108,115,101,32,105,102,40,34,116,104,114,111,119,34,61,61,61,110,46,109,101,116,104,111,100,41,123,105,102,40,114,61,61,61,102,41,116,104,114,111,119,32,114,61,112,44,110,46,97,114,103,59,110,46,100,105,115,112,97,116,99,104,69,120,99,101,112,116,105,111,110,40,110,46,97,114,103,41,125,101,108,115,101,34,114,101,116,117,114,110,34,61,61,61,110,46,109,101,116,104,111,100,38,38,110,46,97,98,114,117,112,116,40,34,114,101,116,117,114,110,34,44,110,46,97,114,103,41,59,114,61,100,59,118,97,114,32,99,61,108,40,116,44,101,44,110,41,59,105,102,40,34,110,111,114,109,97,108,34,61,61,61,99,46,116,121,112,101,41,123,105,102,40,114,61,110,46,100,111,110,101,63,112,58,104,44,99,46,97,114,103,61,61,61,118,41,99,111,110,116,105,110,117,101,59,114,101,116,117,114,110,123,118,97,108,117,101,58,99,46,97,114,103,44,100,111,110,101,58,110,46,100,111,110,101,125,125,34,116,104,114,111,119,34,61,61,61,99,46,116,121,112,101,38,38,40,114,61,112,44,110,46,109,101,116,104,111,100,61,34,116,104,114,111,119,34,44,110,46,97,114,103,61,99,46,97,114,103,41,125,125,125,102,117,110,99,116,105,111,110,32,67,40,116,44,110,41,123,118,97,114,32,114,61,116,46,105,116,101,114,97,116,111,114,91,110,46,109,101,116,104,111,100,93,59,105,102,40,114,61,61,61,101,41,123,105,102,40,110,46,100,101,108,101,103,97,116,101,61,110,117,108,108,44,34,116,104,114,111,119,34,61,61,61,110,46,109,101,116,104,111,100,41,123,105,102,40,116,46,105,116,101,114,97,116,111,114,91,34,114,101,116,117,114,110,34,93,38,38,40,110,46,109,101,116,104,111,100,61,34,114,101,116,117,114,110,34,44,110,46,97,114,103,61,101,44,67,40,116,44,110,41,44,34,116,104,114,111,119,34,61,61,61,110,46,109,101,116,104,111,100,41,41,114,101,116,117,114,110,32,118,59,110,46,109,101,116,104,111,100,61,34,116,104,114,111,119,34,44,110,46,97,114,103,61,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,84,104,101,32,105,116,101,114,97,116,111,114,32,100,111,101,115,32,110,111,116,32,112,114,111,118,105,100,101,32,97,32,39,116,104,114,111,119,39,32,109,101,116,104,111,100,34,41,125,114,101,116,117,114,110,32,118,125,118,97,114,32,105,61,108,40,114,44,116,46,105,116,101,114,97,116,111,114,44,110,46,97,114,103,41,59,105,102,40,34,116,104,114,111,119,34,61,61,61,105,46,116,121,112,101,41,114,101,116,117,114,110,32,110,46,109,101,116,104,111,100,61,34,116,104,114,111,119,34,44,110,46,97,114,103,61,105,46,97,114,103,44,110,46,100,101,108,101,103,97,116,101,61,110,117,108,108,44,118,59,118,97,114,32,111,61,105,46,97,114,103,59,114,101,116,117,114,110,32,111,63,111,46,100,111,110,101,63,40,110,91,116,46,114,101,115,117,108,116,78,97,109,101,93,61,111,46,118,97,108,117,101,44,110,46,110,101,120,116,61,116,46,110,101,120,116,76,111,99,44,34,114,101,116,117,114,110,34,33,61,61,110,46,109,101,116,104,111,100,38,38,40,110,46,109,101,116,104,111,100,61,34,110,101,120,116,34,44,110,46,97,114,103,61,101,41,44,110,46,100,101,108,101,103,97,116,101,61,110,117,108,108,44,118,41,58,111,58,40,110,46,109,101,116,104,111,100,61,34,116,104,114,111,119,34,44,110,46,97,114,103,61,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,105,116,101,114,97,116,111,114,32,114,101,115,117,108,116,32,105,115,32,110,111,116,32,97,110,32,111,98,106,101,99,116,34,41,44,110,46,100,101,108,101,103,97,116,101,61,110,117,108,108,44,118,41,125,102,117,110,99,116,105,111,110,32,80,40,116,41,123,118,97,114,32,101,61,123,116,114,121,76,111,99,58,116,91,48,93,125,59,49,32,105,110,32,116,38,38,40,101,46,99,97,116,99,104,76,111,99,61,116,91,49,93,41,44,50,32,105,110,32,116,38,38,40,101,46,102,105,110,97,108,108,121,76,111,99,61,116,91,50,93,44,101,46,97,102,116,101,114,76,111,99,61,116,91,51,93,41,44,116,104,105,115,46,116,114,121,69,110,116,114,105,101,115,46,112,117,115,104,40,101,41,125,102,117,110,99,116,105,111,110,32,84,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,112,108,101,116,105,111,110,124,124,123,125,59,101,46,116,121,112,101,61,34,110,111,114,109,97,108,34,44,100,101,108,101,116,101,32,101,46,97,114,103,44,116,46,99,111,109,112,108,101,116,105,111,110,61,101,125,102,117,110,99,116,105,111,110,32,106,40,116,41,123,116,104,105,115,46,116,114,121,69,110,116,114,105,101,115,61,91,123,116,114,121,76,111,99,58,34,114,111,111,116,34,125,93,44,116,46,102,111,114,69,97,99,104,40,80,44,116,104,105,115,41,44,116,104,105,115,46,114,101,115,101,116,40,33,48,41,125,102,117,110,99,116,105,111,110,32,69,40,116,41,123,105,102,40,116,41,123,118,97,114,32,110,61,116,91,111,93,59,105,102,40,110,41,114,101,116,117,114,110,32,110,46,99,97,108,108,40,116,41,59,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,46,110,101,120,116,41,114,101,116,117,114,110,32,116,59,105,102,40,33,105,115,78,97,78,40,116,46,108,101,110,103,116,104,41,41,123,118,97,114,32,105,61,45,49,44,97,61,102,117,110,99,116,105,111,110,32,110,40,41,123,119,104,105,108,101,40,43,43,105,60,116,46,108,101,110,103,116,104,41,105,102,40,114,46,99,97,108,108,40,116,44,105,41,41,114,101,116,117,114,110,32,110,46,118,97,108,117,101,61,116,91,105,93,44,110,46,100,111,110,101,61,33,49,44,110,59,114,101,116,117,114,110,32,110,46,118,97,108,117,101,61,101,44,110,46,100,111,110,101,61,33,48,44,110,125,59,114,101,116,117,114,110,32,97,46,110,101,120,116,61,97,125,125,114,101,116,117,114,110,123,110,101,120,116,58,65,125,125,102,117,110,99,116,105,111,110,32,65,40,41,123,114,101,116,117,114,110,123,118,97,108,117,101,58,101,44,100,111,110,101,58,33,48,125,125,114,101,116,117,114,110,32,109,46,112,114,111,116,111,116,121,112,101,61,120,46,99,111,110,115,116,114,117,99,116,111,114,61,98,44,98,46,99,111,110,115,116,114,117,99,116,111,114,61,109,44,109,46,100,105,115,112,108,97,121,78,97,109,101,61,99,40,98,44,115,44,34,71,101,110,101,114,97,116,111,114,70,117,110,99,116,105,111,110,34,41,44,116,46,105,115,71,101,110,101,114,97,116,111,114,70,117,110,99,116,105,111,110,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,59,114,101,116,117,114,110,33,33,101,38,38,40,101,61,61,61,109,124,124,34,71,101,110,101,114,97,116,111,114,70,117,110,99,116,105,111,110,34,61,61,61,40,101,46,100,105,115,112,108,97,121,78,97,109,101,124,124,101,46,110,97,109,101,41,41,125,44,116,46,109,97,114,107,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,63,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,40,116,44,98,41,58,40,116,46,95,95,112,114,111,116,111,95,95,61,98,44,99,40,116,44,115,44,34,71,101,110,101,114,97,116,111,114,70,117,110,99,116,105,111,110,34,41,41,44,116,46,112,114,111,116,111,116,121,112,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,120,41,44,116,125,44,116,46,97,119,114,97,112,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,95,95,97,119,97,105,116,58,116,125,125,44,79,40,83,46,112,114,111,116,111,116,121,112,101,41,44,83,46,112,114,111,116,111,116,121,112,101,91,97,93,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,44,116,46,65,115,121,110,99,73,116,101,114,97,116,111,114,61,83,44,116,46,97,115,121,110,99,61,102,117,110,99,116,105,111,110,40,101,44,110,44,114,44,105,44,111,41,123,118,111,105,100,32,48,61,61,61,111,38,38,40,111,61,80,114,111,109,105,115,101,41,59,118,97,114,32,97,61,110,101,119,32,83,40,117,40,101,44,110,44,114,44,105,41,44,111,41,59,114,101,116,117,114,110,32,116,46,105,115,71,101,110,101,114,97,116,111,114,70,117,110,99,116,105,111,110,40,110,41,63,97,58,97,46,110,101,120,116,40,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,100,111,110,101,63,116,46,118,97,108,117,101,58,97,46,110,101,120,116,40,41,125,41,41,125,44,79,40,120,41,44,99,40,120,44,115,44,34,71,101,110,101,114,97,116,111,114,34,41,44,120,91,111,93,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,44,120,46,116,111,83,116,114,105,110,103,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,91,111,98,106,101,99,116,32,71,101,110,101,114,97,116,111,114,93,34,125,44,116,46,107,101,121,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,91,93,59,102,111,114,40,118,97,114,32,110,32,105,110,32,116,41,101,46,112,117,115,104,40,110,41,59,114,101,116,117,114,110,32,101,46,114,101,118,101,114,115,101,40,41,44,102,117,110,99,116,105,111,110,32,110,40,41,123,119,104,105,108,101,40,101,46,108,101,110,103,116,104,41,123,118,97,114,32,114,61,101,46,112,111,112,40,41,59,105,102,40,114,32,105,110,32,116,41,114,101,116,117,114,110,32,110,46,118,97,108,117,101,61,114,44,110,46,100,111,110,101,61,33,49,44,110,125,114,101,116,117,114,110,32,110,46,100,111,110,101,61,33,48,44,110,125,125,44,116,46,118,97,108,117,101,115,61,69,44,106,46,112,114,111,116,111,116,121,112,101,61,123,99,111,110,115,116,114,117,99,116,111,114,58,106,44,114,101,115,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,104,105,115,46,112,114,101,118,61,48,44,116,104,105,115,46,110,101,120,116,61,48,44,116,104,105,115,46,115,101,110,116,61,116,104,105,115,46,95,115,101,110,116,61,101,44,116,104,105,115,46,100,111,110,101,61,33,49,44,116,104,105,115,46,100,101,108,101,103,97,116,101,61,110,117,108,108,44,116,104,105,115,46,109,101,116,104,111,100,61,34,110,101,120,116,34,44,116,104,105,115,46,97,114,103,61,101,44,116,104,105,115,46,116,114,121,69,110,116,114,105,101,115,46,102,111,114,69,97,99,104,40,84,41,44,33,116,41,102,111,114,40,118,97,114,32,110,32,105,110,32,116,104,105,115,41,34,116,34,61,61,61,110,46,99,104,97,114,65,116,40,48,41,38,38,114,46,99,97,108,108,40,116,104,105,115,44,110,41,38,38,33,105,115,78,97,78,40,43,110,46,115,108,105,99,101,40,49,41,41,38,38,40,116,104,105,115,91,110,93,61,101,41,125,44,115,116,111,112,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,100,111,110,101,61,33,48,59,118,97,114,32,116,61,116,104,105,115,46,116,114,121,69,110,116,114,105,101,115,91,48,93,44,101,61,116,46,99,111,109,112,108,101,116,105,111,110,59,105,102,40,34,116,104,114,111,119,34,61,61,61,101,46,116,121,112,101,41,116,104,114,111,119,32,101,46,97,114,103,59,114,101,116,117,114,110,32,116,104,105,115,46,114,118,97,108,125,44,100,105,115,112,97,116,99,104,69,120,99,101,112,116,105,111,110,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,104,105,115,46,100,111,110,101,41,116,104,114,111,119,32,116,59,118,97,114,32,110,61,116,104,105,115,59,102,117,110,99,116,105,111,110,32,105,40,114,44,105,41,123,114,101,116,117,114,110,32,115,46,116,121,112,101,61,34,116,104,114,111,119,34,44,115,46,97,114,103,61,116,44,110,46,110,101,120,116,61,114,44,105,38,38,40,110,46,109,101,116,104,111,100,61,34,110,101,120,116,34,44,110,46,97,114,103,61,101,41,44,33,33,105,125,102,111,114,40,118,97,114,32,111,61,116,104,105,115,46,116,114,121,69,110,116,114,105,101,115,46,108,101,110,103,116,104,45,49,59,111,62,61,48,59,45,45,111,41,123,118,97,114,32,97,61,116,104,105,115,46,116,114,121,69,110,116,114,105,101,115,91,111,93,44,115,61,97,46,99,111,109,112,108,101,116,105,111,110,59,105,102,40,34,114,111,111,116,34,61,61,61,97,46,116,114,121,76,111,99,41,114,101,116,117,114,110,32,105,40,34,101,110,100,34,41,59,105,102,40,97,46,116,114,121,76,111,99,60,61,116,104,105,115,46,112,114,101,118,41,123,118,97,114,32,99,61,114,46,99,97,108,108,40,97,44,34,99,97,116,99,104,76,111,99,34,41,44,117,61,114,46,99,97,108,108,40,97,44,34,102,105,110,97,108,108,121,76,111,99,34,41,59,105,102,40,99,38,38,117,41,123,105,102,40,116,104,105,115,46,112,114,101,118,60,97,46,99,97,116,99,104,76,111,99,41,114,101,116,117,114,110,32,105,40,97,46,99,97,116,99,104,76,111,99,44,33,48,41,59,105,102,40,116,104,105,115,46,112,114,101,118,60,97,46,102,105,110,97,108,108,121,76,111,99,41,114,101,116,117,114,110,32,105,40,97,46,102,105,110,97,108,108,121,76,111,99,41,125,101,108,115,101,32,105,102,40,99,41,123,105,102,40,116,104,105,115,46,112,114,101,118,60,97,46,99,97,116,99,104,76,111,99,41,114,101,116,117,114,110,32,105,40,97,46,99,97,116,99,104,76,111,99,44,33,48,41,125,101,108,115,101,123,105,102,40,33,117,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,116,114,121,32,115,116,97,116,101,109,101,110,116,32,119,105,116,104,111,117,116,32,99,97,116,99,104,32,111,114,32,102,105,110,97,108,108,121,34,41,59,105,102,40,116,104,105,115,46,112,114,101,118,60,97,46,102,105,110,97,108,108,121,76,111,99,41,114,101,116,117,114,110,32,105,40,97,46,102,105,110,97,108,108,121,76,111,99,41,125,125,125,125,44,97,98,114,117,112,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,116,104,105,115,46,116,114,121,69,110,116,114,105,101,115,46,108,101,110,103,116,104,45,49,59,110,62,61,48,59,45,45,110,41,123,118,97,114,32,105,61,116,104,105,115,46,116,114,121,69,110,116,114,105,101,115,91,110,93,59,105,102,40,105,46,116,114,121,76,111,99,60,61,116,104,105,115,46,112,114,101,118,38,38,114,46,99,97,108,108,40,105,44,34,102,105,110,97,108,108,121,76,111,99,34,41,38,38,116,104,105,115,46,112,114,101,118,60,105,46,102,105,110,97,108,108,121,76,111,99,41,123,118,97,114,32,111,61,105,59,98,114,101,97,107,125,125,111,38,38,40,34,98,114,101,97,107,34,61,61,61,116,124,124,34,99,111,110,116,105,110,117,101,34,61,61,61,116,41,38,38,111,46,116,114,121,76,111,99,60,61,101,38,38,101,60,61,111,46,102,105,110,97,108,108,121,76,111,99,38,38,40,111,61,110,117,108,108,41,59,118,97,114,32,97,61,111,63,111,46,99,111,109,112,108,101,116,105,111,110,58,123,125,59,114,101,116,117,114,110,32,97,46,116,121,112,101,61,116,44,97,46,97,114,103,61,101,44,111,63,40,116,104,105,115,46,109,101,116,104,111,100,61,34,110,101,120,116,34,44,116,104,105,115,46,110,101,120,116,61,111,46,102,105,110,97,108,108,121,76,111,99,44,118,41,58,116,104,105,115,46,99,111,109,112,108,101,116,101,40,97,41,125,44,99,111,109,112,108,101,116,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,34,116,104,114,111,119,34,61,61,61,116,46,116,121,112,101,41,116,104,114,111,119,32,116,46,97,114,103,59,114,101,116,117,114,110,34,98,114,101,97,107,34,61,61,61,116,46,116,121,112,101,124,124,34,99,111,110,116,105,110,117,101,34,61,61,61,116,46,116,121,112,101,63,116,104,105,115,46,110,101,120,116,61,116,46,97,114,103,58,34,114,101,116,117,114,110,34,61,61,61,116,46,116,121,112,101,63,40,116,104,105,115,46,114,118,97,108,61,116,104,105,115,46,97,114,103,61,116,46,97,114,103,44,116,104,105,115,46,109,101,116,104,111,100,61,34,114,101,116,117,114,110,34,44,116,104,105,115,46,110,101,120,116,61,34,101,110,100,34,41,58,34,110,111,114,109,97,108,34,61,61,61,116,46,116,121,112,101,38,38,101,38,38,40,116,104,105,115,46,110,101,120,116,61,101,41,44,118,125,44,102,105,110,105,115,104,58,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,116,104,105,115,46,116,114,121,69,110,116,114,105,101,115,46,108,101,110,103,116,104,45,49,59,101,62,61,48,59,45,45,101,41,123,118,97,114,32,110,61,116,104,105,115,46,116,114,121,69,110,116,114,105,101,115,91,101,93,59,105,102,40,110,46,102,105,110,97,108,108,121,76,111,99,61,61,61,116,41,114,101,116,117,114,110,32,116,104,105,115,46,99,111,109,112,108,101,116,101,40,110,46,99,111,109,112,108,101,116,105,111,110,44,110,46,97,102,116,101,114,76,111,99,41,44,84,40,110,41,44,118,125,125,44,99,97,116,99,104,58,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,116,104,105,115,46,116,114,121,69,110,116,114,105,101,115,46,108,101,110,103,116,104,45,49,59,101,62,61,48,59,45,45,101,41,123,118,97,114,32,110,61,116,104,105,115,46,116,114,121,69,110,116,114,105,101,115,91,101,93,59,105,102,40,110,46,116,114,121,76,111,99,61,61,61,116,41,123,118,97,114,32,114,61,110,46,99,111,109,112,108,101,116,105,111,110,59,105,102,40,34,116,104,114,111,119,34,61,61,61,114,46,116,121,112,101,41,123,118,97,114,32,105,61,114,46,97,114,103,59,84,40,110,41,125,114,101,116,117,114,110,32,105,125,125,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,105,108,108,101,103,97,108,32,99,97,116,99,104,32,97,116,116,101,109,112,116,34,41,125,44,100,101,108,101,103,97,116,101,89,105,101,108,100,58,102,117,110,99,116,105,111,110,40,116,44,110,44,114,41,123,114,101,116,117,114,110,32,116,104,105,115,46,100,101,108,101,103,97,116,101,61,123,105,116,101,114,97,116,111,114,58,69,40,116,41,44,114,101,115,117,108,116,78,97,109,101,58,110,44,110,101,120,116,76,111,99,58,114,125,44,34,110,101,120,116,34,61,61,61,116,104,105,115,46,109,101,116,104,111,100,38,38,40,116,104,105,115,46,97,114,103,61,101,41,44,118,125,125,44,116,125,40,116,46,101,120,112,111,114,116,115,41,59,116,114,121,123,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,61,114,125,99,97,116,99,104,40,105,41,123,70,117,110,99,116,105,111,110,40,34,114,34,44,34,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,32,61,32,114,34,41,40,114,41,125,125,44,34,57,55,56,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,55,52,56,48,34,41,59,102,117,110,99,116,105,111,110,32,105,40,116,41,123,118,97,114,32,101,44,110,59,116,104,105,115,46,112,114,111,109,105,115,101,61,110,101,119,32,116,40,40,102,117,110,99,116,105,111,110,40,116,44,114,41,123,105,102,40,118,111,105,100,32,48,33,61,61,101,124,124,118,111,105,100,32,48,33,61,61,110,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,66,97,100,32,80,114,111,109,105,115,101,32,99,111,110,115,116,114,117,99,116,111,114,34,41,59,101,61,116,44,110,61,114,125,41,41,44,116,104,105,115,46,114,101,115,111,108,118,101,61,114,40,101,41,44,116,104,105,115,46,114,101,106,101,99,116,61,114,40,110,41,125,116,46,101,120,112,111,114,116,115,46,102,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,105,40,116,41,125,125,44,57,56,50,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,53,53,97,34,41,44,105,61,110,40,34,48,100,54,51,34,41,44,111,61,110,40,34,54,55,57,97,34,41,44,97,61,91,93,46,115,108,105,99,101,44,115,61,47,77,83,73,69,32,46,92,46,47,46,116,101,115,116,40,111,41,44,99,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,44,105,61,33,33,114,38,38,97,46,99,97,108,108,40,97,114,103,117,109,101,110,116,115,44,50,41,59,114,101,116,117,114,110,32,116,40,114,63,102,117,110,99,116,105,111,110,40,41,123,40,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,101,63,101,58,70,117,110,99,116,105,111,110,40,101,41,41,46,97,112,112,108,121,40,116,104,105,115,44,105,41,125,58,101,44,110,41,125,125,59,105,40,105,46,71,43,105,46,66,43,105,46,70,42,115,44,123,115,101,116,84,105,109,101,111,117,116,58,99,40,114,46,115,101,116,84,105,109,101,111,117,116,41,44,115,101,116,73,110,116,101,114,118,97,108,58,99,40,114,46,115,101,116,73,110,116,101,114,118,97,108,41,125,41,125,44,57,56,54,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,101,50,54,48,34,41,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,100,48,54,54,34,41,44,111,61,110,40,34,48,100,51,98,34,41,44,97,61,110,40,34,54,101,101,98,34,41,44,115,61,110,40,34,101,50,99,99,34,41,44,99,61,110,40,34,100,52,52,101,34,41,44,117,61,110,40,34,57,101,100,51,34,41,44,108,61,110,40,34,54,57,102,51,34,41,44,102,61,110,40,34,49,57,97,97,34,41,44,104,61,110,40,34,53,49,51,53,34,41,44,100,61,110,40,34,48,51,54,54,34,41,44,112,61,110,40,34,102,53,100,102,34,41,44,118,61,110,40,34,56,50,53,97,34,41,44,103,61,110,40,34,56,54,49,100,34,41,44,109,61,110,40,34,55,99,55,51,34,41,44,98,61,110,40,34,53,99,54,99,34,41,44,121,61,110,40,34,57,97,49,102,34,41,44,119,61,110,40,34,51,53,97,49,34,41,44,95,61,110,40,34,98,54,50,50,34,41,44,120,61,105,40,34,102,101,116,99,104,34,41,44,79,61,105,40,34,72,101,97,100,101,114,115,34,41,44,83,61,95,40,34,105,116,101,114,97,116,111,114,34,41,44,107,61,34,85,82,76,83,101,97,114,99,104,80,97,114,97,109,115,34,44,67,61,107,43,34,73,116,101,114,97,116,111,114,34,44,80,61,108,46,115,101,116,44,84,61,108,46,103,101,116,116,101,114,70,111,114,40,107,41,44,106,61,108,46,103,101,116,116,101,114,70,111,114,40,67,41,44,69,61,47,92,43,47,103,44,65,61,65,114,114,97,121,40,52,41,44,68,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,65,91,116,45,49,93,124,124,40,65,91,116,45,49,93,61,82,101,103,69,120,112,40,34,40,40,63,58,37,91,92,92,100,97,45,102,93,123,50,125,41,123,34,43,116,43,34,125,41,34,44,34,103,105,34,41,41,125,44,76,61,102,117,110,99,116,105,111,110,40,116,41,123,116,114,121,123,114,101,116,117,114,110,32,100,101,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,116,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,114,101,116,117,114,110,32,116,125,125,44,77,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,114,101,112,108,97,99,101,40,69,44,34,32,34,41,44,110,61,52,59,116,114,121,123,114,101,116,117,114,110,32,100,101,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,101,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,119,104,105,108,101,40,110,41,101,61,101,46,114,101,112,108,97,99,101,40,68,40,110,45,45,41,44,76,41,59,114,101,116,117,114,110,32,101,125,125,44,73,61,47,91,33,39,40,41,126,93,124,37,50,48,47,103,44,36,61,123,34,33,34,58,34,37,50,49,34,44,34,39,34,58,34,37,50,55,34,44,34,40,34,58,34,37,50,56,34,44,34,41,34,58,34,37,50,57,34,44,34,126,34,58,34,37,55,69,34,44,34,37,50,48,34,58,34,43,34,125,44,70,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,36,91,116,93,125,44,66,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,110,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,116,41,46,114,101,112,108,97,99,101,40,73,44,70,41,125,44,82,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,101,41,123,118,97,114,32,110,44,114,44,105,61,101,46,115,112,108,105,116,40,34,38,34,41,44,111,61,48,59,119,104,105,108,101,40,111,60,105,46,108,101,110,103,116,104,41,110,61,105,91,111,43,43,93,44,110,46,108,101,110,103,116,104,38,38,40,114,61,110,46,115,112,108,105,116,40,34,61,34,41,44,116,46,112,117,115,104,40,123,107,101,121,58,77,40,114,46,115,104,105,102,116,40,41,41,44,118,97,108,117,101,58,77,40,114,46,106,111,105,110,40,34,61,34,41,41,125,41,41,125,125,44,78,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,101,110,116,114,105,101,115,46,108,101,110,103,116,104,61,48,44,82,40,116,104,105,115,46,101,110,116,114,105,101,115,44,116,41,125,44,122,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,60,101,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,78,111,116,32,101,110,111,117,103,104,32,97,114,103,117,109,101,110,116,115,34,41,125,44,86,61,117,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,80,40,116,104,105,115,44,123,116,121,112,101,58,67,44,105,116,101,114,97,116,111,114,58,121,40,84,40,116,41,46,101,110,116,114,105,101,115,41,44,107,105,110,100,58,101,125,41,125,41,44,34,73,116,101,114,97,116,111,114,34,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,106,40,116,104,105,115,41,44,101,61,116,46,107,105,110,100,44,110,61,116,46,105,116,101,114,97,116,111,114,46,110,101,120,116,40,41,44,114,61,110,46,118,97,108,117,101,59,114,101,116,117,114,110,32,110,46,100,111,110,101,124,124,40,110,46,118,97,108,117,101,61,34,107,101,121,115,34,61,61,61,101,63,114,46,107,101,121,58,34,118,97,108,117,101,115,34,61,61,61,101,63,114,46,118,97,108,117,101,58,91,114,46,107,101,121,44,114,46,118,97,108,117,101,93,41,44,110,125,41,41,44,72,61,102,117,110,99,116,105,111,110,40,41,123,102,40,116,104,105,115,44,72,44,107,41,59,118,97,114,32,116,44,101,44,110,44,114,44,105,44,111,44,97,44,115,44,99,44,117,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,63,97,114,103,117,109,101,110,116,115,91,48,93,58,118,111,105,100,32,48,44,108,61,116,104,105,115,44,100,61,91,93,59,105,102,40,80,40,108,44,123,116,121,112,101,58,107,44,101,110,116,114,105,101,115,58,100,44,117,112,100,97,116,101,85,82,76,58,102,117,110,99,116,105,111,110,40,41,123,125,44,117,112,100,97,116,101,83,101,97,114,99,104,80,97,114,97,109,115,58,78,125,41,44,118,111,105,100,32,48,33,61,61,117,41,105,102,40,103,40,117,41,41,105,102,40,116,61,119,40,117,41,44,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,41,123,101,61,116,46,99,97,108,108,40,117,41,44,110,61,101,46,110,101,120,116,59,119,104,105,108,101,40,33,40,114,61,110,46,99,97,108,108,40,101,41,41,46,100,111,110,101,41,123,105,102,40,105,61,121,40,118,40,114,46,118,97,108,117,101,41,41,44,111,61,105,46,110,101,120,116,44,40,97,61,111,46,99,97,108,108,40,105,41,41,46,100,111,110,101,124,124,40,115,61,111,46,99,97,108,108,40,105,41,41,46,100,111,110,101,124,124,33,111,46,99,97,108,108,40,105,41,46,100,111,110,101,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,69,120,112,101,99,116,101,100,32,115,101,113,117,101,110,99,101,32,119,105,116,104,32,108,101,110,103,116,104,32,50,34,41,59,100,46,112,117,115,104,40,123,107,101,121,58,97,46,118,97,108,117,101,43,34,34,44,118,97,108,117,101,58,115,46,118,97,108,117,101,43,34,34,125,41,125,125,101,108,115,101,32,102,111,114,40,99,32,105,110,32,117,41,104,40,117,44,99,41,38,38,100,46,112,117,115,104,40,123,107,101,121,58,99,44,118,97,108,117,101,58,117,91,99,93,43,34,34,125,41,59,101,108,115,101,32,82,40,100,44,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,117,63,34,63,34,61,61,61,117,46,99,104,97,114,65,116,40,48,41,63,117,46,115,108,105,99,101,40,49,41,58,117,58,117,43,34,34,41,125,44,85,61,72,46,112,114,111,116,111,116,121,112,101,59,115,40,85,44,123,97,112,112,101,110,100,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,122,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,50,41,59,118,97,114,32,110,61,84,40,116,104,105,115,41,59,110,46,101,110,116,114,105,101,115,46,112,117,115,104,40,123,107,101,121,58,116,43,34,34,44,118,97,108,117,101,58,101,43,34,34,125,41,44,110,46,117,112,100,97,116,101,85,82,76,40,41,125,44,100,101,108,101,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,122,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,49,41,59,118,97,114,32,101,61,84,40,116,104,105,115,41,44,110,61,101,46,101,110,116,114,105,101,115,44,114,61,116,43,34,34,44,105,61,48,59,119,104,105,108,101,40,105,60,110,46,108,101,110,103,116,104,41,110,91,105,93,46,107,101,121,61,61,61,114,63,110,46,115,112,108,105,99,101,40,105,44,49,41,58,105,43,43,59,101,46,117,112,100,97,116,101,85,82,76,40,41,125,44,103,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,122,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,49,41,59,102,111,114,40,118,97,114,32,101,61,84,40,116,104,105,115,41,46,101,110,116,114,105,101,115,44,110,61,116,43,34,34,44,114,61,48,59,114,60,101,46,108,101,110,103,116,104,59,114,43,43,41,105,102,40,101,91,114,93,46,107,101,121,61,61,61,110,41,114,101,116,117,114,110,32,101,91,114,93,46,118,97,108,117,101,59,114,101,116,117,114,110,32,110,117,108,108,125,44,103,101,116,65,108,108,58,102,117,110,99,116,105,111,110,40,116,41,123,122,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,49,41,59,102,111,114,40,118,97,114,32,101,61,84,40,116,104,105,115,41,46,101,110,116,114,105,101,115,44,110,61,116,43,34,34,44,114,61,91,93,44,105,61,48,59,105,60,101,46,108,101,110,103,116,104,59,105,43,43,41,101,91,105,93,46,107,101,121,61,61,61,110,38,38,114,46,112,117,115,104,40,101,91,105,93,46,118,97,108,117,101,41,59,114,101,116,117,114,110,32,114,125,44,104,97,115,58,102,117,110,99,116,105,111,110,40,116,41,123,122,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,49,41,59,118,97,114,32,101,61,84,40,116,104,105,115,41,46,101,110,116,114,105,101,115,44,110,61,116,43,34,34,44,114,61,48,59,119,104,105,108,101,40,114,60,101,46,108,101,110,103,116,104,41,105,102,40,101,91,114,43,43,93,46,107,101,121,61,61,61,110,41,114,101,116,117,114,110,33,48,59,114,101,116,117,114,110,33,49,125,44,115,101,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,122,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,49,41,59,102,111,114,40,118,97,114,32,110,44,114,61,84,40,116,104,105,115,41,44,105,61,114,46,101,110,116,114,105,101,115,44,111,61,33,49,44,97,61,116,43,34,34,44,115,61,101,43,34,34,44,99,61,48,59,99,60,105,46,108,101,110,103,116,104,59,99,43,43,41,110,61,105,91,99,93,44,110,46,107,101,121,61,61,61,97,38,38,40,111,63,105,46,115,112,108,105,99,101,40,99,45,45,44,49,41,58,40,111,61,33,48,44,110,46,118,97,108,117,101,61,115,41,41,59,111,124,124,105,46,112,117,115,104,40,123,107,101,121,58,97,44,118,97,108,117,101,58,115,125,41,44,114,46,117,112,100,97,116,101,85,82,76,40,41,125,44,115,111,114,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,44,110,44,114,61,84,40,116,104,105,115,41,44,105,61,114,46,101,110,116,114,105,101,115,44,111,61,105,46,115,108,105,99,101,40,41,59,102,111,114,40,105,46,108,101,110,103,116,104,61,48,44,110,61,48,59,110,60,111,46,108,101,110,103,116,104,59,110,43,43,41,123,102,111,114,40,116,61,111,91,110,93,44,101,61,48,59,101,60,110,59,101,43,43,41,105,102,40,105,91,101,93,46,107,101,121,62,116,46,107,101,121,41,123,105,46,115,112,108,105,99,101,40,101,44,48,44,116,41,59,98,114,101,97,107,125,101,61,61,61,110,38,38,105,46,112,117,115,104,40,116,41,125,114,46,117,112,100,97,116,101,85,82,76,40,41,125,44,102,111,114,69,97,99,104,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,84,40,116,104,105,115,41,46,101,110,116,114,105,101,115,44,114,61,100,40,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,44,51,41,44,105,61,48,59,119,104,105,108,101,40,105,60,110,46,108,101,110,103,116,104,41,101,61,110,91,105,43,43,93,44,114,40,101,46,118,97,108,117,101,44,101,46,107,101,121,44,116,104,105,115,41,125,44,107,101,121,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,86,40,116,104,105,115,44,34,107,101,121,115,34,41,125,44,118,97,108,117,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,86,40,116,104,105,115,44,34,118,97,108,117,101,115,34,41,125,44,101,110,116,114,105,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,86,40,116,104,105,115,44,34,101,110,116,114,105,101,115,34,41,125,125,44,123,101,110,117,109,101,114,97,98,108,101,58,33,48,125,41,44,97,40,85,44,83,44,85,46,101,110,116,114,105,101,115,41,44,97,40,85,44,34,116,111,83,116,114,105,110,103,34,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,84,40,116,104,105,115,41,46,101,110,116,114,105,101,115,44,110,61,91,93,44,114,61,48,59,119,104,105,108,101,40,114,60,101,46,108,101,110,103,116,104,41,116,61,101,91,114,43,43,93,44,110,46,112,117,115,104,40,66,40,116,46,107,101,121,41,43,34,61,34,43,66,40,116,46,118,97,108,117,101,41,41,59,114,101,116,117,114,110,32,110,46,106,111,105,110,40,34,38,34,41,125,41,44,123,101,110,117,109,101,114,97,98,108,101,58,33,48,125,41,44,99,40,72,44,107,41,44,114,40,123,103,108,111,98,97,108,58,33,48,44,102,111,114,99,101,100,58,33,111,125,44,123,85,82,76,83,101,97,114,99,104,80,97,114,97,109,115,58,72,125,41,44,111,124,124,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,120,124,124,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,79,124,124,114,40,123,103,108,111,98,97,108,58,33,48,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,102,111,114,99,101,100,58,33,48,125,44,123,102,101,116,99,104,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,61,91,116,93,59,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,40,101,61,97,114,103,117,109,101,110,116,115,91,49,93,44,103,40,101,41,38,38,40,110,61,101,46,98,111,100,121,44,112,40,110,41,61,61,61,107,38,38,40,114,61,101,46,104,101,97,100,101,114,115,63,110,101,119,32,79,40,101,46,104,101,97,100,101,114,115,41,58,110,101,119,32,79,44,114,46,104,97,115,40,34,99,111,110,116,101,110,116,45,116,121,112,101,34,41,124,124,114,46,115,101,116,40,34,99,111,110,116,101,110,116,45,116,121,112,101,34,44,34,97,112,112,108,105,99,97,116,105,111,110,47,120,45,119,119,119,45,102,111,114,109,45,117,114,108,101,110,99,111,100,101,100,59,99,104,97,114,115,101,116,61,85,84,70,45,56,34,41,44,101,61,109,40,101,44,123,98,111,100,121,58,98,40,48,44,83,116,114,105,110,103,40,110,41,41,44,104,101,97,100,101,114,115,58,98,40,48,44,114,41,125,41,41,41,44,105,46,112,117,115,104,40,101,41,41,44,120,46,97,112,112,108,121,40,116,104,105,115,44,105,41,125,125,41,44,116,46,101,120,112,111,114,116,115,61,123,85,82,76,83,101,97,114,99,104,80,97,114,97,109,115,58,72,44,103,101,116,83,116,97,116,101,58,84,125,125,44,34,57,57,51,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,99,56,48,34,41,44,105,61,110,40,34,97,102,97,101,34,41,46,99,111,110,99,97,116,40,34,108,101,110,103,116,104,34,44,34,112,114,111,116,111,116,121,112,101,34,41,59,101,46,102,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,40,116,44,105,41,125,125,44,34,57,57,97,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,100,48,51,57,34,41,44,111,61,110,40,34,101,56,98,53,34,41,44,97,61,110,40,34,56,54,49,100,34,41,44,115,61,110,40,34,55,98,48,98,34,41,44,99,61,110,40,34,53,48,99,52,34,41,44,117,61,110,40,34,56,52,49,56,34,41,44,108,61,110,40,34,54,53,102,48,34,41,44,102,61,110,40,34,49,100,100,101,34,41,44,104,61,110,40,34,98,54,50,50,34,41,44,100,61,110,40,34,50,100,48,48,34,41,44,112,61,104,40,34,105,115,67,111,110,99,97,116,83,112,114,101,97,100,97,98,108,101,34,41,44,118,61,57,48,48,55,49,57,57,50,53,52,55,52,48,57,57,49,44,103,61,34,77,97,120,105,109,117,109,32,97,108,108,111,119,101,100,32,105,110,100,101,120,32,101,120,99,101,101,100,101,100,34,44,109,61,100,62,61,53,49,124,124,33,105,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,114,101,116,117,114,110,32,116,91,112,93,61,33,49,44,116,46,99,111,110,99,97,116,40,41,91,48,93,33,61,61,116,125,41,41,44,98,61,102,40,34,99,111,110,99,97,116,34,41,44,121,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,97,40,116,41,41,114,101,116,117,114,110,33,49,59,118,97,114,32,101,61,116,91,112,93,59,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,61,101,63,33,33,101,58,111,40,116,41,125,44,119,61,33,109,124,124,33,98,59,114,40,123,116,97,114,103,101,116,58,34,65,114,114,97,121,34,44,112,114,111,116,111,58,33,48,44,102,111,114,99,101,100,58,119,125,44,123,99,111,110,99,97,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,44,111,44,97,61,115,40,116,104,105,115,41,44,102,61,108,40,97,44,48,41,44,104,61,48,59,102,111,114,40,101,61,45,49,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,60,114,59,101,43,43,41,105,102,40,111,61,45,49,61,61,61,101,63,97,58,97,114,103,117,109,101,110,116,115,91,101,93,44,121,40,111,41,41,123,105,102,40,105,61,99,40,111,46,108,101,110,103,116,104,41,44,104,43,105,62,118,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,103,41,59,102,111,114,40,110,61,48,59,110,60,105,59,110,43,43,44,104,43,43,41,110,32,105,110,32,111,38,38,117,40,102,44,104,44,111,91,110,93,41,125,101,108,115,101,123,105,102,40,104,62,61,118,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,103,41,59,117,40,102,44,104,43,43,44,111,41,125,114,101,116,117,114,110,32,102,46,108,101,110,103,116,104,61,104,44,102,125,125,41,125,44,34,57,97,49,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,50,53,97,34,41,44,105,61,110,40,34,51,53,97,49,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,105,40,116,41,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,101,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,83,116,114,105,110,103,40,116,41,43,34,32,105,115,32,110,111,116,32,105,116,101,114,97,98,108,101,34,41,59,114,101,116,117,114,110,32,114,40,101,46,99,97,108,108,40,116,41,41,125,125,44,34,57,97,50,55,34,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,101,46,102,61,123,125,46,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,125,44,34,57,97,55,55,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,100,102,57,34,41,59,110,40,34,54,51,57,55,34,41,40,34,105,115,70,114,111,122,101,110,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,33,114,40,101,41,124,124,33,33,116,38,38,116,40,101,41,125,125,41,41,125,44,34,57,98,48,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,97,55,52,51,34,41,40,33,48,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,43,40,110,63,114,40,116,44,101,41,46,108,101,110,103,116,104,58,49,41,125,125,44,34,57,98,100,100,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,50,53,97,34,41,44,105,61,110,40,34,50,97,54,50,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,111,41,123,116,114,121,123,114,101,116,117,114,110,32,111,63,101,40,114,40,110,41,91,48,93,44,110,91,49,93,41,58,101,40,110,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,116,104,114,111,119,32,105,40,116,41,44,101,114,114,111,114,125,125,125,44,34,57,98,102,50,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,51,97,98,34,41,44,105,61,110,40,34,48,99,102,98,34,41,44,111,61,110,40,34,56,50,53,97,34,41,44,97,61,110,40,34,99,48,52,101,34,41,44,115,61,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,59,101,46,102,61,114,63,115,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,111,40,116,41,44,101,61,97,40,101,44,33,48,41,44,111,40,110,41,44,105,41,116,114,121,123,114,101,116,117,114,110,32,115,40,116,44,101,44,110,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,125,105,102,40,34,103,101,116,34,105,110,32,110,124,124,34,115,101,116,34,105,110,32,110,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,65,99,99,101,115,115,111,114,115,32,110,111,116,32,115,117,112,112,111,114,116,101,100,34,41,59,114,101,116,117,114,110,34,118,97,108,117,101,34,105,110,32,110,38,38,40,116,91,101,93,61,110,46,118,97,108,117,101,41,44,116,125,125,44,34,57,99,53,53,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,53,56,100,49,34,41,44,105,61,110,40,34,54,100,56,57,34,41,44,111,61,110,40,34,54,55,52,52,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,97,41,123,118,97,114,32,115,61,83,116,114,105,110,103,40,111,40,116,41,41,44,99,61,115,46,108,101,110,103,116,104,44,117,61,118,111,105,100,32,48,61,61,61,110,63,34,32,34,58,83,116,114,105,110,103,40,110,41,44,108,61,114,40,101,41,59,105,102,40,108,60,61,99,124,124,34,34,61,61,117,41,114,101,116,117,114,110,32,115,59,118,97,114,32,102,61,108,45,99,44,104,61,105,46,99,97,108,108,40,117,44,77,97,116,104,46,99,101,105,108,40,102,47,117,46,108,101,110,103,116,104,41,41,59,114,101,116,117,114,110,32,104,46,108,101,110,103,116,104,62,102,38,38,40,104,61,104,46,115,108,105,99,101,40,48,44,102,41,41,44,97,63,104,43,115,58,115,43,104,125,125,44,34,57,99,55,53,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,55,54,51,52,34,41,44,111,61,110,40,34,53,100,56,56,34,41,44,97,61,110,40,34,52,50,101,101,34,41,44,115,61,110,40,34,53,49,97,99,34,41,44,99,61,110,40,34,53,56,100,49,34,41,44,117,61,110,40,34,99,100,102,57,34,41,44,108,61,110,40,34,50,53,53,97,34,41,46,65,114,114,97,121,66,117,102,102,101,114,44,102,61,110,40,34,48,97,55,100,34,41,44,104,61,111,46,65,114,114,97,121,66,117,102,102,101,114,44,100,61,111,46,68,97,116,97,86,105,101,119,44,112,61,105,46,65,66,86,38,38,108,46,105,115,86,105,101,119,44,118,61,104,46,112,114,111,116,111,116,121,112,101,46,115,108,105,99,101,44,103,61,105,46,86,73,69,87,44,109,61,34,65,114,114,97,121,66,117,102,102,101,114,34,59,114,40,114,46,71,43,114,46,87,43,114,46,70,42,40,108,33,61,61,104,41,44,123,65,114,114,97,121,66,117,102,102,101,114,58,104,125,41,44,114,40,114,46,83,43,114,46,70,42,33,105,46,67,79,78,83,84,82,44,109,44,123,105,115,86,105,101,119,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,112,38,38,112,40,116,41,124,124,117,40,116,41,38,38,103,32,105,110,32,116,125,125,41,44,114,40,114,46,80,43,114,46,85,43,114,46,70,42,110,40,34,98,52,54,48,34,41,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,110,101,119,32,104,40,50,41,46,115,108,105,99,101,40,49,44,118,111,105,100,32,48,41,46,98,121,116,101,76,101,110,103,116,104,125,41,41,44,109,44,123,115,108,105,99,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,118,111,105,100,32,48,33,61,61,118,38,38,118,111,105,100,32,48,61,61,61,101,41,114,101,116,117,114,110,32,118,46,99,97,108,108,40,97,40,116,104,105,115,41,44,116,41,59,118,97,114,32,110,61,97,40,116,104,105,115,41,46,98,121,116,101,76,101,110,103,116,104,44,114,61,115,40,116,44,110,41,44,105,61,115,40,118,111,105,100,32,48,61,61,61,101,63,110,58,101,44,110,41,44,111,61,110,101,119,40,102,40,116,104,105,115,44,104,41,41,40,99,40,105,45,114,41,41,44,117,61,110,101,119,32,100,40,116,104,105,115,41,44,108,61,110,101,119,32,100,40,111,41,44,112,61,48,59,119,104,105,108,101,40,114,60,105,41,108,46,115,101,116,85,105,110,116,56,40,112,43,43,44,117,46,103,101,116,85,105,110,116,56,40,114,43,43,41,41,59,114,101,116,117,114,110,32,111,125,125,41,44,110,40,34,100,98,99,53,34,41,40,109,41,125,44,34,57,99,102,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,80,44,34,70,117,110,99,116,105,111,110,34,44,123,98,105,110,100,58,110,40,34,98,54,54,99,34,41,125,41,125,44,34,57,100,99,50,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,52,99,101,99,34,41,44,105,61,110,40,34,51,56,56,100,34,41,44,111,61,34,77,97,112,34,59,116,46,101,120,112,111,114,116,115,61,110,40,34,97,101,102,54,34,41,40,111,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,63,97,114,103,117,109,101,110,116,115,91,48,93,58,118,111,105,100,32,48,41,125,125,41,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,114,46,103,101,116,69,110,116,114,121,40,105,40,116,104,105,115,44,111,41,44,116,41,59,114,101,116,117,114,110,32,101,38,38,101,46,118,125,44,115,101,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,114,46,100,101,102,40,105,40,116,104,105,115,44,111,41,44,48,61,61,61,116,63,48,58,116,44,101,41,125,125,44,114,44,33,48,41,125,44,34,57,101,50,100,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,52,48,49,34,41,44,105,61,110,40,34,50,54,51,53,34,41,44,111,61,110,40,34,51,55,102,102,34,41,44,97,61,110,40,34,53,56,100,49,34,41,44,115,61,110,40,34,49,48,99,102,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,49,61,61,116,44,99,61,50,61,61,116,44,117,61,51,61,61,116,44,108,61,52,61,61,116,44,102,61,54,61,61,116,44,104,61,53,61,61,116,124,124,102,44,100,61,101,124,124,115,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,115,44,112,41,123,102,111,114,40,118,97,114,32,118,44,103,44,109,61,111,40,101,41,44,98,61,105,40,109,41,44,121,61,114,40,115,44,112,44,51,41,44,119,61,97,40,98,46,108,101,110,103,116,104,41,44,95,61,48,44,120,61,110,63,100,40,101,44,119,41,58,99,63,100,40,101,44,48,41,58,118,111,105,100,32,48,59,119,62,95,59,95,43,43,41,105,102,40,40,104,124,124,95,32,105,110,32,98,41,38,38,40,118,61,98,91,95,93,44,103,61,121,40,118,44,95,44,109,41,44,116,41,41,105,102,40,110,41,120,91,95,93,61,103,59,101,108,115,101,32,105,102,40,103,41,115,119,105,116,99,104,40,116,41,123,99,97,115,101,32,51,58,114,101,116,117,114,110,33,48,59,99,97,115,101,32,53,58,114,101,116,117,114,110,32,118,59,99,97,115,101,32,54,58,114,101,116,117,114,110,32,95,59,99,97,115,101,32,50,58,120,46,112,117,115,104,40,118,41,125,101,108,115,101,32,105,102,40,108,41,114,101,116,117,114,110,33,49,59,114,101,116,117,114,110,32,102,63,45,49,58,117,124,124,108,63,108,58,120,125,125,125,44,34,57,101,51,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,49,54,57,97,34,41,44,105,61,110,40,34,52,50,101,101,34,41,44,111,61,110,40,34,48,97,55,100,34,41,44,97,61,110,40,34,57,98,48,99,34,41,44,115,61,110,40,34,53,56,100,49,34,41,44,99,61,110,40,34,101,53,98,99,34,41,44,117,61,110,40,34,49,50,99,49,34,41,44,108,61,110,40,34,98,52,54,48,34,41,44,102,61,77,97,116,104,46,109,105,110,44,104,61,91,93,46,112,117,115,104,44,100,61,34,115,112,108,105,116,34,44,112,61,34,108,101,110,103,116,104,34,44,118,61,34,108,97,115,116,73,110,100,101,120,34,44,103,61,52,50,57,52,57,54,55,50,57,53,44,109,61,33,108,40,40,102,117,110,99,116,105,111,110,40,41,123,82,101,103,69,120,112,40,103,44,34,121,34,41,125,41,41,59,110,40,34,101,98,99,97,34,41,40,34,115,112,108,105,116,34,44,50,44,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,108,41,123,118,97,114,32,98,59,114,101,116,117,114,110,32,98,61,34,99,34,61,61,34,97,98,98,99,34,91,100,93,40,47,40,98,41,42,47,41,91,49,93,124,124,52,33,61,34,116,101,115,116,34,91,100,93,40,47,40,63,58,41,47,44,45,49,41,91,112,93,124,124,50,33,61,34,97,98,34,91,100,93,40,47,40,63,58,97,98,41,42,47,41,91,112,93,124,124,52,33,61,34,46,34,91,100,93,40,47,40,46,63,41,40,46,63,41,47,41,91,112,93,124,124,34,46,34,91,100,93,40,47,40,41,40,41,47,41,91,112,93,62,49,124,124,34,34,91,100,93,40,47,46,63,47,41,91,112,93,63,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,105,61,83,116,114,105,110,103,40,116,104,105,115,41,59,105,102,40,118,111,105,100,32,48,61,61,61,116,38,38,48,61,61,61,101,41,114,101,116,117,114,110,91,93,59,105,102,40,33,114,40,116,41,41,114,101,116,117,114,110,32,110,46,99,97,108,108,40,105,44,116,44,101,41,59,118,97,114,32,111,44,97,44,115,44,99,61,91,93,44,108,61,40,116,46,105,103,110,111,114,101,67,97,115,101,63,34,105,34,58,34,34,41,43,40,116,46,109,117,108,116,105,108,105,110,101,63,34,109,34,58,34,34,41,43,40,116,46,117,110,105,99,111,100,101,63,34,117,34,58,34,34,41,43,40,116,46,115,116,105,99,107,121,63,34,121,34,58,34,34,41,44,102,61,48,44,100,61,118,111,105,100,32,48,61,61,61,101,63,103,58,101,62,62,62,48,44,109,61,110,101,119,32,82,101,103,69,120,112,40,116,46,115,111,117,114,99,101,44,108,43,34,103,34,41,59,119,104,105,108,101,40,111,61,117,46,99,97,108,108,40,109,44,105,41,41,123,105,102,40,97,61,109,91,118,93,44,97,62,102,38,38,40,99,46,112,117,115,104,40,105,46,115,108,105,99,101,40,102,44,111,46,105,110,100,101,120,41,41,44,111,91,112,93,62,49,38,38,111,46,105,110,100,101,120,60,105,91,112,93,38,38,104,46,97,112,112,108,121,40,99,44,111,46,115,108,105,99,101,40,49,41,41,44,115,61,111,91,48,93,91,112,93,44,102,61,97,44,99,91,112,93,62,61,100,41,41,98,114,101,97,107,59,109,91,118,93,61,61,61,111,46,105,110,100,101,120,38,38,109,91,118,93,43,43,125,114,101,116,117,114,110,32,102,61,61,61,105,91,112,93,63,33,115,38,38,109,46,116,101,115,116,40,34,34,41,124,124,99,46,112,117,115,104,40,34,34,41,58,99,46,112,117,115,104,40,105,46,115,108,105,99,101,40,102,41,41,44,99,91,112,93,62,100,63,99,46,115,108,105,99,101,40,48,44,100,41,58,99,125,58,34,48,34,91,100,93,40,118,111,105,100,32,48,44,48,41,91,112,93,63,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,38,38,48,61,61,61,101,63,91,93,58,110,46,99,97,108,108,40,116,104,105,115,44,116,44,101,41,125,58,110,44,91,102,117,110,99,116,105,111,110,40,110,44,114,41,123,118,97,114,32,105,61,116,40,116,104,105,115,41,44,111,61,118,111,105,100,32,48,61,61,110,63,118,111,105,100,32,48,58,110,91,101,93,59,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,61,111,63,111,46,99,97,108,108,40,110,44,105,44,114,41,58,98,46,99,97,108,108,40,83,116,114,105,110,103,40,105,41,44,110,44,114,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,114,61,108,40,98,44,116,44,116,104,105,115,44,101,44,98,33,61,61,110,41,59,105,102,40,114,46,100,111,110,101,41,114,101,116,117,114,110,32,114,46,118,97,108,117,101,59,118,97,114,32,117,61,105,40,116,41,44,104,61,83,116,114,105,110,103,40,116,104,105,115,41,44,100,61,111,40,117,44,82,101,103,69,120,112,41,44,112,61,117,46,117,110,105,99,111,100,101,44,118,61,40,117,46,105,103,110,111,114,101,67,97,115,101,63,34,105,34,58,34,34,41,43,40,117,46,109,117,108,116,105,108,105,110,101,63,34,109,34,58,34,34,41,43,40,117,46,117,110,105,99,111,100,101,63,34,117,34,58,34,34,41,43,40,109,63,34,121,34,58,34,103,34,41,44,121,61,110,101,119,32,100,40,109,63,117,58,34,94,40,63,58,34,43,117,46,115,111,117,114,99,101,43,34,41,34,44,118,41,44,119,61,118,111,105,100,32,48,61,61,61,101,63,103,58,101,62,62,62,48,59,105,102,40,48,61,61,61,119,41,114,101,116,117,114,110,91,93,59,105,102,40,48,61,61,61,104,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,110,117,108,108,61,61,61,99,40,121,44,104,41,63,91,104,93,58,91,93,59,118,97,114,32,95,61,48,44,120,61,48,44,79,61,91,93,59,119,104,105,108,101,40,120,60,104,46,108,101,110,103,116,104,41,123,121,46,108,97,115,116,73,110,100,101,120,61,109,63,120,58,48,59,118,97,114,32,83,44,107,61,99,40,121,44,109,63,104,58,104,46,115,108,105,99,101,40,120,41,41,59,105,102,40,110,117,108,108,61,61,61,107,124,124,40,83,61,102,40,115,40,121,46,108,97,115,116,73,110,100,101,120,43,40,109,63,48,58,120,41,41,44,104,46,108,101,110,103,116,104,41,41,61,61,61,95,41,120,61,97,40,104,44,120,44,112,41,59,101,108,115,101,123,105,102,40,79,46,112,117,115,104,40,104,46,115,108,105,99,101,40,95,44,120,41,41,44,79,46,108,101,110,103,116,104,61,61,61,119,41,114,101,116,117,114,110,32,79,59,102,111,114,40,118,97,114,32,67,61,49,59,67,60,61,107,46,108,101,110,103,116,104,45,49,59,67,43,43,41,105,102,40,79,46,112,117,115,104,40,107,91,67,93,41,44,79,46,108,101,110,103,116,104,61,61,61,119,41,114,101,116,117,114,110,32,79,59,120,61,95,61,83,125,125,114,101,116,117,114,110,32,79,46,112,117,115,104,40,104,46,115,108,105,99,101,40,95,41,41,44,79,125,93,125,41,41,125,44,34,57,101,52,54,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,53,53,97,34,41,44,105,61,110,40,34,55,101,51,51,34,41,44,111,61,110,40,34,54,55,51,57,34,41,44,97,61,110,40,34,48,100,54,51,34,41,44,115,61,110,40,34,98,100,52,55,34,41,44,99,61,110,40,34,98,100,101,100,34,41,46,75,69,89,44,117,61,110,40,34,98,52,54,48,34,41,44,108,61,110,40,34,57,52,101,52,34,41,44,102,61,110,40,34,54,49,55,102,34,41,44,104,61,110,40,34,97,57,48,57,34,41,44,100,61,110,40,34,57,51,51,54,34,41,44,112,61,110,40,34,53,97,51,48,34,41,44,118,61,110,40,34,49,55,98,50,34,41,44,103,61,110,40,34,55,56,102,57,34,41,44,109,61,110,40,34,98,99,52,56,34,41,44,98,61,110,40,34,52,50,101,101,34,41,44,121,61,110,40,34,99,100,102,57,34,41,44,119,61,110,40,34,51,55,102,102,34,41,44,95,61,110,40,34,99,101,98,54,34,41,44,120,61,110,40,34,49,98,102,98,34,41,44,79,61,110,40,34,49,53,52,98,34,41,44,83,61,110,40,34,97,102,51,51,34,41,44,107,61,110,40,34,101,99,52,55,34,41,44,67,61,110,40,34,101,97,48,53,34,41,44,80,61,110,40,34,101,48,51,56,34,41,44,84,61,110,40,34,48,102,50,54,34,41,44,106,61,110,40,34,98,55,101,50,34,41,44,69,61,67,46,102,44,65,61,84,46,102,44,68,61,107,46,102,44,76,61,114,46,83,121,109,98,111,108,44,77,61,114,46,74,83,79,78,44,73,61,77,38,38,77,46,115,116,114,105,110,103,105,102,121,44,36,61,34,112,114,111,116,111,116,121,112,101,34,44,70,61,100,40,34,95,104,105,100,100,101,110,34,41,44,66,61,100,40,34,116,111,80,114,105,109,105,116,105,118,101,34,41,44,82,61,123,125,46,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,44,78,61,108,40,34,115,121,109,98,111,108,45,114,101,103,105,115,116,114,121,34,41,44,122,61,108,40,34,115,121,109,98,111,108,115,34,41,44,86,61,108,40,34,111,112,45,115,121,109,98,111,108,115,34,41,44,72,61,79,98,106,101,99,116,91,36,93,44,85,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,76,38,38,33,33,80,46,102,44,87,61,114,46,81,79,98,106,101,99,116,44,113,61,33,87,124,124,33,87,91,36,93,124,124,33,87,91,36,93,46,102,105,110,100,67,104,105,108,100,44,71,61,111,38,38,117,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,33,61,83,40,65,40,123,125,44,34,97,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,65,40,116,104,105,115,44,34,97,34,44,123,118,97,108,117,101,58,55,125,41,46,97,125,125,41,41,46,97,125,41,41,63,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,69,40,72,44,101,41,59,114,38,38,100,101,108,101,116,101,32,72,91,101,93,44,65,40,116,44,101,44,110,41,44,114,38,38,116,33,61,61,72,38,38,65,40,72,44,101,44,114,41,125,58,65,44,89,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,122,91,116,93,61,83,40,76,91,36,93,41,59,114,101,116,117,114,110,32,101,46,95,107,61,116,44,101,125,44,75,61,85,38,38,34,115,121,109,98,111,108,34,61,61,116,121,112,101,111,102,32,76,46,105,116,101,114,97,116,111,114,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,115,121,109,98,111,108,34,61,61,116,121,112,101,111,102,32,116,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,32,105,110,115,116,97,110,99,101,111,102,32,76,125,44,88,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,61,61,61,72,38,38,88,40,86,44,101,44,110,41,44,98,40,116,41,44,101,61,120,40,101,44,33,48,41,44,98,40,110,41,44,105,40,122,44,101,41,63,40,110,46,101,110,117,109,101,114,97,98,108,101,63,40,105,40,116,44,70,41,38,38,116,91,70,93,91,101,93,38,38,40,116,91,70,93,91,101,93,61,33,49,41,44,110,61,83,40,110,44,123,101,110,117,109,101,114,97,98,108,101,58,79,40,48,44,33,49,41,125,41,41,58,40,105,40,116,44,70,41,124,124,65,40,116,44,70,44,79,40,49,44,123,125,41,41,44,116,91,70,93,91,101,93,61,33,48,41,44,71,40,116,44,101,44,110,41,41,58,65,40,116,44,101,44,110,41,125,44,90,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,98,40,116,41,59,118,97,114,32,110,44,114,61,103,40,101,61,95,40,101,41,41,44,105,61,48,44,111,61,114,46,108,101,110,103,116,104,59,119,104,105,108,101,40,111,62,105,41,88,40,116,44,110,61,114,91,105,43,43,93,44,101,91,110,93,41,59,114,101,116,117,114,110,32,116,125,44,74,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,101,63,83,40,116,41,58,90,40,83,40,116,41,44,101,41,125,44,81,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,82,46,99,97,108,108,40,116,104,105,115,44,116,61,120,40,116,44,33,48,41,41,59,114,101,116,117,114,110,33,40,116,104,105,115,61,61,61,72,38,38,105,40,122,44,116,41,38,38,33,105,40,86,44,116,41,41,38,38,40,33,40,101,124,124,33,105,40,116,104,105,115,44,116,41,124,124,33,105,40,122,44,116,41,124,124,105,40,116,104,105,115,44,70,41,38,38,116,104,105,115,91,70,93,91,116,93,41,124,124,101,41,125,44,116,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,61,95,40,116,41,44,101,61,120,40,101,44,33,48,41,44,116,33,61,61,72,124,124,33,105,40,122,44,101,41,124,124,105,40,86,44,101,41,41,123,118,97,114,32,110,61,69,40,116,44,101,41,59,114,101,116,117,114,110,33,110,124,124,33,105,40,122,44,101,41,124,124,105,40,116,44,70,41,38,38,116,91,70,93,91,101,93,124,124,40,110,46,101,110,117,109,101,114,97,98,108,101,61,33,48,41,44,110,125,125,44,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,68,40,95,40,116,41,41,44,114,61,91,93,44,111,61,48,59,119,104,105,108,101,40,110,46,108,101,110,103,116,104,62,111,41,105,40,122,44,101,61,110,91,111,43,43,93,41,124,124,101,61,61,70,124,124,101,61,61,99,124,124,114,46,112,117,115,104,40,101,41,59,114,101,116,117,114,110,32,114,125,44,110,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,116,61,61,61,72,44,114,61,68,40,110,63,86,58,95,40,116,41,41,44,111,61,91,93,44,97,61,48,59,119,104,105,108,101,40,114,46,108,101,110,103,116,104,62,97,41,33,105,40,122,44,101,61,114,91,97,43,43,93,41,124,124,110,38,38,33,105,40,72,44,101,41,124,124,111,46,112,117,115,104,40,122,91,101,93,41,59,114,101,116,117,114,110,32,111,125,59,85,124,124,40,76,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,104,105,115,32,105,110,115,116,97,110,99,101,111,102,32,76,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,83,121,109,98,111,108,32,105,115,32,110,111,116,32,97,32,99,111,110,115,116,114,117,99,116,111,114,33,34,41,59,118,97,114,32,116,61,104,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,63,97,114,103,117,109,101,110,116,115,91,48,93,58,118,111,105,100,32,48,41,44,101,61,102,117,110,99,116,105,111,110,40,110,41,123,116,104,105,115,61,61,61,72,38,38,101,46,99,97,108,108,40,86,44,110,41,44,105,40,116,104,105,115,44,70,41,38,38,105,40,116,104,105,115,91,70,93,44,116,41,38,38,40,116,104,105,115,91,70,93,91,116,93,61,33,49,41,44,71,40,116,104,105,115,44,116,44,79,40,49,44,110,41,41,125,59,114,101,116,117,114,110,32,111,38,38,113,38,38,71,40,72,44,116,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,115,101,116,58,101,125,41,44,89,40,116,41,125,44,115,40,76,91,36,93,44,34,116,111,83,116,114,105,110,103,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,107,125,41,41,44,67,46,102,61,116,116,44,84,46,102,61,88,44,110,40,34,57,57,51,98,34,41,46,102,61,107,46,102,61,101,116,44,110,40,34,57,97,50,55,34,41,46,102,61,81,44,80,46,102,61,110,116,44,111,38,38,33,110,40,34,51,98,55,55,34,41,38,38,115,40,72,44,34,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,34,44,81,44,33,48,41,44,112,46,102,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,89,40,100,40,116,41,41,125,41,44,97,40,97,46,71,43,97,46,87,43,97,46,70,42,33,85,44,123,83,121,109,98,111,108,58,76,125,41,59,102,111,114,40,118,97,114,32,114,116,61,34,104,97,115,73,110,115,116,97,110,99,101,44,105,115,67,111,110,99,97,116,83,112,114,101,97,100,97,98,108,101,44,105,116,101,114,97,116,111,114,44,109,97,116,99,104,44,114,101,112,108,97,99,101,44,115,101,97,114,99,104,44,115,112,101,99,105,101,115,44,115,112,108,105,116,44,116,111,80,114,105,109,105,116,105,118,101,44,116,111,83,116,114,105,110,103,84,97,103,44,117,110,115,99,111,112,97,98,108,101,115,34,46,115,112,108,105,116,40,34,44,34,41,44,105,116,61,48,59,114,116,46,108,101,110,103,116,104,62,105,116,59,41,100,40,114,116,91,105,116,43,43,93,41,59,102,111,114,40,118,97,114,32,111,116,61,106,40,100,46,115,116,111,114,101,41,44,97,116,61,48,59,111,116,46,108,101,110,103,116,104,62,97,116,59,41,118,40,111,116,91,97,116,43,43,93,41,59,97,40,97,46,83,43,97,46,70,42,33,85,44,34,83,121,109,98,111,108,34,44,123,102,111,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,78,44,116,43,61,34,34,41,63,78,91,116,93,58,78,91,116,93,61,76,40,116,41,125,44,107,101,121,70,111,114,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,75,40,116,41,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,116,43,34,32,105,115,32,110,111,116,32,97,32,115,121,109,98,111,108,33,34,41,59,102,111,114,40,118,97,114,32,101,32,105,110,32,78,41,105,102,40,78,91,101,93,61,61,61,116,41,114,101,116,117,114,110,32,101,125,44,117,115,101,83,101,116,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,113,61,33,48,125,44,117,115,101,83,105,109,112,108,101,58,102,117,110,99,116,105,111,110,40,41,123,113,61,33,49,125,125,41,44,97,40,97,46,83,43,97,46,70,42,33,85,44,34,79,98,106,101,99,116,34,44,123,99,114,101,97,116,101,58,74,44,100,101,102,105,110,101,80,114,111,112,101,114,116,121,58,88,44,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,58,90,44,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,58,116,116,44,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,58,101,116,44,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,58,110,116,125,41,59,118,97,114,32,115,116,61,117,40,40,102,117,110,99,116,105,111,110,40,41,123,80,46,102,40,49,41,125,41,41,59,97,40,97,46,83,43,97,46,70,42,115,116,44,34,79,98,106,101,99,116,34,44,123,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,80,46,102,40,119,40,116,41,41,125,125,41,44,77,38,38,97,40,97,46,83,43,97,46,70,42,40,33,85,124,124,117,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,76,40,41,59,114,101,116,117,114,110,34,91,110,117,108,108,93,34,33,61,73,40,91,116,93,41,124,124,34,123,125,34,33,61,73,40,123,97,58,116,125,41,124,124,34,123,125,34,33,61,73,40,79,98,106,101,99,116,40,116,41,41,125,41,41,41,44,34,74,83,79,78,34,44,123,115,116,114,105,110,103,105,102,121,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,61,91,116,93,44,105,61,49,59,119,104,105,108,101,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,105,41,114,46,112,117,115,104,40,97,114,103,117,109,101,110,116,115,91,105,43,43,93,41,59,105,102,40,110,61,101,61,114,91,49,93,44,40,121,40,101,41,124,124,118,111,105,100,32,48,33,61,61,116,41,38,38,33,75,40,116,41,41,114,101,116,117,114,110,32,109,40,101,41,124,124,40,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,110,38,38,40,101,61,110,46,99,97,108,108,40,116,104,105,115,44,116,44,101,41,41,44,33,75,40,101,41,41,114,101,116,117,114,110,32,101,125,41,44,114,91,49,93,61,101,44,73,46,97,112,112,108,121,40,77,44,114,41,125,125,41,44,76,91,36,93,91,66,93,124,124,110,40,34,99,51,102,97,34,41,40,76,91,36,93,44,66,44,76,91,36,93,46,118,97,108,117,101,79,102,41,44,102,40,76,44,34,83,121,109,98,111,108,34,41,44,102,40,77,97,116,104,44,34,77,97,116,104,34,44,33,48,41,44,102,40,114,46,74,83,79,78,44,34,74,83,79,78,34,44,33,48,41,125,44,34,57,101,54,57,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,98,51,101,34,41,44,105,61,114,46,83,121,109,98,111,108,59,116,46,101,120,112,111,114,116,115,61,105,125,44,34,57,101,99,56,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,57,51,51,54,34,41,40,34,109,97,116,99,104,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,47,46,47,59,116,114,121,123,34,47,46,47,34,91,116,93,40,101,41,125,99,97,116,99,104,40,110,41,123,116,114,121,123,114,101,116,117,114,110,32,101,91,114,93,61,33,49,44,33,34,47,46,47,34,91,116,93,40,101,41,125,99,97,116,99,104,40,105,41,123,125,125,114,101,116,117,114,110,33,48,125,125,44,34,57,101,100,51,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,97,101,57,51,34,41,46,73,116,101,114,97,116,111,114,80,114,111,116,111,116,121,112,101,44,105,61,110,40,34,55,99,55,51,34,41,44,111,61,110,40,34,53,99,54,99,34,41,44,97,61,110,40,34,100,52,52,101,34,41,44,115,61,110,40,34,51,102,56,99,34,41,44,99,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,117,61,101,43,34,32,73,116,101,114,97,116,111,114,34,59,114,101,116,117,114,110,32,116,46,112,114,111,116,111,116,121,112,101,61,105,40,114,44,123,110,101,120,116,58,111,40,49,44,110,41,125,41,44,97,40,116,44,117,44,33,49,44,33,48,41,44,115,91,117,93,61,99,44,116,125,125,44,34,57,102,55,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,100,48,51,57,34,41,59,102,117,110,99,116,105,111,110,32,105,40,116,44,101,41,123,114,101,116,117,114,110,32,82,101,103,69,120,112,40,116,44,101,41,125,101,46,85,78,83,85,80,80,79,82,84,69,68,95,89,61,114,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,105,40,34,97,34,44,34,121,34,41,59,114,101,116,117,114,110,32,116,46,108,97,115,116,73,110,100,101,120,61,50,44,110,117,108,108,33,61,116,46,101,120,101,99,40,34,97,98,99,100,34,41,125,41,41,44,101,46,66,82,79,75,69,78,95,67,65,82,69,84,61,114,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,105,40,34,94,114,34,44,34,103,121,34,41,59,114,101,116,117,114,110,32,116,46,108,97,115,116,73,110,100,101,120,61,50,44,110,117,108,108,33,61,116,46,101,120,101,99,40,34,115,116,114,34,41,125,41,41,125,44,97,48,51,54,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,77,97,116,104,46,115,105,103,110,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,48,61,61,40,116,61,43,116,41,124,124,116,33,61,116,63,116,58,116,60,48,63,45,49,58,49,125,125,44,97,48,54,102,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,101,120,112,111,114,116,115,61,123,118,101,114,115,105,111,110,58,34,50,46,54,46,49,50,34,125,59,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,95,95,101,38,38,40,95,95,101,61,110,41,125,44,97,49,53,98,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,52,52,97,100,34,41,44,111,61,110,40,34,102,99,54,97,34,41,44,97,61,110,40,34,97,54,52,48,34,41,44,115,61,91,93,46,106,111,105,110,44,99,61,105,33,61,79,98,106,101,99,116,44,117,61,97,40,34,106,111,105,110,34,44,34,44,34,41,59,114,40,123,116,97,114,103,101,116,58,34,65,114,114,97,121,34,44,112,114,111,116,111,58,33,48,44,102,111,114,99,101,100,58,99,124,124,33,117,125,44,123,106,111,105,110,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,115,46,99,97,108,108,40,111,40,116,104,105,115,41,44,118,111,105,100,32,48,61,61,61,116,63,34,44,34,58,116,41,125,125,41,125,44,97,51,50,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,33,110,40,34,54,52,51,52,34,41,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,33,61,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,123,125,44,34,97,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,125,125,41,46,97,125,41,41,125,44,97,52,51,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,50,51,99,98,34,41,44,111,61,110,40,34,97,54,57,49,34,41,44,97,61,110,40,34,53,48,99,52,34,41,44,115,61,110,40,34,55,98,48,98,34,41,44,99,61,110,40,34,54,53,102,48,34,41,44,117,61,110,40,34,56,52,49,56,34,41,44,108,61,110,40,34,49,100,100,101,34,41,44,102,61,108,40,34,115,112,108,105,99,101,34,41,44,104,61,77,97,116,104,46,109,97,120,44,100,61,77,97,116,104,46,109,105,110,44,112,61,57,48,48,55,49,57,57,50,53,52,55,52,48,57,57,49,44,118,61,34,77,97,120,105,109,117,109,32,97,108,108,111,119,101,100,32,108,101,110,103,116,104,32,101,120,99,101,101,100,101,100,34,59,114,40,123,116,97,114,103,101,116,58,34,65,114,114,97,121,34,44,112,114,111,116,111,58,33,48,44,102,111,114,99,101,100,58,33,102,125,44,123,115,112,108,105,99,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,44,108,44,102,44,103,44,109,44,98,61,115,40,116,104,105,115,41,44,121,61,97,40,98,46,108,101,110,103,116,104,41,44,119,61,105,40,116,44,121,41,44,95,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,105,102,40,48,61,61,61,95,63,110,61,114,61,48,58,49,61,61,61,95,63,40,110,61,48,44,114,61,121,45,119,41,58,40,110,61,95,45,50,44,114,61,100,40,104,40,111,40,101,41,44,48,41,44,121,45,119,41,41,44,121,43,110,45,114,62,112,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,118,41,59,102,111,114,40,108,61,99,40,98,44,114,41,44,102,61,48,59,102,60,114,59,102,43,43,41,103,61,119,43,102,44,103,32,105,110,32,98,38,38,117,40,108,44,102,44,98,91,103,93,41,59,105,102,40,108,46,108,101,110,103,116,104,61,114,44,110,60,114,41,123,102,111,114,40,102,61,119,59,102,60,121,45,114,59,102,43,43,41,103,61,102,43,114,44,109,61,102,43,110,44,103,32,105,110,32,98,63,98,91,109,93,61,98,91,103,93,58,100,101,108,101,116,101,32,98,91,109,93,59,102,111,114,40,102,61,121,59,102,62,121,45,114,43,110,59,102,45,45,41,100,101,108,101,116,101,32,98,91,102,45,49,93,125,101,108,115,101,32,105,102,40,110,62,114,41,102,111,114,40,102,61,121,45,114,59,102,62,119,59,102,45,45,41,103,61,102,43,114,45,49,44,109,61,102,43,110,45,49,44,103,32,105,110,32,98,63,98,91,109,93,61,98,91,103,93,58,100,101,108,101,116,101,32,98,91,109,93,59,102,111,114,40,102,61,48,59,102,60,110,59,102,43,43,41,98,91,102,43,119,93,61,97,114,103,117,109,101,110,116,115,91,102,43,50,93,59,114,101,116,117,114,110,32,98,46,108,101,110,103,116,104,61,121,45,114,43,110,44,108,125,125,41,125,44,97,52,98,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,51,52,50,102,34,41,59,116,46,101,120,112,111,114,116,115,61,47,119,101,98,48,115,40,63,33,46,42,99,104,114,111,109,101,41,47,105,46,116,101,115,116,40,114,41,125,44,97,52,100,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,100,97,56,52,34,41,44,111,61,110,40,34,100,48,54,54,34,41,44,97,61,110,40,34,99,52,51,48,34,41,44,115,61,110,40,34,56,51,97,98,34,41,44,99,61,110,40,34,52,57,51,48,34,41,44,117,61,110,40,34,102,100,98,102,34,41,44,108,61,110,40,34,100,48,51,57,34,41,44,102,61,110,40,34,53,49,51,53,34,41,44,104,61,110,40,34,101,56,98,53,34,41,44,100,61,110,40,34,56,54,49,100,34,41,44,112,61,110,40,34,56,50,53,97,34,41,44,118,61,110,40,34,55,98,48,98,34,41,44,103,61,110,40,34,102,99,54,97,34,41,44,109,61,110,40,34,99,48,52,101,34,41,44,98,61,110,40,34,53,99,54,99,34,41,44,121,61,110,40,34,55,99,55,51,34,41,44,119,61,110,40,34,100,102,55,53,34,41,44,95,61,110,40,34,50,52,49,99,34,41,44,120,61,110,40,34,48,53,55,102,34,41,44,79,61,110,40,34,55,52,49,56,34,41,44,83,61,110,40,34,48,54,99,102,34,41,44,107,61,110,40,34,57,98,102,50,34,41,44,67,61,110,40,34,100,49,101,55,34,41,44,80,61,110,40,34,57,49,49,50,34,41,44,84,61,110,40,34,54,101,101,98,34,41,44,106,61,110,40,34,53,54,57,50,34,41,44,69,61,110,40,34,102,55,55,50,34,41,44,65,61,110,40,34,100,48,49,50,34,41,44,68,61,110,40,34,57,48,101,51,34,41,44,76,61,110,40,34,98,54,50,50,34,41,44,77,61,110,40,34,101,53,51,56,34,41,44,73,61,110,40,34,55,52,54,102,34,41,44,36,61,110,40,34,100,52,52,101,34,41,44,70,61,110,40,34,54,57,102,51,34,41,44,66,61,110,40,34,98,55,50,55,34,41,46,102,111,114,69,97,99,104,44,82,61,69,40,34,104,105,100,100,101,110,34,41,44,78,61,34,83,121,109,98,111,108,34,44,122,61,34,112,114,111,116,111,116,121,112,101,34,44,86,61,76,40,34,116,111,80,114,105,109,105,116,105,118,101,34,41,44,72,61,70,46,115,101,116,44,85,61,70,46,103,101,116,116,101,114,70,111,114,40,78,41,44,87,61,79,98,106,101,99,116,91,122,93,44,113,61,105,46,83,121,109,98,111,108,44,71,61,111,40,34,74,83,79,78,34,44,34,115,116,114,105,110,103,105,102,121,34,41,44,89,61,83,46,102,44,75,61,107,46,102,44,88,61,120,46,102,44,90,61,67,46,102,44,74,61,106,40,34,115,121,109,98,111,108,115,34,41,44,81,61,106,40,34,111,112,45,115,121,109,98,111,108,115,34,41,44,116,116,61,106,40,34,115,116,114,105,110,103,45,116,111,45,115,121,109,98,111,108,45,114,101,103,105,115,116,114,121,34,41,44,101,116,61,106,40,34,115,121,109,98,111,108,45,116,111,45,115,116,114,105,110,103,45,114,101,103,105,115,116,114,121,34,41,44,110,116,61,106,40,34,119,107,115,34,41,44,114,116,61,105,46,81,79,98,106,101,99,116,44,105,116,61,33,114,116,124,124,33,114,116,91,122,93,124,124,33,114,116,91,122,93,46,102,105,110,100,67,104,105,108,100,44,111,116,61,115,38,38,108,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,33,61,121,40,75,40,123,125,44,34,97,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,75,40,116,104,105,115,44,34,97,34,44,123,118,97,108,117,101,58,55,125,41,46,97,125,125,41,41,46,97,125,41,41,63,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,89,40,87,44,101,41,59,114,38,38,100,101,108,101,116,101,32,87,91,101,93,44,75,40,116,44,101,44,110,41,44,114,38,38,116,33,61,61,87,38,38,75,40,87,44,101,44,114,41,125,58,75,44,97,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,74,91,116,93,61,121,40,113,91,122,93,41,59,114,101,116,117,114,110,32,72,40,110,44,123,116,121,112,101,58,78,44,116,97,103,58,116,44,100,101,115,99,114,105,112,116,105,111,110,58,101,125,41,44,115,124,124,40,110,46,100,101,115,99,114,105,112,116,105,111,110,61,101,41,44,110,125,44,115,116,61,117,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,115,121,109,98,111,108,34,61,61,116,121,112,101,111,102,32,116,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,40,116,41,105,110,115,116,97,110,99,101,111,102,32,113,125,44,99,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,61,61,61,87,38,38,99,116,40,81,44,101,44,110,41,44,112,40,116,41,59,118,97,114,32,114,61,109,40,101,44,33,48,41,59,114,101,116,117,114,110,32,112,40,110,41,44,102,40,74,44,114,41,63,40,110,46,101,110,117,109,101,114,97,98,108,101,63,40,102,40,116,44,82,41,38,38,116,91,82,93,91,114,93,38,38,40,116,91,82,93,91,114,93,61,33,49,41,44,110,61,121,40,110,44,123,101,110,117,109,101,114,97,98,108,101,58,98,40,48,44,33,49,41,125,41,41,58,40,102,40,116,44,82,41,124,124,75,40,116,44,82,44,98,40,49,44,123,125,41,41,44,116,91,82,93,91,114,93,61,33,48,41,44,111,116,40,116,44,114,44,110,41,41,58,75,40,116,44,114,44,110,41,125,44,117,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,112,40,116,41,59,118,97,114,32,110,61,103,40,101,41,44,114,61,119,40,110,41,46,99,111,110,99,97,116,40,112,116,40,110,41,41,59,114,101,116,117,114,110,32,66,40,114,44,40,102,117,110,99,116,105,111,110,40,101,41,123,115,38,38,33,102,116,46,99,97,108,108,40,110,44,101,41,124,124,99,116,40,116,44,101,44,110,91,101,93,41,125,41,41,44,116,125,44,108,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,101,63,121,40,116,41,58,117,116,40,121,40,116,41,44,101,41,125,44,102,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,109,40,116,44,33,48,41,44,110,61,90,46,99,97,108,108,40,116,104,105,115,44,101,41,59,114,101,116,117,114,110,33,40,116,104,105,115,61,61,61,87,38,38,102,40,74,44,101,41,38,38,33,102,40,81,44,101,41,41,38,38,40,33,40,110,124,124,33,102,40,116,104,105,115,44,101,41,124,124,33,102,40,74,44,101,41,124,124,102,40,116,104,105,115,44,82,41,38,38,116,104,105,115,91,82,93,91,101,93,41,124,124,110,41,125,44,104,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,103,40,116,41,44,114,61,109,40,101,44,33,48,41,59,105,102,40,110,33,61,61,87,124,124,33,102,40,74,44,114,41,124,124,102,40,81,44,114,41,41,123,118,97,114,32,105,61,89,40,110,44,114,41,59,114,101,116,117,114,110,33,105,124,124,33,102,40,74,44,114,41,124,124,102,40,110,44,82,41,38,38,110,91,82,93,91,114,93,124,124,40,105,46,101,110,117,109,101,114,97,98,108,101,61,33,48,41,44,105,125,125,44,100,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,88,40,103,40,116,41,41,44,110,61,91,93,59,114,101,116,117,114,110,32,66,40,101,44,40,102,117,110,99,116,105,111,110,40,116,41,123,102,40,74,44,116,41,124,124,102,40,65,44,116,41,124,124,110,46,112,117,115,104,40,116,41,125,41,41,44,110,125,44,112,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,61,61,61,87,44,110,61,88,40,101,63,81,58,103,40,116,41,41,44,114,61,91,93,59,114,101,116,117,114,110,32,66,40,110,44,40,102,117,110,99,116,105,111,110,40,116,41,123,33,102,40,74,44,116,41,124,124,101,38,38,33,102,40,87,44,116,41,124,124,114,46,112,117,115,104,40,74,91,116,93,41,125,41,41,44,114,125,59,105,102,40,99,124,124,40,113,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,104,105,115,32,105,110,115,116,97,110,99,101,111,102,32,113,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,83,121,109,98,111,108,32,105,115,32,110,111,116,32,97,32,99,111,110,115,116,114,117,99,116,111,114,34,41,59,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,83,116,114,105,110,103,40,97,114,103,117,109,101,110,116,115,91,48,93,41,58,118,111,105,100,32,48,44,101,61,68,40,116,41,44,110,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,61,61,61,87,38,38,110,46,99,97,108,108,40,81,44,116,41,44,102,40,116,104,105,115,44,82,41,38,38,102,40,116,104,105,115,91,82,93,44,101,41,38,38,40,116,104,105,115,91,82,93,91,101,93,61,33,49,41,44,111,116,40,116,104,105,115,44,101,44,98,40,49,44,116,41,41,125,59,114,101,116,117,114,110,32,115,38,38,105,116,38,38,111,116,40,87,44,101,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,115,101,116,58,110,125,41,44,97,116,40,101,44,116,41,125,44,84,40,113,91,122,93,44,34,116,111,83,116,114,105,110,103,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,85,40,116,104,105,115,41,46,116,97,103,125,41,41,44,84,40,113,44,34,119,105,116,104,111,117,116,83,101,116,116,101,114,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,116,40,68,40,116,41,44,116,41,125,41,41,44,67,46,102,61,102,116,44,107,46,102,61,99,116,44,83,46,102,61,104,116,44,95,46,102,61,120,46,102,61,100,116,44,79,46,102,61,112,116,44,77,46,102,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,116,40,76,40,116,41,44,116,41,125,44,115,38,38,40,75,40,113,91,122,93,44,34,100,101,115,99,114,105,112,116,105,111,110,34,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,85,40,116,104,105,115,41,46,100,101,115,99,114,105,112,116,105,111,110,125,125,41,44,97,124,124,84,40,87,44,34,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,34,44,102,116,44,123,117,110,115,97,102,101,58,33,48,125,41,41,41,44,114,40,123,103,108,111,98,97,108,58,33,48,44,119,114,97,112,58,33,48,44,102,111,114,99,101,100,58,33,99,44,115,104,97,109,58,33,99,125,44,123,83,121,109,98,111,108,58,113,125,41,44,66,40,119,40,110,116,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,73,40,116,41,125,41,41,44,114,40,123,116,97,114,103,101,116,58,78,44,115,116,97,116,58,33,48,44,102,111,114,99,101,100,58,33,99,125,44,123,102,111,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,83,116,114,105,110,103,40,116,41,59,105,102,40,102,40,116,116,44,101,41,41,114,101,116,117,114,110,32,116,116,91,101,93,59,118,97,114,32,110,61,113,40,101,41,59,114,101,116,117,114,110,32,116,116,91,101,93,61,110,44,101,116,91,110,93,61,101,44,110,125,44,107,101,121,70,111,114,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,115,116,40,116,41,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,116,43,34,32,105,115,32,110,111,116,32,97,32,115,121,109,98,111,108,34,41,59,105,102,40,102,40,101,116,44,116,41,41,114,101,116,117,114,110,32,101,116,91,116,93,125,44,117,115,101,83,101,116,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,105,116,61,33,48,125,44,117,115,101,83,105,109,112,108,101,58,102,117,110,99,116,105,111,110,40,41,123,105,116,61,33,49,125,125,41,44,114,40,123,116,97,114,103,101,116,58,34,79,98,106,101,99,116,34,44,115,116,97,116,58,33,48,44,102,111,114,99,101,100,58,33,99,44,115,104,97,109,58,33,115,125,44,123,99,114,101,97,116,101,58,108,116,44,100,101,102,105,110,101,80,114,111,112,101,114,116,121,58,99,116,44,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,58,117,116,44,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,58,104,116,125,41,44,114,40,123,116,97,114,103,101,116,58,34,79,98,106,101,99,116,34,44,115,116,97,116,58,33,48,44,102,111,114,99,101,100,58,33,99,125,44,123,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,58,100,116,44,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,58,112,116,125,41,44,114,40,123,116,97,114,103,101,116,58,34,79,98,106,101,99,116,34,44,115,116,97,116,58,33,48,44,102,111,114,99,101,100,58,108,40,40,102,117,110,99,116,105,111,110,40,41,123,79,46,102,40,49,41,125,41,41,125,44,123,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,46,102,40,118,40,116,41,41,125,125,41,44,71,41,123,118,97,114,32,118,116,61,33,99,124,124,108,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,113,40,41,59,114,101,116,117,114,110,34,91,110,117,108,108,93,34,33,61,71,40,91,116,93,41,124,124,34,123,125,34,33,61,71,40,123,97,58,116,125,41,124,124,34,123,125,34,33,61,71,40,79,98,106,101,99,116,40,116,41,41,125,41,41,59,114,40,123,116,97,114,103,101,116,58,34,74,83,79,78,34,44,115,116,97,116,58,33,48,44,102,111,114,99,101,100,58,118,116,125,44,123,115,116,114,105,110,103,105,102,121,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,61,91,116,93,44,111,61,49,59,119,104,105,108,101,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,111,41,105,46,112,117,115,104,40,97,114,103,117,109,101,110,116,115,91,111,43,43,93,41,59,105,102,40,114,61,101,44,40,100,40,101,41,124,124,118,111,105,100,32,48,33,61,61,116,41,38,38,33,115,116,40,116,41,41,114,101,116,117,114,110,32,104,40,101,41,124,124,40,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,114,38,38,40,101,61,114,46,99,97,108,108,40,116,104,105,115,44,116,44,101,41,41,44,33,115,116,40,101,41,41,114,101,116,117,114,110,32,101,125,41,44,105,91,49,93,61,101,44,71,46,97,112,112,108,121,40,110,117,108,108,44,105,41,125,125,41,125,113,91,122,93,91,86,93,124,124,80,40,113,91,122,93,44,86,44,113,91,122,93,46,118,97,108,117,101,79,102,41,44,36,40,113,44,78,41,44,65,91,82,93,61,33,48,125,44,97,54,51,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,52,100,102,52,34,41,44,111,61,110,40,34,49,99,55,101,34,41,44,97,61,33,111,40,40,102,117,110,99,116,105,111,110,40,116,41,123,65,114,114,97,121,46,102,114,111,109,40,116,41,125,41,41,59,114,40,123,116,97,114,103,101,116,58,34,65,114,114,97,121,34,44,115,116,97,116,58,33,48,44,102,111,114,99,101,100,58,97,125,44,123,102,114,111,109,58,105,125,41,125,44,97,54,52,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,100,48,51,57,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,91,93,91,116,93,59,114,101,116,117,114,110,33,33,110,38,38,114,40,40,102,117,110,99,116,105,111,110,40,41,123,110,46,99,97,108,108,40,110,117,108,108,44,101,124,124,102,117,110,99,116,105,111,110,40,41,123,116,104,114,111,119,32,49,125,44,49,41,125,41,41,125,125,44,97,54,57,49,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,77,97,116,104,46,99,101,105,108,44,114,61,77,97,116,104,46,102,108,111,111,114,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,115,78,97,78,40,116,61,43,116,41,63,48,58,40,116,62,48,63,114,58,110,41,40,116,41,125,125,44,97,55,52,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,56,98,50,34,41,44,105,61,110,40,34,54,55,52,52,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,111,44,97,44,115,61,83,116,114,105,110,103,40,105,40,101,41,41,44,99,61,114,40,110,41,44,117,61,115,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,99,60,48,124,124,99,62,61,117,63,116,63,34,34,58,118,111,105,100,32,48,58,40,111,61,115,46,99,104,97,114,67,111,100,101,65,116,40,99,41,44,111,60,53,53,50,57,54,124,124,111,62,53,54,51,49,57,124,124,99,43,49,61,61,61,117,124,124,40,97,61,115,46,99,104,97,114,67,111,100,101,65,116,40,99,43,49,41,41,60,53,54,51,50,48,124,124,97,62,53,55,51,52,51,63,116,63,115,46,99,104,97,114,65,116,40,99,41,58,111,58,116,63,115,46,115,108,105,99,101,40,99,44,99,43,50,41,58,97,45,53,54,51,50,48,43,40,111,45,53,53,50,57,54,60,60,49,48,41,43,54,53,53,51,54,41,125,125,125,44,97,55,57,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,99,52,51,48,34,41,44,111,61,110,40,34,102,101,97,57,34,41,44,97,61,110,40,34,100,48,51,57,34,41,44,115,61,110,40,34,100,48,54,54,34,41,44,99,61,110,40,34,52,56,52,48,34,41,44,117,61,110,40,34,99,100,102,57,100,34,41,44,108,61,110,40,34,54,101,101,98,34,41,44,102,61,33,33,111,38,38,97,40,40,102,117,110,99,116,105,111,110,40,41,123,111,46,112,114,111,116,111,116,121,112,101,91,34,102,105,110,97,108,108,121,34,93,46,99,97,108,108,40,123,116,104,101,110,58,102,117,110,99,116,105,111,110,40,41,123,125,125,44,40,102,117,110,99,116,105,111,110,40,41,123,125,41,41,125,41,41,59,105,102,40,114,40,123,116,97,114,103,101,116,58,34,80,114,111,109,105,115,101,34,44,112,114,111,116,111,58,33,48,44,114,101,97,108,58,33,48,44,102,111,114,99,101,100,58,102,125,44,123,102,105,110,97,108,108,121,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,99,40,116,104,105,115,44,115,40,34,80,114,111,109,105,115,101,34,41,41,44,110,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,59,114,101,116,117,114,110,32,116,104,105,115,46,116,104,101,110,40,110,63,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,117,40,101,44,116,40,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,125,41,41,125,58,116,44,110,63,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,117,40,101,44,116,40,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,116,104,114,111,119,32,110,125,41,41,125,58,116,41,125,125,41,44,33,105,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,111,41,123,118,97,114,32,104,61,115,40,34,80,114,111,109,105,115,101,34,41,46,112,114,111,116,111,116,121,112,101,91,34,102,105,110,97,108,108,121,34,93,59,111,46,112,114,111,116,111,116,121,112,101,91,34,102,105,110,97,108,108,121,34,93,33,61,61,104,38,38,108,40,111,46,112,114,111,116,111,116,121,112,101,44,34,102,105,110,97,108,108,121,34,44,104,44,123,117,110,115,97,102,101,58,33,48,125,41,125,125,44,97,55,100,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,100,102,57,34,41,44,105,61,110,40,34,98,100,101,100,34,41,46,111,110,70,114,101,101,122,101,59,110,40,34,54,51,57,55,34,41,40,34,112,114,101,118,101,110,116,69,120,116,101,110,115,105,111,110,115,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,38,38,114,40,101,41,63,116,40,105,40,101,41,41,58,101,125,125,41,41,125,44,97,56,51,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,52,50,101,101,34,41,44,105,61,110,40,34,49,98,102,98,34,41,44,111,61,34,110,117,109,98,101,114,34,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,33,61,61,116,38,38,116,33,61,61,111,38,38,34,100,101,102,97,117,108,116,34,33,61,61,116,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,99,111,114,114,101,99,116,32,104,105,110,116,34,41,59,114,101,116,117,114,110,32,105,40,114,40,116,104,105,115,41,44,116,33,61,111,41,125,125,44,97,57,48,57,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,48,44,114,61,77,97,116,104,46,114,97,110,100,111,109,40,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,83,121,109,98,111,108,40,34,46,99,111,110,99,97,116,40,118,111,105,100,32,48,61,61,61,116,63,34,34,58,116,44,34,41,95,34,44,40,43,43,110,43,114,41,46,116,111,83,116,114,105,110,103,40,51,54,41,41,125,125,44,97,57,50,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,10,47,42,33,10,32,42,32,118,117,101,45,105,49,56,110,32,118,56,46,50,52,46,52,32,10,32,42,32,40,99,41,32,50,48,50,49,32,107,97,122,117,121,97,32,107,97,119,97,103,117,99,104,105,10,32,42,32,82,101,108,101,97,115,101,100,32,117,110,100,101,114,32,116,104,101,32,77,73,84,32,76,105,99,101,110,115,101,46,10,32,42,47,118,97,114,32,114,61,91,34,99,111,109,112,97,99,116,68,105,115,112,108,97,121,34,44,34,99,117,114,114,101,110,99,121,34,44,34,99,117,114,114,101,110,99,121,68,105,115,112,108,97,121,34,44,34,99,117,114,114,101,110,99,121,83,105,103,110,34,44,34,108,111,99,97,108,101,77,97,116,99,104,101,114,34,44,34,110,111,116,97,116,105,111,110,34,44,34,110,117,109,98,101,114,105,110,103,83,121,115,116,101,109,34,44,34,115,105,103,110,68,105,115,112,108,97,121,34,44,34,115,116,121,108,101,34,44,34,117,110,105,116,34,44,34,117,110,105,116,68,105,115,112,108,97,121,34,44,34,117,115,101,71,114,111,117,112,105,110,103,34,44,34,109,105,110,105,109,117,109,73,110,116,101,103,101,114,68,105,103,105,116,115,34,44,34,109,105,110,105,109,117,109,70,114,97,99,116,105,111,110,68,105,103,105,116,115,34,44,34,109,97,120,105,109,117,109,70,114,97,99,116,105,111,110,68,105,103,105,116,115,34,44,34,109,105,110,105,109,117,109,83,105,103,110,105,102,105,99,97,110,116,68,105,103,105,116,115,34,44,34,109,97,120,105,109,117,109,83,105,103,110,105,102,105,99,97,110,116,68,105,103,105,116,115,34,93,59,102,117,110,99,116,105,111,110,32,105,40,116,44,101,41,123,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,99,111,110,115,111,108,101,38,38,40,99,111,110,115,111,108,101,46,119,97,114,110,40,34,91,118,117,101,45,105,49,56,110,93,32,34,43,116,41,44,101,38,38,99,111,110,115,111,108,101,46,119,97,114,110,40,101,46,115,116,97,99,107,41,41,125,102,117,110,99,116,105,111,110,32,111,40,116,44,101,41,123,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,99,111,110,115,111,108,101,38,38,40,99,111,110,115,111,108,101,46,101,114,114,111,114,40,34,91,118,117,101,45,105,49,56,110,93,32,34,43,116,41,44,101,38,38,99,111,110,115,111,108,101,46,101,114,114,111,114,40,101,46,115,116,97,99,107,41,41,125,118,97,114,32,97,61,65,114,114,97,121,46,105,115,65,114,114,97,121,59,102,117,110,99,116,105,111,110,32,115,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,38,38,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,125,102,117,110,99,116,105,111,110,32,99,40,116,41,123,114,101,116,117,114,110,34,98,111,111,108,101,97,110,34,61,61,61,116,121,112,101,111,102,32,116,125,102,117,110,99,116,105,111,110,32,117,40,116,41,123,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,125,118,97,114,32,108,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,44,102,61,34,91,111,98,106,101,99,116,32,79,98,106,101,99,116,93,34,59,102,117,110,99,116,105,111,110,32,104,40,116,41,123,114,101,116,117,114,110,32,108,46,99,97,108,108,40,116,41,61,61,61,102,125,102,117,110,99,116,105,111,110,32,100,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,61,116,124,124,118,111,105,100,32,48,61,61,61,116,125,102,117,110,99,116,105,111,110,32,112,40,116,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,125,102,117,110,99,116,105,111,110,32,118,40,41,123,118,97,114,32,116,61,91,93,44,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,119,104,105,108,101,40,101,45,45,41,116,91,101,93,61,97,114,103,117,109,101,110,116,115,91,101,93,59,118,97,114,32,110,61,110,117,108,108,44,114,61,110,117,108,108,59,114,101,116,117,114,110,32,49,61,61,61,116,46,108,101,110,103,116,104,63,115,40,116,91,48,93,41,124,124,97,40,116,91,48,93,41,63,114,61,116,91,48,93,58,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,91,48,93,38,38,40,110,61,116,91,48,93,41,58,50,61,61,61,116,46,108,101,110,103,116,104,38,38,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,91,48,93,38,38,40,110,61,116,91,48,93,41,44,40,115,40,116,91,49,93,41,124,124,97,40,116,91,49,93,41,41,38,38,40,114,61,116,91,49,93,41,41,44,123,108,111,99,97,108,101,58,110,44,112,97,114,97,109,115,58,114,125,125,102,117,110,99,116,105,111,110,32,103,40,116,41,123,114,101,116,117,114,110,32,74,83,79,78,46,112,97,114,115,101,40,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,116,41,41,125,102,117,110,99,116,105,111,110,32,109,40,116,44,101,41,123,105,102,40,116,46,100,101,108,101,116,101,40,101,41,41,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,98,40,116,44,101,41,123,114,101,116,117,114,110,33,33,126,116,46,105,110,100,101,120,79,102,40,101,41,125,118,97,114,32,121,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,59,102,117,110,99,116,105,111,110,32,119,40,116,44,101,41,123,114,101,116,117,114,110,32,121,46,99,97,108,108,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,95,40,116,41,123,102,111,114,40,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,44,110,61,79,98,106,101,99,116,40,116,41,44,114,61,49,59,114,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,114,43,43,41,123,118,97,114,32,105,61,101,91,114,93,59,105,102,40,118,111,105,100,32,48,33,61,61,105,38,38,110,117,108,108,33,61,61,105,41,123,118,97,114,32,111,61,118,111,105,100,32,48,59,102,111,114,40,111,32,105,110,32,105,41,119,40,105,44,111,41,38,38,40,115,40,105,91,111,93,41,63,110,91,111,93,61,95,40,110,91,111,93,44,105,91,111,93,41,58,110,91,111,93,61,105,91,111,93,41,125,125,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,120,40,116,44,101,41,123,105,102,40,116,61,61,61,101,41,114,101,116,117,114,110,33,48,59,118,97,114,32,110,61,115,40,116,41,44,114,61,115,40,101,41,59,105,102,40,33,110,124,124,33,114,41,114,101,116,117,114,110,33,110,38,38,33,114,38,38,83,116,114,105,110,103,40,116,41,61,61,61,83,116,114,105,110,103,40,101,41,59,116,114,121,123,118,97,114,32,105,61,97,40,116,41,44,111,61,97,40,101,41,59,105,102,40,105,38,38,111,41,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,61,61,61,101,46,108,101,110,103,116,104,38,38,116,46,101,118,101,114,121,40,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,120,40,116,44,101,91,110,93,41,125,41,41,59,105,102,40,105,124,124,111,41,114,101,116,117,114,110,33,49,59,118,97,114,32,99,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,44,117,61,79,98,106,101,99,116,46,107,101,121,115,40,101,41,59,114,101,116,117,114,110,32,99,46,108,101,110,103,116,104,61,61,61,117,46,108,101,110,103,116,104,38,38,99,46,101,118,101,114,121,40,40,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,120,40,116,91,110,93,44,101,91,110,93,41,125,41,41,125,99,97,116,99,104,40,108,41,123,114,101,116,117,114,110,33,49,125,125,102,117,110,99,116,105,111,110,32,79,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,47,60,47,103,44,34,38,108,116,59,34,41,46,114,101,112,108,97,99,101,40,47,62,47,103,44,34,38,103,116,59,34,41,46,114,101,112,108,97,99,101,40,47,34,47,103,44,34,38,113,117,111,116,59,34,41,46,114,101,112,108,97,99,101,40,47,39,47,103,44,34,38,97,112,111,115,59,34,41,125,102,117,110,99,116,105,111,110,32,83,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,116,38,38,79,98,106,101,99,116,46,107,101,121,115,40,116,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,91,101,93,38,38,40,116,91,101,93,61,79,40,116,91,101,93,41,41,125,41,41,44,116,125,102,117,110,99,116,105,111,110,32,107,40,116,41,123,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,34,36,105,49,56,110,34,41,124,124,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,46,112,114,111,116,111,116,121,112,101,44,34,36,105,49,56,110,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,105,49,56,110,125,125,41,44,116,46,112,114,111,116,111,116,121,112,101,46,36,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,91,93,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,45,49,59,119,104,105,108,101,40,110,45,45,32,62,48,41,101,91,110,93,61,97,114,103,117,109,101,110,116,115,91,110,43,49,93,59,118,97,114,32,114,61,116,104,105,115,46,36,105,49,56,110,59,114,101,116,117,114,110,32,114,46,95,116,46,97,112,112,108,121,40,114,44,91,116,44,114,46,108,111,99,97,108,101,44,114,46,95,103,101,116,77,101,115,115,97,103,101,115,40,41,44,116,104,105,115,93,46,99,111,110,99,97,116,40,101,41,41,125,44,116,46,112,114,111,116,111,116,121,112,101,46,36,116,99,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,91,93,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,45,50,59,119,104,105,108,101,40,114,45,45,32,62,48,41,110,91,114,93,61,97,114,103,117,109,101,110,116,115,91,114,43,50,93,59,118,97,114,32,105,61,116,104,105,115,46,36,105,49,56,110,59,114,101,116,117,114,110,32,105,46,95,116,99,46,97,112,112,108,121,40,105,44,91,116,44,105,46,108,111,99,97,108,101,44,105,46,95,103,101,116,77,101,115,115,97,103,101,115,40,41,44,116,104,105,115,44,101,93,46,99,111,110,99,97,116,40,110,41,41,125,44,116,46,112,114,111,116,111,116,121,112,101,46,36,116,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,36,105,49,56,110,59,114,101,116,117,114,110,32,110,46,95,116,101,40,116,44,110,46,108,111,99,97,108,101,44,110,46,95,103,101,116,77,101,115,115,97,103,101,115,40,41,44,101,41,125,44,116,46,112,114,111,116,111,116,121,112,101,46,36,100,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,91,93,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,45,49,59,119,104,105,108,101,40,114,45,45,32,62,48,41,110,91,114,93,61,97,114,103,117,109,101,110,116,115,91,114,43,49,93,59,114,101,116,117,114,110,40,101,61,116,104,105,115,46,36,105,49,56,110,41,46,100,46,97,112,112,108,121,40,101,44,91,116,93,46,99,111,110,99,97,116,40,110,41,41,125,44,116,46,112,114,111,116,111,116,121,112,101,46,36,110,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,91,93,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,45,49,59,119,104,105,108,101,40,114,45,45,32,62,48,41,110,91,114,93,61,97,114,103,117,109,101,110,116,115,91,114,43,49,93,59,114,101,116,117,114,110,40,101,61,116,104,105,115,46,36,105,49,56,110,41,46,110,46,97,112,112,108,121,40,101,44,91,116,93,46,99,111,110,99,97,116,40,110,41,41,125,125,118,97,114,32,67,61,123,98,101,102,111,114,101,67,114,101,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,111,112,116,105,111,110,115,59,105,102,40,116,46,105,49,56,110,61,116,46,105,49,56,110,124,124,40,116,46,95,95,105,49,56,110,63,123,125,58,110,117,108,108,41,44,116,46,105,49,56,110,41,105,102,40,116,46,105,49,56,110,32,105,110,115,116,97,110,99,101,111,102,32,83,116,41,123,105,102,40,116,46,95,95,105,49,56,110,41,116,114,121,123,118,97,114,32,101,61,116,46,105,49,56,110,38,38,116,46,105,49,56,110,46,109,101,115,115,97,103,101,115,63,116,46,105,49,56,110,46,109,101,115,115,97,103,101,115,58,123,125,59,116,46,95,95,105,49,56,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,101,61,95,40,101,44,74,83,79,78,46,112,97,114,115,101,40,116,41,41,125,41,41,44,79,98,106,101,99,116,46,107,101,121,115,40,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,116,46,105,49,56,110,46,109,101,114,103,101,76,111,99,97,108,101,77,101,115,115,97,103,101,40,110,44,101,91,110,93,41,125,41,41,125,99,97,116,99,104,40,97,41,123,48,125,116,104,105,115,46,95,105,49,56,110,61,116,46,105,49,56,110,44,116,104,105,115,46,95,105,49,56,110,87,97,116,99,104,101,114,61,116,104,105,115,46,95,105,49,56,110,46,119,97,116,99,104,73,49,56,110,68,97,116,97,40,41,125,101,108,115,101,32,105,102,40,104,40,116,46,105,49,56,110,41,41,123,118,97,114,32,110,61,116,104,105,115,46,36,114,111,111,116,38,38,116,104,105,115,46,36,114,111,111,116,46,36,105,49,56,110,38,38,116,104,105,115,46,36,114,111,111,116,46,36,105,49,56,110,32,105,110,115,116,97,110,99,101,111,102,32,83,116,63,116,104,105,115,46,36,114,111,111,116,46,36,105,49,56,110,58,110,117,108,108,59,105,102,40,110,38,38,40,116,46,105,49,56,110,46,114,111,111,116,61,116,104,105,115,46,36,114,111,111,116,44,116,46,105,49,56,110,46,102,111,114,109,97,116,116,101,114,61,110,46,102,111,114,109,97,116,116,101,114,44,116,46,105,49,56,110,46,102,97,108,108,98,97,99,107,76,111,99,97,108,101,61,110,46,102,97,108,108,98,97,99,107,76,111,99,97,108,101,44,116,46,105,49,56,110,46,102,111,114,109,97,116,70,97,108,108,98,97,99,107,77,101,115,115,97,103,101,115,61,110,46,102,111,114,109,97,116,70,97,108,108,98,97,99,107,77,101,115,115,97,103,101,115,44,116,46,105,49,56,110,46,115,105,108,101,110,116,84,114,97,110,115,108,97,116,105,111,110,87,97,114,110,61,110,46,115,105,108,101,110,116,84,114,97,110,115,108,97,116,105,111,110,87,97,114,110,44,116,46,105,49,56,110,46,115,105,108,101,110,116,70,97,108,108,98,97,99,107,87,97,114,110,61,110,46,115,105,108,101,110,116,70,97,108,108,98,97,99,107,87,97,114,110,44,116,46,105,49,56,110,46,112,108,117,114,97,108,105,122,97,116,105,111,110,82,117,108,101,115,61,110,46,112,108,117,114,97,108,105,122,97,116,105,111,110,82,117,108,101,115,44,116,46,105,49,56,110,46,112,114,101,115,101,114,118,101,68,105,114,101,99,116,105,118,101,67,111,110,116,101,110,116,61,110,46,112,114,101,115,101,114,118,101,68,105,114,101,99,116,105,118,101,67,111,110,116,101,110,116,41,44,116,46,95,95,105,49,56,110,41,116,114,121,123,118,97,114,32,114,61,116,46,105,49,56,110,38,38,116,46,105,49,56,110,46,109,101,115,115,97,103,101,115,63,116,46,105,49,56,110,46,109,101,115,115,97,103,101,115,58,123,125,59,116,46,95,95,105,49,56,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,61,95,40,114,44,74,83,79,78,46,112,97,114,115,101,40,116,41,41,125,41,41,44,116,46,105,49,56,110,46,109,101,115,115,97,103,101,115,61,114,125,99,97,116,99,104,40,97,41,123,48,125,118,97,114,32,105,61,116,46,105,49,56,110,44,111,61,105,46,115,104,97,114,101,100,77,101,115,115,97,103,101,115,59,111,38,38,104,40,111,41,38,38,40,116,46,105,49,56,110,46,109,101,115,115,97,103,101,115,61,95,40,116,46,105,49,56,110,46,109,101,115,115,97,103,101,115,44,111,41,41,44,116,104,105,115,46,95,105,49,56,110,61,110,101,119,32,83,116,40,116,46,105,49,56,110,41,44,116,104,105,115,46,95,105,49,56,110,87,97,116,99,104,101,114,61,116,104,105,115,46,95,105,49,56,110,46,119,97,116,99,104,73,49,56,110,68,97,116,97,40,41,44,40,118,111,105,100,32,48,61,61,61,116,46,105,49,56,110,46,115,121,110,99,124,124,116,46,105,49,56,110,46,115,121,110,99,41,38,38,40,116,104,105,115,46,95,108,111,99,97,108,101,87,97,116,99,104,101,114,61,116,104,105,115,46,36,105,49,56,110,46,119,97,116,99,104,76,111,99,97,108,101,40,41,41,44,110,38,38,110,46,111,110,67,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,67,114,101,97,116,101,100,40,116,104,105,115,46,95,105,49,56,110,41,125,101,108,115,101,32,48,59,101,108,115,101,32,116,104,105,115,46,36,114,111,111,116,38,38,116,104,105,115,46,36,114,111,111,116,46,36,105,49,56,110,38,38,116,104,105,115,46,36,114,111,111,116,46,36,105,49,56,110,32,105,110,115,116,97,110,99,101,111,102,32,83,116,63,116,104,105,115,46,95,105,49,56,110,61,116,104,105,115,46,36,114,111,111,116,46,36,105,49,56,110,58,116,46,112,97,114,101,110,116,38,38,116,46,112,97,114,101,110,116,46,36,105,49,56,110,38,38,116,46,112,97,114,101,110,116,46,36,105,49,56,110,32,105,110,115,116,97,110,99,101,111,102,32,83,116,38,38,40,116,104,105,115,46,95,105,49,56,110,61,116,46,112,97,114,101,110,116,46,36,105,49,56,110,41,125,44,98,101,102,111,114,101,77,111,117,110,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,111,112,116,105,111,110,115,59,116,46,105,49,56,110,61,116,46,105,49,56,110,124,124,40,116,46,95,95,105,49,56,110,63,123,125,58,110,117,108,108,41,44,116,46,105,49,56,110,63,40,116,46,105,49,56,110,32,105,110,115,116,97,110,99,101,111,102,32,83,116,124,124,104,40,116,46,105,49,56,110,41,41,38,38,40,116,104,105,115,46,95,105,49,56,110,46,115,117,98,115,99,114,105,98,101,68,97,116,97,67,104,97,110,103,105,110,103,40,116,104,105,115,41,44,116,104,105,115,46,95,115,117,98,115,99,114,105,98,105,110,103,61,33,48,41,58,40,116,104,105,115,46,36,114,111,111,116,38,38,116,104,105,115,46,36,114,111,111,116,46,36,105,49,56,110,38,38,116,104,105,115,46,36,114,111,111,116,46,36,105,49,56,110,32,105,110,115,116,97,110,99,101,111,102,32,83,116,124,124,116,46,112,97,114,101,110,116,38,38,116,46,112,97,114,101,110,116,46,36,105,49,56,110,38,38,116,46,112,97,114,101,110,116,46,36,105,49,56,110,32,105,110,115,116,97,110,99,101,111,102,32,83,116,41,38,38,40,116,104,105,115,46,95,105,49,56,110,46,115,117,98,115,99,114,105,98,101,68,97,116,97,67,104,97,110,103,105,110,103,40,116,104,105,115,41,44,116,104,105,115,46,95,115,117,98,115,99,114,105,98,105,110,103,61,33,48,41,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,33,61,61,116,104,105,115,46,36,114,111,111,116,38,38,116,104,105,115,46,36,111,112,116,105,111,110,115,46,95,95,73,78,84,76,73,70,89,95,77,69,84,65,95,95,38,38,116,104,105,115,46,36,101,108,38,38,116,104,105,115,46,36,101,108,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,100,97,116,97,45,105,110,116,108,105,102,121,34,44,116,104,105,115,46,36,111,112,116,105,111,110,115,46,95,95,73,78,84,76,73,70,89,95,77,69,84,65,95,95,41,125,44,98,101,102,111,114,101,68,101,115,116,114,111,121,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,104,105,115,46,95,105,49,56,110,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,95,115,117,98,115,99,114,105,98,105,110,103,38,38,40,116,46,95,105,49,56,110,46,117,110,115,117,98,115,99,114,105,98,101,68,97,116,97,67,104,97,110,103,105,110,103,40,116,41,44,100,101,108,101,116,101,32,116,46,95,115,117,98,115,99,114,105,98,105,110,103,41,44,116,46,95,105,49,56,110,87,97,116,99,104,101,114,38,38,40,116,46,95,105,49,56,110,87,97,116,99,104,101,114,40,41,44,116,46,95,105,49,56,110,46,100,101,115,116,114,111,121,86,77,40,41,44,100,101,108,101,116,101,32,116,46,95,105,49,56,110,87,97,116,99,104,101,114,41,44,116,46,95,108,111,99,97,108,101,87,97,116,99,104,101,114,38,38,40,116,46,95,108,111,99,97,108,101,87,97,116,99,104,101,114,40,41,44,100,101,108,101,116,101,32,116,46,95,108,111,99,97,108,101,87,97,116,99,104,101,114,41,125,41,41,125,125,125,44,80,61,123,110,97,109,101,58,34,105,49,56,110,34,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,123,116,97,103,58,123,116,121,112,101,58,91,83,116,114,105,110,103,44,66,111,111,108,101,97,110,44,79,98,106,101,99,116,93,44,100,101,102,97,117,108,116,58,34,115,112,97,110,34,125,44,112,97,116,104,58,123,116,121,112,101,58,83,116,114,105,110,103,44,114,101,113,117,105,114,101,100,58,33,48,125,44,108,111,99,97,108,101,58,123,116,121,112,101,58,83,116,114,105,110,103,125,44,112,108,97,99,101,115,58,123,116,121,112,101,58,91,65,114,114,97,121,44,79,98,106,101,99,116,93,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,100,97,116,97,44,114,61,101,46,112,97,114,101,110,116,44,105,61,101,46,112,114,111,112,115,44,111,61,101,46,115,108,111,116,115,44,97,61,114,46,36,105,49,56,110,59,105,102,40,97,41,123,118,97,114,32,115,61,105,46,112,97,116,104,44,99,61,105,46,108,111,99,97,108,101,44,117,61,105,46,112,108,97,99,101,115,44,108,61,111,40,41,44,102,61,97,46,105,40,115,44,99,44,84,40,108,41,124,124,117,63,106,40,108,46,100,101,102,97,117,108,116,44,117,41,58,108,41,44,104,61,105,46,116,97,103,38,38,33,48,33,61,61,105,46,116,97,103,124,124,33,49,61,61,61,105,46,116,97,103,63,105,46,116,97,103,58,34,115,112,97,110,34,59,114,101,116,117,114,110,32,104,63,116,40,104,44,110,44,102,41,58,102,125,125,125,59,102,117,110,99,116,105,111,110,32,84,40,116,41,123,118,97,114,32,101,59,102,111,114,40,101,32,105,110,32,116,41,105,102,40,34,100,101,102,97,117,108,116,34,33,61,61,101,41,114,101,116,117,114,110,33,49,59,114,101,116,117,114,110,32,66,111,111,108,101,97,110,40,101,41,125,102,117,110,99,116,105,111,110,32,106,40,116,44,101,41,123,118,97,114,32,110,61,101,63,69,40,101,41,58,123,125,59,105,102,40,33,116,41,114,101,116,117,114,110,32,110,59,116,61,116,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,116,97,103,124,124,34,34,33,61,61,116,46,116,101,120,116,46,116,114,105,109,40,41,125,41,41,59,118,97,114,32,114,61,116,46,101,118,101,114,121,40,76,41,59,114,101,116,117,114,110,32,116,46,114,101,100,117,99,101,40,114,63,65,58,68,44,110,41,125,102,117,110,99,116,105,111,110,32,69,40,116,41,123,114,101,116,117,114,110,32,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,63,116,46,114,101,100,117,99,101,40,68,44,123,125,41,58,79,98,106,101,99,116,46,97,115,115,105,103,110,40,123,125,44,116,41,125,102,117,110,99,116,105,111,110,32,65,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,100,97,116,97,38,38,101,46,100,97,116,97,46,97,116,116,114,115,38,38,101,46,100,97,116,97,46,97,116,116,114,115,46,112,108,97,99,101,38,38,40,116,91,101,46,100,97,116,97,46,97,116,116,114,115,46,112,108,97,99,101,93,61,101,41,44,116,125,102,117,110,99,116,105,111,110,32,68,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,91,110,93,61,101,44,116,125,102,117,110,99,116,105,111,110,32,76,40,116,41,123,114,101,116,117,114,110,32,66,111,111,108,101,97,110,40,116,46,100,97,116,97,38,38,116,46,100,97,116,97,46,97,116,116,114,115,38,38,116,46,100,97,116,97,46,97,116,116,114,115,46,112,108,97,99,101,41,125,118,97,114,32,77,44,73,61,123,110,97,109,101,58,34,105,49,56,110,45,110,34,44,102,117,110,99,116,105,111,110,97,108,58,33,48,44,112,114,111,112,115,58,123,116,97,103,58,123,116,121,112,101,58,91,83,116,114,105,110,103,44,66,111,111,108,101,97,110,44,79,98,106,101,99,116,93,44,100,101,102,97,117,108,116,58,34,115,112,97,110,34,125,44,118,97,108,117,101,58,123,116,121,112,101,58,78,117,109,98,101,114,44,114,101,113,117,105,114,101,100,58,33,48,125,44,102,111,114,109,97,116,58,123,116,121,112,101,58,91,83,116,114,105,110,103,44,79,98,106,101,99,116,93,125,44,108,111,99,97,108,101,58,123,116,121,112,101,58,83,116,114,105,110,103,125,125,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,112,114,111,112,115,44,105,61,101,46,112,97,114,101,110,116,44,111,61,101,46,100,97,116,97,44,97,61,105,46,36,105,49,56,110,59,105,102,40,33,97,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,99,61,110,117,108,108,44,108,61,110,117,108,108,59,117,40,110,46,102,111,114,109,97,116,41,63,99,61,110,46,102,111,114,109,97,116,58,115,40,110,46,102,111,114,109,97,116,41,38,38,40,110,46,102,111,114,109,97,116,46,107,101,121,38,38,40,99,61,110,46,102,111,114,109,97,116,46,107,101,121,41,44,108,61,79,98,106,101,99,116,46,107,101,121,115,40,110,46,102,111,114,109,97,116,41,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,105,59,114,101,116,117,114,110,32,98,40,114,44,101,41,63,79,98,106,101,99,116,46,97,115,115,105,103,110,40,123,125,44,116,44,40,105,61,123,125,44,105,91,101,93,61,110,46,102,111,114,109,97,116,91,101,93,44,105,41,41,58,116,125,41,44,110,117,108,108,41,41,59,118,97,114,32,102,61,110,46,108,111,99,97,108,101,124,124,97,46,108,111,99,97,108,101,44,104,61,97,46,95,110,116,112,40,110,46,118,97,108,117,101,44,102,44,99,44,108,41,44,100,61,104,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,111,46,115,99,111,112,101,100,83,108,111,116,115,38,38,111,46,115,99,111,112,101,100,83,108,111,116,115,91,116,46,116,121,112,101,93,59,114,101,116,117,114,110,32,114,63,114,40,40,110,61,123,125,44,110,91,116,46,116,121,112,101,93,61,116,46,118,97,108,117,101,44,110,46,105,110,100,101,120,61,101,44,110,46,112,97,114,116,115,61,104,44,110,41,41,58,116,46,118,97,108,117,101,125,41,41,44,112,61,110,46,116,97,103,38,38,33,48,33,61,61,110,46,116,97,103,124,124,33,49,61,61,61,110,46,116,97,103,63,110,46,116,97,103,58,34,115,112,97,110,34,59,114,101,116,117,114,110,32,112,63,116,40,112,44,123,97,116,116,114,115,58,111,46,97,116,116,114,115,44,99,108,97,115,115,58,111,91,34,99,108,97,115,115,34,93,44,115,116,97,116,105,99,67,108,97,115,115,58,111,46,115,116,97,116,105,99,67,108,97,115,115,125,44,100,41,58,100,125,125,59,102,117,110,99,116,105,111,110,32,36,40,116,44,101,44,110,41,123,82,40,116,44,110,41,38,38,122,40,116,44,101,44,110,41,125,102,117,110,99,116,105,111,110,32,70,40,116,44,101,44,110,44,114,41,123,105,102,40,82,40,116,44,110,41,41,123,118,97,114,32,105,61,110,46,99,111,110,116,101,120,116,46,36,105,49,56,110,59,78,40,116,44,110,41,38,38,120,40,101,46,118,97,108,117,101,44,101,46,111,108,100,86,97,108,117,101,41,38,38,120,40,116,46,95,108,111,99,97,108,101,77,101,115,115,97,103,101,44,105,46,103,101,116,76,111,99,97,108,101,77,101,115,115,97,103,101,40,105,46,108,111,99,97,108,101,41,41,124,124,122,40,116,44,101,44,110,41,125,125,102,117,110,99,116,105,111,110,32,66,40,116,44,101,44,110,44,114,41,123,118,97,114,32,111,61,110,46,99,111,110,116,101,120,116,59,105,102,40,111,41,123,118,97,114,32,97,61,110,46,99,111,110,116,101,120,116,46,36,105,49,56,110,124,124,123,125,59,101,46,109,111,100,105,102,105,101,114,115,46,112,114,101,115,101,114,118,101,124,124,97,46,112,114,101,115,101,114,118,101,68,105,114,101,99,116,105,118,101,67,111,110,116,101,110,116,124,124,40,116,46,116,101,120,116,67,111,110,116,101,110,116,61,34,34,41,44,116,46,95,118,116,61,118,111,105,100,32,48,44,100,101,108,101,116,101,32,116,91,34,95,118,116,34,93,44,116,46,95,108,111,99,97,108,101,61,118,111,105,100,32,48,44,100,101,108,101,116,101,32,116,91,34,95,108,111,99,97,108,101,34,93,44,116,46,95,108,111,99,97,108,101,77,101,115,115,97,103,101,61,118,111,105,100,32,48,44,100,101,108,101,116,101,32,116,91,34,95,108,111,99,97,108,101,77,101,115,115,97,103,101,34,93,125,101,108,115,101,32,105,40,34,86,117,101,32,105,110,115,116,97,110,99,101,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,115,32,105,110,32,86,78,111,100,101,32,99,111,110,116,101,120,116,34,41,125,102,117,110,99,116,105,111,110,32,82,40,116,44,101,41,123,118,97,114,32,110,61,101,46,99,111,110,116,101,120,116,59,114,101,116,117,114,110,32,110,63,33,33,110,46,36,105,49,56,110,124,124,40,105,40,34,86,117,101,73,49,56,110,32,105,110,115,116,97,110,99,101,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,115,32,105,110,32,86,117,101,32,105,110,115,116,97,110,99,101,34,41,44,33,49,41,58,40,105,40,34,86,117,101,32,105,110,115,116,97,110,99,101,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,115,32,105,110,32,86,78,111,100,101,32,99,111,110,116,101,120,116,34,41,44,33,49,41,125,102,117,110,99,116,105,111,110,32,78,40,116,44,101,41,123,118,97,114,32,110,61,101,46,99,111,110,116,101,120,116,59,114,101,116,117,114,110,32,116,46,95,108,111,99,97,108,101,61,61,61,110,46,36,105,49,56,110,46,108,111,99,97,108,101,125,102,117,110,99,116,105,111,110,32,122,40,116,44,101,44,110,41,123,118,97,114,32,114,44,111,44,97,61,101,46,118,97,108,117,101,44,115,61,86,40,97,41,44,99,61,115,46,112,97,116,104,44,117,61,115,46,108,111,99,97,108,101,44,108,61,115,46,97,114,103,115,44,102,61,115,46,99,104,111,105,99,101,59,105,102,40,99,124,124,117,124,124,108,41,105,102,40,99,41,123,118,97,114,32,104,61,110,46,99,111,110,116,101,120,116,59,116,46,95,118,116,61,116,46,116,101,120,116,67,111,110,116,101,110,116,61,110,117,108,108,33,61,102,63,40,114,61,104,46,36,105,49,56,110,41,46,116,99,46,97,112,112,108,121,40,114,44,91,99,44,102,93,46,99,111,110,99,97,116,40,72,40,117,44,108,41,41,41,58,40,111,61,104,46,36,105,49,56,110,41,46,116,46,97,112,112,108,121,40,111,44,91,99,93,46,99,111,110,99,97,116,40,72,40,117,44,108,41,41,41,44,116,46,95,108,111,99,97,108,101,61,104,46,36,105,49,56,110,46,108,111,99,97,108,101,44,116,46,95,108,111,99,97,108,101,77,101,115,115,97,103,101,61,104,46,36,105,49,56,110,46,103,101,116,76,111,99,97,108,101,77,101,115,115,97,103,101,40,104,46,36,105,49,56,110,46,108,111,99,97,108,101,41,125,101,108,115,101,32,105,40,34,96,112,97,116,104,96,32,105,115,32,114,101,113,117,105,114,101,100,32,105,110,32,118,45,116,32,100,105,114,101,99,116,105,118,101,34,41,59,101,108,115,101,32,105,40,34,118,97,108,117,101,32,116,121,112,101,32,110,111,116,32,115,117,112,112,111,114,116,101,100,34,41,125,102,117,110,99,116,105,111,110,32,86,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,59,114,101,116,117,114,110,32,117,40,116,41,63,101,61,116,58,104,40,116,41,38,38,40,101,61,116,46,112,97,116,104,44,110,61,116,46,108,111,99,97,108,101,44,114,61,116,46,97,114,103,115,44,105,61,116,46,99,104,111,105,99,101,41,44,123,112,97,116,104,58,101,44,108,111,99,97,108,101,58,110,44,97,114,103,115,58,114,44,99,104,111,105,99,101,58,105,125,125,102,117,110,99,116,105,111,110,32,72,40,116,44,101,41,123,118,97,114,32,110,61,91,93,59,114,101,116,117,114,110,32,116,38,38,110,46,112,117,115,104,40,116,41,44,101,38,38,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,41,124,124,104,40,101,41,41,38,38,110,46,112,117,115,104,40,101,41,44,110,125,102,117,110,99,116,105,111,110,32,85,40,116,41,123,85,46,105,110,115,116,97,108,108,101,100,61,33,48,44,77,61,116,59,77,46,118,101,114,115,105,111,110,38,38,78,117,109,98,101,114,40,77,46,118,101,114,115,105,111,110,46,115,112,108,105,116,40,34,46,34,41,91,48,93,41,59,107,40,77,41,44,77,46,109,105,120,105,110,40,67,41,44,77,46,100,105,114,101,99,116,105,118,101,40,34,116,34,44,123,98,105,110,100,58,36,44,117,112,100,97,116,101,58,70,44,117,110,98,105,110,100,58,66,125,41,44,77,46,99,111,109,112,111,110,101,110,116,40,80,46,110,97,109,101,44,80,41,44,77,46,99,111,109,112,111,110,101,110,116,40,73,46,110,97,109,101,44,73,41,59,118,97,114,32,101,61,77,46,99,111,110,102,105,103,46,111,112,116,105,111,110,77,101,114,103,101,83,116,114,97,116,101,103,105,101,115,59,101,46,105,49,56,110,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,101,63,116,58,101,125,125,118,97,114,32,87,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,95,99,97,99,104,101,115,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,125,59,87,46,112,114,111,116,111,116,121,112,101,46,105,110,116,101,114,112,111,108,97,116,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,101,41,114,101,116,117,114,110,91,116,93,59,118,97,114,32,110,61,116,104,105,115,46,95,99,97,99,104,101,115,91,116,93,59,114,101,116,117,114,110,32,110,124,124,40,110,61,89,40,116,41,44,116,104,105,115,46,95,99,97,99,104,101,115,91,116,93,61,110,41,44,75,40,110,44,101,41,125,59,118,97,114,32,113,61,47,94,40,63,58,92,100,41,43,47,44,71,61,47,94,40,63,58,92,119,41,43,47,59,102,117,110,99,116,105,111,110,32,89,40,116,41,123,118,97,114,32,101,61,91,93,44,110,61,48,44,114,61,34,34,59,119,104,105,108,101,40,110,60,116,46,108,101,110,103,116,104,41,123,118,97,114,32,105,61,116,91,110,43,43,93,59,105,102,40,34,123,34,61,61,61,105,41,123,114,38,38,101,46,112,117,115,104,40,123,116,121,112,101,58,34,116,101,120,116,34,44,118,97,108,117,101,58,114,125,41,44,114,61,34,34,59,118,97,114,32,111,61,34,34,59,105,61,116,91,110,43,43,93,59,119,104,105,108,101,40,118,111,105,100,32,48,33,61,61,105,38,38,34,125,34,33,61,61,105,41,111,43,61,105,44,105,61,116,91,110,43,43,93,59,118,97,114,32,97,61,34,125,34,61,61,61,105,44,115,61,113,46,116,101,115,116,40,111,41,63,34,108,105,115,116,34,58,97,38,38,71,46,116,101,115,116,40,111,41,63,34,110,97,109,101,100,34,58,34,117,110,107,110,111,119,110,34,59,101,46,112,117,115,104,40,123,118,97,108,117,101,58,111,44,116,121,112,101,58,115,125,41,125,101,108,115,101,34,37,34,61,61,61,105,63,34,123,34,33,61,61,116,91,110,93,38,38,40,114,43,61,105,41,58,114,43,61,105,125,114,101,116,117,114,110,32,114,38,38,101,46,112,117,115,104,40,123,116,121,112,101,58,34,116,101,120,116,34,44,118,97,108,117,101,58,114,125,41,44,101,125,102,117,110,99,116,105,111,110,32,75,40,116,44,101,41,123,118,97,114,32,110,61,91,93,44,114,61,48,44,105,61,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,41,63,34,108,105,115,116,34,58,115,40,101,41,63,34,110,97,109,101,100,34,58,34,117,110,107,110,111,119,110,34,59,105,102,40,34,117,110,107,110,111,119,110,34,61,61,61,105,41,114,101,116,117,114,110,32,110,59,119,104,105,108,101,40,114,60,116,46,108,101,110,103,116,104,41,123,118,97,114,32,111,61,116,91,114,93,59,115,119,105,116,99,104,40,111,46,116,121,112,101,41,123,99,97,115,101,34,116,101,120,116,34,58,110,46,112,117,115,104,40,111,46,118,97,108,117,101,41,59,98,114,101,97,107,59,99,97,115,101,34,108,105,115,116,34,58,110,46,112,117,115,104,40,101,91,112,97,114,115,101,73,110,116,40,111,46,118,97,108,117,101,44,49,48,41,93,41,59,98,114,101,97,107,59,99,97,115,101,34,110,97,109,101,100,34,58,34,110,97,109,101,100,34,61,61,61,105,38,38,110,46,112,117,115,104,40,101,91,111,46,118,97,108,117,101,93,41,59,98,114,101,97,107,59,99,97,115,101,34,117,110,107,110,111,119,110,34,58,48,59,98,114,101,97,107,125,114,43,43,125,114,101,116,117,114,110,32,110,125,118,97,114,32,88,61,48,44,90,61,49,44,74,61,50,44,81,61,51,44,116,116,61,48,44,101,116,61,49,44,110,116,61,50,44,114,116,61,51,44,105,116,61,52,44,111,116,61,53,44,97,116,61,54,44,115,116,61,55,44,99,116,61,56,44,117,116,61,91,93,59,117,116,91,116,116,93,61,123,119,115,58,91,116,116,93,44,105,100,101,110,116,58,91,114,116,44,88,93,44,34,91,34,58,91,105,116,93,44,101,111,102,58,91,115,116,93,125,44,117,116,91,101,116,93,61,123,119,115,58,91,101,116,93,44,34,46,34,58,91,110,116,93,44,34,91,34,58,91,105,116,93,44,101,111,102,58,91,115,116,93,125,44,117,116,91,110,116,93,61,123,119,115,58,91,110,116,93,44,105,100,101,110,116,58,91,114,116,44,88,93,44,48,58,91,114,116,44,88,93,44,110,117,109,98,101,114,58,91,114,116,44,88,93,125,44,117,116,91,114,116,93,61,123,105,100,101,110,116,58,91,114,116,44,88,93,44,48,58,91,114,116,44,88,93,44,110,117,109,98,101,114,58,91,114,116,44,88,93,44,119,115,58,91,101,116,44,90,93,44,34,46,34,58,91,110,116,44,90,93,44,34,91,34,58,91,105,116,44,90,93,44,101,111,102,58,91,115,116,44,90,93,125,44,117,116,91,105,116,93,61,123,34,39,34,58,91,111,116,44,88,93,44,39,34,39,58,91,97,116,44,88,93,44,34,91,34,58,91,105,116,44,74,93,44,34,93,34,58,91,101,116,44,81,93,44,101,111,102,58,99,116,44,101,108,115,101,58,91,105,116,44,88,93,125,44,117,116,91,111,116,93,61,123,34,39,34,58,91,105,116,44,88,93,44,101,111,102,58,99,116,44,101,108,115,101,58,91,111,116,44,88,93,125,44,117,116,91,97,116,93,61,123,39,34,39,58,91,105,116,44,88,93,44,101,111,102,58,99,116,44,101,108,115,101,58,91,97,116,44,88,93,125,59,118,97,114,32,108,116,61,47,94,92,115,63,40,63,58,116,114,117,101,124,102,97,108,115,101,124,45,63,91,92,100,46,93,43,124,39,91,94,39,93,42,39,124,34,91,94,34,93,42,34,41,92,115,63,36,47,59,102,117,110,99,116,105,111,110,32,102,116,40,116,41,123,114,101,116,117,114,110,32,108,116,46,116,101,115,116,40,116,41,125,102,117,110,99,116,105,111,110,32,104,116,40,116,41,123,118,97,114,32,101,61,116,46,99,104,97,114,67,111,100,101,65,116,40,48,41,44,110,61,116,46,99,104,97,114,67,111,100,101,65,116,40,116,46,108,101,110,103,116,104,45,49,41,59,114,101,116,117,114,110,32,101,33,61,61,110,124,124,51,52,33,61,61,101,38,38,51,57,33,61,61,101,63,116,58,116,46,115,108,105,99,101,40,49,44,45,49,41,125,102,117,110,99,116,105,111,110,32,100,116,40,116,41,123,105,102,40,118,111,105,100,32,48,61,61,61,116,124,124,110,117,108,108,61,61,61,116,41,114,101,116,117,114,110,34,101,111,102,34,59,118,97,114,32,101,61,116,46,99,104,97,114,67,111,100,101,65,116,40,48,41,59,115,119,105,116,99,104,40,101,41,123,99,97,115,101,32,57,49,58,99,97,115,101,32,57,51,58,99,97,115,101,32,52,54,58,99,97,115,101,32,51,52,58,99,97,115,101,32,51,57,58,114,101,116,117,114,110,32,116,59,99,97,115,101,32,57,53,58,99,97,115,101,32,51,54,58,99,97,115,101,32,52,53,58,114,101,116,117,114,110,34,105,100,101,110,116,34,59,99,97,115,101,32,57,58,99,97,115,101,32,49,48,58,99,97,115,101,32,49,51,58,99,97,115,101,32,49,54,48,58,99,97,115,101,32,54,53,50,55,57,58,99,97,115,101,32,56,50,51,50,58,99,97,115,101,32,56,50,51,51,58,114,101,116,117,114,110,34,119,115,34,125,114,101,116,117,114,110,34,105,100,101,110,116,34,125,102,117,110,99,116,105,111,110,32,112,116,40,116,41,123,118,97,114,32,101,61,116,46,116,114,105,109,40,41,59,114,101,116,117,114,110,40,34,48,34,33,61,61,116,46,99,104,97,114,65,116,40,48,41,124,124,33,105,115,78,97,78,40,116,41,41,38,38,40,102,116,40,101,41,63,104,116,40,101,41,58,34,42,34,43,101,41,125,102,117,110,99,116,105,111,110,32,118,116,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,44,111,44,97,44,115,44,99,61,91,93,44,117,61,45,49,44,108,61,116,116,44,102,61,48,44,104,61,91,93,59,102,117,110,99,116,105,111,110,32,100,40,41,123,118,97,114,32,101,61,116,91,117,43,49,93,59,105,102,40,108,61,61,61,111,116,38,38,34,39,34,61,61,61,101,124,124,108,61,61,61,97,116,38,38,39,34,39,61,61,61,101,41,114,101,116,117,114,110,32,117,43,43,44,114,61,34,92,92,34,43,101,44,104,91,88,93,40,41,44,33,48,125,104,91,90,93,61,102,117,110,99,116,105,111,110,40,41,123,118,111,105,100,32,48,33,61,61,110,38,38,40,99,46,112,117,115,104,40,110,41,44,110,61,118,111,105,100,32,48,41,125,44,104,91,88,93,61,102,117,110,99,116,105,111,110,40,41,123,118,111,105,100,32,48,61,61,61,110,63,110,61,114,58,110,43,61,114,125,44,104,91,74,93,61,102,117,110,99,116,105,111,110,40,41,123,104,91,88,93,40,41,44,102,43,43,125,44,104,91,81,93,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,102,62,48,41,102,45,45,44,108,61,105,116,44,104,91,88,93,40,41,59,101,108,115,101,123,105,102,40,102,61,48,44,118,111,105,100,32,48,61,61,61,110,41,114,101,116,117,114,110,33,49,59,105,102,40,110,61,112,116,40,110,41,44,33,49,61,61,61,110,41,114,101,116,117,114,110,33,49,59,104,91,90,93,40,41,125,125,59,119,104,105,108,101,40,110,117,108,108,33,61,61,108,41,105,102,40,117,43,43,44,101,61,116,91,117,93,44,34,92,92,34,33,61,61,101,124,124,33,100,40,41,41,123,105,102,40,105,61,100,116,40,101,41,44,115,61,117,116,91,108,93,44,111,61,115,91,105,93,124,124,115,91,34,101,108,115,101,34,93,124,124,99,116,44,111,61,61,61,99,116,41,114,101,116,117,114,110,59,105,102,40,108,61,111,91,48,93,44,97,61,104,91,111,91,49,93,93,44,97,38,38,40,114,61,111,91,50,93,44,114,61,118,111,105,100,32,48,61,61,61,114,63,101,58,114,44,33,49,61,61,61,97,40,41,41,41,114,101,116,117,114,110,59,105,102,40,108,61,61,61,115,116,41,114,101,116,117,114,110,32,99,125,125,118,97,114,32,103,116,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,95,99,97,99,104,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,125,59,103,116,46,112,114,111,116,111,116,121,112,101,46,112,97,114,115,101,80,97,116,104,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,95,99,97,99,104,101,91,116,93,59,114,101,116,117,114,110,32,101,124,124,40,101,61,118,116,40,116,41,44,101,38,38,40,116,104,105,115,46,95,99,97,99,104,101,91,116,93,61,101,41,41,44,101,124,124,91,93,125,44,103,116,46,112,114,111,116,111,116,121,112,101,46,103,101,116,80,97,116,104,86,97,108,117,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,115,40,116,41,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,110,61,116,104,105,115,46,112,97,114,115,101,80,97,116,104,40,101,41,59,105,102,40,48,61,61,61,110,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,114,61,110,46,108,101,110,103,116,104,44,105,61,116,44,111,61,48,59,119,104,105,108,101,40,111,60,114,41,123,118,97,114,32,97,61,105,91,110,91,111,93,93,59,105,102,40,118,111,105,100,32,48,61,61,61,97,124,124,110,117,108,108,61,61,61,97,41,114,101,116,117,114,110,32,110,117,108,108,59,105,61,97,44,111,43,43,125,114,101,116,117,114,110,32,105,125,59,118,97,114,32,109,116,44,98,116,61,47,60,92,47,63,91,92,119,92,115,61,34,47,46,39,58,59,35,45,92,47,93,43,62,47,44,121,116,61,47,40,63,58,64,40,63,58,92,46,91,97,45,122,93,43,41,63,58,40,63,58,91,92,119,92,45,95,124,46,93,43,124,92,40,91,92,119,92,45,95,124,46,93,43,92,41,41,41,47,103,44,119,116,61,47,94,64,40,63,58,92,46,40,91,97,45,122,93,43,41,41,63,58,47,44,95,116,61,47,91,40,41,93,47,103,44,120,116,61,123,117,112,112,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,116,111,76,111,99,97,108,101,85,112,112,101,114,67,97,115,101,40,41,125,44,108,111,119,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,116,111,76,111,99,97,108,101,76,111,119,101,114,67,97,115,101,40,41,125,44,99,97,112,105,116,97,108,105,122,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,43,116,46,99,104,97,114,65,116,40,48,41,46,116,111,76,111,99,97,108,101,85,112,112,101,114,67,97,115,101,40,41,43,116,46,115,117,98,115,116,114,40,49,41,125,125,44,79,116,61,110,101,119,32,87,44,83,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,123,125,41,44,33,77,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,38,38,119,105,110,100,111,119,46,86,117,101,38,38,85,40,119,105,110,100,111,119,46,86,117,101,41,59,118,97,114,32,110,61,116,46,108,111,99,97,108,101,124,124,34,101,110,45,85,83,34,44,114,61,33,49,33,61,61,116,46,102,97,108,108,98,97,99,107,76,111,99,97,108,101,38,38,40,116,46,102,97,108,108,98,97,99,107,76,111,99,97,108,101,124,124,34,101,110,45,85,83,34,41,44,105,61,116,46,109,101,115,115,97,103,101,115,124,124,123,125,44,111,61,116,46,100,97,116,101,84,105,109,101,70,111,114,109,97,116,115,124,124,123,125,44,97,61,116,46,110,117,109,98,101,114,70,111,114,109,97,116,115,124,124,123,125,59,116,104,105,115,46,95,118,109,61,110,117,108,108,44,116,104,105,115,46,95,102,111,114,109,97,116,116,101,114,61,116,46,102,111,114,109,97,116,116,101,114,124,124,79,116,44,116,104,105,115,46,95,109,111,100,105,102,105,101,114,115,61,116,46,109,111,100,105,102,105,101,114,115,124,124,123,125,44,116,104,105,115,46,95,109,105,115,115,105,110,103,61,116,46,109,105,115,115,105,110,103,124,124,110,117,108,108,44,116,104,105,115,46,95,114,111,111,116,61,116,46,114,111,111,116,124,124,110,117,108,108,44,116,104,105,115,46,95,115,121,110,99,61,118,111,105,100,32,48,61,61,61,116,46,115,121,110,99,124,124,33,33,116,46,115,121,110,99,44,116,104,105,115,46,95,102,97,108,108,98,97,99,107,82,111,111,116,61,118,111,105,100,32,48,61,61,61,116,46,102,97,108,108,98,97,99,107,82,111,111,116,124,124,33,33,116,46,102,97,108,108,98,97,99,107,82,111,111,116,44,116,104,105,115,46,95,102,111,114,109,97,116,70,97,108,108,98,97,99,107,77,101,115,115,97,103,101,115,61,118,111,105,100,32,48,33,61,61,116,46,102,111,114,109,97,116,70,97,108,108,98,97,99,107,77,101,115,115,97,103,101,115,38,38,33,33,116,46,102,111,114,109,97,116,70,97,108,108,98,97,99,107,77,101,115,115,97,103,101,115,44,116,104,105,115,46,95,115,105,108,101,110,116,84,114,97,110,115,108,97,116,105,111,110,87,97,114,110,61,118,111,105,100,32,48,33,61,61,116,46,115,105,108,101,110,116,84,114,97,110,115,108,97,116,105,111,110,87,97,114,110,38,38,116,46,115,105,108,101,110,116,84,114,97,110,115,108,97,116,105,111,110,87,97,114,110,44,116,104,105,115,46,95,115,105,108,101,110,116,70,97,108,108,98,97,99,107,87,97,114,110,61,118,111,105,100,32,48,33,61,61,116,46,115,105,108,101,110,116,70,97,108,108,98,97,99,107,87,97,114,110,38,38,33,33,116,46,115,105,108,101,110,116,70,97,108,108,98,97,99,107,87,97,114,110,44,116,104,105,115,46,95,100,97,116,101,84,105,109,101,70,111,114,109,97,116,116,101,114,115,61,123,125,44,116,104,105,115,46,95,110,117,109,98,101,114,70,111,114,109,97,116,116,101,114,115,61,123,125,44,116,104,105,115,46,95,112,97,116,104,61,110,101,119,32,103,116,44,116,104,105,115,46,95,100,97,116,97,76,105,115,116,101,110,101,114,115,61,110,101,119,32,83,101,116,44,116,104,105,115,46,95,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,67,114,101,97,116,101,100,76,105,115,116,101,110,101,114,61,116,46,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,67,114,101,97,116,101,100,76,105,115,116,101,110,101,114,124,124,110,117,108,108,44,116,104,105,115,46,95,112,114,101,115,101,114,118,101,68,105,114,101,99,116,105,118,101,67,111,110,116,101,110,116,61,118,111,105,100,32,48,33,61,61,116,46,112,114,101,115,101,114,118,101,68,105,114,101,99,116,105,118,101,67,111,110,116,101,110,116,38,38,33,33,116,46,112,114,101,115,101,114,118,101,68,105,114,101,99,116,105,118,101,67,111,110,116,101,110,116,44,116,104,105,115,46,112,108,117,114,97,108,105,122,97,116,105,111,110,82,117,108,101,115,61,116,46,112,108,117,114,97,108,105,122,97,116,105,111,110,82,117,108,101,115,124,124,123,125,44,116,104,105,115,46,95,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,61,116,46,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,124,124,34,111,102,102,34,44,116,104,105,115,46,95,112,111,115,116,84,114,97,110,115,108,97,116,105,111,110,61,116,46,112,111,115,116,84,114,97,110,115,108,97,116,105,111,110,124,124,110,117,108,108,44,116,104,105,115,46,95,101,115,99,97,112,101,80,97,114,97,109,101,116,101,114,72,116,109,108,61,116,46,101,115,99,97,112,101,80,97,114,97,109,101,116,101,114,72,116,109,108,124,124,33,49,44,116,104,105,115,46,103,101,116,67,104,111,105,99,101,73,110,100,101,120,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,118,97,114,32,114,61,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,101,41,59,105,102,40,114,38,38,114,46,103,101,116,67,104,111,105,99,101,73,110,100,101,120,41,123,118,97,114,32,105,61,114,46,103,101,116,67,104,111,105,99,101,73,110,100,101,120,59,114,101,116,117,114,110,32,105,46,99,97,108,108,40,101,44,116,44,110,41,125,118,97,114,32,111,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,77,97,116,104,46,97,98,115,40,116,41,44,50,61,61,61,101,63,116,63,116,62,49,63,49,58,48,58,49,58,116,63,77,97,116,104,46,109,105,110,40,116,44,50,41,58,48,125,59,114,101,116,117,114,110,32,101,46,108,111,99,97,108,101,32,105,110,32,101,46,112,108,117,114,97,108,105,122,97,116,105,111,110,82,117,108,101,115,63,101,46,112,108,117,114,97,108,105,122,97,116,105,111,110,82,117,108,101,115,91,101,46,108,111,99,97,108,101,93,46,97,112,112,108,121,40,101,44,91,116,44,110,93,41,58,111,40,116,44,110,41,125,44,116,104,105,115,46,95,101,120,105,115,116,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,33,40,33,116,124,124,33,110,41,38,38,40,33,100,40,101,46,95,112,97,116,104,46,103,101,116,80,97,116,104,86,97,108,117,101,40,116,44,110,41,41,124,124,33,33,116,91,110,93,41,125,44,34,119,97,114,110,34,33,61,61,116,104,105,115,46,95,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,38,38,34,101,114,114,111,114,34,33,61,61,116,104,105,115,46,95,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,124,124,79,98,106,101,99,116,46,107,101,121,115,40,105,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,95,99,104,101,99,107,76,111,99,97,108,101,77,101,115,115,97,103,101,40,116,44,101,46,95,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,44,105,91,116,93,41,125,41,41,44,116,104,105,115,46,95,105,110,105,116,86,77,40,123,108,111,99,97,108,101,58,110,44,102,97,108,108,98,97,99,107,76,111,99,97,108,101,58,114,44,109,101,115,115,97,103,101,115,58,105,44,100,97,116,101,84,105,109,101,70,111,114,109,97,116,115,58,111,44,110,117,109,98,101,114,70,111,114,109,97,116,115,58,97,125,41,125,44,107,116,61,123,118,109,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,44,109,101,115,115,97,103,101,115,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,44,100,97,116,101,84,105,109,101,70,111,114,109,97,116,115,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,44,110,117,109,98,101,114,70,111,114,109,97,116,115,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,44,97,118,97,105,108,97,98,108,101,76,111,99,97,108,101,115,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,44,108,111,99,97,108,101,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,44,102,97,108,108,98,97,99,107,76,111,99,97,108,101,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,44,102,111,114,109,97,116,70,97,108,108,98,97,99,107,77,101,115,115,97,103,101,115,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,44,109,105,115,115,105,110,103,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,44,102,111,114,109,97,116,116,101,114,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,44,115,105,108,101,110,116,84,114,97,110,115,108,97,116,105,111,110,87,97,114,110,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,44,115,105,108,101,110,116,70,97,108,108,98,97,99,107,87,97,114,110,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,44,112,114,101,115,101,114,118,101,68,105,114,101,99,116,105,118,101,67,111,110,116,101,110,116,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,44,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,44,112,111,115,116,84,114,97,110,115,108,97,116,105,111,110,58,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,125,59,83,116,46,112,114,111,116,111,116,121,112,101,46,95,99,104,101,99,107,76,111,99,97,108,101,77,101,115,115,97,103,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,91,93,44,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,105,102,40,104,40,110,41,41,79,98,106,101,99,116,46,107,101,121,115,40,110,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,105,41,123,118,97,114,32,111,61,110,91,105,93,59,104,40,111,41,63,40,114,46,112,117,115,104,40,105,41,44,114,46,112,117,115,104,40,34,46,34,41,44,115,40,116,44,101,44,111,44,114,41,44,114,46,112,111,112,40,41,44,114,46,112,111,112,40,41,41,58,40,114,46,112,117,115,104,40,105,41,44,115,40,116,44,101,44,111,44,114,41,44,114,46,112,111,112,40,41,41,125,41,41,59,101,108,115,101,32,105,102,40,97,40,110,41,41,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,44,105,41,123,104,40,110,41,63,40,114,46,112,117,115,104,40,34,91,34,43,105,43,34,93,34,41,44,114,46,112,117,115,104,40,34,46,34,41,44,115,40,116,44,101,44,110,44,114,41,44,114,46,112,111,112,40,41,44,114,46,112,111,112,40,41,41,58,40,114,46,112,117,115,104,40,34,91,34,43,105,43,34,93,34,41,44,115,40,116,44,101,44,110,44,114,41,44,114,46,112,111,112,40,41,41,125,41,41,59,101,108,115,101,32,105,102,40,117,40,110,41,41,123,118,97,114,32,99,61,98,116,46,116,101,115,116,40,110,41,59,105,102,40,99,41,123,118,97,114,32,108,61,34,68,101,116,101,99,116,101,100,32,72,84,77,76,32,105,110,32,109,101,115,115,97,103,101,32,39,34,43,110,43,34,39,32,111,102,32,107,101,121,112,97,116,104,32,39,34,43,114,46,106,111,105,110,40,34,34,41,43,34,39,32,97,116,32,39,34,43,101,43,34,39,46,32,67,111,110,115,105,100,101,114,32,99,111,109,112,111,110,101,110,116,32,105,110,116,101,114,112,111,108,97,116,105,111,110,32,119,105,116,104,32,39,60,105,49,56,110,62,39,32,116,111,32,97,118,111,105,100,32,88,83,83,46,32,83,101,101,32,104,116,116,112,115,58,47,47,98,105,116,46,108,121,47,50,90,113,74,122,107,112,34,59,34,119,97,114,110,34,61,61,61,116,63,105,40,108,41,58,34,101,114,114,111,114,34,61,61,61,116,38,38,111,40,108,41,125,125,125,59,115,40,101,44,116,44,110,44,114,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,105,110,105,116,86,77,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,77,46,99,111,110,102,105,103,46,115,105,108,101,110,116,59,77,46,99,111,110,102,105,103,46,115,105,108,101,110,116,61,33,48,44,116,104,105,115,46,95,118,109,61,110,101,119,32,77,40,123,100,97,116,97,58,116,125,41,44,77,46,99,111,110,102,105,103,46,115,105,108,101,110,116,61,101,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,100,101,115,116,114,111,121,86,77,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,95,118,109,46,36,100,101,115,116,114,111,121,40,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,115,117,98,115,99,114,105,98,101,68,97,116,97,67,104,97,110,103,105,110,103,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,100,97,116,97,76,105,115,116,101,110,101,114,115,46,97,100,100,40,116,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,117,110,115,117,98,115,99,114,105,98,101,68,97,116,97,67,104,97,110,103,105,110,103,61,102,117,110,99,116,105,111,110,40,116,41,123,109,40,116,104,105,115,46,95,100,97,116,97,76,105,115,116,101,110,101,114,115,44,116,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,119,97,116,99,104,73,49,56,110,68,97,116,97,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,116,104,105,115,46,95,118,109,46,36,119,97,116,99,104,40,34,36,100,97,116,97,34,44,40,102,117,110,99,116,105,111,110,40,41,123,116,46,95,100,97,116,97,76,105,115,116,101,110,101,114,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,77,46,110,101,120,116,84,105,99,107,40,40,102,117,110,99,116,105,111,110,40,41,123,116,38,38,116,46,36,102,111,114,99,101,85,112,100,97,116,101,40,41,125,41,41,125,41,41,125,41,44,123,100,101,101,112,58,33,48,125,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,119,97,116,99,104,76,111,99,97,108,101,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,33,116,104,105,115,46,95,115,121,110,99,124,124,33,116,104,105,115,46,95,114,111,111,116,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,116,61,116,104,105,115,46,95,118,109,59,114,101,116,117,114,110,32,116,104,105,115,46,95,114,111,111,116,46,36,105,49,56,110,46,118,109,46,36,119,97,116,99,104,40,34,108,111,99,97,108,101,34,44,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,36,115,101,116,40,116,44,34,108,111,99,97,108,101,34,44,101,41,44,116,46,36,102,111,114,99,101,85,112,100,97,116,101,40,41,125,41,44,123,105,109,109,101,100,105,97,116,101,58,33,48,125,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,111,110,67,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,67,114,101,97,116,101,100,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,67,114,101,97,116,101,100,76,105,115,116,101,110,101,114,38,38,116,104,105,115,46,95,99,111,109,112,111,110,101,110,116,73,110,115,116,97,110,99,101,67,114,101,97,116,101,100,76,105,115,116,101,110,101,114,40,116,44,116,104,105,115,41,125,44,107,116,46,118,109,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,118,109,125,44,107,116,46,109,101,115,115,97,103,101,115,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,103,40,116,104,105,115,46,95,103,101,116,77,101,115,115,97,103,101,115,40,41,41,125,44,107,116,46,100,97,116,101,84,105,109,101,70,111,114,109,97,116,115,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,103,40,116,104,105,115,46,95,103,101,116,68,97,116,101,84,105,109,101,70,111,114,109,97,116,115,40,41,41,125,44,107,116,46,110,117,109,98,101,114,70,111,114,109,97,116,115,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,103,40,116,104,105,115,46,95,103,101,116,78,117,109,98,101,114,70,111,114,109,97,116,115,40,41,41,125,44,107,116,46,97,118,97,105,108,97,98,108,101,76,111,99,97,108,101,115,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,107,101,121,115,40,116,104,105,115,46,109,101,115,115,97,103,101,115,41,46,115,111,114,116,40,41,125,44,107,116,46,108,111,99,97,108,101,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,118,109,46,108,111,99,97,108,101,125,44,107,116,46,108,111,99,97,108,101,46,115,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,118,109,46,36,115,101,116,40,116,104,105,115,46,95,118,109,44,34,108,111,99,97,108,101,34,44,116,41,125,44,107,116,46,102,97,108,108,98,97,99,107,76,111,99,97,108,101,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,118,109,46,102,97,108,108,98,97,99,107,76,111,99,97,108,101,125,44,107,116,46,102,97,108,108,98,97,99,107,76,111,99,97,108,101,46,115,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,108,111,99,97,108,101,67,104,97,105,110,67,97,99,104,101,61,123,125,44,116,104,105,115,46,95,118,109,46,36,115,101,116,40,116,104,105,115,46,95,118,109,44,34,102,97,108,108,98,97,99,107,76,111,99,97,108,101,34,44,116,41,125,44,107,116,46,102,111,114,109,97,116,70,97,108,108,98,97,99,107,77,101,115,115,97,103,101,115,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,102,111,114,109,97,116,70,97,108,108,98,97,99,107,77,101,115,115,97,103,101,115,125,44,107,116,46,102,111,114,109,97,116,70,97,108,108,98,97,99,107,77,101,115,115,97,103,101,115,46,115,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,102,111,114,109,97,116,70,97,108,108,98,97,99,107,77,101,115,115,97,103,101,115,61,116,125,44,107,116,46,109,105,115,115,105,110,103,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,109,105,115,115,105,110,103,125,44,107,116,46,109,105,115,115,105,110,103,46,115,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,109,105,115,115,105,110,103,61,116,125,44,107,116,46,102,111,114,109,97,116,116,101,114,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,102,111,114,109,97,116,116,101,114,125,44,107,116,46,102,111,114,109,97,116,116,101,114,46,115,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,102,111,114,109,97,116,116,101,114,61,116,125,44,107,116,46,115,105,108,101,110,116,84,114,97,110,115,108,97,116,105,111,110,87,97,114,110,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,115,105,108,101,110,116,84,114,97,110,115,108,97,116,105,111,110,87,97,114,110,125,44,107,116,46,115,105,108,101,110,116,84,114,97,110,115,108,97,116,105,111,110,87,97,114,110,46,115,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,115,105,108,101,110,116,84,114,97,110,115,108,97,116,105,111,110,87,97,114,110,61,116,125,44,107,116,46,115,105,108,101,110,116,70,97,108,108,98,97,99,107,87,97,114,110,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,115,105,108,101,110,116,70,97,108,108,98,97,99,107,87,97,114,110,125,44,107,116,46,115,105,108,101,110,116,70,97,108,108,98,97,99,107,87,97,114,110,46,115,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,115,105,108,101,110,116,70,97,108,108,98,97,99,107,87,97,114,110,61,116,125,44,107,116,46,112,114,101,115,101,114,118,101,68,105,114,101,99,116,105,118,101,67,111,110,116,101,110,116,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,112,114,101,115,101,114,118,101,68,105,114,101,99,116,105,118,101,67,111,110,116,101,110,116,125,44,107,116,46,112,114,101,115,101,114,118,101,68,105,114,101,99,116,105,118,101,67,111,110,116,101,110,116,46,115,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,112,114,101,115,101,114,118,101,68,105,114,101,99,116,105,118,101,67,111,110,116,101,110,116,61,116,125,44,107,116,46,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,125,44,107,116,46,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,46,115,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,104,105,115,46,95,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,59,105,102,40,116,104,105,115,46,95,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,61,116,44,110,33,61,61,116,38,38,40,34,119,97,114,110,34,61,61,61,116,124,124,34,101,114,114,111,114,34,61,61,61,116,41,41,123,118,97,114,32,114,61,116,104,105,115,46,95,103,101,116,77,101,115,115,97,103,101,115,40,41,59,79,98,106,101,99,116,46,107,101,121,115,40,114,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,95,99,104,101,99,107,76,111,99,97,108,101,77,101,115,115,97,103,101,40,116,44,101,46,95,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,44,114,91,116,93,41,125,41,41,125,125,44,107,116,46,112,111,115,116,84,114,97,110,115,108,97,116,105,111,110,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,112,111,115,116,84,114,97,110,115,108,97,116,105,111,110,125,44,107,116,46,112,111,115,116,84,114,97,110,115,108,97,116,105,111,110,46,115,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,112,111,115,116,84,114,97,110,115,108,97,116,105,111,110,61,116,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,103,101,116,77,101,115,115,97,103,101,115,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,118,109,46,109,101,115,115,97,103,101,115,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,103,101,116,68,97,116,101,84,105,109,101,70,111,114,109,97,116,115,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,118,109,46,100,97,116,101,84,105,109,101,70,111,114,109,97,116,115,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,103,101,116,78,117,109,98,101,114,70,111,114,109,97,116,115,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,118,109,46,110,117,109,98,101,114,70,111,114,109,97,116,115,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,119,97,114,110,68,101,102,97,117,108,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,44,111,41,123,105,102,40,33,100,40,110,41,41,114,101,116,117,114,110,32,110,59,105,102,40,116,104,105,115,46,95,109,105,115,115,105,110,103,41,123,118,97,114,32,97,61,116,104,105,115,46,95,109,105,115,115,105,110,103,46,97,112,112,108,121,40,110,117,108,108,44,91,116,44,101,44,114,44,105,93,41,59,105,102,40,117,40,97,41,41,114,101,116,117,114,110,32,97,125,101,108,115,101,32,48,59,105,102,40,116,104,105,115,46,95,102,111,114,109,97,116,70,97,108,108,98,97,99,107,77,101,115,115,97,103,101,115,41,123,118,97,114,32,115,61,118,46,97,112,112,108,121,40,118,111,105,100,32,48,44,105,41,59,114,101,116,117,114,110,32,116,104,105,115,46,95,114,101,110,100,101,114,40,101,44,111,44,115,46,112,97,114,97,109,115,44,101,41,125,114,101,116,117,114,110,32,101,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,105,115,70,97,108,108,98,97,99,107,82,111,111,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,116,38,38,33,100,40,116,104,105,115,46,95,114,111,111,116,41,38,38,116,104,105,115,46,95,102,97,108,108,98,97,99,107,82,111,111,116,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,105,115,83,105,108,101,110,116,70,97,108,108,98,97,99,107,87,97,114,110,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,115,105,108,101,110,116,70,97,108,108,98,97,99,107,87,97,114,110,32,105,110,115,116,97,110,99,101,111,102,32,82,101,103,69,120,112,63,116,104,105,115,46,95,115,105,108,101,110,116,70,97,108,108,98,97,99,107,87,97,114,110,46,116,101,115,116,40,116,41,58,116,104,105,115,46,95,115,105,108,101,110,116,70,97,108,108,98,97,99,107,87,97,114,110,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,105,115,83,105,108,101,110,116,70,97,108,108,98,97,99,107,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,105,115,83,105,108,101,110,116,70,97,108,108,98,97,99,107,87,97,114,110,40,101,41,38,38,40,116,104,105,115,46,95,105,115,70,97,108,108,98,97,99,107,82,111,111,116,40,41,124,124,116,33,61,61,116,104,105,115,46,102,97,108,108,98,97,99,107,76,111,99,97,108,101,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,105,115,83,105,108,101,110,116,84,114,97,110,115,108,97,116,105,111,110,87,97,114,110,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,115,105,108,101,110,116,84,114,97,110,115,108,97,116,105,111,110,87,97,114,110,32,105,110,115,116,97,110,99,101,111,102,32,82,101,103,69,120,112,63,116,104,105,115,46,95,115,105,108,101,110,116,84,114,97,110,115,108,97,116,105,111,110,87,97,114,110,46,116,101,115,116,40,116,41,58,116,104,105,115,46,95,115,105,108,101,110,116,84,114,97,110,115,108,97,116,105,111,110,87,97,114,110,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,105,110,116,101,114,112,111,108,97,116,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,44,111,44,115,41,123,105,102,40,33,101,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,99,44,108,61,116,104,105,115,46,95,112,97,116,104,46,103,101,116,80,97,116,104,86,97,108,117,101,40,101,44,110,41,59,105,102,40,97,40,108,41,124,124,104,40,108,41,41,114,101,116,117,114,110,32,108,59,105,102,40,100,40,108,41,41,123,105,102,40,33,104,40,101,41,41,114,101,116,117,114,110,32,110,117,108,108,59,105,102,40,99,61,101,91,110,93,44,33,117,40,99,41,38,38,33,112,40,99,41,41,114,101,116,117,114,110,32,110,117,108,108,125,101,108,115,101,123,105,102,40,33,117,40,108,41,38,38,33,112,40,108,41,41,114,101,116,117,114,110,32,110,117,108,108,59,99,61,108,125,114,101,116,117,114,110,32,117,40,99,41,38,38,40,99,46,105,110,100,101,120,79,102,40,34,64,58,34,41,62,61,48,124,124,99,46,105,110,100,101,120,79,102,40,34,64,46,34,41,62,61,48,41,38,38,40,99,61,116,104,105,115,46,95,108,105,110,107,40,116,44,101,44,99,44,114,44,34,114,97,119,34,44,111,44,115,41,41,44,116,104,105,115,46,95,114,101,110,100,101,114,40,99,44,105,44,111,44,110,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,108,105,110,107,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,44,111,44,115,41,123,118,97,114,32,99,61,110,44,117,61,99,46,109,97,116,99,104,40,121,116,41,59,102,111,114,40,118,97,114,32,108,32,105,110,32,117,41,105,102,40,117,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,108,41,41,123,118,97,114,32,102,61,117,91,108,93,44,104,61,102,46,109,97,116,99,104,40,119,116,41,44,100,61,104,91,48,93,44,112,61,104,91,49,93,44,118,61,102,46,114,101,112,108,97,99,101,40,100,44,34,34,41,46,114,101,112,108,97,99,101,40,95,116,44,34,34,41,59,105,102,40,98,40,115,44,118,41,41,114,101,116,117,114,110,32,99,59,115,46,112,117,115,104,40,118,41,59,118,97,114,32,103,61,116,104,105,115,46,95,105,110,116,101,114,112,111,108,97,116,101,40,116,44,101,44,118,44,114,44,34,114,97,119,34,61,61,61,105,63,34,115,116,114,105,110,103,34,58,105,44,34,114,97,119,34,61,61,61,105,63,118,111,105,100,32,48,58,111,44,115,41,59,105,102,40,116,104,105,115,46,95,105,115,70,97,108,108,98,97,99,107,82,111,111,116,40,103,41,41,123,105,102,40,33,116,104,105,115,46,95,114,111,111,116,41,116,104,114,111,119,32,69,114,114,111,114,40,34,117,110,101,120,112,101,99,116,101,100,32,101,114,114,111,114,34,41,59,118,97,114,32,109,61,116,104,105,115,46,95,114,111,111,116,46,36,105,49,56,110,59,103,61,109,46,95,116,114,97,110,115,108,97,116,101,40,109,46,95,103,101,116,77,101,115,115,97,103,101,115,40,41,44,109,46,108,111,99,97,108,101,44,109,46,102,97,108,108,98,97,99,107,76,111,99,97,108,101,44,118,44,114,44,105,44,111,41,125,103,61,116,104,105,115,46,95,119,97,114,110,68,101,102,97,117,108,116,40,116,44,118,44,103,44,114,44,97,40,111,41,63,111,58,91,111,93,44,105,41,44,116,104,105,115,46,95,109,111,100,105,102,105,101,114,115,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,112,41,63,103,61,116,104,105,115,46,95,109,111,100,105,102,105,101,114,115,91,112,93,40,103,41,58,120,116,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,112,41,38,38,40,103,61,120,116,91,112,93,40,103,41,41,44,115,46,112,111,112,40,41,44,99,61,103,63,99,46,114,101,112,108,97,99,101,40,102,44,103,41,58,99,125,114,101,116,117,114,110,32,99,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,99,114,101,97,116,101,77,101,115,115,97,103,101,67,111,110,116,101,120,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,40,116,41,63,116,58,91,93,44,110,61,115,40,116,41,63,116,58,123,125,44,114,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,91,116,93,125,44,105,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,91,116,93,125,59,114,101,116,117,114,110,123,108,105,115,116,58,114,44,110,97,109,101,100,58,105,125,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,114,101,110,100,101,114,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,105,102,40,112,40,116,41,41,114,101,116,117,114,110,32,116,40,116,104,105,115,46,95,99,114,101,97,116,101,77,101,115,115,97,103,101,67,111,110,116,101,120,116,40,110,41,41,59,118,97,114,32,105,61,116,104,105,115,46,95,102,111,114,109,97,116,116,101,114,46,105,110,116,101,114,112,111,108,97,116,101,40,116,44,110,44,114,41,59,114,101,116,117,114,110,32,105,124,124,40,105,61,79,116,46,105,110,116,101,114,112,111,108,97,116,101,40,116,44,110,44,114,41,41,44,34,115,116,114,105,110,103,34,33,61,61,101,124,124,117,40,105,41,63,105,58,105,46,106,111,105,110,40,34,34,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,97,112,112,101,110,100,73,116,101,109,84,111,67,104,97,105,110,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,33,49,59,114,101,116,117,114,110,32,98,40,116,44,101,41,124,124,40,114,61,33,48,44,101,38,38,40,114,61,34,33,34,33,61,61,101,91,101,46,108,101,110,103,116,104,45,49,93,44,101,61,101,46,114,101,112,108,97,99,101,40,47,33,47,103,44,34,34,41,44,116,46,112,117,115,104,40,101,41,44,110,38,38,110,91,101,93,38,38,40,114,61,110,91,101,93,41,41,41,44,114,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,97,112,112,101,110,100,76,111,99,97,108,101,84,111,67,104,97,105,110,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,61,101,46,115,112,108,105,116,40,34,45,34,41,59,100,111,123,118,97,114,32,111,61,105,46,106,111,105,110,40,34,45,34,41,59,114,61,116,104,105,115,46,95,97,112,112,101,110,100,73,116,101,109,84,111,67,104,97,105,110,40,116,44,111,44,110,41,44,105,46,115,112,108,105,99,101,40,45,49,44,49,41,125,119,104,105,108,101,40,105,46,108,101,110,103,116,104,38,38,33,48,61,61,61,114,41,59,114,101,116,117,114,110,32,114,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,97,112,112,101,110,100,66,108,111,99,107,84,111,67,104,97,105,110,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,102,111,114,40,118,97,114,32,114,61,33,48,44,105,61,48,59,105,60,101,46,108,101,110,103,116,104,38,38,99,40,114,41,59,105,43,43,41,123,118,97,114,32,111,61,101,91,105,93,59,117,40,111,41,38,38,40,114,61,116,104,105,115,46,95,97,112,112,101,110,100,76,111,99,97,108,101,84,111,67,104,97,105,110,40,116,44,111,44,110,41,41,125,114,101,116,117,114,110,32,114,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,103,101,116,76,111,99,97,108,101,67,104,97,105,110,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,34,34,61,61,61,116,41,114,101,116,117,114,110,91,93,59,116,104,105,115,46,95,108,111,99,97,108,101,67,104,97,105,110,67,97,99,104,101,124,124,40,116,104,105,115,46,95,108,111,99,97,108,101,67,104,97,105,110,67,97,99,104,101,61,123,125,41,59,118,97,114,32,110,61,116,104,105,115,46,95,108,111,99,97,108,101,67,104,97,105,110,67,97,99,104,101,91,116,93,59,105,102,40,33,110,41,123,101,124,124,40,101,61,116,104,105,115,46,102,97,108,108,98,97,99,107,76,111,99,97,108,101,41,44,110,61,91,93,59,118,97,114,32,114,44,105,61,91,116,93,59,119,104,105,108,101,40,97,40,105,41,41,105,61,116,104,105,115,46,95,97,112,112,101,110,100,66,108,111,99,107,84,111,67,104,97,105,110,40,110,44,105,44,101,41,59,114,61,97,40,101,41,63,101,58,115,40,101,41,63,101,91,34,100,101,102,97,117,108,116,34,93,63,101,91,34,100,101,102,97,117,108,116,34,93,58,110,117,108,108,58,101,44,105,61,117,40,114,41,63,91,114,93,58,114,44,105,38,38,116,104,105,115,46,95,97,112,112,101,110,100,66,108,111,99,107,84,111,67,104,97,105,110,40,110,44,105,44,110,117,108,108,41,44,116,104,105,115,46,95,108,111,99,97,108,101,67,104,97,105,110,67,97,99,104,101,91,116,93,61,110,125,114,101,116,117,114,110,32,110,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,116,114,97,110,115,108,97,116,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,44,111,44,97,41,123,102,111,114,40,118,97,114,32,115,44,99,61,116,104,105,115,46,95,103,101,116,76,111,99,97,108,101,67,104,97,105,110,40,101,44,110,41,44,117,61,48,59,117,60,99,46,108,101,110,103,116,104,59,117,43,43,41,123,118,97,114,32,108,61,99,91,117,93,59,105,102,40,115,61,116,104,105,115,46,95,105,110,116,101,114,112,111,108,97,116,101,40,108,44,116,91,108,93,44,114,44,105,44,111,44,97,44,91,114,93,41,44,33,100,40,115,41,41,114,101,116,117,114,110,32,115,125,114,101,116,117,114,110,32,110,117,108,108,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,44,111,61,91,93,44,97,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,45,52,59,119,104,105,108,101,40,97,45,45,32,62,48,41,111,91,97,93,61,97,114,103,117,109,101,110,116,115,91,97,43,52,93,59,105,102,40,33,116,41,114,101,116,117,114,110,34,34,59,118,97,114,32,115,61,118,46,97,112,112,108,121,40,118,111,105,100,32,48,44,111,41,59,116,104,105,115,46,95,101,115,99,97,112,101,80,97,114,97,109,101,116,101,114,72,116,109,108,38,38,40,115,46,112,97,114,97,109,115,61,83,40,115,46,112,97,114,97,109,115,41,41,59,118,97,114,32,99,61,115,46,108,111,99,97,108,101,124,124,101,44,117,61,116,104,105,115,46,95,116,114,97,110,115,108,97,116,101,40,110,44,99,44,116,104,105,115,46,102,97,108,108,98,97,99,107,76,111,99,97,108,101,44,116,44,114,44,34,115,116,114,105,110,103,34,44,115,46,112,97,114,97,109,115,41,59,105,102,40,116,104,105,115,46,95,105,115,70,97,108,108,98,97,99,107,82,111,111,116,40,117,41,41,123,105,102,40,33,116,104,105,115,46,95,114,111,111,116,41,116,104,114,111,119,32,69,114,114,111,114,40,34,117,110,101,120,112,101,99,116,101,100,32,101,114,114,111,114,34,41,59,114,101,116,117,114,110,40,105,61,116,104,105,115,46,95,114,111,111,116,41,46,36,116,46,97,112,112,108,121,40,105,44,91,116,93,46,99,111,110,99,97,116,40,111,41,41,125,114,101,116,117,114,110,32,117,61,116,104,105,115,46,95,119,97,114,110,68,101,102,97,117,108,116,40,99,44,116,44,117,44,114,44,111,44,34,115,116,114,105,110,103,34,41,44,116,104,105,115,46,95,112,111,115,116,84,114,97,110,115,108,97,116,105,111,110,38,38,110,117,108,108,33,61,61,117,38,38,118,111,105,100,32,48,33,61,61,117,38,38,40,117,61,116,104,105,115,46,95,112,111,115,116,84,114,97,110,115,108,97,116,105,111,110,40,117,44,116,41,41,44,117,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,91,93,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,45,49,59,119,104,105,108,101,40,114,45,45,32,62,48,41,110,91,114,93,61,97,114,103,117,109,101,110,116,115,91,114,43,49,93,59,114,101,116,117,114,110,40,101,61,116,104,105,115,41,46,95,116,46,97,112,112,108,121,40,101,44,91,116,44,116,104,105,115,46,108,111,99,97,108,101,44,116,104,105,115,46,95,103,101,116,77,101,115,115,97,103,101,115,40,41,44,110,117,108,108,93,46,99,111,110,99,97,116,40,110,41,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,105,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,116,104,105,115,46,95,116,114,97,110,115,108,97,116,101,40,110,44,101,44,116,104,105,115,46,102,97,108,108,98,97,99,107,76,111,99,97,108,101,44,116,44,114,44,34,114,97,119,34,44,105,41,59,105,102,40,116,104,105,115,46,95,105,115,70,97,108,108,98,97,99,107,82,111,111,116,40,111,41,41,123,105,102,40,33,116,104,105,115,46,95,114,111,111,116,41,116,104,114,111,119,32,69,114,114,111,114,40,34,117,110,101,120,112,101,99,116,101,100,32,101,114,114,111,114,34,41,59,114,101,116,117,114,110,32,116,104,105,115,46,95,114,111,111,116,46,36,105,49,56,110,46,105,40,116,44,101,44,105,41,125,114,101,116,117,114,110,32,116,104,105,115,46,95,119,97,114,110,68,101,102,97,117,108,116,40,101,44,116,44,111,44,114,44,91,105,93,44,34,114,97,119,34,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,105,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,63,40,117,40,101,41,124,124,40,101,61,116,104,105,115,46,108,111,99,97,108,101,41,44,116,104,105,115,46,95,105,40,116,44,101,44,116,104,105,115,46,95,103,101,116,77,101,115,115,97,103,101,115,40,41,44,110,117,108,108,44,110,41,41,58,34,34,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,116,99,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,44,97,61,91,93,44,115,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,45,53,59,119,104,105,108,101,40,115,45,45,32,62,48,41,97,91,115,93,61,97,114,103,117,109,101,110,116,115,91,115,43,53,93,59,105,102,40,33,116,41,114,101,116,117,114,110,34,34,59,118,111,105,100,32,48,61,61,61,105,38,38,40,105,61,49,41,59,118,97,114,32,99,61,123,99,111,117,110,116,58,105,44,110,58,105,125,44,117,61,118,46,97,112,112,108,121,40,118,111,105,100,32,48,44,97,41,59,114,101,116,117,114,110,32,117,46,112,97,114,97,109,115,61,79,98,106,101,99,116,46,97,115,115,105,103,110,40,99,44,117,46,112,97,114,97,109,115,41,44,97,61,110,117,108,108,61,61,61,117,46,108,111,99,97,108,101,63,91,117,46,112,97,114,97,109,115,93,58,91,117,46,108,111,99,97,108,101,44,117,46,112,97,114,97,109,115,93,44,116,104,105,115,46,102,101,116,99,104,67,104,111,105,99,101,40,40,111,61,116,104,105,115,41,46,95,116,46,97,112,112,108,121,40,111,44,91,116,44,101,44,110,44,114,93,46,99,111,110,99,97,116,40,97,41,41,44,105,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,102,101,116,99,104,67,104,111,105,99,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,116,124,124,33,117,40,116,41,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,110,61,116,46,115,112,108,105,116,40,34,124,34,41,59,114,101,116,117,114,110,32,101,61,116,104,105,115,46,103,101,116,67,104,111,105,99,101,73,110,100,101,120,40,101,44,110,46,108,101,110,103,116,104,41,44,110,91,101,93,63,110,91,101,93,46,116,114,105,109,40,41,58,116,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,116,99,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,61,91,93,44,105,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,45,50,59,119,104,105,108,101,40,105,45,45,32,62,48,41,114,91,105,93,61,97,114,103,117,109,101,110,116,115,91,105,43,50,93,59,114,101,116,117,114,110,40,110,61,116,104,105,115,41,46,95,116,99,46,97,112,112,108,121,40,110,44,91,116,44,116,104,105,115,46,108,111,99,97,108,101,44,116,104,105,115,46,95,103,101,116,77,101,115,115,97,103,101,115,40,41,44,110,117,108,108,44,101,93,46,99,111,110,99,97,116,40,114,41,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,116,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,91,93,44,105,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,45,51,59,119,104,105,108,101,40,105,45,45,32,62,48,41,114,91,105,93,61,97,114,103,117,109,101,110,116,115,91,105,43,51,93,59,118,97,114,32,111,61,118,46,97,112,112,108,121,40,118,111,105,100,32,48,44,114,41,46,108,111,99,97,108,101,124,124,101,59,114,101,116,117,114,110,32,116,104,105,115,46,95,101,120,105,115,116,40,110,91,111,93,44,116,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,116,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,116,101,40,116,44,116,104,105,115,46,108,111,99,97,108,101,44,116,104,105,115,46,95,103,101,116,77,101,115,115,97,103,101,115,40,41,44,101,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,103,101,116,76,111,99,97,108,101,77,101,115,115,97,103,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,103,40,116,104,105,115,46,95,118,109,46,109,101,115,115,97,103,101,115,91,116,93,124,124,123,125,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,115,101,116,76,111,99,97,108,101,77,101,115,115,97,103,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,34,119,97,114,110,34,33,61,61,116,104,105,115,46,95,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,38,38,34,101,114,114,111,114,34,33,61,61,116,104,105,115,46,95,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,124,124,116,104,105,115,46,95,99,104,101,99,107,76,111,99,97,108,101,77,101,115,115,97,103,101,40,116,44,116,104,105,115,46,95,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,44,101,41,44,116,104,105,115,46,95,118,109,46,36,115,101,116,40,116,104,105,115,46,95,118,109,46,109,101,115,115,97,103,101,115,44,116,44,101,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,109,101,114,103,101,76,111,99,97,108,101,77,101,115,115,97,103,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,34,119,97,114,110,34,33,61,61,116,104,105,115,46,95,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,38,38,34,101,114,114,111,114,34,33,61,61,116,104,105,115,46,95,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,124,124,116,104,105,115,46,95,99,104,101,99,107,76,111,99,97,108,101,77,101,115,115,97,103,101,40,116,44,116,104,105,115,46,95,119,97,114,110,72,116,109,108,73,110,77,101,115,115,97,103,101,44,101,41,44,116,104,105,115,46,95,118,109,46,36,115,101,116,40,116,104,105,115,46,95,118,109,46,109,101,115,115,97,103,101,115,44,116,44,95,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,116,104,105,115,46,95,118,109,46,109,101,115,115,97,103,101,115,91,116,93,38,38,79,98,106,101,99,116,46,107,101,121,115,40,116,104,105,115,46,95,118,109,46,109,101,115,115,97,103,101,115,91,116,93,41,46,108,101,110,103,116,104,63,116,104,105,115,46,95,118,109,46,109,101,115,115,97,103,101,115,91,116,93,58,123,125,44,101,41,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,103,101,116,68,97,116,101,84,105,109,101,70,111,114,109,97,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,103,40,116,104,105,115,46,95,118,109,46,100,97,116,101,84,105,109,101,70,111,114,109,97,116,115,91,116,93,124,124,123,125,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,115,101,116,68,97,116,101,84,105,109,101,70,111,114,109,97,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,95,118,109,46,36,115,101,116,40,116,104,105,115,46,95,118,109,46,100,97,116,101,84,105,109,101,70,111,114,109,97,116,115,44,116,44,101,41,44,116,104,105,115,46,95,99,108,101,97,114,68,97,116,101,84,105,109,101,70,111,114,109,97,116,40,116,44,101,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,109,101,114,103,101,68,97,116,101,84,105,109,101,70,111,114,109,97,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,95,118,109,46,36,115,101,116,40,116,104,105,115,46,95,118,109,46,100,97,116,101,84,105,109,101,70,111,114,109,97,116,115,44,116,44,95,40,116,104,105,115,46,95,118,109,46,100,97,116,101,84,105,109,101,70,111,114,109,97,116,115,91,116,93,124,124,123,125,44,101,41,41,44,116,104,105,115,46,95,99,108,101,97,114,68,97,116,101,84,105,109,101,70,111,114,109,97,116,40,116,44,101,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,99,108,101,97,114,68,97,116,101,84,105,109,101,70,111,114,109,97,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,123,118,97,114,32,114,61,116,43,34,95,95,34,43,110,59,116,104,105,115,46,95,100,97,116,101,84,105,109,101,70,111,114,109,97,116,116,101,114,115,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,114,41,38,38,100,101,108,101,116,101,32,116,104,105,115,46,95,100,97,116,101,84,105,109,101,70,111,114,109,97,116,116,101,114,115,91,114,93,125,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,108,111,99,97,108,105,122,101,68,97,116,101,84,105,109,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,41,123,102,111,114,40,118,97,114,32,111,61,101,44,97,61,114,91,111,93,44,115,61,116,104,105,115,46,95,103,101,116,76,111,99,97,108,101,67,104,97,105,110,40,101,44,110,41,44,99,61,48,59,99,60,115,46,108,101,110,103,116,104,59,99,43,43,41,123,118,97,114,32,117,61,115,91,99,93,59,105,102,40,97,61,114,91,117,93,44,111,61,117,44,33,100,40,97,41,38,38,33,100,40,97,91,105,93,41,41,98,114,101,97,107,125,105,102,40,100,40,97,41,124,124,100,40,97,91,105,93,41,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,108,61,97,91,105,93,44,102,61,111,43,34,95,95,34,43,105,44,104,61,116,104,105,115,46,95,100,97,116,101,84,105,109,101,70,111,114,109,97,116,116,101,114,115,91,102,93,59,114,101,116,117,114,110,32,104,124,124,40,104,61,116,104,105,115,46,95,100,97,116,101,84,105,109,101,70,111,114,109,97,116,116,101,114,115,91,102,93,61,110,101,119,32,73,110,116,108,46,68,97,116,101,84,105,109,101,70,111,114,109,97,116,40,111,44,108,41,41,44,104,46,102,111,114,109,97,116,40,116,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,100,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,33,110,41,114,101,116,117,114,110,32,110,101,119,32,73,110,116,108,46,68,97,116,101,84,105,109,101,70,111,114,109,97,116,40,101,41,46,102,111,114,109,97,116,40,116,41,59,118,97,114,32,114,61,116,104,105,115,46,95,108,111,99,97,108,105,122,101,68,97,116,101,84,105,109,101,40,116,44,101,44,116,104,105,115,46,102,97,108,108,98,97,99,107,76,111,99,97,108,101,44,116,104,105,115,46,95,103,101,116,68,97,116,101,84,105,109,101,70,111,114,109,97,116,115,40,41,44,110,41,59,105,102,40,116,104,105,115,46,95,105,115,70,97,108,108,98,97,99,107,82,111,111,116,40,114,41,41,123,105,102,40,33,116,104,105,115,46,95,114,111,111,116,41,116,104,114,111,119,32,69,114,114,111,114,40,34,117,110,101,120,112,101,99,116,101,100,32,101,114,114,111,114,34,41,59,114,101,116,117,114,110,32,116,104,105,115,46,95,114,111,111,116,46,36,105,49,56,110,46,100,40,116,44,110,44,101,41,125,114,101,116,117,114,110,32,114,124,124,34,34,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,100,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,91,93,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,45,49,59,119,104,105,108,101,40,110,45,45,32,62,48,41,101,91,110,93,61,97,114,103,117,109,101,110,116,115,91,110,43,49,93,59,118,97,114,32,114,61,116,104,105,115,46,108,111,99,97,108,101,44,105,61,110,117,108,108,59,114,101,116,117,114,110,32,49,61,61,61,101,46,108,101,110,103,116,104,63,117,40,101,91,48,93,41,63,105,61,101,91,48,93,58,115,40,101,91,48,93,41,38,38,40,101,91,48,93,46,108,111,99,97,108,101,38,38,40,114,61,101,91,48,93,46,108,111,99,97,108,101,41,44,101,91,48,93,46,107,101,121,38,38,40,105,61,101,91,48,93,46,107,101,121,41,41,58,50,61,61,61,101,46,108,101,110,103,116,104,38,38,40,117,40,101,91,48,93,41,38,38,40,105,61,101,91,48,93,41,44,117,40,101,91,49,93,41,38,38,40,114,61,101,91,49,93,41,41,44,116,104,105,115,46,95,100,40,116,44,114,44,105,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,103,101,116,78,117,109,98,101,114,70,111,114,109,97,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,103,40,116,104,105,115,46,95,118,109,46,110,117,109,98,101,114,70,111,114,109,97,116,115,91,116,93,124,124,123,125,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,115,101,116,78,117,109,98,101,114,70,111,114,109,97,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,95,118,109,46,36,115,101,116,40,116,104,105,115,46,95,118,109,46,110,117,109,98,101,114,70,111,114,109,97,116,115,44,116,44,101,41,44,116,104,105,115,46,95,99,108,101,97,114,78,117,109,98,101,114,70,111,114,109,97,116,40,116,44,101,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,109,101,114,103,101,78,117,109,98,101,114,70,111,114,109,97,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,95,118,109,46,36,115,101,116,40,116,104,105,115,46,95,118,109,46,110,117,109,98,101,114,70,111,114,109,97,116,115,44,116,44,95,40,116,104,105,115,46,95,118,109,46,110,117,109,98,101,114,70,111,114,109,97,116,115,91,116,93,124,124,123,125,44,101,41,41,44,116,104,105,115,46,95,99,108,101,97,114,78,117,109,98,101,114,70,111,114,109,97,116,40,116,44,101,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,99,108,101,97,114,78,117,109,98,101,114,70,111,114,109,97,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,123,118,97,114,32,114,61,116,43,34,95,95,34,43,110,59,116,104,105,115,46,95,110,117,109,98,101,114,70,111,114,109,97,116,116,101,114,115,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,114,41,38,38,100,101,108,101,116,101,32,116,104,105,115,46,95,110,117,109,98,101,114,70,111,114,109,97,116,116,101,114,115,91,114,93,125,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,103,101,116,78,117,109,98,101,114,70,111,114,109,97,116,116,101,114,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,44,111,41,123,102,111,114,40,118,97,114,32,97,61,101,44,115,61,114,91,97,93,44,99,61,116,104,105,115,46,95,103,101,116,76,111,99,97,108,101,67,104,97,105,110,40,101,44,110,41,44,117,61,48,59,117,60,99,46,108,101,110,103,116,104,59,117,43,43,41,123,118,97,114,32,108,61,99,91,117,93,59,105,102,40,115,61,114,91,108,93,44,97,61,108,44,33,100,40,115,41,38,38,33,100,40,115,91,105,93,41,41,98,114,101,97,107,125,105,102,40,100,40,115,41,124,124,100,40,115,91,105,93,41,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,102,44,104,61,115,91,105,93,59,105,102,40,111,41,102,61,110,101,119,32,73,110,116,108,46,78,117,109,98,101,114,70,111,114,109,97,116,40,97,44,79,98,106,101,99,116,46,97,115,115,105,103,110,40,123,125,44,104,44,111,41,41,59,101,108,115,101,123,118,97,114,32,112,61,97,43,34,95,95,34,43,105,59,102,61,116,104,105,115,46,95,110,117,109,98,101,114,70,111,114,109,97,116,116,101,114,115,91,112,93,44,102,124,124,40,102,61,116,104,105,115,46,95,110,117,109,98,101,114,70,111,114,109,97,116,116,101,114,115,91,112,93,61,110,101,119,32,73,110,116,108,46,78,117,109,98,101,114,70,111,114,109,97,116,40,97,44,104,41,41,125,114,101,116,117,114,110,32,102,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,110,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,105,102,40,33,83,116,46,97,118,97,105,108,97,98,105,108,105,116,105,101,115,46,110,117,109,98,101,114,70,111,114,109,97,116,41,114,101,116,117,114,110,34,34,59,105,102,40,33,110,41,123,118,97,114,32,105,61,114,63,110,101,119,32,73,110,116,108,46,78,117,109,98,101,114,70,111,114,109,97,116,40,101,44,114,41,58,110,101,119,32,73,110,116,108,46,78,117,109,98,101,114,70,111,114,109,97,116,40,101,41,59,114,101,116,117,114,110,32,105,46,102,111,114,109,97,116,40,116,41,125,118,97,114,32,111,61,116,104,105,115,46,95,103,101,116,78,117,109,98,101,114,70,111,114,109,97,116,116,101,114,40,116,44,101,44,116,104,105,115,46,102,97,108,108,98,97,99,107,76,111,99,97,108,101,44,116,104,105,115,46,95,103,101,116,78,117,109,98,101,114,70,111,114,109,97,116,115,40,41,44,110,44,114,41,44,97,61,111,38,38,111,46,102,111,114,109,97,116,40,116,41,59,105,102,40,116,104,105,115,46,95,105,115,70,97,108,108,98,97,99,107,82,111,111,116,40,97,41,41,123,105,102,40,33,116,104,105,115,46,95,114,111,111,116,41,116,104,114,111,119,32,69,114,114,111,114,40,34,117,110,101,120,112,101,99,116,101,100,32,101,114,114,111,114,34,41,59,114,101,116,117,114,110,32,116,104,105,115,46,95,114,111,111,116,46,36,105,49,56,110,46,110,40,116,44,79,98,106,101,99,116,46,97,115,115,105,103,110,40,123,125,44,123,107,101,121,58,110,44,108,111,99,97,108,101,58,101,125,44,114,41,41,125,114,101,116,117,114,110,32,97,124,124,34,34,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,110,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,91,93,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,45,49,59,119,104,105,108,101,40,110,45,45,32,62,48,41,101,91,110,93,61,97,114,103,117,109,101,110,116,115,91,110,43,49,93,59,118,97,114,32,105,61,116,104,105,115,46,108,111,99,97,108,101,44,111,61,110,117,108,108,44,97,61,110,117,108,108,59,114,101,116,117,114,110,32,49,61,61,61,101,46,108,101,110,103,116,104,63,117,40,101,91,48,93,41,63,111,61,101,91,48,93,58,115,40,101,91,48,93,41,38,38,40,101,91,48,93,46,108,111,99,97,108,101,38,38,40,105,61,101,91,48,93,46,108,111,99,97,108,101,41,44,101,91,48,93,46,107,101,121,38,38,40,111,61,101,91,48,93,46,107,101,121,41,44,97,61,79,98,106,101,99,116,46,107,101,121,115,40,101,91,48,93,41,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,118,97,114,32,105,59,114,101,116,117,114,110,32,98,40,114,44,110,41,63,79,98,106,101,99,116,46,97,115,115,105,103,110,40,123,125,44,116,44,40,105,61,123,125,44,105,91,110,93,61,101,91,48,93,91,110,93,44,105,41,41,58,116,125,41,44,110,117,108,108,41,41,58,50,61,61,61,101,46,108,101,110,103,116,104,38,38,40,117,40,101,91,48,93,41,38,38,40,111,61,101,91,48,93,41,44,117,40,101,91,49,93,41,38,38,40,105,61,101,91,49,93,41,41,44,116,104,105,115,46,95,110,40,116,44,105,44,111,44,97,41,125,44,83,116,46,112,114,111,116,111,116,121,112,101,46,95,110,116,112,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,105,102,40,33,83,116,46,97,118,97,105,108,97,98,105,108,105,116,105,101,115,46,110,117,109,98,101,114,70,111,114,109,97,116,41,114,101,116,117,114,110,91,93,59,105,102,40,33,110,41,123,118,97,114,32,105,61,114,63,110,101,119,32,73,110,116,108,46,78,117,109,98,101,114,70,111,114,109,97,116,40,101,44,114,41,58,110,101,119,32,73,110,116,108,46,78,117,109,98,101,114,70,111,114,109,97,116,40,101,41,59,114,101,116,117,114,110,32,105,46,102,111,114,109,97,116,84,111,80,97,114,116,115,40,116,41,125,118,97,114,32,111,61,116,104,105,115,46,95,103,101,116,78,117,109,98,101,114,70,111,114,109,97,116,116,101,114,40,116,44,101,44,116,104,105,115,46,102,97,108,108,98,97,99,107,76,111,99,97,108,101,44,116,104,105,115,46,95,103,101,116,78,117,109,98,101,114,70,111,114,109,97,116,115,40,41,44,110,44,114,41,44,97,61,111,38,38,111,46,102,111,114,109,97,116,84,111,80,97,114,116,115,40,116,41,59,105,102,40,116,104,105,115,46,95,105,115,70,97,108,108,98,97,99,107,82,111,111,116,40,97,41,41,123,105,102,40,33,116,104,105,115,46,95,114,111,111,116,41,116,104,114,111,119,32,69,114,114,111,114,40,34,117,110,101,120,112,101,99,116,101,100,32,101,114,114,111,114,34,41,59,114,101,116,117,114,110,32,116,104,105,115,46,95,114,111,111,116,46,36,105,49,56,110,46,95,110,116,112,40,116,44,101,44,110,44,114,41,125,114,101,116,117,114,110,32,97,124,124,91,93,125,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,40,83,116,46,112,114,111,116,111,116,121,112,101,44,107,116,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,83,116,44,34,97,118,97,105,108,97,98,105,108,105,116,105,101,115,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,105,102,40,33,109,116,41,123,118,97,114,32,116,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,73,110,116,108,59,109,116,61,123,100,97,116,101,84,105,109,101,70,111,114,109,97,116,58,116,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,73,110,116,108,46,68,97,116,101,84,105,109,101,70,111,114,109,97,116,44,110,117,109,98,101,114,70,111,114,109,97,116,58,116,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,73,110,116,108,46,78,117,109,98,101,114,70,111,114,109,97,116,125,125,114,101,116,117,114,110,32,109,116,125,125,41,44,83,116,46,105,110,115,116,97,108,108,61,85,44,83,116,46,118,101,114,115,105,111,110,61,34,56,46,50,52,46,52,34,44,101,91,34,97,34,93,61,83,116,125,44,97,57,101,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,56,51,97,98,34,41,44,105,61,110,40,34,100,97,56,52,34,41,44,111,61,110,40,34,57,52,99,97,34,41,44,97,61,110,40,34,54,101,101,98,34,41,44,115,61,110,40,34,53,49,51,53,34,41,44,99,61,110,40,34,99,54,98,54,34,41,44,117,61,110,40,34,55,49,53,54,34,41,44,108,61,110,40,34,99,48,52,101,34,41,44,102,61,110,40,34,100,48,51,57,34,41,44,104,61,110,40,34,55,99,55,51,34,41,44,100,61,110,40,34,50,52,49,99,34,41,46,102,44,112,61,110,40,34,48,54,99,102,34,41,46,102,44,118,61,110,40,34,57,98,102,50,34,41,46,102,44,103,61,110,40,34,53,56,97,56,34,41,46,116,114,105,109,44,109,61,34,78,117,109,98,101,114,34,44,98,61,105,91,109,93,44,121,61,98,46,112,114,111,116,111,116,121,112,101,44,119,61,99,40,104,40,121,41,41,61,61,109,44,95,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,44,111,44,97,44,115,44,99,44,117,61,108,40,116,44,33,49,41,59,105,102,40,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,117,38,38,117,46,108,101,110,103,116,104,62,50,41,105,102,40,117,61,103,40,117,41,44,101,61,117,46,99,104,97,114,67,111,100,101,65,116,40,48,41,44,52,51,61,61,61,101,124,124,52,53,61,61,61,101,41,123,105,102,40,110,61,117,46,99,104,97,114,67,111,100,101,65,116,40,50,41,44,56,56,61,61,61,110,124,124,49,50,48,61,61,61,110,41,114,101,116,117,114,110,32,78,97,78,125,101,108,115,101,32,105,102,40,52,56,61,61,61,101,41,123,115,119,105,116,99,104,40,117,46,99,104,97,114,67,111,100,101,65,116,40,49,41,41,123,99,97,115,101,32,54,54,58,99,97,115,101,32,57,56,58,114,61,50,44,105,61,52,57,59,98,114,101,97,107,59,99,97,115,101,32,55,57,58,99,97,115,101,32,49,49,49,58,114,61,56,44,105,61,53,53,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,114,101,116,117,114,110,43,117,125,102,111,114,40,111,61,117,46,115,108,105,99,101,40,50,41,44,97,61,111,46,108,101,110,103,116,104,44,115,61,48,59,115,60,97,59,115,43,43,41,105,102,40,99,61,111,46,99,104,97,114,67,111,100,101,65,116,40,115,41,44,99,60,52,56,124,124,99,62,105,41,114,101,116,117,114,110,32,78,97,78,59,114,101,116,117,114,110,32,112,97,114,115,101,73,110,116,40,111,44,114,41,125,114,101,116,117,114,110,43,117,125,59,105,102,40,111,40,109,44,33,98,40,34,32,48,111,49,34,41,124,124,33,98,40,34,48,98,49,34,41,124,124,98,40,34,43,48,120,49,34,41,41,41,123,102,111,114,40,118,97,114,32,120,44,79,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,49,63,48,58,116,44,110,61,116,104,105,115,59,114,101,116,117,114,110,32,110,32,105,110,115,116,97,110,99,101,111,102,32,79,38,38,40,119,63,102,40,40,102,117,110,99,116,105,111,110,40,41,123,121,46,118,97,108,117,101,79,102,46,99,97,108,108,40,110,41,125,41,41,58,99,40,110,41,33,61,109,41,63,117,40,110,101,119,32,98,40,95,40,101,41,41,44,110,44,79,41,58,95,40,101,41,125,44,83,61,114,63,100,40,98,41,58,34,77,65,88,95,86,65,76,85,69,44,77,73,78,95,86,65,76,85,69,44,78,97,78,44,78,69,71,65,84,73,86,69,95,73,78,70,73,78,73,84,89,44,80,79,83,73,84,73,86,69,95,73,78,70,73,78,73,84,89,44,69,80,83,73,76,79,78,44,105,115,70,105,110,105,116,101,44,105,115,73,110,116,101,103,101,114,44,105,115,78,97,78,44,105,115,83,97,102,101,73,110,116,101,103,101,114,44,77,65,88,95,83,65,70,69,95,73,78,84,69,71,69,82,44,77,73,78,95,83,65,70,69,95,73,78,84,69,71,69,82,44,112,97,114,115,101,70,108,111,97,116,44,112,97,114,115,101,73,110,116,44,105,115,73,110,116,101,103,101,114,44,102,114,111,109,83,116,114,105,110,103,44,114,97,110,103,101,34,46,115,112,108,105,116,40,34,44,34,41,44,107,61,48,59,83,46,108,101,110,103,116,104,62,107,59,107,43,43,41,115,40,98,44,120,61,83,91,107,93,41,38,38,33,115,40,79,44,120,41,38,38,118,40,79,44,120,44,112,40,98,44,120,41,41,59,79,46,112,114,111,116,111,116,121,112,101,61,121,44,121,46,99,111,110,115,116,114,117,99,116,111,114,61,79,44,97,40,105,44,109,44,79,41,125,125,44,97,97,54,102,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,116,114,121,123,114,101,116,117,114,110,123,101,58,33,49,44,118,58,116,40,41,125,125,99,97,116,99,104,40,101,41,123,114,101,116,117,114,110,123,101,58,33,48,44,118,58,101,125,125,125,125,44,97,97,99,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,97,98,49,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,98,54,50,50,34,41,44,105,61,114,40,34,109,97,116,99,104,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,47,46,47,59,116,114,121,123,34,47,46,47,34,91,116,93,40,101,41,125,99,97,116,99,104,40,110,41,123,116,114,121,123,114,101,116,117,114,110,32,101,91,105,93,61,33,49,44,34,47,46,47,34,91,116,93,40,101,41,125,99,97,116,99,104,40,114,41,123,125,125,114,101,116,117,114,110,33,49,125,125,44,97,98,51,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,55,53,51,98,34,41,44,116,46,101,120,112,111,114,116,115,61,110,40,34,97,48,54,102,34,41,46,83,116,114,105,110,103,46,112,97,100,83,116,97,114,116,125,44,97,98,56,98,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,97,98,56,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,98,52,54,48,34,41,44,105,61,68,97,116,101,46,112,114,111,116,111,116,121,112,101,46,103,101,116,84,105,109,101,44,111,61,68,97,116,101,46,112,114,111,116,111,116,121,112,101,46,116,111,73,83,79,83,116,114,105,110,103,44,97,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,62,57,63,116,58,34,48,34,43,116,125,59,116,46,101,120,112,111,114,116,115,61,114,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,48,51,56,53,45,48,55,45,50,53,84,48,55,58,48,54,58,51,57,46,57,57,57,90,34,33,61,111,46,99,97,108,108,40,110,101,119,32,68,97,116,101,40,45,53,48,48,48,48,48,48,48,48,48,48,48,48,49,41,41,125,41,41,124,124,33,114,40,40,102,117,110,99,116,105,111,110,40,41,123,111,46,99,97,108,108,40,110,101,119,32,68,97,116,101,40,78,97,78,41,41,125,41,41,63,102,117,110,99,116,105,111,110,40,41,123,105,102,40,33,105,115,70,105,110,105,116,101,40,105,46,99,97,108,108,40,116,104,105,115,41,41,41,116,104,114,111,119,32,82,97,110,103,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,116,105,109,101,32,118,97,108,117,101,34,41,59,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,44,110,61,116,46,103,101,116,85,84,67,77,105,108,108,105,115,101,99,111,110,100,115,40,41,44,114,61,101,60,48,63,34,45,34,58,101,62,57,57,57,57,63,34,43,34,58,34,34,59,114,101,116,117,114,110,32,114,43,40,34,48,48,48,48,48,34,43,77,97,116,104,46,97,98,115,40,101,41,41,46,115,108,105,99,101,40,114,63,45,54,58,45,52,41,43,34,45,34,43,97,40,116,46,103,101,116,85,84,67,77,111,110,116,104,40,41,43,49,41,43,34,45,34,43,97,40,116,46,103,101,116,85,84,67,68,97,116,101,40,41,41,43,34,84,34,43,97,40,116,46,103,101,116,85,84,67,72,111,117,114,115,40,41,41,43,34,58,34,43,97,40,116,46,103,101,116,85,84,67,77,105,110,117,116,101,115,40,41,41,43,34,58,34,43,97,40,116,46,103,101,116,85,84,67,83,101,99,111,110,100,115,40,41,41,43,34,46,34,43,40,110,62,57,57,63,110,58,34,48,34,43,97,40,110,41,41,43,34,90,34,125,58,111,125,44,97,98,57,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,102,102,51,53,34,41,44,111,61,77,97,116,104,46,101,120,112,59,114,40,114,46,83,43,114,46,70,42,110,40,34,98,52,54,48,34,41,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,45,50,101,45,49,55,33,61,33,77,97,116,104,46,115,105,110,104,40,45,50,101,45,49,55,41,125,41,41,44,34,77,97,116,104,34,44,123,115,105,110,104,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,97,98,115,40,116,61,43,116,41,60,49,63,40,105,40,116,41,45,105,40,45,116,41,41,47,50,58,40,111,40,116,45,49,41,45,111,40,45,116,45,49,41,41,42,40,77,97,116,104,46,69,47,50,41,125,125,41,125,44,97,98,102,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,52,99,101,99,34,41,44,105,61,110,40,34,51,56,56,100,34,41,44,111,61,34,83,101,116,34,59,116,46,101,120,112,111,114,116,115,61,110,40,34,97,101,102,54,34,41,40,111,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,63,97,114,103,117,109,101,110,116,115,91,48,93,58,118,111,105,100,32,48,41,125,125,41,44,123,97,100,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,46,100,101,102,40,105,40,116,104,105,115,44,111,41,44,116,61,48,61,61,61,116,63,48,58,116,44,116,41,125,125,44,114,41,125,44,97,99,49,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,57,50,54,51,34,41,59,114,40,123,116,97,114,103,101,116,58,34,82,101,103,69,120,112,34,44,112,114,111,116,111,58,33,48,44,102,111,114,99,101,100,58,47,46,47,46,101,120,101,99,33,61,61,105,125,44,123,101,120,101,99,58,105,125,41,125,44,97,100,48,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,55,101,51,51,34,41,44,105,61,110,40,34,51,55,102,102,34,41,44,111,61,110,40,34,99,56,51,49,34,41,40,34,73,69,95,80,82,79,84,79,34,41,44,97,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,59,116,46,101,120,112,111,114,116,115,61,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,105,40,116,41,44,114,40,116,44,111,41,63,116,91,111,93,58,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,116,32,105,110,115,116,97,110,99,101,111,102,32,116,46,99,111,110,115,116,114,117,99,116,111,114,63,116,46,99,111,110,115,116,114,117,99,116,111,114,46,112,114,111,116,111,116,121,112,101,58,116,32,105,110,115,116,97,110,99,101,111,102,32,79,98,106,101,99,116,63,97,58,110,117,108,108,125,125,44,97,100,54,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,56,50,53,97,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,114,40,116,104,105,115,41,44,101,61,34,34,59,114,101,116,117,114,110,32,116,46,103,108,111,98,97,108,38,38,40,101,43,61,34,103,34,41,44,116,46,105,103,110,111,114,101,67,97,115,101,38,38,40,101,43,61,34,105,34,41,44,116,46,109,117,108,116,105,108,105,110,101,38,38,40,101,43,61,34,109,34,41,44,116,46,100,111,116,65,108,108,38,38,40,101,43,61,34,115,34,41,44,116,46,117,110,105,99,111,100,101,38,38,40,101,43,61,34,117,34,41,44,116,46,115,116,105,99,107,121,38,38,40,101,43,61,34,121,34,41,44,101,125,125,44,97,101,57,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,44,105,44,111,44,97,61,110,40,34,100,48,51,57,34,41,44,115,61,110,40,34,101,49,54,51,34,41,44,99,61,110,40,34,57,49,49,50,34,41,44,117,61,110,40,34,53,49,51,53,34,41,44,108,61,110,40,34,98,54,50,50,34,41,44,102,61,110,40,34,99,52,51,48,34,41,44,104,61,108,40,34,105,116,101,114,97,116,111,114,34,41,44,100,61,33,49,44,112,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,59,91,93,46,107,101,121,115,38,38,40,111,61,91,93,46,107,101,121,115,40,41,44,34,110,101,120,116,34,105,110,32,111,63,40,105,61,115,40,115,40,111,41,41,44,105,33,61,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,38,38,40,114,61,105,41,41,58,100,61,33,48,41,59,118,97,114,32,118,61,118,111,105,100,32,48,61,61,114,124,124,97,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,123,125,59,114,101,116,117,114,110,32,114,91,104,93,46,99,97,108,108,40,116,41,33,61,61,116,125,41,41,59,118,38,38,40,114,61,123,125,41,44,102,38,38,33,118,124,124,117,40,114,44,104,41,124,124,99,40,114,44,104,44,112,41,44,116,46,101,120,112,111,114,116,115,61,123,73,116,101,114,97,116,111,114,80,114,111,116,111,116,121,112,101,58,114,44,66,85,71,71,89,95,83,65,70,65,82,73,95,73,84,69,82,65,84,79,82,83,58,100,125,125,44,97,101,102,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,53,53,97,34,41,44,105,61,110,40,34,48,100,54,51,34,41,44,111,61,110,40,34,98,100,52,55,34,41,44,97,61,110,40,34,101,54,48,51,34,41,44,115,61,110,40,34,98,100,101,100,34,41,44,99,61,110,40,34,51,48,51,50,34,41,44,117,61,110,40,34,52,98,49,51,34,41,44,108,61,110,40,34,99,100,102,57,34,41,44,102,61,110,40,34,98,52,54,48,34,41,44,104,61,110,40,34,51,98,57,101,34,41,44,100,61,110,40,34,54,49,55,102,34,41,44,112,61,110,40,34,56,56,55,99,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,118,44,103,44,109,41,123,118,97,114,32,98,61,114,91,116,93,44,121,61,98,44,119,61,103,63,34,115,101,116,34,58,34,97,100,100,34,44,95,61,121,38,38,121,46,112,114,111,116,111,116,121,112,101,44,120,61,123,125,44,79,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,95,91,116,93,59,111,40,95,44,116,44,34,100,101,108,101,116,101,34,61,61,116,124,124,34,104,97,115,34,61,61,116,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,40,109,38,38,33,108,40,116,41,41,38,38,101,46,99,97,108,108,40,116,104,105,115,44,48,61,61,61,116,63,48,58,116,41,125,58,34,103,101,116,34,61,61,116,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,109,38,38,33,108,40,116,41,63,118,111,105,100,32,48,58,101,46,99,97,108,108,40,116,104,105,115,44,48,61,61,61,116,63,48,58,116,41,125,58,34,97,100,100,34,61,61,116,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,99,97,108,108,40,116,104,105,115,44,48,61,61,61,116,63,48,58,116,41,44,116,104,105,115,125,58,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,101,46,99,97,108,108,40,116,104,105,115,44,48,61,61,61,116,63,48,58,116,44,110,41,44,116,104,105,115,125,41,125,59,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,121,38,38,40,109,124,124,95,46,102,111,114,69,97,99,104,38,38,33,102,40,40,102,117,110,99,116,105,111,110,40,41,123,40,110,101,119,32,121,41,46,101,110,116,114,105,101,115,40,41,46,110,101,120,116,40,41,125,41,41,41,41,123,118,97,114,32,83,61,110,101,119,32,121,44,107,61,83,91,119,93,40,109,63,123,125,58,45,48,44,49,41,33,61,83,44,67,61,102,40,40,102,117,110,99,116,105,111,110,40,41,123,83,46,104,97,115,40,49,41,125,41,41,44,80,61,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,101,119,32,121,40,116,41,125,41,41,44,84,61,33,109,38,38,102,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,110,101,119,32,121,44,101,61,53,59,119,104,105,108,101,40,101,45,45,41,116,91,119,93,40,101,44,101,41,59,114,101,116,117,114,110,33,116,46,104,97,115,40,45,48,41,125,41,41,59,80,124,124,40,121,61,101,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,117,40,101,44,121,44,116,41,59,118,97,114,32,114,61,112,40,110,101,119,32,98,44,101,44,121,41,59,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,110,38,38,99,40,110,44,103,44,114,91,119,93,44,114,41,44,114,125,41,41,44,121,46,112,114,111,116,111,116,121,112,101,61,95,44,95,46,99,111,110,115,116,114,117,99,116,111,114,61,121,41,44,40,67,124,124,84,41,38,38,40,79,40,34,100,101,108,101,116,101,34,41,44,79,40,34,104,97,115,34,41,44,103,38,38,79,40,34,103,101,116,34,41,41,44,40,84,124,124,107,41,38,38,79,40,119,41,44,109,38,38,95,46,99,108,101,97,114,38,38,100,101,108,101,116,101,32,95,46,99,108,101,97,114,125,101,108,115,101,32,121,61,118,46,103,101,116,67,111,110,115,116,114,117,99,116,111,114,40,101,44,116,44,103,44,119,41,44,97,40,121,46,112,114,111,116,111,116,121,112,101,44,110,41,44,115,46,78,69,69,68,61,33,48,59,114,101,116,117,114,110,32,100,40,121,44,116,41,44,120,91,116,93,61,121,44,105,40,105,46,71,43,105,46,87,43,105,46,70,42,40,121,33,61,98,41,44,120,41,44,109,124,124,118,46,115,101,116,83,116,114,111,110,103,40,121,44,116,44,103,41,44,121,125,125,44,97,102,51,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,52,50,101,101,34,41,44,105,61,110,40,34,50,48,51,53,34,41,44,111,61,110,40,34,97,102,97,101,34,41,44,97,61,110,40,34,99,56,51,49,34,41,40,34,73,69,95,80,82,79,84,79,34,41,44,115,61,102,117,110,99,116,105,111,110,40,41,123,125,44,99,61,34,112,114,111,116,111,116,121,112,101,34,44,117,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,110,40,34,50,53,53,49,34,41,40,34,105,102,114,97,109,101,34,41,44,114,61,111,46,108,101,110,103,116,104,44,105,61,34,60,34,44,97,61,34,62,34,59,101,46,115,116,121,108,101,46,100,105,115,112,108,97,121,61,34,110,111,110,101,34,44,110,40,34,101,102,49,53,34,41,46,97,112,112,101,110,100,67,104,105,108,100,40,101,41,44,101,46,115,114,99,61,34,106,97,118,97,115,99,114,105,112,116,58,34,44,116,61,101,46,99,111,110,116,101,110,116,87,105,110,100,111,119,46,100,111,99,117,109,101,110,116,44,116,46,111,112,101,110,40,41,44,116,46,119,114,105,116,101,40,105,43,34,115,99,114,105,112,116,34,43,97,43,34,100,111,99,117,109,101,110,116,46,70,61,79,98,106,101,99,116,34,43,105,43,34,47,115,99,114,105,112,116,34,43,97,41,44,116,46,99,108,111,115,101,40,41,44,117,61,116,46,70,59,119,104,105,108,101,40,114,45,45,41,100,101,108,101,116,101,32,117,91,99,93,91,111,91,114,93,93,59,114,101,116,117,114,110,32,117,40,41,125,59,116,46,101,120,112,111,114,116,115,61,79,98,106,101,99,116,46,99,114,101,97,116,101,124,124,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,59,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,63,40,115,91,99,93,61,114,40,116,41,44,110,61,110,101,119,32,115,44,115,91,99,93,61,110,117,108,108,44,110,91,97,93,61,116,41,58,110,61,117,40,41,44,118,111,105,100,32,48,61,61,61,101,63,110,58,105,40,110,44,101,41,125,125,44,97,102,97,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,34,99,111,110,115,116,114,117,99,116,111,114,44,104,97,115,79,119,110,80,114,111,112,101,114,116,121,44,105,115,80,114,111,116,111,116,121,112,101,79,102,44,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,44,116,111,76,111,99,97,108,101,83,116,114,105,110,103,44,116,111,83,116,114,105,110,103,44,118,97,108,117,101,79,102,34,46,115,112,108,105,116,40,34,44,34,41,125,44,98,48,51,99,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,77,97,116,104,46,108,111,103,49,112,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,40,116,61,43,116,41,62,45,49,101,45,56,38,38,116,60,49,101,45,56,63,116,45,116,42,116,47,50,58,77,97,116,104,46,108,111,103,40,49,43,116,41,125,125,44,98,48,52,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,48,101,101,34,41,44,105,61,110,40,34,102,53,100,102,34,41,59,116,46,101,120,112,111,114,116,115,61,114,63,123,125,46,116,111,83,116,114,105,110,103,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,91,111,98,106,101,99,116,32,34,43,105,40,116,104,105,115,41,43,34,93,34,125,125,44,98,48,52,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,49,97,56,99,34,41,44,105,61,110,40,34,52,48,56,99,34,41,44,111,61,110,40,34,98,52,98,48,34,41,44,97,61,34,69,120,112,101,99,116,101,100,32,97,32,102,117,110,99,116,105,111,110,34,44,115,61,77,97,116,104,46,109,97,120,44,99,61,77,97,116,104,46,109,105,110,59,102,117,110,99,116,105,111,110,32,117,40,116,44,101,44,110,41,123,118,97,114,32,117,44,108,44,102,44,104,44,100,44,112,44,118,61,48,44,103,61,33,49,44,109,61,33,49,44,98,61,33,48,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,97,41,59,102,117,110,99,116,105,111,110,32,121,40,101,41,123,118,97,114,32,110,61,117,44,114,61,108,59,114,101,116,117,114,110,32,117,61,108,61,118,111,105,100,32,48,44,118,61,101,44,104,61,116,46,97,112,112,108,121,40,114,44,110,41,44,104,125,102,117,110,99,116,105,111,110,32,119,40,116,41,123,114,101,116,117,114,110,32,118,61,116,44,100,61,115,101,116,84,105,109,101,111,117,116,40,79,44,101,41,44,103,63,121,40,116,41,58,104,125,102,117,110,99,116,105,111,110,32,95,40,116,41,123,118,97,114,32,110,61,116,45,112,44,114,61,116,45,118,44,105,61,101,45,110,59,114,101,116,117,114,110,32,109,63,99,40,105,44,102,45,114,41,58,105,125,102,117,110,99,116,105,111,110,32,120,40,116,41,123,118,97,114,32,110,61,116,45,112,44,114,61,116,45,118,59,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,112,124,124,110,62,61,101,124,124,110,60,48,124,124,109,38,38,114,62,61,102,125,102,117,110,99,116,105,111,110,32,79,40,41,123,118,97,114,32,116,61,105,40,41,59,105,102,40,120,40,116,41,41,114,101,116,117,114,110,32,83,40,116,41,59,100,61,115,101,116,84,105,109,101,111,117,116,40,79,44,95,40,116,41,41,125,102,117,110,99,116,105,111,110,32,83,40,116,41,123,114,101,116,117,114,110,32,100,61,118,111,105,100,32,48,44,98,38,38,117,63,121,40,116,41,58,40,117,61,108,61,118,111,105,100,32,48,44,104,41,125,102,117,110,99,116,105,111,110,32,107,40,41,123,118,111,105,100,32,48,33,61,61,100,38,38,99,108,101,97,114,84,105,109,101,111,117,116,40,100,41,44,118,61,48,44,117,61,112,61,108,61,100,61,118,111,105,100,32,48,125,102,117,110,99,116,105,111,110,32,67,40,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,100,63,104,58,83,40,105,40,41,41,125,102,117,110,99,116,105,111,110,32,80,40,41,123,118,97,114,32,116,61,105,40,41,44,110,61,120,40,116,41,59,105,102,40,117,61,97,114,103,117,109,101,110,116,115,44,108,61,116,104,105,115,44,112,61,116,44,110,41,123,105,102,40,118,111,105,100,32,48,61,61,61,100,41,114,101,116,117,114,110,32,119,40,112,41,59,105,102,40,109,41,114,101,116,117,114,110,32,99,108,101,97,114,84,105,109,101,111,117,116,40,100,41,44,100,61,115,101,116,84,105,109,101,111,117,116,40,79,44,101,41,44,121,40,112,41,125,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,100,38,38,40,100,61,115,101,116,84,105,109,101,111,117,116,40,79,44,101,41,41,44,104,125,114,101,116,117,114,110,32,101,61,111,40,101,41,124,124,48,44,114,40,110,41,38,38,40,103,61,33,33,110,46,108,101,97,100,105,110,103,44,109,61,34,109,97,120,87,97,105,116,34,105,110,32,110,44,102,61,109,63,115,40,111,40,110,46,109,97,120,87,97,105,116,41,124,124,48,44,101,41,58,102,44,98,61,34,116,114,97,105,108,105,110,103,34,105,110,32,110,63,33,33,110,46,116,114,97,105,108,105,110,103,58,98,41,44,80,46,99,97,110,99,101,108,61,107,44,80,46,102,108,117,115,104,61,67,44,80,125,116,46,101,120,112,111,114,116,115,61,117,125,44,98,48,99,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,51,97,98,34,41,44,105,61,110,40,34,57,98,102,50,34,41,46,102,44,111,61,70,117,110,99,116,105,111,110,46,112,114,111,116,111,116,121,112,101,44,97,61,111,46,116,111,83,116,114,105,110,103,44,115,61,47,94,92,115,42,102,117,110,99,116,105,111,110,32,40,91,94,32,40,93,42,41,47,44,99,61,34,110,97,109,101,34,59,114,38,38,33,40,99,32,105,110,32,111,41,38,38,105,40,111,44,99,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,116,114,121,123,114,101,116,117,114,110,32,97,46,99,97,108,108,40,116,104,105,115,41,46,109,97,116,99,104,40,115,41,91,49,93,125,99,97,116,99,104,40,101,114,114,111,114,41,123,114,101,116,117,114,110,34,34,125,125,125,41,125,44,98,48,101,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,97,102,51,51,34,41,44,111,61,110,40,34,55,52,56,48,34,41,44,97,61,110,40,34,52,50,101,101,34,41,44,115,61,110,40,34,99,100,102,57,34,41,44,99,61,110,40,34,98,52,54,48,34,41,44,117,61,110,40,34,98,54,54,99,34,41,44,108,61,40,110,40,34,50,53,53,97,34,41,46,82,101,102,108,101,99,116,124,124,123,125,41,46,99,111,110,115,116,114,117,99,116,44,102,61,99,40,40,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,41,123,125,114,101,116,117,114,110,33,40,108,40,40,102,117,110,99,116,105,111,110,40,41,123,125,41,44,91,93,44,116,41,105,110,115,116,97,110,99,101,111,102,32,116,41,125,41,41,44,104,61,33,99,40,40,102,117,110,99,116,105,111,110,40,41,123,108,40,40,102,117,110,99,116,105,111,110,40,41,123,125,41,41,125,41,41,59,114,40,114,46,83,43,114,46,70,42,40,102,124,124,104,41,44,34,82,101,102,108,101,99,116,34,44,123,99,111,110,115,116,114,117,99,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,111,40,116,41,44,97,40,101,41,59,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,51,63,116,58,111,40,97,114,103,117,109,101,110,116,115,91,50,93,41,59,105,102,40,104,38,38,33,102,41,114,101,116,117,114,110,32,108,40,116,44,101,44,110,41,59,105,102,40,116,61,61,110,41,123,115,119,105,116,99,104,40,101,46,108,101,110,103,116,104,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,110,101,119,32,116,59,99,97,115,101,32,49,58,114,101,116,117,114,110,32,110,101,119,32,116,40,101,91,48,93,41,59,99,97,115,101,32,50,58,114,101,116,117,114,110,32,110,101,119,32,116,40,101,91,48,93,44,101,91,49,93,41,59,99,97,115,101,32,51,58,114,101,116,117,114,110,32,110,101,119,32,116,40,101,91,48,93,44,101,91,49,93,44,101,91,50,93,41,59,99,97,115,101,32,52,58,114,101,116,117,114,110,32,110,101,119,32,116,40,101,91,48,93,44,101,91,49,93,44,101,91,50,93,44,101,91,51,93,41,125,118,97,114,32,114,61,91,110,117,108,108,93,59,114,101,116,117,114,110,32,114,46,112,117,115,104,46,97,112,112,108,121,40,114,44,101,41,44,110,101,119,40,117,46,97,112,112,108,121,40,116,44,114,41,41,125,118,97,114,32,99,61,110,46,112,114,111,116,111,116,121,112,101,44,100,61,105,40,115,40,99,41,63,99,58,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,41,44,112,61,70,117,110,99,116,105,111,110,46,97,112,112,108,121,46,99,97,108,108,40,116,44,100,44,101,41,59,114,101,116,117,114,110,32,115,40,112,41,63,112,58,100,125,125,41,125,44,98,49,54,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,44,101,41,123,105,102,40,101,46,108,101,110,103,116,104,60,116,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,116,43,34,32,97,114,103,117,109,101,110,116,34,43,40,116,62,49,63,34,115,34,58,34,34,41,43,34,32,114,101,113,117,105,114,101,100,44,32,98,117,116,32,111,110,108,121,32,34,43,101,46,108,101,110,103,116,104,43,34,32,112,114,101,115,101,110,116,34,41,125,102,117,110,99,116,105,111,110,32,105,40,116,41,123,114,40,49,44,97,114,103,117,109,101,110,116,115,41,59,118,97,114,32,101,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,59,114,101,116,117,114,110,32,116,32,105,110,115,116,97,110,99,101,111,102,32,68,97,116,101,124,124,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,38,38,34,91,111,98,106,101,99,116,32,68,97,116,101,93,34,61,61,61,101,63,110,101,119,32,68,97,116,101,40,116,46,103,101,116,84,105,109,101,40,41,41,58,34,110,117,109,98,101,114,34,61,61,61,116,121,112,101,111,102,32,116,124,124,34,91,111,98,106,101,99,116,32,78,117,109,98,101,114,93,34,61,61,61,101,63,110,101,119,32,68,97,116,101,40,116,41,58,40,34,115,116,114,105,110,103,34,33,61,61,116,121,112,101,111,102,32,116,38,38,34,91,111,98,106,101,99,116,32,83,116,114,105,110,103,93,34,33,61,61,101,124,124,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,99,111,110,115,111,108,101,124,124,40,99,111,110,115,111,108,101,46,119,97,114,110,40,34,83,116,97,114,116,105,110,103,32,119,105,116,104,32,118,50,46,48,46,48,45,98,101,116,97,46,49,32,100,97,116,101,45,102,110,115,32,100,111,101,115,110,39,116,32,97,99,99,101,112,116,32,115,116,114,105,110,103,115,32,97,115,32,100,97,116,101,32,97,114,103,117,109,101,110,116,115,46,32,80,108,101,97,115,101,32,117,115,101,32,96,112,97,114,115,101,73,83,79,96,32,116,111,32,112,97,114,115,101,32,115,116,114,105,110,103,115,46,32,83,101,101,58,32,104,116,116,112,115,58,47,47,103,105,116,46,105,111,47,102,106,117,108,101,34,41,44,99,111,110,115,111,108,101,46,119,97,114,110,40,40,110,101,119,32,69,114,114,111,114,41,46,115,116,97,99,107,41,41,44,110,101,119,32,68,97,116,101,40,78,97,78,41,41,125,102,117,110,99,116,105,111,110,32,111,40,116,41,123,114,40,49,44,97,114,103,117,109,101,110,116,115,41,59,118,97,114,32,101,61,105,40,116,41,59,114,101,116,117,114,110,33,105,115,78,97,78,40,101,41,125,110,46,100,40,101,44,34,97,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,68,116,125,41,41,59,118,97,114,32,97,61,123,108,101,115,115,84,104,97,110,88,83,101,99,111,110,100,115,58,123,111,110,101,58,34,108,101,115,115,32,116,104,97,110,32,97,32,115,101,99,111,110,100,34,44,111,116,104,101,114,58,34,108,101,115,115,32,116,104,97,110,32,123,123,99,111,117,110,116,125,125,32,115,101,99,111,110,100,115,34,125,44,120,83,101,99,111,110,100,115,58,123,111,110,101,58,34,49,32,115,101,99,111,110,100,34,44,111,116,104,101,114,58,34,123,123,99,111,117,110,116,125,125,32,115,101,99,111,110,100,115,34,125,44,104,97,108,102,65,77,105,110,117,116,101,58,34,104,97,108,102,32,97,32,109,105,110,117,116,101,34,44,108,101,115,115,84,104,97,110,88,77,105,110,117,116,101,115,58,123,111,110,101,58,34,108,101,115,115,32,116,104,97,110,32,97,32,109,105,110,117,116,101,34,44,111,116,104,101,114,58,34,108,101,115,115,32,116,104,97,110,32,123,123,99,111,117,110,116,125,125,32,109,105,110,117,116,101,115,34,125,44,120,77,105,110,117,116,101,115,58,123,111,110,101,58,34,49,32,109,105,110,117,116,101,34,44,111,116,104,101,114,58,34,123,123,99,111,117,110,116,125,125,32,109,105,110,117,116,101,115,34,125,44,97,98,111,117,116,88,72,111,117,114,115,58,123,111,110,101,58,34,97,98,111,117,116,32,49,32,104,111,117,114,34,44,111,116,104,101,114,58,34,97,98,111,117,116,32,123,123,99,111,117,110,116,125,125,32,104,111,117,114,115,34,125,44,120,72,111,117,114,115,58,123,111,110,101,58,34,49,32,104,111,117,114,34,44,111,116,104,101,114,58,34,123,123,99,111,117,110,116,125,125,32,104,111,117,114,115,34,125,44,120,68,97,121,115,58,123,111,110,101,58,34,49,32,100,97,121,34,44,111,116,104,101,114,58,34,123,123,99,111,117,110,116,125,125,32,100,97,121,115,34,125,44,97,98,111,117,116,88,87,101,101,107,115,58,123,111,110,101,58,34,97,98,111,117,116,32,49,32,119,101,101,107,34,44,111,116,104,101,114,58,34,97,98,111,117,116,32,123,123,99,111,117,110,116,125,125,32,119,101,101,107,115,34,125,44,120,87,101,101,107,115,58,123,111,110,101,58,34,49,32,119,101,101,107,34,44,111,116,104,101,114,58,34,123,123,99,111,117,110,116,125,125,32,119,101,101,107,115,34,125,44,97,98,111,117,116,88,77,111,110,116,104,115,58,123,111,110,101,58,34,97,98,111,117,116,32,49,32,109,111,110,116,104,34,44,111,116,104,101,114,58,34,97,98,111,117,116,32,123,123,99,111,117,110,116,125,125,32,109,111,110,116,104,115,34,125,44,120,77,111,110,116,104,115,58,123,111,110,101,58,34,49,32,109,111,110,116,104,34,44,111,116,104,101,114,58,34,123,123,99,111,117,110,116,125,125,32,109,111,110,116,104,115,34,125,44,97,98,111,117,116,88,89,101,97,114,115,58,123,111,110,101,58,34,97,98,111,117,116,32,49,32,121,101,97,114,34,44,111,116,104,101,114,58,34,97,98,111,117,116,32,123,123,99,111,117,110,116,125,125,32,121,101,97,114,115,34,125,44,120,89,101,97,114,115,58,123,111,110,101,58,34,49,32,121,101,97,114,34,44,111,116,104,101,114,58,34,123,123,99,111,117,110,116,125,125,32,121,101,97,114,115,34,125,44,111,118,101,114,88,89,101,97,114,115,58,123,111,110,101,58,34,111,118,101,114,32,49,32,121,101,97,114,34,44,111,116,104,101,114,58,34,111,118,101,114,32,123,123,99,111,117,110,116,125,125,32,121,101,97,114,115,34,125,44,97,108,109,111,115,116,88,89,101,97,114,115,58,123,111,110,101,58,34,97,108,109,111,115,116,32,49,32,121,101,97,114,34,44,111,116,104,101,114,58,34,97,108,109,111,115,116,32,123,123,99,111,117,110,116,125,125,32,121,101,97,114,115,34,125,125,59,102,117,110,99,116,105,111,110,32,115,40,116,44,101,44,110,41,123,118,97,114,32,114,59,114,101,116,117,114,110,32,110,61,110,124,124,123,125,44,114,61,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,97,91,116,93,63,97,91,116,93,58,49,61,61,61,101,63,97,91,116,93,46,111,110,101,58,97,91,116,93,46,111,116,104,101,114,46,114,101,112,108,97,99,101,40,34,123,123,99,111,117,110,116,125,125,34,44,101,41,44,110,46,97,100,100,83,117,102,102,105,120,63,110,46,99,111,109,112,97,114,105,115,111,110,62,48,63,34,105,110,32,34,43,114,58,114,43,34,32,97,103,111,34,58,114,125,102,117,110,99,116,105,111,110,32,99,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,101,124,124,123,125,44,114,61,110,46,119,105,100,116,104,63,83,116,114,105,110,103,40,110,46,119,105,100,116,104,41,58,116,46,100,101,102,97,117,108,116,87,105,100,116,104,44,105,61,116,46,102,111,114,109,97,116,115,91,114,93,124,124,116,46,102,111,114,109,97,116,115,91,116,46,100,101,102,97,117,108,116,87,105,100,116,104,93,59,114,101,116,117,114,110,32,105,125,125,118,97,114,32,117,61,123,102,117,108,108,58,34,69,69,69,69,44,32,77,77,77,77,32,100,111,44,32,121,34,44,108,111,110,103,58,34,77,77,77,77,32,100,111,44,32,121,34,44,109,101,100,105,117,109,58,34,77,77,77,32,100,44,32,121,34,44,115,104,111,114,116,58,34,77,77,47,100,100,47,121,121,121,121,34,125,44,108,61,123,102,117,108,108,58,34,104,58,109,109,58,115,115,32,97,32,122,122,122,122,34,44,108,111,110,103,58,34,104,58,109,109,58,115,115,32,97,32,122,34,44,109,101,100,105,117,109,58,34,104,58,109,109,58,115,115,32,97,34,44,115,104,111,114,116,58,34,104,58,109,109,32,97,34,125,44,102,61,123,102,117,108,108,58,34,123,123,100,97,116,101,125,125,32,39,97,116,39,32,123,123,116,105,109,101,125,125,34,44,108,111,110,103,58,34,123,123,100,97,116,101,125,125,32,39,97,116,39,32,123,123,116,105,109,101,125,125,34,44,109,101,100,105,117,109,58,34,123,123,100,97,116,101,125,125,44,32,123,123,116,105,109,101,125,125,34,44,115,104,111,114,116,58,34,123,123,100,97,116,101,125,125,44,32,123,123,116,105,109,101,125,125,34,125,44,104,61,123,100,97,116,101,58,99,40,123,102,111,114,109,97,116,115,58,117,44,100,101,102,97,117,108,116,87,105,100,116,104,58,34,102,117,108,108,34,125,41,44,116,105,109,101,58,99,40,123,102,111,114,109,97,116,115,58,108,44,100,101,102,97,117,108,116,87,105,100,116,104,58,34,102,117,108,108,34,125,41,44,100,97,116,101,84,105,109,101,58,99,40,123,102,111,114,109,97,116,115,58,102,44,100,101,102,97,117,108,116,87,105,100,116,104,58,34,102,117,108,108,34,125,41,125,44,100,61,104,44,112,61,123,108,97,115,116,87,101,101,107,58,34,39,108,97,115,116,39,32,101,101,101,101,32,39,97,116,39,32,112,34,44,121,101,115,116,101,114,100,97,121,58,34,39,121,101,115,116,101,114,100,97,121,32,97,116,39,32,112,34,44,116,111,100,97,121,58,34,39,116,111,100,97,121,32,97,116,39,32,112,34,44,116,111,109,111,114,114,111,119,58,34,39,116,111,109,111,114,114,111,119,32,97,116,39,32,112,34,44,110,101,120,116,87,101,101,107,58,34,101,101,101,101,32,39,97,116,39,32,112,34,44,111,116,104,101,114,58,34,80,34,125,59,102,117,110,99,116,105,111,110,32,118,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,112,91,116,93,125,102,117,110,99,116,105,111,110,32,103,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,114,44,105,61,110,124,124,123,125,44,111,61,105,46,99,111,110,116,101,120,116,63,83,116,114,105,110,103,40,105,46,99,111,110,116,101,120,116,41,58,34,115,116,97,110,100,97,108,111,110,101,34,59,105,102,40,34,102,111,114,109,97,116,116,105,110,103,34,61,61,61,111,38,38,116,46,102,111,114,109,97,116,116,105,110,103,86,97,108,117,101,115,41,123,118,97,114,32,97,61,116,46,100,101,102,97,117,108,116,70,111,114,109,97,116,116,105,110,103,87,105,100,116,104,124,124,116,46,100,101,102,97,117,108,116,87,105,100,116,104,44,115,61,105,46,119,105,100,116,104,63,83,116,114,105,110,103,40,105,46,119,105,100,116,104,41,58,97,59,114,61,116,46,102,111,114,109,97,116,116,105,110,103,86,97,108,117,101,115,91,115,93,124,124,116,46,102,111,114,109,97,116,116,105,110,103,86,97,108,117,101,115,91,97,93,125,101,108,115,101,123,118,97,114,32,99,61,116,46,100,101,102,97,117,108,116,87,105,100,116,104,44,117,61,105,46,119,105,100,116,104,63,83,116,114,105,110,103,40,105,46,119,105,100,116,104,41,58,116,46,100,101,102,97,117,108,116,87,105,100,116,104,59,114,61,116,46,118,97,108,117,101,115,91,117,93,124,124,116,46,118,97,108,117,101,115,91,99,93,125,118,97,114,32,108,61,116,46,97,114,103,117,109,101,110,116,67,97,108,108,98,97,99,107,63,116,46,97,114,103,117,109,101,110,116,67,97,108,108,98,97,99,107,40,101,41,58,101,59,114,101,116,117,114,110,32,114,91,108,93,125,125,118,97,114,32,109,61,123,110,97,114,114,111,119,58,91,34,66,34,44,34,65,34,93,44,97,98,98,114,101,118,105,97,116,101,100,58,91,34,66,67,34,44,34,65,68,34,93,44,119,105,100,101,58,91,34,66,101,102,111,114,101,32,67,104,114,105,115,116,34,44,34,65,110,110,111,32,68,111,109,105,110,105,34,93,125,44,98,61,123,110,97,114,114,111,119,58,91,34,49,34,44,34,50,34,44,34,51,34,44,34,52,34,93,44,97,98,98,114,101,118,105,97,116,101,100,58,91,34,81,49,34,44,34,81,50,34,44,34,81,51,34,44,34,81,52,34,93,44,119,105,100,101,58,91,34,49,115,116,32,113,117,97,114,116,101,114,34,44,34,50,110,100,32,113,117,97,114,116,101,114,34,44,34,51,114,100,32,113,117,97,114,116,101,114,34,44,34,52,116,104,32,113,117,97,114,116,101,114,34,93,125,44,121,61,123,110,97,114,114,111,119,58,91,34,74,34,44,34,70,34,44,34,77,34,44,34,65,34,44,34,77,34,44,34,74,34,44,34,74,34,44,34,65,34,44,34,83,34,44,34,79,34,44,34,78,34,44,34,68,34,93,44,97,98,98,114,101,118,105,97,116,101,100,58,91,34,74,97,110,34,44,34,70,101,98,34,44,34,77,97,114,34,44,34,65,112,114,34,44,34,77,97,121,34,44,34,74,117,110,34,44,34,74,117,108,34,44,34,65,117,103,34,44,34,83,101,112,34,44,34,79,99,116,34,44,34,78,111,118,34,44,34,68,101,99,34,93,44,119,105,100,101,58,91,34,74,97,110,117,97,114,121,34,44,34,70,101,98,114,117,97,114,121,34,44,34,77,97,114,99,104,34,44,34,65,112,114,105,108,34,44,34,77,97,121,34,44,34,74,117,110,101,34,44,34,74,117,108,121,34,44,34,65,117,103,117,115,116,34,44,34,83,101,112,116,101,109,98,101,114,34,44,34,79,99,116,111,98,101,114,34,44,34,78,111,118,101,109,98,101,114,34,44,34,68,101,99,101,109,98,101,114,34,93,125,44,119,61,123,110,97,114,114,111,119,58,91,34,83,34,44,34,77,34,44,34,84,34,44,34,87,34,44,34,84,34,44,34,70,34,44,34,83,34,93,44,115,104,111,114,116,58,91,34,83,117,34,44,34,77,111,34,44,34,84,117,34,44,34,87,101,34,44,34,84,104,34,44,34,70,114,34,44,34,83,97,34,93,44,97,98,98,114,101,118,105,97,116,101,100,58,91,34,83,117,110,34,44,34,77,111,110,34,44,34,84,117,101,34,44,34,87,101,100,34,44,34,84,104,117,34,44,34,70,114,105,34,44,34,83,97,116,34,93,44,119,105,100,101,58,91,34,83,117,110,100,97,121,34,44,34,77,111,110,100,97,121,34,44,34,84,117,101,115,100,97,121,34,44,34,87,101,100,110,101,115,100,97,121,34,44,34,84,104,117,114,115,100,97,121,34,44,34,70,114,105,100,97,121,34,44,34,83,97,116,117,114,100,97,121,34,93,125,44,95,61,123,110,97,114,114,111,119,58,123,97,109,58,34,97,34,44,112,109,58,34,112,34,44,109,105,100,110,105,103,104,116,58,34,109,105,34,44,110,111,111,110,58,34,110,34,44,109,111,114,110,105,110,103,58,34,109,111,114,110,105,110,103,34,44,97,102,116,101,114,110,111,111,110,58,34,97,102,116,101,114,110,111,111,110,34,44,101,118,101,110,105,110,103,58,34,101,118,101,110,105,110,103,34,44,110,105,103,104,116,58,34,110,105,103,104,116,34,125,44,97,98,98,114,101,118,105,97,116,101,100,58,123,97,109,58,34,65,77,34,44,112,109,58,34,80,77,34,44,109,105,100,110,105,103,104,116,58,34,109,105,100,110,105,103,104,116,34,44,110,111,111,110,58,34,110,111,111,110,34,44,109,111,114,110,105,110,103,58,34,109,111,114,110,105,110,103,34,44,97,102,116,101,114,110,111,111,110,58,34,97,102,116,101,114,110,111,111,110,34,44,101,118,101,110,105,110,103,58,34,101,118,101,110,105,110,103,34,44,110,105,103,104,116,58,34,110,105,103,104,116,34,125,44,119,105,100,101,58,123,97,109,58,34,97,46,109,46,34,44,112,109,58,34,112,46,109,46,34,44,109,105,100,110,105,103,104,116,58,34,109,105,100,110,105,103,104,116,34,44,110,111,111,110,58,34,110,111,111,110,34,44,109,111,114,110,105,110,103,58,34,109,111,114,110,105,110,103,34,44,97,102,116,101,114,110,111,111,110,58,34,97,102,116,101,114,110,111,111,110,34,44,101,118,101,110,105,110,103,58,34,101,118,101,110,105,110,103,34,44,110,105,103,104,116,58,34,110,105,103,104,116,34,125,125,44,120,61,123,110,97,114,114,111,119,58,123,97,109,58,34,97,34,44,112,109,58,34,112,34,44,109,105,100,110,105,103,104,116,58,34,109,105,34,44,110,111,111,110,58,34,110,34,44,109,111,114,110,105,110,103,58,34,105,110,32,116,104,101,32,109,111,114,110,105,110,103,34,44,97,102,116,101,114,110,111,111,110,58,34,105,110,32,116,104,101,32,97,102,116,101,114,110,111,111,110,34,44,101,118,101,110,105,110,103,58,34,105,110,32,116,104,101,32,101,118,101,110,105,110,103,34,44,110,105,103,104,116,58,34,97,116,32,110,105,103,104,116,34,125,44,97,98,98,114,101,118,105,97,116,101,100,58,123,97,109,58,34,65,77,34,44,112,109,58,34,80,77,34,44,109,105,100,110,105,103,104,116,58,34,109,105,100,110,105,103,104,116,34,44,110,111,111,110,58,34,110,111,111,110,34,44,109,111,114,110,105,110,103,58,34,105,110,32,116,104,101,32,109,111,114,110,105,110,103,34,44,97,102,116,101,114,110,111,111,110,58,34,105,110,32,116,104,101,32,97,102,116,101,114,110,111,111,110,34,44,101,118,101,110,105,110,103,58,34,105,110,32,116,104,101,32,101,118,101,110,105,110,103,34,44,110,105,103,104,116,58,34,97,116,32,110,105,103,104,116,34,125,44,119,105,100,101,58,123,97,109,58,34,97,46,109,46,34,44,112,109,58,34,112,46,109,46,34,44,109,105,100,110,105,103,104,116,58,34,109,105,100,110,105,103,104,116,34,44,110,111,111,110,58,34,110,111,111,110,34,44,109,111,114,110,105,110,103,58,34,105,110,32,116,104,101,32,109,111,114,110,105,110,103,34,44,97,102,116,101,114,110,111,111,110,58,34,105,110,32,116,104,101,32,97,102,116,101,114,110,111,111,110,34,44,101,118,101,110,105,110,103,58,34,105,110,32,116,104,101,32,101,118,101,110,105,110,103,34,44,110,105,103,104,116,58,34,97,116,32,110,105,103,104,116,34,125,125,59,102,117,110,99,116,105,111,110,32,79,40,116,44,101,41,123,118,97,114,32,110,61,78,117,109,98,101,114,40,116,41,44,114,61,110,37,49,48,48,59,105,102,40,114,62,50,48,124,124,114,60,49,48,41,115,119,105,116,99,104,40,114,37,49,48,41,123,99,97,115,101,32,49,58,114,101,116,117,114,110,32,110,43,34,115,116,34,59,99,97,115,101,32,50,58,114,101,116,117,114,110,32,110,43,34,110,100,34,59,99,97,115,101,32,51,58,114,101,116,117,114,110,32,110,43,34,114,100,34,125,114,101,116,117,114,110,32,110,43,34,116,104,34,125,118,97,114,32,83,61,123,111,114,100,105,110,97,108,78,117,109,98,101,114,58,79,44,101,114,97,58,103,40,123,118,97,108,117,101,115,58,109,44,100,101,102,97,117,108,116,87,105,100,116,104,58,34,119,105,100,101,34,125,41,44,113,117,97,114,116,101,114,58,103,40,123,118,97,108,117,101,115,58,98,44,100,101,102,97,117,108,116,87,105,100,116,104,58,34,119,105,100,101,34,44,97,114,103,117,109,101,110,116,67,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,78,117,109,98,101,114,40,116,41,45,49,125,125,41,44,109,111,110,116,104,58,103,40,123,118,97,108,117,101,115,58,121,44,100,101,102,97,117,108,116,87,105,100,116,104,58,34,119,105,100,101,34,125,41,44,100,97,121,58,103,40,123,118,97,108,117,101,115,58,119,44,100,101,102,97,117,108,116,87,105,100,116,104,58,34,119,105,100,101,34,125,41,44,100,97,121,80,101,114,105,111,100,58,103,40,123,118,97,108,117,101,115,58,95,44,100,101,102,97,117,108,116,87,105,100,116,104,58,34,119,105,100,101,34,44,102,111,114,109,97,116,116,105,110,103,86,97,108,117,101,115,58,120,44,100,101,102,97,117,108,116,70,111,114,109,97,116,116,105,110,103,87,105,100,116,104,58,34,119,105,100,101,34,125,41,125,44,107,61,83,59,102,117,110,99,116,105,111,110,32,67,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,114,61,83,116,114,105,110,103,40,101,41,44,105,61,110,124,124,123,125,44,111,61,114,46,109,97,116,99,104,40,116,46,109,97,116,99,104,80,97,116,116,101,114,110,41,59,105,102,40,33,111,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,97,61,111,91,48,93,44,115,61,114,46,109,97,116,99,104,40,116,46,112,97,114,115,101,80,97,116,116,101,114,110,41,59,105,102,40,33,115,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,99,61,116,46,118,97,108,117,101,67,97,108,108,98,97,99,107,63,116,46,118,97,108,117,101,67,97,108,108,98,97,99,107,40,115,91,48,93,41,58,115,91,48,93,59,114,101,116,117,114,110,32,99,61,105,46,118,97,108,117,101,67,97,108,108,98,97,99,107,63,105,46,118,97,108,117,101,67,97,108,108,98,97,99,107,40,99,41,58,99,44,123,118,97,108,117,101,58,99,44,114,101,115,116,58,114,46,115,108,105,99,101,40,97,46,108,101,110,103,116,104,41,125,125,125,102,117,110,99,116,105,111,110,32,80,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,114,61,83,116,114,105,110,103,40,101,41,44,105,61,110,124,124,123,125,44,111,61,105,46,119,105,100,116,104,44,97,61,111,38,38,116,46,109,97,116,99,104,80,97,116,116,101,114,110,115,91,111,93,124,124,116,46,109,97,116,99,104,80,97,116,116,101,114,110,115,91,116,46,100,101,102,97,117,108,116,77,97,116,99,104,87,105,100,116,104,93,44,115,61,114,46,109,97,116,99,104,40,97,41,59,105,102,40,33,115,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,99,44,117,61,115,91,48,93,44,108,61,111,38,38,116,46,112,97,114,115,101,80,97,116,116,101,114,110,115,91,111,93,124,124,116,46,112,97,114,115,101,80,97,116,116,101,114,110,115,91,116,46,100,101,102,97,117,108,116,80,97,114,115,101,87,105,100,116,104,93,59,114,101,116,117,114,110,32,99,61,34,91,111,98,106,101,99,116,32,65,114,114,97,121,93,34,61,61,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,108,41,63,106,40,108,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,116,101,115,116,40,117,41,125,41,41,58,84,40,108,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,116,101,115,116,40,117,41,125,41,41,44,99,61,116,46,118,97,108,117,101,67,97,108,108,98,97,99,107,63,116,46,118,97,108,117,101,67,97,108,108,98,97,99,107,40,99,41,58,99,44,99,61,105,46,118,97,108,117,101,67,97,108,108,98,97,99,107,63,105,46,118,97,108,117,101,67,97,108,108,98,97,99,107,40,99,41,58,99,44,123,118,97,108,117,101,58,99,44,114,101,115,116,58,114,46,115,108,105,99,101,40,117,46,108,101,110,103,116,104,41,125,125,125,102,117,110,99,116,105,111,110,32,84,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,32,105,110,32,116,41,105,102,40,116,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,110,41,38,38,101,40,116,91,110,93,41,41,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,106,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,116,46,108,101,110,103,116,104,59,110,43,43,41,105,102,40,101,40,116,91,110,93,41,41,114,101,116,117,114,110,32,110,125,118,97,114,32,69,61,47,94,40,92,100,43,41,40,116,104,124,115,116,124,110,100,124,114,100,41,63,47,105,44,65,61,47,92,100,43,47,105,44,68,61,123,110,97,114,114,111,119,58,47,94,40,98,124,97,41,47,105,44,97,98,98,114,101,118,105,97,116,101,100,58,47,94,40,98,92,46,63,92,115,63,99,92,46,63,124,98,92,46,63,92,115,63,99,92,46,63,92,115,63,101,92,46,63,124,97,92,46,63,92,115,63,100,92,46,63,124,99,92,46,63,92,115,63,101,92,46,63,41,47,105,44,119,105,100,101,58,47,94,40,98,101,102,111,114,101,32,99,104,114,105,115,116,124,98,101,102,111,114,101,32,99,111,109,109,111,110,32,101,114,97,124,97,110,110,111,32,100,111,109,105,110,105,124,99,111,109,109,111,110,32,101,114,97,41,47,105,125,44,76,61,123,97,110,121,58,91,47,94,98,47,105,44,47,94,40,97,124,99,41,47,105,93,125,44,77,61,123,110,97,114,114,111,119,58,47,94,91,49,50,51,52,93,47,105,44,97,98,98,114,101,118,105,97,116,101,100,58,47,94,113,91,49,50,51,52,93,47,105,44,119,105,100,101,58,47,94,91,49,50,51,52,93,40,116,104,124,115,116,124,110,100,124,114,100,41,63,32,113,117,97,114,116,101,114,47,105,125,44,73,61,123,97,110,121,58,91,47,49,47,105,44,47,50,47,105,44,47,51,47,105,44,47,52,47,105,93,125,44,36,61,123,110,97,114,114,111,119,58,47,94,91,106,102,109,97,115,111,110,100,93,47,105,44,97,98,98,114,101,118,105,97,116,101,100,58,47,94,40,106,97,110,124,102,101,98,124,109,97,114,124,97,112,114,124,109,97,121,124,106,117,110,124,106,117,108,124,97,117,103,124,115,101,112,124,111,99,116,124,110,111,118,124,100,101,99,41,47,105,44,119,105,100,101,58,47,94,40,106,97,110,117,97,114,121,124,102,101,98,114,117,97,114,121,124,109,97,114,99,104,124,97,112,114,105,108,124,109,97,121,124,106,117,110,101,124,106,117,108,121,124,97,117,103,117,115,116,124,115,101,112,116,101,109,98,101,114,124,111,99,116,111,98,101,114,124,110,111,118,101,109,98,101,114,124,100,101,99,101,109,98,101,114,41,47,105,125,44,70,61,123,110,97,114,114,111,119,58,91,47,94,106,47,105,44,47,94,102,47,105,44,47,94,109,47,105,44,47,94,97,47,105,44,47,94,109,47,105,44,47,94,106,47,105,44,47,94,106,47,105,44,47,94,97,47,105,44,47,94,115,47,105,44,47,94,111,47,105,44,47,94,110,47,105,44,47,94,100,47,105,93,44,97,110,121,58,91,47,94,106,97,47,105,44,47,94,102,47,105,44,47,94,109,97,114,47,105,44,47,94,97,112,47,105,44,47,94,109,97,121,47,105,44,47,94,106,117,110,47,105,44,47,94,106,117,108,47,105,44,47,94,97,117,47,105,44,47,94,115,47,105,44,47,94,111,47,105,44,47,94,110,47,105,44,47,94,100,47,105,93,125,44,66,61,123,110,97,114,114,111,119,58,47,94,91,115,109,116,119,102,93,47,105,44,115,104,111,114,116,58,47,94,40,115,117,124,109,111,124,116,117,124,119,101,124,116,104,124,102,114,124,115,97,41,47,105,44,97,98,98,114,101,118,105,97,116,101,100,58,47,94,40,115,117,110,124,109,111,110,124,116,117,101,124,119,101,100,124,116,104,117,124,102,114,105,124,115,97,116,41,47,105,44,119,105,100,101,58,47,94,40,115,117,110,100,97,121,124,109,111,110,100,97,121,124,116,117,101,115,100,97,121,124,119,101,100,110,101,115,100,97,121,124,116,104,117,114,115,100,97,121,124,102,114,105,100,97,121,124,115,97,116,117,114,100,97,121,41,47,105,125,44,82,61,123,110,97,114,114,111,119,58,91,47,94,115,47,105,44,47,94,109,47,105,44,47,94,116,47,105,44,47,94,119,47,105,44,47,94,116,47,105,44,47,94,102,47,105,44,47,94,115,47,105,93,44,97,110,121,58,91,47,94,115,117,47,105,44,47,94,109,47,105,44,47,94,116,117,47,105,44,47,94,119,47,105,44,47,94,116,104,47,105,44,47,94,102,47,105,44,47,94,115,97,47,105,93,125,44,78,61,123,110,97,114,114,111,119,58,47,94,40,97,124,112,124,109,105,124,110,124,40,105,110,32,116,104,101,124,97,116,41,32,40,109,111,114,110,105,110,103,124,97,102,116,101,114,110,111,111,110,124,101,118,101,110,105,110,103,124,110,105,103,104,116,41,41,47,105,44,97,110,121,58,47,94,40,91,97,112,93,92,46,63,92,115,63,109,92,46,63,124,109,105,100,110,105,103,104,116,124,110,111,111,110,124,40,105,110,32,116,104,101,124,97,116,41,32,40,109,111,114,110,105,110,103,124,97,102,116,101,114,110,111,111,110,124,101,118,101,110,105,110,103,124,110,105,103,104,116,41,41,47,105,125,44,122,61,123,97,110,121,58,123,97,109,58,47,94,97,47,105,44,112,109,58,47,94,112,47,105,44,109,105,100,110,105,103,104,116,58,47,94,109,105,47,105,44,110,111,111,110,58,47,94,110,111,47,105,44,109,111,114,110,105,110,103,58,47,109,111,114,110,105,110,103,47,105,44,97,102,116,101,114,110,111,111,110,58,47,97,102,116,101,114,110,111,111,110,47,105,44,101,118,101,110,105,110,103,58,47,101,118,101,110,105,110,103,47,105,44,110,105,103,104,116,58,47,110,105,103,104,116,47,105,125,125,44,86,61,123,111,114,100,105,110,97,108,78,117,109,98,101,114,58,67,40,123,109,97,116,99,104,80,97,116,116,101,114,110,58,69,44,112,97,114,115,101,80,97,116,116,101,114,110,58,65,44,118,97,108,117,101,67,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,112,97,114,115,101,73,110,116,40,116,44,49,48,41,125,125,41,44,101,114,97,58,80,40,123,109,97,116,99,104,80,97,116,116,101,114,110,115,58,68,44,100,101,102,97,117,108,116,77,97,116,99,104,87,105,100,116,104,58,34,119,105,100,101,34,44,112,97,114,115,101,80,97,116,116,101,114,110,115,58,76,44,100,101,102,97,117,108,116,80,97,114,115,101,87,105,100,116,104,58,34,97,110,121,34,125,41,44,113,117,97,114,116,101,114,58,80,40,123,109,97,116,99,104,80,97,116,116,101,114,110,115,58,77,44,100,101,102,97,117,108,116,77,97,116,99,104,87,105,100,116,104,58,34,119,105,100,101,34,44,112,97,114,115,101,80,97,116,116,101,114,110,115,58,73,44,100,101,102,97,117,108,116,80,97,114,115,101,87,105,100,116,104,58,34,97,110,121,34,44,118,97,108,117,101,67,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,43,49,125,125,41,44,109,111,110,116,104,58,80,40,123,109,97,116,99,104,80,97,116,116,101,114,110,115,58,36,44,100,101,102,97,117,108,116,77,97,116,99,104,87,105,100,116,104,58,34,119,105,100,101,34,44,112,97,114,115,101,80,97,116,116,101,114,110,115,58,70,44,100,101,102,97,117,108,116,80,97,114,115,101,87,105,100,116,104,58,34,97,110,121,34,125,41,44,100,97,121,58,80,40,123,109,97,116,99,104,80,97,116,116,101,114,110,115,58,66,44,100,101,102,97,117,108,116,77,97,116,99,104,87,105,100,116,104,58,34,119,105,100,101,34,44,112,97,114,115,101,80,97,116,116,101,114,110,115,58,82,44,100,101,102,97,117,108,116,80,97,114,115,101,87,105,100,116,104,58,34,97,110,121,34,125,41,44,100,97,121,80,101,114,105,111,100,58,80,40,123,109,97,116,99,104,80,97,116,116,101,114,110,115,58,78,44,100,101,102,97,117,108,116,77,97,116,99,104,87,105,100,116,104,58,34,97,110,121,34,44,112,97,114,115,101,80,97,116,116,101,114,110,115,58,122,44,100,101,102,97,117,108,116,80,97,114,115,101,87,105,100,116,104,58,34,97,110,121,34,125,41,125,44,72,61,86,44,85,61,123,99,111,100,101,58,34,101,110,45,85,83,34,44,102,111,114,109,97,116,68,105,115,116,97,110,99,101,58,115,44,102,111,114,109,97,116,76,111,110,103,58,100,44,102,111,114,109,97,116,82,101,108,97,116,105,118,101,58,118,44,108,111,99,97,108,105,122,101,58,107,44,109,97,116,99,104,58,72,44,111,112,116,105,111,110,115,58,123,119,101,101,107,83,116,97,114,116,115,79,110,58,48,44,102,105,114,115,116,87,101,101,107,67,111,110,116,97,105,110,115,68,97,116,101,58,49,125,125,44,87,61,85,59,102,117,110,99,116,105,111,110,32,113,40,116,41,123,105,102,40,110,117,108,108,61,61,61,116,124,124,33,48,61,61,61,116,124,124,33,49,61,61,61,116,41,114,101,116,117,114,110,32,78,97,78,59,118,97,114,32,101,61,78,117,109,98,101,114,40,116,41,59,114,101,116,117,114,110,32,105,115,78,97,78,40,101,41,63,101,58,101,60,48,63,77,97,116,104,46,99,101,105,108,40,101,41,58,77,97,116,104,46,102,108,111,111,114,40,101,41,125,102,117,110,99,116,105,111,110,32,71,40,116,44,101,41,123,114,40,50,44,97,114,103,117,109,101,110,116,115,41,59,118,97,114,32,110,61,105,40,116,41,46,103,101,116,84,105,109,101,40,41,44,111,61,113,40,101,41,59,114,101,116,117,114,110,32,110,101,119,32,68,97,116,101,40,110,43,111,41,125,102,117,110,99,116,105,111,110,32,89,40,116,44,101,41,123,114,40,50,44,97,114,103,117,109,101,110,116,115,41,59,118,97,114,32,110,61,113,40,101,41,59,114,101,116,117,114,110,32,71,40,116,44,45,110,41,125,102,117,110,99,116,105,111,110,32,75,40,116,44,101,41,123,118,97,114,32,110,61,116,60,48,63,34,45,34,58,34,34,44,114,61,77,97,116,104,46,97,98,115,40,116,41,46,116,111,83,116,114,105,110,103,40,41,59,119,104,105,108,101,40,114,46,108,101,110,103,116,104,60,101,41,114,61,34,48,34,43,114,59,114,101,116,117,114,110,32,110,43,114,125,118,97,114,32,88,61,123,121,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,44,114,61,110,62,48,63,110,58,49,45,110,59,114,101,116,117,114,110,32,75,40,34,121,121,34,61,61,61,101,63,114,37,49,48,48,58,114,44,101,46,108,101,110,103,116,104,41,125,44,77,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,103,101,116,85,84,67,77,111,110,116,104,40,41,59,114,101,116,117,114,110,34,77,34,61,61,61,101,63,83,116,114,105,110,103,40,110,43,49,41,58,75,40,110,43,49,44,50,41,125,44,100,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,75,40,116,46,103,101,116,85,84,67,68,97,116,101,40,41,44,101,46,108,101,110,103,116,104,41,125,44,97,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,103,101,116,85,84,67,72,111,117,114,115,40,41,47,49,50,62,61,49,63,34,112,109,34,58,34,97,109,34,59,115,119,105,116,99,104,40,101,41,123,99,97,115,101,34,97,34,58,99,97,115,101,34,97,97,34,58,114,101,116,117,114,110,32,110,46,116,111,85,112,112,101,114,67,97,115,101,40,41,59,99,97,115,101,34,97,97,97,34,58,114,101,116,117,114,110,32,110,59,99,97,115,101,34,97,97,97,97,97,34,58,114,101,116,117,114,110,32,110,91,48,93,59,99,97,115,101,34,97,97,97,97,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,34,97,109,34,61,61,61,110,63,34,97,46,109,46,34,58,34,112,46,109,46,34,125,125,44,104,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,75,40,116,46,103,101,116,85,84,67,72,111,117,114,115,40,41,37,49,50,124,124,49,50,44,101,46,108,101,110,103,116,104,41,125,44,72,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,75,40,116,46,103,101,116,85,84,67,72,111,117,114,115,40,41,44,101,46,108,101,110,103,116,104,41,125,44,109,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,75,40,116,46,103,101,116,85,84,67,77,105,110,117,116,101,115,40,41,44,101,46,108,101,110,103,116,104,41,125,44,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,75,40,116,46,103,101,116,85,84,67,83,101,99,111,110,100,115,40,41,44,101,46,108,101,110,103,116,104,41,125,44,83,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,108,101,110,103,116,104,44,114,61,116,46,103,101,116,85,84,67,77,105,108,108,105,115,101,99,111,110,100,115,40,41,44,105,61,77,97,116,104,46,102,108,111,111,114,40,114,42,77,97,116,104,46,112,111,119,40,49,48,44,110,45,51,41,41,59,114,101,116,117,114,110,32,75,40,105,44,101,46,108,101,110,103,116,104,41,125,125,44,90,61,88,44,74,61,56,54,52,101,53,59,102,117,110,99,116,105,111,110,32,81,40,116,41,123,114,40,49,44,97,114,103,117,109,101,110,116,115,41,59,118,97,114,32,101,61,105,40,116,41,44,110,61,101,46,103,101,116,84,105,109,101,40,41,59,101,46,115,101,116,85,84,67,77,111,110,116,104,40,48,44,49,41,44,101,46,115,101,116,85,84,67,72,111,117,114,115,40,48,44,48,44,48,44,48,41,59,118,97,114,32,111,61,101,46,103,101,116,84,105,109,101,40,41,44,97,61,110,45,111,59,114,101,116,117,114,110,32,77,97,116,104,46,102,108,111,111,114,40,97,47,74,41,43,49,125,102,117,110,99,116,105,111,110,32,116,116,40,116,41,123,114,40,49,44,97,114,103,117,109,101,110,116,115,41,59,118,97,114,32,101,61,49,44,110,61,105,40,116,41,44,111,61,110,46,103,101,116,85,84,67,68,97,121,40,41,44,97,61,40,111,60,101,63,55,58,48,41,43,111,45,101,59,114,101,116,117,114,110,32,110,46,115,101,116,85,84,67,68,97,116,101,40,110,46,103,101,116,85,84,67,68,97,116,101,40,41,45,97,41,44,110,46,115,101,116,85,84,67,72,111,117,114,115,40,48,44,48,44,48,44,48,41,44,110,125,102,117,110,99,116,105,111,110,32,101,116,40,116,41,123,114,40,49,44,97,114,103,117,109,101,110,116,115,41,59,118,97,114,32,101,61,105,40,116,41,44,110,61,101,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,44,111,61,110,101,119,32,68,97,116,101,40,48,41,59,111,46,115,101,116,85,84,67,70,117,108,108,89,101,97,114,40,110,43,49,44,48,44,52,41,44,111,46,115,101,116,85,84,67,72,111,117,114,115,40,48,44,48,44,48,44,48,41,59,118,97,114,32,97,61,116,116,40,111,41,44,115,61,110,101,119,32,68,97,116,101,40,48,41,59,115,46,115,101,116,85,84,67,70,117,108,108,89,101,97,114,40,110,44,48,44,52,41,44,115,46,115,101,116,85,84,67,72,111,117,114,115,40,48,44,48,44,48,44,48,41,59,118,97,114,32,99,61,116,116,40,115,41,59,114,101,116,117,114,110,32,101,46,103,101,116,84,105,109,101,40,41,62,61,97,46,103,101,116,84,105,109,101,40,41,63,110,43,49,58,101,46,103,101,116,84,105,109,101,40,41,62,61,99,46,103,101,116,84,105,109,101,40,41,63,110,58,110,45,49,125,102,117,110,99,116,105,111,110,32,110,116,40,116,41,123,114,40,49,44,97,114,103,117,109,101,110,116,115,41,59,118,97,114,32,101,61,101,116,40,116,41,44,110,61,110,101,119,32,68,97,116,101,40,48,41,59,110,46,115,101,116,85,84,67,70,117,108,108,89,101,97,114,40,101,44,48,44,52,41,44,110,46,115,101,116,85,84,67,72,111,117,114,115,40,48,44,48,44,48,44,48,41,59,118,97,114,32,105,61,116,116,40,110,41,59,114,101,116,117,114,110,32,105,125,118,97,114,32,114,116,61,54,48,52,56,101,53,59,102,117,110,99,116,105,111,110,32,105,116,40,116,41,123,114,40,49,44,97,114,103,117,109,101,110,116,115,41,59,118,97,114,32,101,61,105,40,116,41,44,110,61,116,116,40,101,41,46,103,101,116,84,105,109,101,40,41,45,110,116,40,101,41,46,103,101,116,84,105,109,101,40,41,59,114,101,116,117,114,110,32,77,97,116,104,46,114,111,117,110,100,40,110,47,114,116,41,43,49,125,102,117,110,99,116,105,111,110,32,111,116,40,116,44,101,41,123,114,40,49,44,97,114,103,117,109,101,110,116,115,41,59,118,97,114,32,110,61,101,124,124,123,125,44,111,61,110,46,108,111,99,97,108,101,44,97,61,111,38,38,111,46,111,112,116,105,111,110,115,38,38,111,46,111,112,116,105,111,110,115,46,119,101,101,107,83,116,97,114,116,115,79,110,44,115,61,110,117,108,108,61,61,97,63,48,58,113,40,97,41,44,99,61,110,117,108,108,61,61,110,46,119,101,101,107,83,116,97,114,116,115,79,110,63,115,58,113,40,110,46,119,101,101,107,83,116,97,114,116,115,79,110,41,59,105,102,40,33,40,99,62,61,48,38,38,99,60,61,54,41,41,116,104,114,111,119,32,110,101,119,32,82,97,110,103,101,69,114,114,111,114,40,34,119,101,101,107,83,116,97,114,116,115,79,110,32,109,117,115,116,32,98,101,32,98,101,116,119,101,101,110,32,48,32,97,110,100,32,54,32,105,110,99,108,117,115,105,118,101,108,121,34,41,59,118,97,114,32,117,61,105,40,116,41,44,108,61,117,46,103,101,116,85,84,67,68,97,121,40,41,44,102,61,40,108,60,99,63,55,58,48,41,43,108,45,99,59,114,101,116,117,114,110,32,117,46,115,101,116,85,84,67,68,97,116,101,40,117,46,103,101,116,85,84,67,68,97,116,101,40,41,45,102,41,44,117,46,115,101,116,85,84,67,72,111,117,114,115,40,48,44,48,44,48,44,48,41,44,117,125,102,117,110,99,116,105,111,110,32,97,116,40,116,44,101,41,123,114,40,49,44,97,114,103,117,109,101,110,116,115,41,59,118,97,114,32,110,61,105,40,116,44,101,41,44,111,61,110,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,44,97,61,101,124,124,123,125,44,115,61,97,46,108,111,99,97,108,101,44,99,61,115,38,38,115,46,111,112,116,105,111,110,115,38,38,115,46,111,112,116,105,111,110,115,46,102,105,114,115,116,87,101,101,107,67,111,110,116,97,105,110,115,68,97,116,101,44,117,61,110,117,108,108,61,61,99,63,49,58,113,40,99,41,44,108,61,110,117,108,108,61,61,97,46,102,105,114,115,116,87,101,101,107,67,111,110,116,97,105,110,115,68,97,116,101,63,117,58,113,40,97,46,102,105,114,115,116,87,101,101,107,67,111,110,116,97,105,110,115,68,97,116,101,41,59,105,102,40,33,40,108,62,61,49,38,38,108,60,61,55,41,41,116,104,114,111,119,32,110,101,119,32,82,97,110,103,101,69,114,114,111,114,40,34,102,105,114,115,116,87,101,101,107,67,111,110,116,97,105,110,115,68,97,116,101,32,109,117,115,116,32,98,101,32,98,101,116,119,101,101,110,32,49,32,97,110,100,32,55,32,105,110,99,108,117,115,105,118,101,108,121,34,41,59,118,97,114,32,102,61,110,101,119,32,68,97,116,101,40,48,41,59,102,46,115,101,116,85,84,67,70,117,108,108,89,101,97,114,40,111,43,49,44,48,44,108,41,44,102,46,115,101,116,85,84,67,72,111,117,114,115,40,48,44,48,44,48,44,48,41,59,118,97,114,32,104,61,111,116,40,102,44,101,41,44,100,61,110,101,119,32,68,97,116,101,40,48,41,59,100,46,115,101,116,85,84,67,70,117,108,108,89,101,97,114,40,111,44,48,44,108,41,44,100,46,115,101,116,85,84,67,72,111,117,114,115,40,48,44,48,44,48,44,48,41,59,118,97,114,32,112,61,111,116,40,100,44,101,41,59,114,101,116,117,114,110,32,110,46,103,101,116,84,105,109,101,40,41,62,61,104,46,103,101,116,84,105,109,101,40,41,63,111,43,49,58,110,46,103,101,116,84,105,109,101,40,41,62,61,112,46,103,101,116,84,105,109,101,40,41,63,111,58,111,45,49,125,102,117,110,99,116,105,111,110,32,115,116,40,116,44,101,41,123,114,40,49,44,97,114,103,117,109,101,110,116,115,41,59,118,97,114,32,110,61,101,124,124,123,125,44,105,61,110,46,108,111,99,97,108,101,44,111,61,105,38,38,105,46,111,112,116,105,111,110,115,38,38,105,46,111,112,116,105,111,110,115,46,102,105,114,115,116,87,101,101,107,67,111,110,116,97,105,110,115,68,97,116,101,44,97,61,110,117,108,108,61,61,111,63,49,58,113,40,111,41,44,115,61,110,117,108,108,61,61,110,46,102,105,114,115,116,87,101,101,107,67,111,110,116,97,105,110,115,68,97,116,101,63,97,58,113,40,110,46,102,105,114,115,116,87,101,101,107,67,111,110,116,97,105,110,115,68,97,116,101,41,44,99,61,97,116,40,116,44,101,41,44,117,61,110,101,119,32,68,97,116,101,40,48,41,59,117,46,115,101,116,85,84,67,70,117,108,108,89,101,97,114,40,99,44,48,44,115,41,44,117,46,115,101,116,85,84,67,72,111,117,114,115,40,48,44,48,44,48,44,48,41,59,118,97,114,32,108,61,111,116,40,117,44,101,41,59,114,101,116,117,114,110,32,108,125,118,97,114,32,99,116,61,54,48,52,56,101,53,59,102,117,110,99,116,105,111,110,32,117,116,40,116,44,101,41,123,114,40,49,44,97,114,103,117,109,101,110,116,115,41,59,118,97,114,32,110,61,105,40,116,41,44,111,61,111,116,40,110,44,101,41,46,103,101,116,84,105,109,101,40,41,45,115,116,40,110,44,101,41,46,103,101,116,84,105,109,101,40,41,59,114,101,116,117,114,110,32,77,97,116,104,46,114,111,117,110,100,40,111,47,99,116,41,43,49,125,118,97,114,32,108,116,61,123,97,109,58,34,97,109,34,44,112,109,58,34,112,109,34,44,109,105,100,110,105,103,104,116,58,34,109,105,100,110,105,103,104,116,34,44,110,111,111,110,58,34,110,111,111,110,34,44,109,111,114,110,105,110,103,58,34,109,111,114,110,105,110,103,34,44,97,102,116,101,114,110,111,111,110,58,34,97,102,116,101,114,110,111,111,110,34,44,101,118,101,110,105,110,103,58,34,101,118,101,110,105,110,103,34,44,110,105,103,104,116,58,34,110,105,103,104,116,34,125,44,102,116,61,123,71,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,62,48,63,49,58,48,59,115,119,105,116,99,104,40,101,41,123,99,97,115,101,34,71,34,58,99,97,115,101,34,71,71,34,58,99,97,115,101,34,71,71,71,34,58,114,101,116,117,114,110,32,110,46,101,114,97,40,114,44,123,119,105,100,116,104,58,34,97,98,98,114,101,118,105,97,116,101,100,34,125,41,59,99,97,115,101,34,71,71,71,71,71,34,58,114,101,116,117,114,110,32,110,46,101,114,97,40,114,44,123,119,105,100,116,104,58,34,110,97,114,114,111,119,34,125,41,59,99,97,115,101,34,71,71,71,71,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,110,46,101,114,97,40,114,44,123,119,105,100,116,104,58,34,119,105,100,101,34,125,41,125,125,44,121,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,34,121,111,34,61,61,61,101,41,123,118,97,114,32,114,61,116,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,44,105,61,114,62,48,63,114,58,49,45,114,59,114,101,116,117,114,110,32,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,105,44,123,117,110,105,116,58,34,121,101,97,114,34,125,41,125,114,101,116,117,114,110,32,90,46,121,40,116,44,101,41,125,44,89,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,97,116,40,116,44,114,41,44,111,61,105,62,48,63,105,58,49,45,105,59,105,102,40,34,89,89,34,61,61,61,101,41,123,118,97,114,32,97,61,111,37,49,48,48,59,114,101,116,117,114,110,32,75,40,97,44,50,41,125,114,101,116,117,114,110,34,89,111,34,61,61,61,101,63,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,111,44,123,117,110,105,116,58,34,121,101,97,114,34,125,41,58,75,40,111,44,101,46,108,101,110,103,116,104,41,125,44,82,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,116,40,116,41,59,114,101,116,117,114,110,32,75,40,110,44,101,46,108,101,110,103,116,104,41,125,44,117,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,59,114,101,116,117,114,110,32,75,40,110,44,101,46,108,101,110,103,116,104,41,125,44,81,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,77,97,116,104,46,99,101,105,108,40,40,116,46,103,101,116,85,84,67,77,111,110,116,104,40,41,43,49,41,47,51,41,59,115,119,105,116,99,104,40,101,41,123,99,97,115,101,34,81,34,58,114,101,116,117,114,110,32,83,116,114,105,110,103,40,114,41,59,99,97,115,101,34,81,81,34,58,114,101,116,117,114,110,32,75,40,114,44,50,41,59,99,97,115,101,34,81,111,34,58,114,101,116,117,114,110,32,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,114,44,123,117,110,105,116,58,34,113,117,97,114,116,101,114,34,125,41,59,99,97,115,101,34,81,81,81,34,58,114,101,116,117,114,110,32,110,46,113,117,97,114,116,101,114,40,114,44,123,119,105,100,116,104,58,34,97,98,98,114,101,118,105,97,116,101,100,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,81,81,81,81,81,34,58,114,101,116,117,114,110,32,110,46,113,117,97,114,116,101,114,40,114,44,123,119,105,100,116,104,58,34,110,97,114,114,111,119,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,81,81,81,81,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,110,46,113,117,97,114,116,101,114,40,114,44,123,119,105,100,116,104,58,34,119,105,100,101,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,125,125,44,113,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,77,97,116,104,46,99,101,105,108,40,40,116,46,103,101,116,85,84,67,77,111,110,116,104,40,41,43,49,41,47,51,41,59,115,119,105,116,99,104,40,101,41,123,99,97,115,101,34,113,34,58,114,101,116,117,114,110,32,83,116,114,105,110,103,40,114,41,59,99,97,115,101,34,113,113,34,58,114,101,116,117,114,110,32,75,40,114,44,50,41,59,99,97,115,101,34,113,111,34,58,114,101,116,117,114,110,32,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,114,44,123,117,110,105,116,58,34,113,117,97,114,116,101,114,34,125,41,59,99,97,115,101,34,113,113,113,34,58,114,101,116,117,114,110,32,110,46,113,117,97,114,116,101,114,40,114,44,123,119,105,100,116,104,58,34,97,98,98,114,101,118,105,97,116,101,100,34,44,99,111,110,116,101,120,116,58,34,115,116,97,110,100,97,108,111,110,101,34,125,41,59,99,97,115,101,34,113,113,113,113,113,34,58,114,101,116,117,114,110,32,110,46,113,117,97,114,116,101,114,40,114,44,123,119,105,100,116,104,58,34,110,97,114,114,111,119,34,44,99,111,110,116,101,120,116,58,34,115,116,97,110,100,97,108,111,110,101,34,125,41,59,99,97,115,101,34,113,113,113,113,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,110,46,113,117,97,114,116,101,114,40,114,44,123,119,105,100,116,104,58,34,119,105,100,101,34,44,99,111,110,116,101,120,116,58,34,115,116,97,110,100,97,108,111,110,101,34,125,41,125,125,44,77,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,103,101,116,85,84,67,77,111,110,116,104,40,41,59,115,119,105,116,99,104,40,101,41,123,99,97,115,101,34,77,34,58,99,97,115,101,34,77,77,34,58,114,101,116,117,114,110,32,90,46,77,40,116,44,101,41,59,99,97,115,101,34,77,111,34,58,114,101,116,117,114,110,32,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,114,43,49,44,123,117,110,105,116,58,34,109,111,110,116,104,34,125,41,59,99,97,115,101,34,77,77,77,34,58,114,101,116,117,114,110,32,110,46,109,111,110,116,104,40,114,44,123,119,105,100,116,104,58,34,97,98,98,114,101,118,105,97,116,101,100,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,77,77,77,77,77,34,58,114,101,116,117,114,110,32,110,46,109,111,110,116,104,40,114,44,123,119,105,100,116,104,58,34,110,97,114,114,111,119,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,77,77,77,77,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,110,46,109,111,110,116,104,40,114,44,123,119,105,100,116,104,58,34,119,105,100,101,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,125,125,44,76,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,103,101,116,85,84,67,77,111,110,116,104,40,41,59,115,119,105,116,99,104,40,101,41,123,99,97,115,101,34,76,34,58,114,101,116,117,114,110,32,83,116,114,105,110,103,40,114,43,49,41,59,99,97,115,101,34,76,76,34,58,114,101,116,117,114,110,32,75,40,114,43,49,44,50,41,59,99,97,115,101,34,76,111,34,58,114,101,116,117,114,110,32,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,114,43,49,44,123,117,110,105,116,58,34,109,111,110,116,104,34,125,41,59,99,97,115,101,34,76,76,76,34,58,114,101,116,117,114,110,32,110,46,109,111,110,116,104,40,114,44,123,119,105,100,116,104,58,34,97,98,98,114,101,118,105,97,116,101,100,34,44,99,111,110,116,101,120,116,58,34,115,116,97,110,100,97,108,111,110,101,34,125,41,59,99,97,115,101,34,76,76,76,76,76,34,58,114,101,116,117,114,110,32,110,46,109,111,110,116,104,40,114,44,123,119,105,100,116,104,58,34,110,97,114,114,111,119,34,44,99,111,110,116,101,120,116,58,34,115,116,97,110,100,97,108,111,110,101,34,125,41,59,99,97,115,101,34,76,76,76,76,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,110,46,109,111,110,116,104,40,114,44,123,119,105,100,116,104,58,34,119,105,100,101,34,44,99,111,110,116,101,120,116,58,34,115,116,97,110,100,97,108,111,110,101,34,125,41,125,125,44,119,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,117,116,40,116,44,114,41,59,114,101,116,117,114,110,34,119,111,34,61,61,61,101,63,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,105,44,123,117,110,105,116,58,34,119,101,101,107,34,125,41,58,75,40,105,44,101,46,108,101,110,103,116,104,41,125,44,73,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,105,116,40,116,41,59,114,101,116,117,114,110,34,73,111,34,61,61,61,101,63,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,114,44,123,117,110,105,116,58,34,119,101,101,107,34,125,41,58,75,40,114,44,101,46,108,101,110,103,116,104,41,125,44,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,34,100,111,34,61,61,61,101,63,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,116,46,103,101,116,85,84,67,68,97,116,101,40,41,44,123,117,110,105,116,58,34,100,97,116,101,34,125,41,58,90,46,100,40,116,44,101,41,125,44,68,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,81,40,116,41,59,114,101,116,117,114,110,34,68,111,34,61,61,61,101,63,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,114,44,123,117,110,105,116,58,34,100,97,121,79,102,89,101,97,114,34,125,41,58,75,40,114,44,101,46,108,101,110,103,116,104,41,125,44,69,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,103,101,116,85,84,67,68,97,121,40,41,59,115,119,105,116,99,104,40,101,41,123,99,97,115,101,34,69,34,58,99,97,115,101,34,69,69,34,58,99,97,115,101,34,69,69,69,34,58,114,101,116,117,114,110,32,110,46,100,97,121,40,114,44,123,119,105,100,116,104,58,34,97,98,98,114,101,118,105,97,116,101,100,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,69,69,69,69,69,34,58,114,101,116,117,114,110,32,110,46,100,97,121,40,114,44,123,119,105,100,116,104,58,34,110,97,114,114,111,119,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,69,69,69,69,69,69,34,58,114,101,116,117,114,110,32,110,46,100,97,121,40,114,44,123,119,105,100,116,104,58,34,115,104,111,114,116,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,69,69,69,69,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,110,46,100,97,121,40,114,44,123,119,105,100,116,104,58,34,119,105,100,101,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,125,125,44,101,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,46,103,101,116,85,84,67,68,97,121,40,41,44,111,61,40,105,45,114,46,119,101,101,107,83,116,97,114,116,115,79,110,43,56,41,37,55,124,124,55,59,115,119,105,116,99,104,40,101,41,123,99,97,115,101,34,101,34,58,114,101,116,117,114,110,32,83,116,114,105,110,103,40,111,41,59,99,97,115,101,34,101,101,34,58,114,101,116,117,114,110,32,75,40,111,44,50,41,59,99,97,115,101,34,101,111,34,58,114,101,116,117,114,110,32,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,111,44,123,117,110,105,116,58,34,100,97,121,34,125,41,59,99,97,115,101,34,101,101,101,34,58,114,101,116,117,114,110,32,110,46,100,97,121,40,105,44,123,119,105,100,116,104,58,34,97,98,98,114,101,118,105,97,116,101,100,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,101,101,101,101,101,34,58,114,101,116,117,114,110,32,110,46,100,97,121,40,105,44,123,119,105,100,116,104,58,34,110,97,114,114,111,119,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,101,101,101,101,101,101,34,58,114,101,116,117,114,110,32,110,46,100,97,121,40,105,44,123,119,105,100,116,104,58,34,115,104,111,114,116,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,101,101,101,101,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,110,46,100,97,121,40,105,44,123,119,105,100,116,104,58,34,119,105,100,101,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,125,125,44,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,46,103,101,116,85,84,67,68,97,121,40,41,44,111,61,40,105,45,114,46,119,101,101,107,83,116,97,114,116,115,79,110,43,56,41,37,55,124,124,55,59,115,119,105,116,99,104,40,101,41,123,99,97,115,101,34,99,34,58,114,101,116,117,114,110,32,83,116,114,105,110,103,40,111,41,59,99,97,115,101,34,99,99,34,58,114,101,116,117,114,110,32,75,40,111,44,101,46,108,101,110,103,116,104,41,59,99,97,115,101,34,99,111,34,58,114,101,116,117,114,110,32,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,111,44,123,117,110,105,116,58,34,100,97,121,34,125,41,59,99,97,115,101,34,99,99,99,34,58,114,101,116,117,114,110,32,110,46,100,97,121,40,105,44,123,119,105,100,116,104,58,34,97,98,98,114,101,118,105,97,116,101,100,34,44,99,111,110,116,101,120,116,58,34,115,116,97,110,100,97,108,111,110,101,34,125,41,59,99,97,115,101,34,99,99,99,99,99,34,58,114,101,116,117,114,110,32,110,46,100,97,121,40,105,44,123,119,105,100,116,104,58,34,110,97,114,114,111,119,34,44,99,111,110,116,101,120,116,58,34,115,116,97,110,100,97,108,111,110,101,34,125,41,59,99,97,115,101,34,99,99,99,99,99,99,34,58,114,101,116,117,114,110,32,110,46,100,97,121,40,105,44,123,119,105,100,116,104,58,34,115,104,111,114,116,34,44,99,111,110,116,101,120,116,58,34,115,116,97,110,100,97,108,111,110,101,34,125,41,59,99,97,115,101,34,99,99,99,99,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,110,46,100,97,121,40,105,44,123,119,105,100,116,104,58,34,119,105,100,101,34,44,99,111,110,116,101,120,116,58,34,115,116,97,110,100,97,108,111,110,101,34,125,41,125,125,44,105,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,103,101,116,85,84,67,68,97,121,40,41,44,105,61,48,61,61,61,114,63,55,58,114,59,115,119,105,116,99,104,40,101,41,123,99,97,115,101,34,105,34,58,114,101,116,117,114,110,32,83,116,114,105,110,103,40,105,41,59,99,97,115,101,34,105,105,34,58,114,101,116,117,114,110,32,75,40,105,44,101,46,108,101,110,103,116,104,41,59,99,97,115,101,34,105,111,34,58,114,101,116,117,114,110,32,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,105,44,123,117,110,105,116,58,34,100,97,121,34,125,41,59,99,97,115,101,34,105,105,105,34,58,114,101,116,117,114,110,32,110,46,100,97,121,40,114,44,123,119,105,100,116,104,58,34,97,98,98,114,101,118,105,97,116,101,100,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,105,105,105,105,105,34,58,114,101,116,117,114,110,32,110,46,100,97,121,40,114,44,123,119,105,100,116,104,58,34,110,97,114,114,111,119,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,105,105,105,105,105,105,34,58,114,101,116,117,114,110,32,110,46,100,97,121,40,114,44,123,119,105,100,116,104,58,34,115,104,111,114,116,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,105,105,105,105,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,110,46,100,97,121,40,114,44,123,119,105,100,116,104,58,34,119,105,100,101,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,125,125,44,97,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,103,101,116,85,84,67,72,111,117,114,115,40,41,44,105,61,114,47,49,50,62,61,49,63,34,112,109,34,58,34,97,109,34,59,115,119,105,116,99,104,40,101,41,123,99,97,115,101,34,97,34,58,99,97,115,101,34,97,97,34,58,114,101,116,117,114,110,32,110,46,100,97,121,80,101,114,105,111,100,40,105,44,123,119,105,100,116,104,58,34,97,98,98,114,101,118,105,97,116,101,100,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,97,97,97,34,58,114,101,116,117,114,110,32,110,46,100,97,121,80,101,114,105,111,100,40,105,44,123,119,105,100,116,104,58,34,97,98,98,114,101,118,105,97,116,101,100,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,59,99,97,115,101,34,97,97,97,97,97,34,58,114,101,116,117,114,110,32,110,46,100,97,121,80,101,114,105,111,100,40,105,44,123,119,105,100,116,104,58,34,110,97,114,114,111,119,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,97,97,97,97,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,110,46,100,97,121,80,101,114,105,111,100,40,105,44,123,119,105,100,116,104,58,34,119,105,100,101,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,125,125,44,98,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,61,116,46,103,101,116,85,84,67,72,111,117,114,115,40,41,59,115,119,105,116,99,104,40,114,61,49,50,61,61,61,105,63,108,116,46,110,111,111,110,58,48,61,61,61,105,63,108,116,46,109,105,100,110,105,103,104,116,58,105,47,49,50,62,61,49,63,34,112,109,34,58,34,97,109,34,44,101,41,123,99,97,115,101,34,98,34,58,99,97,115,101,34,98,98,34,58,114,101,116,117,114,110,32,110,46,100,97,121,80,101,114,105,111,100,40,114,44,123,119,105,100,116,104,58,34,97,98,98,114,101,118,105,97,116,101,100,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,98,98,98,34,58,114,101,116,117,114,110,32,110,46,100,97,121,80,101,114,105,111,100,40,114,44,123,119,105,100,116,104,58,34,97,98,98,114,101,118,105,97,116,101,100,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,59,99,97,115,101,34,98,98,98,98,98,34,58,114,101,116,117,114,110,32,110,46,100,97,121,80,101,114,105,111,100,40,114,44,123,119,105,100,116,104,58,34,110,97,114,114,111,119,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,98,98,98,98,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,110,46,100,97,121,80,101,114,105,111,100,40,114,44,123,119,105,100,116,104,58,34,119,105,100,101,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,125,125,44,66,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,61,116,46,103,101,116,85,84,67,72,111,117,114,115,40,41,59,115,119,105,116,99,104,40,114,61,105,62,61,49,55,63,108,116,46,101,118,101,110,105,110,103,58,105,62,61,49,50,63,108,116,46,97,102,116,101,114,110,111,111,110,58,105,62,61,52,63,108,116,46,109,111,114,110,105,110,103,58,108,116,46,110,105,103,104,116,44,101,41,123,99,97,115,101,34,66,34,58,99,97,115,101,34,66,66,34,58,99,97,115,101,34,66,66,66,34,58,114,101,116,117,114,110,32,110,46,100,97,121,80,101,114,105,111,100,40,114,44,123,119,105,100,116,104,58,34,97,98,98,114,101,118,105,97,116,101,100,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,66,66,66,66,66,34,58,114,101,116,117,114,110,32,110,46,100,97,121,80,101,114,105,111,100,40,114,44,123,119,105,100,116,104,58,34,110,97,114,114,111,119,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,59,99,97,115,101,34,66,66,66,66,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,110,46,100,97,121,80,101,114,105,111,100,40,114,44,123,119,105,100,116,104,58,34,119,105,100,101,34,44,99,111,110,116,101,120,116,58,34,102,111,114,109,97,116,116,105,110,103,34,125,41,125,125,44,104,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,34,104,111,34,61,61,61,101,41,123,118,97,114,32,114,61,116,46,103,101,116,85,84,67,72,111,117,114,115,40,41,37,49,50,59,114,101,116,117,114,110,32,48,61,61,61,114,38,38,40,114,61,49,50,41,44,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,114,44,123,117,110,105,116,58,34,104,111,117,114,34,125,41,125,114,101,116,117,114,110,32,90,46,104,40,116,44,101,41,125,44,72,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,34,72,111,34,61,61,61,101,63,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,116,46,103,101,116,85,84,67,72,111,117,114,115,40,41,44,123,117,110,105,116,58,34,104,111,117,114,34,125,41,58,90,46,72,40,116,44,101,41,125,44,75,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,103,101,116,85,84,67,72,111,117,114,115,40,41,37,49,50,59,114,101,116,117,114,110,34,75,111,34,61,61,61,101,63,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,114,44,123,117,110,105,116,58,34,104,111,117,114,34,125,41,58,75,40,114,44,101,46,108,101,110,103,116,104,41,125,44,107,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,103,101,116,85,84,67,72,111,117,114,115,40,41,59,114,101,116,117,114,110,32,48,61,61,61,114,38,38,40,114,61,50,52,41,44,34,107,111,34,61,61,61,101,63,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,114,44,123,117,110,105,116,58,34,104,111,117,114,34,125,41,58,75,40,114,44,101,46,108,101,110,103,116,104,41,125,44,109,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,34,109,111,34,61,61,61,101,63,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,116,46,103,101,116,85,84,67,77,105,110,117,116,101,115,40,41,44,123,117,110,105,116,58,34,109,105,110,117,116,101,34,125,41,58,90,46,109,40,116,44,101,41,125,44,115,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,34,115,111,34,61,61,61,101,63,110,46,111,114,100,105,110,97,108,78,117,109,98,101,114,40,116,46,103,101,116,85,84,67,83,101,99,111,110,100,115,40,41,44,123,117,110,105,116,58,34,115,101,99,111,110,100,34,125,41,58,90,46,115,40,116,44,101,41,125,44,83,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,90,46,83,40,116,44,101,41,125,44,88,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,114,46,95,111,114,105,103,105,110,97,108,68,97,116,101,124,124,116,44,111,61,105,46,103,101,116,84,105,109,101,122,111,110,101,79,102,102,115,101,116,40,41,59,105,102,40,48,61,61,61,111,41,114,101,116,117,114,110,34,90,34,59,115,119,105,116,99,104,40,101,41,123,99,97,115,101,34,88,34,58,114,101,116,117,114,110,32,100,116,40,111,41,59,99,97,115,101,34,88,88,88,88,34,58,99,97,115,101,34,88,88,34,58,114,101,116,117,114,110,32,112,116,40,111,41,59,99,97,115,101,34,88,88,88,88,88,34,58,99,97,115,101,34,88,88,88,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,112,116,40,111,44,34,58,34,41,125,125,44,120,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,114,46,95,111,114,105,103,105,110,97,108,68,97,116,101,124,124,116,44,111,61,105,46,103,101,116,84,105,109,101,122,111,110,101,79,102,102,115,101,116,40,41,59,115,119,105,116,99,104,40,101,41,123,99,97,115,101,34,120,34,58,114,101,116,117,114,110,32,100,116,40,111,41,59,99,97,115,101,34,120,120,120,120,34,58,99,97,115,101,34,120,120,34,58,114,101,116,117,114,110,32,112,116,40,111,41,59,99,97,115,101,34,120,120,120,120,120,34,58,99,97,115,101,34,120,120,120,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,112,116,40,111,44,34,58,34,41,125,125,44,79,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,114,46,95,111,114,105,103,105,110,97,108,68,97,116,101,124,124,116,44,111,61,105,46,103,101,116,84,105,109,101,122,111,110,101,79,102,102,115,101,116,40,41,59,115,119,105,116,99,104,40,101,41,123,99,97,115,101,34,79,34,58,99,97,115,101,34,79,79,34,58,99,97,115,101,34,79,79,79,34,58,114,101,116,117,114,110,34,71,77,84,34,43,104,116,40,111,44,34,58,34,41,59,99,97,115,101,34,79,79,79,79,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,34,71,77,84,34,43,112,116,40,111,44,34,58,34,41,125,125,44,122,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,114,46,95,111,114,105,103,105,110,97,108,68,97,116,101,124,124,116,44,111,61,105,46,103,101,116,84,105,109,101,122,111,110,101,79,102,102,115,101,116,40,41,59,115,119,105,116,99,104,40,101,41,123,99,97,115,101,34,122,34,58,99,97,115,101,34,122,122,34,58,99,97,115,101,34,122,122,122,34,58,114,101,116,117,114,110,34,71,77,84,34,43,104,116,40,111,44,34,58,34,41,59,99,97,115,101,34,122,122,122,122,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,34,71,77,84,34,43,112,116,40,111,44,34,58,34,41,125,125,44,116,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,114,46,95,111,114,105,103,105,110,97,108,68,97,116,101,124,124,116,44,111,61,77,97,116,104,46,102,108,111,111,114,40,105,46,103,101,116,84,105,109,101,40,41,47,49,101,51,41,59,114,101,116,117,114,110,32,75,40,111,44,101,46,108,101,110,103,116,104,41,125,44,84,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,114,46,95,111,114,105,103,105,110,97,108,68,97,116,101,124,124,116,44,111,61,105,46,103,101,116,84,105,109,101,40,41,59,114,101,116,117,114,110,32,75,40,111,44,101,46,108,101,110,103,116,104,41,125,125,59,102,117,110,99,116,105,111,110,32,104,116,40,116,44,101,41,123,118,97,114,32,110,61,116,62,48,63,34,45,34,58,34,43,34,44,114,61,77,97,116,104,46,97,98,115,40,116,41,44,105,61,77,97,116,104,46,102,108,111,111,114,40,114,47,54,48,41,44,111,61,114,37,54,48,59,105,102,40,48,61,61,61,111,41,114,101,116,117,114,110,32,110,43,83,116,114,105,110,103,40,105,41,59,118,97,114,32,97,61,101,124,124,34,34,59,114,101,116,117,114,110,32,110,43,83,116,114,105,110,103,40,105,41,43,97,43,75,40,111,44,50,41,125,102,117,110,99,116,105,111,110,32,100,116,40,116,44,101,41,123,105,102,40,116,37,54,48,61,61,61,48,41,123,118,97,114,32,110,61,116,62,48,63,34,45,34,58,34,43,34,59,114,101,116,117,114,110,32,110,43,75,40,77,97,116,104,46,97,98,115,40,116,41,47,54,48,44,50,41,125,114,101,116,117,114,110,32,112,116,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,112,116,40,116,44,101,41,123,118,97,114,32,110,61,101,124,124,34,34,44,114,61,116,62,48,63,34,45,34,58,34,43,34,44,105,61,77,97,116,104,46,97,98,115,40,116,41,44,111,61,75,40,77,97,116,104,46,102,108,111,111,114,40,105,47,54,48,41,44,50,41,44,97,61,75,40,105,37,54,48,44,50,41,59,114,101,116,117,114,110,32,114,43,111,43,110,43,97,125,118,97,114,32,118,116,61,102,116,59,102,117,110,99,116,105,111,110,32,103,116,40,116,44,101,41,123,115,119,105,116,99,104,40,116,41,123,99,97,115,101,34,80,34,58,114,101,116,117,114,110,32,101,46,100,97,116,101,40,123,119,105,100,116,104,58,34,115,104,111,114,116,34,125,41,59,99,97,115,101,34,80,80,34,58,114,101,116,117,114,110,32,101,46,100,97,116,101,40,123,119,105,100,116,104,58,34,109,101,100,105,117,109,34,125,41,59,99,97,115,101,34,80,80,80,34,58,114,101,116,117,114,110,32,101,46,100,97,116,101,40,123,119,105,100,116,104,58,34,108,111,110,103,34,125,41,59,99,97,115,101,34,80,80,80,80,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,101,46,100,97,116,101,40,123,119,105,100,116,104,58,34,102,117,108,108,34,125,41,125,125,102,117,110,99,116,105,111,110,32,109,116,40,116,44,101,41,123,115,119,105,116,99,104,40,116,41,123,99,97,115,101,34,112,34,58,114,101,116,117,114,110,32,101,46,116,105,109,101,40,123,119,105,100,116,104,58,34,115,104,111,114,116,34,125,41,59,99,97,115,101,34,112,112,34,58,114,101,116,117,114,110,32,101,46,116,105,109,101,40,123,119,105,100,116,104,58,34,109,101,100,105,117,109,34,125,41,59,99,97,115,101,34,112,112,112,34,58,114,101,116,117,114,110,32,101,46,116,105,109,101,40,123,119,105,100,116,104,58,34,108,111,110,103,34,125,41,59,99,97,115,101,34,112,112,112,112,34,58,100,101,102,97,117,108,116,58,114,101,116,117,114,110,32,101,46,116,105,109,101,40,123,119,105,100,116,104,58,34,102,117,108,108,34,125,41,125,125,102,117,110,99,116,105,111,110,32,98,116,40,116,44,101,41,123,118,97,114,32,110,44,114,61,116,46,109,97,116,99,104,40,47,40,80,43,41,40,112,43,41,63,47,41,44,105,61,114,91,49,93,44,111,61,114,91,50,93,59,105,102,40,33,111,41,114,101,116,117,114,110,32,103,116,40,116,44,101,41,59,115,119,105,116,99,104,40,105,41,123,99,97,115,101,34,80,34,58,110,61,101,46,100,97,116,101,84,105,109,101,40,123,119,105,100,116,104,58,34,115,104,111,114,116,34,125,41,59,98,114,101,97,107,59,99,97,115,101,34,80,80,34,58,110,61,101,46,100,97,116,101,84,105,109,101,40,123,119,105,100,116,104,58,34,109,101,100,105,117,109,34,125,41,59,98,114,101,97,107,59,99,97,115,101,34,80,80,80,34,58,110,61,101,46,100,97,116,101,84,105,109,101,40,123,119,105,100,116,104,58,34,108,111,110,103,34,125,41,59,98,114,101,97,107,59,99,97,115,101,34,80,80,80,80,34,58,100,101,102,97,117,108,116,58,110,61,101,46,100,97,116,101,84,105,109,101,40,123,119,105,100,116,104,58,34,102,117,108,108,34,125,41,59,98,114,101,97,107,125,114,101,116,117,114,110,32,110,46,114,101,112,108,97,99,101,40,34,123,123,100,97,116,101,125,125,34,44,103,116,40,105,44,101,41,41,46,114,101,112,108,97,99,101,40,34,123,123,116,105,109,101,125,125,34,44,109,116,40,111,44,101,41,41,125,118,97,114,32,121,116,61,123,112,58,109,116,44,80,58,98,116,125,44,119,116,61,121,116,59,102,117,110,99,116,105,111,110,32,95,116,40,116,41,123,118,97,114,32,101,61,110,101,119,32,68,97,116,101,40,68,97,116,101,46,85,84,67,40,116,46,103,101,116,70,117,108,108,89,101,97,114,40,41,44,116,46,103,101,116,77,111,110,116,104,40,41,44,116,46,103,101,116,68,97,116,101,40,41,44,116,46,103,101,116,72,111,117,114,115,40,41,44,116,46,103,101,116,77,105,110,117,116,101,115,40,41,44,116,46,103,101,116,83,101,99,111,110,100,115,40,41,44,116,46,103,101,116,77,105,108,108,105,115,101,99,111,110,100,115,40,41,41,41,59,114,101,116,117,114,110,32,101,46,115,101,116,85,84,67,70,117,108,108,89,101,97,114,40,116,46,103,101,116,70,117,108,108,89,101,97,114,40,41,41,44,116,46,103,101,116,84,105,109,101,40,41,45,101,46,103,101,116,84,105,109,101,40,41,125,118,97,114,32,120,116,61,91,34,68,34,44,34,68,68,34,93,44,79,116,61,91,34,89,89,34,44,34,89,89,89,89,34,93,59,102,117,110,99,116,105,111,110,32,83,116,40,116,41,123,114,101,116,117,114,110,45,49,33,61,61,120,116,46,105,110,100,101,120,79,102,40,116,41,125,102,117,110,99,116,105,111,110,32,107,116,40,116,41,123,114,101,116,117,114,110,45,49,33,61,61,79,116,46,105,110,100,101,120,79,102,40,116,41,125,102,117,110,99,116,105,111,110,32,67,116,40,116,44,101,44,110,41,123,105,102,40,34,89,89,89,89,34,61,61,61,116,41,116,104,114,111,119,32,110,101,119,32,82,97,110,103,101,69,114,114,111,114,40,34,85,115,101,32,96,121,121,121,121,96,32,105,110,115,116,101,97,100,32,111,102,32,96,89,89,89,89,96,32,40,105,110,32,96,34,46,99,111,110,99,97,116,40,101,44,34,96,41,32,102,111,114,32,102,111,114,109,97,116,116,105,110,103,32,121,101,97,114,115,32,116,111,32,116,104,101,32,105,110,112,117,116,32,96,34,41,46,99,111,110,99,97,116,40,110,44,34,96,59,32,115,101,101,58,32,104,116,116,112,115,58,47,47,103,105,116,46,105,111,47,102,120,67,121,114,34,41,41,59,105,102,40,34,89,89,34,61,61,61,116,41,116,104,114,111,119,32,110,101,119,32,82,97,110,103,101,69,114,114,111,114,40,34,85,115,101,32,96,121,121,96,32,105,110,115,116,101,97,100,32,111,102,32,96,89,89,96,32,40,105,110,32,96,34,46,99,111,110,99,97,116,40,101,44,34,96,41,32,102,111,114,32,102,111,114,109,97,116,116,105,110,103,32,121,101,97,114,115,32,116,111,32,116,104,101,32,105,110,112,117,116,32,96,34,41,46,99,111,110,99,97,116,40,110,44,34,96,59,32,115,101,101,58,32,104,116,116,112,115,58,47,47,103,105,116,46,105,111,47,102,120,67,121,114,34,41,41,59,105,102,40,34,68,34,61,61,61,116,41,116,104,114,111,119,32,110,101,119,32,82,97,110,103,101,69,114,114,111,114,40,34,85,115,101,32,96,100,96,32,105,110,115,116,101,97,100,32,111,102,32,96,68,96,32,40,105,110,32,96,34,46,99,111,110,99,97,116,40,101,44,34,96,41,32,102,111,114,32,102,111,114,109,97,116,116,105,110,103,32,100,97,121,115,32,111,102,32,116,104,101,32,109,111,110,116,104,32,116,111,32,116,104,101,32,105,110,112,117,116,32,96,34,41,46,99,111,110,99,97,116,40,110,44,34,96,59,32,115,101,101,58,32,104,116,116,112,115,58,47,47,103,105,116,46,105,111,47,102,120,67,121,114,34,41,41,59,105,102,40,34,68,68,34,61,61,61,116,41,116,104,114,111,119,32,110,101,119,32,82,97,110,103,101,69,114,114,111,114,40,34,85,115,101,32,96,100,100,96,32,105,110,115,116,101,97,100,32,111,102,32,96,68,68,96,32,40,105,110,32,96,34,46,99,111,110,99,97,116,40,101,44,34,96,41,32,102,111,114,32,102,111,114,109,97,116,116,105,110,103,32,100,97,121,115,32,111,102,32,116,104,101,32,109,111,110,116,104,32,116,111,32,116,104,101,32,105,110,112,117,116,32,96,34,41,46,99,111,110,99,97,116,40,110,44,34,96,59,32,115,101,101,58,32,104,116,116,112,115,58,47,47,103,105,116,46,105,111,47,102,120,67,121,114,34,41,41,125,118,97,114,32,80,116,61,47,91,121,89,81,113,77,76,119,73,100,68,101,99,105,104,72,75,107,109,115,93,111,124,40,92,119,41,92,49,42,124,39,39,124,39,40,39,39,124,91,94,39,93,41,43,40,39,124,36,41,124,46,47,103,44,84,116,61,47,80,43,112,43,124,80,43,124,112,43,124,39,39,124,39,40,39,39,124,91,94,39,93,41,43,40,39,124,36,41,124,46,47,103,44,106,116,61,47,94,39,40,91,94,93,42,63,41,39,63,36,47,44,69,116,61,47,39,39,47,103,44,65,116,61,47,91,97,45,122,65,45,90,93,47,59,102,117,110,99,116,105,111,110,32,68,116,40,116,44,101,44,110,41,123,114,40,50,44,97,114,103,117,109,101,110,116,115,41,59,118,97,114,32,97,61,83,116,114,105,110,103,40,101,41,44,115,61,110,124,124,123,125,44,99,61,115,46,108,111,99,97,108,101,124,124,87,44,117,61,99,46,111,112,116,105,111,110,115,38,38,99,46,111,112,116,105,111,110,115,46,102,105,114,115,116,87,101,101,107,67,111,110,116,97,105,110,115,68,97,116,101,44,108,61,110,117,108,108,61,61,117,63,49,58,113,40,117,41,44,102,61,110,117,108,108,61,61,115,46,102,105,114,115,116,87,101,101,107,67,111,110,116,97,105,110,115,68,97,116,101,63,108,58,113,40,115,46,102,105,114,115,116,87,101,101,107,67,111,110,116,97,105,110,115,68,97,116,101,41,59,105,102,40,33,40,102,62,61,49,38,38,102,60,61,55,41,41,116,104,114,111,119,32,110,101,119,32,82,97,110,103,101,69,114,114,111,114,40,34,102,105,114,115,116,87,101,101,107,67,111,110,116,97,105,110,115,68,97,116,101,32,109,117,115,116,32,98,101,32,98,101,116,119,101,101,110,32,49,32,97,110,100,32,55,32,105,110,99,108,117,115,105,118,101,108,121,34,41,59,118,97,114,32,104,61,99,46,111,112,116,105,111,110,115,38,38,99,46,111,112,116,105,111,110,115,46,119,101,101,107,83,116,97,114,116,115,79,110,44,100,61,110,117,108,108,61,61,104,63,48,58,113,40,104,41,44,112,61,110,117,108,108,61,61,115,46,119,101,101,107,83,116,97,114,116,115,79,110,63,100,58,113,40,115,46,119,101,101,107,83,116,97,114,116,115,79,110,41,59,105,102,40,33,40,112,62,61,48,38,38,112,60,61,54,41,41,116,104,114,111,119,32,110,101,119,32,82,97,110,103,101,69,114,114,111,114,40,34,119,101,101,107,83,116,97,114,116,115,79,110,32,109,117,115,116,32,98,101,32,98,101,116,119,101,101,110,32,48,32,97,110,100,32,54,32,105,110,99,108,117,115,105,118,101,108,121,34,41,59,105,102,40,33,99,46,108,111,99,97,108,105,122,101,41,116,104,114,111,119,32,110,101,119,32,82,97,110,103,101,69,114,114,111,114,40,34,108,111,99,97,108,101,32,109,117,115,116,32,99,111,110,116,97,105,110,32,108,111,99,97,108,105,122,101,32,112,114,111,112,101,114,116,121,34,41,59,105,102,40,33,99,46,102,111,114,109,97,116,76,111,110,103,41,116,104,114,111,119,32,110,101,119,32,82,97,110,103,101,69,114,114,111,114,40,34,108,111,99,97,108,101,32,109,117,115,116,32,99,111,110,116,97,105,110,32,102,111,114,109,97,116,76,111,110,103,32,112,114,111,112,101,114,116,121,34,41,59,118,97,114,32,118,61,105,40,116,41,59,105,102,40,33,111,40,118,41,41,116,104,114,111,119,32,110,101,119,32,82,97,110,103,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,116,105,109,101,32,118,97,108,117,101,34,41,59,118,97,114,32,103,61,95,116,40,118,41,44,109,61,89,40,118,44,103,41,44,98,61,123,102,105,114,115,116,87,101,101,107,67,111,110,116,97,105,110,115,68,97,116,101,58,102,44,119,101,101,107,83,116,97,114,116,115,79,110,58,112,44,108,111,99,97,108,101,58,99,44,95,111,114,105,103,105,110,97,108,68,97,116,101,58,118,125,44,121,61,97,46,109,97,116,99,104,40,84,116,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,91,48,93,59,105,102,40,34,112,34,61,61,61,101,124,124,34,80,34,61,61,61,101,41,123,118,97,114,32,110,61,119,116,91,101,93,59,114,101,116,117,114,110,32,110,40,116,44,99,46,102,111,114,109,97,116,76,111,110,103,44,98,41,125,114,101,116,117,114,110,32,116,125,41,41,46,106,111,105,110,40,34,34,41,46,109,97,116,99,104,40,80,116,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,105,102,40,34,39,39,34,61,61,61,110,41,114,101,116,117,114,110,34,39,34,59,118,97,114,32,114,61,110,91,48,93,59,105,102,40,34,39,34,61,61,61,114,41,114,101,116,117,114,110,32,76,116,40,110,41,59,118,97,114,32,105,61,118,116,91,114,93,59,105,102,40,105,41,114,101,116,117,114,110,33,115,46,117,115,101,65,100,100,105,116,105,111,110,97,108,87,101,101,107,89,101,97,114,84,111,107,101,110,115,38,38,107,116,40,110,41,38,38,67,116,40,110,44,101,44,116,41,44,33,115,46,117,115,101,65,100,100,105,116,105,111,110,97,108,68,97,121,79,102,89,101,97,114,84,111,107,101,110,115,38,38,83,116,40,110,41,38,38,67,116,40,110,44,101,44,116,41,44,105,40,109,44,110,44,99,46,108,111,99,97,108,105,122,101,44,98,41,59,105,102,40,114,46,109,97,116,99,104,40,65,116,41,41,116,104,114,111,119,32,110,101,119,32,82,97,110,103,101,69,114,114,111,114,40,34,70,111,114,109,97,116,32,115,116,114,105,110,103,32,99,111,110,116,97,105,110,115,32,97,110,32,117,110,101,115,99,97,112,101,100,32,108,97,116,105,110,32,97,108,112,104,97,98,101,116,32,99,104,97,114,97,99,116,101,114,32,96,34,43,114,43,34,96,34,41,59,114,101,116,117,114,110,32,110,125,41,41,46,106,111,105,110,40,34,34,41,59,114,101,116,117,114,110,32,121,125,102,117,110,99,116,105,111,110,32,76,116,40,116,41,123,114,101,116,117,114,110,32,116,46,109,97,116,99,104,40,106,116,41,91,49,93,46,114,101,112,108,97,99,101,40,69,116,44,34,39,34,41,125,125,44,98,52,54,48,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,116,114,121,123,114,101,116,117,114,110,33,33,116,40,41,125,99,97,116,99,104,40,101,41,123,114,101,116,117,114,110,33,48,125,125,125,44,98,52,54,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,57,101,50,100,34,41,40,52,41,59,114,40,114,46,80,43,114,46,70,42,33,110,40,34,54,48,97,49,34,41,40,91,93,46,101,118,101,114,121,44,33,48,41,44,34,65,114,114,97,121,34,44,123,101,118,101,114,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,125,125,41,125,44,98,52,98,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,100,55,52,34,41,44,105,61,110,40,34,49,97,56,99,34,41,44,111,61,110,40,34,102,102,100,54,34,41,44,97,61,78,97,78,44,115,61,47,94,91,45,43,93,48,120,91,48,45,57,97,45,102,93,43,36,47,105,44,99,61,47,94,48,98,91,48,49,93,43,36,47,105,44,117,61,47,94,48,111,91,48,45,55,93,43,36,47,105,44,108,61,112,97,114,115,101,73,110,116,59,102,117,110,99,116,105,111,110,32,102,40,116,41,123,105,102,40,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,116,59,105,102,40,111,40,116,41,41,114,101,116,117,114,110,32,97,59,105,102,40,105,40,116,41,41,123,118,97,114,32,101,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,46,118,97,108,117,101,79,102,63,116,46,118,97,108,117,101,79,102,40,41,58,116,59,116,61,105,40,101,41,63,101,43,34,34,58,101,125,105,102,40,34,115,116,114,105,110,103,34,33,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,48,61,61,61,116,63,116,58,43,116,59,116,61,114,40,116,41,59,118,97,114,32,110,61,99,46,116,101,115,116,40,116,41,59,114,101,116,117,114,110,32,110,124,124,117,46,116,101,115,116,40,116,41,63,108,40,116,46,115,108,105,99,101,40,50,41,44,110,63,50,58,56,41,58,115,46,116,101,115,116,40,116,41,63,97,58,43,116,125,116,46,101,120,112,111,114,116,115,61,102,125,44,98,53,48,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,53,53,97,34,41,46,112,97,114,115,101,70,108,111,97,116,44,105,61,110,40,34,98,57,50,102,34,41,46,116,114,105,109,59,116,46,101,120,112,111,114,116,115,61,49,47,114,40,110,40,34,53,99,98,56,34,41,43,34,45,48,34,41,33,61,61,45,49,47,48,63,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,105,40,83,116,114,105,110,103,40,116,41,44,51,41,44,110,61,114,40,101,41,59,114,101,116,117,114,110,32,48,61,61,61,110,38,38,34,45,34,61,61,101,46,99,104,97,114,65,116,40,48,41,63,45,48,58,110,125,58,114,125,44,98,53,48,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,99,53,51,50,34,41,44,105,61,110,40,34,52,54,55,102,34,41,44,111,61,110,40,34,55,97,97,99,34,41,44,97,61,110,40,34,51,48,98,53,34,41,44,115,61,110,40,34,56,51,98,57,34,41,44,99,61,110,40,34,99,51,52,53,54,34,41,44,117,61,110,40,34,51,57,51,52,34,41,44,108,61,110,40,34,50,100,56,51,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,102,61,116,46,100,97,116,97,44,104,61,116,46,104,101,97,100,101,114,115,59,114,46,105,115,70,111,114,109,68,97,116,97,40,102,41,38,38,100,101,108,101,116,101,32,104,91,34,67,111,110,116,101,110,116,45,84,121,112,101,34,93,59,118,97,114,32,100,61,110,101,119,32,88,77,76,72,116,116,112,82,101,113,117,101,115,116,59,105,102,40,116,46,97,117,116,104,41,123,118,97,114,32,112,61,116,46,97,117,116,104,46,117,115,101,114,110,97,109,101,124,124,34,34,44,118,61,116,46,97,117,116,104,46,112,97,115,115,119,111,114,100,63,117,110,101,115,99,97,112,101,40,101,110,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,116,46,97,117,116,104,46,112,97,115,115,119,111,114,100,41,41,58,34,34,59,104,46,65,117,116,104,111,114,105,122,97,116,105,111,110,61,34,66,97,115,105,99,32,34,43,98,116,111,97,40,112,43,34,58,34,43,118,41,125,118,97,114,32,103,61,115,40,116,46,98,97,115,101,85,82,76,44,116,46,117,114,108,41,59,105,102,40,100,46,111,112,101,110,40,116,46,109,101,116,104,111,100,46,116,111,85,112,112,101,114,67,97,115,101,40,41,44,97,40,103,44,116,46,112,97,114,97,109,115,44,116,46,112,97,114,97,109,115,83,101,114,105,97,108,105,122,101,114,41,44,33,48,41,44,100,46,116,105,109,101,111,117,116,61,116,46,116,105,109,101,111,117,116,44,100,46,111,110,114,101,97,100,121,115,116,97,116,101,99,104,97,110,103,101,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,100,38,38,52,61,61,61,100,46,114,101,97,100,121,83,116,97,116,101,38,38,40,48,33,61,61,100,46,115,116,97,116,117,115,124,124,100,46,114,101,115,112,111,110,115,101,85,82,76,38,38,48,61,61,61,100,46,114,101,115,112,111,110,115,101,85,82,76,46,105,110,100,101,120,79,102,40,34,102,105,108,101,58,34,41,41,41,123,118,97,114,32,114,61,34,103,101,116,65,108,108,82,101,115,112,111,110,115,101,72,101,97,100,101,114,115,34,105,110,32,100,63,99,40,100,46,103,101,116,65,108,108,82,101,115,112,111,110,115,101,72,101,97,100,101,114,115,40,41,41,58,110,117,108,108,44,111,61,116,46,114,101,115,112,111,110,115,101,84,121,112,101,38,38,34,116,101,120,116,34,33,61,61,116,46,114,101,115,112,111,110,115,101,84,121,112,101,63,100,46,114,101,115,112,111,110,115,101,58,100,46,114,101,115,112,111,110,115,101,84,101,120,116,44,97,61,123,100,97,116,97,58,111,44,115,116,97,116,117,115,58,100,46,115,116,97,116,117,115,44,115,116,97,116,117,115,84,101,120,116,58,100,46,115,116,97,116,117,115,84,101,120,116,44,104,101,97,100,101,114,115,58,114,44,99,111,110,102,105,103,58,116,44,114,101,113,117,101,115,116,58,100,125,59,105,40,101,44,110,44,97,41,44,100,61,110,117,108,108,125,125,44,100,46,111,110,97,98,111,114,116,61,102,117,110,99,116,105,111,110,40,41,123,100,38,38,40,110,40,108,40,34,82,101,113,117,101,115,116,32,97,98,111,114,116,101,100,34,44,116,44,34,69,67,79,78,78,65,66,79,82,84,69,68,34,44,100,41,41,44,100,61,110,117,108,108,41,125,44,100,46,111,110,101,114,114,111,114,61,102,117,110,99,116,105,111,110,40,41,123,110,40,108,40,34,78,101,116,119,111,114,107,32,69,114,114,111,114,34,44,116,44,110,117,108,108,44,100,41,41,44,100,61,110,117,108,108,125,44,100,46,111,110,116,105,109,101,111,117,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,34,116,105,109,101,111,117,116,32,111,102,32,34,43,116,46,116,105,109,101,111,117,116,43,34,109,115,32,101,120,99,101,101,100,101,100,34,59,116,46,116,105,109,101,111,117,116,69,114,114,111,114,77,101,115,115,97,103,101,38,38,40,101,61,116,46,116,105,109,101,111,117,116,69,114,114,111,114,77,101,115,115,97,103,101,41,44,110,40,108,40,101,44,116,44,34,69,67,79,78,78,65,66,79,82,84,69,68,34,44,100,41,41,44,100,61,110,117,108,108,125,44,114,46,105,115,83,116,97,110,100,97,114,100,66,114,111,119,115,101,114,69,110,118,40,41,41,123,118,97,114,32,109,61,40,116,46,119,105,116,104,67,114,101,100,101,110,116,105,97,108,115,124,124,117,40,103,41,41,38,38,116,46,120,115,114,102,67,111,111,107,105,101,78,97,109,101,63,111,46,114,101,97,100,40,116,46,120,115,114,102,67,111,111,107,105,101,78,97,109,101,41,58,118,111,105,100,32,48,59,109,38,38,40,104,91,116,46,120,115,114,102,72,101,97,100,101,114,78,97,109,101,93,61,109,41,125,105,102,40,34,115,101,116,82,101,113,117,101,115,116,72,101,97,100,101,114,34,105,110,32,100,38,38,114,46,102,111,114,69,97,99,104,40,104,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,102,38,38,34,99,111,110,116,101,110,116,45,116,121,112,101,34,61,61,61,101,46,116,111,76,111,119,101,114,67,97,115,101,40,41,63,100,101,108,101,116,101,32,104,91,101,93,58,100,46,115,101,116,82,101,113,117,101,115,116,72,101,97,100,101,114,40,101,44,116,41,125,41,41,44,114,46,105,115,85,110,100,101,102,105,110,101,100,40,116,46,119,105,116,104,67,114,101,100,101,110,116,105,97,108,115,41,124,124,40,100,46,119,105,116,104,67,114,101,100,101,110,116,105,97,108,115,61,33,33,116,46,119,105,116,104,67,114,101,100,101,110,116,105,97,108,115,41,44,116,46,114,101,115,112,111,110,115,101,84,121,112,101,41,116,114,121,123,100,46,114,101,115,112,111,110,115,101,84,121,112,101,61,116,46,114,101,115,112,111,110,115,101,84,121,112,101,125,99,97,116,99,104,40,98,41,123,105,102,40,34,106,115,111,110,34,33,61,61,116,46,114,101,115,112,111,110,115,101,84,121,112,101,41,116,104,114,111,119,32,98,125,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,46,111,110,68,111,119,110,108,111,97,100,80,114,111,103,114,101,115,115,38,38,100,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,114,111,103,114,101,115,115,34,44,116,46,111,110,68,111,119,110,108,111,97,100,80,114,111,103,114,101,115,115,41,44,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,46,111,110,85,112,108,111,97,100,80,114,111,103,114,101,115,115,38,38,100,46,117,112,108,111,97,100,38,38,100,46,117,112,108,111,97,100,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,114,111,103,114,101,115,115,34,44,116,46,111,110,85,112,108,111,97,100,80,114,111,103,114,101,115,115,41,44,116,46,99,97,110,99,101,108,84,111,107,101,110,38,38,116,46,99,97,110,99,101,108,84,111,107,101,110,46,112,114,111,109,105,115,101,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,100,38,38,40,100,46,97,98,111,114,116,40,41,44,110,40,116,41,44,100,61,110,117,108,108,41,125,41,41,44,102,124,124,40,102,61,110,117,108,108,41,44,100,46,115,101,110,100,40,102,41,125,41,41,125,125,44,98,53,51,97,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,43,114,46,70,44,34,79,98,106,101,99,116,34,44,123,97,115,115,105,103,110,58,110,40,34,52,100,99,54,34,41,125,41,125,44,98,53,55,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,44,97,44,115,44,99,44,117,44,108,44,102,61,110,40,34,100,97,56,52,34,41,44,104,61,110,40,34,48,54,99,102,34,41,46,102,44,100,61,110,40,34,50,99,102,52,34,41,46,115,101,116,44,112,61,110,40,34,49,99,100,99,34,41,44,118,61,110,40,34,97,52,98,52,34,41,44,103,61,110,40,34,54,48,53,100,34,41,44,109,61,102,46,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,124,124,102,46,87,101,98,75,105,116,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,44,98,61,102,46,100,111,99,117,109,101,110,116,44,121,61,102,46,112,114,111,99,101,115,115,44,119,61,102,46,80,114,111,109,105,115,101,44,95,61,104,40,102,44,34,113,117,101,117,101,77,105,99,114,111,116,97,115,107,34,41,44,120,61,95,38,38,95,46,118,97,108,117,101,59,120,124,124,40,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,59,103,38,38,40,116,61,121,46,100,111,109,97,105,110,41,38,38,116,46,101,120,105,116,40,41,59,119,104,105,108,101,40,105,41,123,101,61,105,46,102,110,44,105,61,105,46,110,101,120,116,59,116,114,121,123,101,40,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,116,104,114,111,119,32,105,63,97,40,41,58,111,61,118,111,105,100,32,48,44,101,114,114,111,114,125,125,111,61,118,111,105,100,32,48,44,116,38,38,116,46,101,110,116,101,114,40,41,125,44,112,124,124,103,124,124,118,124,124,33,109,124,124,33,98,63,119,38,38,119,46,114,101,115,111,108,118,101,63,40,117,61,119,46,114,101,115,111,108,118,101,40,118,111,105,100,32,48,41,44,117,46,99,111,110,115,116,114,117,99,116,111,114,61,119,44,108,61,117,46,116,104,101,110,44,97,61,102,117,110,99,116,105,111,110,40,41,123,108,46,99,97,108,108,40,117,44,114,41,125,41,58,97,61,103,63,102,117,110,99,116,105,111,110,40,41,123,121,46,110,101,120,116,84,105,99,107,40,114,41,125,58,102,117,110,99,116,105,111,110,40,41,123,100,46,99,97,108,108,40,102,44,114,41,125,58,40,115,61,33,48,44,99,61,98,46,99,114,101,97,116,101,84,101,120,116,78,111,100,101,40,34,34,41,44,110,101,119,32,109,40,114,41,46,111,98,115,101,114,118,101,40,99,44,123,99,104,97,114,97,99,116,101,114,68,97,116,97,58,33,48,125,41,44,97,61,102,117,110,99,116,105,111,110,40,41,123,99,46,100,97,116,97,61,115,61,33,115,125,41,41,44,116,46,101,120,112,111,114,116,115,61,120,124,124,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,123,102,110,58,116,44,110,101,120,116,58,118,111,105,100,32,48,125,59,111,38,38,40,111,46,110,101,120,116,61,101,41,44,105,124,124,40,105,61,101,44,97,40,41,41,44,111,61,101,125,125,44,98,54,50,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,97,56,52,34,41,44,105,61,110,40,34,53,54,57,50,34,41,44,111,61,110,40,34,53,49,51,53,34,41,44,97,61,110,40,34,57,48,101,51,34,41,44,115,61,110,40,34,52,57,51,48,34,41,44,99,61,110,40,34,102,100,98,102,34,41,44,117,61,105,40,34,119,107,115,34,41,44,108,61,114,46,83,121,109,98,111,108,44,102,61,99,63,108,58,108,38,38,108,46,119,105,116,104,111,117,116,83,101,116,116,101,114,124,124,97,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,111,40,117,44,116,41,38,38,40,115,124,124,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,117,91,116,93,41,124,124,40,115,38,38,111,40,108,44,116,41,63,117,91,116,93,61,108,91,116,93,58,117,91,116,93,61,102,40,34,83,121,109,98,111,108,46,34,43,116,41,41,44,117,91,116,93,125,125,44,98,54,52,98,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,55,98,48,98,34,41,44,111,61,110,40,34,100,102,55,53,34,41,44,97,61,110,40,34,100,48,51,57,34,41,44,115,61,97,40,40,102,117,110,99,116,105,111,110,40,41,123,111,40,49,41,125,41,41,59,114,40,123,116,97,114,103,101,116,58,34,79,98,106,101,99,116,34,44,115,116,97,116,58,33,48,44,102,111,114,99,101,100,58,115,125,44,123,107,101,121,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,111,40,105,40,116,41,41,125,125,41,125,44,98,54,54,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,55,52,56,48,34,41,44,105,61,110,40,34,99,100,102,57,34,41,44,111,61,110,40,34,101,50,98,48,34,41,44,97,61,91,93,46,115,108,105,99,101,44,115,61,123,125,44,99,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,33,40,101,32,105,110,32,115,41,41,123,102,111,114,40,118,97,114,32,114,61,91,93,44,105,61,48,59,105,60,101,59,105,43,43,41,114,91,105,93,61,34,97,91,34,43,105,43,34,93,34,59,115,91,101,93,61,70,117,110,99,116,105,111,110,40,34,70,44,97,34,44,34,114,101,116,117,114,110,32,110,101,119,32,70,40,34,43,114,46,106,111,105,110,40,34,44,34,41,43,34,41,34,41,125,114,101,116,117,114,110,32,115,91,101,93,40,116,44,110,41,125,59,116,46,101,120,112,111,114,116,115,61,70,117,110,99,116,105,111,110,46,98,105,110,100,124,124,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,114,40,116,104,105,115,41,44,110,61,97,46,99,97,108,108,40,97,114,103,117,109,101,110,116,115,44,49,41,44,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,114,61,110,46,99,111,110,99,97,116,40,97,46,99,97,108,108,40,97,114,103,117,109,101,110,116,115,41,41,59,114,101,116,117,114,110,32,116,104,105,115,32,105,110,115,116,97,110,99,101,111,102,32,115,63,99,40,101,44,114,46,108,101,110,103,116,104,44,114,41,58,111,40,101,44,114,44,116,41,125,59,114,101,116,117,114,110,32,105,40,101,46,112,114,111,116,111,116,121,112,101,41,38,38,40,115,46,112,114,111,116,111,116,121,112,101,61,101,46,112,114,111,116,111,116,121,112,101,41,44,115,125,125,44,98,54,56,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,97,54,57,49,34,41,44,111,61,110,40,34,52,48,56,97,34,41,44,97,61,110,40,34,49,49,52,56,34,41,44,115,61,110,40,34,100,48,51,57,34,41,44,99,61,49,46,46,116,111,70,105,120,101,100,44,117,61,77,97,116,104,46,102,108,111,111,114,44,108,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,48,61,61,61,101,63,110,58,101,37,50,61,61,61,49,63,108,40,116,44,101,45,49,44,110,42,116,41,58,108,40,116,42,116,44,101,47,50,44,110,41,125,44,102,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,48,44,110,61,116,59,119,104,105,108,101,40,110,62,61,52,48,57,54,41,101,43,61,49,50,44,110,47,61,52,48,57,54,59,119,104,105,108,101,40,110,62,61,50,41,101,43,61,49,44,110,47,61,50,59,114,101,116,117,114,110,32,101,125,44,104,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,45,49,44,105,61,110,59,119,104,105,108,101,40,43,43,114,60,54,41,105,43,61,101,42,116,91,114,93,44,116,91,114,93,61,105,37,49,101,55,44,105,61,117,40,105,47,49,101,55,41,125,44,100,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,54,44,114,61,48,59,119,104,105,108,101,40,45,45,110,62,61,48,41,114,43,61,116,91,110,93,44,116,91,110,93,61,117,40,114,47,101,41,44,114,61,114,37,101,42,49,101,55,125,44,112,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,54,44,110,61,34,34,59,119,104,105,108,101,40,45,45,101,62,61,48,41,105,102,40,34,34,33,61,61,110,124,124,48,61,61,61,101,124,124,48,33,61,61,116,91,101,93,41,123,118,97,114,32,114,61,83,116,114,105,110,103,40,116,91,101,93,41,59,110,61,34,34,61,61,61,110,63,114,58,110,43,97,46,99,97,108,108,40,34,48,34,44,55,45,114,46,108,101,110,103,116,104,41,43,114,125,114,101,116,117,114,110,32,110,125,44,118,61,99,38,38,40,34,48,46,48,48,48,34,33,61,61,56,101,45,53,46,116,111,70,105,120,101,100,40,51,41,124,124,34,49,34,33,61,61,46,57,46,116,111,70,105,120,101,100,40,48,41,124,124,34,49,46,50,53,34,33,61,61,49,46,50,53,53,46,116,111,70,105,120,101,100,40,50,41,124,124,34,49,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,49,50,56,34,33,61,61,40,48,120,100,101,48,98,54,98,51,97,55,54,52,48,48,56,48,41,46,116,111,70,105,120,101,100,40,48,41,41,124,124,33,115,40,40,102,117,110,99,116,105,111,110,40,41,123,99,46,99,97,108,108,40,123,125,41,125,41,41,59,114,40,123,116,97,114,103,101,116,58,34,78,117,109,98,101,114,34,44,112,114,111,116,111,58,33,48,44,102,111,114,99,101,100,58,118,125,44,123,116,111,70,105,120,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,44,115,44,99,61,111,40,116,104,105,115,41,44,117,61,105,40,116,41,44,118,61,91,48,44,48,44,48,44,48,44,48,44,48,93,44,103,61,34,34,44,109,61,34,48,34,59,105,102,40,117,60,48,124,124,117,62,50,48,41,116,104,114,111,119,32,82,97,110,103,101,69,114,114,111,114,40,34,73,110,99,111,114,114,101,99,116,32,102,114,97,99,116,105,111,110,32,100,105,103,105,116,115,34,41,59,105,102,40,99,33,61,99,41,114,101,116,117,114,110,34,78,97,78,34,59,105,102,40,99,60,61,45,49,101,50,49,124,124,99,62,61,49,101,50,49,41,114,101,116,117,114,110,32,83,116,114,105,110,103,40,99,41,59,105,102,40,99,60,48,38,38,40,103,61,34,45,34,44,99,61,45,99,41,44,99,62,49,101,45,50,49,41,105,102,40,101,61,102,40,99,42,108,40,50,44,54,57,44,49,41,41,45,54,57,44,110,61,101,60,48,63,99,42,108,40,50,44,45,101,44,49,41,58,99,47,108,40,50,44,101,44,49,41,44,110,42,61,52,53,48,51,53,57,57,54,50,55,51,55,48,52,57,54,44,101,61,53,50,45,101,44,101,62,48,41,123,104,40,118,44,48,44,110,41,44,114,61,117,59,119,104,105,108,101,40,114,62,61,55,41,104,40,118,44,49,101,55,44,48,41,44,114,45,61,55,59,104,40,118,44,108,40,49,48,44,114,44,49,41,44,48,41,44,114,61,101,45,49,59,119,104,105,108,101,40,114,62,61,50,51,41,100,40,118,44,49,60,60,50,51,41,44,114,45,61,50,51,59,100,40,118,44,49,60,60,114,41,44,104,40,118,44,49,44,49,41,44,100,40,118,44,50,41,44,109,61,112,40,118,41,125,101,108,115,101,32,104,40,118,44,48,44,110,41,44,104,40,118,44,49,60,60,45,101,44,48,41,44,109,61,112,40,118,41,43,97,46,99,97,108,108,40,34,48,34,44,117,41,59,114,101,116,117,114,110,32,117,62,48,63,40,115,61,109,46,108,101,110,103,116,104,44,109,61,103,43,40,115,60,61,117,63,34,48,46,34,43,97,46,99,97,108,108,40,34,48,34,44,117,45,115,41,43,109,58,109,46,115,108,105,99,101,40,48,44,115,45,117,41,43,34,46,34,43,109,46,115,108,105,99,101,40,115,45,117,41,41,41,58,109,61,103,43,109,44,109,125,125,41,125,44,98,55,48,98,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,54,55,50,98,34,41,44,116,46,101,120,112,111,114,116,115,61,110,40,34,53,97,51,48,34,41,46,102,40,34,97,115,121,110,99,73,116,101,114,97,116,111,114,34,41,125,44,98,55,50,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,51,54,54,34,41,44,105,61,110,40,34,52,52,97,100,34,41,44,111,61,110,40,34,55,98,48,98,34,41,44,97,61,110,40,34,53,48,99,52,34,41,44,115,61,110,40,34,54,53,102,48,34,41,44,99,61,91,93,46,112,117,115,104,44,117,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,49,61,61,116,44,110,61,50,61,61,116,44,117,61,51,61,61,116,44,108,61,52,61,61,116,44,102,61,54,61,61,116,44,104,61,55,61,61,116,44,100,61,53,61,61,116,124,124,102,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,112,44,118,44,103,44,109,41,123,102,111,114,40,118,97,114,32,98,44,121,44,119,61,111,40,112,41,44,95,61,105,40,119,41,44,120,61,114,40,118,44,103,44,51,41,44,79,61,97,40,95,46,108,101,110,103,116,104,41,44,83,61,48,44,107,61,109,124,124,115,44,67,61,101,63,107,40,112,44,79,41,58,110,124,124,104,63,107,40,112,44,48,41,58,118,111,105,100,32,48,59,79,62,83,59,83,43,43,41,105,102,40,40,100,124,124,83,32,105,110,32,95,41,38,38,40,98,61,95,91,83,93,44,121,61,120,40,98,44,83,44,119,41,44,116,41,41,105,102,40,101,41,67,91,83,93,61,121,59,101,108,115,101,32,105,102,40,121,41,115,119,105,116,99,104,40,116,41,123,99,97,115,101,32,51,58,114,101,116,117,114,110,33,48,59,99,97,115,101,32,53,58,114,101,116,117,114,110,32,98,59,99,97,115,101,32,54,58,114,101,116,117,114,110,32,83,59,99,97,115,101,32,50,58,99,46,99,97,108,108,40,67,44,98,41,125,101,108,115,101,32,115,119,105,116,99,104,40,116,41,123,99,97,115,101,32,52,58,114,101,116,117,114,110,33,49,59,99,97,115,101,32,55,58,99,46,99,97,108,108,40,67,44,98,41,125,114,101,116,117,114,110,32,102,63,45,49,58,117,124,124,108,63,108,58,67,125,125,59,116,46,101,120,112,111,114,116,115,61,123,102,111,114,69,97,99,104,58,117,40,48,41,44,109,97,112,58,117,40,49,41,44,102,105,108,116,101,114,58,117,40,50,41,44,115,111,109,101,58,117,40,51,41,44,101,118,101,114,121,58,117,40,52,41,44,102,105,110,100,58,117,40,53,41,44,102,105,110,100,73,110,100,101,120,58,117,40,54,41,44,102,105,108,116,101,114,79,117,116,58,117,40,55,41,125,125,44,98,55,101,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,99,56,48,34,41,44,105,61,110,40,34,97,102,97,101,34,41,59,116,46,101,120,112,111,114,116,115,61,79,98,106,101,99,116,46,107,101,121,115,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,40,116,44,105,41,125,125,44,98,55,101,50,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,99,55,99,49,34,41,40,34,108,105,110,107,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,34,97,34,44,34,104,114,101,102,34,44,101,41,125,125,41,41,125,44,98,56,51,97,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,102,102,51,53,34,41,44,111,61,77,97,116,104,46,101,120,112,59,114,40,114,46,83,44,34,77,97,116,104,34,44,123,116,97,110,104,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,105,40,116,61,43,116,41,44,110,61,105,40,45,116,41,59,114,101,116,117,114,110,32,101,61,61,49,47,48,63,49,58,110,61,61,49,47,48,63,45,49,58,40,101,45,110,41,47,40,111,40,116,41,43,111,40,45,116,41,41,125,125,41,125,44,98,56,53,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,46,100,40,101,44,34,97,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,125,41,41,59,110,40,34,97,52,100,51,34,41,44,110,40,34,101,48,49,97,34,41,44,110,40,34,100,51,98,55,34,41,44,110,40,34,100,50,56,98,34,41,44,110,40,34,51,99,97,51,34,41,44,110,40,34,100,100,98,48,34,41,59,118,97,114,32,114,61,110,40,34,48,54,99,53,34,41,59,102,117,110,99,116,105,111,110,32,105,40,116,44,101,41,123,118,97,114,32,110,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,116,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,124,124,116,91,34,64,64,105,116,101,114,97,116,111,114,34,93,59,105,102,40,33,110,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,124,124,40,110,61,79,98,106,101,99,116,40,114,91,34,97,34,93,41,40,116,41,41,124,124,101,38,38,116,38,38,34,110,117,109,98,101,114,34,61,61,61,116,121,112,101,111,102,32,116,46,108,101,110,103,116,104,41,123,110,38,38,40,116,61,110,41,59,118,97,114,32,105,61,48,44,111,61,102,117,110,99,116,105,111,110,40,41,123,125,59,114,101,116,117,114,110,123,115,58,111,44,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,62,61,116,46,108,101,110,103,116,104,63,123,100,111,110,101,58,33,48,125,58,123,100,111,110,101,58,33,49,44,118,97,108,117,101,58,116,91,105,43,43,93,125,125,44,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,114,111,119,32,116,125,44,102,58,111,125,125,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,105,116,101,114,97,116,101,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,46,92,110,73,110,32,111,114,100,101,114,32,116,111,32,98,101,32,105,116,101,114,97,98,108,101,44,32,110,111,110,45,97,114,114,97,121,32,111,98,106,101,99,116,115,32,109,117,115,116,32,104,97,118,101,32,97,32,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,32,109,101,116,104,111,100,46,34,41,125,118,97,114,32,97,44,115,61,33,48,44,99,61,33,49,59,114,101,116,117,114,110,123,115,58,102,117,110,99,116,105,111,110,40,41,123,110,61,110,46,99,97,108,108,40,116,41,125,44,110,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,110,46,110,101,120,116,40,41,59,114,101,116,117,114,110,32,115,61,116,46,100,111,110,101,44,116,125,44,101,58,102,117,110,99,116,105,111,110,40,116,41,123,99,61,33,48,44,97,61,116,125,44,102,58,102,117,110,99,116,105,111,110,40,41,123,116,114,121,123,115,124,124,110,117,108,108,61,61,110,91,34,114,101,116,117,114,110,34,93,124,124,110,91,34,114,101,116,117,114,110,34,93,40,41,125,102,105,110,97,108,108,121,123,105,102,40,99,41,116,104,114,111,119,32,97,125,125,125,125,125,44,98,56,54,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,99,55,99,49,34,41,40,34,115,117,98,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,34,115,117,98,34,44,34,34,44,34,34,41,125,125,41,41,125,44,98,56,98,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,52,54,57,49,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,114,40,116,41,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,116,43,34,32,105,115,32,110,111,116,32,97,110,32,111,98,106,101,99,116,33,34,41,59,114,101,116,117,114,110,32,116,125,125,44,98,57,50,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,54,55,52,52,34,41,44,111,61,110,40,34,98,52,54,48,34,41,44,97,61,110,40,34,53,99,98,56,34,41,44,115,61,34,91,34,43,97,43,34,93,34,44,99,61,34,226,128,139,194,133,34,44,117,61,82,101,103,69,120,112,40,34,94,34,43,115,43,115,43,34,42,34,41,44,108,61,82,101,103,69,120,112,40,115,43,115,43,34,42,36,34,41,44,102,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,105,61,123,125,44,115,61,111,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,33,97,91,116,93,40,41,124,124,99,91,116,93,40,41,33,61,99,125,41,41,44,117,61,105,91,116,93,61,115,63,101,40,104,41,58,97,91,116,93,59,110,38,38,40,105,91,110,93,61,117,41,44,114,40,114,46,80,43,114,46,70,42,115,44,34,83,116,114,105,110,103,34,44,105,41,125,44,104,61,102,46,116,114,105,109,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,83,116,114,105,110,103,40,105,40,116,41,41,44,49,38,101,38,38,40,116,61,116,46,114,101,112,108,97,99,101,40,117,44,34,34,41,41,44,50,38,101,38,38,40,116,61,116,46,114,101,112,108,97,99,101,40,108,44,34,34,41,41,44,116,125,59,116,46,101,120,112,111,114,116,115,61,102,125,44,98,97,53,98,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,98,53,48,54,34,41,59,114,40,114,46,71,43,114,46,70,42,40,112,97,114,115,101,70,108,111,97,116,33,61,105,41,44,123,112,97,114,115,101,70,108,111,97,116,58,105,125,41,125,44,98,98,50,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,48,51,57,34,41,59,116,46,101,120,112,111,114,116,115,61,33,114,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,105,115,69,120,116,101,110,115,105,98,108,101,40,79,98,106,101,99,116,46,112,114,101,118,101,110,116,69,120,116,101,110,115,105,111,110,115,40,123,125,41,41,125,41,41,125,44,98,99,51,97,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,110,40,34,99,101,101,52,34,41,125,44,98,99,52,56,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,102,97,53,34,41,59,116,46,101,120,112,111,114,116,115,61,65,114,114,97,121,46,105,115,65,114,114,97,121,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,65,114,114,97,121,34,61,61,114,40,116,41,125,125,44,98,100,52,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,53,53,97,34,41,44,105,61,110,40,34,99,51,102,97,34,41,44,111,61,110,40,34,55,101,51,51,34,41,44,97,61,110,40,34,97,57,48,57,34,41,40,34,115,114,99,34,41,44,115,61,110,40,34,99,56,49,49,34,41,44,99,61,34,116,111,83,116,114,105,110,103,34,44,117,61,40,34,34,43,115,41,46,115,112,108,105,116,40,99,41,59,110,40,34,97,48,54,102,34,41,46,105,110,115,112,101,99,116,83,111,117,114,99,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,115,46,99,97,108,108,40,116,41,125,44,40,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,115,41,123,118,97,114,32,99,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,110,59,99,38,38,40,111,40,110,44,34,110,97,109,101,34,41,124,124,105,40,110,44,34,110,97,109,101,34,44,101,41,41,44,116,91,101,93,33,61,61,110,38,38,40,99,38,38,40,111,40,110,44,97,41,124,124,105,40,110,44,97,44,116,91,101,93,63,34,34,43,116,91,101,93,58,117,46,106,111,105,110,40,83,116,114,105,110,103,40,101,41,41,41,41,44,116,61,61,61,114,63,116,91,101,93,61,110,58,115,63,116,91,101,93,63,116,91,101,93,61,110,58,105,40,116,44,101,44,110,41,58,40,100,101,108,101,116,101,32,116,91,101,93,44,105,40,116,44,101,44,110,41,41,41,125,41,40,70,117,110,99,116,105,111,110,46,112,114,111,116,111,116,121,112,101,44,99,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,104,105,115,38,38,116,104,105,115,91,97,93,124,124,115,46,99,97,108,108,40,116,104,105,115,41,125,41,41,125,44,98,100,52,56,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,99,101,98,54,34,41,44,111,61,110,40,34,100,56,98,50,34,41,44,97,61,110,40,34,53,56,100,49,34,41,44,115,61,91,93,46,108,97,115,116,73,110,100,101,120,79,102,44,99,61,33,33,115,38,38,49,47,91,49,93,46,108,97,115,116,73,110,100,101,120,79,102,40,49,44,45,48,41,60,48,59,114,40,114,46,80,43,114,46,70,42,40,99,124,124,33,110,40,34,54,48,97,49,34,41,40,115,41,41,44,34,65,114,114,97,121,34,44,123,108,97,115,116,73,110,100,101,120,79,102,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,99,41,114,101,116,117,114,110,32,115,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,124,124,48,59,118,97,114,32,101,61,105,40,116,104,105,115,41,44,110,61,97,40,101,46,108,101,110,103,116,104,41,44,114,61,110,45,49,59,102,111,114,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,40,114,61,77,97,116,104,46,109,105,110,40,114,44,111,40,97,114,103,117,109,101,110,116,115,91,49,93,41,41,41,44,114,60,48,38,38,40,114,61,110,43,114,41,59,114,62,61,48,59,114,45,45,41,105,102,40,114,32,105,110,32,101,38,38,101,91,114,93,61,61,61,116,41,114,101,116,117,114,110,32,114,124,124,48,59,114,101,116,117,114,110,45,49,125,125,41,125,44,98,100,100,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,53,48,53,49,34,41,40,33,48,41,59,114,40,114,46,83,44,34,79,98,106,101,99,116,34,44,123,101,110,116,114,105,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,41,125,125,41,125,44,98,100,101,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,97,57,48,57,34,41,40,34,109,101,116,97,34,41,44,105,61,110,40,34,99,100,102,57,34,41,44,111,61,110,40,34,55,101,51,51,34,41,44,97,61,110,40,34,48,102,50,54,34,41,46,102,44,115,61,48,44,99,61,79,98,106,101,99,116,46,105,115,69,120,116,101,110,115,105,98,108,101,124,124,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,125,44,117,61,33,110,40,34,98,52,54,48,34,41,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,99,40,79,98,106,101,99,116,46,112,114,101,118,101,110,116,69,120,116,101,110,115,105,111,110,115,40,123,125,41,41,125,41,41,44,108,61,102,117,110,99,116,105,111,110,40,116,41,123,97,40,116,44,114,44,123,118,97,108,117,101,58,123,105,58,34,79,34,43,32,43,43,115,44,119,58,123,125,125,125,41,125,44,102,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,105,40,116,41,41,114,101,116,117,114,110,34,115,121,109,98,111,108,34,61,61,116,121,112,101,111,102,32,116,63,116,58,40,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,63,34,83,34,58,34,80,34,41,43,116,59,105,102,40,33,111,40,116,44,114,41,41,123,105,102,40,33,99,40,116,41,41,114,101,116,117,114,110,34,70,34,59,105,102,40,33,101,41,114,101,116,117,114,110,34,69,34,59,108,40,116,41,125,114,101,116,117,114,110,32,116,91,114,93,46,105,125,44,104,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,111,40,116,44,114,41,41,123,105,102,40,33,99,40,116,41,41,114,101,116,117,114,110,33,48,59,105,102,40,33,101,41,114,101,116,117,114,110,33,49,59,108,40,116,41,125,114,101,116,117,114,110,32,116,91,114,93,46,119,125,44,100,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,117,38,38,112,46,78,69,69,68,38,38,99,40,116,41,38,38,33,111,40,116,44,114,41,38,38,108,40,116,41,44,116,125,44,112,61,116,46,101,120,112,111,114,116,115,61,123,75,69,89,58,114,44,78,69,69,68,58,33,49,44,102,97,115,116,75,101,121,58,102,44,103,101,116,87,101,97,107,58,104,44,111,110,70,114,101,101,122,101,58,100,125,125,44,98,101,53,56,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,97,48,54,102,34,41,44,111,61,110,40,34,50,53,53,97,34,41,44,97,61,110,40,34,48,97,55,100,34,41,44,115,61,110,40,34,99,53,48,100,34,41,59,114,40,114,46,80,43,114,46,82,44,34,80,114,111,109,105,115,101,34,44,123,102,105,110,97,108,108,121,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,97,40,116,104,105,115,44,105,46,80,114,111,109,105,115,101,124,124,111,46,80,114,111,109,105,115,101,41,44,110,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,59,114,101,116,117,114,110,32,116,104,105,115,46,116,104,101,110,40,110,63,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,115,40,101,44,116,40,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,125,41,41,125,58,116,44,110,63,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,115,40,101,44,116,40,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,116,104,114,111,119,32,110,125,41,41,125,58,116,41,125,125,41,125,44,98,101,101,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,101,46,108,101,110,103,116,104,59,110,43,43,41,123,118,97,114,32,114,61,101,91,110,93,59,114,46,101,110,117,109,101,114,97,98,108,101,61,114,46,101,110,117,109,101,114,97,98,108,101,124,124,33,49,44,114,46,99,111,110,102,105,103,117,114,97,98,108,101,61,33,48,44,34,118,97,108,117,101,34,105,110,32,114,38,38,40,114,46,119,114,105,116,97,98,108,101,61,33,48,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,114,46,107,101,121,44,114,41,125,125,102,117,110,99,116,105,111,110,32,105,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,38,38,114,40,116,46,112,114,111,116,111,116,121,112,101,44,101,41,44,110,38,38,114,40,116,44,110,41,44,116,125,110,46,100,40,101,44,34,97,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,125,41,41,125,44,98,102,52,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,57,51,51,101,34,41,40,34,73,110,116,51,50,34,44,52,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,101,44,110,44,114,41,125,125,41,41,125,44,99,48,52,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,99,55,99,49,34,41,40,34,105,116,97,108,105,99,115,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,34,105,34,44,34,34,44,34,34,41,125,125,41,41,125,44,99,48,52,101,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,54,49,100,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,114,40,116,41,41,114,101,116,117,114,110,32,116,59,118,97,114,32,110,44,105,59,105,102,40,101,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,40,110,61,116,46,116,111,83,116,114,105,110,103,41,38,38,33,114,40,105,61,110,46,99,97,108,108,40,116,41,41,41,114,101,116,117,114,110,32,105,59,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,40,110,61,116,46,118,97,108,117,101,79,102,41,38,38,33,114,40,105,61,110,46,99,97,108,108,40,116,41,41,41,114,101,116,117,114,110,32,105,59,105,102,40,33,101,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,40,110,61,116,46,116,111,83,116,114,105,110,103,41,38,38,33,114,40,105,61,110,46,99,97,108,108,40,116,41,41,41,114,101,116,117,114,110,32,105,59,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,39,116,32,99,111,110,118,101,114,116,32,111,98,106,101,99,116,32,116,111,32,112,114,105,109,105,116,105,118,101,32,118,97,108,117,101,34,41,125,125,44,99,51,52,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,40,102,117,110,99,116,105,111,110,40,101,41,123,33,102,117,110,99,116,105,111,110,40,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,110,40,41,125,40,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,115,101,108,102,38,38,115,101,108,102,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,114,41,123,105,102,40,110,91,114,93,41,114,101,116,117,114,110,32,110,91,114,93,46,101,120,112,111,114,116,115,59,118,97,114,32,105,61,110,91,114,93,61,123,105,58,114,44,108,58,33,49,44,101,120,112,111,114,116,115,58,123,125,125,59,114,101,116,117,114,110,32,116,91,114,93,46,99,97,108,108,40,105,46,101,120,112,111,114,116,115,44,105,44,105,46,101,120,112,111,114,116,115,44,101,41,44,105,46,108,61,33,48,44,105,46,101,120,112,111,114,116,115,125,118,97,114,32,110,61,123,125,59,114,101,116,117,114,110,32,101,46,109,61,116,44,101,46,99,61,110,44,101,46,100,61,102,117,110,99,116,105,111,110,40,116,44,110,44,114,41,123,101,46,111,40,116,44,110,41,124,124,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,110,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,49,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,103,101,116,58,114,125,41,125,44,101,46,110,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,100,101,102,97,117,108,116,125,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,59,114,101,116,117,114,110,32,101,46,100,40,110,44,34,97,34,44,110,41,44,110,125,44,101,46,111,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,116,44,101,41,125,44,101,46,112,61,34,34,44,101,40,101,46,115,61,54,48,41,125,40,91,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,117,110,99,116,105,111,110,32,110,40,116,44,101,41,123,118,97,114,32,110,61,116,91,49,93,124,124,34,34,44,105,61,116,91,51,93,59,105,102,40,33,105,41,114,101,116,117,114,110,32,110,59,105,102,40,101,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,98,116,111,97,41,123,118,97,114,32,111,61,114,40,105,41,59,114,101,116,117,114,110,91,110,93,46,99,111,110,99,97,116,40,105,46,115,111,117,114,99,101,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,47,42,35,32,115,111,117,114,99,101,85,82,76,61,34,43,105,46,115,111,117,114,99,101,82,111,111,116,43,116,43,34,32,42,47,34,125,41,41,41,46,99,111,110,99,97,116,40,91,111,93,41,46,106,111,105,110,40,34,92,110,34,41,125,114,101,116,117,114,110,91,110,93,46,106,111,105,110,40,34,92,110,34,41,125,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,34,47,42,35,32,115,111,117,114,99,101,77,97,112,112,105,110,103,85,82,76,61,100,97,116,97,58,97,112,112,108,105,99,97,116,105,111,110,47,106,115,111,110,59,99,104,97,114,115,101,116,61,117,116,102,45,56,59,98,97,115,101,54,52,44,34,43,98,116,111,97,40,117,110,101,115,99,97,112,101,40,101,110,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,116,41,41,41,41,43,34,32,42,47,34,125,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,91,93,59,114,101,116,117,114,110,32,101,46,116,111,83,116,114,105,110,103,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,110,40,101,44,116,41,59,114,101,116,117,114,110,32,101,91,50,93,63,34,64,109,101,100,105,97,32,34,43,101,91,50,93,43,34,123,34,43,114,43,34,125,34,58,114,125,41,41,46,106,111,105,110,40,34,34,41,125,44,101,46,105,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,38,38,40,116,61,91,91,110,117,108,108,44,116,44,34,34,93,93,41,59,102,111,114,40,118,97,114,32,114,61,123,125,44,105,61,48,59,105,60,116,104,105,115,46,108,101,110,103,116,104,59,105,43,43,41,123,118,97,114,32,111,61,116,104,105,115,91,105,93,91,48,93,59,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,111,38,38,40,114,91,111,93,61,33,48,41,125,102,111,114,40,105,61,48,59,105,60,116,46,108,101,110,103,116,104,59,105,43,43,41,123,118,97,114,32,97,61,116,91,105,93,59,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,97,91,48,93,38,38,114,91,97,91,48,93,93,124,124,40,110,38,38,33,97,91,50,93,63,97,91,50,93,61,110,58,110,38,38,40,97,91,50,93,61,34,40,34,43,97,91,50,93,43,34,41,32,97,110,100,32,40,34,43,110,43,34,41,34,41,44,101,46,112,117,115,104,40,97,41,41,125,125,44,101,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,102,117,110,99,116,105,111,110,32,114,40,116,41,123,102,111,114,40,118,97,114,32,101,61,48,59,101,60,116,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,116,91,101,93,44,114,61,108,91,110,46,105,100,93,59,105,102,40,114,41,123,114,46,114,101,102,115,43,43,59,102,111,114,40,118,97,114,32,105,61,48,59,105,60,114,46,112,97,114,116,115,46,108,101,110,103,116,104,59,105,43,43,41,114,46,112,97,114,116,115,91,105,93,40,110,46,112,97,114,116,115,91,105,93,41,59,102,111,114,40,59,105,60,110,46,112,97,114,116,115,46,108,101,110,103,116,104,59,105,43,43,41,114,46,112,97,114,116,115,46,112,117,115,104,40,111,40,110,46,112,97,114,116,115,91,105,93,41,41,59,114,46,112,97,114,116,115,46,108,101,110,103,116,104,62,110,46,112,97,114,116,115,46,108,101,110,103,116,104,38,38,40,114,46,112,97,114,116,115,46,108,101,110,103,116,104,61,110,46,112,97,114,116,115,46,108,101,110,103,116,104,41,125,101,108,115,101,123,118,97,114,32,97,61,91,93,59,102,111,114,40,105,61,48,59,105,60,110,46,112,97,114,116,115,46,108,101,110,103,116,104,59,105,43,43,41,97,46,112,117,115,104,40,111,40,110,46,112,97,114,116,115,91,105,93,41,41,59,108,91,110,46,105,100,93,61,123,105,100,58,110,46,105,100,44,114,101,102,115,58,49,44,112,97,114,116,115,58,97,125,125,125,125,102,117,110,99,116,105,111,110,32,105,40,41,123,118,97,114,32,116,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,115,116,121,108,101,34,41,59,114,101,116,117,114,110,32,116,46,116,121,112,101,61,34,116,101,120,116,47,99,115,115,34,44,102,46,97,112,112,101,110,100,67,104,105,108,100,40,116,41,44,116,125,102,117,110,99,116,105,111,110,32,111,40,116,41,123,118,97,114,32,101,44,110,44,114,61,100,111,99,117,109,101,110,116,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,34,115,116,121,108,101,91,34,43,109,43,39,126,61,34,39,43,116,46,105,100,43,39,34,93,39,41,59,105,102,40,114,41,123,105,102,40,112,41,114,101,116,117,114,110,32,118,59,114,46,112,97,114,101,110,116,78,111,100,101,46,114,101,109,111,118,101,67,104,105,108,100,40,114,41,125,105,102,40,98,41,123,118,97,114,32,111,61,100,43,43,59,114,61,104,124,124,40,104,61,105,40,41,41,44,101,61,97,46,98,105,110,100,40,110,117,108,108,44,114,44,111,44,33,49,41,44,110,61,97,46,98,105,110,100,40,110,117,108,108,44,114,44,111,44,33,48,41,125,101,108,115,101,32,114,61,105,40,41,44,101,61,115,46,98,105,110,100,40,110,117,108,108,44,114,41,44,110,61,102,117,110,99,116,105,111,110,40,41,123,114,46,112,97,114,101,110,116,78,111,100,101,46,114,101,109,111,118,101,67,104,105,108,100,40,114,41,125,59,114,101,116,117,114,110,32,101,40,116,41,44,102,117,110,99,116,105,111,110,40,114,41,123,105,102,40,114,41,123,105,102,40,114,46,99,115,115,61,61,61,116,46,99,115,115,38,38,114,46,109,101,100,105,97,61,61,61,116,46,109,101,100,105,97,38,38,114,46,115,111,117,114,99,101,77,97,112,61,61,61,116,46,115,111,117,114,99,101,77,97,112,41,114,101,116,117,114,110,59,101,40,116,61,114,41,125,101,108,115,101,32,110,40,41,125,125,102,117,110,99,116,105,111,110,32,97,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,110,63,34,34,58,114,46,99,115,115,59,105,102,40,116,46,115,116,121,108,101,83,104,101,101,116,41,116,46,115,116,121,108,101,83,104,101,101,116,46,99,115,115,84,101,120,116,61,121,40,101,44,105,41,59,101,108,115,101,123,118,97,114,32,111,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,84,101,120,116,78,111,100,101,40,105,41,44,97,61,116,46,99,104,105,108,100,78,111,100,101,115,59,97,91,101,93,38,38,116,46,114,101,109,111,118,101,67,104,105,108,100,40,97,91,101,93,41,44,97,46,108,101,110,103,116,104,63,116,46,105,110,115,101,114,116,66,101,102,111,114,101,40,111,44,97,91,101,93,41,58,116,46,97,112,112,101,110,100,67,104,105,108,100,40,111,41,125,125,102,117,110,99,116,105,111,110,32,115,40,116,44,101,41,123,118,97,114,32,110,61,101,46,99,115,115,44,114,61,101,46,109,101,100,105,97,44,105,61,101,46,115,111,117,114,99,101,77,97,112,59,105,102,40,114,38,38,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,109,101,100,105,97,34,44,114,41,44,103,46,115,115,114,73,100,38,38,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,109,44,101,46,105,100,41,44,105,38,38,40,110,43,61,34,92,110,47,42,35,32,115,111,117,114,99,101,85,82,76,61,34,43,105,46,115,111,117,114,99,101,115,91,48,93,43,34,32,42,47,34,44,110,43,61,34,92,110,47,42,35,32,115,111,117,114,99,101,77,97,112,112,105,110,103,85,82,76,61,100,97,116,97,58,97,112,112,108,105,99,97,116,105,111,110,47,106,115,111,110,59,98,97,115,101,54,52,44,34,43,98,116,111,97,40,117,110,101,115,99,97,112,101,40,101,110,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,105,41,41,41,41,43,34,32,42,47,34,41,44,116,46,115,116,121,108,101,83,104,101,101,116,41,116,46,115,116,121,108,101,83,104,101,101,116,46,99,115,115,84,101,120,116,61,110,59,101,108,115,101,123,102,111,114,40,59,116,46,102,105,114,115,116,67,104,105,108,100,59,41,116,46,114,101,109,111,118,101,67,104,105,108,100,40,116,46,102,105,114,115,116,67,104,105,108,100,41,59,116,46,97,112,112,101,110,100,67,104,105,108,100,40,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,84,101,120,116,78,111,100,101,40,110,41,41,125,125,118,97,114,32,99,61,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,100,111,99,117,109,101,110,116,59,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,68,69,66,85,71,38,38,68,69,66,85,71,38,38,33,99,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,118,117,101,45,115,116,121,108,101,45,108,111,97,100,101,114,32,99,97,110,110,111,116,32,98,101,32,117,115,101,100,32,105,110,32,97,32,110,111,110,45,98,114,111,119,115,101,114,32,101,110,118,105,114,111,110,109,101,110,116,46,32,85,115,101,32,123,32,116,97,114,103,101,116,58,32,39,110,111,100,101,39,32,125,32,105,110,32,121,111,117,114,32,87,101,98,112,97,99,107,32,99,111,110,102,105,103,32,116,111,32,105,110,100,105,99,97,116,101,32,97,32,115,101,114,118,101,114,45,114,101,110,100,101,114,105,110,103,32,101,110,118,105,114,111,110,109,101,110,116,46,34,41,59,118,97,114,32,117,61,110,40,54,52,41,44,108,61,123,125,44,102,61,99,38,38,40,100,111,99,117,109,101,110,116,46,104,101,97,100,124,124,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,115,66,121,84,97,103,78,97,109,101,40,34,104,101,97,100,34,41,91,48,93,41,44,104,61,110,117,108,108,44,100,61,48,44,112,61,33,49,44,118,61,102,117,110,99,116,105,111,110,40,41,123,125,44,103,61,110,117,108,108,44,109,61,34,100,97,116,97,45,118,117,101,45,115,115,114,45,105,100,34,44,98,61,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,110,97,118,105,103,97,116,111,114,38,38,47,109,115,105,101,32,91,54,45,57,93,92,98,47,46,116,101,115,116,40,110,97,118,105,103,97,116,111,114,46,117,115,101,114,65,103,101,110,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,105,41,123,112,61,110,44,103,61,105,124,124,123,125,59,118,97,114,32,111,61,117,40,116,44,101,41,59,114,101,116,117,114,110,32,114,40,111,41,44,102,117,110,99,116,105,111,110,40,101,41,123,102,111,114,40,118,97,114,32,110,61,91,93,44,105,61,48,59,105,60,111,46,108,101,110,103,116,104,59,105,43,43,41,123,118,97,114,32,97,61,111,91,105,93,44,115,61,108,91,97,46,105,100,93,59,115,46,114,101,102,115,45,45,44,110,46,112,117,115,104,40,115,41,125,101,63,40,111,61,117,40,116,44,101,41,44,114,40,111,41,41,58,111,61,91,93,59,102,111,114,40,105,61,48,59,105,60,110,46,108,101,110,103,116,104,59,105,43,43,41,123,115,61,110,91,105,93,59,105,102,40,48,61,61,61,115,46,114,101,102,115,41,123,102,111,114,40,118,97,114,32,99,61,48,59,99,60,115,46,112,97,114,116,115,46,108,101,110,103,116,104,59,99,43,43,41,115,46,112,97,114,116,115,91,99,93,40,41,59,100,101,108,101,116,101,32,108,91,115,46,105,100,93,125,125,125,125,59,118,97,114,32,121,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,41,123,114,101,116,117,114,110,32,116,91,101,93,61,110,44,116,46,102,105,108,116,101,114,40,66,111,111,108,101,97,110,41,46,106,111,105,110,40,34,92,110,34,41,125,125,40,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,44,111,41,123,118,97,114,32,97,44,115,61,116,61,116,124,124,123,125,44,99,61,116,121,112,101,111,102,32,116,46,100,101,102,97,117,108,116,59,34,111,98,106,101,99,116,34,33,61,61,99,38,38,34,102,117,110,99,116,105,111,110,34,33,61,61,99,124,124,40,97,61,116,44,115,61,116,46,100,101,102,97,117,108,116,41,59,118,97,114,32,117,44,108,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,115,63,115,46,111,112,116,105,111,110,115,58,115,59,105,102,40,101,38,38,40,108,46,114,101,110,100,101,114,61,101,46,114,101,110,100,101,114,44,108,46,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,61,101,46,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,44,108,46,95,99,111,109,112,105,108,101,100,61,33,48,41,44,110,38,38,40,108,46,102,117,110,99,116,105,111,110,97,108,61,33,48,41,44,105,38,38,40,108,46,95,115,99,111,112,101,73,100,61,105,41,44,111,63,40,117,61,102,117,110,99,116,105,111,110,40,116,41,123,116,61,116,124,124,116,104,105,115,46,36,118,110,111,100,101,38,38,116,104,105,115,46,36,118,110,111,100,101,46,115,115,114,67,111,110,116,101,120,116,124,124,116,104,105,115,46,112,97,114,101,110,116,38,38,116,104,105,115,46,112,97,114,101,110,116,46,36,118,110,111,100,101,38,38,116,104,105,115,46,112,97,114,101,110,116,46,36,118,110,111,100,101,46,115,115,114,67,111,110,116,101,120,116,44,116,124,124,34,117,110,100,101,102,105,110,101,100,34,61,61,116,121,112,101,111,102,32,95,95,86,85,69,95,83,83,82,95,67,79,78,84,69,88,84,95,95,124,124,40,116,61,95,95,86,85,69,95,83,83,82,95,67,79,78,84,69,88,84,95,95,41,44,114,38,38,114,46,99,97,108,108,40,116,104,105,115,44,116,41,44,116,38,38,116,46,95,114,101,103,105,115,116,101,114,101,100,67,111,109,112,111,110,101,110,116,115,38,38,116,46,95,114,101,103,105,115,116,101,114,101,100,67,111,109,112,111,110,101,110,116,115,46,97,100,100,40,111,41,125,44,108,46,95,115,115,114,82,101,103,105,115,116,101,114,61,117,41,58,114,38,38,40,117,61,114,41,44,117,41,123,118,97,114,32,102,61,108,46,102,117,110,99,116,105,111,110,97,108,44,104,61,102,63,108,46,114,101,110,100,101,114,58,108,46,98,101,102,111,114,101,67,114,101,97,116,101,59,102,63,40,108,46,95,105,110,106,101,99,116,83,116,121,108,101,115,61,117,44,108,46,114,101,110,100,101,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,117,46,99,97,108,108,40,101,41,44,104,40,116,44,101,41,125,41,58,108,46,98,101,102,111,114,101,67,114,101,97,116,101,61,104,63,91,93,46,99,111,110,99,97,116,40,104,44,117,41,58,91,117,93,125,114,101,116,117,114,110,123,101,115,77,111,100,117,108,101,58,97,44,101,120,112,111,114,116,115,58,115,44,111,112,116,105,111,110,115,58,108,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,44,101,41,123,118,97,114,32,110,44,114,61,116,38,38,116,46,97,59,33,40,110,61,116,38,38,116,46,104,115,108,63,40,48,44,111,46,100,101,102,97,117,108,116,41,40,116,46,104,115,108,41,58,116,38,38,116,46,104,101,120,38,38,116,46,104,101,120,46,108,101,110,103,116,104,62,48,63,40,48,44,111,46,100,101,102,97,117,108,116,41,40,116,46,104,101,120,41,58,116,38,38,116,46,104,115,118,63,40,48,44,111,46,100,101,102,97,117,108,116,41,40,116,46,104,115,118,41,58,116,38,38,116,46,114,103,98,97,63,40,48,44,111,46,100,101,102,97,117,108,116,41,40,116,46,114,103,98,97,41,58,116,38,38,116,46,114,103,98,63,40,48,44,111,46,100,101,102,97,117,108,116,41,40,116,46,114,103,98,41,58,40,48,44,111,46,100,101,102,97,117,108,116,41,40,116,41,41,124,124,118,111,105,100,32,48,33,61,61,110,46,95,97,38,38,110,117,108,108,33,61,61,110,46,95,97,124,124,110,46,115,101,116,65,108,112,104,97,40,114,124,124,49,41,59,118,97,114,32,105,61,110,46,116,111,72,115,108,40,41,44,97,61,110,46,116,111,72,115,118,40,41,59,114,101,116,117,114,110,32,48,61,61,61,105,46,115,38,38,40,97,46,104,61,105,46,104,61,116,46,104,124,124,116,46,104,115,108,38,38,116,46,104,115,108,46,104,124,124,101,124,124,48,41,44,123,104,115,108,58,105,44,104,101,120,58,110,46,116,111,72,101,120,83,116,114,105,110,103,40,41,46,116,111,85,112,112,101,114,67,97,115,101,40,41,44,104,101,120,56,58,110,46,116,111,72,101,120,56,83,116,114,105,110,103,40,41,46,116,111,85,112,112,101,114,67,97,115,101,40,41,44,114,103,98,97,58,110,46,116,111,82,103,98,40,41,44,104,115,118,58,97,44,111,108,100,72,117,101,58,116,46,104,124,124,101,124,124,105,46,104,44,115,111,117,114,99,101,58,116,46,115,111,117,114,99,101,44,97,58,116,46,97,124,124,110,46,103,101,116,65,108,112,104,97,40,41,125,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,54,53,41,44,111,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,116,58,123,100,101,102,97,117,108,116,58,116,125,125,40,105,41,59,101,46,100,101,102,97,117,108,116,61,123,112,114,111,112,115,58,91,34,118,97,108,117,101,34,93,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,118,97,108,58,114,40,116,104,105,115,46,118,97,108,117,101,41,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,108,111,114,115,58,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,118,97,108,125,44,115,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,118,97,108,61,116,44,116,104,105,115,46,36,101,109,105,116,40,34,105,110,112,117,116,34,44,116,41,125,125,125,44,119,97,116,99,104,58,123,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,118,97,108,61,114,40,116,41,125,125,44,109,101,116,104,111,100,115,58,123,99,111,108,111,114,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,111,108,100,72,117,101,61,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,104,44,116,104,105,115,46,99,111,108,111,114,115,61,114,40,116,44,101,124,124,116,104,105,115,46,111,108,100,72,117,101,41,125,44,105,115,86,97,108,105,100,72,101,120,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,40,48,44,111,46,100,101,102,97,117,108,116,41,40,116,41,46,105,115,86,97,108,105,100,40,41,125,44,115,105,109,112,108,101,67,104,101,99,107,70,111,114,86,97,108,105,100,67,111,108,111,114,58,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,91,34,114,34,44,34,103,34,44,34,98,34,44,34,97,34,44,34,104,34,44,34,115,34,44,34,108,34,44,34,118,34,93,44,110,61,48,44,114,61,48,44,105,61,48,59,105,60,101,46,108,101,110,103,116,104,59,105,43,43,41,123,118,97,114,32,111,61,101,91,105,93,59,116,91,111,93,38,38,40,110,43,43,44,105,115,78,97,78,40,116,91,111,93,41,124,124,114,43,43,41,125,105,102,40,110,61,61,61,114,41,114,101,116,117,114,110,32,116,125,44,112,97,108,101,116,116,101,85,112,112,101,114,67,97,115,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,116,111,85,112,112,101,114,67,97,115,101,40,41,125,41,41,125,44,105,115,84,114,97,110,115,112,97,114,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,48,61,61,61,40,48,44,111,46,100,101,102,97,117,108,116,41,40,116,41,46,103,101,116,65,108,112,104,97,40,41,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,101,120,112,111,114,116,115,61,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,119,105,110,100,111,119,38,38,119,105,110,100,111,119,46,77,97,116,104,61,61,77,97,116,104,63,119,105,110,100,111,119,58,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,115,101,108,102,38,38,115,101,108,102,46,77,97,116,104,61,61,77,97,116,104,63,115,101,108,102,58,70,117,110,99,116,105,111,110,40,34,114,101,116,117,114,110,32,116,104,105,115,34,41,40,41,59,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,95,95,103,38,38,40,95,95,103,61,110,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,99,124,124,110,40,54,54,41,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,51,54,41,44,111,61,110,46,110,40,105,41,59,102,111,114,40,118,97,114,32,97,32,105,110,32,105,41,34,100,101,102,97,117,108,116,34,33,61,61,97,38,38,102,117,110,99,116,105,111,110,40,116,41,123,110,46,100,40,101,44,116,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,91,116,93,125,41,41,125,40,97,41,59,118,97,114,32,115,61,110,40,54,56,41,44,99,61,33,49,44,117,61,110,40,50,41,44,108,61,114,44,102,61,117,40,111,46,97,44,115,46,97,44,33,49,44,108,44,110,117,108,108,44,110,117,108,108,41,59,102,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,99,111,109,109,111,110,47,69,100,105,116,97,98,108,101,73,110,112,117,116,46,118,117,101,34,44,101,46,100,101,102,97,117,108,116,61,102,46,101,120,112,111,114,116,115,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,123,125,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,110,46,99,97,108,108,40,116,44,101,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,56,41,44,105,61,110,40,49,56,41,59,116,46,101,120,112,111,114,116,115,61,110,40,57,41,63,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,114,46,102,40,116,44,101,44,105,40,49,44,110,41,41,125,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,91,101,93,61,110,44,116,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,54,41,44,105,61,110,40,52,50,41,44,111,61,110,40,50,53,41,44,97,61,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,59,101,46,102,61,110,40,57,41,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,114,40,116,41,44,101,61,111,40,101,44,33,48,41,44,114,40,110,41,44,105,41,116,114,121,123,114,101,116,117,114,110,32,97,40,116,44,101,44,110,41,125,99,97,116,99,104,40,116,41,123,125,105,102,40,34,103,101,116,34,105,110,32,110,124,124,34,115,101,116,34,105,110,32,110,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,65,99,99,101,115,115,111,114,115,32,110,111,116,32,115,117,112,112,111,114,116,101,100,33,34,41,59,114,101,116,117,114,110,34,118,97,108,117,101,34,105,110,32,110,38,38,40,116,91,101,93,61,110,46,118,97,108,117,101,41,44,116,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,33,110,40,49,55,41,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,33,61,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,123,125,44,34,97,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,125,125,41,46,97,125,41,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,57,48,41,44,105,61,110,40,50,52,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,40,105,40,116,41,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,50,57,41,40,34,119,107,115,34,41,44,105,61,110,40,49,57,41,44,111,61,110,40,52,41,46,83,121,109,98,111,108,44,97,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,111,59,40,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,91,116,93,124,124,40,114,91,116,93,61,97,38,38,111,91,116,93,124,124,40,97,63,111,58,105,41,40,34,83,121,109,98,111,108,46,34,43,116,41,41,125,41,46,115,116,111,114,101,61,114,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,116,63,110,117,108,108,33,61,61,116,58,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,99,124,124,110,40,49,49,49,41,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,53,49,41,44,111,61,110,46,110,40,105,41,59,102,111,114,40,118,97,114,32,97,32,105,110,32,105,41,34,100,101,102,97,117,108,116,34,33,61,61,97,38,38,102,117,110,99,116,105,111,110,40,116,41,123,110,46,100,40,101,44,116,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,91,116,93,125,41,41,125,40,97,41,59,118,97,114,32,115,61,110,40,49,49,51,41,44,99,61,33,49,44,117,61,110,40,50,41,44,108,61,114,44,102,61,117,40,111,46,97,44,115,46,97,44,33,49,44,108,44,110,117,108,108,44,110,117,108,108,41,59,102,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,99,111,109,109,111,110,47,72,117,101,46,118,117,101,34,44,101,46,100,101,102,97,117,108,116,61,102,46,101,120,112,111,114,116,115,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,33,48,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,101,120,112,111,114,116,115,61,123,118,101,114,115,105,111,110,58,34,50,46,54,46,49,49,34,125,59,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,95,95,101,38,38,40,95,95,101,61,110,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,50,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,114,40,116,41,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,116,43,34,32,105,115,32,110,111,116,32,97,110,32,111,98,106,101,99,116,33,34,41,59,114,101,116,117,114,110,32,116,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,116,114,121,123,114,101,116,117,114,110,33,33,116,40,41,125,99,97,116,99,104,40,116,41,123,114,101,116,117,114,110,33,48,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,123,101,110,117,109,101,114,97,98,108,101,58,33,40,49,38,116,41,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,40,50,38,116,41,44,119,114,105,116,97,98,108,101,58,33,40,52,38,116,41,44,118,97,108,117,101,58,101,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,48,44,114,61,77,97,116,104,46,114,97,110,100,111,109,40,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,83,121,109,98,111,108,40,34,46,99,111,110,99,97,116,40,118,111,105,100,32,48,61,61,61,116,63,34,34,58,116,44,34,41,95,34,44,40,43,43,110,43,114,41,46,116,111,83,116,114,105,110,103,40,51,54,41,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,99,124,124,110,40,49,50,51,41,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,53,52,41,44,111,61,110,46,110,40,105,41,59,102,111,114,40,118,97,114,32,97,32,105,110,32,105,41,34,100,101,102,97,117,108,116,34,33,61,61,97,38,38,102,117,110,99,116,105,111,110,40,116,41,123,110,46,100,40,101,44,116,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,91,116,93,125,41,41,125,40,97,41,59,118,97,114,32,115,61,110,40,49,50,55,41,44,99,61,33,49,44,117,61,110,40,50,41,44,108,61,114,44,102,61,117,40,111,46,97,44,115,46,97,44,33,49,44,108,44,110,117,108,108,44,110,117,108,108,41,59,102,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,99,111,109,109,111,110,47,83,97,116,117,114,97,116,105,111,110,46,118,117,101,34,44,101,46,100,101,102,97,117,108,116,61,102,46,101,120,112,111,114,116,115,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,99,124,124,110,40,49,50,56,41,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,53,53,41,44,111,61,110,46,110,40,105,41,59,102,111,114,40,118,97,114,32,97,32,105,110,32,105,41,34,100,101,102,97,117,108,116,34,33,61,61,97,38,38,102,117,110,99,116,105,111,110,40,116,41,123,110,46,100,40,101,44,116,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,91,116,93,125,41,41,125,40,97,41,59,118,97,114,32,115,61,110,40,49,51,51,41,44,99,61,33,49,44,117,61,110,40,50,41,44,108,61,114,44,102,61,117,40,111,46,97,44,115,46,97,44,33,49,44,108,44,110,117,108,108,44,110,117,108,108,41,59,102,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,99,111,109,109,111,110,47,65,108,112,104,97,46,118,117,101,34,44,101,46,100,101,102,97,117,108,116,61,102,46,101,120,112,111,114,116,115,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,99,124,124,110,40,49,51,48,41,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,53,54,41,44,111,61,110,46,110,40,105,41,59,102,111,114,40,118,97,114,32,97,32,105,110,32,105,41,34,100,101,102,97,117,108,116,34,33,61,61,97,38,38,102,117,110,99,116,105,111,110,40,116,41,123,110,46,100,40,101,44,116,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,91,116,93,125,41,41,125,40,97,41,59,118,97,114,32,115,61,110,40,49,51,50,41,44,99,61,33,49,44,117,61,110,40,50,41,44,108,61,114,44,102,61,117,40,111,46,97,44,115,46,97,44,33,49,44,108,44,110,117,108,108,44,110,117,108,108,41,59,102,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,99,111,109,109,111,110,47,67,104,101,99,107,98,111,97,114,100,46,118,117,101,34,44,101,46,100,101,102,97,117,108,116,61,102,46,101,120,112,111,114,116,115,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,77,97,116,104,46,99,101,105,108,44,114,61,77,97,116,104,46,102,108,111,111,114,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,115,78,97,78,40,116,61,43,116,41,63,48,58,40,116,62,48,63,114,58,110,41,40,116,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,118,111,105,100,32,48,61,61,116,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,39,116,32,99,97,108,108,32,109,101,116,104,111,100,32,111,110,32,32,34,43,116,41,59,114,101,116,117,114,110,32,116,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,50,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,114,40,116,41,41,114,101,116,117,114,110,32,116,59,118,97,114,32,110,44,105,59,105,102,40,101,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,40,110,61,116,46,116,111,83,116,114,105,110,103,41,38,38,33,114,40,105,61,110,46,99,97,108,108,40,116,41,41,41,114,101,116,117,114,110,32,105,59,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,40,110,61,116,46,118,97,108,117,101,79,102,41,38,38,33,114,40,105,61,110,46,99,97,108,108,40,116,41,41,41,114,101,116,117,114,110,32,105,59,105,102,40,33,101,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,40,110,61,116,46,116,111,83,116,114,105,110,103,41,38,38,33,114,40,105,61,110,46,99,97,108,108,40,116,41,41,41,114,101,116,117,114,110,32,105,59,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,39,116,32,99,111,110,118,101,114,116,32,111,98,106,101,99,116,32,116,111,32,112,114,105,109,105,116,105,118,101,32,118,97,108,117,101,34,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,123,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,52,54,41,44,105,61,110,40,51,48,41,59,116,46,101,120,112,111,114,116,115,61,79,98,106,101,99,116,46,107,101,121,115,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,40,116,44,105,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,50,57,41,40,34,107,101,121,115,34,41,44,105,61,110,40,49,57,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,91,116,93,124,124,40,114,91,116,93,61,105,40,116,41,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,53,41,44,105,61,110,40,52,41,44,111,61,105,91,34,95,95,99,111,114,101,45,106,115,95,115,104,97,114,101,100,95,95,34,93,124,124,40,105,91,34,95,95,99,111,114,101,45,106,115,95,115,104,97,114,101,100,95,95,34,93,61,123,125,41,59,40,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,111,91,116,93,124,124,40,111,91,116,93,61,118,111,105,100,32,48,33,61,61,101,63,101,58,123,125,41,125,41,40,34,118,101,114,115,105,111,110,115,34,44,91,93,41,46,112,117,115,104,40,123,118,101,114,115,105,111,110,58,114,46,118,101,114,115,105,111,110,44,109,111,100,101,58,110,40,49,52,41,63,34,112,117,114,101,34,58,34,103,108,111,98,97,108,34,44,99,111,112,121,114,105,103,104,116,58,34,194,169,32,50,48,49,57,32,68,101,110,105,115,32,80,117,115,104,107,97,114,101,118,32,40,122,108,111,105,114,111,99,107,46,114,117,41,34,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,34,99,111,110,115,116,114,117,99,116,111,114,44,104,97,115,79,119,110,80,114,111,112,101,114,116,121,44,105,115,80,114,111,116,111,116,121,112,101,79,102,44,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,44,116,111,76,111,99,97,108,101,83,116,114,105,110,103,44,116,111,83,116,114,105,110,103,44,118,97,108,117,101,79,102,34,46,115,112,108,105,116,40,34,44,34,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,56,41,46,102,44,105,61,110,40,54,41,44,111,61,110,40,49,49,41,40,34,116,111,83,116,114,105,110,103,84,97,103,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,38,38,33,105,40,116,61,110,63,116,58,116,46,112,114,111,116,111,116,121,112,101,44,111,41,38,38,114,40,116,44,111,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,118,97,108,117,101,58,101,125,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,46,102,61,110,40,49,49,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,52,41,44,105,61,110,40,49,53,41,44,111,61,110,40,49,52,41,44,97,61,110,40,51,50,41,44,115,61,110,40,56,41,46,102,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,105,46,83,121,109,98,111,108,124,124,40,105,46,83,121,109,98,111,108,61,111,63,123,125,58,114,46,83,121,109,98,111,108,124,124,123,125,41,59,34,95,34,61,61,116,46,99,104,97,114,65,116,40,48,41,124,124,116,32,105,110,32,101,124,124,115,40,101,44,116,44,123,118,97,108,117,101,58,97,46,102,40,116,41,125,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,101,46,102,61,123,125,46,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,116,58,123,100,101,102,97,117,108,116,58,116,125,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,51,41,44,111,61,114,40,105,41,44,97,61,110,40,53,41,44,115,61,114,40,97,41,44,99,61,91,34,35,52,68,52,68,52,68,34,44,34,35,57,57,57,57,57,57,34,44,34,35,70,70,70,70,70,70,34,44,34,35,70,52,52,69,51,66,34,44,34,35,70,69,57,50,48,48,34,44,34,35,70,67,68,67,48,48,34,44,34,35,68,66,68,70,48,48,34,44,34,35,65,52,68,68,48,48,34,44,34,35,54,56,67,67,67,65,34,44,34,35,55,51,68,56,70,70,34,44,34,35,65,69,65,49,70,70,34,44,34,35,70,68,65,49,70,70,34,44,34,35,51,51,51,51,51,51,34,44,34,35,56,48,56,48,56,48,34,44,34,35,67,67,67,67,67,67,34,44,34,35,68,51,51,49,49,53,34,44,34,35,69,50,55,51,48,48,34,44,34,35,70,67,67,52,48,48,34,44,34,35,66,48,66,67,48,48,34,44,34,35,54,56,66,67,48,48,34,44,34,35,49,54,65,53,65,53,34,44,34,35,48,48,57,67,69,48,34,44,34,35,55,66,54,52,70,70,34,44,34,35,70,65,50,56,70,70,34,44,34,35,48,48,48,48,48,48,34,44,34,35,54,54,54,54,54,54,34,44,34,35,66,51,66,51,66,51,34,44,34,35,57,70,48,53,48,48,34,44,34,35,67,52,53,49,48,48,34,44,34,35,70,66,57,69,48,48,34,44,34,35,56,48,56,57,48,48,34,44,34,35,49,57,52,68,51,51,34,44,34,35,48,67,55,57,55,68,34,44,34,35,48,48,54,50,66,49,34,44,34,35,54,53,51,50,57,52,34,44,34,35,65,66,49,52,57,69,34,93,59,101,46,100,101,102,97,117,108,116,61,123,110,97,109,101,58,34,67,111,109,112,97,99,116,34,44,109,105,120,105,110,115,58,91,111,46,100,101,102,97,117,108,116,93,44,112,114,111,112,115,58,123,112,97,108,101,116,116,101,58,123,116,121,112,101,58,65,114,114,97,121,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,99,125,125,125,44,99,111,109,112,111,110,101,110,116,115,58,123,34,101,100,45,105,110,34,58,115,46,100,101,102,97,117,108,116,125,44,99,111,109,112,117,116,101,100,58,123,112,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,111,108,111,114,115,46,104,101,120,46,116,111,85,112,112,101,114,67,97,115,101,40,41,125,125,44,109,101,116,104,111,100,115,58,123,104,97,110,100,108,101,114,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,104,101,120,58,116,44,115,111,117,114,99,101,58,34,104,101,120,34,125,41,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,44,101,46,100,101,102,97,117,108,116,61,123,110,97,109,101,58,34,101,100,105,116,97,98,108,101,73,110,112,117,116,34,44,112,114,111,112,115,58,123,108,97,98,101,108,58,83,116,114,105,110,103,44,108,97,98,101,108,84,101,120,116,58,83,116,114,105,110,103,44,100,101,115,99,58,83,116,114,105,110,103,44,118,97,108,117,101,58,91,83,116,114,105,110,103,44,78,117,109,98,101,114,93,44,109,97,120,58,78,117,109,98,101,114,44,109,105,110,58,78,117,109,98,101,114,44,97,114,114,111,119,79,102,102,115,101,116,58,123,116,121,112,101,58,78,117,109,98,101,114,44,100,101,102,97,117,108,116,58,49,125,125,44,99,111,109,112,117,116,101,100,58,123,118,97,108,58,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,118,97,108,117,101,125,44,115,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,40,118,111,105,100,32,48,33,61,61,116,104,105,115,46,109,97,120,38,38,43,116,62,116,104,105,115,46,109,97,120,41,41,114,101,116,117,114,110,32,116,59,116,104,105,115,46,36,114,101,102,115,46,105,110,112,117,116,46,118,97,108,117,101,61,116,104,105,115,46,109,97,120,125,125,44,108,97,98,101,108,73,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,105,110,112,117,116,95,95,108,97,98,101,108,95,95,34,43,116,104,105,115,46,108,97,98,101,108,43,34,95,95,34,43,77,97,116,104,46,114,97,110,100,111,109,40,41,46,116,111,83,116,114,105,110,103,40,41,46,115,108,105,99,101,40,50,44,53,41,125,44,108,97,98,101,108,83,112,97,110,84,101,120,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,108,97,98,101,108,84,101,120,116,124,124,116,104,105,115,46,108,97,98,101,108,125,125,44,109,101,116,104,111,100,115,58,123,117,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,104,97,110,100,108,101,67,104,97,110,103,101,40,116,46,116,97,114,103,101,116,46,118,97,108,117,101,41,125,44,104,97,110,100,108,101,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,123,125,59,101,91,116,104,105,115,46,108,97,98,101,108,93,61,116,44,40,118,111,105,100,32,48,61,61,61,101,46,104,101,120,38,38,118,111,105,100,32,48,61,61,61,101,91,34,35,34,93,124,124,116,46,108,101,110,103,116,104,62,53,41,38,38,116,104,105,115,46,36,101,109,105,116,40,34,99,104,97,110,103,101,34,44,101,41,125,44,104,97,110,100,108,101,75,101,121,68,111,119,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,46,118,97,108,44,110,61,78,117,109,98,101,114,40,101,41,59,105,102,40,110,41,123,118,97,114,32,114,61,116,104,105,115,46,97,114,114,111,119,79,102,102,115,101,116,124,124,49,59,51,56,61,61,61,116,46,107,101,121,67,111,100,101,38,38,40,101,61,110,43,114,44,116,104,105,115,46,104,97,110,100,108,101,67,104,97,110,103,101,40,101,41,44,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,41,44,52,48,61,61,61,116,46,107,101,121,67,111,100,101,38,38,40,101,61,110,45,114,44,116,104,105,115,46,104,97,110,100,108,101,67,104,97,110,103,101,40,101,41,44,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,41,125,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,114,61,110,40,51,41,44,105,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,116,58,123,100,101,102,97,117,108,116,58,116,125,125,40,114,41,44,111,61,91,34,35,70,70,70,70,70,70,34,44,34,35,70,50,70,50,70,50,34,44,34,35,69,54,69,54,69,54,34,44,34,35,68,57,68,57,68,57,34,44,34,35,67,67,67,67,67,67,34,44,34,35,66,70,66,70,66,70,34,44,34,35,66,51,66,51,66,51,34,44,34,35,65,54,65,54,65,54,34,44,34,35,57,57,57,57,57,57,34,44,34,35,56,67,56,67,56,67,34,44,34,35,56,48,56,48,56,48,34,44,34,35,55,51,55,51,55,51,34,44,34,35,54,54,54,54,54,54,34,44,34,35,53,57,53,57,53,57,34,44,34,35,52,68,52,68,52,68,34,44,34,35,52,48,52,48,52,48,34,44,34,35,51,51,51,51,51,51,34,44,34,35,50,54,50,54,50,54,34,44,34,35,48,68,48,68,48,68,34,44,34,35,48,48,48,48,48,48,34,93,59,101,46,100,101,102,97,117,108,116,61,123,110,97,109,101,58,34,71,114,97,121,115,99,97,108,101,34,44,109,105,120,105,110,115,58,91,105,46,100,101,102,97,117,108,116,93,44,112,114,111,112,115,58,123,112,97,108,101,116,116,101,58,123,116,121,112,101,58,65,114,114,97,121,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,111,125,125,125,44,99,111,109,112,111,110,101,110,116,115,58,123,125,44,99,111,109,112,117,116,101,100,58,123,112,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,111,108,111,114,115,46,104,101,120,46,116,111,85,112,112,101,114,67,97,115,101,40,41,125,125,44,109,101,116,104,111,100,115,58,123,104,97,110,100,108,101,114,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,104,101,120,58,116,44,115,111,117,114,99,101,58,34,104,101,120,34,125,41,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,116,58,123,100,101,102,97,117,108,116,58,116,125,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,53,41,44,111,61,114,40,105,41,44,97,61,110,40,51,41,44,115,61,114,40,97,41,59,101,46,100,101,102,97,117,108,116,61,123,110,97,109,101,58,34,77,97,116,101,114,105,97,108,34,44,109,105,120,105,110,115,58,91,115,46,100,101,102,97,117,108,116,93,44,99,111,109,112,111,110,101,110,116,115,58,123,34,101,100,45,105,110,34,58,111,46,100,101,102,97,117,108,116,125,44,109,101,116,104,111,100,115,58,123,111,110,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,40,116,46,104,101,120,63,116,104,105,115,46,105,115,86,97,108,105,100,72,101,120,40,116,46,104,101,120,41,38,38,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,104,101,120,58,116,46,104,101,120,44,115,111,117,114,99,101,58,34,104,101,120,34,125,41,58,40,116,46,114,124,124,116,46,103,124,124,116,46,98,41,38,38,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,114,58,116,46,114,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,114,44,103,58,116,46,103,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,103,44,98,58,116,46,98,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,98,44,97,58,116,46,97,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,97,44,115,111,117,114,99,101,58,34,114,103,98,97,34,125,41,41,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,116,58,123,100,101,102,97,117,108,116,58,116,125,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,56,49,41,44,111,61,114,40,105,41,44,97,61,110,40,51,41,44,115,61,114,40,97,41,44,99,61,110,40,49,51,41,44,117,61,114,40,99,41,59,101,46,100,101,102,97,117,108,116,61,123,110,97,109,101,58,34,83,108,105,100,101,114,34,44,109,105,120,105,110,115,58,91,115,46,100,101,102,97,117,108,116,93,44,112,114,111,112,115,58,123,115,119,97,116,99,104,101,115,58,123,116,121,112,101,58,65,114,114,97,121,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,123,115,58,46,53,44,108,58,46,56,125,44,123,115,58,46,53,44,108,58,46,54,53,125,44,123,115,58,46,53,44,108,58,46,53,125,44,123,115,58,46,53,44,108,58,46,51,53,125,44,123,115,58,46,53,44,108,58,46,50,125,93,125,125,125,44,99,111,109,112,111,110,101,110,116,115,58,123,104,117,101,58,117,46,100,101,102,97,117,108,116,125,44,99,111,109,112,117,116,101,100,58,123,110,111,114,109,97,108,105,122,101,100,83,119,97,116,99,104,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,119,97,116,99,104,101,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,111,98,106,101,99,116,34,33,61,61,40,118,111,105,100,32,48,61,61,61,116,63,34,117,110,100,101,102,105,110,101,100,34,58,40,48,44,111,46,100,101,102,97,117,108,116,41,40,116,41,41,63,123,115,58,46,53,44,108,58,116,125,58,116,125,41,41,125,125,44,109,101,116,104,111,100,115,58,123,105,115,65,99,116,105,118,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,59,114,101,116,117,114,110,32,49,61,61,61,110,46,108,38,38,49,61,61,61,116,46,108,124,124,48,61,61,61,110,46,108,38,38,48,61,61,61,116,46,108,124,124,77,97,116,104,46,97,98,115,40,110,46,108,45,116,46,108,41,60,46,48,49,38,38,77,97,116,104,46,97,98,115,40,110,46,115,45,116,46,115,41,60,46,48,49,125,44,104,117,101,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,116,41,125,44,104,97,110,100,108,101,83,119,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,104,58,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,104,44,115,58,101,46,115,44,108,58,101,46,108,44,115,111,117,114,99,101,58,34,104,115,108,34,125,41,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,49,52,41,44,105,61,110,40,52,49,41,44,111,61,110,40,52,52,41,44,97,61,110,40,55,41,44,115,61,110,40,50,54,41,44,99,61,110,40,56,56,41,44,117,61,110,40,51,49,41,44,108,61,110,40,57,53,41,44,102,61,110,40,49,49,41,40,34,105,116,101,114,97,116,111,114,34,41,44,104,61,33,40,91,93,46,107,101,121,115,38,38,34,110,101,120,116,34,105,110,91,93,46,107,101,121,115,40,41,41,44,100,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,112,44,118,44,103,44,109,41,123,99,40,110,44,101,44,112,41,59,118,97,114,32,98,44,121,44,119,44,95,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,104,38,38,116,32,105,110,32,107,41,114,101,116,117,114,110,32,107,91,116,93,59,115,119,105,116,99,104,40,116,41,123,99,97,115,101,34,107,101,121,115,34,58,99,97,115,101,34,118,97,108,117,101,115,34,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,110,40,116,104,105,115,44,116,41,125,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,110,40,116,104,105,115,44,116,41,125,125,44,120,61,101,43,34,32,73,116,101,114,97,116,111,114,34,44,79,61,34,118,97,108,117,101,115,34,61,61,118,44,83,61,33,49,44,107,61,116,46,112,114,111,116,111,116,121,112,101,44,67,61,107,91,102,93,124,124,107,91,34,64,64,105,116,101,114,97,116,111,114,34,93,124,124,118,38,38,107,91,118,93,44,80,61,67,124,124,95,40,118,41,44,84,61,118,63,79,63,95,40,34,101,110,116,114,105,101,115,34,41,58,80,58,118,111,105,100,32,48,44,106,61,34,65,114,114,97,121,34,61,61,101,38,38,107,46,101,110,116,114,105,101,115,124,124,67,59,105,102,40,106,38,38,40,119,61,108,40,106,46,99,97,108,108,40,110,101,119,32,116,41,41,41,33,61,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,38,38,119,46,110,101,120,116,38,38,40,117,40,119,44,120,44,33,48,41,44,114,124,124,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,119,91,102,93,124,124,97,40,119,44,102,44,100,41,41,44,79,38,38,67,38,38,34,118,97,108,117,101,115,34,33,61,61,67,46,110,97,109,101,38,38,40,83,61,33,48,44,80,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,67,46,99,97,108,108,40,116,104,105,115,41,125,41,44,114,38,38,33,109,124,124,33,104,38,38,33,83,38,38,107,91,102,93,124,124,97,40,107,44,102,44,80,41,44,115,91,101,93,61,80,44,115,91,120,93,61,100,44,118,41,105,102,40,98,61,123,118,97,108,117,101,115,58,79,63,80,58,95,40,34,118,97,108,117,101,115,34,41,44,107,101,121,115,58,103,63,80,58,95,40,34,107,101,121,115,34,41,44,101,110,116,114,105,101,115,58,84,125,44,109,41,102,111,114,40,121,32,105,110,32,98,41,121,32,105,110,32,107,124,124,111,40,107,44,121,44,98,91,121,93,41,59,101,108,115,101,32,105,40,105,46,80,43,105,46,70,42,40,104,124,124,83,41,44,101,44,98,41,59,114,101,116,117,114,110,32,98,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,52,41,44,105,61,110,40,49,53,41,44,111,61,110,40,56,54,41,44,97,61,110,40,55,41,44,115,61,110,40,54,41,44,99,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,117,44,108,44,102,44,104,61,116,38,99,46,70,44,100,61,116,38,99,46,71,44,112,61,116,38,99,46,83,44,118,61,116,38,99,46,80,44,103,61,116,38,99,46,66,44,109,61,116,38,99,46,87,44,98,61,100,63,105,58,105,91,101,93,124,124,40,105,91,101,93,61,123,125,41,44,121,61,98,46,112,114,111,116,111,116,121,112,101,44,119,61,100,63,114,58,112,63,114,91,101,93,58,40,114,91,101,93,124,124,123,125,41,46,112,114,111,116,111,116,121,112,101,59,102,111,114,40,117,32,105,110,32,100,38,38,40,110,61,101,41,44,110,41,40,108,61,33,104,38,38,119,38,38,118,111,105,100,32,48,33,61,61,119,91,117,93,41,38,38,115,40,98,44,117,41,124,124,40,102,61,108,63,119,91,117,93,58,110,91,117,93,44,98,91,117,93,61,100,38,38,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,119,91,117,93,63,110,91,117,93,58,103,38,38,108,63,111,40,102,44,114,41,58,109,38,38,119,91,117,93,61,61,102,63,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,105,102,40,116,104,105,115,32,105,110,115,116,97,110,99,101,111,102,32,116,41,123,115,119,105,116,99,104,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,110,101,119,32,116,59,99,97,115,101,32,49,58,114,101,116,117,114,110,32,110,101,119,32,116,40,101,41,59,99,97,115,101,32,50,58,114,101,116,117,114,110,32,110,101,119,32,116,40,101,44,110,41,125,114,101,116,117,114,110,32,110,101,119,32,116,40,101,44,110,44,114,41,125,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,59,114,101,116,117,114,110,32,101,46,112,114,111,116,111,116,121,112,101,61,116,46,112,114,111,116,111,116,121,112,101,44,101,125,40,102,41,58,118,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,102,63,111,40,70,117,110,99,116,105,111,110,46,99,97,108,108,44,102,41,58,102,44,118,38,38,40,40,98,46,118,105,114,116,117,97,108,124,124,40,98,46,118,105,114,116,117,97,108,61,123,125,41,41,91,117,93,61,102,44,116,38,99,46,82,38,38,121,38,38,33,121,91,117,93,38,38,97,40,121,44,117,44,102,41,41,41,125,59,99,46,70,61,49,44,99,46,71,61,50,44,99,46,83,61,52,44,99,46,80,61,56,44,99,46,66,61,49,54,44,99,46,87,61,51,50,44,99,46,85,61,54,52,44,99,46,82,61,49,50,56,44,116,46,101,120,112,111,114,116,115,61,99,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,33,110,40,57,41,38,38,33,110,40,49,55,41,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,33,61,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,110,40,52,51,41,40,34,100,105,118,34,41,44,34,97,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,125,125,41,46,97,125,41,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,50,41,44,105,61,110,40,52,41,46,100,111,99,117,109,101,110,116,44,111,61,114,40,105,41,38,38,114,40,105,46,99,114,101,97,116,101,69,108,101,109,101,110,116,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,111,63,105,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,116,41,58,123,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,110,40,55,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,54,41,44,105,61,110,40,56,57,41,44,111,61,110,40,51,48,41,44,97,61,110,40,50,56,41,40,34,73,69,95,80,82,79,84,79,34,41,44,115,61,102,117,110,99,116,105,111,110,40,41,123,125,44,99,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,110,40,52,51,41,40,34,105,102,114,97,109,101,34,41,44,114,61,111,46,108,101,110,103,116,104,59,102,111,114,40,101,46,115,116,121,108,101,46,100,105,115,112,108,97,121,61,34,110,111,110,101,34,44,110,40,57,52,41,46,97,112,112,101,110,100,67,104,105,108,100,40,101,41,44,101,46,115,114,99,61,34,106,97,118,97,115,99,114,105,112,116,58,34,44,116,61,101,46,99,111,110,116,101,110,116,87,105,110,100,111,119,46,100,111,99,117,109,101,110,116,44,116,46,111,112,101,110,40,41,44,116,46,119,114,105,116,101,40,34,60,115,99,114,105,112,116,62,100,111,99,117,109,101,110,116,46,70,61,79,98,106,101,99,116,60,92,47,115,99,114,105,112,116,62,34,41,44,116,46,99,108,111,115,101,40,41,44,99,61,116,46,70,59,114,45,45,59,41,100,101,108,101,116,101,32,99,46,112,114,111,116,111,116,121,112,101,91,111,91,114,93,93,59,114,101,116,117,114,110,32,99,40,41,125,59,116,46,101,120,112,111,114,116,115,61,79,98,106,101,99,116,46,99,114,101,97,116,101,124,124,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,59,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,63,40,115,46,112,114,111,116,111,116,121,112,101,61,114,40,116,41,44,110,61,110,101,119,32,115,44,115,46,112,114,111,116,111,116,121,112,101,61,110,117,108,108,44,110,91,97,93,61,116,41,58,110,61,99,40,41,44,118,111,105,100,32,48,61,61,61,101,63,110,58,105,40,110,44,101,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,54,41,44,105,61,110,40,49,48,41,44,111,61,110,40,57,49,41,40,33,49,41,44,97,61,110,40,50,56,41,40,34,73,69,95,80,82,79,84,79,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,115,61,105,40,116,41,44,99,61,48,44,117,61,91,93,59,102,111,114,40,110,32,105,110,32,115,41,110,33,61,97,38,38,114,40,115,44,110,41,38,38,117,46,112,117,115,104,40,110,41,59,102,111,114,40,59,101,46,108,101,110,103,116,104,62,99,59,41,114,40,115,44,110,61,101,91,99,43,43,93,41,38,38,40,126,111,40,117,44,110,41,124,124,117,46,112,117,115,104,40,110,41,41,59,114,101,116,117,114,110,32,117,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,123,125,46,116,111,83,116,114,105,110,103,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,50,52,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,40,114,40,116,41,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,101,46,102,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,52,54,41,44,105,61,110,40,51,48,41,46,99,111,110,99,97,116,40,34,108,101,110,103,116,104,34,44,34,112,114,111,116,111,116,121,112,101,34,41,59,101,46,102,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,40,116,44,105,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,44,101,46,100,101,102,97,117,108,116,61,123,110,97,109,101,58,34,72,117,101,34,44,112,114,111,112,115,58,123,118,97,108,117,101,58,79,98,106,101,99,116,44,100,105,114,101,99,116,105,111,110,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,104,111,114,105,122,111,110,116,97,108,34,125,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,111,108,100,72,117,101,58,48,44,112,117,108,108,68,105,114,101,99,116,105,111,110,58,34,34,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,108,111,114,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,118,97,108,117,101,46,104,115,108,46,104,59,114,101,116,117,114,110,32,48,33,61,61,116,38,38,116,45,116,104,105,115,46,111,108,100,72,117,101,62,48,38,38,40,116,104,105,115,46,112,117,108,108,68,105,114,101,99,116,105,111,110,61,34,114,105,103,104,116,34,41,44,48,33,61,61,116,38,38,116,45,116,104,105,115,46,111,108,100,72,117,101,60,48,38,38,40,116,104,105,115,46,112,117,108,108,68,105,114,101,99,116,105,111,110,61,34,108,101,102,116,34,41,44,116,104,105,115,46,111,108,100,72,117,101,61,116,44,116,104,105,115,46,118,97,108,117,101,125,44,100,105,114,101,99,116,105,111,110,67,108,97,115,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,34,118,99,45,104,117,101,45,45,104,111,114,105,122,111,110,116,97,108,34,58,34,104,111,114,105,122,111,110,116,97,108,34,61,61,61,116,104,105,115,46,100,105,114,101,99,116,105,111,110,44,34,118,99,45,104,117,101,45,45,118,101,114,116,105,99,97,108,34,58,34,118,101,114,116,105,99,97,108,34,61,61,61,116,104,105,115,46,100,105,114,101,99,116,105,111,110,125,125,44,112,111,105,110,116,101,114,84,111,112,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,118,101,114,116,105,99,97,108,34,61,61,61,116,104,105,115,46,100,105,114,101,99,116,105,111,110,63,48,61,61,61,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,104,38,38,34,114,105,103,104,116,34,61,61,61,116,104,105,115,46,112,117,108,108,68,105,114,101,99,116,105,111,110,63,48,58,45,49,48,48,42,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,104,47,51,54,48,43,49,48,48,43,34,37,34,58,48,125,44,112,111,105,110,116,101,114,76,101,102,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,118,101,114,116,105,99,97,108,34,61,61,61,116,104,105,115,46,100,105,114,101,99,116,105,111,110,63,48,58,48,61,61,61,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,104,38,38,34,114,105,103,104,116,34,61,61,61,116,104,105,115,46,112,117,108,108,68,105,114,101,99,116,105,111,110,63,34,49,48,48,37,34,58,49,48,48,42,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,104,47,51,54,48,43,34,37,34,125,125,44,109,101,116,104,111,100,115,58,123,104,97,110,100,108,101,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,33,101,38,38,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,59,118,97,114,32,110,61,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,97,105,110,101,114,59,105,102,40,110,41,123,118,97,114,32,114,44,105,44,111,61,110,46,99,108,105,101,110,116,87,105,100,116,104,44,97,61,110,46,99,108,105,101,110,116,72,101,105,103,104,116,44,115,61,110,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,46,108,101,102,116,43,119,105,110,100,111,119,46,112,97,103,101,88,79,102,102,115,101,116,44,99,61,110,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,46,116,111,112,43,119,105,110,100,111,119,46,112,97,103,101,89,79,102,102,115,101,116,44,117,61,116,46,112,97,103,101,88,124,124,40,116,46,116,111,117,99,104,101,115,63,116,46,116,111,117,99,104,101,115,91,48,93,46,112,97,103,101,88,58,48,41,44,108,61,116,46,112,97,103,101,89,124,124,40,116,46,116,111,117,99,104,101,115,63,116,46,116,111,117,99,104,101,115,91,48,93,46,112,97,103,101,89,58,48,41,44,102,61,117,45,115,44,104,61,108,45,99,59,34,118,101,114,116,105,99,97,108,34,61,61,61,116,104,105,115,46,100,105,114,101,99,116,105,111,110,63,40,104,60,48,63,114,61,51,54,48,58,104,62,97,63,114,61,48,58,40,105,61,45,49,48,48,42,104,47,97,43,49,48,48,44,114,61,51,54,48,42,105,47,49,48,48,41,44,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,104,33,61,61,114,38,38,116,104,105,115,46,36,101,109,105,116,40,34,99,104,97,110,103,101,34,44,123,104,58,114,44,115,58,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,115,44,108,58,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,108,44,97,58,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,97,44,115,111,117,114,99,101,58,34,104,115,108,34,125,41,41,58,40,102,60,48,63,114,61,48,58,102,62,111,63,114,61,51,54,48,58,40,105,61,49,48,48,42,102,47,111,44,114,61,51,54,48,42,105,47,49,48,48,41,44,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,104,33,61,61,114,38,38,116,104,105,115,46,36,101,109,105,116,40,34,99,104,97,110,103,101,34,44,123,104,58,114,44,115,58,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,115,44,108,58,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,108,44,97,58,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,97,44,115,111,117,114,99,101,58,34,104,115,108,34,125,41,41,125,125,44,104,97,110,100,108,101,77,111,117,115,101,68,111,119,110,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,104,97,110,100,108,101,67,104,97,110,103,101,40,116,44,33,48,41,44,119,105,110,100,111,119,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,109,111,118,101,34,44,116,104,105,115,46,104,97,110,100,108,101,67,104,97,110,103,101,41,44,119,105,110,100,111,119,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,117,112,34,44,116,104,105,115,46,104,97,110,100,108,101,77,111,117,115,101,85,112,41,125,44,104,97,110,100,108,101,77,111,117,115,101,85,112,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,117,110,98,105,110,100,69,118,101,110,116,76,105,115,116,101,110,101,114,115,40,41,125,44,117,110,98,105,110,100,69,118,101,110,116,76,105,115,116,101,110,101,114,115,58,102,117,110,99,116,105,111,110,40,41,123,119,105,110,100,111,119,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,109,111,118,101,34,44,116,104,105,115,46,104,97,110,100,108,101,67,104,97,110,103,101,41,44,119,105,110,100,111,119,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,117,112,34,44,116,104,105,115,46,104,97,110,100,108,101,77,111,117,115,101,85,112,41,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,116,58,123,100,101,102,97,117,108,116,58,116,125,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,49,49,56,41,44,111,61,114,40,105,41,44,97,61,110,40,51,41,44,115,61,114,40,97,41,44,99,61,91,34,114,101,100,34,44,34,112,105,110,107,34,44,34,112,117,114,112,108,101,34,44,34,100,101,101,112,80,117,114,112,108,101,34,44,34,105,110,100,105,103,111,34,44,34,98,108,117,101,34,44,34,108,105,103,104,116,66,108,117,101,34,44,34,99,121,97,110,34,44,34,116,101,97,108,34,44,34,103,114,101,101,110,34,44,34,108,105,103,104,116,71,114,101,101,110,34,44,34,108,105,109,101,34,44,34,121,101,108,108,111,119,34,44,34,97,109,98,101,114,34,44,34,111,114,97,110,103,101,34,44,34,100,101,101,112,79,114,97,110,103,101,34,44,34,98,114,111,119,110,34,44,34,98,108,117,101,71,114,101,121,34,44,34,98,108,97,99,107,34,93,44,117,61,91,34,57,48,48,34,44,34,55,48,48,34,44,34,53,48,48,34,44,34,51,48,48,34,44,34,49,48,48,34,93,44,108,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,114,101,116,117,114,110,32,99,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,91,93,59,34,98,108,97,99,107,34,61,61,61,101,46,116,111,76,111,119,101,114,67,97,115,101,40,41,124,124,34,119,104,105,116,101,34,61,61,61,101,46,116,111,76,111,119,101,114,67,97,115,101,40,41,63,110,61,110,46,99,111,110,99,97,116,40,91,34,35,48,48,48,48,48,48,34,44,34,35,70,70,70,70,70,70,34,93,41,58,117,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,114,61,111,46,100,101,102,97,117,108,116,91,101,93,91,116,93,59,110,46,112,117,115,104,40,114,46,116,111,85,112,112,101,114,67,97,115,101,40,41,41,125,41,41,44,116,46,112,117,115,104,40,110,41,125,41,41,44,116,125,40,41,59,101,46,100,101,102,97,117,108,116,61,123,110,97,109,101,58,34,83,119,97,116,99,104,101,115,34,44,109,105,120,105,110,115,58,91,115,46,100,101,102,97,117,108,116,93,44,112,114,111,112,115,58,123,112,97,108,101,116,116,101,58,123,116,121,112,101,58,65,114,114,97,121,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,108,125,125,125,44,99,111,109,112,117,116,101,100,58,123,112,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,111,108,111,114,115,46,104,101,120,125,125,44,109,101,116,104,111,100,115,58,123,101,113,117,97,108,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,61,61,61,116,104,105,115,46,99,111,108,111,114,115,46,104,101,120,46,116,111,76,111,119,101,114,67,97,115,101,40,41,125,44,104,97,110,100,108,101,114,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,104,101,120,58,116,44,115,111,117,114,99,101,58,34,104,101,120,34,125,41,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,116,58,123,100,101,102,97,117,108,116,58,116,125,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,51,41,44,111,61,114,40,105,41,44,97,61,110,40,53,41,44,115,61,114,40,97,41,44,99,61,110,40,50,48,41,44,117,61,114,40,99,41,44,108,61,110,40,49,51,41,44,102,61,114,40,108,41,44,104,61,110,40,50,49,41,44,100,61,114,40,104,41,59,101,46,100,101,102,97,117,108,116,61,123,110,97,109,101,58,34,80,104,111,116,111,115,104,111,112,34,44,109,105,120,105,110,115,58,91,111,46,100,101,102,97,117,108,116,93,44,112,114,111,112,115,58,123,104,101,97,100,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,67,111,108,111,114,32,80,105,99,107,101,114,34,125,44,100,105,115,97,98,108,101,70,105,101,108,100,115,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,104,97,115,82,101,115,101,116,66,117,116,116,111,110,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,97,99,99,101,112,116,76,97,98,101,108,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,79,75,34,125,44,99,97,110,99,101,108,76,97,98,101,108,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,67,97,110,99,101,108,34,125,44,114,101,115,101,116,76,97,98,101,108,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,82,101,115,101,116,34,125,44,110,101,119,76,97,98,101,108,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,110,101,119,34,125,44,99,117,114,114,101,110,116,76,97,98,101,108,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,99,117,114,114,101,110,116,34,125,125,44,99,111,109,112,111,110,101,110,116,115,58,123,115,97,116,117,114,97,116,105,111,110,58,117,46,100,101,102,97,117,108,116,44,104,117,101,58,102,46,100,101,102,97,117,108,116,44,97,108,112,104,97,58,100,46,100,101,102,97,117,108,116,44,34,101,100,45,105,110,34,58,115,46,100,101,102,97,117,108,116,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,99,117,114,114,101,110,116,67,111,108,111,114,58,34,35,70,70,70,34,125,125,44,99,111,109,112,117,116,101,100,58,123,104,115,118,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,108,111,114,115,46,104,115,118,59,114,101,116,117,114,110,123,104,58,116,46,104,46,116,111,70,105,120,101,100,40,41,44,115,58,40,49,48,48,42,116,46,115,41,46,116,111,70,105,120,101,100,40,41,44,118,58,40,49,48,48,42,116,46,118,41,46,116,111,70,105,120,101,100,40,41,125,125,44,104,101,120,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,108,111,114,115,46,104,101,120,59,114,101,116,117,114,110,32,116,38,38,116,46,114,101,112,108,97,99,101,40,34,35,34,44,34,34,41,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,117,114,114,101,110,116,67,111,108,111,114,61,116,104,105,115,46,99,111,108,111,114,115,46,104,101,120,125,44,109,101,116,104,111,100,115,58,123,99,104,105,108,100,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,116,41,125,44,105,110,112,117,116,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,40,116,91,34,35,34,93,63,116,104,105,115,46,105,115,86,97,108,105,100,72,101,120,40,116,91,34,35,34,93,41,38,38,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,104,101,120,58,116,91,34,35,34,93,44,115,111,117,114,99,101,58,34,104,101,120,34,125,41,58,116,46,114,124,124,116,46,103,124,124,116,46,98,124,124,116,46,97,63,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,114,58,116,46,114,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,114,44,103,58,116,46,103,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,103,44,98,58,116,46,98,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,98,44,97,58,116,46,97,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,97,44,115,111,117,114,99,101,58,34,114,103,98,97,34,125,41,58,40,116,46,104,124,124,116,46,115,124,124,116,46,118,41,38,38,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,104,58,116,46,104,124,124,116,104,105,115,46,99,111,108,111,114,115,46,104,115,118,46,104,44,115,58,116,46,115,47,49,48,48,124,124,116,104,105,115,46,99,111,108,111,114,115,46,104,115,118,46,115,44,118,58,116,46,118,47,49,48,48,124,124,116,104,105,115,46,99,111,108,111,114,115,46,104,115,118,46,118,44,115,111,117,114,99,101,58,34,104,115,118,34,125,41,41,125,44,99,108,105,99,107,67,117,114,114,101,110,116,67,111,108,111,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,104,101,120,58,116,104,105,115,46,99,117,114,114,101,110,116,67,111,108,111,114,44,115,111,117,114,99,101,58,34,104,101,120,34,125,41,125,44,104,97,110,100,108,101,65,99,99,101,112,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,101,109,105,116,40,34,111,107,34,41,125,44,104,97,110,100,108,101,67,97,110,99,101,108,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,101,109,105,116,40,34,99,97,110,99,101,108,34,41,125,44,104,97,110,100,108,101,82,101,115,101,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,101,109,105,116,40,34,114,101,115,101,116,34,41,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,116,58,123,100,101,102,97,117,108,116,58,116,125,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,49,50,53,41,44,111,61,114,40,105,41,44,97,61,110,40,49,50,54,41,44,115,61,114,40,97,41,59,101,46,100,101,102,97,117,108,116,61,123,110,97,109,101,58,34,83,97,116,117,114,97,116,105,111,110,34,44,112,114,111,112,115,58,123,118,97,108,117,101,58,79,98,106,101,99,116,125,44,99,111,109,112,117,116,101,100,58,123,99,111,108,111,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,118,97,108,117,101,125,44,98,103,67,111,108,111,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,104,115,108,40,34,43,116,104,105,115,46,99,111,108,111,114,115,46,104,115,118,46,104,43,34,44,32,49,48,48,37,44,32,53,48,37,41,34,125,44,112,111,105,110,116,101,114,84,111,112,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,45,49,48,48,42,116,104,105,115,46,99,111,108,111,114,115,46,104,115,118,46,118,43,49,43,49,48,48,43,34,37,34,125,44,112,111,105,110,116,101,114,76,101,102,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,49,48,48,42,116,104,105,115,46,99,111,108,111,114,115,46,104,115,118,46,115,43,34,37,34,125,125,44,109,101,116,104,111,100,115,58,123,116,104,114,111,116,116,108,101,58,40,48,44,115,46,100,101,102,97,117,108,116,41,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,40,101,41,125,41,44,50,48,44,123,108,101,97,100,105,110,103,58,33,48,44,116,114,97,105,108,105,110,103,58,33,49,125,41,44,104,97,110,100,108,101,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,33,101,38,38,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,59,118,97,114,32,110,61,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,97,105,110,101,114,59,105,102,40,110,41,123,118,97,114,32,114,61,110,46,99,108,105,101,110,116,87,105,100,116,104,44,105,61,110,46,99,108,105,101,110,116,72,101,105,103,104,116,44,97,61,110,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,46,108,101,102,116,43,119,105,110,100,111,119,46,112,97,103,101,88,79,102,102,115,101,116,44,115,61,110,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,46,116,111,112,43,119,105,110,100,111,119,46,112,97,103,101,89,79,102,102,115,101,116,44,99,61,116,46,112,97,103,101,88,124,124,40,116,46,116,111,117,99,104,101,115,63,116,46,116,111,117,99,104,101,115,91,48,93,46,112,97,103,101,88,58,48,41,44,117,61,116,46,112,97,103,101,89,124,124,40,116,46,116,111,117,99,104,101,115,63,116,46,116,111,117,99,104,101,115,91,48,93,46,112,97,103,101,89,58,48,41,44,108,61,40,48,44,111,46,100,101,102,97,117,108,116,41,40,99,45,97,44,48,44,114,41,44,102,61,40,48,44,111,46,100,101,102,97,117,108,116,41,40,117,45,115,44,48,44,105,41,44,104,61,108,47,114,44,100,61,40,48,44,111,46,100,101,102,97,117,108,116,41,40,45,102,47,105,43,49,44,48,44,49,41,59,116,104,105,115,46,116,104,114,111,116,116,108,101,40,116,104,105,115,46,111,110,67,104,97,110,103,101,44,123,104,58,116,104,105,115,46,99,111,108,111,114,115,46,104,115,118,46,104,44,115,58,104,44,118,58,100,44,97,58,116,104,105,115,46,99,111,108,111,114,115,46,104,115,118,46,97,44,115,111,117,114,99,101,58,34,104,115,118,97,34,125,41,125,125,44,111,110,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,101,109,105,116,40,34,99,104,97,110,103,101,34,44,116,41,125,44,104,97,110,100,108,101,77,111,117,115,101,68,111,119,110,58,102,117,110,99,116,105,111,110,40,116,41,123,119,105,110,100,111,119,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,109,111,118,101,34,44,116,104,105,115,46,104,97,110,100,108,101,67,104,97,110,103,101,41,44,119,105,110,100,111,119,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,117,112,34,44,116,104,105,115,46,104,97,110,100,108,101,67,104,97,110,103,101,41,44,119,105,110,100,111,119,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,117,112,34,44,116,104,105,115,46,104,97,110,100,108,101,77,111,117,115,101,85,112,41,125,44,104,97,110,100,108,101,77,111,117,115,101,85,112,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,117,110,98,105,110,100,69,118,101,110,116,76,105,115,116,101,110,101,114,115,40,41,125,44,117,110,98,105,110,100,69,118,101,110,116,76,105,115,116,101,110,101,114,115,58,102,117,110,99,116,105,111,110,40,41,123,119,105,110,100,111,119,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,109,111,118,101,34,44,116,104,105,115,46,104,97,110,100,108,101,67,104,97,110,103,101,41,44,119,105,110,100,111,119,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,117,112,34,44,116,104,105,115,46,104,97,110,100,108,101,67,104,97,110,103,101,41,44,119,105,110,100,111,119,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,117,112,34,44,116,104,105,115,46,104,97,110,100,108,101,77,111,117,115,101,85,112,41,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,114,61,110,40,50,50,41,44,105,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,116,58,123,100,101,102,97,117,108,116,58,116,125,125,40,114,41,59,101,46,100,101,102,97,117,108,116,61,123,110,97,109,101,58,34,65,108,112,104,97,34,44,112,114,111,112,115,58,123,118,97,108,117,101,58,79,98,106,101,99,116,44,111,110,67,104,97,110,103,101,58,70,117,110,99,116,105,111,110,125,44,99,111,109,112,111,110,101,110,116,115,58,123,99,104,101,99,107,98,111,97,114,100,58,105,46,100,101,102,97,117,108,116,125,44,99,111,109,112,117,116,101,100,58,123,99,111,108,111,114,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,118,97,108,117,101,125,44,103,114,97,100,105,101,110,116,67,111,108,111,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,44,101,61,91,116,46,114,44,116,46,103,44,116,46,98,93,46,106,111,105,110,40,34,44,34,41,59,114,101,116,117,114,110,34,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,116,111,32,114,105,103,104,116,44,32,114,103,98,97,40,34,43,101,43,34,44,32,48,41,32,48,37,44,32,114,103,98,97,40,34,43,101,43,34,44,32,49,41,32,49,48,48,37,41,34,125,125,44,109,101,116,104,111,100,115,58,123,104,97,110,100,108,101,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,33,101,38,38,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,59,118,97,114,32,110,61,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,97,105,110,101,114,59,105,102,40,110,41,123,118,97,114,32,114,44,105,61,110,46,99,108,105,101,110,116,87,105,100,116,104,44,111,61,110,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,46,108,101,102,116,43,119,105,110,100,111,119,46,112,97,103,101,88,79,102,102,115,101,116,44,97,61,116,46,112,97,103,101,88,124,124,40,116,46,116,111,117,99,104,101,115,63,116,46,116,111,117,99,104,101,115,91,48,93,46,112,97,103,101,88,58,48,41,44,115,61,97,45,111,59,114,61,115,60,48,63,48,58,115,62,105,63,49,58,77,97,116,104,46,114,111,117,110,100,40,49,48,48,42,115,47,105,41,47,49,48,48,44,116,104,105,115,46,99,111,108,111,114,115,46,97,33,61,61,114,38,38,116,104,105,115,46,36,101,109,105,116,40,34,99,104,97,110,103,101,34,44,123,104,58,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,104,44,115,58,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,115,44,108,58,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,108,44,97,58,114,44,115,111,117,114,99,101,58,34,114,103,98,97,34,125,41,125,125,44,104,97,110,100,108,101,77,111,117,115,101,68,111,119,110,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,104,97,110,100,108,101,67,104,97,110,103,101,40,116,44,33,48,41,44,119,105,110,100,111,119,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,109,111,118,101,34,44,116,104,105,115,46,104,97,110,100,108,101,67,104,97,110,103,101,41,44,119,105,110,100,111,119,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,117,112,34,44,116,104,105,115,46,104,97,110,100,108,101,77,111,117,115,101,85,112,41,125,44,104,97,110,100,108,101,77,111,117,115,101,85,112,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,110,98,105,110,100,69,118,101,110,116,76,105,115,116,101,110,101,114,115,40,41,125,44,117,110,98,105,110,100,69,118,101,110,116,76,105,115,116,101,110,101,114,115,58,102,117,110,99,116,105,111,110,40,41,123,119,105,110,100,111,119,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,109,111,118,101,34,44,116,104,105,115,46,104,97,110,100,108,101,67,104,97,110,103,101,41,44,119,105,110,100,111,119,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,117,112,34,44,116,104,105,115,46,104,97,110,100,108,101,77,111,117,115,101,85,112,41,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,44,101,44,110,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,61,61,116,121,112,101,111,102,32,100,111,99,117,109,101,110,116,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,114,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,99,97,110,118,97,115,34,41,59,114,46,119,105,100,116,104,61,114,46,104,101,105,103,104,116,61,50,42,110,59,118,97,114,32,105,61,114,46,103,101,116,67,111,110,116,101,120,116,40,34,50,100,34,41,59,114,101,116,117,114,110,32,105,63,40,105,46,102,105,108,108,83,116,121,108,101,61,116,44,105,46,102,105,108,108,82,101,99,116,40,48,44,48,44,114,46,119,105,100,116,104,44,114,46,104,101,105,103,104,116,41,44,105,46,102,105,108,108,83,116,121,108,101,61,101,44,105,46,102,105,108,108,82,101,99,116,40,48,44,48,44,110,44,110,41,44,105,46,116,114,97,110,115,108,97,116,101,40,110,44,110,41,44,105,46,102,105,108,108,82,101,99,116,40,48,44,48,44,110,44,110,41,44,114,46,116,111,68,97,116,97,85,82,76,40,41,41,58,110,117,108,108,125,102,117,110,99,116,105,111,110,32,105,40,116,44,101,44,110,41,123,118,97,114,32,105,61,116,43,34,44,34,43,101,43,34,44,34,43,110,59,105,102,40,111,91,105,93,41,114,101,116,117,114,110,32,111,91,105,93,59,118,97,114,32,97,61,114,40,116,44,101,44,110,41,59,114,101,116,117,114,110,32,111,91,105,93,61,97,44,97,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,111,61,123,125,59,101,46,100,101,102,97,117,108,116,61,123,110,97,109,101,58,34,67,104,101,99,107,98,111,97,114,100,34,44,112,114,111,112,115,58,123,115,105,122,101,58,123,116,121,112,101,58,91,78,117,109,98,101,114,44,83,116,114,105,110,103,93,44,100,101,102,97,117,108,116,58,56,125,44,119,104,105,116,101,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,35,102,102,102,34,125,44,103,114,101,121,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,34,35,101,54,101,54,101,54,34,125,125,44,99,111,109,112,117,116,101,100,58,123,98,103,83,116,121,108,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,34,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,34,58,34,117,114,108,40,34,43,105,40,116,104,105,115,46,119,104,105,116,101,44,116,104,105,115,46,103,114,101,121,44,116,104,105,115,46,115,105,122,101,41,43,34,41,34,125,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,116,58,123,100,101,102,97,117,108,116,58,116,125,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,51,41,44,111,61,114,40,105,41,44,97,61,110,40,53,41,44,115,61,114,40,97,41,44,99,61,110,40,50,48,41,44,117,61,114,40,99,41,44,108,61,110,40,49,51,41,44,102,61,114,40,108,41,44,104,61,110,40,50,49,41,44,100,61,114,40,104,41,44,112,61,110,40,50,50,41,44,118,61,114,40,112,41,44,103,61,91,34,35,68,48,48,50,49,66,34,44,34,35,70,53,65,54,50,51,34,44,34,35,70,56,69,55,49,67,34,44,34,35,56,66,53,55,50,65,34,44,34,35,55,69,68,51,50,49,34,44,34,35,52,49,55,53,48,53,34,44,34,35,66,68,49,48,69,48,34,44,34,35,57,48,49,51,70,69,34,44,34,35,52,65,57,48,69,50,34,44,34,35,53,48,69,51,67,50,34,44,34,35,66,56,69,57,56,54,34,44,34,35,48,48,48,48,48,48,34,44,34,35,52,65,52,65,52,65,34,44,34,35,57,66,57,66,57,66,34,44,34,35,70,70,70,70,70,70,34,44,34,114,103,98,97,40,48,44,48,44,48,44,48,41,34,93,59,101,46,100,101,102,97,117,108,116,61,123,110,97,109,101,58,34,83,107,101,116,99,104,34,44,109,105,120,105,110,115,58,91,111,46,100,101,102,97,117,108,116,93,44,99,111,109,112,111,110,101,110,116,115,58,123,115,97,116,117,114,97,116,105,111,110,58,117,46,100,101,102,97,117,108,116,44,104,117,101,58,102,46,100,101,102,97,117,108,116,44,97,108,112,104,97,58,100,46,100,101,102,97,117,108,116,44,34,101,100,45,105,110,34,58,115,46,100,101,102,97,117,108,116,44,99,104,101,99,107,98,111,97,114,100,58,118,46,100,101,102,97,117,108,116,125,44,112,114,111,112,115,58,123,112,114,101,115,101,116,67,111,108,111,114,115,58,123,116,121,112,101,58,65,114,114,97,121,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,103,125,125,44,100,105,115,97,98,108,101,65,108,112,104,97,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,100,105,115,97,98,108,101,70,105,101,108,100,115,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,104,101,120,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,118,111,105,100,32,48,59,114,101,116,117,114,110,32,116,61,116,104,105,115,46,99,111,108,111,114,115,46,97,60,49,63,116,104,105,115,46,99,111,108,111,114,115,46,104,101,120,56,58,116,104,105,115,46,99,111,108,111,114,115,46,104,101,120,44,116,46,114,101,112,108,97,99,101,40,34,35,34,44,34,34,41,125,44,97,99,116,105,118,101,67,111,108,111,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,59,114,101,116,117,114,110,34,114,103,98,97,40,34,43,91,116,46,114,44,116,46,103,44,116,46,98,44,116,46,97,93,46,106,111,105,110,40,34,44,34,41,43,34,41,34,125,125,44,109,101,116,104,111,100,115,58,123,104,97,110,100,108,101,80,114,101,115,101,116,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,104,101,120,58,116,44,115,111,117,114,99,101,58,34,104,101,120,34,125,41,125,44,99,104,105,108,100,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,116,41,125,44,105,110,112,117,116,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,40,116,46,104,101,120,63,116,104,105,115,46,105,115,86,97,108,105,100,72,101,120,40,116,46,104,101,120,41,38,38,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,104,101,120,58,116,46,104,101,120,44,115,111,117,114,99,101,58,34,104,101,120,34,125,41,58,40,116,46,114,124,124,116,46,103,124,124,116,46,98,124,124,116,46,97,41,38,38,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,114,58,116,46,114,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,114,44,103,58,116,46,103,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,103,44,98,58,116,46,98,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,98,44,97,58,116,46,97,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,97,44,115,111,117,114,99,101,58,34,114,103,98,97,34,125,41,41,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,116,58,123,100,101,102,97,117,108,116,58,116,125,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,51,41,44,111,61,114,40,105,41,44,97,61,110,40,53,41,44,115,61,114,40,97,41,44,99,61,110,40,50,48,41,44,117,61,114,40,99,41,44,108,61,110,40,49,51,41,44,102,61,114,40,108,41,44,104,61,110,40,50,49,41,44,100,61,114,40,104,41,44,112,61,110,40,50,50,41,44,118,61,114,40,112,41,59,101,46,100,101,102,97,117,108,116,61,123,110,97,109,101,58,34,67,104,114,111,109,101,34,44,109,105,120,105,110,115,58,91,111,46,100,101,102,97,117,108,116,93,44,112,114,111,112,115,58,123,100,105,115,97,98,108,101,65,108,112,104,97,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,44,100,105,115,97,98,108,101,70,105,101,108,100,115,58,123,116,121,112,101,58,66,111,111,108,101,97,110,44,100,101,102,97,117,108,116,58,33,49,125,125,44,99,111,109,112,111,110,101,110,116,115,58,123,115,97,116,117,114,97,116,105,111,110,58,117,46,100,101,102,97,117,108,116,44,104,117,101,58,102,46,100,101,102,97,117,108,116,44,97,108,112,104,97,58,100,46,100,101,102,97,117,108,116,44,34,101,100,45,105,110,34,58,115,46,100,101,102,97,117,108,116,44,99,104,101,99,107,98,111,97,114,100,58,118,46,100,101,102,97,117,108,116,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,102,105,101,108,100,115,73,110,100,101,120,58,48,44,104,105,103,104,108,105,103,104,116,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,104,115,108,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,44,101,61,116,46,104,44,110,61,116,46,115,44,114,61,116,46,108,59,114,101,116,117,114,110,123,104,58,101,46,116,111,70,105,120,101,100,40,41,44,115,58,40,49,48,48,42,110,41,46,116,111,70,105,120,101,100,40,41,43,34,37,34,44,108,58,40,49,48,48,42,114,41,46,116,111,70,105,120,101,100,40,41,43,34,37,34,125,125,44,97,99,116,105,118,101,67,111,108,111,114,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,59,114,101,116,117,114,110,34,114,103,98,97,40,34,43,91,116,46,114,44,116,46,103,44,116,46,98,44,116,46,97,93,46,106,111,105,110,40,34,44,34,41,43,34,41,34,125,44,104,97,115,65,108,112,104,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,111,108,111,114,115,46,97,60,49,125,125,44,109,101,116,104,111,100,115,58,123,99,104,105,108,100,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,116,41,125,44,105,110,112,117,116,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,41,105,102,40,116,46,104,101,120,41,116,104,105,115,46,105,115,86,97,108,105,100,72,101,120,40,116,46,104,101,120,41,38,38,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,104,101,120,58,116,46,104,101,120,44,115,111,117,114,99,101,58,34,104,101,120,34,125,41,59,101,108,115,101,32,105,102,40,116,46,114,124,124,116,46,103,124,124,116,46,98,124,124,116,46,97,41,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,114,58,116,46,114,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,114,44,103,58,116,46,103,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,103,44,98,58,116,46,98,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,98,44,97,58,116,46,97,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,97,44,115,111,117,114,99,101,58,34,114,103,98,97,34,125,41,59,101,108,115,101,32,105,102,40,116,46,104,124,124,116,46,115,124,124,116,46,108,41,123,118,97,114,32,101,61,116,46,115,63,116,46,115,46,114,101,112,108,97,99,101,40,34,37,34,44,34,34,41,47,49,48,48,58,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,115,44,110,61,116,46,108,63,116,46,108,46,114,101,112,108,97,99,101,40,34,37,34,44,34,34,41,47,49,48,48,58,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,108,59,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,104,58,116,46,104,124,124,116,104,105,115,46,99,111,108,111,114,115,46,104,115,108,46,104,44,115,58,101,44,108,58,110,44,115,111,117,114,99,101,58,34,104,115,108,34,125,41,125,125,44,116,111,103,103,108,101,86,105,101,119,115,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,102,105,101,108,100,115,73,110,100,101,120,62,61,50,63,116,104,105,115,46,102,105,101,108,100,115,73,110,100,101,120,61,48,58,116,104,105,115,46,102,105,101,108,100,115,73,110,100,101,120,43,43,125,44,115,104,111,119,72,105,103,104,108,105,103,104,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,104,105,103,104,108,105,103,104,116,61,33,48,125,44,104,105,100,101,72,105,103,104,108,105,103,104,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,104,105,103,104,108,105,103,104,116,61,33,49,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,116,58,123,100,101,102,97,117,108,116,58,116,125,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,53,41,44,111,61,114,40,105,41,44,97,61,110,40,51,41,44,115,61,114,40,97,41,44,99,61,91,34,35,70,70,54,57,48,48,34,44,34,35,70,67,66,57,48,48,34,44,34,35,55,66,68,67,66,53,34,44,34,35,48,48,68,48,56,52,34,44,34,35,56,69,68,49,70,67,34,44,34,35,48,54,57,51,69,51,34,44,34,35,65,66,66,56,67,51,34,44,34,35,69,66,49,52,52,67,34,44,34,35,70,55,56,68,65,55,34,44,34,35,57,57,48,48,69,70,34,93,59,101,46,100,101,102,97,117,108,116,61,123,110,97,109,101,58,34,84,119,105,116,116,101,114,34,44,109,105,120,105,110,115,58,91,115,46,100,101,102,97,117,108,116,93,44,99,111,109,112,111,110,101,110,116,115,58,123,101,100,105,116,97,98,108,101,73,110,112,117,116,58,111,46,100,101,102,97,117,108,116,125,44,112,114,111,112,115,58,123,119,105,100,116,104,58,123,116,121,112,101,58,91,83,116,114,105,110,103,44,78,117,109,98,101,114,93,44,100,101,102,97,117,108,116,58,50,55,54,125,44,100,101,102,97,117,108,116,67,111,108,111,114,115,58,123,116,121,112,101,58,65,114,114,97,121,44,100,101,102,97,117,108,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,99,125,125,44,116,114,105,97,110,103,108,101,58,123,100,101,102,97,117,108,116,58,34,116,111,112,45,108,101,102,116,34,44,118,97,108,105,100,97,116,111,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,91,34,104,105,100,101,34,44,34,116,111,112,45,108,101,102,116,34,44,34,116,111,112,45,114,105,103,104,116,34,93,46,105,110,99,108,117,100,101,115,40,116,41,125,125,125,44,99,111,109,112,117,116,101,100,58,123,104,115,118,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,108,111,114,115,46,104,115,118,59,114,101,116,117,114,110,123,104,58,116,46,104,46,116,111,70,105,120,101,100,40,41,44,115,58,40,49,48,48,42,116,46,115,41,46,116,111,70,105,120,101,100,40,41,44,118,58,40,49,48,48,42,116,46,118,41,46,116,111,70,105,120,101,100,40,41,125,125,44,104,101,120,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,99,111,108,111,114,115,46,104,101,120,59,114,101,116,117,114,110,32,116,38,38,116,46,114,101,112,108,97,99,101,40,34,35,34,44,34,34,41,125,125,44,109,101,116,104,111,100,115,58,123,101,113,117,97,108,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,61,61,61,116,104,105,115,46,99,111,108,111,114,115,46,104,101,120,46,116,111,76,111,119,101,114,67,97,115,101,40,41,125,44,104,97,110,100,108,101,114,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,104,101,120,58,116,44,115,111,117,114,99,101,58,34,104,101,120,34,125,41,125,44,105,110,112,117,116,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,40,116,91,34,35,34,93,63,116,104,105,115,46,105,115,86,97,108,105,100,72,101,120,40,116,91,34,35,34,93,41,38,38,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,104,101,120,58,116,91,34,35,34,93,44,115,111,117,114,99,101,58,34,104,101,120,34,125,41,58,116,46,114,124,124,116,46,103,124,124,116,46,98,124,124,116,46,97,63,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,114,58,116,46,114,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,114,44,103,58,116,46,103,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,103,44,98,58,116,46,98,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,98,44,97,58,116,46,97,124,124,116,104,105,115,46,99,111,108,111,114,115,46,114,103,98,97,46,97,44,115,111,117,114,99,101,58,34,114,103,98,97,34,125,41,58,40,116,46,104,124,124,116,46,115,124,124,116,46,118,41,38,38,116,104,105,115,46,99,111,108,111,114,67,104,97,110,103,101,40,123,104,58,116,46,104,124,124,116,104,105,115,46,99,111,108,111,114,115,46,104,115,118,46,104,44,115,58,116,46,115,47,49,48,48,124,124,116,104,105,115,46,99,111,108,111,114,115,46,104,115,118,46,115,44,118,58,116,46,118,47,49,48,48,124,124,116,104,105,115,46,99,111,108,111,114,115,46,104,115,118,46,118,44,115,111,117,114,99,101,58,34,104,115,118,34,125,41,41,125,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,116,58,123,100,101,102,97,117,108,116,58,116,125,125,118,97,114,32,105,61,110,40,54,49,41,44,111,61,114,40,105,41,44,97,61,110,40,55,48,41,44,115,61,114,40,97,41,44,99,61,110,40,55,52,41,44,117,61,114,40,99,41,44,108,61,110,40,55,56,41,44,102,61,114,40,108,41,44,104,61,110,40,49,49,53,41,44,100,61,114,40,104,41,44,112,61,110,40,49,50,48,41,44,118,61,114,40,112,41,44,103,61,110,40,49,51,53,41,44,109,61,114,40,103,41,44,98,61,110,40,49,51,57,41,44,121,61,114,40,98,41,44,119,61,110,40,49,52,51,41,44,95,61,114,40,119,41,44,120,61,110,40,50,49,41,44,79,61,114,40,120,41,44,83,61,110,40,50,50,41,44,107,61,114,40,83,41,44,67,61,110,40,53,41,44,80,61,114,40,67,41,44,84,61,110,40,49,51,41,44,106,61,114,40,84,41,44,69,61,110,40,50,48,41,44,65,61,114,40,69,41,44,68,61,110,40,51,41,44,76,61,114,40,68,41,44,77,61,123,118,101,114,115,105,111,110,58,34,50,46,56,46,49,34,44,67,111,109,112,97,99,116,58,111,46,100,101,102,97,117,108,116,44,71,114,97,121,115,99,97,108,101,58,115,46,100,101,102,97,117,108,116,44,84,119,105,116,116,101,114,58,95,46,100,101,102,97,117,108,116,44,77,97,116,101,114,105,97,108,58,117,46,100,101,102,97,117,108,116,44,83,108,105,100,101,114,58,102,46,100,101,102,97,117,108,116,44,83,119,97,116,99,104,101,115,58,100,46,100,101,102,97,117,108,116,44,80,104,111,116,111,115,104,111,112,58,118,46,100,101,102,97,117,108,116,44,83,107,101,116,99,104,58,109,46,100,101,102,97,117,108,116,44,67,104,114,111,109,101,58,121,46,100,101,102,97,117,108,116,44,65,108,112,104,97,58,79,46,100,101,102,97,117,108,116,44,67,104,101,99,107,98,111,97,114,100,58,107,46,100,101,102,97,117,108,116,44,69,100,105,116,97,98,108,101,73,110,112,117,116,58,80,46,100,101,102,97,117,108,116,44,72,117,101,58,106,46,100,101,102,97,117,108,116,44,83,97,116,117,114,97,116,105,111,110,58,65,46,100,101,102,97,117,108,116,44,67,111,108,111,114,77,105,120,105,110,58,76,46,100,101,102,97,117,108,116,125,59,116,46,101,120,112,111,114,116,115,61,77,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,99,124,124,110,40,54,50,41,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,51,53,41,44,111,61,110,46,110,40,105,41,59,102,111,114,40,118,97,114,32,97,32,105,110,32,105,41,34,100,101,102,97,117,108,116,34,33,61,61,97,38,38,102,117,110,99,116,105,111,110,40,116,41,123,110,46,100,40,101,44,116,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,91,116,93,125,41,41,125,40,97,41,59,118,97,114,32,115,61,110,40,54,57,41,44,99,61,33,49,44,117,61,110,40,50,41,44,108,61,114,44,102,61,117,40,111,46,97,44,115,46,97,44,33,49,44,108,44,110,117,108,108,44,110,117,108,108,41,59,102,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,67,111,109,112,97,99,116,46,118,117,101,34,44,101,46,100,101,102,97,117,108,116,61,102,46,101,120,112,111,114,116,115,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,54,51,41,59,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,114,38,38,40,114,61,91,91,116,46,105,44,114,44,34,34,93,93,41,44,114,46,108,111,99,97,108,115,38,38,40,116,46,101,120,112,111,114,116,115,61,114,46,108,111,99,97,108,115,41,44,110,40,49,41,40,34,54,99,101,56,97,53,97,56,34,44,114,44,33,49,44,123,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,61,116,46,101,120,112,111,114,116,115,61,110,40,48,41,40,33,49,41,44,101,46,112,117,115,104,40,91,116,46,105,44,34,92,110,46,118,99,45,99,111,109,112,97,99,116,32,123,92,110,32,32,112,97,100,100,105,110,103,45,116,111,112,58,32,53,112,120,59,92,110,32,32,112,97,100,100,105,110,103,45,108,101,102,116,58,32,53,112,120,59,92,110,32,32,119,105,100,116,104,58,32,50,52,53,112,120,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,59,92,110,32,32,98,111,120,45,115,105,122,105,110,103,58,32,98,111,114,100,101,114,45,98,111,120,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,48,32,50,112,120,32,49,48,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,49,50,41,44,32,48,32,50,112,120,32,53,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,49,54,41,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,35,102,102,102,59,92,110,125,92,110,46,118,99,45,99,111,109,112,97,99,116,45,99,111,108,111,114,115,32,123,92,110,32,32,111,118,101,114,102,108,111,119,58,32,104,105,100,100,101,110,59,92,110,32,32,112,97,100,100,105,110,103,58,32,48,59,92,110,32,32,109,97,114,103,105,110,58,32,48,59,92,110,125,92,110,46,118,99,45,99,111,109,112,97,99,116,45,99,111,108,111,114,45,105,116,101,109,32,123,92,110,32,32,108,105,115,116,45,115,116,121,108,101,58,32,110,111,110,101,59,92,110,32,32,119,105,100,116,104,58,32,49,53,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,49,53,112,120,59,92,110,32,32,102,108,111,97,116,58,32,108,101,102,116,59,92,110,32,32,109,97,114,103,105,110,45,114,105,103,104,116,58,32,53,112,120,59,92,110,32,32,109,97,114,103,105,110,45,98,111,116,116,111,109,58,32,53,112,120,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,99,117,114,115,111,114,58,32,112,111,105,110,116,101,114,59,92,110,125,92,110,46,118,99,45,99,111,109,112,97,99,116,45,99,111,108,111,114,45,105,116,101,109,45,45,119,104,105,116,101,32,123,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,105,110,115,101,116,32,48,32,48,32,48,32,49,112,120,32,35,100,100,100,59,92,110,125,92,110,46,118,99,45,99,111,109,112,97,99,116,45,99,111,108,111,114,45,105,116,101,109,45,45,119,104,105,116,101,32,46,118,99,45,99,111,109,112,97,99,116,45,100,111,116,32,123,92,110,32,32,98,97,99,107,103,114,111,117,110,100,58,32,35,48,48,48,59,92,110,125,92,110,46,118,99,45,99,111,109,112,97,99,116,45,100,111,116,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,32,32,116,111,112,58,32,53,112,120,59,92,110,32,32,114,105,103,104,116,58,32,53,112,120,59,92,110,32,32,98,111,116,116,111,109,58,32,53,112,120,59,92,110,32,32,108,101,102,116,58,32,53,112,120,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,53,48,37,59,92,110,32,32,111,112,97,99,105,116,121,58,32,49,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,58,32,35,102,102,102,59,92,110,125,92,110,34,44,34,34,93,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,91,93,44,114,61,123,125,44,105,61,48,59,105,60,101,46,108,101,110,103,116,104,59,105,43,43,41,123,118,97,114,32,111,61,101,91,105,93,44,97,61,111,91,48,93,44,115,61,111,91,49,93,44,99,61,111,91,50,93,44,117,61,111,91,51,93,44,108,61,123,105,100,58,116,43,34,58,34,43,105,44,99,115,115,58,115,44,109,101,100,105,97,58,99,44,115,111,117,114,99,101,77,97,112,58,117,125,59,114,91,97,93,63,114,91,97,93,46,112,97,114,116,115,46,112,117,115,104,40,108,41,58,110,46,112,117,115,104,40,114,91,97,93,61,123,105,100,58,97,44,112,97,114,116,115,58,91,108,93,125,41,125,114,101,116,117,114,110,32,110,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,59,33,102,117,110,99,116,105,111,110,40,105,41,123,102,117,110,99,116,105,111,110,32,111,40,116,44,101,41,123,105,102,40,116,61,116,124,124,34,34,44,101,61,101,124,124,123,125,44,116,32,105,110,115,116,97,110,99,101,111,102,32,111,41,114,101,116,117,114,110,32,116,59,105,102,40,33,40,116,104,105,115,32,105,110,115,116,97,110,99,101,111,102,32,111,41,41,114,101,116,117,114,110,32,110,101,119,32,111,40,116,44,101,41,59,118,97,114,32,110,61,97,40,116,41,59,116,104,105,115,46,95,111,114,105,103,105,110,97,108,73,110,112,117,116,61,116,44,116,104,105,115,46,95,114,61,110,46,114,44,116,104,105,115,46,95,103,61,110,46,103,44,116,104,105,115,46,95,98,61,110,46,98,44,116,104,105,115,46,95,97,61,110,46,97,44,116,104,105,115,46,95,114,111,117,110,100,65,61,85,40,49,48,48,42,116,104,105,115,46,95,97,41,47,49,48,48,44,116,104,105,115,46,95,102,111,114,109,97,116,61,101,46,102,111,114,109,97,116,124,124,110,46,102,111,114,109,97,116,44,116,104,105,115,46,95,103,114,97,100,105,101,110,116,84,121,112,101,61,101,46,103,114,97,100,105,101,110,116,84,121,112,101,44,116,104,105,115,46,95,114,60,49,38,38,40,116,104,105,115,46,95,114,61,85,40,116,104,105,115,46,95,114,41,41,44,116,104,105,115,46,95,103,60,49,38,38,40,116,104,105,115,46,95,103,61,85,40,116,104,105,115,46,95,103,41,41,44,116,104,105,115,46,95,98,60,49,38,38,40,116,104,105,115,46,95,98,61,85,40,116,104,105,115,46,95,98,41,41,44,116,104,105,115,46,95,111,107,61,110,46,111,107,44,116,104,105,115,46,95,116,99,95,105,100,61,72,43,43,125,102,117,110,99,116,105,111,110,32,97,40,116,41,123,118,97,114,32,101,61,123,114,58,48,44,103,58,48,44,98,58,48,125,44,110,61,49,44,114,61,110,117,108,108,44,105,61,110,117,108,108,44,111,61,110,117,108,108,44,97,61,33,49,44,99,61,33,49,59,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,38,38,40,116,61,82,40,116,41,41,44,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,116,38,38,40,66,40,116,46,114,41,38,38,66,40,116,46,103,41,38,38,66,40,116,46,98,41,63,40,101,61,115,40,116,46,114,44,116,46,103,44,116,46,98,41,44,97,61,33,48,44,99,61,34,37,34,61,61,61,83,116,114,105,110,103,40,116,46,114,41,46,115,117,98,115,116,114,40,45,49,41,63,34,112,114,103,98,34,58,34,114,103,98,34,41,58,66,40,116,46,104,41,38,38,66,40,116,46,115,41,38,38,66,40,116,46,118,41,63,40,114,61,73,40,116,46,115,41,44,105,61,73,40,116,46,118,41,44,101,61,102,40,116,46,104,44,114,44,105,41,44,97,61,33,48,44,99,61,34,104,115,118,34,41,58,66,40,116,46,104,41,38,38,66,40,116,46,115,41,38,38,66,40,116,46,108,41,38,38,40,114,61,73,40,116,46,115,41,44,111,61,73,40,116,46,108,41,44,101,61,117,40,116,46,104,44,114,44,111,41,44,97,61,33,48,44,99,61,34,104,115,108,34,41,44,116,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,34,97,34,41,38,38,40,110,61,116,46,97,41,41,44,110,61,84,40,110,41,44,123,111,107,58,97,44,102,111,114,109,97,116,58,116,46,102,111,114,109,97,116,124,124,99,44,114,58,87,40,50,53,53,44,113,40,101,46,114,44,48,41,41,44,103,58,87,40,50,53,53,44,113,40,101,46,103,44,48,41,41,44,98,58,87,40,50,53,53,44,113,40,101,46,98,44,48,41,41,44,97,58,110,125,125,102,117,110,99,116,105,111,110,32,115,40,116,44,101,44,110,41,123,114,101,116,117,114,110,123,114,58,50,53,53,42,106,40,116,44,50,53,53,41,44,103,58,50,53,53,42,106,40,101,44,50,53,53,41,44,98,58,50,53,53,42,106,40,110,44,50,53,53,41,125,125,102,117,110,99,116,105,111,110,32,99,40,116,44,101,44,110,41,123,116,61,106,40,116,44,50,53,53,41,44,101,61,106,40,101,44,50,53,53,41,44,110,61,106,40,110,44,50,53,53,41,59,118,97,114,32,114,44,105,44,111,61,113,40,116,44,101,44,110,41,44,97,61,87,40,116,44,101,44,110,41,44,115,61,40,111,43,97,41,47,50,59,105,102,40,111,61,61,97,41,114,61,105,61,48,59,101,108,115,101,123,118,97,114,32,99,61,111,45,97,59,115,119,105,116,99,104,40,105,61,115,62,46,53,63,99,47,40,50,45,111,45,97,41,58,99,47,40,111,43,97,41,44,111,41,123,99,97,115,101,32,116,58,114,61,40,101,45,110,41,47,99,43,40,101,60,110,63,54,58,48,41,59,98,114,101,97,107,59,99,97,115,101,32,101,58,114,61,40,110,45,116,41,47,99,43,50,59,98,114,101,97,107,59,99,97,115,101,32,110,58,114,61,40,116,45,101,41,47,99,43,52,125,114,47,61,54,125,114,101,116,117,114,110,123,104,58,114,44,115,58,105,44,108,58,115,125,125,102,117,110,99,116,105,111,110,32,117,40,116,44,101,44,110,41,123,102,117,110,99,116,105,111,110,32,114,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,110,60,48,38,38,40,110,43,61,49,41,44,110,62,49,38,38,40,110,45,61,49,41,44,110,60,49,47,54,63,116,43,54,42,40,101,45,116,41,42,110,58,110,60,46,53,63,101,58,110,60,50,47,51,63,116,43,40,101,45,116,41,42,40,50,47,51,45,110,41,42,54,58,116,125,118,97,114,32,105,44,111,44,97,59,105,102,40,116,61,106,40,116,44,51,54,48,41,44,101,61,106,40,101,44,49,48,48,41,44,110,61,106,40,110,44,49,48,48,41,44,48,61,61,61,101,41,105,61,111,61,97,61,110,59,101,108,115,101,123,118,97,114,32,115,61,110,60,46,53,63,110,42,40,49,43,101,41,58,110,43,101,45,110,42,101,44,99,61,50,42,110,45,115,59,105,61,114,40,99,44,115,44,116,43,49,47,51,41,44,111,61,114,40,99,44,115,44,116,41,44,97,61,114,40,99,44,115,44,116,45,49,47,51,41,125,114,101,116,117,114,110,123,114,58,50,53,53,42,105,44,103,58,50,53,53,42,111,44,98,58,50,53,53,42,97,125,125,102,117,110,99,116,105,111,110,32,108,40,116,44,101,44,110,41,123,116,61,106,40,116,44,50,53,53,41,44,101,61,106,40,101,44,50,53,53,41,44,110,61,106,40,110,44,50,53,53,41,59,118,97,114,32,114,44,105,44,111,61,113,40,116,44,101,44,110,41,44,97,61,87,40,116,44,101,44,110,41,44,115,61,111,44,99,61,111,45,97,59,105,102,40,105,61,48,61,61,61,111,63,48,58,99,47,111,44,111,61,61,97,41,114,61,48,59,101,108,115,101,123,115,119,105,116,99,104,40,111,41,123,99,97,115,101,32,116,58,114,61,40,101,45,110,41,47,99,43,40,101,60,110,63,54,58,48,41,59,98,114,101,97,107,59,99,97,115,101,32,101,58,114,61,40,110,45,116,41,47,99,43,50,59,98,114,101,97,107,59,99,97,115,101,32,110,58,114,61,40,116,45,101,41,47,99,43,52,125,114,47,61,54,125,114,101,116,117,114,110,123,104,58,114,44,115,58,105,44,118,58,115,125,125,102,117,110,99,116,105,111,110,32,102,40,116,44,101,44,110,41,123,116,61,54,42,106,40,116,44,51,54,48,41,44,101,61,106,40,101,44,49,48,48,41,44,110,61,106,40,110,44,49,48,48,41,59,118,97,114,32,114,61,105,46,102,108,111,111,114,40,116,41,44,111,61,116,45,114,44,97,61,110,42,40,49,45,101,41,44,115,61,110,42,40,49,45,111,42,101,41,44,99,61,110,42,40,49,45,40,49,45,111,41,42,101,41,44,117,61,114,37,54,59,114,101,116,117,114,110,123,114,58,50,53,53,42,91,110,44,115,44,97,44,97,44,99,44,110,93,91,117,93,44,103,58,50,53,53,42,91,99,44,110,44,110,44,115,44,97,44,97,93,91,117,93,44,98,58,50,53,53,42,91,97,44,97,44,99,44,110,44,110,44,115,93,91,117,93,125,125,102,117,110,99,116,105,111,110,32,104,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,91,77,40,85,40,116,41,46,116,111,83,116,114,105,110,103,40,49,54,41,41,44,77,40,85,40,101,41,46,116,111,83,116,114,105,110,103,40,49,54,41,41,44,77,40,85,40,110,41,46,116,111,83,116,114,105,110,103,40,49,54,41,41,93,59,114,101,116,117,114,110,32,114,38,38,105,91,48,93,46,99,104,97,114,65,116,40,48,41,61,61,105,91,48,93,46,99,104,97,114,65,116,40,49,41,38,38,105,91,49,93,46,99,104,97,114,65,116,40,48,41,61,61,105,91,49,93,46,99,104,97,114,65,116,40,49,41,38,38,105,91,50,93,46,99,104,97,114,65,116,40,48,41,61,61,105,91,50,93,46,99,104,97,114,65,116,40,49,41,63,105,91,48,93,46,99,104,97,114,65,116,40,48,41,43,105,91,49,93,46,99,104,97,114,65,116,40,48,41,43,105,91,50,93,46,99,104,97,114,65,116,40,48,41,58,105,46,106,111,105,110,40,34,34,41,125,102,117,110,99,116,105,111,110,32,100,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,91,77,40,85,40,116,41,46,116,111,83,116,114,105,110,103,40,49,54,41,41,44,77,40,85,40,101,41,46,116,111,83,116,114,105,110,103,40,49,54,41,41,44,77,40,85,40,110,41,46,116,111,83,116,114,105,110,103,40,49,54,41,41,44,77,40,36,40,114,41,41,93,59,114,101,116,117,114,110,32,105,38,38,111,91,48,93,46,99,104,97,114,65,116,40,48,41,61,61,111,91,48,93,46,99,104,97,114,65,116,40,49,41,38,38,111,91,49,93,46,99,104,97,114,65,116,40,48,41,61,61,111,91,49,93,46,99,104,97,114,65,116,40,49,41,38,38,111,91,50,93,46,99,104,97,114,65,116,40,48,41,61,61,111,91,50,93,46,99,104,97,114,65,116,40,49,41,38,38,111,91,51,93,46,99,104,97,114,65,116,40,48,41,61,61,111,91,51,93,46,99,104,97,114,65,116,40,49,41,63,111,91,48,93,46,99,104,97,114,65,116,40,48,41,43,111,91,49,93,46,99,104,97,114,65,116,40,48,41,43,111,91,50,93,46,99,104,97,114,65,116,40,48,41,43,111,91,51,93,46,99,104,97,114,65,116,40,48,41,58,111,46,106,111,105,110,40,34,34,41,125,102,117,110,99,116,105,111,110,32,112,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,91,77,40,36,40,114,41,41,44,77,40,85,40,116,41,46,116,111,83,116,114,105,110,103,40,49,54,41,41,44,77,40,85,40,101,41,46,116,111,83,116,114,105,110,103,40,49,54,41,41,44,77,40,85,40,110,41,46,116,111,83,116,114,105,110,103,40,49,54,41,41,93,46,106,111,105,110,40,34,34,41,125,102,117,110,99,116,105,111,110,32,118,40,116,44,101,41,123,101,61,48,61,61,61,101,63,48,58,101,124,124,49,48,59,118,97,114,32,110,61,111,40,116,41,46,116,111,72,115,108,40,41,59,114,101,116,117,114,110,32,110,46,115,45,61,101,47,49,48,48,44,110,46,115,61,69,40,110,46,115,41,44,111,40,110,41,125,102,117,110,99,116,105,111,110,32,103,40,116,44,101,41,123,101,61,48,61,61,61,101,63,48,58,101,124,124,49,48,59,118,97,114,32,110,61,111,40,116,41,46,116,111,72,115,108,40,41,59,114,101,116,117,114,110,32,110,46,115,43,61,101,47,49,48,48,44,110,46,115,61,69,40,110,46,115,41,44,111,40,110,41,125,102,117,110,99,116,105,111,110,32,109,40,116,41,123,114,101,116,117,114,110,32,111,40,116,41,46,100,101,115,97,116,117,114,97,116,101,40,49,48,48,41,125,102,117,110,99,116,105,111,110,32,98,40,116,44,101,41,123,101,61,48,61,61,61,101,63,48,58,101,124,124,49,48,59,118,97,114,32,110,61,111,40,116,41,46,116,111,72,115,108,40,41,59,114,101,116,117,114,110,32,110,46,108,43,61,101,47,49,48,48,44,110,46,108,61,69,40,110,46,108,41,44,111,40,110,41,125,102,117,110,99,116,105,111,110,32,121,40,116,44,101,41,123,101,61,48,61,61,61,101,63,48,58,101,124,124,49,48,59,118,97,114,32,110,61,111,40,116,41,46,116,111,82,103,98,40,41,59,114,101,116,117,114,110,32,110,46,114,61,113,40,48,44,87,40,50,53,53,44,110,46,114,45,85,40,45,101,47,49,48,48,42,50,53,53,41,41,41,44,110,46,103,61,113,40,48,44,87,40,50,53,53,44,110,46,103,45,85,40,45,101,47,49,48,48,42,50,53,53,41,41,41,44,110,46,98,61,113,40,48,44,87,40,50,53,53,44,110,46,98,45,85,40,45,101,47,49,48,48,42,50,53,53,41,41,41,44,111,40,110,41,125,102,117,110,99,116,105,111,110,32,119,40,116,44,101,41,123,101,61,48,61,61,61,101,63,48,58,101,124,124,49,48,59,118,97,114,32,110,61,111,40,116,41,46,116,111,72,115,108,40,41,59,114,101,116,117,114,110,32,110,46,108,45,61,101,47,49,48,48,44,110,46,108,61,69,40,110,46,108,41,44,111,40,110,41,125,102,117,110,99,116,105,111,110,32,95,40,116,44,101,41,123,118,97,114,32,110,61,111,40,116,41,46,116,111,72,115,108,40,41,44,114,61,40,110,46,104,43,101,41,37,51,54,48,59,114,101,116,117,114,110,32,110,46,104,61,114,60,48,63,51,54,48,43,114,58,114,44,111,40,110,41,125,102,117,110,99,116,105,111,110,32,120,40,116,41,123,118,97,114,32,101,61,111,40,116,41,46,116,111,72,115,108,40,41,59,114,101,116,117,114,110,32,101,46,104,61,40,101,46,104,43,49,56,48,41,37,51,54,48,44,111,40,101,41,125,102,117,110,99,116,105,111,110,32,79,40,116,41,123,118,97,114,32,101,61,111,40,116,41,46,116,111,72,115,108,40,41,44,110,61,101,46,104,59,114,101,116,117,114,110,91,111,40,116,41,44,111,40,123,104,58,40,110,43,49,50,48,41,37,51,54,48,44,115,58,101,46,115,44,108,58,101,46,108,125,41,44,111,40,123,104,58,40,110,43,50,52,48,41,37,51,54,48,44,115,58,101,46,115,44,108,58,101,46,108,125,41,93,125,102,117,110,99,116,105,111,110,32,83,40,116,41,123,118,97,114,32,101,61,111,40,116,41,46,116,111,72,115,108,40,41,44,110,61,101,46,104,59,114,101,116,117,114,110,91,111,40,116,41,44,111,40,123,104,58,40,110,43,57,48,41,37,51,54,48,44,115,58,101,46,115,44,108,58,101,46,108,125,41,44,111,40,123,104,58,40,110,43,49,56,48,41,37,51,54,48,44,115,58,101,46,115,44,108,58,101,46,108,125,41,44,111,40,123,104,58,40,110,43,50,55,48,41,37,51,54,48,44,115,58,101,46,115,44,108,58,101,46,108,125,41,93,125,102,117,110,99,116,105,111,110,32,107,40,116,41,123,118,97,114,32,101,61,111,40,116,41,46,116,111,72,115,108,40,41,44,110,61,101,46,104,59,114,101,116,117,114,110,91,111,40,116,41,44,111,40,123,104,58,40,110,43,55,50,41,37,51,54,48,44,115,58,101,46,115,44,108,58,101,46,108,125,41,44,111,40,123,104,58,40,110,43,50,49,54,41,37,51,54,48,44,115,58,101,46,115,44,108,58,101,46,108,125,41,93,125,102,117,110,99,116,105,111,110,32,67,40,116,44,101,44,110,41,123,101,61,101,124,124,54,44,110,61,110,124,124,51,48,59,118,97,114,32,114,61,111,40,116,41,46,116,111,72,115,108,40,41,44,105,61,51,54,48,47,110,44,97,61,91,111,40,116,41,93,59,102,111,114,40,114,46,104,61,40,114,46,104,45,40,105,42,101,62,62,49,41,43,55,50,48,41,37,51,54,48,59,45,45,101,59,41,114,46,104,61,40,114,46,104,43,105,41,37,51,54,48,44,97,46,112,117,115,104,40,111,40,114,41,41,59,114,101,116,117,114,110,32,97,125,102,117,110,99,116,105,111,110,32,80,40,116,44,101,41,123,101,61,101,124,124,54,59,102,111,114,40,118,97,114,32,110,61,111,40,116,41,46,116,111,72,115,118,40,41,44,114,61,110,46,104,44,105,61,110,46,115,44,97,61,110,46,118,44,115,61,91,93,44,99,61,49,47,101,59,101,45,45,59,41,115,46,112,117,115,104,40,111,40,123,104,58,114,44,115,58,105,44,118,58,97,125,41,41,44,97,61,40,97,43,99,41,37,49,59,114,101,116,117,114,110,32,115,125,102,117,110,99,116,105,111,110,32,84,40,116,41,123,114,101,116,117,114,110,32,116,61,112,97,114,115,101,70,108,111,97,116,40,116,41,44,40,105,115,78,97,78,40,116,41,124,124,116,60,48,124,124,116,62,49,41,38,38,40,116,61,49,41,44,116,125,102,117,110,99,116,105,111,110,32,106,40,116,44,101,41,123,68,40,116,41,38,38,40,116,61,34,49,48,48,37,34,41,59,118,97,114,32,110,61,76,40,116,41,59,114,101,116,117,114,110,32,116,61,87,40,101,44,113,40,48,44,112,97,114,115,101,70,108,111,97,116,40,116,41,41,41,44,110,38,38,40,116,61,112,97,114,115,101,73,110,116,40,116,42,101,44,49,48,41,47,49,48,48,41,44,105,46,97,98,115,40,116,45,101,41,60,49,101,45,54,63,49,58,116,37,101,47,112,97,114,115,101,70,108,111,97,116,40,101,41,125,102,117,110,99,116,105,111,110,32,69,40,116,41,123,114,101,116,117,114,110,32,87,40,49,44,113,40,48,44,116,41,41,125,102,117,110,99,116,105,111,110,32,65,40,116,41,123,114,101,116,117,114,110,32,112,97,114,115,101,73,110,116,40,116,44,49,54,41,125,102,117,110,99,116,105,111,110,32,68,40,116,41,123,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,38,38,45,49,33,61,116,46,105,110,100,101,120,79,102,40,34,46,34,41,38,38,49,61,61,61,112,97,114,115,101,70,108,111,97,116,40,116,41,125,102,117,110,99,116,105,111,110,32,76,40,116,41,123,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,38,38,45,49,33,61,116,46,105,110,100,101,120,79,102,40,34,37,34,41,125,102,117,110,99,116,105,111,110,32,77,40,116,41,123,114,101,116,117,114,110,32,49,61,61,116,46,108,101,110,103,116,104,63,34,48,34,43,116,58,34,34,43,116,125,102,117,110,99,116,105,111,110,32,73,40,116,41,123,114,101,116,117,114,110,32,116,60,61,49,38,38,40,116,61,49,48,48,42,116,43,34,37,34,41,44,116,125,102,117,110,99,116,105,111,110,32,36,40,116,41,123,114,101,116,117,114,110,32,105,46,114,111,117,110,100,40,50,53,53,42,112,97,114,115,101,70,108,111,97,116,40,116,41,41,46,116,111,83,116,114,105,110,103,40,49,54,41,125,102,117,110,99,116,105,111,110,32,70,40,116,41,123,114,101,116,117,114,110,32,65,40,116,41,47,50,53,53,125,102,117,110,99,116,105,111,110,32,66,40,116,41,123,114,101,116,117,114,110,33,33,88,46,67,83,83,95,85,78,73,84,46,101,120,101,99,40,116,41,125,102,117,110,99,116,105,111,110,32,82,40,116,41,123,116,61,116,46,114,101,112,108,97,99,101,40,122,44,34,34,41,46,114,101,112,108,97,99,101,40,86,44,34,34,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,59,118,97,114,32,101,44,110,61,33,49,59,105,102,40,89,91,116,93,41,116,61,89,91,116,93,44,110,61,33,48,59,101,108,115,101,32,105,102,40,34,116,114,97,110,115,112,97,114,101,110,116,34,61,61,116,41,114,101,116,117,114,110,123,114,58,48,44,103,58,48,44,98,58,48,44,97,58,48,44,102,111,114,109,97,116,58,34,110,97,109,101,34,125,59,114,101,116,117,114,110,40,101,61,88,46,114,103,98,46,101,120,101,99,40,116,41,41,63,123,114,58,101,91,49,93,44,103,58,101,91,50,93,44,98,58,101,91,51,93,125,58,40,101,61,88,46,114,103,98,97,46,101,120,101,99,40,116,41,41,63,123,114,58,101,91,49,93,44,103,58,101,91,50,93,44,98,58,101,91,51,93,44,97,58,101,91,52,93,125,58,40,101,61,88,46,104,115,108,46,101,120,101,99,40,116,41,41,63,123,104,58,101,91,49,93,44,115,58,101,91,50,93,44,108,58,101,91,51,93,125,58,40,101,61,88,46,104,115,108,97,46,101,120,101,99,40,116,41,41,63,123,104,58,101,91,49,93,44,115,58,101,91,50,93,44,108,58,101,91,51,93,44,97,58,101,91,52,93,125,58,40,101,61,88,46,104,115,118,46,101,120,101,99,40,116,41,41,63,123,104,58,101,91,49,93,44,115,58,101,91,50,93,44,118,58,101,91,51,93,125,58,40,101,61,88,46,104,115,118,97,46,101,120,101,99,40,116,41,41,63,123,104,58,101,91,49,93,44,115,58,101,91,50,93,44,118,58,101,91,51,93,44,97,58,101,91,52,93,125,58,40,101,61,88,46,104,101,120,56,46,101,120,101,99,40,116,41,41,63,123,114,58,65,40,101,91,49,93,41,44,103,58,65,40,101,91,50,93,41,44,98,58,65,40,101,91,51,93,41,44,97,58,70,40,101,91,52,93,41,44,102,111,114,109,97,116,58,110,63,34,110,97,109,101,34,58,34,104,101,120,56,34,125,58,40,101,61,88,46,104,101,120,54,46,101,120,101,99,40,116,41,41,63,123,114,58,65,40,101,91,49,93,41,44,103,58,65,40,101,91,50,93,41,44,98,58,65,40,101,91,51,93,41,44,102,111,114,109,97,116,58,110,63,34,110,97,109,101,34,58,34,104,101,120,34,125,58,40,101,61,88,46,104,101,120,52,46,101,120,101,99,40,116,41,41,63,123,114,58,65,40,101,91,49,93,43,34,34,43,101,91,49,93,41,44,103,58,65,40,101,91,50,93,43,34,34,43,101,91,50,93,41,44,98,58,65,40,101,91,51,93,43,34,34,43,101,91,51,93,41,44,97,58,70,40,101,91,52,93,43,34,34,43,101,91,52,93,41,44,102,111,114,109,97,116,58,110,63,34,110,97,109,101,34,58,34,104,101,120,56,34,125,58,33,33,40,101,61,88,46,104,101,120,51,46,101,120,101,99,40,116,41,41,38,38,123,114,58,65,40,101,91,49,93,43,34,34,43,101,91,49,93,41,44,103,58,65,40,101,91,50,93,43,34,34,43,101,91,50,93,41,44,98,58,65,40,101,91,51,93,43,34,34,43,101,91,51,93,41,44,102,111,114,109,97,116,58,110,63,34,110,97,109,101,34,58,34,104,101,120,34,125,125,102,117,110,99,116,105,111,110,32,78,40,116,41,123,118,97,114,32,101,44,110,59,114,101,116,117,114,110,32,116,61,116,124,124,123,108,101,118,101,108,58,34,65,65,34,44,115,105,122,101,58,34,115,109,97,108,108,34,125,44,101,61,40,116,46,108,101,118,101,108,124,124,34,65,65,34,41,46,116,111,85,112,112,101,114,67,97,115,101,40,41,44,110,61,40,116,46,115,105,122,101,124,124,34,115,109,97,108,108,34,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,34,65,65,34,33,61,61,101,38,38,34,65,65,65,34,33,61,61,101,38,38,40,101,61,34,65,65,34,41,44,34,115,109,97,108,108,34,33,61,61,110,38,38,34,108,97,114,103,101,34,33,61,61,110,38,38,40,110,61,34,115,109,97,108,108,34,41,44,123,108,101,118,101,108,58,101,44,115,105,122,101,58,110,125,125,118,97,114,32,122,61,47,94,92,115,43,47,44,86,61,47,92,115,43,36,47,44,72,61,48,44,85,61,105,46,114,111,117,110,100,44,87,61,105,46,109,105,110,44,113,61,105,46,109,97,120,44,71,61,105,46,114,97,110,100,111,109,59,111,46,112,114,111,116,111,116,121,112,101,61,123,105,115,68,97,114,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,103,101,116,66,114,105,103,104,116,110,101,115,115,40,41,60,49,50,56,125,44,105,115,76,105,103,104,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,105,115,68,97,114,107,40,41,125,44,105,115,86,97,108,105,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,111,107,125,44,103,101,116,79,114,105,103,105,110,97,108,73,110,112,117,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,111,114,105,103,105,110,97,108,73,110,112,117,116,125,44,103,101,116,70,111,114,109,97,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,102,111,114,109,97,116,125,44,103,101,116,65,108,112,104,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,125,44,103,101,116,66,114,105,103,104,116,110,101,115,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,116,111,82,103,98,40,41,59,114,101,116,117,114,110,40,50,57,57,42,116,46,114,43,53,56,55,42,116,46,103,43,49,49,52,42,116,46,98,41,47,49,101,51,125,44,103,101,116,76,117,109,105,110,97,110,99,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,44,110,44,114,44,111,44,97,44,115,61,116,104,105,115,46,116,111,82,103,98,40,41,59,114,101,116,117,114,110,32,116,61,115,46,114,47,50,53,53,44,101,61,115,46,103,47,50,53,53,44,110,61,115,46,98,47,50,53,53,44,114,61,116,60,61,46,48,51,57,50,56,63,116,47,49,50,46,57,50,58,105,46,112,111,119,40,40,116,43,46,48,53,53,41,47,49,46,48,53,53,44,50,46,52,41,44,111,61,101,60,61,46,48,51,57,50,56,63,101,47,49,50,46,57,50,58,105,46,112,111,119,40,40,101,43,46,48,53,53,41,47,49,46,48,53,53,44,50,46,52,41,44,97,61,110,60,61,46,48,51,57,50,56,63,110,47,49,50,46,57,50,58,105,46,112,111,119,40,40,110,43,46,48,53,53,41,47,49,46,48,53,53,44,50,46,52,41,44,46,50,49,50,54,42,114,43,46,55,49,53,50,42,111,43,46,48,55,50,50,42,97,125,44,115,101,116,65,108,112,104,97,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,61,84,40,116,41,44,116,104,105,115,46,95,114,111,117,110,100,65,61,85,40,49,48,48,42,116,104,105,115,46,95,97,41,47,49,48,48,44,116,104,105,115,125,44,116,111,72,115,118,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,108,40,116,104,105,115,46,95,114,44,116,104,105,115,46,95,103,44,116,104,105,115,46,95,98,41,59,114,101,116,117,114,110,123,104,58,51,54,48,42,116,46,104,44,115,58,116,46,115,44,118,58,116,46,118,44,97,58,116,104,105,115,46,95,97,125,125,44,116,111,72,115,118,83,116,114,105,110,103,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,108,40,116,104,105,115,46,95,114,44,116,104,105,115,46,95,103,44,116,104,105,115,46,95,98,41,44,101,61,85,40,51,54,48,42,116,46,104,41,44,110,61,85,40,49,48,48,42,116,46,115,41,44,114,61,85,40,49,48,48,42,116,46,118,41,59,114,101,116,117,114,110,32,49,61,61,116,104,105,115,46,95,97,63,34,104,115,118,40,34,43,101,43,34,44,32,34,43,110,43,34,37,44,32,34,43,114,43,34,37,41,34,58,34,104,115,118,97,40,34,43,101,43,34,44,32,34,43,110,43,34,37,44,32,34,43,114,43,34,37,44,32,34,43,116,104,105,115,46,95,114,111,117,110,100,65,43,34,41,34,125,44,116,111,72,115,108,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,99,40,116,104,105,115,46,95,114,44,116,104,105,115,46,95,103,44,116,104,105,115,46,95,98,41,59,114,101,116,117,114,110,123,104,58,51,54,48,42,116,46,104,44,115,58,116,46,115,44,108,58,116,46,108,44,97,58,116,104,105,115,46,95,97,125,125,44,116,111,72,115,108,83,116,114,105,110,103,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,99,40,116,104,105,115,46,95,114,44,116,104,105,115,46,95,103,44,116,104,105,115,46,95,98,41,44,101,61,85,40,51,54,48,42,116,46,104,41,44,110,61,85,40,49,48,48,42,116,46,115,41,44,114,61,85,40,49,48,48,42,116,46,108,41,59,114,101,116,117,114,110,32,49,61,61,116,104,105,115,46,95,97,63,34,104,115,108,40,34,43,101,43,34,44,32,34,43,110,43,34,37,44,32,34,43,114,43,34,37,41,34,58,34,104,115,108,97,40,34,43,101,43,34,44,32,34,43,110,43,34,37,44,32,34,43,114,43,34,37,44,32,34,43,116,104,105,115,46,95,114,111,117,110,100,65,43,34,41,34,125,44,116,111,72,101,120,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,104,40,116,104,105,115,46,95,114,44,116,104,105,115,46,95,103,44,116,104,105,115,46,95,98,44,116,41,125,44,116,111,72,101,120,83,116,114,105,110,103,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,35,34,43,116,104,105,115,46,116,111,72,101,120,40,116,41,125,44,116,111,72,101,120,56,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,100,40,116,104,105,115,46,95,114,44,116,104,105,115,46,95,103,44,116,104,105,115,46,95,98,44,116,104,105,115,46,95,97,44,116,41,125,44,116,111,72,101,120,56,83,116,114,105,110,103,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,35,34,43,116,104,105,115,46,116,111,72,101,120,56,40,116,41,125,44,116,111,82,103,98,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,114,58,85,40,116,104,105,115,46,95,114,41,44,103,58,85,40,116,104,105,115,46,95,103,41,44,98,58,85,40,116,104,105,115,46,95,98,41,44,97,58,116,104,105,115,46,95,97,125,125,44,116,111,82,103,98,83,116,114,105,110,103,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,49,61,61,116,104,105,115,46,95,97,63,34,114,103,98,40,34,43,85,40,116,104,105,115,46,95,114,41,43,34,44,32,34,43,85,40,116,104,105,115,46,95,103,41,43,34,44,32,34,43,85,40,116,104,105,115,46,95,98,41,43,34,41,34,58,34,114,103,98,97,40,34,43,85,40,116,104,105,115,46,95,114,41,43,34,44,32,34,43,85,40,116,104,105,115,46,95,103,41,43,34,44,32,34,43,85,40,116,104,105,115,46,95,98,41,43,34,44,32,34,43,116,104,105,115,46,95,114,111,117,110,100,65,43,34,41,34,125,44,116,111,80,101,114,99,101,110,116,97,103,101,82,103,98,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,114,58,85,40,49,48,48,42,106,40,116,104,105,115,46,95,114,44,50,53,53,41,41,43,34,37,34,44,103,58,85,40,49,48,48,42,106,40,116,104,105,115,46,95,103,44,50,53,53,41,41,43,34,37,34,44,98,58,85,40,49,48,48,42,106,40,116,104,105,115,46,95,98,44,50,53,53,41,41,43,34,37,34,44,97,58,116,104,105,115,46,95,97,125,125,44,116,111,80,101,114,99,101,110,116,97,103,101,82,103,98,83,116,114,105,110,103,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,49,61,61,116,104,105,115,46,95,97,63,34,114,103,98,40,34,43,85,40,49,48,48,42,106,40,116,104,105,115,46,95,114,44,50,53,53,41,41,43,34,37,44,32,34,43,85,40,49,48,48,42,106,40,116,104,105,115,46,95,103,44,50,53,53,41,41,43,34,37,44,32,34,43,85,40,49,48,48,42,106,40,116,104,105,115,46,95,98,44,50,53,53,41,41,43,34,37,41,34,58,34,114,103,98,97,40,34,43,85,40,49,48,48,42,106,40,116,104,105,115,46,95,114,44,50,53,53,41,41,43,34,37,44,32,34,43,85,40,49,48,48,42,106,40,116,104,105,115,46,95,103,44,50,53,53,41,41,43,34,37,44,32,34,43,85,40,49,48,48,42,106,40,116,104,105,115,46,95,98,44,50,53,53,41,41,43,34,37,44,32,34,43,116,104,105,115,46,95,114,111,117,110,100,65,43,34,41,34,125,44,116,111,78,97,109,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,48,61,61,61,116,104,105,115,46,95,97,63,34,116,114,97,110,115,112,97,114,101,110,116,34,58,33,40,116,104,105,115,46,95,97,60,49,41,38,38,40,75,91,104,40,116,104,105,115,46,95,114,44,116,104,105,115,46,95,103,44,116,104,105,115,46,95,98,44,33,48,41,93,124,124,33,49,41,125,44,116,111,70,105,108,116,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,34,35,34,43,112,40,116,104,105,115,46,95,114,44,116,104,105,115,46,95,103,44,116,104,105,115,46,95,98,44,116,104,105,115,46,95,97,41,44,110,61,101,44,114,61,116,104,105,115,46,95,103,114,97,100,105,101,110,116,84,121,112,101,63,34,71,114,97,100,105,101,110,116,84,121,112,101,32,61,32,49,44,32,34,58,34,34,59,105,102,40,116,41,123,118,97,114,32,105,61,111,40,116,41,59,110,61,34,35,34,43,112,40,105,46,95,114,44,105,46,95,103,44,105,46,95,98,44,105,46,95,97,41,125,114,101,116,117,114,110,34,112,114,111,103,105,100,58,68,88,73,109,97,103,101,84,114,97,110,115,102,111,114,109,46,77,105,99,114,111,115,111,102,116,46,103,114,97,100,105,101,110,116,40,34,43,114,43,34,115,116,97,114,116,67,111,108,111,114,115,116,114,61,34,43,101,43,34,44,101,110,100,67,111,108,111,114,115,116,114,61,34,43,110,43,34,41,34,125,44,116,111,83,116,114,105,110,103,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,33,33,116,59,116,61,116,124,124,116,104,105,115,46,95,102,111,114,109,97,116,59,118,97,114,32,110,61,33,49,44,114,61,116,104,105,115,46,95,97,60,49,38,38,116,104,105,115,46,95,97,62,61,48,59,114,101,116,117,114,110,32,101,124,124,33,114,124,124,34,104,101,120,34,33,61,61,116,38,38,34,104,101,120,54,34,33,61,61,116,38,38,34,104,101,120,51,34,33,61,61,116,38,38,34,104,101,120,52,34,33,61,61,116,38,38,34,104,101,120,56,34,33,61,61,116,38,38,34,110,97,109,101,34,33,61,61,116,63,40,34,114,103,98,34,61,61,61,116,38,38,40,110,61,116,104,105,115,46,116,111,82,103,98,83,116,114,105,110,103,40,41,41,44,34,112,114,103,98,34,61,61,61,116,38,38,40,110,61,116,104,105,115,46,116,111,80,101,114,99,101,110,116,97,103,101,82,103,98,83,116,114,105,110,103,40,41,41,44,34,104,101,120,34,33,61,61,116,38,38,34,104,101,120,54,34,33,61,61,116,124,124,40,110,61,116,104,105,115,46,116,111,72,101,120,83,116,114,105,110,103,40,41,41,44,34,104,101,120,51,34,61,61,61,116,38,38,40,110,61,116,104,105,115,46,116,111,72,101,120,83,116,114,105,110,103,40,33,48,41,41,44,34,104,101,120,52,34,61,61,61,116,38,38,40,110,61,116,104,105,115,46,116,111,72,101,120,56,83,116,114,105,110,103,40,33,48,41,41,44,34,104,101,120,56,34,61,61,61,116,38,38,40,110,61,116,104,105,115,46,116,111,72,101,120,56,83,116,114,105,110,103,40,41,41,44,34,110,97,109,101,34,61,61,61,116,38,38,40,110,61,116,104,105,115,46,116,111,78,97,109,101,40,41,41,44,34,104,115,108,34,61,61,61,116,38,38,40,110,61,116,104,105,115,46,116,111,72,115,108,83,116,114,105,110,103,40,41,41,44,34,104,115,118,34,61,61,61,116,38,38,40,110,61,116,104,105,115,46,116,111,72,115,118,83,116,114,105,110,103,40,41,41,44,110,124,124,116,104,105,115,46,116,111,72,101,120,83,116,114,105,110,103,40,41,41,58,34,110,97,109,101,34,61,61,61,116,38,38,48,61,61,61,116,104,105,115,46,95,97,63,116,104,105,115,46,116,111,78,97,109,101,40,41,58,116,104,105,115,46,116,111,82,103,98,83,116,114,105,110,103,40,41,125,44,99,108,111,110,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,111,40,116,104,105,115,46,116,111,83,116,114,105,110,103,40,41,41,125,44,95,97,112,112,108,121,77,111,100,105,102,105,99,97,116,105,111,110,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,97,112,112,108,121,40,110,117,108,108,44,91,116,104,105,115,93,46,99,111,110,99,97,116,40,91,93,46,115,108,105,99,101,46,99,97,108,108,40,101,41,41,41,59,114,101,116,117,114,110,32,116,104,105,115,46,95,114,61,110,46,95,114,44,116,104,105,115,46,95,103,61,110,46,95,103,44,116,104,105,115,46,95,98,61,110,46,95,98,44,116,104,105,115,46,115,101,116,65,108,112,104,97,40,110,46,95,97,41,44,116,104,105,115,125,44,108,105,103,104,116,101,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,112,112,108,121,77,111,100,105,102,105,99,97,116,105,111,110,40,98,44,97,114,103,117,109,101,110,116,115,41,125,44,98,114,105,103,104,116,101,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,112,112,108,121,77,111,100,105,102,105,99,97,116,105,111,110,40,121,44,97,114,103,117,109,101,110,116,115,41,125,44,100,97,114,107,101,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,112,112,108,121,77,111,100,105,102,105,99,97,116,105,111,110,40,119,44,97,114,103,117,109,101,110,116,115,41,125,44,100,101,115,97,116,117,114,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,112,112,108,121,77,111,100,105,102,105,99,97,116,105,111,110,40,118,44,97,114,103,117,109,101,110,116,115,41,125,44,115,97,116,117,114,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,112,112,108,121,77,111,100,105,102,105,99,97,116,105,111,110,40,103,44,97,114,103,117,109,101,110,116,115,41,125,44,103,114,101,121,115,99,97,108,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,112,112,108,121,77,111,100,105,102,105,99,97,116,105,111,110,40,109,44,97,114,103,117,109,101,110,116,115,41,125,44,115,112,105,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,112,112,108,121,77,111,100,105,102,105,99,97,116,105,111,110,40,95,44,97,114,103,117,109,101,110,116,115,41,125,44,95,97,112,112,108,121,67,111,109,98,105,110,97,116,105,111,110,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,110,117,108,108,44,91,116,104,105,115,93,46,99,111,110,99,97,116,40,91,93,46,115,108,105,99,101,46,99,97,108,108,40,101,41,41,41,125,44,97,110,97,108,111,103,111,117,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,112,112,108,121,67,111,109,98,105,110,97,116,105,111,110,40,67,44,97,114,103,117,109,101,110,116,115,41,125,44,99,111,109,112,108,101,109,101,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,112,112,108,121,67,111,109,98,105,110,97,116,105,111,110,40,120,44,97,114,103,117,109,101,110,116,115,41,125,44,109,111,110,111,99,104,114,111,109,97,116,105,99,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,112,112,108,121,67,111,109,98,105,110,97,116,105,111,110,40,80,44,97,114,103,117,109,101,110,116,115,41,125,44,115,112,108,105,116,99,111,109,112,108,101,109,101,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,112,112,108,121,67,111,109,98,105,110,97,116,105,111,110,40,107,44,97,114,103,117,109,101,110,116,115,41,125,44,116,114,105,97,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,112,112,108,121,67,111,109,98,105,110,97,116,105,111,110,40,79,44,97,114,103,117,109,101,110,116,115,41,125,44,116,101,116,114,97,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,112,112,108,121,67,111,109,98,105,110,97,116,105,111,110,40,83,44,97,114,103,117,109,101,110,116,115,41,125,125,44,111,46,102,114,111,109,82,97,116,105,111,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,116,41,123,118,97,114,32,110,61,123,125,59,102,111,114,40,118,97,114,32,114,32,105,110,32,116,41,116,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,114,41,38,38,40,110,91,114,93,61,34,97,34,61,61,61,114,63,116,91,114,93,58,73,40,116,91,114,93,41,41,59,116,61,110,125,114,101,116,117,114,110,32,111,40,116,44,101,41,125,44,111,46,101,113,117,97,108,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,33,40,33,116,124,124,33,101,41,38,38,111,40,116,41,46,116,111,82,103,98,83,116,114,105,110,103,40,41,61,61,111,40,101,41,46,116,111,82,103,98,83,116,114,105,110,103,40,41,125,44,111,46,114,97,110,100,111,109,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,111,46,102,114,111,109,82,97,116,105,111,40,123,114,58,71,40,41,44,103,58,71,40,41,44,98,58,71,40,41,125,41,125,44,111,46,109,105,120,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,61,48,61,61,61,110,63,48,58,110,124,124,53,48,59,118,97,114,32,114,61,111,40,116,41,46,116,111,82,103,98,40,41,44,105,61,111,40,101,41,46,116,111,82,103,98,40,41,44,97,61,110,47,49,48,48,59,114,101,116,117,114,110,32,111,40,123,114,58,40,105,46,114,45,114,46,114,41,42,97,43,114,46,114,44,103,58,40,105,46,103,45,114,46,103,41,42,97,43,114,46,103,44,98,58,40,105,46,98,45,114,46,98,41,42,97,43,114,46,98,44,97,58,40,105,46,97,45,114,46,97,41,42,97,43,114,46,97,125,41,125,44,111,46,114,101,97,100,97,98,105,108,105,116,121,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,111,40,116,41,44,114,61,111,40,101,41,59,114,101,116,117,114,110,40,105,46,109,97,120,40,110,46,103,101,116,76,117,109,105,110,97,110,99,101,40,41,44,114,46,103,101,116,76,117,109,105,110,97,110,99,101,40,41,41,43,46,48,53,41,47,40,105,46,109,105,110,40,110,46,103,101,116,76,117,109,105,110,97,110,99,101,40,41,44,114,46,103,101,116,76,117,109,105,110,97,110,99,101,40,41,41,43,46,48,53,41,125,44,111,46,105,115,82,101,97,100,97,98,108,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,97,61,111,46,114,101,97,100,97,98,105,108,105,116,121,40,116,44,101,41,59,115,119,105,116,99,104,40,105,61,33,49,44,114,61,78,40,110,41,44,114,46,108,101,118,101,108,43,114,46,115,105,122,101,41,123,99,97,115,101,34,65,65,115,109,97,108,108,34,58,99,97,115,101,34,65,65,65,108,97,114,103,101,34,58,105,61,97,62,61,52,46,53,59,98,114,101,97,107,59,99,97,115,101,34,65,65,108,97,114,103,101,34,58,105,61,97,62,61,51,59,98,114,101,97,107,59,99,97,115,101,34,65,65,65,115,109,97,108,108,34,58,105,61,97,62,61,55,125,114,101,116,117,114,110,32,105,125,44,111,46,109,111,115,116,82,101,97,100,97,98,108,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,97,44,115,44,99,61,110,117,108,108,44,117,61,48,59,110,61,110,124,124,123,125,44,105,61,110,46,105,110,99,108,117,100,101,70,97,108,108,98,97,99,107,67,111,108,111,114,115,44,97,61,110,46,108,101,118,101,108,44,115,61,110,46,115,105,122,101,59,102,111,114,40,118,97,114,32,108,61,48,59,108,60,101,46,108,101,110,103,116,104,59,108,43,43,41,40,114,61,111,46,114,101,97,100,97,98,105,108,105,116,121,40,116,44,101,91,108,93,41,41,62,117,38,38,40,117,61,114,44,99,61,111,40,101,91,108,93,41,41,59,114,101,116,117,114,110,32,111,46,105,115,82,101,97,100,97,98,108,101,40,116,44,99,44,123,108,101,118,101,108,58,97,44,115,105,122,101,58,115,125,41,124,124,33,105,63,99,58,40,110,46,105,110,99,108,117,100,101,70,97,108,108,98,97,99,107,67,111,108,111,114,115,61,33,49,44,111,46,109,111,115,116,82,101,97,100,97,98,108,101,40,116,44,91,34,35,102,102,102,34,44,34,35,48,48,48,34,93,44,110,41,41,125,59,118,97,114,32,89,61,111,46,110,97,109,101,115,61,123,97,108,105,99,101,98,108,117,101,58,34,102,48,102,56,102,102,34,44,97,110,116,105,113,117,101,119,104,105,116,101,58,34,102,97,101,98,100,55,34,44,97,113,117,97,58,34,48,102,102,34,44,97,113,117,97,109,97,114,105,110,101,58,34,55,102,102,102,100,52,34,44,97,122,117,114,101,58,34,102,48,102,102,102,102,34,44,98,101,105,103,101,58,34,102,53,102,53,100,99,34,44,98,105,115,113,117,101,58,34,102,102,101,52,99,52,34,44,98,108,97,99,107,58,34,48,48,48,34,44,98,108,97,110,99,104,101,100,97,108,109,111,110,100,58,34,102,102,101,98,99,100,34,44,98,108,117,101,58,34,48,48,102,34,44,98,108,117,101,118,105,111,108,101,116,58,34,56,97,50,98,101,50,34,44,98,114,111,119,110,58,34,97,53,50,97,50,97,34,44,98,117,114,108,121,119,111,111,100,58,34,100,101,98,56,56,55,34,44,98,117,114,110,116,115,105,101,110,110,97,58,34,101,97,55,101,53,100,34,44,99,97,100,101,116,98,108,117,101,58,34,53,102,57,101,97,48,34,44,99,104,97,114,116,114,101,117,115,101,58,34,55,102,102,102,48,48,34,44,99,104,111,99,111,108,97,116,101,58,34,100,50,54,57,49,101,34,44,99,111,114,97,108,58,34,102,102,55,102,53,48,34,44,99,111,114,110,102,108,111,119,101,114,98,108,117,101,58,34,54,52,57,53,101,100,34,44,99,111,114,110,115,105,108,107,58,34,102,102,102,56,100,99,34,44,99,114,105,109,115,111,110,58,34,100,99,49,52,51,99,34,44,99,121,97,110,58,34,48,102,102,34,44,100,97,114,107,98,108,117,101,58,34,48,48,48,48,56,98,34,44,100,97,114,107,99,121,97,110,58,34,48,48,56,98,56,98,34,44,100,97,114,107,103,111,108,100,101,110,114,111,100,58,34,98,56,56,54,48,98,34,44,100,97,114,107,103,114,97,121,58,34,97,57,97,57,97,57,34,44,100,97,114,107,103,114,101,101,110,58,34,48,48,54,52,48,48,34,44,100,97,114,107,103,114,101,121,58,34,97,57,97,57,97,57,34,44,100,97,114,107,107,104,97,107,105,58,34,98,100,98,55,54,98,34,44,100,97,114,107,109,97,103,101,110,116,97,58,34,56,98,48,48,56,98,34,44,100,97,114,107,111,108,105,118,101,103,114,101,101,110,58,34,53,53,54,98,50,102,34,44,100,97,114,107,111,114,97,110,103,101,58,34,102,102,56,99,48,48,34,44,100,97,114,107,111,114,99,104,105,100,58,34,57,57,51,50,99,99,34,44,100,97,114,107,114,101,100,58,34,56,98,48,48,48,48,34,44,100,97,114,107,115,97,108,109,111,110,58,34,101,57,57,54,55,97,34,44,100,97,114,107,115,101,97,103,114,101,101,110,58,34,56,102,98,99,56,102,34,44,100,97,114,107,115,108,97,116,101,98,108,117,101,58,34,52,56,51,100,56,98,34,44,100,97,114,107,115,108,97,116,101,103,114,97,121,58,34,50,102,52,102,52,102,34,44,100,97,114,107,115,108,97,116,101,103,114,101,121,58,34,50,102,52,102,52,102,34,44,100,97,114,107,116,117,114,113,117,111,105,115,101,58,34,48,48,99,101,100,49,34,44,100,97,114,107,118,105,111,108,101,116,58,34,57,52,48,48,100,51,34,44,100,101,101,112,112,105,110,107,58,34,102,102,49,52,57,51,34,44,100,101,101,112,115,107,121,98,108,117,101,58,34,48,48,98,102,102,102,34,44,100,105,109,103,114,97,121,58,34,54,57,54,57,54,57,34,44,100,105,109,103,114,101,121,58,34,54,57,54,57,54,57,34,44,100,111,100,103,101,114,98,108,117,101,58,34,49,101,57,48,102,102,34,44,102,105,114,101,98,114,105,99,107,58,34,98,50,50,50,50,50,34,44,102,108,111,114,97,108,119,104,105,116,101,58,34,102,102,102,97,102,48,34,44,102,111,114,101,115,116,103,114,101,101,110,58,34,50,50,56,98,50,50,34,44,102,117,99,104,115,105,97,58,34,102,48,102,34,44,103,97,105,110,115,98,111,114,111,58,34,100,99,100,99,100,99,34,44,103,104,111,115,116,119,104,105,116,101,58,34,102,56,102,56,102,102,34,44,103,111,108,100,58,34,102,102,100,55,48,48,34,44,103,111,108,100,101,110,114,111,100,58,34,100,97,97,53,50,48,34,44,103,114,97,121,58,34,56,48,56,48,56,48,34,44,103,114,101,101,110,58,34,48,48,56,48,48,48,34,44,103,114,101,101,110,121,101,108,108,111,119,58,34,97,100,102,102,50,102,34,44,103,114,101,121,58,34,56,48,56,48,56,48,34,44,104,111,110,101,121,100,101,119,58,34,102,48,102,102,102,48,34,44,104,111,116,112,105,110,107,58,34,102,102,54,57,98,52,34,44,105,110,100,105,97,110,114,101,100,58,34,99,100,53,99,53,99,34,44,105,110,100,105,103,111,58,34,52,98,48,48,56,50,34,44,105,118,111,114,121,58,34,102,102,102,102,102,48,34,44,107,104,97,107,105,58,34,102,48,101,54,56,99,34,44,108,97,118,101,110,100,101,114,58,34,101,54,101,54,102,97,34,44,108,97,118,101,110,100,101,114,98,108,117,115,104,58,34,102,102,102,48,102,53,34,44,108,97,119,110,103,114,101,101,110,58,34,55,99,102,99,48,48,34,44,108,101,109,111,110,99,104,105,102,102,111,110,58,34,102,102,102,97,99,100,34,44,108,105,103,104,116,98,108,117,101,58,34,97,100,100,56,101,54,34,44,108,105,103,104,116,99,111,114,97,108,58,34,102,48,56,48,56,48,34,44,108,105,103,104,116,99,121,97,110,58,34,101,48,102,102,102,102,34,44,108,105,103,104,116,103,111,108,100,101,110,114,111,100,121,101,108,108,111,119,58,34,102,97,102,97,100,50,34,44,108,105,103,104,116,103,114,97,121,58,34,100,51,100,51,100,51,34,44,108,105,103,104,116,103,114,101,101,110,58,34,57,48,101,101,57,48,34,44,108,105,103,104,116,103,114,101,121,58,34,100,51,100,51,100,51,34,44,108,105,103,104,116,112,105,110,107,58,34,102,102,98,54,99,49,34,44,108,105,103,104,116,115,97,108,109,111,110,58,34,102,102,97,48,55,97,34,44,108,105,103,104,116,115,101,97,103,114,101,101,110,58,34,50,48,98,50,97,97,34,44,108,105,103,104,116,115,107,121,98,108,117,101,58,34,56,55,99,101,102,97,34,44,108,105,103,104,116,115,108,97,116,101,103,114,97,121,58,34,55,56,57,34,44,108,105,103,104,116,115,108,97,116,101,103,114,101,121,58,34,55,56,57,34,44,108,105,103,104,116,115,116,101,101,108,98,108,117,101,58,34,98,48,99,52,100,101,34,44,108,105,103,104,116,121,101,108,108,111,119,58,34,102,102,102,102,101,48,34,44,108,105,109,101,58,34,48,102,48,34,44,108,105,109,101,103,114,101,101,110,58,34,51,50,99,100,51,50,34,44,108,105,110,101,110,58,34,102,97,102,48,101,54,34,44,109,97,103,101,110,116,97,58,34,102,48,102,34,44,109,97,114,111,111,110,58,34,56,48,48,48,48,48,34,44,109,101,100,105,117,109,97,113,117,97,109,97,114,105,110,101,58,34,54,54,99,100,97,97,34,44,109,101,100,105,117,109,98,108,117,101,58,34,48,48,48,48,99,100,34,44,109,101,100,105,117,109,111,114,99,104,105,100,58,34,98,97,53,53,100,51,34,44,109,101,100,105,117,109,112,117,114,112,108,101,58,34,57,51,55,48,100,98,34,44,109,101,100,105,117,109,115,101,97,103,114,101,101,110,58,34,51,99,98,51,55,49,34,44,109,101,100,105,117,109,115,108,97,116,101,98,108,117,101,58,34,55,98,54,56,101,101,34,44,109,101,100,105,117,109,115,112,114,105,110,103,103,114,101,101,110,58,34,48,48,102,97,57,97,34,44,109,101,100,105,117,109,116,117,114,113,117,111,105,115,101,58,34,52,56,100,49,99,99,34,44,109,101,100,105,117,109,118,105,111,108,101,116,114,101,100,58,34,99,55,49,53,56,53,34,44,109,105,100,110,105,103,104,116,98,108,117,101,58,34,49,57,49,57,55,48,34,44,109,105,110,116,99,114,101,97,109,58,34,102,53,102,102,102,97,34,44,109,105,115,116,121,114,111,115,101,58,34,102,102,101,52,101,49,34,44,109,111,99,99,97,115,105,110,58,34,102,102,101,52,98,53,34,44,110,97,118,97,106,111,119,104,105,116,101,58,34,102,102,100,101,97,100,34,44,110,97,118,121,58,34,48,48,48,48,56,48,34,44,111,108,100,108,97,99,101,58,34,102,100,102,53,101,54,34,44,111,108,105,118,101,58,34,56,48,56,48,48,48,34,44,111,108,105,118,101,100,114,97,98,58,34,54,98,56,101,50,51,34,44,111,114,97,110,103,101,58,34,102,102,97,53,48,48,34,44,111,114,97,110,103,101,114,101,100,58,34,102,102,52,53,48,48,34,44,111,114,99,104,105,100,58,34,100,97,55,48,100,54,34,44,112,97,108,101,103,111,108,100,101,110,114,111,100,58,34,101,101,101,56,97,97,34,44,112,97,108,101,103,114,101,101,110,58,34,57,56,102,98,57,56,34,44,112,97,108,101,116,117,114,113,117,111,105,115,101,58,34,97,102,101,101,101,101,34,44,112,97,108,101,118,105,111,108,101,116,114,101,100,58,34,100,98,55,48,57,51,34,44,112,97,112,97,121,97,119,104,105,112,58,34,102,102,101,102,100,53,34,44,112,101,97,99,104,112,117,102,102,58,34,102,102,100,97,98,57,34,44,112,101,114,117,58,34,99,100,56,53,51,102,34,44,112,105,110,107,58,34,102,102,99,48,99,98,34,44,112,108,117,109,58,34,100,100,97,48,100,100,34,44,112,111,119,100,101,114,98,108,117,101,58,34,98,48,101,48,101,54,34,44,112,117,114,112,108,101,58,34,56,48,48,48,56,48,34,44,114,101,98,101,99,99,97,112,117,114,112,108,101,58,34,54,54,51,51,57,57,34,44,114,101,100,58,34,102,48,48,34,44,114,111,115,121,98,114,111,119,110,58,34,98,99,56,102,56,102,34,44,114,111,121,97,108,98,108,117,101,58,34,52,49,54,57,101,49,34,44,115,97,100,100,108,101,98,114,111,119,110,58,34,56,98,52,53,49,51,34,44,115,97,108,109,111,110,58,34,102,97,56,48,55,50,34,44,115,97,110,100,121,98,114,111,119,110,58,34,102,52,97,52,54,48,34,44,115,101,97,103,114,101,101,110,58,34,50,101,56,98,53,55,34,44,115,101,97,115,104,101,108,108,58,34,102,102,102,53,101,101,34,44,115,105,101,110,110,97,58,34,97,48,53,50,50,100,34,44,115,105,108,118,101,114,58,34,99,48,99,48,99,48,34,44,115,107,121,98,108,117,101,58,34,56,55,99,101,101,98,34,44,115,108,97,116,101,98,108,117,101,58,34,54,97,53,97,99,100,34,44,115,108,97,116,101,103,114,97,121,58,34,55,48,56,48,57,48,34,44,115,108,97,116,101,103,114,101,121,58,34,55,48,56,48,57,48,34,44,115,110,111,119,58,34,102,102,102,97,102,97,34,44,115,112,114,105,110,103,103,114,101,101,110,58,34,48,48,102,102,55,102,34,44,115,116,101,101,108,98,108,117,101,58,34,52,54,56,50,98,52,34,44,116,97,110,58,34,100,50,98,52,56,99,34,44,116,101,97,108,58,34,48,48,56,48,56,48,34,44,116,104,105,115,116,108,101,58,34,100,56,98,102,100,56,34,44,116,111,109,97,116,111,58,34,102,102,54,51,52,55,34,44,116,117,114,113,117,111,105,115,101,58,34,52,48,101,48,100,48,34,44,118,105,111,108,101,116,58,34,101,101,56,50,101,101,34,44,119,104,101,97,116,58,34,102,53,100,101,98,51,34,44,119,104,105,116,101,58,34,102,102,102,34,44,119,104,105,116,101,115,109,111,107,101,58,34,102,53,102,53,102,53,34,44,121,101,108,108,111,119,58,34,102,102,48,34,44,121,101,108,108,111,119,103,114,101,101,110,58,34,57,97,99,100,51,50,34,125,44,75,61,111,46,104,101,120,78,97,109,101,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,123,125,59,102,111,114,40,118,97,114,32,110,32,105,110,32,116,41,116,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,110,41,38,38,40,101,91,116,91,110,93,93,61,110,41,59,114,101,116,117,114,110,32,101,125,40,89,41,44,88,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,34,40,63,58,91,45,92,92,43,93,63,92,92,100,42,92,92,46,92,92,100,43,37,63,41,124,40,63,58,91,45,92,92,43,93,63,92,92,100,43,37,63,41,34,44,101,61,34,91,92,92,115,124,92,92,40,93,43,40,34,43,116,43,34,41,91,44,124,92,92,115,93,43,40,34,43,116,43,34,41,91,44,124,92,92,115,93,43,40,34,43,116,43,34,41,92,92,115,42,92,92,41,63,34,44,110,61,34,91,92,92,115,124,92,92,40,93,43,40,34,43,116,43,34,41,91,44,124,92,92,115,93,43,40,34,43,116,43,34,41,91,44,124,92,92,115,93,43,40,34,43,116,43,34,41,91,44,124,92,92,115,93,43,40,34,43,116,43,34,41,92,92,115,42,92,92,41,63,34,59,114,101,116,117,114,110,123,67,83,83,95,85,78,73,84,58,110,101,119,32,82,101,103,69,120,112,40,116,41,44,114,103,98,58,110,101,119,32,82,101,103,69,120,112,40,34,114,103,98,34,43,101,41,44,114,103,98,97,58,110,101,119,32,82,101,103,69,120,112,40,34,114,103,98,97,34,43,110,41,44,104,115,108,58,110,101,119,32,82,101,103,69,120,112,40,34,104,115,108,34,43,101,41,44,104,115,108,97,58,110,101,119,32,82,101,103,69,120,112,40,34,104,115,108,97,34,43,110,41,44,104,115,118,58,110,101,119,32,82,101,103,69,120,112,40,34,104,115,118,34,43,101,41,44,104,115,118,97,58,110,101,119,32,82,101,103,69,120,112,40,34,104,115,118,97,34,43,110,41,44,104,101,120,51,58,47,94,35,63,40,91,48,45,57,97,45,102,65,45,70,93,123,49,125,41,40,91,48,45,57,97,45,102,65,45,70,93,123,49,125,41,40,91,48,45,57,97,45,102,65,45,70,93,123,49,125,41,36,47,44,104,101,120,54,58,47,94,35,63,40,91,48,45,57,97,45,102,65,45,70,93,123,50,125,41,40,91,48,45,57,97,45,102,65,45,70,93,123,50,125,41,40,91,48,45,57,97,45,102,65,45,70,93,123,50,125,41,36,47,44,104,101,120,52,58,47,94,35,63,40,91,48,45,57,97,45,102,65,45,70,93,123,49,125,41,40,91,48,45,57,97,45,102,65,45,70,93,123,49,125,41,40,91,48,45,57,97,45,102,65,45,70,93,123,49,125,41,40,91,48,45,57,97,45,102,65,45,70,93,123,49,125,41,36,47,44,104,101,120,56,58,47,94,35,63,40,91,48,45,57,97,45,102,65,45,70,93,123,50,125,41,40,91,48,45,57,97,45,102,65,45,70,93,123,50,125,41,40,91,48,45,57,97,45,102,65,45,70,93,123,50,125,41,40,91,48,45,57,97,45,102,65,45,70,93,123,50,125,41,36,47,125,125,40,41,59,118,111,105,100,32,48,33,61,61,116,38,38,116,46,101,120,112,111,114,116,115,63,116,46,101,120,112,111,114,116,115,61,111,58,118,111,105,100,32,48,33,61,61,40,114,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,111,125,46,99,97,108,108,40,101,44,110,44,101,44,116,41,41,38,38,40,116,46,101,120,112,111,114,116,115,61,114,41,125,40,77,97,116,104,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,54,55,41,59,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,114,38,38,40,114,61,91,91,116,46,105,44,114,44,34,34,93,93,41,44,114,46,108,111,99,97,108,115,38,38,40,116,46,101,120,112,111,114,116,115,61,114,46,108,111,99,97,108,115,41,44,110,40,49,41,40,34,48,102,55,51,101,55,51,99,34,44,114,44,33,49,44,123,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,61,116,46,101,120,112,111,114,116,115,61,110,40,48,41,40,33,49,41,44,101,46,112,117,115,104,40,91,116,46,105,44,34,92,110,46,118,99,45,101,100,105,116,97,98,108,101,45,105,110,112,117,116,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,125,92,110,46,118,99,45,105,110,112,117,116,95,95,105,110,112,117,116,32,123,92,110,32,32,112,97,100,100,105,110,103,58,32,48,59,92,110,32,32,98,111,114,100,101,114,58,32,48,59,92,110,32,32,111,117,116,108,105,110,101,58,32,110,111,110,101,59,92,110,125,92,110,46,118,99,45,105,110,112,117,116,95,95,108,97,98,101,108,32,123,92,110,32,32,116,101,120,116,45,116,114,97,110,115,102,111,114,109,58,32,99,97,112,105,116,97,108,105,122,101,59,92,110,125,92,110,34,44,34,34,93,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,101,100,105,116,97,98,108,101,45,105,110,112,117,116,34,125,44,91,110,40,34,105,110,112,117,116,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,109,111,100,101,108,34,44,114,97,119,78,97,109,101,58,34,118,45,109,111,100,101,108,34,44,118,97,108,117,101,58,116,46,118,97,108,44,101,120,112,114,101,115,115,105,111,110,58,34,118,97,108,34,125,93,44,114,101,102,58,34,105,110,112,117,116,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,105,110,112,117,116,95,95,105,110,112,117,116,34,44,97,116,116,114,115,58,123,34,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,34,58,116,46,108,97,98,101,108,73,100,125,44,100,111,109,80,114,111,112,115,58,123,118,97,108,117,101,58,116,46,118,97,108,125,44,111,110,58,123,107,101,121,100,111,119,110,58,116,46,104,97,110,100,108,101,75,101,121,68,111,119,110,44,105,110,112,117,116,58,91,102,117,110,99,116,105,111,110,40,101,41,123,101,46,116,97,114,103,101,116,46,99,111,109,112,111,115,105,110,103,124,124,40,116,46,118,97,108,61,101,46,116,97,114,103,101,116,46,118,97,108,117,101,41,125,44,116,46,117,112,100,97,116,101,93,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,105,110,112,117,116,95,95,108,97,98,101,108,34,44,97,116,116,114,115,58,123,102,111,114,58,116,46,108,97,98,101,108,44,105,100,58,116,46,108,97,98,101,108,73,100,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,108,97,98,101,108,83,112,97,110,84,101,120,116,41,41,93,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,105,110,112,117,116,95,95,100,101,115,99,34,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,100,101,115,99,41,41,93,41,93,41,125,44,105,61,91,93,59,114,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,111,61,123,114,101,110,100,101,114,58,114,44,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,58,105,125,59,101,46,97,61,111,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,111,109,112,97,99,116,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,97,112,112,108,105,99,97,116,105,111,110,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,34,67,111,109,112,97,99,116,32,99,111,108,111,114,32,112,105,99,107,101,114,34,125,125,44,91,110,40,34,117,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,111,109,112,97,99,116,45,99,111,108,111,114,115,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,108,105,115,116,98,111,120,34,125,125,44,116,46,95,108,40,116,46,112,97,108,101,116,116,101,85,112,112,101,114,67,97,115,101,40,116,46,112,97,108,101,116,116,101,41,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,110,40,34,108,105,34,44,123,107,101,121,58,101,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,111,109,112,97,99,116,45,99,111,108,111,114,45,105,116,101,109,34,44,99,108,97,115,115,58,123,34,118,99,45,99,111,109,112,97,99,116,45,99,111,108,111,114,45,105,116,101,109,45,45,119,104,105,116,101,34,58,34,35,70,70,70,70,70,70,34,61,61,61,101,125,44,115,116,121,108,101,58,123,98,97,99,107,103,114,111,117,110,100,58,101,125,44,97,116,116,114,115,58,123,114,111,108,101,58,34,111,112,116,105,111,110,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,34,99,111,108,111,114,58,34,43,101,44,34,97,114,105,97,45,115,101,108,101,99,116,101,100,34,58,101,61,61,61,116,46,112,105,99,107,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,104,97,110,100,108,101,114,67,108,105,99,107,40,101,41,125,125,125,44,91,110,40,34,100,105,118,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,114,97,119,78,97,109,101,58,34,118,45,115,104,111,119,34,44,118,97,108,117,101,58,101,61,61,61,116,46,112,105,99,107,44,101,120,112,114,101,115,115,105,111,110,58,34,99,32,61,61,61,32,112,105,99,107,34,125,93,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,111,109,112,97,99,116,45,100,111,116,34,125,41,93,41,125,41,41,44,48,41,93,41,125,44,105,61,91,93,59,114,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,111,61,123,114,101,110,100,101,114,58,114,44,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,58,105,125,59,101,46,97,61,111,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,99,124,124,110,40,55,49,41,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,51,55,41,44,111,61,110,46,110,40,105,41,59,102,111,114,40,118,97,114,32,97,32,105,110,32,105,41,34,100,101,102,97,117,108,116,34,33,61,61,97,38,38,102,117,110,99,116,105,111,110,40,116,41,123,110,46,100,40,101,44,116,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,91,116,93,125,41,41,125,40,97,41,59,118,97,114,32,115,61,110,40,55,51,41,44,99,61,33,49,44,117,61,110,40,50,41,44,108,61,114,44,102,61,117,40,111,46,97,44,115,46,97,44,33,49,44,108,44,110,117,108,108,44,110,117,108,108,41,59,102,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,71,114,97,121,115,99,97,108,101,46,118,117,101,34,44,101,46,100,101,102,97,117,108,116,61,102,46,101,120,112,111,114,116,115,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,55,50,41,59,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,114,38,38,40,114,61,91,91,116,46,105,44,114,44,34,34,93,93,41,44,114,46,108,111,99,97,108,115,38,38,40,116,46,101,120,112,111,114,116,115,61,114,46,108,111,99,97,108,115,41,44,110,40,49,41,40,34,50,49,100,100,98,98,55,52,34,44,114,44,33,49,44,123,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,61,116,46,101,120,112,111,114,116,115,61,110,40,48,41,40,33,49,41,44,101,46,112,117,115,104,40,91,116,46,105,44,34,92,110,46,118,99,45,103,114,97,121,115,99,97,108,101,32,123,92,110,32,32,119,105,100,116,104,58,32,49,50,53,112,120,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,48,32,50,112,120,32,49,53,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,49,50,41,44,32,48,32,50,112,120,32,49,48,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,49,54,41,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,35,102,102,102,59,92,110,125,92,110,46,118,99,45,103,114,97,121,115,99,97,108,101,45,99,111,108,111,114,115,32,123,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,59,92,110,32,32,111,118,101,114,102,108,111,119,58,32,104,105,100,100,101,110,59,92,110,32,32,112,97,100,100,105,110,103,58,32,48,59,92,110,32,32,109,97,114,103,105,110,58,32,48,59,92,110,125,92,110,46,118,99,45,103,114,97,121,115,99,97,108,101,45,99,111,108,111,114,45,105,116,101,109,32,123,92,110,32,32,108,105,115,116,45,115,116,121,108,101,58,32,110,111,110,101,59,92,110,32,32,119,105,100,116,104,58,32,50,53,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,50,53,112,120,59,92,110,32,32,102,108,111,97,116,58,32,108,101,102,116,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,99,117,114,115,111,114,58,32,112,111,105,110,116,101,114,59,92,110,125,92,110,46,118,99,45,103,114,97,121,115,99,97,108,101,45,99,111,108,111,114,45,105,116,101,109,45,45,119,104,105,116,101,32,46,118,99,45,103,114,97,121,115,99,97,108,101,45,100,111,116,32,123,92,110,32,32,98,97,99,107,103,114,111,117,110,100,58,32,35,48,48,48,59,92,110,125,92,110,46,118,99,45,103,114,97,121,115,99,97,108,101,45,100,111,116,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,32,32,116,111,112,58,32,53,48,37,59,92,110,32,32,108,101,102,116,58,32,53,48,37,59,92,110,32,32,119,105,100,116,104,58,32,54,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,54,112,120,59,92,110,32,32,109,97,114,103,105,110,58,32,45,51,112,120,32,48,32,48,32,45,50,112,120,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,53,48,37,59,92,110,32,32,111,112,97,99,105,116,121,58,32,49,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,58,32,35,102,102,102,59,92,110,125,92,110,34,44,34,34,93,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,103,114,97,121,115,99,97,108,101,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,97,112,112,108,105,99,97,116,105,111,110,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,34,71,114,97,121,115,99,97,108,101,32,99,111,108,111,114,32,112,105,99,107,101,114,34,125,125,44,91,110,40,34,117,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,103,114,97,121,115,99,97,108,101,45,99,111,108,111,114,115,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,108,105,115,116,98,111,120,34,125,125,44,116,46,95,108,40,116,46,112,97,108,101,116,116,101,85,112,112,101,114,67,97,115,101,40,116,46,112,97,108,101,116,116,101,41,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,110,40,34,108,105,34,44,123,107,101,121,58,101,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,103,114,97,121,115,99,97,108,101,45,99,111,108,111,114,45,105,116,101,109,34,44,99,108,97,115,115,58,123,34,118,99,45,103,114,97,121,115,99,97,108,101,45,99,111,108,111,114,45,105,116,101,109,45,45,119,104,105,116,101,34,58,34,35,70,70,70,70,70,70,34,61,61,101,125,44,115,116,121,108,101,58,123,98,97,99,107,103,114,111,117,110,100,58,101,125,44,97,116,116,114,115,58,123,114,111,108,101,58,34,111,112,116,105,111,110,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,34,67,111,108,111,114,58,34,43,101,44,34,97,114,105,97,45,115,101,108,101,99,116,101,100,34,58,101,61,61,61,116,46,112,105,99,107,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,104,97,110,100,108,101,114,67,108,105,99,107,40,101,41,125,125,125,44,91,110,40,34,100,105,118,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,114,97,119,78,97,109,101,58,34,118,45,115,104,111,119,34,44,118,97,108,117,101,58,101,61,61,61,116,46,112,105,99,107,44,101,120,112,114,101,115,115,105,111,110,58,34,99,32,61,61,61,32,112,105,99,107,34,125,93,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,103,114,97,121,115,99,97,108,101,45,100,111,116,34,125,41,93,41,125,41,41,44,48,41,93,41,125,44,105,61,91,93,59,114,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,111,61,123,114,101,110,100,101,114,58,114,44,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,58,105,125,59,101,46,97,61,111,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,99,124,124,110,40,55,53,41,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,51,56,41,44,111,61,110,46,110,40,105,41,59,102,111,114,40,118,97,114,32,97,32,105,110,32,105,41,34,100,101,102,97,117,108,116,34,33,61,61,97,38,38,102,117,110,99,116,105,111,110,40,116,41,123,110,46,100,40,101,44,116,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,91,116,93,125,41,41,125,40,97,41,59,118,97,114,32,115,61,110,40,55,55,41,44,99,61,33,49,44,117,61,110,40,50,41,44,108,61,114,44,102,61,117,40,111,46,97,44,115,46,97,44,33,49,44,108,44,110,117,108,108,44,110,117,108,108,41,59,102,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,77,97,116,101,114,105,97,108,46,118,117,101,34,44,101,46,100,101,102,97,117,108,116,61,102,46,101,120,112,111,114,116,115,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,55,54,41,59,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,114,38,38,40,114,61,91,91,116,46,105,44,114,44,34,34,93,93,41,44,114,46,108,111,99,97,108,115,38,38,40,116,46,101,120,112,111,114,116,115,61,114,46,108,111,99,97,108,115,41,44,110,40,49,41,40,34,49,102,102,51,97,102,55,51,34,44,114,44,33,49,44,123,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,61,116,46,101,120,112,111,114,116,115,61,110,40,48,41,40,33,49,41,44,101,46,112,117,115,104,40,91,116,46,105,44,39,92,110,46,118,99,45,109,97,116,101,114,105,97,108,32,123,92,110,32,32,119,105,100,116,104,58,32,57,56,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,57,56,112,120,59,92,110,32,32,112,97,100,100,105,110,103,58,32,49,54,112,120,59,92,110,32,32,102,111,110,116,45,102,97,109,105,108,121,58,32,34,82,111,98,111,116,111,34,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,48,32,50,112,120,32,49,48,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,49,50,41,44,32,48,32,50,112,120,32,53,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,49,54,41,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,35,102,102,102,59,92,110,125,92,110,46,118,99,45,109,97,116,101,114,105,97,108,32,46,118,99,45,105,110,112,117,116,95,95,105,110,112,117,116,32,123,92,110,32,32,119,105,100,116,104,58,32,49,48,48,37,59,92,110,32,32,109,97,114,103,105,110,45,116,111,112,58,32,49,50,112,120,59,92,110,32,32,102,111,110,116,45,115,105,122,101,58,32,49,53,112,120,59,92,110,32,32,99,111,108,111,114,58,32,35,51,51,51,59,92,110,32,32,104,101,105,103,104,116,58,32,51,48,112,120,59,92,110,125,92,110,46,118,99,45,109,97,116,101,114,105,97,108,32,46,118,99,45,105,110,112,117,116,95,95,108,97,98,101,108,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,32,32,116,111,112,58,32,48,59,92,110,32,32,108,101,102,116,58,32,48,59,92,110,32,32,102,111,110,116,45,115,105,122,101,58,32,49,49,112,120,59,92,110,32,32,99,111,108,111,114,58,32,35,57,57,57,59,92,110,32,32,116,101,120,116,45,116,114,97,110,115,102,111,114,109,58,32,99,97,112,105,116,97,108,105,122,101,59,92,110,125,92,110,46,118,99,45,109,97,116,101,114,105,97,108,45,104,101,120,32,123,92,110,32,32,98,111,114,100,101,114,45,98,111,116,116,111,109,45,119,105,100,116,104,58,32,50,112,120,59,92,110,32,32,98,111,114,100,101,114,45,98,111,116,116,111,109,45,115,116,121,108,101,58,32,115,111,108,105,100,59,92,110,125,92,110,46,118,99,45,109,97,116,101,114,105,97,108,45,115,112,108,105,116,32,123,92,110,32,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,92,110,32,32,109,97,114,103,105,110,45,114,105,103,104,116,58,32,45,49,48,112,120,59,92,110,32,32,112,97,100,100,105,110,103,45,116,111,112,58,32,49,49,112,120,59,92,110,125,92,110,46,118,99,45,109,97,116,101,114,105,97,108,45,116,104,105,114,100,32,123,92,110,32,32,102,108,101,120,58,32,49,59,92,110,32,32,112,97,100,100,105,110,103,45,114,105,103,104,116,58,32,49,48,112,120,59,92,110,125,92,110,39,44,34,34,93,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,109,97,116,101,114,105,97,108,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,97,112,112,108,105,99,97,116,105,111,110,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,34,77,97,116,101,114,105,97,108,32,99,111,108,111,114,32,112,105,99,107,101,114,34,125,125,44,91,110,40,34,101,100,45,105,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,109,97,116,101,114,105,97,108,45,104,101,120,34,44,115,116,121,108,101,58,123,98,111,114,100,101,114,67,111,108,111,114,58,116,46,99,111,108,111,114,115,46,104,101,120,125,44,97,116,116,114,115,58,123,108,97,98,101,108,58,34,104,101,120,34,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,111,110,67,104,97,110,103,101,125,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,104,101,120,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,36,115,101,116,40,116,46,99,111,108,111,114,115,44,34,104,101,120,34,44,101,41,125,44,101,120,112,114,101,115,115,105,111,110,58,34,99,111,108,111,114,115,46,104,101,120,34,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,109,97,116,101,114,105,97,108,45,115,112,108,105,116,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,109,97,116,101,114,105,97,108,45,116,104,105,114,100,34,125,44,91,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,114,34,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,111,110,67,104,97,110,103,101,125,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,114,103,98,97,46,114,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,36,115,101,116,40,116,46,99,111,108,111,114,115,46,114,103,98,97,44,34,114,34,44,101,41,125,44,101,120,112,114,101,115,115,105,111,110,58,34,99,111,108,111,114,115,46,114,103,98,97,46,114,34,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,109,97,116,101,114,105,97,108,45,116,104,105,114,100,34,125,44,91,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,103,34,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,111,110,67,104,97,110,103,101,125,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,114,103,98,97,46,103,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,36,115,101,116,40,116,46,99,111,108,111,114,115,46,114,103,98,97,44,34,103,34,44,101,41,125,44,101,120,112,114,101,115,115,105,111,110,58,34,99,111,108,111,114,115,46,114,103,98,97,46,103,34,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,109,97,116,101,114,105,97,108,45,116,104,105,114,100,34,125,44,91,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,98,34,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,111,110,67,104,97,110,103,101,125,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,114,103,98,97,46,98,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,36,115,101,116,40,116,46,99,111,108,111,114,115,46,114,103,98,97,44,34,98,34,44,101,41,125,44,101,120,112,114,101,115,115,105,111,110,58,34,99,111,108,111,114,115,46,114,103,98,97,46,98,34,125,125,41,93,44,49,41,93,41,93,44,49,41,125,44,105,61,91,93,59,114,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,111,61,123,114,101,110,100,101,114,58,114,44,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,58,105,125,59,101,46,97,61,111,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,99,124,124,110,40,55,57,41,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,51,57,41,44,111,61,110,46,110,40,105,41,59,102,111,114,40,118,97,114,32,97,32,105,110,32,105,41,34,100,101,102,97,117,108,116,34,33,61,61,97,38,38,102,117,110,99,116,105,111,110,40,116,41,123,110,46,100,40,101,44,116,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,91,116,93,125,41,41,125,40,97,41,59,118,97,114,32,115,61,110,40,49,49,52,41,44,99,61,33,49,44,117,61,110,40,50,41,44,108,61,114,44,102,61,117,40,111,46,97,44,115,46,97,44,33,49,44,108,44,110,117,108,108,44,110,117,108,108,41,59,102,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,83,108,105,100,101,114,46,118,117,101,34,44,101,46,100,101,102,97,117,108,116,61,102,46,101,120,112,111,114,116,115,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,56,48,41,59,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,114,38,38,40,114,61,91,91,116,46,105,44,114,44,34,34,93,93,41,44,114,46,108,111,99,97,108,115,38,38,40,116,46,101,120,112,111,114,116,115,61,114,46,108,111,99,97,108,115,41,44,110,40,49,41,40,34,55,57,56,50,97,97,52,51,34,44,114,44,33,49,44,123,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,61,116,46,101,120,112,111,114,116,115,61,110,40,48,41,40,33,49,41,44,101,46,112,117,115,104,40,91,116,46,105,44,34,92,110,46,118,99,45,115,108,105,100,101,114,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,119,105,100,116,104,58,32,52,49,48,112,120,59,92,110,125,92,110,46,118,99,45,115,108,105,100,101,114,45,104,117,101,45,119,97,114,112,32,123,92,110,32,32,104,101,105,103,104,116,58,32,49,50,112,120,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,125,92,110,46,118,99,45,115,108,105,100,101,114,45,104,117,101,45,119,97,114,112,32,46,118,99,45,104,117,101,45,112,105,99,107,101,114,32,123,92,110,32,32,119,105,100,116,104,58,32,49,52,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,49,52,112,120,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,54,112,120,59,92,110,32,32,116,114,97,110,115,102,111,114,109,58,32,116,114,97,110,115,108,97,116,101,40,45,55,112,120,44,32,45,50,112,120,41,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,40,50,52,56,44,32,50,52,56,44,32,50,52,56,41,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,48,32,49,112,120,32,52,112,120,32,48,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,48,46,51,55,41,59,92,110,125,92,110,46,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,101,115,32,123,92,110,32,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,92,110,32,32,109,97,114,103,105,110,45,116,111,112,58,32,50,48,112,120,59,92,110,125,92,110,46,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,32,123,92,110,32,32,109,97,114,103,105,110,45,114,105,103,104,116,58,32,49,112,120,59,92,110,32,32,102,108,101,120,58,32,49,59,92,110,32,32,119,105,100,116,104,58,32,50,48,37,59,92,110,125,92,110,46,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,58,102,105,114,115,116,45,99,104,105,108,100,32,123,92,110,32,32,109,97,114,103,105,110,45,114,105,103,104,116,58,32,49,112,120,59,92,110,125,92,110,46,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,58,102,105,114,115,116,45,99,104,105,108,100,32,46,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,45,112,105,99,107,101,114,32,123,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,32,48,112,120,32,48,112,120,32,50,112,120,59,92,110,125,92,110,46,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,58,108,97,115,116,45,99,104,105,108,100,32,123,92,110,32,32,109,97,114,103,105,110,45,114,105,103,104,116,58,32,48,59,92,110,125,92,110,46,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,58,108,97,115,116,45,99,104,105,108,100,32,46,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,45,112,105,99,107,101,114,32,123,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,48,112,120,32,50,112,120,32,50,112,120,32,48,112,120,59,92,110,125,92,110,46,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,45,112,105,99,107,101,114,32,123,92,110,32,32,99,117,114,115,111,114,58,32,112,111,105,110,116,101,114,59,92,110,32,32,104,101,105,103,104,116,58,32,49,50,112,120,59,92,110,125,92,110,46,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,58,110,116,104,45,99,104,105,108,100,40,110,41,32,46,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,45,112,105,99,107,101,114,46,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,45,112,105,99,107,101,114,45,45,97,99,116,105,118,101,32,123,92,110,32,32,116,114,97,110,115,102,111,114,109,58,32,115,99,97,108,101,89,40,49,46,56,41,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,51,46,54,112,120,47,50,112,120,59,92,110,125,92,110,46,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,45,112,105,99,107,101,114,45,45,119,104,105,116,101,32,123,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,105,110,115,101,116,32,48,32,48,32,48,32,49,112,120,32,35,100,100,100,59,92,110,125,92,110,46,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,45,112,105,99,107,101,114,45,45,97,99,116,105,118,101,46,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,45,112,105,99,107,101,114,45,45,119,104,105,116,101,32,123,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,105,110,115,101,116,32,48,32,48,32,48,32,48,46,54,112,120,32,35,100,100,100,59,92,110,125,92,110,34,44,34,34,93,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,116,58,123,100,101,102,97,117,108,116,58,116,125,125,101,46,95,95,101,115,77,111,100,117,108,101,61,33,48,59,118,97,114,32,105,61,110,40,56,50,41,44,111,61,114,40,105,41,44,97,61,110,40,49,48,48,41,44,115,61,114,40,97,41,44,99,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,115,46,100,101,102,97,117,108,116,38,38,34,115,121,109,98,111,108,34,61,61,116,121,112,101,111,102,32,111,46,100,101,102,97,117,108,116,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,121,112,101,111,102,32,116,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,115,46,100,101,102,97,117,108,116,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,115,46,100,101,102,97,117,108,116,38,38,116,33,61,61,115,46,100,101,102,97,117,108,116,46,112,114,111,116,111,116,121,112,101,63,34,115,121,109,98,111,108,34,58,116,121,112,101,111,102,32,116,125,59,101,46,100,101,102,97,117,108,116,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,115,46,100,101,102,97,117,108,116,38,38,34,115,121,109,98,111,108,34,61,61,61,99,40,111,46,100,101,102,97,117,108,116,41,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,63,34,117,110,100,101,102,105,110,101,100,34,58,99,40,116,41,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,115,46,100,101,102,97,117,108,116,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,115,46,100,101,102,97,117,108,116,38,38,116,33,61,61,115,46,100,101,102,97,117,108,116,46,112,114,111,116,111,116,121,112,101,63,34,115,121,109,98,111,108,34,58,118,111,105,100,32,48,61,61,61,116,63,34,117,110,100,101,102,105,110,101,100,34,58,99,40,116,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,123,100,101,102,97,117,108,116,58,110,40,56,51,41,44,95,95,101,115,77,111,100,117,108,101,58,33,48,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,56,52,41,44,110,40,57,54,41,44,116,46,101,120,112,111,114,116,115,61,110,40,51,50,41,46,102,40,34,105,116,101,114,97,116,111,114,34,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,56,53,41,40,33,48,41,59,110,40,52,48,41,40,83,116,114,105,110,103,44,34,83,116,114,105,110,103,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,116,61,83,116,114,105,110,103,40,116,41,44,116,104,105,115,46,95,105,61,48,125,41,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,116,104,105,115,46,95,116,44,110,61,116,104,105,115,46,95,105,59,114,101,116,117,114,110,32,110,62,61,101,46,108,101,110,103,116,104,63,123,118,97,108,117,101,58,118,111,105,100,32,48,44,100,111,110,101,58,33,48,125,58,40,116,61,114,40,101,44,110,41,44,116,104,105,115,46,95,105,43,61,116,46,108,101,110,103,116,104,44,123,118,97,108,117,101,58,116,44,100,111,110,101,58,33,49,125,41,125,41,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,50,51,41,44,105,61,110,40,50,52,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,111,44,97,44,115,61,83,116,114,105,110,103,40,105,40,101,41,41,44,99,61,114,40,110,41,44,117,61,115,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,99,60,48,124,124,99,62,61,117,63,116,63,34,34,58,118,111,105,100,32,48,58,40,111,61,115,46,99,104,97,114,67,111,100,101,65,116,40,99,41,44,111,60,53,53,50,57,54,124,124,111,62,53,54,51,49,57,124,124,99,43,49,61,61,61,117,124,124,40,97,61,115,46,99,104,97,114,67,111,100,101,65,116,40,99,43,49,41,41,60,53,54,51,50,48,124,124,97,62,53,55,51,52,51,63,116,63,115,46,99,104,97,114,65,116,40,99,41,58,111,58,116,63,115,46,115,108,105,99,101,40,99,44,99,43,50,41,58,97,45,53,54,51,50,48,43,40,111,45,53,53,50,57,54,60,60,49,48,41,43,54,53,53,51,54,41,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,56,55,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,114,40,116,41,44,118,111,105,100,32,48,61,61,61,101,41,114,101,116,117,114,110,32,116,59,115,119,105,116,99,104,40,110,41,123,99,97,115,101,32,49,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,41,125,59,99,97,115,101,32,50,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,44,114,41,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,44,114,41,125,59,99,97,115,101,32,51,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,44,114,44,105,41,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,44,114,44,105,41,125,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,101,44,97,114,103,117,109,101,110,116,115,41,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,116,43,34,32,105,115,32,110,111,116,32,97,32,102,117,110,99,116,105,111,110,33,34,41,59,114,101,116,117,114,110,32,116,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,52,53,41,44,105,61,110,40,49,56,41,44,111,61,110,40,51,49,41,44,97,61,123,125,59,110,40,55,41,40,97,44,110,40,49,49,41,40,34,105,116,101,114,97,116,111,114,34,41,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,41,41,44,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,112,114,111,116,111,116,121,112,101,61,114,40,97,44,123,110,101,120,116,58,105,40,49,44,110,41,125,41,44,111,40,116,44,101,43,34,32,73,116,101,114,97,116,111,114,34,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,56,41,44,105,61,110,40,49,54,41,44,111,61,110,40,50,55,41,59,116,46,101,120,112,111,114,116,115,61,110,40,57,41,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,40,116,41,59,102,111,114,40,118,97,114,32,110,44,97,61,111,40,101,41,44,115,61,97,46,108,101,110,103,116,104,44,99,61,48,59,115,62,99,59,41,114,46,102,40,116,44,110,61,97,91,99,43,43,93,44,101,91,110,93,41,59,114,101,116,117,114,110,32,116,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,52,55,41,59,116,46,101,120,112,111,114,116,115,61,79,98,106,101,99,116,40,34,122,34,41,46,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,40,48,41,63,79,98,106,101,99,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,83,116,114,105,110,103,34,61,61,114,40,116,41,63,116,46,115,112,108,105,116,40,34,34,41,58,79,98,106,101,99,116,40,116,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,48,41,44,105,61,110,40,57,50,41,44,111,61,110,40,57,51,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,97,41,123,118,97,114,32,115,44,99,61,114,40,101,41,44,117,61,105,40,99,46,108,101,110,103,116,104,41,44,108,61,111,40,97,44,117,41,59,105,102,40,116,38,38,110,33,61,110,41,123,102,111,114,40,59,117,62,108,59,41,105,102,40,40,115,61,99,91,108,43,43,93,41,33,61,115,41,114,101,116,117,114,110,33,48,125,101,108,115,101,32,102,111,114,40,59,117,62,108,59,108,43,43,41,105,102,40,40,116,124,124,108,32,105,110,32,99,41,38,38,99,91,108,93,61,61,61,110,41,114,101,116,117,114,110,32,116,124,124,108,124,124,48,59,114,101,116,117,114,110,33,116,38,38,45,49,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,50,51,41,44,105,61,77,97,116,104,46,109,105,110,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,62,48,63,105,40,114,40,116,41,44,57,48,48,55,49,57,57,50,53,52,55,52,48,57,57,49,41,58,48,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,50,51,41,44,105,61,77,97,116,104,46,109,97,120,44,111,61,77,97,116,104,46,109,105,110,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,61,114,40,116,41,44,116,60,48,63,105,40,116,43,101,44,48,41,58,111,40,116,44,101,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,52,41,46,100,111,99,117,109,101,110,116,59,116,46,101,120,112,111,114,116,115,61,114,38,38,114,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,54,41,44,105,61,110,40,52,56,41,44,111,61,110,40,50,56,41,40,34,73,69,95,80,82,79,84,79,34,41,44,97,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,59,116,46,101,120,112,111,114,116,115,61,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,105,40,116,41,44,114,40,116,44,111,41,63,116,91,111,93,58,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,116,32,105,110,115,116,97,110,99,101,111,102,32,116,46,99,111,110,115,116,114,117,99,116,111,114,63,116,46,99,111,110,115,116,114,117,99,116,111,114,46,112,114,111,116,111,116,121,112,101,58,116,32,105,110,115,116,97,110,99,101,111,102,32,79,98,106,101,99,116,63,97,58,110,117,108,108,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,57,55,41,59,102,111,114,40,118,97,114,32,114,61,110,40,52,41,44,105,61,110,40,55,41,44,111,61,110,40,50,54,41,44,97,61,110,40,49,49,41,40,34,116,111,83,116,114,105,110,103,84,97,103,34,41,44,115,61,34,67,83,83,82,117,108,101,76,105,115,116,44,67,83,83,83,116,121,108,101,68,101,99,108,97,114,97,116,105,111,110,44,67,83,83,86,97,108,117,101,76,105,115,116,44,67,108,105,101,110,116,82,101,99,116,76,105,115,116,44,68,79,77,82,101,99,116,76,105,115,116,44,68,79,77,83,116,114,105,110,103,76,105,115,116,44,68,79,77,84,111,107,101,110,76,105,115,116,44,68,97,116,97,84,114,97,110,115,102,101,114,73,116,101,109,76,105,115,116,44,70,105,108,101,76,105,115,116,44,72,84,77,76,65,108,108,67,111,108,108,101,99,116,105,111,110,44,72,84,77,76,67,111,108,108,101,99,116,105,111,110,44,72,84,77,76,70,111,114,109,69,108,101,109,101,110,116,44,72,84,77,76,83,101,108,101,99,116,69,108,101,109,101,110,116,44,77,101,100,105,97,76,105,115,116,44,77,105,109,101,84,121,112,101,65,114,114,97,121,44,78,97,109,101,100,78,111,100,101,77,97,112,44,78,111,100,101,76,105,115,116,44,80,97,105,110,116,82,101,113,117,101,115,116,76,105,115,116,44,80,108,117,103,105,110,44,80,108,117,103,105,110,65,114,114,97,121,44,83,86,71,76,101,110,103,116,104,76,105,115,116,44,83,86,71,78,117,109,98,101,114,76,105,115,116,44,83,86,71,80,97,116,104,83,101,103,76,105,115,116,44,83,86,71,80,111,105,110,116,76,105,115,116,44,83,86,71,83,116,114,105,110,103,76,105,115,116,44,83,86,71,84,114,97,110,115,102,111,114,109,76,105,115,116,44,83,111,117,114,99,101,66,117,102,102,101,114,76,105,115,116,44,83,116,121,108,101,83,104,101,101,116,76,105,115,116,44,84,101,120,116,84,114,97,99,107,67,117,101,76,105,115,116,44,84,101,120,116,84,114,97,99,107,76,105,115,116,44,84,111,117,99,104,76,105,115,116,34,46,115,112,108,105,116,40,34,44,34,41,44,99,61,48,59,99,60,115,46,108,101,110,103,116,104,59,99,43,43,41,123,118,97,114,32,117,61,115,91,99,93,44,108,61,114,91,117,93,44,102,61,108,38,38,108,46,112,114,111,116,111,116,121,112,101,59,102,38,38,33,102,91,97,93,38,38,105,40,102,44,97,44,117,41,44,111,91,117,93,61,111,46,65,114,114,97,121,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,57,56,41,44,105,61,110,40,57,57,41,44,111,61,110,40,50,54,41,44,97,61,110,40,49,48,41,59,116,46,101,120,112,111,114,116,115,61,110,40,52,48,41,40,65,114,114,97,121,44,34,65,114,114,97,121,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,95,116,61,97,40,116,41,44,116,104,105,115,46,95,105,61,48,44,116,104,105,115,46,95,107,61,101,125,41,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,95,116,44,101,61,116,104,105,115,46,95,107,44,110,61,116,104,105,115,46,95,105,43,43,59,114,101,116,117,114,110,33,116,124,124,110,62,61,116,46,108,101,110,103,116,104,63,40,116,104,105,115,46,95,116,61,118,111,105,100,32,48,44,105,40,49,41,41,58,105,40,48,44,34,107,101,121,115,34,61,61,101,63,110,58,34,118,97,108,117,101,115,34,61,61,101,63,116,91,110,93,58,91,110,44,116,91,110,93,93,41,125,41,44,34,118,97,108,117,101,115,34,41,44,111,46,65,114,103,117,109,101,110,116,115,61,111,46,65,114,114,97,121,44,114,40,34,107,101,121,115,34,41,44,114,40,34,118,97,108,117,101,115,34,41,44,114,40,34,101,110,116,114,105,101,115,34,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,41,123,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,123,118,97,108,117,101,58,101,44,100,111,110,101,58,33,33,116,125,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,123,100,101,102,97,117,108,116,58,110,40,49,48,49,41,44,95,95,101,115,77,111,100,117,108,101,58,33,48,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,49,48,50,41,44,110,40,49,48,56,41,44,110,40,49,48,57,41,44,110,40,49,49,48,41,44,116,46,101,120,112,111,114,116,115,61,110,40,49,53,41,46,83,121,109,98,111,108,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,52,41,44,105,61,110,40,54,41,44,111,61,110,40,57,41,44,97,61,110,40,52,49,41,44,115,61,110,40,52,52,41,44,99,61,110,40,49,48,51,41,46,75,69,89,44,117,61,110,40,49,55,41,44,108,61,110,40,50,57,41,44,102,61,110,40,51,49,41,44,104,61,110,40,49,57,41,44,100,61,110,40,49,49,41,44,112,61,110,40,51,50,41,44,118,61,110,40,51,51,41,44,103,61,110,40,49,48,52,41,44,109,61,110,40,49,48,53,41,44,98,61,110,40,49,54,41,44,121,61,110,40,49,50,41,44,119,61,110,40,52,56,41,44,95,61,110,40,49,48,41,44,120,61,110,40,50,53,41,44,79,61,110,40,49,56,41,44,83,61,110,40,52,53,41,44,107,61,110,40,49,48,54,41,44,67,61,110,40,49,48,55,41,44,80,61,110,40,52,57,41,44,84,61,110,40,56,41,44,106,61,110,40,50,55,41,44,69,61,67,46,102,44,65,61,84,46,102,44,68,61,107,46,102,44,76,61,114,46,83,121,109,98,111,108,44,77,61,114,46,74,83,79,78,44,73,61,77,38,38,77,46,115,116,114,105,110,103,105,102,121,44,36,61,100,40,34,95,104,105,100,100,101,110,34,41,44,70,61,100,40,34,116,111,80,114,105,109,105,116,105,118,101,34,41,44,66,61,123,125,46,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,44,82,61,108,40,34,115,121,109,98,111,108,45,114,101,103,105,115,116,114,121,34,41,44,78,61,108,40,34,115,121,109,98,111,108,115,34,41,44,122,61,108,40,34,111,112,45,115,121,109,98,111,108,115,34,41,44,86,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,44,72,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,76,38,38,33,33,80,46,102,44,85,61,114,46,81,79,98,106,101,99,116,44,87,61,33,85,124,124,33,85,46,112,114,111,116,111,116,121,112,101,124,124,33,85,46,112,114,111,116,111,116,121,112,101,46,102,105,110,100,67,104,105,108,100,44,113,61,111,38,38,117,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,33,61,83,40,65,40,123,125,44,34,97,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,65,40,116,104,105,115,44,34,97,34,44,123,118,97,108,117,101,58,55,125,41,46,97,125,125,41,41,46,97,125,41,41,63,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,69,40,86,44,101,41,59,114,38,38,100,101,108,101,116,101,32,86,91,101,93,44,65,40,116,44,101,44,110,41,44,114,38,38,116,33,61,61,86,38,38,65,40,86,44,101,44,114,41,125,58,65,44,71,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,78,91,116,93,61,83,40,76,46,112,114,111,116,111,116,121,112,101,41,59,114,101,116,117,114,110,32,101,46,95,107,61,116,44,101,125,44,89,61,72,38,38,34,115,121,109,98,111,108,34,61,61,116,121,112,101,111,102,32,76,46,105,116,101,114,97,116,111,114,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,115,121,109,98,111,108,34,61,61,116,121,112,101,111,102,32,116,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,32,105,110,115,116,97,110,99,101,111,102,32,76,125,44,75,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,61,61,61,86,38,38,75,40,122,44,101,44,110,41,44,98,40,116,41,44,101,61,120,40,101,44,33,48,41,44,98,40,110,41,44,105,40,78,44,101,41,63,40,110,46,101,110,117,109,101,114,97,98,108,101,63,40,105,40,116,44,36,41,38,38,116,91,36,93,91,101,93,38,38,40,116,91,36,93,91,101,93,61,33,49,41,44,110,61,83,40,110,44,123,101,110,117,109,101,114,97,98,108,101,58,79,40,48,44,33,49,41,125,41,41,58,40,105,40,116,44,36,41,124,124,65,40,116,44,36,44,79,40,49,44,123,125,41,41,44,116,91,36,93,91,101,93,61,33,48,41,44,113,40,116,44,101,44,110,41,41,58,65,40,116,44,101,44,110,41,125,44,88,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,98,40,116,41,59,102,111,114,40,118,97,114,32,110,44,114,61,103,40,101,61,95,40,101,41,41,44,105,61,48,44,111,61,114,46,108,101,110,103,116,104,59,111,62,105,59,41,75,40,116,44,110,61,114,91,105,43,43,93,44,101,91,110,93,41,59,114,101,116,117,114,110,32,116,125,44,90,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,101,63,83,40,116,41,58,88,40,83,40,116,41,44,101,41,125,44,74,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,66,46,99,97,108,108,40,116,104,105,115,44,116,61,120,40,116,44,33,48,41,41,59,114,101,116,117,114,110,33,40,116,104,105,115,61,61,61,86,38,38,105,40,78,44,116,41,38,38,33,105,40,122,44,116,41,41,38,38,40,33,40,101,124,124,33,105,40,116,104,105,115,44,116,41,124,124,33,105,40,78,44,116,41,124,124,105,40,116,104,105,115,44,36,41,38,38,116,104,105,115,91,36,93,91,116,93,41,124,124,101,41,125,44,81,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,61,95,40,116,41,44,101,61,120,40,101,44,33,48,41,44,116,33,61,61,86,124,124,33,105,40,78,44,101,41,124,124,105,40,122,44,101,41,41,123,118,97,114,32,110,61,69,40,116,44,101,41,59,114,101,116,117,114,110,33,110,124,124,33,105,40,78,44,101,41,124,124,105,40,116,44,36,41,38,38,116,91,36,93,91,101,93,124,124,40,110,46,101,110,117,109,101,114,97,98,108,101,61,33,48,41,44,110,125,125,44,116,116,61,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,44,110,61,68,40,95,40,116,41,41,44,114,61,91,93,44,111,61,48,59,110,46,108,101,110,103,116,104,62,111,59,41,105,40,78,44,101,61,110,91,111,43,43,93,41,124,124,101,61,61,36,124,124,101,61,61,99,124,124,114,46,112,117,115,104,40,101,41,59,114,101,116,117,114,110,32,114,125,44,101,116,61,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,44,110,61,116,61,61,61,86,44,114,61,68,40,110,63,122,58,95,40,116,41,41,44,111,61,91,93,44,97,61,48,59,114,46,108,101,110,103,116,104,62,97,59,41,33,105,40,78,44,101,61,114,91,97,43,43,93,41,124,124,110,38,38,33,105,40,86,44,101,41,124,124,111,46,112,117,115,104,40,78,91,101,93,41,59,114,101,116,117,114,110,32,111,125,59,72,124,124,40,76,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,116,104,105,115,32,105,110,115,116,97,110,99,101,111,102,32,76,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,83,121,109,98,111,108,32,105,115,32,110,111,116,32,97,32,99,111,110,115,116,114,117,99,116,111,114,33,34,41,59,118,97,114,32,116,61,104,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,63,97,114,103,117,109,101,110,116,115,91,48,93,58,118,111,105,100,32,48,41,44,101,61,102,117,110,99,116,105,111,110,40,110,41,123,116,104,105,115,61,61,61,86,38,38,101,46,99,97,108,108,40,122,44,110,41,44,105,40,116,104,105,115,44,36,41,38,38,105,40,116,104,105,115,91,36,93,44,116,41,38,38,40,116,104,105,115,91,36,93,91,116,93,61,33,49,41,44,113,40,116,104,105,115,44,116,44,79,40,49,44,110,41,41,125,59,114,101,116,117,114,110,32,111,38,38,87,38,38,113,40,86,44,116,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,115,101,116,58,101,125,41,44,71,40,116,41,125,44,115,40,76,46,112,114,111,116,111,116,121,112,101,44,34,116,111,83,116,114,105,110,103,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,107,125,41,41,44,67,46,102,61,81,44,84,46,102,61,75,44,110,40,53,48,41,46,102,61,107,46,102,61,116,116,44,110,40,51,52,41,46,102,61,74,44,80,46,102,61,101,116,44,111,38,38,33,110,40,49,52,41,38,38,115,40,86,44,34,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,34,44,74,44,33,48,41,44,112,46,102,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,71,40,100,40,116,41,41,125,41,44,97,40,97,46,71,43,97,46,87,43,97,46,70,42,33,72,44,123,83,121,109,98,111,108,58,76,125,41,59,102,111,114,40,118,97,114,32,110,116,61,34,104,97,115,73,110,115,116,97,110,99,101,44,105,115,67,111,110,99,97,116,83,112,114,101,97,100,97,98,108,101,44,105,116,101,114,97,116,111,114,44,109,97,116,99,104,44,114,101,112,108,97,99,101,44,115,101,97,114,99,104,44,115,112,101,99,105,101,115,44,115,112,108,105,116,44,116,111,80,114,105,109,105,116,105,118,101,44,116,111,83,116,114,105,110,103,84,97,103,44,117,110,115,99,111,112,97,98,108,101,115,34,46,115,112,108,105,116,40,34,44,34,41,44,114,116,61,48,59,110,116,46,108,101,110,103,116,104,62,114,116,59,41,100,40,110,116,91,114,116,43,43,93,41,59,102,111,114,40,118,97,114,32,105,116,61,106,40,100,46,115,116,111,114,101,41,44,111,116,61,48,59,105,116,46,108,101,110,103,116,104,62,111,116,59,41,118,40,105,116,91,111,116,43,43,93,41,59,97,40,97,46,83,43,97,46,70,42,33,72,44,34,83,121,109,98,111,108,34,44,123,102,111,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,82,44,116,43,61,34,34,41,63,82,91,116,93,58,82,91,116,93,61,76,40,116,41,125,44,107,101,121,70,111,114,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,89,40,116,41,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,116,43,34,32,105,115,32,110,111,116,32,97,32,115,121,109,98,111,108,33,34,41,59,102,111,114,40,118,97,114,32,101,32,105,110,32,82,41,105,102,40,82,91,101,93,61,61,61,116,41,114,101,116,117,114,110,32,101,125,44,117,115,101,83,101,116,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,87,61,33,48,125,44,117,115,101,83,105,109,112,108,101,58,102,117,110,99,116,105,111,110,40,41,123,87,61,33,49,125,125,41,44,97,40,97,46,83,43,97,46,70,42,33,72,44,34,79,98,106,101,99,116,34,44,123,99,114,101,97,116,101,58,90,44,100,101,102,105,110,101,80,114,111,112,101,114,116,121,58,75,44,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,58,88,44,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,58,81,44,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,58,116,116,44,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,58,101,116,125,41,59,118,97,114,32,97,116,61,117,40,40,102,117,110,99,116,105,111,110,40,41,123,80,46,102,40,49,41,125,41,41,59,97,40,97,46,83,43,97,46,70,42,97,116,44,34,79,98,106,101,99,116,34,44,123,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,80,46,102,40,119,40,116,41,41,125,125,41,44,77,38,38,97,40,97,46,83,43,97,46,70,42,40,33,72,124,124,117,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,76,40,41,59,114,101,116,117,114,110,34,91,110,117,108,108,93,34,33,61,73,40,91,116,93,41,124,124,34,123,125,34,33,61,73,40,123,97,58,116,125,41,124,124,34,123,125,34,33,61,73,40,79,98,106,101,99,116,40,116,41,41,125,41,41,41,44,34,74,83,79,78,34,44,123,115,116,114,105,110,103,105,102,121,58,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,44,110,44,114,61,91,116,93,44,105,61,49,59,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,105,59,41,114,46,112,117,115,104,40,97,114,103,117,109,101,110,116,115,91,105,43,43,93,41,59,105,102,40,110,61,101,61,114,91,49,93,44,40,121,40,101,41,124,124,118,111,105,100,32,48,33,61,61,116,41,38,38,33,89,40,116,41,41,114,101,116,117,114,110,32,109,40,101,41,124,124,40,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,110,38,38,40,101,61,110,46,99,97,108,108,40,116,104,105,115,44,116,44,101,41,41,44,33,89,40,101,41,41,114,101,116,117,114,110,32,101,125,41,44,114,91,49,93,61,101,44,73,46,97,112,112,108,121,40,77,44,114,41,125,125,41,44,76,46,112,114,111,116,111,116,121,112,101,91,70,93,124,124,110,40,55,41,40,76,46,112,114,111,116,111,116,121,112,101,44,70,44,76,46,112,114,111,116,111,116,121,112,101,46,118,97,108,117,101,79,102,41,44,102,40,76,44,34,83,121,109,98,111,108,34,41,44,102,40,77,97,116,104,44,34,77,97,116,104,34,44,33,48,41,44,102,40,114,46,74,83,79,78,44,34,74,83,79,78,34,44,33,48,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,57,41,40,34,109,101,116,97,34,41,44,105,61,110,40,49,50,41,44,111,61,110,40,54,41,44,97,61,110,40,56,41,46,102,44,115,61,48,44,99,61,79,98,106,101,99,116,46,105,115,69,120,116,101,110,115,105,98,108,101,124,124,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,125,44,117,61,33,110,40,49,55,41,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,99,40,79,98,106,101,99,116,46,112,114,101,118,101,110,116,69,120,116,101,110,115,105,111,110,115,40,123,125,41,41,125,41,41,44,108,61,102,117,110,99,116,105,111,110,40,116,41,123,97,40,116,44,114,44,123,118,97,108,117,101,58,123,105,58,34,79,34,43,32,43,43,115,44,119,58,123,125,125,125,41,125,44,102,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,105,40,116,41,41,114,101,116,117,114,110,34,115,121,109,98,111,108,34,61,61,116,121,112,101,111,102,32,116,63,116,58,40,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,63,34,83,34,58,34,80,34,41,43,116,59,105,102,40,33,111,40,116,44,114,41,41,123,105,102,40,33,99,40,116,41,41,114,101,116,117,114,110,34,70,34,59,105,102,40,33,101,41,114,101,116,117,114,110,34,69,34,59,108,40,116,41,125,114,101,116,117,114,110,32,116,91,114,93,46,105,125,44,104,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,111,40,116,44,114,41,41,123,105,102,40,33,99,40,116,41,41,114,101,116,117,114,110,33,48,59,105,102,40,33,101,41,114,101,116,117,114,110,33,49,59,108,40,116,41,125,114,101,116,117,114,110,32,116,91,114,93,46,119,125,44,100,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,117,38,38,112,46,78,69,69,68,38,38,99,40,116,41,38,38,33,111,40,116,44,114,41,38,38,108,40,116,41,44,116,125,44,112,61,116,46,101,120,112,111,114,116,115,61,123,75,69,89,58,114,44,78,69,69,68,58,33,49,44,102,97,115,116,75,101,121,58,102,44,103,101,116,87,101,97,107,58,104,44,111,110,70,114,101,101,122,101,58,100,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,50,55,41,44,105,61,110,40,52,57,41,44,111,61,110,40,51,52,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,114,40,116,41,44,110,61,105,46,102,59,105,102,40,110,41,102,111,114,40,118,97,114,32,97,44,115,61,110,40,116,41,44,99,61,111,46,102,44,117,61,48,59,115,46,108,101,110,103,116,104,62,117,59,41,99,46,99,97,108,108,40,116,44,97,61,115,91,117,43,43,93,41,38,38,101,46,112,117,115,104,40,97,41,59,114,101,116,117,114,110,32,101,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,52,55,41,59,116,46,101,120,112,111,114,116,115,61,65,114,114,97,121,46,105,115,65,114,114,97,121,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,65,114,114,97,121,34,61,61,114,40,116,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,48,41,44,105,61,110,40,53,48,41,46,102,44,111,61,123,125,46,116,111,83,116,114,105,110,103,44,97,61,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,38,38,119,105,110,100,111,119,38,38,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,63,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,40,119,105,110,100,111,119,41,58,91,93,44,115,61,102,117,110,99,116,105,111,110,40,116,41,123,116,114,121,123,114,101,116,117,114,110,32,105,40,116,41,125,99,97,116,99,104,40,116,41,123,114,101,116,117,114,110,32,97,46,115,108,105,99,101,40,41,125,125,59,116,46,101,120,112,111,114,116,115,46,102,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,38,38,34,91,111,98,106,101,99,116,32,87,105,110,100,111,119,93,34,61,61,111,46,99,97,108,108,40,116,41,63,115,40,116,41,58,105,40,114,40,116,41,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,51,52,41,44,105,61,110,40,49,56,41,44,111,61,110,40,49,48,41,44,97,61,110,40,50,53,41,44,115,61,110,40,54,41,44,99,61,110,40,52,50,41,44,117,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,59,101,46,102,61,110,40,57,41,63,117,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,61,111,40,116,41,44,101,61,97,40,101,44,33,48,41,44,99,41,116,114,121,123,114,101,116,117,114,110,32,117,40,116,44,101,41,125,99,97,116,99,104,40,116,41,123,125,105,102,40,115,40,116,44,101,41,41,114,101,116,117,114,110,32,105,40,33,114,46,102,46,99,97,108,108,40,116,44,101,41,44,116,91,101,93,41,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,51,51,41,40,34,97,115,121,110,99,73,116,101,114,97,116,111,114,34,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,51,51,41,40,34,111,98,115,101,114,118,97,98,108,101,34,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,49,50,41,59,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,114,38,38,40,114,61,91,91,116,46,105,44,114,44,34,34,93,93,41,44,114,46,108,111,99,97,108,115,38,38,40,116,46,101,120,112,111,114,116,115,61,114,46,108,111,99,97,108,115,41,44,110,40,49,41,40,34,55,99,53,102,49,97,49,99,34,44,114,44,33,49,44,123,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,61,116,46,101,120,112,111,114,116,115,61,110,40,48,41,40,33,49,41,44,101,46,112,117,115,104,40,91,116,46,105,44,34,92,110,46,118,99,45,104,117,101,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,32,32,116,111,112,58,32,48,112,120,59,92,110,32,32,114,105,103,104,116,58,32,48,112,120,59,92,110,32,32,98,111,116,116,111,109,58,32,48,112,120,59,92,110,32,32,108,101,102,116,58,32,48,112,120,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,59,92,110,125,92,110,46,118,99,45,104,117,101,45,45,104,111,114,105,122,111,110,116,97,108,32,123,92,110,32,32,98,97,99,107,103,114,111,117,110,100,58,32,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,116,111,32,114,105,103,104,116,44,32,35,102,48,48,32,48,37,44,32,35,102,102,48,32,49,55,37,44,32,35,48,102,48,32,51,51,37,44,32,35,48,102,102,32,53,48,37,44,32,35,48,48,102,32,54,55,37,44,32,35,102,48,102,32,56,51,37,44,32,35,102,48,48,32,49,48,48,37,41,59,92,110,125,92,110,46,118,99,45,104,117,101,45,45,118,101,114,116,105,99,97,108,32,123,92,110,32,32,98,97,99,107,103,114,111,117,110,100,58,32,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,116,111,32,116,111,112,44,32,35,102,48,48,32,48,37,44,32,35,102,102,48,32,49,55,37,44,32,35,48,102,48,32,51,51,37,44,32,35,48,102,102,32,53,48,37,44,32,35,48,48,102,32,54,55,37,44,32,35,102,48,102,32,56,51,37,44,32,35,102,48,48,32,49,48,48,37,41,59,92,110,125,92,110,46,118,99,45,104,117,101,45,99,111,110,116,97,105,110,101,114,32,123,92,110,32,32,99,117,114,115,111,114,58,32,112,111,105,110,116,101,114,59,92,110,32,32,109,97,114,103,105,110,58,32,48,32,50,112,120,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,104,101,105,103,104,116,58,32,49,48,48,37,59,92,110,125,92,110,46,118,99,45,104,117,101,45,112,111,105,110,116,101,114,32,123,92,110,32,32,122,45,105,110,100,101,120,58,32,50,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,125,92,110,46,118,99,45,104,117,101,45,112,105,99,107,101,114,32,123,92,110,32,32,99,117,114,115,111,114,58,32,112,111,105,110,116,101,114,59,92,110,32,32,109,97,114,103,105,110,45,116,111,112,58,32,49,112,120,59,92,110,32,32,119,105,100,116,104,58,32,52,112,120,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,49,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,56,112,120,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,48,32,48,32,50,112,120,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,46,54,41,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,58,32,35,102,102,102,59,92,110,32,32,116,114,97,110,115,102,111,114,109,58,32,116,114,97,110,115,108,97,116,101,88,40,45,50,112,120,41,32,59,92,110,125,92,110,34,44,34,34,93,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,99,108,97,115,115,58,91,34,118,99,45,104,117,101,34,44,116,46,100,105,114,101,99,116,105,111,110,67,108,97,115,115,93,125,44,91,110,40,34,100,105,118,34,44,123,114,101,102,58,34,99,111,110,116,97,105,110,101,114,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,104,117,101,45,99,111,110,116,97,105,110,101,114,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,115,108,105,100,101,114,34,44,34,97,114,105,97,45,118,97,108,117,101,110,111,119,34,58,116,46,99,111,108,111,114,115,46,104,115,108,46,104,44,34,97,114,105,97,45,118,97,108,117,101,109,105,110,34,58,34,48,34,44,34,97,114,105,97,45,118,97,108,117,101,109,97,120,34,58,34,51,54,48,34,125,44,111,110,58,123,109,111,117,115,101,100,111,119,110,58,116,46,104,97,110,100,108,101,77,111,117,115,101,68,111,119,110,44,116,111,117,99,104,109,111,118,101,58,116,46,104,97,110,100,108,101,67,104,97,110,103,101,44,116,111,117,99,104,115,116,97,114,116,58,116,46,104,97,110,100,108,101,67,104,97,110,103,101,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,104,117,101,45,112,111,105,110,116,101,114,34,44,115,116,121,108,101,58,123,116,111,112,58,116,46,112,111,105,110,116,101,114,84,111,112,44,108,101,102,116,58,116,46,112,111,105,110,116,101,114,76,101,102,116,125,44,97,116,116,114,115,58,123,114,111,108,101,58,34,112,114,101,115,101,110,116,97,116,105,111,110,34,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,104,117,101,45,112,105,99,107,101,114,34,125,41,93,41,93,41,93,41,125,44,105,61,91,93,59,114,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,111,61,123,114,101,110,100,101,114,58,114,44,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,58,105,125,59,101,46,97,61,111,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,108,105,100,101,114,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,97,112,112,108,105,99,97,116,105,111,110,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,34,83,108,105,100,101,114,32,99,111,108,111,114,32,112,105,99,107,101,114,34,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,108,105,100,101,114,45,104,117,101,45,119,97,114,112,34,125,44,91,110,40,34,104,117,101,34,44,123,111,110,58,123,99,104,97,110,103,101,58,116,46,104,117,101,67,104,97,110,103,101,125,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,99,111,108,111,114,115,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,99,111,108,111,114,115,61,101,125,44,101,120,112,114,101,115,115,105,111,110,58,34,99,111,108,111,114,115,34,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,101,115,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,103,114,111,117,112,34,125,125,44,116,46,95,108,40,116,46,110,111,114,109,97,108,105,122,101,100,83,119,97,116,99,104,101,115,44,40,102,117,110,99,116,105,111,110,40,101,44,114,41,123,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,107,101,121,58,114,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,34,44,97,116,116,114,115,58,123,34,100,97,116,97,45,105,110,100,101,120,34,58,114,44,34,97,114,105,97,45,108,97,98,101,108,34,58,34,99,111,108,111,114,58,34,43,116,46,99,111,108,111,114,115,46,104,101,120,44,114,111,108,101,58,34,98,117,116,116,111,110,34,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,104,97,110,100,108,101,83,119,67,108,105,99,107,40,114,44,101,41,125,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,45,112,105,99,107,101,114,34,44,99,108,97,115,115,58,123,34,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,45,112,105,99,107,101,114,45,45,97,99,116,105,118,101,34,58,116,46,105,115,65,99,116,105,118,101,40,101,44,114,41,44,34,118,99,45,115,108,105,100,101,114,45,115,119,97,116,99,104,45,112,105,99,107,101,114,45,45,119,104,105,116,101,34,58,49,61,61,61,101,46,108,125,44,115,116,121,108,101,58,123,98,97,99,107,103,114,111,117,110,100,58,34,104,115,108,40,34,43,116,46,99,111,108,111,114,115,46,104,115,108,46,104,43,34,44,32,34,43,49,48,48,42,101,46,115,43,34,37,44,32,34,43,49,48,48,42,101,46,108,43,34,37,41,34,125,125,41,93,41,125,41,41,44,48,41,93,41,125,44,105,61,91,93,59,114,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,111,61,123,114,101,110,100,101,114,58,114,44,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,58,105,125,59,101,46,97,61,111,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,99,124,124,110,40,49,49,54,41,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,53,50,41,44,111,61,110,46,110,40,105,41,59,102,111,114,40,118,97,114,32,97,32,105,110,32,105,41,34,100,101,102,97,117,108,116,34,33,61,61,97,38,38,102,117,110,99,116,105,111,110,40,116,41,123,110,46,100,40,101,44,116,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,91,116,93,125,41,41,125,40,97,41,59,118,97,114,32,115,61,110,40,49,49,57,41,44,99,61,33,49,44,117,61,110,40,50,41,44,108,61,114,44,102,61,117,40,111,46,97,44,115,46,97,44,33,49,44,108,44,110,117,108,108,44,110,117,108,108,41,59,102,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,83,119,97,116,99,104,101,115,46,118,117,101,34,44,101,46,100,101,102,97,117,108,116,61,102,46,101,120,112,111,114,116,115,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,49,55,41,59,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,114,38,38,40,114,61,91,91,116,46,105,44,114,44,34,34,93,93,41,44,114,46,108,111,99,97,108,115,38,38,40,116,46,101,120,112,111,114,116,115,61,114,46,108,111,99,97,108,115,41,44,110,40,49,41,40,34,49,48,102,56,51,57,97,50,34,44,114,44,33,49,44,123,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,61,116,46,101,120,112,111,114,116,115,61,110,40,48,41,40,33,49,41,44,101,46,112,117,115,104,40,91,116,46,105,44,34,92,110,46,118,99,45,115,119,97,116,99,104,101,115,32,123,92,110,32,32,119,105,100,116,104,58,32,51,50,48,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,50,52,48,112,120,59,92,110,32,32,111,118,101,114,102,108,111,119,45,121,58,32,115,99,114,111,108,108,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,35,102,102,102,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,48,32,50,112,120,32,49,48,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,49,50,41,44,32,48,32,50,112,120,32,53,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,49,54,41,59,92,110,125,92,110,46,118,99,45,115,119,97,116,99,104,101,115,45,98,111,120,32,123,92,110,32,32,112,97,100,100,105,110,103,58,32,49,54,112,120,32,48,32,54,112,120,32,49,54,112,120,59,92,110,32,32,111,118,101,114,102,108,111,119,58,32,104,105,100,100,101,110,59,92,110,125,92,110,46,118,99,45,115,119,97,116,99,104,101,115,45,99,111,108,111,114,45,103,114,111,117,112,32,123,92,110,32,32,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,32,49,48,112,120,59,92,110,32,32,119,105,100,116,104,58,32,52,48,112,120,59,92,110,32,32,102,108,111,97,116,58,32,108,101,102,116,59,92,110,32,32,109,97,114,103,105,110,45,114,105,103,104,116,58,32,49,48,112,120,59,92,110,125,92,110,46,118,99,45,115,119,97,116,99,104,101,115,45,99,111,108,111,114,45,105,116,32,123,92,110,32,32,98,111,120,45,115,105,122,105,110,103,58,32,98,111,114,100,101,114,45,98,111,120,59,92,110,32,32,119,105,100,116,104,58,32,52,48,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,50,52,112,120,59,92,110,32,32,99,117,114,115,111,114,58,32,112,111,105,110,116,101,114,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,58,32,35,56,56,48,101,52,102,59,92,110,32,32,109,97,114,103,105,110,45,98,111,116,116,111,109,58,32,49,112,120,59,92,110,32,32,111,118,101,114,102,108,111,119,58,32,104,105,100,100,101,110,59,92,110,32,32,45,109,115,45,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,32,50,112,120,32,48,32,48,59,92,110,32,32,45,109,111,122,45,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,32,50,112,120,32,48,32,48,59,92,110,32,32,45,111,45,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,32,50,112,120,32,48,32,48,59,92,110,32,32,45,119,101,98,107,105,116,45,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,32,50,112,120,32,48,32,48,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,32,50,112,120,32,48,32,48,59,92,110,125,92,110,46,118,99,45,115,119,97,116,99,104,101,115,45,99,111,108,111,114,45,45,119,104,105,116,101,32,123,92,110,32,32,98,111,114,100,101,114,58,32,49,112,120,32,115,111,108,105,100,32,35,68,68,68,59,92,110,125,92,110,46,118,99,45,115,119,97,116,99,104,101,115,45,112,105,99,107,32,123,92,110,32,32,102,105,108,108,58,32,114,103,98,40,50,53,53,44,32,50,53,53,44,32,50,53,53,41,59,92,110,32,32,109,97,114,103,105,110,45,108,101,102,116,58,32,56,112,120,59,92,110,32,32,100,105,115,112,108,97,121,58,32,98,108,111,99,107,59,92,110,125,92,110,46,118,99,45,115,119,97,116,99,104,101,115,45,99,111,108,111,114,45,45,119,104,105,116,101,32,46,118,99,45,115,119,97,116,99,104,101,115,45,112,105,99,107,32,123,92,110,32,32,102,105,108,108,58,32,114,103,98,40,53,49,44,32,53,49,44,32,53,49,41,59,92,110,125,92,110,34,44,34,34,93,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,44,110,46,100,40,101,44,34,114,101,100,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,125,41,41,44,110,46,100,40,101,44,34,112,105,110,107,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,125,41,41,44,110,46,100,40,101,44,34,112,117,114,112,108,101,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,111,125,41,41,44,110,46,100,40,101,44,34,100,101,101,112,80,117,114,112,108,101,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,97,125,41,41,44,110,46,100,40,101,44,34,105,110,100,105,103,111,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,115,125,41,41,44,110,46,100,40,101,44,34,98,108,117,101,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,99,125,41,41,44,110,46,100,40,101,44,34,108,105,103,104,116,66,108,117,101,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,117,125,41,41,44,110,46,100,40,101,44,34,99,121,97,110,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,108,125,41,41,44,110,46,100,40,101,44,34,116,101,97,108,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,102,125,41,41,44,110,46,100,40,101,44,34,103,114,101,101,110,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,104,125,41,41,44,110,46,100,40,101,44,34,108,105,103,104,116,71,114,101,101,110,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,100,125,41,41,44,110,46,100,40,101,44,34,108,105,109,101,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,112,125,41,41,44,110,46,100,40,101,44,34,121,101,108,108,111,119,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,118,125,41,41,44,110,46,100,40,101,44,34,97,109,98,101,114,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,103,125,41,41,44,110,46,100,40,101,44,34,111,114,97,110,103,101,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,109,125,41,41,44,110,46,100,40,101,44,34,100,101,101,112,79,114,97,110,103,101,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,98,125,41,41,44,110,46,100,40,101,44,34,98,114,111,119,110,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,121,125,41,41,44,110,46,100,40,101,44,34,103,114,101,121,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,119,125,41,41,44,110,46,100,40,101,44,34,98,108,117,101,71,114,101,121,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,95,125,41,41,44,110,46,100,40,101,44,34,100,97,114,107,84,101,120,116,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,120,125,41,41,44,110,46,100,40,101,44,34,108,105,103,104,116,84,101,120,116,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,79,125,41,41,44,110,46,100,40,101,44,34,100,97,114,107,73,99,111,110,115,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,83,125,41,41,44,110,46,100,40,101,44,34,108,105,103,104,116,73,99,111,110,115,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,107,125,41,41,44,110,46,100,40,101,44,34,119,104,105,116,101,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,67,125,41,41,44,110,46,100,40,101,44,34,98,108,97,99,107,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,80,125,41,41,59,118,97,114,32,114,61,123,53,48,58,34,35,102,102,101,98,101,101,34,44,49,48,48,58,34,35,102,102,99,100,100,50,34,44,50,48,48,58,34,35,101,102,57,97,57,97,34,44,51,48,48,58,34,35,101,53,55,51,55,51,34,44,52,48,48,58,34,35,101,102,53,51,53,48,34,44,53,48,48,58,34,35,102,52,52,51,51,54,34,44,54,48,48,58,34,35,101,53,51,57,51,53,34,44,55,48,48,58,34,35,100,51,50,102,50,102,34,44,56,48,48,58,34,35,99,54,50,56,50,56,34,44,57,48,48,58,34,35,98,55,49,99,49,99,34,44,97,49,48,48,58,34,35,102,102,56,97,56,48,34,44,97,50,48,48,58,34,35,102,102,53,50,53,50,34,44,97,52,48,48,58,34,35,102,102,49,55,52,52,34,44,97,55,48,48,58,34,35,100,53,48,48,48,48,34,125,44,105,61,123,53,48,58,34,35,102,99,101,52,101,99,34,44,49,48,48,58,34,35,102,56,98,98,100,48,34,44,50,48,48,58,34,35,102,52,56,102,98,49,34,44,51,48,48,58,34,35,102,48,54,50,57,50,34,44,52,48,48,58,34,35,101,99,52,48,55,97,34,44,53,48,48,58,34,35,101,57,49,101,54,51,34,44,54,48,48,58,34,35,100,56,49,98,54,48,34,44,55,48,48,58,34,35,99,50,49,56,53,98,34,44,56,48,48,58,34,35,97,100,49,52,53,55,34,44,57,48,48,58,34,35,56,56,48,101,52,102,34,44,97,49,48,48,58,34,35,102,102,56,48,97,98,34,44,97,50,48,48,58,34,35,102,102,52,48,56,49,34,44,97,52,48,48,58,34,35,102,53,48,48,53,55,34,44,97,55,48,48,58,34,35,99,53,49,49,54,50,34,125,44,111,61,123,53,48,58,34,35,102,51,101,53,102,53,34,44,49,48,48,58,34,35,101,49,98,101,101,55,34,44,50,48,48,58,34,35,99,101,57,51,100,56,34,44,51,48,48,58,34,35,98,97,54,56,99,56,34,44,52,48,48,58,34,35,97,98,52,55,98,99,34,44,53,48,48,58,34,35,57,99,50,55,98,48,34,44,54,48,48,58,34,35,56,101,50,52,97,97,34,44,55,48,48,58,34,35,55,98,49,102,97,50,34,44,56,48,48,58,34,35,54,97,49,98,57,97,34,44,57,48,48,58,34,35,52,97,49,52,56,99,34,44,97,49,48,48,58,34,35,101,97,56,48,102,99,34,44,97,50,48,48,58,34,35,101,48,52,48,102,98,34,44,97,52,48,48,58,34,35,100,53,48,48,102,57,34,44,97,55,48,48,58,34,35,97,97,48,48,102,102,34,125,44,97,61,123,53,48,58,34,35,101,100,101,55,102,54,34,44,49,48,48,58,34,35,100,49,99,52,101,57,34,44,50,48,48,58,34,35,98,51,57,100,100,98,34,44,51,48,48,58,34,35,57,53,55,53,99,100,34,44,52,48,48,58,34,35,55,101,53,55,99,50,34,44,53,48,48,58,34,35,54,55,51,97,98,55,34,44,54,48,48,58,34,35,53,101,51,53,98,49,34,44,55,48,48,58,34,35,53,49,50,100,97,56,34,44,56,48,48,58,34,35,52,53,50,55,97,48,34,44,57,48,48,58,34,35,51,49,49,98,57,50,34,44,97,49,48,48,58,34,35,98,51,56,56,102,102,34,44,97,50,48,48,58,34,35,55,99,52,100,102,102,34,44,97,52,48,48,58,34,35,54,53,49,102,102,102,34,44,97,55,48,48,58,34,35,54,50,48,48,101,97,34,125,44,115,61,123,53,48,58,34,35,101,56,101,97,102,54,34,44,49,48,48,58,34,35,99,53,99,97,101,57,34,44,50,48,48,58,34,35,57,102,97,56,100,97,34,44,51,48,48,58,34,35,55,57,56,54,99,98,34,44,52,48,48,58,34,35,53,99,54,98,99,48,34,44,53,48,48,58,34,35,51,102,53,49,98,53,34,44,54,48,48,58,34,35,51,57,52,57,97,98,34,44,55,48,48,58,34,35,51,48,51,102,57,102,34,44,56,48,48,58,34,35,50,56,51,53,57,51,34,44,57,48,48,58,34,35,49,97,50,51,55,101,34,44,97,49,48,48,58,34,35,56,99,57,101,102,102,34,44,97,50,48,48,58,34,35,53,51,54,100,102,101,34,44,97,52,48,48,58,34,35,51,100,53,97,102,101,34,44,97,55,48,48,58,34,35,51,48,52,102,102,101,34,125,44,99,61,123,53,48,58,34,35,101,51,102,50,102,100,34,44,49,48,48,58,34,35,98,98,100,101,102,98,34,44,50,48,48,58,34,35,57,48,99,97,102,57,34,44,51,48,48,58,34,35,54,52,98,53,102,54,34,44,52,48,48,58,34,35,52,50,97,53,102,53,34,44,53,48,48,58,34,35,50,49,57,54,102,51,34,44,54,48,48,58,34,35,49,101,56,56,101,53,34,44,55,48,48,58,34,35,49,57,55,54,100,50,34,44,56,48,48,58,34,35,49,53,54,53,99,48,34,44,57,48,48,58,34,35,48,100,52,55,97,49,34,44,97,49,48,48,58,34,35,56,50,98,49,102,102,34,44,97,50,48,48,58,34,35,52,52,56,97,102,102,34,44,97,52,48,48,58,34,35,50,57,55,57,102,102,34,44,97,55,48,48,58,34,35,50,57,54,50,102,102,34,125,44,117,61,123,53,48,58,34,35,101,49,102,53,102,101,34,44,49,48,48,58,34,35,98,51,101,53,102,99,34,44,50,48,48,58,34,35,56,49,100,52,102,97,34,44,51,48,48,58,34,35,52,102,99,51,102,55,34,44,52,48,48,58,34,35,50,57,98,54,102,54,34,44,53,48,48,58,34,35,48,51,97,57,102,52,34,44,54,48,48,58,34,35,48,51,57,98,101,53,34,44,55,48,48,58,34,35,48,50,56,56,100,49,34,44,56,48,48,58,34,35,48,50,55,55,98,100,34,44,57,48,48,58,34,35,48,49,53,55,57,98,34,44,97,49,48,48,58,34,35,56,48,100,56,102,102,34,44,97,50,48,48,58,34,35,52,48,99,52,102,102,34,44,97,52,48,48,58,34,35,48,48,98,48,102,102,34,44,97,55,48,48,58,34,35,48,48,57,49,101,97,34,125,44,108,61,123,53,48,58,34,35,101,48,102,55,102,97,34,44,49,48,48,58,34,35,98,50,101,98,102,50,34,44,50,48,48,58,34,35,56,48,100,101,101,97,34,44,51,48,48,58,34,35,52,100,100,48,101,49,34,44,52,48,48,58,34,35,50,54,99,54,100,97,34,44,53,48,48,58,34,35,48,48,98,99,100,52,34,44,54,48,48,58,34,35,48,48,97,99,99,49,34,44,55,48,48,58,34,35,48,48,57,55,97,55,34,44,56,48,48,58,34,35,48,48,56,51,56,102,34,44,57,48,48,58,34,35,48,48,54,48,54,52,34,44,97,49,48,48,58,34,35,56,52,102,102,102,102,34,44,97,50,48,48,58,34,35,49,56,102,102,102,102,34,44,97,52,48,48,58,34,35,48,48,101,53,102,102,34,44,97,55,48,48,58,34,35,48,48,98,56,100,52,34,125,44,102,61,123,53,48,58,34,35,101,48,102,50,102,49,34,44,49,48,48,58,34,35,98,50,100,102,100,98,34,44,50,48,48,58,34,35,56,48,99,98,99,52,34,44,51,48,48,58,34,35,52,100,98,54,97,99,34,44,52,48,48,58,34,35,50,54,97,54,57,97,34,44,53,48,48,58,34,35,48,48,57,54,56,56,34,44,54,48,48,58,34,35,48,48,56,57,55,98,34,44,55,48,48,58,34,35,48,48,55,57,54,98,34,44,56,48,48,58,34,35,48,48,54,57,53,99,34,44,57,48,48,58,34,35,48,48,52,100,52,48,34,44,97,49,48,48,58,34,35,97,55,102,102,101,98,34,44,97,50,48,48,58,34,35,54,52,102,102,100,97,34,44,97,52,48,48,58,34,35,49,100,101,57,98,54,34,44,97,55,48,48,58,34,35,48,48,98,102,97,53,34,125,44,104,61,123,53,48,58,34,35,101,56,102,53,101,57,34,44,49,48,48,58,34,35,99,56,101,54,99,57,34,44,50,48,48,58,34,35,97,53,100,54,97,55,34,44,51,48,48,58,34,35,56,49,99,55,56,52,34,44,52,48,48,58,34,35,54,54,98,98,54,97,34,44,53,48,48,58,34,35,52,99,97,102,53,48,34,44,54,48,48,58,34,35,52,51,97,48,52,55,34,44,55,48,48,58,34,35,51,56,56,101,51,99,34,44,56,48,48,58,34,35,50,101,55,100,51,50,34,44,57,48,48,58,34,35,49,98,53,101,50,48,34,44,97,49,48,48,58,34,35,98,57,102,54,99,97,34,44,97,50,48,48,58,34,35,54,57,102,48,97,101,34,44,97,52,48,48,58,34,35,48,48,101,54,55,54,34,44,97,55,48,48,58,34,35,48,48,99,56,53,51,34,125,44,100,61,123,53,48,58,34,35,102,49,102,56,101,57,34,44,49,48,48,58,34,35,100,99,101,100,99,56,34,44,50,48,48,58,34,35,99,53,101,49,97,53,34,44,51,48,48,58,34,35,97,101,100,53,56,49,34,44,52,48,48,58,34,35,57,99,99,99,54,53,34,44,53,48,48,58,34,35,56,98,99,51,52,97,34,44,54,48,48,58,34,35,55,99,98,51,52,50,34,44,55,48,48,58,34,35,54,56,57,102,51,56,34,44,56,48,48,58,34,35,53,53,56,98,50,102,34,44,57,48,48,58,34,35,51,51,54,57,49,101,34,44,97,49,48,48,58,34,35,99,99,102,102,57,48,34,44,97,50,48,48,58,34,35,98,50,102,102,53,57,34,44,97,52,48,48,58,34,35,55,54,102,102,48,51,34,44,97,55,48,48,58,34,35,54,52,100,100,49,55,34,125,44,112,61,123,53,48,58,34,35,102,57,102,98,101,55,34,44,49,48,48,58,34,35,102,48,102,52,99,51,34,44,50,48,48,58,34,35,101,54,101,101,57,99,34,44,51,48,48,58,34,35,100,99,101,55,55,53,34,44,52,48,48,58,34,35,100,52,101,49,53,55,34,44,53,48,48,58,34,35,99,100,100,99,51,57,34,44,54,48,48,58,34,35,99,48,99,97,51,51,34,44,55,48,48,58,34,35,97,102,98,52,50,98,34,44,56,48,48,58,34,35,57,101,57,100,50,52,34,44,57,48,48,58,34,35,56,50,55,55,49,55,34,44,97,49,48,48,58,34,35,102,52,102,102,56,49,34,44,97,50,48,48,58,34,35,101,101,102,102,52,49,34,44,97,52,48,48,58,34,35,99,54,102,102,48,48,34,44,97,55,48,48,58,34,35,97,101,101,97,48,48,34,125,44,118,61,123,53,48,58,34,35,102,102,102,100,101,55,34,44,49,48,48,58,34,35,102,102,102,57,99,52,34,44,50,48,48,58,34,35,102,102,102,53,57,100,34,44,51,48,48,58,34,35,102,102,102,49,55,54,34,44,52,48,48,58,34,35,102,102,101,101,53,56,34,44,53,48,48,58,34,35,102,102,101,98,51,98,34,44,54,48,48,58,34,35,102,100,100,56,51,53,34,44,55,48,48,58,34,35,102,98,99,48,50,100,34,44,56,48,48,58,34,35,102,57,97,56,50,53,34,44,57,48,48,58,34,35,102,53,55,102,49,55,34,44,97,49,48,48,58,34,35,102,102,102,102,56,100,34,44,97,50,48,48,58,34,35,102,102,102,102,48,48,34,44,97,52,48,48,58,34,35,102,102,101,97,48,48,34,44,97,55,48,48,58,34,35,102,102,100,54,48,48,34,125,44,103,61,123,53,48,58,34,35,102,102,102,56,101,49,34,44,49,48,48,58,34,35,102,102,101,99,98,51,34,44,50,48,48,58,34,35,102,102,101,48,56,50,34,44,51,48,48,58,34,35,102,102,100,53,52,102,34,44,52,48,48,58,34,35,102,102,99,97,50,56,34,44,53,48,48,58,34,35,102,102,99,49,48,55,34,44,54,48,48,58,34,35,102,102,98,51,48,48,34,44,55,48,48,58,34,35,102,102,97,48,48,48,34,44,56,48,48,58,34,35,102,102,56,102,48,48,34,44,57,48,48,58,34,35,102,102,54,102,48,48,34,44,97,49,48,48,58,34,35,102,102,101,53,55,102,34,44,97,50,48,48,58,34,35,102,102,100,55,52,48,34,44,97,52,48,48,58,34,35,102,102,99,52,48,48,34,44,97,55,48,48,58,34,35,102,102,97,98,48,48,34,125,44,109,61,123,53,48,58,34,35,102,102,102,51,101,48,34,44,49,48,48,58,34,35,102,102,101,48,98,50,34,44,50,48,48,58,34,35,102,102,99,99,56,48,34,44,51,48,48,58,34,35,102,102,98,55,52,100,34,44,52,48,48,58,34,35,102,102,97,55,50,54,34,44,53,48,48,58,34,35,102,102,57,56,48,48,34,44,54,48,48,58,34,35,102,98,56,99,48,48,34,44,55,48,48,58,34,35,102,53,55,99,48,48,34,44,56,48,48,58,34,35,101,102,54,99,48,48,34,44,57,48,48,58,34,35,101,54,53,49,48,48,34,44,97,49,48,48,58,34,35,102,102,100,49,56,48,34,44,97,50,48,48,58,34,35,102,102,97,98,52,48,34,44,97,52,48,48,58,34,35,102,102,57,49,48,48,34,44,97,55,48,48,58,34,35,102,102,54,100,48,48,34,125,44,98,61,123,53,48,58,34,35,102,98,101,57,101,55,34,44,49,48,48,58,34,35,102,102,99,99,98,99,34,44,50,48,48,58,34,35,102,102,97,98,57,49,34,44,51,48,48,58,34,35,102,102,56,97,54,53,34,44,52,48,48,58,34,35,102,102,55,48,52,51,34,44,53,48,48,58,34,35,102,102,53,55,50,50,34,44,54,48,48,58,34,35,102,52,53,49,49,101,34,44,55,48,48,58,34,35,101,54,52,97,49,57,34,44,56,48,48,58,34,35,100,56,52,51,49,53,34,44,57,48,48,58,34,35,98,102,51,54,48,99,34,44,97,49,48,48,58,34,35,102,102,57,101,56,48,34,44,97,50,48,48,58,34,35,102,102,54,101,52,48,34,44,97,52,48,48,58,34,35,102,102,51,100,48,48,34,44,97,55,48,48,58,34,35,100,100,50,99,48,48,34,125,44,121,61,123,53,48,58,34,35,101,102,101,98,101,57,34,44,49,48,48,58,34,35,100,55,99,99,99,56,34,44,50,48,48,58,34,35,98,99,97,97,97,52,34,44,51,48,48,58,34,35,97,49,56,56,55,102,34,44,52,48,48,58,34,35,56,100,54,101,54,51,34,44,53,48,48,58,34,35,55,57,53,53,52,56,34,44,54,48,48,58,34,35,54,100,52,99,52,49,34,44,55,48,48,58,34,35,53,100,52,48,51,55,34,44,56,48,48,58,34,35,52,101,51,52,50,101,34,44,57,48,48,58,34,35,51,101,50,55,50,51,34,125,44,119,61,123,53,48,58,34,35,102,97,102,97,102,97,34,44,49,48,48,58,34,35,102,53,102,53,102,53,34,44,50,48,48,58,34,35,101,101,101,101,101,101,34,44,51,48,48,58,34,35,101,48,101,48,101,48,34,44,52,48,48,58,34,35,98,100,98,100,98,100,34,44,53,48,48,58,34,35,57,101,57,101,57,101,34,44,54,48,48,58,34,35,55,53,55,53,55,53,34,44,55,48,48,58,34,35,54,49,54,49,54,49,34,44,56,48,48,58,34,35,52,50,52,50,52,50,34,44,57,48,48,58,34,35,50,49,50,49,50,49,34,125,44,95,61,123,53,48,58,34,35,101,99,101,102,102,49,34,44,49,48,48,58,34,35,99,102,100,56,100,99,34,44,50,48,48,58,34,35,98,48,98,101,99,53,34,44,51,48,48,58,34,35,57,48,97,52,97,101,34,44,52,48,48,58,34,35,55,56,57,48,57,99,34,44,53,48,48,58,34,35,54,48,55,100,56,98,34,44,54,48,48,58,34,35,53,52,54,101,55,97,34,44,55,48,48,58,34,35,52,53,53,97,54,52,34,44,56,48,48,58,34,35,51,55,52,55,52,102,34,44,57,48,48,58,34,35,50,54,51,50,51,56,34,125,44,120,61,123,112,114,105,109,97,114,121,58,34,114,103,98,97,40,48,44,32,48,44,32,48,44,32,48,46,56,55,41,34,44,115,101,99,111,110,100,97,114,121,58,34,114,103,98,97,40,48,44,32,48,44,32,48,44,32,48,46,53,52,41,34,44,100,105,115,97,98,108,101,100,58,34,114,103,98,97,40,48,44,32,48,44,32,48,44,32,48,46,51,56,41,34,44,100,105,118,105,100,101,114,115,58,34,114,103,98,97,40,48,44,32,48,44,32,48,44,32,48,46,49,50,41,34,125,44,79,61,123,112,114,105,109,97,114,121,58,34,114,103,98,97,40,50,53,53,44,32,50,53,53,44,32,50,53,53,44,32,49,41,34,44,115,101,99,111,110,100,97,114,121,58,34,114,103,98,97,40,50,53,53,44,32,50,53,53,44,32,50,53,53,44,32,48,46,55,41,34,44,100,105,115,97,98,108,101,100,58,34,114,103,98,97,40,50,53,53,44,32,50,53,53,44,32,50,53,53,44,32,48,46,53,41,34,44,100,105,118,105,100,101,114,115,58,34,114,103,98,97,40,50,53,53,44,32,50,53,53,44,32,50,53,53,44,32,48,46,49,50,41,34,125,44,83,61,123,97,99,116,105,118,101,58,34,114,103,98,97,40,48,44,32,48,44,32,48,44,32,48,46,53,52,41,34,44,105,110,97,99,116,105,118,101,58,34,114,103,98,97,40,48,44,32,48,44,32,48,44,32,48,46,51,56,41,34,125,44,107,61,123,97,99,116,105,118,101,58,34,114,103,98,97,40,50,53,53,44,32,50,53,53,44,32,50,53,53,44,32,49,41,34,44,105,110,97,99,116,105,118,101,58,34,114,103,98,97,40,50,53,53,44,32,50,53,53,44,32,50,53,53,44,32,48,46,53,41,34,125,44,67,61,34,35,102,102,102,102,102,102,34,44,80,61,34,35,48,48,48,48,48,48,34,59,101,46,100,101,102,97,117,108,116,61,123,114,101,100,58,114,44,112,105,110,107,58,105,44,112,117,114,112,108,101,58,111,44,100,101,101,112,80,117,114,112,108,101,58,97,44,105,110,100,105,103,111,58,115,44,98,108,117,101,58,99,44,108,105,103,104,116,66,108,117,101,58,117,44,99,121,97,110,58,108,44,116,101,97,108,58,102,44,103,114,101,101,110,58,104,44,108,105,103,104,116,71,114,101,101,110,58,100,44,108,105,109,101,58,112,44,121,101,108,108,111,119,58,118,44,97,109,98,101,114,58,103,44,111,114,97,110,103,101,58,109,44,100,101,101,112,79,114,97,110,103,101,58,98,44,98,114,111,119,110,58,121,44,103,114,101,121,58,119,44,98,108,117,101,71,114,101,121,58,95,44,100,97,114,107,84,101,120,116,58,120,44,108,105,103,104,116,84,101,120,116,58,79,44,100,97,114,107,73,99,111,110,115,58,83,44,108,105,103,104,116,73,99,111,110,115,58,107,44,119,104,105,116,101,58,67,44,98,108,97,99,107,58,80,125,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,119,97,116,99,104,101,115,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,97,112,112,108,105,99,97,116,105,111,110,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,34,83,119,97,116,99,104,101,115,32,99,111,108,111,114,32,112,105,99,107,101,114,34,44,34,100,97,116,97,45,112,105,99,107,34,58,116,46,112,105,99,107,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,119,97,116,99,104,101,115,45,98,111,120,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,108,105,115,116,98,111,120,34,125,125,44,116,46,95,108,40,116,46,112,97,108,101,116,116,101,44,40,102,117,110,99,116,105,111,110,40,101,44,114,41,123,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,107,101,121,58,114,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,119,97,116,99,104,101,115,45,99,111,108,111,114,45,103,114,111,117,112,34,125,44,116,46,95,108,40,101,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,107,101,121,58,101,44,99,108,97,115,115,58,91,34,118,99,45,115,119,97,116,99,104,101,115,45,99,111,108,111,114,45,105,116,34,44,123,34,118,99,45,115,119,97,116,99,104,101,115,45,99,111,108,111,114,45,45,119,104,105,116,101,34,58,34,35,70,70,70,70,70,70,34,61,61,61,101,125,93,44,115,116,121,108,101,58,123,98,97,99,107,103,114,111,117,110,100,58,101,125,44,97,116,116,114,115,58,123,114,111,108,101,58,34,111,112,116,105,111,110,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,34,67,111,108,111,114,58,34,43,101,44,34,97,114,105,97,45,115,101,108,101,99,116,101,100,34,58,116,46,101,113,117,97,108,40,101,41,44,34,100,97,116,97,45,99,111,108,111,114,34,58,101,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,104,97,110,100,108,101,114,67,108,105,99,107,40,101,41,125,125,125,44,91,110,40,34,100,105,118,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,114,97,119,78,97,109,101,58,34,118,45,115,104,111,119,34,44,118,97,108,117,101,58,116,46,101,113,117,97,108,40,101,41,44,101,120,112,114,101,115,115,105,111,110,58,34,101,113,117,97,108,40,99,41,34,125,93,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,119,97,116,99,104,101,115,45,112,105,99,107,34,125,44,91,110,40,34,115,118,103,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,119,105,100,116,104,58,34,50,52,112,120,34,44,104,101,105,103,104,116,58,34,50,52,112,120,34,125,44,97,116,116,114,115,58,123,118,105,101,119,66,111,120,58,34,48,32,48,32,50,52,32,50,52,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,100,58,34,77,50,49,44,55,76,57,44,49,57,76,51,46,53,44,49,51,46,53,76,52,46,57,49,44,49,50,46,48,57,76,57,44,49,54,46,49,55,76,49,57,46,53,57,44,53,46,53,57,76,50,49,44,55,90,34,125,125,41,93,41,93,41,93,41,125,41,41,44,48,41,125,41,41,44,48,41,93,41,125,44,105,61,91,93,59,114,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,111,61,123,114,101,110,100,101,114,58,114,44,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,58,105,125,59,101,46,97,61,111,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,99,124,124,110,40,49,50,49,41,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,53,51,41,44,111,61,110,46,110,40,105,41,59,102,111,114,40,118,97,114,32,97,32,105,110,32,105,41,34,100,101,102,97,117,108,116,34,33,61,61,97,38,38,102,117,110,99,116,105,111,110,40,116,41,123,110,46,100,40,101,44,116,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,91,116,93,125,41,41,125,40,97,41,59,118,97,114,32,115,61,110,40,49,51,52,41,44,99,61,33,49,44,117,61,110,40,50,41,44,108,61,114,44,102,61,117,40,111,46,97,44,115,46,97,44,33,49,44,108,44,110,117,108,108,44,110,117,108,108,41,59,102,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,80,104,111,116,111,115,104,111,112,46,118,117,101,34,44,101,46,100,101,102,97,117,108,116,61,102,46,101,120,112,111,114,116,115,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,50,50,41,59,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,114,38,38,40,114,61,91,91,116,46,105,44,114,44,34,34,93,93,41,44,114,46,108,111,99,97,108,115,38,38,40,116,46,101,120,112,111,114,116,115,61,114,46,108,111,99,97,108,115,41,44,110,40,49,41,40,34,48,56,48,51,54,53,100,52,34,44,114,44,33,49,44,123,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,61,116,46,101,120,112,111,114,116,115,61,110,40,48,41,40,33,49,41,44,101,46,112,117,115,104,40,91,116,46,105,44,39,92,110,46,118,99,45,112,104,111,116,111,115,104,111,112,32,123,92,110,32,32,98,97,99,107,103,114,111,117,110,100,58,32,35,68,67,68,67,68,67,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,52,112,120,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,48,32,48,32,48,32,49,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,50,53,41,44,32,48,32,56,112,120,32,49,54,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,49,53,41,59,92,110,32,32,98,111,120,45,115,105,122,105,110,103,58,32,105,110,105,116,105,97,108,59,92,110,32,32,119,105,100,116,104,58,32,53,49,51,112,120,59,92,110,32,32,102,111,110,116,45,102,97,109,105,108,121,58,32,82,111,98,111,116,111,59,92,110,125,92,110,46,118,99,45,112,104,111,116,111,115,104,111,112,95,95,100,105,115,97,98,108,101,45,102,105,101,108,100,115,32,123,92,110,32,32,119,105,100,116,104,58,32,51,57,48,112,120,59,92,110,125,92,110,46,118,99,45,112,115,45,104,101,97,100,32,123,92,110,32,32,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,32,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,45,49,56,48,100,101,103,44,32,35,70,48,70,48,70,48,32,48,37,44,32,35,68,52,68,52,68,52,32,49,48,48,37,41,59,92,110,32,32,98,111,114,100,101,114,45,98,111,116,116,111,109,58,32,49,112,120,32,115,111,108,105,100,32,35,66,49,66,49,66,49,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,105,110,115,101,116,32,48,32,49,112,120,32,48,32,48,32,114,103,98,97,40,50,53,53,44,50,53,53,44,50,53,53,44,46,50,41,44,32,105,110,115,101,116,32,48,32,45,49,112,120,32,48,32,48,32,114,103,98,97,40,48,44,48,44,48,44,46,48,50,41,59,92,110,32,32,104,101,105,103,104,116,58,32,50,51,112,120,59,92,110,32,32,108,105,110,101,45,104,101,105,103,104,116,58,32,50,52,112,120,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,52,112,120,32,52,112,120,32,48,32,48,59,92,110,32,32,102,111,110,116,45,115,105,122,101,58,32,49,51,112,120,59,92,110,32,32,99,111,108,111,114,58,32,35,52,68,52,68,52,68,59,92,110,32,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,92,110,125,92,110,46,118,99,45,112,115,45,98,111,100,121,32,123,92,110,32,32,112,97,100,100,105,110,103,58,32,49,53,112,120,59,92,110,32,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,92,110,125,92,110,46,118,99,45,112,115,45,115,97,116,117,114,97,116,105,111,110,45,119,114,97,112,32,123,92,110,32,32,119,105,100,116,104,58,32,50,53,54,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,50,53,54,112,120,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,98,111,114,100,101,114,58,32,50,112,120,32,115,111,108,105,100,32,35,66,51,66,51,66,51,59,92,110,32,32,98,111,114,100,101,114,45,98,111,116,116,111,109,58,32,50,112,120,32,115,111,108,105,100,32,35,70,48,70,48,70,48,59,92,110,32,32,111,118,101,114,102,108,111,119,58,32,104,105,100,100,101,110,59,92,110,125,92,110,46,118,99,45,112,115,45,115,97,116,117,114,97,116,105,111,110,45,119,114,97,112,32,46,118,99,45,115,97,116,117,114,97,116,105,111,110,45,99,105,114,99,108,101,32,123,92,110,32,32,119,105,100,116,104,58,32,49,50,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,49,50,112,120,59,92,110,125,92,110,46,118,99,45,112,115,45,104,117,101,45,119,114,97,112,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,104,101,105,103,104,116,58,32,50,53,54,112,120,59,92,110,32,32,119,105,100,116,104,58,32,49,57,112,120,59,92,110,32,32,109,97,114,103,105,110,45,108,101,102,116,58,32,49,48,112,120,59,92,110,32,32,98,111,114,100,101,114,58,32,50,112,120,32,115,111,108,105,100,32,35,66,51,66,51,66,51,59,92,110,32,32,98,111,114,100,101,114,45,98,111,116,116,111,109,58,32,50,112,120,32,115,111,108,105,100,32,35,70,48,70,48,70,48,59,92,110,125,92,110,46,118,99,45,112,115,45,104,117,101,45,112,111,105,110,116,101,114,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,125,92,110,46,118,99,45,112,115,45,104,117,101,45,112,111,105,110,116,101,114,45,45,108,101,102,116,44,92,110,46,118,99,45,112,115,45,104,117,101,45,112,111,105,110,116,101,114,45,45,114,105,103,104,116,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,32,32,119,105,100,116,104,58,32,48,59,92,110,32,32,104,101,105,103,104,116,58,32,48,59,92,110,32,32,98,111,114,100,101,114,45,115,116,121,108,101,58,32,115,111,108,105,100,59,92,110,32,32,98,111,114,100,101,114,45,119,105,100,116,104,58,32,53,112,120,32,48,32,53,112,120,32,56,112,120,59,92,110,32,32,98,111,114,100,101,114,45,99,111,108,111,114,58,32,116,114,97,110,115,112,97,114,101,110,116,32,116,114,97,110,115,112,97,114,101,110,116,32,116,114,97,110,115,112,97,114,101,110,116,32,35,53,53,53,59,92,110,125,92,110,46,118,99,45,112,115,45,104,117,101,45,112,111,105,110,116,101,114,45,45,108,101,102,116,58,97,102,116,101,114,44,92,110,46,118,99,45,112,115,45,104,117,101,45,112,111,105,110,116,101,114,45,45,114,105,103,104,116,58,97,102,116,101,114,32,123,92,110,32,32,99,111,110,116,101,110,116,58,32,34,34,59,92,110,32,32,119,105,100,116,104,58,32,48,59,92,110,32,32,104,101,105,103,104,116,58,32,48,59,92,110,32,32,98,111,114,100,101,114,45,115,116,121,108,101,58,32,115,111,108,105,100,59,92,110,32,32,98,111,114,100,101,114,45,119,105,100,116,104,58,32,52,112,120,32,48,32,52,112,120,32,54,112,120,59,92,110,32,32,98,111,114,100,101,114,45,99,111,108,111,114,58,32,116,114,97,110,115,112,97,114,101,110,116,32,116,114,97,110,115,112,97,114,101,110,116,32,116,114,97,110,115,112,97,114,101,110,116,32,35,102,102,102,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,32,32,116,111,112,58,32,49,112,120,59,92,110,32,32,108,101,102,116,58,32,49,112,120,59,92,110,32,32,116,114,97,110,115,102,111,114,109,58,32,116,114,97,110,115,108,97,116,101,40,45,56,112,120,44,32,45,53,112,120,41,59,92,110,125,92,110,46,118,99,45,112,115,45,104,117,101,45,112,111,105,110,116,101,114,45,45,108,101,102,116,32,123,92,110,32,32,116,114,97,110,115,102,111,114,109,58,32,116,114,97,110,115,108,97,116,101,40,45,49,51,112,120,44,32,45,52,112,120,41,59,92,110,125,92,110,46,118,99,45,112,115,45,104,117,101,45,112,111,105,110,116,101,114,45,45,114,105,103,104,116,32,123,92,110,32,32,116,114,97,110,115,102,111,114,109,58,32,116,114,97,110,115,108,97,116,101,40,50,48,112,120,44,32,45,52,112,120,41,32,114,111,116,97,116,101,40,49,56,48,100,101,103,41,59,92,110,125,92,110,46,118,99,45,112,115,45,99,111,110,116,114,111,108,115,32,123,92,110,32,32,119,105,100,116,104,58,32,49,56,48,112,120,59,92,110,32,32,109,97,114,103,105,110,45,108,101,102,116,58,32,49,48,112,120,59,92,110,32,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,92,110,125,92,110,46,118,99,45,112,115,45,99,111,110,116,114,111,108,115,95,95,100,105,115,97,98,108,101,45,102,105,101,108,100,115,32,123,92,110,32,32,119,105,100,116,104,58,32,97,117,116,111,59,92,110,125,92,110,46,118,99,45,112,115,45,97,99,116,105,111,110,115,32,123,92,110,32,32,109,97,114,103,105,110,45,108,101,102,116,58,32,50,48,112,120,59,92,110,32,32,102,108,101,120,58,32,49,59,92,110,125,92,110,46,118,99,45,112,115,45,97,99,45,98,116,110,32,123,92,110,32,32,99,117,114,115,111,114,58,32,112,111,105,110,116,101,114,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,58,32,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,45,49,56,48,100,101,103,44,32,35,70,70,70,70,70,70,32,48,37,44,32,35,69,54,69,54,69,54,32,49,48,48,37,41,59,92,110,32,32,98,111,114,100,101,114,58,32,49,112,120,32,115,111,108,105,100,32,35,56,55,56,55,56,55,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,50,48,112,120,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,48,32,49,112,120,32,48,32,48,32,35,69,65,69,65,69,65,59,92,110,32,32,102,111,110,116,45,115,105,122,101,58,32,49,52,112,120,59,92,110,32,32,99,111,108,111,114,58,32,35,48,48,48,59,92,110,32,32,108,105,110,101,45,104,101,105,103,104,116,58,32,50,48,112,120,59,92,110,32,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,92,110,32,32,109,97,114,103,105,110,45,98,111,116,116,111,109,58,32,49,48,112,120,59,92,110,125,92,110,46,118,99,45,112,115,45,112,114,101,118,105,101,119,115,32,123,92,110,32,32,119,105,100,116,104,58,32,54,48,112,120,59,92,110,125,92,110,46,118,99,45,112,115,45,112,114,101,118,105,101,119,115,95,95,115,119,97,116,99,104,101,115,32,123,92,110,32,32,98,111,114,100,101,114,58,32,49,112,120,32,115,111,108,105,100,32,35,66,51,66,51,66,51,59,92,110,32,32,98,111,114,100,101,114,45,98,111,116,116,111,109,58,32,49,112,120,32,115,111,108,105,100,32,35,70,48,70,48,70,48,59,92,110,32,32,109,97,114,103,105,110,45,98,111,116,116,111,109,58,32,50,112,120,59,92,110,32,32,109,97,114,103,105,110,45,116,111,112,58,32,49,112,120,59,92,110,125,92,110,46,118,99,45,112,115,45,112,114,101,118,105,101,119,115,95,95,112,114,45,99,111,108,111,114,32,123,92,110,32,32,104,101,105,103,104,116,58,32,51,52,112,120,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,105,110,115,101,116,32,49,112,120,32,48,32,48,32,35,48,48,48,44,32,105,110,115,101,116,32,45,49,112,120,32,48,32,48,32,35,48,48,48,44,32,105,110,115,101,116,32,48,32,49,112,120,32,48,32,35,48,48,48,59,92,110,125,92,110,46,118,99,45,112,115,45,112,114,101,118,105,101,119,115,95,95,108,97,98,101,108,32,123,92,110,32,32,102,111,110,116,45,115,105,122,101,58,32,49,52,112,120,59,92,110,32,32,99,111,108,111,114,58,32,35,48,48,48,59,92,110,32,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,92,110,125,92,110,46,118,99,45,112,115,45,102,105,101,108,100,115,32,123,92,110,32,32,112,97,100,100,105,110,103,45,116,111,112,58,32,53,112,120,59,92,110,32,32,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,32,57,112,120,59,92,110,32,32,119,105,100,116,104,58,32,56,48,112,120,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,125,92,110,46,118,99,45,112,115,45,102,105,101,108,100,115,32,46,118,99,45,105,110,112,117,116,95,95,105,110,112,117,116,32,123,92,110,32,32,109,97,114,103,105,110,45,108,101,102,116,58,32,52,48,37,59,92,110,32,32,119,105,100,116,104,58,32,52,48,37,59,92,110,32,32,104,101,105,103,104,116,58,32,49,56,112,120,59,92,110,32,32,98,111,114,100,101,114,58,32,49,112,120,32,115,111,108,105,100,32,35,56,56,56,56,56,56,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,105,110,115,101,116,32,48,32,49,112,120,32,49,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,49,41,44,32,48,32,49,112,120,32,48,32,48,32,35,69,67,69,67,69,67,59,92,110,32,32,109,97,114,103,105,110,45,98,111,116,116,111,109,58,32,53,112,120,59,92,110,32,32,102,111,110,116,45,115,105,122,101,58,32,49,51,112,120,59,92,110,32,32,112,97,100,100,105,110,103,45,108,101,102,116,58,32,51,112,120,59,92,110,32,32,109,97,114,103,105,110,45,114,105,103,104,116,58,32,49,48,112,120,59,92,110,125,92,110,46,118,99,45,112,115,45,102,105,101,108,100,115,32,46,118,99,45,105,110,112,117,116,95,95,108,97,98,101,108,44,32,46,118,99,45,112,115,45,102,105,101,108,100,115,32,46,118,99,45,105,110,112,117,116,95,95,100,101,115,99,32,123,92,110,32,32,116,111,112,58,32,48,59,92,110,32,32,116,101,120,116,45,116,114,97,110,115,102,111,114,109,58,32,117,112,112,101,114,99,97,115,101,59,92,110,32,32,102,111,110,116,45,115,105,122,101,58,32,49,51,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,49,56,112,120,59,92,110,32,32,108,105,110,101,45,104,101,105,103,104,116,58,32,50,50,112,120,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,125,92,110,46,118,99,45,112,115,45,102,105,101,108,100,115,32,46,118,99,45,105,110,112,117,116,95,95,108,97,98,101,108,32,123,92,110,32,32,108,101,102,116,58,32,48,59,92,110,32,32,119,105,100,116,104,58,32,51,52,112,120,59,92,110,125,92,110,46,118,99,45,112,115,45,102,105,101,108,100,115,32,46,118,99,45,105,110,112,117,116,95,95,100,101,115,99,32,123,92,110,32,32,114,105,103,104,116,58,32,48,59,92,110,32,32,119,105,100,116,104,58,32,48,59,92,110,125,92,110,46,118,99,45,112,115,45,102,105,101,108,100,115,95,95,100,105,118,105,100,101,114,32,123,92,110,32,32,104,101,105,103,104,116,58,32,53,112,120,59,92,110,125,92,110,46,118,99,45,112,115,45,102,105,101,108,100,115,95,95,104,101,120,32,46,118,99,45,105,110,112,117,116,95,95,105,110,112,117,116,32,123,92,110,32,32,109,97,114,103,105,110,45,108,101,102,116,58,32,50,48,37,59,92,110,32,32,119,105,100,116,104,58,32,56,48,37,59,92,110,32,32,104,101,105,103,104,116,58,32,49,56,112,120,59,92,110,32,32,98,111,114,100,101,114,58,32,49,112,120,32,115,111,108,105,100,32,35,56,56,56,56,56,56,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,105,110,115,101,116,32,48,32,49,112,120,32,49,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,49,41,44,32,48,32,49,112,120,32,48,32,48,32,35,69,67,69,67,69,67,59,92,110,32,32,109,97,114,103,105,110,45,98,111,116,116,111,109,58,32,54,112,120,59,92,110,32,32,102,111,110,116,45,115,105,122,101,58,32,49,51,112,120,59,92,110,32,32,112,97,100,100,105,110,103,45,108,101,102,116,58,32,51,112,120,59,92,110,125,92,110,46,118,99,45,112,115,45,102,105,101,108,100,115,95,95,104,101,120,32,46,118,99,45,105,110,112,117,116,95,95,108,97,98,101,108,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,32,32,116,111,112,58,32,48,59,92,110,32,32,108,101,102,116,58,32,48,59,92,110,32,32,119,105,100,116,104,58,32,49,52,112,120,59,92,110,32,32,116,101,120,116,45,116,114,97,110,115,102,111,114,109,58,32,117,112,112,101,114,99,97,115,101,59,92,110,32,32,102,111,110,116,45,115,105,122,101,58,32,49,51,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,49,56,112,120,59,92,110,32,32,108,105,110,101,45,104,101,105,103,104,116,58,32,50,50,112,120,59,92,110,125,92,110,39,44,34,34,93,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,50,52,41,59,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,114,38,38,40,114,61,91,91,116,46,105,44,114,44,34,34,93,93,41,44,114,46,108,111,99,97,108,115,38,38,40,116,46,101,120,112,111,114,116,115,61,114,46,108,111,99,97,108,115,41,44,110,40,49,41,40,34,98,53,51,56,48,101,53,50,34,44,114,44,33,49,44,123,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,61,116,46,101,120,112,111,114,116,115,61,110,40,48,41,40,33,49,41,44,101,46,112,117,115,104,40,91,116,46,105,44,34,92,110,46,118,99,45,115,97,116,117,114,97,116,105,111,110,44,92,110,46,118,99,45,115,97,116,117,114,97,116,105,111,110,45,45,119,104,105,116,101,44,92,110,46,118,99,45,115,97,116,117,114,97,116,105,111,110,45,45,98,108,97,99,107,32,123,92,110,32,32,99,117,114,115,111,114,58,32,112,111,105,110,116,101,114,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,32,32,116,111,112,58,32,48,59,92,110,32,32,108,101,102,116,58,32,48,59,92,110,32,32,114,105,103,104,116,58,32,48,59,92,110,32,32,98,111,116,116,111,109,58,32,48,59,92,110,125,92,110,46,118,99,45,115,97,116,117,114,97,116,105,111,110,45,45,119,104,105,116,101,32,123,92,110,32,32,98,97,99,107,103,114,111,117,110,100,58,32,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,116,111,32,114,105,103,104,116,44,32,35,102,102,102,44,32,114,103,98,97,40,50,53,53,44,50,53,53,44,50,53,53,44,48,41,41,59,92,110,125,92,110,46,118,99,45,115,97,116,117,114,97,116,105,111,110,45,45,98,108,97,99,107,32,123,92,110,32,32,98,97,99,107,103,114,111,117,110,100,58,32,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,116,111,32,116,111,112,44,32,35,48,48,48,44,32,114,103,98,97,40,48,44,48,44,48,44,48,41,41,59,92,110,125,92,110,46,118,99,45,115,97,116,117,114,97,116,105,111,110,45,112,111,105,110,116,101,114,32,123,92,110,32,32,99,117,114,115,111,114,58,32,112,111,105,110,116,101,114,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,125,92,110,46,118,99,45,115,97,116,117,114,97,116,105,111,110,45,99,105,114,99,108,101,32,123,92,110,32,32,99,117,114,115,111,114,58,32,104,101,97,100,59,92,110,32,32,119,105,100,116,104,58,32,52,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,52,112,120,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,48,32,48,32,48,32,49,46,53,112,120,32,35,102,102,102,44,32,105,110,115,101,116,32,48,32,48,32,49,112,120,32,49,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,51,41,44,32,48,32,48,32,49,112,120,32,50,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,52,41,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,53,48,37,59,92,110,32,32,116,114,97,110,115,102,111,114,109,58,32,116,114,97,110,115,108,97,116,101,40,45,50,112,120,44,32,45,50,112,120,41,59,92,110,125,92,110,34,44,34,34,93,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,117,110,99,116,105,111,110,32,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,60,110,63,116,60,101,63,101,58,116,62,110,63,110,58,116,58,116,60,110,63,110,58,116,62,101,63,101,58,116,125,116,46,101,120,112,111,114,116,115,61,110,125,44,102,117,110,99,116,105,111,110,40,116,44,110,41,123,102,117,110,99,116,105,111,110,32,114,40,116,44,101,44,110,41,123,102,117,110,99,116,105,111,110,32,114,40,101,41,123,118,97,114,32,110,61,118,44,114,61,103,59,114,101,116,117,114,110,32,118,61,103,61,118,111,105,100,32,48,44,95,61,101,44,98,61,116,46,97,112,112,108,121,40,114,44,110,41,125,102,117,110,99,116,105,111,110,32,105,40,116,41,123,114,101,116,117,114,110,32,95,61,116,44,121,61,115,101,116,84,105,109,101,111,117,116,40,108,44,101,41,44,107,63,114,40,116,41,58,98,125,102,117,110,99,116,105,111,110,32,97,40,116,41,123,118,97,114,32,110,61,116,45,119,44,114,61,116,45,95,44,105,61,101,45,110,59,114,101,116,117,114,110,32,67,63,79,40,105,44,109,45,114,41,58,105,125,102,117,110,99,116,105,111,110,32,115,40,116,41,123,118,97,114,32,110,61,116,45,119,44,114,61,116,45,95,59,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,119,124,124,110,62,61,101,124,124,110,60,48,124,124,67,38,38,114,62,61,109,125,102,117,110,99,116,105,111,110,32,108,40,41,123,118,97,114,32,116,61,83,40,41,59,105,102,40,115,40,116,41,41,114,101,116,117,114,110,32,102,40,116,41,59,121,61,115,101,116,84,105,109,101,111,117,116,40,108,44,97,40,116,41,41,125,102,117,110,99,116,105,111,110,32,102,40,116,41,123,114,101,116,117,114,110,32,121,61,118,111,105,100,32,48,44,80,38,38,118,63,114,40,116,41,58,40,118,61,103,61,118,111,105,100,32,48,44,98,41,125,102,117,110,99,116,105,111,110,32,104,40,41,123,118,111,105,100,32,48,33,61,61,121,38,38,99,108,101,97,114,84,105,109,101,111,117,116,40,121,41,44,95,61,48,44,118,61,119,61,103,61,121,61,118,111,105,100,32,48,125,102,117,110,99,116,105,111,110,32,100,40,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,121,63,98,58,102,40,83,40,41,41,125,102,117,110,99,116,105,111,110,32,112,40,41,123,118,97,114,32,116,61,83,40,41,44,110,61,115,40,116,41,59,105,102,40,118,61,97,114,103,117,109,101,110,116,115,44,103,61,116,104,105,115,44,119,61,116,44,110,41,123,105,102,40,118,111,105,100,32,48,61,61,61,121,41,114,101,116,117,114,110,32,105,40,119,41,59,105,102,40,67,41,114,101,116,117,114,110,32,121,61,115,101,116,84,105,109,101,111,117,116,40,108,44,101,41,44,114,40,119,41,125,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,121,38,38,40,121,61,115,101,116,84,105,109,101,111,117,116,40,108,44,101,41,41,44,98,125,118,97,114,32,118,44,103,44,109,44,98,44,121,44,119,44,95,61,48,44,107,61,33,49,44,67,61,33,49,44,80,61,33,48,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,117,41,59,114,101,116,117,114,110,32,101,61,99,40,101,41,124,124,48,44,111,40,110,41,38,38,40,107,61,33,33,110,46,108,101,97,100,105,110,103,44,67,61,34,109,97,120,87,97,105,116,34,105,110,32,110,44,109,61,67,63,120,40,99,40,110,46,109,97,120,87,97,105,116,41,124,124,48,44,101,41,58,109,44,80,61,34,116,114,97,105,108,105,110,103,34,105,110,32,110,63,33,33,110,46,116,114,97,105,108,105,110,103,58,80,41,44,112,46,99,97,110,99,101,108,61,104,44,112,46,102,108,117,115,104,61,100,44,112,125,102,117,110,99,116,105,111,110,32,105,40,116,44,101,44,110,41,123,118,97,114,32,105,61,33,48,44,97,61,33,48,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,117,41,59,114,101,116,117,114,110,32,111,40,110,41,38,38,40,105,61,34,108,101,97,100,105,110,103,34,105,110,32,110,63,33,33,110,46,108,101,97,100,105,110,103,58,105,44,97,61,34,116,114,97,105,108,105,110,103,34,105,110,32,110,63,33,33,110,46,116,114,97,105,108,105,110,103,58,97,41,44,114,40,116,44,101,44,123,108,101,97,100,105,110,103,58,105,44,109,97,120,87,97,105,116,58,101,44,116,114,97,105,108,105,110,103,58,97,125,41,125,102,117,110,99,116,105,111,110,32,111,40,116,41,123,118,97,114,32,101,61,116,121,112,101,111,102,32,116,59,114,101,116,117,114,110,33,33,116,38,38,40,34,111,98,106,101,99,116,34,61,61,101,124,124,34,102,117,110,99,116,105,111,110,34,61,61,101,41,125,102,117,110,99,116,105,111,110,32,97,40,116,41,123,114,101,116,117,114,110,33,33,116,38,38,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,116,125,102,117,110,99,116,105,111,110,32,115,40,116,41,123,114,101,116,117,114,110,34,115,121,109,98,111,108,34,61,61,116,121,112,101,111,102,32,116,124,124,97,40,116,41,38,38,95,46,99,97,108,108,40,116,41,61,61,102,125,102,117,110,99,116,105,111,110,32,99,40,116,41,123,105,102,40,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,116,59,105,102,40,115,40,116,41,41,114,101,116,117,114,110,32,108,59,105,102,40,111,40,116,41,41,123,118,97,114,32,101,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,46,118,97,108,117,101,79,102,63,116,46,118,97,108,117,101,79,102,40,41,58,116,59,116,61,111,40,101,41,63,101,43,34,34,58,101,125,105,102,40,34,115,116,114,105,110,103,34,33,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,48,61,61,61,116,63,116,58,43,116,59,116,61,116,46,114,101,112,108,97,99,101,40,104,44,34,34,41,59,118,97,114,32,110,61,112,46,116,101,115,116,40,116,41,59,114,101,116,117,114,110,32,110,124,124,118,46,116,101,115,116,40,116,41,63,103,40,116,46,115,108,105,99,101,40,50,41,44,110,63,50,58,56,41,58,100,46,116,101,115,116,40,116,41,63,108,58,43,116,125,118,97,114,32,117,61,34,69,120,112,101,99,116,101,100,32,97,32,102,117,110,99,116,105,111,110,34,44,108,61,78,97,78,44,102,61,34,91,111,98,106,101,99,116,32,83,121,109,98,111,108,93,34,44,104,61,47,94,92,115,43,124,92,115,43,36,47,103,44,100,61,47,94,91,45,43,93,48,120,91,48,45,57,97,45,102,93,43,36,47,105,44,112,61,47,94,48,98,91,48,49,93,43,36,47,105,44,118,61,47,94,48,111,91,48,45,55,93,43,36,47,105,44,103,61,112,97,114,115,101,73,110,116,44,109,61,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,101,38,38,101,38,38,101,46,79,98,106,101,99,116,61,61,61,79,98,106,101,99,116,38,38,101,44,98,61,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,115,101,108,102,38,38,115,101,108,102,38,38,115,101,108,102,46,79,98,106,101,99,116,61,61,61,79,98,106,101,99,116,38,38,115,101,108,102,44,121,61,109,124,124,98,124,124,70,117,110,99,116,105,111,110,40,34,114,101,116,117,114,110,32,116,104,105,115,34,41,40,41,44,119,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,44,95,61,119,46,116,111,83,116,114,105,110,103,44,120,61,77,97,116,104,46,109,97,120,44,79,61,77,97,116,104,46,109,105,110,44,83,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,121,46,68,97,116,101,46,110,111,119,40,41,125,59,116,46,101,120,112,111,114,116,115,61,105,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,114,101,102,58,34,99,111,110,116,97,105,110,101,114,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,97,116,117,114,97,116,105,111,110,34,44,115,116,121,108,101,58,123,98,97,99,107,103,114,111,117,110,100,58,116,46,98,103,67,111,108,111,114,125,44,111,110,58,123,109,111,117,115,101,100,111,119,110,58,116,46,104,97,110,100,108,101,77,111,117,115,101,68,111,119,110,44,116,111,117,99,104,109,111,118,101,58,116,46,104,97,110,100,108,101,67,104,97,110,103,101,44,116,111,117,99,104,115,116,97,114,116,58,116,46,104,97,110,100,108,101,67,104,97,110,103,101,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,97,116,117,114,97,116,105,111,110,45,45,119,104,105,116,101,34,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,97,116,117,114,97,116,105,111,110,45,45,98,108,97,99,107,34,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,97,116,117,114,97,116,105,111,110,45,112,111,105,110,116,101,114,34,44,115,116,121,108,101,58,123,116,111,112,58,116,46,112,111,105,110,116,101,114,84,111,112,44,108,101,102,116,58,116,46,112,111,105,110,116,101,114,76,101,102,116,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,97,116,117,114,97,116,105,111,110,45,99,105,114,99,108,101,34,125,41,93,41,93,41,125,44,105,61,91,93,59,114,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,111,61,123,114,101,110,100,101,114,58,114,44,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,58,105,125,59,101,46,97,61,111,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,50,57,41,59,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,114,38,38,40,114,61,91,91,116,46,105,44,114,44,34,34,93,93,41,44,114,46,108,111,99,97,108,115,38,38,40,116,46,101,120,112,111,114,116,115,61,114,46,108,111,99,97,108,115,41,44,110,40,49,41,40,34,52,100,99,49,98,48,56,54,34,44,114,44,33,49,44,123,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,61,116,46,101,120,112,111,114,116,115,61,110,40,48,41,40,33,49,41,44,101,46,112,117,115,104,40,91,116,46,105,44,34,92,110,46,118,99,45,97,108,112,104,97,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,32,32,116,111,112,58,32,48,112,120,59,92,110,32,32,114,105,103,104,116,58,32,48,112,120,59,92,110,32,32,98,111,116,116,111,109,58,32,48,112,120,59,92,110,32,32,108,101,102,116,58,32,48,112,120,59,92,110,125,92,110,46,118,99,45,97,108,112,104,97,45,99,104,101,99,107,98,111,97,114,100,45,119,114,97,112,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,32,32,116,111,112,58,32,48,112,120,59,92,110,32,32,114,105,103,104,116,58,32,48,112,120,59,92,110,32,32,98,111,116,116,111,109,58,32,48,112,120,59,92,110,32,32,108,101,102,116,58,32,48,112,120,59,92,110,32,32,111,118,101,114,102,108,111,119,58,32,104,105,100,100,101,110,59,92,110,125,92,110,46,118,99,45,97,108,112,104,97,45,103,114,97,100,105,101,110,116,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,32,32,116,111,112,58,32,48,112,120,59,92,110,32,32,114,105,103,104,116,58,32,48,112,120,59,92,110,32,32,98,111,116,116,111,109,58,32,48,112,120,59,92,110,32,32,108,101,102,116,58,32,48,112,120,59,92,110,125,92,110,46,118,99,45,97,108,112,104,97,45,99,111,110,116,97,105,110,101,114,32,123,92,110,32,32,99,117,114,115,111,114,58,32,112,111,105,110,116,101,114,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,122,45,105,110,100,101,120,58,32,50,59,92,110,32,32,104,101,105,103,104,116,58,32,49,48,48,37,59,92,110,32,32,109,97,114,103,105,110,58,32,48,32,51,112,120,59,92,110,125,92,110,46,118,99,45,97,108,112,104,97,45,112,111,105,110,116,101,114,32,123,92,110,32,32,122,45,105,110,100,101,120,58,32,50,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,125,92,110,46,118,99,45,97,108,112,104,97,45,112,105,99,107,101,114,32,123,92,110,32,32,99,117,114,115,111,114,58,32,112,111,105,110,116,101,114,59,92,110,32,32,119,105,100,116,104,58,32,52,112,120,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,49,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,56,112,120,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,48,32,48,32,50,112,120,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,46,54,41,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,58,32,35,102,102,102,59,92,110,32,32,109,97,114,103,105,110,45,116,111,112,58,32,49,112,120,59,92,110,32,32,116,114,97,110,115,102,111,114,109,58,32,116,114,97,110,115,108,97,116,101,88,40,45,50,112,120,41,59,92,110,125,92,110,34,44,34,34,93,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,51,49,41,59,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,114,38,38,40,114,61,91,91,116,46,105,44,114,44,34,34,93,93,41,44,114,46,108,111,99,97,108,115,38,38,40,116,46,101,120,112,111,114,116,115,61,114,46,108,111,99,97,108,115,41,44,110,40,49,41,40,34,55,101,49,53,99,48,53,98,34,44,114,44,33,49,44,123,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,61,116,46,101,120,112,111,114,116,115,61,110,40,48,41,40,33,49,41,44,101,46,112,117,115,104,40,91,116,46,105,44,34,92,110,46,118,99,45,99,104,101,99,107,101,114,98,111,97,114,100,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,32,32,116,111,112,58,32,48,112,120,59,92,110,32,32,114,105,103,104,116,58,32,48,112,120,59,92,110,32,32,98,111,116,116,111,109,58,32,48,112,120,59,92,110,32,32,108,101,102,116,58,32,48,112,120,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,45,115,105,122,101,58,32,99,111,110,116,97,105,110,59,92,110,125,92,110,34,44,34,34,93,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,59,114,101,116,117,114,110,40,116,46,95,115,101,108,102,46,95,99,124,124,101,41,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,101,99,107,101,114,98,111,97,114,100,34,44,115,116,121,108,101,58,116,46,98,103,83,116,121,108,101,125,41,125,44,105,61,91,93,59,114,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,111,61,123,114,101,110,100,101,114,58,114,44,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,58,105,125,59,101,46,97,61,111,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,97,108,112,104,97,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,97,108,112,104,97,45,99,104,101,99,107,98,111,97,114,100,45,119,114,97,112,34,125,44,91,110,40,34,99,104,101,99,107,98,111,97,114,100,34,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,97,108,112,104,97,45,103,114,97,100,105,101,110,116,34,44,115,116,121,108,101,58,123,98,97,99,107,103,114,111,117,110,100,58,116,46,103,114,97,100,105,101,110,116,67,111,108,111,114,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,114,101,102,58,34,99,111,110,116,97,105,110,101,114,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,97,108,112,104,97,45,99,111,110,116,97,105,110,101,114,34,44,111,110,58,123,109,111,117,115,101,100,111,119,110,58,116,46,104,97,110,100,108,101,77,111,117,115,101,68,111,119,110,44,116,111,117,99,104,109,111,118,101,58,116,46,104,97,110,100,108,101,67,104,97,110,103,101,44,116,111,117,99,104,115,116,97,114,116,58,116,46,104,97,110,100,108,101,67,104,97,110,103,101,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,97,108,112,104,97,45,112,111,105,110,116,101,114,34,44,115,116,121,108,101,58,123,108,101,102,116,58,49,48,48,42,116,46,99,111,108,111,114,115,46,97,43,34,37,34,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,97,108,112,104,97,45,112,105,99,107,101,114,34,125,41,93,41,93,41,93,41,125,44,105,61,91,93,59,114,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,111,61,123,114,101,110,100,101,114,58,114,44,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,58,105,125,59,101,46,97,61,111,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,99,108,97,115,115,58,91,34,118,99,45,112,104,111,116,111,115,104,111,112,34,44,116,46,100,105,115,97,98,108,101,70,105,101,108,100,115,63,34,118,99,45,112,104,111,116,111,115,104,111,112,95,95,100,105,115,97,98,108,101,45,102,105,101,108,100,115,34,58,34,34,93,44,97,116,116,114,115,58,123,114,111,108,101,58,34,97,112,112,108,105,99,97,116,105,111,110,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,34,80,104,111,116,111,83,104,111,112,32,99,111,108,111,114,32,112,105,99,107,101,114,34,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,104,101,97,100,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,104,101,97,100,105,110,103,34,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,104,101,97,100,41,41,93,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,98,111,100,121,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,115,97,116,117,114,97,116,105,111,110,45,119,114,97,112,34,125,44,91,110,40,34,115,97,116,117,114,97,116,105,111,110,34,44,123,111,110,58,123,99,104,97,110,103,101,58,116,46,99,104,105,108,100,67,104,97,110,103,101,125,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,99,111,108,111,114,115,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,99,111,108,111,114,115,61,101,125,44,101,120,112,114,101,115,115,105,111,110,58,34,99,111,108,111,114,115,34,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,104,117,101,45,119,114,97,112,34,125,44,91,110,40,34,104,117,101,34,44,123,97,116,116,114,115,58,123,100,105,114,101,99,116,105,111,110,58,34,118,101,114,116,105,99,97,108,34,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,99,104,105,108,100,67,104,97,110,103,101,125,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,99,111,108,111,114,115,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,99,111,108,111,114,115,61,101,125,44,101,120,112,114,101,115,115,105,111,110,58,34,99,111,108,111,114,115,34,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,104,117,101,45,112,111,105,110,116,101,114,34,125,44,91,110,40,34,105,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,104,117,101,45,112,111,105,110,116,101,114,45,45,108,101,102,116,34,125,41,44,110,40,34,105,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,104,117,101,45,112,111,105,110,116,101,114,45,45,114,105,103,104,116,34,125,41,93,41,93,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,99,108,97,115,115,58,91,34,118,99,45,112,115,45,99,111,110,116,114,111,108,115,34,44,116,46,100,105,115,97,98,108,101,70,105,101,108,100,115,63,34,118,99,45,112,115,45,99,111,110,116,114,111,108,115,95,95,100,105,115,97,98,108,101,45,102,105,101,108,100,115,34,58,34,34,93,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,112,114,101,118,105,101,119,115,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,112,114,101,118,105,101,119,115,95,95,108,97,98,101,108,34,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,110,101,119,76,97,98,101,108,41,41,93,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,112,114,101,118,105,101,119,115,95,95,115,119,97,116,99,104,101,115,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,112,114,101,118,105,101,119,115,95,95,112,114,45,99,111,108,111,114,34,44,115,116,121,108,101,58,123,98,97,99,107,103,114,111,117,110,100,58,116,46,99,111,108,111,114,115,46,104,101,120,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,108,97,98,101,108,34,58,34,78,101,119,32,99,111,108,111,114,32,105,115,32,34,43,116,46,99,111,108,111,114,115,46,104,101,120,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,112,114,101,118,105,101,119,115,95,95,112,114,45,99,111,108,111,114,34,44,115,116,121,108,101,58,123,98,97,99,107,103,114,111,117,110,100,58,116,46,99,117,114,114,101,110,116,67,111,108,111,114,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,108,97,98,101,108,34,58,34,67,117,114,114,101,110,116,32,99,111,108,111,114,32,105,115,32,34,43,116,46,99,117,114,114,101,110,116,67,111,108,111,114,125,44,111,110,58,123,99,108,105,99,107,58,116,46,99,108,105,99,107,67,117,114,114,101,110,116,67,111,108,111,114,125,125,41,93,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,112,114,101,118,105,101,119,115,95,95,108,97,98,101,108,34,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,99,117,114,114,101,110,116,76,97,98,101,108,41,41,93,41,93,41,44,116,46,95,118,40,34,32,34,41,44,116,46,100,105,115,97,98,108,101,70,105,101,108,100,115,63,116,46,95,101,40,41,58,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,97,99,116,105,111,110,115,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,97,99,45,98,116,110,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,98,117,116,116,111,110,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,116,46,97,99,99,101,112,116,76,97,98,101,108,125,44,111,110,58,123,99,108,105,99,107,58,116,46,104,97,110,100,108,101,65,99,99,101,112,116,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,97,99,99,101,112,116,76,97,98,101,108,41,41,93,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,97,99,45,98,116,110,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,98,117,116,116,111,110,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,116,46,99,97,110,99,101,108,76,97,98,101,108,125,44,111,110,58,123,99,108,105,99,107,58,116,46,104,97,110,100,108,101,67,97,110,99,101,108,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,99,97,110,99,101,108,76,97,98,101,108,41,41,93,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,102,105,101,108,100,115,34,125,44,91,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,104,34,44,100,101,115,99,58,34,194,176,34,44,118,97,108,117,101,58,116,46,104,115,118,46,104,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,115,34,44,100,101,115,99,58,34,37,34,44,118,97,108,117,101,58,116,46,104,115,118,46,115,44,109,97,120,58,49,48,48,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,118,34,44,100,101,115,99,58,34,37,34,44,118,97,108,117,101,58,116,46,104,115,118,46,118,44,109,97,120,58,49,48,48,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,102,105,101,108,100,115,95,95,100,105,118,105,100,101,114,34,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,114,34,44,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,114,103,98,97,46,114,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,103,34,44,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,114,103,98,97,46,103,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,98,34,44,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,114,103,98,97,46,98,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,102,105,101,108,100,115,95,95,100,105,118,105,100,101,114,34,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,101,100,45,105,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,102,105,101,108,100,115,95,95,104,101,120,34,44,97,116,116,114,115,58,123,108,97,98,101,108,58,34,35,34,44,118,97,108,117,101,58,116,46,104,101,120,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,116,46,104,97,115,82,101,115,101,116,66,117,116,116,111,110,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,112,115,45,97,99,45,98,116,110,34,44,97,116,116,114,115,58,123,34,97,114,105,97,45,108,97,98,101,108,34,58,34,114,101,115,101,116,34,125,44,111,110,58,123,99,108,105,99,107,58,116,46,104,97,110,100,108,101,82,101,115,101,116,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,114,101,115,101,116,76,97,98,101,108,41,41,93,41,58,116,46,95,101,40,41,93,41,93,41,93,41,93,41,125,44,105,61,91,93,59,114,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,111,61,123,114,101,110,100,101,114,58,114,44,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,58,105,125,59,101,46,97,61,111,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,99,124,124,110,40,49,51,54,41,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,53,55,41,44,111,61,110,46,110,40,105,41,59,102,111,114,40,118,97,114,32,97,32,105,110,32,105,41,34,100,101,102,97,117,108,116,34,33,61,61,97,38,38,102,117,110,99,116,105,111,110,40,116,41,123,110,46,100,40,101,44,116,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,91,116,93,125,41,41,125,40,97,41,59,118,97,114,32,115,61,110,40,49,51,56,41,44,99,61,33,49,44,117,61,110,40,50,41,44,108,61,114,44,102,61,117,40,111,46,97,44,115,46,97,44,33,49,44,108,44,110,117,108,108,44,110,117,108,108,41,59,102,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,83,107,101,116,99,104,46,118,117,101,34,44,101,46,100,101,102,97,117,108,116,61,102,46,101,120,112,111,114,116,115,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,51,55,41,59,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,114,38,38,40,114,61,91,91,116,46,105,44,114,44,34,34,93,93,41,44,114,46,108,111,99,97,108,115,38,38,40,116,46,101,120,112,111,114,116,115,61,114,46,108,111,99,97,108,115,41,44,110,40,49,41,40,34,54,49,50,99,54,54,48,52,34,44,114,44,33,49,44,123,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,61,116,46,101,120,112,111,114,116,115,61,110,40,48,41,40,33,49,41,44,101,46,112,117,115,104,40,91,116,46,105,44,34,92,110,46,118,99,45,115,107,101,116,99,104,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,119,105,100,116,104,58,32,50,48,48,112,120,59,92,110,32,32,112,97,100,100,105,110,103,58,32,49,48,112,120,32,49,48,112,120,32,48,59,92,110,32,32,98,111,120,45,115,105,122,105,110,103,58,32,105,110,105,116,105,97,108,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,58,32,35,102,102,102,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,52,112,120,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,48,32,48,32,48,32,49,112,120,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,46,49,53,41,44,32,48,32,56,112,120,32,49,54,112,120,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,46,49,53,41,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,45,115,97,116,117,114,97,116,105,111,110,45,119,114,97,112,32,123,92,110,32,32,119,105,100,116,104,58,32,49,48,48,37,59,92,110,32,32,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,32,55,53,37,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,111,118,101,114,102,108,111,119,58,32,104,105,100,100,101,110,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,45,99,111,110,116,114,111,108,115,32,123,92,110,32,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,45,115,108,105,100,101,114,115,32,123,92,110,32,32,112,97,100,100,105,110,103,58,32,52,112,120,32,48,59,92,110,32,32,102,108,101,120,58,32,49,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,45,115,108,105,100,101,114,115,32,46,118,99,45,104,117,101,44,92,110,46,118,99,45,115,107,101,116,99,104,45,115,108,105,100,101,114,115,32,46,118,99,45,97,108,112,104,97,45,103,114,97,100,105,101,110,116,32,123,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,45,104,117,101,45,119,114,97,112,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,104,101,105,103,104,116,58,32,49,48,112,120,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,45,97,108,112,104,97,45,119,114,97,112,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,104,101,105,103,104,116,58,32,49,48,112,120,59,92,110,32,32,109,97,114,103,105,110,45,116,111,112,58,32,52,112,120,59,92,110,32,32,111,118,101,114,102,108,111,119,58,32,104,105,100,100,101,110,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,45,99,111,108,111,114,45,119,114,97,112,32,123,92,110,32,32,119,105,100,116,104,58,32,50,52,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,50,52,112,120,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,109,97,114,103,105,110,45,116,111,112,58,32,52,112,120,59,92,110,32,32,109,97,114,103,105,110,45,108,101,102,116,58,32,52,112,120,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,51,112,120,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,45,97,99,116,105,118,101,45,99,111,108,111,114,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,32,32,116,111,112,58,32,48,59,92,110,32,32,108,101,102,116,58,32,48,59,92,110,32,32,114,105,103,104,116,58,32,48,59,92,110,32,32,98,111,116,116,111,109,58,32,48,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,105,110,115,101,116,32,48,32,48,32,48,32,49,112,120,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,46,49,53,41,44,32,105,110,115,101,116,32,48,32,48,32,52,112,120,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,46,50,53,41,59,92,110,32,32,122,45,105,110,100,101,120,58,32,50,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,45,99,111,108,111,114,45,119,114,97,112,32,46,118,99,45,99,104,101,99,107,101,114,98,111,97,114,100,32,123,92,110,32,32,98,97,99,107,103,114,111,117,110,100,45,115,105,122,101,58,32,97,117,116,111,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,45,102,105,101,108,100,32,123,92,110,32,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,92,110,32,32,112,97,100,100,105,110,103,45,116,111,112,58,32,52,112,120,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,45,102,105,101,108,100,32,46,118,99,45,105,110,112,117,116,95,95,105,110,112,117,116,32,123,92,110,32,32,119,105,100,116,104,58,32,57,48,37,59,92,110,32,32,112,97,100,100,105,110,103,58,32,52,112,120,32,48,32,51,112,120,32,49,48,37,59,92,110,32,32,98,111,114,100,101,114,58,32,110,111,110,101,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,105,110,115,101,116,32,48,32,48,32,48,32,49,112,120,32,35,99,99,99,59,92,110,32,32,102,111,110,116,45,115,105,122,101,58,32,49,48,112,120,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,45,102,105,101,108,100,32,46,118,99,45,105,110,112,117,116,95,95,108,97,98,101,108,32,123,92,110,32,32,100,105,115,112,108,97,121,58,32,98,108,111,99,107,59,92,110,32,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,92,110,32,32,102,111,110,116,45,115,105,122,101,58,32,49,49,112,120,59,92,110,32,32,99,111,108,111,114,58,32,35,50,50,50,59,92,110,32,32,112,97,100,100,105,110,103,45,116,111,112,58,32,51,112,120,59,92,110,32,32,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,32,52,112,120,59,92,110,32,32,116,101,120,116,45,116,114,97,110,115,102,111,114,109,58,32,99,97,112,105,116,97,108,105,122,101,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,45,102,105,101,108,100,45,45,115,105,110,103,108,101,32,123,92,110,32,32,102,108,101,120,58,32,49,59,92,110,32,32,112,97,100,100,105,110,103,45,108,101,102,116,58,32,54,112,120,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,45,102,105,101,108,100,45,45,100,111,117,98,108,101,32,123,92,110,32,32,102,108,101,120,58,32,50,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,45,112,114,101,115,101,116,115,32,123,92,110,32,32,109,97,114,103,105,110,45,114,105,103,104,116,58,32,45,49,48,112,120,59,92,110,32,32,109,97,114,103,105,110,45,108,101,102,116,58,32,45,49,48,112,120,59,92,110,32,32,112,97,100,100,105,110,103,45,108,101,102,116,58,32,49,48,112,120,59,92,110,32,32,112,97,100,100,105,110,103,45,116,111,112,58,32,49,48,112,120,59,92,110,32,32,98,111,114,100,101,114,45,116,111,112,58,32,49,112,120,32,115,111,108,105,100,32,35,101,101,101,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,45,112,114,101,115,101,116,115,45,99,111,108,111,114,32,123,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,51,112,120,59,92,110,32,32,111,118,101,114,102,108,111,119,58,32,104,105,100,100,101,110,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,100,105,115,112,108,97,121,58,32,105,110,108,105,110,101,45,98,108,111,99,107,59,92,110,32,32,109,97,114,103,105,110,58,32,48,32,49,48,112,120,32,49,48,112,120,32,48,59,92,110,32,32,118,101,114,116,105,99,97,108,45,97,108,105,103,110,58,32,116,111,112,59,92,110,32,32,99,117,114,115,111,114,58,32,112,111,105,110,116,101,114,59,92,110,32,32,119,105,100,116,104,58,32,49,54,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,49,54,112,120,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,105,110,115,101,116,32,48,32,48,32,48,32,49,112,120,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,46,49,53,41,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,45,112,114,101,115,101,116,115,45,99,111,108,111,114,32,46,118,99,45,99,104,101,99,107,101,114,98,111,97,114,100,32,123,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,105,110,115,101,116,32,48,32,48,32,48,32,49,112,120,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,46,49,53,41,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,51,112,120,59,92,110,125,92,110,46,118,99,45,115,107,101,116,99,104,95,95,100,105,115,97,98,108,101,45,97,108,112,104,97,32,46,118,99,45,115,107,101,116,99,104,45,99,111,108,111,114,45,119,114,97,112,32,123,92,110,32,32,104,101,105,103,104,116,58,32,49,48,112,120,59,92,110,125,92,110,34,44,34,34,93,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,99,108,97,115,115,58,91,34,118,99,45,115,107,101,116,99,104,34,44,116,46,100,105,115,97,98,108,101,65,108,112,104,97,63,34,118,99,45,115,107,101,116,99,104,95,95,100,105,115,97,98,108,101,45,97,108,112,104,97,34,58,34,34,93,44,97,116,116,114,115,58,123,114,111,108,101,58,34,97,112,112,108,105,99,97,116,105,111,110,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,34,83,107,101,116,99,104,32,99,111,108,111,114,32,112,105,99,107,101,114,34,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,107,101,116,99,104,45,115,97,116,117,114,97,116,105,111,110,45,119,114,97,112,34,125,44,91,110,40,34,115,97,116,117,114,97,116,105,111,110,34,44,123,111,110,58,123,99,104,97,110,103,101,58,116,46,99,104,105,108,100,67,104,97,110,103,101,125,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,99,111,108,111,114,115,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,99,111,108,111,114,115,61,101,125,44,101,120,112,114,101,115,115,105,111,110,58,34,99,111,108,111,114,115,34,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,107,101,116,99,104,45,99,111,110,116,114,111,108,115,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,107,101,116,99,104,45,115,108,105,100,101,114,115,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,107,101,116,99,104,45,104,117,101,45,119,114,97,112,34,125,44,91,110,40,34,104,117,101,34,44,123,111,110,58,123,99,104,97,110,103,101,58,116,46,99,104,105,108,100,67,104,97,110,103,101,125,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,99,111,108,111,114,115,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,99,111,108,111,114,115,61,101,125,44,101,120,112,114,101,115,115,105,111,110,58,34,99,111,108,111,114,115,34,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,116,46,100,105,115,97,98,108,101,65,108,112,104,97,63,116,46,95,101,40,41,58,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,107,101,116,99,104,45,97,108,112,104,97,45,119,114,97,112,34,125,44,91,110,40,34,97,108,112,104,97,34,44,123,111,110,58,123,99,104,97,110,103,101,58,116,46,99,104,105,108,100,67,104,97,110,103,101,125,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,99,111,108,111,114,115,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,99,111,108,111,114,115,61,101,125,44,101,120,112,114,101,115,115,105,111,110,58,34,99,111,108,111,114,115,34,125,125,41,93,44,49,41,93,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,107,101,116,99,104,45,99,111,108,111,114,45,119,114,97,112,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,107,101,116,99,104,45,97,99,116,105,118,101,45,99,111,108,111,114,34,44,115,116,121,108,101,58,123,98,97,99,107,103,114,111,117,110,100,58,116,46,97,99,116,105,118,101,67,111,108,111,114,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,108,97,98,101,108,34,58,34,67,117,114,114,101,110,116,32,99,111,108,111,114,32,105,115,32,34,43,116,46,97,99,116,105,118,101,67,111,108,111,114,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,99,104,101,99,107,98,111,97,114,100,34,41,93,44,49,41,93,41,44,116,46,95,118,40,34,32,34,41,44,116,46,100,105,115,97,98,108,101,70,105,101,108,100,115,63,116,46,95,101,40,41,58,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,107,101,116,99,104,45,102,105,101,108,100,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,107,101,116,99,104,45,102,105,101,108,100,45,45,100,111,117,98,108,101,34,125,44,91,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,104,101,120,34,44,118,97,108,117,101,58,116,46,104,101,120,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,107,101,116,99,104,45,102,105,101,108,100,45,45,115,105,110,103,108,101,34,125,44,91,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,114,34,44,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,114,103,98,97,46,114,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,107,101,116,99,104,45,102,105,101,108,100,45,45,115,105,110,103,108,101,34,125,44,91,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,103,34,44,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,114,103,98,97,46,103,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,107,101,116,99,104,45,102,105,101,108,100,45,45,115,105,110,103,108,101,34,125,44,91,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,98,34,44,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,114,103,98,97,46,98,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,116,46,100,105,115,97,98,108,101,65,108,112,104,97,63,116,46,95,101,40,41,58,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,107,101,116,99,104,45,102,105,101,108,100,45,45,115,105,110,103,108,101,34,125,44,91,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,97,34,44,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,97,44,34,97,114,114,111,119,45,111,102,102,115,101,116,34,58,46,48,49,44,109,97,120,58,49,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,93,44,49,41,93,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,107,101,116,99,104,45,112,114,101,115,101,116,115,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,103,114,111,117,112,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,34,65,32,99,111,108,111,114,32,112,114,101,115,101,116,44,32,112,105,99,107,32,111,110,101,32,116,111,32,115,101,116,32,97,115,32,99,117,114,114,101,110,116,32,99,111,108,111,114,34,125,125,44,91,116,46,95,108,40,116,46,112,114,101,115,101,116,67,111,108,111,114,115,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,91,116,46,105,115,84,114,97,110,115,112,97,114,101,110,116,40,101,41,63,110,40,34,100,105,118,34,44,123,107,101,121,58,101,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,107,101,116,99,104,45,112,114,101,115,101,116,115,45,99,111,108,111,114,34,44,97,116,116,114,115,58,123,34,97,114,105,97,45,108,97,98,101,108,34,58,34,67,111,108,111,114,58,34,43,101,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,104,97,110,100,108,101,80,114,101,115,101,116,40,101,41,125,125,125,44,91,110,40,34,99,104,101,99,107,98,111,97,114,100,34,41,93,44,49,41,58,110,40,34,100,105,118,34,44,123,107,101,121,58,101,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,115,107,101,116,99,104,45,112,114,101,115,101,116,115,45,99,111,108,111,114,34,44,115,116,121,108,101,58,123,98,97,99,107,103,114,111,117,110,100,58,101,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,108,97,98,101,108,34,58,34,67,111,108,111,114,58,34,43,101,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,104,97,110,100,108,101,80,114,101,115,101,116,40,101,41,125,125,125,41,93,125,41,41,93,44,50,41,93,41,125,44,105,61,91,93,59,114,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,111,61,123,114,101,110,100,101,114,58,114,44,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,58,105,125,59,101,46,97,61,111,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,99,124,124,110,40,49,52,48,41,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,53,56,41,44,111,61,110,46,110,40,105,41,59,102,111,114,40,118,97,114,32,97,32,105,110,32,105,41,34,100,101,102,97,117,108,116,34,33,61,61,97,38,38,102,117,110,99,116,105,111,110,40,116,41,123,110,46,100,40,101,44,116,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,91,116,93,125,41,41,125,40,97,41,59,118,97,114,32,115,61,110,40,49,52,50,41,44,99,61,33,49,44,117,61,110,40,50,41,44,108,61,114,44,102,61,117,40,111,46,97,44,115,46,97,44,33,49,44,108,44,110,117,108,108,44,110,117,108,108,41,59,102,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,67,104,114,111,109,101,46,118,117,101,34,44,101,46,100,101,102,97,117,108,116,61,102,46,101,120,112,111,114,116,115,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,52,49,41,59,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,114,38,38,40,114,61,91,91,116,46,105,44,114,44,34,34,93,93,41,44,114,46,108,111,99,97,108,115,38,38,40,116,46,101,120,112,111,114,116,115,61,114,46,108,111,99,97,108,115,41,44,110,40,49,41,40,34,49,99,100,49,54,48,52,56,34,44,114,44,33,49,44,123,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,61,116,46,101,120,112,111,114,116,115,61,110,40,48,41,40,33,49,41,44,101,46,112,117,115,104,40,91,116,46,105,44,34,92,110,46,118,99,45,99,104,114,111,109,101,32,123,92,110,32,32,98,97,99,107,103,114,111,117,110,100,58,32,35,102,102,102,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,48,32,48,32,50,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,51,41,44,32,48,32,52,112,120,32,56,112,120,32,114,103,98,97,40,48,44,48,44,48,44,46,51,41,59,92,110,32,32,98,111,120,45,115,105,122,105,110,103,58,32,105,110,105,116,105,97,108,59,92,110,32,32,119,105,100,116,104,58,32,50,50,53,112,120,59,92,110,32,32,102,111,110,116,45,102,97,109,105,108,121,58,32,77,101,110,108,111,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,35,102,102,102,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,99,111,110,116,114,111,108,115,32,123,92,110,32,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,99,111,108,111,114,45,119,114,97,112,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,119,105,100,116,104,58,32,51,54,112,120,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,97,99,116,105,118,101,45,99,111,108,111,114,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,119,105,100,116,104,58,32,51,48,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,51,48,112,120,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,49,53,112,120,59,92,110,32,32,111,118,101,114,102,108,111,119,58,32,104,105,100,100,101,110,59,92,110,32,32,122,45,105,110,100,101,120,58,32,49,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,99,111,108,111,114,45,119,114,97,112,32,46,118,99,45,99,104,101,99,107,101,114,98,111,97,114,100,32,123,92,110,32,32,119,105,100,116,104,58,32,51,48,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,51,48,112,120,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,49,53,112,120,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,45,115,105,122,101,58,32,97,117,116,111,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,115,108,105,100,101,114,115,32,123,92,110,32,32,102,108,101,120,58,32,49,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,115,45,119,114,97,112,32,123,92,110,32,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,92,110,32,32,112,97,100,100,105,110,103,45,116,111,112,58,32,49,54,112,120,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,115,32,123,92,110,32,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,92,110,32,32,109,97,114,103,105,110,45,108,101,102,116,58,32,45,54,112,120,59,92,110,32,32,102,108,101,120,58,32,49,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,32,123,92,110,32,32,112,97,100,100,105,110,103,45,108,101,102,116,58,32,54,112,120,59,92,110,32,32,119,105,100,116,104,58,32,49,48,48,37,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,116,111,103,103,108,101,45,98,116,110,32,123,92,110,32,32,119,105,100,116,104,58,32,51,50,112,120,59,92,110,32,32,116,101,120,116,45,97,108,105,103,110,58,32,114,105,103,104,116,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,116,111,103,103,108,101,45,105,99,111,110,32,123,92,110,32,32,109,97,114,103,105,110,45,114,105,103,104,116,58,32,45,52,112,120,59,92,110,32,32,109,97,114,103,105,110,45,116,111,112,58,32,49,50,112,120,59,92,110,32,32,99,117,114,115,111,114,58,32,112,111,105,110,116,101,114,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,122,45,105,110,100,101,120,58,32,50,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,116,111,103,103,108,101,45,105,99,111,110,45,104,105,103,104,108,105,103,104,116,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,32,32,119,105,100,116,104,58,32,50,52,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,50,56,112,120,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,58,32,35,101,101,101,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,52,112,120,59,92,110,32,32,116,111,112,58,32,49,48,112,120,59,92,110,32,32,108,101,102,116,58,32,49,50,112,120,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,104,117,101,45,119,114,97,112,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,104,101,105,103,104,116,58,32,49,48,112,120,59,92,110,32,32,109,97,114,103,105,110,45,98,111,116,116,111,109,58,32,56,112,120,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,97,108,112,104,97,45,119,114,97,112,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,104,101,105,103,104,116,58,32,49,48,112,120,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,104,117,101,45,119,114,97,112,32,46,118,99,45,104,117,101,32,123,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,97,108,112,104,97,45,119,114,97,112,32,46,118,99,45,97,108,112,104,97,45,103,114,97,100,105,101,110,116,32,123,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,104,117,101,45,119,114,97,112,32,46,118,99,45,104,117,101,45,112,105,99,107,101,114,44,32,46,118,99,45,99,104,114,111,109,101,45,97,108,112,104,97,45,119,114,97,112,32,46,118,99,45,97,108,112,104,97,45,112,105,99,107,101,114,32,123,92,110,32,32,119,105,100,116,104,58,32,49,50,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,49,50,112,120,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,54,112,120,59,92,110,32,32,116,114,97,110,115,102,111,114,109,58,32,116,114,97,110,115,108,97,116,101,40,45,54,112,120,44,32,45,50,112,120,41,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,40,50,52,56,44,32,50,52,56,44,32,50,52,56,41,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,48,32,49,112,120,32,52,112,120,32,48,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,48,46,51,55,41,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,98,111,100,121,32,123,92,110,32,32,112,97,100,100,105,110,103,58,32,49,54,112,120,32,49,54,112,120,32,49,50,112,120,59,92,110,32,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,35,102,102,102,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,115,97,116,117,114,97,116,105,111,110,45,119,114,97,112,32,123,92,110,32,32,119,105,100,116,104,58,32,49,48,48,37,59,92,110,32,32,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,32,53,53,37,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,32,50,112,120,32,48,32,48,59,92,110,32,32,111,118,101,114,102,108,111,119,58,32,104,105,100,100,101,110,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,115,97,116,117,114,97,116,105,111,110,45,119,114,97,112,32,46,118,99,45,115,97,116,117,114,97,116,105,111,110,45,99,105,114,99,108,101,32,123,92,110,32,32,119,105,100,116,104,58,32,49,50,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,49,50,112,120,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,115,32,46,118,99,45,105,110,112,117,116,95,95,105,110,112,117,116,32,123,92,110,32,32,102,111,110,116,45,115,105,122,101,58,32,49,49,112,120,59,92,110,32,32,99,111,108,111,114,58,32,35,51,51,51,59,92,110,32,32,119,105,100,116,104,58,32,49,48,48,37,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,50,112,120,59,92,110,32,32,98,111,114,100,101,114,58,32,110,111,110,101,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,105,110,115,101,116,32,48,32,48,32,48,32,49,112,120,32,35,100,97,100,97,100,97,59,92,110,32,32,104,101,105,103,104,116,58,32,50,49,112,120,59,92,110,32,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,115,32,46,118,99,45,105,110,112,117,116,95,95,108,97,98,101,108,32,123,92,110,32,32,116,101,120,116,45,116,114,97,110,115,102,111,114,109,58,32,117,112,112,101,114,99,97,115,101,59,92,110,32,32,102,111,110,116,45,115,105,122,101,58,32,49,49,112,120,59,92,110,32,32,108,105,110,101,45,104,101,105,103,104,116,58,32,49,49,112,120,59,92,110,32,32,99,111,108,111,114,58,32,35,57,54,57,54,57,54,59,92,110,32,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,92,110,32,32,100,105,115,112,108,97,121,58,32,98,108,111,99,107,59,92,110,32,32,109,97,114,103,105,110,45,116,111,112,58,32,49,50,112,120,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,95,95,100,105,115,97,98,108,101,45,97,108,112,104,97,32,46,118,99,45,99,104,114,111,109,101,45,97,99,116,105,118,101,45,99,111,108,111,114,32,123,92,110,32,32,119,105,100,116,104,58,32,49,56,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,49,56,112,120,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,95,95,100,105,115,97,98,108,101,45,97,108,112,104,97,32,46,118,99,45,99,104,114,111,109,101,45,99,111,108,111,114,45,119,114,97,112,32,123,92,110,32,32,119,105,100,116,104,58,32,51,48,112,120,59,92,110,125,92,110,46,118,99,45,99,104,114,111,109,101,95,95,100,105,115,97,98,108,101,45,97,108,112,104,97,32,46,118,99,45,99,104,114,111,109,101,45,104,117,101,45,119,114,97,112,32,123,92,110,32,32,109,97,114,103,105,110,45,116,111,112,58,32,52,112,120,59,92,110,32,32,109,97,114,103,105,110,45,98,111,116,116,111,109,58,32,52,112,120,59,92,110,125,92,110,34,44,34,34,93,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,99,108,97,115,115,58,91,34,118,99,45,99,104,114,111,109,101,34,44,116,46,100,105,115,97,98,108,101,65,108,112,104,97,63,34,118,99,45,99,104,114,111,109,101,95,95,100,105,115,97,98,108,101,45,97,108,112,104,97,34,58,34,34,93,44,97,116,116,114,115,58,123,114,111,108,101,58,34,97,112,112,108,105,99,97,116,105,111,110,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,34,67,104,114,111,109,101,32,99,111,108,111,114,32,112,105,99,107,101,114,34,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,115,97,116,117,114,97,116,105,111,110,45,119,114,97,112,34,125,44,91,110,40,34,115,97,116,117,114,97,116,105,111,110,34,44,123,111,110,58,123,99,104,97,110,103,101,58,116,46,99,104,105,108,100,67,104,97,110,103,101,125,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,99,111,108,111,114,115,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,99,111,108,111,114,115,61,101,125,44,101,120,112,114,101,115,115,105,111,110,58,34,99,111,108,111,114,115,34,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,98,111,100,121,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,99,111,110,116,114,111,108,115,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,99,111,108,111,114,45,119,114,97,112,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,97,99,116,105,118,101,45,99,111,108,111,114,34,44,115,116,121,108,101,58,123,98,97,99,107,103,114,111,117,110,100,58,116,46,97,99,116,105,118,101,67,111,108,111,114,125,44,97,116,116,114,115,58,123,34,97,114,105,97,45,108,97,98,101,108,34,58,34,99,117,114,114,101,110,116,32,99,111,108,111,114,32,105,115,32,34,43,116,46,99,111,108,111,114,115,46,104,101,120,125,125,41,44,116,46,95,118,40,34,32,34,41,44,116,46,100,105,115,97,98,108,101,65,108,112,104,97,63,116,46,95,101,40,41,58,110,40,34,99,104,101,99,107,98,111,97,114,100,34,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,115,108,105,100,101,114,115,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,104,117,101,45,119,114,97,112,34,125,44,91,110,40,34,104,117,101,34,44,123,111,110,58,123,99,104,97,110,103,101,58,116,46,99,104,105,108,100,67,104,97,110,103,101,125,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,99,111,108,111,114,115,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,99,111,108,111,114,115,61,101,125,44,101,120,112,114,101,115,115,105,111,110,58,34,99,111,108,111,114,115,34,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,116,46,100,105,115,97,98,108,101,65,108,112,104,97,63,116,46,95,101,40,41,58,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,97,108,112,104,97,45,119,114,97,112,34,125,44,91,110,40,34,97,108,112,104,97,34,44,123,111,110,58,123,99,104,97,110,103,101,58,116,46,99,104,105,108,100,67,104,97,110,103,101,125,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,99,111,108,111,114,115,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,99,111,108,111,114,115,61,101,125,44,101,120,112,114,101,115,115,105,111,110,58,34,99,111,108,111,114,115,34,125,125,41,93,44,49,41,93,41,93,41,44,116,46,95,118,40,34,32,34,41,44,116,46,100,105,115,97,98,108,101,70,105,101,108,100,115,63,116,46,95,101,40,41,58,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,115,45,119,114,97,112,34,125,44,91,110,40,34,100,105,118,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,114,97,119,78,97,109,101,58,34,118,45,115,104,111,119,34,44,118,97,108,117,101,58,48,61,61,61,116,46,102,105,101,108,100,115,73,110,100,101,120,44,101,120,112,114,101,115,115,105,111,110,58,34,102,105,101,108,100,115,73,110,100,101,120,32,61,61,61,32,48,34,125,93,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,115,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,34,125,44,91,116,46,104,97,115,65,108,112,104,97,63,116,46,95,101,40,41,58,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,104,101,120,34,44,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,104,101,120,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,44,116,46,95,118,40,34,32,34,41,44,116,46,104,97,115,65,108,112,104,97,63,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,104,101,120,34,44,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,104,101,120,56,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,58,116,46,95,101,40,41,93,44,49,41,93,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,114,97,119,78,97,109,101,58,34,118,45,115,104,111,119,34,44,118,97,108,117,101,58,49,61,61,61,116,46,102,105,101,108,100,115,73,110,100,101,120,44,101,120,112,114,101,115,115,105,111,110,58,34,102,105,101,108,100,115,73,110,100,101,120,32,61,61,61,32,49,34,125,93,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,115,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,34,125,44,91,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,114,34,44,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,114,103,98,97,46,114,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,34,125,44,91,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,103,34,44,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,114,103,98,97,46,103,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,34,125,44,91,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,98,34,44,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,114,103,98,97,46,98,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,116,46,100,105,115,97,98,108,101,65,108,112,104,97,63,116,46,95,101,40,41,58,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,34,125,44,91,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,97,34,44,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,97,44,34,97,114,114,111,119,45,111,102,102,115,101,116,34,58,46,48,49,44,109,97,120,58,49,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,93,44,49,41,93,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,114,97,119,78,97,109,101,58,34,118,45,115,104,111,119,34,44,118,97,108,117,101,58,50,61,61,61,116,46,102,105,101,108,100,115,73,110,100,101,120,44,101,120,112,114,101,115,115,105,111,110,58,34,102,105,101,108,100,115,73,110,100,101,120,32,61,61,61,32,50,34,125,93,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,115,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,34,125,44,91,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,104,34,44,118,97,108,117,101,58,116,46,104,115,108,46,104,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,34,125,44,91,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,115,34,44,118,97,108,117,101,58,116,46,104,115,108,46,115,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,34,125,44,91,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,108,34,44,118,97,108,117,101,58,116,46,104,115,108,46,108,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,93,44,49,41,44,116,46,95,118,40,34,32,34,41,44,116,46,100,105,115,97,98,108,101,65,108,112,104,97,63,116,46,95,101,40,41,58,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,102,105,101,108,100,34,125,44,91,110,40,34,101,100,45,105,110,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,97,34,44,118,97,108,117,101,58,116,46,99,111,108,111,114,115,46,97,44,34,97,114,114,111,119,45,111,102,102,115,101,116,34,58,46,48,49,44,109,97,120,58,49,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,93,44,49,41,93,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,116,111,103,103,108,101,45,98,116,110,34,44,97,116,116,114,115,58,123,114,111,108,101,58,34,98,117,116,116,111,110,34,44,34,97,114,105,97,45,108,97,98,101,108,34,58,34,67,104,97,110,103,101,32,97,110,111,116,104,101,114,32,99,111,108,111,114,32,100,101,102,105,110,105,116,105,111,110,34,125,44,111,110,58,123,99,108,105,99,107,58,116,46,116,111,103,103,108,101,86,105,101,119,115,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,116,111,103,103,108,101,45,105,99,111,110,34,125,44,91,110,40,34,115,118,103,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,119,105,100,116,104,58,34,50,52,112,120,34,44,104,101,105,103,104,116,58,34,50,52,112,120,34,125,44,97,116,116,114,115,58,123,118,105,101,119,66,111,120,58,34,48,32,48,32,50,52,32,50,52,34,125,44,111,110,58,123,109,111,117,115,101,111,118,101,114,58,116,46,115,104,111,119,72,105,103,104,108,105,103,104,116,44,109,111,117,115,101,101,110,116,101,114,58,116,46,115,104,111,119,72,105,103,104,108,105,103,104,116,44,109,111,117,115,101,111,117,116,58,116,46,104,105,100,101,72,105,103,104,108,105,103,104,116,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,102,105,108,108,58,34,35,51,51,51,34,44,100,58,34,77,49,50,44,49,56,46,49,55,76,56,46,56,51,44,49,53,76,55,46,52,50,44,49,54,46,52,49,76,49,50,44,50,49,76,49,54,46,53,57,44,49,54,46,52,49,76,49,53,46,49,55,44,49,53,77,49,50,44,53,46,56,51,76,49,53,46,49,55,44,57,76,49,54,46,53,56,44,55,46,53,57,76,49,50,44,51,76,55,46,52,49,44,55,46,53,57,76,56,46,56,51,44,57,76,49,50,44,53,46,56,51,90,34,125,125,41,93,41,93,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,114,97,119,78,97,109,101,58,34,118,45,115,104,111,119,34,44,118,97,108,117,101,58,116,46,104,105,103,104,108,105,103,104,116,44,101,120,112,114,101,115,115,105,111,110,58,34,104,105,103,104,108,105,103,104,116,34,125,93,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,99,104,114,111,109,101,45,116,111,103,103,108,101,45,105,99,111,110,45,104,105,103,104,108,105,103,104,116,34,125,41,93,41,93,41,93,41,93,41,125,44,105,61,91,93,59,114,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,111,61,123,114,101,110,100,101,114,58,114,44,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,58,105,125,59,101,46,97,61,111,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,41,123,99,124,124,110,40,49,52,52,41,125,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,101,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,59,118,97,114,32,105,61,110,40,53,57,41,44,111,61,110,46,110,40,105,41,59,102,111,114,40,118,97,114,32,97,32,105,110,32,105,41,34,100,101,102,97,117,108,116,34,33,61,61,97,38,38,102,117,110,99,116,105,111,110,40,116,41,123,110,46,100,40,101,44,116,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,105,91,116,93,125,41,41,125,40,97,41,59,118,97,114,32,115,61,110,40,49,52,54,41,44,99,61,33,49,44,117,61,110,40,50,41,44,108,61,114,44,102,61,117,40,111,46,97,44,115,46,97,44,33,49,44,108,44,110,117,108,108,44,110,117,108,108,41,59,102,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,84,119,105,116,116,101,114,46,118,117,101,34,44,101,46,100,101,102,97,117,108,116,61,102,46,101,120,112,111,114,116,115,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,49,52,53,41,59,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,114,38,38,40,114,61,91,91,116,46,105,44,114,44,34,34,93,93,41,44,114,46,108,111,99,97,108,115,38,38,40,116,46,101,120,112,111,114,116,115,61,114,46,108,111,99,97,108,115,41,44,110,40,49,41,40,34,54,54,57,97,52,56,97,53,34,44,114,44,33,49,44,123,125,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,61,116,46,101,120,112,111,114,116,115,61,110,40,48,41,40,33,49,41,44,101,46,112,117,115,104,40,91,116,46,105,44,34,92,110,46,118,99,45,116,119,105,116,116,101,114,32,123,92,110,32,32,98,97,99,107,103,114,111,117,110,100,58,32,35,102,102,102,59,92,110,32,32,98,111,114,100,101,114,58,32,48,32,115,111,108,105,100,32,114,103,98,97,40,48,44,48,44,48,44,48,46,50,53,41,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,48,32,49,112,120,32,52,112,120,32,114,103,98,97,40,48,44,48,44,48,44,48,46,50,53,41,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,52,112,120,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,125,92,110,46,118,99,45,116,119,105,116,116,101,114,45,116,114,105,97,110,103,108,101,32,123,92,110,32,32,119,105,100,116,104,58,32,48,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,48,112,120,59,92,110,32,32,98,111,114,100,101,114,45,115,116,121,108,101,58,32,115,111,108,105,100,59,92,110,32,32,98,111,114,100,101,114,45,119,105,100,116,104,58,32,48,32,57,112,120,32,49,48,112,120,32,57,112,120,59,92,110,32,32,98,111,114,100,101,114,45,99,111,108,111,114,58,32,116,114,97,110,115,112,97,114,101,110,116,32,116,114,97,110,115,112,97,114,101,110,116,32,35,102,102,102,32,116,114,97,110,115,112,97,114,101,110,116,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,125,92,110,46,118,99,45,116,119,105,116,116,101,114,45,116,114,105,97,110,103,108,101,45,115,104,97,100,111,119,32,123,92,110,32,32,119,105,100,116,104,58,32,48,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,48,112,120,59,92,110,32,32,98,111,114,100,101,114,45,115,116,121,108,101,58,32,115,111,108,105,100,59,92,110,32,32,98,111,114,100,101,114,45,119,105,100,116,104,58,32,48,32,57,112,120,32,49,48,112,120,32,57,112,120,59,92,110,32,32,98,111,114,100,101,114,45,99,111,108,111,114,58,32,116,114,97,110,115,112,97,114,101,110,116,32,116,114,97,110,115,112,97,114,101,110,116,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,46,49,41,32,116,114,97,110,115,112,97,114,101,110,116,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,92,110,125,92,110,46,118,99,45,116,119,105,116,116,101,114,45,98,111,100,121,32,123,92,110,32,32,112,97,100,100,105,110,103,58,32,49,53,112,120,32,57,112,120,32,57,112,120,32,49,53,112,120,59,92,110,125,92,110,46,118,99,45,116,119,105,116,116,101,114,32,46,118,99,45,101,100,105,116,97,98,108,101,45,105,110,112,117,116,32,123,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,125,92,110,46,118,99,45,116,119,105,116,116,101,114,32,46,118,99,45,101,100,105,116,97,98,108,101,45,105,110,112,117,116,32,105,110,112,117,116,32,123,92,110,32,32,119,105,100,116,104,58,32,49,48,48,112,120,59,92,110,32,32,102,111,110,116,45,115,105,122,101,58,32,49,52,112,120,59,92,110,32,32,99,111,108,111,114,58,32,35,54,54,54,59,92,110,32,32,98,111,114,100,101,114,58,32,48,112,120,59,92,110,32,32,111,117,116,108,105,110,101,58,32,110,111,110,101,59,92,110,32,32,104,101,105,103,104,116,58,32,50,56,112,120,59,92,110,32,32,98,111,120,45,115,104,97,100,111,119,58,32,105,110,115,101,116,32,48,32,48,32,48,32,49,112,120,32,35,70,48,70,48,70,48,59,92,110,32,32,98,111,120,45,115,105,122,105,110,103,58,32,99,111,110,116,101,110,116,45,98,111,120,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,48,32,52,112,120,32,52,112,120,32,48,59,92,110,32,32,102,108,111,97,116,58,32,108,101,102,116,59,92,110,32,32,112,97,100,100,105,110,103,58,32,49,112,120,59,92,110,32,32,112,97,100,100,105,110,103,45,108,101,102,116,58,32,56,112,120,59,92,110,125,92,110,46,118,99,45,116,119,105,116,116,101,114,32,46,118,99,45,101,100,105,116,97,98,108,101,45,105,110,112,117,116,32,115,112,97,110,32,123,92,110,32,32,100,105,115,112,108,97,121,58,32,110,111,110,101,59,92,110,125,92,110,46,118,99,45,116,119,105,116,116,101,114,45,104,97,115,104,32,123,92,110,32,32,98,97,99,107,103,114,111,117,110,100,58,32,35,70,48,70,48,70,48,59,92,110,32,32,104,101,105,103,104,116,58,32,51,48,112,120,59,92,110,32,32,119,105,100,116,104,58,32,51,48,112,120,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,52,112,120,32,48,32,48,32,52,112,120,59,92,110,32,32,102,108,111,97,116,58,32,108,101,102,116,59,92,110,32,32,99,111,108,111,114,58,32,35,57,56,65,49,65,52,59,92,110,32,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,92,110,32,32,97,108,105,103,110,45,105,116,101,109,115,58,32,99,101,110,116,101,114,59,92,110,32,32,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,32,99,101,110,116,101,114,59,92,110,125,92,110,46,118,99,45,116,119,105,116,116,101,114,45,115,119,97,116,99,104,32,123,92,110,32,32,119,105,100,116,104,58,32,51,48,112,120,59,92,110,32,32,104,101,105,103,104,116,58,32,51,48,112,120,59,92,110,32,32,102,108,111,97,116,58,32,108,101,102,116,59,92,110,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,52,112,120,59,92,110,32,32,109,97,114,103,105,110,58,32,48,32,54,112,120,32,54,112,120,32,48,59,92,110,32,32,99,117,114,115,111,114,58,32,112,111,105,110,116,101,114,59,92,110,32,32,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,59,92,110,32,32,111,117,116,108,105,110,101,58,32,110,111,110,101,59,92,110,125,92,110,46,118,99,45,116,119,105,116,116,101,114,45,99,108,101,97,114,32,123,92,110,32,32,99,108,101,97,114,58,32,98,111,116,104,59,92,110,125,92,110,46,118,99,45,116,119,105,116,116,101,114,45,104,105,100,101,45,116,114,105,97,110,103,108,101,32,46,118,99,45,116,119,105,116,116,101,114,45,116,114,105,97,110,103,108,101,32,123,92,110,32,32,100,105,115,112,108,97,121,58,32,110,111,110,101,59,92,110,125,92,110,46,118,99,45,116,119,105,116,116,101,114,45,104,105,100,101,45,116,114,105,97,110,103,108,101,32,46,118,99,45,116,119,105,116,116,101,114,45,116,114,105,97,110,103,108,101,45,115,104,97,100,111,119,32,123,92,110,32,32,100,105,115,112,108,97,121,58,32,110,111,110,101,59,92,110,125,92,110,46,118,99,45,116,119,105,116,116,101,114,45,116,111,112,45,108,101,102,116,45,116,114,105,97,110,103,108,101,32,46,118,99,45,116,119,105,116,116,101,114,45,116,114,105,97,110,103,108,101,123,92,110,32,32,116,111,112,58,32,45,49,48,112,120,59,92,110,32,32,108,101,102,116,58,32,49,50,112,120,59,92,110,125,92,110,46,118,99,45,116,119,105,116,116,101,114,45,116,111,112,45,108,101,102,116,45,116,114,105,97,110,103,108,101,32,46,118,99,45,116,119,105,116,116,101,114,45,116,114,105,97,110,103,108,101,45,115,104,97,100,111,119,123,92,110,32,32,116,111,112,58,32,45,49,49,112,120,59,92,110,32,32,108,101,102,116,58,32,49,50,112,120,59,92,110,125,92,110,46,118,99,45,116,119,105,116,116,101,114,45,116,111,112,45,114,105,103,104,116,45,116,114,105,97,110,103,108,101,32,46,118,99,45,116,119,105,116,116,101,114,45,116,114,105,97,110,103,108,101,123,92,110,32,32,116,111,112,58,32,45,49,48,112,120,59,92,110,32,32,114,105,103,104,116,58,32,49,50,112,120,59,92,110,125,92,110,46,118,99,45,116,119,105,116,116,101,114,45,116,111,112,45,114,105,103,104,116,45,116,114,105,97,110,103,108,101,32,46,118,99,45,116,119,105,116,116,101,114,45,116,114,105,97,110,103,108,101,45,115,104,97,100,111,119,123,92,110,32,32,116,111,112,58,32,45,49,49,112,120,59,92,110,32,32,114,105,103,104,116,58,32,49,50,112,120,59,92,110,125,92,110,34,44,34,34,93,41,125,44,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,116,119,105,116,116,101,114,34,44,99,108,97,115,115,58,123,34,118,99,45,116,119,105,116,116,101,114,45,104,105,100,101,45,116,114,105,97,110,103,108,101,32,34,58,34,104,105,100,101,34,61,61,61,116,46,116,114,105,97,110,103,108,101,44,34,118,99,45,116,119,105,116,116,101,114,45,116,111,112,45,108,101,102,116,45,116,114,105,97,110,103,108,101,32,34,58,34,116,111,112,45,108,101,102,116,34,61,61,61,116,46,116,114,105,97,110,103,108,101,44,34,118,99,45,116,119,105,116,116,101,114,45,116,111,112,45,114,105,103,104,116,45,116,114,105,97,110,103,108,101,32,34,58,34,116,111,112,45,114,105,103,104,116,34,61,61,61,116,46,116,114,105,97,110,103,108,101,125,44,115,116,121,108,101,58,123,119,105,100,116,104,58,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,116,46,119,105,100,116,104,63,116,46,119,105,100,116,104,43,34,112,120,34,58,116,46,119,105,100,116,104,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,116,119,105,116,116,101,114,45,116,114,105,97,110,103,108,101,45,115,104,97,100,111,119,34,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,116,119,105,116,116,101,114,45,116,114,105,97,110,103,108,101,34,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,116,119,105,116,116,101,114,45,98,111,100,121,34,125,44,91,116,46,95,108,40,116,46,100,101,102,97,117,108,116,67,111,108,111,114,115,44,40,102,117,110,99,116,105,111,110,40,101,44,114,41,123,114,101,116,117,114,110,32,110,40,34,115,112,97,110,34,44,123,107,101,121,58,114,44,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,116,119,105,116,116,101,114,45,115,119,97,116,99,104,34,44,115,116,121,108,101,58,123,98,97,99,107,103,114,111,117,110,100,58,101,44,98,111,120,83,104,97,100,111,119,58,34,48,32,48,32,52,112,120,32,34,43,40,116,46,101,113,117,97,108,40,101,41,63,101,58,34,116,114,97,110,115,112,97,114,101,110,116,34,41,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,104,97,110,100,108,101,114,67,108,105,99,107,40,101,41,125,125,125,41,125,41,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,116,119,105,116,116,101,114,45,104,97,115,104,34,125,44,91,116,46,95,118,40,34,35,34,41,93,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,101,100,105,116,97,98,108,101,45,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,108,97,98,101,108,58,34,35,34,44,118,97,108,117,101,58,116,46,104,101,120,125,44,111,110,58,123,99,104,97,110,103,101,58,116,46,105,110,112,117,116,67,104,97,110,103,101,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,118,99,45,116,119,105,116,116,101,114,45,99,108,101,97,114,34,125,41,93,44,50,41,93,41,125,44,105,61,91,93,59,114,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,111,61,123,114,101,110,100,101,114,58,114,44,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,58,105,125,59,101,46,97,61,111,125,93,41,125,41,41,125,41,46,99,97,108,108,40,116,104,105,115,44,110,40,34,99,56,98,97,34,41,41,125,44,99,51,52,53,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,99,53,51,50,34,41,44,105,61,91,34,97,103,101,34,44,34,97,117,116,104,111,114,105,122,97,116,105,111,110,34,44,34,99,111,110,116,101,110,116,45,108,101,110,103,116,104,34,44,34,99,111,110,116,101,110,116,45,116,121,112,101,34,44,34,101,116,97,103,34,44,34,101,120,112,105,114,101,115,34,44,34,102,114,111,109,34,44,34,104,111,115,116,34,44,34,105,102,45,109,111,100,105,102,105,101,100,45,115,105,110,99,101,34,44,34,105,102,45,117,110,109,111,100,105,102,105,101,100,45,115,105,110,99,101,34,44,34,108,97,115,116,45,109,111,100,105,102,105,101,100,34,44,34,108,111,99,97,116,105,111,110,34,44,34,109,97,120,45,102,111,114,119,97,114,100,115,34,44,34,112,114,111,120,121,45,97,117,116,104,111,114,105,122,97,116,105,111,110,34,44,34,114,101,102,101,114,101,114,34,44,34,114,101,116,114,121,45,97,102,116,101,114,34,44,34,117,115,101,114,45,97,103,101,110,116,34,93,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,111,44,97,61,123,125,59,114,101,116,117,114,110,32,116,63,40,114,46,102,111,114,69,97,99,104,40,116,46,115,112,108,105,116,40,34,92,110,34,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,111,61,116,46,105,110,100,101,120,79,102,40,34,58,34,41,44,101,61,114,46,116,114,105,109,40,116,46,115,117,98,115,116,114,40,48,44,111,41,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,110,61,114,46,116,114,105,109,40,116,46,115,117,98,115,116,114,40,111,43,49,41,41,44,101,41,123,105,102,40,97,91,101,93,38,38,105,46,105,110,100,101,120,79,102,40,101,41,62,61,48,41,114,101,116,117,114,110,59,97,91,101,93,61,34,115,101,116,45,99,111,111,107,105,101,34,61,61,61,101,63,40,97,91,101,93,63,97,91,101,93,58,91,93,41,46,99,111,110,99,97,116,40,91,110,93,41,58,97,91,101,93,63,97,91,101,93,43,34,44,32,34,43,110,58,110,125,125,41,41,44,97,41,58,97,125,125,44,99,51,102,97,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,102,50,54,34,41,44,105,61,110,40,34,49,53,52,98,34,41,59,116,46,101,120,112,111,114,116,115,61,110,40,34,54,55,51,57,34,41,63,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,114,46,102,40,116,44,101,44,105,40,49,44,110,41,41,125,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,91,101,93,61,110,44,116,125,125,44,99,52,48,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,99,53,51,50,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,114,46,102,111,114,69,97,99,104,40,110,44,40,102,117,110,99,116,105,111,110,40,110,41,123,116,61,110,40,116,44,101,41,125,41,41,44,116,125,125,44,99,52,51,48,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,33,49,125,44,99,52,57,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,51,55,102,102,34,41,44,105,61,110,40,34,53,49,97,99,34,41,44,111,61,110,40,34,53,56,100,49,34,41,59,116,46,101,120,112,111,114,116,115,61,91,93,46,99,111,112,121,87,105,116,104,105,110,124,124,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,114,40,116,104,105,115,41,44,97,61,111,40,110,46,108,101,110,103,116,104,41,44,115,61,105,40,116,44,97,41,44,99,61,105,40,101,44,97,41,44,117,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,63,97,114,103,117,109,101,110,116,115,91,50,93,58,118,111,105,100,32,48,44,108,61,77,97,116,104,46,109,105,110,40,40,118,111,105,100,32,48,61,61,61,117,63,97,58,105,40,117,44,97,41,41,45,99,44,97,45,115,41,44,102,61,49,59,99,60,115,38,38,115,60,99,43,108,38,38,40,102,61,45,49,44,99,43,61,108,45,49,44,115,43,61,108,45,49,41,59,119,104,105,108,101,40,108,45,45,32,62,48,41,99,32,105,110,32,110,63,110,91,115,93,61,110,91,99,93,58,100,101,108,101,116,101,32,110,91,115,93,44,115,43,61,102,44,99,43,61,102,59,114,101,116,117,114,110,32,110,125,125,44,99,52,99,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,99,52,100,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,51,48,99,57,34,41,59,105,38,38,114,40,114,46,83,44,34,82,101,102,108,101,99,116,34,44,123,115,101,116,80,114,111,116,111,116,121,112,101,79,102,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,46,99,104,101,99,107,40,116,44,101,41,59,116,114,121,123,114,101,116,117,114,110,32,105,46,115,101,116,40,116,44,101,41,44,33,48,125,99,97,116,99,104,40,110,41,123,114,101,116,117,114,110,33,49,125,125,125,41,125,44,99,53,48,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,52,50,101,101,34,41,44,105,61,110,40,34,99,100,102,57,34,41,44,111,61,110,40,34,57,55,56,101,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,114,40,116,41,44,105,40,101,41,38,38,101,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,116,41,114,101,116,117,114,110,32,101,59,118,97,114,32,110,61,111,46,102,40,116,41,44,97,61,110,46,114,101,115,111,108,118,101,59,114,101,116,117,114,110,32,97,40,101,41,44,110,46,112,114,111,109,105,115,101,125,125,44,99,53,51,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,49,100,50,98,34,41,44,105,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,59,102,117,110,99,116,105,111,110,32,111,40,116,41,123,114,101,116,117,114,110,34,91,111,98,106,101,99,116,32,65,114,114,97,121,93,34,61,61,61,105,46,99,97,108,108,40,116,41,125,102,117,110,99,116,105,111,110,32,97,40,116,41,123,114,101,116,117,114,110,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,116,125,102,117,110,99,116,105,111,110,32,115,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,38,38,33,97,40,116,41,38,38,110,117,108,108,33,61,61,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,33,97,40,116,46,99,111,110,115,116,114,117,99,116,111,114,41,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,46,99,111,110,115,116,114,117,99,116,111,114,46,105,115,66,117,102,102,101,114,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,46,105,115,66,117,102,102,101,114,40,116,41,125,102,117,110,99,116,105,111,110,32,99,40,116,41,123,114,101,116,117,114,110,34,91,111,98,106,101,99,116,32,65,114,114,97,121,66,117,102,102,101,114,93,34,61,61,61,105,46,99,97,108,108,40,116,41,125,102,117,110,99,116,105,111,110,32,117,40,116,41,123,114,101,116,117,114,110,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,70,111,114,109,68,97,116,97,38,38,116,32,105,110,115,116,97,110,99,101,111,102,32,70,111,114,109,68,97,116,97,125,102,117,110,99,116,105,111,110,32,108,40,116,41,123,118,97,114,32,101,59,114,101,116,117,114,110,32,101,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,65,114,114,97,121,66,117,102,102,101,114,38,38,65,114,114,97,121,66,117,102,102,101,114,46,105,115,86,105,101,119,63,65,114,114,97,121,66,117,102,102,101,114,46,105,115,86,105,101,119,40,116,41,58,116,38,38,116,46,98,117,102,102,101,114,38,38,116,46,98,117,102,102,101,114,32,105,110,115,116,97,110,99,101,111,102,32,65,114,114,97,121,66,117,102,102,101,114,44,101,125,102,117,110,99,116,105,111,110,32,102,40,116,41,123,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,125,102,117,110,99,116,105,111,110,32,104,40,116,41,123,114,101,116,117,114,110,34,110,117,109,98,101,114,34,61,61,61,116,121,112,101,111,102,32,116,125,102,117,110,99,116,105,111,110,32,100,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,38,38,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,125,102,117,110,99,116,105,111,110,32,112,40,116,41,123,105,102,40,34,91,111,98,106,101,99,116,32,79,98,106,101,99,116,93,34,33,61,61,105,46,99,97,108,108,40,116,41,41,114,101,116,117,114,110,33,49,59,118,97,114,32,101,61,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,116,41,59,114,101,116,117,114,110,32,110,117,108,108,61,61,61,101,124,124,101,61,61,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,125,102,117,110,99,116,105,111,110,32,118,40,116,41,123,114,101,116,117,114,110,34,91,111,98,106,101,99,116,32,68,97,116,101,93,34,61,61,61,105,46,99,97,108,108,40,116,41,125,102,117,110,99,116,105,111,110,32,103,40,116,41,123,114,101,116,117,114,110,34,91,111,98,106,101,99,116,32,70,105,108,101,93,34,61,61,61,105,46,99,97,108,108,40,116,41,125,102,117,110,99,116,105,111,110,32,109,40,116,41,123,114,101,116,117,114,110,34,91,111,98,106,101,99,116,32,66,108,111,98,93,34,61,61,61,105,46,99,97,108,108,40,116,41,125,102,117,110,99,116,105,111,110,32,98,40,116,41,123,114,101,116,117,114,110,34,91,111,98,106,101,99,116,32,70,117,110,99,116,105,111,110,93,34,61,61,61,105,46,99,97,108,108,40,116,41,125,102,117,110,99,116,105,111,110,32,121,40,116,41,123,114,101,116,117,114,110,32,100,40,116,41,38,38,98,40,116,46,112,105,112,101,41,125,102,117,110,99,116,105,111,110,32,119,40,116,41,123,114,101,116,117,114,110,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,85,82,76,83,101,97,114,99,104,80,97,114,97,109,115,38,38,116,32,105,110,115,116,97,110,99,101,111,102,32,85,82,76,83,101,97,114,99,104,80,97,114,97,109,115,125,102,117,110,99,116,105,111,110,32,95,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,47,94,92,115,42,47,44,34,34,41,46,114,101,112,108,97,99,101,40,47,92,115,42,36,47,44,34,34,41,125,102,117,110,99,116,105,111,110,32,120,40,41,123,114,101,116,117,114,110,40,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,110,97,118,105,103,97,116,111,114,124,124,34,82,101,97,99,116,78,97,116,105,118,101,34,33,61,61,110,97,118,105,103,97,116,111,114,46,112,114,111,100,117,99,116,38,38,34,78,97,116,105,118,101,83,99,114,105,112,116,34,33,61,61,110,97,118,105,103,97,116,111,114,46,112,114,111,100,117,99,116,38,38,34,78,83,34,33,61,61,110,97,118,105,103,97,116,111,114,46,112,114,111,100,117,99,116,41,38,38,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,100,111,99,117,109,101,110,116,41,125,102,117,110,99,116,105,111,110,32,79,40,116,44,101,41,123,105,102,40,110,117,108,108,33,61,61,116,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,116,41,105,102,40,34,111,98,106,101,99,116,34,33,61,61,116,121,112,101,111,102,32,116,38,38,40,116,61,91,116,93,41,44,111,40,116,41,41,102,111,114,40,118,97,114,32,110,61,48,44,114,61,116,46,108,101,110,103,116,104,59,110,60,114,59,110,43,43,41,101,46,99,97,108,108,40,110,117,108,108,44,116,91,110,93,44,110,44,116,41,59,101,108,115,101,32,102,111,114,40,118,97,114,32,105,32,105,110,32,116,41,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,116,44,105,41,38,38,101,46,99,97,108,108,40,110,117,108,108,44,116,91,105,93,44,105,44,116,41,125,102,117,110,99,116,105,111,110,32,83,40,41,123,118,97,114,32,116,61,123,125,59,102,117,110,99,116,105,111,110,32,101,40,101,44,110,41,123,112,40,116,91,110,93,41,38,38,112,40,101,41,63,116,91,110,93,61,83,40,116,91,110,93,44,101,41,58,112,40,101,41,63,116,91,110,93,61,83,40,123,125,44,101,41,58,111,40,101,41,63,116,91,110,93,61,101,46,115,108,105,99,101,40,41,58,116,91,110,93,61,101,125,102,111,114,40,118,97,114,32,110,61,48,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,110,60,114,59,110,43,43,41,79,40,97,114,103,117,109,101,110,116,115,91,110,93,44,101,41,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,107,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,79,40,101,44,40,102,117,110,99,116,105,111,110,40,101,44,105,41,123,116,91,105,93,61,110,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,63,114,40,101,44,110,41,58,101,125,41,41,44,116,125,102,117,110,99,116,105,111,110,32,67,40,116,41,123,114,101,116,117,114,110,32,54,53,50,55,57,61,61,61,116,46,99,104,97,114,67,111,100,101,65,116,40,48,41,38,38,40,116,61,116,46,115,108,105,99,101,40,49,41,41,44,116,125,116,46,101,120,112,111,114,116,115,61,123,105,115,65,114,114,97,121,58,111,44,105,115,65,114,114,97,121,66,117,102,102,101,114,58,99,44,105,115,66,117,102,102,101,114,58,115,44,105,115,70,111,114,109,68,97,116,97,58,117,44,105,115,65,114,114,97,121,66,117,102,102,101,114,86,105,101,119,58,108,44,105,115,83,116,114,105,110,103,58,102,44,105,115,78,117,109,98,101,114,58,104,44,105,115,79,98,106,101,99,116,58,100,44,105,115,80,108,97,105,110,79,98,106,101,99,116,58,112,44,105,115,85,110,100,101,102,105,110,101,100,58,97,44,105,115,68,97,116,101,58,118,44,105,115,70,105,108,101,58,103,44,105,115,66,108,111,98,58,109,44,105,115,70,117,110,99,116,105,111,110,58,98,44,105,115,83,116,114,101,97,109,58,121,44,105,115,85,82,76,83,101,97,114,99,104,80,97,114,97,109,115,58,119,44,105,115,83,116,97,110,100,97,114,100,66,114,111,119,115,101,114,69,110,118,58,120,44,102,111,114,69,97,99,104,58,79,44,109,101,114,103,101,58,83,44,101,120,116,101,110,100,58,107,44,116,114,105,109,58,95,44,115,116,114,105,112,66,79,77,58,67,125,125,44,99,54,51,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,56,56,50,48,34,41,44,116,46,101,120,112,111,114,116,115,61,110,40,34,97,48,54,102,34,41,46,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,125,44,99,54,54,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,52,50,101,101,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,114,40,116,104,105,115,41,44,101,61,34,34,59,114,101,116,117,114,110,32,116,46,103,108,111,98,97,108,38,38,40,101,43,61,34,103,34,41,44,116,46,105,103,110,111,114,101,67,97,115,101,38,38,40,101,43,61,34,105,34,41,44,116,46,109,117,108,116,105,108,105,110,101,38,38,40,101,43,61,34,109,34,41,44,116,46,117,110,105,99,111,100,101,38,38,40,101,43,61,34,117,34,41,44,116,46,115,116,105,99,107,121,38,38,40,101,43,61,34,121,34,41,44,101,125,125,44,99,54,97,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,79,98,106,101,99,116,34,44,123,99,114,101,97,116,101,58,110,40,34,97,102,51,51,34,41,125,41,125,44,99,54,98,54,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,123,125,46,116,111,83,116,114,105,110,103,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,125,125,44,99,54,99,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,97,56,52,34,41,44,105,61,110,40,34,99,101,52,101,34,41,44,111,61,34,95,95,99,111,114,101,45,106,115,95,115,104,97,114,101,100,95,95,34,44,97,61,114,91,111,93,124,124,105,40,111,44,123,125,41,59,116,46,101,120,112,111,114,116,115,61,97,125,44,99,55,53,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,102,102,51,53,34,41,59,114,40,114,46,83,43,114,46,70,42,40,105,33,61,77,97,116,104,46,101,120,112,109,49,41,44,34,77,97,116,104,34,44,123,101,120,112,109,49,58,105,125,41,125,44,99,55,97,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,102,50,54,34,41,44,105,61,110,40,34,49,53,52,98,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,101,32,105,110,32,116,63,114,46,102,40,116,44,101,44,105,40,48,44,110,41,41,58,116,91,101,93,61,110,125,125,44,99,55,99,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,98,52,54,48,34,41,44,111,61,110,40,34,54,55,52,52,34,41,44,97,61,47,34,47,103,44,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,83,116,114,105,110,103,40,111,40,116,41,41,44,115,61,34,60,34,43,101,59,114,101,116,117,114,110,34,34,33,61,61,110,38,38,40,115,43,61,34,32,34,43,110,43,39,61,34,39,43,83,116,114,105,110,103,40,114,41,46,114,101,112,108,97,99,101,40,97,44,34,38,113,117,111,116,59,34,41,43,39,34,39,41,44,115,43,34,62,34,43,105,43,34,60,47,34,43,101,43,34,62,34,125,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,123,125,59,110,91,116,93,61,101,40,115,41,44,114,40,114,46,80,43,114,46,70,42,105,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,34,34,91,116,93,40,39,34,39,41,59,114,101,116,117,114,110,32,101,33,61,61,101,46,116,111,76,111,119,101,114,67,97,115,101,40,41,124,124,101,46,115,112,108,105,116,40,39,34,39,41,46,108,101,110,103,116,104,62,51,125,41,41,44,34,83,116,114,105,110,103,34,44,110,41,125,125,44,99,56,49,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,110,40,34,57,52,101,52,34,41,40,34,110,97,116,105,118,101,45,102,117,110,99,116,105,111,110,45,116,111,45,115,116,114,105,110,103,34,44,70,117,110,99,116,105,111,110,46,116,111,83,116,114,105,110,103,41,125,44,99,56,51,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,57,52,101,52,34,41,40,34,107,101,121,115,34,41,44,105,61,110,40,34,97,57,48,57,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,91,116,93,124,124,40,114,91,116,93,61,105,40,116,41,41,125,125,44,99,56,97,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,99,53,51,50,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,46,102,111,114,69,97,99,104,40,116,44,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,114,33,61,61,101,38,38,114,46,116,111,85,112,112,101,114,67,97,115,101,40,41,61,61,61,101,46,116,111,85,112,112,101,114,67,97,115,101,40,41,38,38,40,116,91,101,93,61,110,44,100,101,108,101,116,101,32,116,91,114,93,41,125,41,41,125,125,44,99,56,98,97,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,59,110,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,40,41,59,116,114,121,123,110,61,110,124,124,110,101,119,32,70,117,110,99,116,105,111,110,40,34,114,101,116,117,114,110,32,116,104,105,115,34,41,40,41,125,99,97,116,99,104,40,114,41,123,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,38,38,40,110,61,119,105,110,100,111,119,41,125,116,46,101,120,112,111,114,116,115,61,110,125,44,99,56,100,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,48,51,57,34,41,44,105,61,110,40,34,53,56,57,57,34,41,44,111,61,34,226,128,139,194,133,225,160,142,34,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,33,105,91,116,93,40,41,124,124,111,91,116,93,40,41,33,61,111,124,124,105,91,116,93,46,110,97,109,101,33,61,61,116,125,41,41,125,125,44,99,57,49,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,44,111,44,97,61,110,40,34,100,52,48,49,34,41,44,115,61,110,40,34,101,50,98,48,34,41,44,99,61,110,40,34,101,102,49,53,34,41,44,117,61,110,40,34,50,53,53,49,34,41,44,108,61,110,40,34,50,53,53,97,34,41,44,102,61,108,46,112,114,111,99,101,115,115,44,104,61,108,46,115,101,116,73,109,109,101,100,105,97,116,101,44,100,61,108,46,99,108,101,97,114,73,109,109,101,100,105,97,116,101,44,112,61,108,46,77,101,115,115,97,103,101,67,104,97,110,110,101,108,44,118,61,108,46,68,105,115,112,97,116,99,104,44,103,61,48,44,109,61,123,125,44,98,61,34,111,110,114,101,97,100,121,115,116,97,116,101,99,104,97,110,103,101,34,44,121,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,43,116,104,105,115,59,105,102,40,109,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,116,41,41,123,118,97,114,32,101,61,109,91,116,93,59,100,101,108,101,116,101,32,109,91,116,93,44,101,40,41,125,125,44,119,61,102,117,110,99,116,105,111,110,40,116,41,123,121,46,99,97,108,108,40,116,46,100,97,116,97,41,125,59,104,38,38,100,124,124,40,104,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,91,93,44,110,61,49,59,119,104,105,108,101,40,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,110,41,101,46,112,117,115,104,40,97,114,103,117,109,101,110,116,115,91,110,43,43,93,41,59,114,101,116,117,114,110,32,109,91,43,43,103,93,61,102,117,110,99,116,105,111,110,40,41,123,115,40,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,63,116,58,70,117,110,99,116,105,111,110,40,116,41,44,101,41,125,44,114,40,103,41,44,103,125,44,100,61,102,117,110,99,116,105,111,110,40,116,41,123,100,101,108,101,116,101,32,109,91,116,93,125,44,34,112,114,111,99,101,115,115,34,61,61,110,40,34,100,102,97,53,34,41,40,102,41,63,114,61,102,117,110,99,116,105,111,110,40,116,41,123,102,46,110,101,120,116,84,105,99,107,40,97,40,121,44,116,44,49,41,41,125,58,118,38,38,118,46,110,111,119,63,114,61,102,117,110,99,116,105,111,110,40,116,41,123,118,46,110,111,119,40,97,40,121,44,116,44,49,41,41,125,58,112,63,40,105,61,110,101,119,32,112,44,111,61,105,46,112,111,114,116,50,44,105,46,112,111,114,116,49,46,111,110,109,101,115,115,97,103,101,61,119,44,114,61,97,40,111,46,112,111,115,116,77,101,115,115,97,103,101,44,111,44,49,41,41,58,108,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,112,111,115,116,77,101,115,115,97,103,101,38,38,33,108,46,105,109,112,111,114,116,83,99,114,105,112,116,115,63,40,114,61,102,117,110,99,116,105,111,110,40,116,41,123,108,46,112,111,115,116,77,101,115,115,97,103,101,40,116,43,34,34,44,34,42,34,41,125,44,108,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,101,115,115,97,103,101,34,44,119,44,33,49,41,41,58,114,61,98,32,105,110,32,117,40,34,115,99,114,105,112,116,34,41,63,102,117,110,99,116,105,111,110,40,116,41,123,99,46,97,112,112,101,110,100,67,104,105,108,100,40,117,40,34,115,99,114,105,112,116,34,41,41,91,98,93,61,102,117,110,99,116,105,111,110,40,41,123,99,46,114,101,109,111,118,101,67,104,105,108,100,40,116,104,105,115,41,44,121,46,99,97,108,108,40,116,41,125,125,58,102,117,110,99,116,105,111,110,40,116,41,123,115,101,116,84,105,109,101,111,117,116,40,97,40,121,44,116,44,49,41,44,48,41,125,41,44,116,46,101,120,112,111,114,116,115,61,123,115,101,116,58,104,44,99,108,101,97,114,58,100,125,125,44,99,97,56,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,53,49,51,53,34,41,44,105,61,110,40,34,102,99,54,97,34,41,44,111,61,110,40,34,52,100,54,52,34,41,46,105,110,100,101,120,79,102,44,97,61,110,40,34,100,48,49,50,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,115,61,105,40,116,41,44,99,61,48,44,117,61,91,93,59,102,111,114,40,110,32,105,110,32,115,41,33,114,40,97,44,110,41,38,38,114,40,115,44,110,41,38,38,117,46,112,117,115,104,40,110,41,59,119,104,105,108,101,40,101,46,108,101,110,103,116,104,62,99,41,114,40,115,44,110,61,101,91,99,43,43,93,41,38,38,40,126,111,40,117,44,110,41,124,124,117,46,112,117,115,104,40,110,41,41,59,114,101,116,117,114,110,32,117,125,125,44,99,97,97,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,52,100,54,52,34,41,46,105,110,99,108,117,100,101,115,44,111,61,110,40,34,52,52,100,50,34,41,59,114,40,123,116,97,114,103,101,116,58,34,65,114,114,97,121,34,44,112,114,111,116,111,58,33,48,125,44,123,105,110,99,108,117,100,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,125,41,44,111,40,34,105,110,99,108,117,100,101,115,34,41,125,44,99,97,101,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,99,101,98,54,34,41,44,111,61,91,93,46,106,111,105,110,59,114,40,114,46,80,43,114,46,70,42,40,110,40,34,50,54,51,53,34,41,33,61,79,98,106,101,99,116,124,124,33,110,40,34,54,48,97,49,34,41,40,111,41,41,44,34,65,114,114,97,121,34,44,123,106,111,105,110,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,111,46,99,97,108,108,40,105,40,116,104,105,115,41,44,118,111,105,100,32,48,61,61,61,116,63,34,44,34,58,116,41,125,125,41,125,44,99,98,48,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,101,98,54,34,41,44,105,61,110,40,34,53,56,100,49,34,41,44,111,61,110,40,34,53,49,97,99,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,97,41,123,118,97,114,32,115,44,99,61,114,40,101,41,44,117,61,105,40,99,46,108,101,110,103,116,104,41,44,108,61,111,40,97,44,117,41,59,105,102,40,116,38,38,110,33,61,110,41,123,119,104,105,108,101,40,117,62,108,41,105,102,40,115,61,99,91,108,43,43,93,44,115,33,61,115,41,114,101,116,117,114,110,33,48,125,101,108,115,101,32,102,111,114,40,59,117,62,108,59,108,43,43,41,105,102,40,40,116,124,124,108,32,105,110,32,99,41,38,38,99,91,108,93,61,61,61,110,41,114,101,116,117,114,110,32,116,124,124,108,124,124,48,59,114,101,116,117,114,110,33,116,38,38,45,49,125,125,125,44,99,98,52,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,99,108,97,115,115,32,114,123,115,116,97,116,105,99,32,99,114,101,97,116,101,40,46,46,46,116,41,123,114,101,116,117,114,110,32,110,101,119,32,116,104,105,115,40,46,46,46,116,41,125,109,105,120,73,110,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,116,104,105,115,44,116,41,125,99,108,111,110,101,40,41,123,99,111,110,115,116,32,116,61,110,101,119,32,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,59,114,101,116,117,114,110,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,116,44,116,104,105,115,41,44,116,125,125,99,108,97,115,115,32,105,32,101,120,116,101,110,100,115,32,114,123,99,111,110,115,116,114,117,99,116,111,114,40,116,61,91,93,44,101,61,52,42,116,46,108,101,110,103,116,104,41,123,115,117,112,101,114,40,41,59,108,101,116,32,110,61,116,59,105,102,40,110,32,105,110,115,116,97,110,99,101,111,102,32,65,114,114,97,121,66,117,102,102,101,114,38,38,40,110,61,110,101,119,32,85,105,110,116,56,65,114,114,97,121,40,110,41,41,44,40,110,32,105,110,115,116,97,110,99,101,111,102,32,73,110,116,56,65,114,114,97,121,124,124,110,32,105,110,115,116,97,110,99,101,111,102,32,85,105,110,116,56,67,108,97,109,112,101,100,65,114,114,97,121,124,124,110,32,105,110,115,116,97,110,99,101,111,102,32,73,110,116,49,54,65,114,114,97,121,124,124,110,32,105,110,115,116,97,110,99,101,111,102,32,85,105,110,116,49,54,65,114,114,97,121,124,124,110,32,105,110,115,116,97,110,99,101,111,102,32,73,110,116,51,50,65,114,114,97,121,124,124,110,32,105,110,115,116,97,110,99,101,111,102,32,85,105,110,116,51,50,65,114,114,97,121,124,124,110,32,105,110,115,116,97,110,99,101,111,102,32,70,108,111,97,116,51,50,65,114,114,97,121,124,124,110,32,105,110,115,116,97,110,99,101,111,102,32,70,108,111,97,116,54,52,65,114,114,97,121,41,38,38,40,110,61,110,101,119,32,85,105,110,116,56,65,114,114,97,121,40,110,46,98,117,102,102,101,114,44,110,46,98,121,116,101,79,102,102,115,101,116,44,110,46,98,121,116,101,76,101,110,103,116,104,41,41,44,110,32,105,110,115,116,97,110,99,101,111,102,32,85,105,110,116,56,65,114,114,97,121,41,123,99,111,110,115,116,32,116,61,110,46,98,121,116,101,76,101,110,103,116,104,44,101,61,91,93,59,102,111,114,40,108,101,116,32,114,61,48,59,114,60,116,59,114,43,61,49,41,101,91,114,62,62,62,50,93,124,61,110,91,114,93,60,60,50,52,45,114,37,52,42,56,59,116,104,105,115,46,119,111,114,100,115,61,101,44,116,104,105,115,46,115,105,103,66,121,116,101,115,61,116,125,101,108,115,101,32,116,104,105,115,46,119,111,114,100,115,61,116,44,116,104,105,115,46,115,105,103,66,121,116,101,115,61,101,125,115,116,97,116,105,99,32,114,97,110,100,111,109,40,116,41,123,99,111,110,115,116,32,101,61,91,93,44,110,61,116,61,62,123,108,101,116,32,101,61,116,44,110,61,57,56,55,54,53,52,51,50,49,59,99,111,110,115,116,32,114,61,52,50,57,52,57,54,55,50,57,53,59,114,101,116,117,114,110,40,41,61,62,123,110,61,51,54,57,54,57,42,40,54,53,53,51,53,38,110,41,43,40,110,62,62,49,54,41,38,114,44,101,61,49,56,101,51,42,40,54,53,53,51,53,38,101,41,43,40,101,62,62,49,54,41,38,114,59,108,101,116,32,116,61,40,110,60,60,49,54,41,43,101,38,114,59,114,101,116,117,114,110,32,116,47,61,52,50,57,52,57,54,55,50,57,54,44,116,43,61,46,53,44,116,42,40,77,97,116,104,46,114,97,110,100,111,109,40,41,62,46,53,63,49,58,45,49,41,125,125,59,102,111,114,40,108,101,116,32,114,44,105,61,48,59,105,60,116,59,105,43,61,52,41,123,99,111,110,115,116,32,116,61,110,40,52,50,57,52,57,54,55,50,57,54,42,40,114,124,124,77,97,116,104,46,114,97,110,100,111,109,40,41,41,41,59,114,61,57,56,55,54,53,52,48,55,49,42,116,40,41,44,101,46,112,117,115,104,40,52,50,57,52,57,54,55,50,57,54,42,116,40,41,124,48,41,125,114,101,116,117,114,110,32,110,101,119,32,105,40,101,44,116,41,125,116,111,83,116,114,105,110,103,40,116,61,111,41,123,114,101,116,117,114,110,32,116,46,115,116,114,105,110,103,105,102,121,40,116,104,105,115,41,125,99,111,110,99,97,116,40,116,41,123,99,111,110,115,116,32,101,61,116,104,105,115,46,119,111,114,100,115,44,110,61,116,46,119,111,114,100,115,44,114,61,116,104,105,115,46,115,105,103,66,121,116,101,115,44,105,61,116,46,115,105,103,66,121,116,101,115,59,105,102,40,116,104,105,115,46,99,108,97,109,112,40,41,44,114,37,52,41,102,111,114,40,108,101,116,32,111,61,48,59,111,60,105,59,111,43,61,49,41,123,99,111,110,115,116,32,116,61,110,91,111,62,62,62,50,93,62,62,62,50,52,45,111,37,52,42,56,38,50,53,53,59,101,91,114,43,111,62,62,62,50,93,124,61,116,60,60,50,52,45,40,114,43,111,41,37,52,42,56,125,101,108,115,101,32,102,111,114,40,108,101,116,32,111,61,48,59,111,60,105,59,111,43,61,52,41,101,91,114,43,111,62,62,62,50,93,61,110,91,111,62,62,62,50,93,59,114,101,116,117,114,110,32,116,104,105,115,46,115,105,103,66,121,116,101,115,43,61,105,44,116,104,105,115,125,99,108,97,109,112,40,41,123,99,111,110,115,116,123,119,111,114,100,115,58,116,44,115,105,103,66,121,116,101,115,58,101,125,61,116,104,105,115,59,116,91,101,62,62,62,50,93,38,61,52,50,57,52,57,54,55,50,57,53,60,60,51,50,45,101,37,52,42,56,44,116,46,108,101,110,103,116,104,61,77,97,116,104,46,99,101,105,108,40,101,47,52,41,125,99,108,111,110,101,40,41,123,99,111,110,115,116,32,116,61,115,117,112,101,114,46,99,108,111,110,101,46,99,97,108,108,40,116,104,105,115,41,59,114,101,116,117,114,110,32,116,46,119,111,114,100,115,61,116,104,105,115,46,119,111,114,100,115,46,115,108,105,99,101,40,48,41,44,116,125,125,99,111,110,115,116,32,111,61,123,115,116,114,105,110,103,105,102,121,40,116,41,123,99,111,110,115,116,123,119,111,114,100,115,58,101,44,115,105,103,66,121,116,101,115,58,110,125,61,116,44,114,61,91,93,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,110,59,105,43,61,49,41,123,99,111,110,115,116,32,116,61,101,91,105,62,62,62,50,93,62,62,62,50,52,45,105,37,52,42,56,38,50,53,53,59,114,46,112,117,115,104,40,40,116,62,62,62,52,41,46,116,111,83,116,114,105,110,103,40,49,54,41,41,44,114,46,112,117,115,104,40,40,49,53,38,116,41,46,116,111,83,116,114,105,110,103,40,49,54,41,41,125,114,101,116,117,114,110,32,114,46,106,111,105,110,40,34,34,41,125,44,112,97,114,115,101,40,116,41,123,99,111,110,115,116,32,101,61,116,46,108,101,110,103,116,104,44,110,61,91,93,59,102,111,114,40,108,101,116,32,114,61,48,59,114,60,101,59,114,43,61,50,41,110,91,114,62,62,62,51,93,124,61,112,97,114,115,101,73,110,116,40,116,46,115,117,98,115,116,114,40,114,44,50,41,44,49,54,41,60,60,50,52,45,114,37,56,42,52,59,114,101,116,117,114,110,32,110,101,119,32,105,40,110,44,101,47,50,41,125,125,44,97,61,123,115,116,114,105,110,103,105,102,121,40,116,41,123,99,111,110,115,116,123,119,111,114,100,115,58,101,44,115,105,103,66,121,116,101,115,58,110,125,61,116,44,114,61,91,93,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,110,59,105,43,61,49,41,123,99,111,110,115,116,32,116,61,101,91,105,62,62,62,50,93,62,62,62,50,52,45,105,37,52,42,56,38,50,53,53,59,114,46,112,117,115,104,40,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,116,41,41,125,114,101,116,117,114,110,32,114,46,106,111,105,110,40,34,34,41,125,44,112,97,114,115,101,40,116,41,123,99,111,110,115,116,32,101,61,116,46,108,101,110,103,116,104,44,110,61,91,93,59,102,111,114,40,108,101,116,32,114,61,48,59,114,60,101,59,114,43,61,49,41,110,91,114,62,62,62,50,93,124,61,40,50,53,53,38,116,46,99,104,97,114,67,111,100,101,65,116,40,114,41,41,60,60,50,52,45,114,37,52,42,56,59,114,101,116,117,114,110,32,110,101,119,32,105,40,110,44,101,41,125,125,44,115,61,123,115,116,114,105,110,103,105,102,121,40,116,41,123,116,114,121,123,114,101,116,117,114,110,32,100,101,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,101,115,99,97,112,101,40,97,46,115,116,114,105,110,103,105,102,121,40,116,41,41,41,125,99,97,116,99,104,40,101,41,123,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,77,97,108,102,111,114,109,101,100,32,85,84,70,45,56,32,100,97,116,97,34,41,125,125,44,112,97,114,115,101,40,116,41,123,114,101,116,117,114,110,32,97,46,112,97,114,115,101,40,117,110,101,115,99,97,112,101,40,101,110,99,111,100,101,85,82,73,67,111,109,112,111,110,101,110,116,40,116,41,41,41,125,125,59,99,108,97,115,115,32,99,32,101,120,116,101,110,100,115,32,114,123,99,111,110,115,116,114,117,99,116,111,114,40,41,123,115,117,112,101,114,40,41,44,116,104,105,115,46,95,109,105,110,66,117,102,102,101,114,83,105,122,101,61,48,125,114,101,115,101,116,40,41,123,116,104,105,115,46,95,100,97,116,97,61,110,101,119,32,105,44,116,104,105,115,46,95,110,68,97,116,97,66,121,116,101,115,61,48,125,95,97,112,112,101,110,100,40,116,41,123,108,101,116,32,101,61,116,59,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,101,38,38,40,101,61,115,46,112,97,114,115,101,40,101,41,41,44,116,104,105,115,46,95,100,97,116,97,46,99,111,110,99,97,116,40,101,41,44,116,104,105,115,46,95,110,68,97,116,97,66,121,116,101,115,43,61,101,46,115,105,103,66,121,116,101,115,125,95,112,114,111,99,101,115,115,40,116,41,123,108,101,116,32,101,59,99,111,110,115,116,123,95,100,97,116,97,58,110,44,98,108,111,99,107,83,105,122,101,58,114,125,61,116,104,105,115,44,111,61,110,46,119,111,114,100,115,44,97,61,110,46,115,105,103,66,121,116,101,115,44,115,61,52,42,114,59,108,101,116,32,99,61,97,47,115,59,99,61,116,63,77,97,116,104,46,99,101,105,108,40,99,41,58,77,97,116,104,46,109,97,120,40,40,48,124,99,41,45,116,104,105,115,46,95,109,105,110,66,117,102,102,101,114,83,105,122,101,44,48,41,59,99,111,110,115,116,32,117,61,99,42,114,44,108,61,77,97,116,104,46,109,105,110,40,52,42,117,44,97,41,59,105,102,40,117,41,123,102,111,114,40,108,101,116,32,116,61,48,59,116,60,117,59,116,43,61,114,41,116,104,105,115,46,95,100,111,80,114,111,99,101,115,115,66,108,111,99,107,40,111,44,116,41,59,101,61,111,46,115,112,108,105,99,101,40,48,44,117,41,44,110,46,115,105,103,66,121,116,101,115,45,61,108,125,114,101,116,117,114,110,32,110,101,119,32,105,40,101,44,108,41,125,99,108,111,110,101,40,41,123,99,111,110,115,116,32,116,61,115,117,112,101,114,46,99,108,111,110,101,46,99,97,108,108,40,116,104,105,115,41,59,114,101,116,117,114,110,32,116,46,95,100,97,116,97,61,116,104,105,115,46,95,100,97,116,97,46,99,108,111,110,101,40,41,44,116,125,125,99,108,97,115,115,32,117,32,101,120,116,101,110,100,115,32,99,123,99,111,110,115,116,114,117,99,116,111,114,40,116,41,123,115,117,112,101,114,40,41,44,116,104,105,115,46,98,108,111,99,107,83,105,122,101,61,49,54,44,116,104,105,115,46,99,102,103,61,79,98,106,101,99,116,46,97,115,115,105,103,110,40,110,101,119,32,114,44,116,41,44,116,104,105,115,46,114,101,115,101,116,40,41,125,115,116,97,116,105,99,32,95,99,114,101,97,116,101,72,101,108,112,101,114,40,116,41,123,114,101,116,117,114,110,40,101,44,110,41,61,62,110,101,119,32,116,40,110,41,46,102,105,110,97,108,105,122,101,40,101,41,125,115,116,97,116,105,99,32,95,99,114,101,97,116,101,72,109,97,99,72,101,108,112,101,114,40,116,41,123,114,101,116,117,114,110,40,101,44,110,41,61,62,110,101,119,32,108,40,116,44,110,41,46,102,105,110,97,108,105,122,101,40,101,41,125,114,101,115,101,116,40,41,123,115,117,112,101,114,46,114,101,115,101,116,46,99,97,108,108,40,116,104,105,115,41,44,116,104,105,115,46,95,100,111,82,101,115,101,116,40,41,125,117,112,100,97,116,101,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,112,112,101,110,100,40,116,41,44,116,104,105,115,46,95,112,114,111,99,101,115,115,40,41,44,116,104,105,115,125,102,105,110,97,108,105,122,101,40,116,41,123,116,38,38,116,104,105,115,46,95,97,112,112,101,110,100,40,116,41,59,99,111,110,115,116,32,101,61,116,104,105,115,46,95,100,111,70,105,110,97,108,105,122,101,40,41,59,114,101,116,117,114,110,32,101,125,125,99,108,97,115,115,32,108,32,101,120,116,101,110,100,115,32,114,123,99,111,110,115,116,114,117,99,116,111,114,40,116,44,101,41,123,115,117,112,101,114,40,41,59,99,111,110,115,116,32,110,61,110,101,119,32,116,59,116,104,105,115,46,95,104,97,115,104,101,114,61,110,59,108,101,116,32,114,61,101,59,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,114,38,38,40,114,61,115,46,112,97,114,115,101,40,114,41,41,59,99,111,110,115,116,32,105,61,110,46,98,108,111,99,107,83,105,122,101,44,111,61,52,42,105,59,114,46,115,105,103,66,121,116,101,115,62,111,38,38,40,114,61,110,46,102,105,110,97,108,105,122,101,40,101,41,41,44,114,46,99,108,97,109,112,40,41,59,99,111,110,115,116,32,97,61,114,46,99,108,111,110,101,40,41,59,116,104,105,115,46,95,111,75,101,121,61,97,59,99,111,110,115,116,32,99,61,114,46,99,108,111,110,101,40,41,59,116,104,105,115,46,95,105,75,101,121,61,99,59,99,111,110,115,116,32,117,61,97,46,119,111,114,100,115,44,108,61,99,46,119,111,114,100,115,59,102,111,114,40,108,101,116,32,115,61,48,59,115,60,105,59,115,43,61,49,41,117,91,115,93,94,61,49,53,52,57,53,53,54,56,50,56,44,108,91,115,93,94,61,57,48,57,53,50,50,52,56,54,59,97,46,115,105,103,66,121,116,101,115,61,111,44,99,46,115,105,103,66,121,116,101,115,61,111,44,116,104,105,115,46,114,101,115,101,116,40,41,125,114,101,115,101,116,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,46,95,104,97,115,104,101,114,59,116,46,114,101,115,101,116,40,41,44,116,46,117,112,100,97,116,101,40,116,104,105,115,46,95,105,75,101,121,41,125,117,112,100,97,116,101,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,104,97,115,104,101,114,46,117,112,100,97,116,101,40,116,41,44,116,104,105,115,125,102,105,110,97,108,105,122,101,40,116,41,123,99,111,110,115,116,32,101,61,116,104,105,115,46,95,104,97,115,104,101,114,44,110,61,101,46,102,105,110,97,108,105,122,101,40,116,41,59,101,46,114,101,115,101,116,40,41,59,99,111,110,115,116,32,114,61,101,46,102,105,110,97,108,105,122,101,40,116,104,105,115,46,95,111,75,101,121,46,99,108,111,110,101,40,41,46,99,111,110,99,97,116,40,110,41,41,59,114,101,116,117,114,110,32,114,125,125,99,111,110,115,116,32,102,61,105,59,99,108,97,115,115,32,104,32,101,120,116,101,110,100,115,32,114,123,99,111,110,115,116,114,117,99,116,111,114,40,116,44,101,41,123,115,117,112,101,114,40,41,44,116,104,105,115,46,104,105,103,104,61,116,44,116,104,105,115,46,108,111,119,61,101,125,125,99,108,97,115,115,32,100,32,101,120,116,101,110,100,115,32,114,123,99,111,110,115,116,114,117,99,116,111,114,40,116,61,91,93,44,101,61,56,42,116,46,108,101,110,103,116,104,41,123,115,117,112,101,114,40,41,44,116,104,105,115,46,119,111,114,100,115,61,116,44,116,104,105,115,46,115,105,103,66,121,116,101,115,61,101,125,116,111,88,51,50,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,46,119,111,114,100,115,44,101,61,116,46,108,101,110,103,116,104,44,110,61,91,93,59,102,111,114,40,108,101,116,32,114,61,48,59,114,60,101,59,114,43,61,49,41,123,99,111,110,115,116,32,101,61,116,91,114,93,59,110,46,112,117,115,104,40,101,46,104,105,103,104,41,44,110,46,112,117,115,104,40,101,46,108,111,119,41,125,114,101,116,117,114,110,32,102,46,99,114,101,97,116,101,40,110,44,116,104,105,115,46,115,105,103,66,121,116,101,115,41,125,99,108,111,110,101,40,41,123,99,111,110,115,116,32,116,61,115,117,112,101,114,46,99,108,111,110,101,46,99,97,108,108,40,116,104,105,115,41,59,116,46,119,111,114,100,115,61,116,104,105,115,46,119,111,114,100,115,46,115,108,105,99,101,40,48,41,59,99,111,110,115,116,123,119,111,114,100,115,58,101,125,61,116,44,110,61,101,46,108,101,110,103,116,104,59,102,111,114,40,108,101,116,32,114,61,48,59,114,60,110,59,114,43,61,49,41,101,91,114,93,61,101,91,114,93,46,99,108,111,110,101,40,41,59,114,101,116,117,114,110,32,116,125,125,99,111,110,115,116,32,112,61,40,116,44,101,44,110,41,61,62,123,99,111,110,115,116,32,114,61,91,93,59,108,101,116,32,111,61,48,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,101,59,105,43,61,49,41,105,102,40,105,37,52,41,123,99,111,110,115,116,32,101,61,110,91,116,46,99,104,97,114,67,111,100,101,65,116,40,105,45,49,41,93,60,60,105,37,52,42,50,44,97,61,110,91,116,46,99,104,97,114,67,111,100,101,65,116,40,105,41,93,62,62,62,54,45,105,37,52,42,50,44,115,61,101,124,97,59,114,91,111,62,62,62,50,93,124,61,115,60,60,50,52,45,111,37,52,42,56,44,111,43,61,49,125,114,101,116,117,114,110,32,105,46,99,114,101,97,116,101,40,114,44,111,41,125,44,118,61,123,115,116,114,105,110,103,105,102,121,40,116,41,123,99,111,110,115,116,123,119,111,114,100,115,58,101,44,115,105,103,66,121,116,101,115,58,110,125,61,116,44,114,61,116,104,105,115,46,95,109,97,112,59,116,46,99,108,97,109,112,40,41,59,99,111,110,115,116,32,105,61,91,93,59,102,111,114,40,108,101,116,32,97,61,48,59,97,60,110,59,97,43,61,51,41,123,99,111,110,115,116,32,116,61,101,91,97,62,62,62,50,93,62,62,62,50,52,45,97,37,52,42,56,38,50,53,53,44,111,61,101,91,97,43,49,62,62,62,50,93,62,62,62,50,52,45,40,97,43,49,41,37,52,42,56,38,50,53,53,44,115,61,101,91,97,43,50,62,62,62,50,93,62,62,62,50,52,45,40,97,43,50,41,37,52,42,56,38,50,53,53,44,99,61,116,60,60,49,54,124,111,60,60,56,124,115,59,102,111,114,40,108,101,116,32,101,61,48,59,101,60,52,38,38,97,43,46,55,53,42,101,60,110,59,101,43,61,49,41,105,46,112,117,115,104,40,114,46,99,104,97,114,65,116,40,99,62,62,62,54,42,40,51,45,101,41,38,54,51,41,41,125,99,111,110,115,116,32,111,61,114,46,99,104,97,114,65,116,40,54,52,41,59,105,102,40,111,41,119,104,105,108,101,40,105,46,108,101,110,103,116,104,37,52,41,105,46,112,117,115,104,40,111,41,59,114,101,116,117,114,110,32,105,46,106,111,105,110,40,34,34,41,125,44,112,97,114,115,101,40,116,41,123,108,101,116,32,101,61,116,46,108,101,110,103,116,104,59,99,111,110,115,116,32,110,61,116,104,105,115,46,95,109,97,112,59,108,101,116,32,114,61,116,104,105,115,46,95,114,101,118,101,114,115,101,77,97,112,59,105,102,40,33,114,41,123,116,104,105,115,46,95,114,101,118,101,114,115,101,77,97,112,61,91,93,44,114,61,116,104,105,115,46,95,114,101,118,101,114,115,101,77,97,112,59,102,111,114,40,108,101,116,32,116,61,48,59,116,60,110,46,108,101,110,103,116,104,59,116,43,61,49,41,114,91,110,46,99,104,97,114,67,111,100,101,65,116,40,116,41,93,61,116,125,99,111,110,115,116,32,105,61,110,46,99,104,97,114,65,116,40,54,52,41,59,105,102,40,105,41,123,99,111,110,115,116,32,110,61,116,46,105,110,100,101,120,79,102,40,105,41,59,45,49,33,61,61,110,38,38,40,101,61,110,41,125,114,101,116,117,114,110,32,112,40,116,44,101,44,114,41,125,44,95,109,97,112,58,34,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57,43,47,61,34,125,44,103,61,91,93,59,102,111,114,40,108,101,116,32,85,101,61,48,59,85,101,60,54,52,59,85,101,43,61,49,41,103,91,85,101,93,61,52,50,57,52,57,54,55,50,57,54,42,77,97,116,104,46,97,98,115,40,77,97,116,104,46,115,105,110,40,85,101,43,49,41,41,124,48,59,99,111,110,115,116,32,109,61,40,116,44,101,44,110,44,114,44,105,44,111,44,97,41,61,62,123,99,111,110,115,116,32,115,61,116,43,40,101,38,110,124,126,101,38,114,41,43,105,43,97,59,114,101,116,117,114,110,40,115,60,60,111,124,115,62,62,62,51,50,45,111,41,43,101,125,44,98,61,40,116,44,101,44,110,44,114,44,105,44,111,44,97,41,61,62,123,99,111,110,115,116,32,115,61,116,43,40,101,38,114,124,110,38,126,114,41,43,105,43,97,59,114,101,116,117,114,110,40,115,60,60,111,124,115,62,62,62,51,50,45,111,41,43,101,125,44,121,61,40,116,44,101,44,110,44,114,44,105,44,111,44,97,41,61,62,123,99,111,110,115,116,32,115,61,116,43,40,101,94,110,94,114,41,43,105,43,97,59,114,101,116,117,114,110,40,115,60,60,111,124,115,62,62,62,51,50,45,111,41,43,101,125,44,119,61,40,116,44,101,44,110,44,114,44,105,44,111,44,97,41,61,62,123,99,111,110,115,116,32,115,61,116,43,40,110,94,40,101,124,126,114,41,41,43,105,43,97,59,114,101,116,117,114,110,40,115,60,60,111,124,115,62,62,62,51,50,45,111,41,43,101,125,59,99,108,97,115,115,32,95,32,101,120,116,101,110,100,115,32,117,123,95,100,111,82,101,115,101,116,40,41,123,116,104,105,115,46,95,104,97,115,104,61,110,101,119,32,105,40,91,49,55,51,50,53,56,52,49,57,51,44,52,48,50,51,50,51,51,52,49,55,44,50,53,54,50,51,56,51,49,48,50,44,50,55,49,55,51,51,56,55,56,93,41,125,95,100,111,80,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,59,102,111,114,40,108,101,116,32,103,61,48,59,103,60,49,54,59,103,43,61,49,41,123,99,111,110,115,116,32,114,61,101,43,103,44,105,61,116,91,114,93,59,110,91,114,93,61,49,54,55,49,49,57,51,53,38,40,105,60,60,56,124,105,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,105,60,60,50,52,124,105,62,62,62,56,41,125,99,111,110,115,116,32,114,61,116,104,105,115,46,95,104,97,115,104,46,119,111,114,100,115,44,105,61,110,91,101,43,48,93,44,111,61,110,91,101,43,49,93,44,97,61,110,91,101,43,50,93,44,115,61,110,91,101,43,51,93,44,99,61,110,91,101,43,52,93,44,117,61,110,91,101,43,53,93,44,108,61,110,91,101,43,54,93,44,102,61,110,91,101,43,55,93,44,104,61,110,91,101,43,56,93,44,100,61,110,91,101,43,57,93,44,112,61,110,91,101,43,49,48,93,44,118,61,110,91,101,43,49,49,93,44,95,61,110,91,101,43,49,50,93,44,120,61,110,91,101,43,49,51,93,44,79,61,110,91,101,43,49,52,93,44,83,61,110,91,101,43,49,53,93,59,108,101,116,32,107,61,114,91,48,93,44,67,61,114,91,49,93,44,80,61,114,91,50,93,44,84,61,114,91,51,93,59,107,61,109,40,107,44,67,44,80,44,84,44,105,44,55,44,103,91,48,93,41,44,84,61,109,40,84,44,107,44,67,44,80,44,111,44,49,50,44,103,91,49,93,41,44,80,61,109,40,80,44,84,44,107,44,67,44,97,44,49,55,44,103,91,50,93,41,44,67,61,109,40,67,44,80,44,84,44,107,44,115,44,50,50,44,103,91,51,93,41,44,107,61,109,40,107,44,67,44,80,44,84,44,99,44,55,44,103,91,52,93,41,44,84,61,109,40,84,44,107,44,67,44,80,44,117,44,49,50,44,103,91,53,93,41,44,80,61,109,40,80,44,84,44,107,44,67,44,108,44,49,55,44,103,91,54,93,41,44,67,61,109,40,67,44,80,44,84,44,107,44,102,44,50,50,44,103,91,55,93,41,44,107,61,109,40,107,44,67,44,80,44,84,44,104,44,55,44,103,91,56,93,41,44,84,61,109,40,84,44,107,44,67,44,80,44,100,44,49,50,44,103,91,57,93,41,44,80,61,109,40,80,44,84,44,107,44,67,44,112,44,49,55,44,103,91,49,48,93,41,44,67,61,109,40,67,44,80,44,84,44,107,44,118,44,50,50,44,103,91,49,49,93,41,44,107,61,109,40,107,44,67,44,80,44,84,44,95,44,55,44,103,91,49,50,93,41,44,84,61,109,40,84,44,107,44,67,44,80,44,120,44,49,50,44,103,91,49,51,93,41,44,80,61,109,40,80,44,84,44,107,44,67,44,79,44,49,55,44,103,91,49,52,93,41,44,67,61,109,40,67,44,80,44,84,44,107,44,83,44,50,50,44,103,91,49,53,93,41,44,107,61,98,40,107,44,67,44,80,44,84,44,111,44,53,44,103,91,49,54,93,41,44,84,61,98,40,84,44,107,44,67,44,80,44,108,44,57,44,103,91,49,55,93,41,44,80,61,98,40,80,44,84,44,107,44,67,44,118,44,49,52,44,103,91,49,56,93,41,44,67,61,98,40,67,44,80,44,84,44,107,44,105,44,50,48,44,103,91,49,57,93,41,44,107,61,98,40,107,44,67,44,80,44,84,44,117,44,53,44,103,91,50,48,93,41,44,84,61,98,40,84,44,107,44,67,44,80,44,112,44,57,44,103,91,50,49,93,41,44,80,61,98,40,80,44,84,44,107,44,67,44,83,44,49,52,44,103,91,50,50,93,41,44,67,61,98,40,67,44,80,44,84,44,107,44,99,44,50,48,44,103,91,50,51,93,41,44,107,61,98,40,107,44,67,44,80,44,84,44,100,44,53,44,103,91,50,52,93,41,44,84,61,98,40,84,44,107,44,67,44,80,44,79,44,57,44,103,91,50,53,93,41,44,80,61,98,40,80,44,84,44,107,44,67,44,115,44,49,52,44,103,91,50,54,93,41,44,67,61,98,40,67,44,80,44,84,44,107,44,104,44,50,48,44,103,91,50,55,93,41,44,107,61,98,40,107,44,67,44,80,44,84,44,120,44,53,44,103,91,50,56,93,41,44,84,61,98,40,84,44,107,44,67,44,80,44,97,44,57,44,103,91,50,57,93,41,44,80,61,98,40,80,44,84,44,107,44,67,44,102,44,49,52,44,103,91,51,48,93,41,44,67,61,98,40,67,44,80,44,84,44,107,44,95,44,50,48,44,103,91,51,49,93,41,44,107,61,121,40,107,44,67,44,80,44,84,44,117,44,52,44,103,91,51,50,93,41,44,84,61,121,40,84,44,107,44,67,44,80,44,104,44,49,49,44,103,91,51,51,93,41,44,80,61,121,40,80,44,84,44,107,44,67,44,118,44,49,54,44,103,91,51,52,93,41,44,67,61,121,40,67,44,80,44,84,44,107,44,79,44,50,51,44,103,91,51,53,93,41,44,107,61,121,40,107,44,67,44,80,44,84,44,111,44,52,44,103,91,51,54,93,41,44,84,61,121,40,84,44,107,44,67,44,80,44,99,44,49,49,44,103,91,51,55,93,41,44,80,61,121,40,80,44,84,44,107,44,67,44,102,44,49,54,44,103,91,51,56,93,41,44,67,61,121,40,67,44,80,44,84,44,107,44,112,44,50,51,44,103,91,51,57,93,41,44,107,61,121,40,107,44,67,44,80,44,84,44,120,44,52,44,103,91,52,48,93,41,44,84,61,121,40,84,44,107,44,67,44,80,44,105,44,49,49,44,103,91,52,49,93,41,44,80,61,121,40,80,44,84,44,107,44,67,44,115,44,49,54,44,103,91,52,50,93,41,44,67,61,121,40,67,44,80,44,84,44,107,44,108,44,50,51,44,103,91,52,51,93,41,44,107,61,121,40,107,44,67,44,80,44,84,44,100,44,52,44,103,91,52,52,93,41,44,84,61,121,40,84,44,107,44,67,44,80,44,95,44,49,49,44,103,91,52,53,93,41,44,80,61,121,40,80,44,84,44,107,44,67,44,83,44,49,54,44,103,91,52,54,93,41,44,67,61,121,40,67,44,80,44,84,44,107,44,97,44,50,51,44,103,91,52,55,93,41,44,107,61,119,40,107,44,67,44,80,44,84,44,105,44,54,44,103,91,52,56,93,41,44,84,61,119,40,84,44,107,44,67,44,80,44,102,44,49,48,44,103,91,52,57,93,41,44,80,61,119,40,80,44,84,44,107,44,67,44,79,44,49,53,44,103,91,53,48,93,41,44,67,61,119,40,67,44,80,44,84,44,107,44,117,44,50,49,44,103,91,53,49,93,41,44,107,61,119,40,107,44,67,44,80,44,84,44,95,44,54,44,103,91,53,50,93,41,44,84,61,119,40,84,44,107,44,67,44,80,44,115,44,49,48,44,103,91,53,51,93,41,44,80,61,119,40,80,44,84,44,107,44,67,44,112,44,49,53,44,103,91,53,52,93,41,44,67,61,119,40,67,44,80,44,84,44,107,44,111,44,50,49,44,103,91,53,53,93,41,44,107,61,119,40,107,44,67,44,80,44,84,44,104,44,54,44,103,91,53,54,93,41,44,84,61,119,40,84,44,107,44,67,44,80,44,83,44,49,48,44,103,91,53,55,93,41,44,80,61,119,40,80,44,84,44,107,44,67,44,108,44,49,53,44,103,91,53,56,93,41,44,67,61,119,40,67,44,80,44,84,44,107,44,120,44,50,49,44,103,91,53,57,93,41,44,107,61,119,40,107,44,67,44,80,44,84,44,99,44,54,44,103,91,54,48,93,41,44,84,61,119,40,84,44,107,44,67,44,80,44,118,44,49,48,44,103,91,54,49,93,41,44,80,61,119,40,80,44,84,44,107,44,67,44,97,44,49,53,44,103,91,54,50,93,41,44,67,61,119,40,67,44,80,44,84,44,107,44,100,44,50,49,44,103,91,54,51,93,41,44,114,91,48,93,61,114,91,48,93,43,107,124,48,44,114,91,49,93,61,114,91,49,93,43,67,124,48,44,114,91,50,93,61,114,91,50,93,43,80,124,48,44,114,91,51,93,61,114,91,51,93,43,84,124,48,125,95,100,111,70,105,110,97,108,105,122,101,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,46,95,100,97,116,97,44,101,61,116,46,119,111,114,100,115,44,110,61,56,42,116,104,105,115,46,95,110,68,97,116,97,66,121,116,101,115,44,114,61,56,42,116,46,115,105,103,66,121,116,101,115,59,101,91,114,62,62,62,53,93,124,61,49,50,56,60,60,50,52,45,114,37,51,50,59,99,111,110,115,116,32,105,61,77,97,116,104,46,102,108,111,111,114,40,110,47,52,50,57,52,57,54,55,50,57,54,41,44,111,61,110,59,101,91,49,53,43,40,114,43,54,52,62,62,62,57,60,60,52,41,93,61,49,54,55,49,49,57,51,53,38,40,105,60,60,56,124,105,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,105,60,60,50,52,124,105,62,62,62,56,41,44,101,91,49,52,43,40,114,43,54,52,62,62,62,57,60,60,52,41,93,61,49,54,55,49,49,57,51,53,38,40,111,60,60,56,124,111,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,111,60,60,50,52,124,111,62,62,62,56,41,44,116,46,115,105,103,66,121,116,101,115,61,52,42,40,101,46,108,101,110,103,116,104,43,49,41,44,116,104,105,115,46,95,112,114,111,99,101,115,115,40,41,59,99,111,110,115,116,32,97,61,116,104,105,115,46,95,104,97,115,104,44,115,61,97,46,119,111,114,100,115,59,102,111,114,40,108,101,116,32,99,61,48,59,99,60,52,59,99,43,61,49,41,123,99,111,110,115,116,32,116,61,115,91,99,93,59,115,91,99,93,61,49,54,55,49,49,57,51,53,38,40,116,60,60,56,124,116,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,116,60,60,50,52,124,116,62,62,62,56,41,125,114,101,116,117,114,110,32,97,125,99,108,111,110,101,40,41,123,99,111,110,115,116,32,116,61,115,117,112,101,114,46,99,108,111,110,101,46,99,97,108,108,40,116,104,105,115,41,59,114,101,116,117,114,110,32,116,46,95,104,97,115,104,61,116,104,105,115,46,95,104,97,115,104,46,99,108,111,110,101,40,41,44,116,125,125,99,111,110,115,116,32,120,61,117,46,95,99,114,101,97,116,101,72,101,108,112,101,114,40,95,41,44,79,61,117,46,95,99,114,101,97,116,101,72,109,97,99,72,101,108,112,101,114,40,95,41,59,99,108,97,115,115,32,83,32,101,120,116,101,110,100,115,32,114,123,99,111,110,115,116,114,117,99,116,111,114,40,116,41,123,115,117,112,101,114,40,41,44,116,104,105,115,46,99,102,103,61,79,98,106,101,99,116,46,97,115,115,105,103,110,40,110,101,119,32,114,44,123,107,101,121,83,105,122,101,58,52,44,104,97,115,104,101,114,58,95,44,105,116,101,114,97,116,105,111,110,115,58,49,125,44,116,41,125,99,111,109,112,117,116,101,40,116,44,101,41,123,108,101,116,32,110,59,99,111,110,115,116,123,99,102,103,58,114,125,61,116,104,105,115,44,111,61,114,46,104,97,115,104,101,114,46,99,114,101,97,116,101,40,41,44,97,61,105,46,99,114,101,97,116,101,40,41,44,115,61,97,46,119,111,114,100,115,44,123,107,101,121,83,105,122,101,58,99,44,105,116,101,114,97,116,105,111,110,115,58,117,125,61,114,59,119,104,105,108,101,40,115,46,108,101,110,103,116,104,60,99,41,123,110,38,38,111,46,117,112,100,97,116,101,40,110,41,44,110,61,111,46,117,112,100,97,116,101,40,116,41,46,102,105,110,97,108,105,122,101,40,101,41,44,111,46,114,101,115,101,116,40,41,59,102,111,114,40,108,101,116,32,116,61,49,59,116,60,117,59,116,43,61,49,41,110,61,111,46,102,105,110,97,108,105,122,101,40,110,41,44,111,46,114,101,115,101,116,40,41,59,97,46,99,111,110,99,97,116,40,110,41,125,114,101,116,117,114,110,32,97,46,115,105,103,66,121,116,101,115,61,52,42,99,44,97,125,125,99,111,110,115,116,32,107,61,40,116,44,101,44,110,41,61,62,83,46,99,114,101,97,116,101,40,110,41,46,99,111,109,112,117,116,101,40,116,44,101,41,59,99,108,97,115,115,32,67,32,101,120,116,101,110,100,115,32,99,123,99,111,110,115,116,114,117,99,116,111,114,40,116,44,101,44,110,41,123,115,117,112,101,114,40,41,44,116,104,105,115,46,99,102,103,61,79,98,106,101,99,116,46,97,115,115,105,103,110,40,110,101,119,32,114,44,110,41,44,116,104,105,115,46,95,120,102,111,114,109,77,111,100,101,61,116,44,116,104,105,115,46,95,107,101,121,61,101,44,116,104,105,115,46,114,101,115,101,116,40,41,125,115,116,97,116,105,99,32,99,114,101,97,116,101,69,110,99,114,121,112,116,111,114,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,114,101,97,116,101,40,116,104,105,115,46,95,69,78,67,95,88,70,79,82,77,95,77,79,68,69,44,116,44,101,41,125,115,116,97,116,105,99,32,99,114,101,97,116,101,68,101,99,114,121,112,116,111,114,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,114,101,97,116,101,40,116,104,105,115,46,95,68,69,67,95,88,70,79,82,77,95,77,79,68,69,44,116,44,101,41,125,115,116,97,116,105,99,32,95,99,114,101,97,116,101,72,101,108,112,101,114,40,116,41,123,99,111,110,115,116,32,101,61,116,61,62,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,63,70,58,73,59,114,101,116,117,114,110,123,101,110,99,114,121,112,116,40,110,44,114,44,105,41,123,114,101,116,117,114,110,32,101,40,114,41,46,101,110,99,114,121,112,116,40,116,44,110,44,114,44,105,41,125,44,100,101,99,114,121,112,116,40,110,44,114,44,105,41,123,114,101,116,117,114,110,32,101,40,114,41,46,100,101,99,114,121,112,116,40,116,44,110,44,114,44,105,41,125,125,125,114,101,115,101,116,40,41,123,115,117,112,101,114,46,114,101,115,101,116,46,99,97,108,108,40,116,104,105,115,41,44,116,104,105,115,46,95,100,111,82,101,115,101,116,40,41,125,112,114,111,99,101,115,115,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,112,112,101,110,100,40,116,41,44,116,104,105,115,46,95,112,114,111,99,101,115,115,40,41,125,102,105,110,97,108,105,122,101,40,116,41,123,116,38,38,116,104,105,115,46,95,97,112,112,101,110,100,40,116,41,59,99,111,110,115,116,32,101,61,116,104,105,115,46,95,100,111,70,105,110,97,108,105,122,101,40,41,59,114,101,116,117,114,110,32,101,125,125,67,46,95,69,78,67,95,88,70,79,82,77,95,77,79,68,69,61,49,44,67,46,95,68,69,67,95,88,70,79,82,77,95,77,79,68,69,61,50,44,67,46,107,101,121,83,105,122,101,61,52,44,67,46,105,118,83,105,122,101,61,52,59,99,108,97,115,115,32,80,32,101,120,116,101,110,100,115,32,67,123,99,111,110,115,116,114,117,99,116,111,114,40,46,46,46,116,41,123,115,117,112,101,114,40,46,46,46,116,41,44,116,104,105,115,46,98,108,111,99,107,83,105,122,101,61,49,125,95,100,111,70,105,110,97,108,105,122,101,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,46,95,112,114,111,99,101,115,115,40,33,48,41,59,114,101,116,117,114,110,32,116,125,125,99,108,97,115,115,32,84,32,101,120,116,101,110,100,115,32,114,123,99,111,110,115,116,114,117,99,116,111,114,40,116,44,101,41,123,115,117,112,101,114,40,41,44,116,104,105,115,46,95,99,105,112,104,101,114,61,116,44,116,104,105,115,46,95,105,118,61,101,125,115,116,97,116,105,99,32,99,114,101,97,116,101,69,110,99,114,121,112,116,111,114,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,69,110,99,114,121,112,116,111,114,46,99,114,101,97,116,101,40,116,44,101,41,125,115,116,97,116,105,99,32,99,114,101,97,116,101,68,101,99,114,121,112,116,111,114,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,68,101,99,114,121,112,116,111,114,46,99,114,101,97,116,101,40,116,44,101,41,125,125,102,117,110,99,116,105,111,110,32,106,40,116,44,101,44,110,41,123,99,111,110,115,116,32,114,61,116,59,108,101,116,32,105,59,99,111,110,115,116,32,111,61,116,104,105,115,46,95,105,118,59,111,63,40,105,61,111,44,116,104,105,115,46,95,105,118,61,118,111,105,100,32,48,41,58,105,61,116,104,105,115,46,95,112,114,101,118,66,108,111,99,107,59,102,111,114,40,108,101,116,32,97,61,48,59,97,60,110,59,97,43,61,49,41,114,91,101,43,97,93,94,61,105,91,97,93,125,99,108,97,115,115,32,69,32,101,120,116,101,110,100,115,32,84,123,125,69,46,69,110,99,114,121,112,116,111,114,61,99,108,97,115,115,32,101,120,116,101,110,100,115,32,69,123,112,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,104,105,115,46,95,99,105,112,104,101,114,44,123,98,108,111,99,107,83,105,122,101,58,114,125,61,110,59,106,46,99,97,108,108,40,116,104,105,115,44,116,44,101,44,114,41,44,110,46,101,110,99,114,121,112,116,66,108,111,99,107,40,116,44,101,41,44,116,104,105,115,46,95,112,114,101,118,66,108,111,99,107,61,116,46,115,108,105,99,101,40,101,44,101,43,114,41,125,125,44,69,46,68,101,99,114,121,112,116,111,114,61,99,108,97,115,115,32,101,120,116,101,110,100,115,32,69,123,112,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,104,105,115,46,95,99,105,112,104,101,114,44,123,98,108,111,99,107,83,105,122,101,58,114,125,61,110,44,105,61,116,46,115,108,105,99,101,40,101,44,101,43,114,41,59,110,46,100,101,99,114,121,112,116,66,108,111,99,107,40,116,44,101,41,44,106,46,99,97,108,108,40,116,104,105,115,44,116,44,101,44,114,41,44,116,104,105,115,46,95,112,114,101,118,66,108,111,99,107,61,105,125,125,59,99,111,110,115,116,32,65,61,123,112,97,100,40,116,44,101,41,123,99,111,110,115,116,32,110,61,52,42,101,44,114,61,110,45,116,46,115,105,103,66,121,116,101,115,37,110,44,111,61,114,60,60,50,52,124,114,60,60,49,54,124,114,60,60,56,124,114,44,97,61,91,93,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,114,59,105,43,61,52,41,97,46,112,117,115,104,40,111,41,59,99,111,110,115,116,32,115,61,105,46,99,114,101,97,116,101,40,97,44,114,41,59,116,46,99,111,110,99,97,116,40,115,41,125,44,117,110,112,97,100,40,116,41,123,99,111,110,115,116,32,101,61,116,44,110,61,50,53,53,38,101,46,119,111,114,100,115,91,101,46,115,105,103,66,121,116,101,115,45,49,62,62,62,50,93,59,101,46,115,105,103,66,121,116,101,115,45,61,110,125,125,59,99,108,97,115,115,32,68,32,101,120,116,101,110,100,115,32,67,123,99,111,110,115,116,114,117,99,116,111,114,40,116,44,101,44,110,41,123,115,117,112,101,114,40,116,44,101,44,79,98,106,101,99,116,46,97,115,115,105,103,110,40,123,109,111,100,101,58,69,44,112,97,100,100,105,110,103,58,65,125,44,110,41,41,44,116,104,105,115,46,98,108,111,99,107,83,105,122,101,61,52,125,114,101,115,101,116,40,41,123,108,101,116,32,116,59,115,117,112,101,114,46,114,101,115,101,116,46,99,97,108,108,40,116,104,105,115,41,59,99,111,110,115,116,123,99,102,103,58,101,125,61,116,104,105,115,44,123,105,118,58,110,44,109,111,100,101,58,114,125,61,101,59,116,104,105,115,46,95,120,102,111,114,109,77,111,100,101,61,61,61,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,46,95,69,78,67,95,88,70,79,82,77,95,77,79,68,69,63,116,61,114,46,99,114,101,97,116,101,69,110,99,114,121,112,116,111,114,58,40,116,61,114,46,99,114,101,97,116,101,68,101,99,114,121,112,116,111,114,44,116,104,105,115,46,95,109,105,110,66,117,102,102,101,114,83,105,122,101,61,49,41,44,116,104,105,115,46,95,109,111,100,101,61,116,46,99,97,108,108,40,114,44,116,104,105,115,44,110,38,38,110,46,119,111,114,100,115,41,44,116,104,105,115,46,95,109,111,100,101,46,95,95,99,114,101,97,116,111,114,61,116,125,95,100,111,80,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,116,104,105,115,46,95,109,111,100,101,46,112,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,125,95,100,111,70,105,110,97,108,105,122,101,40,41,123,108,101,116,32,116,59,99,111,110,115,116,123,112,97,100,100,105,110,103,58,101,125,61,116,104,105,115,46,99,102,103,59,114,101,116,117,114,110,32,116,104,105,115,46,95,120,102,111,114,109,77,111,100,101,61,61,61,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,46,95,69,78,67,95,88,70,79,82,77,95,77,79,68,69,63,40,101,46,112,97,100,40,116,104,105,115,46,95,100,97,116,97,44,116,104,105,115,46,98,108,111,99,107,83,105,122,101,41,44,116,61,116,104,105,115,46,95,112,114,111,99,101,115,115,40,33,48,41,41,58,40,116,61,116,104,105,115,46,95,112,114,111,99,101,115,115,40,33,48,41,44,101,46,117,110,112,97,100,40,116,41,41,44,116,125,125,99,108,97,115,115,32,76,32,101,120,116,101,110,100,115,32,114,123,99,111,110,115,116,114,117,99,116,111,114,40,116,41,123,115,117,112,101,114,40,41,44,116,104,105,115,46,109,105,120,73,110,40,116,41,125,116,111,83,116,114,105,110,103,40,116,41,123,114,101,116,117,114,110,40,116,124,124,116,104,105,115,46,102,111,114,109,97,116,116,101,114,41,46,115,116,114,105,110,103,105,102,121,40,116,104,105,115,41,125,125,99,111,110,115,116,32,77,61,123,115,116,114,105,110,103,105,102,121,40,116,41,123,108,101,116,32,101,59,99,111,110,115,116,123,99,105,112,104,101,114,116,101,120,116,58,110,44,115,97,108,116,58,114,125,61,116,59,114,101,116,117,114,110,32,101,61,114,63,105,46,99,114,101,97,116,101,40,91,49,51,57,56,56,57,51,54,56,52,44,49,55,48,49,48,55,54,56,51,49,93,41,46,99,111,110,99,97,116,40,114,41,46,99,111,110,99,97,116,40,110,41,58,110,44,101,46,116,111,83,116,114,105,110,103,40,118,41,125,44,112,97,114,115,101,40,116,41,123,108,101,116,32,101,59,99,111,110,115,116,32,110,61,118,46,112,97,114,115,101,40,116,41,44,114,61,110,46,119,111,114,100,115,59,114,101,116,117,114,110,32,49,51,57,56,56,57,51,54,56,52,61,61,61,114,91,48,93,38,38,49,55,48,49,48,55,54,56,51,49,61,61,61,114,91,49,93,38,38,40,101,61,105,46,99,114,101,97,116,101,40,114,46,115,108,105,99,101,40,50,44,52,41,41,44,114,46,115,112,108,105,99,101,40,48,44,52,41,44,110,46,115,105,103,66,121,116,101,115,45,61,49,54,41,44,76,46,99,114,101,97,116,101,40,123,99,105,112,104,101,114,116,101,120,116,58,110,44,115,97,108,116,58,101,125,41,125,125,59,99,108,97,115,115,32,73,32,101,120,116,101,110,100,115,32,114,123,115,116,97,116,105,99,32,101,110,99,114,121,112,116,40,116,44,101,44,110,44,105,41,123,99,111,110,115,116,32,111,61,79,98,106,101,99,116,46,97,115,115,105,103,110,40,110,101,119,32,114,44,116,104,105,115,46,99,102,103,44,105,41,44,97,61,116,46,99,114,101,97,116,101,69,110,99,114,121,112,116,111,114,40,110,44,111,41,44,115,61,97,46,102,105,110,97,108,105,122,101,40,101,41,44,99,61,97,46,99,102,103,59,114,101,116,117,114,110,32,76,46,99,114,101,97,116,101,40,123,99,105,112,104,101,114,116,101,120,116,58,115,44,107,101,121,58,110,44,105,118,58,99,46,105,118,44,97,108,103,111,114,105,116,104,109,58,116,44,109,111,100,101,58,99,46,109,111,100,101,44,112,97,100,100,105,110,103,58,99,46,112,97,100,100,105,110,103,44,98,108,111,99,107,83,105,122,101,58,97,46,98,108,111,99,107,83,105,122,101,44,102,111,114,109,97,116,116,101,114,58,111,46,102,111,114,109,97,116,125,41,125,115,116,97,116,105,99,32,100,101,99,114,121,112,116,40,116,44,101,44,110,44,105,41,123,108,101,116,32,111,61,101,59,99,111,110,115,116,32,97,61,79,98,106,101,99,116,46,97,115,115,105,103,110,40,110,101,119,32,114,44,116,104,105,115,46,99,102,103,44,105,41,59,111,61,116,104,105,115,46,95,112,97,114,115,101,40,111,44,97,46,102,111,114,109,97,116,41,59,99,111,110,115,116,32,115,61,116,46,99,114,101,97,116,101,68,101,99,114,121,112,116,111,114,40,110,44,97,41,46,102,105,110,97,108,105,122,101,40,111,46,99,105,112,104,101,114,116,101,120,116,41,59,114,101,116,117,114,110,32,115,125,115,116,97,116,105,99,32,95,112,97,114,115,101,40,116,44,101,41,123,114,101,116,117,114,110,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,63,101,46,112,97,114,115,101,40,116,44,116,104,105,115,41,58,116,125,125,73,46,99,102,103,61,79,98,106,101,99,116,46,97,115,115,105,103,110,40,110,101,119,32,114,44,123,102,111,114,109,97,116,58,77,125,41,59,99,111,110,115,116,32,36,61,123,101,120,101,99,117,116,101,40,116,44,101,44,110,44,114,41,123,108,101,116,32,111,61,114,59,111,124,124,40,111,61,105,46,114,97,110,100,111,109,40,56,41,41,59,99,111,110,115,116,32,97,61,83,46,99,114,101,97,116,101,40,123,107,101,121,83,105,122,101,58,101,43,110,125,41,46,99,111,109,112,117,116,101,40,116,44,111,41,44,115,61,105,46,99,114,101,97,116,101,40,97,46,119,111,114,100,115,46,115,108,105,99,101,40,101,41,44,52,42,110,41,59,114,101,116,117,114,110,32,97,46,115,105,103,66,121,116,101,115,61,52,42,101,44,76,46,99,114,101,97,116,101,40,123,107,101,121,58,97,44,105,118,58,115,44,115,97,108,116,58,111,125,41,125,125,59,99,108,97,115,115,32,70,32,101,120,116,101,110,100,115,32,73,123,115,116,97,116,105,99,32,101,110,99,114,121,112,116,40,116,44,101,44,110,44,105,41,123,99,111,110,115,116,32,111,61,79,98,106,101,99,116,46,97,115,115,105,103,110,40,110,101,119,32,114,44,116,104,105,115,46,99,102,103,44,105,41,44,97,61,111,46,107,100,102,46,101,120,101,99,117,116,101,40,110,44,116,46,107,101,121,83,105,122,101,44,116,46,105,118,83,105,122,101,41,59,111,46,105,118,61,97,46,105,118,59,99,111,110,115,116,32,115,61,73,46,101,110,99,114,121,112,116,46,99,97,108,108,40,116,104,105,115,44,116,44,101,44,97,46,107,101,121,44,111,41,59,114,101,116,117,114,110,32,115,46,109,105,120,73,110,40,97,41,44,115,125,115,116,97,116,105,99,32,100,101,99,114,121,112,116,40,116,44,101,44,110,44,105,41,123,108,101,116,32,111,61,101,59,99,111,110,115,116,32,97,61,79,98,106,101,99,116,46,97,115,115,105,103,110,40,110,101,119,32,114,44,116,104,105,115,46,99,102,103,44,105,41,59,111,61,116,104,105,115,46,95,112,97,114,115,101,40,111,44,97,46,102,111,114,109,97,116,41,59,99,111,110,115,116,32,115,61,97,46,107,100,102,46,101,120,101,99,117,116,101,40,110,44,116,46,107,101,121,83,105,122,101,44,116,46,105,118,83,105,122,101,44,111,46,115,97,108,116,41,59,97,46,105,118,61,115,46,105,118,59,99,111,110,115,116,32,99,61,73,46,100,101,99,114,121,112,116,46,99,97,108,108,40,116,104,105,115,44,116,44,111,44,115,46,107,101,121,44,97,41,59,114,101,116,117,114,110,32,99,125,125,70,46,99,102,103,61,79,98,106,101,99,116,46,97,115,115,105,103,110,40,73,46,99,102,103,44,123,107,100,102,58,36,125,41,59,99,111,110,115,116,32,66,61,116,61,62,116,60,60,56,38,52,50,55,56,50,53,53,51,54,48,124,116,62,62,62,56,38,49,54,55,49,49,57,51,53,44,82,61,123,115,116,114,105,110,103,105,102,121,40,116,41,123,99,111,110,115,116,123,119,111,114,100,115,58,101,44,115,105,103,66,121,116,101,115,58,110,125,61,116,44,114,61,91,93,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,110,59,105,43,61,50,41,123,99,111,110,115,116,32,116,61,101,91,105,62,62,62,50,93,62,62,62,49,54,45,105,37,52,42,56,38,54,53,53,51,53,59,114,46,112,117,115,104,40,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,116,41,41,125,114,101,116,117,114,110,32,114,46,106,111,105,110,40,34,34,41,125,44,112,97,114,115,101,40,116,41,123,99,111,110,115,116,32,101,61,116,46,108,101,110,103,116,104,44,110,61,91,93,59,102,111,114,40,108,101,116,32,114,61,48,59,114,60,101,59,114,43,61,49,41,110,91,114,62,62,62,49,93,124,61,116,46,99,104,97,114,67,111,100,101,65,116,40,114,41,60,60,49,54,45,114,37,50,42,49,54,59,114,101,116,117,114,110,32,105,46,99,114,101,97,116,101,40,110,44,50,42,101,41,125,125,44,78,61,82,44,122,61,123,115,116,114,105,110,103,105,102,121,40,116,41,123,99,111,110,115,116,123,119,111,114,100,115,58,101,44,115,105,103,66,121,116,101,115,58,110,125,61,116,44,114,61,91,93,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,110,59,105,43,61,50,41,123,99,111,110,115,116,32,116,61,66,40,101,91,105,62,62,62,50,93,62,62,62,49,54,45,105,37,52,42,56,38,54,53,53,51,53,41,59,114,46,112,117,115,104,40,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,116,41,41,125,114,101,116,117,114,110,32,114,46,106,111,105,110,40,34,34,41,125,44,112,97,114,115,101,40,116,41,123,99,111,110,115,116,32,101,61,116,46,108,101,110,103,116,104,44,110,61,91,93,59,102,111,114,40,108,101,116,32,114,61,48,59,114,60,101,59,114,43,61,49,41,110,91,114,62,62,62,49,93,124,61,66,40,116,46,99,104,97,114,67,111,100,101,65,116,40,114,41,60,60,49,54,45,114,37,50,42,49,54,41,59,114,101,116,117,114,110,32,105,46,99,114,101,97,116,101,40,110,44,50,42,101,41,125,125,44,86,61,91,93,59,99,108,97,115,115,32,72,32,101,120,116,101,110,100,115,32,117,123,95,100,111,82,101,115,101,116,40,41,123,116,104,105,115,46,95,104,97,115,104,61,110,101,119,32,105,40,91,49,55,51,50,53,56,52,49,57,51,44,52,48,50,51,50,51,51,52,49,55,44,50,53,54,50,51,56,51,49,48,50,44,50,55,49,55,51,51,56,55,56,44,51,50,56,53,51,55,55,53,50,48,93,41,125,95,100,111,80,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,104,105,115,46,95,104,97,115,104,46,119,111,114,100,115,59,108,101,116,32,114,61,110,91,48,93,44,105,61,110,91,49,93,44,111,61,110,91,50,93,44,97,61,110,91,51,93,44,115,61,110,91,52,93,59,102,111,114,40,108,101,116,32,99,61,48,59,99,60,56,48,59,99,43,61,49,41,123,105,102,40,99,60,49,54,41,86,91,99,93,61,48,124,116,91,101,43,99,93,59,101,108,115,101,123,99,111,110,115,116,32,116,61,86,91,99,45,51,93,94,86,91,99,45,56,93,94,86,91,99,45,49,52,93,94,86,91,99,45,49,54,93,59,86,91,99,93,61,116,60,60,49,124,116,62,62,62,51,49,125,108,101,116,32,110,61,40,114,60,60,53,124,114,62,62,62,50,55,41,43,115,43,86,91,99,93,59,110,43,61,99,60,50,48,63,49,53,49,56,53,48,48,50,52,57,43,40,105,38,111,124,126,105,38,97,41,58,99,60,52,48,63,49,56,53,57,55,55,53,51,57,51,43,40,105,94,111,94,97,41,58,99,60,54,48,63,40,105,38,111,124,105,38,97,124,111,38,97,41,45,49,56,57,52,48,48,55,53,56,56,58,40,105,94,111,94,97,41,45,56,57,57,52,57,55,53,49,52,44,115,61,97,44,97,61,111,44,111,61,105,60,60,51,48,124,105,62,62,62,50,44,105,61,114,44,114,61,110,125,110,91,48,93,61,110,91,48,93,43,114,124,48,44,110,91,49,93,61,110,91,49,93,43,105,124,48,44,110,91,50,93,61,110,91,50,93,43,111,124,48,44,110,91,51,93,61,110,91,51,93,43,97,124,48,44,110,91,52,93,61,110,91,52,93,43,115,124,48,125,95,100,111,70,105,110,97,108,105,122,101,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,46,95,100,97,116,97,44,101,61,116,46,119,111,114,100,115,44,110,61,56,42,116,104,105,115,46,95,110,68,97,116,97,66,121,116,101,115,44,114,61,56,42,116,46,115,105,103,66,121,116,101,115,59,114,101,116,117,114,110,32,101,91,114,62,62,62,53,93,124,61,49,50,56,60,60,50,52,45,114,37,51,50,44,101,91,49,52,43,40,114,43,54,52,62,62,62,57,60,60,52,41,93,61,77,97,116,104,46,102,108,111,111,114,40,110,47,52,50,57,52,57,54,55,50,57,54,41,44,101,91,49,53,43,40,114,43,54,52,62,62,62,57,60,60,52,41,93,61,110,44,116,46,115,105,103,66,121,116,101,115,61,52,42,101,46,108,101,110,103,116,104,44,116,104,105,115,46,95,112,114,111,99,101,115,115,40,41,44,116,104,105,115,46,95,104,97,115,104,125,99,108,111,110,101,40,41,123,99,111,110,115,116,32,116,61,115,117,112,101,114,46,99,108,111,110,101,46,99,97,108,108,40,116,104,105,115,41,59,114,101,116,117,114,110,32,116,46,95,104,97,115,104,61,116,104,105,115,46,95,104,97,115,104,46,99,108,111,110,101,40,41,44,116,125,125,99,111,110,115,116,32,85,61,117,46,95,99,114,101,97,116,101,72,101,108,112,101,114,40,72,41,44,87,61,117,46,95,99,114,101,97,116,101,72,109,97,99,72,101,108,112,101,114,40,72,41,44,113,61,91,93,44,71,61,91,93,44,89,61,116,61,62,123,99,111,110,115,116,32,101,61,77,97,116,104,46,115,113,114,116,40,116,41,59,102,111,114,40,108,101,116,32,110,61,50,59,110,60,61,101,59,110,43,61,49,41,105,102,40,33,40,116,37,110,41,41,114,101,116,117,114,110,33,49,59,114,101,116,117,114,110,33,48,125,44,75,61,116,61,62,52,50,57,52,57,54,55,50,57,54,42,40,116,45,40,48,124,116,41,41,124,48,59,108,101,116,32,88,61,50,44,90,61,48,59,119,104,105,108,101,40,90,60,54,52,41,89,40,88,41,38,38,40,90,60,56,38,38,40,113,91,90,93,61,75,40,88,42,42,46,53,41,41,44,71,91,90,93,61,75,40,88,42,42,40,49,47,51,41,41,44,90,43,61,49,41,44,88,43,61,49,59,99,111,110,115,116,32,74,61,91,93,59,99,108,97,115,115,32,81,32,101,120,116,101,110,100,115,32,117,123,95,100,111,82,101,115,101,116,40,41,123,116,104,105,115,46,95,104,97,115,104,61,110,101,119,32,105,40,113,46,115,108,105,99,101,40,48,41,41,125,95,100,111,80,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,104,105,115,46,95,104,97,115,104,46,119,111,114,100,115,59,108,101,116,32,114,61,110,91,48,93,44,105,61,110,91,49,93,44,111,61,110,91,50,93,44,97,61,110,91,51,93,44,115,61,110,91,52,93,44,99,61,110,91,53,93,44,117,61,110,91,54,93,44,108,61,110,91,55,93,59,102,111,114,40,108,101,116,32,102,61,48,59,102,60,54,52,59,102,43,61,49,41,123,105,102,40,102,60,49,54,41,74,91,102,93,61,48,124,116,91,101,43,102,93,59,101,108,115,101,123,99,111,110,115,116,32,116,61,74,91,102,45,49,53,93,44,101,61,40,116,60,60,50,53,124,116,62,62,62,55,41,94,40,116,60,60,49,52,124,116,62,62,62,49,56,41,94,116,62,62,62,51,44,110,61,74,91,102,45,50,93,44,114,61,40,110,60,60,49,53,124,110,62,62,62,49,55,41,94,40,110,60,60,49,51,124,110,62,62,62,49,57,41,94,110,62,62,62,49,48,59,74,91,102,93,61,101,43,74,91,102,45,55,93,43,114,43,74,91,102,45,49,54,93,125,99,111,110,115,116,32,110,61,115,38,99,94,126,115,38,117,44,104,61,114,38,105,94,114,38,111,94,105,38,111,44,100,61,40,114,60,60,51,48,124,114,62,62,62,50,41,94,40,114,60,60,49,57,124,114,62,62,62,49,51,41,94,40,114,60,60,49,48,124,114,62,62,62,50,50,41,44,112,61,40,115,60,60,50,54,124,115,62,62,62,54,41,94,40,115,60,60,50,49,124,115,62,62,62,49,49,41,94,40,115,60,60,55,124,115,62,62,62,50,53,41,44,118,61,108,43,112,43,110,43,71,91,102,93,43,74,91,102,93,44,103,61,100,43,104,59,108,61,117,44,117,61,99,44,99,61,115,44,115,61,97,43,118,124,48,44,97,61,111,44,111,61,105,44,105,61,114,44,114,61,118,43,103,124,48,125,110,91,48,93,61,110,91,48,93,43,114,124,48,44,110,91,49,93,61,110,91,49,93,43,105,124,48,44,110,91,50,93,61,110,91,50,93,43,111,124,48,44,110,91,51,93,61,110,91,51,93,43,97,124,48,44,110,91,52,93,61,110,91,52,93,43,115,124,48,44,110,91,53,93,61,110,91,53,93,43,99,124,48,44,110,91,54,93,61,110,91,54,93,43,117,124,48,44,110,91,55,93,61,110,91,55,93,43,108,124,48,125,95,100,111,70,105,110,97,108,105,122,101,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,46,95,100,97,116,97,44,101,61,116,46,119,111,114,100,115,44,110,61,56,42,116,104,105,115,46,95,110,68,97,116,97,66,121,116,101,115,44,114,61,56,42,116,46,115,105,103,66,121,116,101,115,59,114,101,116,117,114,110,32,101,91,114,62,62,62,53,93,124,61,49,50,56,60,60,50,52,45,114,37,51,50,44,101,91,49,52,43,40,114,43,54,52,62,62,62,57,60,60,52,41,93,61,77,97,116,104,46,102,108,111,111,114,40,110,47,52,50,57,52,57,54,55,50,57,54,41,44,101,91,49,53,43,40,114,43,54,52,62,62,62,57,60,60,52,41,93,61,110,44,116,46,115,105,103,66,121,116,101,115,61,52,42,101,46,108,101,110,103,116,104,44,116,104,105,115,46,95,112,114,111,99,101,115,115,40,41,44,116,104,105,115,46,95,104,97,115,104,125,99,108,111,110,101,40,41,123,99,111,110,115,116,32,116,61,115,117,112,101,114,46,99,108,111,110,101,46,99,97,108,108,40,116,104,105,115,41,59,114,101,116,117,114,110,32,116,46,95,104,97,115,104,61,116,104,105,115,46,95,104,97,115,104,46,99,108,111,110,101,40,41,44,116,125,125,99,111,110,115,116,32,116,116,61,117,46,95,99,114,101,97,116,101,72,101,108,112,101,114,40,81,41,44,101,116,61,117,46,95,99,114,101,97,116,101,72,109,97,99,72,101,108,112,101,114,40,81,41,59,99,108,97,115,115,32,110,116,32,101,120,116,101,110,100,115,32,81,123,95,100,111,82,101,115,101,116,40,41,123,116,104,105,115,46,95,104,97,115,104,61,110,101,119,32,105,40,91,51,50,51,56,51,55,49,48,51,50,44,57,49,52,49,53,48,54,54,51,44,56,49,50,55,48,50,57,57,57,44,52,49,52,52,57,49,50,54,57,55,44,52,50,57,48,55,55,53,56,53,55,44,49,55,53,48,54,48,51,48,50,53,44,49,54,57,52,48,55,54,56,51,57,44,51,50,48,52,48,55,53,52,50,56,93,41,125,95,100,111,70,105,110,97,108,105,122,101,40,41,123,99,111,110,115,116,32,116,61,115,117,112,101,114,46,95,100,111,70,105,110,97,108,105,122,101,46,99,97,108,108,40,116,104,105,115,41,59,114,101,116,117,114,110,32,116,46,115,105,103,66,121,116,101,115,45,61,52,44,116,125,125,99,111,110,115,116,32,114,116,61,81,46,95,99,114,101,97,116,101,72,101,108,112,101,114,40,110,116,41,44,105,116,61,81,46,95,99,114,101,97,116,101,72,109,97,99,72,101,108,112,101,114,40,110,116,41,44,111,116,61,91,110,101,119,32,104,40,49,49,49,54,51,53,50,52,48,56,44,51,54,48,57,55,54,55,52,53,56,41,44,110,101,119,32,104,40,49,56,57,57,52,52,55,52,52,49,44,54,48,50,56,57,49,55,50,53,41,44,110,101,119,32,104,40,51,48,52,57,51,50,51,52,55,49,44,51,57,54,52,52,56,52,51,57,57,41,44,110,101,119,32,104,40,51,57,50,49,48,48,57,53,55,51,44,50,49,55,51,50,57,53,53,52,56,41,44,110,101,119,32,104,40,57,54,49,57,56,55,49,54,51,44,52,48,56,49,54,50,56,52,55,50,41,44,110,101,119,32,104,40,49,53,48,56,57,55,48,57,57,51,44,51,48,53,51,56,51,52,50,54,53,41,44,110,101,119,32,104,40,50,52,53,51,54,51,53,55,52,56,44,50,57,51,55,54,55,49,53,55,57,41,44,110,101,119,32,104,40,50,56,55,48,55,54,51,50,50,49,44,51,54,54,52,54,48,57,53,54,48,41,44,110,101,119,32,104,40,51,54,50,52,51,56,49,48,56,48,44,50,55,51,52,56,56,51,51,57,52,41,44,110,101,119,32,104,40,51,49,48,53,57,56,52,48,49,44,49,49,54,52,57,57,54,53,52,50,41,44,110,101,119,32,104,40,54,48,55,50,50,53,50,55,56,44,49,51,50,51,54,49,48,55,54,52,41,44,110,101,119,32,104,40,49,52,50,54,56,56,49,57,56,55,44,51,53,57,48,51,48,52,57,57,52,41,44,110,101,119,32,104,40,49,57,50,53,48,55,56,51,56,56,44,52,48,54,56,49,56,50,51,56,51,41,44,110,101,119,32,104,40,50,49,54,50,48,55,56,50,48,54,44,57,57,49,51,51,54,49,49,51,41,44,110,101,119,32,104,40,50,54,49,52,56,56,56,49,48,51,44,54,51,51,56,48,51,51,49,55,41,44,110,101,119,32,104,40,51,50,52,56,50,50,50,53,56,48,44,51,52,55,57,55,55,52,56,54,56,41,44,110,101,119,32,104,40,51,56,51,53,51,57,48,52,48,49,44,50,54,54,54,54,49,51,52,53,56,41,44,110,101,119,32,104,40,52,48,50,50,50,50,52,55,55,52,44,57,52,52,55,49,49,49,51,57,41,44,110,101,119,32,104,40,50,54,52,51,52,55,48,55,56,44,50,51,52,49,50,54,50,55,55,51,41,44,110,101,119,32,104,40,54,48,52,56,48,55,54,50,56,44,50,48,48,55,56,48,48,57,51,51,41,44,110,101,119,32,104,40,55,55,48,50,53,53,57,56,51,44,49,52,57,53,57,57,48,57,48,49,41,44,110,101,119,32,104,40,49,50,52,57,49,53,48,49,50,50,44,49,56,53,54,52,51,49,50,51,53,41,44,110,101,119,32,104,40,49,53,53,53,48,56,49,54,57,50,44,51,49,55,53,50,49,56,49,51,50,41,44,110,101,119,32,104,40,49,57,57,54,48,54,52,57,56,54,44,50,49,57,56,57,53,48,56,51,55,41,44,110,101,119,32,104,40,50,53,53,52,50,50,48,56,56,50,44,51,57,57,57,55,49,57,51,51,57,41,44,110,101,119,32,104,40,50,56,50,49,56,51,52,51,52,57,44,55,54,54,55,56,52,48,49,54,41,44,110,101,119,32,104,40,50,57,53,50,57,57,54,56,48,56,44,50,53,54,54,53,57,52,56,55,57,41,44,110,101,119,32,104,40,51,50,49,48,51,49,51,54,55,49,44,51,50,48,51,51,51,55,57,53,54,41,44,110,101,119,32,104,40,51,51,51,54,53,55,49,56,57,49,44,49,48,51,52,52,53,55,48,50,54,41,44,110,101,119,32,104,40,51,53,56,52,53,50,56,55,49,49,44,50,52,54,54,57,52,56,57,48,49,41,44,110,101,119,32,104,40,49,49,51,57,50,54,57,57,51,44,51,55,53,56,51,50,54,51,56,51,41,44,110,101,119,32,104,40,51,51,56,50,52,49,56,57,53,44,49,54,56,55,49,55,57,51,54,41,44,110,101,119,32,104,40,54,54,54,51,48,55,50,48,53,44,49,49,56,56,49,55,57,57,54,52,41,44,110,101,119,32,104,40,55,55,51,53,50,57,57,49,50,44,49,53,52,54,48,52,53,55,51,52,41,44,110,101,119,32,104,40,49,50,57,52,55,53,55,51,55,50,44,49,53,50,50,56,48,53,52,56,53,41,44,110,101,119,32,104,40,49,51,57,54,49,56,50,50,57,49,44,50,54,52,51,56,51,51,56,50,51,41,44,110,101,119,32,104,40,49,54,57,53,49,56,51,55,48,48,44,50,51,52,51,53,50,55,51,57,48,41,44,110,101,119,32,104,40,49,57,56,54,54,54,49,48,53,49,44,49,48,49,52,52,55,55,52,56,48,41,44,110,101,119,32,104,40,50,49,55,55,48,50,54,51,53,48,44,49,50,48,54,55,53,57,49,52,50,41,44,110,101,119,32,104,40,50,52,53,54,57,53,54,48,51,55,44,51,52,52,48,55,55,54,50,55,41,44,110,101,119,32,104,40,50,55,51,48,52,56,53,57,50,49,44,49,50,57,48,56,54,51,52,54,48,41,44,110,101,119,32,104,40,50,56,50,48,51,48,50,52,49,49,44,51,49,53,56,52,53,52,50,55,51,41,44,110,101,119,32,104,40,51,50,53,57,55,51,48,56,48,48,44,51,53,48,53,57,53,50,54,53,55,41,44,110,101,119,32,104,40,51,51,52,53,55,54,52,55,55,49,44,49,48,54,50,49,55,48,48,56,41,44,110,101,119,32,104,40,51,53,49,54,48,54,53,56,49,55,44,51,54,48,54,48,48,56,51,52,52,41,44,110,101,119,32,104,40,51,54,48,48,51,53,50,56,48,52,44,49,52,51,50,55,50,53,55,55,54,41,44,110,101,119,32,104,40,52,48,57,52,53,55,49,57,48,57,44,49,52,54,55,48,51,49,53,57,52,41,44,110,101,119,32,104,40,50,55,53,52,50,51,51,52,52,44,56,53,49,49,54,57,55,50,48,41,44,110,101,119,32,104,40,52,51,48,50,50,55,55,51,52,44,51,49,48,48,56,50,51,55,53,50,41,44,110,101,119,32,104,40,53,48,54,57,52,56,54,49,54,44,49,51,54,51,50,53,56,49,57,53,41,44,110,101,119,32,104,40,54,53,57,48,54,48,53,53,54,44,51,55,53,48,54,56,53,53,57,51,41,44,110,101,119,32,104,40,56,56,51,57,57,55,56,55,55,44,51,55,56,53,48,53,48,50,56,48,41,44,110,101,119,32,104,40,57,53,56,49,51,57,53,55,49,44,51,51,49,56,51,48,55,52,50,55,41,44,110,101,119,32,104,40,49,51,50,50,56,50,50,50,49,56,44,51,56,49,50,55,50,51,52,48,51,41,44,110,101,119,32,104,40,49,53,51,55,48,48,50,48,54,51,44,50,48,48,51,48,51,52,57,57,53,41,44,110,101,119,32,104,40,49,55,52,55,56,55,51,55,55,57,44,51,54,48,50,48,51,54,56,57,57,41,44,110,101,119,32,104,40,49,57,53,53,53,54,50,50,50,50,44,49,53,55,53,57,57,48,48,49,50,41,44,110,101,119,32,104,40,50,48,50,52,49,48,52,56,49,53,44,49,49,50,53,53,57,50,57,50,56,41,44,110,101,119,32,104,40,50,50,50,55,55,51,48,52,53,50,44,50,55,49,54,57,48,52,51,48,54,41,44,110,101,119,32,104,40,50,51,54,49,56,53,50,52,50,52,44,52,52,50,55,55,54,48,52,52,41,44,110,101,119,32,104,40,50,52,50,56,52,51,54,52,55,52,44,53,57,51,54,57,56,51,52,52,41,44,110,101,119,32,104,40,50,55,53,54,55,51,52,49,56,55,44,51,55,51,51,49,49,48,50,52,57,41,44,110,101,119,32,104,40,51,50,48,52,48,51,49,52,55,57,44,50,57,57,57,51,53,49,53,55,51,41,44,110,101,119,32,104,40,51,51,50,57,51,50,53,50,57,56,44,51,56,49,53,57,50,48,52,50,55,41,44,110,101,119,32,104,40,51,51,57,49,53,54,57,54,49,52,44,51,57,50,56,51,56,51,57,48,48,41,44,110,101,119,32,104,40,51,53,49,53,50,54,55,50,55,49,44,53,54,54,50,56,48,55,49,49,41,44,110,101,119,32,104,40,51,57,52,48,49,56,55,54,48,54,44,51,52,53,52,48,54,57,53,51,52,41,44,110,101,119,32,104,40,52,49,49,56,54,51,48,50,55,49,44,52,48,48,48,50,51,57,57,57,50,41,44,110,101,119,32,104,40,49,49,54,52,49,56,52,55,52,44,49,57,49,52,49,51,56,53,53,52,41,44,110,101,119,32,104,40,49,55,52,50,57,50,52,50,49,44,50,55,51,49,48,53,53,50,55,48,41,44,110,101,119,32,104,40,50,56,57,51,56,48,51,53,54,44,51,50,48,51,57,57,51,48,48,54,41,44,110,101,119,32,104,40,52,54,48,51,57,51,50,54,57,44,51,50,48,54,50,48,51,49,53,41,44,110,101,119,32,104,40,54,56,53,52,55,49,55,51,51,44,53,56,55,52,57,54,56,51,54,41,44,110,101,119,32,104,40,56,53,50,49,52,50,57,55,49,44,49,48,56,54,55,57,50,56,53,49,41,44,110,101,119,32,104,40,49,48,49,55,48,51,54,50,57,56,44,51,54,53,53,52,51,49,48,48,41,44,110,101,119,32,104,40,49,49,50,54,48,48,48,53,56,48,44,50,54,49,56,50,57,55,54,55,54,41,44,110,101,119,32,104,40,49,50,56,56,48,51,51,52,55,48,44,51,52,48,57,56,53,53,49,53,56,41,44,110,101,119,32,104,40,49,53,48,49,53,48,53,57,52,56,44,52,50,51,52,53,48,57,56,54,54,41,44,110,101,119,32,104,40,49,54,48,55,49,54,55,57,49,53,44,57,56,55,49,54,55,52,54,56,41,44,110,101,119,32,104,40,49,56,49,54,52,48,50,51,49,54,44,49,50,52,54,49,56,57,53,57,49,41,93,44,97,116,61,91,93,59,102,111,114,40,108,101,116,32,85,101,61,48,59,85,101,60,56,48,59,85,101,43,61,49,41,97,116,91,85,101,93,61,110,101,119,32,104,59,99,108,97,115,115,32,115,116,32,101,120,116,101,110,100,115,32,117,123,99,111,110,115,116,114,117,99,116,111,114,40,41,123,115,117,112,101,114,40,41,44,116,104,105,115,46,98,108,111,99,107,83,105,122,101,61,51,50,125,95,100,111,82,101,115,101,116,40,41,123,116,104,105,115,46,95,104,97,115,104,61,110,101,119,32,100,40,91,110,101,119,32,104,40,49,55,55,57,48,51,51,55,48,51,44,52,48,56,57,50,51,53,55,50,48,41,44,110,101,119,32,104,40,51,49,52,52,49,51,52,50,55,55,44,50,50,50,55,56,55,51,53,57,53,41,44,110,101,119,32,104,40,49,48,49,51,57,48,52,50,52,50,44,52,50,55,49,49,55,53,55,50,51,41,44,110,101,119,32,104,40,50,55,55,51,52,56,48,55,54,50,44,49,53,57,53,55,53,48,49,50,57,41,44,110,101,119,32,104,40,49,51,53,57,56,57,51,49,49,57,44,50,57,49,55,53,54,53,49,51,55,41,44,110,101,119,32,104,40,50,54,48,48,56,50,50,57,50,52,44,55,50,53,53,49,49,49,57,57,41,44,110,101,119,32,104,40,53,50,56,55,51,52,54,51,53,44,52,50,49,53,51,56,57,53,52,55,41,44,110,101,119,32,104,40,49,53,52,49,52,53,57,50,50,53,44,51,50,55,48,51,51,50,48,57,41,93,41,125,95,100,111,80,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,104,105,115,46,95,104,97,115,104,46,119,111,114,100,115,44,114,61,110,91,48,93,44,105,61,110,91,49,93,44,111,61,110,91,50,93,44,97,61,110,91,51,93,44,115,61,110,91,52,93,44,99,61,110,91,53,93,44,117,61,110,91,54,93,44,108,61,110,91,55,93,44,102,61,114,46,104,105,103,104,59,108,101,116,32,104,61,114,46,108,111,119,59,99,111,110,115,116,32,100,61,105,46,104,105,103,104,59,108,101,116,32,112,61,105,46,108,111,119,59,99,111,110,115,116,32,118,61,111,46,104,105,103,104,59,108,101,116,32,103,61,111,46,108,111,119,59,99,111,110,115,116,32,109,61,97,46,104,105,103,104,59,108,101,116,32,98,61,97,46,108,111,119,59,99,111,110,115,116,32,121,61,115,46,104,105,103,104,59,108,101,116,32,119,61,115,46,108,111,119,59,99,111,110,115,116,32,95,61,99,46,104,105,103,104,59,108,101,116,32,120,61,99,46,108,111,119,59,99,111,110,115,116,32,79,61,117,46,104,105,103,104,59,108,101,116,32,83,61,117,46,108,111,119,59,99,111,110,115,116,32,107,61,108,46,104,105,103,104,59,108,101,116,32,67,61,108,46,108,111,119,44,80,61,102,44,84,61,104,44,106,61,100,44,69,61,112,44,65,61,118,44,68,61,103,44,76,61,109,44,77,61,98,44,73,61,121,44,36,61,119,44,70,61,95,44,66,61,120,44,82,61,79,44,78,61,83,44,122,61,107,44,86,61,67,59,102,111,114,40,108,101,116,32,72,61,48,59,72,60,56,48,59,72,43,61,49,41,123,108,101,116,32,110,44,114,59,99,111,110,115,116,32,105,61,97,116,91,72,93,59,105,102,40,72,60,49,54,41,105,46,104,105,103,104,61,48,124,116,91,101,43,50,42,72,93,44,114,61,105,46,104,105,103,104,44,105,46,108,111,119,61,48,124,116,91,101,43,50,42,72,43,49,93,44,110,61,105,46,108,111,119,59,101,108,115,101,123,99,111,110,115,116,32,116,61,97,116,91,72,45,49,53,93,44,101,61,116,46,104,105,103,104,44,111,61,116,46,108,111,119,44,97,61,40,101,62,62,62,49,124,111,60,60,51,49,41,94,40,101,62,62,62,56,124,111,60,60,50,52,41,94,101,62,62,62,55,44,115,61,40,111,62,62,62,49,124,101,60,60,51,49,41,94,40,111,62,62,62,56,124,101,60,60,50,52,41,94,40,111,62,62,62,55,124,101,60,60,50,53,41,44,99,61,97,116,91,72,45,50,93,44,117,61,99,46,104,105,103,104,44,108,61,99,46,108,111,119,44,102,61,40,117,62,62,62,49,57,124,108,60,60,49,51,41,94,40,117,60,60,51,124,108,62,62,62,50,57,41,94,117,62,62,62,54,44,104,61,40,108,62,62,62,49,57,124,117,60,60,49,51,41,94,40,108,60,60,51,124,117,62,62,62,50,57,41,94,40,108,62,62,62,54,124,117,60,60,50,54,41,44,100,61,97,116,91,72,45,55,93,44,112,61,100,46,104,105,103,104,44,118,61,100,46,108,111,119,44,103,61,97,116,91,72,45,49,54,93,44,109,61,103,46,104,105,103,104,44,98,61,103,46,108,111,119,59,110,61,115,43,118,44,114,61,97,43,112,43,40,110,62,62,62,48,60,115,62,62,62,48,63,49,58,48,41,44,110,43,61,104,44,114,61,114,43,102,43,40,110,62,62,62,48,60,104,62,62,62,48,63,49,58,48,41,44,110,43,61,98,44,114,61,114,43,109,43,40,110,62,62,62,48,60,98,62,62,62,48,63,49,58,48,41,44,105,46,104,105,103,104,61,114,44,105,46,108,111,119,61,110,125,99,111,110,115,116,32,111,61,73,38,70,94,126,73,38,82,44,97,61,36,38,66,94,126,36,38,78,44,115,61,80,38,106,94,80,38,65,94,106,38,65,44,99,61,84,38,69,94,84,38,68,94,69,38,68,44,117,61,40,80,62,62,62,50,56,124,84,60,60,52,41,94,40,80,60,60,51,48,124,84,62,62,62,50,41,94,40,80,60,60,50,53,124,84,62,62,62,55,41,44,108,61,40,84,62,62,62,50,56,124,80,60,60,52,41,94,40,84,60,60,51,48,124,80,62,62,62,50,41,94,40,84,60,60,50,53,124,80,62,62,62,55,41,44,102,61,40,73,62,62,62,49,52,124,36,60,60,49,56,41,94,40,73,62,62,62,49,56,124,36,60,60,49,52,41,94,40,73,60,60,50,51,124,36,62,62,62,57,41,44,104,61,40,36,62,62,62,49,52,124,73,60,60,49,56,41,94,40,36,62,62,62,49,56,124,73,60,60,49,52,41,94,40,36,60,60,50,51,124,73,62,62,62,57,41,44,100,61,111,116,91,72,93,44,112,61,100,46,104,105,103,104,44,118,61,100,46,108,111,119,59,108,101,116,32,103,61,86,43,104,44,109,61,122,43,102,43,40,103,62,62,62,48,60,86,62,62,62,48,63,49,58,48,41,59,103,43,61,97,44,109,61,109,43,111,43,40,103,62,62,62,48,60,97,62,62,62,48,63,49,58,48,41,44,103,43,61,118,44,109,61,109,43,112,43,40,103,62,62,62,48,60,118,62,62,62,48,63,49,58,48,41,44,103,43,61,110,44,109,61,109,43,114,43,40,103,62,62,62,48,60,110,62,62,62,48,63,49,58,48,41,59,99,111,110,115,116,32,98,61,108,43,99,44,121,61,117,43,115,43,40,98,62,62,62,48,60,108,62,62,62,48,63,49,58,48,41,59,122,61,82,44,86,61,78,44,82,61,70,44,78,61,66,44,70,61,73,44,66,61,36,44,36,61,77,43,103,124,48,44,73,61,76,43,109,43,40,36,62,62,62,48,60,77,62,62,62,48,63,49,58,48,41,124,48,44,76,61,65,44,77,61,68,44,65,61,106,44,68,61,69,44,106,61,80,44,69,61,84,44,84,61,103,43,98,124,48,44,80,61,109,43,121,43,40,84,62,62,62,48,60,103,62,62,62,48,63,49,58,48,41,124,48,125,114,46,108,111,119,61,104,43,84,44,104,61,114,46,108,111,119,44,114,46,104,105,103,104,61,102,43,80,43,40,104,62,62,62,48,60,84,62,62,62,48,63,49,58,48,41,44,105,46,108,111,119,61,112,43,69,44,112,61,105,46,108,111,119,44,105,46,104,105,103,104,61,100,43,106,43,40,112,62,62,62,48,60,69,62,62,62,48,63,49,58,48,41,44,111,46,108,111,119,61,103,43,68,44,103,61,111,46,108,111,119,44,111,46,104,105,103,104,61,118,43,65,43,40,103,62,62,62,48,60,68,62,62,62,48,63,49,58,48,41,44,97,46,108,111,119,61,98,43,77,44,98,61,97,46,108,111,119,44,97,46,104,105,103,104,61,109,43,76,43,40,98,62,62,62,48,60,77,62,62,62,48,63,49,58,48,41,44,115,46,108,111,119,61,119,43,36,44,119,61,115,46,108,111,119,44,115,46,104,105,103,104,61,121,43,73,43,40,119,62,62,62,48,60,36,62,62,62,48,63,49,58,48,41,44,99,46,108,111,119,61,120,43,66,44,120,61,99,46,108,111,119,44,99,46,104,105,103,104,61,95,43,70,43,40,120,62,62,62,48,60,66,62,62,62,48,63,49,58,48,41,44,117,46,108,111,119,61,83,43,78,44,83,61,117,46,108,111,119,44,117,46,104,105,103,104,61,79,43,82,43,40,83,62,62,62,48,60,78,62,62,62,48,63,49,58,48,41,44,108,46,108,111,119,61,67,43,86,44,67,61,108,46,108,111,119,44,108,46,104,105,103,104,61,107,43,122,43,40,67,62,62,62,48,60,86,62,62,62,48,63,49,58,48,41,125,95,100,111,70,105,110,97,108,105,122,101,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,46,95,100,97,116,97,44,101,61,116,46,119,111,114,100,115,44,110,61,56,42,116,104,105,115,46,95,110,68,97,116,97,66,121,116,101,115,44,114,61,56,42,116,46,115,105,103,66,121,116,101,115,59,101,91,114,62,62,62,53,93,124,61,49,50,56,60,60,50,52,45,114,37,51,50,44,101,91,51,48,43,40,114,43,49,50,56,62,62,62,49,48,60,60,53,41,93,61,77,97,116,104,46,102,108,111,111,114,40,110,47,52,50,57,52,57,54,55,50,57,54,41,44,101,91,51,49,43,40,114,43,49,50,56,62,62,62,49,48,60,60,53,41,93,61,110,44,116,46,115,105,103,66,121,116,101,115,61,52,42,101,46,108,101,110,103,116,104,44,116,104,105,115,46,95,112,114,111,99,101,115,115,40,41,59,99,111,110,115,116,32,105,61,116,104,105,115,46,95,104,97,115,104,46,116,111,88,51,50,40,41,59,114,101,116,117,114,110,32,105,125,99,108,111,110,101,40,41,123,99,111,110,115,116,32,116,61,115,117,112,101,114,46,99,108,111,110,101,46,99,97,108,108,40,116,104,105,115,41,59,114,101,116,117,114,110,32,116,46,95,104,97,115,104,61,116,104,105,115,46,95,104,97,115,104,46,99,108,111,110,101,40,41,44,116,125,125,99,111,110,115,116,32,99,116,61,117,46,95,99,114,101,97,116,101,72,101,108,112,101,114,40,115,116,41,44,117,116,61,117,46,95,99,114,101,97,116,101,72,109,97,99,72,101,108,112,101,114,40,115,116,41,59,99,108,97,115,115,32,108,116,32,101,120,116,101,110,100,115,32,115,116,123,95,100,111,82,101,115,101,116,40,41,123,116,104,105,115,46,95,104,97,115,104,61,110,101,119,32,100,40,91,110,101,119,32,104,40,51,52,49,56,48,55,48,51,54,53,44,51,50,51,56,51,55,49,48,51,50,41,44,110,101,119,32,104,40,49,54,53,52,50,55,48,50,53,48,44,57,49,52,49,53,48,54,54,51,41,44,110,101,119,32,104,40,50,52,51,56,53,50,57,51,55,48,44,56,49,50,55,48,50,57,57,57,41,44,110,101,119,32,104,40,51,53,53,52,54,50,51,54,48,44,52,49,52,52,57,49,50,54,57,55,41,44,110,101,119,32,104,40,49,55,51,49,52,48,53,52,49,53,44,52,50,57,48,55,55,53,56,53,55,41,44,110,101,119,32,104,40,50,51,57,52,49,56,48,50,51,49,44,49,55,53,48,54,48,51,48,50,53,41,44,110,101,119,32,104,40,51,54,55,53,48,48,56,53,50,53,44,49,54,57,52,48,55,54,56,51,57,41,44,110,101,119,32,104,40,49,50,48,51,48,54,50,56,49,51,44,51,50,48,52,48,55,53,52,50,56,41,93,41,125,95,100,111,70,105,110,97,108,105,122,101,40,41,123,99,111,110,115,116,32,116,61,115,117,112,101,114,46,95,100,111,70,105,110,97,108,105,122,101,46,99,97,108,108,40,116,104,105,115,41,59,114,101,116,117,114,110,32,116,46,115,105,103,66,121,116,101,115,45,61,49,54,44,116,125,125,99,111,110,115,116,32,102,116,61,115,116,46,95,99,114,101,97,116,101,72,101,108,112,101,114,40,108,116,41,44,104,116,61,115,116,46,95,99,114,101,97,116,101,72,109,97,99,72,101,108,112,101,114,40,108,116,41,44,100,116,61,91,93,44,112,116,61,91,93,44,118,116,61,91,93,59,108,101,116,32,103,116,61,49,44,109,116,61,48,59,102,111,114,40,108,101,116,32,85,101,61,48,59,85,101,60,50,52,59,85,101,43,61,49,41,123,100,116,91,103,116,43,53,42,109,116,93,61,40,85,101,43,49,41,42,40,85,101,43,50,41,47,50,37,54,52,59,99,111,110,115,116,32,116,61,109,116,37,53,44,101,61,40,50,42,103,116,43,51,42,109,116,41,37,53,59,103,116,61,116,44,109,116,61,101,125,102,111,114,40,108,101,116,32,85,101,61,48,59,85,101,60,53,59,85,101,43,61,49,41,102,111,114,40,108,101,116,32,116,61,48,59,116,60,53,59,116,43,61,49,41,112,116,91,85,101,43,53,42,116,93,61,116,43,40,50,42,85,101,43,51,42,116,41,37,53,42,53,59,108,101,116,32,98,116,61,49,59,102,111,114,40,108,101,116,32,85,101,61,48,59,85,101,60,50,52,59,85,101,43,61,49,41,123,108,101,116,32,116,61,48,44,101,61,48,59,102,111,114,40,108,101,116,32,110,61,48,59,110,60,55,59,110,43,61,49,41,123,105,102,40,49,38,98,116,41,123,99,111,110,115,116,32,114,61,40,49,60,60,110,41,45,49,59,114,60,51,50,63,101,94,61,49,60,60,114,58,116,94,61,49,60,60,114,45,51,50,125,49,50,56,38,98,116,63,98,116,61,98,116,60,60,49,94,49,49,51,58,98,116,60,60,61,49,125,118,116,91,85,101,93,61,104,46,99,114,101,97,116,101,40,116,44,101,41,125,99,111,110,115,116,32,121,116,61,91,93,59,102,111,114,40,108,101,116,32,85,101,61,48,59,85,101,60,50,53,59,85,101,43,61,49,41,121,116,91,85,101,93,61,104,46,99,114,101,97,116,101,40,41,59,99,108,97,115,115,32,119,116,32,101,120,116,101,110,100,115,32,117,123,99,111,110,115,116,114,117,99,116,111,114,40,116,41,123,115,117,112,101,114,40,79,98,106,101,99,116,46,97,115,115,105,103,110,40,123,111,117,116,112,117,116,76,101,110,103,116,104,58,53,49,50,125,44,116,41,41,125,95,100,111,82,101,115,101,116,40,41,123,116,104,105,115,46,95,115,116,97,116,101,61,91,93,59,99,111,110,115,116,32,116,61,116,104,105,115,46,95,115,116,97,116,101,59,102,111,114,40,108,101,116,32,101,61,48,59,101,60,50,53,59,101,43,61,49,41,116,91,101,93,61,110,101,119,32,104,59,116,104,105,115,46,98,108,111,99,107,83,105,122,101,61,40,49,54,48,48,45,50,42,116,104,105,115,46,99,102,103,46,111,117,116,112,117,116,76,101,110,103,116,104,41,47,51,50,125,95,100,111,80,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,104,105,115,46,95,115,116,97,116,101,44,114,61,116,104,105,115,46,98,108,111,99,107,83,105,122,101,47,50,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,114,59,105,43,61,49,41,123,108,101,116,32,114,61,116,91,101,43,50,42,105,93,44,111,61,116,91,101,43,50,42,105,43,49,93,59,114,61,49,54,55,49,49,57,51,53,38,40,114,60,60,56,124,114,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,114,60,60,50,52,124,114,62,62,62,56,41,44,111,61,49,54,55,49,49,57,51,53,38,40,111,60,60,56,124,111,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,111,60,60,50,52,124,111,62,62,62,56,41,59,99,111,110,115,116,32,97,61,110,91,105,93,59,97,46,104,105,103,104,94,61,111,44,97,46,108,111,119,94,61,114,125,102,111,114,40,108,101,116,32,105,61,48,59,105,60,50,52,59,105,43,61,49,41,123,102,111,114,40,108,101,116,32,105,61,48,59,105,60,53,59,105,43,61,49,41,123,108,101,116,32,116,61,48,44,101,61,48,59,102,111,114,40,108,101,116,32,111,61,48,59,111,60,53,59,111,43,61,49,41,123,99,111,110,115,116,32,114,61,110,91,105,43,53,42,111,93,59,116,94,61,114,46,104,105,103,104,44,101,94,61,114,46,108,111,119,125,99,111,110,115,116,32,114,61,121,116,91,105,93,59,114,46,104,105,103,104,61,116,44,114,46,108,111,119,61,101,125,102,111,114,40,108,101,116,32,105,61,48,59,105,60,53,59,105,43,61,49,41,123,99,111,110,115,116,32,116,61,121,116,91,40,105,43,52,41,37,53,93,44,101,61,121,116,91,40,105,43,49,41,37,53,93,44,114,61,101,46,104,105,103,104,44,111,61,101,46,108,111,119,44,97,61,116,46,104,105,103,104,94,40,114,60,60,49,124,111,62,62,62,51,49,41,44,115,61,116,46,108,111,119,94,40,111,60,60,49,124,114,62,62,62,51,49,41,59,102,111,114,40,108,101,116,32,99,61,48,59,99,60,53,59,99,43,61,49,41,123,99,111,110,115,116,32,116,61,110,91,105,43,53,42,99,93,59,116,46,104,105,103,104,94,61,97,44,116,46,108,111,119,94,61,115,125,125,102,111,114,40,108,101,116,32,105,61,49,59,105,60,50,53,59,105,43,61,49,41,123,108,101,116,32,116,44,101,59,99,111,110,115,116,32,114,61,110,91,105,93,44,111,61,114,46,104,105,103,104,44,97,61,114,46,108,111,119,44,115,61,100,116,91,105,93,59,115,60,51,50,63,40,116,61,111,60,60,115,124,97,62,62,62,51,50,45,115,44,101,61,97,60,60,115,124,111,62,62,62,51,50,45,115,41,58,40,116,61,97,60,60,115,45,51,50,124,111,62,62,62,54,52,45,115,44,101,61,111,60,60,115,45,51,50,124,97,62,62,62,54,52,45,115,41,59,99,111,110,115,116,32,99,61,121,116,91,112,116,91,105,93,93,59,99,46,104,105,103,104,61,116,44,99,46,108,111,119,61,101,125,99,111,110,115,116,32,116,61,121,116,91,48,93,44,101,61,110,91,48,93,59,116,46,104,105,103,104,61,101,46,104,105,103,104,44,116,46,108,111,119,61,101,46,108,111,119,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,53,59,105,43,61,49,41,102,111,114,40,108,101,116,32,116,61,48,59,116,60,53,59,116,43,61,49,41,123,99,111,110,115,116,32,101,61,105,43,53,42,116,44,114,61,110,91,101,93,44,111,61,121,116,91,101,93,44,97,61,121,116,91,40,105,43,49,41,37,53,43,53,42,116,93,44,115,61,121,116,91,40,105,43,50,41,37,53,43,53,42,116,93,59,114,46,104,105,103,104,61,111,46,104,105,103,104,94,126,97,46,104,105,103,104,38,115,46,104,105,103,104,44,114,46,108,111,119,61,111,46,108,111,119,94,126,97,46,108,111,119,38,115,46,108,111,119,125,99,111,110,115,116,32,114,61,110,91,48,93,44,111,61,118,116,91,105,93,59,114,46,104,105,103,104,94,61,111,46,104,105,103,104,44,114,46,108,111,119,94,61,111,46,108,111,119,125,125,95,100,111,70,105,110,97,108,105,122,101,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,46,95,100,97,116,97,44,101,61,116,46,119,111,114,100,115,44,110,61,56,42,116,46,115,105,103,66,121,116,101,115,44,114,61,51,50,42,116,104,105,115,46,98,108,111,99,107,83,105,122,101,59,101,91,110,62,62,62,53,93,124,61,49,60,60,50,52,45,110,37,51,50,44,101,91,40,77,97,116,104,46,99,101,105,108,40,40,110,43,49,41,47,114,41,42,114,62,62,62,53,41,45,49,93,124,61,49,50,56,44,116,46,115,105,103,66,121,116,101,115,61,52,42,101,46,108,101,110,103,116,104,44,116,104,105,115,46,95,112,114,111,99,101,115,115,40,41,59,99,111,110,115,116,32,111,61,116,104,105,115,46,95,115,116,97,116,101,44,97,61,116,104,105,115,46,99,102,103,46,111,117,116,112,117,116,76,101,110,103,116,104,47,56,44,115,61,97,47,56,44,99,61,91,93,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,115,59,105,43,61,49,41,123,99,111,110,115,116,32,116,61,111,91,105,93,59,108,101,116,32,101,61,116,46,104,105,103,104,44,110,61,116,46,108,111,119,59,101,61,49,54,55,49,49,57,51,53,38,40,101,60,60,56,124,101,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,101,60,60,50,52,124,101,62,62,62,56,41,44,110,61,49,54,55,49,49,57,51,53,38,40,110,60,60,56,124,110,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,110,60,60,50,52,124,110,62,62,62,56,41,44,99,46,112,117,115,104,40,110,41,44,99,46,112,117,115,104,40,101,41,125,114,101,116,117,114,110,32,110,101,119,32,105,40,99,44,97,41,125,99,108,111,110,101,40,41,123,99,111,110,115,116,32,116,61,115,117,112,101,114,46,99,108,111,110,101,46,99,97,108,108,40,116,104,105,115,41,59,116,46,95,115,116,97,116,101,61,116,104,105,115,46,95,115,116,97,116,101,46,115,108,105,99,101,40,48,41,59,99,111,110,115,116,32,101,61,116,46,95,115,116,97,116,101,59,102,111,114,40,108,101,116,32,110,61,48,59,110,60,50,53,59,110,43,61,49,41,101,91,110,93,61,101,91,110,93,46,99,108,111,110,101,40,41,59,114,101,116,117,114,110,32,116,125,125,99,111,110,115,116,32,95,116,61,117,46,95,99,114,101,97,116,101,72,101,108,112,101,114,40,119,116,41,44,120,116,61,117,46,95,99,114,101,97,116,101,72,109,97,99,72,101,108,112,101,114,40,119,116,41,44,79,116,61,105,46,99,114,101,97,116,101,40,91,48,44,49,44,50,44,51,44,52,44,53,44,54,44,55,44,56,44,57,44,49,48,44,49,49,44,49,50,44,49,51,44,49,52,44,49,53,44,55,44,52,44,49,51,44,49,44,49,48,44,54,44,49,53,44,51,44,49,50,44,48,44,57,44,53,44,50,44,49,52,44,49,49,44,56,44,51,44,49,48,44,49,52,44,52,44,57,44,49,53,44,56,44,49,44,50,44,55,44,48,44,54,44,49,51,44,49,49,44,53,44,49,50,44,49,44,57,44,49,49,44,49,48,44,48,44,56,44,49,50,44,52,44,49,51,44,51,44,55,44,49,53,44,49,52,44,53,44,54,44,50,44,52,44,48,44,53,44,57,44,55,44,49,50,44,50,44,49,48,44,49,52,44,49,44,51,44,56,44,49,49,44,54,44,49,53,44,49,51,93,41,44,83,116,61,105,46,99,114,101,97,116,101,40,91,53,44,49,52,44,55,44,48,44,57,44,50,44,49,49,44,52,44,49,51,44,54,44,49,53,44,56,44,49,44,49,48,44,51,44,49,50,44,54,44,49,49,44,51,44,55,44,48,44,49,51,44,53,44,49,48,44,49,52,44,49,53,44,56,44,49,50,44,52,44,57,44,49,44,50,44,49,53,44,53,44,49,44,51,44,55,44,49,52,44,54,44,57,44,49,49,44,56,44,49,50,44,50,44,49,48,44,48,44,52,44,49,51,44,56,44,54,44,52,44,49,44,51,44,49,49,44,49,53,44,48,44,53,44,49,50,44,50,44,49,51,44,57,44,55,44,49,48,44,49,52,44,49,50,44,49,53,44,49,48,44,52,44,49,44,53,44,56,44,55,44,54,44,50,44,49,51,44,49,52,44,48,44,51,44,57,44,49,49,93,41,44,107,116,61,105,46,99,114,101,97,116,101,40,91,49,49,44,49,52,44,49,53,44,49,50,44,53,44,56,44,55,44,57,44,49,49,44,49,51,44,49,52,44,49,53,44,54,44,55,44,57,44,56,44,55,44,54,44,56,44,49,51,44,49,49,44,57,44,55,44,49,53,44,55,44,49,50,44,49,53,44,57,44,49,49,44,55,44,49,51,44,49,50,44,49,49,44,49,51,44,54,44,55,44,49,52,44,57,44,49,51,44,49,53,44,49,52,44,56,44,49,51,44,54,44,53,44,49,50,44,55,44,53,44,49,49,44,49,50,44,49,52,44,49,53,44,49,52,44,49,53,44,57,44,56,44,57,44,49,52,44,53,44,54,44,56,44,54,44,53,44,49,50,44,57,44,49,53,44,53,44,49,49,44,54,44,56,44,49,51,44,49,50,44,53,44,49,50,44,49,51,44,49,52,44,49,49,44,56,44,53,44,54,93,41,44,67,116,61,105,46,99,114,101,97,116,101,40,91,56,44,57,44,57,44,49,49,44,49,51,44,49,53,44,49,53,44,53,44,55,44,55,44,56,44,49,49,44,49,52,44,49,52,44,49,50,44,54,44,57,44,49,51,44,49,53,44,55,44,49,50,44,56,44,57,44,49,49,44,55,44,55,44,49,50,44,55,44,54,44,49,53,44,49,51,44,49,49,44,57,44,55,44,49,53,44,49,49,44,56,44,54,44,54,44,49,52,44,49,50,44,49,51,44,53,44,49,52,44,49,51,44,49,51,44,55,44,53,44,49,53,44,53,44,56,44,49,49,44,49,52,44,49,52,44,54,44,49,52,44,54,44,57,44,49,50,44,57,44,49,50,44,53,44,49,53,44,56,44,56,44,53,44,49,50,44,57,44,49,50,44,53,44,49,52,44,54,44,56,44,49,51,44,54,44,53,44,49,53,44,49,51,44,49,49,44,49,49,93,41,44,80,116,61,105,46,99,114,101,97,116,101,40,91,48,44,49,53,49,56,53,48,48,50,52,57,44,49,56,53,57,55,55,53,51,57,51,44,50,52,48,48,57,53,57,55,48,56,44,50,56,52,48,56,53,51,56,51,56,93,41,44,84,116,61,105,46,99,114,101,97,116,101,40,91,49,51,53,50,56,50,57,57,50,54,44,49,53,52,56,54,48,51,54,56,52,44,49,56,51,54,48,55,50,54,57,49,44,50,48,53,51,57,57,52,50,49,55,44,48,93,41,44,106,116,61,40,116,44,101,44,110,41,61,62,116,94,101,94,110,44,69,116,61,40,116,44,101,44,110,41,61,62,116,38,101,124,126,116,38,110,44,65,116,61,40,116,44,101,44,110,41,61,62,40,116,124,126,101,41,94,110,44,68,116,61,40,116,44,101,44,110,41,61,62,116,38,110,124,101,38,126,110,44,76,116,61,40,116,44,101,44,110,41,61,62,116,94,40,101,124,126,110,41,44,77,116,61,40,116,44,101,41,61,62,116,60,60,101,124,116,62,62,62,51,50,45,101,59,99,108,97,115,115,32,73,116,32,101,120,116,101,110,100,115,32,117,123,95,100,111,82,101,115,101,116,40,41,123,116,104,105,115,46,95,104,97,115,104,61,105,46,99,114,101,97,116,101,40,91,49,55,51,50,53,56,52,49,57,51,44,52,48,50,51,50,51,51,52,49,55,44,50,53,54,50,51,56,51,49,48,50,44,50,55,49,55,51,51,56,55,56,44,51,50,56,53,51,55,55,53,50,48,93,41,125,95,100,111,80,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,59,102,111,114,40,108,101,116,32,95,61,48,59,95,60,49,54,59,95,43,61,49,41,123,99,111,110,115,116,32,116,61,101,43,95,44,114,61,110,91,116,93,59,110,91,116,93,61,49,54,55,49,49,57,51,53,38,40,114,60,60,56,124,114,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,114,60,60,50,52,124,114,62,62,62,56,41,125,99,111,110,115,116,32,114,61,116,104,105,115,46,95,104,97,115,104,46,119,111,114,100,115,44,105,61,80,116,46,119,111,114,100,115,44,111,61,84,116,46,119,111,114,100,115,44,97,61,79,116,46,119,111,114,100,115,44,115,61,83,116,46,119,111,114,100,115,44,99,61,107,116,46,119,111,114,100,115,44,117,61,67,116,46,119,111,114,100,115,59,108,101,116,32,108,44,102,61,114,91,48,93,44,104,61,114,91,49,93,44,100,61,114,91,50,93,44,112,61,114,91,51,93,44,118,61,114,91,52,93,44,103,61,114,91,48,93,44,109,61,114,91,49,93,44,98,61,114,91,50,93,44,121,61,114,91,51,93,44,119,61,114,91,52,93,59,102,111,114,40,108,101,116,32,95,61,48,59,95,60,56,48,59,95,43,61,49,41,108,61,102,43,110,91,101,43,97,91,95,93,93,124,48,44,108,43,61,95,60,49,54,63,106,116,40,104,44,100,44,112,41,43,105,91,48,93,58,95,60,51,50,63,69,116,40,104,44,100,44,112,41,43,105,91,49,93,58,95,60,52,56,63,65,116,40,104,44,100,44,112,41,43,105,91,50,93,58,95,60,54,52,63,68,116,40,104,44,100,44,112,41,43,105,91,51,93,58,76,116,40,104,44,100,44,112,41,43,105,91,52,93,44,108,124,61,48,44,108,61,77,116,40,108,44,99,91,95,93,41,44,108,61,108,43,118,124,48,44,102,61,118,44,118,61,112,44,112,61,77,116,40,100,44,49,48,41,44,100,61,104,44,104,61,108,44,108,61,103,43,110,91,101,43,115,91,95,93,93,124,48,44,108,43,61,95,60,49,54,63,76,116,40,109,44,98,44,121,41,43,111,91,48,93,58,95,60,51,50,63,68,116,40,109,44,98,44,121,41,43,111,91,49,93,58,95,60,52,56,63,65,116,40,109,44,98,44,121,41,43,111,91,50,93,58,95,60,54,52,63,69,116,40,109,44,98,44,121,41,43,111,91,51,93,58,106,116,40,109,44,98,44,121,41,43,111,91,52,93,44,108,124,61,48,44,108,61,77,116,40,108,44,117,91,95,93,41,44,108,61,108,43,119,124,48,44,103,61,119,44,119,61,121,44,121,61,77,116,40,98,44,49,48,41,44,98,61,109,44,109,61,108,59,108,61,114,91,49,93,43,100,43,121,124,48,44,114,91,49,93,61,114,91,50,93,43,112,43,119,124,48,44,114,91,50,93,61,114,91,51,93,43,118,43,103,124,48,44,114,91,51,93,61,114,91,52,93,43,102,43,109,124,48,44,114,91,52,93,61,114,91,48,93,43,104,43,98,124,48,44,114,91,48,93,61,108,125,95,100,111,70,105,110,97,108,105,122,101,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,46,95,100,97,116,97,44,101,61,116,46,119,111,114,100,115,44,110,61,56,42,116,104,105,115,46,95,110,68,97,116,97,66,121,116,101,115,44,114,61,56,42,116,46,115,105,103,66,121,116,101,115,59,101,91,114,62,62,62,53,93,124,61,49,50,56,60,60,50,52,45,114,37,51,50,44,101,91,49,52,43,40,114,43,54,52,62,62,62,57,60,60,52,41,93,61,49,54,55,49,49,57,51,53,38,40,110,60,60,56,124,110,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,110,60,60,50,52,124,110,62,62,62,56,41,44,116,46,115,105,103,66,121,116,101,115,61,52,42,40,101,46,108,101,110,103,116,104,43,49,41,44,116,104,105,115,46,95,112,114,111,99,101,115,115,40,41,59,99,111,110,115,116,32,105,61,116,104,105,115,46,95,104,97,115,104,44,111,61,105,46,119,111,114,100,115,59,102,111,114,40,108,101,116,32,97,61,48,59,97,60,53,59,97,43,61,49,41,123,99,111,110,115,116,32,116,61,111,91,97,93,59,111,91,97,93,61,49,54,55,49,49,57,51,53,38,40,116,60,60,56,124,116,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,116,60,60,50,52,124,116,62,62,62,56,41,125,114,101,116,117,114,110,32,105,125,99,108,111,110,101,40,41,123,99,111,110,115,116,32,116,61,115,117,112,101,114,46,99,108,111,110,101,46,99,97,108,108,40,116,104,105,115,41,59,114,101,116,117,114,110,32,116,46,95,104,97,115,104,61,116,104,105,115,46,95,104,97,115,104,46,99,108,111,110,101,40,41,44,116,125,125,99,111,110,115,116,32,36,116,61,117,46,95,99,114,101,97,116,101,72,101,108,112,101,114,40,73,116,41,44,70,116,61,117,46,95,99,114,101,97,116,101,72,109,97,99,72,101,108,112,101,114,40,73,116,41,59,99,108,97,115,115,32,66,116,32,101,120,116,101,110,100,115,32,114,123,99,111,110,115,116,114,117,99,116,111,114,40,116,41,123,115,117,112,101,114,40,41,44,116,104,105,115,46,99,102,103,61,79,98,106,101,99,116,46,97,115,115,105,103,110,40,110,101,119,32,114,44,123,107,101,121,83,105,122,101,58,52,44,104,97,115,104,101,114,58,72,44,105,116,101,114,97,116,105,111,110,115,58,49,125,44,116,41,125,99,111,109,112,117,116,101,40,116,44,101,41,123,99,111,110,115,116,123,99,102,103,58,110,125,61,116,104,105,115,44,114,61,108,46,99,114,101,97,116,101,40,110,46,104,97,115,104,101,114,44,116,41,44,111,61,105,46,99,114,101,97,116,101,40,41,44,97,61,105,46,99,114,101,97,116,101,40,91,49,93,41,44,115,61,111,46,119,111,114,100,115,44,99,61,97,46,119,111,114,100,115,44,123,107,101,121,83,105,122,101,58,117,44,105,116,101,114,97,116,105,111,110,115,58,102,125,61,110,59,119,104,105,108,101,40,115,46,108,101,110,103,116,104,60,117,41,123,99,111,110,115,116,32,116,61,114,46,117,112,100,97,116,101,40,101,41,46,102,105,110,97,108,105,122,101,40,97,41,59,114,46,114,101,115,101,116,40,41,59,99,111,110,115,116,32,110,61,116,46,119,111,114,100,115,44,105,61,110,46,108,101,110,103,116,104,59,108,101,116,32,115,61,116,59,102,111,114,40,108,101,116,32,101,61,49,59,101,60,102,59,101,43,61,49,41,123,115,61,114,46,102,105,110,97,108,105,122,101,40,115,41,44,114,46,114,101,115,101,116,40,41,59,99,111,110,115,116,32,116,61,115,46,119,111,114,100,115,59,102,111,114,40,108,101,116,32,101,61,48,59,101,60,105,59,101,43,61,49,41,110,91,101,93,94,61,116,91,101,93,125,111,46,99,111,110,99,97,116,40,116,41,44,99,91,48,93,43,61,49,125,114,101,116,117,114,110,32,111,46,115,105,103,66,121,116,101,115,61,52,42,117,44,111,125,125,99,111,110,115,116,32,82,116,61,40,116,44,101,44,110,41,61,62,66,116,46,99,114,101,97,116,101,40,110,41,46,99,111,109,112,117,116,101,40,116,44,101,41,44,78,116,61,91,93,44,122,116,61,91,93,44,86,116,61,91,93,44,72,116,61,91,93,44,85,116,61,91,93,44,87,116,61,91,93,44,113,116,61,91,93,44,71,116,61,91,93,44,89,116,61,91,93,44,75,116,61,91,93,44,88,116,61,91,93,59,102,111,114,40,108,101,116,32,85,101,61,48,59,85,101,60,50,53,54,59,85,101,43,61,49,41,88,116,91,85,101,93,61,85,101,60,49,50,56,63,85,101,60,60,49,58,85,101,60,60,49,94,50,56,51,59,108,101,116,32,90,116,61,48,44,74,116,61,48,59,102,111,114,40,108,101,116,32,85,101,61,48,59,85,101,60,50,53,54,59,85,101,43,61,49,41,123,108,101,116,32,116,61,74,116,94,74,116,60,60,49,94,74,116,60,60,50,94,74,116,60,60,51,94,74,116,60,60,52,59,116,61,116,62,62,62,56,94,50,53,53,38,116,94,57,57,44,78,116,91,90,116,93,61,116,44,122,116,91,116,93,61,90,116,59,99,111,110,115,116,32,101,61,88,116,91,90,116,93,44,110,61,88,116,91,101,93,44,114,61,88,116,91,110,93,59,108,101,116,32,105,61,50,53,55,42,88,116,91,116,93,94,49,54,56,52,51,48,48,56,42,116,59,86,116,91,90,116,93,61,105,60,60,50,52,124,105,62,62,62,56,44,72,116,91,90,116,93,61,105,60,60,49,54,124,105,62,62,62,49,54,44,85,116,91,90,116,93,61,105,60,60,56,124,105,62,62,62,50,52,44,87,116,91,90,116,93,61,105,44,105,61,49,54,56,52,51,48,48,57,42,114,94,54,53,53,51,55,42,110,94,50,53,55,42,101,94,49,54,56,52,51,48,48,56,42,90,116,44,113,116,91,116,93,61,105,60,60,50,52,124,105,62,62,62,56,44,71,116,91,116,93,61,105,60,60,49,54,124,105,62,62,62,49,54,44,89,116,91,116,93,61,105,60,60,56,124,105,62,62,62,50,52,44,75,116,91,116,93,61,105,44,90,116,63,40,90,116,61,101,94,88,116,91,88,116,91,88,116,91,114,94,101,93,93,93,44,74,116,94,61,88,116,91,88,116,91,74,116,93,93,41,58,40,74,116,61,49,44,90,116,61,74,116,41,125,99,111,110,115,116,32,81,116,61,91,48,44,49,44,50,44,52,44,56,44,49,54,44,51,50,44,54,52,44,49,50,56,44,50,55,44,53,52,93,59,99,108,97,115,115,32,116,101,32,101,120,116,101,110,100,115,32,68,123,95,100,111,82,101,115,101,116,40,41,123,108,101,116,32,116,59,105,102,40,116,104,105,115,46,95,110,82,111,117,110,100,115,38,38,116,104,105,115,46,95,107,101,121,80,114,105,111,114,82,101,115,101,116,61,61,61,116,104,105,115,46,95,107,101,121,41,114,101,116,117,114,110,59,116,104,105,115,46,95,107,101,121,80,114,105,111,114,82,101,115,101,116,61,116,104,105,115,46,95,107,101,121,59,99,111,110,115,116,32,101,61,116,104,105,115,46,95,107,101,121,80,114,105,111,114,82,101,115,101,116,44,110,61,101,46,119,111,114,100,115,44,114,61,101,46,115,105,103,66,121,116,101,115,47,52,59,116,104,105,115,46,95,110,82,111,117,110,100,115,61,114,43,54,59,99,111,110,115,116,32,105,61,116,104,105,115,46,95,110,82,111,117,110,100,115,44,111,61,52,42,40,105,43,49,41,59,116,104,105,115,46,95,107,101,121,83,99,104,101,100,117,108,101,61,91,93,59,99,111,110,115,116,32,97,61,116,104,105,115,46,95,107,101,121,83,99,104,101,100,117,108,101,59,102,111,114,40,108,101,116,32,99,61,48,59,99,60,111,59,99,43,61,49,41,99,60,114,63,97,91,99,93,61,110,91,99,93,58,40,116,61,97,91,99,45,49,93,44,99,37,114,63,114,62,54,38,38,99,37,114,61,61,61,52,38,38,40,116,61,78,116,91,116,62,62,62,50,52,93,60,60,50,52,124,78,116,91,116,62,62,62,49,54,38,50,53,53,93,60,60,49,54,124,78,116,91,116,62,62,62,56,38,50,53,53,93,60,60,56,124,78,116,91,50,53,53,38,116,93,41,58,40,116,61,116,60,60,56,124,116,62,62,62,50,52,44,116,61,78,116,91,116,62,62,62,50,52,93,60,60,50,52,124,78,116,91,116,62,62,62,49,54,38,50,53,53,93,60,60,49,54,124,78,116,91,116,62,62,62,56,38,50,53,53,93,60,60,56,124,78,116,91,50,53,53,38,116,93,44,116,94,61,81,116,91,99,47,114,124,48,93,60,60,50,52,41,44,97,91,99,93,61,97,91,99,45,114,93,94,116,41,59,116,104,105,115,46,95,105,110,118,75,101,121,83,99,104,101,100,117,108,101,61,91,93,59,99,111,110,115,116,32,115,61,116,104,105,115,46,95,105,110,118,75,101,121,83,99,104,101,100,117,108,101,59,102,111,114,40,108,101,116,32,99,61,48,59,99,60,111,59,99,43,61,49,41,123,99,111,110,115,116,32,101,61,111,45,99,59,116,61,99,37,52,63,97,91,101,93,58,97,91,101,45,52,93,44,115,91,99,93,61,99,60,52,124,124,101,60,61,52,63,116,58,113,116,91,78,116,91,116,62,62,62,50,52,93,93,94,71,116,91,78,116,91,116,62,62,62,49,54,38,50,53,53,93,93,94,89,116,91,78,116,91,116,62,62,62,56,38,50,53,53,93,93,94,75,116,91,78,116,91,50,53,53,38,116,93,93,125,125,101,110,99,114,121,112,116,66,108,111,99,107,40,116,44,101,41,123,116,104,105,115,46,95,100,111,67,114,121,112,116,66,108,111,99,107,40,116,44,101,44,116,104,105,115,46,95,107,101,121,83,99,104,101,100,117,108,101,44,86,116,44,72,116,44,85,116,44,87,116,44,78,116,41,125,100,101,99,114,121,112,116,66,108,111,99,107,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,59,108,101,116,32,114,61,110,91,101,43,49,93,59,110,91,101,43,49,93,61,110,91,101,43,51,93,44,110,91,101,43,51,93,61,114,44,116,104,105,115,46,95,100,111,67,114,121,112,116,66,108,111,99,107,40,110,44,101,44,116,104,105,115,46,95,105,110,118,75,101,121,83,99,104,101,100,117,108,101,44,113,116,44,71,116,44,89,116,44,75,116,44,122,116,41,44,114,61,110,91,101,43,49,93,44,110,91,101,43,49,93,61,110,91,101,43,51,93,44,110,91,101,43,51,93,61,114,125,95,100,111,67,114,121,112,116,66,108,111,99,107,40,116,44,101,44,110,44,114,44,105,44,111,44,97,44,115,41,123,99,111,110,115,116,32,99,61,116,44,117,61,116,104,105,115,46,95,110,82,111,117,110,100,115,59,108,101,116,32,108,61,99,91,101,93,94,110,91,48,93,44,102,61,99,91,101,43,49,93,94,110,91,49,93,44,104,61,99,91,101,43,50,93,94,110,91,50,93,44,100,61,99,91,101,43,51,93,94,110,91,51,93,44,112,61,52,59,102,111,114,40,108,101,116,32,121,61,49,59,121,60,117,59,121,43,61,49,41,123,99,111,110,115,116,32,116,61,114,91,108,62,62,62,50,52,93,94,105,91,102,62,62,62,49,54,38,50,53,53,93,94,111,91,104,62,62,62,56,38,50,53,53,93,94,97,91,50,53,53,38,100,93,94,110,91,112,93,59,112,43,61,49,59,99,111,110,115,116,32,101,61,114,91,102,62,62,62,50,52,93,94,105,91,104,62,62,62,49,54,38,50,53,53,93,94,111,91,100,62,62,62,56,38,50,53,53,93,94,97,91,50,53,53,38,108,93,94,110,91,112,93,59,112,43,61,49,59,99,111,110,115,116,32,115,61,114,91,104,62,62,62,50,52,93,94,105,91,100,62,62,62,49,54,38,50,53,53,93,94,111,91,108,62,62,62,56,38,50,53,53,93,94,97,91,50,53,53,38,102,93,94,110,91,112,93,59,112,43,61,49,59,99,111,110,115,116,32,99,61,114,91,100,62,62,62,50,52,93,94,105,91,108,62,62,62,49,54,38,50,53,53,93,94,111,91,102,62,62,62,56,38,50,53,53,93,94,97,91,50,53,53,38,104,93,94,110,91,112,93,59,112,43,61,49,44,108,61,116,44,102,61,101,44,104,61,115,44,100,61,99,125,99,111,110,115,116,32,118,61,40,115,91,108,62,62,62,50,52,93,60,60,50,52,124,115,91,102,62,62,62,49,54,38,50,53,53,93,60,60,49,54,124,115,91,104,62,62,62,56,38,50,53,53,93,60,60,56,124,115,91,50,53,53,38,100,93,41,94,110,91,112,93,59,112,43,61,49,59,99,111,110,115,116,32,103,61,40,115,91,102,62,62,62,50,52,93,60,60,50,52,124,115,91,104,62,62,62,49,54,38,50,53,53,93,60,60,49,54,124,115,91,100,62,62,62,56,38,50,53,53,93,60,60,56,124,115,91,50,53,53,38,108,93,41,94,110,91,112,93,59,112,43,61,49,59,99,111,110,115,116,32,109,61,40,115,91,104,62,62,62,50,52,93,60,60,50,52,124,115,91,100,62,62,62,49,54,38,50,53,53,93,60,60,49,54,124,115,91,108,62,62,62,56,38,50,53,53,93,60,60,56,124,115,91,50,53,53,38,102,93,41,94,110,91,112,93,59,112,43,61,49,59,99,111,110,115,116,32,98,61,40,115,91,100,62,62,62,50,52,93,60,60,50,52,124,115,91,108,62,62,62,49,54,38,50,53,53,93,60,60,49,54,124,115,91,102,62,62,62,56,38,50,53,53,93,60,60,56,124,115,91,50,53,53,38,104,93,41,94,110,91,112,93,59,112,43,61,49,44,99,91,101,93,61,118,44,99,91,101,43,49,93,61,103,44,99,91,101,43,50,93,61,109,44,99,91,101,43,51,93,61,98,125,125,116,101,46,107,101,121,83,105,122,101,61,56,59,99,111,110,115,116,32,101,101,61,68,46,95,99,114,101,97,116,101,72,101,108,112,101,114,40,116,101,41,44,110,101,61,91,53,55,44,52,57,44,52,49,44,51,51,44,50,53,44,49,55,44,57,44,49,44,53,56,44,53,48,44,52,50,44,51,52,44,50,54,44,49,56,44,49,48,44,50,44,53,57,44,53,49,44,52,51,44,51,53,44,50,55,44,49,57,44,49,49,44,51,44,54,48,44,53,50,44,52,52,44,51,54,44,54,51,44,53,53,44,52,55,44,51,57,44,51,49,44,50,51,44,49,53,44,55,44,54,50,44,53,52,44,52,54,44,51,56,44,51,48,44,50,50,44,49,52,44,54,44,54,49,44,53,51,44,52,53,44,51,55,44,50,57,44,50,49,44,49,51,44,53,44,50,56,44,50,48,44,49,50,44,52,93,44,114,101,61,91,49,52,44,49,55,44,49,49,44,50,52,44,49,44,53,44,51,44,50,56,44,49,53,44,54,44,50,49,44,49,48,44,50,51,44,49,57,44,49,50,44,52,44,50,54,44,56,44,49,54,44,55,44,50,55,44,50,48,44,49,51,44,50,44,52,49,44,53,50,44,51,49,44,51,55,44,52,55,44,53,53,44,51,48,44,52,48,44,53,49,44,52,53,44,51,51,44,52,56,44,52,52,44,52,57,44,51,57,44,53,54,44,51,52,44,53,51,44,52,54,44,52,50,44,53,48,44,51,54,44,50,57,44,51,50,93,44,105,101,61,91,49,44,50,44,52,44,54,44,56,44,49,48,44,49,50,44,49,52,44,49,53,44,49,55,44,49,57,44,50,49,44,50,51,44,50,53,44,50,55,44,50,56,93,44,111,101,61,91,123,48,58,56,52,50,49,56,56,56,44,50,54,56,52,51,53,52,53,54,58,51,50,55,54,56,44,53,51,54,56,55,48,57,49,50,58,56,52,50,49,51,55,56,44,56,48,53,51,48,54,51,54,56,58,50,44,49,48,55,51,55,52,49,56,50,52,58,53,49,50,44,49,51,52,50,49,55,55,50,56,48,58,56,52,50,49,56,57,48,44,49,54,49,48,54,49,50,55,51,54,58,56,51,56,57,49,50,50,44,49,56,55,57,48,52,56,49,57,50,58,56,51,56,56,54,48,56,44,50,49,52,55,52,56,51,54,52,56,58,53,49,52,44,50,52,49,53,57,49,57,49,48,52,58,56,51,56,57,49,50,48,44,50,54,56,52,51,53,52,53,54,48,58,51,51,50,56,48,44,50,57,53,50,55,57,48,48,49,54,58,56,52,50,49,51,55,54,44,51,50,50,49,50,50,53,52,55,50,58,51,50,55,55,48,44,51,52,56,57,54,54,48,57,50,56,58,56,51,56,56,54,49,48,44,51,55,53,56,48,57,54,51,56,52,58,48,44,52,48,50,54,53,51,49,56,52,48,58,51,51,50,56,50,44,49,51,52,50,49,55,55,50,56,58,48,44,52,48,50,54,53,51,49,56,52,58,56,52,50,49,56,57,48,44,54,55,49,48,56,56,54,52,48,58,51,51,50,56,50,44,57,51,57,53,50,52,48,57,54,58,51,50,55,54,56,44,49,50,48,55,57,53,57,53,53,50,58,56,52,50,49,56,56,56,44,49,52,55,54,51,57,53,48,48,56,58,53,49,50,44,49,55,52,52,56,51,48,52,54,52,58,56,52,50,49,51,55,56,44,50,48,49,51,50,54,53,57,50,48,58,50,44,50,50,56,49,55,48,49,51,55,54,58,56,51,56,57,49,50,48,44,50,53,53,48,49,51,54,56,51,50,58,51,51,50,56,48,44,50,56,49,56,53,55,50,50,56,56,58,56,52,50,49,51,55,54,44,51,48,56,55,48,48,55,55,52,52,58,56,51,56,57,49,50,50,44,51,51,53,53,52,52,51,50,48,48,58,56,51,56,56,54,49,48,44,51,54,50,51,56,55,56,54,53,54,58,51,50,55,55,48,44,51,56,57,50,51,49,52,49,49,50,58,53,49,52,44,52,49,54,48,55,52,57,53,54,56,58,56,51,56,56,54,48,56,44,49,58,51,50,55,54,56,44,50,54,56,52,51,53,52,53,55,58,50,44,53,51,54,56,55,48,57,49,51,58,56,52,50,49,56,56,56,44,56,48,53,51,48,54,51,54,57,58,56,51,56,56,54,48,56,44,49,48,55,51,55,52,49,56,50,53,58,56,52,50,49,51,55,56,44,49,51,52,50,49,55,55,50,56,49,58,51,51,50,56,48,44,49,54,49,48,54,49,50,55,51,55,58,53,49,50,44,49,56,55,57,48,52,56,49,57,51,58,56,51,56,57,49,50,50,44,50,49,52,55,52,56,51,54,52,57,58,56,52,50,49,56,57,48,44,50,52,49,53,57,49,57,49,48,53,58,56,52,50,49,51,55,54,44,50,54,56,52,51,53,52,53,54,49,58,56,51,56,56,54,49,48,44,50,57,53,50,55,57,48,48,49,55,58,51,51,50,56,50,44,51,50,50,49,50,50,53,52,55,51,58,53,49,52,44,51,52,56,57,54,54,48,57,50,57,58,56,51,56,57,49,50,48,44,51,55,53,56,48,57,54,51,56,53,58,51,50,55,55,48,44,52,48,50,54,53,51,49,56,52,49,58,48,44,49,51,52,50,49,55,55,50,57,58,56,52,50,49,56,57,48,44,52,48,50,54,53,51,49,56,53,58,56,52,50,49,51,55,54,44,54,55,49,48,56,56,54,52,49,58,56,51,56,56,54,48,56,44,57,51,57,53,50,52,48,57,55,58,53,49,50,44,49,50,48,55,57,53,57,53,53,51,58,51,50,55,54,56,44,49,52,55,54,51,57,53,48,48,57,58,56,51,56,56,54,49,48,44,49,55,52,52,56,51,48,52,54,53,58,50,44,50,48,49,51,50,54,53,57,50,49,58,51,51,50,56,50,44,50,50,56,49,55,48,49,51,55,55,58,51,50,55,55,48,44,50,53,53,48,49,51,54,56,51,51,58,56,51,56,57,49,50,50,44,50,56,49,56,53,55,50,50,56,57,58,53,49,52,44,51,48,56,55,48,48,55,55,52,53,58,56,52,50,49,56,56,56,44,51,51,53,53,52,52,51,50,48,49,58,56,51,56,57,49,50,48,44,51,54,50,51,56,55,56,54,53,55,58,48,44,51,56,57,50,51,49,52,49,49,51,58,51,51,50,56,48,44,52,49,54,48,55,52,57,53,54,57,58,56,52,50,49,51,55,56,125,44,123,48,58,49,48,55,52,50,56,50,53,49,50,44,49,54,55,55,55,50,49,54,58,49,54,51,56,52,44,51,51,53,53,52,52,51,50,58,53,50,52,50,56,56,44,53,48,51,51,49,54,52,56,58,49,48,55,52,50,54,54,49,50,56,44,54,55,49,48,56,56,54,52,58,49,48,55,51,55,52,49,56,52,48,44,56,51,56,56,54,48,56,48,58,49,48,55,52,50,56,50,52,57,54,44,49,48,48,54,54,51,50,57,54,58,49,48,55,51,55,53,56,50,48,56,44,49,49,55,52,52,48,53,49,50,58,49,54,44,49,51,52,50,49,55,55,50,56,58,53,52,48,54,55,50,44,49,53,48,57,57,52,57,52,52,58,49,48,55,51,55,53,56,50,50,52,44,49,54,55,55,55,50,49,54,48,58,49,48,55,51,55,52,49,56,50,52,44,49,56,52,53,52,57,51,55,54,58,53,52,48,54,56,56,44,50,48,49,51,50,54,53,57,50,58,53,50,52,51,48,52,44,50,49,56,49,48,51,56,48,56,58,48,44,50,51,52,56,56,49,48,50,52,58,49,54,52,48,48,44,50,53,49,54,53,56,50,52,48,58,49,48,55,52,50,54,54,49,49,50,44,56,51,56,56,54,48,56,58,49,48,55,51,55,53,56,50,48,56,44,50,53,49,54,53,56,50,52,58,53,52,48,54,56,56,44,52,49,57,52,51,48,52,48,58,49,54,44,53,56,55,50,48,50,53,54,58,49,48,55,51,55,53,56,50,50,52,44,55,53,52,57,55,52,55,50,58,49,48,55,52,50,56,50,53,49,50,44,57,50,50,55,52,54,56,56,58,49,48,55,51,55,52,49,56,50,52,44,49,48,57,48,53,49,57,48,52,58,53,50,52,50,56,56,44,49,50,53,56,50,57,49,50,48,58,49,48,55,52,50,54,54,49,50,56,44,49,52,50,54,48,54,51,51,54,58,53,50,52,51,48,52,44,49,53,57,51,56,51,53,53,50,58,48,44,49,55,54,49,54,48,55,54,56,58,49,54,51,56,52,44,49,57,50,57,51,55,57,56,52,58,49,48,55,52,50,54,54,49,49,50,44,50,48,57,55,49,53,50,48,48,58,49,48,55,51,55,52,49,56,52,48,44,50,50,54,52,57,50,52,49,54,58,53,52,48,54,55,50,44,50,52,51,50,54,57,54,51,50,58,49,48,55,52,50,56,50,52,57,54,44,50,54,48,48,52,54,56,52,56,58,49,54,52,48,48,44,50,54,56,52,51,53,52,53,54,58,48,44,50,56,53,50,49,50,54,55,50,58,49,48,55,52,50,54,54,49,50,56,44,51,48,49,57,56,57,56,56,56,58,49,48,55,51,55,53,56,50,50,52,44,51,49,56,55,54,55,49,48,52,58,49,48,55,52,50,56,50,52,57,54,44,51,51,53,53,52,52,51,50,48,58,49,48,55,52,50,54,54,49,49,50,44,51,53,50,51,50,49,53,51,54,58,49,54,44,51,54,57,48,57,56,55,53,50,58,53,52,48,54,56,56,44,51,56,53,56,55,53,57,54,56,58,49,54,51,56,52,44,52,48,50,54,53,51,49,56,52,58,49,54,52,48,48,44,52,49,57,52,51,48,52,48,48,58,53,50,52,50,56,56,44,52,51,54,50,48,55,54,49,54,58,53,50,52,51,48,52,44,52,53,50,57,56,52,56,51,50,58,49,48,55,51,55,52,49,56,52,48,44,52,54,57,55,54,50,48,52,56,58,53,52,48,54,55,50,44,52,56,54,53,51,57,50,54,52,58,49,48,55,51,55,53,56,50,48,56,44,53,48,51,51,49,54,52,56,48,58,49,48,55,51,55,52,49,56,50,52,44,53,50,48,48,57,51,54,57,54,58,49,48,55,52,50,56,50,53,49,50,44,50,55,54,56,50,52,48,54,52,58,53,52,48,54,56,56,44,50,57,51,54,48,49,50,56,48,58,53,50,52,50,56,56,44,51,49,48,51,55,56,52,57,54,58,49,48,55,52,50,54,54,49,49,50,44,51,50,55,49,53,53,55,49,50,58,49,54,51,56,52,44,51,52,51,57,51,50,57,50,56,58,49,48,55,51,55,53,56,50,48,56,44,51,54,48,55,49,48,49,52,52,58,49,48,55,52,50,56,50,53,49,50,44,51,55,55,52,56,55,51,54,48,58,49,54,44,51,57,52,50,54,52,53,55,54,58,49,48,55,51,55,52,49,56,50,52,44,52,49,49,48,52,49,55,57,50,58,49,48,55,52,50,56,50,52,57,54,44,52,50,55,56,49,57,48,48,56,58,49,48,55,51,55,52,49,56,52,48,44,52,52,52,53,57,54,50,50,52,58,49,48,55,51,55,53,56,50,50,52,44,52,54,49,51,55,51,52,52,48,58,53,50,52,51,48,52,44,52,55,56,49,53,48,54,53,54,58,48,44,52,57,52,57,50,55,56,55,50,58,49,54,52,48,48,44,53,49,49,55,48,53,48,56,56,58,49,48,55,52,50,54,54,49,50,56,44,53,50,56,52,56,50,51,48,52,58,53,52,48,54,55,50,125,44,123,48,58,50,54,48,44,49,48,52,56,53,55,54,58,48,44,50,48,57,55,49,53,50,58,54,55,49,48,57,49,50,48,44,51,49,52,53,55,50,56,58,54,53,55,57,54,44,52,49,57,52,51,48,52,58,54,53,53,52,48,44,53,50,52,50,56,56,48,58,54,55,49,48,56,56,54,56,44,54,50,57,49,52,53,54,58,54,55,49,55,52,54,54,48,44,55,51,52,48,48,51,50,58,54,55,49,55,52,52,48,48,44,56,51,56,56,54,48,56,58,54,55,49,48,56,56,54,52,44,57,52,51,55,49,56,52,58,54,55,49,55,52,54,53,54,44,49,48,52,56,53,55,54,48,58,54,53,55,57,50,44,49,49,53,51,52,51,51,54,58,54,55,49,55,52,52,48,52,44,49,50,53,56,50,57,49,50,58,54,55,49,48,57,49,50,52,44,49,51,54,51,49,52,56,56,58,54,53,53,51,54,44,49,52,54,56,48,48,54,52,58,52,44,49,53,55,50,56,54,52,48,58,50,53,54,44,53,50,52,50,56,56,58,54,55,49,55,52,54,53,54,44,49,53,55,50,56,54,52,58,54,55,49,55,52,52,48,52,44,50,54,50,49,52,52,48,58,48,44,51,54,55,48,48,49,54,58,54,55,49,48,57,49,50,48,44,52,55,49,56,53,57,50,58,54,55,49,48,56,56,54,56,44,53,55,54,55,49,54,56,58,54,53,53,51,54,44,54,56,49,53,55,52,52,58,54,53,53,52,48,44,55,56,54,52,51,50,48,58,50,54,48,44,56,57,49,50,56,57,54,58,52,44,57,57,54,49,52,55,50,58,50,53,54,44,49,49,48,49,48,48,52,56,58,54,55,49,55,52,52,48,48,44,49,50,48,53,56,54,50,52,58,54,53,55,57,54,44,49,51,49,48,55,50,48,48,58,54,53,55,57,50,44,49,52,49,53,53,55,55,54,58,54,55,49,48,57,49,50,52,44,49,53,50,48,52,51,53,50,58,54,55,49,55,52,54,54,48,44,49,54,50,53,50,57,50,56,58,54,55,49,48,56,56,54,52,44,49,54,55,55,55,50,49,54,58,54,55,49,55,52,54,53,54,44,49,55,56,50,53,55,57,50,58,54,53,53,52,48,44,49,56,56,55,52,51,54,56,58,54,53,53,51,54,44,49,57,57,50,50,57,52,52,58,54,55,49,48,57,49,50,48,44,50,48,57,55,49,53,50,48,58,50,53,54,44,50,50,48,50,48,48,57,54,58,54,55,49,55,52,54,54,48,44,50,51,48,54,56,54,55,50,58,54,55,49,48,56,56,54,56,44,50,52,49,49,55,50,52,56,58,48,44,50,53,49,54,53,56,50,52,58,54,55,49,48,57,49,50,52,44,50,54,50,49,52,52,48,48,58,54,55,49,48,56,56,54,52,44,50,55,50,54,50,57,55,54,58,52,44,50,56,51,49,49,53,53,50,58,54,53,55,57,50,44,50,57,51,54,48,49,50,56,58,54,55,49,55,52,52,48,48,44,51,48,52,48,56,55,48,52,58,50,54,48,44,51,49,52,53,55,50,56,48,58,54,53,55,57,54,44,51,50,53,48,53,56,53,54,58,54,55,49,55,52,52,48,52,44,49,55,51,48,49,53,48,52,58,54,55,49,48,56,56,54,52,44,49,56,51,53,48,48,56,48,58,50,54,48,44,49,57,51,57,56,54,53,54,58,54,55,49,55,52,54,53,54,44,50,48,52,52,55,50,51,50,58,48,44,50,49,52,57,53,56,48,56,58,54,53,53,52,48,44,50,50,53,52,52,51,56,52,58,54,55,49,48,57,49,50,48,44,50,51,53,57,50,57,54,48,58,50,53,54,44,50,52,54,52,49,53,51,54,58,54,55,49,55,52,52,48,52,44,50,53,54,57,48,49,49,50,58,54,53,53,51,54,44,50,54,55,51,56,54,56,56,58,54,55,49,55,52,54,54,48,44,50,55,55,56,55,50,54,52,58,54,53,55,57,54,44,50,56,56,51,53,56,52,48,58,54,55,49,48,56,56,54,56,44,50,57,56,56,52,52,49,54,58,54,55,49,48,57,49,50,52,44,51,48,57,51,50,57,57,50,58,54,55,49,55,52,52,48,48,44,51,49,57,56,49,53,54,56,58,52,44,51,51,48,51,48,49,52,52,58,54,53,55,57,50,125,44,123,48,58,50,49,53,49,54,56,50,48,52,56,44,54,53,53,51,54,58,50,49,52,55,52,56,55,56,48,56,44,49,51,49,48,55,50,58,52,49,57,56,52,54,52,44,49,57,54,54,48,56,58,50,49,53,49,54,55,55,57,53,50,44,50,54,50,49,52,52,58,48,44,51,50,55,54,56,48,58,52,49,57,56,52,48,48,44,51,57,51,50,49,54,58,50,49,52,55,52,56,51,55,49,50,44,52,53,56,55,53,50,58,52,49,57,52,51,54,56,44,53,50,52,50,56,56,58,50,49,52,55,52,56,51,54,52,56,44,53,56,57,56,50,52,58,52,49,57,52,51,48,52,44,54,53,53,51,54,48,58,54,52,44,55,50,48,56,57,54,58,50,49,52,55,52,56,55,55,52,52,44,55,56,54,52,51,50,58,50,49,53,49,54,55,56,48,49,54,44,56,53,49,57,54,56,58,52,49,54,48,44,57,49,55,53,48,52,58,52,48,57,54,44,57,56,51,48,52,48,58,50,49,53,49,54,56,50,49,49,50,44,51,50,55,54,56,58,50,49,52,55,52,56,55,56,48,56,44,57,56,51,48,52,58,54,52,44,49,54,51,56,52,48,58,50,49,53,49,54,55,56,48,49,54,44,50,50,57,51,55,54,58,50,49,52,55,52,56,55,55,52,52,44,50,57,52,57,49,50,58,52,49,57,56,52,48,48,44,51,54,48,52,52,56,58,50,49,53,49,54,56,50,49,49,50,44,52,50,53,57,56,52,58,48,44,52,57,49,53,50,48,58,50,49,53,49,54,55,55,57,53,50,44,53,53,55,48,53,54,58,52,48,57,54,44,54,50,50,53,57,50,58,50,49,53,49,54,56,50,48,52,56,44,54,56,56,49,50,56,58,52,49,57,52,51,48,52,44,55,53,51,54,54,52,58,52,49,54,48,44,56,49,57,50,48,48,58,50,49,52,55,52,56,51,54,52,56,44,56,56,52,55,51,54,58,52,49,57,52,51,54,56,44,57,53,48,50,55,50,58,52,49,57,56,52,54,52,44,49,48,49,53,56,48,56,58,50,49,52,55,52,56,51,55,49,50,44,49,48,52,56,53,55,54,58,52,49,57,52,51,54,56,44,49,49,49,52,49,49,50,58,52,49,57,56,52,48,48,44,49,49,55,57,54,52,56,58,50,49,52,55,52,56,51,55,49,50,44,49,50,52,53,49,56,52,58,48,44,49,51,49,48,55,50,48,58,52,49,54,48,44,49,51,55,54,50,53,54,58,50,49,53,49,54,55,56,48,49,54,44,49,52,52,49,55,57,50,58,50,49,53,49,54,56,50,48,52,56,44,49,53,48,55,51,50,56,58,50,49,52,55,52,56,55,56,48,56,44,49,53,55,50,56,54,52,58,50,49,53,49,54,56,50,49,49,50,44,49,54,51,56,52,48,48,58,50,49,52,55,52,56,51,54,52,56,44,49,55,48,51,57,51,54,58,50,49,53,49,54,55,55,57,53,50,44,49,55,54,57,52,55,50,58,52,49,57,56,52,54,52,44,49,56,51,53,48,48,56,58,50,49,52,55,52,56,55,55,52,52,44,49,57,48,48,53,52,52,58,52,49,57,52,51,48,52,44,49,57,54,54,48,56,48,58,54,52,44,50,48,51,49,54,49,54,58,52,48,57,54,44,49,48,56,49,51,52,52,58,50,49,53,49,54,55,55,57,53,50,44,49,49,52,54,56,56,48,58,50,49,53,49,54,56,50,49,49,50,44,49,50,49,50,52,49,54,58,48,44,49,50,55,55,57,53,50,58,52,49,57,56,52,48,48,44,49,51,52,51,52,56,56,58,52,49,57,52,51,54,56,44,49,52,48,57,48,50,52,58,50,49,52,55,52,56,51,54,52,56,44,49,52,55,52,53,54,48,58,50,49,52,55,52,56,55,56,48,56,44,49,53,52,48,48,57,54,58,54,52,44,49,54,48,53,54,51,50,58,50,49,52,55,52,56,51,55,49,50,44,49,54,55,49,49,54,56,58,52,48,57,54,44,49,55,51,54,55,48,52,58,50,49,52,55,52,56,55,55,52,52,44,49,56,48,50,50,52,48,58,50,49,53,49,54,55,56,48,49,54,44,49,56,54,55,55,55,54,58,52,49,54,48,44,49,57,51,51,51,49,50,58,50,49,53,49,54,56,50,48,52,56,44,49,57,57,56,56,52,56,58,52,49,57,52,51,48,52,44,50,48,54,52,51,56,52,58,52,49,57,56,52,54,52,125,44,123,48,58,49,50,56,44,52,48,57,54,58,49,55,48,51,57,51,54,48,44,56,49,57,50,58,50,54,50,49,52,52,44,49,50,50,56,56,58,53,51,54,56,55,48,57,49,50,44,49,54,51,56,52,58,53,51,55,49,51,51,49,56,52,44,50,48,52,56,48,58,49,54,55,55,55,51,52,52,44,50,52,53,55,54,58,53,53,51,54,52,56,50,53,54,44,50,56,54,55,50,58,50,54,50,50,55,50,44,51,50,55,54,56,58,49,54,55,55,55,50,49,54,44,51,54,56,54,52,58,53,51,55,49,51,51,48,53,54,44,52,48,57,54,48,58,53,51,54,56,55,49,48,52,48,44,52,53,48,53,54,58,53,53,51,57,49,48,52,48,48,44,52,57,49,53,50,58,53,53,51,57,49,48,50,55,50,44,53,51,50,52,56,58,48,44,53,55,51,52,52,58,49,55,48,51,57,52,56,56,44,54,49,52,52,48,58,53,53,51,54,52,56,49,50,56,44,50,48,52,56,58,49,55,48,51,57,52,56,56,44,54,49,52,52,58,53,53,51,54,52,56,50,53,54,44,49,48,50,52,48,58,49,50,56,44,49,52,51,51,54,58,49,55,48,51,57,51,54,48,44,49,56,52,51,50,58,50,54,50,49,52,52,44,50,50,53,50,56,58,53,51,55,49,51,51,49,56,52,44,50,54,54,50,52,58,53,53,51,57,49,48,50,55,50,44,51,48,55,50,48,58,53,51,54,56,55,48,57,49,50,44,51,52,56,49,54,58,53,51,55,49,51,51,48,53,54,44,51,56,57,49,50,58,48,44,52,51,48,48,56,58,53,53,51,57,49,48,52,48,48,44,52,55,49,48,52,58,49,54,55,55,55,51,52,52,44,53,49,50,48,48,58,53,51,54,56,55,49,48,52,48,44,53,53,50,57,54,58,53,53,51,54,52,56,49,50,56,44,53,57,51,57,50,58,49,54,55,55,55,50,49,54,44,54,51,52,56,56,58,50,54,50,50,55,50,44,54,53,53,51,54,58,50,54,50,49,52,52,44,54,57,54,51,50,58,49,50,56,44,55,51,55,50,56,58,53,51,54,56,55,48,57,49,50,44,55,55,56,50,52,58,53,53,51,54,52,56,50,53,54,44,56,49,57,50,48,58,49,54,55,55,55,51,52,52,44,56,54,48,49,54,58,53,53,51,57,49,48,50,55,50,44,57,48,49,49,50,58,53,51,55,49,51,51,49,56,52,44,57,52,50,48,56,58,49,54,55,55,55,50,49,54,44,57,56,51,48,52,58,53,53,51,57,49,48,52,48,48,44,49,48,50,52,48,48,58,53,53,51,54,52,56,49,50,56,44,49,48,54,52,57,54,58,49,55,48,51,57,51,54,48,44,49,49,48,53,57,50,58,53,51,55,49,51,51,48,53,54,44,49,49,52,54,56,56,58,50,54,50,50,55,50,44,49,49,56,55,56,52,58,53,51,54,56,55,49,48,52,48,44,49,50,50,56,56,48,58,48,44,49,50,54,57,55,54,58,49,55,48,51,57,52,56,56,44,54,55,53,56,52,58,53,53,51,54,52,56,50,53,54,44,55,49,54,56,48,58,49,54,55,55,55,50,49,54,44,55,53,55,55,54,58,49,55,48,51,57,51,54,48,44,55,57,56,55,50,58,53,51,55,49,51,51,49,56,52,44,56,51,57,54,56,58,53,51,54,56,55,48,57,49,50,44,56,56,48,54,52,58,49,55,48,51,57,52,56,56,44,57,50,49,54,48,58,49,50,56,44,57,54,50,53,54,58,53,53,51,57,49,48,50,55,50,44,49,48,48,51,53,50,58,50,54,50,50,55,50,44,49,48,52,52,52,56,58,53,53,51,57,49,48,52,48,48,44,49,48,56,53,52,52,58,48,44,49,49,50,54,52,48,58,53,53,51,54,52,56,49,50,56,44,49,49,54,55,51,54,58,49,54,55,55,55,51,52,52,44,49,50,48,56,51,50,58,50,54,50,49,52,52,44,49,50,52,57,50,56,58,53,51,55,49,51,51,48,53,54,44,49,50,57,48,50,52,58,53,51,54,56,55,49,48,52,48,125,44,123,48,58,50,54,56,52,51,53,52,54,52,44,50,53,54,58,56,49,57,50,44,53,49,50,58,50,55,48,53,51,50,54,48,56,44,55,54,56,58,50,55,48,53,52,48,56,48,56,44,49,48,50,52,58,50,54,56,52,52,51,54,52,56,44,49,50,56,48,58,50,48,57,55,49,53,50,44,49,53,51,54,58,50,48,57,55,49,54,48,44,49,55,57,50,58,50,54,56,52,51,53,52,53,54,44,50,48,52,56,58,48,44,50,51,48,52,58,50,54,56,52,52,51,54,53,54,44,50,53,54,48,58,50,49,48,53,51,52,52,44,50,56,49,54,58,56,44,51,48,55,50,58,50,55,48,53,51,50,54,49,54,44,51,51,50,56,58,50,49,48,53,51,53,50,44,51,53,56,52,58,56,50,48,48,44,51,56,52,48,58,50,55,48,53,52,48,56,48,48,44,49,50,56,58,50,55,48,53,51,50,54,48,56,44,51,56,52,58,50,55,48,53,52,48,56,48,56,44,54,52,48,58,56,44,56,57,54,58,50,48,57,55,49,53,50,44,49,49,53,50,58,50,49,48,53,51,53,50,44,49,52,48,56,58,50,54,56,52,51,53,52,54,52,44,49,54,54,52,58,50,54,56,52,52,51,54,52,56,44,49,57,50,48,58,56,50,48,48,44,50,49,55,54,58,50,48,57,55,49,54,48,44,50,52,51,50,58,56,49,57,50,44,50,54,56,56,58,50,54,56,52,52,51,54,53,54,44,50,57,52,52,58,50,55,48,53,51,50,54,49,54,44,51,50,48,48,58,48,44,51,52,53,54,58,50,55,48,53,52,48,56,48,48,44,51,55,49,50,58,50,49,48,53,51,52,52,44,51,57,54,56,58,50,54,56,52,51,53,52,53,54,44,52,48,57,54,58,50,54,56,52,52,51,54,52,56,44,52,51,53,50,58,50,55,48,53,51,50,54,49,54,44,52,54,48,56,58,50,55,48,53,52,48,56,48,56,44,52,56,54,52,58,56,50,48,48,44,53,49,50,48,58,50,48,57,55,49,53,50,44,53,51,55,54,58,50,54,56,52,51,53,52,53,54,44,53,54,51,50,58,50,54,56,52,51,53,52,54,52,44,53,56,56,56,58,50,49,48,53,51,52,52,44,54,49,52,52,58,50,49,48,53,51,53,50,44,54,52,48,48,58,48,44,54,54,53,54,58,56,44,54,57,49,50,58,50,55,48,53,51,50,54,48,56,44,55,49,54,56,58,56,49,57,50,44,55,52,50,52,58,50,54,56,52,52,51,54,53,54,44,55,54,56,48,58,50,55,48,53,52,48,56,48,48,44,55,57,51,54,58,50,48,57,55,49,54,48,44,52,50,50,52,58,56,44,52,52,56,48,58,50,49,48,53,51,52,52,44,52,55,51,54,58,50,48,57,55,49,53,50,44,52,57,57,50,58,50,54,56,52,51,53,52,54,52,44,53,50,52,56,58,50,54,56,52,52,51,54,52,56,44,53,53,48,52,58,56,50,48,48,44,53,55,54,48,58,50,55,48,53,52,48,56,48,56,44,54,48,49,54,58,50,55,48,53,51,50,54,48,56,44,54,50,55,50,58,50,55,48,53,52,48,56,48,48,44,54,53,50,56,58,50,55,48,53,51,50,54,49,54,44,54,55,56,52,58,56,49,57,50,44,55,48,52,48,58,50,49,48,53,51,53,50,44,55,50,57,54,58,50,48,57,55,49,54,48,44,55,53,53,50,58,48,44,55,56,48,56,58,50,54,56,52,51,53,52,53,54,44,56,48,54,52,58,50,54,56,52,52,51,54,53,54,125,44,123,48,58,49,48,52,56,53,55,54,44,49,54,58,51,51,53,53,53,52,53,55,44,51,50,58,49,48,50,52,44,52,56,58,49,48,52,57,54,48,49,44,54,52,58,51,52,54,48,52,48,51,51,44,56,48,58,48,44,57,54,58,49,44,49,49,50,58,51,52,54,48,51,48,48,57,44,49,50,56,58,51,51,53,53,53,52,53,54,44,49,52,52,58,49,48,52,56,53,55,55,44,49,54,48,58,51,51,53,53,52,52,51,51,44,49,55,54,58,51,52,54,48,52,48,51,50,44,49,57,50,58,51,52,54,48,51,48,48,56,44,50,48,56,58,49,48,50,53,44,50,50,52,58,49,48,52,57,54,48,48,44,50,52,48,58,51,51,53,53,52,52,51,50,44,56,58,51,52,54,48,51,48,48,57,44,50,52,58,48,44,52,48,58,51,51,53,53,53,52,53,55,44,53,54,58,51,52,54,48,52,48,51,50,44,55,50,58,49,48,52,56,53,55,54,44,56,56,58,51,51,53,53,52,52,51,51,44,49,48,52,58,51,51,53,53,52,52,51,50,44,49,50,48,58,49,48,50,53,44,49,51,54,58,49,48,52,57,54,48,49,44,49,53,50,58,51,51,53,53,53,52,53,54,44,49,54,56,58,51,52,54,48,51,48,48,56,44,49,56,52,58,49,48,52,56,53,55,55,44,50,48,48,58,49,48,50,52,44,50,49,54,58,51,52,54,48,52,48,51,51,44,50,51,50,58,49,44,50,52,56,58,49,48,52,57,54,48,48,44,50,53,54,58,51,51,53,53,52,52,51,50,44,50,55,50,58,49,48,52,56,53,55,54,44,50,56,56,58,51,51,53,53,53,52,53,55,44,51,48,52,58,51,52,54,48,51,48,48,57,44,51,50,48,58,49,48,52,56,53,55,55,44,51,51,54,58,51,51,53,53,53,52,53,54,44,51,53,50,58,51,52,54,48,52,48,51,50,44,51,54,56,58,49,48,52,57,54,48,49,44,51,56,52,58,49,48,50,53,44,52,48,48,58,51,52,54,48,52,48,51,51,44,52,49,54,58,49,48,52,57,54,48,48,44,52,51,50,58,49,44,52,52,56,58,48,44,52,54,52,58,51,52,54,48,51,48,48,56,44,52,56,48,58,51,51,53,53,52,52,51,51,44,52,57,54,58,49,48,50,52,44,50,54,52,58,49,48,52,57,54,48,48,44,50,56,48,58,51,51,53,53,53,52,53,55,44,50,57,54,58,51,52,54,48,51,48,48,57,44,51,49,50,58,49,44,51,50,56,58,51,51,53,53,52,52,51,50,44,51,52,52,58,49,48,52,56,53,55,54,44,51,54,48,58,49,48,50,53,44,51,55,54,58,51,52,54,48,52,48,51,50,44,51,57,50,58,51,51,53,53,52,52,51,51,44,52,48,56,58,51,52,54,48,51,48,48,56,44,52,50,52,58,48,44,52,52,48,58,51,52,54,48,52,48,51,51,44,52,53,54,58,49,48,52,57,54,48,49,44,52,55,50,58,49,48,50,52,44,52,56,56,58,51,51,53,53,53,52,53,54,44,53,48,52,58,49,48,52,56,53,55,55,125,44,123,48,58,49,51,52,50,49,57,56,48,56,44,49,58,49,51,49,48,55,50,44,50,58,49,51,52,50,49,55,55,50,56,44,51,58,51,50,44,52,58,49,51,49,49,48,52,44,53,58,49,51,52,51,53,48,56,56,48,44,54,58,49,51,52,51,53,48,56,52,56,44,55,58,50,48,52,56,44,56,58,49,51,52,51,52,56,56,48,48,44,57,58,49,51,52,50,49,57,55,55,54,44,49,48,58,49,51,51,49,50,48,44,49,49,58,49,51,52,51,52,56,56,51,50,44,49,50,58,50,48,56,48,44,49,51,58,48,44,49,52,58,49,51,52,50,49,55,55,54,48,44,49,53,58,49,51,51,49,53,50,44,50,49,52,55,52,56,51,54,52,56,58,50,48,52,56,44,50,49,52,55,52,56,51,54,52,57,58,49,51,52,51,53,48,56,56,48,44,50,49,52,55,52,56,51,54,53,48,58,49,51,52,50,49,57,56,48,56,44,50,49,52,55,52,56,51,54,53,49,58,49,51,52,50,49,55,55,50,56,44,50,49,52,55,52,56,51,54,53,50,58,49,51,52,51,52,56,56,48,48,44,50,49,52,55,52,56,51,54,53,51,58,49,51,51,49,50,48,44,50,49,52,55,52,56,51,54,53,52,58,49,51,51,49,53,50,44,50,49,52,55,52,56,51,54,53,53,58,51,50,44,50,49,52,55,52,56,51,54,53,54,58,49,51,52,50,49,55,55,54,48,44,50,49,52,55,52,56,51,54,53,55,58,50,48,56,48,44,50,49,52,55,52,56,51,54,53,56,58,49,51,49,49,48,52,44,50,49,52,55,52,56,51,54,53,57,58,49,51,52,51,53,48,56,52,56,44,50,49,52,55,52,56,51,54,54,48,58,48,44,50,49,52,55,52,56,51,54,54,49,58,49,51,52,51,52,56,56,51,50,44,50,49,52,55,52,56,51,54,54,50,58,49,51,52,50,49,57,55,55,54,44,50,49,52,55,52,56,51,54,54,51,58,49,51,49,48,55,50,44,49,54,58,49,51,51,49,53,50,44,49,55,58,49,51,52,51,53,48,56,52,56,44,49,56,58,51,50,44,49,57,58,50,48,52,56,44,50,48,58,49,51,52,50,49,57,55,55,54,44,50,49,58,49,51,52,50,49,55,55,54,48,44,50,50,58,49,51,52,51,52,56,56,51,50,44,50,51,58,49,51,49,48,55,50,44,50,52,58,48,44,50,53,58,49,51,49,49,48,52,44,50,54,58,49,51,52,51,52,56,56,48,48,44,50,55,58,49,51,52,50,49,57,56,48,56,44,50,56,58,49,51,52,51,53,48,56,56,48,44,50,57,58,49,51,51,49,50,48,44,51,48,58,50,48,56,48,44,51,49,58,49,51,52,50,49,55,55,50,56,44,50,49,52,55,52,56,51,54,54,52,58,49,51,49,48,55,50,44,50,49,52,55,52,56,51,54,54,53,58,50,48,52,56,44,50,49,52,55,52,56,51,54,54,54,58,49,51,52,51,52,56,56,51,50,44,50,49,52,55,52,56,51,54,54,55,58,49,51,51,49,53,50,44,50,49,52,55,52,56,51,54,54,56,58,51,50,44,50,49,52,55,52,56,51,54,54,57,58,49,51,52,51,52,56,56,48,48,44,50,49,52,55,52,56,51,54,55,48,58,49,51,52,50,49,55,55,50,56,44,50,49,52,55,52,56,51,54,55,49,58,49,51,52,50,49,57,56,48,56,44,50,49,52,55,52,56,51,54,55,50,58,49,51,52,51,53,48,56,56,48,44,50,49,52,55,52,56,51,54,55,51,58,49,51,52,50,49,55,55,54,48,44,50,49,52,55,52,56,51,54,55,52,58,49,51,52,50,49,57,55,55,54,44,50,49,52,55,52,56,51,54,55,53,58,48,44,50,49,52,55,52,56,51,54,55,54,58,49,51,51,49,50,48,44,50,49,52,55,52,56,51,54,55,55,58,50,48,56,48,44,50,49,52,55,52,56,51,54,55,56,58,49,51,49,49,48,52,44,50,49,52,55,52,56,51,54,55,57,58,49,51,52,51,53,48,56,52,56,125,93,44,97,101,61,91,52,49,54,48,55,52,57,53,54,57,44,53,50,56,52,56,50,51,48,52,44,51,51,48,51,48,49,52,52,44,50,48,54,52,51,56,52,44,49,50,57,48,50,52,44,56,48,54,52,44,53,48,52,44,50,49,52,55,52,56,51,54,55,57,93,59,102,117,110,99,116,105,111,110,32,115,101,40,116,44,101,41,123,99,111,110,115,116,32,110,61,40,116,104,105,115,46,95,108,66,108,111,99,107,62,62,62,116,94,116,104,105,115,46,95,114,66,108,111,99,107,41,38,101,59,116,104,105,115,46,95,114,66,108,111,99,107,94,61,110,44,116,104,105,115,46,95,108,66,108,111,99,107,94,61,110,60,60,116,125,102,117,110,99,116,105,111,110,32,99,101,40,116,44,101,41,123,99,111,110,115,116,32,110,61,40,116,104,105,115,46,95,114,66,108,111,99,107,62,62,62,116,94,116,104,105,115,46,95,108,66,108,111,99,107,41,38,101,59,116,104,105,115,46,95,108,66,108,111,99,107,94,61,110,44,116,104,105,115,46,95,114,66,108,111,99,107,94,61,110,60,60,116,125,99,108,97,115,115,32,117,101,32,101,120,116,101,110,100,115,32,68,123,95,100,111,82,101,115,101,116,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,46,95,107,101,121,44,101,61,116,46,119,111,114,100,115,44,110,61,91,93,59,102,111,114,40,108,101,116,32,111,61,48,59,111,60,53,54,59,111,43,61,49,41,123,99,111,110,115,116,32,116,61,110,101,91,111,93,45,49,59,110,91,111,93,61,101,91,116,62,62,62,53,93,62,62,62,51,49,45,116,37,51,50,38,49,125,116,104,105,115,46,95,115,117,98,75,101,121,115,61,91,93,59,99,111,110,115,116,32,114,61,116,104,105,115,46,95,115,117,98,75,101,121,115,59,102,111,114,40,108,101,116,32,111,61,48,59,111,60,49,54,59,111,43,61,49,41,123,114,91,111,93,61,91,93,59,99,111,110,115,116,32,116,61,114,91,111,93,44,101,61,105,101,91,111,93,59,102,111,114,40,108,101,116,32,114,61,48,59,114,60,50,52,59,114,43,61,49,41,116,91,114,47,54,124,48,93,124,61,110,91,40,114,101,91,114,93,45,49,43,101,41,37,50,56,93,60,60,51,49,45,114,37,54,44,116,91,52,43,40,114,47,54,124,48,41,93,124,61,110,91,50,56,43,40,114,101,91,114,43,50,52,93,45,49,43,101,41,37,50,56,93,60,60,51,49,45,114,37,54,59,116,91,48,93,61,116,91,48,93,60,60,49,124,116,91,48,93,62,62,62,51,49,59,102,111,114,40,108,101,116,32,110,61,49,59,110,60,55,59,110,43,61,49,41,116,91,110,93,62,62,62,61,52,42,40,110,45,49,41,43,51,59,116,91,55,93,61,116,91,55,93,60,60,53,124,116,91,55,93,62,62,62,50,55,125,116,104,105,115,46,95,105,110,118,83,117,98,75,101,121,115,61,91,93,59,99,111,110,115,116,32,105,61,116,104,105,115,46,95,105,110,118,83,117,98,75,101,121,115,59,102,111,114,40,108,101,116,32,111,61,48,59,111,60,49,54,59,111,43,61,49,41,105,91,111,93,61,114,91,49,53,45,111,93,125,101,110,99,114,121,112,116,66,108,111,99,107,40,116,44,101,41,123,116,104,105,115,46,95,100,111,67,114,121,112,116,66,108,111,99,107,40,116,44,101,44,116,104,105,115,46,95,115,117,98,75,101,121,115,41,125,100,101,99,114,121,112,116,66,108,111,99,107,40,116,44,101,41,123,116,104,105,115,46,95,100,111,67,114,121,112,116,66,108,111,99,107,40,116,44,101,44,116,104,105,115,46,95,105,110,118,83,117,98,75,101,121,115,41,125,95,100,111,67,114,121,112,116,66,108,111,99,107,40,116,44,101,44,110,41,123,99,111,110,115,116,32,114,61,116,59,116,104,105,115,46,95,108,66,108,111,99,107,61,116,91,101,93,44,116,104,105,115,46,95,114,66,108,111,99,107,61,116,91,101,43,49,93,44,115,101,46,99,97,108,108,40,116,104,105,115,44,52,44,50,53,50,54,52,53,49,51,53,41,44,115,101,46,99,97,108,108,40,116,104,105,115,44,49,54,44,54,53,53,51,53,41,44,99,101,46,99,97,108,108,40,116,104,105,115,44,50,44,56,53,56,57,57,51,52,53,57,41,44,99,101,46,99,97,108,108,40,116,104,105,115,44,56,44,49,54,55,49,49,57,51,53,41,44,115,101,46,99,97,108,108,40,116,104,105,115,44,49,44,49,52,51,49,54,53,53,55,54,53,41,59,102,111,114,40,108,101,116,32,111,61,48,59,111,60,49,54,59,111,43,61,49,41,123,99,111,110,115,116,32,116,61,110,91,111,93,44,101,61,116,104,105,115,46,95,108,66,108,111,99,107,44,114,61,116,104,105,115,46,95,114,66,108,111,99,107,59,108,101,116,32,105,61,48,59,102,111,114,40,108,101,116,32,110,61,48,59,110,60,56,59,110,43,61,49,41,105,124,61,111,101,91,110,93,91,40,40,114,94,116,91,110,93,41,38,97,101,91,110,93,41,62,62,62,48,93,59,116,104,105,115,46,95,108,66,108,111,99,107,61,114,44,116,104,105,115,46,95,114,66,108,111,99,107,61,101,94,105,125,99,111,110,115,116,32,105,61,116,104,105,115,46,95,108,66,108,111,99,107,59,116,104,105,115,46,95,108,66,108,111,99,107,61,116,104,105,115,46,95,114,66,108,111,99,107,44,116,104,105,115,46,95,114,66,108,111,99,107,61,105,44,115,101,46,99,97,108,108,40,116,104,105,115,44,49,44,49,52,51,49,54,53,53,55,54,53,41,44,99,101,46,99,97,108,108,40,116,104,105,115,44,56,44,49,54,55,49,49,57,51,53,41,44,99,101,46,99,97,108,108,40,116,104,105,115,44,50,44,56,53,56,57,57,51,52,53,57,41,44,115,101,46,99,97,108,108,40,116,104,105,115,44,49,54,44,54,53,53,51,53,41,44,115,101,46,99,97,108,108,40,116,104,105,115,44,52,44,50,53,50,54,52,53,49,51,53,41,44,114,91,101,93,61,116,104,105,115,46,95,108,66,108,111,99,107,44,114,91,101,43,49,93,61,116,104,105,115,46,95,114,66,108,111,99,107,125,125,117,101,46,107,101,121,83,105,122,101,61,50,44,117,101,46,105,118,83,105,122,101,61,50,44,117,101,46,98,108,111,99,107,83,105,122,101,61,50,59,99,111,110,115,116,32,108,101,61,68,46,95,99,114,101,97,116,101,72,101,108,112,101,114,40,117,101,41,59,99,108,97,115,115,32,102,101,32,101,120,116,101,110,100,115,32,68,123,95,100,111,82,101,115,101,116,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,46,95,107,101,121,44,101,61,116,46,119,111,114,100,115,59,105,102,40,50,33,61,61,101,46,108,101,110,103,116,104,38,38,52,33,61,61,101,46,108,101,110,103,116,104,38,38,101,46,108,101,110,103,116,104,60,54,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,107,101,121,32,108,101,110,103,116,104,32,45,32,51,68,69,83,32,114,101,113,117,105,114,101,115,32,116,104,101,32,107,101,121,32,108,101,110,103,116,104,32,116,111,32,98,101,32,54,52,44,32,49,50,56,44,32,49,57,50,32,111,114,32,62,49,57,50,46,34,41,59,99,111,110,115,116,32,110,61,101,46,115,108,105,99,101,40,48,44,50,41,44,114,61,101,46,108,101,110,103,116,104,60,52,63,101,46,115,108,105,99,101,40,48,44,50,41,58,101,46,115,108,105,99,101,40,50,44,52,41,44,111,61,101,46,108,101,110,103,116,104,60,54,63,101,46,115,108,105,99,101,40,48,44,50,41,58,101,46,115,108,105,99,101,40,52,44,54,41,59,116,104,105,115,46,95,100,101,115,49,61,117,101,46,99,114,101,97,116,101,69,110,99,114,121,112,116,111,114,40,105,46,99,114,101,97,116,101,40,110,41,41,44,116,104,105,115,46,95,100,101,115,50,61,117,101,46,99,114,101,97,116,101,69,110,99,114,121,112,116,111,114,40,105,46,99,114,101,97,116,101,40,114,41,41,44,116,104,105,115,46,95,100,101,115,51,61,117,101,46,99,114,101,97,116,101,69,110,99,114,121,112,116,111,114,40,105,46,99,114,101,97,116,101,40,111,41,41,125,101,110,99,114,121,112,116,66,108,111,99,107,40,116,44,101,41,123,116,104,105,115,46,95,100,101,115,49,46,101,110,99,114,121,112,116,66,108,111,99,107,40,116,44,101,41,44,116,104,105,115,46,95,100,101,115,50,46,100,101,99,114,121,112,116,66,108,111,99,107,40,116,44,101,41,44,116,104,105,115,46,95,100,101,115,51,46,101,110,99,114,121,112,116,66,108,111,99,107,40,116,44,101,41,125,100,101,99,114,121,112,116,66,108,111,99,107,40,116,44,101,41,123,116,104,105,115,46,95,100,101,115,51,46,100,101,99,114,121,112,116,66,108,111,99,107,40,116,44,101,41,44,116,104,105,115,46,95,100,101,115,50,46,101,110,99,114,121,112,116,66,108,111,99,107,40,116,44,101,41,44,116,104,105,115,46,95,100,101,115,49,46,100,101,99,114,121,112,116,66,108,111,99,107,40,116,44,101,41,125,125,102,101,46,107,101,121,83,105,122,101,61,54,44,102,101,46,105,118,83,105,122,101,61,50,44,102,101,46,98,108,111,99,107,83,105,122,101,61,50,59,99,111,110,115,116,32,104,101,61,68,46,95,99,114,101,97,116,101,72,101,108,112,101,114,40,102,101,41,44,100,101,61,91,93,44,112,101,61,91,93,44,118,101,61,91,93,59,102,117,110,99,116,105,111,110,32,103,101,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,46,95,88,44,101,61,116,104,105,115,46,95,67,59,102,111,114,40,108,101,116,32,110,61,48,59,110,60,56,59,110,43,61,49,41,112,101,91,110,93,61,101,91,110,93,59,101,91,48,93,61,101,91,48,93,43,49,50,57,53,51,48,55,53,57,55,43,116,104,105,115,46,95,98,124,48,44,101,91,49,93,61,101,91,49,93,43,51,53,52,53,48,53,50,51,55,49,43,40,101,91,48,93,62,62,62,48,60,112,101,91,48,93,62,62,62,48,63,49,58,48,41,124,48,44,101,91,50,93,61,101,91,50,93,43,56,56,54,50,54,51,48,57,50,43,40,101,91,49,93,62,62,62,48,60,112,101,91,49,93,62,62,62,48,63,49,58,48,41,124,48,44,101,91,51,93,61,101,91,51,93,43,49,50,57,53,51,48,55,53,57,55,43,40,101,91,50,93,62,62,62,48,60,112,101,91,50,93,62,62,62,48,63,49,58,48,41,124,48,44,101,91,52,93,61,101,91,52,93,43,51,53,52,53,48,53,50,51,55,49,43,40,101,91,51,93,62,62,62,48,60,112,101,91,51,93,62,62,62,48,63,49,58,48,41,124,48,44,101,91,53,93,61,101,91,53,93,43,56,56,54,50,54,51,48,57,50,43,40,101,91,52,93,62,62,62,48,60,112,101,91,52,93,62,62,62,48,63,49,58,48,41,124,48,44,101,91,54,93,61,101,91,54,93,43,49,50,57,53,51,48,55,53,57,55,43,40,101,91,53,93,62,62,62,48,60,112,101,91,53,93,62,62,62,48,63,49,58,48,41,124,48,44,101,91,55,93,61,101,91,55,93,43,51,53,52,53,48,53,50,51,55,49,43,40,101,91,54,93,62,62,62,48,60,112,101,91,54,93,62,62,62,48,63,49,58,48,41,124,48,44,116,104,105,115,46,95,98,61,101,91,55,93,62,62,62,48,60,112,101,91,55,93,62,62,62,48,63,49,58,48,59,102,111,114,40,108,101,116,32,110,61,48,59,110,60,56,59,110,43,61,49,41,123,99,111,110,115,116,32,114,61,116,91,110,93,43,101,91,110,93,44,105,61,54,53,53,51,53,38,114,44,111,61,114,62,62,62,49,54,44,97,61,40,40,105,42,105,62,62,62,49,55,41,43,105,42,111,62,62,62,49,53,41,43,111,42,111,44,115,61,40,40,52,50,57,52,57,48,49,55,54,48,38,114,41,42,114,124,48,41,43,40,40,54,53,53,51,53,38,114,41,42,114,124,48,41,59,118,101,91,110,93,61,97,94,115,125,116,91,48,93,61,118,101,91,48,93,43,40,118,101,91,55,93,60,60,49,54,124,118,101,91,55,93,62,62,62,49,54,41,43,40,118,101,91,54,93,60,60,49,54,124,118,101,91,54,93,62,62,62,49,54,41,124,48,44,116,91,49,93,61,118,101,91,49,93,43,40,118,101,91,48,93,60,60,56,124,118,101,91,48,93,62,62,62,50,52,41,43,118,101,91,55,93,124,48,44,116,91,50,93,61,118,101,91,50,93,43,40,118,101,91,49,93,60,60,49,54,124,118,101,91,49,93,62,62,62,49,54,41,43,40,118,101,91,48,93,60,60,49,54,124,118,101,91,48,93,62,62,62,49,54,41,124,48,44,116,91,51,93,61,118,101,91,51,93,43,40,118,101,91,50,93,60,60,56,124,118,101,91,50,93,62,62,62,50,52,41,43,118,101,91,49,93,124,48,44,116,91,52,93,61,118,101,91,52,93,43,40,118,101,91,51,93,60,60,49,54,124,118,101,91,51,93,62,62,62,49,54,41,43,40,118,101,91,50,93,60,60,49,54,124,118,101,91,50,93,62,62,62,49,54,41,124,48,44,116,91,53,93,61,118,101,91,53,93,43,40,118,101,91,52,93,60,60,56,124,118,101,91,52,93,62,62,62,50,52,41,43,118,101,91,51,93,124,48,44,116,91,54,93,61,118,101,91,54,93,43,40,118,101,91,53,93,60,60,49,54,124,118,101,91,53,93,62,62,62,49,54,41,43,40,118,101,91,52,93,60,60,49,54,124,118,101,91,52,93,62,62,62,49,54,41,124,48,44,116,91,55,93,61,118,101,91,55,93,43,40,118,101,91,54,93,60,60,56,124,118,101,91,54,93,62,62,62,50,52,41,43,118,101,91,53,93,124,48,125,99,108,97,115,115,32,109,101,32,101,120,116,101,110,100,115,32,80,123,99,111,110,115,116,114,117,99,116,111,114,40,46,46,46,116,41,123,115,117,112,101,114,40,46,46,46,116,41,44,116,104,105,115,46,98,108,111,99,107,83,105,122,101,61,52,44,116,104,105,115,46,105,118,83,105,122,101,61,50,125,95,100,111,82,101,115,101,116,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,46,95,107,101,121,46,119,111,114,100,115,44,123,105,118,58,101,125,61,116,104,105,115,46,99,102,103,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,52,59,105,43,61,49,41,116,91,105,93,61,49,54,55,49,49,57,51,53,38,40,116,91,105,93,60,60,56,124,116,91,105,93,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,116,91,105,93,60,60,50,52,124,116,91,105,93,62,62,62,56,41,59,116,104,105,115,46,95,88,61,91,116,91,48,93,44,116,91,51,93,60,60,49,54,124,116,91,50,93,62,62,62,49,54,44,116,91,49,93,44,116,91,48,93,60,60,49,54,124,116,91,51,93,62,62,62,49,54,44,116,91,50,93,44,116,91,49,93,60,60,49,54,124,116,91,48,93,62,62,62,49,54,44,116,91,51,93,44,116,91,50,93,60,60,49,54,124,116,91,49,93,62,62,62,49,54,93,59,99,111,110,115,116,32,110,61,116,104,105,115,46,95,88,59,116,104,105,115,46,95,67,61,91,116,91,50,93,60,60,49,54,124,116,91,50,93,62,62,62,49,54,44,52,50,57,52,57,48,49,55,54,48,38,116,91,48,93,124,54,53,53,51,53,38,116,91,49,93,44,116,91,51,93,60,60,49,54,124,116,91,51,93,62,62,62,49,54,44,52,50,57,52,57,48,49,55,54,48,38,116,91,49,93,124,54,53,53,51,53,38,116,91,50,93,44,116,91,48,93,60,60,49,54,124,116,91,48,93,62,62,62,49,54,44,52,50,57,52,57,48,49,55,54,48,38,116,91,50,93,124,54,53,53,51,53,38,116,91,51,93,44,116,91,49,93,60,60,49,54,124,116,91,49,93,62,62,62,49,54,44,52,50,57,52,57,48,49,55,54,48,38,116,91,51,93,124,54,53,53,51,53,38,116,91,48,93,93,59,99,111,110,115,116,32,114,61,116,104,105,115,46,95,67,59,116,104,105,115,46,95,98,61,48,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,52,59,105,43,61,49,41,103,101,46,99,97,108,108,40,116,104,105,115,41,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,56,59,105,43,61,49,41,114,91,105,93,94,61,110,91,105,43,52,38,55,93,59,105,102,40,101,41,123,99,111,110,115,116,32,116,61,101,46,119,111,114,100,115,44,110,61,116,91,48,93,44,105,61,116,91,49,93,44,111,61,49,54,55,49,49,57,51,53,38,40,110,60,60,56,124,110,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,110,60,60,50,52,124,110,62,62,62,56,41,44,97,61,49,54,55,49,49,57,51,53,38,40,105,60,60,56,124,105,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,105,60,60,50,52,124,105,62,62,62,56,41,44,115,61,111,62,62,62,49,54,124,52,50,57,52,57,48,49,55,54,48,38,97,44,99,61,97,60,60,49,54,124,54,53,53,51,53,38,111,59,114,91,48,93,94,61,111,44,114,91,49,93,94,61,115,44,114,91,50,93,94,61,97,44,114,91,51,93,94,61,99,44,114,91,52,93,94,61,111,44,114,91,53,93,94,61,115,44,114,91,54,93,94,61,97,44,114,91,55,93,94,61,99,59,102,111,114,40,108,101,116,32,101,61,48,59,101,60,52,59,101,43,61,49,41,103,101,46,99,97,108,108,40,116,104,105,115,41,125,125,95,100,111,80,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,44,114,61,116,104,105,115,46,95,88,59,103,101,46,99,97,108,108,40,116,104,105,115,41,44,100,101,91,48,93,61,114,91,48,93,94,114,91,53,93,62,62,62,49,54,94,114,91,51,93,60,60,49,54,44,100,101,91,49,93,61,114,91,50,93,94,114,91,55,93,62,62,62,49,54,94,114,91,53,93,60,60,49,54,44,100,101,91,50,93,61,114,91,52,93,94,114,91,49,93,62,62,62,49,54,94,114,91,55,93,60,60,49,54,44,100,101,91,51,93,61,114,91,54,93,94,114,91,51,93,62,62,62,49,54,94,114,91,49,93,60,60,49,54,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,52,59,105,43,61,49,41,100,101,91,105,93,61,49,54,55,49,49,57,51,53,38,40,100,101,91,105,93,60,60,56,124,100,101,91,105,93,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,100,101,91,105,93,60,60,50,52,124,100,101,91,105,93,62,62,62,56,41,44,110,91,101,43,105,93,94,61,100,101,91,105,93,125,125,99,111,110,115,116,32,98,101,61,80,46,95,99,114,101,97,116,101,72,101,108,112,101,114,40,109,101,41,44,121,101,61,91,93,44,119,101,61,91,93,44,95,101,61,91,93,59,102,117,110,99,116,105,111,110,32,120,101,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,46,95,88,44,101,61,116,104,105,115,46,95,67,59,102,111,114,40,108,101,116,32,110,61,48,59,110,60,56,59,110,43,61,49,41,119,101,91,110,93,61,101,91,110,93,59,101,91,48,93,61,101,91,48,93,43,49,50,57,53,51,48,55,53,57,55,43,116,104,105,115,46,95,98,124,48,44,101,91,49,93,61,101,91,49,93,43,51,53,52,53,48,53,50,51,55,49,43,40,101,91,48,93,62,62,62,48,60,119,101,91,48,93,62,62,62,48,63,49,58,48,41,124,48,44,101,91,50,93,61,101,91,50,93,43,56,56,54,50,54,51,48,57,50,43,40,101,91,49,93,62,62,62,48,60,119,101,91,49,93,62,62,62,48,63,49,58,48,41,124,48,44,101,91,51,93,61,101,91,51,93,43,49,50,57,53,51,48,55,53,57,55,43,40,101,91,50,93,62,62,62,48,60,119,101,91,50,93,62,62,62,48,63,49,58,48,41,124,48,44,101,91,52,93,61,101,91,52,93,43,51,53,52,53,48,53,50,51,55,49,43,40,101,91,51,93,62,62,62,48,60,119,101,91,51,93,62,62,62,48,63,49,58,48,41,124,48,44,101,91,53,93,61,101,91,53,93,43,56,56,54,50,54,51,48,57,50,43,40,101,91,52,93,62,62,62,48,60,119,101,91,52,93,62,62,62,48,63,49,58,48,41,124,48,44,101,91,54,93,61,101,91,54,93,43,49,50,57,53,51,48,55,53,57,55,43,40,101,91,53,93,62,62,62,48,60,119,101,91,53,93,62,62,62,48,63,49,58,48,41,124,48,44,101,91,55,93,61,101,91,55,93,43,51,53,52,53,48,53,50,51,55,49,43,40,101,91,54,93,62,62,62,48,60,119,101,91,54,93,62,62,62,48,63,49,58,48,41,124,48,44,116,104,105,115,46,95,98,61,101,91,55,93,62,62,62,48,60,119,101,91,55,93,62,62,62,48,63,49,58,48,59,102,111,114,40,108,101,116,32,110,61,48,59,110,60,56,59,110,43,61,49,41,123,99,111,110,115,116,32,114,61,116,91,110,93,43,101,91,110,93,44,105,61,54,53,53,51,53,38,114,44,111,61,114,62,62,62,49,54,44,97,61,40,40,105,42,105,62,62,62,49,55,41,43,105,42,111,62,62,62,49,53,41,43,111,42,111,44,115,61,40,40,52,50,57,52,57,48,49,55,54,48,38,114,41,42,114,124,48,41,43,40,40,54,53,53,51,53,38,114,41,42,114,124,48,41,59,95,101,91,110,93,61,97,94,115,125,116,91,48,93,61,95,101,91,48,93,43,40,95,101,91,55,93,60,60,49,54,124,95,101,91,55,93,62,62,62,49,54,41,43,40,95,101,91,54,93,60,60,49,54,124,95,101,91,54,93,62,62,62,49,54,41,124,48,44,116,91,49,93,61,95,101,91,49,93,43,40,95,101,91,48,93,60,60,56,124,95,101,91,48,93,62,62,62,50,52,41,43,95,101,91,55,93,124,48,44,116,91,50,93,61,95,101,91,50,93,43,40,95,101,91,49,93,60,60,49,54,124,95,101,91,49,93,62,62,62,49,54,41,43,40,95,101,91,48,93,60,60,49,54,124,95,101,91,48,93,62,62,62,49,54,41,124,48,44,116,91,51,93,61,95,101,91,51,93,43,40,95,101,91,50,93,60,60,56,124,95,101,91,50,93,62,62,62,50,52,41,43,95,101,91,49,93,124,48,44,116,91,52,93,61,95,101,91,52,93,43,40,95,101,91,51,93,60,60,49,54,124,95,101,91,51,93,62,62,62,49,54,41,43,40,95,101,91,50,93,60,60,49,54,124,95,101,91,50,93,62,62,62,49,54,41,124,48,44,116,91,53,93,61,95,101,91,53,93,43,40,95,101,91,52,93,60,60,56,124,95,101,91,52,93,62,62,62,50,52,41,43,95,101,91,51,93,124,48,44,116,91,54,93,61,95,101,91,54,93,43,40,95,101,91,53,93,60,60,49,54,124,95,101,91,53,93,62,62,62,49,54,41,43,40,95,101,91,52,93,60,60,49,54,124,95,101,91,52,93,62,62,62,49,54,41,124,48,44,116,91,55,93,61,95,101,91,55,93,43,40,95,101,91,54,93,60,60,56,124,95,101,91,54,93,62,62,62,50,52,41,43,95,101,91,53,93,124,48,125,99,108,97,115,115,32,79,101,32,101,120,116,101,110,100,115,32,80,123,99,111,110,115,116,114,117,99,116,111,114,40,46,46,46,116,41,123,115,117,112,101,114,40,46,46,46,116,41,44,116,104,105,115,46,98,108,111,99,107,83,105,122,101,61,52,44,116,104,105,115,46,105,118,83,105,122,101,61,50,125,95,100,111,82,101,115,101,116,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,46,95,107,101,121,46,119,111,114,100,115,44,123,105,118,58,101,125,61,116,104,105,115,46,99,102,103,59,116,104,105,115,46,95,88,61,91,116,91,48,93,44,116,91,51,93,60,60,49,54,124,116,91,50,93,62,62,62,49,54,44,116,91,49,93,44,116,91,48,93,60,60,49,54,124,116,91,51,93,62,62,62,49,54,44,116,91,50,93,44,116,91,49,93,60,60,49,54,124,116,91,48,93,62,62,62,49,54,44,116,91,51,93,44,116,91,50,93,60,60,49,54,124,116,91,49,93,62,62,62,49,54,93,59,99,111,110,115,116,32,110,61,116,104,105,115,46,95,88,59,116,104,105,115,46,95,67,61,91,116,91,50,93,60,60,49,54,124,116,91,50,93,62,62,62,49,54,44,52,50,57,52,57,48,49,55,54,48,38,116,91,48,93,124,54,53,53,51,53,38,116,91,49,93,44,116,91,51,93,60,60,49,54,124,116,91,51,93,62,62,62,49,54,44,52,50,57,52,57,48,49,55,54,48,38,116,91,49,93,124,54,53,53,51,53,38,116,91,50,93,44,116,91,48,93,60,60,49,54,124,116,91,48,93,62,62,62,49,54,44,52,50,57,52,57,48,49,55,54,48,38,116,91,50,93,124,54,53,53,51,53,38,116,91,51,93,44,116,91,49,93,60,60,49,54,124,116,91,49,93,62,62,62,49,54,44,52,50,57,52,57,48,49,55,54,48,38,116,91,51,93,124,54,53,53,51,53,38,116,91,48,93,93,59,99,111,110,115,116,32,114,61,116,104,105,115,46,95,67,59,116,104,105,115,46,95,98,61,48,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,52,59,105,43,61,49,41,120,101,46,99,97,108,108,40,116,104,105,115,41,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,56,59,105,43,61,49,41,114,91,105,93,94,61,110,91,105,43,52,38,55,93,59,105,102,40,101,41,123,99,111,110,115,116,32,116,61,101,46,119,111,114,100,115,44,110,61,116,91,48,93,44,105,61,116,91,49,93,44,111,61,49,54,55,49,49,57,51,53,38,40,110,60,60,56,124,110,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,110,60,60,50,52,124,110,62,62,62,56,41,44,97,61,49,54,55,49,49,57,51,53,38,40,105,60,60,56,124,105,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,105,60,60,50,52,124,105,62,62,62,56,41,44,115,61,111,62,62,62,49,54,124,52,50,57,52,57,48,49,55,54,48,38,97,44,99,61,97,60,60,49,54,124,54,53,53,51,53,38,111,59,114,91,48,93,94,61,111,44,114,91,49,93,94,61,115,44,114,91,50,93,94,61,97,44,114,91,51,93,94,61,99,44,114,91,52,93,94,61,111,44,114,91,53,93,94,61,115,44,114,91,54,93,94,61,97,44,114,91,55,93,94,61,99,59,102,111,114,40,108,101,116,32,101,61,48,59,101,60,52,59,101,43,61,49,41,120,101,46,99,97,108,108,40,116,104,105,115,41,125,125,95,100,111,80,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,44,114,61,116,104,105,115,46,95,88,59,120,101,46,99,97,108,108,40,116,104,105,115,41,44,121,101,91,48,93,61,114,91,48,93,94,114,91,53,93,62,62,62,49,54,94,114,91,51,93,60,60,49,54,44,121,101,91,49,93,61,114,91,50,93,94,114,91,55,93,62,62,62,49,54,94,114,91,53,93,60,60,49,54,44,121,101,91,50,93,61,114,91,52,93,94,114,91,49,93,62,62,62,49,54,94,114,91,55,93,60,60,49,54,44,121,101,91,51,93,61,114,91,54,93,94,114,91,51,93,62,62,62,49,54,94,114,91,49,93,60,60,49,54,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,52,59,105,43,61,49,41,121,101,91,105,93,61,49,54,55,49,49,57,51,53,38,40,121,101,91,105,93,60,60,56,124,121,101,91,105,93,62,62,62,50,52,41,124,52,50,55,56,50,53,53,51,54,48,38,40,121,101,91,105,93,60,60,50,52,124,121,101,91,105,93,62,62,62,56,41,44,110,91,101,43,105,93,94,61,121,101,91,105,93,125,125,99,111,110,115,116,32,83,101,61,80,46,95,99,114,101,97,116,101,72,101,108,112,101,114,40,79,101,41,59,102,117,110,99,116,105,111,110,32,107,101,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,46,95,83,59,108,101,116,32,101,61,116,104,105,115,46,95,105,44,110,61,116,104,105,115,46,95,106,44,114,61,48,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,52,59,105,43,61,49,41,123,101,61,40,101,43,49,41,37,50,53,54,44,110,61,40,110,43,116,91,101,93,41,37,50,53,54,59,99,111,110,115,116,32,111,61,116,91,101,93,59,116,91,101,93,61,116,91,110,93,44,116,91,110,93,61,111,44,114,124,61,116,91,40,116,91,101,93,43,116,91,110,93,41,37,50,53,54,93,60,60,50,52,45,56,42,105,125,114,101,116,117,114,110,32,116,104,105,115,46,95,105,61,101,44,116,104,105,115,46,95,106,61,110,44,114,125,99,108,97,115,115,32,67,101,32,101,120,116,101,110,100,115,32,80,123,95,100,111,82,101,115,101,116,40,41,123,99,111,110,115,116,32,116,61,116,104,105,115,46,95,107,101,121,44,101,61,116,46,119,111,114,100,115,44,110,61,116,46,115,105,103,66,121,116,101,115,59,116,104,105,115,46,95,83,61,91,93,59,99,111,110,115,116,32,114,61,116,104,105,115,46,95,83,59,102,111,114,40,108,101,116,32,105,61,48,59,105,60,50,53,54,59,105,43,61,49,41,114,91,105,93,61,105,59,102,111,114,40,108,101,116,32,105,61,48,44,111,61,48,59,105,60,50,53,54,59,105,43,61,49,41,123,99,111,110,115,116,32,116,61,105,37,110,44,97,61,101,91,116,62,62,62,50,93,62,62,62,50,52,45,116,37,52,42,56,38,50,53,53,59,111,61,40,111,43,114,91,105,93,43,97,41,37,50,53,54,59,99,111,110,115,116,32,115,61,114,91,105,93,59,114,91,105,93,61,114,91,111,93,44,114,91,111,93,61,115,125,116,104,105,115,46,95,106,61,48,44,116,104,105,115,46,95,105,61,116,104,105,115,46,95,106,125,95,100,111,80,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,59,110,91,101,93,94,61,107,101,46,99,97,108,108,40,116,104,105,115,41,125,125,67,101,46,107,101,121,83,105,122,101,61,56,44,67,101,46,105,118,83,105,122,101,61,48,59,99,111,110,115,116,32,80,101,61,80,46,95,99,114,101,97,116,101,72,101,108,112,101,114,40,67,101,41,59,99,108,97,115,115,32,84,101,32,101,120,116,101,110,100,115,32,67,101,123,99,111,110,115,116,114,117,99,116,111,114,40,46,46,46,116,41,123,115,117,112,101,114,40,46,46,46,116,41,44,79,98,106,101,99,116,46,97,115,115,105,103,110,40,116,104,105,115,46,99,102,103,44,123,100,114,111,112,58,49,57,50,125,41,125,95,100,111,82,101,115,101,116,40,41,123,115,117,112,101,114,46,95,100,111,82,101,115,101,116,46,99,97,108,108,40,116,104,105,115,41,59,102,111,114,40,108,101,116,32,116,61,116,104,105,115,46,99,102,103,46,100,114,111,112,59,116,62,48,59,116,45,61,49,41,107,101,46,99,97,108,108,40,116,104,105,115,41,125,125,99,111,110,115,116,32,106,101,61,80,46,95,99,114,101,97,116,101,72,101,108,112,101,114,40,84,101,41,59,102,117,110,99,116,105,111,110,32,69,101,40,116,44,101,44,110,44,114,41,123,99,111,110,115,116,32,105,61,116,59,108,101,116,32,111,59,99,111,110,115,116,32,97,61,116,104,105,115,46,95,105,118,59,97,63,40,111,61,97,46,115,108,105,99,101,40,48,41,44,116,104,105,115,46,95,105,118,61,118,111,105,100,32,48,41,58,111,61,116,104,105,115,46,95,112,114,101,118,66,108,111,99,107,44,114,46,101,110,99,114,121,112,116,66,108,111,99,107,40,111,44,48,41,59,102,111,114,40,108,101,116,32,115,61,48,59,115,60,110,59,115,43,61,49,41,105,91,101,43,115,93,94,61,111,91,115,93,125,99,108,97,115,115,32,65,101,32,101,120,116,101,110,100,115,32,84,123,125,65,101,46,69,110,99,114,121,112,116,111,114,61,99,108,97,115,115,32,101,120,116,101,110,100,115,32,65,101,123,112,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,104,105,115,46,95,99,105,112,104,101,114,44,123,98,108,111,99,107,83,105,122,101,58,114,125,61,110,59,69,101,46,99,97,108,108,40,116,104,105,115,44,116,44,101,44,114,44,110,41,44,116,104,105,115,46,95,112,114,101,118,66,108,111,99,107,61,116,46,115,108,105,99,101,40,101,44,101,43,114,41,125,125,44,65,101,46,68,101,99,114,121,112,116,111,114,61,99,108,97,115,115,32,101,120,116,101,110,100,115,32,65,101,123,112,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,104,105,115,46,95,99,105,112,104,101,114,44,123,98,108,111,99,107,83,105,122,101,58,114,125,61,110,44,105,61,116,46,115,108,105,99,101,40,101,44,101,43,114,41,59,69,101,46,99,97,108,108,40,116,104,105,115,44,116,44,101,44,114,44,110,41,44,116,104,105,115,46,95,112,114,101,118,66,108,111,99,107,61,105,125,125,59,99,108,97,115,115,32,68,101,32,101,120,116,101,110,100,115,32,84,123,125,68,101,46,69,110,99,114,121,112,116,111,114,61,99,108,97,115,115,32,101,120,116,101,110,100,115,32,68,101,123,112,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,44,114,61,116,104,105,115,46,95,99,105,112,104,101,114,44,123,98,108,111,99,107,83,105,122,101,58,105,125,61,114,44,111,61,116,104,105,115,46,95,105,118,59,108,101,116,32,97,61,116,104,105,115,46,95,99,111,117,110,116,101,114,59,111,38,38,40,116,104,105,115,46,95,99,111,117,110,116,101,114,61,111,46,115,108,105,99,101,40,48,41,44,97,61,116,104,105,115,46,95,99,111,117,110,116,101,114,44,116,104,105,115,46,95,105,118,61,118,111,105,100,32,48,41,59,99,111,110,115,116,32,115,61,97,46,115,108,105,99,101,40,48,41,59,114,46,101,110,99,114,121,112,116,66,108,111,99,107,40,115,44,48,41,44,97,91,105,45,49,93,61,97,91,105,45,49,93,43,49,124,48,59,102,111,114,40,108,101,116,32,99,61,48,59,99,60,105,59,99,43,61,49,41,110,91,101,43,99,93,94,61,115,91,99,93,125,125,44,68,101,46,68,101,99,114,121,112,116,111,114,61,68,101,46,69,110,99,114,121,112,116,111,114,59,99,111,110,115,116,32,76,101,61,116,61,62,123,108,101,116,32,101,61,116,59,105,102,40,50,53,53,61,61,61,40,116,62,62,50,52,38,50,53,53,41,41,123,108,101,116,32,110,61,116,62,62,49,54,38,50,53,53,44,114,61,116,62,62,56,38,50,53,53,44,105,61,50,53,53,38,116,59,50,53,53,61,61,61,110,63,40,110,61,48,44,50,53,53,61,61,61,114,63,40,114,61,48,44,50,53,53,61,61,61,105,63,105,61,48,58,105,43,61,49,41,58,114,43,61,49,41,58,110,43,61,49,44,101,61,48,44,101,43,61,110,60,60,49,54,44,101,43,61,114,60,60,56,44,101,43,61,105,125,101,108,115,101,32,101,43,61,49,60,60,50,52,59,114,101,116,117,114,110,32,101,125,44,77,101,61,116,61,62,123,99,111,110,115,116,32,101,61,116,59,114,101,116,117,114,110,32,101,91,48,93,61,76,101,40,101,91,48,93,41,44,48,61,61,61,101,91,48,93,38,38,40,101,91,49,93,61,76,101,40,101,91,49,93,41,41,44,101,125,59,10,47,42,42,32,64,112,114,101,115,101,114,118,101,10,32,42,32,67,111,117,110,116,101,114,32,98,108,111,99,107,32,109,111,100,101,32,99,111,109,112,97,116,105,98,108,101,32,119,105,116,104,32,32,68,114,32,66,114,105,97,110,32,71,108,97,100,109,97,110,32,102,105,108,101,101,110,99,46,99,10,32,42,32,100,101,114,105,118,101,100,32,102,114,111,109,32,67,114,121,112,116,111,74,83,46,109,111,100,101,46,67,84,82,10,32,42,32,74,97,110,32,72,114,117,98,121,32,106,104,114,117,98,121,46,119,101,98,64,103,109,97,105,108,46,99,111,109,10,32,42,47,10,99,108,97,115,115,32,73,101,32,101,120,116,101,110,100,115,32,84,123,125,73,101,46,69,110,99,114,121,112,116,111,114,61,99,108,97,115,115,32,101,120,116,101,110,100,115,32,73,101,123,112,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,44,114,61,116,104,105,115,46,95,99,105,112,104,101,114,44,123,98,108,111,99,107,83,105,122,101,58,105,125,61,114,44,111,61,116,104,105,115,46,95,105,118,59,108,101,116,32,97,61,116,104,105,115,46,95,99,111,117,110,116,101,114,59,111,38,38,40,116,104,105,115,46,95,99,111,117,110,116,101,114,61,111,46,115,108,105,99,101,40,48,41,44,97,61,116,104,105,115,46,95,99,111,117,110,116,101,114,44,116,104,105,115,46,95,105,118,61,118,111,105,100,32,48,41,44,77,101,40,97,41,59,99,111,110,115,116,32,115,61,97,46,115,108,105,99,101,40,48,41,59,114,46,101,110,99,114,121,112,116,66,108,111,99,107,40,115,44,48,41,59,102,111,114,40,108,101,116,32,99,61,48,59,99,60,105,59,99,43,61,49,41,110,91,101,43,99,93,94,61,115,91,99,93,125,125,44,73,101,46,68,101,99,114,121,112,116,111,114,61,73,101,46,69,110,99,114,121,112,116,111,114,59,99,108,97,115,115,32,36,101,32,101,120,116,101,110,100,115,32,84,123,125,36,101,46,69,110,99,114,121,112,116,111,114,61,99,108,97,115,115,32,101,120,116,101,110,100,115,32,36,101,123,112,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,116,104,105,115,46,95,99,105,112,104,101,114,46,101,110,99,114,121,112,116,66,108,111,99,107,40,116,44,101,41,125,125,44,36,101,46,68,101,99,114,121,112,116,111,114,61,99,108,97,115,115,32,101,120,116,101,110,100,115,32,36,101,123,112,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,116,104,105,115,46,95,99,105,112,104,101,114,46,100,101,99,114,121,112,116,66,108,111,99,107,40,116,44,101,41,125,125,59,99,108,97,115,115,32,70,101,32,101,120,116,101,110,100,115,32,84,123,125,70,101,46,69,110,99,114,121,112,116,111,114,61,99,108,97,115,115,32,101,120,116,101,110,100,115,32,70,101,123,112,114,111,99,101,115,115,66,108,111,99,107,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,44,114,61,116,104,105,115,46,95,99,105,112,104,101,114,44,123,98,108,111,99,107,83,105,122,101,58,105,125,61,114,44,111,61,116,104,105,115,46,95,105,118,59,108,101,116,32,97,61,116,104,105,115,46,95,107,101,121,115,116,114,101,97,109,59,111,38,38,40,116,104,105,115,46,95,107,101,121,115,116,114,101,97,109,61,111,46,115,108,105,99,101,40,48,41,44,97,61,116,104,105,115,46,95,107,101,121,115,116,114,101,97,109,44,116,104,105,115,46,95,105,118,61,118,111,105,100,32,48,41,44,114,46,101,110,99,114,121,112,116,66,108,111,99,107,40,97,44,48,41,59,102,111,114,40,108,101,116,32,115,61,48,59,115,60,105,59,115,43,61,49,41,110,91,101,43,115,93,94,61,97,91,115,93,125,125,44,70,101,46,68,101,99,114,121,112,116,111,114,61,70,101,46,69,110,99,114,121,112,116,111,114,59,99,111,110,115,116,32,66,101,61,123,112,97,100,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,44,114,61,110,46,115,105,103,66,121,116,101,115,44,105,61,52,42,101,44,111,61,105,45,114,37,105,44,97,61,114,43,111,45,49,59,110,46,99,108,97,109,112,40,41,44,110,46,119,111,114,100,115,91,97,62,62,62,50,93,124,61,111,60,60,50,52,45,97,37,52,42,56,44,110,46,115,105,103,66,121,116,101,115,43,61,111,125,44,117,110,112,97,100,40,116,41,123,99,111,110,115,116,32,101,61,116,44,110,61,50,53,53,38,101,46,119,111,114,100,115,91,101,46,115,105,103,66,121,116,101,115,45,49,62,62,62,50,93,59,101,46,115,105,103,66,121,116,101,115,45,61,110,125,125,44,82,101,61,123,112,97,100,40,116,44,101,41,123,99,111,110,115,116,32,110,61,52,42,101,44,114,61,110,45,116,46,115,105,103,66,121,116,101,115,37,110,59,116,46,99,111,110,99,97,116,40,105,46,114,97,110,100,111,109,40,114,45,49,41,41,46,99,111,110,99,97,116,40,105,46,99,114,101,97,116,101,40,91,114,60,60,50,52,93,44,49,41,41,125,44,117,110,112,97,100,40,116,41,123,99,111,110,115,116,32,101,61,116,44,110,61,50,53,53,38,101,46,119,111,114,100,115,91,101,46,115,105,103,66,121,116,101,115,45,49,62,62,62,50,93,59,101,46,115,105,103,66,121,116,101,115,45,61,110,125,125,44,78,101,61,123,112,97,100,40,116,44,101,41,123,99,111,110,115,116,32,110,61,116,44,114,61,52,42,101,59,110,46,99,108,97,109,112,40,41,44,110,46,115,105,103,66,121,116,101,115,43,61,114,45,40,116,46,115,105,103,66,121,116,101,115,37,114,124,124,114,41,125,44,117,110,112,97,100,40,116,41,123,99,111,110,115,116,32,101,61,116,44,110,61,101,46,119,111,114,100,115,59,102,111,114,40,108,101,116,32,114,61,101,46,115,105,103,66,121,116,101,115,45,49,59,114,62,61,48,59,114,45,61,49,41,105,102,40,110,91,114,62,62,62,50,93,62,62,62,50,52,45,114,37,52,42,56,38,50,53,53,41,123,101,46,115,105,103,66,121,116,101,115,61,114,43,49,59,98,114,101,97,107,125,125,125,44,122,101,61,123,112,97,100,40,116,44,101,41,123,116,46,99,111,110,99,97,116,40,105,46,99,114,101,97,116,101,40,91,50,49,52,55,52,56,51,54,52,56,93,44,49,41,41,44,78,101,46,112,97,100,40,116,44,101,41,125,44,117,110,112,97,100,40,116,41,123,99,111,110,115,116,32,101,61,116,59,78,101,46,117,110,112,97,100,40,101,41,44,101,46,115,105,103,66,121,116,101,115,45,61,49,125,125,44,86,101,61,123,112,97,100,40,41,123,125,44,117,110,112,97,100,40,41,123,125,125,44,72,101,61,123,115,116,114,105,110,103,105,102,121,40,116,41,123,114,101,116,117,114,110,32,116,46,99,105,112,104,101,114,116,101,120,116,46,116,111,83,116,114,105,110,103,40,111,41,125,44,112,97,114,115,101,40,116,41,123,99,111,110,115,116,32,101,61,111,46,112,97,114,115,101,40,116,41,59,114,101,116,117,114,110,32,76,46,99,114,101,97,116,101,40,123,99,105,112,104,101,114,116,101,120,116,58,101,125,41,125,125,59,101,91,34,97,34,93,61,123,108,105,98,58,123,66,97,115,101,58,114,44,87,111,114,100,65,114,114,97,121,58,105,44,66,117,102,102,101,114,101,100,66,108,111,99,107,65,108,103,111,114,105,116,104,109,58,99,44,72,97,115,104,101,114,58,117,44,67,105,112,104,101,114,58,67,44,83,116,114,101,97,109,67,105,112,104,101,114,58,80,44,66,108,111,99,107,67,105,112,104,101,114,77,111,100,101,58,84,44,66,108,111,99,107,67,105,112,104,101,114,58,68,44,67,105,112,104,101,114,80,97,114,97,109,115,58,76,44,83,101,114,105,97,108,105,122,97,98,108,101,67,105,112,104,101,114,58,73,44,80,97,115,115,119,111,114,100,66,97,115,101,100,67,105,112,104,101,114,58,70,125,44,120,54,52,58,123,87,111,114,100,58,104,44,87,111,114,100,65,114,114,97,121,58,100,125,44,101,110,99,58,123,72,101,120,58,111,44,76,97,116,105,110,49,58,97,44,85,116,102,56,58,115,44,85,116,102,49,54,58,78,44,85,116,102,49,54,66,69,58,82,44,85,116,102,49,54,76,69,58,122,44,66,97,115,101,54,52,58,118,125,44,97,108,103,111,58,123,72,77,65,67,58,108,44,77,68,53,58,95,44,83,72,65,49,58,72,44,83,72,65,50,50,52,58,110,116,44,83,72,65,50,53,54,58,81,44,83,72,65,51,56,52,58,108,116,44,83,72,65,53,49,50,58,115,116,44,83,72,65,51,58,119,116,44,82,73,80,69,77,68,49,54,48,58,73,116,44,80,66,75,68,70,50,58,66,116,44,69,118,112,75,68,70,58,83,44,65,69,83,58,116,101,44,68,69,83,58,117,101,44,84,114,105,112,108,101,68,69,83,58,102,101,44,82,97,98,98,105,116,58,109,101,44,82,97,98,98,105,116,76,101,103,97,99,121,58,79,101,44,82,67,52,58,67,101,44,82,67,52,68,114,111,112,58,84,101,125,44,109,111,100,101,58,123,67,66,67,58,69,44,67,70,66,58,65,101,44,67,84,82,58,68,101,44,67,84,82,71,108,97,100,109,97,110,58,73,101,44,69,67,66,58,36,101,44,79,70,66,58,70,101,125,44,112,97,100,58,123,80,107,99,115,55,58,65,44,65,110,115,105,88,57,50,51,58,66,101,44,73,115,111,49,48,49,50,54,58,82,101,44,73,115,111,57,55,57,55,49,58,122,101,44,78,111,80,97,100,100,105,110,103,58,86,101,44,90,101,114,111,80,97,100,100,105,110,103,58,78,101,125,44,102,111,114,109,97,116,58,123,79,112,101,110,83,83,76,58,77,44,72,101,120,58,72,101,125,44,107,100,102,58,123,79,112,101,110,83,83,76,58,36,125,44,77,68,53,58,120,44,72,109,97,99,77,68,53,58,79,44,83,72,65,49,58,85,44,72,109,97,99,83,72,65,49,58,87,44,83,72,65,50,50,52,58,114,116,44,72,109,97,99,83,72,65,50,50,52,58,105,116,44,83,72,65,50,53,54,58,116,116,44,72,109,97,99,83,72,65,50,53,54,58,101,116,44,83,72,65,51,56,52,58,102,116,44,72,109,97,99,83,72,65,51,56,52,58,104,116,44,83,72,65,53,49,50,58,99,116,44,72,109,97,99,83,72,65,53,49,50,58,117,116,44,83,72,65,51,58,95,116,44,72,109,97,99,83,72,65,51,58,120,116,44,82,73,80,69,77,68,49,54,48,58,36,116,44,72,109,97,99,82,73,80,69,77,68,49,54,48,58,70,116,44,80,66,75,68,70,50,58,82,116,44,69,118,112,75,68,70,58,107,44,65,69,83,58,101,101,44,68,69,83,58,108,101,44,84,114,105,112,108,101,68,69,83,58,104,101,44,82,97,98,98,105,116,58,98,101,44,82,97,98,98,105,116,76,101,103,97,99,121,58,83,101,44,82,67,52,58,80,101,44,82,67,52,68,114,111,112,58,106,101,125,125,44,99,98,101,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,77,97,116,104,34,44,123,99,108,122,51,50,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,40,116,62,62,62,61,48,41,63,51,49,45,77,97,116,104,46,102,108,111,111,114,40,77,97,116,104,46,108,111,103,40,116,43,46,53,41,42,77,97,116,104,46,76,79,71,50,69,41,58,51,50,125,125,41,125,44,99,99,49,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,97,56,52,34,41,44,105,61,110,40,34,56,54,49,100,34,41,44,111,61,114,46,100,111,99,117,109,101,110,116,44,97,61,105,40,111,41,38,38,105,40,111,46,99,114,101,97,116,101,69,108,101,109,101,110,116,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,63,111,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,116,41,58,123,125,125,125,44,99,99,56,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,55,101,51,51,34,41,44,105,61,110,40,34,99,101,98,54,34,41,44,111,61,110,40,34,99,98,48,51,34,41,40,33,49,41,44,97,61,110,40,34,99,56,51,49,34,41,40,34,73,69,95,80,82,79,84,79,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,115,61,105,40,116,41,44,99,61,48,44,117,61,91,93,59,102,111,114,40,110,32,105,110,32,115,41,110,33,61,97,38,38,114,40,115,44,110,41,38,38,117,46,112,117,115,104,40,110,41,59,119,104,105,108,101,40,101,46,108,101,110,103,116,104,62,99,41,114,40,115,44,110,61,101,91,99,43,43,93,41,38,38,40,126,111,40,117,44,110,41,124,124,117,46,112,117,115,104,40,110,41,41,59,114,101,116,117,114,110,32,117,125,125,44,99,99,97,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,54,48,100,97,34,41,59,114,40,123,116,97,114,103,101,116,58,34,79,98,106,101,99,116,34,44,115,116,97,116,58,33,48,44,102,111,114,99,101,100,58,79,98,106,101,99,116,46,97,115,115,105,103,110,33,61,61,105,125,44,123,97,115,115,105,103,110,58,105,125,41,125,44,99,100,102,57,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,63,110,117,108,108,33,61,61,116,58,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,125,125,44,99,100,102,57,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,50,53,97,34,41,44,105,61,110,40,34,56,54,49,100,34,41,44,111,61,110,40,34,102,48,54,57,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,114,40,116,41,44,105,40,101,41,38,38,101,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,116,41,114,101,116,117,114,110,32,101,59,118,97,114,32,110,61,111,46,102,40,116,41,44,97,61,110,46,114,101,115,111,108,118,101,59,114,101,116,117,114,110,32,97,40,101,41,44,110,46,112,114,111,109,105,115,101,125,125,44,99,101,52,101,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,97,56,52,34,41,44,105,61,110,40,34,57,49,49,50,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,114,121,123,105,40,114,44,116,44,101,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,114,91,116,93,61,101,125,114,101,116,117,114,110,32,101,125,125,44,99,101,97,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,40,102,117,110,99,116,105,111,110,40,101,44,114,41,123,10,47,42,32,73,110,115,112,105,114,101,32,84,114,101,101,10,32,42,32,64,118,101,114,115,105,111,110,32,52,46,51,46,49,10,32,42,32,104,116,116,112,115,58,47,47,103,105,116,104,117,98,46,99,111,109,47,104,101,108,105,111,110,51,47,105,110,115,112,105,114,101,45,116,114,101,101,10,32,42,32,64,99,111,112,121,114,105,103,104,116,32,67,111,112,121,114,105,103,104,116,32,50,48,49,53,32,72,101,108,105,111,110,51,44,32,97,110,100,32,111,116,104,101,114,32,99,111,110,116,114,105,98,117,116,111,114,115,10,32,42,32,64,108,105,99,101,110,115,101,32,76,105,99,101,110,115,101,100,32,117,110,100,101,114,32,77,73,84,10,32,42,32,32,32,32,32,32,32,32,32,32,115,101,101,32,104,116,116,112,115,58,47,47,103,105,116,104,117,98,46,99,111,109,47,104,101,108,105,111,110,51,47,105,110,115,112,105,114,101,45,116,114,101,101,47,98,108,111,98,47,109,97,115,116,101,114,47,76,73,67,69,78,83,69,10,32,42,47,10,40,102,117,110,99,116,105,111,110,40,101,44,114,41,123,116,46,101,120,112,111,114,116,115,61,114,40,110,40,34,50,101,102,48,34,41,41,125,41,40,48,44,40,102,117,110,99,116,105,111,110,40,116,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,110,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,63,119,105,110,100,111,119,58,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,101,63,101,58,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,115,101,108,102,63,115,101,108,102,58,123,125,59,102,117,110,99,116,105,111,110,32,105,40,41,123,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,68,121,110,97,109,105,99,32,114,101,113,117,105,114,101,115,32,97,114,101,32,110,111,116,32,99,117,114,114,101,110,116,108,121,32,115,117,112,112,111,114,116,101,100,32,98,121,32,114,111,108,108,117,112,45,112,108,117,103,105,110,45,99,111,109,109,111,110,106,115,34,41,125,102,117,110,99,116,105,111,110,32,111,40,116,44,101,41,123,114,101,116,117,114,110,32,101,61,123,101,120,112,111,114,116,115,58,123,125,125,44,116,40,101,44,101,46,101,120,112,111,114,116,115,41,44,101,46,101,120,112,111,114,116,115,125,102,111,114,40,118,97,114,32,97,61,111,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,99,114,121,112,116,111,38,38,99,114,121,112,116,111,46,103,101,116,82,97,110,100,111,109,86,97,108,117,101,115,46,98,105,110,100,40,99,114,121,112,116,111,41,124,124,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,109,115,67,114,121,112,116,111,38,38,109,115,67,114,121,112,116,111,46,103,101,116,82,97,110,100,111,109,86,97,108,117,101,115,46,98,105,110,100,40,109,115,67,114,121,112,116,111,41,59,105,102,40,101,41,123,118,97,114,32,110,61,110,101,119,32,85,105,110,116,56,65,114,114,97,121,40,49,54,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,40,110,41,44,110,125,125,101,108,115,101,123,118,97,114,32,114,61,110,101,119,32,65,114,114,97,121,40,49,54,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,44,101,61,48,59,101,60,49,54,59,101,43,43,41,48,61,61,61,40,51,38,101,41,38,38,40,116,61,52,50,57,52,57,54,55,50,57,54,42,77,97,116,104,46,114,97,110,100,111,109,40,41,41,44,114,91,101,93,61,116,62,62,62,40,40,51,38,101,41,60,60,51,41,38,50,53,53,59,114,101,116,117,114,110,32,114,125,125,125,41,41,44,115,61,91,93,44,99,61,48,59,99,60,50,53,54,59,43,43,99,41,115,91,99,93,61,40,99,43,50,53,54,41,46,116,111,83,116,114,105,110,103,40,49,54,41,46,115,117,98,115,116,114,40,49,41,59,102,117,110,99,116,105,111,110,32,117,40,116,44,101,41,123,118,97,114,32,110,61,101,124,124,48,44,114,61,115,59,114,101,116,117,114,110,32,114,91,116,91,110,43,43,93,93,43,114,91,116,91,110,43,43,93,93,43,114,91,116,91,110,43,43,93,93,43,114,91,116,91,110,43,43,93,93,43,34,45,34,43,114,91,116,91,110,43,43,93,93,43,114,91,116,91,110,43,43,93,93,43,34,45,34,43,114,91,116,91,110,43,43,93,93,43,114,91,116,91,110,43,43,93,93,43,34,45,34,43,114,91,116,91,110,43,43,93,93,43,114,91,116,91,110,43,43,93,93,43,34,45,34,43,114,91,116,91,110,43,43,93,93,43,114,91,116,91,110,43,43,93,93,43,114,91,116,91,110,43,43,93,93,43,114,91,116,91,110,43,43,93,93,43,114,91,116,91,110,43,43,93,93,43,114,91,116,91,110,43,43,93,93,125,118,97,114,32,108,61,117,59,102,117,110,99,116,105,111,110,32,102,40,116,44,101,44,110,41,123,118,97,114,32,114,61,101,38,38,110,124,124,48,59,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,38,38,40,101,61,34,98,105,110,97,114,121,34,61,61,61,116,63,110,101,119,32,65,114,114,97,121,40,49,54,41,58,110,117,108,108,44,116,61,110,117,108,108,41,44,116,61,116,124,124,123,125,59,118,97,114,32,105,61,116,46,114,97,110,100,111,109,124,124,40,116,46,114,110,103,124,124,97,41,40,41,59,105,102,40,105,91,54,93,61,49,53,38,105,91,54,93,124,54,52,44,105,91,56,93,61,54,51,38,105,91,56,93,124,49,50,56,44,101,41,102,111,114,40,118,97,114,32,111,61,48,59,111,60,49,54,59,43,43,111,41,101,91,114,43,111,93,61,105,91,111,93,59,114,101,116,117,114,110,32,101,124,124,108,40,105,41,125,118,97,114,32,104,61,102,59,102,117,110,99,116,105,111,110,32,100,40,101,41,123,114,101,116,117,114,110,32,116,46,101,97,99,104,40,101,46,95,116,114,101,101,46,100,101,102,97,117,108,116,83,116,97,116,101,44,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,101,46,115,116,97,116,101,40,110,44,116,41,125,41,41,44,101,125,102,117,110,99,116,105,111,110,32,112,40,116,44,101,44,110,44,114,44,105,41,123,114,101,116,117,114,110,32,114,46,115,116,97,116,101,40,116,41,33,61,61,101,38,38,40,114,46,95,116,114,101,101,46,98,97,116,99,104,40,41,44,114,46,95,116,114,101,101,46,99,111,110,102,105,103,46,110,111,100,101,115,46,114,101,115,101,116,83,116,97,116,101,79,110,82,101,115,116,111,114,101,38,38,34,114,101,115,116,111,114,101,100,34,61,61,61,110,38,38,100,40,114,41,44,114,46,115,116,97,116,101,40,116,44,101,41,44,114,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,34,43,110,44,114,44,33,49,41,44,105,38,38,114,46,104,97,115,67,104,105,108,100,114,101,110,40,41,38,38,114,46,99,104,105,108,100,114,101,110,46,114,101,99,117,114,115,101,68,111,119,110,40,40,102,117,110,99,116,105,111,110,40,114,41,123,112,40,116,44,101,44,110,44,114,41,125,41,41,44,114,46,109,97,114,107,68,105,114,116,121,40,41,44,114,46,95,116,114,101,101,46,101,110,100,40,41,41,44,114,125,118,97,114,32,118,61,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,10,47,42,33,10,32,42,32,64,111,118,101,114,118,105,101,119,32,101,115,54,45,112,114,111,109,105,115,101,32,45,32,97,32,116,105,110,121,32,105,109,112,108,101,109,101,110,116,97,116,105,111,110,32,111,102,32,80,114,111,109,105,115,101,115,47,65,43,46,10,32,42,32,64,99,111,112,121,114,105,103,104,116,32,67,111,112,121,114,105,103,104,116,32,40,99,41,32,50,48,49,52,32,89,101,104,117,100,97,32,75,97,116,122,44,32,84,111,109,32,68,97,108,101,44,32,83,116,101,102,97,110,32,80,101,110,110,101,114,32,97,110,100,32,99,111,110,116,114,105,98,117,116,111,114,115,32,40,67,111,110,118,101,114,115,105,111,110,32,116,111,32,69,83,54,32,65,80,73,32,98,121,32,74,97,107,101,32,65,114,99,104,105,98,97,108,100,41,10,32,42,32,64,108,105,99,101,110,115,101,32,32,32,76,105,99,101,110,115,101,100,32,117,110,100,101,114,32,77,73,84,32,108,105,99,101,110,115,101,10,32,42,32,32,32,32,32,32,32,32,32,32,32,32,83,101,101,32,104,116,116,112,115,58,47,47,114,97,119,46,103,105,116,104,117,98,117,115,101,114,99,111,110,116,101,110,116,46,99,111,109,47,115,116,101,102,97,110,112,101,110,110,101,114,47,101,115,54,45,112,114,111,109,105,115,101,47,109,97,115,116,101,114,47,76,73,67,69,78,83,69,10,32,42,32,64,118,101,114,115,105,111,110,32,32,32,118,52,46,50,46,50,43,57,55,52,55,56,101,98,54,10,32,42,47,10,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,110,40,41,125,41,40,48,44,40,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,116,41,123,118,97,114,32,101,61,116,121,112,101,111,102,32,116,59,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,38,38,40,34,111,98,106,101,99,116,34,61,61,61,101,124,124,34,102,117,110,99,116,105,111,110,34,61,61,61,101,41,125,102,117,110,99,116,105,111,110,32,101,40,116,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,125,118,97,114,32,111,61,118,111,105,100,32,48,59,111,61,65,114,114,97,121,46,105,115,65,114,114,97,121,63,65,114,114,97,121,46,105,115,65,114,114,97,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,91,111,98,106,101,99,116,32,65,114,114,97,121,93,34,61,61,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,125,59,118,97,114,32,97,61,111,44,115,61,48,44,99,61,118,111,105,100,32,48,44,117,61,118,111,105,100,32,48,44,108,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,79,91,115,93,61,116,44,79,91,115,43,49,93,61,101,44,115,43,61,50,44,50,61,61,61,115,38,38,40,117,63,117,40,83,41,58,67,40,41,41,125,59,102,117,110,99,116,105,111,110,32,102,40,116,41,123,117,61,116,125,102,117,110,99,116,105,111,110,32,104,40,116,41,123,108,61,116,125,118,97,114,32,100,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,63,119,105,110,100,111,119,58,118,111,105,100,32,48,44,112,61,100,124,124,123,125,44,118,61,112,46,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,124,124,112,46,87,101,98,75,105,116,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,44,103,61,34,117,110,100,101,102,105,110,101,100,34,61,61,61,116,121,112,101,111,102,32,115,101,108,102,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,114,38,38,34,91,111,98,106,101,99,116,32,112,114,111,99,101,115,115,93,34,61,61,61,123,125,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,114,41,44,109,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,85,105,110,116,56,67,108,97,109,112,101,100,65,114,114,97,121,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,105,109,112,111,114,116,83,99,114,105,112,116,115,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,77,101,115,115,97,103,101,67,104,97,110,110,101,108,59,102,117,110,99,116,105,111,110,32,98,40,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,46,110,101,120,116,84,105,99,107,40,83,41,125,125,102,117,110,99,116,105,111,110,32,121,40,41,123,114,101,116,117,114,110,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,99,63,102,117,110,99,116,105,111,110,40,41,123,99,40,83,41,125,58,120,40,41,125,102,117,110,99,116,105,111,110,32,119,40,41,123,118,97,114,32,116,61,48,44,101,61,110,101,119,32,118,40,83,41,44,110,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,84,101,120,116,78,111,100,101,40,34,34,41,59,114,101,116,117,114,110,32,101,46,111,98,115,101,114,118,101,40,110,44,123,99,104,97,114,97,99,116,101,114,68,97,116,97,58,33,48,125,41,44,102,117,110,99,116,105,111,110,40,41,123,110,46,100,97,116,97,61,116,61,43,43,116,37,50,125,125,102,117,110,99,116,105,111,110,32,95,40,41,123,118,97,114,32,116,61,110,101,119,32,77,101,115,115,97,103,101,67,104,97,110,110,101,108,59,114,101,116,117,114,110,32,116,46,112,111,114,116,49,46,111,110,109,101,115,115,97,103,101,61,83,44,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,112,111,114,116,50,46,112,111,115,116,77,101,115,115,97,103,101,40,48,41,125,125,102,117,110,99,116,105,111,110,32,120,40,41,123,118,97,114,32,116,61,115,101,116,84,105,109,101,111,117,116,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,83,44,49,41,125,125,118,97,114,32,79,61,110,101,119,32,65,114,114,97,121,40,49,101,51,41,59,102,117,110,99,116,105,111,110,32,83,40,41,123,102,111,114,40,118,97,114,32,116,61,48,59,116,60,115,59,116,43,61,50,41,123,118,97,114,32,101,61,79,91,116,93,44,110,61,79,91,116,43,49,93,59,101,40,110,41,44,79,91,116,93,61,118,111,105,100,32,48,44,79,91,116,43,49,93,61,118,111,105,100,32,48,125,115,61,48,125,102,117,110,99,116,105,111,110,32,107,40,41,123,116,114,121,123,118,97,114,32,116,61,105,44,101,61,116,40,34,118,101,114,116,120,34,41,59,114,101,116,117,114,110,32,99,61,101,46,114,117,110,79,110,76,111,111,112,124,124,101,46,114,117,110,79,110,67,111,110,116,101,120,116,44,121,40,41,125,99,97,116,99,104,40,110,41,123,114,101,116,117,114,110,32,120,40,41,125,125,118,97,114,32,67,61,118,111,105,100,32,48,59,102,117,110,99,116,105,111,110,32,80,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,44,114,61,110,101,119,32,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,40,69,41,59,118,111,105,100,32,48,61,61,61,114,91,106,93,38,38,101,116,40,114,41,59,118,97,114,32,105,61,110,46,95,115,116,97,116,101,59,105,102,40,105,41,123,118,97,114,32,111,61,97,114,103,117,109,101,110,116,115,91,105,45,49,93,59,108,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,90,40,105,44,114,44,111,44,110,46,95,114,101,115,117,108,116,41,125,41,41,125,101,108,115,101,32,113,40,110,44,114,44,116,44,101,41,59,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,84,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,105,102,40,116,38,38,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,101,41,114,101,116,117,114,110,32,116,59,118,97,114,32,110,61,110,101,119,32,101,40,69,41,59,114,101,116,117,114,110,32,86,40,110,44,116,41,44,110,125,67,61,103,63,98,40,41,58,118,63,119,40,41,58,109,63,95,40,41,58,118,111,105,100,32,48,61,61,61,100,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,105,63,107,40,41,58,120,40,41,59,118,97,114,32,106,61,77,97,116,104,46,114,97,110,100,111,109,40,41,46,116,111,83,116,114,105,110,103,40,51,54,41,46,115,117,98,115,116,114,105,110,103,40,49,54,41,59,102,117,110,99,116,105,111,110,32,69,40,41,123,125,118,97,114,32,65,61,118,111,105,100,32,48,44,68,61,49,44,76,61,50,44,77,61,110,101,119,32,89,59,102,117,110,99,116,105,111,110,32,73,40,41,123,114,101,116,117,114,110,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,89,111,117,32,99,97,110,110,111,116,32,114,101,115,111,108,118,101,32,97,32,112,114,111,109,105,115,101,32,119,105,116,104,32,105,116,115,101,108,102,34,41,125,102,117,110,99,116,105,111,110,32,36,40,41,123,114,101,116,117,114,110,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,65,32,112,114,111,109,105,115,101,115,32,99,97,108,108,98,97,99,107,32,99,97,110,110,111,116,32,114,101,116,117,114,110,32,116,104,97,116,32,115,97,109,101,32,112,114,111,109,105,115,101,46,34,41,125,102,117,110,99,116,105,111,110,32,70,40,116,41,123,116,114,121,123,114,101,116,117,114,110,32,116,46,116,104,101,110,125,99,97,116,99,104,40,101,114,114,111,114,41,123,114,101,116,117,114,110,32,77,46,101,114,114,111,114,61,101,114,114,111,114,44,77,125,125,102,117,110,99,116,105,111,110,32,66,40,116,44,101,44,110,44,114,41,123,116,114,121,123,116,46,99,97,108,108,40,101,44,110,44,114,41,125,99,97,116,99,104,40,105,41,123,114,101,116,117,114,110,32,105,125,125,102,117,110,99,116,105,111,110,32,82,40,116,44,101,44,110,41,123,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,114,61,33,49,44,105,61,66,40,110,44,101,44,40,102,117,110,99,116,105,111,110,40,110,41,123,114,124,124,40,114,61,33,48,44,101,33,61,61,110,63,86,40,116,44,110,41,58,85,40,116,44,110,41,41,125,41,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,124,124,40,114,61,33,48,44,87,40,116,44,101,41,41,125,41,44,34,83,101,116,116,108,101,58,32,34,43,40,116,46,95,108,97,98,101,108,124,124,34,32,117,110,107,110,111,119,110,32,112,114,111,109,105,115,101,34,41,41,59,33,114,38,38,105,38,38,40,114,61,33,48,44,87,40,116,44,105,41,41,125,41,44,116,41,125,102,117,110,99,116,105,111,110,32,78,40,116,44,101,41,123,101,46,95,115,116,97,116,101,61,61,61,68,63,85,40,116,44,101,46,95,114,101,115,117,108,116,41,58,101,46,95,115,116,97,116,101,61,61,61,76,63,87,40,116,44,101,46,95,114,101,115,117,108,116,41,58,113,40,101,44,118,111,105,100,32,48,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,86,40,116,44,101,41,125,41,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,87,40,116,44,101,41,125,41,41,125,102,117,110,99,116,105,111,110,32,122,40,116,44,110,44,114,41,123,110,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,114,61,61,61,80,38,38,110,46,99,111,110,115,116,114,117,99,116,111,114,46,114,101,115,111,108,118,101,61,61,61,84,63,78,40,116,44,110,41,58,114,61,61,61,77,63,40,87,40,116,44,77,46,101,114,114,111,114,41,44,77,46,101,114,114,111,114,61,110,117,108,108,41,58,118,111,105,100,32,48,61,61,61,114,63,85,40,116,44,110,41,58,101,40,114,41,63,82,40,116,44,110,44,114,41,58,85,40,116,44,110,41,125,102,117,110,99,116,105,111,110,32,86,40,101,44,110,41,123,101,61,61,61,110,63,87,40,101,44,73,40,41,41,58,116,40,110,41,63,122,40,101,44,110,44,70,40,110,41,41,58,85,40,101,44,110,41,125,102,117,110,99,116,105,111,110,32,72,40,116,41,123,116,46,95,111,110,101,114,114,111,114,38,38,116,46,95,111,110,101,114,114,111,114,40,116,46,95,114,101,115,117,108,116,41,44,71,40,116,41,125,102,117,110,99,116,105,111,110,32,85,40,116,44,101,41,123,116,46,95,115,116,97,116,101,61,61,61,65,38,38,40,116,46,95,114,101,115,117,108,116,61,101,44,116,46,95,115,116,97,116,101,61,68,44,48,33,61,61,116,46,95,115,117,98,115,99,114,105,98,101,114,115,46,108,101,110,103,116,104,38,38,108,40,71,44,116,41,41,125,102,117,110,99,116,105,111,110,32,87,40,116,44,101,41,123,116,46,95,115,116,97,116,101,61,61,61,65,38,38,40,116,46,95,115,116,97,116,101,61,76,44,116,46,95,114,101,115,117,108,116,61,101,44,108,40,72,44,116,41,41,125,102,117,110,99,116,105,111,110,32,113,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,46,95,115,117,98,115,99,114,105,98,101,114,115,44,111,61,105,46,108,101,110,103,116,104,59,116,46,95,111,110,101,114,114,111,114,61,110,117,108,108,44,105,91,111,93,61,101,44,105,91,111,43,68,93,61,110,44,105,91,111,43,76,93,61,114,44,48,61,61,61,111,38,38,116,46,95,115,116,97,116,101,38,38,108,40,71,44,116,41,125,102,117,110,99,116,105,111,110,32,71,40,116,41,123,118,97,114,32,101,61,116,46,95,115,117,98,115,99,114,105,98,101,114,115,44,110,61,116,46,95,115,116,97,116,101,59,105,102,40,48,33,61,61,101,46,108,101,110,103,116,104,41,123,102,111,114,40,118,97,114,32,114,61,118,111,105,100,32,48,44,105,61,118,111,105,100,32,48,44,111,61,116,46,95,114,101,115,117,108,116,44,97,61,48,59,97,60,101,46,108,101,110,103,116,104,59,97,43,61,51,41,114,61,101,91,97,93,44,105,61,101,91,97,43,110,93,44,114,63,90,40,110,44,114,44,105,44,111,41,58,105,40,111,41,59,116,46,95,115,117,98,115,99,114,105,98,101,114,115,46,108,101,110,103,116,104,61,48,125,125,102,117,110,99,116,105,111,110,32,89,40,41,123,116,104,105,115,46,101,114,114,111,114,61,110,117,108,108,125,118,97,114,32,75,61,110,101,119,32,89,59,102,117,110,99,116,105,111,110,32,88,40,116,44,101,41,123,116,114,121,123,114,101,116,117,114,110,32,116,40,101,41,125,99,97,116,99,104,40,110,41,123,114,101,116,117,114,110,32,75,46,101,114,114,111,114,61,110,44,75,125,125,102,117,110,99,116,105,111,110,32,90,40,116,44,110,44,114,44,105,41,123,118,97,114,32,111,61,101,40,114,41,44,97,61,118,111,105,100,32,48,44,115,61,118,111,105,100,32,48,44,99,61,118,111,105,100,32,48,44,117,61,118,111,105,100,32,48,59,105,102,40,111,41,123,105,102,40,97,61,88,40,114,44,105,41,44,97,61,61,61,75,63,40,117,61,33,48,44,115,61,97,46,101,114,114,111,114,44,97,46,101,114,114,111,114,61,110,117,108,108,41,58,99,61,33,48,44,110,61,61,61,97,41,114,101,116,117,114,110,32,118,111,105,100,32,87,40,110,44,36,40,41,41,125,101,108,115,101,32,97,61,105,44,99,61,33,48,59,110,46,95,115,116,97,116,101,33,61,61,65,124,124,40,111,38,38,99,63,86,40,110,44,97,41,58,117,63,87,40,110,44,115,41,58,116,61,61,61,68,63,85,40,110,44,97,41,58,116,61,61,61,76,38,38,87,40,110,44,97,41,41,125,102,117,110,99,116,105,111,110,32,74,40,116,44,101,41,123,116,114,121,123,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,86,40,116,44,101,41,125,41,44,40,102,117,110,99,116,105,111,110,40,101,41,123,87,40,116,44,101,41,125,41,41,125,99,97,116,99,104,40,110,41,123,87,40,116,44,110,41,125,125,118,97,114,32,81,61,48,59,102,117,110,99,116,105,111,110,32,116,116,40,41,123,114,101,116,117,114,110,32,81,43,43,125,102,117,110,99,116,105,111,110,32,101,116,40,116,41,123,116,91,106,93,61,81,43,43,44,116,46,95,115,116,97,116,101,61,118,111,105,100,32,48,44,116,46,95,114,101,115,117,108,116,61,118,111,105,100,32,48,44,116,46,95,115,117,98,115,99,114,105,98,101,114,115,61,91,93,125,102,117,110,99,116,105,111,110,32,110,116,40,41,123,114,101,116,117,114,110,32,110,101,119,32,69,114,114,111,114,40,34,65,114,114,97,121,32,77,101,116,104,111,100,115,32,109,117,115,116,32,98,101,32,112,114,111,118,105,100,101,100,32,97,110,32,65,114,114,97,121,34,41,125,118,97,114,32,114,116,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,116,44,101,41,123,116,104,105,115,46,95,105,110,115,116,97,110,99,101,67,111,110,115,116,114,117,99,116,111,114,61,116,44,116,104,105,115,46,112,114,111,109,105,115,101,61,110,101,119,32,116,40,69,41,44,116,104,105,115,46,112,114,111,109,105,115,101,91,106,93,124,124,101,116,40,116,104,105,115,46,112,114,111,109,105,115,101,41,44,97,40,101,41,63,40,116,104,105,115,46,108,101,110,103,116,104,61,101,46,108,101,110,103,116,104,44,116,104,105,115,46,95,114,101,109,97,105,110,105,110,103,61,101,46,108,101,110,103,116,104,44,116,104,105,115,46,95,114,101,115,117,108,116,61,110,101,119,32,65,114,114,97,121,40,116,104,105,115,46,108,101,110,103,116,104,41,44,48,61,61,61,116,104,105,115,46,108,101,110,103,116,104,63,85,40,116,104,105,115,46,112,114,111,109,105,115,101,44,116,104,105,115,46,95,114,101,115,117,108,116,41,58,40,116,104,105,115,46,108,101,110,103,116,104,61,116,104,105,115,46,108,101,110,103,116,104,124,124,48,44,116,104,105,115,46,95,101,110,117,109,101,114,97,116,101,40,101,41,44,48,61,61,61,116,104,105,115,46,95,114,101,109,97,105,110,105,110,103,38,38,85,40,116,104,105,115,46,112,114,111,109,105,115,101,44,116,104,105,115,46,95,114,101,115,117,108,116,41,41,41,58,87,40,116,104,105,115,46,112,114,111,109,105,115,101,44,110,116,40,41,41,125,114,101,116,117,114,110,32,116,46,112,114,111,116,111,116,121,112,101,46,95,101,110,117,109,101,114,97,116,101,61,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,48,59,116,104,105,115,46,95,115,116,97,116,101,61,61,61,65,38,38,101,60,116,46,108,101,110,103,116,104,59,101,43,43,41,116,104,105,115,46,95,101,97,99,104,69,110,116,114,121,40,116,91,101,93,44,101,41,125,44,116,46,112,114,111,116,111,116,121,112,101,46,95,101,97,99,104,69,110,116,114,121,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,95,105,110,115,116,97,110,99,101,67,111,110,115,116,114,117,99,116,111,114,44,114,61,110,46,114,101,115,111,108,118,101,59,105,102,40,114,61,61,61,84,41,123,118,97,114,32,105,61,70,40,116,41,59,105,102,40,105,61,61,61,80,38,38,116,46,95,115,116,97,116,101,33,61,61,65,41,116,104,105,115,46,95,115,101,116,116,108,101,100,65,116,40,116,46,95,115,116,97,116,101,44,101,44,116,46,95,114,101,115,117,108,116,41,59,101,108,115,101,32,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,105,41,116,104,105,115,46,95,114,101,109,97,105,110,105,110,103,45,45,44,116,104,105,115,46,95,114,101,115,117,108,116,91,101,93,61,116,59,101,108,115,101,32,105,102,40,110,61,61,61,117,116,41,123,118,97,114,32,111,61,110,101,119,32,110,40,69,41,59,122,40,111,44,116,44,105,41,44,116,104,105,115,46,95,119,105,108,108,83,101,116,116,108,101,65,116,40,111,44,101,41,125,101,108,115,101,32,116,104,105,115,46,95,119,105,108,108,83,101,116,116,108,101,65,116,40,110,101,119,32,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,40,116,41,125,41,41,44,101,41,125,101,108,115,101,32,116,104,105,115,46,95,119,105,108,108,83,101,116,116,108,101,65,116,40,114,40,116,41,44,101,41,125,44,116,46,112,114,111,116,111,116,121,112,101,46,95,115,101,116,116,108,101,100,65,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,46,112,114,111,109,105,115,101,59,114,46,95,115,116,97,116,101,61,61,61,65,38,38,40,116,104,105,115,46,95,114,101,109,97,105,110,105,110,103,45,45,44,116,61,61,61,76,63,87,40,114,44,110,41,58,116,104,105,115,46,95,114,101,115,117,108,116,91,101,93,61,110,41,44,48,61,61,61,116,104,105,115,46,95,114,101,109,97,105,110,105,110,103,38,38,85,40,114,44,116,104,105,115,46,95,114,101,115,117,108,116,41,125,44,116,46,112,114,111,116,111,116,121,112,101,46,95,119,105,108,108,83,101,116,116,108,101,65,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,113,40,116,44,118,111,105,100,32,48,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,46,95,115,101,116,116,108,101,100,65,116,40,68,44,101,44,116,41,125,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,46,95,115,101,116,116,108,101,100,65,116,40,76,44,101,44,116,41,125,41,41,125,44,116,125,40,41,59,102,117,110,99,116,105,111,110,32,105,116,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,114,116,40,116,104,105,115,44,116,41,46,112,114,111,109,105,115,101,125,102,117,110,99,116,105,111,110,32,111,116,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,114,101,116,117,114,110,32,97,40,116,41,63,110,101,119,32,101,40,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,102,111,114,40,118,97,114,32,105,61,116,46,108,101,110,103,116,104,44,111,61,48,59,111,60,105,59,111,43,43,41,101,46,114,101,115,111,108,118,101,40,116,91,111,93,41,46,116,104,101,110,40,110,44,114,41,125,41,41,58,110,101,119,32,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,40,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,89,111,117,32,109,117,115,116,32,112,97,115,115,32,97,110,32,97,114,114,97,121,32,116,111,32,114,97,99,101,46,34,41,41,125,41,41,125,102,117,110,99,116,105,111,110,32,97,116,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,110,101,119,32,101,40,69,41,59,114,101,116,117,114,110,32,87,40,110,44,116,41,44,110,125,102,117,110,99,116,105,111,110,32,115,116,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,89,111,117,32,109,117,115,116,32,112,97,115,115,32,97,32,114,101,115,111,108,118,101,114,32,102,117,110,99,116,105,111,110,32,97,115,32,116,104,101,32,102,105,114,115,116,32,97,114,103,117,109,101,110,116,32,116,111,32,116,104,101,32,112,114,111,109,105,115,101,32,99,111,110,115,116,114,117,99,116,111,114,34,41,125,102,117,110,99,116,105,111,110,32,99,116,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,70,97,105,108,101,100,32,116,111,32,99,111,110,115,116,114,117,99,116,32,39,80,114,111,109,105,115,101,39,58,32,80,108,101,97,115,101,32,117,115,101,32,116,104,101,32,39,110,101,119,39,32,111,112,101,114,97,116,111,114,44,32,116,104,105,115,32,111,98,106,101,99,116,32,99,111,110,115,116,114,117,99,116,111,114,32,99,97,110,110,111,116,32,98,101,32,99,97,108,108,101,100,32,97,115,32,97,32,102,117,110,99,116,105,111,110,46,34,41,125,118,97,114,32,117,116,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,101,41,123,116,104,105,115,91,106,93,61,116,116,40,41,44,116,104,105,115,46,95,114,101,115,117,108,116,61,116,104,105,115,46,95,115,116,97,116,101,61,118,111,105,100,32,48,44,116,104,105,115,46,95,115,117,98,115,99,114,105,98,101,114,115,61,91,93,44,69,33,61,61,101,38,38,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,38,38,115,116,40,41,44,116,104,105,115,32,105,110,115,116,97,110,99,101,111,102,32,116,63,74,40,116,104,105,115,44,101,41,58,99,116,40,41,41,125,114,101,116,117,114,110,32,116,46,112,114,111,116,111,116,121,112,101,46,99,97,116,99,104,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,116,104,101,110,40,110,117,108,108,44,116,41,125,44,116,46,112,114,111,116,111,116,121,112,101,46,102,105,110,97,108,108,121,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,101,46,99,111,110,115,116,114,117,99,116,111,114,59,114,101,116,117,114,110,32,101,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,110,46,114,101,115,111,108,118,101,40,116,40,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,125,41,41,125,41,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,110,46,114,101,115,111,108,118,101,40,116,40,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,116,104,114,111,119,32,101,125,41,41,125,41,41,125,44,116,125,40,41,59,102,117,110,99,116,105,111,110,32,108,116,40,41,123,118,97,114,32,116,61,118,111,105,100,32,48,59,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,110,41,116,61,110,59,101,108,115,101,32,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,115,101,108,102,41,116,61,115,101,108,102,59,101,108,115,101,32,116,114,121,123,116,61,70,117,110,99,116,105,111,110,40,34,114,101,116,117,114,110,32,116,104,105,115,34,41,40,41,125,99,97,116,99,104,40,105,41,123,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,112,111,108,121,102,105,108,108,32,102,97,105,108,101,100,32,98,101,99,97,117,115,101,32,103,108,111,98,97,108,32,111,98,106,101,99,116,32,105,115,32,117,110,97,118,97,105,108,97,98,108,101,32,105,110,32,116,104,105,115,32,101,110,118,105,114,111,110,109,101,110,116,34,41,125,118,97,114,32,101,61,116,46,80,114,111,109,105,115,101,59,105,102,40,101,41,123,118,97,114,32,114,61,110,117,108,108,59,116,114,121,123,114,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,101,46,114,101,115,111,108,118,101,40,41,41,125,99,97,116,99,104,40,105,41,123,125,105,102,40,34,91,111,98,106,101,99,116,32,80,114,111,109,105,115,101,93,34,61,61,61,114,38,38,33,101,46,99,97,115,116,41,114,101,116,117,114,110,125,116,46,80,114,111,109,105,115,101,61,117,116,125,114,101,116,117,114,110,32,117,116,46,112,114,111,116,111,116,121,112,101,46,116,104,101,110,61,80,44,117,116,46,97,108,108,61,105,116,44,117,116,46,114,97,99,101,61,111,116,44,117,116,46,114,101,115,111,108,118,101,61,84,44,117,116,46,114,101,106,101,99,116,61,97,116,44,117,116,46,95,115,101,116,83,99,104,101,100,117,108,101,114,61,102,44,117,116,46,95,115,101,116,65,115,97,112,61,104,44,117,116,46,95,97,115,97,112,61,108,44,117,116,46,112,111,108,121,102,105,108,108,61,108,116,44,117,116,46,80,114,111,109,105,115,101,61,117,116,44,117,116,125,41,41,125,41,41,44,103,61,118,46,80,114,111,109,105,115,101,44,109,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,101,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,110,111,116,32,99,97,108,108,32,97,32,99,108,97,115,115,32,97,115,32,97,32,102,117,110,99,116,105,111,110,34,41,125,44,98,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,101,46,108,101,110,103,116,104,59,110,43,43,41,123,118,97,114,32,114,61,101,91,110,93,59,114,46,101,110,117,109,101,114,97,98,108,101,61,114,46,101,110,117,109,101,114,97,98,108,101,124,124,33,49,44,114,46,99,111,110,102,105,103,117,114,97,98,108,101,61,33,48,44,34,118,97,108,117,101,34,105,110,32,114,38,38,40,114,46,119,114,105,116,97,98,108,101,61,33,48,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,114,46,107,101,121,44,114,41,125,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,114,101,116,117,114,110,32,110,38,38,116,40,101,46,112,114,111,116,111,116,121,112,101,44,110,41,44,114,38,38,116,40,101,44,114,41,44,101,125,125,40,41,44,121,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,38,38,110,117,108,108,33,61,61,101,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,83,117,112,101,114,32,101,120,112,114,101,115,115,105,111,110,32,109,117,115,116,32,101,105,116,104,101,114,32,98,101,32,110,117,108,108,32,111,114,32,97,32,102,117,110,99,116,105,111,110,44,32,110,111,116,32,34,43,116,121,112,101,111,102,32,101,41,59,116,46,112,114,111,116,111,116,121,112,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,101,38,38,101,46,112,114,111,116,111,116,121,112,101,44,123,99,111,110,115,116,114,117,99,116,111,114,58,123,118,97,108,117,101,58,116,44,101,110,117,109,101,114,97,98,108,101,58,33,49,44,119,114,105,116,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,125,41,44,101,38,38,40,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,63,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,40,116,44,101,41,58,116,46,95,95,112,114,111,116,111,95,95,61,101,41,125,44,119,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,116,41,116,104,114,111,119,32,110,101,119,32,82,101,102,101,114,101,110,99,101,69,114,114,111,114,40,34,116,104,105,115,32,104,97,115,110,39,116,32,98,101,101,110,32,105,110,105,116,105,97,108,105,115,101,100,32,45,32,115,117,112,101,114,40,41,32,104,97,115,110,39,116,32,98,101,101,110,32,99,97,108,108,101,100,34,41,59,114,101,116,117,114,110,33,101,124,124,34,111,98,106,101,99,116,34,33,61,61,116,121,112,101,111,102,32,101,38,38,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,63,116,58,101,125,44,95,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,63,116,58,65,114,114,97,121,46,102,114,111,109,40,116,41,125,59,102,117,110,99,116,105,111,110,32,120,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,41,123,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,114,101,116,117,114,110,32,101,46,112,114,111,116,111,116,121,112,101,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,116,46,112,114,111,116,111,116,121,112,101,44,123,99,111,110,115,116,114,117,99,116,111,114,58,123,118,97,108,117,101,58,116,44,101,110,117,109,101,114,97,98,108,101,58,33,49,44,119,114,105,116,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,125,125,41,44,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,63,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,40,101,44,116,41,58,101,46,95,95,112,114,111,116,111,95,95,61,116,44,101,125,102,117,110,99,116,105,111,110,32,79,40,116,44,101,41,123,105,102,40,101,41,114,101,116,117,114,110,32,116,104,105,115,46,101,120,116,114,97,99,116,40,116,41,59,118,97,114,32,110,61,107,40,116,41,59,114,101,116,117,114,110,32,116,104,105,115,46,102,108,97,116,116,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,40,34,114,101,109,111,118,101,100,34,61,61,61,116,124,124,33,101,46,114,101,109,111,118,101,100,40,41,41,38,38,110,40,101,41,125,41,41,125,102,117,110,99,116,105,111,110,32,83,40,101,44,110,44,114,44,105,41,123,114,101,116,117,114,110,32,110,61,116,46,99,97,115,116,65,114,114,97,121,40,110,41,44,101,46,95,116,114,101,101,46,98,97,116,99,104,40,41,44,101,91,105,63,34,114,101,99,117,114,115,101,68,111,119,110,34,58,34,101,97,99,104,34,93,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,101,97,99,104,40,110,44,40,102,117,110,99,116,105,111,110,40,110,41,123,116,46,105,115,70,117,110,99,116,105,111,110,40,101,91,110,93,41,38,38,101,91,110,93,46,97,112,112,108,121,40,101,44,114,41,125,41,41,125,41,41,44,101,46,95,116,114,101,101,46,101,110,100,40,41,44,101,125,102,117,110,99,116,105,111,110,32,107,40,101,41,123,118,97,114,32,110,61,101,59,114,101,116,117,114,110,32,116,46,105,115,83,116,114,105,110,103,40,101,41,38,38,40,110,61,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,105,115,70,117,110,99,116,105,111,110,40,110,91,101,93,41,63,110,91,101,93,40,41,58,110,91,101,93,125,41,44,110,125,118,97,114,32,67,61,102,117,110,99,116,105,111,110,40,101,41,123,102,117,110,99,116,105,111,110,32,110,40,101,44,114,41,123,109,40,116,104,105,115,44,110,41,59,118,97,114,32,105,61,119,40,116,104,105,115,44,40,110,46,95,95,112,114,111,116,111,95,95,124,124,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,110,41,41,46,99,97,108,108,40,116,104,105,115,41,41,59,105,102,40,116,46,105,115,70,117,110,99,116,105,111,110,40,116,46,103,101,116,40,101,44,34,105,115,84,114,101,101,34,41,41,38,38,33,101,46,105,115,84,114,101,101,40,101,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,116,114,101,101,32,105,110,115,116,97,110,99,101,46,34,41,59,114,101,116,117,114,110,32,105,46,95,116,114,101,101,61,101,44,105,46,108,101,110,103,116,104,61,48,44,105,46,95,112,97,103,105,110,97,116,105,111,110,61,123,108,105,109,105,116,58,101,46,99,111,110,102,105,103,46,112,97,103,105,110,97,116,105,111,110,46,108,105,109,105,116,44,116,111,116,97,108,58,48,125,44,40,116,46,105,115,65,114,114,97,121,40,114,41,124,124,114,32,105,110,115,116,97,110,99,101,111,102,32,110,41,38,38,116,46,101,97,99,104,40,114,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,32,105,110,115,116,97,110,99,101,111,102,32,69,63,105,46,112,117,115,104,40,116,46,99,108,111,110,101,40,41,41,58,105,46,97,100,100,78,111,100,101,40,116,41,125,41,41,44,105,125,114,101,116,117,114,110,32,121,40,110,44,101,41,44,98,40,110,44,91,123,107,101,121,58,34,97,100,100,78,111,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,116,104,105,115,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,115,111,114,116,38,38,40,110,61,116,46,115,111,114,116,101,100,73,110,100,101,120,66,121,40,116,104,105,115,44,101,44,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,115,111,114,116,41,41,44,116,104,105,115,46,105,110,115,101,114,116,65,116,40,110,44,101,41,125,125,44,123,107,101,121,58,34,97,118,97,105,108,97,98,108,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,46,99,97,108,108,40,116,104,105,115,44,34,97,118,97,105,108,97,98,108,101,34,44,116,41,125,125,44,123,107,101,121,58,34,98,108,117,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,40,34,98,108,117,114,34,41,125,125,44,123,107,101,121,58,34,98,108,117,114,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,68,101,101,112,40,34,98,108,117,114,34,41,125,125,44,123,107,101,121,58,34,99,104,101,99,107,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,46,99,97,108,108,40,116,104,105,115,44,34,99,104,101,99,107,101,100,34,44,116,41,125,125,44,123,107,101,121,58,34,99,108,101,97,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,40,34,99,108,101,97,110,34,41,125,125,44,123,107,101,121,58,34,99,108,111,110,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,101,119,32,110,40,116,104,105,115,46,95,116,114,101,101,44,116,104,105,115,41,125,125,44,123,107,101,121,58,34,99,111,108,108,97,112,115,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,40,34,99,111,108,108,97,112,115,101,34,41,125,125,44,123,107,101,121,58,34,99,111,108,108,97,112,115,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,46,99,97,108,108,40,116,104,105,115,44,34,99,111,108,108,97,112,115,101,100,34,44,116,41,125,125,44,123,107,101,121,58,34,99,111,108,108,97,112,115,101,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,68,101,101,112,40,34,99,111,108,108,97,112,115,101,34,41,125,125,44,123,107,101,121,58,34,99,111,110,99,97,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,110,101,119,32,110,40,116,104,105,115,46,95,116,114,101,101,41,59,114,46,95,99,111,110,116,101,120,116,61,116,104,105,115,46,95,99,111,110,116,101,120,116,59,118,97,114,32,105,61,102,117,110,99,116,105,111,110,40,116,41,123,116,32,105,110,115,116,97,110,99,101,111,102,32,69,38,38,114,46,112,117,115,104,40,116,41,125,59,114,101,116,117,114,110,32,116,46,101,97,99,104,40,116,104,105,115,44,105,41,44,116,46,101,97,99,104,40,101,44,105,41,44,114,46,95,112,97,103,105,110,97,116,105,111,110,46,108,105,109,105,116,61,116,104,105,115,46,95,112,97,103,105,110,97,116,105,111,110,46,108,105,109,105,116,44,114,125,125,44,123,107,101,121,58,34,99,111,110,116,101,120,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,99,111,110,116,101,120,116,124,124,116,104,105,115,46,95,116,114,101,101,125,125,44,123,107,101,121,58,34,99,111,112,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,116,104,105,115,59,114,101,116,117,114,110,123,116,111,58,102,117,110,99,116,105,111,110,40,105,41,123,105,102,40,33,116,46,105,115,70,117,110,99,116,105,111,110,40,105,46,97,100,100,78,111,100,101,115,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,68,101,115,116,105,110,97,116,105,111,110,32,109,117,115,116,32,98,101,32,97,110,32,73,110,115,112,105,114,101,32,84,114,101,101,32,105,110,115,116,97,110,99,101,46,34,41,59,118,97,114,32,111,61,110,101,119,32,110,40,114,46,95,116,114,101,101,41,59,114,101,116,117,114,110,32,116,46,101,97,99,104,40,114,44,40,102,117,110,99,116,105,111,110,40,116,41,123,111,46,112,117,115,104,40,116,46,99,111,112,121,40,101,41,46,116,111,40,105,41,41,125,41,41,44,111,125,125,125,125,44,123,107,101,121,58,34,100,101,101,112,101,115,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,110,101,119,32,110,40,116,104,105,115,46,95,116,114,101,101,41,59,114,101,116,117,114,110,32,116,104,105,115,46,114,101,99,117,114,115,101,68,111,119,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,46,99,104,105,108,100,114,101,110,124,124,116,46,112,117,115,104,40,101,41,125,41,41,44,116,125,125,44,123,107,101,121,58,34,100,101,115,101,108,101,99,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,40,34,100,101,115,101,108,101,99,116,34,41,125,125,44,123,107,101,121,58,34,100,101,115,101,108,101,99,116,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,68,101,101,112,40,34,100,101,115,101,108,101,99,116,34,41,125,125,44,123,107,101,121,58,34,101,97,99,104,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,101,97,99,104,40,116,104,105,115,44,101,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,101,100,105,116,97,98,108,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,46,99,97,108,108,40,116,104,105,115,44,34,101,100,105,116,97,98,108,101,34,44,116,41,125,125,44,123,107,101,121,58,34,101,100,105,116,105,110,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,46,99,97,108,108,40,116,104,105,115,44,34,101,100,105,116,105,110,103,34,44,116,41,125,125,44,123,107,101,121,58,34,101,120,112,97,110,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,40,34,101,120,112,97,110,100,34,41,125,125,44,123,107,101,121,58,34,101,120,112,97,110,100,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,46,99,97,108,108,40,116,104,105,115,44,34,101,120,112,97,110,100,101,100,34,44,116,41,125,125,44,123,107,101,121,58,34,101,120,112,97,110,100,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,110,101,119,32,103,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,48,44,114,61,102,117,110,99,116,105,111,110,40,41,123,48,61,61,61,45,45,110,38,38,101,40,116,41,125,59,116,46,114,101,99,117,114,115,101,68,111,119,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,43,43,44,116,46,99,104,105,108,100,114,101,110,63,116,46,101,120,112,97,110,100,40,41,46,99,97,116,99,104,40,114,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,99,104,105,108,100,114,101,110,46,101,120,112,97,110,100,68,101,101,112,40,41,46,99,97,116,99,104,40,114,41,46,116,104,101,110,40,114,41,125,41,41,58,114,40,41,125,41,41,125,41,41,125,125,44,123,107,101,121,58,34,101,120,112,97,110,100,80,97,114,101,110,116,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,40,34,101,120,112,97,110,100,80,97,114,101,110,116,115,34,41,125,125,44,123,107,101,121,58,34,101,120,116,114,97,99,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,116,104,105,115,46,102,108,97,116,116,101,110,40,101,41,44,105,61,110,101,119,32,110,40,116,104,105,115,46,95,116,114,101,101,41,59,114,101,116,117,114,110,32,116,46,101,97,99,104,40,114,44,40,102,117,110,99,116,105,111,110,40,116,41,123,105,46,97,100,100,78,111,100,101,40,116,46,99,111,112,121,72,105,101,114,97,114,99,104,121,40,41,41,125,41,41,44,105,125,125,44,123,107,101,121,58,34,102,105,108,116,101,114,66,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,107,40,101,41,44,105,61,110,101,119,32,110,40,116,104,105,115,46,95,116,114,101,101,41,59,114,101,116,117,114,110,32,116,46,101,97,99,104,40,116,104,105,115,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,40,116,41,38,38,105,46,112,117,115,104,40,116,41,125,41,41,44,105,125,125,44,123,107,101,121,58,34,102,108,97,116,116,101,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,110,101,119,32,110,40,116,104,105,115,46,95,116,114,101,101,41,44,114,61,107,40,116,41,59,114,101,116,117,114,110,32,116,104,105,115,46,114,101,99,117,114,115,101,68,111,119,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,40,116,41,38,38,101,46,112,117,115,104,40,116,41,125,41,41,44,101,125,125,44,123,107,101,121,58,34,102,111,99,117,115,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,46,99,97,108,108,40,116,104,105,115,44,34,102,111,99,117,115,101,100,34,44,116,41,125,125,44,123,107,101,121,58,34,102,111,114,69,97,99,104,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,97,99,104,40,116,41,125,125,44,123,107,101,121,58,34,103,101,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,91,116,93,125,125,44,123,107,101,121,58,34,104,105,100,100,101,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,46,99,97,108,108,40,116,104,105,115,44,34,104,105,100,100,101,110,34,44,116,41,125,125,44,123,107,101,121,58,34,104,105,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,40,34,104,105,100,101,34,41,125,125,44,123,107,101,121,58,34,104,105,100,101,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,68,101,101,112,40,34,104,105,100,101,34,41,125,125,44,123,107,101,121,58,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,46,99,97,108,108,40,116,104,105,115,44,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,44,116,41,125,125,44,123,107,101,121,58,34,105,110,115,101,114,116,65,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,44,114,41,123,105,102,40,114,46,105,100,41,123,118,97,114,32,105,61,116,104,105,115,46,110,111,100,101,40,114,46,105,100,41,59,105,102,40,105,41,114,101,116,117,114,110,32,105,46,114,101,115,116,111,114,101,40,41,46,115,104,111,119,40,41,44,116,46,105,115,65,114,114,97,121,76,105,107,101,40,114,46,99,104,105,108,100,114,101,110,41,63,40,116,46,105,115,65,114,114,97,121,76,105,107,101,40,105,46,99,104,105,108,100,114,101,110,41,124,124,40,105,46,99,104,105,108,100,114,101,110,61,110,101,119,32,110,40,116,104,105,115,46,95,116,114,101,101,41,44,105,46,99,104,105,108,100,114,101,110,46,95,99,111,110,116,101,120,116,61,105,41,44,116,46,101,97,99,104,40,114,46,99,104,105,108,100,114,101,110,44,40,102,117,110,99,116,105,111,110,40,116,41,123,105,46,99,104,105,108,100,114,101,110,46,97,100,100,78,111,100,101,40,116,41,125,41,41,41,58,114,46,99,104,105,108,100,114,101,110,38,38,116,46,105,115,66,111,111,108,101,97,110,40,105,46,99,104,105,108,100,114,101,110,41,38,38,40,105,46,99,104,105,108,100,114,101,110,61,114,46,99,104,105,108,100,114,101,110,41,44,105,46,109,97,114,107,68,105,114,116,121,40,41,44,116,104,105,115,46,95,116,114,101,101,46,97,112,112,108,121,67,104,97,110,103,101,115,40,41,44,105,125,118,97,114,32,111,61,116,104,105,115,46,95,116,114,101,101,46,99,111,110,115,116,114,117,99,116,111,114,46,105,115,84,114,101,101,78,111,100,101,40,114,41,63,114,58,65,40,116,104,105,115,46,95,116,114,101,101,44,114,41,59,114,101,116,117,114,110,32,116,104,105,115,46,115,112,108,105,99,101,40,101,44,48,44,111,41,44,116,104,105,115,46,95,99,111,110,116,101,120,116,38,38,40,111,46,105,116,114,101,101,46,112,97,114,101,110,116,61,116,104,105,115,46,95,99,111,110,116,101,120,116,44,116,104,105,115,46,95,99,111,110,116,101,120,116,46,114,101,102,114,101,115,104,73,110,100,101,116,101,114,109,105,110,97,116,101,83,116,97,116,101,40,41,46,109,97,114,107,68,105,114,116,121,40,41,41,44,116,104,105,115,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,97,100,100,101,100,34,44,111,41,44,111,46,109,97,114,107,68,105,114,116,121,40,41,44,116,104,105,115,46,108,101,110,103,116,104,45,49,33,61,61,101,38,38,116,104,105,115,46,105,110,118,111,107,101,40,34,109,97,114,107,68,105,114,116,121,34,41,44,116,104,105,115,46,95,116,114,101,101,46,97,112,112,108,121,67,104,97,110,103,101,115,40,41,44,111,125,125,44,123,107,101,121,58,34,105,110,118,111,107,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,83,40,116,104,105,115,44,116,44,101,41,125,125,44,123,107,101,121,58,34,105,110,118,111,107,101,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,83,40,116,104,105,115,44,116,44,101,44,33,48,41,125,125,44,123,107,101,121,58,34,108,111,97,100,105,110,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,46,99,97,108,108,40,116,104,105,115,44,34,108,111,97,100,105,110,103,34,44,116,41,125,125,44,123,107,101,121,58,34,108,111,97,100,77,111,114,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,116,104,105,115,59,105,102,40,116,104,105,115,46,95,108,111,97,100,105,110,103,41,114,101,116,117,114,110,32,103,46,114,101,106,101,99,116,40,110,101,119,32,69,114,114,111,114,40,34,80,101,110,100,105,110,103,32,108,111,97,100,77,111,114,101,32,99,97,108,108,32,109,117,115,116,32,99,111,109,112,108,101,116,101,32,98,101,102,111,114,101,32,98,101,105,110,103,32,105,110,118,111,107,101,100,32,97,103,97,105,110,46,34,41,41,59,118,97,114,32,114,61,118,111,105,100,32,48,59,114,101,116,117,114,110,32,116,104,105,115,46,95,112,97,103,105,110,97,116,105,111,110,46,108,105,109,105,116,61,61,61,116,104,105,115,46,95,112,97,103,105,110,97,116,105,111,110,46,116,111,116,97,108,63,103,46,114,101,115,111,108,118,101,40,41,58,40,116,104,105,115,46,95,108,111,97,100,105,110,103,61,33,48,44,116,104,105,115,46,95,116,114,101,101,46,98,97,116,99,104,40,41,44,116,46,105,110,118,111,107,101,40,116,104,105,115,46,95,99,111,110,116,101,120,116,44,34,109,97,114,107,68,105,114,116,121,34,41,44,116,104,105,115,46,95,112,97,103,105,110,97,116,105,111,110,46,108,105,109,105,116,43,61,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,112,97,103,105,110,97,116,105,111,110,46,108,105,109,105,116,44,116,104,105,115,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,112,97,103,105,110,97,116,101,100,34,44,116,104,105,115,46,95,99,111,110,116,101,120,116,124,124,116,104,105,115,46,95,116,114,101,101,44,116,104,105,115,46,112,97,103,105,110,97,116,105,111,110,44,101,41,44,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,100,101,102,101,114,114,101,100,76,111,97,100,105,110,103,63,114,61,116,104,105,115,46,95,99,111,110,116,101,120,116,63,116,104,105,115,46,95,99,111,110,116,101,120,116,46,108,111,97,100,67,104,105,108,100,114,101,110,40,41,58,116,104,105,115,46,95,116,114,101,101,46,108,111,97,100,40,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,100,97,116,97,41,58,40,116,104,105,115,46,95,108,111,97,100,105,110,103,61,33,49,44,114,61,103,46,114,101,115,111,108,118,101,40,41,41,44,116,104,105,115,46,95,116,114,101,101,46,101,110,100,40,41,44,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,100,101,102,101,114,114,101,100,76,111,97,100,105,110,103,38,38,114,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,110,46,95,108,111,97,100,105,110,103,61,33,49,44,110,46,95,116,114,101,101,46,97,112,112,108,121,67,104,97,110,103,101,115,40,41,125,41,41,46,99,97,116,99,104,40,40,102,117,110,99,116,105,111,110,40,41,123,110,46,95,108,111,97,100,105,110,103,61,33,49,44,110,46,95,116,114,101,101,46,97,112,112,108,121,67,104,97,110,103,101,115,40,41,125,41,41,44,114,41,125,125,44,123,107,101,121,58,34,109,97,116,99,104,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,46,99,97,108,108,40,116,104,105,115,44,34,109,97,116,99,104,101,100,34,44,116,41,125,125,44,123,107,101,121,58,34,109,111,118,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,116,104,105,115,59,116,104,105,115,46,95,116,114,101,101,46,98,97,116,99,104,40,41,59,118,97,114,32,114,61,116,104,105,115,91,116,93,46,114,101,109,111,118,101,40,41,44,105,61,110,46,105,110,115,101,114,116,65,116,40,101,44,114,41,59,114,101,116,117,114,110,32,116,104,105,115,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,109,111,118,101,100,34,44,105,44,116,104,105,115,44,116,44,110,44,101,41,44,116,104,105,115,46,95,116,114,101,101,46,101,110,100,40,41,44,105,125,125,44,123,107,101,121,58,34,110,111,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,118,111,105,100,32,48,59,114,101,116,117,114,110,32,116,104,105,115,46,114,101,99,117,114,115,101,68,111,119,110,40,40,102,117,110,99,116,105,111,110,40,110,41,123,105,102,40,110,46,105,100,61,61,61,116,41,114,101,116,117,114,110,32,101,61,110,44,33,49,125,41,41,44,101,125,125,44,123,107,101,121,58,34,110,111,100,101,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,118,111,105,100,32,48,59,114,101,116,117,114,110,32,116,46,105,115,65,114,114,97,121,40,101,41,38,38,40,114,61,110,101,119,32,110,40,116,104,105,115,46,95,116,114,101,101,41,44,116,104,105,115,46,114,101,99,117,114,115,101,68,111,119,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,105,110,100,101,120,79,102,40,116,46,105,100,41,62,45,49,38,38,114,46,112,117,115,104,40,116,41,125,41,41,41,44,116,46,105,115,65,114,114,97,121,40,101,41,63,114,58,116,104,105,115,125,125,44,123,107,101,121,58,34,112,97,103,105,110,97,116,105,111,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,112,97,103,105,110,97,116,105,111,110,125,125,44,123,107,101,121,58,34,114,101,99,117,114,115,101,68,111,119,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,80,40,116,104,105,115,44,116,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,114,101,109,111,118,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,114,101,109,111,118,101,40,116,104,105,115,44,123,105,100,58,101,46,105,100,125,41,44,116,46,105,110,118,111,107,101,40,116,104,105,115,46,95,99,111,110,116,101,120,116,44,34,109,97,114,107,68,105,114,116,121,34,41,44,116,104,105,115,46,95,116,114,101,101,46,97,112,112,108,121,67,104,97,110,103,101,115,40,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,114,101,109,111,118,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,46,99,97,108,108,40,116,104,105,115,44,34,114,101,109,111,118,101,100,34,44,116,41,125,125,44,123,107,101,121,58,34,114,101,115,116,111,114,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,40,34,114,101,115,116,111,114,101,34,41,125,125,44,123,107,101,121,58,34,114,101,115,116,111,114,101,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,68,101,101,112,40,34,114,101,115,116,111,114,101,34,41,125,125,44,123,107,101,121,58,34,115,101,108,101,99,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,40,34,115,101,108,101,99,116,34,41,125,125,44,123,107,101,121,58,34,115,101,108,101,99,116,97,98,108,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,46,99,97,108,108,40,116,104,105,115,44,34,115,101,108,101,99,116,97,98,108,101,34,44,116,41,125,125,44,123,107,101,121,58,34,115,101,108,101,99,116,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,68,101,101,112,40,34,115,101,108,101,99,116,34,41,125,125,44,123,107,101,121,58,34,115,101,108,101,99,116,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,46,99,97,108,108,40,116,104,105,115,44,34,115,101,108,101,99,116,101,100,34,44,116,41,125,125,44,123,107,101,121,58,34,115,104,111,119,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,40,34,115,104,111,119,34,41,125,125,44,123,107,101,121,58,34,115,104,111,119,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,68,101,101,112,40,34,115,104,111,119,34,41,125,125,44,123,107,101,121,58,34,115,111,102,116,82,101,109,111,118,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,40,34,115,111,102,116,82,101,109,111,118,101,34,41,125,125,44,123,107,101,121,58,34,115,111,114,116,66,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,116,104,105,115,59,105,102,40,101,61,101,124,124,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,115,111,114,116,44,101,41,123,118,97,114,32,114,61,116,46,115,111,114,116,66,121,40,116,104,105,115,44,101,41,59,116,104,105,115,46,108,101,110,103,116,104,61,48,44,116,46,101,97,99,104,40,114,44,40,102,117,110,99,116,105,111,110,40,116,41,123,110,46,112,117,115,104,40,116,41,125,41,41,125,114,101,116,117,114,110,32,116,104,105,115,125,125,44,123,107,101,121,58,34,115,116,97,116,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,40,34,115,116,97,116,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,116,97,116,101,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,118,111,107,101,68,101,101,112,40,34,115,116,97,116,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,119,97,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,95,116,114,101,101,46,98,97,116,99,104,40,41,59,118,97,114,32,110,61,116,46,99,111,110,116,101,120,116,40,41,44,114,61,101,46,99,111,110,116,101,120,116,40,41,44,105,61,110,46,105,110,100,101,120,79,102,40,116,41,44,111,61,114,46,105,110,100,101,120,79,102,40,101,41,59,114,101,116,117,114,110,32,110,61,61,61,114,63,40,116,104,105,115,91,105,93,61,101,44,116,104,105,115,91,111,93,61,116,44,116,104,105,115,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,109,111,118,101,100,34,44,116,44,110,44,105,44,114,44,111,41,44,116,104,105,115,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,109,111,118,101,100,34,44,101,44,114,44,111,44,110,44,105,41,41,58,40,110,46,109,111,118,101,40,105,44,114,46,105,110,100,101,120,79,102,40,101,41,44,114,41,44,114,46,109,111,118,101,40,114,46,105,110,100,101,120,79,102,40,101,41,44,105,44,110,41,41,44,116,104,105,115,46,95,116,114,101,101,46,101,110,100,40,41,44,116,104,105,115,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,115,119,97,112,112,101,100,34,44,116,44,110,44,105,44,101,44,114,44,111,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,116,114,101,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,116,114,101,101,125,125,44,123,107,101,121,58,34,116,111,65,114,114,97,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,91,93,59,114,101,116,117,114,110,32,116,46,101,97,99,104,40,116,104,105,115,44,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,112,117,115,104,40,116,46,116,111,79,98,106,101,99,116,40,41,41,125,41,41,44,101,125,125,44,123,107,101,121,58,34,118,105,115,105,98,108,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,46,99,97,108,108,40,116,104,105,115,44,34,118,105,115,105,98,108,101,34,44,116,41,125,125,93,41,44,110,125,40,120,40,65,114,114,97,121,41,41,59,102,117,110,99,116,105,111,110,32,80,40,101,44,110,41,123,118,97,114,32,114,61,118,111,105,100,32,48,59,114,101,116,117,114,110,32,101,32,105,110,115,116,97,110,99,101,111,102,32,67,63,116,46,101,97,99,104,40,101,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,61,80,40,116,44,110,41,44,114,125,41,41,58,101,32,105,110,115,116,97,110,99,101,111,102,32,69,38,38,40,114,61,110,40,101,41,44,33,49,33,61,61,114,38,38,101,46,104,97,115,67,104,105,108,100,114,101,110,40,41,38,38,40,114,61,80,40,101,46,99,104,105,108,100,114,101,110,44,110,41,41,41,44,114,125,102,117,110,99,116,105,111,110,32,84,40,101,41,123,114,101,116,117,114,110,32,110,101,119,32,103,40,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,105,102,40,33,116,46,105,115,79,98,106,101,99,116,40,101,41,41,114,101,116,117,114,110,32,114,40,110,101,119,32,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,80,114,111,109,105,115,101,34,41,41,59,116,46,105,115,70,117,110,99,116,105,111,110,40,101,46,116,104,101,110,41,38,38,101,46,116,104,101,110,40,110,41,44,116,46,105,115,70,117,110,99,116,105,111,110,40,101,46,101,114,114,111,114,41,63,101,46,101,114,114,111,114,40,114,41,58,116,46,105,115,70,117,110,99,116,105,111,110,40,101,46,99,97,116,99,104,41,38,38,101,46,99,97,116,99,104,40,114,41,125,41,41,125,102,117,110,99,116,105,111,110,32,106,40,101,44,110,41,123,118,97,114,32,114,61,123,125,59,114,101,116,117,114,110,32,110,61,116,46,99,97,115,116,65,114,114,97,121,40,110,41,44,110,46,112,117,115,104,40,34,114,101,102,34,41,44,116,46,101,97,99,104,40,101,44,40,102,117,110,99,116,105,111,110,40,101,44,105,41,123,116,46,105,110,99,108,117,100,101,115,40,110,44,105,41,124,124,40,114,91,105,93,61,116,46,99,108,111,110,101,68,101,101,112,40,101,41,41,125,41,41,44,114,125,118,97,114,32,69,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,101,40,110,44,114,44,105,41,123,118,97,114,32,111,61,116,104,105,115,59,109,40,116,104,105,115,44,101,41,44,116,104,105,115,46,95,116,114,101,101,61,110,44,114,32,105,110,115,116,97,110,99,101,111,102,32,101,38,38,40,105,61,116,46,99,97,115,116,65,114,114,97,121,40,105,41,44,105,46,112,117,115,104,40,34,95,116,114,101,101,34,41,44,116,46,101,97,99,104,40,114,44,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,116,46,105,110,99,108,117,100,101,115,40,105,44,110,41,124,124,40,116,46,105,115,79,98,106,101,99,116,40,101,41,63,111,91,110,93,61,101,32,105,110,115,116,97,110,99,101,111,102,32,67,63,101,46,99,108,111,110,101,40,41,58,34,105,116,114,101,101,34,61,61,61,110,63,106,40,101,41,58,116,46,99,108,111,110,101,68,101,101,112,40,101,41,58,111,91,110,93,61,101,41,125,41,41,41,125,114,101,116,117,114,110,32,98,40,101,44,91,123,107,101,121,58,34,97,100,100,67,104,105,108,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,33,116,46,105,115,65,114,114,97,121,40,116,104,105,115,46,99,104,105,108,100,114,101,110,41,38,38,116,46,105,115,65,114,114,97,121,76,105,107,101,40,116,104,105,115,46,99,104,105,108,100,114,101,110,41,124,124,40,116,104,105,115,46,99,104,105,108,100,114,101,110,61,110,101,119,32,67,40,116,104,105,115,46,95,116,114,101,101,41,44,116,104,105,115,46,99,104,105,108,100,114,101,110,46,95,99,111,110,116,101,120,116,61,116,104,105,115,41,44,116,104,105,115,46,99,104,105,108,100,114,101,110,46,97,100,100,78,111,100,101,40,101,41,125,125,44,123,107,101,121,58,34,97,100,100,67,104,105,108,100,114,101,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,116,104,105,115,44,114,61,110,101,119,32,67,40,116,104,105,115,46,95,116,114,101,101,41,59,114,101,116,117,114,110,32,116,104,105,115,46,95,116,114,101,101,46,98,97,116,99,104,40,41,44,116,46,101,97,99,104,40,101,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,46,112,117,115,104,40,110,46,97,100,100,67,104,105,108,100,40,116,41,41,125,41,41,44,116,104,105,115,46,95,116,114,101,101,46,101,110,100,40,41,44,114,125,125,44,123,107,101,121,58,34,97,108,108,111,119,68,121,110,97,109,105,99,76,111,97,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,116,114,101,101,46,105,115,68,121,110,97,109,105,99,38,38,40,116,46,105,115,65,114,114,97,121,76,105,107,101,40,116,104,105,115,46,99,104,105,108,100,114,101,110,41,124,124,33,48,61,61,61,116,104,105,115,46,99,104,105,108,100,114,101,110,41,125,125,44,123,107,101,121,58,34,97,118,97,105,108,97,98,108,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,104,105,100,100,101,110,40,41,38,38,33,116,104,105,115,46,114,101,109,111,118,101,100,40,41,125,125,44,123,107,101,121,58,34,98,108,117,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,40,34,101,100,105,116,105,110,103,34,44,33,49,41,44,112,40,34,102,111,99,117,115,101,100,34,44,33,49,44,34,98,108,117,114,114,101,100,34,44,116,104,105,115,41,125,125,44,123,107,101,121,58,34,99,104,101,99,107,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,116,114,101,101,46,98,97,116,99,104,40,41,59,118,97,114,32,101,61,33,116,38,38,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,99,104,101,99,107,98,111,120,46,97,117,116,111,67,104,101,99,107,67,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,112,40,34,99,104,101,99,107,101,100,34,44,33,48,44,34,99,104,101,99,107,101,100,34,44,116,104,105,115,44,101,41,44,116,104,105,115,46,115,116,97,116,101,40,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,44,33,49,41,44,116,104,105,115,46,104,97,115,80,97,114,101,110,116,40,41,38,38,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,46,114,101,102,114,101,115,104,73,110,100,101,116,101,114,109,105,110,97,116,101,83,116,97,116,101,40,41,44,116,104,105,115,46,95,116,114,101,101,46,101,110,100,40,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,99,104,101,99,107,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,40,34,99,104,101,99,107,101,100,34,41,125,125,44,123,107,101,121,58,34,99,108,101,97,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,114,101,99,117,114,115,101,85,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,46,104,97,115,80,97,114,101,110,116,40,41,41,123,118,97,114,32,101,61,116,46,103,101,116,80,97,114,101,110,116,40,41,59,101,46,104,97,115,86,105,115,105,98,108,101,67,104,105,108,100,114,101,110,40,41,124,124,101,46,104,105,100,101,40,41,125,125,41,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,99,108,111,110,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,101,40,116,104,105,115,46,95,116,114,101,101,44,116,104,105,115,44,116,41,125,125,44,123,107,101,121,58,34,99,111,108,108,97,112,115,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,112,40,34,99,111,108,108,97,112,115,101,100,34,44,33,48,44,34,99,111,108,108,97,112,115,101,100,34,44,116,104,105,115,41,125,125,44,123,107,101,121,58,34,99,111,108,108,97,112,115,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,40,34,99,111,108,108,97,112,115,101,100,34,41,125,125,44,123,107,101,121,58,34,99,111,110,116,101,120,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,104,97,115,80,97,114,101,110,116,40,41,63,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,46,99,104,105,108,100,114,101,110,58,116,104,105,115,46,95,116,114,101,101,46,109,111,100,101,108,125,125,44,123,107,101,121,58,34,99,111,112,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,116,104,105,115,59,114,101,116,117,114,110,32,101,38,38,40,110,61,110,46,99,111,112,121,72,105,101,114,97,114,99,104,121,40,41,41,44,123,116,111,58,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,33,116,46,105,115,70,117,110,99,116,105,111,110,40,101,46,97,100,100,78,111,100,101,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,68,101,115,116,105,110,97,116,105,111,110,32,109,117,115,116,32,98,101,32,97,110,32,73,110,115,112,105,114,101,32,84,114,101,101,32,105,110,115,116,97,110,99,101,46,34,41,59,114,101,116,117,114,110,32,101,46,97,100,100,78,111,100,101,40,110,46,116,111,79,98,106,101,99,116,40,41,41,125,125,125,125,44,123,107,101,121,58,34,99,111,112,121,72,105,101,114,97,114,99,104,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,91,93,44,114,61,116,104,105,115,46,103,101,116,80,97,114,101,110,116,115,40,41,59,105,102,40,116,46,101,97,99,104,40,114,44,40,102,117,110,99,116,105,111,110,40,116,41,123,110,46,112,117,115,104,40,116,46,116,111,79,98,106,101,99,116,40,101,41,41,125,41,41,44,114,61,110,46,114,101,118,101,114,115,101,40,41,44,33,101,41,123,118,97,114,32,105,61,116,104,105,115,46,116,111,79,98,106,101,99,116,40,33,48,41,59,116,104,105,115,46,104,97,115,67,104,105,108,100,114,101,110,40,41,38,38,40,105,46,99,104,105,108,100,114,101,110,61,116,104,105,115,46,99,104,105,108,100,114,101,110,46,102,105,108,116,101,114,66,121,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,116,46,115,116,97,116,101,40,34,104,105,100,100,101,110,34,41,125,41,41,46,116,111,65,114,114,97,121,40,41,44,105,46,99,104,105,108,100,114,101,110,46,95,99,111,110,116,101,120,116,61,105,41,44,110,46,112,117,115,104,40,105,41,125,118,97,114,32,111,61,110,91,48,93,44,97,61,111,44,115,61,110,46,108,101,110,103,116,104,59,114,101,116,117,114,110,32,116,46,101,97,99,104,40,110,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,114,61,91,93,59,101,43,49,60,115,38,38,40,114,46,112,117,115,104,40,110,91,101,43,49,93,41,44,97,46,99,104,105,108,100,114,101,110,61,114,44,97,61,97,46,99,104,105,108,100,114,101,110,91,48,93,41,125,41,41,44,65,40,116,104,105,115,46,95,116,114,101,101,44,111,41,125,125,44,123,107,101,121,58,34,100,101,115,101,108,101,99,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,104,105,115,46,115,101,108,101,99,116,101,100,40,41,38,38,40,33,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,114,101,113,117,105,114,101,124,124,116,104,105,115,46,95,116,114,101,101,46,115,101,108,101,99,116,101,100,40,41,46,108,101,110,103,116,104,62,49,41,41,123,116,104,105,115,46,95,116,114,101,101,46,98,97,116,99,104,40,41,59,118,97,114,32,101,61,33,116,38,38,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,97,117,116,111,83,101,108,101,99,116,67,104,105,108,100,114,101,110,59,112,40,34,115,101,108,101,99,116,101,100,34,44,33,49,44,34,100,101,115,101,108,101,99,116,101,100,34,44,116,104,105,115,44,101,41,44,116,104,105,115,46,95,116,114,101,101,46,101,110,100,40,41,125,114,101,116,117,114,110,32,116,104,105,115,125,125,44,123,107,101,121,58,34,101,100,105,116,97,98,108,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,101,100,105,116,97,98,108,101,38,38,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,101,100,105,116,105,110,103,46,101,100,105,116,38,38,116,104,105,115,46,115,116,97,116,101,40,34,101,100,105,116,97,98,108,101,34,41,125,125,44,123,107,101,121,58,34,101,100,105,116,105,110,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,40,34,101,100,105,116,105,110,103,34,41,125,125,44,123,107,101,121,58,34,101,120,112,97,110,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,110,101,119,32,103,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,114,61,116,46,104,97,115,67,104,105,108,100,114,101,110,40,41,124,124,116,46,95,116,114,101,101,46,105,115,68,121,110,97,109,105,99,38,38,33,48,61,61,61,116,46,99,104,105,108,100,114,101,110,59,114,38,38,40,116,46,99,111,108,108,97,112,115,101,100,40,41,124,124,116,46,104,105,100,100,101,110,40,41,41,63,40,116,46,115,116,97,116,101,40,34,99,111,108,108,97,112,115,101,100,34,44,33,49,41,44,116,46,115,116,97,116,101,40,34,104,105,100,100,101,110,34,44,33,49,41,44,116,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,101,120,112,97,110,100,101,100,34,44,116,41,44,116,46,95,116,114,101,101,46,105,115,68,121,110,97,109,105,99,38,38,33,48,61,61,61,116,46,99,104,105,108,100,114,101,110,63,116,46,108,111,97,100,67,104,105,108,100,114,101,110,40,41,46,116,104,101,110,40,101,41,46,99,97,116,99,104,40,110,41,58,40,116,46,109,97,114,107,68,105,114,116,121,40,41,44,116,46,95,116,114,101,101,46,97,112,112,108,121,67,104,97,110,103,101,115,40,41,44,101,40,116,41,41,41,58,101,40,116,41,125,41,41,125,125,44,123,107,101,121,58,34,101,120,112,97,110,100,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,104,105,115,46,99,111,108,108,97,112,115,101,100,40,41,125,125,44,123,107,101,121,58,34,101,120,112,97,110,100,80,97,114,101,110,116,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,104,97,115,80,97,114,101,110,116,40,41,38,38,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,46,114,101,99,117,114,115,101,85,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,101,120,112,97,110,100,40,41,125,41,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,102,111,99,117,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,102,111,99,117,115,101,100,40,41,124,124,40,116,104,105,115,46,95,116,114,101,101,46,98,97,116,99,104,40,41,44,116,104,105,115,46,95,116,114,101,101,46,98,108,117,114,68,101,101,112,40,41,44,116,104,105,115,46,115,116,97,116,101,40,34,102,111,99,117,115,101,100,34,44,33,48,41,44,116,104,105,115,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,102,111,99,117,115,101,100,34,44,116,104,105,115,41,44,116,104,105,115,46,109,97,114,107,68,105,114,116,121,40,41,44,116,104,105,115,46,95,116,114,101,101,46,101,110,100,40,41,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,102,111,99,117,115,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,40,34,102,111,99,117,115,101,100,34,41,125,125,44,123,107,101,121,58,34,103,101,116,67,104,105,108,100,114,101,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,104,97,115,67,104,105,108,100,114,101,110,40,41,63,116,104,105,115,46,99,104,105,108,100,114,101,110,58,110,101,119,32,67,40,116,104,105,115,46,95,116,114,101,101,41,125,125,44,123,107,101,121,58,34,103,101,116,80,97,114,101,110,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,116,114,101,101,46,112,97,114,101,110,116,125,125,44,123,107,101,121,58,34,103,101,116,80,97,114,101,110,116,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,110,101,119,32,67,40,116,104,105,115,46,95,116,114,101,101,41,59,114,101,116,117,114,110,32,116,104,105,115,46,104,97,115,80,97,114,101,110,116,40,41,38,38,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,46,114,101,99,117,114,115,101,85,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,112,117,115,104,40,101,41,125,41,41,44,116,125,125,44,123,107,101,121,58,34,103,101,116,84,101,120,116,117,97,108,72,105,101,114,97,114,99,104,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,114,101,116,117,114,110,32,116,104,105,115,46,114,101,99,117,114,115,101,85,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,117,110,115,104,105,102,116,40,101,46,116,101,120,116,41,125,41,41,44,116,125,125,44,123,107,101,121,58,34,104,97,115,65,110,99,101,115,116,111,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,33,49,59,114,101,116,117,114,110,32,116,104,105,115,46,114,101,99,117,114,115,101,85,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,33,40,101,61,110,46,105,100,61,61,61,116,46,105,100,41,125,41,41,44,101,125,125,44,123,107,101,121,58,34,104,97,115,67,104,105,108,100,114,101,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,105,115,65,114,114,97,121,76,105,107,101,40,116,104,105,115,46,99,104,105,108,100,114,101,110,41,38,38,116,104,105,115,46,99,104,105,108,100,114,101,110,46,108,101,110,103,116,104,62,48,125,125,44,123,107,101,121,58,34,104,97,115,76,111,97,100,101,100,67,104,105,108,100,114,101,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,105,115,65,114,114,97,121,76,105,107,101,40,116,104,105,115,46,99,104,105,108,100,114,101,110,41,125,125,44,123,107,101,121,58,34,104,97,115,79,114,87,105,108,108,72,97,118,101,67,104,105,108,100,114,101,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,105,115,65,114,114,97,121,76,105,107,101,40,116,104,105,115,46,99,104,105,108,100,114,101,110,41,63,66,111,111,108,101,97,110,40,116,104,105,115,46,99,104,105,108,100,114,101,110,46,108,101,110,103,116,104,41,58,116,104,105,115,46,97,108,108,111,119,68,121,110,97,109,105,99,76,111,97,100,40,41,125,125,44,123,107,101,121,58,34,104,97,115,80,97,114,101,110,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,66,111,111,108,101,97,110,40,116,104,105,115,46,105,116,114,101,101,46,112,97,114,101,110,116,41,125,125,44,123,107,101,121,58,34,104,97,115,86,105,115,105,98,108,101,67,104,105,108,100,114,101,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,33,49,59,114,101,116,117,114,110,32,116,104,105,115,46,104,97,115,67,104,105,108,100,114,101,110,40,41,38,38,40,116,61,116,104,105,115,46,99,104,105,108,100,114,101,110,46,102,105,108,116,101,114,66,121,40,34,97,118,97,105,108,97,98,108,101,34,41,46,108,101,110,103,116,104,62,48,41,44,116,125,125,44,123,107,101,121,58,34,104,105,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,112,40,34,104,105,100,100,101,110,34,44,33,48,44,34,104,105,100,100,101,110,34,44,116,104,105,115,41,59,114,101,116,117,114,110,32,116,46,104,97,115,67,104,105,108,100,114,101,110,40,41,38,38,116,46,99,104,105,108,100,114,101,110,46,104,105,100,101,40,41,44,116,125,125,44,123,107,101,121,58,34,104,105,100,100,101,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,40,34,104,105,100,100,101,110,34,41,125,125,44,123,107,101,121,58,34,105,110,100,101,120,80,97,116,104,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,91,93,59,114,101,116,117,114,110,32,116,104,105,115,46,114,101,99,117,114,115,101,85,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,101,46,112,117,115,104,40,116,46,105,110,100,101,120,79,102,40,110,46,99,111,110,116,101,120,116,40,41,44,110,41,41,125,41,41,44,101,46,114,101,118,101,114,115,101,40,41,46,106,111,105,110,40,34,46,34,41,125,125,44,123,107,101,121,58,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,40,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,41,125,125,44,123,107,101,121,58,34,108,97,115,116,68,101,101,112,101,115,116,86,105,115,105,98,108,101,67,104,105,108,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,118,111,105,100,32,48,59,105,102,40,116,104,105,115,46,104,97,115,67,104,105,108,100,114,101,110,40,41,38,38,33,116,104,105,115,46,99,111,108,108,97,112,115,101,100,40,41,41,123,101,61,116,46,102,105,110,100,76,97,115,116,40,116,104,105,115,46,99,104,105,108,100,114,101,110,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,118,105,115,105,98,108,101,40,41,125,41,41,59,118,97,114,32,110,61,101,46,108,97,115,116,68,101,101,112,101,115,116,86,105,115,105,98,108,101,67,104,105,108,100,40,41,59,110,38,38,40,101,61,110,41,125,114,101,116,117,114,110,32,101,125,125,44,123,107,101,121,58,34,108,111,97,100,67,104,105,108,100,114,101,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,104,105,115,59,114,101,116,117,114,110,32,110,101,119,32,103,40,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,105,102,40,33,101,46,97,108,108,111,119,68,121,110,97,109,105,99,76,111,97,100,40,41,41,114,101,116,117,114,110,32,114,40,110,101,119,32,69,114,114,111,114,40,34,78,111,100,101,32,100,111,101,115,32,110,111,116,32,104,97,118,101,32,111,114,32,115,117,112,112,111,114,116,32,100,121,110,97,109,105,99,32,99,104,105,108,100,114,101,110,46,34,41,41,59,101,46,115,116,97,116,101,40,34,108,111,97,100,105,110,103,34,44,33,48,41,44,101,46,109,97,114,107,68,105,114,116,121,40,41,44,101,46,95,116,114,101,101,46,97,112,112,108,121,67,104,97,110,103,101,115,40,41,59,118,97,114,32,105,61,102,117,110,99,116,105,111,110,40,105,44,111,41,123,105,102,40,33,116,46,105,115,65,114,114,97,121,76,105,107,101,40,105,41,41,114,101,116,117,114,110,32,114,40,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,76,111,97,100,101,114,32,114,101,113,117,105,114,101,115,32,97,110,32,97,114,114,97,121,45,108,105,107,101,32,96,110,111,100,101,115,96,32,112,97,114,97,109,101,116,101,114,46,34,41,41,59,101,46,95,116,114,101,101,46,98,97,116,99,104,40,41,44,101,46,115,116,97,116,101,40,34,108,111,97,100,105,110,103,34,44,33,49,41,59,118,97,114,32,97,61,68,40,101,46,95,116,114,101,101,44,105,44,101,41,59,116,46,105,115,65,114,114,97,121,76,105,107,101,40,101,46,99,104,105,108,100,114,101,110,41,63,101,46,99,104,105,108,100,114,101,110,61,101,46,99,104,105,108,100,114,101,110,46,99,111,110,99,97,116,40,97,41,58,101,46,99,104,105,108,100,114,101,110,61,97,44,116,46,112,97,114,115,101,73,110,116,40,111,41,62,105,46,108,101,110,103,116,104,38,38,40,101,46,99,104,105,108,100,114,101,110,46,95,112,97,103,105,110,97,116,105,111,110,46,116,111,116,97,108,61,116,46,112,97,114,115,101,73,110,116,40,111,41,41,44,34,99,104,101,99,107,98,111,120,34,61,61,61,101,46,95,116,114,101,101,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,109,111,100,101,38,38,101,46,115,101,108,101,99,116,101,100,40,41,38,38,101,46,99,104,105,108,100,114,101,110,46,115,101,108,101,99,116,40,41,44,101,46,109,97,114,107,68,105,114,116,121,40,41,44,101,46,95,116,114,101,101,46,101,110,100,40,41,44,110,40,101,46,99,104,105,108,100,114,101,110,41,44,101,46,95,116,114,101,101,46,101,109,105,116,40,34,99,104,105,108,100,114,101,110,46,108,111,97,100,101,100,34,44,101,41,125,44,111,61,102,117,110,99,116,105,111,110,40,116,41,123,101,46,115,116,97,116,101,40,34,108,111,97,100,105,110,103,34,44,33,49,41,44,101,46,99,104,105,108,100,114,101,110,61,110,101,119,32,67,40,101,46,95,116,114,101,101,41,44,101,46,99,104,105,108,100,114,101,110,46,95,99,111,110,116,101,120,116,61,101,44,101,46,109,97,114,107,68,105,114,116,121,40,41,44,101,46,95,116,114,101,101,46,97,112,112,108,121,67,104,97,110,103,101,115,40,41,44,114,40,116,41,44,101,46,95,116,114,101,101,46,101,109,105,116,40,34,116,114,101,101,46,108,111,97,100,101,114,114,111,114,34,44,116,41,125,44,97,61,101,46,95,116,114,101,101,46,99,111,110,115,116,114,117,99,116,111,114,46,105,115,84,114,101,101,78,111,100,101,115,40,101,46,99,104,105,108,100,114,101,110,41,63,101,46,99,104,105,108,100,114,101,110,46,112,97,103,105,110,97,116,105,111,110,40,41,58,110,117,108,108,44,115,61,101,46,95,116,114,101,101,46,99,111,110,102,105,103,46,100,97,116,97,40,101,44,105,44,111,44,97,41,59,116,46,105,115,79,98,106,101,99,116,40,115,41,38,38,84,40,115,41,46,116,104,101,110,40,105,41,46,99,97,116,99,104,40,111,41,125,41,41,125,125,44,123,107,101,121,58,34,108,111,97,100,105,110,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,40,34,108,111,97,100,105,110,103,34,41,125,125,44,123,107,101,121,58,34,108,111,97,100,77,111,114,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,104,105,108,100,114,101,110,38,38,33,48,33,61,61,116,104,105,115,46,99,104,105,108,100,114,101,110,63,116,104,105,115,46,99,104,105,108,100,114,101,110,46,108,111,97,100,77,111,114,101,40,41,58,103,46,114,101,106,101,99,116,40,110,101,119,32,69,114,114,111,114,40,34,67,104,105,108,100,114,101,110,32,104,97,118,101,32,110,111,116,32,121,101,116,32,98,101,101,110,32,108,111,97,100,101,100,46,34,41,41,125,125,44,123,107,101,121,58,34,109,97,114,107,68,105,114,116,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,116,114,101,101,46,100,105,114,116,121,124,124,40,116,104,105,115,46,105,116,114,101,101,46,100,105,114,116,121,61,33,48,44,116,104,105,115,46,104,97,115,80,97,114,101,110,116,40,41,38,38,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,46,109,97,114,107,68,105,114,116,121,40,41,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,109,97,116,99,104,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,40,34,109,97,116,99,104,101,100,34,41,125,125,44,123,107,101,121,58,34,110,101,120,116,86,105,115,105,98,108,101,65,110,99,101,115,116,114,97,108,83,105,98,108,105,110,103,78,111,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,118,111,105,100,32,48,59,105,102,40,116,104,105,115,46,104,97,115,80,97,114,101,110,116,40,41,41,123,118,97,114,32,101,61,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,59,116,61,101,46,110,101,120,116,86,105,115,105,98,108,101,83,105,98,108,105,110,103,78,111,100,101,40,41,44,116,124,124,40,116,61,101,46,110,101,120,116,86,105,115,105,98,108,101,65,110,99,101,115,116,114,97,108,83,105,98,108,105,110,103,78,111,100,101,40,41,41,125,114,101,116,117,114,110,32,116,125,125,44,123,107,101,121,58,34,110,101,120,116,86,105,115,105,98,108,101,67,104,105,108,100,78,111,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,118,111,105,100,32,48,59,114,101,116,117,114,110,32,116,104,105,115,46,104,97,115,67,104,105,108,100,114,101,110,40,41,38,38,40,101,61,116,46,102,105,110,100,40,116,104,105,115,46,99,104,105,108,100,114,101,110,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,118,105,115,105,98,108,101,40,41,125,41,41,41,44,101,125,125,44,123,107,101,121,58,34,110,101,120,116,86,105,115,105,98,108,101,78,111,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,118,111,105,100,32,48,59,114,101,116,117,114,110,32,116,61,116,104,105,115,46,110,101,120,116,86,105,115,105,98,108,101,67,104,105,108,100,78,111,100,101,40,41,44,116,124,124,40,116,61,116,104,105,115,46,110,101,120,116,86,105,115,105,98,108,101,83,105,98,108,105,110,103,78,111,100,101,40,41,41,44,116,124,124,40,116,61,116,104,105,115,46,110,101,120,116,86,105,115,105,98,108,101,65,110,99,101,115,116,114,97,108,83,105,98,108,105,110,103,78,111,100,101,40,41,41,44,116,125,125,44,123,107,101,121,58,34,110,101,120,116,86,105,115,105,98,108,101,83,105,98,108,105,110,103,78,111,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,104,105,115,46,104,97,115,80,97,114,101,110,116,40,41,63,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,46,99,104,105,108,100,114,101,110,58,116,104,105,115,46,95,116,114,101,101,46,110,111,100,101,115,40,41,44,110,61,116,46,102,105,110,100,73,110,100,101,120,40,101,44,123,105,100,58,116,104,105,115,46,105,100,125,41,59,114,101,116,117,114,110,32,116,46,102,105,110,100,40,116,46,115,108,105,99,101,40,101,44,110,43,49,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,118,105,115,105,98,108,101,40,41,125,41,41,125,125,44,123,107,101,121,58,34,112,97,103,105,110,97,116,105,111,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,103,101,116,40,116,104,105,115,44,34,99,104,105,108,100,114,101,110,46,95,112,97,103,105,110,97,116,105,111,110,34,41,125,125,44,123,107,101,121,58,34,112,114,101,118,105,111,117,115,86,105,115,105,98,108,101,78,111,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,118,111,105,100,32,48,59,114,101,116,117,114,110,32,116,61,116,104,105,115,46,112,114,101,118,105,111,117,115,86,105,115,105,98,108,101,83,105,98,108,105,110,103,78,111,100,101,40,41,44,116,38,38,116,46,104,97,115,67,104,105,108,100,114,101,110,40,41,38,38,33,116,46,99,111,108,108,97,112,115,101,100,40,41,38,38,40,116,61,116,46,108,97,115,116,68,101,101,112,101,115,116,86,105,115,105,98,108,101,67,104,105,108,100,40,41,41,44,33,116,38,38,116,104,105,115,46,104,97,115,80,97,114,101,110,116,40,41,38,38,40,116,61,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,41,44,116,125,125,44,123,107,101,121,58,34,112,114,101,118,105,111,117,115,86,105,115,105,98,108,101,83,105,98,108,105,110,103,78,111,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,104,105,115,46,104,97,115,80,97,114,101,110,116,40,41,63,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,46,99,104,105,108,100,114,101,110,58,116,104,105,115,46,95,116,114,101,101,46,110,111,100,101,115,40,41,44,110,61,116,46,102,105,110,100,73,110,100,101,120,40,101,44,123,105,100,58,116,104,105,115,46,105,100,125,41,59,114,101,116,117,114,110,32,116,46,102,105,110,100,76,97,115,116,40,116,46,115,108,105,99,101,40,101,44,48,44,110,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,118,105,115,105,98,108,101,40,41,125,41,41,125,125,44,123,107,101,121,58,34,114,101,99,117,114,115,101,68,111,119,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,80,40,116,104,105,115,44,116,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,114,101,99,117,114,115,101,85,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,40,116,104,105,115,41,59,114,101,116,117,114,110,33,49,33,61,61,101,38,38,116,104,105,115,46,104,97,115,80,97,114,101,110,116,40,41,38,38,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,46,114,101,99,117,114,115,101,85,112,40,116,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,114,101,102,114,101,115,104,73,110,100,101,116,101,114,109,105,110,97,116,101,83,116,97,116,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,105,110,100,101,116,101,114,109,105,110,97,116,101,40,41,59,105,102,40,116,104,105,115,46,115,116,97,116,101,40,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,44,33,49,41,44,116,104,105,115,46,104,97,115,67,104,105,108,100,114,101,110,40,41,41,123,118,97,114,32,101,61,116,104,105,115,46,99,104,105,108,100,114,101,110,46,108,101,110,103,116,104,44,110,61,48,44,114,61,48,59,116,104,105,115,46,99,104,105,108,100,114,101,110,46,101,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,99,104,101,99,107,101,100,40,41,38,38,114,43,43,44,116,46,105,110,100,101,116,101,114,109,105,110,97,116,101,40,41,38,38,110,43,43,125,41,41,44,114,61,61,61,101,63,112,40,34,99,104,101,99,107,101,100,34,44,33,48,44,34,99,104,101,99,107,101,100,34,44,116,104,105,115,41,58,112,40,34,99,104,101,99,107,101,100,34,44,33,49,44,34,117,110,99,104,101,99,107,101,100,34,44,116,104,105,115,41,44,116,104,105,115,46,99,104,101,99,107,101,100,40,41,124,124,116,104,105,115,46,115,116,97,116,101,40,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,44,110,62,48,124,124,101,62,48,38,38,114,62,48,38,38,114,60,101,41,125,114,101,116,117,114,110,32,116,104,105,115,46,104,97,115,80,97,114,101,110,116,40,41,38,38,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,46,114,101,102,114,101,115,104,73,110,100,101,116,101,114,109,105,110,97,116,101,83,116,97,116,101,40,41,44,116,33,61,61,116,104,105,115,46,115,116,97,116,101,40,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,41,38,38,116,104,105,115,46,109,97,114,107,68,105,114,116,121,40,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,114,101,108,111,97,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,110,101,119,32,103,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,105,102,40,33,116,46,97,108,108,111,119,68,121,110,97,109,105,99,76,111,97,100,40,41,41,114,101,116,117,114,110,32,110,40,110,101,119,32,69,114,114,111,114,40,34,78,111,100,101,32,111,114,32,116,114,101,101,32,100,111,101,115,32,110,111,116,32,115,117,112,112,111,114,116,32,100,121,110,97,109,105,99,32,99,104,105,108,100,114,101,110,46,34,41,41,59,116,46,99,104,105,108,100,114,101,110,61,33,48,44,116,46,99,111,108,108,97,112,115,101,40,41,44,116,46,108,111,97,100,67,104,105,108,100,114,101,110,40,41,46,116,104,101,110,40,101,41,46,99,97,116,99,104,40,110,41,125,41,41,125,125,44,123,107,101,121,58,34,114,101,109,111,118,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,38,38,97,114,103,117,109,101,110,116,115,91,48,93,44,101,61,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,59,116,104,105,115,46,99,111,110,116,101,120,116,40,41,46,114,101,109,111,118,101,40,116,104,105,115,41,44,101,38,38,40,101,46,114,101,102,114,101,115,104,73,110,100,101,116,101,114,109,105,110,97,116,101,83,116,97,116,101,40,41,44,101,46,109,97,114,107,68,105,114,116,121,40,41,41,59,118,97,114,32,110,61,101,63,101,46,112,97,103,105,110,97,116,105,111,110,40,41,58,116,104,105,115,46,95,116,114,101,101,46,112,97,103,105,110,97,116,105,111,110,40,41,59,110,46,116,111,116,97,108,45,45,59,118,97,114,32,114,61,116,104,105,115,46,116,111,79,98,106,101,99,116,40,33,49,44,116,41,59,114,101,116,117,114,110,32,116,104,105,115,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,114,101,109,111,118,101,100,34,44,114,44,101,41,44,116,104,105,115,46,95,116,114,101,101,46,97,112,112,108,121,67,104,97,110,103,101,115,40,41,44,114,125,125,44,123,107,101,121,58,34,114,101,109,111,118,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,40,34,114,101,109,111,118,101,100,34,41,125,125,44,123,107,101,121,58,34,114,101,110,100,101,114,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,40,34,114,101,110,100,101,114,101,100,34,41,125,125,44,123,107,101,121,58,34,114,101,115,116,111,114,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,112,40,34,114,101,109,111,118,101,100,34,44,33,49,44,34,114,101,115,116,111,114,101,100,34,44,116,104,105,115,41,125,125,44,123,107,101,121,58,34,115,101,108,101,99,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,33,116,104,105,115,46,115,101,108,101,99,116,101,100,40,41,38,38,116,104,105,115,46,115,101,108,101,99,116,97,98,108,101,40,41,41,123,105,102,40,116,104,105,115,46,95,116,114,101,101,46,98,97,116,99,104,40,41,44,116,104,105,115,46,95,116,114,101,101,46,99,97,110,65,117,116,111,68,101,115,101,108,101,99,116,40,41,41,123,118,97,114,32,101,61,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,114,101,113,117,105,114,101,59,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,114,101,113,117,105,114,101,61,33,49,44,116,104,105,115,46,95,116,114,101,101,46,100,101,115,101,108,101,99,116,68,101,101,112,40,41,44,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,114,101,113,117,105,114,101,61,101,125,118,97,114,32,110,61,33,116,38,38,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,97,117,116,111,83,101,108,101,99,116,67,104,105,108,100,114,101,110,59,112,40,34,115,101,108,101,99,116,101,100,34,44,33,48,44,34,115,101,108,101,99,116,101,100,34,44,116,104,105,115,44,110,41,44,116,104,105,115,46,95,116,114,101,101,46,95,108,97,115,116,83,101,108,101,99,116,101,100,78,111,100,101,61,116,104,105,115,44,116,104,105,115,46,109,97,114,107,68,105,114,116,121,40,41,44,116,104,105,115,46,95,116,114,101,101,46,101,110,100,40,41,125,114,101,116,117,114,110,32,116,104,105,115,125,125,44,123,107,101,121,58,34,115,101,108,101,99,116,97,98,108,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,97,108,108,111,119,40,116,104,105,115,41,59,114,101,116,117,114,110,34,98,111,111,108,101,97,110,34,61,61,61,116,121,112,101,111,102,32,116,63,116,58,116,104,105,115,46,115,116,97,116,101,40,34,115,101,108,101,99,116,97,98,108,101,34,41,125,125,44,123,107,101,121,58,34,115,101,108,101,99,116,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,40,34,115,101,108,101,99,116,101,100,34,41,125,125,44,123,107,101,121,58,34,115,101,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,91,116,93,61,101,44,116,104,105,115,46,109,97,114,107,68,105,114,116,121,40,41,44,116,104,105,115,46,95,116,114,101,101,46,97,112,112,108,121,67,104,97,110,103,101,115,40,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,115,104,111,119,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,112,40,34,104,105,100,100,101,110,34,44,33,49,44,34,115,104,111,119,110,34,44,116,104,105,115,41,125,125,44,123,107,101,121,58,34,115,116,97,116,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,46,105,116,114,101,101,46,115,116,97,116,101,91,116,93,59,114,101,116,117,114,110,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,101,38,38,110,33,61,61,101,38,38,40,116,104,105,115,46,105,116,114,101,101,46,115,116,97,116,101,91,116,93,61,101,44,34,114,101,110,100,101,114,101,100,34,33,61,61,116,38,38,116,104,105,115,46,109,97,114,107,68,105,114,116,121,40,41,44,116,104,105,115,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,115,116,97,116,101,46,99,104,97,110,103,101,100,34,44,116,104,105,115,44,116,44,110,44,101,41,41,44,110,125,125,44,123,107,101,121,58,34,115,116,97,116,101,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,44,105,61,91,93,59,114,101,116,117,114,110,32,116,104,105,115,46,95,116,114,101,101,46,98,97,116,99,104,40,41,44,116,46,101,97,99,104,40,101,44,40,102,117,110,99,116,105,111,110,40,116,41,123,105,46,112,117,115,104,40,114,46,115,116,97,116,101,40,116,44,110,41,41,125,41,41,44,116,104,105,115,46,95,116,114,101,101,46,101,110,100,40,41,44,105,125,125,44,123,107,101,121,58,34,115,119,97,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,111,110,116,101,120,116,40,41,46,115,119,97,112,40,116,104,105,115,44,116,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,115,111,102,116,82,101,109,111,118,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,112,40,34,114,101,109,111,118,101,100,34,44,33,48,44,34,115,111,102,116,114,101,109,111,118,101,100,34,44,116,104,105,115,44,34,115,111,102,116,82,101,109,111,118,101,34,41,125,125,44,123,107,101,121,58,34,116,111,103,103,108,101,67,104,101,99,107,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,104,101,99,107,101,100,40,41,63,116,104,105,115,46,117,110,99,104,101,99,107,40,41,58,116,104,105,115,46,99,104,101,99,107,40,41,125,125,44,123,107,101,121,58,34,116,111,103,103,108,101,67,111,108,108,97,112,115,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,111,108,108,97,112,115,101,100,40,41,63,116,104,105,115,46,101,120,112,97,110,100,40,41,58,116,104,105,115,46,99,111,108,108,97,112,115,101,40,41,125,125,44,123,107,101,121,58,34,116,111,103,103,108,101,69,100,105,116,105,110,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,40,34,101,100,105,116,105,110,103,34,44,33,116,104,105,115,46,115,116,97,116,101,40,34,101,100,105,116,105,110,103,34,41,41,44,116,104,105,115,46,109,97,114,107,68,105,114,116,121,40,41,44,116,104,105,115,46,95,116,114,101,101,46,97,112,112,108,121,67,104,97,110,103,101,115,40,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,116,111,103,103,108,101,83,101,108,101,99,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,101,108,101,99,116,101,100,40,41,63,116,104,105,115,46,100,101,115,101,108,101,99,116,40,41,58,116,104,105,115,46,115,101,108,101,99,116,40,41,125,125,44,123,107,101,121,58,34,116,111,79,98,106,101,99,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,48,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,48,93,38,38,97,114,103,117,109,101,110,116,115,91,48,93,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,38,38,97,114,103,117,109,101,110,116,115,91,49,93,44,105,61,123,125,44,111,61,116,46,112,117,108,108,40,79,98,106,101,99,116,46,107,101,121,115,40,116,104,105,115,41,44,34,95,116,114,101,101,34,44,34,99,104,105,108,100,114,101,110,34,44,34,105,116,114,101,101,34,41,59,116,46,101,97,99,104,40,111,44,40,102,117,110,99,116,105,111,110,40,116,41,123,105,91,116,93,61,101,91,116,93,125,41,41,59,118,97,114,32,97,61,105,46,105,116,114,101,101,61,123,125,59,114,101,116,117,114,110,32,97,46,97,61,116,104,105,115,46,105,116,114,101,101,46,97,44,97,46,105,99,111,110,61,116,104,105,115,46,105,116,114,101,101,46,105,99,111,110,44,97,46,108,105,61,116,104,105,115,46,105,116,114,101,101,46,108,105,44,114,38,38,40,97,46,115,116,97,116,101,61,116,104,105,115,46,105,116,114,101,101,46,115,116,97,116,101,41,44,33,110,38,38,116,104,105,115,46,104,97,115,67,104,105,108,100,114,101,110,40,41,38,38,116,46,105,115,70,117,110,99,116,105,111,110,40,116,104,105,115,46,99,104,105,108,100,114,101,110,46,116,111,65,114,114,97,121,41,38,38,40,105,46,99,104,105,108,100,114,101,110,61,116,104,105,115,46,99,104,105,108,100,114,101,110,46,116,111,65,114,114,97,121,40,41,41,44,105,125,125,44,123,107,101,121,58,34,116,111,83,116,114,105,110,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,116,101,120,116,125,125,44,123,107,101,121,58,34,116,114,101,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,111,110,116,101,120,116,40,41,46,116,114,101,101,40,41,125,125,44,123,107,101,121,58,34,117,110,99,104,101,99,107,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,95,116,114,101,101,46,98,97,116,99,104,40,41,59,118,97,114,32,101,61,33,116,38,38,116,104,105,115,46,95,116,114,101,101,46,99,111,110,102,105,103,46,99,104,101,99,107,98,111,120,46,97,117,116,111,67,104,101,99,107,67,104,105,108,100,114,101,110,59,114,101,116,117,114,110,32,112,40,34,99,104,101,99,107,101,100,34,44,33,49,44,34,117,110,99,104,101,99,107,101,100,34,44,116,104,105,115,44,101,41,44,116,104,105,115,46,115,116,97,116,101,40,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,44,33,49,41,44,116,104,105,115,46,104,97,115,80,97,114,101,110,116,40,41,38,38,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,46,114,101,102,114,101,115,104,73,110,100,101,116,101,114,109,105,110,97,116,101,83,116,97,116,101,40,41,44,116,104,105,115,46,95,116,114,101,101,46,101,110,100,40,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,118,105,115,105,98,108,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,33,48,59,114,101,116,117,114,110,32,116,61,33,40,116,104,105,115,46,104,105,100,100,101,110,40,41,124,124,116,104,105,115,46,114,101,109,111,118,101,100,40,41,124,124,116,104,105,115,46,95,116,114,101,101,46,117,115,101,115,78,97,116,105,118,101,68,79,77,38,38,33,116,104,105,115,46,114,101,110,100,101,114,101,100,40,41,41,38,38,40,33,116,104,105,115,46,104,97,115,80,97,114,101,110,116,40,41,124,124,33,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,46,99,111,108,108,97,112,115,101,100,40,41,38,38,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,46,118,105,115,105,98,108,101,40,41,41,44,116,125,125,93,41,44,101,125,40,41,59,102,117,110,99,116,105,111,110,32,65,40,101,44,110,44,114,41,123,110,46,105,100,61,110,46,105,100,124,124,104,40,41,44,34,115,116,114,105,110,103,34,33,61,61,116,121,112,101,111,102,32,110,46,105,100,38,38,34,110,117,109,98,101,114,34,33,61,61,116,121,112,101,111,102,32,110,46,105,100,38,38,40,110,46,105,100,61,110,46,105,100,46,116,111,83,116,114,105,110,103,40,41,41,59,118,97,114,32,105,61,110,46,105,116,114,101,101,61,110,46,105,116,114,101,101,124,124,123,125,59,105,46,105,99,111,110,61,105,46,105,99,111,110,124,124,33,49,44,105,46,100,105,114,116,121,61,33,49,59,118,97,114,32,111,61,105,46,108,105,61,105,46,108,105,124,124,123,125,59,111,46,97,116,116,114,105,98,117,116,101,115,61,111,46,97,116,116,114,105,98,117,116,101,115,124,124,123,125,59,118,97,114,32,97,61,105,46,97,61,105,46,97,124,124,123,125,59,97,46,97,116,116,114,105,98,117,116,101,115,61,97,46,97,116,116,114,105,98,117,116,101,115,124,124,123,125,59,118,97,114,32,115,61,105,46,115,116,97,116,101,61,105,46,115,116,97,116,101,124,124,123,125,59,114,101,116,117,114,110,32,115,46,99,111,108,108,97,112,115,101,100,61,34,98,111,111,108,101,97,110,34,61,61,61,116,121,112,101,111,102,32,115,46,99,111,108,108,97,112,115,101,100,63,115,46,99,111,108,108,97,112,115,101,100,58,101,46,100,101,102,97,117,108,116,83,116,97,116,101,46,99,111,108,108,97,112,115,101,100,44,115,46,115,101,108,101,99,116,97,98,108,101,61,34,98,111,111,108,101,97,110,34,61,61,61,116,121,112,101,111,102,32,115,46,115,101,108,101,99,116,97,98,108,101,63,115,46,115,101,108,101,99,116,97,98,108,101,58,101,46,100,101,102,97,117,108,116,83,116,97,116,101,46,115,101,108,101,99,116,97,98,108,101,44,115,46,100,114,97,103,103,97,98,108,101,61,34,98,111,111,108,101,97,110,34,61,61,61,116,121,112,101,111,102,32,115,46,100,114,97,103,103,97,98,108,101,63,115,46,100,114,97,103,103,97,98,108,101,58,101,46,100,101,102,97,117,108,116,83,116,97,116,101,46,100,114,97,103,103,97,98,108,101,44,115,91,34,100,114,111,112,45,116,97,114,103,101,116,34,93,61,34,98,111,111,108,101,97,110,34,61,61,61,116,121,112,101,111,102,32,115,91,34,100,114,111,112,45,116,97,114,103,101,116,34,93,63,115,91,34,100,114,111,112,45,116,97,114,103,101,116,34,93,58,101,46,100,101,102,97,117,108,116,83,116,97,116,101,91,34,100,114,111,112,45,116,97,114,103,101,116,34,93,44,115,46,99,104,101,99,107,101,100,61,34,98,111,111,108,101,97,110,34,61,61,61,116,121,112,101,111,102,32,115,46,99,104,101,99,107,101,100,38,38,115,46,99,104,101,99,107,101,100,44,115,46,101,100,105,116,97,98,108,101,61,34,98,111,111,108,101,97,110,34,61,61,61,116,121,112,101,111,102,32,115,46,101,100,105,116,97,98,108,101,63,115,46,101,100,105,116,97,98,108,101,58,101,46,100,101,102,97,117,108,116,83,116,97,116,101,46,101,100,105,116,97,98,108,101,44,115,46,101,100,105,116,105,110,103,61,34,98,111,111,108,101,97,110,34,61,61,61,116,121,112,101,111,102,32,115,46,101,100,105,116,105,110,103,63,115,46,101,100,105,116,105,110,103,58,101,46,100,101,102,97,117,108,116,83,116,97,116,101,46,101,100,105,116,105,110,103,44,115,46,102,111,99,117,115,101,100,61,115,46,102,111,99,117,115,101,100,124,124,101,46,100,101,102,97,117,108,116,83,116,97,116,101,46,102,111,99,117,115,101,100,44,115,46,104,105,100,100,101,110,61,115,46,104,105,100,100,101,110,124,124,101,46,100,101,102,97,117,108,116,83,116,97,116,101,46,104,105,100,100,101,110,44,115,46,105,110,100,101,116,101,114,109,105,110,97,116,101,61,115,46,105,110,100,101,116,101,114,109,105,110,97,116,101,124,124,101,46,100,101,102,97,117,108,116,83,116,97,116,101,46,105,110,100,101,116,101,114,109,105,110,97,116,101,44,115,46,108,111,97,100,105,110,103,61,115,46,108,111,97,100,105,110,103,124,124,101,46,100,101,102,97,117,108,116,83,116,97,116,101,46,108,111,97,100,105,110,103,44,115,46,114,101,109,111,118,101,100,61,115,46,114,101,109,111,118,101,100,124,124,101,46,100,101,102,97,117,108,116,83,116,97,116,101,46,114,101,109,111,118,101,100,44,115,46,114,101,110,100,101,114,101,100,61,115,46,114,101,110,100,101,114,101,100,124,124,101,46,100,101,102,97,117,108,116,83,116,97,116,101,46,114,101,110,100,101,114,101,100,44,115,46,115,101,108,101,99,116,101,100,61,115,46,115,101,108,101,99,116,101,100,124,124,101,46,100,101,102,97,117,108,116,83,116,97,116,101,46,115,101,108,101,99,116,101,100,44,110,46,105,116,114,101,101,46,112,97,114,101,110,116,61,114,44,110,61,116,46,97,115,115,105,103,110,40,110,101,119,32,69,40,101,41,44,110,41,44,116,46,105,115,65,114,114,97,121,76,105,107,101,40,110,46,99,104,105,108,100,114,101,110,41,38,38,40,110,46,99,104,105,108,100,114,101,110,61,68,40,101,44,110,46,99,104,105,108,100,114,101,110,44,110,41,41,44,101,46,97,108,108,111,119,115,76,111,97,100,69,118,101,110,116,115,38,38,116,46,101,97,99,104,40,101,46,99,111,110,102,105,103,46,97,108,108,111,119,76,111,97,100,69,118,101,110,116,115,44,40,102,117,110,99,116,105,111,110,40,116,41,123,115,91,116,93,38,38,101,46,101,109,105,116,40,34,110,111,100,101,46,34,43,116,44,110,44,33,48,41,125,41,41,44,110,125,102,117,110,99,116,105,111,110,32,68,40,101,44,110,44,114,41,123,118,97,114,32,105,61,110,101,119,32,67,40,101,41,59,114,101,116,117,114,110,32,101,46,99,111,110,102,105,103,46,115,111,114,116,38,38,40,110,61,116,46,115,111,114,116,66,121,40,110,44,101,46,99,111,110,102,105,103,46,115,111,114,116,41,41,44,116,46,101,97,99,104,40,110,44,40,102,117,110,99,116,105,111,110,40,116,41,123,105,46,112,117,115,104,40,65,40,101,44,116,44,114,41,41,125,41,41,44,105,46,95,99,111,110,116,101,120,116,61,114,44,105,125,118,97,114,32,76,61,111,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,10,47,42,33,10,32,42,32,69,118,101,110,116,69,109,105,116,116,101,114,50,10,32,42,32,104,116,116,112,115,58,47,47,103,105,116,104,117,98,46,99,111,109,47,104,105,106,49,110,120,47,69,118,101,110,116,69,109,105,116,116,101,114,50,10,32,42,10,32,42,32,67,111,112,121,114,105,103,104,116,32,40,99,41,32,50,48,49,51,32,104,105,106,49,110,120,10,32,42,32,76,105,99,101,110,115,101,100,32,117,110,100,101,114,32,116,104,101,32,77,73,84,32,108,105,99,101,110,115,101,46,10,32,42,47,10,33,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,65,114,114,97,121,46,105,115,65,114,114,97,121,63,65,114,114,97,121,46,105,115,65,114,114,97,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,91,111,98,106,101,99,116,32,65,114,114,97,121,93,34,61,61,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,125,44,105,61,49,48,59,102,117,110,99,116,105,111,110,32,111,40,41,123,116,104,105,115,46,95,101,118,101,110,116,115,61,123,125,44,116,104,105,115,46,95,99,111,110,102,38,38,97,46,99,97,108,108,40,116,104,105,115,44,116,104,105,115,46,95,99,111,110,102,41,125,102,117,110,99,116,105,111,110,32,97,40,116,41,123,116,63,40,116,104,105,115,46,95,99,111,110,102,61,116,44,116,46,100,101,108,105,109,105,116,101,114,38,38,40,116,104,105,115,46,100,101,108,105,109,105,116,101,114,61,116,46,100,101,108,105,109,105,116,101,114,41,44,116,104,105,115,46,95,109,97,120,76,105,115,116,101,110,101,114,115,61,116,46,109,97,120,76,105,115,116,101,110,101,114,115,33,61,61,101,63,116,46,109,97,120,76,105,115,116,101,110,101,114,115,58,105,44,116,46,119,105,108,100,99,97,114,100,38,38,40,116,104,105,115,46,119,105,108,100,99,97,114,100,61,116,46,119,105,108,100,99,97,114,100,41,44,116,46,110,101,119,76,105,115,116,101,110,101,114,38,38,40,116,104,105,115,46,95,110,101,119,76,105,115,116,101,110,101,114,61,116,46,110,101,119,76,105,115,116,101,110,101,114,41,44,116,46,114,101,109,111,118,101,76,105,115,116,101,110,101,114,38,38,40,116,104,105,115,46,95,114,101,109,111,118,101,76,105,115,116,101,110,101,114,61,116,46,114,101,109,111,118,101,76,105,115,116,101,110,101,114,41,44,116,46,118,101,114,98,111,115,101,77,101,109,111,114,121,76,101,97,107,38,38,40,116,104,105,115,46,118,101,114,98,111,115,101,77,101,109,111,114,121,76,101,97,107,61,116,46,118,101,114,98,111,115,101,77,101,109,111,114,121,76,101,97,107,41,44,116,104,105,115,46,119,105,108,100,99,97,114,100,38,38,40,116,104,105,115,46,108,105,115,116,101,110,101,114,84,114,101,101,61,123,125,41,41,58,116,104,105,115,46,95,109,97,120,76,105,115,116,101,110,101,114,115,61,105,125,102,117,110,99,116,105,111,110,32,115,40,116,44,101,41,123,118,97,114,32,110,61,34,40,110,111,100,101,41,32,119,97,114,110,105,110,103,58,32,112,111,115,115,105,98,108,101,32,69,118,101,110,116,69,109,105,116,116,101,114,32,109,101,109,111,114,121,32,108,101,97,107,32,100,101,116,101,99,116,101,100,46,32,34,43,116,43,34,32,108,105,115,116,101,110,101,114,115,32,97,100,100,101,100,46,32,85,115,101,32,101,109,105,116,116,101,114,46,115,101,116,77,97,120,76,105,115,116,101,110,101,114,115,40,41,32,116,111,32,105,110,99,114,101,97,115,101,32,108,105,109,105,116,46,34,59,105,102,40,116,104,105,115,46,118,101,114,98,111,115,101,77,101,109,111,114,121,76,101,97,107,38,38,40,110,43,61,34,32,69,118,101,110,116,32,110,97,109,101,58,32,34,43,101,43,34,46,34,41,44,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,114,38,38,114,46,101,109,105,116,87,97,114,110,105,110,103,41,123,118,97,114,32,105,61,110,101,119,32,69,114,114,111,114,40,110,41,59,105,46,110,97,109,101,61,34,77,97,120,76,105,115,116,101,110,101,114,115,69,120,99,101,101,100,101,100,87,97,114,110,105,110,103,34,44,105,46,101,109,105,116,116,101,114,61,116,104,105,115,44,105,46,99,111,117,110,116,61,116,44,114,46,101,109,105,116,87,97,114,110,105,110,103,40,105,41,125,101,108,115,101,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,110,41,44,99,111,110,115,111,108,101,46,116,114,97,99,101,38,38,99,111,110,115,111,108,101,46,116,114,97,99,101,40,41,125,102,117,110,99,116,105,111,110,32,99,40,116,41,123,116,104,105,115,46,95,101,118,101,110,116,115,61,123,125,44,116,104,105,115,46,95,110,101,119,76,105,115,116,101,110,101,114,61,33,49,44,116,104,105,115,46,95,114,101,109,111,118,101,76,105,115,116,101,110,101,114,61,33,49,44,116,104,105,115,46,118,101,114,98,111,115,101,77,101,109,111,114,121,76,101,97,107,61,33,49,44,97,46,99,97,108,108,40,116,104,105,115,44,116,41,125,102,117,110,99,116,105,111,110,32,117,40,116,44,101,44,110,44,114,41,123,105,102,40,33,110,41,114,101,116,117,114,110,91,93,59,118,97,114,32,105,44,111,44,97,44,115,44,99,44,108,44,102,44,104,61,91,93,44,100,61,101,46,108,101,110,103,116,104,44,112,61,101,91,114,93,44,118,61,101,91,114,43,49,93,59,105,102,40,114,61,61,61,100,38,38,110,46,95,108,105,115,116,101,110,101,114,115,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,110,46,95,108,105,115,116,101,110,101,114,115,41,114,101,116,117,114,110,32,116,38,38,116,46,112,117,115,104,40,110,46,95,108,105,115,116,101,110,101,114,115,41,44,91,110,93,59,102,111,114,40,105,61,48,44,111,61,110,46,95,108,105,115,116,101,110,101,114,115,46,108,101,110,103,116,104,59,105,60,111,59,105,43,43,41,116,38,38,116,46,112,117,115,104,40,110,46,95,108,105,115,116,101,110,101,114,115,91,105,93,41,59,114,101,116,117,114,110,91,110,93,125,105,102,40,34,42,34,61,61,61,112,124,124,34,42,42,34,61,61,61,112,124,124,110,91,112,93,41,123,105,102,40,34,42,34,61,61,61,112,41,123,102,111,114,40,97,32,105,110,32,110,41,34,95,108,105,115,116,101,110,101,114,115,34,33,61,61,97,38,38,110,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,97,41,38,38,40,104,61,104,46,99,111,110,99,97,116,40,117,40,116,44,101,44,110,91,97,93,44,114,43,49,41,41,41,59,114,101,116,117,114,110,32,104,125,105,102,40,34,42,42,34,61,61,61,112,41,123,102,111,114,40,97,32,105,110,32,102,61,114,43,49,61,61,61,100,124,124,114,43,50,61,61,61,100,38,38,34,42,34,61,61,61,118,44,102,38,38,110,46,95,108,105,115,116,101,110,101,114,115,38,38,40,104,61,104,46,99,111,110,99,97,116,40,117,40,116,44,101,44,110,44,100,41,41,41,44,110,41,34,95,108,105,115,116,101,110,101,114,115,34,33,61,61,97,38,38,110,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,97,41,38,38,40,34,42,34,61,61,61,97,124,124,34,42,42,34,61,61,61,97,63,40,110,91,97,93,46,95,108,105,115,116,101,110,101,114,115,38,38,33,102,38,38,40,104,61,104,46,99,111,110,99,97,116,40,117,40,116,44,101,44,110,91,97,93,44,100,41,41,41,44,104,61,104,46,99,111,110,99,97,116,40,117,40,116,44,101,44,110,91,97,93,44,114,41,41,41,58,104,61,97,61,61,61,118,63,104,46,99,111,110,99,97,116,40,117,40,116,44,101,44,110,91,97,93,44,114,43,50,41,41,58,104,46,99,111,110,99,97,116,40,117,40,116,44,101,44,110,91,97,93,44,114,41,41,41,59,114,101,116,117,114,110,32,104,125,104,61,104,46,99,111,110,99,97,116,40,117,40,116,44,101,44,110,91,112,93,44,114,43,49,41,41,125,105,102,40,115,61,110,91,34,42,34,93,44,115,38,38,117,40,116,44,101,44,115,44,114,43,49,41,44,99,61,110,91,34,42,42,34,93,44,99,41,105,102,40,114,60,100,41,102,111,114,40,97,32,105,110,32,99,46,95,108,105,115,116,101,110,101,114,115,38,38,117,40,116,44,101,44,99,44,100,41,44,99,41,34,95,108,105,115,116,101,110,101,114,115,34,33,61,61,97,38,38,99,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,97,41,38,38,40,97,61,61,61,118,63,117,40,116,44,101,44,99,91,97,93,44,114,43,50,41,58,97,61,61,61,112,63,117,40,116,44,101,44,99,91,97,93,44,114,43,49,41,58,40,108,61,123,125,44,108,91,97,93,61,99,91,97,93,44,117,40,116,44,101,44,123,34,42,42,34,58,108,125,44,114,43,49,41,41,41,59,101,108,115,101,32,99,46,95,108,105,115,116,101,110,101,114,115,63,117,40,116,44,101,44,99,44,100,41,58,99,91,34,42,34,93,38,38,99,91,34,42,34,93,46,95,108,105,115,116,101,110,101,114,115,38,38,117,40,116,44,101,44,99,91,34,42,34,93,44,100,41,59,114,101,116,117,114,110,32,104,125,102,117,110,99,116,105,111,110,32,108,40,116,44,110,41,123,116,61,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,63,116,46,115,112,108,105,116,40,116,104,105,115,46,100,101,108,105,109,105,116,101,114,41,58,116,46,115,108,105,99,101,40,41,59,102,111,114,40,118,97,114,32,114,61,48,44,105,61,116,46,108,101,110,103,116,104,59,114,43,49,60,105,59,114,43,43,41,105,102,40,34,42,42,34,61,61,61,116,91,114,93,38,38,34,42,42,34,61,61,61,116,91,114,43,49,93,41,114,101,116,117,114,110,59,118,97,114,32,111,61,116,104,105,115,46,108,105,115,116,101,110,101,114,84,114,101,101,44,97,61,116,46,115,104,105,102,116,40,41,59,119,104,105,108,101,40,97,33,61,61,101,41,123,105,102,40,111,91,97,93,124,124,40,111,91,97,93,61,123,125,41,44,111,61,111,91,97,93,44,48,61,61,61,116,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,111,46,95,108,105,115,116,101,110,101,114,115,63,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,111,46,95,108,105,115,116,101,110,101,114,115,38,38,40,111,46,95,108,105,115,116,101,110,101,114,115,61,91,111,46,95,108,105,115,116,101,110,101,114,115,93,41,44,111,46,95,108,105,115,116,101,110,101,114,115,46,112,117,115,104,40,110,41,44,33,111,46,95,108,105,115,116,101,110,101,114,115,46,119,97,114,110,101,100,38,38,116,104,105,115,46,95,109,97,120,76,105,115,116,101,110,101,114,115,62,48,38,38,111,46,95,108,105,115,116,101,110,101,114,115,46,108,101,110,103,116,104,62,116,104,105,115,46,95,109,97,120,76,105,115,116,101,110,101,114,115,38,38,40,111,46,95,108,105,115,116,101,110,101,114,115,46,119,97,114,110,101,100,61,33,48,44,115,46,99,97,108,108,40,116,104,105,115,44,111,46,95,108,105,115,116,101,110,101,114,115,46,108,101,110,103,116,104,44,97,41,41,41,58,111,46,95,108,105,115,116,101,110,101,114,115,61,110,44,33,48,59,97,61,116,46,115,104,105,102,116,40,41,125,114,101,116,117,114,110,33,48,125,99,46,69,118,101,110,116,69,109,105,116,116,101,114,50,61,99,44,99,46,112,114,111,116,111,116,121,112,101,46,100,101,108,105,109,105,116,101,114,61,34,46,34,44,99,46,112,114,111,116,111,116,121,112,101,46,115,101,116,77,97,120,76,105,115,116,101,110,101,114,115,61,102,117,110,99,116,105,111,110,40,116,41,123,116,33,61,61,101,38,38,40,116,104,105,115,46,95,109,97,120,76,105,115,116,101,110,101,114,115,61,116,44,116,104,105,115,46,95,99,111,110,102,124,124,40,116,104,105,115,46,95,99,111,110,102,61,123,125,41,44,116,104,105,115,46,95,99,111,110,102,46,109,97,120,76,105,115,116,101,110,101,114,115,61,116,41,125,44,99,46,112,114,111,116,111,116,121,112,101,46,101,118,101,110,116,61,34,34,44,99,46,112,114,111,116,111,116,121,112,101,46,111,110,99,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,111,110,99,101,40,116,44,101,44,33,49,41,125,44,99,46,112,114,111,116,111,116,121,112,101,46,112,114,101,112,101,110,100,79,110,99,101,76,105,115,116,101,110,101,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,111,110,99,101,40,116,44,101,44,33,48,41,125,44,99,46,112,114,111,116,111,116,121,112,101,46,95,111,110,99,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,109,97,110,121,40,116,44,49,44,101,44,110,41,44,116,104,105,115,125,44,99,46,112,114,111,116,111,116,121,112,101,46,109,97,110,121,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,109,97,110,121,40,116,44,101,44,110,44,33,49,41,125,44,99,46,112,114,111,116,111,116,121,112,101,46,112,114,101,112,101,110,100,77,97,110,121,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,109,97,110,121,40,116,44,101,44,110,44,33,48,41,125,44,99,46,112,114,111,116,111,116,121,112,101,46,95,109,97,110,121,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,104,105,115,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,110,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,109,97,110,121,32,111,110,108,121,32,97,99,99,101,112,116,115,32,105,110,115,116,97,110,99,101,115,32,111,102,32,70,117,110,99,116,105,111,110,34,41,59,102,117,110,99,116,105,111,110,32,111,40,41,123,114,101,116,117,114,110,32,48,61,61,61,45,45,101,38,38,105,46,111,102,102,40,116,44,111,41,44,110,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,114,101,116,117,114,110,32,111,46,95,111,114,105,103,105,110,61,110,44,116,104,105,115,46,95,111,110,40,116,44,111,44,114,41,44,105,125,44,99,46,112,114,111,116,111,116,121,112,101,46,101,109,105,116,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,95,101,118,101,110,116,115,124,124,111,46,99,97,108,108,40,116,104,105,115,41,59,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,91,48,93,59,105,102,40,34,110,101,119,76,105,115,116,101,110,101,114,34,61,61,61,116,38,38,33,116,104,105,115,46,95,110,101,119,76,105,115,116,101,110,101,114,38,38,33,116,104,105,115,46,95,101,118,101,110,116,115,46,110,101,119,76,105,115,116,101,110,101,114,41,114,101,116,117,114,110,33,49,59,118,97,114,32,101,44,110,44,114,44,105,44,97,44,115,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,105,102,40,116,104,105,115,46,95,97,108,108,38,38,116,104,105,115,46,95,97,108,108,46,108,101,110,103,116,104,41,123,105,102,40,97,61,116,104,105,115,46,95,97,108,108,46,115,108,105,99,101,40,41,44,115,62,51,41,102,111,114,40,101,61,110,101,119,32,65,114,114,97,121,40,115,41,44,105,61,48,59,105,60,115,59,105,43,43,41,101,91,105,93,61,97,114,103,117,109,101,110,116,115,91,105,93,59,102,111,114,40,114,61,48,44,110,61,97,46,108,101,110,103,116,104,59,114,60,110,59,114,43,43,41,115,119,105,116,99,104,40,116,104,105,115,46,101,118,101,110,116,61,116,44,115,41,123,99,97,115,101,32,49,58,97,91,114,93,46,99,97,108,108,40,116,104,105,115,44,116,41,59,98,114,101,97,107,59,99,97,115,101,32,50,58,97,91,114,93,46,99,97,108,108,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,59,98,114,101,97,107,59,99,97,115,101,32,51,58,97,91,114,93,46,99,97,108,108,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,44,97,114,103,117,109,101,110,116,115,91,50,93,41,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,97,91,114,93,46,97,112,112,108,121,40,116,104,105,115,44,101,41,125,125,105,102,40,116,104,105,115,46,119,105,108,100,99,97,114,100,41,123,97,61,91,93,59,118,97,114,32,99,61,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,63,116,46,115,112,108,105,116,40,116,104,105,115,46,100,101,108,105,109,105,116,101,114,41,58,116,46,115,108,105,99,101,40,41,59,117,46,99,97,108,108,40,116,104,105,115,44,97,44,99,44,116,104,105,115,46,108,105,115,116,101,110,101,114,84,114,101,101,44,48,41,125,101,108,115,101,123,105,102,40,97,61,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,44,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,97,41,123,115,119,105,116,99,104,40,116,104,105,115,46,101,118,101,110,116,61,116,44,115,41,123,99,97,115,101,32,49,58,97,46,99,97,108,108,40,116,104,105,115,41,59,98,114,101,97,107,59,99,97,115,101,32,50,58,97,46,99,97,108,108,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,91,49,93,41,59,98,114,101,97,107,59,99,97,115,101,32,51,58,97,46,99,97,108,108,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,91,49,93,44,97,114,103,117,109,101,110,116,115,91,50,93,41,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,102,111,114,40,101,61,110,101,119,32,65,114,114,97,121,40,115,45,49,41,44,105,61,49,59,105,60,115,59,105,43,43,41,101,91,105,45,49,93,61,97,114,103,117,109,101,110,116,115,91,105,93,59,97,46,97,112,112,108,121,40,116,104,105,115,44,101,41,125,114,101,116,117,114,110,33,48,125,97,38,38,40,97,61,97,46,115,108,105,99,101,40,41,41,125,105,102,40,97,38,38,97,46,108,101,110,103,116,104,41,123,105,102,40,115,62,51,41,102,111,114,40,101,61,110,101,119,32,65,114,114,97,121,40,115,45,49,41,44,105,61,49,59,105,60,115,59,105,43,43,41,101,91,105,45,49,93,61,97,114,103,117,109,101,110,116,115,91,105,93,59,102,111,114,40,114,61,48,44,110,61,97,46,108,101,110,103,116,104,59,114,60,110,59,114,43,43,41,115,119,105,116,99,104,40,116,104,105,115,46,101,118,101,110,116,61,116,44,115,41,123,99,97,115,101,32,49,58,97,91,114,93,46,99,97,108,108,40,116,104,105,115,41,59,98,114,101,97,107,59,99,97,115,101,32,50,58,97,91,114,93,46,99,97,108,108,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,91,49,93,41,59,98,114,101,97,107,59,99,97,115,101,32,51,58,97,91,114,93,46,99,97,108,108,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,91,49,93,44,97,114,103,117,109,101,110,116,115,91,50,93,41,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,97,91,114,93,46,97,112,112,108,121,40,116,104,105,115,44,101,41,125,114,101,116,117,114,110,33,48,125,105,102,40,33,116,104,105,115,46,95,97,108,108,38,38,34,101,114,114,111,114,34,61,61,61,116,41,116,104,114,111,119,32,97,114,103,117,109,101,110,116,115,91,49,93,105,110,115,116,97,110,99,101,111,102,32,69,114,114,111,114,63,97,114,103,117,109,101,110,116,115,91,49,93,58,110,101,119,32,69,114,114,111,114,40,34,85,110,99,97,117,103,104,116,44,32,117,110,115,112,101,99,105,102,105,101,100,32,39,101,114,114,111,114,39,32,101,118,101,110,116,46,34,41,59,114,101,116,117,114,110,33,33,116,104,105,115,46,95,97,108,108,125,44,99,46,112,114,111,116,111,116,121,112,101,46,101,109,105,116,65,115,121,110,99,61,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,95,101,118,101,110,116,115,124,124,111,46,99,97,108,108,40,116,104,105,115,41,59,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,91,48,93,59,105,102,40,34,110,101,119,76,105,115,116,101,110,101,114,34,61,61,61,116,38,38,33,116,104,105,115,46,95,110,101,119,76,105,115,116,101,110,101,114,38,38,33,116,104,105,115,46,95,101,118,101,110,116,115,46,110,101,119,76,105,115,116,101,110,101,114,41,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,91,33,49,93,41,59,118,97,114,32,101,44,110,44,114,44,105,44,97,44,115,61,91,93,44,99,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,105,102,40,116,104,105,115,46,95,97,108,108,41,123,105,102,40,99,62,51,41,102,111,114,40,101,61,110,101,119,32,65,114,114,97,121,40,99,41,44,105,61,49,59,105,60,99,59,105,43,43,41,101,91,105,93,61,97,114,103,117,109,101,110,116,115,91,105,93,59,102,111,114,40,114,61,48,44,110,61,116,104,105,115,46,95,97,108,108,46,108,101,110,103,116,104,59,114,60,110,59,114,43,43,41,115,119,105,116,99,104,40,116,104,105,115,46,101,118,101,110,116,61,116,44,99,41,123,99,97,115,101,32,49,58,115,46,112,117,115,104,40,116,104,105,115,46,95,97,108,108,91,114,93,46,99,97,108,108,40,116,104,105,115,44,116,41,41,59,98,114,101,97,107,59,99,97,115,101,32,50,58,115,46,112,117,115,104,40,116,104,105,115,46,95,97,108,108,91,114,93,46,99,97,108,108,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,41,59,98,114,101,97,107,59,99,97,115,101,32,51,58,115,46,112,117,115,104,40,116,104,105,115,46,95,97,108,108,91,114,93,46,99,97,108,108,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,44,97,114,103,117,109,101,110,116,115,91,50,93,41,41,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,115,46,112,117,115,104,40,116,104,105,115,46,95,97,108,108,91,114,93,46,97,112,112,108,121,40,116,104,105,115,44,101,41,41,125,125,105,102,40,116,104,105,115,46,119,105,108,100,99,97,114,100,41,123,97,61,91,93,59,118,97,114,32,108,61,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,63,116,46,115,112,108,105,116,40,116,104,105,115,46,100,101,108,105,109,105,116,101,114,41,58,116,46,115,108,105,99,101,40,41,59,117,46,99,97,108,108,40,116,104,105,115,44,97,44,108,44,116,104,105,115,46,108,105,115,116,101,110,101,114,84,114,101,101,44,48,41,125,101,108,115,101,32,97,61,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,59,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,97,41,115,119,105,116,99,104,40,116,104,105,115,46,101,118,101,110,116,61,116,44,99,41,123,99,97,115,101,32,49,58,115,46,112,117,115,104,40,97,46,99,97,108,108,40,116,104,105,115,41,41,59,98,114,101,97,107,59,99,97,115,101,32,50,58,115,46,112,117,115,104,40,97,46,99,97,108,108,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,91,49,93,41,41,59,98,114,101,97,107,59,99,97,115,101,32,51,58,115,46,112,117,115,104,40,97,46,99,97,108,108,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,91,49,93,44,97,114,103,117,109,101,110,116,115,91,50,93,41,41,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,102,111,114,40,101,61,110,101,119,32,65,114,114,97,121,40,99,45,49,41,44,105,61,49,59,105,60,99,59,105,43,43,41,101,91,105,45,49,93,61,97,114,103,117,109,101,110,116,115,91,105,93,59,115,46,112,117,115,104,40,97,46,97,112,112,108,121,40,116,104,105,115,44,101,41,41,125,101,108,115,101,32,105,102,40,97,38,38,97,46,108,101,110,103,116,104,41,123,105,102,40,97,61,97,46,115,108,105,99,101,40,41,44,99,62,51,41,102,111,114,40,101,61,110,101,119,32,65,114,114,97,121,40,99,45,49,41,44,105,61,49,59,105,60,99,59,105,43,43,41,101,91,105,45,49,93,61,97,114,103,117,109,101,110,116,115,91,105,93,59,102,111,114,40,114,61,48,44,110,61,97,46,108,101,110,103,116,104,59,114,60,110,59,114,43,43,41,115,119,105,116,99,104,40,116,104,105,115,46,101,118,101,110,116,61,116,44,99,41,123,99,97,115,101,32,49,58,115,46,112,117,115,104,40,97,91,114,93,46,99,97,108,108,40,116,104,105,115,41,41,59,98,114,101,97,107,59,99,97,115,101,32,50,58,115,46,112,117,115,104,40,97,91,114,93,46,99,97,108,108,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,91,49,93,41,41,59,98,114,101,97,107,59,99,97,115,101,32,51,58,115,46,112,117,115,104,40,97,91,114,93,46,99,97,108,108,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,91,49,93,44,97,114,103,117,109,101,110,116,115,91,50,93,41,41,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,115,46,112,117,115,104,40,97,91,114,93,46,97,112,112,108,121,40,116,104,105,115,44,101,41,41,125,125,101,108,115,101,32,105,102,40,33,116,104,105,115,46,95,97,108,108,38,38,34,101,114,114,111,114,34,61,61,61,116,41,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,91,49,93,105,110,115,116,97,110,99,101,111,102,32,69,114,114,111,114,63,80,114,111,109,105,115,101,46,114,101,106,101,99,116,40,97,114,103,117,109,101,110,116,115,91,49,93,41,58,80,114,111,109,105,115,101,46,114,101,106,101,99,116,40,34,85,110,99,97,117,103,104,116,44,32,117,110,115,112,101,99,105,102,105,101,100,32,39,101,114,114,111,114,39,32,101,118,101,110,116,46,34,41,59,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,97,108,108,40,115,41,125,44,99,46,112,114,111,116,111,116,121,112,101,46,111,110,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,111,110,40,116,44,101,44,33,49,41,125,44,99,46,112,114,111,116,111,116,121,112,101,46,112,114,101,112,101,110,100,76,105,115,116,101,110,101,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,111,110,40,116,44,101,44,33,48,41,125,44,99,46,112,114,111,116,111,116,121,112,101,46,111,110,65,110,121,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,111,110,65,110,121,40,116,44,33,49,41,125,44,99,46,112,114,111,116,111,116,121,112,101,46,112,114,101,112,101,110,100,65,110,121,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,111,110,65,110,121,40,116,44,33,48,41,125,44,99,46,112,114,111,116,111,116,121,112,101,46,97,100,100,76,105,115,116,101,110,101,114,61,99,46,112,114,111,116,111,116,121,112,101,46,111,110,44,99,46,112,114,111,116,111,116,121,112,101,46,95,111,110,65,110,121,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,111,110,65,110,121,32,111,110,108,121,32,97,99,99,101,112,116,115,32,105,110,115,116,97,110,99,101,115,32,111,102,32,70,117,110,99,116,105,111,110,34,41,59,114,101,116,117,114,110,32,116,104,105,115,46,95,97,108,108,124,124,40,116,104,105,115,46,95,97,108,108,61,91,93,41,44,101,63,116,104,105,115,46,95,97,108,108,46,117,110,115,104,105,102,116,40,116,41,58,116,104,105,115,46,95,97,108,108,46,112,117,115,104,40,116,41,44,116,104,105,115,125,44,99,46,112,114,111,116,111,116,121,112,101,46,95,111,110,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,116,104,105,115,46,95,111,110,65,110,121,40,116,44,101,41,44,116,104,105,115,59,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,101,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,111,110,32,111,110,108,121,32,97,99,99,101,112,116,115,32,105,110,115,116,97,110,99,101,115,32,111,102,32,70,117,110,99,116,105,111,110,34,41,59,114,101,116,117,114,110,32,116,104,105,115,46,95,101,118,101,110,116,115,124,124,111,46,99,97,108,108,40,116,104,105,115,41,44,116,104,105,115,46,95,110,101,119,76,105,115,116,101,110,101,114,38,38,116,104,105,115,46,101,109,105,116,40,34,110,101,119,76,105,115,116,101,110,101,114,34,44,116,44,101,41,44,116,104,105,115,46,119,105,108,100,99,97,114,100,63,40,108,46,99,97,108,108,40,116,104,105,115,44,116,44,101,41,44,116,104,105,115,41,58,40,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,63,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,38,38,40,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,61,91,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,93,41,44,110,63,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,46,117,110,115,104,105,102,116,40,101,41,58,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,46,112,117,115,104,40,101,41,44,33,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,46,119,97,114,110,101,100,38,38,116,104,105,115,46,95,109,97,120,76,105,115,116,101,110,101,114,115,62,48,38,38,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,46,108,101,110,103,116,104,62,116,104,105,115,46,95,109,97,120,76,105,115,116,101,110,101,114,115,38,38,40,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,46,119,97,114,110,101,100,61,33,48,44,115,46,99,97,108,108,40,116,104,105,115,44,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,46,108,101,110,103,116,104,44,116,41,41,41,58,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,61,101,44,116,104,105,115,41,125,44,99,46,112,114,111,116,111,116,121,112,101,46,111,102,102,61,102,117,110,99,116,105,111,110,40,116,44,114,41,123,105,102,40,34,102,117,110,99,116,105,111,110,34,33,61,61,116,121,112,101,111,102,32,114,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,114,101,109,111,118,101,76,105,115,116,101,110,101,114,32,111,110,108,121,32,116,97,107,101,115,32,105,110,115,116,97,110,99,101,115,32,111,102,32,70,117,110,99,116,105,111,110,34,41,59,118,97,114,32,105,44,111,61,91,93,59,105,102,40,116,104,105,115,46,119,105,108,100,99,97,114,100,41,123,118,97,114,32,97,61,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,63,116,46,115,112,108,105,116,40,116,104,105,115,46,100,101,108,105,109,105,116,101,114,41,58,116,46,115,108,105,99,101,40,41,59,111,61,117,46,99,97,108,108,40,116,104,105,115,44,110,117,108,108,44,97,44,116,104,105,115,46,108,105,115,116,101,110,101,114,84,114,101,101,44,48,41,125,101,108,115,101,123,105,102,40,33,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,41,114,101,116,117,114,110,32,116,104,105,115,59,105,61,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,44,111,46,112,117,115,104,40,123,95,108,105,115,116,101,110,101,114,115,58,105,125,41,125,102,111,114,40,118,97,114,32,115,61,48,59,115,60,111,46,108,101,110,103,116,104,59,115,43,43,41,123,118,97,114,32,99,61,111,91,115,93,59,105,102,40,105,61,99,46,95,108,105,115,116,101,110,101,114,115,44,110,40,105,41,41,123,102,111,114,40,118,97,114,32,108,61,45,49,44,102,61,48,44,104,61,105,46,108,101,110,103,116,104,59,102,60,104,59,102,43,43,41,105,102,40,105,91,102,93,61,61,61,114,124,124,105,91,102,93,46,108,105,115,116,101,110,101,114,38,38,105,91,102,93,46,108,105,115,116,101,110,101,114,61,61,61,114,124,124,105,91,102,93,46,95,111,114,105,103,105,110,38,38,105,91,102,93,46,95,111,114,105,103,105,110,61,61,61,114,41,123,108,61,102,59,98,114,101,97,107,125,105,102,40,108,60,48,41,99,111,110,116,105,110,117,101,59,114,101,116,117,114,110,32,116,104,105,115,46,119,105,108,100,99,97,114,100,63,99,46,95,108,105,115,116,101,110,101,114,115,46,115,112,108,105,99,101,40,108,44,49,41,58,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,46,115,112,108,105,99,101,40,108,44,49,41,44,48,61,61,61,105,46,108,101,110,103,116,104,38,38,40,116,104,105,115,46,119,105,108,100,99,97,114,100,63,100,101,108,101,116,101,32,99,46,95,108,105,115,116,101,110,101,114,115,58,100,101,108,101,116,101,32,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,41,44,116,104,105,115,46,95,114,101,109,111,118,101,76,105,115,116,101,110,101,114,38,38,116,104,105,115,46,101,109,105,116,40,34,114,101,109,111,118,101,76,105,115,116,101,110,101,114,34,44,116,44,114,41,44,116,104,105,115,125,40,105,61,61,61,114,124,124,105,46,108,105,115,116,101,110,101,114,38,38,105,46,108,105,115,116,101,110,101,114,61,61,61,114,124,124,105,46,95,111,114,105,103,105,110,38,38,105,46,95,111,114,105,103,105,110,61,61,61,114,41,38,38,40,116,104,105,115,46,119,105,108,100,99,97,114,100,63,100,101,108,101,116,101,32,99,46,95,108,105,115,116,101,110,101,114,115,58,100,101,108,101,116,101,32,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,44,116,104,105,115,46,95,114,101,109,111,118,101,76,105,115,116,101,110,101,114,38,38,116,104,105,115,46,101,109,105,116,40,34,114,101,109,111,118,101,76,105,115,116,101,110,101,114,34,44,116,44,114,41,41,125,102,117,110,99,116,105,111,110,32,100,40,116,41,123,105,102,40,116,33,61,61,101,41,123,118,97,114,32,110,61,79,98,106,101,99,116,46,107,101,121,115,40,116,41,59,102,111,114,40,118,97,114,32,114,32,105,110,32,110,41,123,118,97,114,32,105,61,110,91,114,93,44,111,61,116,91,105,93,59,111,32,105,110,115,116,97,110,99,101,111,102,32,70,117,110,99,116,105,111,110,124,124,34,111,98,106,101,99,116,34,33,61,61,116,121,112,101,111,102,32,111,124,124,110,117,108,108,61,61,61,111,124,124,40,79,98,106,101,99,116,46,107,101,121,115,40,111,41,46,108,101,110,103,116,104,62,48,38,38,100,40,116,91,105,93,41,44,48,61,61,61,79,98,106,101,99,116,46,107,101,121,115,40,111,41,46,108,101,110,103,116,104,38,38,100,101,108,101,116,101,32,116,91,105,93,41,125,125,125,114,101,116,117,114,110,32,100,40,116,104,105,115,46,108,105,115,116,101,110,101,114,84,114,101,101,41,44,116,104,105,115,125,44,99,46,112,114,111,116,111,116,121,112,101,46,111,102,102,65,110,121,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,48,44,114,61,48,59,105,102,40,116,38,38,116,104,105,115,46,95,97,108,108,38,38,116,104,105,115,46,95,97,108,108,46,108,101,110,103,116,104,62,48,41,123,102,111,114,40,101,61,116,104,105,115,46,95,97,108,108,44,110,61,48,44,114,61,101,46,108,101,110,103,116,104,59,110,60,114,59,110,43,43,41,105,102,40,116,61,61,61,101,91,110,93,41,114,101,116,117,114,110,32,101,46,115,112,108,105,99,101,40,110,44,49,41,44,116,104,105,115,46,95,114,101,109,111,118,101,76,105,115,116,101,110,101,114,38,38,116,104,105,115,46,101,109,105,116,40,34,114,101,109,111,118,101,76,105,115,116,101,110,101,114,65,110,121,34,44,116,41,44,116,104,105,115,125,101,108,115,101,123,105,102,40,101,61,116,104,105,115,46,95,97,108,108,44,116,104,105,115,46,95,114,101,109,111,118,101,76,105,115,116,101,110,101,114,41,102,111,114,40,110,61,48,44,114,61,101,46,108,101,110,103,116,104,59,110,60,114,59,110,43,43,41,116,104,105,115,46,101,109,105,116,40,34,114,101,109,111,118,101,76,105,115,116,101,110,101,114,65,110,121,34,44,101,91,110,93,41,59,116,104,105,115,46,95,97,108,108,61,91,93,125,114,101,116,117,114,110,32,116,104,105,115,125,44,99,46,112,114,111,116,111,116,121,112,101,46,114,101,109,111,118,101,76,105,115,116,101,110,101,114,61,99,46,112,114,111,116,111,116,121,112,101,46,111,102,102,44,99,46,112,114,111,116,111,116,121,112,101,46,114,101,109,111,118,101,65,108,108,76,105,115,116,101,110,101,114,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,61,61,61,101,41,114,101,116,117,114,110,33,116,104,105,115,46,95,101,118,101,110,116,115,124,124,111,46,99,97,108,108,40,116,104,105,115,41,44,116,104,105,115,59,105,102,40,116,104,105,115,46,119,105,108,100,99,97,114,100,41,102,111,114,40,118,97,114,32,110,61,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,63,116,46,115,112,108,105,116,40,116,104,105,115,46,100,101,108,105,109,105,116,101,114,41,58,116,46,115,108,105,99,101,40,41,44,114,61,117,46,99,97,108,108,40,116,104,105,115,44,110,117,108,108,44,110,44,116,104,105,115,46,108,105,115,116,101,110,101,114,84,114,101,101,44,48,41,44,105,61,48,59,105,60,114,46,108,101,110,103,116,104,59,105,43,43,41,123,118,97,114,32,97,61,114,91,105,93,59,97,46,95,108,105,115,116,101,110,101,114,115,61,110,117,108,108,125,101,108,115,101,32,116,104,105,115,46,95,101,118,101,110,116,115,38,38,40,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,61,110,117,108,108,41,59,114,101,116,117,114,110,32,116,104,105,115,125,44,99,46,112,114,111,116,111,116,121,112,101,46,108,105,115,116,101,110,101,114,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,104,105,115,46,119,105,108,100,99,97,114,100,41,123,118,97,114,32,101,61,91,93,44,114,61,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,63,116,46,115,112,108,105,116,40,116,104,105,115,46,100,101,108,105,109,105,116,101,114,41,58,116,46,115,108,105,99,101,40,41,59,114,101,116,117,114,110,32,117,46,99,97,108,108,40,116,104,105,115,44,101,44,114,44,116,104,105,115,46,108,105,115,116,101,110,101,114,84,114,101,101,44,48,41,44,101,125,114,101,116,117,114,110,32,116,104,105,115,46,95,101,118,101,110,116,115,124,124,111,46,99,97,108,108,40,116,104,105,115,41,44,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,124,124,40,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,61,91,93,41,44,110,40,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,41,124,124,40,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,61,91,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,93,41,44,116,104,105,115,46,95,101,118,101,110,116,115,91,116,93,125,44,99,46,112,114,111,116,111,116,121,112,101,46,101,118,101,110,116,78,97,109,101,115,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,107,101,121,115,40,116,104,105,115,46,95,101,118,101,110,116,115,41,125,44,99,46,112,114,111,116,111,116,121,112,101,46,108,105,115,116,101,110,101,114,67,111,117,110,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,108,105,115,116,101,110,101,114,115,40,116,41,46,108,101,110,103,116,104,125,44,99,46,112,114,111,116,111,116,121,112,101,46,108,105,115,116,101,110,101,114,115,65,110,121,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,97,108,108,63,116,104,105,115,46,95,97,108,108,58,91,93,125,44,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,101,38,38,101,46,97,109,100,63,101,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,99,125,41,41,58,116,46,101,120,112,111,114,116,115,61,99,125,40,41,125,41,41,44,77,61,76,46,69,118,101,110,116,69,109,105,116,116,101,114,50,59,102,117,110,99,116,105,111,110,32,73,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,46,109,111,100,101,108,91,101,93,46,97,112,112,108,121,40,116,46,109,111,100,101,108,44,110,41,125,118,97,114,32,36,61,102,117,110,99,116,105,111,110,40,101,41,123,102,117,110,99,116,105,111,110,32,110,40,101,41,123,109,40,116,104,105,115,44,110,41,59,118,97,114,32,114,61,119,40,116,104,105,115,44,40,110,46,95,95,112,114,111,116,111,95,95,124,124,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,110,41,41,46,99,97,108,108,40,116,104,105,115,41,41,44,105,61,114,59,105,46,95,108,97,115,116,83,101,108,101,99,116,101,100,78,111,100,101,44,105,46,95,109,117,116,101,100,61,33,49,44,105,46,97,108,108,111,119,115,76,111,97,100,69,118,101,110,116,115,61,33,49,44,105,46,98,97,116,99,104,105,110,103,61,48,44,105,46,105,100,61,104,40,41,44,105,46,105,110,105,116,105,97,108,105,122,101,100,61,33,49,44,105,46,105,115,68,121,110,97,109,105,99,61,33,49,44,105,46,111,112,116,115,61,101,44,105,46,112,114,101,118,101,110,116,68,101,115,101,108,101,99,116,105,111,110,61,33,49,44,105,46,99,111,110,102,105,103,61,116,46,100,101,102,97,117,108,116,115,68,101,101,112,40,123,125,44,101,44,123,97,108,108,111,119,76,111,97,100,69,118,101,110,116,115,58,91,93,44,99,104,101,99,107,98,111,120,58,123,97,117,116,111,67,104,101,99,107,67,104,105,108,100,114,101,110,58,33,48,125,44,99,111,110,116,101,120,116,77,101,110,117,58,33,49,44,100,97,116,97,58,33,49,44,101,100,105,116,97,98,108,101,58,33,49,44,101,100,105,116,105,110,103,58,123,97,100,100,58,33,49,44,101,100,105,116,58,33,49,44,114,101,109,111,118,101,58,33,49,125,44,110,111,100,101,115,58,123,114,101,115,101,116,83,116,97,116,101,79,110,82,101,115,116,111,114,101,58,33,48,125,44,112,97,103,105,110,97,116,105,111,110,58,123,108,105,109,105,116,58,45,49,125,44,114,101,110,100,101,114,101,114,58,33,49,44,115,101,97,114,99,104,58,123,109,97,116,99,104,101,114,58,33,49,44,109,97,116,99,104,80,114,111,99,101,115,115,111,114,58,33,49,125,44,115,101,108,101,99,116,105,111,110,58,123,97,108,108,111,119,58,116,46,110,111,111,112,44,97,117,116,111,68,101,115,101,108,101,99,116,58,33,48,44,97,117,116,111,83,101,108,101,99,116,67,104,105,108,100,114,101,110,58,33,49,44,100,105,115,97,98,108,101,68,105,114,101,99,116,68,101,115,101,108,101,99,116,105,111,110,58,33,49,44,109,111,100,101,58,34,100,101,102,97,117,108,116,34,44,109,117,108,116,105,112,108,101,58,33,49,44,114,101,113,117,105,114,101,58,33,49,125,44,115,104,111,119,67,104,101,99,107,98,111,120,101,115,58,33,49,44,115,111,114,116,58,33,49,125,41,44,34,99,104,101,99,107,98,111,120,34,61,61,61,105,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,109,111,100,101,38,38,40,105,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,97,117,116,111,83,101,108,101,99,116,67,104,105,108,100,114,101,110,61,33,48,44,105,46,111,110,40,34,110,111,100,101,46,99,104,101,99,107,101,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,101,108,101,99,116,101,100,40,41,124,124,116,46,115,101,108,101,99,116,40,33,48,41,125,41,41,44,105,46,111,110,40,34,110,111,100,101,46,115,101,108,101,99,116,101,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,99,104,101,99,107,101,100,40,41,124,124,116,46,99,104,101,99,107,40,33,48,41,125,41,41,44,105,46,111,110,40,34,110,111,100,101,46,117,110,99,104,101,99,107,101,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,101,108,101,99,116,101,100,40,41,38,38,116,46,100,101,115,101,108,101,99,116,40,33,48,41,125,41,41,44,105,46,111,110,40,34,110,111,100,101,46,100,101,115,101,108,101,99,116,101,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,99,104,101,99,107,101,100,40,41,38,38,116,46,117,110,99,104,101,99,107,40,33,48,41,125,41,41,41,44,105,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,97,117,116,111,83,101,108,101,99,116,67,104,105,108,100,114,101,110,38,38,40,105,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,109,117,108,116,105,112,108,101,61,33,48,44,105,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,97,117,116,111,68,101,115,101,108,101,99,116,61,33,49,41,44,101,46,101,100,105,116,97,98,108,101,38,38,33,101,46,101,100,105,116,105,110,103,38,38,40,105,46,99,111,110,102,105,103,46,101,100,105,116,105,110,103,46,97,100,100,61,33,48,44,105,46,99,111,110,102,105,103,46,101,100,105,116,105,110,103,46,101,100,105,116,61,33,48,44,105,46,99,111,110,102,105,103,46,101,100,105,116,105,110,103,46,114,101,109,111,118,101,61,33,48,41,44,116,46,105,115,70,117,110,99,116,105,111,110,40,101,46,115,101,97,114,99,104,41,38,38,40,105,46,99,111,110,102,105,103,46,115,101,97,114,99,104,61,123,109,97,116,99,104,101,114,58,101,46,115,101,97,114,99,104,44,109,97,116,99,104,80,114,111,99,101,115,115,111,114,58,33,49,125,41,44,105,46,100,101,102,97,117,108,116,83,116,97,116,101,61,123,99,111,108,108,97,112,115,101,100,58,33,48,44,101,100,105,116,97,98,108,101,58,116,46,103,101,116,40,105,44,34,99,111,110,102,105,103,46,101,100,105,116,105,110,103,46,101,100,105,116,34,41,44,101,100,105,116,105,110,103,58,33,49,44,100,114,97,103,103,97,98,108,101,58,33,48,44,34,100,114,111,112,45,116,97,114,103,101,116,34,58,33,48,44,102,111,99,117,115,101,100,58,33,49,44,104,105,100,100,101,110,58,33,49,44,105,110,100,101,116,101,114,109,105,110,97,116,101,58,33,49,44,108,111,97,100,105,110,103,58,33,49,44,109,97,116,99,104,101,100,58,33,49,44,114,101,109,111,118,101,100,58,33,49,44,114,101,110,100,101,114,101,100,58,33,49,44,115,101,108,101,99,116,97,98,108,101,58,33,48,44,115,101,108,101,99,116,101,100,58,33,49,125,44,105,46,97,108,108,111,119,115,76,111,97,100,69,118,101,110,116,115,61,116,46,105,115,65,114,114,97,121,40,105,46,99,111,110,102,105,103,46,97,108,108,111,119,76,111,97,100,69,118,101,110,116,115,41,38,38,105,46,99,111,110,102,105,103,46,97,108,108,111,119,76,111,97,100,69,118,101,110,116,115,46,108,101,110,103,116,104,62,48,44,105,46,105,115,68,121,110,97,109,105,99,61,116,46,105,115,70,117,110,99,116,105,111,110,40,105,46,99,111,110,102,105,103,46,100,97,116,97,41,59,118,97,114,32,111,61,105,46,101,109,105,116,59,114,101,116,117,114,110,32,105,46,101,109,105,116,61,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,33,105,46,105,115,69,118,101,110,116,77,117,116,101,100,40,101,41,41,123,105,102,40,116,46,105,115,70,117,110,99,116,105,111,110,40,116,46,103,101,116,40,97,114,103,117,109,101,110,116,115,44,34,91,49,93,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,34,41,41,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,91,49,93,59,110,46,116,114,101,101,68,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,61,33,49,44,110,46,112,114,101,118,101,110,116,84,114,101,101,68,101,102,97,117,108,116,61,102,117,110,99,116,105,111,110,40,41,123,110,46,116,114,101,101,68,101,102,97,117,108,116,80,114,101,118,101,110,116,101,100,61,33,48,125,125,111,46,97,112,112,108,121,40,105,44,97,114,103,117,109,101,110,116,115,41,125,125,44,105,46,109,111,100,101,108,61,110,101,119,32,67,40,105,41,44,105,46,99,111,110,102,105,103,46,100,97,116,97,38,38,105,46,108,111,97,100,40,105,46,99,111,110,102,105,103,46,100,97,116,97,41,44,105,46,105,110,105,116,105,97,108,105,122,101,100,61,33,48,44,114,125,114,101,116,117,114,110,32,121,40,110,44,101,41,44,98,40,110,44,91,123,107,101,121,58,34,97,100,100,78,111,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,97,100,100,78,111,100,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,97,100,100,78,111,100,101,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,116,104,105,115,59,116,104,105,115,46,98,97,116,99,104,40,41,59,118,97,114,32,114,61,110,101,119,32,67,40,116,104,105,115,41,59,114,101,116,117,114,110,32,116,46,101,97,99,104,40,101,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,46,112,117,115,104,40,110,46,97,100,100,78,111,100,101,40,116,41,41,125,41,41,44,116,104,105,115,46,101,110,100,40,41,44,114,125,125,44,123,107,101,121,58,34,97,112,112,108,121,67,104,97,110,103,101,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,98,97,116,99,104,105,110,103,62,48,124,124,116,104,105,115,46,101,109,105,116,40,34,99,104,97,110,103,101,115,46,97,112,112,108,105,101,100,34,41,125,125,44,123,107,101,121,58,34,97,118,97,105,108,97,98,108,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,97,118,97,105,108,97,98,108,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,98,97,116,99,104,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,98,97,116,99,104,105,110,103,60,48,38,38,40,116,104,105,115,46,98,97,116,99,104,105,110,103,61,48,41,44,116,104,105,115,46,98,97,116,99,104,105,110,103,43,43,125,125,44,123,107,101,121,58,34,98,108,117,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,98,108,117,114,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,98,108,117,114,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,98,108,117,114,68,101,101,112,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,98,111,117,110,100,105,110,103,78,111,100,101,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,46,116,114,97,110,115,102,111,114,109,40,97,114,103,117,109,101,110,116,115,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,91,101,46,105,110,100,101,120,80,97,116,104,40,41,46,114,101,112,108,97,99,101,40,47,92,46,47,103,44,34,34,41,93,61,101,125,41,44,123,125,41,44,110,61,116,46,115,111,114,116,66,121,40,79,98,106,101,99,116,46,107,101,121,115,40,101,41,41,44,114,61,95,40,110,41,44,105,61,114,91,48,93,44,111,61,114,46,115,108,105,99,101,40,49,41,59,114,101,116,117,114,110,91,116,46,103,101,116,40,101,44,105,41,44,116,46,103,101,116,40,101,44,111,41,93,125,125,44,123,107,101,121,58,34,99,97,110,65,117,116,111,68,101,115,101,108,101,99,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,97,117,116,111,68,101,115,101,108,101,99,116,38,38,33,116,104,105,115,46,112,114,101,118,101,110,116,68,101,115,101,108,101,99,116,105,111,110,125,125,44,123,107,101,121,58,34,99,104,101,99,107,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,99,104,101,99,107,101,100,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,99,108,101,97,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,99,108,101,97,110,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,99,108,101,97,114,83,101,97,114,99,104,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,109,97,116,99,104,101,100,40,41,46,115,116,97,116,101,40,34,109,97,116,99,104,101,100,34,44,33,49,41,44,116,104,105,115,46,115,104,111,119,68,101,101,112,40,41,46,99,111,108,108,97,112,115,101,68,101,101,112,40,41,46,116,114,101,101,40,41,125,125,44,123,107,101,121,58,34,99,108,111,110,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,99,108,111,110,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,99,111,108,108,97,112,115,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,99,111,108,108,97,112,115,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,99,111,108,108,97,112,115,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,99,111,108,108,97,112,115,101,100,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,99,111,108,108,97,112,115,101,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,99,111,108,108,97,112,115,101,68,101,101,112,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,99,111,110,99,97,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,99,111,110,99,97,116,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,99,111,112,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,99,111,112,121,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,99,114,101,97,116,101,78,111,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,46,105,115,84,114,101,101,78,111,100,101,40,116,41,63,116,58,65,40,116,104,105,115,44,116,41,125,125,44,123,107,101,121,58,34,100,101,101,112,101,115,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,100,101,101,112,101,115,116,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,100,101,115,101,108,101,99,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,100,101,115,101,108,101,99,116,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,100,101,115,101,108,101,99,116,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,100,101,115,101,108,101,99,116,68,101,101,112,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,100,105,115,97,98,108,101,68,101,115,101,108,101,99,116,105,111,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,109,117,108,116,105,112,108,101,38,38,40,116,104,105,115,46,112,114,101,118,101,110,116,68,101,115,101,108,101,99,116,105,111,110,61,33,48,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,101,97,99,104,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,101,97,99,104,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,101,118,101,114,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,101,118,101,114,121,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,101,100,105,116,97,98,108,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,101,100,105,116,97,98,108,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,101,100,105,116,105,110,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,101,100,105,116,105,110,103,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,101,110,97,98,108,101,68,101,115,101,108,101,99,116,105,111,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,112,114,101,118,101,110,116,68,101,115,101,108,101,99,116,105,111,110,61,33,49,44,116,104,105,115,125,125,44,123,107,101,121,58,34,101,110,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,98,97,116,99,104,105,110,103,45,45,44,48,61,61,61,116,104,105,115,46,98,97,116,99,104,105,110,103,38,38,116,104,105,115,46,97,112,112,108,121,67,104,97,110,103,101,115,40,41,125,125,44,123,107,101,121,58,34,101,120,112,97,110,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,101,120,112,97,110,100,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,101,120,112,97,110,100,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,101,120,112,97,110,100,68,101,101,112,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,101,120,112,97,110,100,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,101,120,112,97,110,100,101,100,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,101,120,116,114,97,99,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,101,120,116,114,97,99,116,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,102,105,108,116,101,114,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,102,105,108,116,101,114,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,102,105,108,116,101,114,66,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,102,105,108,116,101,114,66,121,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,102,108,97,116,116,101,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,102,108,97,116,116,101,110,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,102,111,99,117,115,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,102,111,99,117,115,101,100,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,102,111,114,69,97,99,104,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,101,97,99,104,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,103,101,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,103,101,116,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,104,105,100,100,101,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,104,105,100,100,101,110,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,104,105,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,104,105,100,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,104,105,100,101,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,104,105,100,101,68,101,101,112,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,105,110,100,101,120,79,102,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,105,110,100,101,120,79,102,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,105,110,115,101,114,116,65,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,105,110,115,101,114,116,65,116,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,105,110,118,111,107,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,105,110,118,111,107,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,105,110,118,111,107,101,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,105,110,118,111,107,101,68,101,101,112,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,105,115,69,118,101,110,116,77,117,116,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,105,115,66,111,111,108,101,97,110,40,116,104,105,115,46,109,117,116,101,100,40,41,41,63,116,104,105,115,46,109,117,116,101,100,40,41,58,116,46,105,110,99,108,117,100,101,115,40,116,104,105,115,46,109,117,116,101,100,40,41,44,101,41,125,125,44,123,107,101,121,58,34,105,115,84,114,101,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,32,105,110,115,116,97,110,99,101,111,102,32,110,125,125,44,123,107,101,121,58,34,106,111,105,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,106,111,105,110,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,108,97,115,116,83,101,108,101,99,116,101,100,78,111,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,108,97,115,116,83,101,108,101,99,116,101,100,78,111,100,101,125,125,44,123,107,101,121,58,34,108,111,97,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,116,104,105,115,44,114,61,110,101,119,32,103,40,40,102,117,110,99,116,105,111,110,40,114,44,105,41,123,118,97,114,32,111,61,102,117,110,99,116,105,111,110,40,101,44,111,41,123,105,102,40,33,116,46,105,115,65,114,114,97,121,76,105,107,101,40,101,41,41,114,101,116,117,114,110,32,105,40,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,76,111,97,100,101,114,32,114,101,113,117,105,114,101,115,32,97,110,32,97,114,114,97,121,45,108,105,107,101,32,96,110,111,100,101,115,96,32,112,97,114,97,109,101,116,101,114,46,34,41,41,59,33,110,46,105,110,105,116,105,97,108,105,122,101,100,38,38,116,46,105,115,65,114,114,97,121,76,105,107,101,40,101,41,63,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,110,46,101,109,105,116,40,34,100,97,116,97,46,108,111,97,100,101,100,34,44,101,41,125,41,41,58,110,46,101,109,105,116,40,34,100,97,116,97,46,108,111,97,100,101,100,34,44,101,41,59,118,97,114,32,97,61,68,40,110,44,101,41,59,110,46,99,111,110,102,105,103,46,100,101,102,101,114,114,101,100,76,111,97,100,105,110,103,63,110,46,109,111,100,101,108,61,110,46,109,111,100,101,108,46,99,111,110,99,97,116,40,97,41,58,110,46,109,111,100,101,108,61,97,44,110,46,109,111,100,101,108,46,95,112,97,103,105,110,97,116,105,111,110,46,116,111,116,97,108,61,101,46,108,101,110,103,116,104,44,116,46,112,97,114,115,101,73,110,116,40,111,41,62,101,46,108,101,110,103,116,104,38,38,40,110,46,109,111,100,101,108,46,95,112,97,103,105,110,97,116,105,111,110,46,116,111,116,97,108,61,116,46,112,97,114,115,101,73,110,116,40,111,41,41,44,111,124,124,110,46,109,111,100,101,108,46,114,101,99,117,114,115,101,68,111,119,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,104,97,115,67,104,105,108,100,114,101,110,40,41,38,38,40,116,46,99,104,105,108,100,114,101,110,46,95,112,97,103,105,110,97,116,105,111,110,46,116,111,116,97,108,61,116,46,99,104,105,108,100,114,101,110,46,108,101,110,103,116,104,41,125,41,41,44,110,46,99,111,110,102,105,103,46,115,101,108,101,99,116,105,111,110,46,114,101,113,117,105,114,101,38,38,33,110,46,115,101,108,101,99,116,101,100,40,41,46,108,101,110,103,116,104,38,38,110,46,115,101,108,101,99,116,70,105,114,115,116,65,118,97,105,108,97,98,108,101,78,111,100,101,40,41,59,118,97,114,32,115,61,102,117,110,99,116,105,111,110,40,41,123,110,46,101,109,105,116,40,34,109,111,100,101,108,46,108,111,97,100,101,100,34,44,110,46,109,111,100,101,108,41,44,114,40,110,46,109,111,100,101,108,41,44,110,46,97,112,112,108,121,67,104,97,110,103,101,115,40,41,125,59,33,110,46,105,110,105,116,105,97,108,105,122,101,100,38,38,116,46,105,115,65,114,114,97,121,40,101,41,63,115,101,116,84,105,109,101,111,117,116,40,115,41,58,115,40,41,125,59,105,102,40,116,46,105,115,65,114,114,97,121,76,105,107,101,40,101,41,41,111,40,101,41,59,101,108,115,101,32,105,102,40,116,46,105,115,70,117,110,99,116,105,111,110,40,101,41,41,123,118,97,114,32,97,61,101,40,110,117,108,108,44,111,44,105,44,110,46,112,97,103,105,110,97,116,105,111,110,40,41,41,59,97,38,38,40,101,61,97,41,125,116,46,105,115,79,98,106,101,99,116,40,101,41,63,84,40,101,41,46,116,104,101,110,40,111,41,46,99,97,116,99,104,40,105,41,58,101,114,114,111,114,40,110,101,119,32,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,100,97,116,97,32,108,111,97,100,101,114,46,34,41,41,125,41,41,59,114,101,116,117,114,110,32,114,46,99,97,116,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,46,101,109,105,116,40,34,100,97,116,97,46,108,111,97,100,101,114,114,111,114,34,44,116,41,125,41,41,44,116,104,105,115,46,95,108,111,97,100,101,114,61,123,112,114,111,109,105,115,101,58,114,125,44,114,125,125,44,123,107,101,121,58,34,108,111,97,100,105,110,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,108,111,97,100,105,110,103,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,108,111,97,100,77,111,114,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,108,111,97,100,77,111,114,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,109,97,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,109,97,112,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,109,97,116,99,104,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,109,97,116,99,104,101,100,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,109,111,118,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,109,111,118,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,109,117,116,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,105,115,83,116,114,105,110,103,40,101,41,124,124,116,46,105,115,65,114,114,97,121,40,101,41,63,116,104,105,115,46,95,109,117,116,101,100,61,116,46,99,97,115,116,65,114,114,97,121,40,101,41,58,116,104,105,115,46,95,109,117,116,101,100,61,33,48,44,116,104,105,115,125,125,44,123,107,101,121,58,34,109,117,116,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,95,109,117,116,101,100,125,125,44,123,107,101,121,58,34,110,111,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,110,111,100,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,110,111,100,101,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,110,111,100,101,115,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,112,97,103,105,110,97,116,105,111,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,112,97,103,105,110,97,116,105,111,110,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,112,111,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,112,111,112,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,112,117,115,104,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,112,117,115,104,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,114,101,99,117,114,115,101,68,111,119,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,114,101,99,117,114,115,101,68,111,119,110,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,114,101,100,117,99,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,114,101,100,117,99,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,114,101,100,117,99,101,82,105,103,104,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,114,101,100,117,99,101,82,105,103,104,116,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,114,101,108,111,97,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,114,101,109,111,118,101,65,108,108,40,41,44,116,104,105,115,46,108,111,97,100,40,116,104,105,115,46,111,112,116,115,46,100,97,116,97,124,124,116,104,105,115,46,99,111,110,102,105,103,46,100,97,116,97,41,125,125,44,123,107,101,121,58,34,114,101,109,111,118,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,114,101,109,111,118,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,114,101,109,111,118,101,65,108,108,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,109,111,100,101,108,61,110,101,119,32,67,40,116,104,105,115,41,44,116,104,105,115,46,97,112,112,108,121,67,104,97,110,103,101,115,40,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,114,101,109,111,118,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,114,101,109,111,118,101,100,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,114,101,115,116,111,114,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,114,101,115,116,111,114,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,114,101,115,116,111,114,101,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,114,101,115,116,111,114,101,68,101,101,112,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,114,101,118,101,114,115,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,114,101,118,101,114,115,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,101,97,114,99,104,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,116,104,105,115,44,105,61,116,104,105,115,46,99,111,110,102,105,103,46,115,101,97,114,99,104,44,111,61,105,46,109,97,116,99,104,101,114,44,97,61,105,46,109,97,116,99,104,80,114,111,99,101,115,115,111,114,59,114,101,116,117,114,110,33,101,124,124,116,46,105,115,83,116,114,105,110,103,40,101,41,38,38,116,46,105,115,69,109,112,116,121,40,101,41,63,103,46,114,101,115,111,108,118,101,40,116,104,105,115,46,99,108,101,97,114,83,101,97,114,99,104,40,41,41,58,40,116,104,105,115,46,98,97,116,99,104,40,41,44,116,104,105,115,46,114,101,99,117,114,115,101,68,111,119,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,116,97,116,101,40,34,104,105,100,100,101,110,34,44,33,48,41,44,116,46,115,116,97,116,101,40,34,109,97,116,99,104,101,100,34,44,33,49,41,125,41,41,44,116,104,105,115,46,101,110,100,40,41,44,111,61,116,46,105,115,70,117,110,99,116,105,111,110,40,111,41,63,111,58,102,117,110,99,116,105,111,110,40,101,44,110,41,123,118,97,114,32,105,61,110,101,119,32,67,40,114,41,59,116,46,105,115,83,116,114,105,110,103,40,101,41,38,38,40,101,61,110,101,119,32,82,101,103,69,120,112,40,101,44,34,105,34,41,41,59,118,97,114,32,111,61,118,111,105,100,32,48,59,111,61,116,46,105,115,82,101,103,69,120,112,40,101,41,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,116,101,115,116,40,116,46,116,101,120,116,41,125,58,101,44,114,46,109,111,100,101,108,46,114,101,99,117,114,115,101,68,111,119,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,114,101,109,111,118,101,100,40,41,124,124,111,40,116,41,38,38,105,46,112,117,115,104,40,116,41,125,41,41,44,110,40,105,41,125,44,97,61,116,46,105,115,70,117,110,99,116,105,111,110,40,97,41,63,97,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,101,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,104,111,119,40,41,46,115,116,97,116,101,40,34,109,97,116,99,104,101,100,34,44,33,48,41,44,116,46,101,120,112,97,110,100,80,97,114,101,110,116,115,40,41,46,99,111,108,108,97,112,115,101,40,41,44,116,46,104,97,115,67,104,105,108,100,114,101,110,40,41,38,38,116,46,99,104,105,108,100,114,101,110,46,115,104,111,119,68,101,101,112,40,41,125,41,41,125,44,110,101,119,32,103,40,40,102,117,110,99,116,105,111,110,40,105,44,115,41,123,111,40,101,44,40,102,117,110,99,116,105,111,110,40,101,41,123,110,46,105,115,84,114,101,101,78,111,100,101,115,40,101,41,124,124,40,101,61,114,46,110,111,100,101,115,40,116,46,109,97,112,40,101,44,34,105,100,34,41,41,41,44,114,46,98,97,116,99,104,40,41,44,97,40,101,41,44,114,46,101,110,100,40,41,44,105,40,101,41,125,41,44,115,41,125,41,41,41,125,125,44,123,107,101,121,58,34,115,101,108,101,99,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,115,101,108,101,99,116,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,101,108,101,99,116,97,98,108,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,115,101,108,101,99,116,97,98,108,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,101,108,101,99,116,66,101,116,119,101,101,110,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,104,105,115,46,98,97,116,99,104,40,41,59,118,97,114,32,110,61,116,46,110,101,120,116,86,105,115,105,98,108,101,78,111,100,101,40,41,59,119,104,105,108,101,40,110,46,105,100,33,61,61,101,46,105,100,41,110,46,115,101,108,101,99,116,40,41,44,110,61,110,46,110,101,120,116,86,105,115,105,98,108,101,78,111,100,101,40,41,59,114,101,116,117,114,110,32,116,104,105,115,46,101,110,100,40,41,44,116,104,105,115,125,125,44,123,107,101,121,58,34,115,101,108,101,99,116,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,115,101,108,101,99,116,68,101,101,112,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,101,108,101,99,116,101,100,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,115,101,108,101,99,116,101,100,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,101,108,101,99,116,70,105,114,115,116,65,118,97,105,108,97,98,108,101,78,111,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,109,111,100,101,108,46,102,105,108,116,101,114,66,121,40,34,97,118,97,105,108,97,98,108,101,34,41,46,103,101,116,40,48,41,59,114,101,116,117,114,110,32,116,38,38,116,46,115,101,108,101,99,116,40,41,44,116,125,125,44,123,107,101,121,58,34,115,104,105,102,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,115,104,105,102,116,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,104,111,119,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,115,104,111,119,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,104,111,119,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,115,104,111,119,68,101,101,112,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,108,105,99,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,115,108,105,99,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,111,102,116,82,101,109,111,118,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,115,111,102,116,82,101,109,111,118,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,111,109,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,115,111,109,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,111,114,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,115,111,114,116,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,111,114,116,66,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,115,111,114,116,66,121,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,112,108,105,99,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,115,108,105,99,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,116,97,116,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,115,116,97,116,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,116,97,116,101,68,101,101,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,115,116,97,116,101,68,101,101,112,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,115,119,97,112,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,115,119,97,112,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,116,111,65,114,114,97,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,116,111,65,114,114,97,121,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,116,111,83,116,114,105,110,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,116,111,83,116,114,105,110,103,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,117,110,109,117,116,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,105,115,83,116,114,105,110,103,40,101,41,124,124,116,46,105,115,65,114,114,97,121,40,101,41,63,40,116,104,105,115,46,95,109,117,116,101,100,61,116,46,100,105,102,102,101,114,101,110,99,101,40,116,104,105,115,46,95,109,117,116,101,100,44,116,46,99,97,115,116,65,114,114,97,121,40,101,41,41,44,116,104,105,115,46,95,109,117,116,101,100,46,108,101,110,103,116,104,124,124,40,116,104,105,115,46,95,109,117,116,101,100,61,33,49,41,41,58,116,104,105,115,46,95,109,117,116,101,100,61,33,49,44,116,104,105,115,125,125,44,123,107,101,121,58,34,117,110,115,104,105,102,116,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,117,110,115,104,105,102,116,34,44,97,114,103,117,109,101,110,116,115,41,125,125,44,123,107,101,121,58,34,118,105,115,105,98,108,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,73,40,116,104,105,115,44,34,118,105,115,105,98,108,101,34,44,97,114,103,117,109,101,110,116,115,41,125,125,93,44,91,123,107,101,121,58,34,105,115,84,114,101,101,78,111,100,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,32,105,110,115,116,97,110,99,101,111,102,32,69,125,125,44,123,107,101,121,58,34,105,115,84,114,101,101,78,111,100,101,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,32,105,110,115,116,97,110,99,101,111,102,32,67,125,125,93,41,44,110,125,40,77,41,59,114,101,116,117,114,110,32,36,125,41,41,125,41,46,99,97,108,108,40,116,104,105,115,44,110,40,34,99,56,98,97,34,41,44,110,40,34,52,51,54,50,34,41,41,125,44,99,101,98,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,54,51,53,34,41,44,105,61,110,40,34,54,55,52,52,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,40,105,40,116,41,41,125,125,44,99,101,101,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,99,53,51,50,34,41,44,105,61,110,40,34,49,100,50,98,34,41,44,111,61,110,40,34,48,97,48,54,34,41,44,97,61,110,40,34,52,97,55,98,34,41,44,115,61,110,40,34,50,52,52,52,34,41,59,102,117,110,99,116,105,111,110,32,99,40,116,41,123,118,97,114,32,101,61,110,101,119,32,111,40,116,41,44,110,61,105,40,111,46,112,114,111,116,111,116,121,112,101,46,114,101,113,117,101,115,116,44,101,41,59,114,101,116,117,114,110,32,114,46,101,120,116,101,110,100,40,110,44,111,46,112,114,111,116,111,116,121,112,101,44,101,41,44,114,46,101,120,116,101,110,100,40,110,44,101,41,44,110,125,118,97,114,32,117,61,99,40,115,41,59,117,46,65,120,105,111,115,61,111,44,117,46,99,114,101,97,116,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,99,40,97,40,117,46,100,101,102,97,117,108,116,115,44,116,41,41,125,44,117,46,67,97,110,99,101,108,61,110,40,34,55,97,55,55,34,41,44,117,46,67,97,110,99,101,108,84,111,107,101,110,61,110,40,34,56,100,102,52,34,41,44,117,46,105,115,67,97,110,99,101,108,61,110,40,34,50,101,54,55,34,41,44,117,46,97,108,108,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,80,114,111,109,105,115,101,46,97,108,108,40,116,41,125,44,117,46,115,112,114,101,97,100,61,110,40,34,48,100,102,54,34,41,44,117,46,105,115,65,120,105,111,115,69,114,114,111,114,61,110,40,34,53,102,48,50,34,41,44,116,46,101,120,112,111,114,116,115,61,117,44,116,46,101,120,112,111,114,116,115,46,100,101,102,97,117,108,116,61,117,125,44,99,102,100,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,57,51,51,101,34,41,40,34,85,105,110,116,49,54,34,44,50,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,101,44,110,44,114,41,125,125,41,41,125,44,100,48,49,50,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,123,125,125,44,100,48,51,57,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,116,114,121,123,114,101,116,117,114,110,33,33,116,40,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,114,101,116,117,114,110,33,48,125,125,125,44,100,48,54,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,52,50,56,102,34,41,44,105,61,110,40,34,100,97,56,52,34,41,44,111,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,63,116,58,118,111,105,100,32,48,125,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,50,63,111,40,114,91,116,93,41,124,124,111,40,105,91,116,93,41,58,114,91,116,93,38,38,114,91,116,93,91,101,93,124,124,105,91,116,93,38,38,105,91,116,93,91,101,93,125,125,44,100,49,48,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,99,101,98,54,34,41,44,111,61,110,40,34,53,56,100,49,34,41,59,114,40,114,46,83,44,34,83,116,114,105,110,103,34,44,123,114,97,119,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,105,40,116,46,114,97,119,41,44,110,61,111,40,101,46,108,101,110,103,116,104,41,44,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,97,61,91,93,44,115,61,48,59,119,104,105,108,101,40,110,62,115,41,97,46,112,117,115,104,40,83,116,114,105,110,103,40,101,91,115,43,43,93,41,41,44,115,60,114,38,38,97,46,112,117,115,104,40,83,116,114,105,110,103,40,97,114,103,117,109,101,110,116,115,91,115,93,41,41,59,114,101,116,117,114,110,32,97,46,106,111,105,110,40,34,34,41,125,125,41,125,44,100,49,55,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,77,97,116,104,46,97,116,97,110,104,59,114,40,114,46,83,43,114,46,70,42,33,40,105,38,38,49,47,105,40,45,48,41,60,48,41,44,34,77,97,116,104,34,44,123,97,116,97,110,104,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,48,61,61,40,116,61,43,116,41,63,116,58,77,97,116,104,46,108,111,103,40,40,49,43,116,41,47,40,49,45,116,41,41,47,50,125,125,41,125,44,100,49,101,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,123,125,46,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,44,105,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,44,111,61,105,38,38,33,114,46,99,97,108,108,40,123,49,58,50,125,44,49,41,59,101,46,102,61,111,63,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,105,40,116,104,105,115,44,116,41,59,114,101,116,117,114,110,33,33,101,38,38,101,46,101,110,117,109,101,114,97,98,108,101,125,58,114,125,44,100,50,56,98,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,55,52,54,102,34,41,59,114,40,34,105,116,101,114,97,116,111,114,34,41,125,44,100,50,98,98,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,56,50,53,97,34,41,44,105,61,110,40,34,51,98,98,101,34,41,59,116,46,101,120,112,111,114,116,115,61,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,124,124,40,34,95,95,112,114,111,116,111,95,95,34,105,110,123,125,63,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,33,49,44,110,61,123,125,59,116,114,121,123,116,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,40,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,44,34,95,95,112,114,111,116,111,95,95,34,41,46,115,101,116,44,116,46,99,97,108,108,40,110,44,91,93,41,44,101,61,110,32,105,110,115,116,97,110,99,101,111,102,32,65,114,114,97,121,125,99,97,116,99,104,40,101,114,114,111,114,41,123,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,44,111,41,123,114,101,116,117,114,110,32,114,40,110,41,44,105,40,111,41,44,101,63,116,46,99,97,108,108,40,110,44,111,41,58,110,46,95,95,112,114,111,116,111,95,95,61,111,44,110,125,125,40,41,58,118,111,105,100,32,48,41,125,44,100,51,48,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,57,51,51,101,34,41,40,34,73,110,116,56,34,44,49,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,101,44,110,44,114,41,125,125,41,41,125,44,100,51,55,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,78,117,109,98,101,114,34,44,123,105,115,78,97,78,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,33,61,116,125,125,41,125,44,100,51,56,99,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,101,120,112,111,114,116,115,61,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,119,105,110,100,111,119,38,38,119,105,110,100,111,119,46,77,97,116,104,61,61,77,97,116,104,63,119,105,110,100,111,119,58,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,115,101,108,102,38,38,115,101,108,102,46,77,97,116,104,61,61,77,97,116,104,63,115,101,108,102,58,70,117,110,99,116,105,111,110,40,34,114,101,116,117,114,110,32,116,104,105,115,34,41,40,41,59,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,95,95,103,38,38,40,95,95,103,61,110,41,125,44,100,51,98,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,48,101,101,34,41,44,105,61,110,40,34,54,101,101,98,34,41,44,111,61,110,40,34,98,48,52,49,34,41,59,114,124,124,105,40,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,44,34,116,111,83,116,114,105,110,103,34,44,111,44,123,117,110,115,97,102,101,58,33,48,125,41,125,44,100,52,48,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,55,52,56,48,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,114,40,116,41,44,118,111,105,100,32,48,61,61,61,101,41,114,101,116,117,114,110,32,116,59,115,119,105,116,99,104,40,110,41,123,99,97,115,101,32,49,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,41,125,59,99,97,115,101,32,50,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,44,114,41,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,44,114,41,125,59,99,97,115,101,32,51,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,44,114,44,105,41,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,44,114,44,105,41,125,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,101,44,97,114,103,117,109,101,110,116,115,41,125,125,125,44,100,52,52,101,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,57,98,102,50,34,41,46,102,44,105,61,110,40,34,53,49,51,53,34,41,44,111,61,110,40,34,98,54,50,50,34,41,44,97,61,111,40,34,116,111,83,116,114,105,110,103,84,97,103,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,38,38,33,105,40,116,61,110,63,116,58,116,46,112,114,111,116,111,116,121,112,101,44,97,41,38,38,114,40,116,44,97,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,118,97,108,117,101,58,101,125,41,125,125,44,100,52,101,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,114,40,116,44,101,41,123,105,102,40,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,101,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,110,111,116,32,99,97,108,108,32,97,32,99,108,97,115,115,32,97,115,32,97,32,102,117,110,99,116,105,111,110,34,41,125,110,46,100,40,101,44,34,97,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,125,41,41,125,44,100,54,98,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,53,53,97,34,41,44,105,61,110,40,34,99,57,49,52,34,41,46,115,101,116,44,111,61,114,46,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,124,124,114,46,87,101,98,75,105,116,77,117,116,97,116,105,111,110,79,98,115,101,114,118,101,114,44,97,61,114,46,112,114,111,99,101,115,115,44,115,61,114,46,80,114,111,109,105,115,101,44,99,61,34,112,114,111,99,101,115,115,34,61,61,110,40,34,100,102,97,53,34,41,40,97,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,44,110,44,117,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,114,44,105,59,99,38,38,40,114,61,97,46,100,111,109,97,105,110,41,38,38,114,46,101,120,105,116,40,41,59,119,104,105,108,101,40,116,41,123,105,61,116,46,102,110,44,116,61,116,46,110,101,120,116,59,116,114,121,123,105,40,41,125,99,97,116,99,104,40,111,41,123,116,104,114,111,119,32,116,63,110,40,41,58,101,61,118,111,105,100,32,48,44,111,125,125,101,61,118,111,105,100,32,48,44,114,38,38,114,46,101,110,116,101,114,40,41,125,59,105,102,40,99,41,110,61,102,117,110,99,116,105,111,110,40,41,123,97,46,110,101,120,116,84,105,99,107,40,117,41,125,59,101,108,115,101,32,105,102,40,33,111,124,124,114,46,110,97,118,105,103,97,116,111,114,38,38,114,46,110,97,118,105,103,97,116,111,114,46,115,116,97,110,100,97,108,111,110,101,41,105,102,40,115,38,38,115,46,114,101,115,111,108,118,101,41,123,118,97,114,32,108,61,115,46,114,101,115,111,108,118,101,40,118,111,105,100,32,48,41,59,110,61,102,117,110,99,116,105,111,110,40,41,123,108,46,116,104,101,110,40,117,41,125,125,101,108,115,101,32,110,61,102,117,110,99,116,105,111,110,40,41,123,105,46,99,97,108,108,40,114,44,117,41,125,59,101,108,115,101,123,118,97,114,32,102,61,33,48,44,104,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,84,101,120,116,78,111,100,101,40,34,34,41,59,110,101,119,32,111,40,117,41,46,111,98,115,101,114,118,101,40,104,44,123,99,104,97,114,97,99,116,101,114,68,97,116,97,58,33,48,125,41,44,110,61,102,117,110,99,116,105,111,110,40,41,123,104,46,100,97,116,97,61,102,61,33,102,125,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,114,41,123,118,97,114,32,105,61,123,102,110,58,114,44,110,101,120,116,58,118,111,105,100,32,48,125,59,101,38,38,40,101,46,110,101,120,116,61,105,41,44,116,124,124,40,116,61,105,44,110,40,41,41,44,101,61,105,125,125,125,44,100,55,56,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,97,99,49,102,34,41,59,118,97,114,32,114,61,110,40,34,54,101,101,98,34,41,44,105,61,110,40,34,57,50,54,51,34,41,44,111,61,110,40,34,100,48,51,57,34,41,44,97,61,110,40,34,98,54,50,50,34,41,44,115,61,110,40,34,57,49,49,50,34,41,44,99,61,97,40,34,115,112,101,99,105,101,115,34,41,44,117,61,82,101,103,69,120,112,46,112,114,111,116,111,116,121,112,101,44,108,61,33,111,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,47,46,47,59,114,101,116,117,114,110,32,116,46,101,120,101,99,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,114,101,116,117,114,110,32,116,46,103,114,111,117,112,115,61,123,97,58,34,55,34,125,44,116,125,44,34,55,34,33,61,61,34,34,46,114,101,112,108,97,99,101,40,116,44,34,36,60,97,62,34,41,125,41,41,44,102,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,36,48,34,61,61,61,34,97,34,46,114,101,112,108,97,99,101,40,47,46,47,44,34,36,48,34,41,125,40,41,44,104,61,97,40,34,114,101,112,108,97,99,101,34,41,44,100,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,33,47,46,47,91,104,93,38,38,34,34,61,61,61,47,46,47,91,104,93,40,34,97,34,44,34,36,48,34,41,125,40,41,44,112,61,33,111,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,47,40,63,58,41,47,44,101,61,116,46,101,120,101,99,59,116,46,101,120,101,99,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,59,118,97,114,32,110,61,34,97,98,34,46,115,112,108,105,116,40,116,41,59,114,101,116,117,114,110,32,50,33,61,61,110,46,108,101,110,103,116,104,124,124,34,97,34,33,61,61,110,91,48,93,124,124,34,98,34,33,61,61,110,91,49,93,125,41,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,104,41,123,118,97,114,32,118,61,97,40,116,41,44,103,61,33,111,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,123,125,59,114,101,116,117,114,110,32,101,91,118,93,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,125,44,55,33,61,34,34,91,116,93,40,101,41,125,41,41,44,109,61,103,38,38,33,111,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,33,49,44,110,61,47,97,47,59,114,101,116,117,114,110,34,115,112,108,105,116,34,61,61,61,116,38,38,40,110,61,123,125,44,110,46,99,111,110,115,116,114,117,99,116,111,114,61,123,125,44,110,46,99,111,110,115,116,114,117,99,116,111,114,91,99,93,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,125,44,110,46,102,108,97,103,115,61,34,34,44,110,91,118,93,61,47,46,47,91,118,93,41,44,110,46,101,120,101,99,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,61,33,48,44,110,117,108,108,125,44,110,91,118,93,40,34,34,41,44,33,101,125,41,41,59,105,102,40,33,103,124,124,33,109,124,124,34,114,101,112,108,97,99,101,34,61,61,61,116,38,38,40,33,108,124,124,33,102,124,124,100,41,124,124,34,115,112,108,105,116,34,61,61,61,116,38,38,33,112,41,123,118,97,114,32,98,61,47,46,47,91,118,93,44,121,61,110,40,118,44,34,34,91,116,93,44,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,111,41,123,118,97,114,32,97,61,101,46,101,120,101,99,59,114,101,116,117,114,110,32,97,61,61,61,105,124,124,97,61,61,61,117,46,101,120,101,99,63,103,38,38,33,111,63,123,100,111,110,101,58,33,48,44,118,97,108,117,101,58,98,46,99,97,108,108,40,101,44,110,44,114,41,125,58,123,100,111,110,101,58,33,48,44,118,97,108,117,101,58,116,46,99,97,108,108,40,110,44,101,44,114,41,125,58,123,100,111,110,101,58,33,49,125,125,41,44,123,82,69,80,76,65,67,69,95,75,69,69,80,83,95,36,48,58,102,44,82,69,71,69,88,80,95,82,69,80,76,65,67,69,95,83,85,66,83,84,73,84,85,84,69,83,95,85,78,68,69,70,73,78,69,68,95,67,65,80,84,85,82,69,58,100,125,41,44,119,61,121,91,48,93,44,95,61,121,91,49,93,59,114,40,83,116,114,105,110,103,46,112,114,111,116,111,116,121,112,101,44,116,44,119,41,44,114,40,117,44,118,44,50,61,61,101,63,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,95,46,99,97,108,108,40,116,44,116,104,105,115,44,101,41,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,95,46,99,97,108,108,40,116,44,116,104,105,115,41,125,41,125,104,38,38,115,40,117,91,118,93,44,34,115,104,97,109,34,44,33,48,41,125,125,44,100,55,98,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,57,101,50,100,34,41,40,49,41,59,114,40,114,46,80,43,114,46,70,42,33,110,40,34,54,48,97,49,34,41,40,91,93,46,109,97,112,44,33,48,41,44,34,65,114,114,97,121,34,44,123,109,97,112,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,125,125,41,125,44,100,56,49,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,98,55,50,55,34,41,46,109,97,112,44,111,61,110,40,34,49,100,100,101,34,41,44,97,61,111,40,34,109,97,112,34,41,59,114,40,123,116,97,114,103,101,116,58,34,65,114,114,97,121,34,44,112,114,111,116,111,58,33,48,44,102,111,114,99,101,100,58,33,97,125,44,123,109,97,112,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,63,97,114,103,117,109,101,110,116,115,91,49,93,58,118,111,105,100,32,48,41,125,125,41,125,44,100,56,98,50,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,77,97,116,104,46,99,101,105,108,44,114,61,77,97,116,104,46,102,108,111,111,114,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,115,78,97,78,40,116,61,43,116,41,63,48,58,40,116,62,48,63,114,58,110,41,40,116,41,125,125,44,100,57,50,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,47,94,40,91,97,45,122,93,91,97,45,122,92,100,92,43,92,45,92,46,93,42,58,41,63,92,47,92,47,47,105,46,116,101,115,116,40,116,41,125,125,44,100,57,97,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,57,101,50,100,34,41,40,50,41,59,114,40,114,46,80,43,114,46,70,42,33,110,40,34,54,48,97,49,34,41,40,91,93,46,102,105,108,116,101,114,44,33,48,41,44,34,65,114,114,97,121,34,44,123,102,105,108,116,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,104,105,115,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,125,125,41,125,44,100,57,98,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,77,97,116,104,34,44,123,116,114,117,110,99,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,40,116,62,48,63,77,97,116,104,46,102,108,111,111,114,58,77,97,116,104,46,99,101,105,108,41,40,116,41,125,125,41,125,44,100,97,56,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,77,97,116,104,61,61,77,97,116,104,38,38,116,125,59,116,46,101,120,112,111,114,116,115,61,110,40,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,103,108,111,98,97,108,84,104,105,115,38,38,103,108,111,98,97,108,84,104,105,115,41,124,124,110,40,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,38,38,119,105,110,100,111,119,41,124,124,110,40,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,115,101,108,102,38,38,115,101,108,102,41,124,124,110,40,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,101,38,38,101,41,124,124,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,40,41,124,124,70,117,110,99,116,105,111,110,40,34,114,101,116,117,114,110,32,116,104,105,115,34,41,40,41,125,41,46,99,97,108,108,40,116,104,105,115,44,110,40,34,99,56,98,97,34,41,41,125,44,100,98,48,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,80,44,34,65,114,114,97,121,34,44,123,102,105,108,108,58,110,40,34,56,100,50,57,34,41,125,41,44,110,40,34,55,54,55,49,34,41,40,34,102,105,108,108,34,41,125,44,100,98,98,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,56,51,97,98,34,41,44,111,61,110,40,34,53,54,101,102,34,41,44,97,61,110,40,34,102,99,54,97,34,41,44,115,61,110,40,34,48,54,99,102,34,41,44,99,61,110,40,34,56,52,49,56,34,41,59,114,40,123,116,97,114,103,101,116,58,34,79,98,106,101,99,116,34,44,115,116,97,116,58,33,48,44,115,104,97,109,58,33,105,125,44,123,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,61,97,40,116,41,44,105,61,115,46,102,44,117,61,111,40,114,41,44,108,61,123,125,44,102,61,48,59,119,104,105,108,101,40,117,46,108,101,110,103,116,104,62,102,41,110,61,105,40,114,44,101,61,117,91,102,43,43,93,41,44,118,111,105,100,32,48,33,61,61,110,38,38,99,40,108,44,101,44,110,41,59,114,101,116,117,114,110,32,108,125,125,41,125,44,100,98,99,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,53,53,97,34,41,44,105,61,110,40,34,48,102,50,54,34,41,44,111,61,110,40,34,54,55,51,57,34,41,44,97,61,110,40,34,57,51,51,54,34,41,40,34,115,112,101,99,105,101,115,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,114,91,116,93,59,111,38,38,101,38,38,33,101,91,97,93,38,38,105,46,102,40,101,44,97,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,125,125,41,125,125,44,100,99,101,98,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,51,54,48,49,34,41,59,118,97,114,32,114,61,110,40,34,52,50,101,101,34,41,44,105,61,110,40,34,99,54,54,57,34,41,44,111,61,110,40,34,54,55,51,57,34,41,44,97,61,34,116,111,83,116,114,105,110,103,34,44,115,61,47,46,47,91,97,93,44,99,61,102,117,110,99,116,105,111,110,40,116,41,123,110,40,34,98,100,52,55,34,41,40,82,101,103,69,120,112,46,112,114,111,116,111,116,121,112,101,44,97,44,116,44,33,48,41,125,59,110,40,34,98,52,54,48,34,41,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,47,97,47,98,34,33,61,115,46,99,97,108,108,40,123,115,111,117,114,99,101,58,34,97,34,44,102,108,97,103,115,58,34,98,34,125,41,125,41,41,63,99,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,114,40,116,104,105,115,41,59,114,101,116,117,114,110,34,47,34,46,99,111,110,99,97,116,40,116,46,115,111,117,114,99,101,44,34,47,34,44,34,102,108,97,103,115,34,105,110,32,116,63,116,46,102,108,97,103,115,58,33,111,38,38,116,32,105,110,115,116,97,110,99,101,111,102,32,82,101,103,69,120,112,63,105,46,99,97,108,108,40,116,41,58,118,111,105,100,32,48,41,125,41,41,58,115,46,110,97,109,101,33,61,97,38,38,99,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,115,46,99,97,108,108,40,116,104,105,115,41,125,41,41,125,44,100,100,98,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,97,56,52,34,41,44,105,61,110,40,34,102,100,98,99,34,41,44,111,61,110,40,34,101,50,54,48,34,41,44,97,61,110,40,34,57,49,49,50,34,41,44,115,61,110,40,34,98,54,50,50,34,41,44,99,61,115,40,34,105,116,101,114,97,116,111,114,34,41,44,117,61,115,40,34,116,111,83,116,114,105,110,103,84,97,103,34,41,44,108,61,111,46,118,97,108,117,101,115,59,102,111,114,40,118,97,114,32,102,32,105,110,32,105,41,123,118,97,114,32,104,61,114,91,102,93,44,100,61,104,38,38,104,46,112,114,111,116,111,116,121,112,101,59,105,102,40,100,41,123,105,102,40,100,91,99,93,33,61,61,108,41,116,114,121,123,97,40,100,44,99,44,108,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,100,91,99,93,61,108,125,105,102,40,100,91,117,93,124,124,97,40,100,44,117,44,102,41,44,105,91,102,93,41,102,111,114,40,118,97,114,32,112,32,105,110,32,111,41,105,102,40,100,91,112,93,33,61,61,111,91,112,93,41,116,114,121,123,97,40,100,44,112,44,111,91,112,93,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,100,91,112,93,61,111,91,112,93,125,125,125,125,44,100,100,101,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,68,97,116,101,34,44,123,110,111,119,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,40,110,101,119,32,68,97,116,101,41,46,103,101,116,84,105,109,101,40,41,125,125,41,125,44,100,102,50,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,54,51,57,55,34,41,40,34,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,40,34,101,99,52,55,34,41,46,102,125,41,41,125,44,100,102,50,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,100,102,55,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,97,56,52,34,41,44,105,61,110,40,34,55,56,51,57,34,41,59,116,46,101,120,112,111,114,116,115,61,79,98,106,101,99,116,46,107,101,121,115,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,40,116,44,105,41,125,125,44,100,102,55,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,40,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,110,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,48,44,114,61,116,46,108,101,110,103,116,104,45,49,59,114,62,61,48,59,114,45,45,41,123,118,97,114,32,105,61,116,91,114,93,59,34,46,34,61,61,61,105,63,116,46,115,112,108,105,99,101,40,114,44,49,41,58,34,46,46,34,61,61,61,105,63,40,116,46,115,112,108,105,99,101,40,114,44,49,41,44,110,43,43,41,58,110,38,38,40,116,46,115,112,108,105,99,101,40,114,44,49,41,44,110,45,45,41,125,105,102,40,101,41,102,111,114,40,59,110,45,45,59,110,41,116,46,117,110,115,104,105,102,116,40,34,46,46,34,41,59,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,114,40,116,41,123,34,115,116,114,105,110,103,34,33,61,61,116,121,112,101,111,102,32,116,38,38,40,116,43,61,34,34,41,59,118,97,114,32,101,44,110,61,48,44,114,61,45,49,44,105,61,33,48,59,102,111,114,40,101,61,116,46,108,101,110,103,116,104,45,49,59,101,62,61,48,59,45,45,101,41,105,102,40,52,55,61,61,61,116,46,99,104,97,114,67,111,100,101,65,116,40,101,41,41,123,105,102,40,33,105,41,123,110,61,101,43,49,59,98,114,101,97,107,125,125,101,108,115,101,45,49,61,61,61,114,38,38,40,105,61,33,49,44,114,61,101,43,49,41,59,114,101,116,117,114,110,45,49,61,61,61,114,63,34,34,58,116,46,115,108,105,99,101,40,110,44,114,41,125,102,117,110,99,116,105,111,110,32,105,40,116,44,101,41,123,105,102,40,116,46,102,105,108,116,101,114,41,114,101,116,117,114,110,32,116,46,102,105,108,116,101,114,40,101,41,59,102,111,114,40,118,97,114,32,110,61,91,93,44,114,61,48,59,114,60,116,46,108,101,110,103,116,104,59,114,43,43,41,101,40,116,91,114,93,44,114,44,116,41,38,38,110,46,112,117,115,104,40,116,91,114,93,41,59,114,101,116,117,114,110,32,110,125,101,46,114,101,115,111,108,118,101,61,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,101,61,34,34,44,114,61,33,49,44,111,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,45,49,59,111,62,61,45,49,38,38,33,114,59,111,45,45,41,123,118,97,114,32,97,61,111,62,61,48,63,97,114,103,117,109,101,110,116,115,91,111,93,58,116,46,99,119,100,40,41,59,105,102,40,34,115,116,114,105,110,103,34,33,61,61,116,121,112,101,111,102,32,97,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,65,114,103,117,109,101,110,116,115,32,116,111,32,112,97,116,104,46,114,101,115,111,108,118,101,32,109,117,115,116,32,98,101,32,115,116,114,105,110,103,115,34,41,59,97,38,38,40,101,61,97,43,34,47,34,43,101,44,114,61,34,47,34,61,61,61,97,46,99,104,97,114,65,116,40,48,41,41,125,114,101,116,117,114,110,32,101,61,110,40,105,40,101,46,115,112,108,105,116,40,34,47,34,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,33,116,125,41,41,44,33,114,41,46,106,111,105,110,40,34,47,34,41,44,40,114,63,34,47,34,58,34,34,41,43,101,124,124,34,46,34,125,44,101,46,110,111,114,109,97,108,105,122,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,114,61,101,46,105,115,65,98,115,111,108,117,116,101,40,116,41,44,97,61,34,47,34,61,61,61,111,40,116,44,45,49,41,59,114,101,116,117,114,110,32,116,61,110,40,105,40,116,46,115,112,108,105,116,40,34,47,34,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,33,116,125,41,41,44,33,114,41,46,106,111,105,110,40,34,47,34,41,44,116,124,124,114,124,124,40,116,61,34,46,34,41,44,116,38,38,97,38,38,40,116,43,61,34,47,34,41,44,40,114,63,34,47,34,58,34,34,41,43,116,125,44,101,46,105,115,65,98,115,111,108,117,116,101,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,47,34,61,61,61,116,46,99,104,97,114,65,116,40,48,41,125,44,101,46,106,111,105,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,46,115,108,105,99,101,46,99,97,108,108,40,97,114,103,117,109,101,110,116,115,44,48,41,59,114,101,116,117,114,110,32,101,46,110,111,114,109,97,108,105,122,101,40,105,40,116,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,34,115,116,114,105,110,103,34,33,61,61,116,121,112,101,111,102,32,116,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,65,114,103,117,109,101,110,116,115,32,116,111,32,112,97,116,104,46,106,111,105,110,32,109,117,115,116,32,98,101,32,115,116,114,105,110,103,115,34,41,59,114,101,116,117,114,110,32,116,125,41,41,46,106,111,105,110,40,34,47,34,41,41,125,44,101,46,114,101,108,97,116,105,118,101,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,102,117,110,99,116,105,111,110,32,114,40,116,41,123,102,111,114,40,118,97,114,32,101,61,48,59,101,60,116,46,108,101,110,103,116,104,59,101,43,43,41,105,102,40,34,34,33,61,61,116,91,101,93,41,98,114,101,97,107,59,102,111,114,40,118,97,114,32,110,61,116,46,108,101,110,103,116,104,45,49,59,110,62,61,48,59,110,45,45,41,105,102,40,34,34,33,61,61,116,91,110,93,41,98,114,101,97,107,59,114,101,116,117,114,110,32,101,62,110,63,91,93,58,116,46,115,108,105,99,101,40,101,44,110,45,101,43,49,41,125,116,61,101,46,114,101,115,111,108,118,101,40,116,41,46,115,117,98,115,116,114,40,49,41,44,110,61,101,46,114,101,115,111,108,118,101,40,110,41,46,115,117,98,115,116,114,40,49,41,59,102,111,114,40,118,97,114,32,105,61,114,40,116,46,115,112,108,105,116,40,34,47,34,41,41,44,111,61,114,40,110,46,115,112,108,105,116,40,34,47,34,41,41,44,97,61,77,97,116,104,46,109,105,110,40,105,46,108,101,110,103,116,104,44,111,46,108,101,110,103,116,104,41,44,115,61,97,44,99,61,48,59,99,60,97,59,99,43,43,41,105,102,40,105,91,99,93,33,61,61,111,91,99,93,41,123,115,61,99,59,98,114,101,97,107,125,118,97,114,32,117,61,91,93,59,102,111,114,40,99,61,115,59,99,60,105,46,108,101,110,103,116,104,59,99,43,43,41,117,46,112,117,115,104,40,34,46,46,34,41,59,114,101,116,117,114,110,32,117,61,117,46,99,111,110,99,97,116,40,111,46,115,108,105,99,101,40,115,41,41,44,117,46,106,111,105,110,40,34,47,34,41,125,44,101,46,115,101,112,61,34,47,34,44,101,46,100,101,108,105,109,105,116,101,114,61,34,58,34,44,101,46,100,105,114,110,97,109,101,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,33,61,61,116,121,112,101,111,102,32,116,38,38,40,116,43,61,34,34,41,44,48,61,61,61,116,46,108,101,110,103,116,104,41,114,101,116,117,114,110,34,46,34,59,102,111,114,40,118,97,114,32,101,61,116,46,99,104,97,114,67,111,100,101,65,116,40,48,41,44,110,61,52,55,61,61,61,101,44,114,61,45,49,44,105,61,33,48,44,111,61,116,46,108,101,110,103,116,104,45,49,59,111,62,61,49,59,45,45,111,41,105,102,40,101,61,116,46,99,104,97,114,67,111,100,101,65,116,40,111,41,44,52,55,61,61,61,101,41,123,105,102,40,33,105,41,123,114,61,111,59,98,114,101,97,107,125,125,101,108,115,101,32,105,61,33,49,59,114,101,116,117,114,110,45,49,61,61,61,114,63,110,63,34,47,34,58,34,46,34,58,110,38,38,49,61,61,61,114,63,34,47,34,58,116,46,115,108,105,99,101,40,48,44,114,41,125,44,101,46,98,97,115,101,110,97,109,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,114,40,116,41,59,114,101,116,117,114,110,32,101,38,38,110,46,115,117,98,115,116,114,40,45,49,42,101,46,108,101,110,103,116,104,41,61,61,61,101,38,38,40,110,61,110,46,115,117,98,115,116,114,40,48,44,110,46,108,101,110,103,116,104,45,101,46,108,101,110,103,116,104,41,41,44,110,125,44,101,46,101,120,116,110,97,109,101,61,102,117,110,99,116,105,111,110,40,116,41,123,34,115,116,114,105,110,103,34,33,61,61,116,121,112,101,111,102,32,116,38,38,40,116,43,61,34,34,41,59,102,111,114,40,118,97,114,32,101,61,45,49,44,110,61,48,44,114,61,45,49,44,105,61,33,48,44,111,61,48,44,97,61,116,46,108,101,110,103,116,104,45,49,59,97,62,61,48,59,45,45,97,41,123,118,97,114,32,115,61,116,46,99,104,97,114,67,111,100,101,65,116,40,97,41,59,105,102,40,52,55,33,61,61,115,41,45,49,61,61,61,114,38,38,40,105,61,33,49,44,114,61,97,43,49,41,44,52,54,61,61,61,115,63,45,49,61,61,61,101,63,101,61,97,58,49,33,61,61,111,38,38,40,111,61,49,41,58,45,49,33,61,61,101,38,38,40,111,61,45,49,41,59,101,108,115,101,32,105,102,40,33,105,41,123,110,61,97,43,49,59,98,114,101,97,107,125,125,114,101,116,117,114,110,45,49,61,61,61,101,124,124,45,49,61,61,61,114,124,124,48,61,61,61,111,124,124,49,61,61,61,111,38,38,101,61,61,61,114,45,49,38,38,101,61,61,61,110,43,49,63,34,34,58,116,46,115,108,105,99,101,40,101,44,114,41,125,59,118,97,114,32,111,61,34,98,34,61,61,61,34,97,98,34,46,115,117,98,115,116,114,40,45,49,41,63,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,46,115,117,98,115,116,114,40,101,44,110,41,125,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,60,48,38,38,40,101,61,116,46,108,101,110,103,116,104,43,101,41,44,116,46,115,117,98,115,116,114,40,101,44,110,41,125,125,41,46,99,97,108,108,40,116,104,105,115,44,110,40,34,52,51,54,50,34,41,41,125,44,100,102,56,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,98,52,54,48,34,41,44,111,61,110,40,34,56,101,56,53,34,41,44,97,61,49,46,46,116,111,80,114,101,99,105,115,105,111,110,59,114,40,114,46,80,43,114,46,70,42,40,105,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,49,34,33,61,61,97,46,99,97,108,108,40,49,44,118,111,105,100,32,48,41,125,41,41,124,124,33,105,40,40,102,117,110,99,116,105,111,110,40,41,123,97,46,99,97,108,108,40,123,125,41,125,41,41,41,44,34,78,117,109,98,101,114,34,44,123,116,111,80,114,101,99,105,115,105,111,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,111,40,116,104,105,115,44,34,78,117,109,98,101,114,35,116,111,80,114,101,99,105,115,105,111,110,58,32,105,110,99,111,114,114,101,99,116,32,105,110,118,111,99,97,116,105,111,110,33,34,41,59,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,63,97,46,99,97,108,108,40,101,41,58,97,46,99,97,108,108,40,101,44,116,41,125,125,41,125,44,100,102,57,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,98,48,51,99,34,41,44,111,61,77,97,116,104,46,115,113,114,116,44,97,61,77,97,116,104,46,97,99,111,115,104,59,114,40,114,46,83,43,114,46,70,42,33,40,97,38,38,55,49,48,61,61,77,97,116,104,46,102,108,111,111,114,40,97,40,78,117,109,98,101,114,46,77,65,88,95,86,65,76,85,69,41,41,38,38,97,40,49,47,48,41,61,61,49,47,48,41,44,34,77,97,116,104,34,44,123,97,99,111,115,104,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,40,116,61,43,116,41,60,49,63,78,97,78,58,116,62,57,52,57,48,54,50,54,53,46,54,50,52,50,53,49,53,54,63,77,97,116,104,46,108,111,103,40,116,41,43,77,97,116,104,46,76,78,50,58,105,40,116,45,49,43,111,40,116,45,49,41,42,111,40,116,43,49,41,41,125,125,41,125,44,100,102,97,53,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,123,125,46,116,111,83,116,114,105,110,103,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,125,125,44,101,48,49,97,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,56,51,97,98,34,41,44,111,61,110,40,34,100,97,56,52,34,41,44,97,61,110,40,34,53,49,51,53,34,41,44,115,61,110,40,34,56,54,49,100,34,41,44,99,61,110,40,34,57,98,102,50,34,41,46,102,44,117,61,110,40,34,101,56,57,51,34,41,44,108,61,111,46,83,121,109,98,111,108,59,105,102,40,105,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,108,38,38,40,33,40,34,100,101,115,99,114,105,112,116,105,111,110,34,105,110,32,108,46,112,114,111,116,111,116,121,112,101,41,124,124,118,111,105,100,32,48,33,61,61,108,40,41,46,100,101,115,99,114,105,112,116,105,111,110,41,41,123,118,97,114,32,102,61,123,125,44,104,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,60,49,124,124,118,111,105,100,32,48,61,61,61,97,114,103,117,109,101,110,116,115,91,48,93,63,118,111,105,100,32,48,58,83,116,114,105,110,103,40,97,114,103,117,109,101,110,116,115,91,48,93,41,44,101,61,116,104,105,115,32,105,110,115,116,97,110,99,101,111,102,32,104,63,110,101,119,32,108,40,116,41,58,118,111,105,100,32,48,61,61,61,116,63,108,40,41,58,108,40,116,41,59,114,101,116,117,114,110,34,34,61,61,61,116,38,38,40,102,91,101,93,61,33,48,41,44,101,125,59,117,40,104,44,108,41,59,118,97,114,32,100,61,104,46,112,114,111,116,111,116,121,112,101,61,108,46,112,114,111,116,111,116,121,112,101,59,100,46,99,111,110,115,116,114,117,99,116,111,114,61,104,59,118,97,114,32,112,61,100,46,116,111,83,116,114,105,110,103,44,118,61,34,83,121,109,98,111,108,40,116,101,115,116,41,34,61,61,83,116,114,105,110,103,40,108,40,34,116,101,115,116,34,41,41,44,103,61,47,94,83,121,109,98,111,108,92,40,40,46,42,41,92,41,91,94,41,93,43,36,47,59,99,40,100,44,34,100,101,115,99,114,105,112,116,105,111,110,34,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,115,40,116,104,105,115,41,63,116,104,105,115,46,118,97,108,117,101,79,102,40,41,58,116,104,105,115,44,101,61,112,46,99,97,108,108,40,116,41,59,105,102,40,97,40,102,44,116,41,41,114,101,116,117,114,110,34,34,59,118,97,114,32,110,61,118,63,101,46,115,108,105,99,101,40,55,44,45,49,41,58,101,46,114,101,112,108,97,99,101,40,103,44,34,36,49,34,41,59,114,101,116,117,114,110,34,34,61,61,61,110,63,118,111,105,100,32,48,58,110,125,125,41,44,114,40,123,103,108,111,98,97,108,58,33,48,44,102,111,114,99,101,100,58,33,48,125,44,123,83,121,109,98,111,108,58,104,125,41,125,125,44,101,48,51,56,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,101,46,102,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,125,44,101,48,55,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,97,48,51,54,34,41,59,114,40,114,46,83,44,34,77,97,116,104,34,44,123,99,98,114,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,116,61,43,116,41,42,77,97,116,104,46,112,111,119,40,77,97,116,104,46,97,98,115,40,116,41,44,49,47,51,41,125,125,41,125,44,101,48,56,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,51,97,100,101,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,114,40,116,41,44,118,111,105,100,32,48,61,61,61,101,41,114,101,116,117,114,110,32,116,59,115,119,105,116,99,104,40,110,41,123,99,97,115,101,32,49,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,41,125,59,99,97,115,101,32,50,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,44,114,41,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,44,114,41,125,59,99,97,115,101,32,51,58,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,110,44,114,44,105,41,123,114,101,116,117,114,110,32,116,46,99,97,108,108,40,101,44,110,44,114,44,105,41,125,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,101,44,97,114,103,117,109,101,110,116,115,41,125,125,125,44,101,48,57,57,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,123,125,59,102,117,110,99,116,105,111,110,32,110,40,114,41,123,105,102,40,101,91,114,93,41,114,101,116,117,114,110,32,101,91,114,93,46,101,120,112,111,114,116,115,59,118,97,114,32,105,61,101,91,114,93,61,123,105,58,114,44,108,58,33,49,44,101,120,112,111,114,116,115,58,123,125,125,59,114,101,116,117,114,110,32,116,91,114,93,46,99,97,108,108,40,105,46,101,120,112,111,114,116,115,44,105,44,105,46,101,120,112,111,114,116,115,44,110,41,44,105,46,108,61,33,48,44,105,46,101,120,112,111,114,116,115,125,114,101,116,117,114,110,32,110,46,109,61,116,44,110,46,99,61,101,44,110,46,100,61,102,117,110,99,116,105,111,110,40,116,44,101,44,114,41,123,110,46,111,40,116,44,101,41,124,124,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,101,110,117,109,101,114,97,98,108,101,58,33,48,44,103,101,116,58,114,125,41,125,44,110,46,114,61,102,117,110,99,116,105,111,110,40,116,41,123,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,116,111,83,116,114,105,110,103,84,97,103,38,38,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,83,121,109,98,111,108,46,116,111,83,116,114,105,110,103,84,97,103,44,123,118,97,108,117,101,58,34,77,111,100,117,108,101,34,125,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,125,44,110,46,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,49,38,101,38,38,40,116,61,110,40,116,41,41,44,56,38,101,41,114,101,116,117,114,110,32,116,59,105,102,40,52,38,101,38,38,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,116,38,38,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,41,114,101,116,117,114,110,32,116,59,118,97,114,32,114,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,59,105,102,40,110,46,114,40,114,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,114,44,34,100,101,102,97,117,108,116,34,44,123,101,110,117,109,101,114,97,98,108,101,58,33,48,44,118,97,108,117,101,58,116,125,41,44,50,38,101,38,38,34,115,116,114,105,110,103,34,33,61,116,121,112,101,111,102,32,116,41,102,111,114,40,118,97,114,32,105,32,105,110,32,116,41,110,46,100,40,114,44,105,44,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,91,101,93,125,46,98,105,110,100,40,110,117,108,108,44,105,41,41,59,114,101,116,117,114,110,32,114,125,44,110,46,110,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,100,101,102,97,117,108,116,125,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,59,114,101,116,117,114,110,32,110,46,100,40,101,44,34,97,34,44,101,41,44,101,125,44,110,46,111,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,116,44,101,41,125,44,110,46,112,61,34,34,44,110,40,110,46,115,61,48,41,125,40,91,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,46,114,40,101,41,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,116,46,105,115,79,112,101,110,63,110,40,34,100,105,118,34,44,123,114,101,102,58,34,99,111,110,116,97,105,110,101,114,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,99,111,110,116,97,105,110,101,114,32,102,115,108,105,103,104,116,98,111,120,45,102,117,108,108,45,100,105,109,101,110,115,105,111,110,32,102,115,108,105,103,104,116,98,111,120,45,102,97,100,101,45,105,110,45,115,116,114,111,110,103,34,125,44,91,110,40,34,67,97,112,116,105,111,110,115,34,44,123,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,78,97,118,101,114,34,44,123,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,83,111,117,114,99,101,87,114,97,112,112,101,114,115,67,111,110,116,97,105,110,101,114,34,44,123,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,83,108,105,100,101,66,117,116,116,111,110,115,34,44,123,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,83,108,105,100,101,115,104,111,119,66,97,114,34,44,123,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,83,108,105,100,101,83,119,105,112,105,110,103,72,111,118,101,114,101,114,34,44,123,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,125,125,41,44,116,46,95,118,40,34,32,34,41,44,116,46,102,115,76,105,103,104,116,98,111,120,83,116,111,114,101,91,116,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,112,114,111,112,115,46,100,105,115,97,98,108,101,84,104,117,109,98,115,63,116,46,95,101,40,41,58,110,40,34,84,104,117,109,98,115,34,44,123,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,125,125,41,93,44,49,41,58,116,46,95,101,40,41,125,59,114,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,105,61,34,102,115,108,105,103,104,116,98,111,120,45,34,44,111,61,34,34,46,99,111,110,99,97,116,40,105,44,34,115,116,121,108,101,115,34,41,44,97,61,34,34,46,99,111,110,99,97,116,40,105,44,34,99,117,114,115,111,114,45,103,114,97,98,98,105,110,103,34,41,44,115,61,34,34,46,99,111,110,99,97,116,40,105,44,34,102,108,101,120,45,99,101,110,116,101,114,101,100,34,41,44,99,61,34,34,46,99,111,110,99,97,116,40,105,44,34,111,112,101,110,34,41,44,117,61,34,34,46,99,111,110,99,97,116,40,105,44,34,116,114,97,110,115,102,111,114,109,45,116,114,97,110,115,105,116,105,111,110,34,41,44,108,61,34,34,46,99,111,110,99,97,116,40,105,44,34,102,97,100,101,45,105,110,34,41,44,102,61,34,34,46,99,111,110,99,97,116,40,105,44,34,102,97,100,101,45,111,117,116,34,41,44,104,61,108,43,34,45,115,116,114,111,110,103,34,44,100,61,102,43,34,45,115,116,114,111,110,103,34,44,112,61,34,34,46,99,111,110,99,97,116,40,105,44,34,99,97,112,116,105,111,110,34,41,43,34,45,97,99,116,105,118,101,34,44,118,61,34,34,46,99,111,110,99,97,116,40,105,44,34,111,112,97,99,105,116,121,45,34,41,44,103,61,34,34,46,99,111,110,99,97,116,40,118,44,34,48,34,41,44,109,61,34,34,46,99,111,110,99,97,116,40,118,44,34,49,34,41,44,98,61,34,34,46,99,111,110,99,97,116,40,105,44,34,115,111,117,114,99,101,34,41,44,121,61,34,34,46,99,111,110,99,97,116,40,98,44,34,45,119,114,97,112,112,101,114,115,45,99,111,110,116,97,105,110,101,114,45,112,105,110,99,104,105,110,103,34,41,44,119,61,34,34,46,99,111,110,99,97,116,40,105,44,34,116,104,117,109,98,34,41,44,95,61,119,43,34,115,45,97,99,116,105,118,101,34,44,120,61,119,43,34,45,97,99,116,105,118,101,34,59,102,117,110,99,116,105,111,110,32,79,40,41,123,118,97,114,32,116,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,115,116,121,108,101,34,41,59,116,46,99,108,97,115,115,78,97,109,101,61,111,44,116,46,97,112,112,101,110,100,67,104,105,108,100,40,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,84,101,120,116,78,111,100,101,40,34,46,102,115,108,105,103,104,116,98,111,120,45,102,97,100,101,45,105,110,123,97,110,105,109,97,116,105,111,110,58,102,115,108,105,103,104,116,98,111,120,45,102,97,100,101,45,105,110,32,46,51,115,32,99,117,98,105,99,45,98,101,122,105,101,114,40,48,44,48,44,46,55,44,49,41,125,46,102,115,108,105,103,104,116,98,111,120,45,102,97,100,101,45,111,117,116,123,97,110,105,109,97,116,105,111,110,58,102,115,108,105,103,104,116,98,111,120,45,102,97,100,101,45,111,117,116,32,46,51,115,32,101,97,115,101,125,46,102,115,108,105,103,104,116,98,111,120,45,102,97,100,101,45,105,110,45,115,116,114,111,110,103,123,97,110,105,109,97,116,105,111,110,58,102,115,108,105,103,104,116,98,111,120,45,102,97,100,101,45,105,110,45,115,116,114,111,110,103,32,46,51,115,32,99,117,98,105,99,45,98,101,122,105,101,114,40,48,44,48,44,46,55,44,49,41,125,46,102,115,108,105,103,104,116,98,111,120,45,102,97,100,101,45,111,117,116,45,115,116,114,111,110,103,123,97,110,105,109,97,116,105,111,110,58,102,115,108,105,103,104,116,98,111,120,45,102,97,100,101,45,111,117,116,45,115,116,114,111,110,103,32,46,51,115,32,101,97,115,101,125,64,107,101,121,102,114,97,109,101,115,32,102,115,108,105,103,104,116,98,111,120,45,102,97,100,101,45,105,110,123,102,114,111,109,123,111,112,97,99,105,116,121,58,46,54,53,125,116,111,123,111,112,97,99,105,116,121,58,49,125,125,64,107,101,121,102,114,97,109,101,115,32,102,115,108,105,103,104,116,98,111,120,45,102,97,100,101,45,111,117,116,123,102,114,111,109,123,111,112,97,99,105,116,121,58,46,51,53,125,116,111,123,111,112,97,99,105,116,121,58,48,125,125,64,107,101,121,102,114,97,109,101,115,32,102,115,108,105,103,104,116,98,111,120,45,102,97,100,101,45,105,110,45,115,116,114,111,110,103,123,102,114,111,109,123,111,112,97,99,105,116,121,58,46,51,125,116,111,123,111,112,97,99,105,116,121,58,49,125,125,64,107,101,121,102,114,97,109,101,115,32,102,115,108,105,103,104,116,98,111,120,45,102,97,100,101,45,111,117,116,45,115,116,114,111,110,103,123,102,114,111,109,123,111,112,97,99,105,116,121,58,49,125,116,111,123,111,112,97,99,105,116,121,58,48,125,125,46,102,115,108,105,103,104,116,98,111,120,45,115,99,97,108,101,45,105,110,123,97,110,105,109,97,116,105,111,110,58,102,115,108,105,103,104,116,98,111,120,45,115,99,97,108,101,45,105,110,32,46,53,115,32,101,97,115,101,125,64,107,101,121,102,114,97,109,101,115,32,102,115,108,105,103,104,116,98,111,120,45,115,99,97,108,101,45,105,110,123,102,114,111,109,123,111,112,97,99,105,116,121,58,48,59,116,114,97,110,115,102,111,114,109,58,115,99,97,108,101,40,46,53,41,125,116,111,123,111,112,97,99,105,116,121,58,49,59,116,114,97,110,115,102,111,114,109,58,115,99,97,108,101,40,49,41,125,125,46,102,115,108,105,103,104,116,98,111,120,45,97,98,115,111,108,117,116,101,100,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,48,59,108,101,102,116,58,48,125,46,102,115,108,105,103,104,116,98,111,120,45,99,117,114,115,111,114,45,103,114,97,98,98,105,110,103,123,99,117,114,115,111,114,58,103,114,97,98,98,105,110,103,33,105,109,112,111,114,116,97,110,116,125,46,102,115,108,105,103,104,116,98,111,120,45,102,117,108,108,45,100,105,109,101,110,115,105,111,110,123,119,105,100,116,104,58,49,48,48,37,59,104,101,105,103,104,116,58,49,48,48,37,125,46,102,115,108,105,103,104,116,98,111,120,45,111,112,101,110,123,111,118,101,114,102,108,111,119,58,104,105,100,100,101,110,59,104,101,105,103,104,116,58,49,48,48,37,125,46,102,115,108,105,103,104,116,98,111,120,45,102,108,101,120,45,99,101,110,116,101,114,101,100,123,100,105,115,112,108,97,121,58,102,108,101,120,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,125,46,102,115,108,105,103,104,116,98,111,120,45,111,112,97,99,105,116,121,45,48,123,111,112,97,99,105,116,121,58,48,33,105,109,112,111,114,116,97,110,116,125,46,102,115,108,105,103,104,116,98,111,120,45,111,112,97,99,105,116,121,45,49,123,111,112,97,99,105,116,121,58,49,33,105,109,112,111,114,116,97,110,116,125,46,102,115,108,105,103,104,116,98,111,120,45,115,99,114,111,108,108,98,97,114,102,105,120,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,49,55,112,120,125,46,102,115,108,105,103,104,116,98,111,120,45,116,114,97,110,115,102,111,114,109,45,116,114,97,110,115,105,116,105,111,110,123,116,114,97,110,115,105,116,105,111,110,58,116,114,97,110,115,102,111,114,109,32,46,51,115,125,46,102,115,108,105,103,104,116,98,111,120,45,99,111,110,116,97,105,110,101,114,123,102,111,110,116,45,102,97,109,105,108,121,58,65,114,105,97,108,44,115,97,110,115,45,115,101,114,105,102,59,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,116,111,112,58,48,59,108,101,102,116,58,48,59,98,97,99,107,103,114,111,117,110,100,58,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,114,103,98,97,40,51,48,44,51,48,44,51,48,44,46,57,41,44,35,48,48,48,32,49,56,49,48,37,41,59,122,45,105,110,100,101,120,58,49,48,48,48,48,48,48,48,48,48,59,116,111,117,99,104,45,97,99,116,105,111,110,58,110,111,110,101,59,45,119,101,98,107,105,116,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,111,122,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,109,115,45,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,117,115,101,114,45,115,101,108,101,99,116,58,110,111,110,101,59,45,119,101,98,107,105,116,45,116,97,112,45,104,105,103,104,108,105,103,104,116,45,99,111,108,111,114,58,116,114,97,110,115,112,97,114,101,110,116,125,46,102,115,108,105,103,104,116,98,111,120,45,99,111,110,116,97,105,110,101,114,32,42,123,98,111,120,45,115,105,122,105,110,103,58,98,111,114,100,101,114,45,98,111,120,125,46,102,115,108,105,103,104,116,98,111,120,45,115,118,103,45,112,97,116,104,123,116,114,97,110,115,105,116,105,111,110,58,102,105,108,108,32,46,49,53,115,32,101,97,115,101,59,102,105,108,108,58,35,100,49,100,50,100,50,125,46,102,115,108,105,103,104,116,98,111,120,45,108,111,97,100,101,114,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,109,97,114,103,105,110,58,97,117,116,111,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,53,48,37,59,108,101,102,116,58,53,48,37,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,40,45,53,48,37,44,45,53,48,37,41,59,119,105,100,116,104,58,54,55,112,120,59,104,101,105,103,104,116,58,54,55,112,120,125,46,102,115,108,105,103,104,116,98,111,120,45,108,111,97,100,101,114,32,100,105,118,123,98,111,120,45,115,105,122,105,110,103,58,98,111,114,100,101,114,45,98,111,120,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,119,105,100,116,104,58,53,52,112,120,59,104,101,105,103,104,116,58,53,52,112,120,59,109,97,114,103,105,110,58,54,112,120,59,98,111,114,100,101,114,58,53,112,120,32,115,111,108,105,100,59,98,111,114,100,101,114,45,99,111,108,111,114,58,35,57,57,57,32,116,114,97,110,115,112,97,114,101,110,116,32,116,114,97,110,115,112,97,114,101,110,116,32,116,114,97,110,115,112,97,114,101,110,116,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,53,48,37,59,97,110,105,109,97,116,105,111,110,58,102,115,108,105,103,104,116,98,111,120,45,108,111,97,100,101,114,32,49,46,50,115,32,99,117,98,105,99,45,98,101,122,105,101,114,40,46,53,44,48,44,46,53,44,49,41,32,105,110,102,105,110,105,116,101,125,46,102,115,108,105,103,104,116,98,111,120,45,108,111,97,100,101,114,32,100,105,118,58,110,116,104,45,99,104,105,108,100,40,49,41,123,97,110,105,109,97,116,105,111,110,45,100,101,108,97,121,58,45,46,52,53,115,125,46,102,115,108,105,103,104,116,98,111,120,45,108,111,97,100,101,114,32,100,105,118,58,110,116,104,45,99,104,105,108,100,40,50,41,123,97,110,105,109,97,116,105,111,110,45,100,101,108,97,121,58,45,46,51,115,125,46,102,115,108,105,103,104,116,98,111,120,45,108,111,97,100,101,114,32,100,105,118,58,110,116,104,45,99,104,105,108,100,40,51,41,123,97,110,105,109,97,116,105,111,110,45,100,101,108,97,121,58,45,46,49,53,115,125,64,107,101,121,102,114,97,109,101,115,32,102,115,108,105,103,104,116,98,111,120,45,108,111,97,100,101,114,123,48,37,123,116,114,97,110,115,102,111,114,109,58,114,111,116,97,116,101,40,48,41,125,49,48,48,37,123,116,114,97,110,115,102,111,114,109,58,114,111,116,97,116,101,40,51,54,48,100,101,103,41,125,125,46,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,115,45,108,111,97,100,101,114,123,119,105,100,116,104,58,53,52,112,120,33,105,109,112,111,114,116,97,110,116,59,104,101,105,103,104,116,58,53,52,112,120,33,105,109,112,111,114,116,97,110,116,125,46,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,115,45,108,111,97,100,101,114,32,100,105,118,123,98,111,114,100,101,114,45,119,105,100,116,104,58,52,112,120,33,105,109,112,111,114,116,97,110,116,59,119,105,100,116,104,58,52,52,112,120,33,105,109,112,111,114,116,97,110,116,59,104,101,105,103,104,116,58,52,52,112,120,33,105,109,112,111,114,116,97,110,116,125,46,102,115,108,105,103,104,116,98,111,120,45,110,97,118,123,104,101,105,103,104,116,58,52,53,112,120,59,119,105,100,116,104,58,49,48,48,37,59,116,114,97,110,115,105,116,105,111,110,58,111,112,97,99,105,116,121,32,46,51,115,125,46,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,110,117,109,98,101,114,45,99,111,110,116,97,105,110,101,114,123,100,105,115,112,108,97,121,58,102,108,101,120,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,99,101,110,116,101,114,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,59,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,104,101,105,103,104,116,58,49,48,48,37,59,102,111,110,116,45,115,105,122,101,58,49,53,112,120,59,99,111,108,111,114,58,35,100,55,100,55,100,55,59,122,45,105,110,100,101,120,58,48,59,109,97,120,45,119,105,100,116,104,58,53,53,112,120,59,116,101,120,116,45,97,108,105,103,110,58,108,101,102,116,125,46,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,110,117,109,98,101,114,45,99,111,110,116,97,105,110,101,114,32,46,102,115,108,105,103,104,116,98,111,120,45,102,108,101,120,45,99,101,110,116,101,114,101,100,123,104,101,105,103,104,116,58,49,48,48,37,125,46,102,115,108,105,103,104,116,98,111,120,45,115,108,97,115,104,123,100,105,115,112,108,97,121,58,98,108,111,99,107,59,109,97,114,103,105,110,58,48,32,53,112,120,59,119,105,100,116,104,58,49,112,120,59,104,101,105,103,104,116,58,49,50,112,120,59,116,114,97,110,115,102,111,114,109,58,114,111,116,97,116,101,40,49,53,100,101,103,41,59,98,97,99,107,103,114,111,117,110,100,58,35,102,102,102,125,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,122,45,105,110,100,101,120,58,51,59,114,105,103,104,116,58,48,59,116,111,112,58,48,59,104,101,105,103,104,116,58,52,53,112,120,59,100,105,115,112,108,97,121,58,102,108,101,120,59,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,51,53,44,51,53,44,51,53,44,46,54,53,41,125,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,123,104,101,105,103,104,116,58,49,48,48,37,59,119,105,100,116,104,58,52,53,112,120,59,99,117,114,115,111,114,58,112,111,105,110,116,101,114,125,46,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,58,104,111,118,101,114,32,46,102,115,108,105,103,104,116,98,111,120,45,115,118,103,45,112,97,116,104,123,102,105,108,108,58,35,102,102,102,125,46,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,98,116,110,45,99,111,110,116,97,105,110,101,114,123,100,105,115,112,108,97,121,58,102,108,101,120,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,59,112,97,100,100,105,110,103,58,49,50,112,120,32,49,50,112,120,32,49,50,112,120,32,54,112,120,59,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,53,48,37,59,99,117,114,115,111,114,58,112,111,105,110,116,101,114,59,122,45,105,110,100,101,120,58,51,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,89,40,45,53,48,37,41,59,116,114,97,110,115,105,116,105,111,110,58,111,112,97,99,105,116,121,32,46,51,115,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,52,55,54,112,120,41,123,46,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,98,116,110,45,99,111,110,116,97,105,110,101,114,123,112,97,100,100,105,110,103,58,50,50,112,120,32,50,50,112,120,32,50,50,112,120,32,54,112,120,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,55,54,56,112,120,41,123,46,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,98,116,110,45,99,111,110,116,97,105,110,101,114,123,112,97,100,100,105,110,103,58,51,48,112,120,32,51,48,112,120,32,51,48,112,120,32,54,112,120,125,125,46,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,98,116,110,45,99,111,110,116,97,105,110,101,114,58,104,111,118,101,114,32,46,102,115,108,105,103,104,116,98,111,120,45,115,118,103,45,112,97,116,104,123,102,105,108,108,58,35,102,49,102,49,102,49,125,46,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,98,116,110,123,112,97,100,100,105,110,103,58,57,112,120,59,102,111,110,116,45,115,105,122,101,58,50,54,112,120,59,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,51,53,44,51,53,44,51,53,44,46,54,53,41,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,55,54,56,112,120,41,123,46,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,98,116,110,123,112,97,100,100,105,110,103,58,49,48,112,120,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,49,54,48,48,112,120,41,123,46,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,98,116,110,123,112,97,100,100,105,110,103,58,49,49,112,120,125,125,46,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,98,116,110,45,99,111,110,116,97,105,110,101,114,45,112,114,101,118,105,111,117,115,123,108,101,102,116,58,48,125,64,109,101,100,105,97,32,40,109,97,120,45,119,105,100,116,104,58,52,55,53,46,57,57,112,120,41,123,46,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,98,116,110,45,99,111,110,116,97,105,110,101,114,45,112,114,101,118,105,111,117,115,123,112,97,100,100,105,110,103,45,108,101,102,116,58,51,112,120,125,125,46,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,98,116,110,45,99,111,110,116,97,105,110,101,114,45,110,101,120,116,123,114,105,103,104,116,58,48,59,112,97,100,100,105,110,103,45,108,101,102,116,58,49,50,112,120,59,112,97,100,100,105,110,103,45,114,105,103,104,116,58,51,112,120,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,52,55,54,112,120,41,123,46,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,98,116,110,45,99,111,110,116,97,105,110,101,114,45,110,101,120,116,123,112,97,100,100,105,110,103,45,108,101,102,116,58,50,50,112,120,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,55,54,56,112,120,41,123,46,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,98,116,110,45,99,111,110,116,97,105,110,101,114,45,110,101,120,116,123,112,97,100,100,105,110,103,45,108,101,102,116,58,51,48,112,120,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,52,55,54,112,120,41,123,46,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,98,116,110,45,99,111,110,116,97,105,110,101,114,45,110,101,120,116,123,112,97,100,100,105,110,103,45,114,105,103,104,116,58,54,112,120,125,125,46,102,115,108,105,103,104,116,98,111,120,45,100,111,119,110,45,101,118,101,110,116,45,100,101,116,101,99,116,111,114,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,122,45,105,110,100,101,120,58,49,125,46,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,115,119,105,112,105,110,103,45,104,111,118,101,114,101,114,123,122,45,105,110,100,101,120,58,52,125,46,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,115,104,111,119,45,98,97,114,123,119,105,100,116,104,58,48,59,104,101,105,103,104,116,58,50,112,120,59,122,45,105,110,100,101,120,58,52,59,111,112,97,99,105,116,121,58,48,59,98,97,99,107,103,114,111,117,110,100,58,35,102,102,102,59,116,114,97,110,115,105,116,105,111,110,58,111,112,97,99,105,116,121,32,46,52,115,125,46,102,115,108,105,103,104,116,98,111,120,45,105,110,118,97,108,105,100,45,102,105,108,101,45,119,114,97,112,112,101,114,123,102,111,110,116,45,115,105,122,101,58,50,52,112,120,59,99,111,108,111,114,58,35,101,97,101,98,101,98,59,109,97,114,103,105,110,58,97,117,116,111,125,46,102,115,108,105,103,104,116,98,111,120,45,118,105,100,101,111,123,111,98,106,101,99,116,45,102,105,116,58,99,111,118,101,114,125,46,102,115,108,105,103,104,116,98,111,120,45,121,111,117,116,117,98,101,45,105,102,114,97,109,101,123,98,111,114,100,101,114,58,48,125,46,102,115,108,105,103,104,116,98,111,120,45,115,111,117,114,99,101,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,122,45,105,110,100,101,120,58,50,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,111,112,97,99,105,116,121,58,48,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,90,40,48,41,59,109,97,114,103,105,110,58,97,117,116,111,59,99,117,114,115,111,114,58,122,111,111,109,45,105,110,59,98,97,99,107,102,97,99,101,45,118,105,115,105,98,105,108,105,116,121,58,104,105,100,100,101,110,125,46,102,115,108,105,103,104,116,98,111,120,45,115,111,117,114,99,101,45,119,114,97,112,112,101,114,115,45,99,111,110,116,97,105,110,101,114,123,116,114,97,110,115,105,116,105,111,110,58,116,114,97,110,115,102,111,114,109,32,46,50,115,32,108,105,110,101,97,114,59,122,45,105,110,100,101,120,58,50,125,46,102,115,108,105,103,104,116,98,111,120,45,115,111,117,114,99,101,45,119,114,97,112,112,101,114,115,45,99,111,110,116,97,105,110,101,114,45,112,105,110,99,104,105,110,103,123,116,114,97,110,115,105,116,105,111,110,45,100,117,114,97,116,105,111,110,58,46,49,115,125,46,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,115,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,98,111,116,116,111,109,58,48,59,108,101,102,116,58,48,59,119,105,100,116,104,58,49,48,48,37,59,122,45,105,110,100,101,120,58,45,49,59,98,97,99,107,103,114,111,117,110,100,58,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,49,56,48,100,101,103,44,114,103,98,97,40,48,44,48,44,48,44,48,41,44,35,49,101,49,101,49,101,32,49,48,48,37,41,59,111,112,97,99,105,116,121,58,48,59,116,114,97,110,115,105,116,105,111,110,58,111,112,97,99,105,116,121,32,46,50,115,59,112,97,100,100,105,110,103,58,48,32,53,112,120,32,49,50,112,120,32,53,112,120,59,104,101,105,103,104,116,58,49,49,52,112,120,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,57,57,50,112,120,41,123,46,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,115,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,49,51,112,120,59,104,101,105,103,104,116,58,49,50,48,112,120,125,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,49,54,48,48,112,120,41,123,46,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,115,123,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,49,52,112,120,59,104,101,105,103,104,116,58,49,50,54,112,120,125,125,46,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,115,45,97,99,116,105,118,101,123,111,112,97,99,105,116,121,58,49,59,122,45,105,110,100,101,120,58,51,125,46,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,115,45,105,110,110,101,114,123,104,101,105,103,104,116,58,49,48,48,37,59,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,102,108,101,120,59,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,58,102,108,101,120,45,115,116,97,114,116,59,97,108,105,103,110,45,105,116,101,109,115,58,99,101,110,116,101,114,125,46,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,45,119,114,97,112,112,101,114,123,112,111,115,105,116,105,111,110,58,114,101,108,97,116,105,118,101,59,104,101,105,103,104,116,58,49,48,48,37,59,109,97,114,103,105,110,58,48,32,52,112,120,59,111,112,97,99,105,116,121,58,48,59,116,114,97,110,115,105,116,105,111,110,58,111,112,97,99,105,116,121,32,46,51,115,125,46,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,45,119,114,97,112,112,101,114,32,115,118,103,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,53,48,37,59,108,101,102,116,58,53,48,37,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,40,45,53,48,37,44,45,53,48,37,41,59,99,117,114,115,111,114,58,112,111,105,110,116,101,114,59,122,45,105,110,100,101,120,58,49,125,46,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,45,119,114,97,112,112,101,114,32,112,97,116,104,123,102,105,108,108,58,35,102,102,102,125,46,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,45,119,114,97,112,112,101,114,45,100,97,114,107,101,110,101,114,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,116,111,112,58,50,112,120,59,108,101,102,116,58,50,112,120,59,119,105,100,116,104,58,99,97,108,99,40,49,48,48,37,32,45,32,52,112,120,41,59,104,101,105,103,104,116,58,99,97,108,99,40,49,48,48,37,32,45,32,52,112,120,41,59,98,97,99,107,103,114,111,117,110,100,58,114,103,98,97,40,48,44,48,44,48,44,46,52,41,59,99,117,114,115,111,114,58,112,111,105,110,116,101,114,125,46,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,123,99,117,114,115,111,114,58,112,111,105,110,116,101,114,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,49,112,120,59,104,101,105,103,104,116,58,49,48,48,37,59,119,105,100,116,104,58,97,117,116,111,33,105,109,112,111,114,116,97,110,116,59,98,111,114,100,101,114,58,50,112,120,32,115,111,108,105,100,32,116,114,97,110,115,112,97,114,101,110,116,125,46,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,45,97,99,116,105,118,101,123,98,111,114,100,101,114,58,50,112,120,32,115,111,108,105,100,32,35,102,102,102,33,105,109,112,111,114,116,97,110,116,125,46,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,45,105,110,118,97,108,105,100,123,98,97,99,107,103,114,111,117,110,100,58,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,116,111,32,98,111,116,116,111,109,44,35,48,102,48,102,48,102,44,114,103,98,97,40,49,53,44,49,53,44,49,53,44,46,53,41,41,59,100,105,115,112,108,97,121,58,105,110,108,105,110,101,45,98,108,111,99,107,59,109,105,110,45,119,105,100,116,104,58,49,53,53,112,120,125,46,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,115,45,99,117,114,115,111,114,101,114,123,122,45,105,110,100,101,120,58,52,59,99,117,114,115,111,114,58,103,114,97,98,98,105,110,103,125,46,102,115,108,105,103,104,116,98,111,120,45,99,97,112,116,105,111,110,123,112,111,115,105,116,105,111,110,58,97,98,115,111,108,117,116,101,59,98,111,116,116,111,109,58,48,59,108,101,102,116,58,53,48,37,59,119,105,100,116,104,58,49,48,48,37,59,98,97,99,107,103,114,111,117,110,100,58,108,105,110,101,97,114,45,103,114,97,100,105,101,110,116,40,49,56,48,100,101,103,44,114,103,98,97,40,48,44,48,44,48,44,48,41,44,35,49,101,49,101,49,101,32,49,48,48,37,41,59,116,114,97,110,115,102,111,114,109,58,116,114,97,110,115,108,97,116,101,88,40,45,53,48,37,41,59,111,112,97,99,105,116,121,58,48,59,116,114,97,110,115,105,116,105,111,110,58,111,112,97,99,105,116,121,32,46,50,115,59,122,45,105,110,100,101,120,58,45,49,125,46,102,115,108,105,103,104,116,98,111,120,45,99,97,112,116,105,111,110,45,105,110,110,101,114,123,112,97,100,100,105,110,103,58,50,53,112,120,59,109,97,120,45,119,105,100,116,104,58,49,50,48,48,112,120,59,99,111,108,111,114,58,35,101,101,101,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,102,111,110,116,45,115,105,122,101,58,49,52,112,120,125,64,109,101,100,105,97,32,40,109,105,110,45,119,105,100,116,104,58,55,54,56,112,120,41,123,46,102,115,108,105,103,104,116,98,111,120,45,99,97,112,116,105,111,110,45,105,110,110,101,114,123,112,97,100,100,105,110,103,58,51,48,112,120,32,50,53,112,120,125,125,46,102,115,108,105,103,104,116,98,111,120,45,99,97,112,116,105,111,110,45,97,99,116,105,118,101,123,111,112,97,99,105,116,121,58,49,59,122,45,105,110,100,101,120,58,51,125,34,41,41,44,100,111,99,117,109,101,110,116,46,104,101,97,100,46,97,112,112,101,110,100,67,104,105,108,100,40,116,41,125,102,117,110,99,116,105,111,110,32,83,40,116,41,123,114,101,116,117,114,110,40,83,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,34,115,121,109,98,111,108,34,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,121,112,101,111,102,32,116,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,83,121,109,98,111,108,38,38,116,33,61,61,83,121,109,98,111,108,46,112,114,111,116,111,116,121,112,101,63,34,115,121,109,98,111,108,34,58,116,121,112,101,111,102,32,116,125,41,40,116,41,125,34,111,98,106,101,99,116,34,61,61,61,40,34,117,110,100,101,102,105,110,101,100,34,61,61,116,121,112,101,111,102,32,100,111,99,117,109,101,110,116,63,34,117,110,100,101,102,105,110,101,100,34,58,83,40,100,111,99,117,109,101,110,116,41,41,38,38,79,40,41,59,118,97,114,32,107,61,91,93,44,67,61,123,116,104,117,109,98,115,58,123,119,105,100,116,104,58,34,49,55,112,120,34,44,104,101,105,103,104,116,58,34,49,55,112,120,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,50,50,32,50,50,34,44,100,58,34,77,32,51,32,50,32,67,32,50,46,52,52,56,32,50,32,50,32,50,46,52,52,56,32,50,32,51,32,76,32,50,32,54,32,67,32,50,32,54,46,53,53,50,32,50,46,52,52,56,32,55,32,51,32,55,32,76,32,54,32,55,32,67,32,54,46,53,53,50,32,55,32,55,32,54,46,53,53,50,32,55,32,54,32,76,32,55,32,51,32,67,32,55,32,50,46,52,52,56,32,54,46,53,53,50,32,50,32,54,32,50,32,76,32,51,32,50,32,122,32,77,32,49,48,32,50,32,67,32,57,46,52,52,56,32,50,32,57,32,50,46,52,52,56,32,57,32,51,32,76,32,57,32,54,32,67,32,57,32,54,46,53,53,50,32,57,46,52,52,56,32,55,32,49,48,32,55,32,76,32,49,51,32,55,32,67,32,49,51,46,53,53,50,32,55,32,49,52,32,54,46,53,53,50,32,49,52,32,54,32,76,32,49,52,32,51,32,67,32,49,52,32,50,46,52,52,56,32,49,51,46,53,53,50,32,50,32,49,51,32,50,32,76,32,49,48,32,50,32,122,32,77,32,49,55,32,50,32,67,32,49,54,46,52,52,56,32,50,32,49,54,32,50,46,52,52,56,32,49,54,32,51,32,76,32,49,54,32,54,32,67,32,49,54,32,54,46,53,53,50,32,49,54,46,52,52,56,32,55,32,49,55,32,55,32,76,32,50,48,32,55,32,67,32,50,48,46,53,53,50,32,55,32,50,49,32,54,46,53,53,50,32,50,49,32,54,32,76,32,50,49,32,51,32,67,32,50,49,32,50,46,52,52,56,32,50,48,46,53,53,50,32,50,32,50,48,32,50,32,76,32,49,55,32,50,32,122,32,77,32,51,32,57,32,67,32,50,46,52,52,56,32,57,32,50,32,57,46,52,52,56,32,50,32,49,48,32,76,32,50,32,49,51,32,67,32,50,32,49,51,46,53,53,50,32,50,46,52,52,56,32,49,52,32,51,32,49,52,32,76,32,54,32,49,52,32,67,32,54,46,53,53,50,32,49,52,32,55,32,49,51,46,53,53,50,32,55,32,49,51,32,76,32,55,32,49,48,32,67,32,55,32,57,46,52,52,56,32,54,46,53,53,50,32,57,32,54,32,57,32,76,32,51,32,57,32,122,32,77,32,49,48,32,57,32,67,32,57,46,52,52,56,32,57,32,57,32,57,46,52,52,56,32,57,32,49,48,32,76,32,57,32,49,51,32,67,32,57,32,49,51,46,53,53,50,32,57,46,52,52,56,32,49,52,32,49,48,32,49,52,32,76,32,49,51,32,49,52,32,67,32,49,51,46,53,53,50,32,49,52,32,49,52,32,49,51,46,53,53,50,32,49,52,32,49,51,32,76,32,49,52,32,49,48,32,67,32,49,52,32,57,46,52,52,56,32,49,51,46,53,53,50,32,57,32,49,51,32,57,32,76,32,49,48,32,57,32,122,32,77,32,49,55,32,57,32,67,32,49,54,46,52,52,56,32,57,32,49,54,32,57,46,52,52,56,32,49,54,32,49,48,32,76,32,49,54,32,49,51,32,67,32,49,54,32,49,51,46,53,53,50,32,49,54,46,52,52,56,32,49,52,32,49,55,32,49,52,32,76,32,50,48,32,49,52,32,67,32,50,48,46,53,53,50,32,49,52,32,50,49,32,49,51,46,53,53,50,32,50,49,32,49,51,32,76,32,50,49,32,49,48,32,67,32,50,49,32,57,46,52,52,56,32,50,48,46,53,53,50,32,57,32,50,48,32,57,32,76,32,49,55,32,57,32,122,32,77,32,51,32,49,54,32,67,32,50,46,52,52,56,32,49,54,32,50,32,49,54,46,52,52,56,32,50,32,49,55,32,76,32,50,32,50,48,32,67,32,50,32,50,48,46,53,53,50,32,50,46,52,52,56,32,50,49,32,51,32,50,49,32,76,32,54,32,50,49,32,67,32,54,46,53,53,50,32,50,49,32,55,32,50,48,46,53,53,50,32,55,32,50,48,32,76,32,55,32,49,55,32,67,32,55,32,49,54,46,52,52,56,32,54,46,53,53,50,32,49,54,32,54,32,49,54,32,76,32,51,32,49,54,32,122,32,77,32,49,48,32,49,54,32,67,32,57,46,52,52,56,32,49,54,32,57,32,49,54,46,52,52,56,32,57,32,49,55,32,76,32,57,32,50,48,32,67,32,57,32,50,48,46,53,53,50,32,57,46,52,52,56,32,50,49,32,49,48,32,50,49,32,76,32,49,51,32,50,49,32,67,32,49,51,46,53,53,50,32,50,49,32,49,52,32,50,48,46,53,53,50,32,49,52,32,50,48,32,76,32,49,52,32,49,55,32,67,32,49,52,32,49,54,46,52,52,56,32,49,51,46,53,53,50,32,49,54,32,49,51,32,49,54,32,76,32,49,48,32,49,54,32,122,32,77,32,49,55,32,49,54,32,67,32,49,54,46,52,52,56,32,49,54,32,49,54,32,49,54,46,52,52,56,32,49,54,32,49,55,32,76,32,49,54,32,50,48,32,67,32,49,54,32,50,48,46,53,53,50,32,49,54,46,52,52,56,32,50,49,32,49,55,32,50,49,32,76,32,50,48,32,50,49,32,67,32,50,48,46,53,53,50,32,50,49,32,50,49,32,50,48,46,53,53,50,32,50,49,32,50,48,32,76,32,50,49,32,49,55,32,67,32,50,49,32,49,54,46,52,52,56,32,50,48,46,53,53,50,32,49,54,32,50,48,32,49,54,32,76,32,49,55,32,49,54,32,122,34,44,116,105,116,108,101,58,34,84,104,117,109,98,110,97,105,108,115,34,125,44,122,111,111,109,73,110,58,123,119,105,100,116,104,58,34,50,48,112,120,34,44,104,101,105,103,104,116,58,34,50,48,112,120,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,51,48,32,51,48,34,44,100,58,34,77,32,49,51,32,51,32,67,32,55,46,52,56,56,57,57,55,49,32,51,32,51,32,55,46,52,56,56,57,57,55,49,32,51,32,49,51,32,67,32,51,32,49,56,46,53,49,49,48,48,51,32,55,46,52,56,56,57,57,55,49,32,50,51,32,49,51,32,50,51,32,67,32,49,53,46,51,57,54,53,48,56,32,50,51,32,49,55,46,53,57,55,51,56,53,32,50,50,46,49,52,56,57,56,54,32,49,57,46,51,50,50,50,54,54,32,50,48,46,55,51,54,51,50,56,32,76,32,50,53,46,50,57,50,57,54,57,32,50,54,46,55,48,55,48,51,49,32,65,32,49,46,48,48,48,49,32,49,46,48,48,48,49,32,48,32,49,32,48,32,50,54,46,55,48,55,48,51,49,32,50,53,46,50,57,50,57,54,57,32,76,32,50,48,46,55,51,54,51,50,56,32,49,57,46,51,50,50,50,54,54,32,67,32,50,50,46,49,52,56,57,56,54,32,49,55,46,53,57,55,51,56,53,32,50,51,32,49,53,46,51,57,54,53,48,56,32,50,51,32,49,51,32,67,32,50,51,32,55,46,52,56,56,57,57,55,49,32,49,56,46,53,49,49,48,48,51,32,51,32,49,51,32,51,32,122,32,77,32,49,51,32,53,32,67,32,49,55,46,52,51,48,49,50,51,32,53,32,50,49,32,56,46,53,54,57,56,55,55,52,32,50,49,32,49,51,32,67,32,50,49,32,49,55,46,52,51,48,49,50,51,32,49,55,46,52,51,48,49,50,51,32,50,49,32,49,51,32,50,49,32,67,32,56,46,53,54,57,56,55,55,52,32,50,49,32,53,32,49,55,46,52,51,48,49,50,51,32,53,32,49,51,32,67,32,53,32,56,46,53,54,57,56,55,55,52,32,56,46,53,54,57,56,55,55,52,32,53,32,49,51,32,53,32,122,32,77,32,49,50,46,57,56,52,51,55,53,32,55,46,57,56,54,51,50,56,49,32,65,32,49,46,48,48,48,49,32,49,46,48,48,48,49,32,48,32,48,32,48,32,49,50,32,57,32,76,32,49,50,32,49,50,32,76,32,57,32,49,50,32,65,32,49,46,48,48,48,49,32,49,46,48,48,48,49,32,48,32,49,32,48,32,57,32,49,52,32,76,32,49,50,32,49,52,32,76,32,49,50,32,49,55,32,65,32,49,46,48,48,48,49,32,49,46,48,48,48,49,32,48,32,49,32,48,32,49,52,32,49,55,32,76,32,49,52,32,49,52,32,76,32,49,55,32,49,52,32,65,32,49,46,48,48,48,49,32,49,46,48,48,48,49,32,48,32,49,32,48,32,49,55,32,49,50,32,76,32,49,52,32,49,50,32,76,32,49,52,32,57,32,65,32,49,46,48,48,48,49,32,49,46,48,48,48,49,32,48,32,48,32,48,32,49,50,46,57,56,52,51,55,53,32,55,46,57,56,54,51,50,56,49,32,122,34,44,116,105,116,108,101,58,34,90,111,111,109,32,73,110,34,125,44,122,111,111,109,79,117,116,58,123,119,105,100,116,104,58,34,50,48,112,120,34,44,104,101,105,103,104,116,58,34,50,48,112,120,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,51,48,32,51,48,34,44,100,58,34,77,32,49,51,32,51,32,67,32,55,46,52,56,56,57,57,55,49,32,51,32,51,32,55,46,52,56,56,57,57,55,49,32,51,32,49,51,32,67,32,51,32,49,56,46,53,49,49,48,48,51,32,55,46,52,56,56,57,57,55,49,32,50,51,32,49,51,32,50,51,32,67,32,49,53,46,51,57,54,53,48,56,32,50,51,32,49,55,46,53,57,55,51,56,53,32,50,50,46,49,52,56,57,56,54,32,49,57,46,51,50,50,50,54,54,32,50,48,46,55,51,54,51,50,56,32,76,32,50,53,46,50,57,50,57,54,57,32,50,54,46,55,48,55,48,51,49,32,65,32,49,46,48,48,48,49,32,49,46,48,48,48,49,32,48,32,49,32,48,32,50,54,46,55,48,55,48,51,49,32,50,53,46,50,57,50,57,54,57,32,76,32,50,48,46,55,51,54,51,50,56,32,49,57,46,51,50,50,50,54,54,32,67,32,50,50,46,49,52,56,57,56,54,32,49,55,46,53,57,55,51,56,53,32,50,51,32,49,53,46,51,57,54,53,48,56,32,50,51,32,49,51,32,67,32,50,51,32,55,46,52,56,56,57,57,55,49,32,49,56,46,53,49,49,48,48,51,32,51,32,49,51,32,51,32,122,32,77,32,49,51,32,53,32,67,32,49,55,46,52,51,48,49,50,51,32,53,32,50,49,32,56,46,53,54,57,56,55,55,52,32,50,49,32,49,51,32,67,32,50,49,32,49,55,46,52,51,48,49,50,51,32,49,55,46,52,51,48,49,50,51,32,50,49,32,49,51,32,50,49,32,67,32,56,46,53,54,57,56,55,55,52,32,50,49,32,53,32,49,55,46,52,51,48,49,50,51,32,53,32,49,51,32,67,32,53,32,56,46,53,54,57,56,55,55,52,32,56,46,53,54,57,56,55,55,52,32,53,32,49,51,32,53,32,122,32,77,32,57,32,49,50,32,65,32,49,46,48,48,48,49,32,49,46,48,48,48,49,32,48,32,49,32,48,32,57,32,49,52,32,76,32,49,55,32,49,52,32,65,32,49,46,48,48,48,49,32,49,46,48,48,48,49,32,48,32,49,32,48,32,49,55,32,49,50,32,76,32,57,32,49,50,32,122,34,44,116,105,116,108,101,58,34,90,111,111,109,32,79,117,116,34,125,44,115,108,105,100,101,115,104,111,119,58,123,115,116,97,114,116,58,123,119,105,100,116,104,58,34,49,54,112,120,34,44,104,101,105,103,104,116,58,34,49,54,112,120,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,51,48,32,51,48,34,44,100,58,34,77,32,54,32,51,32,65,32,49,32,49,32,48,32,48,32,48,32,53,32,52,32,65,32,49,32,49,32,48,32,48,32,48,32,53,32,52,46,48,48,51,57,48,54,50,32,76,32,53,32,49,53,32,76,32,53,32,50,53,46,57,57,54,48,57,52,32,65,32,49,32,49,32,48,32,48,32,48,32,53,32,50,54,32,65,32,49,32,49,32,48,32,48,32,48,32,54,32,50,55,32,65,32,49,32,49,32,48,32,48,32,48,32,54,46,53,56,48,48,55,56,49,32,50,54,46,56,49,50,53,32,76,32,54,46,53,56,50,48,51,49,50,32,50,54,46,56,49,52,52,53,51,32,76,32,50,54,46,52,49,54,48,49,54,32,49,53,46,57,48,56,50,48,51,32,65,32,49,32,49,32,48,32,48,32,48,32,50,55,32,49,53,32,65,32,49,32,49,32,48,32,48,32,48,32,50,54,46,51,56,56,54,55,50,32,49,52,46,48,55,56,49,50,53,32,76,32,54,46,53,56,50,48,51,49,50,32,51,46,49,56,53,53,52,54,57,32,76,32,54,46,53,56,48,48,55,56,49,32,51,46,49,56,53,53,52,54,57,32,65,32,49,32,49,32,48,32,48,32,48,32,54,32,51,32,122,34,44,116,105,116,108,101,58,34,84,117,114,110,32,111,110,32,115,108,105,100,101,115,104,111,119,34,125,44,112,97,117,115,101,58,123,119,105,100,116,104,58,34,49,52,112,120,34,44,104,101,105,103,104,116,58,34,49,52,112,120,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,51,53,54,46,49,57,32,51,53,54,46,49,57,34,44,100,58,34,77,49,50,49,44,48,99,49,56,44,48,44,51,51,44,49,53,44,51,51,44,51,51,118,51,55,50,99,48,44,49,56,45,49,53,44,51,51,45,51,51,44,51,51,115,45,51,50,45,49,53,45,51,50,45,51,51,86,51,51,67,56,57,44,49,53,44,49,48,51,44,48,44,49,50,49,44,48,122,77,51,49,55,44,48,99,49,56,44,48,44,51,50,44,49,53,44,51,50,44,51,51,118,51,55,50,99,48,44,49,56,45,49,52,44,51,51,45,51,50,44,51,51,115,45,51,51,45,49,53,45,51,51,45,51,51,86,51,51,67,50,56,52,44,49,53,44,50,57,57,44,48,44,51,49,55,44,48,122,34,44,116,105,116,108,101,58,34,84,117,114,110,32,111,102,102,32,115,108,105,100,101,115,104,111,119,34,125,125,44,102,117,108,108,115,99,114,101,101,110,58,123,101,110,116,101,114,58,123,119,105,100,116,104,58,34,50,48,112,120,34,44,104,101,105,103,104,116,58,34,50,48,112,120,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,49,56,32,49,56,34,44,100,58,34,77,52,46,53,32,49,49,72,51,118,52,104,52,118,45,49,46,53,72,52,46,53,86,49,49,122,77,51,32,55,104,49,46,53,86,52,46,53,72,55,86,51,72,51,118,52,122,109,49,48,46,53,32,54,46,53,72,49,49,86,49,53,104,52,118,45,52,104,45,49,46,53,118,50,46,53,122,77,49,49,32,51,118,49,46,53,104,50,46,53,86,55,72,49,53,86,51,104,45,52,122,34,44,116,105,116,108,101,58,34,69,110,116,101,114,32,102,117,108,108,115,99,114,101,101,110,34,125,44,101,120,105,116,58,123,119,105,100,116,104,58,34,50,52,112,120,34,44,104,101,105,103,104,116,58,34,50,52,112,120,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,57,53,48,32,49,48,50,52,34,44,100,58,34,77,54,56,50,32,51,52,50,104,49,50,56,118,56,52,104,45,50,49,50,118,45,50,49,50,104,56,52,118,49,50,56,122,77,53,57,56,32,56,49,48,118,45,50,49,50,104,50,49,50,118,56,52,104,45,49,50,56,118,49,50,56,104,45,56,52,122,77,51,52,50,32,51,52,50,118,45,49,50,56,104,56,52,118,50,49,50,104,45,50,49,50,118,45,56,52,104,49,50,56,122,77,50,49,52,32,54,56,50,118,45,56,52,104,50,49,50,118,50,49,50,104,45,56,52,118,45,49,50,56,104,45,49,50,56,122,34,44,116,105,116,108,101,58,34,69,120,105,116,32,102,117,108,108,115,99,114,101,101,110,34,125,125,44,99,108,111,115,101,58,123,119,105,100,116,104,58,34,50,48,112,120,34,44,104,101,105,103,104,116,58,34,50,48,112,120,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,50,52,32,50,52,34,44,100,58,34,77,32,52,46,55,48,55,48,51,49,50,32,51,46,50,57,50,57,54,56,56,32,76,32,51,46,50,57,50,57,54,56,56,32,52,46,55,48,55,48,51,49,50,32,76,32,49,48,46,53,56,53,57,51,56,32,49,50,32,76,32,51,46,50,57,50,57,54,56,56,32,49,57,46,50,57,50,57,54,57,32,76,32,52,46,55,48,55,48,51,49,50,32,50,48,46,55,48,55,48,51,49,32,76,32,49,50,32,49,51,46,52,49,52,48,54,50,32,76,32,49,57,46,50,57,50,57,54,57,32,50,48,46,55,48,55,48,51,49,32,76,32,50,48,46,55,48,55,48,51,49,32,49,57,46,50,57,50,57,54,57,32,76,32,49,51,46,52,49,52,48,54,50,32,49,50,32,76,32,50,48,46,55,48,55,48,51,49,32,52,46,55,48,55,48,51,49,50,32,76,32,49,57,46,50,57,50,57,54,57,32,51,46,50,57,50,57,54,56,56,32,76,32,49,50,32,49,48,46,53,56,53,57,51,56,32,76,32,52,46,55,48,55,48,51,49,50,32,51,46,50,57,50,57,54,56,56,32,122,34,44,116,105,116,108,101,58,34,67,108,111,115,101,34,125,125,44,80,61,123,112,114,101,118,105,111,117,115,58,123,119,105,100,116,104,58,34,50,48,112,120,34,44,104,101,105,103,104,116,58,34,50,48,112,120,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,50,48,32,50,48,34,44,100,58,34,77,49,56,46,50,55,49,44,57,46,50,49,50,72,51,46,54,49,53,108,52,46,49,56,52,45,52,46,49,56,52,99,48,46,51,48,54,45,48,46,51,48,54,44,48,46,51,48,54,45,48,46,56,48,49,44,48,45,49,46,49,48,55,99,45,48,46,51,48,54,45,48,46,51,48,54,45,48,46,56,48,49,45,48,46,51,48,54,45,49,46,49,48,55,44,48,76,49,46,50,49,44,57,46,52,48,51,67,49,46,49,57,52,44,57,46,52,49,55,44,49,46,49,55,52,44,57,46,52,50,49,44,49,46,49,53,56,44,57,46,52,51,55,99,45,48,46,49,56,49,44,48,46,49,56,49,45,48,46,50,52,50,44,48,46,52,50,53,45,48,46,50,48,57,44,48,46,54,54,99,48,46,48,48,53,44,48,46,48,51,56,44,48,46,48,49,50,44,48,46,48,55,49,44,48,46,48,50,50,44,48,46,49,48,57,99,48,46,48,50,56,44,48,46,48,57,56,44,48,46,48,55,53,44,48,46,49,56,56,44,48,46,49,52,50,44,48,46,50,55,49,99,48,46,48,50,49,44,48,46,48,50,54,44,48,46,48,50,49,44,48,46,48,54,49,44,48,46,48,52,53,44,48,46,48,56,53,99,48,46,48,49,53,44,48,46,48,49,54,44,48,46,48,51,52,44,48,46,48,50,44,48,46,48,53,44,48,46,48,51,51,108,53,46,52,56,52,44,53,46,52,56,51,99,48,46,51,48,54,44,48,46,51,48,55,44,48,46,56,48,49,44,48,46,51,48,55,44,49,46,49,48,55,44,48,99,48,46,51,48,54,45,48,46,51,48,53,44,48,46,51,48,54,45,48,46,56,48,49,44,48,45,49,46,49,48,53,108,45,52,46,49,56,52,45,52,46,49,56,53,104,49,52,46,54,53,54,99,48,46,52,51,54,44,48,44,48,46,55,56,56,45,48,46,51,53,51,44,48,46,55,56,56,45,48,46,55,56,56,83,49,56,46,55,48,55,44,57,46,50,49,50,44,49,56,46,50,55,49,44,57,46,50,49,50,122,34,44,116,105,116,108,101,58,34,80,114,101,118,105,111,117,115,34,125,44,110,101,120,116,58,123,119,105,100,116,104,58,34,50,48,112,120,34,44,104,101,105,103,104,116,58,34,50,48,112,120,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,50,48,32,50,48,34,44,100,58,34,77,49,46,55,50,57,44,57,46,50,49,50,104,49,52,46,54,53,54,108,45,52,46,49,56,52,45,52,46,49,56,52,99,45,48,46,51,48,55,45,48,46,51,48,54,45,48,46,51,48,55,45,48,46,56,48,49,44,48,45,49,46,49,48,55,99,48,46,51,48,53,45,48,46,51,48,54,44,48,46,56,48,49,45,48,46,51,48,54,44,49,46,49,48,54,44,48,108,53,46,52,56,49,44,53,46,52,56,50,99,48,46,48,49,56,44,48,46,48,49,52,44,48,46,48,51,55,44,48,46,48,49,57,44,48,46,48,53,51,44,48,46,48,51,52,99,48,46,49,56,49,44,48,46,49,56,49,44,48,46,50,52,50,44,48,46,52,50,53,44,48,46,50,48,57,44,48,46,54,54,99,45,48,46,48,48,52,44,48,46,48,51,56,45,48,46,48,49,50,44,48,46,48,55,49,45,48,46,48,50,49,44,48,46,49,48,57,99,45,48,46,48,50,56,44,48,46,48,57,56,45,48,46,48,55,53,44,48,46,49,56,56,45,48,46,49,52,51,44,48,46,50,55,49,99,45,48,46,48,50,49,44,48,46,48,50,54,45,48,46,48,50,49,44,48,46,48,54,49,45,48,46,48,52,53,44,48,46,48,56,53,99,45,48,46,48,49,53,44,48,46,48,49,54,45,48,46,48,51,52,44,48,46,48,50,45,48,46,48,53,49,44,48,46,48,51,51,108,45,53,46,52,56,51,44,53,46,52,56,51,99,45,48,46,51,48,54,44,48,46,51,48,55,45,48,46,56,48,50,44,48,46,51,48,55,45,49,46,49,48,54,44,48,99,45,48,46,51,48,55,45,48,46,51,48,53,45,48,46,51,48,55,45,48,46,56,48,49,44,48,45,49,46,49,48,53,108,52,46,49,56,52,45,52,46,49,56,53,72,49,46,55,50,57,99,45,48,46,52,51,54,44,48,45,48,46,55,56,56,45,48,46,51,53,51,45,48,46,55,56,56,45,48,46,55,56,56,83,49,46,50,57,51,44,57,46,50,49,50,44,49,46,55,50,57,44,57,46,50,49,50,122,34,44,116,105,116,108,101,58,34,78,101,120,116,34,125,125,59,102,117,110,99,116,105,111,110,32,84,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,114,101,116,117,114,110,32,106,40,116,41,125,40,116,41,124,124,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,116,41,41,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,40,116,41,125,40,116,41,124,124,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,106,40,116,44,101,41,59,118,97,114,32,110,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,59,114,101,116,117,114,110,34,79,98,106,101,99,116,34,61,61,61,110,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,40,110,61,116,46,99,111,110,115,116,114,117,99,116,111,114,46,110,97,109,101,41,44,34,77,97,112,34,61,61,61,110,124,124,34,83,101,116,34,61,61,61,110,63,65,114,114,97,121,46,102,114,111,109,40,116,41,58,34,65,114,103,117,109,101,110,116,115,34,61,61,61,110,124,124,47,94,40,63,58,85,105,124,73,41,110,116,40,63,58,56,124,49,54,124,51,50,41,40,63,58,67,108,97,109,112,101,100,41,63,65,114,114,97,121,36,47,46,116,101,115,116,40,110,41,63,106,40,116,44,101,41,58,118,111,105,100,32,48,125,125,40,116,41,124,124,102,117,110,99,116,105,111,110,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,115,112,114,101,97,100,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,46,92,110,73,110,32,111,114,100,101,114,32,116,111,32,98,101,32,105,116,101,114,97,98,108,101,44,32,110,111,110,45,97,114,114,97,121,32,111,98,106,101,99,116,115,32,109,117,115,116,32,104,97,118,101,32,97,32,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,32,109,101,116,104,111,100,46,34,41,125,40,41,125,102,117,110,99,116,105,111,110,32,106,40,116,44,101,41,123,40,110,117,108,108,61,61,101,124,124,101,62,116,46,108,101,110,103,116,104,41,38,38,40,101,61,116,46,108,101,110,103,116,104,41,59,102,111,114,40,118,97,114,32,110,61,48,44,114,61,110,101,119,32,65,114,114,97,121,40,101,41,59,110,60,101,59,110,43,43,41,114,91,110,93,61,116,91,110,93,59,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,69,40,116,44,101,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,91,93,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,44,105,61,110,101,119,32,65,114,114,97,121,40,114,41,44,111,61,48,59,111,60,114,59,111,43,43,41,105,91,111,93,61,97,114,103,117,109,101,110,116,115,91,111,93,59,101,46,97,112,112,108,121,40,118,111,105,100,32,48,44,84,40,110,46,99,111,110,99,97,116,40,105,41,41,41,38,38,116,46,97,112,112,108,121,40,118,111,105,100,32,48,44,105,41,125,125,102,117,110,99,116,105,111,110,32,65,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,46,105,115,76,105,103,104,116,98,111,120,79,112,101,110,77,97,110,97,103,101,114,44,110,61,116,46,99,111,114,101,46,115,108,105,100,101,73,110,100,101,120,67,104,97,110,103,101,114,44,114,61,116,46,115,116,97,103,101,73,110,100,101,120,101,115,59,116,104,105,115,46,114,117,110,67,117,114,114,101,110,116,83,116,97,103,101,73,110,100,101,120,85,112,100,97,116,101,65,99,116,105,111,110,115,70,111,114,61,102,117,110,99,116,105,111,110,40,116,41,123,116,33,61,61,114,46,99,117,114,114,101,110,116,38,38,40,101,46,103,101,116,40,41,63,110,46,106,117,109,112,84,111,40,116,41,58,114,46,99,117,114,114,101,110,116,61,116,41,125,125,102,117,110,99,116,105,111,110,32,68,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,46,105,115,76,105,103,104,116,98,111,120,79,112,101,110,77,97,110,97,103,101,114,44,110,61,116,46,99,111,114,101,44,114,61,110,46,108,105,103,104,116,98,111,120,67,108,111,115,101,114,44,105,61,110,46,108,105,103,104,116,98,111,120,79,112,101,110,101,114,44,111,61,110,46,108,105,103,104,116,98,111,120,85,112,100,97,116,101,114,44,97,61,116,46,100,97,116,97,44,115,61,40,48,44,116,46,114,101,115,111,108,118,101,41,40,65,41,59,111,46,104,97,110,100,108,101,83,108,105,100,101,80,114,111,112,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,46,112,114,111,112,115,59,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,101,46,115,111,117,114,99,101,73,110,100,101,120,63,115,46,114,117,110,67,117,114,114,101,110,116,83,116,97,103,101,73,110,100,101,120,85,112,100,97,116,101,65,99,116,105,111,110,115,70,111,114,40,101,46,115,111,117,114,99,101,73,110,100,101,120,41,58,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,101,46,115,111,117,114,99,101,63,115,46,114,117,110,67,117,114,114,101,110,116,83,116,97,103,101,73,110,100,101,120,85,112,100,97,116,101,65,99,116,105,111,110,115,70,111,114,40,101,46,115,111,117,114,99,101,115,46,105,110,100,101,120,79,102,40,101,46,115,111,117,114,99,101,41,41,58,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,101,46,115,108,105,100,101,38,38,115,46,114,117,110,67,117,114,114,101,110,116,83,116,97,103,101,73,110,100,101,120,85,112,100,97,116,101,65,99,116,105,111,110,115,70,111,114,40,101,46,115,108,105,100,101,45,49,41,125,44,111,46,104,97,110,100,108,101,84,111,103,103,108,101,114,85,112,100,97,116,101,61,102,117,110,99,116,105,111,110,40,41,123,101,46,103,101,116,40,41,63,114,46,99,108,111,115,101,76,105,103,104,116,98,111,120,40,41,58,97,46,105,115,73,110,105,116,105,97,108,105,122,101,100,63,105,46,111,112,101,110,76,105,103,104,116,98,111,120,40,41,58,105,46,105,110,105,116,105,97,108,105,122,101,65,110,100,79,112,101,110,76,105,103,104,116,98,111,120,40,41,125,125,102,117,110,99,116,105,111,110,32,76,40,116,44,101,41,123,118,97,114,32,110,61,116,46,99,108,97,115,115,76,105,115,116,59,110,46,99,111,110,116,97,105,110,115,40,101,41,38,38,110,46,114,101,109,111,118,101,40,101,41,125,102,117,110,99,116,105,111,110,32,77,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,44,114,61,110,46,105,115,70,117,108,108,115,99,114,101,101,110,79,112,101,110,77,97,110,97,103,101,114,44,105,61,110,46,105,115,76,105,103,104,116,98,111,120,79,112,101,110,77,97,110,97,103,101,114,44,111,61,116,46,99,111,114,101,44,97,61,111,46,101,118,101,110,116,115,68,105,115,112,97,116,99,104,101,114,44,115,61,111,46,102,117,108,108,115,99,114,101,101,110,84,111,103,103,108,101,114,44,117,61,111,46,103,108,111,98,97,108,69,118,101,110,116,115,67,111,110,116,114,111,108,108,101,114,44,108,61,111,46,115,99,114,111,108,108,98,97,114,82,101,99,111,109,112,101,110,115,111,114,44,102,61,111,46,115,108,105,100,101,115,104,111,119,77,97,110,97,103,101,114,44,104,61,111,46,122,111,111,109,101,114,44,112,61,116,46,101,108,101,109,101,110,116,115,44,118,61,116,46,112,114,111,112,115,44,103,61,116,46,115,111,117,114,99,101,115,80,111,105,110,116,101,114,80,114,111,112,115,44,109,61,116,46,116,105,109,101,111,117,116,44,98,61,116,46,116,104,117,109,98,115,83,119,105,112,105,110,103,80,114,111,112,115,59,116,104,105,115,46,105,115,76,105,103,104,116,98,111,120,70,97,100,105,110,103,79,117,116,61,33,49,44,116,104,105,115,46,114,117,110,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,41,123,101,46,105,115,76,105,103,104,116,98,111,120,70,97,100,105,110,103,79,117,116,61,33,48,44,112,46,99,111,110,116,97,105,110,101,114,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,100,41,44,117,46,114,101,109,111,118,101,76,105,115,116,101,110,101,114,115,40,41,44,104,46,105,102,90,111,111,109,105,110,103,82,101,115,101,116,90,111,111,109,40,41,44,102,46,114,101,115,101,116,83,108,105,100,101,115,104,111,119,40,41,44,118,46,101,120,105,116,70,117,108,108,115,99,114,101,101,110,79,110,67,108,111,115,101,38,38,114,46,103,101,116,40,41,38,38,115,46,101,120,105,116,70,117,108,108,115,99,114,101,101,110,40,41,44,109,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,105,115,76,105,103,104,116,98,111,120,70,97,100,105,110,103,79,117,116,61,33,49,44,103,46,105,115,80,111,105,110,116,101,114,105,110,103,61,33,49,44,98,38,38,40,98,46,105,115,80,111,105,110,116,101,114,105,110,103,61,33,49,41,44,112,46,99,111,110,116,97,105,110,101,114,46,99,108,97,115,115,76,105,115,116,46,114,101,109,111,118,101,40,100,41,44,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,46,99,108,97,115,115,76,105,115,116,46,114,101,109,111,118,101,40,99,41,44,108,46,114,101,109,111,118,101,82,101,99,111,109,112,101,110,115,101,40,41,44,105,46,115,101,116,40,33,49,41,44,97,46,100,105,115,112,97,116,99,104,40,34,111,110,67,108,111,115,101,34,41,125,41,44,50,50,48,41,125,125,102,117,110,99,116,105,111,110,32,73,40,116,41,123,118,97,114,32,101,61,116,46,101,108,101,109,101,110,116,115,46,99,97,112,116,105,111,110,115,59,116,104,105,115,46,114,117,110,83,108,105,100,101,67,104,97,110,103,101,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,110,40,116,44,34,114,101,109,111,118,101,34,41,44,110,40,101,44,34,97,100,100,34,41,125,59,118,97,114,32,110,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,101,91,116,93,38,38,101,91,116,93,46,99,108,97,115,115,76,105,115,116,91,110,93,40,112,41,125,125,102,117,110,99,116,105,111,110,32,36,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,44,110,61,101,46,99,108,105,99,107,90,111,111,109,101,114,44,114,61,101,46,108,105,103,104,116,98,111,120,67,108,111,115,101,114,44,105,61,101,46,102,117,108,108,115,99,114,101,101,110,84,111,103,103,108,101,114,44,111,61,101,46,115,108,105,100,101,67,104,97,110,103,101,70,97,99,97,100,101,44,97,61,101,46,115,108,105,100,101,115,104,111,119,77,97,110,97,103,101,114,44,115,61,101,46,116,104,117,109,98,115,84,111,103,103,108,101,114,44,99,61,116,46,112,114,111,112,115,59,116,104,105,115,46,108,105,115,116,101,110,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,83,112,97,99,101,34,33,61,61,116,46,99,111,100,101,41,115,119,105,116,99,104,40,116,46,107,101,121,41,123,99,97,115,101,34,69,115,99,97,112,101,34,58,114,46,99,108,111,115,101,76,105,103,104,116,98,111,120,40,41,59,98,114,101,97,107,59,99,97,115,101,34,65,114,114,111,119,76,101,102,116,34,58,111,46,99,104,97,110,103,101,84,111,80,114,101,118,105,111,117,115,40,41,59,98,114,101,97,107,59,99,97,115,101,34,65,114,114,111,119,82,105,103,104,116,34,58,111,46,99,104,97,110,103,101,84,111,78,101,120,116,40,41,59,98,114,101,97,107,59,99,97,115,101,34,116,34,58,99,46,100,105,115,97,98,108,101,84,104,117,109,98,115,124,124,115,46,116,111,103,103,108,101,84,104,117,109,98,115,40,41,59,98,114,101,97,107,59,99,97,115,101,34,43,34,58,110,46,122,111,111,109,73,110,40,41,59,98,114,101,97,107,59,99,97,115,101,34,45,34,58,110,46,122,111,111,109,79,117,116,40,41,59,98,114,101,97,107,59,99,97,115,101,34,70,49,49,34,58,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,105,46,101,110,116,101,114,70,117,108,108,115,99,114,101,101,110,40,41,125,101,108,115,101,32,97,46,116,111,103,103,108,101,83,108,105,100,101,115,104,111,119,40,41,125,125,102,117,110,99,116,105,111,110,32,70,40,116,41,123,114,101,116,117,114,110,32,116,46,116,111,117,99,104,101,115,63,116,46,116,111,117,99,104,101,115,91,48,93,46,99,108,105,101,110,116,89,58,116,46,99,108,105,101,110,116,89,125,102,117,110,99,116,105,111,110,32,66,40,116,41,123,118,97,114,32,101,61,116,46,99,111,108,108,101,99,116,105,111,110,115,46,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,84,114,97,110,115,102,111,114,109,101,114,115,44,110,61,116,46,99,111,114,101,46,122,111,111,109,101,114,44,114,61,116,46,100,97,116,97,44,105,61,116,46,115,111,117,114,99,101,115,80,111,105,110,116,101,114,80,114,111,112,115,59,116,104,105,115,46,114,117,110,90,111,111,109,105,110,103,80,105,110,99,104,65,99,116,105,111,110,115,70,111,114,72,121,112,111,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,45,105,46,112,105,110,99,104,101,100,72,121,112,111,116,44,111,61,114,46,122,111,111,109,43,101,47,77,97,116,104,46,104,121,112,111,116,40,105,110,110,101,114,87,105,100,116,104,44,105,110,110,101,114,72,101,105,103,104,116,41,42,49,48,59,111,60,46,57,38,38,40,111,61,46,57,41,44,110,46,122,111,111,109,84,111,40,111,41,44,105,46,112,105,110,99,104,101,100,72,121,112,111,116,61,116,125,44,116,104,105,115,46,116,114,97,110,115,108,97,116,101,83,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,65,116,73,110,100,101,120,85,115,105,110,103,77,101,116,104,111,100,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,101,91,116,93,46,116,114,97,110,115,108,97,116,101,40,105,46,115,119,105,112,101,100,88,41,91,110,93,40,41,125,125,102,117,110,99,116,105,111,110,32,82,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,104,121,112,111,116,40,116,46,116,111,117,99,104,101,115,91,48,93,46,112,97,103,101,88,45,116,46,116,111,117,99,104,101,115,91,49,93,46,112,97,103,101,88,44,116,46,116,111,117,99,104,101,115,91,48,93,46,112,97,103,101,89,45,116,46,116,111,117,99,104,101,115,91,49,93,46,112,97,103,101,89,41,125,102,117,110,99,116,105,111,110,32,78,40,116,41,123,114,101,116,117,114,110,32,116,46,116,111,117,99,104,101,115,63,116,46,116,111,117,99,104,101,115,91,48,93,46,99,108,105,101,110,116,88,58,116,46,99,108,105,101,110,116,88,125,102,117,110,99,116,105,111,110,32,122,40,116,41,123,118,97,114,32,101,61,116,46,99,111,108,108,101,99,116,105,111,110,115,46,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,84,114,97,110,115,102,111,114,109,101,114,115,44,110,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,44,114,61,116,46,99,111,114,101,46,112,111,105,110,116,101,114,105,110,103,66,117,99,107,101,116,44,105,61,116,46,100,97,116,97,44,111,61,116,46,114,101,115,111,108,118,101,44,97,61,116,46,115,111,117,114,99,101,115,80,111,105,110,116,101,114,80,114,111,112,115,44,115,61,116,46,115,116,97,103,101,73,110,100,101,120,101,115,44,99,61,111,40,66,41,59,116,104,105,115,46,114,117,110,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,46,114,117,110,83,119,105,112,105,110,103,77,111,118,101,65,99,116,105,111,110,115,70,111,114,80,114,111,112,115,65,110,100,69,118,101,110,116,40,97,44,116,41,44,110,46,115,104,111,119,83,108,105,100,101,83,119,105,112,105,110,103,72,111,118,101,114,101,114,73,102,78,111,116,89,101,116,40,41,125,44,116,104,105,115,46,114,117,110,80,105,110,99,104,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,82,40,116,41,59,97,46,112,105,110,99,104,101,100,72,121,112,111,116,63,99,46,114,117,110,90,111,111,109,105,110,103,80,105,110,99,104,65,99,116,105,111,110,115,70,111,114,72,121,112,111,116,40,101,41,58,97,46,112,105,110,99,104,101,100,72,121,112,111,116,61,101,125,44,116,104,105,115,46,114,117,110,78,111,114,109,97,108,83,119,105,112,101,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,41,123,99,46,116,114,97,110,115,108,97,116,101,83,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,65,116,73,110,100,101,120,85,115,105,110,103,77,101,116,104,111,100,40,115,46,99,117,114,114,101,110,116,44,34,122,101,114,111,34,41,44,118,111,105,100,32,48,33,61,61,115,46,112,114,101,118,105,111,117,115,38,38,97,46,115,119,105,112,101,100,88,62,48,63,99,46,116,114,97,110,115,108,97,116,101,83,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,65,116,73,110,100,101,120,85,115,105,110,103,77,101,116,104,111,100,40,115,46,112,114,101,118,105,111,117,115,44,34,110,101,103,97,116,105,118,101,34,41,58,118,111,105,100,32,48,33,61,61,115,46,110,101,120,116,38,38,97,46,115,119,105,112,101,100,88,60,48,38,38,99,46,116,114,97,110,115,108,97,116,101,83,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,65,116,73,110,100,101,120,85,115,105,110,103,77,101,116,104,111,100,40,115,46,110,101,120,116,44,34,112,111,115,105,116,105,118,101,34,41,125,44,116,104,105,115,46,114,117,110,90,111,111,109,83,119,105,112,101,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,116,41,123,97,46,115,119,105,112,101,100,88,61,40,78,40,116,41,45,97,46,100,111,119,110,67,108,105,101,110,116,88,41,47,105,46,122,111,111,109,44,97,46,115,119,105,112,101,100,89,61,40,70,40,116,41,45,97,46,100,111,119,110,67,108,105,101,110,116,89,41,47,105,46,122,111,111,109,44,101,91,115,46,99,117,114,114,101,110,116,93,46,116,114,97,110,115,108,97,116,101,40,97,46,117,112,83,119,105,112,101,100,88,43,97,46,115,119,105,112,101,100,88,44,97,46,117,112,83,119,105,112,101,100,89,43,97,46,115,119,105,112,101,100,89,41,46,122,101,114,111,40,41,125,125,102,117,110,99,116,105,111,110,32,86,40,41,123,118,97,114,32,116,61,33,49,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,116,38,38,40,116,61,33,48,44,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,40,102,117,110,99,116,105,111,110,40,41,123,116,61,33,49,125,41,41,44,33,48,41,125,125,102,117,110,99,116,105,111,110,32,72,40,116,41,123,118,97,114,32,101,61,86,40,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,105,115,80,111,105,110,116,101,114,105,110,103,38,38,101,40,41,125,125,102,117,110,99,116,105,111,110,32,85,40,116,41,123,114,101,116,117,114,110,32,116,46,116,111,117,99,104,101,115,63,116,46,116,111,117,99,104,101,115,46,108,101,110,103,116,104,58,48,125,102,117,110,99,116,105,111,110,32,87,40,116,41,123,118,97,114,32,101,61,116,46,100,97,116,97,44,110,61,116,46,112,114,111,112,115,44,114,61,116,46,114,101,115,111,108,118,101,44,105,61,116,46,115,111,117,114,99,101,115,80,111,105,110,116,101,114,80,114,111,112,115,44,111,61,72,40,105,41,44,97,61,114,40,122,41,59,116,104,105,115,46,108,105,115,116,101,110,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,111,40,41,38,38,40,97,46,114,117,110,65,99,116,105,111,110,115,40,116,41,44,85,40,116,41,38,38,105,46,105,115,80,105,110,99,104,105,110,103,63,97,46,114,117,110,80,105,110,99,104,65,99,116,105,111,110,115,40,116,41,58,49,61,61,61,101,46,122,111,111,109,63,49,61,61,61,110,46,115,111,117,114,99,101,115,46,108,101,110,103,116,104,63,105,46,115,119,105,112,101,100,88,61,49,58,97,46,114,117,110,78,111,114,109,97,108,83,119,105,112,101,65,99,116,105,111,110,115,40,116,41,58,97,46,114,117,110,90,111,111,109,83,119,105,112,101,65,99,116,105,111,110,115,40,116,41,41,125,125,102,117,110,99,116,105,111,110,32,113,40,116,41,123,118,97,114,32,101,61,116,46,99,111,108,108,101,99,116,105,111,110,115,46,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,84,114,97,110,115,102,111,114,109,101,114,115,44,110,61,116,46,99,111,114,101,44,114,61,110,46,115,108,105,100,101,73,110,100,101,120,67,104,97,110,103,101,114,44,105,61,110,46,99,108,105,99,107,90,111,111,109,101,114,44,111,61,116,46,100,97,116,97,44,97,61,116,46,101,108,101,109,101,110,116,115,46,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,115,44,115,61,116,46,115,111,117,114,99,101,115,80,111,105,110,116,101,114,80,114,111,112,115,44,99,61,116,46,115,116,97,103,101,73,110,100,101,120,101,115,59,116,104,105,115,46,114,117,110,80,111,115,105,116,105,118,101,83,119,105,112,101,100,88,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,41,123,118,111,105,100,32,48,61,61,61,99,46,112,114,101,118,105,111,117,115,124,124,40,108,40,34,112,111,115,105,116,105,118,101,34,41,44,114,46,99,104,97,110,103,101,84,111,40,99,46,112,114,101,118,105,111,117,115,41,41,44,108,40,34,122,101,114,111,34,41,125,44,116,104,105,115,46,114,117,110,78,101,103,97,116,105,118,101,83,119,105,112,101,100,88,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,41,123,118,111,105,100,32,48,61,61,61,99,46,110,101,120,116,124,124,40,108,40,34,110,101,103,97,116,105,118,101,34,41,44,114,46,99,104,97,110,103,101,84,111,40,99,46,110,101,120,116,41,41,44,108,40,34,122,101,114,111,34,41,125,44,116,104,105,115,46,115,97,118,101,67,117,114,114,101,110,116,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,80,111,115,105,116,105,111,110,61,102,117,110,99,116,105,111,110,40,41,123,115,46,117,112,83,119,105,112,101,100,88,61,101,91,99,46,99,117,114,114,101,110,116,93,46,103,101,116,84,114,97,110,115,108,97,116,101,88,40,41,44,115,46,117,112,83,119,105,112,101,100,89,61,101,91,99,46,99,117,114,114,101,110,116,93,46,103,101,116,84,114,97,110,115,108,97,116,101,89,40,41,125,44,116,104,105,115,46,114,117,110,83,111,117,114,99,101,68,111,119,110,69,118,101,110,116,84,97,114,103,101,116,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,41,123,111,46,122,111,111,109,60,61,49,63,105,46,122,111,111,109,73,110,40,41,58,105,46,122,111,111,109,79,117,116,40,41,125,59,118,97,114,32,108,61,102,117,110,99,116,105,111,110,40,116,41,123,97,91,99,46,99,117,114,114,101,110,116,93,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,117,41,44,101,91,99,46,99,117,114,114,101,110,116,93,91,116,93,40,41,125,125,102,117,110,99,116,105,111,110,32,71,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,44,110,61,116,46,99,111,114,101,44,114,61,110,46,108,105,103,104,116,98,111,120,67,108,111,115,101,114,44,105,61,110,46,112,111,105,110,116,101,114,105,110,103,66,117,99,107,101,116,44,111,61,116,46,100,97,116,97,44,97,61,116,46,101,108,101,109,101,110,116,115,44,115,61,116,46,114,101,115,111,108,118,101,44,99,61,116,46,115,111,117,114,99,101,115,80,111,105,110,116,101,114,80,114,111,112,115,44,117,61,115,40,113,41,59,116,104,105,115,46,114,117,110,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,41,123,101,46,104,105,100,101,83,108,105,100,101,83,119,105,112,105,110,103,72,111,118,101,114,101,114,40,41,44,99,46,105,115,80,105,110,99,104,105,110,103,61,33,49,44,99,46,112,105,110,99,104,101,100,72,121,112,111,116,61,48,44,105,46,114,117,110,83,119,105,112,105,110,103,84,111,112,65,99,116,105,111,110,115,70,111,114,80,114,111,112,115,65,110,100,69,118,101,110,116,40,99,41,44,76,40,97,46,115,111,117,114,99,101,87,114,97,112,112,101,114,115,67,111,110,116,97,105,110,101,114,44,121,41,125,44,116,104,105,115,46,114,117,110,83,119,105,112,101,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,41,123,49,61,61,61,111,46,122,111,111,109,63,99,46,115,119,105,112,101,100,88,62,48,63,117,46,114,117,110,80,111,115,105,116,105,118,101,83,119,105,112,101,100,88,65,99,116,105,111,110,115,40,41,58,117,46,114,117,110,78,101,103,97,116,105,118,101,83,119,105,112,101,100,88,65,99,116,105,111,110,115,40,41,58,117,46,115,97,118,101,67,117,114,114,101,110,116,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,80,111,115,105,116,105,111,110,40,41,125,44,116,104,105,115,46,114,117,110,78,111,83,119,105,112,101,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,41,123,99,46,105,115,83,111,117,114,99,101,68,111,119,110,69,118,101,110,116,84,97,114,103,101,116,63,117,46,114,117,110,83,111,117,114,99,101,68,111,119,110,69,118,101,110,116,84,97,114,103,101,116,65,99,116,105,111,110,115,40,41,58,114,46,99,108,111,115,101,76,105,103,104,116,98,111,120,40,41,125,125,102,117,110,99,116,105,111,110,32,89,40,116,41,123,118,97,114,32,101,61,116,46,100,97,116,97,44,110,61,116,46,114,101,115,111,108,118,101,44,114,61,116,46,115,111,117,114,99,101,115,80,111,105,110,116,101,114,80,114,111,112,115,44,105,61,116,46,99,111,114,101,46,122,111,111,109,101,114,44,111,61,110,40,71,41,59,116,104,105,115,46,108,105,115,116,101,110,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,114,46,105,115,80,111,105,110,116,101,114,105,110,103,38,38,40,114,46,105,115,80,105,110,99,104,105,110,103,124,124,40,114,46,115,119,105,112,101,100,88,63,111,46,114,117,110,83,119,105,112,101,65,99,116,105,111,110,115,40,41,58,111,46,114,117,110,78,111,83,119,105,112,101,65,99,116,105,111,110,115,40,41,41,44,111,46,114,117,110,65,99,116,105,111,110,115,40,116,41,44,101,46,122,111,111,109,60,49,38,38,40,105,46,122,111,111,109,84,111,40,49,41,44,105,46,115,116,111,112,90,111,111,109,105,110,103,40,41,41,41,125,125,102,117,110,99,116,105,111,110,32,75,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,44,110,61,116,46,99,111,114,101,46,112,111,105,110,116,101,114,105,110,103,66,117,99,107,101,116,44,114,61,116,46,100,97,116,97,44,105,61,116,46,101,108,101,109,101,110,116,115,44,111,61,116,46,116,104,117,109,98,115,83,119,105,112,105,110,103,80,114,111,112,115,59,116,104,105,115,46,114,117,110,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,116,41,123,110,46,114,117,110,83,119,105,112,105,110,103,77,111,118,101,65,99,116,105,111,110,115,70,111,114,80,114,111,112,115,65,110,100,69,118,101,110,116,40,111,44,116,41,44,105,46,116,104,117,109,98,115,73,110,110,101,114,46,115,116,121,108,101,46,116,114,97,110,115,102,111,114,109,61,34,116,114,97,110,115,108,97,116,101,88,40,34,46,99,111,110,99,97,116,40,114,46,116,104,117,109,98,115,84,114,97,110,115,102,111,114,109,43,111,46,115,119,105,112,101,100,88,44,34,112,120,41,34,41,44,101,46,115,104,111,119,84,104,117,109,98,115,67,117,114,115,111,114,101,114,73,102,78,111,116,89,101,116,40,41,125,125,102,117,110,99,116,105,111,110,32,88,40,116,41,123,118,97,114,32,101,61,116,46,100,97,116,97,44,110,61,116,46,114,101,115,111,108,118,101,44,114,61,72,40,116,46,116,104,117,109,98,115,83,119,105,112,105,110,103,80,114,111,112,115,41,44,105,61,110,40,75,41,59,116,104,105,115,46,108,105,115,116,101,110,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,101,46,116,104,117,109,98,115,73,110,110,101,114,87,105,100,116,104,62,105,110,110,101,114,87,105,100,116,104,38,38,114,40,41,38,38,105,46,114,117,110,65,99,116,105,111,110,115,40,116,41,125,125,102,117,110,99,116,105,111,110,32,90,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,44,110,61,116,46,100,97,116,97,44,114,61,116,46,99,111,114,101,44,105,61,114,46,115,108,105,100,101,73,110,100,101,120,67,104,97,110,103,101,114,44,111,61,114,46,116,104,117,109,98,115,84,114,97,110,115,102,111,114,109,84,114,97,110,115,105,116,105,111,110,101,114,44,97,61,114,46,112,111,105,110,116,101,114,105,110,103,66,117,99,107,101,116,44,115,61,116,46,101,108,101,109,101,110,116,115,44,99,61,116,46,116,104,117,109,98,115,83,119,105,112,105,110,103,80,114,111,112,115,44,117,61,115,46,116,104,117,109,98,115,87,114,97,112,112,101,114,115,59,116,104,105,115,46,114,117,110,78,111,83,119,105,112,101,65,99,116,105,111,110,115,70,111,114,69,118,101,110,116,61,102,117,110,99,116,105,111,110,40,116,41,123,99,46,105,115,80,111,105,110,116,101,114,105,110,103,61,33,49,59,102,111,114,40,118,97,114,32,101,61,48,59,101,60,115,46,116,104,117,109,98,115,87,114,97,112,112,101,114,115,46,108,101,110,103,116,104,59,101,43,43,41,105,102,40,117,91,101,93,38,38,117,91,101,93,46,99,111,110,116,97,105,110,115,40,116,46,116,97,114,103,101,116,41,41,114,101,116,117,114,110,32,118,111,105,100,32,105,46,106,117,109,112,84,111,40,101,41,125,44,116,104,105,115,46,114,117,110,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,101,46,104,105,100,101,84,104,117,109,98,115,67,117,114,115,111,114,101,114,40,41,44,110,46,116,104,117,109,98,115,84,114,97,110,115,102,111,114,109,43,61,99,46,115,119,105,112,101,100,88,44,97,46,114,117,110,83,119,105,112,105,110,103,84,111,112,65,99,116,105,111,110,115,70,111,114,80,114,111,112,115,65,110,100,69,118,101,110,116,40,99,41,44,110,46,116,104,117,109,98,115,84,114,97,110,115,102,111,114,109,62,48,41,114,101,116,117,114,110,32,108,40,48,41,59,110,46,116,104,117,109,98,115,84,114,97,110,115,102,111,114,109,60,105,110,110,101,114,87,105,100,116,104,45,110,46,116,104,117,109,98,115,73,110,110,101,114,87,105,100,116,104,45,57,38,38,108,40,105,110,110,101,114,87,105,100,116,104,45,110,46,116,104,117,109,98,115,73,110,110,101,114,87,105,100,116,104,45,57,41,125,59,118,97,114,32,108,61,102,117,110,99,116,105,111,110,40,116,41,123,110,46,116,104,117,109,98,115,84,114,97,110,115,102,111,114,109,61,116,44,111,46,99,97,108,108,65,99,116,105,111,110,87,105,116,104,84,114,97,110,115,105,116,105,111,110,40,40,102,117,110,99,116,105,111,110,40,41,123,115,46,116,104,117,109,98,115,73,110,110,101,114,46,115,116,121,108,101,46,116,114,97,110,115,102,111,114,109,61,34,116,114,97,110,115,108,97,116,101,88,40,34,46,99,111,110,99,97,116,40,116,44,34,112,120,41,34,41,125,41,41,125,125,102,117,110,99,116,105,111,110,32,74,40,116,41,123,118,97,114,32,101,61,116,46,114,101,115,111,108,118,101,44,110,61,116,46,116,104,117,109,98,115,83,119,105,112,105,110,103,80,114,111,112,115,44,114,61,101,40,90,41,59,116,104,105,115,46,108,105,115,116,101,110,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,110,46,105,115,80,111,105,110,116,101,114,105,110,103,38,38,40,110,46,115,119,105,112,101,100,88,63,114,46,114,117,110,65,99,116,105,111,110,115,40,41,58,114,46,114,117,110,78,111,83,119,105,112,101,65,99,116,105,111,110,115,70,111,114,69,118,101,110,116,40,116,41,41,125,125,102,117,110,99,116,105,111,110,32,81,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,46,105,110,97,99,116,105,118,101,114,44,110,61,116,46,112,114,111,112,115,44,114,61,116,46,114,101,115,111,108,118,101,44,105,61,114,40,87,41,44,111,61,114,40,89,41,44,97,61,114,40,88,41,44,115,61,114,40,74,41,59,116,104,105,115,46,109,111,118,101,76,105,115,116,101,110,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,101,46,108,105,115,116,101,110,101,114,40,116,41,44,105,46,108,105,115,116,101,110,101,114,40,116,41,44,110,46,100,105,115,97,98,108,101,84,104,117,109,98,115,124,124,97,46,108,105,115,116,101,110,101,114,40,116,41,125,44,116,104,105,115,46,117,112,76,105,115,116,101,110,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,111,46,108,105,115,116,101,110,101,114,40,116,41,44,110,46,100,105,115,97,98,108,101,84,104,117,109,98,115,124,124,115,46,108,105,115,116,101,110,101,114,40,116,41,125,125,102,117,110,99,116,105,111,110,32,116,116,40,41,123,114,101,116,117,114,110,34,111,110,116,111,117,99,104,115,116,97,114,116,34,105,110,32,119,105,110,100,111,119,124,124,110,97,118,105,103,97,116,111,114,46,109,97,120,84,111,117,99,104,80,111,105,110,116,115,62,48,124,124,110,97,118,105,103,97,116,111,114,46,109,115,77,97,120,84,111,117,99,104,80,111,105,110,116,115,62,48,125,102,117,110,99,116,105,111,110,32,101,116,40,116,41,123,114,101,116,117,114,110,33,116,46,116,111,117,99,104,101,115,124,124,116,46,116,111,117,99,104,101,115,46,108,101,110,103,116,104,60,61,50,125,102,117,110,99,116,105,111,110,32,110,116,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,46,122,111,111,109,101,114,44,110,61,116,46,100,97,116,97,59,116,104,105,115,46,108,105,115,116,101,110,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,49,61,61,61,110,46,122,111,111,109,41,123,105,102,40,116,46,100,101,108,116,97,89,62,48,41,114,101,116,117,114,110,59,101,46,115,116,97,114,116,90,111,111,109,105,110,103,40,41,125,118,97,114,32,114,61,46,49,42,110,46,122,111,111,109,44,105,61,110,46,122,111,111,109,59,116,46,100,101,108,116,97,89,60,48,63,105,43,61,114,58,40,105,45,61,114,41,60,49,38,38,40,105,61,49,41,44,101,46,122,111,111,109,84,111,40,105,41,44,49,61,61,61,105,38,38,101,46,115,116,111,112,90,111,111,109,105,110,103,40,41,125,125,102,117,110,99,116,105,111,110,32,114,116,40,116,41,123,114,101,116,117,114,110,33,116,46,115,111,117,114,99,101,115,80,111,105,110,116,101,114,80,114,111,112,115,46,105,115,80,111,105,110,116,101,114,105,110,103,125,102,117,110,99,116,105,111,110,32,105,116,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,44,110,61,101,46,115,108,105,100,101,115,104,111,119,77,97,110,97,103,101,114,44,114,61,101,46,115,108,105,100,101,67,104,97,110,103,101,70,97,99,97,100,101,44,105,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,44,111,61,116,46,101,108,101,109,101,110,116,115,44,97,61,116,46,112,114,111,112,115,44,115,61,48,44,99,61,33,49,59,102,117,110,99,116,105,111,110,32,117,40,41,123,111,46,115,108,105,100,101,115,104,111,119,66,97,114,46,99,108,97,115,115,76,105,115,116,46,114,101,109,111,118,101,40,109,41,44,105,46,115,116,111,112,83,108,105,100,101,115,104,111,119,40,41,44,99,61,33,49,125,102,117,110,99,116,105,111,110,32,108,40,41,123,118,97,114,32,116,61,40,115,43,61,49,54,46,54,55,41,47,97,46,115,108,105,100,101,115,104,111,119,84,105,109,101,59,111,46,115,108,105,100,101,115,104,111,119,66,97,114,46,115,116,121,108,101,46,119,105,100,116,104,61,116,42,105,110,110,101,114,87,105,100,116,104,43,34,112,120,34,44,116,62,61,49,38,38,40,115,61,48,44,114,46,99,104,97,110,103,101,84,111,78,101,120,116,40,41,41,44,99,38,38,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,108,41,125,110,46,116,111,103,103,108,101,83,108,105,100,101,115,104,111,119,61,102,117,110,99,116,105,111,110,40,41,123,99,63,117,40,41,58,40,99,61,33,48,44,111,46,115,108,105,100,101,115,104,111,119,66,97,114,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,109,41,44,105,46,115,116,97,114,116,83,108,105,100,101,115,104,111,119,40,41,44,108,40,41,41,125,44,110,46,114,101,115,101,116,83,108,105,100,101,115,104,111,119,61,102,117,110,99,116,105,111,110,40,41,123,115,61,48,44,99,38,38,117,40,41,125,125,102,117,110,99,116,105,111,110,32,111,116,40,116,41,123,118,97,114,32,101,61,116,46,100,97,116,97,44,110,61,116,46,101,108,101,109,101,110,116,115,44,114,61,116,46,115,116,97,103,101,73,110,100,101,120,101,115,59,116,104,105,115,46,114,117,110,79,112,97,99,105,116,121,48,65,99,116,105,111,110,85,115,105,110,103,77,101,116,104,111,100,61,102,117,110,99,116,105,111,110,40,116,41,123,110,46,115,108,105,100,101,66,117,116,116,111,110,80,114,101,118,105,111,117,115,38,38,40,110,46,115,108,105,100,101,66,117,116,116,111,110,80,114,101,118,105,111,117,115,46,99,108,97,115,115,76,105,115,116,91,116,93,40,103,41,44,110,46,115,108,105,100,101,66,117,116,116,111,110,78,101,120,116,46,99,108,97,115,115,76,105,115,116,91,116,93,40,103,41,41,125,44,116,104,105,115,46,114,117,110,65,99,116,105,118,101,69,110,104,97,110,99,101,109,101,110,116,65,99,116,105,111,110,85,115,105,110,103,77,101,116,104,111,100,61,102,117,110,99,116,105,111,110,40,116,41,123,101,46,105,115,84,104,117,109,98,105,110,103,63,110,46,116,104,117,109,98,115,67,111,110,116,97,105,110,101,114,46,99,108,97,115,115,76,105,115,116,91,116,93,40,95,41,58,110,46,99,97,112,116,105,111,110,115,91,114,46,99,117,114,114,101,110,116,93,38,38,110,46,99,97,112,116,105,111,110,115,91,114,46,99,117,114,114,101,110,116,93,46,99,108,97,115,115,76,105,115,116,91,116,93,40,112,41,125,125,102,117,110,99,116,105,111,110,32,97,116,40,116,44,101,41,123,118,97,114,32,110,61,116,46,99,108,97,115,115,76,105,115,116,59,110,46,99,111,110,116,97,105,110,115,40,101,41,124,124,110,46,97,100,100,40,101,41,125,102,117,110,99,116,105,111,110,32,115,116,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,46,122,111,111,109,101,114,44,110,61,116,46,100,97,116,97,44,114,61,116,46,101,108,101,109,101,110,116,115,44,105,61,116,46,115,111,117,114,99,101,115,80,111,105,110,116,101,114,80,114,111,112,115,59,116,104,105,115,46,114,117,110,80,105,110,99,104,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,116,41,123,105,46,105,115,80,105,110,99,104,105,110,103,61,33,48,44,105,46,112,105,110,99,104,101,100,72,121,112,111,116,61,82,40,116,41,44,97,116,40,114,46,115,111,117,114,99,101,87,114,97,112,112,101,114,115,67,111,110,116,97,105,110,101,114,44,121,41,44,49,61,61,61,110,46,122,111,111,109,38,38,101,46,115,116,97,114,116,90,111,111,109,105,110,103,40,41,125,125,102,117,110,99,116,105,111,110,32,99,116,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,61,116,46,100,97,116,97,44,111,61,116,46,101,108,101,109,101,110,116,115,44,97,61,105,46,99,97,112,116,105,111,110,72,101,105,103,104,116,115,44,115,61,105,46,110,111,116,84,104,117,109,98,101,100,83,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,83,99,97,108,101,115,44,99,61,105,46,110,111,116,84,104,117,109,98,101,100,83,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,84,114,97,110,115,108,97,116,101,115,89,44,117,61,111,46,115,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,115,44,108,61,111,46,115,111,117,114,99,101,115,59,116,104,105,115,46,115,101,116,85,112,84,104,117,109,98,101,100,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,84,114,97,110,115,102,111,114,109,61,102,117,110,99,116,105,111,110,40,41,123,101,61,111,46,116,104,117,109,98,115,67,111,110,116,97,105,110,101,114,46,111,102,102,115,101,116,72,101,105,103,104,116,44,110,61,105,46,116,104,117,109,98,101,100,83,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,84,114,97,110,115,108,97,116,101,89,44,114,61,34,116,114,97,110,115,108,97,116,101,89,40,34,46,99,111,110,99,97,116,40,110,44,34,112,120,41,32,115,99,97,108,101,40,34,41,46,99,111,110,99,97,116,40,105,46,116,104,117,109,98,101,100,83,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,83,99,97,108,101,44,34,41,34,41,125,44,116,104,105,115,46,115,101,116,85,112,78,111,116,84,104,117,109,98,101,100,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,84,114,97,110,115,102,111,114,109,65,116,73,110,100,101,120,61,102,117,110,99,116,105,111,110,40,116,41,123,101,61,97,91,116,93,44,110,61,99,91,116,93,44,114,61,34,116,114,97,110,115,108,97,116,101,89,40,34,46,99,111,110,99,97,116,40,110,44,34,112,120,41,32,115,99,97,108,101,40,34,41,46,99,111,110,99,97,116,40,115,91,116,93,44,34,41,34,41,125,44,116,104,105,115,46,105,102,83,111,117,114,99,101,73,115,76,111,97,100,101,100,84,114,97,110,115,102,111,114,109,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,65,116,73,110,100,101,120,61,102,117,110,99,116,105,111,110,40,116,41,123,108,91,116,93,38,38,40,105,110,110,101,114,87,105,100,116,104,60,105,110,110,101,114,72,101,105,103,104,116,38,38,108,91,116,93,46,111,102,102,115,101,116,87,105,100,116,104,62,108,91,116,93,46,111,102,102,115,101,116,72,101,105,103,104,116,43,101,63,117,91,116,93,46,115,116,121,108,101,46,116,114,97,110,115,102,111,114,109,61,34,116,114,97,110,115,108,97,116,101,89,40,34,46,99,111,110,99,97,116,40,110,47,50,44,34,112,120,41,32,115,99,97,108,101,40,49,41,34,41,58,117,91,116,93,46,115,116,121,108,101,46,116,114,97,110,115,102,111,114,109,61,114,41,125,125,102,117,110,99,116,105,111,110,32,117,116,40,116,41,123,118,97,114,32,101,44,110,44,114,59,110,61,40,101,61,116,41,46,99,111,114,101,46,99,108,97,115,115,70,97,99,97,100,101,44,114,61,101,46,101,108,101,109,101,110,116,115,44,110,46,114,101,109,111,118,101,70,114,111,109,69,97,99,104,69,108,101,109,101,110,116,67,108,97,115,115,73,102,67,111,110,116,97,105,110,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,114,91,116,93,46,108,101,110,103,116,104,59,110,43,43,41,76,40,114,91,116,93,91,110,93,44,101,41,125,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,44,110,61,101,46,99,108,105,99,107,90,111,111,109,101,114,44,114,61,101,46,122,111,111,109,101,114,44,105,61,116,46,100,97,116,97,44,111,61,116,46,101,108,101,109,101,110,116,115,44,97,61,116,46,103,101,116,81,117,101,117,101,100,65,99,116,105,111,110,44,115,61,116,46,112,114,111,112,115,46,122,111,111,109,73,110,99,114,101,109,101,110,116,44,99,61,97,40,40,102,117,110,99,116,105,111,110,40,41,123,76,40,111,46,115,111,117,114,99,101,87,114,97,112,112,101,114,115,67,111,110,116,97,105,110,101,114,44,117,41,125,41,44,51,48,48,41,59,110,46,122,111,111,109,73,110,61,102,117,110,99,116,105,111,110,40,41,123,108,40,41,44,102,40,105,46,122,111,111,109,43,115,41,125,44,110,46,122,111,111,109,79,117,116,61,102,117,110,99,116,105,111,110,40,41,123,105,46,122,111,111,109,45,115,60,61,49,63,49,33,61,61,105,46,122,111,111,109,38,38,40,102,40,49,41,44,114,46,115,116,111,112,90,111,111,109,105,110,103,40,41,41,58,40,108,40,41,44,102,40,105,46,122,111,111,109,45,115,41,44,49,61,61,61,105,46,122,111,111,109,38,38,114,46,115,116,111,112,90,111,111,109,105,110,103,40,41,41,125,59,118,97,114,32,108,61,102,117,110,99,116,105,111,110,40,41,123,49,61,61,61,105,46,122,111,111,109,38,38,114,46,115,116,97,114,116,90,111,111,109,105,110,103,40,41,125,44,102,61,102,117,110,99,116,105,111,110,40,116,41,123,97,116,40,111,46,115,111,117,114,99,101,87,114,97,112,112,101,114,115,67,111,110,116,97,105,110,101,114,44,117,41,44,114,46,122,111,111,109,84,111,40,116,41,44,99,40,41,125,125,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,46,101,118,101,110,116,115,68,105,115,112,97,116,99,104,101,114,44,110,61,116,46,112,114,111,112,115,59,101,46,100,105,115,112,97,116,99,104,61,102,117,110,99,116,105,111,110,40,101,41,123,110,91,101,93,38,38,110,91,101,93,40,116,41,125,125,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,46,105,115,70,117,108,108,115,99,114,101,101,110,79,112,101,110,77,97,110,97,103,101,114,44,110,61,116,46,99,111,114,101,46,102,117,108,108,115,99,114,101,101,110,84,111,103,103,108,101,114,59,110,46,101,110,116,101,114,70,117,108,108,115,99,114,101,101,110,61,102,117,110,99,116,105,111,110,40,41,123,101,46,115,101,116,40,33,48,41,59,118,97,114,32,116,61,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,59,116,46,114,101,113,117,101,115,116,70,117,108,108,115,99,114,101,101,110,63,116,46,114,101,113,117,101,115,116,70,117,108,108,115,99,114,101,101,110,40,41,58,116,46,109,111,122,82,101,113,117,101,115,116,70,117,108,108,83,99,114,101,101,110,63,116,46,109,111,122,82,101,113,117,101,115,116,70,117,108,108,83,99,114,101,101,110,40,41,58,116,46,119,101,98,107,105,116,82,101,113,117,101,115,116,70,117,108,108,115,99,114,101,101,110,63,116,46,119,101,98,107,105,116,82,101,113,117,101,115,116,70,117,108,108,115,99,114,101,101,110,40,41,58,116,46,109,115,82,101,113,117,101,115,116,70,117,108,108,115,99,114,101,101,110,38,38,116,46,109,115,82,101,113,117,101,115,116,70,117,108,108,115,99,114,101,101,110,40,41,125,44,110,46,101,120,105,116,70,117,108,108,115,99,114,101,101,110,61,102,117,110,99,116,105,111,110,40,41,123,101,46,115,101,116,40,33,49,41,44,100,111,99,117,109,101,110,116,46,101,120,105,116,70,117,108,108,115,99,114,101,101,110,63,100,111,99,117,109,101,110,116,46,101,120,105,116,70,117,108,108,115,99,114,101,101,110,40,41,58,100,111,99,117,109,101,110,116,46,109,111,122,67,97,110,99,101,108,70,117,108,108,83,99,114,101,101,110,63,100,111,99,117,109,101,110,116,46,109,111,122,67,97,110,99,101,108,70,117,108,108,83,99,114,101,101,110,40,41,58,100,111,99,117,109,101,110,116,46,119,101,98,107,105,116,69,120,105,116,70,117,108,108,115,99,114,101,101,110,63,100,111,99,117,109,101,110,116,46,119,101,98,107,105,116,69,120,105,116,70,117,108,108,115,99,114,101,101,110,40,41,58,100,111,99,117,109,101,110,116,46,109,115,69,120,105,116,70,117,108,108,115,99,114,101,101,110,38,38,100,111,99,117,109,101,110,116,46,109,115,69,120,105,116,70,117,108,108,115,99,114,101,101,110,40,41,125,125,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,61,116,46,99,111,114,101,44,111,61,105,46,105,110,97,99,116,105,118,101,114,44,97,61,105,46,103,108,111,98,97,108,69,118,101,110,116,115,67,111,110,116,114,111,108,108,101,114,44,115,61,105,46,119,105,110,100,111,119,82,101,115,105,122,101,65,99,116,105,111,110,101,114,44,99,61,116,46,109,105,100,100,108,101,119,97,114,101,44,117,61,116,46,114,101,115,111,108,118,101,44,108,61,117,40,81,41,44,102,61,117,40,36,41,44,104,61,117,40,110,116,41,59,97,46,97,100,100,76,105,115,116,101,110,101,114,115,61,102,117,110,99,116,105,111,110,40,41,123,116,116,40,41,63,40,101,61,69,40,108,46,109,111,118,101,76,105,115,116,101,110,101,114,44,101,116,41,44,110,61,69,40,108,46,117,112,76,105,115,116,101,110,101,114,44,101,116,41,44,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,116,111,117,99,104,115,116,97,114,116,34,44,111,46,108,105,115,116,101,110,101,114,44,123,112,97,115,115,105,118,101,58,33,48,125,41,44,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,116,111,117,99,104,109,111,118,101,34,44,101,44,123,112,97,115,115,105,118,101,58,33,48,125,41,44,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,116,111,117,99,104,101,110,100,34,44,110,41,41,58,40,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,100,111,119,110,34,44,111,46,108,105,115,116,101,110,101,114,41,44,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,109,111,118,101,34,44,108,46,109,111,118,101,76,105,115,116,101,110,101,114,41,44,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,117,112,34,44,108,46,117,112,76,105,115,116,101,110,101,114,41,41,44,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,114,101,115,105,122,101,34,44,115,46,114,117,110,65,99,116,105,111,110,115,41,44,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,107,101,121,100,111,119,110,34,44,102,46,108,105,115,116,101,110,101,114,41,59,118,97,114,32,116,61,86,40,41,59,114,61,99,40,114,61,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,40,41,38,38,104,46,108,105,115,116,101,110,101,114,40,101,41,125,44,114,116,41,44,100,111,99,117,109,101,110,116,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,119,104,101,101,108,34,44,114,41,125,44,97,46,114,101,109,111,118,101,76,105,115,116,101,110,101,114,115,61,102,117,110,99,116,105,111,110,40,41,123,116,116,40,41,63,40,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,116,111,117,99,104,115,116,97,114,116,34,44,111,46,108,105,115,116,101,110,101,114,41,44,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,116,111,117,99,104,109,111,118,101,34,44,101,41,44,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,116,111,117,99,104,101,110,100,34,44,110,41,41,58,40,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,100,111,119,110,34,44,111,46,108,105,115,116,101,110,101,114,41,44,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,109,111,118,101,34,44,108,46,109,111,118,101,76,105,115,116,101,110,101,114,41,44,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,117,112,34,44,108,46,117,112,76,105,115,116,101,110,101,114,41,41,44,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,114,101,115,105,122,101,34,44,115,46,114,117,110,65,99,116,105,111,110,115,41,44,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,107,101,121,100,111,119,110,34,44,102,46,108,105,115,116,101,110,101,114,41,44,100,111,99,117,109,101,110,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,119,104,101,101,108,34,44,114,41,125,125,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,46,105,110,97,99,116,105,118,101,114,44,110,61,116,46,100,97,116,97,44,114,61,116,46,101,108,101,109,101,110,116,115,44,105,61,116,46,103,101,116,81,117,101,117,101,100,65,99,116,105,111,110,44,111,61,116,46,112,114,111,112,115,46,85,73,70,97,100,101,79,117,116,84,105,109,101,44,97,61,33,49,44,115,61,105,40,40,102,117,110,99,116,105,111,110,40,41,123,97,61,33,48,44,99,40,117,41,125,41,44,111,41,59,101,46,108,105,115,116,101,110,101,114,61,102,117,110,99,116,105,111,110,40,41,123,115,40,41,44,97,38,38,40,99,40,108,41,44,97,61,33,49,41,125,59,118,97,114,32,99,61,102,117,110,99,116,105,111,110,40,116,41,123,116,40,114,46,110,97,118,41,44,49,61,61,61,110,46,122,111,111,109,38,38,114,46,115,108,105,100,101,66,117,116,116,111,110,80,114,101,118,105,111,117,115,38,38,40,116,40,114,46,115,108,105,100,101,66,117,116,116,111,110,80,114,101,118,105,111,117,115,41,44,116,40,114,46,115,108,105,100,101,66,117,116,116,111,110,78,101,120,116,41,41,44,110,46,105,115,84,104,117,109,98,105,110,103,38,38,116,40,114,46,116,104,117,109,98,115,67,111,110,116,97,105,110,101,114,41,125,44,117,61,102,117,110,99,116,105,111,110,40,116,41,123,116,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,103,41,125,44,108,61,102,117,110,99,116,105,111,110,40,116,41,123,116,46,99,108,97,115,115,76,105,115,116,46,114,101,109,111,118,101,40,103,41,125,125,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,46,108,105,103,104,116,98,111,120,67,108,111,115,101,114,44,110,61,40,48,44,116,46,114,101,115,111,108,118,101,41,40,77,41,59,101,46,99,108,111,115,101,76,105,103,104,116,98,111,120,61,102,117,110,99,116,105,111,110,40,41,123,110,46,105,115,76,105,103,104,116,98,111,120,70,97,100,105,110,103,79,117,116,124,124,110,46,114,117,110,65,99,116,105,111,110,115,40,41,125,125,40,116,41,44,107,116,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,108,108,101,99,116,105,111,110,115,46,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,84,114,97,110,115,102,111,114,109,101,114,115,44,110,61,116,46,99,111,114,101,44,114,61,110,46,101,118,101,110,116,115,68,105,115,112,97,116,99,104,101,114,44,105,61,110,46,108,105,103,104,116,98,111,120,79,112,101,110,65,99,116,105,111,110,101,114,44,111,61,110,46,103,108,111,98,97,108,69,118,101,110,116,115,67,111,110,116,114,111,108,108,101,114,44,97,61,110,46,115,99,114,111,108,108,98,97,114,82,101,99,111,109,112,101,110,115,111,114,44,115,61,110,46,115,111,117,114,99,101,68,105,115,112,108,97,121,70,97,99,97,100,101,44,117,61,110,46,115,116,97,103,101,77,97,110,97,103,101,114,44,108,61,110,46,119,105,110,100,111,119,82,101,115,105,122,101,65,99,116,105,111,110,101,114,44,102,61,116,46,100,97,116,97,44,104,61,116,46,112,114,111,112,115,46,115,111,117,114,99,101,115,44,100,61,116,46,115,116,97,103,101,73,110,100,101,120,101,115,59,105,46,114,117,110,66,101,102,111,114,101,82,101,110,100,101,114,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,41,123,102,46,117,110,108,111,97,100,101,100,84,104,117,109,98,115,67,111,117,110,116,61,104,46,108,101,110,103,116,104,125,44,105,46,114,117,110,65,102,116,101,114,82,101,110,100,101,114,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,41,123,102,46,105,115,70,117,108,108,121,82,101,110,100,101,114,101,100,61,33,48,44,117,46,117,112,100,97,116,101,83,116,97,103,101,73,110,100,101,120,101,115,40,41,44,115,46,100,105,115,112,108,97,121,83,111,117,114,99,101,115,87,104,105,99,104,83,104,111,117,108,100,66,101,68,105,115,112,108,97,121,101,100,40,41,44,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,99,41,44,97,46,97,100,100,82,101,99,111,109,112,101,110,115,101,40,41,44,111,46,97,100,100,76,105,115,116,101,110,101,114,115,40,41,44,108,46,114,117,110,65,99,116,105,111,110,115,40,41,44,101,91,100,46,99,117,114,114,101,110,116,93,46,122,101,114,111,40,41,44,114,46,100,105,115,112,97,116,99,104,40,34,111,110,79,112,101,110,34,41,125,125,40,116,41,44,68,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,100,97,116,97,44,110,61,116,46,99,111,114,101,46,115,99,114,111,108,108,98,97,114,82,101,99,111,109,112,101,110,115,111,114,59,110,46,97,100,100,82,101,99,111,109,112,101,110,115,101,61,102,117,110,99,116,105,111,110,40,41,123,34,99,111,109,112,108,101,116,101,34,61,61,61,100,111,99,117,109,101,110,116,46,114,101,97,100,121,83,116,97,116,101,63,114,40,41,58,119,105,110,100,111,119,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,108,111,97,100,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,40,41,44,110,46,97,100,100,82,101,99,111,109,112,101,110,115,101,61,114,125,41,41,125,59,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,100,111,99,117,109,101,110,116,46,98,111,100,121,46,111,102,102,115,101,116,72,101,105,103,104,116,62,119,105,110,100,111,119,46,105,110,110,101,114,72,101,105,103,104,116,38,38,40,100,111,99,117,109,101,110,116,46,98,111,100,121,46,115,116,121,108,101,46,109,97,114,103,105,110,82,105,103,104,116,61,101,46,115,99,114,111,108,108,98,97,114,87,105,100,116,104,43,34,112,120,34,41,125,59,110,46,114,101,109,111,118,101,82,101,99,111,109,112,101,110,115,101,61,102,117,110,99,116,105,111,110,40,41,123,100,111,99,117,109,101,110,116,46,98,111,100,121,46,115,116,121,108,101,46,114,101,109,111,118,101,80,114,111,112,101,114,116,121,40,34,109,97,114,103,105,110,45,114,105,103,104,116,34,41,125,125,40,116,41,44,105,116,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,44,110,61,101,46,115,108,105,100,101,67,104,97,110,103,101,70,97,99,97,100,101,44,114,61,101,46,115,108,105,100,101,73,110,100,101,120,67,104,97,110,103,101,114,44,105,61,101,46,115,116,97,103,101,77,97,110,97,103,101,114,59,116,46,112,114,111,112,115,46,115,111,117,114,99,101,115,46,108,101,110,103,116,104,62,49,63,40,110,46,99,104,97,110,103,101,84,111,80,114,101,118,105,111,117,115,61,102,117,110,99,116,105,111,110,40,41,123,114,46,106,117,109,112,84,111,40,105,46,103,101,116,80,114,101,118,105,111,117,115,83,108,105,100,101,73,110,100,101,120,40,41,41,125,44,110,46,99,104,97,110,103,101,84,111,78,101,120,116,61,102,117,110,99,116,105,111,110,40,41,123,114,46,106,117,109,112,84,111,40,105,46,103,101,116,78,101,120,116,83,108,105,100,101,73,110,100,101,120,40,41,41,125,41,58,40,110,46,99,104,97,110,103,101,84,111,80,114,101,118,105,111,117,115,61,102,117,110,99,116,105,111,110,40,41,123,125,44,110,46,99,104,97,110,103,101,84,111,78,101,120,116,61,102,117,110,99,116,105,111,110,40,41,123,125,41,125,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,108,108,101,99,116,105,111,110,115,46,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,84,114,97,110,115,102,111,114,109,101,114,115,44,110,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,44,114,61,116,46,99,111,114,101,44,105,61,114,46,99,108,97,115,115,70,97,99,97,100,101,44,111,61,114,46,101,118,101,110,116,115,68,105,115,112,97,116,99,104,101,114,44,97,61,114,46,115,108,105,100,101,73,110,100,101,120,67,104,97,110,103,101,114,44,115,61,114,46,115,111,117,114,99,101,68,105,115,112,108,97,121,70,97,99,97,100,101,44,99,61,114,46,115,116,97,103,101,77,97,110,97,103,101,114,44,108,61,114,46,116,104,117,109,98,115,84,114,97,110,115,102,111,114,109,101,114,44,104,61,114,46,122,111,111,109,101,114,44,100,61,116,46,100,97,116,97,44,112,61,116,46,101,108,101,109,101,110,116,115,44,118,61,112,46,115,111,117,114,99,101,65,110,105,109,97,116,105,111,110,87,114,97,112,112,101,114,115,44,103,61,112,46,116,104,117,109,98,115,44,109,61,116,46,103,101,116,81,117,101,117,101,100,65,99,116,105,111,110,44,98,61,116,46,112,114,111,112,115,44,121,61,98,46,100,105,115,97,98,108,101,84,104,117,109,98,115,44,119,61,98,46,105,110,105,116,105,97,108,65,110,105,109,97,116,105,111,110,44,95,61,98,46,115,108,105,100,101,67,104,97,110,103,101,65,110,105,109,97,116,105,111,110,44,79,61,116,46,114,101,115,111,108,118,101,44,83,61,116,46,115,116,97,103,101,73,110,100,101,120,101,115,44,107,61,116,46,116,105,109,101,111,117,116,44,67,61,79,40,73,41,44,80,61,109,40,40,102,117,110,99,116,105,111,110,40,41,123,105,46,114,101,109,111,118,101,70,114,111,109,69,97,99,104,69,108,101,109,101,110,116,67,108,97,115,115,73,102,67,111,110,116,97,105,110,115,40,34,115,111,117,114,99,101,65,110,105,109,97,116,105,111,110,87,114,97,112,112,101,114,115,34,44,102,41,125,41,44,50,53,48,41,59,97,46,99,104,97,110,103,101,84,111,61,102,117,110,99,116,105,111,110,40,116,41,123,121,124,124,40,103,91,83,46,99,117,114,114,101,110,116,93,38,38,103,91,83,46,99,117,114,114,101,110,116,93,46,99,108,97,115,115,76,105,115,116,46,114,101,109,111,118,101,40,120,41,44,103,91,116,93,38,38,103,91,116,93,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,120,41,41,44,104,46,105,102,90,111,111,109,105,110,103,82,101,115,101,116,90,111,111,109,40,41,44,100,46,105,115,84,104,117,109,98,105,110,103,124,124,67,46,114,117,110,83,108,105,100,101,67,104,97,110,103,101,65,99,116,105,111,110,115,40,83,46,99,117,114,114,101,110,116,44,116,41,44,83,46,99,117,114,114,101,110,116,61,116,44,99,46,117,112,100,97,116,101,83,116,97,103,101,73,110,100,101,120,101,115,40,41,44,33,121,38,38,103,91,83,46,99,117,114,114,101,110,116,93,38,38,108,46,116,114,97,110,115,102,111,114,109,84,111,67,117,114,114,101,110,116,87,105,116,104,84,114,97,110,115,105,116,105,111,110,40,41,44,110,46,115,101,116,83,108,105,100,101,78,117,109,98,101,114,40,116,43,49,41,44,115,46,100,105,115,112,108,97,121,83,111,117,114,99,101,115,87,104,105,99,104,83,104,111,117,108,100,66,101,68,105,115,112,108,97,121,101,100,40,41,44,111,46,100,105,115,112,97,116,99,104,40,34,111,110,83,108,105,100,101,67,104,97,110,103,101,34,41,125,44,97,46,106,117,109,112,84,111,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,83,46,99,117,114,114,101,110,116,59,97,46,99,104,97,110,103,101,84,111,40,116,41,44,105,46,114,101,109,111,118,101,70,114,111,109,69,97,99,104,69,108,101,109,101,110,116,67,108,97,115,115,73,102,67,111,110,116,97,105,110,115,40,34,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,115,34,44,117,41,44,76,40,118,91,110,93,44,119,41,44,76,40,118,91,110,93,44,95,41,44,118,91,110,93,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,102,41,44,76,40,118,91,116,93,44,119,41,44,76,40,118,91,116,93,44,102,41,44,118,91,116,93,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,95,41,44,80,40,41,44,101,91,116,93,46,122,101,114,111,40,41,44,107,40,40,102,117,110,99,116,105,111,110,40,41,123,110,33,61,61,83,46,99,117,114,114,101,110,116,38,38,101,91,110,93,46,110,101,103,97,116,105,118,101,40,41,125,41,44,50,50,48,41,125,125,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,46,115,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,115,84,114,97,110,115,102,111,114,109,101,114,44,110,61,116,46,100,97,116,97,44,114,61,40,48,44,116,46,114,101,115,111,108,118,101,41,40,99,116,41,59,101,46,105,102,83,111,117,114,99,101,73,115,76,111,97,100,101,100,84,114,97,110,115,102,111,114,109,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,65,116,73,110,100,101,120,61,102,117,110,99,116,105,111,110,40,116,41,123,110,46,105,115,84,104,117,109,98,105,110,103,63,114,46,115,101,116,85,112,84,104,117,109,98,101,100,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,84,114,97,110,115,102,111,114,109,40,41,58,114,46,115,101,116,85,112,78,111,116,84,104,117,109,98,101,100,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,84,114,97,110,115,102,111,114,109,65,116,73,110,100,101,120,40,116,41,44,114,46,105,102,83,111,117,114,99,101,73,115,76,111,97,100,101,100,84,114,97,110,115,102,111,114,109,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,65,116,73,110,100,101,120,40,116,41,125,44,101,46,105,102,83,111,117,114,99,101,73,115,76,111,97,100,101,100,84,114,97,110,115,102,111,114,109,84,104,117,109,98,101,100,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,65,116,73,110,100,101,120,61,102,117,110,99,116,105,111,110,40,116,41,123,114,46,115,101,116,85,112,84,104,117,109,98,101,100,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,84,114,97,110,115,102,111,114,109,40,116,41,44,114,46,105,102,83,111,117,114,99,101,73,115,76,111,97,100,101,100,84,114,97,110,115,102,111,114,109,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,65,116,73,110,100,101,120,40,116,41,125,44,101,46,105,102,83,111,117,114,99,101,73,115,76,111,97,100,101,100,84,114,97,110,115,102,111,114,109,78,111,116,84,104,117,109,98,101,100,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,65,116,73,110,100,101,120,61,102,117,110,99,116,105,111,110,40,116,41,123,114,46,115,101,116,85,112,78,111,116,84,104,117,109,98,101,100,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,84,114,97,110,115,102,111,114,109,65,116,73,110,100,101,120,40,116,41,44,114,46,105,102,83,111,117,114,99,101,73,115,76,111,97,100,101,100,84,114,97,110,115,102,111,114,109,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,65,116,73,110,100,101,120,40,116,41,125,125,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,46,115,111,117,114,99,101,68,105,115,112,108,97,121,70,97,99,97,100,101,44,110,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,46,117,112,100,97,116,101,83,111,117,114,99,101,68,105,114,101,99,116,87,114,97,112,112,101,114,67,111,108,108,101,99,116,105,111,110,44,114,61,116,46,115,116,97,103,101,73,110,100,101,120,101,115,44,105,61,116,46,112,114,111,112,115,46,108,111,97,100,79,110,108,121,67,117,114,114,101,110,116,83,111,117,114,99,101,59,101,46,100,105,115,112,108,97,121,83,111,117,114,99,101,115,87,104,105,99,104,83,104,111,117,108,100,66,101,68,105,115,112,108,97,121,101,100,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,105,41,110,91,114,46,99,117,114,114,101,110,116,93,40,41,59,101,108,115,101,32,102,111,114,40,118,97,114,32,116,32,105,110,32,114,41,118,111,105,100,32,48,33,61,61,114,91,116,93,38,38,110,91,114,91,116,93,93,40,41,125,125,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,44,110,61,101,46,99,108,97,115,115,70,97,99,97,100,101,44,114,61,101,46,115,111,117,114,99,101,115,80,111,105,110,116,101,114,68,111,119,110,44,105,61,101,46,112,111,105,110,116,101,114,105,110,103,66,117,99,107,101,116,44,111,61,116,46,101,108,101,109,101,110,116,115,46,115,111,117,114,99,101,115,44,97,61,116,46,114,101,115,111,108,118,101,44,115,61,116,46,115,111,117,114,99,101,115,80,111,105,110,116,101,114,80,114,111,112,115,44,99,61,116,46,115,116,97,103,101,73,110,100,101,120,101,115,44,108,61,97,40,115,116,41,59,114,46,108,105,115,116,101,110,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,34,86,73,68,69,79,34,61,61,61,116,46,116,97,114,103,101,116,46,116,97,103,78,97,109,101,124,124,116,46,116,111,117,99,104,101,115,124,124,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,105,46,114,117,110,83,119,105,112,105,110,103,68,111,119,110,65,99,116,105,111,110,115,70,111,114,80,114,111,112,115,65,110,100,69,118,101,110,116,40,115,44,116,41,44,115,46,105,115,77,111,118,101,67,97,108,108,70,105,114,115,116,61,33,48,44,115,46,100,111,119,110,67,108,105,101,110,116,89,61,70,40,116,41,44,50,61,61,61,85,40,116,41,63,108,46,114,117,110,80,105,110,99,104,65,99,116,105,111,110,115,40,116,41,58,110,46,114,101,109,111,118,101,70,114,111,109,69,97,99,104,69,108,101,109,101,110,116,67,108,97,115,115,73,102,67,111,110,116,97,105,110,115,40,34,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,115,34,44,117,41,59,118,97,114,32,101,61,111,91,99,46,99,117,114,114,101,110,116,93,59,101,38,38,101,46,99,111,110,116,97,105,110,115,40,116,46,116,97,114,103,101,116,41,63,115,46,105,115,83,111,117,114,99,101,68,111,119,110,69,118,101,110,116,84,97,114,103,101,116,61,33,48,58,115,46,105,115,83,111,117,114,99,101,68,111,119,110,69,118,101,110,116,84,97,114,103,101,116,61,33,49,125,125,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,115,116,97,103,101,73,110,100,101,120,101,115,44,110,61,116,46,99,111,114,101,46,115,116,97,103,101,77,97,110,97,103,101,114,44,114,61,116,46,112,114,111,112,115,46,115,111,117,114,99,101,115,46,108,101,110,103,116,104,45,49,59,110,46,103,101,116,80,114,101,118,105,111,117,115,83,108,105,100,101,73,110,100,101,120,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,48,61,61,61,101,46,99,117,114,114,101,110,116,63,114,58,101,46,99,117,114,114,101,110,116,45,49,125,44,110,46,103,101,116,78,101,120,116,83,108,105,100,101,73,110,100,101,120,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,46,99,117,114,114,101,110,116,61,61,61,114,63,48,58,101,46,99,117,114,114,101,110,116,43,49,125,44,110,46,117,112,100,97,116,101,83,116,97,103,101,73,110,100,101,120,101,115,61,48,61,61,61,114,63,102,117,110,99,116,105,111,110,40,41,123,125,58,49,61,61,61,114,63,102,117,110,99,116,105,111,110,40,41,123,48,61,61,61,101,46,99,117,114,114,101,110,116,63,40,101,46,110,101,120,116,61,49,44,100,101,108,101,116,101,32,101,46,112,114,101,118,105,111,117,115,41,58,40,101,46,112,114,101,118,105,111,117,115,61,48,44,100,101,108,101,116,101,32,101,46,110,101,120,116,41,125,58,102,117,110,99,116,105,111,110,40,41,123,101,46,112,114,101,118,105,111,117,115,61,110,46,103,101,116,80,114,101,118,105,111,117,115,83,108,105,100,101,73,110,100,101,120,40,41,44,101,46,110,101,120,116,61,110,46,103,101,116,78,101,120,116,83,108,105,100,101,73,110,100,101,120,40,41,125,44,110,46,105,115,83,111,117,114,99,101,73,110,83,116,97,103,101,61,114,60,61,50,63,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,125,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,101,46,99,117,114,114,101,110,116,59,105,102,40,48,61,61,61,110,38,38,116,61,61,61,114,124,124,110,61,61,61,114,38,38,48,61,61,61,116,41,114,101,116,117,114,110,33,48,59,118,97,114,32,105,61,110,45,116,59,114,101,116,117,114,110,45,49,61,61,61,105,124,124,48,61,61,61,105,124,124,49,61,61,61,105,125,125,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,46,112,111,105,110,116,101,114,105,110,103,66,117,99,107,101,116,44,110,61,116,46,101,108,101,109,101,110,116,115,59,101,46,114,117,110,83,119,105,112,105,110,103,68,111,119,110,65,99,116,105,111,110,115,70,111,114,80,114,111,112,115,65,110,100,69,118,101,110,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,105,115,80,111,105,110,116,101,114,105,110,103,61,33,48,44,116,46,100,111,119,110,67,108,105,101,110,116,88,61,78,40,101,41,44,116,46,115,119,105,112,101,100,88,61,48,125,44,101,46,114,117,110,83,119,105,112,105,110,103,77,111,118,101,65,99,116,105,111,110,115,70,111,114,80,114,111,112,115,65,110,100,69,118,101,110,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,97,116,40,110,46,99,111,110,116,97,105,110,101,114,44,97,41,44,116,46,115,119,105,112,101,100,88,61,78,40,101,41,45,116,46,100,111,119,110,67,108,105,101,110,116,88,125,44,101,46,114,117,110,83,119,105,112,105,110,103,84,111,112,65,99,116,105,111,110,115,70,111,114,80,114,111,112,115,65,110,100,69,118,101,110,116,61,102,117,110,99,116,105,111,110,40,116,41,123,76,40,110,46,99,111,110,116,97,105,110,101,114,44,97,41,44,116,46,105,115,80,111,105,110,116,101,114,105,110,103,61,33,49,125,125,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,108,108,101,99,116,105,111,110,115,44,110,61,101,46,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,84,114,97,110,115,102,111,114,109,101,114,115,44,114,61,101,46,115,111,117,114,99,101,83,105,122,101,114,115,44,105,61,116,46,99,111,114,101,44,111,61,105,46,115,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,115,84,114,97,110,115,102,111,114,109,101,114,44,97,61,105,46,119,105,110,100,111,119,82,101,115,105,122,101,65,99,116,105,111,110,101,114,44,115,61,105,46,116,104,117,109,98,115,84,114,97,110,115,102,111,114,109,101,114,44,99,61,116,46,100,97,116,97,44,108,61,116,46,101,108,101,109,101,110,116,115,44,102,61,116,46,112,114,111,112,115,44,104,61,102,46,100,105,115,97,98,108,101,84,104,117,109,98,115,44,100,61,102,46,115,111,117,114,99,101,115,44,112,61,116,46,115,116,97,103,101,73,110,100,101,120,101,115,44,118,61,99,46,99,97,112,116,105,111,110,72,101,105,103,104,116,115,44,103,61,99,46,110,111,116,84,104,117,109,98,101,100,83,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,83,99,97,108,101,115,44,109,61,99,46,110,111,116,84,104,117,109,98,101,100,83,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,84,114,97,110,115,108,97,116,101,115,89,44,98,61,108,46,99,97,112,116,105,111,110,115,44,121,61,108,46,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,115,44,119,61,108,46,116,104,117,109,98,115,59,97,46,114,117,110,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,41,123,105,110,110,101,114,87,105,100,116,104,60,57,57,50,63,99,46,109,97,120,83,111,117,114,99,101,87,105,100,116,104,61,105,110,110,101,114,87,105,100,116,104,58,99,46,109,97,120,83,111,117,114,99,101,87,105,100,116,104,61,46,57,42,105,110,110,101,114,87,105,100,116,104,44,99,46,109,97,120,83,111,117,114,99,101,72,101,105,103,104,116,61,46,57,42,105,110,110,101,114,72,101,105,103,104,116,44,104,124,124,40,99,46,116,104,117,109,98,101,100,83,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,83,99,97,108,101,61,49,45,108,46,116,104,117,109,98,115,67,111,110,116,97,105,110,101,114,46,111,102,102,115,101,116,72,101,105,103,104,116,47,105,110,110,101,114,72,101,105,103,104,116,44,99,46,116,104,117,109,98,101,100,83,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,84,114,97,110,115,108,97,116,101,89,61,45,108,46,116,104,117,109,98,115,67,111,110,116,97,105,110,101,114,46,111,102,102,115,101,116,72,101,105,103,104,116,47,50,41,44,48,61,61,61,99,46,117,110,108,111,97,100,101,100,84,104,117,109,98,115,67,111,117,110,116,38,38,97,46,114,117,110,84,104,117,109,98,115,65,99,116,105,111,110,115,40,41,59,102,111,114,40,118,97,114,32,116,61,48,59,116,60,100,46,108,101,110,103,116,104,59,116,43,43,41,123,105,102,40,98,91,116,93,41,123,118,91,116,93,61,98,91,116,93,46,111,102,102,115,101,116,72,101,105,103,104,116,59,118,97,114,32,101,61,118,91,116,93,45,50,53,59,103,91,116,93,61,49,45,101,47,105,110,110,101,114,72,101,105,103,104,116,44,109,91,116,93,61,45,101,47,50,125,101,108,115,101,32,103,91,116,93,61,49,44,109,91,116,93,61,48,59,76,40,121,91,116,93,44,117,41,44,111,46,105,102,83,111,117,114,99,101,73,115,76,111,97,100,101,100,84,114,97,110,115,102,111,114,109,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,65,116,73,110,100,101,120,40,116,41,44,116,33,61,61,112,46,99,117,114,114,101,110,116,38,38,110,91,116,93,46,110,101,103,97,116,105,118,101,40,41,44,114,91,116,93,38,38,114,91,116,93,46,97,100,106,117,115,116,83,105,122,101,40,41,125,125,44,97,46,114,117,110,84,104,117,109,98,115,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,41,123,99,46,116,104,117,109,98,115,73,110,110,101,114,87,105,100,116,104,61,48,59,102,111,114,40,118,97,114,32,116,61,48,59,116,60,100,46,108,101,110,103,116,104,59,116,43,43,41,99,46,116,104,117,109,98,115,73,110,110,101,114,87,105,100,116,104,43,61,119,91,116,93,46,111,102,102,115,101,116,87,105,100,116,104,43,56,59,115,46,116,114,97,110,115,102,111,114,109,84,111,67,117,114,114,101,110,116,40,41,125,125,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,108,108,101,99,116,105,111,110,115,46,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,84,114,97,110,115,102,111,114,109,101,114,115,44,110,61,116,46,99,111,114,101,46,122,111,111,109,101,114,44,114,61,116,46,100,97,116,97,44,105,61,116,46,101,108,101,109,101,110,116,115,44,111,61,116,46,114,101,115,111,108,118,101,44,97,61,116,46,115,111,117,114,99,101,115,80,111,105,110,116,101,114,80,114,111,112,115,44,115,61,116,46,115,116,97,103,101,73,110,100,101,120,101,115,44,99,61,105,46,115,111,117,114,99,101,115,44,108,61,105,46,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,115,44,102,61,111,40,111,116,41,59,110,46,122,111,111,109,84,111,61,102,117,110,99,116,105,111,110,40,116,41,123,114,46,122,111,111,109,61,100,40,116,41,44,105,46,115,111,117,114,99,101,87,114,97,112,112,101,114,115,67,111,110,116,97,105,110,101,114,46,115,116,121,108,101,46,116,114,97,110,115,102,111,114,109,61,34,115,99,97,108,101,40,34,46,99,111,110,99,97,116,40,114,46,122,111,111,109,44,34,41,34,41,125,44,110,46,105,102,90,111,111,109,105,110,103,82,101,115,101,116,90,111,111,109,61,102,117,110,99,116,105,111,110,40,41,123,49,33,61,61,114,46,122,111,111,109,38,38,40,110,46,122,111,111,109,84,111,40,49,41,44,110,46,115,116,111,112,90,111,111,109,105,110,103,40,41,41,125,44,110,46,115,116,97,114,116,90,111,111,109,105,110,103,61,102,117,110,99,116,105,111,110,40,41,123,104,40,34,103,114,97,98,34,41,44,102,46,114,117,110,79,112,97,99,105,116,121,48,65,99,116,105,111,110,85,115,105,110,103,77,101,116,104,111,100,40,34,97,100,100,34,41,44,102,46,114,117,110,65,99,116,105,118,101,69,110,104,97,110,99,101,109,101,110,116,65,99,116,105,111,110,85,115,105,110,103,77,101,116,104,111,100,40,34,114,101,109,111,118,101,34,41,125,44,110,46,115,116,111,112,90,111,111,109,105,110,103,61,102,117,110,99,116,105,111,110,40,41,123,104,40,34,122,111,111,109,45,105,110,34,41,44,102,46,114,117,110,79,112,97,99,105,116,121,48,65,99,116,105,111,110,85,115,105,110,103,77,101,116,104,111,100,40,34,114,101,109,111,118,101,34,41,44,102,46,114,117,110,65,99,116,105,118,101,69,110,104,97,110,99,101,109,101,110,116,65,99,116,105,111,110,85,115,105,110,103,77,101,116,104,111,100,40,34,97,100,100,34,41,44,108,91,115,46,99,117,114,114,101,110,116,93,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,117,41,44,101,91,115,46,99,117,114,114,101,110,116,93,46,116,114,97,110,115,108,97,116,101,40,48,44,48,41,46,122,101,114,111,40,41,44,97,46,117,112,83,119,105,112,101,100,88,61,48,44,97,46,117,112,83,119,105,112,101,100,89,61,48,125,59,118,97,114,32,104,61,102,117,110,99,116,105,111,110,40,116,41,123,99,91,115,46,99,117,114,114,101,110,116,93,38,38,40,99,91,115,46,99,117,114,114,101,110,116,93,46,115,116,121,108,101,46,99,117,114,115,111,114,61,116,41,125,44,100,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,112,97,114,115,101,70,108,111,97,116,40,116,46,116,111,80,114,101,99,105,115,105,111,110,40,49,50,41,41,125,125,40,116,41,125,102,117,110,99,116,105,111,110,32,108,116,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,44,110,61,116,46,99,111,114,101,44,114,61,110,46,115,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,115,84,114,97,110,115,102,111,114,109,101,114,44,105,61,110,46,122,111,111,109,101,114,44,111,61,116,46,100,97,116,97,44,97,61,116,46,101,108,101,109,101,110,116,115,44,115,61,116,46,112,114,111,112,115,46,115,111,117,114,99,101,115,44,99,61,116,46,115,116,97,103,101,73,110,100,101,120,101,115,59,116,104,105,115,46,111,112,101,110,84,104,117,109,98,115,61,102,117,110,99,116,105,111,110,40,41,123,105,46,105,102,90,111,111,109,105,110,103,82,101,115,101,116,90,111,111,109,40,41,44,97,46,116,104,117,109,98,115,67,111,110,116,97,105,110,101,114,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,95,41,44,117,40,34,114,101,109,111,118,101,34,41,44,111,46,105,115,84,104,117,109,98,105,110,103,61,33,48,44,108,40,41,44,111,46,117,110,108,111,97,100,101,100,84,104,117,109,98,115,67,111,117,110,116,38,38,101,46,117,112,100,97,116,101,84,104,117,109,98,115,73,110,110,101,114,40,41,125,44,116,104,105,115,46,99,108,111,115,101,84,104,117,109,98,115,61,102,117,110,99,116,105,111,110,40,41,123,105,46,105,102,90,111,111,109,105,110,103,82,101,115,101,116,90,111,111,109,40,41,44,97,46,116,104,117,109,98,115,67,111,110,116,97,105,110,101,114,46,99,108,97,115,115,76,105,115,116,46,114,101,109,111,118,101,40,95,41,44,117,40,34,97,100,100,34,41,44,111,46,105,115,84,104,117,109,98,105,110,103,61,33,49,44,108,40,41,125,59,118,97,114,32,117,61,102,117,110,99,116,105,111,110,40,116,41,123,97,46,99,97,112,116,105,111,110,115,91,99,46,99,117,114,114,101,110,116,93,38,38,97,46,99,97,112,116,105,111,110,115,91,99,46,99,117,114,114,101,110,116,93,46,99,108,97,115,115,76,105,115,116,91,116,93,40,112,41,125,44,108,61,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,61,48,59,116,60,115,46,108,101,110,103,116,104,59,116,43,43,41,114,46,105,102,83,111,117,114,99,101,73,115,76,111,97,100,101,100,84,114,97,110,115,102,111,114,109,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,65,116,73,110,100,101,120,40,116,41,125,125,102,117,110,99,116,105,111,110,32,102,116,40,116,41,123,118,97,114,32,101,61,116,46,100,97,116,97,44,110,61,116,46,101,108,101,109,101,110,116,115,44,114,61,116,46,115,116,97,103,101,73,110,100,101,120,101,115,59,116,104,105,115,46,114,117,110,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,41,123,76,40,110,46,116,104,117,109,98,115,67,111,110,116,97,105,110,101,114,44,115,41,59,118,97,114,32,116,61,105,110,110,101,114,87,105,100,116,104,47,50,44,111,61,110,46,116,104,117,109,98,115,87,114,97,112,112,101,114,115,91,114,46,99,117,114,114,101,110,116,93,44,97,61,111,46,111,102,102,115,101,116,76,101,102,116,43,111,46,111,102,102,115,101,116,87,105,100,116,104,47,50,44,99,61,101,46,116,104,117,109,98,115,73,110,110,101,114,87,105,100,116,104,45,97,59,97,62,116,38,38,99,62,116,63,105,40,116,45,97,41,58,97,62,116,63,105,40,105,110,110,101,114,87,105,100,116,104,45,101,46,116,104,117,109,98,115,73,110,110,101,114,87,105,100,116,104,45,57,41,58,99,62,116,38,38,105,40,48,41,125,44,116,104,105,115,46,114,117,110,84,111,84,104,105,110,84,104,117,109,98,115,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,41,123,97,116,40,110,46,116,104,117,109,98,115,67,111,110,116,97,105,110,101,114,44,115,41,44,105,40,48,41,125,59,118,97,114,32,105,61,102,117,110,99,116,105,111,110,40,116,41,123,101,46,116,104,117,109,98,115,84,114,97,110,115,102,111,114,109,61,116,44,110,46,116,104,117,109,98,115,73,110,110,101,114,46,115,116,121,108,101,46,116,114,97,110,115,102,111,114,109,61,34,116,114,97,110,115,108,97,116,101,88,40,34,46,99,111,110,99,97,116,40,116,44,34,112,120,41,34,41,125,125,102,117,110,99,116,105,111,110,32,104,116,40,116,41,123,118,97,114,32,101,44,110,44,114,44,105,44,111,44,97,61,116,46,99,111,114,101,44,115,61,116,46,99,111,108,108,101,99,116,105,111,110,115,44,99,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,44,108,61,116,46,100,97,116,97,44,102,61,116,46,101,108,101,109,101,110,116,115,44,104,61,116,46,112,114,111,112,115,59,99,46,115,104,111,119,84,104,117,109,98,115,67,117,114,115,111,114,101,114,73,102,78,111,116,89,101,116,61,110,117,108,108,44,99,46,104,105,100,101,84,104,117,109,98,115,76,111,97,100,101,114,61,110,117,108,108,44,99,46,104,105,100,101,84,104,117,109,98,115,67,117,114,115,111,114,101,114,61,110,117,108,108,44,108,46,116,104,117,109,98,115,73,110,110,101,114,87,105,100,116,104,61,110,117,108,108,44,108,46,117,110,108,111,97,100,101,100,84,104,117,109,98,115,67,111,117,110,116,61,104,46,115,111,117,114,99,101,115,46,108,101,110,103,116,104,44,108,46,116,104,117,109,98,115,84,114,97,110,115,102,111,114,109,61,48,44,108,46,105,115,84,104,117,109,98,105,110,103,61,104,46,115,104,111,119,84,104,117,109,98,115,79,110,77,111,117,110,116,44,108,46,116,104,117,109,98,101,100,83,111,117,114,99,101,115,79,117,116,101,114,115,83,99,97,108,101,61,110,117,108,108,44,116,46,116,104,117,109,98,115,83,119,105,112,105,110,103,80,114,111,112,115,61,123,105,115,80,111,105,110,116,101,114,105,110,103,58,33,49,44,100,111,119,110,67,108,105,101,110,116,88,58,110,117,108,108,44,115,119,105,112,101,100,88,58,110,117,108,108,125,44,115,46,116,104,117,109,98,115,82,101,110,100,101,114,70,117,110,99,116,105,111,110,115,61,91,93,44,97,46,116,104,117,109,98,76,111,97,100,72,97,110,100,108,101,114,61,123,125,44,97,46,116,104,117,109,98,115,79,112,101,110,105,110,103,65,99,116,105,111,110,115,61,123,125,44,97,46,116,104,117,109,98,115,84,114,97,110,115,102,111,114,109,101,114,61,123,125,44,97,46,116,104,117,109,98,115,84,114,97,110,115,102,111,114,109,84,114,97,110,115,105,116,105,111,110,101,114,61,123,125,44,97,46,116,104,117,109,98,115,84,111,103,103,108,101,114,61,123,125,44,97,46,116,104,117,109,98,115,83,119,105,112,105,110,103,68,111,119,110,61,123,125,44,102,46,116,104,117,109,98,115,67,111,110,116,97,105,110,101,114,61,110,117,108,108,44,102,46,116,104,117,109,98,115,61,91,93,44,102,46,116,104,117,109,98,115,87,114,97,112,112,101,114,115,61,91,93,44,102,46,116,104,117,109,98,115,80,114,111,112,101,100,67,111,109,112,111,110,101,110,116,115,61,91,93,44,102,46,116,104,117,109,98,115,73,110,110,101,114,61,110,117,108,108,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,44,110,61,101,46,116,104,117,109,98,76,111,97,100,72,97,110,100,108,101,114,44,114,61,101,46,119,105,110,100,111,119,82,101,115,105,122,101,65,99,116,105,111,110,101,114,44,105,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,44,111,61,116,46,100,97,116,97,44,97,61,116,46,101,108,101,109,101,110,116,115,46,116,104,117,109,98,115,87,114,97,112,112,101,114,115,59,110,46,104,97,110,100,108,101,76,111,97,100,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,111,46,117,110,108,111,97,100,101,100,84,104,117,109,98,115,67,111,117,110,116,45,45,44,48,61,61,61,111,46,117,110,108,111,97,100,101,100,84,104,117,109,98,115,67,111,117,110,116,41,123,102,111,114,40,118,97,114,32,116,61,48,59,116,60,97,46,108,101,110,103,116,104,59,116,43,43,41,97,91,116,93,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,109,41,59,114,46,114,117,110,84,104,117,109,98,115,65,99,116,105,111,110,115,40,41,44,105,46,104,105,100,101,84,104,117,109,98,115,76,111,97,100,101,114,40,41,125,125,125,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,46,116,104,117,109,98,115,84,111,103,103,108,101,114,44,110,61,116,46,100,97,116,97,44,114,61,40,48,44,116,46,114,101,115,111,108,118,101,41,40,108,116,41,59,101,46,116,111,103,103,108,101,84,104,117,109,98,115,61,102,117,110,99,116,105,111,110,40,41,123,110,46,105,115,84,104,117,109,98,105,110,103,63,114,46,99,108,111,115,101,84,104,117,109,98,115,40,41,58,114,46,111,112,101,110,84,104,117,109,98,115,40,41,125,125,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,44,110,61,101,46,116,104,117,109,98,115,84,114,97,110,115,102,111,114,109,101,114,44,114,61,101,46,116,104,117,109,98,115,84,114,97,110,115,102,111,114,109,84,114,97,110,115,105,116,105,111,110,101,114,44,105,61,116,46,100,97,116,97,44,111,61,40,48,44,116,46,114,101,115,111,108,118,101,41,40,102,116,41,59,110,46,116,114,97,110,115,102,111,114,109,84,111,67,117,114,114,101,110,116,61,102,117,110,99,116,105,111,110,40,41,123,105,46,116,104,117,109,98,115,73,110,110,101,114,87,105,100,116,104,62,105,110,110,101,114,87,105,100,116,104,63,111,46,114,117,110,65,99,116,105,111,110,115,40,41,58,111,46,114,117,110,84,111,84,104,105,110,84,104,117,109,98,115,65,99,116,105,111,110,115,40,41,125,44,110,46,116,114,97,110,115,102,111,114,109,84,111,67,117,114,114,101,110,116,87,105,116,104,84,114,97,110,115,105,116,105,111,110,61,102,117,110,99,116,105,111,110,40,41,123,105,46,116,104,117,109,98,115,73,110,110,101,114,87,105,100,116,104,62,105,110,110,101,114,87,105,100,116,104,38,38,114,46,99,97,108,108,65,99,116,105,111,110,87,105,116,104,84,114,97,110,115,105,116,105,111,110,40,111,46,114,117,110,65,99,116,105,111,110,115,41,125,125,40,116,41,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,46,116,104,117,109,98,115,84,114,97,110,115,102,111,114,109,84,114,97,110,115,105,116,105,111,110,101,114,44,110,61,116,46,101,108,101,109,101,110,116,115,44,114,61,40,48,44,116,46,103,101,116,81,117,101,117,101,100,65,99,116,105,111,110,41,40,40,102,117,110,99,116,105,111,110,40,41,123,110,46,116,104,117,109,98,115,73,110,110,101,114,46,99,108,97,115,115,76,105,115,116,46,114,101,109,111,118,101,40,117,41,125,41,44,50,53,48,41,59,101,46,99,97,108,108,65,99,116,105,111,110,87,105,116,104,84,114,97,110,115,105,116,105,111,110,61,102,117,110,99,116,105,111,110,40,116,41,123,110,46,116,104,117,109,98,115,73,110,110,101,114,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,117,41,44,116,40,41,44,114,40,41,125,125,40,116,41,44,110,61,40,101,61,116,41,46,99,111,114,101,44,114,61,110,46,116,104,117,109,98,115,83,119,105,112,105,110,103,68,111,119,110,44,105,61,110,46,112,111,105,110,116,101,114,105,110,103,66,117,99,107,101,116,44,111,61,101,46,116,104,117,109,98,115,83,119,105,112,105,110,103,80,114,111,112,115,44,114,46,108,105,115,116,101,110,101,114,61,102,117,110,99,116,105,111,110,40,116,41,123,105,46,114,117,110,83,119,105,112,105,110,103,68,111,119,110,65,99,116,105,111,110,115,70,111,114,80,114,111,112,115,65,110,100,69,118,101,110,116,40,111,44,116,41,44,116,46,116,111,117,99,104,101,115,124,124,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,125,125,102,117,110,99,116,105,111,110,32,100,116,40,116,41,123,114,101,116,117,114,110,40,100,116,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,34,115,121,109,98,111,108,34,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,121,112,101,111,102,32,116,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,83,121,109,98,111,108,38,38,116,33,61,61,83,121,109,98,111,108,46,112,114,111,116,111,116,121,112,101,63,34,115,121,109,98,111,108,34,58,116,121,112,101,111,102,32,116,125,41,40,116,41,125,102,117,110,99,116,105,111,110,32,112,116,40,116,44,101,41,123,105,102,40,34,111,98,106,101,99,116,34,61,61,61,100,116,40,101,41,41,102,111,114,40,118,97,114,32,110,32,105,110,32,116,41,34,111,98,106,101,99,116,34,61,61,61,100,116,40,101,91,110,93,41,63,112,116,40,116,91,110,93,44,101,91,110,93,41,58,101,91,110,93,38,38,40,116,91,110,93,61,101,91,110,93,41,125,102,117,110,99,116,105,111,110,32,118,116,40,116,41,123,118,97,114,32,101,44,110,61,116,46,112,114,111,112,115,44,114,61,48,44,105,61,123,125,59,116,104,105,115,46,103,101,116,83,111,117,114,99,101,84,121,112,101,70,114,111,109,76,111,99,97,108,83,116,111,114,97,103,101,66,121,85,114,108,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,91,116,93,63,101,91,116,93,58,111,40,116,41,125,44,116,104,105,115,46,104,97,110,100,108,101,82,101,99,101,105,118,101,100,83,111,117,114,99,101,84,121,112,101,70,111,114,85,114,108,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,33,49,61,61,61,105,91,110,93,38,38,40,114,45,45,44,34,105,110,118,97,108,105,100,34,33,61,61,116,63,105,91,110,93,61,116,58,100,101,108,101,116,101,32,105,91,110,93,44,48,61,61,61,114,38,38,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,32,105,110,32,101,41,116,91,110,93,61,101,91,110,93,125,40,101,44,105,41,44,108,111,99,97,108,83,116,111,114,97,103,101,46,115,101,116,73,116,101,109,40,34,102,115,108,105,103,104,116,98,111,120,45,116,121,112,101,115,34,44,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,101,41,41,41,41,125,59,118,97,114,32,111,61,102,117,110,99,116,105,111,110,40,116,41,123,114,43,43,44,105,91,116,93,61,33,49,125,59,110,46,100,105,115,97,98,108,101,76,111,99,97,108,83,116,111,114,97,103,101,63,40,116,104,105,115,46,103,101,116,83,111,117,114,99,101,84,121,112,101,70,114,111,109,76,111,99,97,108,83,116,111,114,97,103,101,66,121,85,114,108,61,102,117,110,99,116,105,111,110,40,41,123,125,44,116,104,105,115,46,104,97,110,100,108,101,82,101,99,101,105,118,101,100,83,111,117,114,99,101,84,121,112,101,70,111,114,85,114,108,61,102,117,110,99,116,105,111,110,40,41,123,125,41,58,40,101,61,74,83,79,78,46,112,97,114,115,101,40,108,111,99,97,108,83,116,111,114,97,103,101,46,103,101,116,73,116,101,109,40,34,102,115,108,105,103,104,116,98,111,120,45,116,121,112,101,115,34,41,41,41,124,124,40,101,61,123,125,44,116,104,105,115,46,103,101,116,83,111,117,114,99,101,84,121,112,101,70,114,111,109,76,111,99,97,108,83,116,111,114,97,103,101,66,121,85,114,108,61,111,41,125,102,117,110,99,116,105,111,110,32,103,116,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,44,110,61,116,46,100,97,116,97,44,114,61,116,46,101,108,101,109,101,110,116,115,46,116,104,117,109,98,115,80,114,111,112,101,100,67,111,109,112,111,110,101,110,116,115,44,105,61,116,46,112,114,111,112,115,44,111,61,105,46,115,104,111,119,84,104,117,109,98,115,79,110,77,111,117,110,116,44,97,61,105,46,115,111,117,114,99,101,115,44,115,61,105,46,116,104,117,109,98,115,59,116,104,105,115,46,98,117,105,108,100,84,104,117,109,98,70,111,114,84,121,112,101,65,110,100,73,110,100,101,120,61,102,117,110,99,116,105,111,110,40,116,44,105,41,123,115,38,38,115,91,105,93,63,114,91,105,93,61,123,99,111,109,112,111,110,101,110,116,58,34,84,104,117,109,98,34,44,112,114,111,112,115,58,123,105,58,105,44,115,114,99,58,115,91,105,93,125,125,58,114,91,105,93,61,34,105,109,97,103,101,34,61,61,61,116,63,123,99,111,109,112,111,110,101,110,116,58,34,84,104,117,109,98,34,44,112,114,111,112,115,58,123,105,58,105,44,115,114,99,58,97,91,105,93,125,125,58,123,99,111,109,112,111,110,101,110,116,58,34,73,110,118,97,108,105,100,84,104,117,109,98,34,44,112,114,111,112,115,58,123,105,58,105,125,125,44,101,46,105,115,76,105,103,104,116,98,111,120,79,112,101,110,77,97,110,97,103,101,114,46,103,101,116,40,41,38,38,40,111,124,124,110,46,105,115,84,104,117,109,98,105,110,103,41,38,38,101,46,117,112,100,97,116,101,84,104,117,109,98,115,73,110,110,101,114,40,41,125,125,102,117,110,99,116,105,111,110,32,109,116,40,116,41,123,118,97,114,32,101,44,110,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,44,114,61,110,46,105,115,76,105,103,104,116,98,111,120,79,112,101,110,77,97,110,97,103,101,114,44,105,61,110,46,117,112,100,97,116,101,83,111,117,114,99,101,68,105,114,101,99,116,87,114,97,112,112,101,114,67,111,108,108,101,99,116,105,111,110,44,111,61,116,46,101,108,101,109,101,110,116,115,46,115,111,117,114,99,101,67,111,109,112,111,110,101,110,116,115,44,97,61,116,46,112,114,111,112,115,46,100,105,115,97,98,108,101,84,104,117,109,98,115,44,115,61,116,46,114,101,115,111,108,118,101,59,97,124,124,40,101,61,115,40,103,116,41,41,44,116,104,105,115,46,114,117,110,65,99,116,105,111,110,115,70,111,114,83,111,117,114,99,101,84,121,112,101,65,110,100,73,110,100,101,120,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,118,97,114,32,115,59,115,119,105,116,99,104,40,116,41,123,99,97,115,101,34,105,109,97,103,101,34,58,115,61,34,73,109,97,103,101,114,34,59,98,114,101,97,107,59,99,97,115,101,34,118,105,100,101,111,34,58,115,61,34,86,105,100,101,111,114,34,59,98,114,101,97,107,59,99,97,115,101,34,121,111,117,116,117,98,101,34,58,115,61,34,89,111,117,116,117,98,101,114,34,59,98,114,101,97,107,59,99,97,115,101,34,99,117,115,116,111,109,34,58,115,61,34,67,117,115,116,111,109,101,114,34,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,115,61,34,73,110,118,97,108,105,100,101,114,34,125,111,91,110,93,61,115,44,114,46,103,101,116,40,41,38,38,105,91,110,93,40,41,44,97,124,124,101,46,98,117,105,108,100,84,104,117,109,98,70,111,114,84,121,112,101,65,110,100,73,110,100,101,120,40,116,44,110,41,125,125,102,117,110,99,116,105,111,110,32,98,116,40,41,123,118,97,114,32,116,44,101,44,110,44,114,61,123,105,115,85,114,108,89,111,117,116,117,98,101,79,110,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,97,34,41,59,114,101,116,117,114,110,32,101,46,104,114,101,102,61,116,44,34,119,119,119,46,121,111,117,116,117,98,101,46,99,111,109,34,61,61,61,101,46,104,111,115,116,110,97,109,101,125,44,103,101,116,84,121,112,101,70,114,111,109,82,101,115,112,111,110,115,101,67,111,110,116,101,110,116,84,121,112,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,108,105,99,101,40,48,44,116,46,105,110,100,101,120,79,102,40,34,47,34,41,41,125,125,59,102,117,110,99,116,105,111,110,32,105,40,41,123,105,102,40,52,33,61,61,110,46,114,101,97,100,121,83,116,97,116,101,41,123,105,102,40,50,61,61,61,110,46,114,101,97,100,121,83,116,97,116,101,41,123,118,97,114,32,116,59,115,119,105,116,99,104,40,114,46,103,101,116,84,121,112,101,70,114,111,109,82,101,115,112,111,110,115,101,67,111,110,116,101,110,116,84,121,112,101,40,110,46,103,101,116,82,101,115,112,111,110,115,101,72,101,97,100,101,114,40,34,99,111,110,116,101,110,116,45,116,121,112,101,34,41,41,41,123,99,97,115,101,34,105,109,97,103,101,34,58,116,61,34,105,109,97,103,101,34,59,98,114,101,97,107,59,99,97,115,101,34,118,105,100,101,111,34,58,116,61,34,118,105,100,101,111,34,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,116,61,34,105,110,118,97,108,105,100,34,125,110,46,111,110,114,101,97,100,121,115,116,97,116,101,99,104,97,110,103,101,61,110,117,108,108,44,110,46,97,98,111,114,116,40,41,44,101,40,116,41,125,125,101,108,115,101,32,101,40,34,105,110,118,97,108,105,100,34,41,125,116,104,105,115,46,115,101,116,85,114,108,84,111,67,104,101,99,107,61,102,117,110,99,116,105,111,110,40,101,41,123,116,61,101,125,44,116,104,105,115,46,103,101,116,83,111,117,114,99,101,84,121,112,101,61,102,117,110,99,116,105,111,110,40,111,41,123,105,102,40,114,46,105,115,85,114,108,89,111,117,116,117,98,101,79,110,101,40,116,41,41,114,101,116,117,114,110,32,111,40,34,121,111,117,116,117,98,101,34,41,59,101,61,111,44,40,110,61,110,101,119,32,88,77,76,72,116,116,112,82,101,113,117,101,115,116,41,46,111,110,114,101,97,100,121,115,116,97,116,101,99,104,97,110,103,101,61,105,44,110,46,111,112,101,110,40,34,71,69,84,34,44,116,44,33,48,41,44,110,46,115,101,110,100,40,41,125,125,102,117,110,99,116,105,111,110,32,121,116,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,112,114,111,112,115,44,105,61,114,46,116,121,112,101,115,44,111,61,114,46,116,121,112,101,44,97,61,114,46,115,111,117,114,99,101,115,44,115,61,116,46,114,101,115,111,108,118,101,59,116,104,105,115,46,103,101,116,84,121,112,101,83,101,116,66,121,67,108,105,101,110,116,70,111,114,73,110,100,101,120,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,59,114,101,116,117,114,110,32,105,38,38,105,91,116,93,63,101,61,105,91,116,93,58,111,38,38,40,101,61,111,41,44,101,125,44,116,104,105,115,46,114,101,116,114,105,101,118,101,84,121,112,101,87,105,116,104,88,104,114,70,111,114,73,110,100,101,120,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,114,61,115,40,98,116,41,59,114,46,115,101,116,85,114,108,84,111,67,104,101,99,107,40,97,91,116,93,41,44,114,46,103,101,116,83,111,117,114,99,101,84,121,112,101,40,40,102,117,110,99,116,105,111,110,40,114,41,123,101,46,104,97,110,100,108,101,82,101,99,101,105,118,101,100,83,111,117,114,99,101,84,121,112,101,70,111,114,85,114,108,40,114,44,97,91,116,93,41,44,110,46,114,117,110,65,99,116,105,111,110,115,70,111,114,83,111,117,114,99,101,84,121,112,101,65,110,100,73,110,100,101,120,40,114,44,116,41,125,41,41,125,125,102,117,110,99,116,105,111,110,32,119,116,40,116,44,101,44,110,41,123,102,111,114,40,118,97,114,32,114,61,48,59,114,60,116,46,112,114,111,112,115,46,115,111,117,114,99,101,115,46,108,101,110,103,116,104,59,114,43,43,41,116,46,99,111,108,108,101,99,116,105,111,110,115,91,101,93,91,114,93,61,116,46,114,101,115,111,108,118,101,40,110,44,91,114,93,41,125,102,117,110,99,116,105,111,110,32,95,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,46,100,97,116,97,44,111,61,116,46,101,108,101,109,101,110,116,115,46,115,111,117,114,99,101,115,44,97,61,110,47,114,44,115,61,48,59,116,104,105,115,46,97,100,106,117,115,116,83,105,122,101,61,102,117,110,99,116,105,111,110,40,41,123,105,102,40,40,115,61,105,46,109,97,120,83,111,117,114,99,101,87,105,100,116,104,47,97,41,60,105,46,109,97,120,83,111,117,114,99,101,72,101,105,103,104,116,41,114,101,116,117,114,110,32,110,60,105,46,109,97,120,83,111,117,114,99,101,87,105,100,116,104,38,38,40,115,61,114,41,44,99,40,41,59,115,61,114,62,105,46,109,97,120,83,111,117,114,99,101,72,101,105,103,104,116,63,105,46,109,97,120,83,111,117,114,99,101,72,101,105,103,104,116,58,114,44,99,40,41,125,59,118,97,114,32,99,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,111,91,101,93,46,115,116,121,108,101,59,116,46,119,105,100,116,104,61,115,42,97,43,34,112,120,34,44,116,46,104,101,105,103,104,116,61,115,43,34,112,120,34,125,125,102,117,110,99,116,105,111,110,32,120,116,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,44,114,61,116,46,99,111,108,108,101,99,116,105,111,110,115,46,115,111,117,114,99,101,83,105,122,101,114,115,44,105,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,46,104,105,100,101,83,111,117,114,99,101,76,111,97,100,101,114,67,111,108,108,101,99,116,105,111,110,44,111,61,116,46,99,111,114,101,46,115,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,115,84,114,97,110,115,102,111,114,109,101,114,44,97,61,116,46,101,108,101,109,101,110,116,115,44,115,61,97,46,115,111,117,114,99,101,65,110,105,109,97,116,105,111,110,87,114,97,112,112,101,114,115,44,99,61,97,46,115,111,117,114,99,101,115,44,117,61,116,46,114,101,115,111,108,118,101,59,102,117,110,99,116,105,111,110,32,108,40,116,44,110,41,123,114,91,101,93,61,117,40,95,116,44,91,101,44,116,44,110,93,41,44,114,91,101,93,46,97,100,106,117,115,116,83,105,122,101,40,41,125,116,104,105,115,46,114,117,110,65,99,116,105,111,110,115,61,102,117,110,99,116,105,111,110,40,116,44,114,41,123,99,91,101,93,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,109,41,44,115,91,101,93,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,104,41,44,105,91,101,93,40,41,44,111,46,105,102,83,111,117,114,99,101,73,115,76,111,97,100,101,100,84,114,97,110,115,102,111,114,109,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,65,116,73,110,100,101,120,40,101,41,44,108,40,116,44,114,41,44,110,46,114,117,110,65,99,116,105,111,110,115,61,108,125,125,102,117,110,99,116,105,111,110,32,79,116,40,116,44,101,41,123,118,97,114,32,110,44,114,61,116,104,105,115,44,105,61,116,46,101,108,101,109,101,110,116,115,46,115,111,117,114,99,101,115,44,111,61,116,46,112,114,111,112,115,44,97,61,116,46,114,101,115,111,108,118,101,44,115,61,116,46,116,105,109,101,111,117,116,44,99,61,97,40,120,116,44,91,101,93,41,59,116,104,105,115,46,104,97,110,100,108,101,73,109,97,103,101,76,111,97,100,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,116,97,114,103,101,116,44,110,61,101,46,110,97,116,117,114,97,108,87,105,100,116,104,44,114,61,101,46,110,97,116,117,114,97,108,72,101,105,103,104,116,59,99,46,114,117,110,65,99,116,105,111,110,115,40,110,44,114,41,125,44,116,104,105,115,46,104,97,110,100,108,101,86,105,100,101,111,76,111,97,100,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,116,97,114,103,101,116,44,114,61,101,46,118,105,100,101,111,87,105,100,116,104,44,105,61,101,46,118,105,100,101,111,72,101,105,103,104,116,59,110,61,33,48,44,99,46,114,117,110,65,99,116,105,111,110,115,40,114,44,105,41,125,44,116,104,105,115,46,104,97,110,100,108,101,78,111,116,77,101,116,97,68,97,116,101,100,86,105,100,101,111,76,111,97,100,61,102,117,110,99,116,105,111,110,40,41,123,110,124,124,114,46,104,97,110,100,108,101,89,111,117,116,117,98,101,76,111,97,100,40,41,125,44,116,104,105,115,46,104,97,110,100,108,101,89,111,117,116,117,98,101,76,111,97,100,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,49,57,50,48,44,101,61,49,48,56,48,59,111,46,109,97,120,89,111,117,116,117,98,101,86,105,100,101,111,68,105,109,101,110,115,105,111,110,115,38,38,40,116,61,111,46,109,97,120,89,111,117,116,117,98,101,86,105,100,101,111,68,105,109,101,110,115,105,111,110,115,46,119,105,100,116,104,44,101,61,111,46,109,97,120,89,111,117,116,117,98,101,86,105,100,101,111,68,105,109,101,110,115,105,111,110,115,46,104,101,105,103,104,116,41,44,99,46,114,117,110,65,99,116,105,111,110,115,40,116,44,101,41,125,44,116,104,105,115,46,104,97,110,100,108,101,67,117,115,116,111,109,76,111,97,100,61,102,117,110,99,116,105,111,110,40,41,123,115,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,105,91,101,93,59,99,46,114,117,110,65,99,116,105,111,110,115,40,116,46,111,102,102,115,101,116,87,105,100,116,104,44,116,46,111,102,102,115,101,116,72,101,105,103,104,116,41,125,41,41,125,125,102,117,110,99,116,105,111,110,32,83,116,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,44,114,61,116,46,101,108,101,109,101,110,116,115,46,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,115,44,105,61,116,46,112,114,111,112,115,44,111,61,48,44,97,61,48,44,115,61,48,59,116,104,105,115,46,116,114,97,110,115,108,97,116,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,97,61,116,44,118,111,105,100,32,48,33,61,61,101,38,38,40,115,61,101,41,44,110,125,44,116,104,105,115,46,103,101,116,84,114,97,110,115,108,97,116,101,88,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,111,125,44,116,104,105,115,46,103,101,116,84,114,97,110,115,108,97,116,101,89,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,115,125,44,116,104,105,115,46,110,101,103,97,116,105,118,101,61,102,117,110,99,116,105,111,110,40,41,123,99,40,45,40,49,43,105,46,115,108,105,100,101,68,105,115,116,97,110,99,101,41,42,105,110,110,101,114,87,105,100,116,104,41,125,44,116,104,105,115,46,122,101,114,111,61,102,117,110,99,116,105,111,110,40,41,123,99,40,48,41,125,44,116,104,105,115,46,112,111,115,105,116,105,118,101,61,102,117,110,99,116,105,111,110,40,41,123,99,40,40,49,43,105,46,115,108,105,100,101,68,105,115,116,97,110,99,101,41,42,105,110,110,101,114,87,105,100,116,104,41,125,59,118,97,114,32,99,61,102,117,110,99,116,105,111,110,40,116,41,123,111,61,116,43,97,44,117,40,41,44,97,61,48,125,44,117,61,102,117,110,99,116,105,111,110,40,41,123,114,91,101,93,46,115,116,121,108,101,46,116,114,97,110,115,102,111,114,109,61,34,116,114,97,110,115,108,97,116,101,40,34,46,99,111,110,99,97,116,40,111,44,34,112,120,44,32,34,41,46,99,111,110,99,97,116,40,115,44,34,112,120,41,34,41,125,125,102,117,110,99,116,105,111,110,32,107,116,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,46,105,115,76,105,103,104,116,98,111,120,79,112,101,110,77,97,110,97,103,101,114,44,110,61,116,46,99,111,114,101,44,114,61,110,46,101,118,101,110,116,115,68,105,115,112,97,116,99,104,101,114,44,105,61,110,46,108,105,103,104,116,98,111,120,79,112,101,110,101,114,44,111,61,110,46,108,105,103,104,116,98,111,120,79,112,101,110,65,99,116,105,111,110,101,114,44,97,61,116,46,100,97,116,97,44,115,61,116,46,112,114,111,112,115,59,105,46,111,112,101,110,76,105,103,104,116,98,111,120,61,102,117,110,99,116,105,111,110,40,41,123,111,46,114,117,110,66,101,102,111,114,101,82,101,110,100,101,114,65,99,116,105,111,110,115,40,41,44,119,116,40,116,44,34,115,111,117,114,99,101,76,111,97,100,72,97,110,100,108,101,114,115,34,44,79,116,41,44,114,46,100,105,115,112,97,116,99,104,40,34,111,110,83,104,111,119,34,41,44,101,46,115,101,116,40,33,48,44,111,46,114,117,110,65,102,116,101,114,82,101,110,100,101,114,65,99,116,105,111,110,115,41,125,44,105,46,105,110,105,116,105,97,108,105,122,101,65,110,100,79,112,101,110,76,105,103,104,116,98,111,120,61,102,117,110,99,116,105,111,110,40,41,123,97,46,105,115,73,110,105,116,105,97,108,105,122,101,100,61,33,48,44,119,116,40,116,44,34,115,111,117,114,99,101,76,111,97,100,72,97,110,100,108,101,114,115,34,44,79,116,41,44,119,116,40,116,44,34,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,84,114,97,110,115,102,111,114,109,101,114,115,34,44,83,116,41,44,112,116,40,97,46,115,108,105,100,101,66,117,116,116,111,110,115,44,115,46,115,108,105,100,101,66,117,116,116,111,110,115,41,44,112,116,40,97,46,116,111,111,108,98,97,114,66,117,116,116,111,110,115,44,115,46,116,111,111,108,98,97,114,66,117,116,116,111,110,115,41,44,115,46,100,105,115,97,98,108,101,84,104,117,109,98,115,124,124,104,116,40,116,41,44,117,116,40,116,41,44,114,46,100,105,115,112,97,116,99,104,40,34,111,110,73,110,105,116,34,41,44,101,46,115,101,116,40,33,48,44,40,102,117,110,99,116,105,111,110,40,41,123,111,46,114,117,110,65,102,116,101,114,82,101,110,100,101,114,65,99,116,105,111,110,115,40,41,44,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,116,46,112,114,111,112,115,46,115,111,117,114,99,101,115,44,110,61,116,46,114,101,115,111,108,118,101,44,114,61,110,40,118,116,41,44,105,61,110,40,109,116,41,44,111,61,110,40,121,116,44,91,114,44,105,93,41,44,97,61,48,59,97,60,101,46,108,101,110,103,116,104,59,97,43,43,41,105,102,40,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,101,91,97,93,41,123,118,97,114,32,115,61,111,46,103,101,116,84,121,112,101,83,101,116,66,121,67,108,105,101,110,116,70,111,114,73,110,100,101,120,40,97,41,59,105,102,40,115,41,105,46,114,117,110,65,99,116,105,111,110,115,70,111,114,83,111,117,114,99,101,84,121,112,101,65,110,100,73,110,100,101,120,40,115,44,97,41,59,101,108,115,101,123,118,97,114,32,99,61,114,46,103,101,116,83,111,117,114,99,101,84,121,112,101,70,114,111,109,76,111,99,97,108,83,116,111,114,97,103,101,66,121,85,114,108,40,101,91,97,93,41,59,99,63,105,46,114,117,110,65,99,116,105,111,110,115,70,111,114,83,111,117,114,99,101,84,121,112,101,65,110,100,73,110,100,101,120,40,99,44,97,41,58,111,46,114,101,116,114,105,101,118,101,84,121,112,101,87,105,116,104,88,104,114,70,111,114,73,110,100,101,120,40,97,41,125,125,101,108,115,101,32,105,46,114,117,110,65,99,116,105,111,110,115,70,111,114,83,111,117,114,99,101,84,121,112,101,65,110,100,73,110,100,101,120,40,34,99,117,115,116,111,109,34,44,97,41,125,40,116,41,125,41,41,125,125,102,117,110,99,116,105,111,110,32,67,116,40,116,44,101,44,110,41,123,114,101,116,117,114,110,40,67,116,61,80,116,40,41,63,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,91,110,117,108,108,93,59,114,46,112,117,115,104,46,97,112,112,108,121,40,114,44,101,41,59,118,97,114,32,105,61,110,101,119,40,70,117,110,99,116,105,111,110,46,98,105,110,100,46,97,112,112,108,121,40,116,44,114,41,41,59,114,101,116,117,114,110,32,110,38,38,84,116,40,105,44,110,46,112,114,111,116,111,116,121,112,101,41,44,105,125,41,46,97,112,112,108,121,40,110,117,108,108,44,97,114,103,117,109,101,110,116,115,41,125,102,117,110,99,116,105,111,110,32,80,116,40,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,61,61,116,121,112,101,111,102,32,82,101,102,108,101,99,116,124,124,33,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,41,114,101,116,117,114,110,33,49,59,105,102,40,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,46,115,104,97,109,41,114,101,116,117,114,110,33,49,59,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,80,114,111,120,121,41,114,101,116,117,114,110,33,48,59,116,114,121,123,114,101,116,117,114,110,32,68,97,116,101,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,40,68,97,116,101,44,91,93,44,40,102,117,110,99,116,105,111,110,40,41,123,125,41,41,41,44,33,48,125,99,97,116,99,104,40,116,41,123,114,101,116,117,114,110,33,49,125,125,102,117,110,99,116,105,111,110,32,84,116,40,116,44,101,41,123,114,101,116,117,114,110,40,84,116,61,79,98,106,101,99,116,46,115,101,116,80,114,111,116,111,116,121,112,101,79,102,124,124,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,95,95,112,114,111,116,111,95,95,61,101,44,116,125,41,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,106,116,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,41,114,101,116,117,114,110,32,69,116,40,116,41,125,40,116,41,124,124,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,32,105,110,32,79,98,106,101,99,116,40,116,41,41,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,40,116,41,125,40,116,41,124,124,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,41,123,105,102,40,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,41,114,101,116,117,114,110,32,69,116,40,116,44,101,41,59,118,97,114,32,110,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,46,115,108,105,99,101,40,56,44,45,49,41,59,114,101,116,117,114,110,34,79,98,106,101,99,116,34,61,61,61,110,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,40,110,61,116,46,99,111,110,115,116,114,117,99,116,111,114,46,110,97,109,101,41,44,34,77,97,112,34,61,61,61,110,124,124,34,83,101,116,34,61,61,61,110,63,65,114,114,97,121,46,102,114,111,109,40,116,41,58,34,65,114,103,117,109,101,110,116,115,34,61,61,61,110,124,124,47,94,40,63,58,85,105,124,73,41,110,116,40,63,58,56,124,49,54,124,51,50,41,40,63,58,67,108,97,109,112,101,100,41,63,65,114,114,97,121,36,47,46,116,101,115,116,40,110,41,63,69,116,40,116,44,101,41,58,118,111,105,100,32,48,125,125,40,116,41,124,124,102,117,110,99,116,105,111,110,40,41,123,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,73,110,118,97,108,105,100,32,97,116,116,101,109,112,116,32,116,111,32,115,112,114,101,97,100,32,110,111,110,45,105,116,101,114,97,98,108,101,32,105,110,115,116,97,110,99,101,46,92,110,73,110,32,111,114,100,101,114,32,116,111,32,98,101,32,105,116,101,114,97,98,108,101,44,32,110,111,110,45,97,114,114,97,121,32,111,98,106,101,99,116,115,32,109,117,115,116,32,104,97,118,101,32,97,32,91,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,93,40,41,32,109,101,116,104,111,100,46,34,41,125,40,41,125,102,117,110,99,116,105,111,110,32,69,116,40,116,44,101,41,123,40,110,117,108,108,61,61,101,124,124,101,62,116,46,108,101,110,103,116,104,41,38,38,40,101,61,116,46,108,101,110,103,116,104,41,59,102,111,114,40,118,97,114,32,110,61,48,44,114,61,110,101,119,32,65,114,114,97,121,40,101,41,59,110,60,101,59,110,43,43,41,114,91,110,93,61,116,91,110,93,59,114,101,116,117,114,110,32,114,125,102,117,110,99,116,105,111,110,32,65,116,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,116,104,105,115,46,112,114,111,112,115,61,116,44,116,104,105,115,46,100,97,116,97,61,123,105,115,73,110,105,116,105,97,108,105,122,101,100,58,33,49,44,105,115,70,117,108,108,121,82,101,110,100,101,114,101,100,58,33,49,44,109,97,120,83,111,117,114,99,101,87,105,100,116,104,58,48,44,109,97,120,83,111,117,114,99,101,72,101,105,103,104,116,58,48,44,115,99,114,111,108,108,98,97,114,87,105,100,116,104,58,48,44,116,111,111,108,98,97,114,66,117,116,116,111,110,115,58,67,44,115,108,105,100,101,66,117,116,116,111,110,115,58,80,44,99,97,112,116,105,111,110,72,101,105,103,104,116,115,58,91,93,44,110,111,116,84,104,117,109,98,101,100,83,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,83,99,97,108,101,115,58,91,93,44,110,111,116,84,104,117,109,98,101,100,83,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,84,114,97,110,115,108,97,116,101,115,89,58,91,93,44,116,104,117,109,98,101,100,83,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,84,114,97,110,115,108,97,116,101,89,58,110,117,108,108,44,122,111,111,109,58,49,125,44,116,104,105,115,46,115,111,117,114,99,101,115,80,111,105,110,116,101,114,80,114,111,112,115,61,123,105,115,80,111,105,110,116,101,114,105,110,103,58,33,49,44,100,111,119,110,67,108,105,101,110,116,88,58,110,117,108,108,44,100,111,119,110,67,108,105,101,110,116,89,58,110,117,108,108,44,105,115,83,111,117,114,99,101,68,111,119,110,69,118,101,110,116,84,97,114,103,101,116,58,33,49,44,105,115,77,111,118,101,67,97,108,108,70,105,114,115,116,58,33,49,44,115,119,105,112,101,100,88,58,48,44,115,119,105,112,101,100,89,58,48,44,117,112,83,119,105,112,101,100,88,58,48,44,117,112,83,119,105,112,101,100,89,58,48,44,112,105,110,99,104,101,100,72,121,112,111,116,58,48,125,44,116,104,105,115,46,115,116,97,103,101,73,110,100,101,120,101,115,61,123,99,117,114,114,101,110,116,58,48,125,44,116,104,105,115,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,61,123,105,115,76,105,103,104,116,98,111,120,79,112,101,110,77,97,110,97,103,101,114,58,123,125,44,115,101,116,83,108,105,100,101,78,117,109,98,101,114,58,110,117,108,108,44,105,115,70,117,108,108,115,99,114,101,101,110,79,112,101,110,77,97,110,97,103,101,114,58,123,125,44,104,105,100,101,83,111,117,114,99,101,76,111,97,100,101,114,67,111,108,108,101,99,116,105,111,110,58,91,93,44,117,112,100,97,116,101,83,111,117,114,99,101,68,105,114,101,99,116,87,114,97,112,112,101,114,67,111,108,108,101,99,116,105,111,110,58,91,93,44,115,104,111,119,83,108,105,100,101,83,119,105,112,105,110,103,72,111,118,101,114,101,114,73,102,78,111,116,89,101,116,58,110,117,108,108,44,104,105,100,101,83,108,105,100,101,83,119,105,112,105,110,103,72,111,118,101,114,101,114,58,110,117,108,108,44,115,116,97,114,116,83,108,105,100,101,115,104,111,119,58,110,117,108,108,44,115,116,111,112,83,108,105,100,101,115,104,111,119,58,110,117,108,108,125,44,116,104,105,115,46,101,108,101,109,101,110,116,115,61,123,99,97,112,116,105,111,110,115,58,91,93,44,99,111,110,116,97,105,110,101,114,58,110,117,108,108,44,110,97,118,58,110,117,108,108,44,115,111,117,114,99,101,87,114,97,112,112,101,114,115,67,111,110,116,97,105,110,101,114,58,110,117,108,108,44,115,108,105,100,101,115,104,111,119,66,97,114,58,110,117,108,108,44,115,111,117,114,99,101,65,110,105,109,97,116,105,111,110,87,114,97,112,112,101,114,115,58,91,93,44,115,111,117,114,99,101,67,111,109,112,111,110,101,110,116,115,58,91,93,44,115,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,115,58,91,93,44,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,115,58,91,93,44,115,111,117,114,99,101,115,58,91,93,125,44,116,104,105,115,46,99,111,108,108,101,99,116,105,111,110,115,61,123,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,84,114,97,110,115,102,111,114,109,101,114,115,58,91,93,44,115,111,117,114,99,101,76,111,97,100,72,97,110,100,108,101,114,115,58,91,93,44,115,111,117,114,99,101,83,105,122,101,114,115,58,91,93,44,120,104,114,115,58,91,93,125,44,116,104,105,115,46,99,111,114,101,61,123,99,108,97,115,115,70,97,99,97,100,101,58,123,125,44,99,108,105,99,107,90,111,111,109,101,114,58,123,125,44,101,118,101,110,116,115,68,105,115,112,97,116,99,104,101,114,58,123,125,44,102,117,108,108,115,99,114,101,101,110,84,111,103,103,108,101,114,58,123,125,44,103,108,111,98,97,108,69,118,101,110,116,115,67,111,110,116,114,111,108,108,101,114,58,123,125,44,105,110,97,99,116,105,118,101,114,58,123,125,44,108,105,103,104,116,98,111,120,67,108,111,115,101,114,58,123,125,44,108,105,103,104,116,98,111,120,79,112,101,110,101,114,58,123,125,44,108,105,103,104,116,98,111,120,79,112,101,110,65,99,116,105,111,110,101,114,58,123,125,44,108,105,103,104,116,98,111,120,85,112,100,97,116,101,114,58,123,125,44,115,99,114,111,108,108,98,97,114,82,101,99,111,109,112,101,110,115,111,114,58,123,125,44,115,108,105,100,101,115,104,111,119,77,97,110,97,103,101,114,58,123,125,44,115,108,105,100,101,67,104,97,110,103,101,70,97,99,97,100,101,58,123,125,44,115,108,105,100,101,73,110,100,101,120,67,104,97,110,103,101,114,58,123,125,44,115,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,115,84,114,97,110,115,102,111,114,109,101,114,58,123,125,44,115,111,117,114,99,101,68,105,115,112,108,97,121,70,97,99,97,100,101,58,123,125,44,115,111,117,114,99,101,115,80,111,105,110,116,101,114,68,111,119,110,58,123,125,44,115,116,97,103,101,77,97,110,97,103,101,114,58,123,125,44,112,111,105,110,116,101,114,105,110,103,66,117,99,107,101,116,58,123,125,44,119,105,110,100,111,119,82,101,115,105,122,101,65,99,116,105,111,110,101,114,58,123,125,44,122,111,111,109,101,114,58,123,125,125,44,116,104,105,115,46,103,101,116,81,117,101,117,101,100,65,99,116,105,111,110,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,118,97,114,32,114,61,91,93,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,46,112,117,115,104,40,33,48,41,44,101,46,116,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,114,46,112,111,112,40,41,44,114,46,108,101,110,103,116,104,124,124,116,40,41,125,41,44,110,41,125,125,44,116,104,105,115,46,109,105,100,100,108,101,119,97,114,101,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,114,101,116,117,114,110,32,69,40,116,44,110,44,91,101,93,41,125,44,116,104,105,115,46,114,101,115,111,108,118,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,91,93,59,114,101,116,117,114,110,32,110,46,117,110,115,104,105,102,116,40,101,41,44,67,116,40,116,44,106,116,40,110,41,41,125,44,116,104,105,115,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,61,102,117,110,99,116,105,111,110,40,116,41,123,119,105,110,100,111,119,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,101,108,101,109,101,110,116,115,46,99,111,110,116,97,105,110,101,114,46,99,117,114,114,101,110,116,38,38,116,40,41,125,41,41,125,44,116,104,105,115,46,116,105,109,101,111,117,116,61,102,117,110,99,116,105,111,110,40,116,44,110,41,123,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,101,46,101,108,101,109,101,110,116,115,46,99,111,110,116,97,105,110,101,114,38,38,116,40,41,125,41,44,110,41,125,44,68,40,116,104,105,115,41,44,107,116,40,116,104,105,115,41,125,118,97,114,32,68,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,101,61,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,59,114,101,116,117,114,110,32,101,40,34,100,105,118,34,44,123,114,101,102,58,34,110,97,118,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,110,97,118,34,125,44,91,101,40,34,84,111,111,108,98,97,114,34,44,123,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,125,125,41,44,116,104,105,115,46,95,118,40,34,32,34,41,44,116,104,105,115,46,104,97,115,77,111,114,101,84,104,97,110,83,111,117,114,99,101,63,101,40,34,83,108,105,100,101,78,117,109,98,101,114,34,44,123,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,125,125,41,58,116,104,105,115,46,95,101,40,41,93,44,49,41,125,59,68,116,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,76,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,34,125,44,91,116,46,95,108,40,116,46,99,117,115,116,111,109,84,111,111,108,98,97,114,66,117,116,116,111,110,115,44,40,102,117,110,99,116,105,111,110,40,101,44,114,41,123,114,101,116,117,114,110,32,116,46,99,117,115,116,111,109,84,111,111,108,98,97,114,66,117,116,116,111,110,115,63,110,40,34,79,110,101,83,116,97,116,101,66,117,116,116,111,110,34,44,123,107,101,121,58,114,44,97,116,116,114,115,58,123,34,98,117,116,116,111,110,45,100,97,116,97,34,58,101,44,34,111,110,45,99,108,105,99,107,34,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,46,111,110,67,108,105,99,107,40,116,46,102,115,76,105,103,104,116,98,111,120,41,125,125,125,41,58,116,46,95,101,40,41,125,41,41,44,116,46,95,118,40,34,32,34,41,44,116,46,100,105,115,97,98,108,101,84,104,117,109,98,115,63,116,46,95,101,40,41,58,110,40,34,79,110,101,83,116,97,116,101,66,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,34,98,117,116,116,111,110,45,100,97,116,97,34,58,116,46,116,111,111,108,98,97,114,66,117,116,116,111,110,115,68,97,116,97,46,116,104,117,109,98,115,44,34,111,110,45,99,108,105,99,107,34,58,116,46,116,111,103,103,108,101,84,104,117,109,98,115,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,79,110,101,83,116,97,116,101,66,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,34,98,117,116,116,111,110,45,100,97,116,97,34,58,116,46,116,111,111,108,98,97,114,66,117,116,116,111,110,115,68,97,116,97,46,122,111,111,109,73,110,44,34,111,110,45,99,108,105,99,107,34,58,116,46,122,111,111,109,73,110,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,79,110,101,83,116,97,116,101,66,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,34,98,117,116,116,111,110,45,100,97,116,97,34,58,116,46,116,111,111,108,98,97,114,66,117,116,116,111,110,115,68,97,116,97,46,122,111,111,109,79,117,116,44,34,111,110,45,99,108,105,99,107,34,58,116,46,122,111,111,109,79,117,116,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,83,108,105,100,101,115,104,111,119,66,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,70,117,108,108,115,99,114,101,101,110,66,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,79,110,101,83,116,97,116,101,66,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,34,98,117,116,116,111,110,45,100,97,116,97,34,58,116,46,116,111,111,108,98,97,114,66,117,116,116,111,110,115,68,97,116,97,46,99,108,111,115,101,44,34,111,110,45,99,108,105,99,107,34,58,116,46,99,108,111,115,101,76,105,103,104,116,98,111,120,125,125,41,93,44,50,41,125,59,76,116,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,77,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,59,114,101,116,117,114,110,40,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,41,40,34,84,111,111,108,98,97,114,66,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,34,111,110,45,99,108,105,99,107,34,58,116,104,105,115,46,103,101,116,66,117,116,116,111,110,68,97,116,97,40,34,111,110,67,108,105,99,107,34,41,44,34,118,105,101,119,45,98,111,120,34,58,116,104,105,115,46,103,101,116,66,117,116,116,111,110,68,97,116,97,40,34,118,105,101,119,66,111,120,34,41,44,119,105,100,116,104,58,116,104,105,115,46,103,101,116,66,117,116,116,111,110,68,97,116,97,40,34,119,105,100,116,104,34,41,44,104,101,105,103,104,116,58,116,104,105,115,46,103,101,116,66,117,116,116,111,110,68,97,116,97,40,34,104,101,105,103,104,116,34,41,44,100,58,116,104,105,115,46,103,101,116,66,117,116,116,111,110,68,97,116,97,40,34,100,34,41,44,116,105,116,108,101,58,116,104,105,115,46,103,101,116,66,117,116,116,111,110,68,97,116,97,40,34,116,105,116,108,101,34,41,125,125,41,125,59,77,116,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,73,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,101,61,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,59,114,101,116,117,114,110,32,101,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,32,102,115,108,105,103,104,116,98,111,120,45,102,108,101,120,45,99,101,110,116,101,114,101,100,34,44,97,116,116,114,115,58,123,116,105,116,108,101,58,116,104,105,115,46,116,105,116,108,101,125,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,67,108,105,99,107,125,125,44,91,101,40,34,83,118,103,101,114,34,44,123,97,116,116,114,115,58,123,34,118,105,101,119,45,98,111,120,34,58,116,104,105,115,46,118,105,101,119,66,111,120,44,119,105,100,116,104,58,116,104,105,115,46,119,105,100,116,104,44,104,101,105,103,104,116,58,116,104,105,115,46,104,101,105,103,104,116,44,100,58,116,104,105,115,46,100,125,125,41,93,44,49,41,125,59,73,116,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,36,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,101,61,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,59,114,101,116,117,114,110,32,101,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,119,105,100,116,104,58,116,104,105,115,46,119,105,100,116,104,44,104,101,105,103,104,116,58,116,104,105,115,46,104,101,105,103,104,116,44,118,105,101,119,66,111,120,58,116,104,105,115,46,118,105,101,119,66,111,120,44,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,125,125,44,91,101,40,34,112,97,116,104,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,115,118,103,45,112,97,116,104,34,44,97,116,116,114,115,58,123,100,58,116,104,105,115,46,100,125,125,41,93,41,125,59,102,117,110,99,116,105,111,110,32,70,116,40,116,44,101,44,110,44,114,44,105,44,111,44,97,44,115,41,123,118,97,114,32,99,44,117,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,63,116,46,111,112,116,105,111,110,115,58,116,59,105,102,40,101,38,38,40,117,46,114,101,110,100,101,114,61,101,44,117,46,115,116,97,116,105,99,82,101,110,100,101,114,70,110,115,61,110,44,117,46,95,99,111,109,112,105,108,101,100,61,33,48,41,44,114,38,38,40,117,46,102,117,110,99,116,105,111,110,97,108,61,33,48,41,44,111,38,38,40,117,46,95,115,99,111,112,101,73,100,61,34,100,97,116,97,45,118,45,34,43,111,41,44,97,63,40,99,61,102,117,110,99,116,105,111,110,40,116,41,123,40,116,61,116,124,124,116,104,105,115,46,36,118,110,111,100,101,38,38,116,104,105,115,46,36,118,110,111,100,101,46,115,115,114,67,111,110,116,101,120,116,124,124,116,104,105,115,46,112,97,114,101,110,116,38,38,116,104,105,115,46,112,97,114,101,110,116,46,36,118,110,111,100,101,38,38,116,104,105,115,46,112,97,114,101,110,116,46,36,118,110,111,100,101,46,115,115,114,67,111,110,116,101,120,116,41,124,124,34,117,110,100,101,102,105,110,101,100,34,61,61,116,121,112,101,111,102,32,95,95,86,85,69,95,83,83,82,95,67,79,78,84,69,88,84,95,95,124,124,40,116,61,95,95,86,85,69,95,83,83,82,95,67,79,78,84,69,88,84,95,95,41,44,105,38,38,105,46,99,97,108,108,40,116,104,105,115,44,116,41,44,116,38,38,116,46,95,114,101,103,105,115,116,101,114,101,100,67,111,109,112,111,110,101,110,116,115,38,38,116,46,95,114,101,103,105,115,116,101,114,101,100,67,111,109,112,111,110,101,110,116,115,46,97,100,100,40,97,41,125,44,117,46,95,115,115,114,82,101,103,105,115,116,101,114,61,99,41,58,105,38,38,40,99,61,115,63,102,117,110,99,116,105,111,110,40,41,123,105,46,99,97,108,108,40,116,104,105,115,44,40,117,46,102,117,110,99,116,105,111,110,97,108,63,116,104,105,115,46,112,97,114,101,110,116,58,116,104,105,115,41,46,36,114,111,111,116,46,36,111,112,116,105,111,110,115,46,115,104,97,100,111,119,82,111,111,116,41,125,58,105,41,44,99,41,105,102,40,117,46,102,117,110,99,116,105,111,110,97,108,41,123,117,46,95,105,110,106,101,99,116,83,116,121,108,101,115,61,99,59,118,97,114,32,108,61,117,46,114,101,110,100,101,114,59,117,46,114,101,110,100,101,114,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,99,46,99,97,108,108,40,101,41,44,108,40,116,44,101,41,125,125,101,108,115,101,123,118,97,114,32,102,61,117,46,98,101,102,111,114,101,67,114,101,97,116,101,59,117,46,98,101,102,111,114,101,67,114,101,97,116,101,61,102,63,91,93,46,99,111,110,99,97,116,40,102,44,99,41,58,91,99,93,125,114,101,116,117,114,110,123,101,120,112,111,114,116,115,58,116,44,111,112,116,105,111,110,115,58,117,125,125,36,116,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,66,116,61,70,116,40,123,112,114,111,112,115,58,123,119,105,100,116,104,58,83,116,114,105,110,103,44,104,101,105,103,104,116,58,83,116,114,105,110,103,44,118,105,101,119,66,111,120,58,83,116,114,105,110,103,44,100,58,83,116,114,105,110,103,125,125,44,36,116,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,66,116,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,104,101,108,112,101,114,115,47,83,118,103,101,114,46,118,117,101,34,59,118,97,114,32,82,116,61,66,116,46,101,120,112,111,114,116,115,44,78,116,61,70,116,40,123,99,111,109,112,111,110,101,110,116,115,58,123,83,118,103,101,114,58,82,116,125,44,112,114,111,112,115,58,123,111,110,67,108,105,99,107,58,70,117,110,99,116,105,111,110,44,119,105,100,116,104,58,83,116,114,105,110,103,44,104,101,105,103,104,116,58,83,116,114,105,110,103,44,118,105,101,119,66,111,120,58,83,116,114,105,110,103,44,100,58,83,116,114,105,110,103,44,116,105,116,108,101,58,83,116,114,105,110,103,125,125,44,73,116,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,78,116,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,110,97,118,47,116,111,111,108,98,97,114,47,84,111,111,108,98,97,114,66,117,116,116,111,110,46,118,117,101,34,59,118,97,114,32,122,116,61,78,116,46,101,120,112,111,114,116,115,59,102,117,110,99,116,105,111,110,32,86,116,40,116,44,101,41,123,114,101,116,117,114,110,123,111,110,67,108,105,99,107,58,101,44,118,105,101,119,66,111,120,58,116,46,118,105,101,119,66,111,120,44,119,105,100,116,104,58,116,46,119,105,100,116,104,44,104,101,105,103,104,116,58,116,46,104,101,105,103,104,116,44,100,58,116,46,100,44,116,105,116,108,101,58,116,46,116,105,116,108,101,125,125,118,97,114,32,72,116,61,70,116,40,123,99,111,109,112,111,110,101,110,116,115,58,123,84,111,111,108,98,97,114,66,117,116,116,111,110,58,122,116,125,44,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,105,115,70,117,108,108,115,99,114,101,101,110,79,112,101,110,58,33,49,125,125,44,109,101,116,104,111,100,115,58,123,103,101,116,66,117,116,116,111,110,68,97,116,97,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,44,110,61,101,46,99,111,114,101,46,102,117,108,108,115,99,114,101,101,110,84,111,103,103,108,101,114,44,114,61,110,46,101,120,105,116,70,117,108,108,115,99,114,101,101,110,44,105,61,110,46,101,110,116,101,114,70,117,108,108,115,99,114,101,101,110,44,111,61,101,46,100,97,116,97,46,116,111,111,108,98,97,114,66,117,116,116,111,110,115,46,102,117,108,108,115,99,114,101,101,110,44,97,61,111,46,101,110,116,101,114,44,115,61,111,46,101,120,105,116,59,114,101,116,117,114,110,40,116,104,105,115,46,105,115,70,117,108,108,115,99,114,101,101,110,79,112,101,110,63,86,116,40,115,44,114,41,58,86,116,40,97,44,105,41,41,91,116,93,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,46,105,115,70,117,108,108,115,99,114,101,101,110,79,112,101,110,77,97,110,97,103,101,114,59,101,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,105,115,70,117,108,108,115,99,114,101,101,110,79,112,101,110,125,44,101,46,115,101,116,61,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,105,115,70,117,108,108,115,99,114,101,101,110,79,112,101,110,61,101,125,125,125,44,77,116,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,72,116,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,110,97,118,47,116,111,111,108,98,97,114,47,116,111,111,108,98,97,114,45,98,117,116,116,111,110,115,47,70,117,108,108,115,99,114,101,101,110,66,117,116,116,111,110,46,118,117,101,34,59,118,97,114,32,85,116,61,72,116,46,101,120,112,111,114,116,115,44,87,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,59,114,101,116,117,114,110,40,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,41,40,34,84,111,111,108,98,97,114,66,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,34,111,110,45,99,108,105,99,107,34,58,116,104,105,115,46,111,110,67,108,105,99,107,44,34,118,105,101,119,45,98,111,120,34,58,116,104,105,115,46,98,117,116,116,111,110,68,97,116,97,46,118,105,101,119,66,111,120,44,119,105,100,116,104,58,116,104,105,115,46,98,117,116,116,111,110,68,97,116,97,46,119,105,100,116,104,44,104,101,105,103,104,116,58,116,104,105,115,46,98,117,116,116,111,110,68,97,116,97,46,104,101,105,103,104,116,44,100,58,116,104,105,115,46,98,117,116,116,111,110,68,97,116,97,46,100,44,116,105,116,108,101,58,116,104,105,115,46,98,117,116,116,111,110,68,97,116,97,46,116,105,116,108,101,125,125,41,125,59,87,116,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,113,116,61,70,116,40,123,112,114,111,112,115,58,123,98,117,116,116,111,110,68,97,116,97,58,79,98,106,101,99,116,44,111,110,67,108,105,99,107,58,70,117,110,99,116,105,111,110,125,44,99,111,109,112,111,110,101,110,116,115,58,123,84,111,111,108,98,97,114,66,117,116,116,111,110,58,122,116,125,125,44,87,116,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,113,116,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,110,97,118,47,116,111,111,108,98,97,114,47,116,111,111,108,98,97,114,45,98,117,116,116,111,110,115,47,79,110,101,83,116,97,116,101,66,117,116,116,111,110,46,118,117,101,34,59,118,97,114,32,71,116,61,113,116,46,101,120,112,111,114,116,115,44,89,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,59,114,101,116,117,114,110,40,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,41,40,34,84,111,111,108,98,97,114,66,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,34,111,110,45,99,108,105,99,107,34,58,116,104,105,115,46,103,101,116,66,117,116,116,111,110,68,97,116,97,40,34,111,110,67,108,105,99,107,34,41,44,34,118,105,101,119,45,98,111,120,34,58,116,104,105,115,46,103,101,116,66,117,116,116,111,110,68,97,116,97,40,34,118,105,101,119,66,111,120,34,41,44,119,105,100,116,104,58,116,104,105,115,46,103,101,116,66,117,116,116,111,110,68,97,116,97,40,34,119,105,100,116,104,34,41,44,104,101,105,103,104,116,58,116,104,105,115,46,103,101,116,66,117,116,116,111,110,68,97,116,97,40,34,104,101,105,103,104,116,34,41,44,100,58,116,104,105,115,46,103,101,116,66,117,116,116,111,110,68,97,116,97,40,34,100,34,41,44,116,105,116,108,101,58,116,104,105,115,46,103,101,116,66,117,116,116,111,110,68,97,116,97,40,34,116,105,116,108,101,34,41,125,125,41,125,59,89,116,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,75,116,61,70,116,40,123,99,111,109,112,111,110,101,110,116,115,58,123,84,111,111,108,98,97,114,66,117,116,116,111,110,58,122,116,125,44,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,105,115,83,108,105,100,101,115,104,111,119,79,110,58,33,49,125,125,44,109,101,116,104,111,100,115,58,123,103,101,116,66,117,116,116,111,110,68,97,116,97,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,44,110,61,101,46,99,111,114,101,46,115,108,105,100,101,115,104,111,119,77,97,110,97,103,101,114,46,116,111,103,103,108,101,83,108,105,100,101,115,104,111,119,44,114,61,101,46,100,97,116,97,46,116,111,111,108,98,97,114,66,117,116,116,111,110,115,46,115,108,105,100,101,115,104,111,119,44,105,61,114,46,115,116,97,114,116,44,111,61,114,46,112,97,117,115,101,59,114,101,116,117,114,110,40,116,104,105,115,46,105,115,83,108,105,100,101,115,104,111,119,79,110,63,86,116,40,111,44,110,41,58,86,116,40,105,44,110,41,41,91,116,93,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,59,101,46,115,116,97,114,116,83,108,105,100,101,115,104,111,119,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,105,115,83,108,105,100,101,115,104,111,119,79,110,61,33,48,125,44,101,46,115,116,111,112,83,108,105,100,101,115,104,111,119,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,105,115,83,108,105,100,101,115,104,111,119,79,110,61,33,49,125,125,125,44,89,116,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,75,116,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,110,97,118,47,116,111,111,108,98,97,114,47,116,111,111,108,98,97,114,45,98,117,116,116,111,110,115,47,83,108,105,100,101,115,104,111,119,66,117,116,116,111,110,46,118,117,101,34,59,118,97,114,32,88,116,61,70,116,40,123,99,111,109,112,111,110,101,110,116,115,58,123,83,108,105,100,101,115,104,111,119,66,117,116,116,111,110,58,75,116,46,101,120,112,111,114,116,115,44,79,110,101,83,116,97,116,101,66,117,116,116,111,110,58,71,116,44,70,117,108,108,115,99,114,101,101,110,66,117,116,116,111,110,58,85,116,125,44,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,44,101,61,116,46,99,111,114,101,44,110,61,101,46,99,108,105,99,107,90,111,111,109,101,114,44,114,61,110,46,122,111,111,109,73,110,44,105,61,110,46,122,111,111,109,79,117,116,44,111,61,101,46,108,105,103,104,116,98,111,120,67,108,111,115,101,114,46,99,108,111,115,101,76,105,103,104,116,98,111,120,44,97,61,116,46,100,97,116,97,46,116,111,111,108,98,97,114,66,117,116,116,111,110,115,44,115,61,116,46,112,114,111,112,115,44,99,61,115,46,100,105,115,97,98,108,101,84,104,117,109,98,115,44,117,61,115,46,99,117,115,116,111,109,84,111,111,108,98,97,114,66,117,116,116,111,110,115,44,108,61,123,102,115,76,105,103,104,116,98,111,120,58,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,44,116,111,111,108,98,97,114,66,117,116,116,111,110,115,68,97,116,97,58,97,44,99,117,115,116,111,109,84,111,111,108,98,97,114,66,117,116,116,111,110,115,58,117,44,99,108,111,115,101,76,105,103,104,116,98,111,120,58,111,44,122,111,111,109,73,110,58,114,44,122,111,111,109,79,117,116,58,105,44,100,105,115,97,98,108,101,84,104,117,109,98,115,58,99,125,59,114,101,116,117,114,110,32,99,124,124,40,108,46,116,111,103,103,108,101,84,104,117,109,98,115,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,99,111,114,101,46,116,104,117,109,98,115,84,111,103,103,108,101,114,46,116,111,103,103,108,101,84,104,117,109,98,115,41,44,108,125,125,44,76,116,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,88,116,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,110,97,118,47,116,111,111,108,98,97,114,47,84,111,111,108,98,97,114,46,118,117,101,34,59,118,97,114,32,90,116,61,88,116,46,101,120,112,111,114,116,115,44,74,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,114,101,102,58,34,115,111,117,114,99,101,45,110,117,109,98,101,114,45,111,117,116,101,114,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,110,117,109,98,101,114,45,99,111,110,116,97,105,110,101,114,34,125,44,91,110,40,34,100,105,118,34,44,123,114,101,102,58,34,115,111,117,114,99,101,45,110,117,109,98,101,114,45,105,110,110,101,114,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,102,108,101,120,45,99,101,110,116,101,114,101,100,34,125,44,91,110,40,34,115,112,97,110,34,44,123,97,116,116,114,115,58,123,34,100,97,116,97,45,116,101,115,116,45,105,100,34,58,34,115,108,105,100,101,45,110,117,109,98,101,114,34,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,115,108,105,100,101,41,41,93,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,115,108,97,115,104,34,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,115,111,117,114,99,101,115,67,111,117,110,116,41,41,93,41,93,41,93,41,125,59,74,116,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,81,116,61,70,116,40,123,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,115,108,105,100,101,58,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,115,116,97,103,101,73,110,100,101,120,101,115,46,99,117,114,114,101,110,116,43,49,44,115,111,117,114,99,101,115,67,111,117,110,116,58,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,112,114,111,112,115,46,115,111,117,114,99,101,115,46,108,101,110,103,116,104,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,46,115,101,116,83,108,105,100,101,78,117,109,98,101,114,61,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,108,105,100,101,61,101,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,114,101,102,115,91,34,115,111,117,114,99,101,45,110,117,109,98,101,114,45,105,110,110,101,114,34,93,46,111,102,102,115,101,116,87,105,100,116,104,62,53,53,38,38,40,116,104,105,115,46,36,114,101,102,115,91,34,115,111,117,114,99,101,45,110,117,109,98,101,114,45,111,117,116,101,114,34,93,46,115,116,121,108,101,46,106,117,115,116,105,102,121,67,111,110,116,101,110,116,61,34,102,108,101,120,45,115,116,97,114,116,34,41,125,125,44,74,116,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,81,116,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,110,97,118,47,83,108,105,100,101,78,117,109,98,101,114,46,118,117,101,34,59,118,97,114,32,116,101,61,70,116,40,123,99,111,109,112,111,110,101,110,116,115,58,123,83,108,105,100,101,78,117,109,98,101,114,58,81,116,46,101,120,112,111,114,116,115,44,84,111,111,108,98,97,114,58,90,116,125,44,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,104,97,115,77,111,114,101,84,104,97,110,83,111,117,114,99,101,58,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,112,114,111,112,115,46,115,111,117,114,99,101,115,46,108,101,110,103,116,104,62,49,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,101,108,101,109,101,110,116,115,46,110,97,118,61,116,104,105,115,46,36,114,101,102,115,46,110,97,118,125,125,44,68,116,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,116,101,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,110,97,118,47,78,97,118,101,114,46,118,117,101,34,59,118,97,114,32,101,101,61,116,101,46,101,120,112,111,114,116,115,44,110,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,114,101,102,58,34,114,101,102,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,115,111,117,114,99,101,45,119,114,97,112,112,101,114,115,45,99,111,110,116,97,105,110,101,114,32,102,115,108,105,103,104,116,98,111,120,45,97,98,115,111,108,117,116,101,100,32,102,115,108,105,103,104,116,98,111,120,45,102,117,108,108,45,100,105,109,101,110,115,105,111,110,34,44,97,116,116,114,115,58,123,34,100,97,116,97,45,116,101,115,116,45,105,100,34,58,34,115,111,117,114,99,101,45,119,114,97,112,112,101,114,115,45,99,111,110,116,97,105,110,101,114,34,125,125,44,116,46,95,108,40,116,46,115,111,117,114,99,101,115,76,101,110,103,116,104,44,40,102,117,110,99,116,105,111,110,40,101,44,114,41,123,114,101,116,117,114,110,32,110,40,34,83,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,34,44,123,107,101,121,58,114,44,97,116,116,114,115,58,123,105,58,114,44,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,125,125,41,125,41,41,44,49,41,125,59,110,101,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,114,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,101,61,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,59,114,101,116,117,114,110,32,101,40,34,100,105,118,34,44,123,114,101,102,58,34,114,101,102,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,97,98,115,111,108,117,116,101,100,32,102,115,108,105,103,104,116,98,111,120,45,102,117,108,108,45,100,105,109,101,110,115,105,111,110,32,102,115,108,105,103,104,116,98,111,120,45,102,108,101,120,45,99,101,110,116,101,114,101,100,34,44,97,116,116,114,115,58,123,34,100,97,116,97,45,116,101,115,116,45,99,108,97,115,115,34,58,34,115,111,117,114,99,101,45,109,97,105,110,45,119,114,97,112,112,101,114,34,125,125,44,91,101,40,34,83,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,34,44,123,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,44,105,58,116,104,105,115,46,105,125,125,41,44,116,104,105,115,46,95,118,40,34,32,34,41,44,116,104,105,115,46,105,115,83,111,117,114,99,101,76,111,97,100,101,100,63,116,104,105,115,46,95,101,40,41,58,101,40,34,76,111,97,100,101,114,34,41,93,44,49,41,125,59,114,101,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,105,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,101,61,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,59,114,101,116,117,114,110,32,101,40,34,100,105,118,34,44,123,114,101,102,58,34,114,101,102,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,116,114,97,110,115,102,111,114,109,45,116,114,97,110,115,105,116,105,111,110,34,44,97,116,116,114,115,58,123,34,100,97,116,97,45,116,101,115,116,45,99,108,97,115,115,34,58,34,115,111,117,114,99,101,45,101,110,104,97,110,99,101,109,101,110,116,45,119,114,97,112,112,101,114,34,125,125,44,91,101,40,34,115,111,117,114,99,101,45,97,110,105,109,97,116,105,111,110,45,119,114,97,112,112,101,114,34,44,123,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,44,105,58,116,104,105,115,46,105,125,125,41,93,44,49,41,125,59,105,101,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,111,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,101,61,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,59,114,101,116,117,114,110,32,101,40,34,100,105,118,34,44,123,114,101,102,58,34,114,101,102,34,125,44,91,116,104,105,115,46,115,111,117,114,99,101,67,111,109,112,111,110,101,110,116,38,38,116,104,105,115,46,115,104,111,117,108,100,83,111,117,114,99,101,66,101,82,101,110,100,101,114,101,100,63,101,40,116,104,105,115,46,115,111,117,114,99,101,67,111,109,112,111,110,101,110,116,44,123,116,97,103,58,34,99,111,109,112,111,110,101,110,116,34,44,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,44,105,58,116,104,105,115,46,105,125,125,41,58,116,104,105,115,46,95,101,40,41,93,44,49,41,125,59,111,101,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,97,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,59,114,101,116,117,114,110,40,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,41,40,34,105,109,103,34,44,116,104,105,115,46,95,98,40,123,114,101,102,58,34,114,101,102,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,115,111,117,114,99,101,34,44,97,116,116,114,115,58,123,115,114,99,58,116,104,105,115,46,115,114,99,125,44,111,110,58,123,108,111,97,100,58,116,104,105,115,46,111,110,76,111,97,100,125,125,44,34,105,109,103,34,44,116,104,105,115,46,99,117,115,116,111,109,65,116,116,114,105,98,117,116,101,115,44,33,49,41,41,125,59,97,101,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,115,101,61,70,116,40,123,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,44,105,58,78,117,109,98,101,114,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,44,101,61,116,46,99,111,108,108,101,99,116,105,111,110,115,46,115,111,117,114,99,101,76,111,97,100,72,97,110,100,108,101,114,115,44,110,61,116,46,112,114,111,112,115,44,114,61,110,46,99,117,115,116,111,109,65,116,116,114,105,98,117,116,101,115,44,105,61,110,46,115,111,117,114,99,101,115,59,114,101,116,117,114,110,123,111,110,76,111,97,100,58,101,91,116,104,105,115,46,105,93,46,104,97,110,100,108,101,73,109,97,103,101,76,111,97,100,44,115,114,99,58,105,91,116,104,105,115,46,105,93,44,99,117,115,116,111,109,65,116,116,114,105,98,117,116,101,115,58,114,38,38,114,91,116,104,105,115,46,105,93,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,101,108,101,109,101,110,116,115,46,115,111,117,114,99,101,115,91,116,104,105,115,46,105,93,61,116,104,105,115,46,36,114,101,102,115,46,114,101,102,125,125,44,97,101,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,115,101,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,115,111,117,114,99,101,115,47,112,114,111,112,101,114,45,115,111,117,114,99,101,115,47,73,109,97,103,101,114,46,118,117,101,34,59,118,97,114,32,99,101,61,115,101,46,101,120,112,111,114,116,115,44,117,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,101,61,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,59,114,101,116,117,114,110,32,101,40,34,118,105,100,101,111,34,44,116,104,105,115,46,95,98,40,123,114,101,102,58,34,114,101,102,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,115,111,117,114,99,101,32,102,115,108,105,103,104,116,98,111,120,45,118,105,100,101,111,34,44,97,116,116,114,115,58,123,99,111,110,116,114,111,108,115,58,34,34,125,44,111,110,58,123,108,111,97,100,101,100,109,101,116,97,100,97,116,97,58,116,104,105,115,46,111,110,76,111,97,100,125,125,44,34,118,105,100,101,111,34,44,116,104,105,115,46,99,117,115,116,111,109,65,116,116,114,105,98,117,116,101,115,44,33,49,41,44,91,101,40,34,115,111,117,114,99,101,34,44,123,97,116,116,114,115,58,123,115,114,99,58,116,104,105,115,46,115,114,99,125,125,41,93,41,125,59,117,101,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,108,101,61,70,116,40,123,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,44,105,58,78,117,109,98,101,114,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,44,101,61,116,46,99,111,108,108,101,99,116,105,111,110,115,46,115,111,117,114,99,101,76,111,97,100,72,97,110,100,108,101,114,115,44,110,61,116,46,112,114,111,112,115,44,114,61,110,46,99,117,115,116,111,109,65,116,116,114,105,98,117,116,101,115,44,105,61,110,46,115,111,117,114,99,101,115,59,114,101,116,117,114,110,123,111,110,76,111,97,100,58,101,91,116,104,105,115,46,105,93,46,104,97,110,100,108,101,86,105,100,101,111,76,111,97,100,44,115,114,99,58,105,91,116,104,105,115,46,105,93,44,99,117,115,116,111,109,65,116,116,114,105,98,117,116,101,115,58,114,38,38,114,91,116,104,105,115,46,105,93,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,101,108,101,109,101,110,116,115,46,115,111,117,114,99,101,115,91,116,104,105,115,46,105,93,61,116,104,105,115,46,36,114,101,102,115,46,114,101,102,125,125,44,117,101,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,108,101,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,115,111,117,114,99,101,115,47,112,114,111,112,101,114,45,115,111,117,114,99,101,115,47,86,105,100,101,111,114,46,118,117,101,34,59,118,97,114,32,102,101,61,108,101,46,101,120,112,111,114,116,115,44,104,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,59,114,101,116,117,114,110,40,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,41,40,34,105,102,114,97,109,101,34,44,116,104,105,115,46,95,98,40,123,114,101,102,58,34,114,101,102,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,115,111,117,114,99,101,32,102,115,108,105,103,104,116,98,111,120,45,121,111,117,116,117,98,101,45,105,102,114,97,109,101,34,44,97,116,116,114,115,58,123,115,114,99,58,116,104,105,115,46,115,114,99,44,97,108,108,111,119,102,117,108,108,115,99,114,101,101,110,58,34,34,125,125,44,34,105,102,114,97,109,101,34,44,116,104,105,115,46,99,117,115,116,111,109,65,116,116,114,105,98,117,116,101,115,44,33,49,41,41,125,59,104,101,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,100,101,61,70,116,40,123,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,44,105,58,78,117,109,98,101,114,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,44,101,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,112,114,111,112,115,44,110,61,101,46,99,117,115,116,111,109,65,116,116,114,105,98,117,116,101,115,44,114,61,101,46,115,111,117,114,99,101,115,59,114,101,116,117,114,110,123,115,114,99,58,34,104,116,116,112,115,58,47,47,119,119,119,46,121,111,117,116,117,98,101,46,99,111,109,47,101,109,98,101,100,47,34,46,99,111,110,99,97,116,40,40,116,61,114,91,116,104,105,115,46,105,93,44,116,46,109,97,116,99,104,40,47,94,46,42,40,121,111,117,116,117,46,98,101,92,47,124,118,92,47,124,117,92,47,92,119,92,47,124,101,109,98,101,100,92,47,124,119,97,116,99,104,92,63,118,61,124,92,38,118,61,41,40,91,94,35,92,38,92,63,93,42,41,46,42,47,41,91,50,93,41,41,44,99,117,115,116,111,109,65,116,116,114,105,98,117,116,101,115,58,110,38,38,110,91,116,104,105,115,46,105,93,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,44,101,61,116,46,99,111,108,108,101,99,116,105,111,110,115,46,115,111,117,114,99,101,76,111,97,100,72,97,110,100,108,101,114,115,59,116,46,101,108,101,109,101,110,116,115,46,115,111,117,114,99,101,115,91,116,104,105,115,46,105,93,61,116,104,105,115,46,36,114,101,102,115,46,114,101,102,44,101,91,116,104,105,115,46,105,93,46,104,97,110,100,108,101,89,111,117,116,117,98,101,76,111,97,100,40,41,125,125,44,104,101,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,100,101,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,115,111,117,114,99,101,115,47,112,114,111,112,101,114,45,115,111,117,114,99,101,115,47,89,111,117,116,117,98,101,114,46,118,117,101,34,59,118,97,114,32,112,101,61,100,101,46,101,120,112,111,114,116,115,44,118,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,59,114,101,116,117,114,110,40,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,41,40,116,104,105,115,46,99,111,109,112,111,110,101,110,116,44,116,104,105,115,46,95,98,40,123,114,101,102,58,34,114,101,102,34,44,116,97,103,58,34,99,111,109,112,111,110,101,110,116,34,125,44,34,99,111,109,112,111,110,101,110,116,34,44,116,104,105,115,46,99,111,109,112,111,110,101,110,116,80,114,111,112,115,44,33,49,41,41,125,59,102,117,110,99,116,105,111,110,32,103,101,40,116,41,123,118,97,114,32,101,61,123,99,111,109,112,111,110,101,110,116,58,116,44,99,111,109,112,111,110,101,110,116,80,114,111,112,115,58,123,125,125,59,114,101,116,117,114,110,32,116,46,99,111,109,112,111,110,101,110,116,38,38,40,101,46,99,111,109,112,111,110,101,110,116,61,116,46,99,111,109,112,111,110,101,110,116,44,101,46,99,111,109,112,111,110,101,110,116,80,114,111,112,115,61,116,46,112,114,111,112,115,41,44,101,125,118,101,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,109,101,61,70,116,40,123,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,44,105,58,78,117,109,98,101,114,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,103,101,40,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,112,114,111,112,115,46,115,111,117,114,99,101,115,91,116,104,105,115,46,105,93,41,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,44,101,61,116,46,99,111,108,108,101,99,116,105,111,110,115,46,115,111,117,114,99,101,76,111,97,100,72,97,110,100,108,101,114,115,44,110,61,116,46,101,108,101,109,101,110,116,115,46,115,111,117,114,99,101,115,59,110,91,116,104,105,115,46,105,93,61,116,104,105,115,46,36,114,101,102,115,46,114,101,102,46,36,101,108,44,110,91,116,104,105,115,46,105,93,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,98,41,44,101,91,116,104,105,115,46,105,93,46,104,97,110,100,108,101,67,117,115,116,111,109,76,111,97,100,40,41,125,125,44,118,101,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,109,101,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,115,111,117,114,99,101,115,47,112,114,111,112,101,114,45,115,111,117,114,99,101,115,47,67,117,115,116,111,109,101,114,46,118,117,101,34,59,118,97,114,32,98,101,61,109,101,46,101,120,112,111,114,116,115,44,121,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,59,114,101,116,117,114,110,40,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,41,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,105,110,118,97,108,105,100,45,102,105,108,101,45,119,114,97,112,112,101,114,32,102,115,108,105,103,104,116,98,111,120,45,102,108,101,120,45,99,101,110,116,101,114,101,100,34,125,44,91,116,104,105,115,46,95,118,40,34,92,110,32,32,32,32,73,110,118,97,108,105,100,32,115,111,117,114,99,101,92,110,34,41,93,41,125,59,121,101,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,119,101,61,70,116,40,123,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,44,105,58,78,117,109,98,101,114,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,44,101,61,116,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,46,104,105,100,101,83,111,117,114,99,101,76,111,97,100,101,114,67,111,108,108,101,99,116,105,111,110,44,110,61,116,46,101,108,101,109,101,110,116,115,46,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,115,59,101,91,116,104,105,115,46,105,93,40,41,44,110,91,116,104,105,115,46,105,93,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,104,41,125,125,44,121,101,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,119,101,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,115,111,117,114,99,101,115,47,112,114,111,112,101,114,45,115,111,117,114,99,101,115,47,73,110,118,97,108,105,100,101,114,46,118,117,101,34,59,118,97,114,32,95,101,61,119,101,46,101,120,112,111,114,116,115,44,120,101,61,70,116,40,123,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,44,105,58,78,117,109,98,101,114,125,44,99,111,109,112,111,110,101,110,116,115,58,123,73,109,97,103,101,114,58,99,101,44,86,105,100,101,111,114,58,102,101,44,89,111,117,116,117,98,101,114,58,112,101,44,67,117,115,116,111,109,101,114,58,98,101,44,73,110,118,97,108,105,100,101,114,58,95,101,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,123,125,59,114,101,116,117,114,110,32,116,104,105,115,46,97,116,116,97,99,104,67,111,109,112,111,110,101,110,116,68,97,116,97,84,111,79,98,106,101,99,116,40,116,41,44,116,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,46,117,112,100,97,116,101,83,111,117,114,99,101,68,105,114,101,99,116,87,114,97,112,112,101,114,67,111,108,108,101,99,116,105,111,110,91,116,104,105,115,46,105,93,61,102,117,110,99,116,105,111,110,40,41,123,116,46,97,116,116,97,99,104,67,111,109,112,111,110,101,110,116,68,97,116,97,84,111,79,98,106,101,99,116,40,116,41,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,101,108,101,109,101,110,116,115,46,115,111,117,114,99,101,65,110,105,109,97,116,105,111,110,87,114,97,112,112,101,114,115,91,116,104,105,115,46,105,93,61,116,104,105,115,46,36,114,101,102,115,46,114,101,102,125,44,109,101,116,104,111,100,115,58,123,97,116,116,97,99,104,67,111,109,112,111,110,101,110,116,68,97,116,97,84,111,79,98,106,101,99,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,44,110,61,101,46,99,111,114,101,46,115,116,97,103,101,77,97,110,97,103,101,114,44,114,61,101,46,101,108,101,109,101,110,116,115,46,115,111,117,114,99,101,67,111,109,112,111,110,101,110,116,115,44,105,61,101,46,112,114,111,112,115,46,108,111,97,100,79,110,108,121,67,117,114,114,101,110,116,83,111,117,114,99,101,44,111,61,101,46,115,116,97,103,101,73,110,100,101,120,101,115,59,116,46,115,111,117,114,99,101,67,111,109,112,111,110,101,110,116,61,114,91,116,104,105,115,46,105,93,44,116,46,115,104,111,117,108,100,83,111,117,114,99,101,66,101,82,101,110,100,101,114,101,100,61,116,104,105,115,46,105,61,61,61,111,46,99,117,114,114,101,110,116,124,124,33,105,38,38,110,46,105,115,83,111,117,114,99,101,73,110,83,116,97,103,101,40,116,104,105,115,46,105,41,125,125,125,44,111,101,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,120,101,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,115,111,117,114,99,101,115,47,83,111,117,114,99,101,65,110,105,109,97,116,105,111,110,87,114,97,112,112,101,114,46,118,117,101,34,59,118,97,114,32,79,101,61,120,101,46,101,120,112,111,114,116,115,44,83,101,61,70,116,40,123,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,44,105,58,78,117,109,98,101,114,125,44,99,111,109,112,111,110,101,110,116,115,58,123,83,111,117,114,99,101,65,110,105,109,97,116,105,111,110,87,114,97,112,112,101,114,58,79,101,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,101,108,101,109,101,110,116,115,46,115,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,115,91,116,104,105,115,46,105,93,61,116,104,105,115,46,36,114,101,102,115,46,114,101,102,125,125,44,105,101,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,83,101,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,115,111,117,114,99,101,115,47,83,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,46,118,117,101,34,59,118,97,114,32,107,101,61,83,101,46,101,120,112,111,114,116,115,44,67,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,101,61,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,59,114,101,116,117,114,110,32,101,40,34,100,105,118,34,44,123,99,108,97,115,115,58,116,104,105,115,46,99,108,97,115,115,78,97,109,101,44,97,116,116,114,115,58,123,34,100,97,116,97,45,116,101,115,116,45,105,100,34,58,116,104,105,115,46,116,101,115,116,73,100,125,125,44,91,101,40,34,100,105,118,34,41,44,116,104,105,115,46,95,118,40,34,32,34,41,44,101,40,34,100,105,118,34,41,44,116,104,105,115,46,95,118,40,34,32,34,41,44,101,40,34,100,105,118,34,41,44,116,104,105,115,46,95,118,40,34,32,34,41,44,101,40,34,100,105,118,34,41,93,41,125,59,67,101,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,80,101,61,70,116,40,123,112,114,111,112,115,58,123,97,100,100,105,116,105,111,110,97,108,67,108,97,115,115,78,97,109,101,58,83,116,114,105,110,103,44,116,101,115,116,73,100,58,83,116,114,105,110,103,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,34,102,115,108,105,103,104,116,98,111,120,45,108,111,97,100,101,114,34,59,114,101,116,117,114,110,32,116,104,105,115,46,97,100,100,105,116,105,111,110,97,108,67,108,97,115,115,78,97,109,101,38,38,40,116,43,61,34,32,34,46,99,111,110,99,97,116,40,116,104,105,115,46,97,100,100,105,116,105,111,110,97,108,67,108,97,115,115,78,97,109,101,41,41,44,123,99,108,97,115,115,78,97,109,101,58,116,125,125,125,44,67,101,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,80,101,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,104,101,108,112,101,114,115,47,76,111,97,100,101,114,46,118,117,101,34,59,118,97,114,32,84,101,61,80,101,46,101,120,112,111,114,116,115,44,106,101,61,70,116,40,123,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,44,105,58,78,117,109,98,101,114,125,44,99,111,109,112,111,110,101,110,116,115,58,123,83,111,117,114,99,101,69,110,104,97,110,99,101,109,101,110,116,87,114,97,112,112,101,114,58,107,101,44,76,111,97,100,101,114,58,84,101,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,105,115,83,111,117,114,99,101,76,111,97,100,101,100,58,33,49,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,46,104,105,100,101,83,111,117,114,99,101,76,111,97,100,101,114,67,111,108,108,101,99,116,105,111,110,91,116,104,105,115,46,105,93,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,105,115,83,111,117,114,99,101,76,111,97,100,101,100,61,33,48,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,101,108,101,109,101,110,116,115,46,115,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,115,91,116,104,105,115,46,105,93,61,116,104,105,115,46,36,114,101,102,115,46,114,101,102,125,125,44,114,101,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,106,101,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,115,111,117,114,99,101,115,47,83,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,46,118,117,101,34,59,118,97,114,32,69,101,61,106,101,46,101,120,112,111,114,116,115,59,102,117,110,99,116,105,111,110,32,65,101,40,41,123,116,104,105,115,46,103,101,116,77,111,117,115,101,68,111,119,110,76,105,115,116,101,110,101,114,70,117,110,99,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,116,40,41,63,118,111,105,100,32,48,58,69,40,116,44,101,116,41,125,44,116,104,105,115,46,103,101,116,84,111,117,99,104,83,116,97,114,116,76,105,115,116,101,110,101,114,70,111,114,70,117,110,99,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,116,40,41,63,69,40,116,44,101,116,41,58,118,111,105,100,32,48,125,125,118,97,114,32,68,101,61,70,116,40,123,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,125,44,99,111,109,112,111,110,101,110,116,115,58,123,83,111,117,114,99,101,77,97,105,110,87,114,97,112,112,101,114,58,69,101,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,115,111,117,114,99,101,115,76,101,110,103,116,104,58,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,112,114,111,112,115,46,115,111,117,114,99,101,115,46,108,101,110,103,116,104,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,44,101,61,116,46,99,111,114,101,46,115,111,117,114,99,101,115,80,111,105,110,116,101,114,68,111,119,110,46,108,105,115,116,101,110,101,114,59,116,46,101,108,101,109,101,110,116,115,46,115,111,117,114,99,101,87,114,97,112,112,101,114,115,67,111,110,116,97,105,110,101,114,61,116,104,105,115,46,36,114,101,102,115,46,114,101,102,59,118,97,114,32,110,61,110,101,119,32,65,101,59,116,104,105,115,46,36,114,101,102,115,46,114,101,102,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,100,111,119,110,34,44,110,46,103,101,116,77,111,117,115,101,68,111,119,110,76,105,115,116,101,110,101,114,70,117,110,99,40,101,41,41,44,116,104,105,115,46,36,114,101,102,115,46,114,101,102,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,116,111,117,99,104,115,116,97,114,116,34,44,110,46,103,101,116,84,111,117,99,104,83,116,97,114,116,76,105,115,116,101,110,101,114,70,111,114,70,117,110,99,40,101,41,41,125,125,44,110,101,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,68,101,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,115,111,117,114,99,101,115,47,83,111,117,114,99,101,87,114,97,112,112,101,114,115,67,111,110,116,97,105,110,101,114,46,118,117,101,34,59,118,97,114,32,76,101,61,68,101,46,101,120,112,111,114,116,115,44,77,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,116,46,115,111,117,114,99,101,115,76,101,110,103,116,104,62,49,63,110,40,34,100,105,118,34,44,91,110,40,34,83,108,105,100,101,66,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,44,34,111,110,45,99,108,105,99,107,34,58,116,46,99,104,97,110,103,101,84,111,80,114,101,118,105,111,117,115,44,34,98,117,116,116,111,110,45,100,97,116,97,34,58,116,46,112,114,101,118,105,111,117,115,66,117,116,116,111,110,68,97,116,97,44,110,97,109,101,58,34,112,114,101,118,105,111,117,115,34,125,125,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,83,108,105,100,101,66,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,44,34,111,110,45,99,108,105,99,107,34,58,116,46,99,104,97,110,103,101,84,111,78,101,120,116,44,34,98,117,116,116,111,110,45,100,97,116,97,34,58,116,46,110,101,120,116,66,117,116,116,111,110,68,97,116,97,44,110,97,109,101,58,34,110,101,120,116,34,125,125,41,93,44,49,41,58,116,46,95,101,40,41,125,59,77,101,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,73,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,101,61,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,59,114,101,116,117,114,110,32,101,40,34,100,105,118,34,44,123,114,101,102,58,34,114,101,102,34,44,99,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,98,116,110,45,99,111,110,116,97,105,110,101,114,32,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,98,116,110,45,99,111,110,116,97,105,110,101,114,45,34,43,116,104,105,115,46,110,97,109,101,44,97,116,116,114,115,58,123,116,105,116,108,101,58,116,104,105,115,46,98,117,116,116,111,110,68,97,116,97,46,116,105,116,108,101,125,44,111,110,58,123,99,108,105,99,107,58,116,104,105,115,46,111,110,67,108,105,99,107,125,125,44,91,101,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,98,116,110,32,102,115,108,105,103,104,116,98,111,120,45,102,108,101,120,45,99,101,110,116,101,114,101,100,34,125,44,91,101,40,34,83,118,103,101,114,34,44,123,97,116,116,114,115,58,123,34,118,105,101,119,45,98,111,120,34,58,116,104,105,115,46,98,117,116,116,111,110,68,97,116,97,46,118,105,101,119,66,111,120,44,119,105,100,116,104,58,116,104,105,115,46,98,117,116,116,111,110,68,97,116,97,46,119,105,100,116,104,44,104,101,105,103,104,116,58,116,104,105,115,46,98,117,116,116,111,110,68,97,116,97,46,104,101,105,103,104,116,44,100,58,116,104,105,115,46,98,117,116,116,111,110,68,97,116,97,46,100,125,125,41,93,44,49,41,93,41,125,59,73,101,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,36,101,61,70,116,40,123,99,111,109,112,111,110,101,110,116,115,58,123,83,118,103,101,114,58,82,116,125,44,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,44,111,110,67,108,105,99,107,58,70,117,110,99,116,105,111,110,44,98,117,116,116,111,110,68,97,116,97,58,79,98,106,101,99,116,44,110,97,109,101,58,83,116,114,105,110,103,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,101,108,101,109,101,110,116,115,91,34,115,108,105,100,101,66,117,116,116,111,110,34,46,99,111,110,99,97,116,40,116,104,105,115,46,110,97,109,101,46,116,111,85,112,112,101,114,67,97,115,101,40,41,46,115,117,98,115,116,114,40,48,44,49,41,43,116,104,105,115,46,110,97,109,101,46,115,117,98,115,116,114,40,49,41,41,93,61,116,104,105,115,46,36,114,101,102,115,46,114,101,102,125,125,44,73,101,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,36,101,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,83,108,105,100,101,66,117,116,116,111,110,46,118,117,101,34,59,118,97,114,32,70,101,61,36,101,46,101,120,112,111,114,116,115,44,66,101,61,70,116,40,123,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,125,44,99,111,109,112,111,110,101,110,116,115,58,123,83,108,105,100,101,66,117,116,116,111,110,58,70,101,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,44,101,61,116,46,99,111,114,101,46,115,108,105,100,101,67,104,97,110,103,101,70,97,99,97,100,101,44,110,61,101,46,99,104,97,110,103,101,84,111,80,114,101,118,105,111,117,115,44,114,61,101,46,99,104,97,110,103,101,84,111,78,101,120,116,44,105,61,116,46,100,97,116,97,46,115,108,105,100,101,66,117,116,116,111,110,115,44,111,61,105,46,112,114,101,118,105,111,117,115,44,97,61,105,46,110,101,120,116,59,114,101,116,117,114,110,123,115,111,117,114,99,101,115,76,101,110,103,116,104,58,116,46,112,114,111,112,115,46,115,111,117,114,99,101,115,46,108,101,110,103,116,104,44,99,104,97,110,103,101,84,111,80,114,101,118,105,111,117,115,58,110,44,99,104,97,110,103,101,84,111,78,101,120,116,58,114,44,112,114,101,118,105,111,117,115,66,117,116,116,111,110,68,97,116,97,58,111,44,110,101,120,116,66,117,116,116,111,110,68,97,116,97,58,97,125,125,125,44,77,101,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,66,101,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,83,108,105,100,101,66,117,116,116,111,110,115,46,118,117,101,34,59,118,97,114,32,82,101,61,66,101,46,101,120,112,111,114,116,115,44,78,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,101,61,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,59,114,101,116,117,114,110,32,116,104,105,115,46,105,115,83,108,105,100,101,83,119,105,112,105,110,103,72,111,118,101,114,101,114,83,104,111,119,110,63,101,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,45,115,119,105,112,105,110,103,45,104,111,118,101,114,101,114,32,102,115,108,105,103,104,116,98,111,120,45,102,117,108,108,45,100,105,109,101,110,115,105,111,110,32,102,115,108,105,103,104,116,98,111,120,45,97,98,115,111,108,117,116,101,100,34,125,41,58,116,104,105,115,46,95,101,40,41,125,59,78,101,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,122,101,61,70,116,40,123,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,105,115,83,108,105,100,101,83,119,105,112,105,110,103,72,111,118,101,114,101,114,83,104,111,119,110,58,33,49,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,59,101,46,115,104,111,119,83,108,105,100,101,83,119,105,112,105,110,103,72,111,118,101,114,101,114,73,102,78,111,116,89,101,116,61,102,117,110,99,116,105,111,110,40,41,123,116,46,105,115,83,108,105,100,101,83,119,105,112,105,110,103,72,111,118,101,114,101,114,83,104,111,119,110,124,124,40,116,46,105,115,83,108,105,100,101,83,119,105,112,105,110,103,72,111,118,101,114,101,114,83,104,111,119,110,61,33,48,41,125,44,101,46,104,105,100,101,83,108,105,100,101,83,119,105,112,105,110,103,72,111,118,101,114,101,114,61,102,117,110,99,116,105,111,110,40,41,123,116,46,105,115,83,108,105,100,101,83,119,105,112,105,110,103,72,111,118,101,114,101,114,83,104,111,119,110,61,33,49,125,125,125,44,78,101,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,122,101,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,83,108,105,100,101,83,119,105,112,105,110,103,72,111,118,101,114,101,114,46,118,117,101,34,59,118,97,114,32,86,101,61,122,101,46,101,120,112,111,114,116,115,44,72,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,59,114,101,116,117,114,110,40,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,41,40,34,100,105,118,34,44,123,114,101,102,58,34,114,101,102,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,115,108,105,100,101,115,104,111,119,45,98,97,114,32,102,115,108,105,103,104,116,98,111,120,45,97,98,115,111,108,117,116,101,100,34,125,41,125,59,72,101,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,85,101,61,70,116,40,123,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,101,108,101,109,101,110,116,115,46,115,108,105,100,101,115,104,111,119,66,97,114,61,116,104,105,115,46,36,114,101,102,115,46,114,101,102,125,125,44,72,101,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,85,101,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,83,108,105,100,101,115,104,111,119,66,97,114,46,118,117,101,34,59,118,97,114,32,87,101,61,85,101,46,101,120,112,111,114,116,115,59,102,117,110,99,116,105,111,110,32,113,101,40,116,41,123,118,97,114,32,101,61,116,46,112,114,111,112,115,46,100,105,115,97,98,108,101,76,111,99,97,108,83,116,111,114,97,103,101,59,105,102,40,33,101,41,123,118,97,114,32,110,61,108,111,99,97,108,83,116,111,114,97,103,101,46,103,101,116,73,116,101,109,40,34,102,115,108,105,103,104,116,98,111,120,45,115,99,114,111,108,108,98,97,114,45,119,105,100,116,104,34,41,59,105,102,40,110,41,114,101,116,117,114,110,32,110,125,118,97,114,32,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,44,101,61,116,46,115,116,121,108,101,59,114,101,116,117,114,110,32,101,46,118,105,115,105,98,105,108,105,116,121,61,34,104,105,100,100,101,110,34,44,101,46,119,105,100,116,104,61,34,49,48,48,112,120,34,44,101,46,109,115,79,118,101,114,102,108,111,119,83,116,121,108,101,61,34,115,99,114,111,108,108,98,97,114,34,44,101,46,111,118,101,114,102,108,111,119,61,34,115,99,114,111,108,108,34,44,116,125,40,41,44,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,59,114,101,116,117,114,110,32,116,46,115,116,121,108,101,46,119,105,100,116,104,61,34,49,48,48,37,34,44,116,125,40,41,59,100,111,99,117,109,101,110,116,46,98,111,100,121,46,97,112,112,101,110,100,67,104,105,108,100,40,114,41,59,118,97,114,32,111,61,114,46,111,102,102,115,101,116,87,105,100,116,104,59,114,46,97,112,112,101,110,100,67,104,105,108,100,40,105,41,59,118,97,114,32,97,61,105,46,111,102,102,115,101,116,87,105,100,116,104,59,100,111,99,117,109,101,110,116,46,98,111,100,121,46,114,101,109,111,118,101,67,104,105,108,100,40,114,41,59,118,97,114,32,115,61,111,45,97,59,114,101,116,117,114,110,32,101,124,124,108,111,99,97,108,83,116,111,114,97,103,101,46,115,101,116,73,116,101,109,40,34,102,115,108,105,103,104,116,98,111,120,45,115,99,114,111,108,108,98,97,114,45,119,105,100,116,104,34,44,115,46,116,111,83,116,114,105,110,103,40,41,41,44,115,125,102,117,110,99,116,105,111,110,32,71,101,40,116,41,123,118,97,114,32,101,61,116,46,99,111,114,101,46,108,105,103,104,116,98,111,120,79,112,101,110,101,114,44,110,61,116,46,100,97,116,97,44,114,61,116,46,112,114,111,112,115,46,111,112,101,110,79,110,77,111,117,110,116,59,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,115,66,121,67,108,97,115,115,78,97,109,101,40,111,41,46,108,101,110,103,116,104,124,124,79,40,41,44,110,46,115,99,114,111,108,108,98,97,114,87,105,100,116,104,61,113,101,40,116,41,44,114,38,38,101,46,105,110,105,116,105,97,108,105,122,101,65,110,100,79,112,101,110,76,105,103,104,116,98,111,120,40,41,125,118,97,114,32,89,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,116,46,95,108,40,116,46,99,97,112,116,105,111,110,115,44,40,102,117,110,99,116,105,111,110,40,101,44,114,41,123,114,101,116,117,114,110,32,101,63,110,40,34,67,97,112,116,105,111,110,34,44,123,107,101,121,58,114,44,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,44,105,58,114,125,125,41,58,116,46,95,101,40,41,125,41,41,44,49,41,125,59,89,101,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,75,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,101,61,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,59,114,101,116,117,114,110,32,101,40,34,100,105,118,34,44,123,114,101,102,58,34,114,101,102,34,44,99,108,97,115,115,58,116,104,105,115,46,99,108,97,115,115,78,97,109,101,125,44,91,101,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,99,97,112,116,105,111,110,45,105,110,110,101,114,34,125,44,91,101,40,116,104,105,115,46,99,111,109,112,111,110,101,110,116,44,116,104,105,115,46,95,98,40,123,116,97,103,58,34,99,111,109,112,111,110,101,110,116,34,125,44,34,99,111,109,112,111,110,101,110,116,34,44,116,104,105,115,46,99,111,109,112,111,110,101,110,116,80,114,111,112,115,44,33,49,41,41,93,44,49,41,93,41,125,59,75,101,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,88,101,61,70,116,40,123,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,44,105,58,78,117,109,98,101,114,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,44,101,61,116,46,100,97,116,97,46,105,115,84,104,117,109,98,105,110,103,44,110,61,116,46,112,114,111,112,115,46,99,97,112,116,105,111,110,115,44,114,61,116,46,115,116,97,103,101,73,110,100,101,120,101,115,44,105,61,103,101,40,110,91,116,104,105,115,46,105,93,41,59,114,101,116,117,114,110,32,105,46,99,108,97,115,115,78,97,109,101,61,34,102,115,108,105,103,104,116,98,111,120,45,99,97,112,116,105,111,110,32,102,115,108,105,103,104,116,98,111,120,45,102,108,101,120,45,99,101,110,116,101,114,101,100,34,44,114,46,99,117,114,114,101,110,116,33,61,61,116,104,105,115,46,105,124,124,101,124,124,40,105,46,99,108,97,115,115,78,97,109,101,43,61,34,32,102,115,108,105,103,104,116,98,111,120,45,99,97,112,116,105,111,110,45,97,99,116,105,118,101,34,41,44,105,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,101,108,101,109,101,110,116,115,46,99,97,112,116,105,111,110,115,91,116,104,105,115,46,105,93,61,116,104,105,115,46,36,114,101,102,115,46,114,101,102,125,125,44,75,101,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,88,101,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,99,97,112,116,105,111,110,115,47,67,97,112,116,105,111,110,46,118,117,101,34,59,118,97,114,32,90,101,61,70,116,40,123,99,111,109,112,111,110,101,110,116,115,58,123,67,97,112,116,105,111,110,58,88,101,46,101,120,112,111,114,116,115,125,44,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,99,97,112,116,105,111,110,115,58,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,112,114,111,112,115,46,99,97,112,116,105,111,110,115,125,125,125,44,89,101,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,90,101,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,99,97,112,116,105,111,110,115,47,67,97,112,116,105,111,110,115,46,118,117,101,34,59,118,97,114,32,74,101,61,90,101,46,101,120,112,111,114,116,115,44,81,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,101,61,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,59,114,101,116,117,114,110,32,101,40,34,100,105,118,34,44,123,114,101,102,58,34,114,101,102,34,44,99,108,97,115,115,58,116,104,105,115,46,99,108,97,115,115,78,97,109,101,125,44,91,101,40,34,84,104,117,109,98,115,67,117,114,115,111,114,101,114,34,44,123,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,125,125,41,44,116,104,105,115,46,95,118,40,34,32,34,41,44,101,40,34,84,104,117,109,98,115,73,110,110,101,114,34,44,123,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,125,125,41,44,116,104,105,115,46,95,118,40,34,32,34,41,44,116,104,105,115,46,97,114,101,84,104,117,109,98,115,76,111,97,100,105,110,103,63,101,40,34,76,111,97,100,101,114,34,44,123,97,116,116,114,115,58,123,116,101,115,116,73,100,58,34,116,104,117,109,98,115,45,108,111,97,100,101,114,34,44,34,97,100,100,105,116,105,111,110,97,108,45,99,108,97,115,115,45,110,97,109,101,34,58,34,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,115,45,108,111,97,100,101,114,34,125,125,41,58,116,104,105,115,46,95,101,40,41,93,44,49,41,125,59,81,101,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,116,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,101,61,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,59,114,101,116,117,114,110,32,116,104,105,115,46,105,115,84,104,117,109,98,115,67,117,114,115,111,114,101,114,83,104,111,119,110,63,101,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,115,45,99,117,114,115,111,114,101,114,32,102,115,108,105,103,104,116,98,111,120,45,102,117,108,108,45,100,105,109,101,110,115,105,111,110,32,102,115,108,105,103,104,116,98,111,120,45,97,98,115,111,108,117,116,101,100,34,125,41,58,116,104,105,115,46,95,101,40,41,125,59,116,110,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,101,110,61,70,116,40,123,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,105,115,84,104,117,109,98,115,67,117,114,115,111,114,101,114,83,104,111,119,110,58,33,49,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,59,101,46,115,104,111,119,84,104,117,109,98,115,67,117,114,115,111,114,101,114,73,102,78,111,116,89,101,116,61,102,117,110,99,116,105,111,110,40,41,123,116,46,105,115,84,104,117,109,98,115,67,117,114,115,111,114,101,114,83,104,111,119,110,124,124,40,116,46,105,115,84,104,117,109,98,115,67,117,114,115,111,114,101,114,83,104,111,119,110,61,33,48,41,125,44,101,46,104,105,100,101,84,104,117,109,98,115,67,117,114,115,111,114,101,114,61,102,117,110,99,116,105,111,110,40,41,123,116,46,105,115,84,104,117,109,98,115,67,117,114,115,111,114,101,114,83,104,111,119,110,61,33,49,125,125,125,44,116,110,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,101,110,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,116,104,117,109,98,115,47,84,104,117,109,98,115,67,117,114,115,111,114,101,114,46,118,117,101,34,59,118,97,114,32,110,110,61,101,110,46,101,120,112,111,114,116,115,44,114,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,114,101,102,58,34,114,101,102,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,115,45,105,110,110,101,114,34,44,97,116,116,114,115,58,123,34,100,97,116,97,45,116,101,115,116,45,105,100,34,58,34,116,104,117,109,98,115,45,105,110,110,101,114,34,125,125,44,116,46,95,108,40,116,46,99,104,105,108,100,114,101,110,44,40,102,117,110,99,116,105,111,110,40,101,44,114,41,123,114,101,116,117,114,110,32,101,63,110,40,101,46,99,111,109,112,111,110,101,110,116,44,116,46,95,98,40,123,107,101,121,58,114,44,116,97,103,58,34,99,111,109,112,111,110,101,110,116,34,44,97,116,116,114,115,58,123,34,102,115,45,108,105,103,104,116,98,111,120,45,105,110,100,101,120,34,58,116,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,125,125,44,34,99,111,109,112,111,110,101,110,116,34,44,101,46,112,114,111,112,115,44,33,49,41,41,58,116,46,95,101,40,41,125,41,41,44,49,41,125,59,114,110,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,111,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,101,61,116,104,105,115,46,95,115,101,108,102,46,95,99,124,124,116,59,114,101,116,117,114,110,32,101,40,34,100,105,118,34,44,123,114,101,102,58,34,116,104,117,109,98,45,119,114,97,112,112,101,114,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,45,105,110,118,97,108,105,100,32,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,45,119,114,97,112,112,101,114,34,125,44,91,101,40,34,100,105,118,34,44,123,114,101,102,58,34,116,104,117,109,98,34,44,99,108,97,115,115,58,116,104,105,115,46,116,104,117,109,98,67,108,97,115,115,78,97,109,101,125,44,91,101,40,34,83,118,103,101,114,34,44,123,97,116,116,114,115,58,123,119,105,100,116,104,58,34,50,50,112,120,34,44,104,101,105,103,104,116,58,34,50,50,112,120,34,44,34,118,105,101,119,45,98,111,120,34,58,34,48,32,48,32,51,48,32,51,48,34,44,100,58,34,77,49,53,44,51,67,56,46,51,55,51,44,51,44,51,44,56,46,51,55,51,44,51,44,49,53,99,48,44,54,46,54,50,55,44,53,46,51,55,51,44,49,50,44,49,50,44,49,50,115,49,50,45,53,46,51,55,51,44,49,50,45,49,50,67,50,55,44,56,46,51,55,51,44,50,49,46,54,50,55,44,51,44,49,53,44,51,122,32,77,49,54,46,50,49,50,44,56,108,45,48,46,50,44,57,104,45,50,46,48,50,52,108,45,48,46,50,45,57,32,72,49,54,46,50,49,50,122,32,77,49,53,46,48,48,51,44,50,50,46,49,56,57,99,45,48,46,56,50,56,44,48,45,49,46,51,50,51,45,48,46,52,52,49,45,49,46,51,50,51,45,49,46,49,56,50,99,48,45,48,46,55,53,53,44,48,46,52,57,52,45,49,46,49,57,54,44,49,46,51,50,51,45,49,46,49,57,54,99,48,46,56,50,50,44,48,44,49,46,51,49,54,44,48,46,52,52,49,44,49,46,51,49,54,44,49,46,49,57,54,32,67,49,54,46,51,49,57,44,50,49,46,55,52,56,44,49,53,46,56,50,53,44,50,50,46,49,56,57,44,49,53,46,48,48,51,44,50,50,46,49,56,57,122,34,125,125,41,93,44,49,41,93,41,125,59,111,110,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,97,110,61,70,116,40,123,99,111,109,112,111,110,101,110,116,115,58,123,83,118,103,101,114,58,82,116,125,44,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,44,105,58,78,117,109,98,101,114,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,123,116,104,117,109,98,67,108,97,115,115,78,97,109,101,58,34,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,32,102,115,108,105,103,104,116,98,111,120,45,102,108,101,120,45,99,101,110,116,101,114,101,100,34,125,59,114,101,116,117,114,110,32,116,104,105,115,46,105,61,61,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,115,116,97,103,101,73,110,100,101,120,101,115,46,99,117,114,114,101,110,116,38,38,40,116,46,116,104,117,109,98,67,108,97,115,115,78,97,109,101,43,61,34,32,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,45,97,99,116,105,118,101,34,41,44,116,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,44,101,61,116,46,99,111,114,101,46,116,104,117,109,98,76,111,97,100,72,97,110,100,108,101,114,46,104,97,110,100,108,101,76,111,97,100,44,110,61,116,46,101,108,101,109,101,110,116,115,44,114,61,110,46,116,104,117,109,98,115,87,114,97,112,112,101,114,115,44,105,61,110,46,116,104,117,109,98,115,59,114,91,116,104,105,115,46,105,93,61,116,104,105,115,46,36,114,101,102,115,91,34,116,104,117,109,98,45,119,114,97,112,112,101,114,34,93,44,105,91,116,104,105,115,46,105,93,61,116,104,105,115,46,36,114,101,102,115,46,116,104,117,109,98,44,101,40,41,125,125,44,111,110,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,97,110,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,116,104,117,109,98,115,47,73,110,118,97,108,105,100,84,104,117,109,98,46,118,117,101,34,59,118,97,114,32,115,110,61,97,110,46,101,120,112,111,114,116,115,44,99,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,114,101,102,58,34,116,104,117,109,98,45,119,114,97,112,112,101,114,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,45,119,114,97,112,112,101,114,34,125,44,91,116,46,116,104,117,109,98,73,99,111,110,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,45,119,114,97,112,112,101,114,45,100,97,114,107,101,110,101,114,34,125,41,58,116,46,95,101,40,41,44,116,46,95,118,40,34,32,34,41,44,116,46,116,104,117,109,98,73,99,111,110,63,110,40,116,46,116,104,117,109,98,73,99,111,110,46,99,111,109,112,111,110,101,110,116,44,116,46,95,98,40,123,116,97,103,58,34,99,111,109,112,111,110,101,110,116,34,125,44,34,99,111,109,112,111,110,101,110,116,34,44,116,46,116,104,117,109,98,73,99,111,110,46,99,111,109,112,111,110,101,110,116,80,114,111,112,115,44,33,49,41,41,58,116,46,95,101,40,41,44,116,46,95,118,40,34,32,34,41,44,110,40,34,105,109,103,34,44,123,114,101,102,58,34,116,104,117,109,98,34,44,99,108,97,115,115,58,116,46,116,104,117,109,98,67,108,97,115,115,78,97,109,101,44,97,116,116,114,115,58,123,115,114,99,58,116,46,115,114,99,44,97,108,116,58,116,46,115,114,99,125,44,111,110,58,123,108,111,97,100,58,116,46,111,110,76,111,97,100,125,125,41,93,44,49,41,125,59,99,110,46,95,119,105,116,104,83,116,114,105,112,112,101,100,61,33,48,59,118,97,114,32,117,110,61,70,116,40,123,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,44,105,58,78,117,109,98,101,114,44,115,114,99,58,83,116,114,105,110,103,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,44,101,61,116,46,99,111,114,101,46,116,104,117,109,98,76,111,97,100,72,97,110,100,108,101,114,46,104,97,110,100,108,101,76,111,97,100,44,110,61,116,46,112,114,111,112,115,46,116,104,117,109,98,115,73,99,111,110,115,44,114,61,116,46,115,116,97,103,101,73,110,100,101,120,101,115,44,105,61,123,116,104,117,109,98,73,99,111,110,58,110,117,108,108,125,44,111,61,110,38,38,110,91,116,104,105,115,46,105,93,59,114,101,116,117,114,110,32,111,38,38,40,105,46,116,104,117,109,98,73,99,111,110,61,103,101,40,111,41,41,44,105,46,111,110,76,111,97,100,61,101,44,105,46,116,104,117,109,98,67,108,97,115,115,78,97,109,101,61,34,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,34,44,116,104,105,115,46,105,61,61,61,114,46,99,117,114,114,101,110,116,38,38,40,105,46,116,104,117,109,98,67,108,97,115,115,78,97,109,101,43,61,34,32,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,45,97,99,116,105,118,101,34,41,44,105,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,101,108,101,109,101,110,116,115,44,101,61,116,46,116,104,117,109,98,115,87,114,97,112,112,101,114,115,44,110,61,116,46,116,104,117,109,98,115,59,101,91,116,104,105,115,46,105,93,61,116,104,105,115,46,36,114,101,102,115,91,34,116,104,117,109,98,45,119,114,97,112,112,101,114,34,93,44,110,91,116,104,105,115,46,105,93,61,116,104,105,115,46,36,114,101,102,115,46,116,104,117,109,98,125,125,44,99,110,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,117,110,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,116,104,117,109,98,115,47,84,104,117,109,98,46,118,117,101,34,59,118,97,114,32,108,110,61,117,110,46,101,120,112,111,114,116,115,44,102,110,61,70,116,40,123,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,125,44,99,111,109,112,111,110,101,110,116,115,58,123,76,111,97,100,101,114,58,84,101,44,84,104,117,109,98,58,108,110,44,73,110,118,97,108,105,100,84,104,117,109,98,58,115,110,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,99,104,105,108,100,114,101,110,58,116,104,105,115,46,103,101,116,67,104,105,108,100,114,101,110,40,41,46,115,108,105,99,101,40,41,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,46,117,112,100,97,116,101,84,104,117,109,98,115,73,110,110,101,114,61,102,117,110,99,116,105,111,110,40,41,123,116,46,99,104,105,108,100,114,101,110,61,116,46,103,101,116,67,104,105,108,100,114,101,110,40,41,46,115,108,105,99,101,40,41,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,44,101,61,116,46,99,111,114,101,46,116,104,117,109,98,115,83,119,105,112,105,110,103,68,111,119,110,46,108,105,115,116,101,110,101,114,59,116,46,101,108,101,109,101,110,116,115,46,116,104,117,109,98,115,73,110,110,101,114,61,116,104,105,115,46,36,114,101,102,115,46,114,101,102,59,118,97,114,32,110,61,110,101,119,32,65,101,59,116,104,105,115,46,36,114,101,102,115,46,114,101,102,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,109,111,117,115,101,100,111,119,110,34,44,110,46,103,101,116,77,111,117,115,101,68,111,119,110,76,105,115,116,101,110,101,114,70,117,110,99,40,101,41,41,44,116,104,105,115,46,36,114,101,102,115,46,114,101,102,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,116,111,117,99,104,115,116,97,114,116,34,44,110,46,103,101,116,84,111,117,99,104,83,116,97,114,116,76,105,115,116,101,110,101,114,70,111,114,70,117,110,99,40,101,41,41,125,44,109,101,116,104,111,100,115,58,123,103,101,116,67,104,105,108,100,114,101,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,101,108,101,109,101,110,116,115,46,116,104,117,109,98,115,80,114,111,112,101,100,67,111,109,112,111,110,101,110,116,115,125,125,125,44,114,110,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,102,110,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,116,104,117,109,98,115,47,84,104,117,109,98,115,73,110,110,101,114,46,118,117,101,34,59,118,97,114,32,104,110,61,70,116,40,123,99,111,109,112,111,110,101,110,116,115,58,123,76,111,97,100,101,114,58,84,101,44,84,104,117,109,98,115,73,110,110,101,114,58,102,110,46,101,120,112,111,114,116,115,44,84,104,117,109,98,115,67,117,114,115,111,114,101,114,58,110,110,125,44,112,114,111,112,115,58,123,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,58,78,117,109,98,101,114,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,123,97,114,101,84,104,117,109,98,115,76,111,97,100,105,110,103,58,33,48,44,99,108,97,115,115,78,97,109,101,58,34,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,115,34,125,59,114,101,116,117,114,110,32,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,100,97,116,97,46,105,115,84,104,117,109,98,105,110,103,38,38,40,116,46,99,108,97,115,115,78,97,109,101,43,61,34,32,102,115,108,105,103,104,116,98,111,120,45,116,104,117,109,98,115,45,97,99,116,105,118,101,34,41,44,116,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,101,108,101,109,101,110,116,115,46,116,104,117,109,98,115,67,111,110,116,97,105,110,101,114,61,116,104,105,115,46,36,114,101,102,115,46,114,101,102,44,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,46,104,105,100,101,84,104,117,109,98,115,76,111,97,100,101,114,61,102,117,110,99,116,105,111,110,40,41,123,116,46,97,114,101,84,104,117,109,98,115,76,111,97,100,105,110,103,61,33,49,125,125,125,44,81,101,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,104,110,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,99,111,109,112,111,110,101,110,116,115,47,116,104,117,109,98,115,47,84,104,117,109,98,115,46,118,117,101,34,59,118,97,114,32,100,110,61,104,110,46,101,120,112,111,114,116,115,44,112,110,61,70,116,40,123,112,114,111,112,115,58,123,116,111,103,103,108,101,114,58,66,111,111,108,101,97,110,44,115,111,117,114,99,101,115,58,65,114,114,97,121,44,105,110,105,116,105,97,108,65,110,105,109,97,116,105,111,110,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,104,125,44,115,108,105,100,101,67,104,97,110,103,101,65,110,105,109,97,116,105,111,110,58,123,116,121,112,101,58,83,116,114,105,110,103,44,100,101,102,97,117,108,116,58,108,125,44,99,97,112,116,105,111,110,115,58,65,114,114,97,121,44,111,110,79,112,101,110,58,70,117,110,99,116,105,111,110,44,111,110,67,108,111,115,101,58,70,117,110,99,116,105,111,110,44,111,110,73,110,105,116,58,70,117,110,99,116,105,111,110,44,111,110,83,104,111,119,58,70,117,110,99,116,105,111,110,44,111,110,83,108,105,100,101,67,104,97,110,103,101,58,70,117,110,99,116,105,111,110,44,115,108,105,100,101,58,78,117,109,98,101,114,44,115,111,117,114,99,101,58,83,116,114,105,110,103,44,115,111,117,114,99,101,73,110,100,101,120,58,78,117,109,98,101,114,44,99,117,115,116,111,109,65,116,116,114,105,98,117,116,101,115,58,65,114,114,97,121,44,109,97,120,89,111,117,116,117,98,101,86,105,100,101,111,68,105,109,101,110,115,105,111,110,115,58,79,98,106,101,99,116,44,115,108,105,100,101,66,117,116,116,111,110,115,58,79,98,106,101,99,116,44,116,111,111,108,98,97,114,66,117,116,116,111,110,115,58,79,98,106,101,99,116,44,100,105,115,97,98,108,101,76,111,99,97,108,83,116,111,114,97,103,101,58,66,111,111,108,101,97,110,44,116,121,112,101,115,58,65,114,114,97,121,44,116,121,112,101,58,83,116,114,105,110,103,44,116,104,117,109,98,115,58,65,114,114,97,121,44,100,105,115,97,98,108,101,84,104,117,109,98,115,58,66,111,111,108,101,97,110,44,115,104,111,119,84,104,117,109,98,115,79,110,77,111,117,110,116,58,66,111,111,108,101,97,110,44,116,104,117,109,98,115,73,99,111,110,115,58,65,114,114,97,121,44,99,117,115,116,111,109,84,111,111,108,98,97,114,66,117,116,116,111,110,115,58,65,114,114,97,121,44,101,120,105,116,70,117,108,108,115,99,114,101,101,110,79,110,67,108,111,115,101,58,66,111,111,108,101,97,110,44,108,111,97,100,79,110,108,121,67,117,114,114,101,110,116,83,111,117,114,99,101,58,66,111,111,108,101,97,110,44,111,112,101,110,79,110,77,111,117,110,116,58,66,111,111,108,101,97,110,44,115,108,105,100,101,68,105,115,116,97,110,99,101,58,123,116,121,112,101,58,78,117,109,98,101,114,44,100,101,102,97,117,108,116,58,46,51,125,44,115,108,105,100,101,115,104,111,119,84,105,109,101,58,123,116,121,112,101,58,78,117,109,98,101,114,44,100,101,102,97,117,108,116,58,56,101,51,125,44,85,73,70,97,100,101,79,117,116,84,105,109,101,58,123,116,121,112,101,58,78,117,109,98,101,114,44,100,101,102,97,117,108,116,58,56,101,51,125,44,122,111,111,109,73,110,99,114,101,109,101,110,116,58,123,116,121,112,101,58,78,117,109,98,101,114,44,100,101,102,97,117,108,116,58,46,50,53,125,125,44,99,111,109,112,111,110,101,110,116,115,58,123,84,104,117,109,98,115,58,100,110,44,67,97,112,116,105,111,110,115,58,74,101,44,78,97,118,101,114,58,101,101,44,83,108,105,100,101,66,117,116,116,111,110,115,58,82,101,44,83,108,105,100,101,115,104,111,119,66,97,114,58,87,101,44,83,108,105,100,101,83,119,105,112,105,110,103,72,111,118,101,114,101,114,58,86,101,44,83,111,117,114,99,101,87,114,97,112,112,101,114,115,67,111,110,116,97,105,110,101,114,58,76,101,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,105,115,79,112,101,110,58,33,49,44,102,115,76,105,103,104,116,98,111,120,83,116,111,114,101,58,107,125,125,44,119,97,116,99,104,58,123,115,108,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,99,111,114,101,46,108,105,103,104,116,98,111,120,85,112,100,97,116,101,114,46,104,97,110,100,108,101,83,108,105,100,101,80,114,111,112,40,41,125,44,115,111,117,114,99,101,73,110,100,101,120,58,102,117,110,99,116,105,111,110,40,41,123,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,99,111,114,101,46,108,105,103,104,116,98,111,120,85,112,100,97,116,101,114,46,104,97,110,100,108,101,83,108,105,100,101,80,114,111,112,40,41,125,44,115,111,117,114,99,101,58,102,117,110,99,116,105,111,110,40,41,123,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,99,111,114,101,46,108,105,103,104,116,98,111,120,85,112,100,97,116,101,114,46,104,97,110,100,108,101,83,108,105,100,101,80,114,111,112,40,41,125,44,116,111,103,103,108,101,114,58,102,117,110,99,116,105,111,110,40,41,123,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,99,111,114,101,46,108,105,103,104,116,98,111,120,85,112,100,97,116,101,114,46,104,97,110,100,108,101,83,108,105,100,101,80,114,111,112,40,41,44,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,99,111,114,101,46,108,105,103,104,116,98,111,120,85,112,100,97,116,101,114,46,104,97,110,100,108,101,84,111,103,103,108,101,114,85,112,100,97,116,101,40,41,125,125,44,99,114,101,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,61,107,46,112,117,115,104,40,110,101,119,32,65,116,40,116,104,105,115,41,41,45,49,59,118,97,114,32,101,61,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,99,111,109,112,111,110,101,110,116,115,83,101,114,118,105,99,101,115,46,105,115,76,105,103,104,116,98,111,120,79,112,101,110,77,97,110,97,103,101,114,59,101,46,103,101,116,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,105,115,79,112,101,110,125,44,101,46,115,101,116,61,102,117,110,99,116,105,111,110,40,101,44,110,41,123,116,46,105,115,79,112,101,110,61,101,44,110,38,38,40,116,46,117,112,100,97,116,101,100,67,97,108,108,98,97,99,107,61,110,41,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,101,108,101,109,101,110,116,115,46,99,111,110,116,97,105,110,101,114,61,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,97,105,110,101,114,44,71,101,40,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,41,125,44,117,112,100,97,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,107,91,116,104,105,115,46,102,115,76,105,103,104,116,98,111,120,73,110,100,101,120,93,46,101,108,101,109,101,110,116,115,46,99,111,110,116,97,105,110,101,114,61,116,104,105,115,46,36,114,101,102,115,46,99,111,110,116,97,105,110,101,114,44,116,104,105,115,46,117,112,100,97,116,101,100,67,97,108,108,98,97,99,107,38,38,116,104,105,115,46,117,112,100,97,116,101,100,67,97,108,108,98,97,99,107,40,41,44,116,104,105,115,46,117,112,100,97,116,101,100,67,97,108,108,98,97,99,107,61,110,117,108,108,125,125,44,114,44,91,93,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,59,112,110,46,111,112,116,105,111,110,115,46,95,95,102,105,108,101,61,34,115,114,99,47,70,115,76,105,103,104,116,98,111,120,46,118,117,101,34,59,118,97,114,32,118,110,61,112,110,46,101,120,112,111,114,116,115,59,101,46,100,101,102,97,117,108,116,61,118,110,125,93,41,125,44,101,49,54,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,53,49,51,53,34,41,44,105,61,110,40,34,55,98,48,98,34,41,44,111,61,110,40,34,102,55,55,50,34,41,44,97,61,110,40,34,101,49,55,55,34,41,44,115,61,111,40,34,73,69,95,80,82,79,84,79,34,41,44,99,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,59,116,46,101,120,112,111,114,116,115,61,97,63,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,105,40,116,41,44,114,40,116,44,115,41,63,116,91,115,93,58,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,116,46,99,111,110,115,116,114,117,99,116,111,114,38,38,116,32,105,110,115,116,97,110,99,101,111,102,32,116,46,99,111,110,115,116,114,117,99,116,111,114,63,116,46,99,111,110,115,116,114,117,99,116,111,114,46,112,114,111,116,111,116,121,112,101,58,116,32,105,110,115,116,97,110,99,101,111,102,32,79,98,106,101,99,116,63,99,58,110,117,108,108,125,125,44,101,49,55,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,98,53,48,54,34,41,59,114,40,114,46,83,43,114,46,70,42,40,78,117,109,98,101,114,46,112,97,114,115,101,70,108,111,97,116,33,61,105,41,44,34,78,117,109,98,101,114,34,44,123,112,97,114,115,101,70,108,111,97,116,58,105,125,41,125,44,101,49,55,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,48,51,57,34,41,59,116,46,101,120,112,111,114,116,115,61,33,114,40,40,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,41,123,125,114,101,116,117,114,110,32,116,46,112,114,111,116,111,116,121,112,101,46,99,111,110,115,116,114,117,99,116,111,114,61,110,117,108,108,44,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,110,101,119,32,116,41,33,61,61,116,46,112,114,111,116,111,116,121,112,101,125,41,41,125,44,101,49,97,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,52,50,101,101,34,41,44,105,61,110,40,34,53,56,100,49,34,41,44,111,61,110,40,34,57,98,48,99,34,41,44,97,61,110,40,34,101,53,98,99,34,41,59,110,40,34,101,98,99,97,34,41,40,34,109,97,116,99,104,34,44,49,44,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,115,41,123,114,101,116,117,114,110,91,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,116,40,116,104,105,115,41,44,105,61,118,111,105,100,32,48,61,61,110,63,118,111,105,100,32,48,58,110,91,101,93,59,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,61,105,63,105,46,99,97,108,108,40,110,44,114,41,58,110,101,119,32,82,101,103,69,120,112,40,110,41,91,101,93,40,83,116,114,105,110,103,40,114,41,41,125,44,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,115,40,110,44,116,44,116,104,105,115,41,59,105,102,40,101,46,100,111,110,101,41,114,101,116,117,114,110,32,101,46,118,97,108,117,101,59,118,97,114,32,99,61,114,40,116,41,44,117,61,83,116,114,105,110,103,40,116,104,105,115,41,59,105,102,40,33,99,46,103,108,111,98,97,108,41,114,101,116,117,114,110,32,97,40,99,44,117,41,59,118,97,114,32,108,61,99,46,117,110,105,99,111,100,101,59,99,46,108,97,115,116,73,110,100,101,120,61,48,59,118,97,114,32,102,44,104,61,91,93,44,100,61,48,59,119,104,105,108,101,40,110,117,108,108,33,61,61,40,102,61,97,40,99,44,117,41,41,41,123,118,97,114,32,112,61,83,116,114,105,110,103,40,102,91,48,93,41,59,104,91,100,93,61,112,44,34,34,61,61,61,112,38,38,40,99,46,108,97,115,116,73,110,100,101,120,61,111,40,117,44,105,40,99,46,108,97,115,116,73,110,100,101,120,41,44,108,41,41,44,100,43,43,125,114,101,116,117,114,110,32,48,61,61,61,100,63,110,117,108,108,58,104,125,93,125,41,41,125,44,101,50,52,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,110,40,34,100,98,99,53,34,41,40,34,65,114,114,97,121,34,41,125,44,101,50,54,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,102,99,54,97,34,41,44,105,61,110,40,34,52,52,100,50,34,41,44,111,61,110,40,34,51,102,56,99,34,41,44,97,61,110,40,34,54,57,102,51,34,41,44,115,61,110,40,34,55,100,100,48,34,41,44,99,61,34,65,114,114,97,121,32,73,116,101,114,97,116,111,114,34,44,117,61,97,46,115,101,116,44,108,61,97,46,103,101,116,116,101,114,70,111,114,40,99,41,59,116,46,101,120,112,111,114,116,115,61,115,40,65,114,114,97,121,44,34,65,114,114,97,121,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,117,40,116,104,105,115,44,123,116,121,112,101,58,99,44,116,97,114,103,101,116,58,114,40,116,41,44,105,110,100,101,120,58,48,44,107,105,110,100,58,101,125,41,125,41,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,108,40,116,104,105,115,41,44,101,61,116,46,116,97,114,103,101,116,44,110,61,116,46,107,105,110,100,44,114,61,116,46,105,110,100,101,120,43,43,59,114,101,116,117,114,110,33,101,124,124,114,62,61,101,46,108,101,110,103,116,104,63,40,116,46,116,97,114,103,101,116,61,118,111,105,100,32,48,44,123,118,97,108,117,101,58,118,111,105,100,32,48,44,100,111,110,101,58,33,48,125,41,58,34,107,101,121,115,34,61,61,110,63,123,118,97,108,117,101,58,114,44,100,111,110,101,58,33,49,125,58,34,118,97,108,117,101,115,34,61,61,110,63,123,118,97,108,117,101,58,101,91,114,93,44,100,111,110,101,58,33,49,125,58,123,118,97,108,117,101,58,91,114,44,101,91,114,93,93,44,100,111,110,101,58,33,49,125,125,41,44,34,118,97,108,117,101,115,34,41,44,111,46,65,114,103,117,109,101,110,116,115,61,111,46,65,114,114,97,121,44,105,40,34,107,101,121,115,34,41,44,105,40,34,118,97,108,117,101,115,34,41,44,105,40,34,101,110,116,114,105,101,115,34,41,125,44,101,50,98,48,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,118,111,105,100,32,48,61,61,61,110,59,115,119,105,116,99,104,40,101,46,108,101,110,103,116,104,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,114,63,116,40,41,58,116,46,99,97,108,108,40,110,41,59,99,97,115,101,32,49,58,114,101,116,117,114,110,32,114,63,116,40,101,91,48,93,41,58,116,46,99,97,108,108,40,110,44,101,91,48,93,41,59,99,97,115,101,32,50,58,114,101,116,117,114,110,32,114,63,116,40,101,91,48,93,44,101,91,49,93,41,58,116,46,99,97,108,108,40,110,44,101,91,48,93,44,101,91,49,93,41,59,99,97,115,101,32,51,58,114,101,116,117,114,110,32,114,63,116,40,101,91,48,93,44,101,91,49,93,44,101,91,50,93,41,58,116,46,99,97,108,108,40,110,44,101,91,48,93,44,101,91,49,93,44,101,91,50,93,41,59,99,97,115,101,32,52,58,114,101,116,117,114,110,32,114,63,116,40,101,91,48,93,44,101,91,49,93,44,101,91,50,93,44,101,91,51,93,41,58,116,46,99,97,108,108,40,110,44,101,91,48,93,44,101,91,49,93,44,101,91,50,93,44,101,91,51,93,41,125,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,110,44,101,41,125,125,44,101,50,99,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,54,101,101,98,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,102,111,114,40,118,97,114,32,105,32,105,110,32,101,41,114,40,116,44,105,44,101,91,105,93,44,110,41,59,114,101,116,117,114,110,32,116,125,125,44,101,52,51,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,100,48,51,57,34,41,44,111,61,110,40,34,102,99,54,97,34,41,44,97,61,110,40,34,48,54,99,102,34,41,46,102,44,115,61,110,40,34,56,51,97,98,34,41,44,99,61,105,40,40,102,117,110,99,116,105,111,110,40,41,123,97,40,49,41,125,41,41,44,117,61,33,115,124,124,99,59,114,40,123,116,97,114,103,101,116,58,34,79,98,106,101,99,116,34,44,115,116,97,116,58,33,48,44,102,111,114,99,101,100,58,117,44,115,104,97,109,58,33,115,125,44,123,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,97,40,111,40,116,41,44,101,41,125,125,41,125,44,101,53,51,56,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,98,54,50,50,34,41,59,101,46,102,61,114,125,44,101,53,98,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,101,56,54,48,34,41,44,105,61,82,101,103,69,120,112,46,112,114,111,116,111,116,121,112,101,46,101,120,101,99,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,101,120,101,99,59,105,102,40,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,110,41,123,118,97,114,32,111,61,110,46,99,97,108,108,40,116,44,101,41,59,105,102,40,34,111,98,106,101,99,116,34,33,61,61,116,121,112,101,111,102,32,111,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,82,101,103,69,120,112,32,101,120,101,99,32,109,101,116,104,111,100,32,114,101,116,117,114,110,101,100,32,115,111,109,101,116,104,105,110,103,32,111,116,104,101,114,32,116,104,97,110,32,97,110,32,79,98,106,101,99,116,32,111,114,32,110,117,108,108,34,41,59,114,101,116,117,114,110,32,111,125,105,102,40,34,82,101,103,69,120,112,34,33,61,61,114,40,116,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,82,101,103,69,120,112,35,101,120,101,99,32,99,97,108,108,101,100,32,111,110,32,105,110,99,111,109,112,97,116,105,98,108,101,32,114,101,99,101,105,118,101,114,34,41,59,114,101,116,117,114,110,32,105,46,99,97,108,108,40,116,44,101,41,125,125,44,101,53,100,97,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,51,55,102,102,34,41,44,111,61,110,40,34,49,98,102,98,34,41,59,114,40,114,46,80,43,114,46,70,42,110,40,34,98,52,54,48,34,41,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,110,101,119,32,68,97,116,101,40,78,97,78,41,46,116,111,74,83,79,78,40,41,124,124,49,33,61,61,68,97,116,101,46,112,114,111,116,111,116,121,112,101,46,116,111,74,83,79,78,46,99,97,108,108,40,123,116,111,73,83,79,83,116,114,105,110,103,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,49,125,125,41,125,41,41,44,34,68,97,116,101,34,44,123,116,111,74,83,79,78,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,105,40,116,104,105,115,41,44,110,61,111,40,101,41,59,114,101,116,117,114,110,34,110,117,109,98,101,114,34,33,61,116,121,112,101,111,102,32,110,124,124,105,115,70,105,110,105,116,101,40,110,41,63,101,46,116,111,73,83,79,83,116,114,105,110,103,40,41,58,110,117,108,108,125,125,41,125,44,101,54,48,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,98,100,52,55,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,102,111,114,40,118,97,114,32,105,32,105,110,32,101,41,114,40,116,44,105,44,101,91,105,93,44,110,41,59,114,101,116,117,114,110,32,116,125,125,44,101,54,54,55,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,116,114,121,123,114,101,116,117,114,110,123,101,114,114,111,114,58,33,49,44,118,97,108,117,101,58,116,40,41,125,125,99,97,116,99,104,40,101,114,114,111,114,41,123,114,101,116,117,114,110,123,101,114,114,111,114,58,33,48,44,118,97,108,117,101,58,101,114,114,111,114,125,125,125,125,44,101,54,56,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,63,116,46,114,101,112,108,97,99,101,40,47,92,47,43,36,47,44,34,34,41,43,34,47,34,43,101,46,114,101,112,108,97,99,101,40,47,94,92,47,43,47,44,34,34,41,58,116,125,125,44,101,54,98,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,77,97,116,104,46,105,109,117,108,59,114,40,114,46,83,43,114,46,70,42,110,40,34,98,52,54,48,34,41,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,45,53,33,61,105,40,52,50,57,52,57,54,55,50,57,53,44,53,41,124,124,50,33,61,105,46,108,101,110,103,116,104,125,41,41,44,34,77,97,116,104,34,44,123,105,109,117,108,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,54,53,53,51,53,44,114,61,43,116,44,105,61,43,101,44,111,61,110,38,114,44,97,61,110,38,105,59,114,101,116,117,114,110,32,48,124,111,42,97,43,40,40,110,38,114,62,62,62,49,54,41,42,97,43,111,42,40,110,38,105,62,62,62,49,54,41,60,60,49,54,62,62,62,48,41,125,125,41,125,44,101,54,99,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,44,105,44,111,44,97,44,115,61,110,40,34,50,51,101,55,34,41,44,99,61,110,40,34,99,52,51,48,34,41,44,117,61,110,40,34,100,97,56,52,34,41,44,108,61,110,40,34,100,48,54,54,34,41,44,102,61,110,40,34,102,101,97,57,34,41,44,104,61,110,40,34,54,101,101,98,34,41,44,100,61,110,40,34,101,50,99,99,34,41,44,112,61,110,40,34,100,50,98,98,34,41,44,118,61,110,40,34,100,52,52,101,34,41,44,103,61,110,40,34,50,54,50,54,34,41,44,109,61,110,40,34,56,54,49,100,34,41,44,98,61,110,40,34,49,99,48,98,34,41,44,121,61,110,40,34,49,57,97,97,34,41,44,119,61,110,40,34,56,57,50,53,34,41,44,95,61,110,40,34,50,50,54,54,34,41,44,120,61,110,40,34,49,99,55,101,34,41,44,79,61,110,40,34,52,56,52,48,34,41,44,83,61,110,40,34,50,99,102,52,34,41,46,115,101,116,44,107,61,110,40,34,98,53,55,53,34,41,44,67,61,110,40,34,99,100,102,57,100,34,41,44,80,61,110,40,34,52,52,100,101,34,41,44,84,61,110,40,34,102,48,54,57,34,41,44,106,61,110,40,34,101,54,54,55,34,41,44,69,61,110,40,34,54,57,102,51,34,41,44,65,61,110,40,34,57,52,99,97,34,41,44,68,61,110,40,34,98,54,50,50,34,41,44,76,61,110,40,34,54,48,54,57,34,41,44,77,61,110,40,34,54,48,53,100,34,41,44,73,61,110,40,34,50,100,48,48,34,41,44,36,61,68,40,34,115,112,101,99,105,101,115,34,41,44,70,61,34,80,114,111,109,105,115,101,34,44,66,61,69,46,103,101,116,44,82,61,69,46,115,101,116,44,78,61,69,46,103,101,116,116,101,114,70,111,114,40,70,41,44,122,61,102,38,38,102,46,112,114,111,116,111,116,121,112,101,44,86,61,102,44,72,61,122,44,85,61,117,46,84,121,112,101,69,114,114,111,114,44,87,61,117,46,100,111,99,117,109,101,110,116,44,113,61,117,46,112,114,111,99,101,115,115,44,71,61,84,46,102,44,89,61,71,44,75,61,33,33,40,87,38,38,87,46,99,114,101,97,116,101,69,118,101,110,116,38,38,117,46,100,105,115,112,97,116,99,104,69,118,101,110,116,41,44,88,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,80,114,111,109,105,115,101,82,101,106,101,99,116,105,111,110,69,118,101,110,116,44,90,61,34,117,110,104,97,110,100,108,101,100,114,101,106,101,99,116,105,111,110,34,44,74,61,34,114,101,106,101,99,116,105,111,110,104,97,110,100,108,101,100,34,44,81,61,48,44,116,116,61,49,44,101,116,61,50,44,110,116,61,49,44,114,116,61,50,44,105,116,61,33,49,44,111,116,61,65,40,70,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,119,40,86,41,33,61,61,83,116,114,105,110,103,40,86,41,59,105,102,40,33,116,38,38,54,54,61,61,61,73,41,114,101,116,117,114,110,33,48,59,105,102,40,99,38,38,33,72,91,34,102,105,110,97,108,108,121,34,93,41,114,101,116,117,114,110,33,48,59,105,102,40,73,62,61,53,49,38,38,47,110,97,116,105,118,101,32,99,111,100,101,47,46,116,101,115,116,40,86,41,41,114,101,116,117,114,110,33,49,59,118,97,114,32,101,61,110,101,119,32,86,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,40,49,41,125,41,41,44,110,61,102,117,110,99,116,105,111,110,40,116,41,123,116,40,40,102,117,110,99,116,105,111,110,40,41,123,125,41,44,40,102,117,110,99,116,105,111,110,40,41,123,125,41,41,125,44,114,61,101,46,99,111,110,115,116,114,117,99,116,111,114,61,123,125,59,114,101,116,117,114,110,32,114,91,36,93,61,110,44,105,116,61,101,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,125,41,41,105,110,115,116,97,110,99,101,111,102,32,110,44,33,105,116,124,124,33,116,38,38,76,38,38,33,88,125,41,41,44,97,116,61,111,116,124,124,33,120,40,40,102,117,110,99,116,105,111,110,40,116,41,123,86,46,97,108,108,40,116,41,91,34,99,97,116,99,104,34,93,40,40,102,117,110,99,116,105,111,110,40,41,123,125,41,41,125,41,41,44,115,116,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,59,114,101,116,117,114,110,33,40,33,109,40,116,41,124,124,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,40,101,61,116,46,116,104,101,110,41,41,38,38,101,125,44,99,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,116,46,110,111,116,105,102,105,101,100,41,123,116,46,110,111,116,105,102,105,101,100,61,33,48,59,118,97,114,32,110,61,116,46,114,101,97,99,116,105,111,110,115,59,107,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,114,61,116,46,118,97,108,117,101,44,105,61,116,46,115,116,97,116,101,61,61,116,116,44,111,61,48,59,119,104,105,108,101,40,110,46,108,101,110,103,116,104,62,111,41,123,118,97,114,32,97,44,115,44,99,44,117,61,110,91,111,43,43,93,44,108,61,105,63,117,46,111,107,58,117,46,102,97,105,108,44,102,61,117,46,114,101,115,111,108,118,101,44,104,61,117,46,114,101,106,101,99,116,44,100,61,117,46,100,111,109,97,105,110,59,116,114,121,123,108,63,40,105,124,124,40,116,46,114,101,106,101,99,116,105,111,110,61,61,61,114,116,38,38,104,116,40,116,41,44,116,46,114,101,106,101,99,116,105,111,110,61,110,116,41,44,33,48,61,61,61,108,63,97,61,114,58,40,100,38,38,100,46,101,110,116,101,114,40,41,44,97,61,108,40,114,41,44,100,38,38,40,100,46,101,120,105,116,40,41,44,99,61,33,48,41,41,44,97,61,61,61,117,46,112,114,111,109,105,115,101,63,104,40,85,40,34,80,114,111,109,105,115,101,45,99,104,97,105,110,32,99,121,99,108,101,34,41,41,58,40,115,61,115,116,40,97,41,41,63,115,46,99,97,108,108,40,97,44,102,44,104,41,58,102,40,97,41,41,58,104,40,114,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,100,38,38,33,99,38,38,100,46,101,120,105,116,40,41,44,104,40,101,114,114,111,114,41,125,125,116,46,114,101,97,99,116,105,111,110,115,61,91,93,44,116,46,110,111,116,105,102,105,101,100,61,33,49,44,101,38,38,33,116,46,114,101,106,101,99,116,105,111,110,38,38,108,116,40,116,41,125,41,41,125,125,44,117,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,59,75,63,40,114,61,87,46,99,114,101,97,116,101,69,118,101,110,116,40,34,69,118,101,110,116,34,41,44,114,46,112,114,111,109,105,115,101,61,101,44,114,46,114,101,97,115,111,110,61,110,44,114,46,105,110,105,116,69,118,101,110,116,40,116,44,33,49,44,33,48,41,44,117,46,100,105,115,112,97,116,99,104,69,118,101,110,116,40,114,41,41,58,114,61,123,112,114,111,109,105,115,101,58,101,44,114,101,97,115,111,110,58,110,125,44,33,88,38,38,40,105,61,117,91,34,111,110,34,43,116,93,41,63,105,40,114,41,58,116,61,61,61,90,38,38,80,40,34,85,110,104,97,110,100,108,101,100,32,112,114,111,109,105,115,101,32,114,101,106,101,99,116,105,111,110,34,44,110,41,125,44,108,116,61,102,117,110,99,116,105,111,110,40,116,41,123,83,46,99,97,108,108,40,117,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,44,110,61,116,46,102,97,99,97,100,101,44,114,61,116,46,118,97,108,117,101,44,105,61,102,116,40,116,41,59,105,102,40,105,38,38,40,101,61,106,40,40,102,117,110,99,116,105,111,110,40,41,123,77,63,113,46,101,109,105,116,40,34,117,110,104,97,110,100,108,101,100,82,101,106,101,99,116,105,111,110,34,44,114,44,110,41,58,117,116,40,90,44,110,44,114,41,125,41,41,44,116,46,114,101,106,101,99,116,105,111,110,61,77,124,124,102,116,40,116,41,63,114,116,58,110,116,44,101,46,101,114,114,111,114,41,41,116,104,114,111,119,32,101,46,118,97,108,117,101,125,41,41,125,44,102,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,106,101,99,116,105,111,110,33,61,61,110,116,38,38,33,116,46,112,97,114,101,110,116,125,44,104,116,61,102,117,110,99,116,105,111,110,40,116,41,123,83,46,99,97,108,108,40,117,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,116,46,102,97,99,97,100,101,59,77,63,113,46,101,109,105,116,40,34,114,101,106,101,99,116,105,111,110,72,97,110,100,108,101,100,34,44,101,41,58,117,116,40,74,44,101,44,116,46,118,97,108,117,101,41,125,41,41,125,44,100,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,114,41,123,116,40,101,44,114,44,110,41,125,125,44,112,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,100,111,110,101,124,124,40,116,46,100,111,110,101,61,33,48,44,110,38,38,40,116,61,110,41,44,116,46,118,97,108,117,101,61,101,44,116,46,115,116,97,116,101,61,101,116,44,99,116,40,116,44,33,48,41,41,125,44,118,116,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,33,116,46,100,111,110,101,41,123,116,46,100,111,110,101,61,33,48,44,110,38,38,40,116,61,110,41,59,116,114,121,123,105,102,40,116,46,102,97,99,97,100,101,61,61,61,101,41,116,104,114,111,119,32,85,40,34,80,114,111,109,105,115,101,32,99,97,110,39,116,32,98,101,32,114,101,115,111,108,118,101,100,32,105,116,115,101,108,102,34,41,59,118,97,114,32,114,61,115,116,40,101,41,59,114,63,107,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,61,123,100,111,110,101,58,33,49,125,59,116,114,121,123,114,46,99,97,108,108,40,101,44,100,116,40,118,116,44,110,44,116,41,44,100,116,40,112,116,44,110,44,116,41,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,112,116,40,110,44,101,114,114,111,114,44,116,41,125,125,41,41,58,40,116,46,118,97,108,117,101,61,101,44,116,46,115,116,97,116,101,61,116,116,44,99,116,40,116,44,33,49,41,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,112,116,40,123,100,111,110,101,58,33,49,125,44,101,114,114,111,114,44,116,41,125,125,125,59,105,102,40,111,116,38,38,40,86,61,102,117,110,99,116,105,111,110,40,116,41,123,121,40,116,104,105,115,44,86,44,70,41,44,98,40,116,41,44,114,46,99,97,108,108,40,116,104,105,115,41,59,118,97,114,32,101,61,66,40,116,104,105,115,41,59,116,114,121,123,116,40,100,116,40,118,116,44,101,41,44,100,116,40,112,116,44,101,41,41,125,99,97,116,99,104,40,101,114,114,111,114,41,123,112,116,40,101,44,101,114,114,111,114,41,125,125,44,72,61,86,46,112,114,111,116,111,116,121,112,101,44,114,61,102,117,110,99,116,105,111,110,40,116,41,123,82,40,116,104,105,115,44,123,116,121,112,101,58,70,44,100,111,110,101,58,33,49,44,110,111,116,105,102,105,101,100,58,33,49,44,112,97,114,101,110,116,58,33,49,44,114,101,97,99,116,105,111,110,115,58,91,93,44,114,101,106,101,99,116,105,111,110,58,33,49,44,115,116,97,116,101,58,81,44,118,97,108,117,101,58,118,111,105,100,32,48,125,41,125,44,114,46,112,114,111,116,111,116,121,112,101,61,100,40,72,44,123,116,104,101,110,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,78,40,116,104,105,115,41,44,114,61,71,40,79,40,116,104,105,115,44,86,41,41,59,114,101,116,117,114,110,32,114,46,111,107,61,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,116,124,124,116,44,114,46,102,97,105,108,61,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,101,38,38,101,44,114,46,100,111,109,97,105,110,61,77,63,113,46,100,111,109,97,105,110,58,118,111,105,100,32,48,44,110,46,112,97,114,101,110,116,61,33,48,44,110,46,114,101,97,99,116,105,111,110,115,46,112,117,115,104,40,114,41,44,110,46,115,116,97,116,101,33,61,81,38,38,99,116,40,110,44,33,49,41,44,114,46,112,114,111,109,105,115,101,125,44,99,97,116,99,104,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,116,104,101,110,40,118,111,105,100,32,48,44,116,41,125,125,41,44,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,110,101,119,32,114,44,101,61,66,40,116,41,59,116,104,105,115,46,112,114,111,109,105,115,101,61,116,44,116,104,105,115,46,114,101,115,111,108,118,101,61,100,116,40,118,116,44,101,41,44,116,104,105,115,46,114,101,106,101,99,116,61,100,116,40,112,116,44,101,41,125,44,84,46,102,61,71,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,61,61,86,124,124,116,61,61,61,111,63,110,101,119,32,105,40,116,41,58,89,40,116,41,125,44,33,99,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,102,38,38,122,33,61,61,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,41,41,123,97,61,122,46,116,104,101,110,44,105,116,124,124,40,104,40,122,44,34,116,104,101,110,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,114,101,116,117,114,110,32,110,101,119,32,86,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,97,46,99,97,108,108,40,110,44,116,44,101,41,125,41,41,46,116,104,101,110,40,116,44,101,41,125,41,44,123,117,110,115,97,102,101,58,33,48,125,41,44,104,40,122,44,34,99,97,116,99,104,34,44,72,91,34,99,97,116,99,104,34,93,44,123,117,110,115,97,102,101,58,33,48,125,41,41,59,116,114,121,123,100,101,108,101,116,101,32,122,46,99,111,110,115,116,114,117,99,116,111,114,125,99,97,116,99,104,40,101,114,114,111,114,41,123,125,112,38,38,112,40,122,44,72,41,125,115,40,123,103,108,111,98,97,108,58,33,48,44,119,114,97,112,58,33,48,44,102,111,114,99,101,100,58,111,116,125,44,123,80,114,111,109,105,115,101,58,86,125,41,44,118,40,86,44,70,44,33,49,44,33,48,41,44,103,40,70,41,44,111,61,108,40,70,41,44,115,40,123,116,97,114,103,101,116,58,70,44,115,116,97,116,58,33,48,44,102,111,114,99,101,100,58,111,116,125,44,123,114,101,106,101,99,116,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,71,40,116,104,105,115,41,59,114,101,116,117,114,110,32,101,46,114,101,106,101,99,116,46,99,97,108,108,40,118,111,105,100,32,48,44,116,41,44,101,46,112,114,111,109,105,115,101,125,125,41,44,115,40,123,116,97,114,103,101,116,58,70,44,115,116,97,116,58,33,48,44,102,111,114,99,101,100,58,99,124,124,111,116,125,44,123,114,101,115,111,108,118,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,67,40,99,38,38,116,104,105,115,61,61,61,111,63,86,58,116,104,105,115,44,116,41,125,125,41,44,115,40,123,116,97,114,103,101,116,58,70,44,115,116,97,116,58,33,48,44,102,111,114,99,101,100,58,97,116,125,44,123,97,108,108,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,71,40,101,41,44,114,61,110,46,114,101,115,111,108,118,101,44,105,61,110,46,114,101,106,101,99,116,44,111,61,106,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,110,61,98,40,101,46,114,101,115,111,108,118,101,41,44,111,61,91,93,44,97,61,48,44,115,61,49,59,95,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,99,61,97,43,43,44,117,61,33,49,59,111,46,112,117,115,104,40,118,111,105,100,32,48,41,44,115,43,43,44,110,46,99,97,108,108,40,101,44,116,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,117,124,124,40,117,61,33,48,44,111,91,99,93,61,116,44,45,45,115,124,124,114,40,111,41,41,125,41,44,105,41,125,41,41,44,45,45,115,124,124,114,40,111,41,125,41,41,59,114,101,116,117,114,110,32,111,46,101,114,114,111,114,38,38,105,40,111,46,118,97,108,117,101,41,44,110,46,112,114,111,109,105,115,101,125,44,114,97,99,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,71,40,101,41,44,114,61,110,46,114,101,106,101,99,116,44,105,61,106,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,105,61,98,40,101,46,114,101,115,111,108,118,101,41,59,95,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,105,46,99,97,108,108,40,101,44,116,41,46,116,104,101,110,40,110,46,114,101,115,111,108,118,101,44,114,41,125,41,41,125,41,41,59,114,101,116,117,114,110,32,105,46,101,114,114,111,114,38,38,114,40,105,46,118,97,108,117,101,41,44,110,46,112,114,111,109,105,115,101,125,125,41,125,44,101,55,57,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,56,51,54,54,34,41,59,118,97,114,32,114,61,105,40,110,40,34,49,100,57,102,34,41,41,59,102,117,110,99,116,105,111,110,32,105,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,116,58,123,100,101,102,97,117,108,116,58,116,125,125,114,91,34,100,101,102,97,117,108,116,34,93,46,95,98,97,98,101,108,80,111,108,121,102,105,108,108,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,99,111,110,115,111,108,101,38,38,99,111,110,115,111,108,101,46,119,97,114,110,38,38,99,111,110,115,111,108,101,46,119,97,114,110,40,34,64,98,97,98,101,108,47,112,111,108,121,102,105,108,108,32,105,115,32,108,111,97,100,101,100,32,109,111,114,101,32,116,104,97,110,32,111,110,99,101,32,111,110,32,116,104,105,115,32,112,97,103,101,46,32,84,104,105,115,32,105,115,32,112,114,111,98,97,98,108,121,32,110,111,116,32,100,101,115,105,114,97,98,108,101,47,105,110,116,101,110,100,101,100,32,97,110,100,32,109,97,121,32,104,97,118,101,32,99,111,110,115,101,113,117,101,110,99,101,115,32,105,102,32,100,105,102,102,101,114,101,110,116,32,118,101,114,115,105,111,110,115,32,111,102,32,116,104,101,32,112,111,108,121,102,105,108,108,115,32,97,114,101,32,97,112,112,108,105,101,100,32,115,101,113,117,101,110,116,105,97,108,108,121,46,32,73,102,32,121,111,117,32,100,111,32,110,101,101,100,32,116,111,32,108,111,97,100,32,116,104,101,32,112,111,108,121,102,105,108,108,32,109,111,114,101,32,116,104,97,110,32,111,110,99,101,44,32,117,115,101,32,64,98,97,98,101,108,47,112,111,108,121,102,105,108,108,47,110,111,67,111,110,102,108,105,99,116,32,105,110,115,116,101,97,100,32,116,111,32,98,121,112,97,115,115,32,116,104,101,32,119,97,114,110,105,110,103,46,34,41,44,114,91,34,100,101,102,97,117,108,116,34,93,46,95,98,97,98,101,108,80,111,108,121,102,105,108,108,61,33,48,125,44,101,56,54,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,102,97,53,34,41,44,105,61,110,40,34,57,51,51,54,34,41,40,34,116,111,83,116,114,105,110,103,84,97,103,34,41,44,111,61,34,65,114,103,117,109,101,110,116,115,34,61,61,114,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,125,40,41,41,44,97,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,114,121,123,114,101,116,117,114,110,32,116,91,101,93,125,99,97,116,99,104,40,110,41,123,125,125,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,115,59,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,63,34,85,110,100,101,102,105,110,101,100,34,58,110,117,108,108,61,61,61,116,63,34,78,117,108,108,34,58,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,40,110,61,97,40,101,61,79,98,106,101,99,116,40,116,41,44,105,41,41,63,110,58,111,63,114,40,101,41,58,34,79,98,106,101,99,116,34,61,61,40,115,61,114,40,101,41,41,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,101,46,99,97,108,108,101,101,63,34,65,114,103,117,109,101,110,116,115,34,58,115,125,125,44,101,56,57,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,53,49,51,53,34,41,44,105,61,110,40,34,53,54,101,102,34,41,44,111,61,110,40,34,48,54,99,102,34,41,44,97,61,110,40,34,57,98,102,50,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,105,40,101,41,44,115,61,97,46,102,44,99,61,111,46,102,44,117,61,48,59,117,60,110,46,108,101,110,103,116,104,59,117,43,43,41,123,118,97,114,32,108,61,110,91,117,93,59,114,40,116,44,108,41,124,124,115,40,116,44,108,44,99,40,101,44,108,41,41,125,125,125,44,101,56,98,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,54,98,54,34,41,59,116,46,101,120,112,111,114,116,115,61,65,114,114,97,121,46,105,115,65,114,114,97,121,124,124,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,65,114,114,97,121,34,61,61,114,40,116,41,125,125,44,101,57,53,97,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,98,54,50,50,34,41,44,105,61,110,40,34,51,102,56,99,34,41,44,111,61,114,40,34,105,116,101,114,97,116,111,114,34,41,44,97,61,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,33,61,61,116,38,38,40,105,46,65,114,114,97,121,61,61,61,116,124,124,97,91,111,93,61,61,61,116,41,125,125,44,101,97,48,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,57,97,50,55,34,41,44,105,61,110,40,34,49,53,52,98,34,41,44,111,61,110,40,34,99,101,98,54,34,41,44,97,61,110,40,34,49,98,102,98,34,41,44,115,61,110,40,34,55,101,51,51,34,41,44,99,61,110,40,34,101,97,50,56,34,41,44,117,61,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,59,101,46,102,61,110,40,34,54,55,51,57,34,41,63,117,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,116,61,111,40,116,41,44,101,61,97,40,101,44,33,48,41,44,99,41,116,114,121,123,114,101,116,117,114,110,32,117,40,116,44,101,41,125,99,97,116,99,104,40,110,41,123,125,105,102,40,115,40,116,44,101,41,41,114,101,116,117,114,110,32,105,40,33,114,46,102,46,99,97,108,108,40,116,44,101,41,44,116,91,101,93,41,125,125,44,101,97,50,56,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,33,110,40,34,54,55,51,57,34,41,38,38,33,110,40,34,98,52,54,48,34,41,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,33,61,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,110,40,34,50,53,53,49,34,41,40,34,100,105,118,34,41,44,34,97,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,125,125,41,46,97,125,41,41,125,44,101,97,57,98,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,53,53,97,34,41,44,105,61,110,40,34,56,56,55,99,34,41,44,111,61,110,40,34,48,102,50,54,34,41,46,102,44,97,61,110,40,34,57,57,51,98,34,41,46,102,44,115,61,110,40,34,49,54,57,97,34,41,44,99,61,110,40,34,99,54,54,57,34,41,44,117,61,114,46,82,101,103,69,120,112,44,108,61,117,44,102,61,117,46,112,114,111,116,111,116,121,112,101,44,104,61,47,97,47,103,44,100,61,47,97,47,103,44,112,61,110,101,119,32,117,40,104,41,33,61,61,104,59,105,102,40,110,40,34,54,55,51,57,34,41,38,38,40,33,112,124,124,110,40,34,98,52,54,48,34,41,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,100,91,110,40,34,57,51,51,54,34,41,40,34,109,97,116,99,104,34,41,93,61,33,49,44,117,40,104,41,33,61,104,124,124,117,40,100,41,61,61,100,124,124,34,47,97,47,105,34,33,61,117,40,104,44,34,105,34,41,125,41,41,41,41,123,117,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,32,105,110,115,116,97,110,99,101,111,102,32,117,44,114,61,115,40,116,41,44,111,61,118,111,105,100,32,48,61,61,61,101,59,114,101,116,117,114,110,33,110,38,38,114,38,38,116,46,99,111,110,115,116,114,117,99,116,111,114,61,61,61,117,38,38,111,63,116,58,105,40,112,63,110,101,119,32,108,40,114,38,38,33,111,63,116,46,115,111,117,114,99,101,58,116,44,101,41,58,108,40,40,114,61,116,32,105,110,115,116,97,110,99,101,111,102,32,117,41,63,116,46,115,111,117,114,99,101,58,116,44,114,38,38,111,63,99,46,99,97,108,108,40,116,41,58,101,41,44,110,63,116,104,105,115,58,102,44,117,41,125,59,102,111,114,40,118,97,114,32,118,61,102,117,110,99,116,105,111,110,40,116,41,123,116,32,105,110,32,117,124,124,111,40,117,44,116,44,123,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,108,91,116,93,125,44,115,101,116,58,102,117,110,99,116,105,111,110,40,101,41,123,108,91,116,93,61,101,125,125,41,125,44,103,61,97,40,108,41,44,109,61,48,59,103,46,108,101,110,103,116,104,62,109,59,41,118,40,103,91,109,43,43,93,41,59,102,46,99,111,110,115,116,114,117,99,116,111,114,61,117,44,117,46,112,114,111,116,111,116,121,112,101,61,102,44,110,40,34,98,100,52,55,34,41,40,114,44,34,82,101,103,69,120,112,34,44,117,41,125,110,40,34,100,98,99,53,34,41,40,34,82,101,103,69,120,112,34,41,125,44,101,97,102,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,54,53,101,53,34,41,44,111,61,110,40,34,51,55,102,102,34,41,44,97,61,110,40,34,53,56,100,49,34,41,44,115,61,110,40,34,55,52,56,48,34,41,44,99,61,110,40,34,49,48,99,102,34,41,59,114,40,114,46,80,44,34,65,114,114,97,121,34,44,123,102,108,97,116,77,97,112,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,61,111,40,116,104,105,115,41,59,114,101,116,117,114,110,32,115,40,116,41,44,101,61,97,40,114,46,108,101,110,103,116,104,41,44,110,61,99,40,114,44,48,41,44,105,40,110,44,114,44,114,44,101,44,48,44,49,44,116,44,97,114,103,117,109,101,110,116,115,91,49,93,41,44,110,125,125,41,44,110,40,34,55,54,55,49,34,41,40,34,102,108,97,116,77,97,112,34,41,125,44,101,98,99,97,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,51,97,56,57,34,41,59,118,97,114,32,114,61,110,40,34,98,100,52,55,34,41,44,105,61,110,40,34,99,51,102,97,34,41,44,111,61,110,40,34,98,52,54,48,34,41,44,97,61,110,40,34,54,55,52,52,34,41,44,115,61,110,40,34,57,51,51,54,34,41,44,99,61,110,40,34,49,50,99,49,34,41,44,117,61,115,40,34,115,112,101,99,105,101,115,34,41,44,108,61,33,111,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,47,46,47,59,114,101,116,117,114,110,32,116,46,101,120,101,99,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,114,101,116,117,114,110,32,116,46,103,114,111,117,112,115,61,123,97,58,34,55,34,125,44,116,125,44,34,55,34,33,61,61,34,34,46,114,101,112,108,97,99,101,40,116,44,34,36,60,97,62,34,41,125,41,41,44,102,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,47,40,63,58,41,47,44,101,61,116,46,101,120,101,99,59,116,46,101,120,101,99,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,59,118,97,114,32,110,61,34,97,98,34,46,115,112,108,105,116,40,116,41,59,114,101,116,117,114,110,32,50,61,61,61,110,46,108,101,110,103,116,104,38,38,34,97,34,61,61,61,110,91,48,93,38,38,34,98,34,61,61,61,110,91,49,93,125,40,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,104,61,115,40,116,41,44,100,61,33,111,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,123,125,59,114,101,116,117,114,110,32,101,91,104,93,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,55,125,44,55,33,61,34,34,91,116,93,40,101,41,125,41,41,44,112,61,100,63,33,111,40,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,33,49,44,110,61,47,97,47,59,114,101,116,117,114,110,32,110,46,101,120,101,99,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,101,61,33,48,44,110,117,108,108,125,44,34,115,112,108,105,116,34,61,61,61,116,38,38,40,110,46,99,111,110,115,116,114,117,99,116,111,114,61,123,125,44,110,46,99,111,110,115,116,114,117,99,116,111,114,91,117,93,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,125,41,44,110,91,104,93,40,34,34,41,44,33,101,125,41,41,58,118,111,105,100,32,48,59,105,102,40,33,100,124,124,33,112,124,124,34,114,101,112,108,97,99,101,34,61,61,61,116,38,38,33,108,124,124,34,115,112,108,105,116,34,61,61,61,116,38,38,33,102,41,123,118,97,114,32,118,61,47,46,47,91,104,93,44,103,61,110,40,97,44,104,44,34,34,91,116,93,44,40,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,114,44,105,41,123,114,101,116,117,114,110,32,101,46,101,120,101,99,61,61,61,99,63,100,38,38,33,105,63,123,100,111,110,101,58,33,48,44,118,97,108,117,101,58,118,46,99,97,108,108,40,101,44,110,44,114,41,125,58,123,100,111,110,101,58,33,48,44,118,97,108,117,101,58,116,46,99,97,108,108,40,110,44,101,44,114,41,125,58,123,100,111,110,101,58,33,49,125,125,41,41,44,109,61,103,91,48,93,44,98,61,103,91,49,93,59,114,40,83,116,114,105,110,103,46,112,114,111,116,111,116,121,112,101,44,116,44,109,41,44,105,40,82,101,103,69,120,112,46,112,114,111,116,111,116,121,112,101,44,104,44,50,61,61,101,63,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,98,46,99,97,108,108,40,116,44,116,104,105,115,44,101,41,125,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,98,46,99,97,108,108,40,116,44,116,104,105,115,41,125,41,125,125,125,44,101,99,50,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,55,52,56,48,34,41,44,105,61,110,40,34,51,55,102,102,34,41,44,111,61,110,40,34,50,54,51,53,34,41,44,97,61,110,40,34,53,56,100,49,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,44,115,44,99,41,123,114,40,101,41,59,118,97,114,32,117,61,105,40,116,41,44,108,61,111,40,117,41,44,102,61,97,40,117,46,108,101,110,103,116,104,41,44,104,61,99,63,102,45,49,58,48,44,100,61,99,63,45,49,58,49,59,105,102,40,110,60,50,41,102,111,114,40,59,59,41,123,105,102,40,104,32,105,110,32,108,41,123,115,61,108,91,104,93,44,104,43,61,100,59,98,114,101,97,107,125,105,102,40,104,43,61,100,44,99,63,104,60,48,58,102,60,61,104,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,82,101,100,117,99,101,32,111,102,32,101,109,112,116,121,32,97,114,114,97,121,32,119,105,116,104,32,110,111,32,105,110,105,116,105,97,108,32,118,97,108,117,101,34,41,125,102,111,114,40,59,99,63,104,62,61,48,58,102,62,104,59,104,43,61,100,41,104,32,105,110,32,108,38,38,40,115,61,101,40,115,44,108,91,104,93,44,104,44,117,41,41,59,114,101,116,117,114,110,32,115,125,125,44,101,99,52,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,101,98,54,34,41,44,105,61,110,40,34,57,57,51,98,34,41,46,102,44,111,61,123,125,46,116,111,83,116,114,105,110,103,44,97,61,34,111,98,106,101,99,116,34,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,38,38,119,105,110,100,111,119,38,38,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,63,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,78,97,109,101,115,40,119,105,110,100,111,119,41,58,91,93,44,115,61,102,117,110,99,116,105,111,110,40,116,41,123,116,114,121,123,114,101,116,117,114,110,32,105,40,116,41,125,99,97,116,99,104,40,101,41,123,114,101,116,117,114,110,32,97,46,115,108,105,99,101,40,41,125,125,59,116,46,101,120,112,111,114,116,115,46,102,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,97,38,38,34,91,111,98,106,101,99,116,32,87,105,110,100,111,119,93,34,61,61,111,46,99,97,108,108,40,116,41,63,115,40,116,41,58,105,40,114,40,116,41,41,125,125,44,101,99,98,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,97,100,48,54,34,41,44,111,61,110,40,34,52,50,101,101,34,41,59,114,40,114,46,83,44,34,82,101,102,108,101,99,116,34,44,123,103,101,116,80,114,111,116,111,116,121,112,101,79,102,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,105,40,111,40,116,41,41,125,125,41,125,44,101,100,48,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,100,102,57,34,41,59,110,40,34,54,51,57,55,34,41,40,34,105,115,69,120,116,101,110,115,105,98,108,101,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,33,33,114,40,101,41,38,38,40,33,116,124,124,116,40,101,41,41,125,125,41,41,125,44,101,101,51,56,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,99,55,99,49,34,41,40,34,102,105,120,101,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,34,116,116,34,44,34,34,44,34,34,41,125,125,41,41,125,44,101,102,49,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,50,53,53,97,34,41,46,100,111,99,117,109,101,110,116,59,116,46,101,120,112,111,114,116,115,61,114,38,38,114,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,125,44,101,102,98,98,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,100,56,98,50,34,41,44,111,61,110,40,34,56,101,56,53,34,41,44,97,61,110,40,34,54,100,56,57,34,41,44,115,61,49,46,46,116,111,70,105,120,101,100,44,99,61,77,97,116,104,46,102,108,111,111,114,44,117,61,91,48,44,48,44,48,44,48,44,48,44,48,93,44,108,61,34,78,117,109,98,101,114,46,116,111,70,105,120,101,100,58,32,105,110,99,111,114,114,101,99,116,32,105,110,118,111,99,97,116,105,111,110,33,34,44,102,61,34,48,34,44,104,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,45,49,44,114,61,101,59,119,104,105,108,101,40,43,43,110,60,54,41,114,43,61,116,42,117,91,110,93,44,117,91,110,93,61,114,37,49,101,55,44,114,61,99,40,114,47,49,101,55,41,125,44,100,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,54,44,110,61,48,59,119,104,105,108,101,40,45,45,101,62,61,48,41,110,43,61,117,91,101,93,44,117,91,101,93,61,99,40,110,47,116,41,44,110,61,110,37,116,42,49,101,55,125,44,112,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,54,44,101,61,34,34,59,119,104,105,108,101,40,45,45,116,62,61,48,41,105,102,40,34,34,33,61,61,101,124,124,48,61,61,61,116,124,124,48,33,61,61,117,91,116,93,41,123,118,97,114,32,110,61,83,116,114,105,110,103,40,117,91,116,93,41,59,101,61,34,34,61,61,61,101,63,110,58,101,43,97,46,99,97,108,108,40,102,44,55,45,110,46,108,101,110,103,116,104,41,43,110,125,114,101,116,117,114,110,32,101,125,44,118,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,48,61,61,61,101,63,110,58,101,37,50,61,61,61,49,63,118,40,116,44,101,45,49,44,110,42,116,41,58,118,40,116,42,116,44,101,47,50,44,110,41,125,44,103,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,48,44,110,61,116,59,119,104,105,108,101,40,110,62,61,52,48,57,54,41,101,43,61,49,50,44,110,47,61,52,48,57,54,59,119,104,105,108,101,40,110,62,61,50,41,101,43,61,49,44,110,47,61,50,59,114,101,116,117,114,110,32,101,125,59,114,40,114,46,80,43,114,46,70,42,40,33,33,115,38,38,40,34,48,46,48,48,48,34,33,61,61,56,101,45,53,46,116,111,70,105,120,101,100,40,51,41,124,124,34,49,34,33,61,61,46,57,46,116,111,70,105,120,101,100,40,48,41,124,124,34,49,46,50,53,34,33,61,61,49,46,50,53,53,46,116,111,70,105,120,101,100,40,50,41,124,124,34,49,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,49,50,56,34,33,61,61,40,48,120,100,101,48,98,54,98,51,97,55,54,52,48,48,56,48,41,46,116,111,70,105,120,101,100,40,48,41,41,124,124,33,110,40,34,98,52,54,48,34,41,40,40,102,117,110,99,116,105,111,110,40,41,123,115,46,99,97,108,108,40,123,125,41,125,41,41,41,44,34,78,117,109,98,101,114,34,44,123,116,111,70,105,120,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,44,115,44,99,61,111,40,116,104,105,115,44,108,41,44,117,61,105,40,116,41,44,109,61,34,34,44,98,61,102,59,105,102,40,117,60,48,124,124,117,62,50,48,41,116,104,114,111,119,32,82,97,110,103,101,69,114,114,111,114,40,108,41,59,105,102,40,99,33,61,99,41,114,101,116,117,114,110,34,78,97,78,34,59,105,102,40,99,60,61,45,49,101,50,49,124,124,99,62,61,49,101,50,49,41,114,101,116,117,114,110,32,83,116,114,105,110,103,40,99,41,59,105,102,40,99,60,48,38,38,40,109,61,34,45,34,44,99,61,45,99,41,44,99,62,49,101,45,50,49,41,105,102,40,101,61,103,40,99,42,118,40,50,44,54,57,44,49,41,41,45,54,57,44,110,61,101,60,48,63,99,42,118,40,50,44,45,101,44,49,41,58,99,47,118,40,50,44,101,44,49,41,44,110,42,61,52,53,48,51,53,57,57,54,50,55,51,55,48,52,57,54,44,101,61,53,50,45,101,44,101,62,48,41,123,104,40,48,44,110,41,44,114,61,117,59,119,104,105,108,101,40,114,62,61,55,41,104,40,49,101,55,44,48,41,44,114,45,61,55,59,104,40,118,40,49,48,44,114,44,49,41,44,48,41,44,114,61,101,45,49,59,119,104,105,108,101,40,114,62,61,50,51,41,100,40,49,60,60,50,51,41,44,114,45,61,50,51,59,100,40,49,60,60,114,41,44,104,40,49,44,49,41,44,100,40,50,41,44,98,61,112,40,41,125,101,108,115,101,32,104,40,48,44,110,41,44,104,40,49,60,60,45,101,44,48,41,44,98,61,112,40,41,43,97,46,99,97,108,108,40,102,44,117,41,59,114,101,116,117,114,110,32,117,62,48,63,40,115,61,98,46,108,101,110,103,116,104,44,98,61,109,43,40,115,60,61,117,63,34,48,46,34,43,97,46,99,97,108,108,40,102,44,117,45,115,41,43,98,58,98,46,115,108,105,99,101,40,48,44,115,45,117,41,43,34,46,34,43,98,46,115,108,105,99,101,40,115,45,117,41,41,41,58,98,61,109,43,98,44,98,125,125,41,125,44,102,48,50,54,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,123,125,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,110,46,99,97,108,108,40,116,44,101,41,125,125,44,102,48,54,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,49,99,48,98,34,41,44,105,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,59,116,104,105,115,46,112,114,111,109,105,115,101,61,110,101,119,32,116,40,40,102,117,110,99,116,105,111,110,40,116,44,114,41,123,105,102,40,118,111,105,100,32,48,33,61,61,101,124,124,118,111,105,100,32,48,33,61,61,110,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,66,97,100,32,80,114,111,109,105,115,101,32,99,111,110,115,116,114,117,99,116,111,114,34,41,59,101,61,116,44,110,61,114,125,41,41,44,116,104,105,115,46,114,101,115,111,108,118,101,61,114,40,101,41,44,116,104,105,115,46,114,101,106,101,99,116,61,114,40,110,41,125,59,116,46,101,120,112,111,114,116,115,46,102,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,105,40,116,41,125,125,44,102,48,98,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,40,102,117,110,99,116,105,111,110,40,116,41,123,10,47,42,42,33,10,32,42,32,64,102,105,108,101,79,118,101,114,118,105,101,119,32,75,105,99,107,97,115,115,32,108,105,98,114,97,114,121,32,116,111,32,99,114,101,97,116,101,32,97,110,100,32,112,108,97,99,101,32,112,111,112,112,101,114,115,32,110,101,97,114,32,116,104,101,105,114,32,114,101,102,101,114,101,110,99,101,32,101,108,101,109,101,110,116,115,46,10,32,42,32,64,118,101,114,115,105,111,110,32,49,46,49,54,46,49,10,32,42,32,64,108,105,99,101,110,115,101,10,32,42,32,67,111,112,121,114,105,103,104,116,32,40,99,41,32,50,48,49,54,32,70,101,100,101,114,105,99,111,32,90,105,118,111,108,111,32,97,110,100,32,99,111,110,116,114,105,98,117,116,111,114,115,10,32,42,10,32,42,32,80,101,114,109,105,115,115,105,111,110,32,105,115,32,104,101,114,101,98,121,32,103,114,97,110,116,101,100,44,32,102,114,101,101,32,111,102,32,99,104,97,114,103,101,44,32,116,111,32,97,110,121,32,112,101,114,115,111,110,32,111,98,116,97,105,110,105,110,103,32,97,32,99,111,112,121,10,32,42,32,111,102,32,116,104,105,115,32,115,111,102,116,119,97,114,101,32,97,110,100,32,97,115,115,111,99,105,97,116,101,100,32,100,111,99,117,109,101,110,116,97,116,105,111,110,32,102,105,108,101,115,32,40,116,104,101,32,34,83,111,102,116,119,97,114,101,34,41,44,32,116,111,32,100,101,97,108,10,32,42,32,105,110,32,116,104,101,32,83,111,102,116,119,97,114,101,32,119,105,116,104,111,117,116,32,114,101,115,116,114,105,99,116,105,111,110,44,32,105,110,99,108,117,100,105,110,103,32,119,105,116,104,111,117,116,32,108,105,109,105,116,97,116,105,111,110,32,116,104,101,32,114,105,103,104,116,115,10,32,42,32,116,111,32,117,115,101,44,32,99,111,112,121,44,32,109,111,100,105,102,121,44,32,109,101,114,103,101,44,32,112,117,98,108,105,115,104,44,32,100,105,115,116,114,105,98,117,116,101,44,32,115,117,98,108,105,99,101,110,115,101,44,32,97,110,100,47,111,114,32,115,101,108,108,10,32,42,32,99,111,112,105,101,115,32,111,102,32,116,104,101,32,83,111,102,116,119,97,114,101,44,32,97,110,100,32,116,111,32,112,101,114,109,105,116,32,112,101,114,115,111,110,115,32,116,111,32,119,104,111,109,32,116,104,101,32,83,111,102,116,119,97,114,101,32,105,115,10,32,42,32,102,117,114,110,105,115,104,101,100,32,116,111,32,100,111,32,115,111,44,32,115,117,98,106,101,99,116,32,116,111,32,116,104,101,32,102,111,108,108,111,119,105,110,103,32,99,111,110,100,105,116,105,111,110,115,58,10,32,42,10,32,42,32,84,104,101,32,97,98,111,118,101,32,99,111,112,121,114,105,103,104,116,32,110,111,116,105,99,101,32,97,110,100,32,116,104,105,115,32,112,101,114,109,105,115,115,105,111,110,32,110,111,116,105,99,101,32,115,104,97,108,108,32,98,101,32,105,110,99,108,117,100,101,100,32,105,110,32,97,108,108,10,32,42,32,99,111,112,105,101,115,32,111,114,32,115,117,98,115,116,97,110,116,105,97,108,32,112,111,114,116,105,111,110,115,32,111,102,32,116,104,101,32,83,111,102,116,119,97,114,101,46,10,32,42,10,32,42,32,84,72,69,32,83,79,70,84,87,65,82,69,32,73,83,32,80,82,79,86,73,68,69,68,32,34,65,83,32,73,83,34,44,32,87,73,84,72,79,85,84,32,87,65,82,82,65,78,84,89,32,79,70,32,65,78,89,32,75,73,78,68,44,32,69,88,80,82,69,83,83,32,79,82,10,32,42,32,73,77,80,76,73,69,68,44,32,73,78,67,76,85,68,73,78,71,32,66,85,84,32,78,79,84,32,76,73,77,73,84,69,68,32,84,79,32,84,72,69,32,87,65,82,82,65,78,84,73,69,83,32,79,70,32,77,69,82,67,72,65,78,84,65,66,73,76,73,84,89,44,10,32,42,32,70,73,84,78,69,83,83,32,70,79,82,32,65,32,80,65,82,84,73,67,85,76,65,82,32,80,85,82,80,79,83,69,32,65,78,68,32,78,79,78,73,78,70,82,73,78,71,69,77,69,78,84,46,32,73,78,32,78,79,32,69,86,69,78,84,32,83,72,65,76,76,32,84,72,69,10,32,42,32,65,85,84,72,79,82,83,32,79,82,32,67,79,80,89,82,73,71,72,84,32,72,79,76,68,69,82,83,32,66,69,32,76,73,65,66,76,69,32,70,79,82,32,65,78,89,32,67,76,65,73,77,44,32,68,65,77,65,71,69,83,32,79,82,32,79,84,72,69,82,10,32,42,32,76,73,65,66,73,76,73,84,89,44,32,87,72,69,84,72,69,82,32,73,78,32,65,78,32,65,67,84,73,79,78,32,79,70,32,67,79,78,84,82,65,67,84,44,32,84,79,82,84,32,79,82,32,79,84,72,69,82,87,73,83,69,44,32,65,82,73,83,73,78,71,32,70,82,79,77,44,10,32,42,32,79,85,84,32,79,70,32,79,82,32,73,78,32,67,79,78,78,69,67,84,73,79,78,32,87,73,84,72,32,84,72,69,32,83,79,70,84,87,65,82,69,32,79,82,32,84,72,69,32,85,83,69,32,79,82,32,79,84,72,69,82,32,68,69,65,76,73,78,71,83,32,73,78,32,84,72,69,10,32,42,32,83,79,70,84,87,65,82,69,46,10,32,42,47,10,118,97,114,32,110,61,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,100,111,99,117,109,101,110,116,38,38,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,110,97,118,105,103,97,116,111,114,44,114,61,102,117,110,99,116,105,111,110,40,41,123,102,111,114,40,118,97,114,32,116,61,91,34,69,100,103,101,34,44,34,84,114,105,100,101,110,116,34,44,34,70,105,114,101,102,111,120,34,93,44,101,61,48,59,101,60,116,46,108,101,110,103,116,104,59,101,43,61,49,41,105,102,40,110,38,38,110,97,118,105,103,97,116,111,114,46,117,115,101,114,65,103,101,110,116,46,105,110,100,101,120,79,102,40,116,91,101,93,41,62,61,48,41,114,101,116,117,114,110,32,49,59,114,101,116,117,114,110,32,48,125,40,41,59,102,117,110,99,116,105,111,110,32,105,40,116,41,123,118,97,114,32,101,61,33,49,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,101,124,124,40,101,61,33,48,44,119,105,110,100,111,119,46,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,101,61,33,49,44,116,40,41,125,41,41,41,125,125,102,117,110,99,116,105,111,110,32,111,40,116,41,123,118,97,114,32,101,61,33,49,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,101,124,124,40,101,61,33,48,44,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,101,61,33,49,44,116,40,41,125,41,44,114,41,41,125,125,118,97,114,32,97,61,110,38,38,119,105,110,100,111,119,46,80,114,111,109,105,115,101,44,115,61,97,63,105,58,111,59,102,117,110,99,116,105,111,110,32,99,40,116,41,123,118,97,114,32,101,61,123,125,59,114,101,116,117,114,110,32,116,38,38,34,91,111,98,106,101,99,116,32,70,117,110,99,116,105,111,110,93,34,61,61,61,101,46,116,111,83,116,114,105,110,103,46,99,97,108,108,40,116,41,125,102,117,110,99,116,105,111,110,32,117,40,116,44,101,41,123,105,102,40,49,33,61,61,116,46,110,111,100,101,84,121,112,101,41,114,101,116,117,114,110,91,93,59,118,97,114,32,110,61,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,46,100,101,102,97,117,108,116,86,105,101,119,44,114,61,110,46,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,40,116,44,110,117,108,108,41,59,114,101,116,117,114,110,32,101,63,114,91,101,93,58,114,125,102,117,110,99,116,105,111,110,32,108,40,116,41,123,114,101,116,117,114,110,34,72,84,77,76,34,61,61,61,116,46,110,111,100,101,78,97,109,101,63,116,58,116,46,112,97,114,101,110,116,78,111,100,101,124,124,116,46,104,111,115,116,125,102,117,110,99,116,105,111,110,32,102,40,116,41,123,105,102,40,33,116,41,114,101,116,117,114,110,32,100,111,99,117,109,101,110,116,46,98,111,100,121,59,115,119,105,116,99,104,40,116,46,110,111,100,101,78,97,109,101,41,123,99,97,115,101,34,72,84,77,76,34,58,99,97,115,101,34,66,79,68,89,34,58,114,101,116,117,114,110,32,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,46,98,111,100,121,59,99,97,115,101,34,35,100,111,99,117,109,101,110,116,34,58,114,101,116,117,114,110,32,116,46,98,111,100,121,125,118,97,114,32,101,61,117,40,116,41,44,110,61,101,46,111,118,101,114,102,108,111,119,44,114,61,101,46,111,118,101,114,102,108,111,119,88,44,105,61,101,46,111,118,101,114,102,108,111,119,89,59,114,101,116,117,114,110,47,40,97,117,116,111,124,115,99,114,111,108,108,124,111,118,101,114,108,97,121,41,47,46,116,101,115,116,40,110,43,105,43,114,41,63,116,58,102,40,108,40,116,41,41,125,102,117,110,99,116,105,111,110,32,104,40,116,41,123,114,101,116,117,114,110,32,116,38,38,116,46,114,101,102,101,114,101,110,99,101,78,111,100,101,63,116,46,114,101,102,101,114,101,110,99,101,78,111,100,101,58,116,125,118,97,114,32,100,61,110,38,38,33,40,33,119,105,110,100,111,119,46,77,83,73,110,112,117,116,77,101,116,104,111,100,67,111,110,116,101,120,116,124,124,33,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,77,111,100,101,41,44,112,61,110,38,38,47,77,83,73,69,32,49,48,47,46,116,101,115,116,40,110,97,118,105,103,97,116,111,114,46,117,115,101,114,65,103,101,110,116,41,59,102,117,110,99,116,105,111,110,32,118,40,116,41,123,114,101,116,117,114,110,32,49,49,61,61,61,116,63,100,58,49,48,61,61,61,116,63,112,58,100,124,124,112,125,102,117,110,99,116,105,111,110,32,103,40,116,41,123,105,102,40,33,116,41,114,101,116,117,114,110,32,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,59,118,97,114,32,101,61,118,40,49,48,41,63,100,111,99,117,109,101,110,116,46,98,111,100,121,58,110,117,108,108,44,110,61,116,46,111,102,102,115,101,116,80,97,114,101,110,116,124,124,110,117,108,108,59,119,104,105,108,101,40,110,61,61,61,101,38,38,116,46,110,101,120,116,69,108,101,109,101,110,116,83,105,98,108,105,110,103,41,110,61,40,116,61,116,46,110,101,120,116,69,108,101,109,101,110,116,83,105,98,108,105,110,103,41,46,111,102,102,115,101,116,80,97,114,101,110,116,59,118,97,114,32,114,61,110,38,38,110,46,110,111,100,101,78,97,109,101,59,114,101,116,117,114,110,32,114,38,38,34,66,79,68,89,34,33,61,61,114,38,38,34,72,84,77,76,34,33,61,61,114,63,45,49,33,61,61,91,34,84,72,34,44,34,84,68,34,44,34,84,65,66,76,69,34,93,46,105,110,100,101,120,79,102,40,110,46,110,111,100,101,78,97,109,101,41,38,38,34,115,116,97,116,105,99,34,61,61,61,117,40,110,44,34,112,111,115,105,116,105,111,110,34,41,63,103,40,110,41,58,110,58,116,63,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,58,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,125,102,117,110,99,116,105,111,110,32,109,40,116,41,123,118,97,114,32,101,61,116,46,110,111,100,101,78,97,109,101,59,114,101,116,117,114,110,34,66,79,68,89,34,33,61,61,101,38,38,40,34,72,84,77,76,34,61,61,61,101,124,124,103,40,116,46,102,105,114,115,116,69,108,101,109,101,110,116,67,104,105,108,100,41,61,61,61,116,41,125,102,117,110,99,116,105,111,110,32,98,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,46,112,97,114,101,110,116,78,111,100,101,63,98,40,116,46,112,97,114,101,110,116,78,111,100,101,41,58,116,125,102,117,110,99,116,105,111,110,32,121,40,116,44,101,41,123,105,102,40,33,116,124,124,33,116,46,110,111,100,101,84,121,112,101,124,124,33,101,124,124,33,101,46,110,111,100,101,84,121,112,101,41,114,101,116,117,114,110,32,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,59,118,97,114,32,110,61,116,46,99,111,109,112,97,114,101,68,111,99,117,109,101,110,116,80,111,115,105,116,105,111,110,40,101,41,38,78,111,100,101,46,68,79,67,85,77,69,78,84,95,80,79,83,73,84,73,79,78,95,70,79,76,76,79,87,73,78,71,44,114,61,110,63,116,58,101,44,105,61,110,63,101,58,116,44,111,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,82,97,110,103,101,40,41,59,111,46,115,101,116,83,116,97,114,116,40,114,44,48,41,44,111,46,115,101,116,69,110,100,40,105,44,48,41,59,118,97,114,32,97,61,111,46,99,111,109,109,111,110,65,110,99,101,115,116,111,114,67,111,110,116,97,105,110,101,114,59,105,102,40,116,33,61,61,97,38,38,101,33,61,61,97,124,124,114,46,99,111,110,116,97,105,110,115,40,105,41,41,114,101,116,117,114,110,32,109,40,97,41,63,97,58,103,40,97,41,59,118,97,114,32,115,61,98,40,116,41,59,114,101,116,117,114,110,32,115,46,104,111,115,116,63,121,40,115,46,104,111,115,116,44,101,41,58,121,40,116,44,98,40,101,41,46,104,111,115,116,41,125,102,117,110,99,116,105,111,110,32,119,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,63,97,114,103,117,109,101,110,116,115,91,49,93,58,34,116,111,112,34,44,110,61,34,116,111,112,34,61,61,61,101,63,34,115,99,114,111,108,108,84,111,112,34,58,34,115,99,114,111,108,108,76,101,102,116,34,44,114,61,116,46,110,111,100,101,78,97,109,101,59,105,102,40,34,66,79,68,89,34,61,61,61,114,124,124,34,72,84,77,76,34,61,61,61,114,41,123,118,97,114,32,105,61,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,44,111,61,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,46,115,99,114,111,108,108,105,110,103,69,108,101,109,101,110,116,124,124,105,59,114,101,116,117,114,110,32,111,91,110,93,125,114,101,116,117,114,110,32,116,91,110,93,125,102,117,110,99,116,105,111,110,32,95,40,116,44,101,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,38,38,97,114,103,117,109,101,110,116,115,91,50,93,44,114,61,119,40,101,44,34,116,111,112,34,41,44,105,61,119,40,101,44,34,108,101,102,116,34,41,44,111,61,110,63,45,49,58,49,59,114,101,116,117,114,110,32,116,46,116,111,112,43,61,114,42,111,44,116,46,98,111,116,116,111,109,43,61,114,42,111,44,116,46,108,101,102,116,43,61,105,42,111,44,116,46,114,105,103,104,116,43,61,105,42,111,44,116,125,102,117,110,99,116,105,111,110,32,120,40,116,44,101,41,123,118,97,114,32,110,61,34,120,34,61,61,61,101,63,34,76,101,102,116,34,58,34,84,111,112,34,44,114,61,34,76,101,102,116,34,61,61,61,110,63,34,82,105,103,104,116,34,58,34,66,111,116,116,111,109,34,59,114,101,116,117,114,110,32,112,97,114,115,101,70,108,111,97,116,40,116,91,34,98,111,114,100,101,114,34,43,110,43,34,87,105,100,116,104,34,93,41,43,112,97,114,115,101,70,108,111,97,116,40,116,91,34,98,111,114,100,101,114,34,43,114,43,34,87,105,100,116,104,34,93,41,125,102,117,110,99,116,105,111,110,32,79,40,116,44,101,44,110,44,114,41,123,114,101,116,117,114,110,32,77,97,116,104,46,109,97,120,40,101,91,34,111,102,102,115,101,116,34,43,116,93,44,101,91,34,115,99,114,111,108,108,34,43,116,93,44,110,91,34,99,108,105,101,110,116,34,43,116,93,44,110,91,34,111,102,102,115,101,116,34,43,116,93,44,110,91,34,115,99,114,111,108,108,34,43,116,93,44,118,40,49,48,41,63,112,97,114,115,101,73,110,116,40,110,91,34,111,102,102,115,101,116,34,43,116,93,41,43,112,97,114,115,101,73,110,116,40,114,91,34,109,97,114,103,105,110,34,43,40,34,72,101,105,103,104,116,34,61,61,61,116,63,34,84,111,112,34,58,34,76,101,102,116,34,41,93,41,43,112,97,114,115,101,73,110,116,40,114,91,34,109,97,114,103,105,110,34,43,40,34,72,101,105,103,104,116,34,61,61,61,116,63,34,66,111,116,116,111,109,34,58,34,82,105,103,104,116,34,41,93,41,58,48,41,125,102,117,110,99,116,105,111,110,32,83,40,116,41,123,118,97,114,32,101,61,116,46,98,111,100,121,44,110,61,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,44,114,61,118,40,49,48,41,38,38,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,40,110,41,59,114,101,116,117,114,110,123,104,101,105,103,104,116,58,79,40,34,72,101,105,103,104,116,34,44,101,44,110,44,114,41,44,119,105,100,116,104,58,79,40,34,87,105,100,116,104,34,44,101,44,110,44,114,41,125,125,118,97,114,32,107,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,40,116,32,105,110,115,116,97,110,99,101,111,102,32,101,41,41,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,34,67,97,110,110,111,116,32,99,97,108,108,32,97,32,99,108,97,115,115,32,97,115,32,97,32,102,117,110,99,116,105,111,110,34,41,125,44,67,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,48,59,110,60,101,46,108,101,110,103,116,104,59,110,43,43,41,123,118,97,114,32,114,61,101,91,110,93,59,114,46,101,110,117,109,101,114,97,98,108,101,61,114,46,101,110,117,109,101,114,97,98,108,101,124,124,33,49,44,114,46,99,111,110,102,105,103,117,114,97,98,108,101,61,33,48,44,34,118,97,108,117,101,34,105,110,32,114,38,38,40,114,46,119,114,105,116,97,98,108,101,61,33,48,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,114,46,107,101,121,44,114,41,125,125,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,114,101,116,117,114,110,32,110,38,38,116,40,101,46,112,114,111,116,111,116,121,112,101,44,110,41,44,114,38,38,116,40,101,44,114,41,44,101,125,125,40,41,44,80,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,101,32,105,110,32,116,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,118,97,108,117,101,58,110,44,101,110,117,109,101,114,97,98,108,101,58,33,48,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,48,44,119,114,105,116,97,98,108,101,58,33,48,125,41,58,116,91,101,93,61,110,44,116,125,44,84,61,79,98,106,101,99,116,46,97,115,115,105,103,110,124,124,102,117,110,99,116,105,111,110,40,116,41,123,102,111,114,40,118,97,114,32,101,61,49,59,101,60,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,59,101,43,43,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,91,101,93,59,102,111,114,40,118,97,114,32,114,32,105,110,32,110,41,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,110,44,114,41,38,38,40,116,91,114,93,61,110,91,114,93,41,125,114,101,116,117,114,110,32,116,125,59,102,117,110,99,116,105,111,110,32,106,40,116,41,123,114,101,116,117,114,110,32,84,40,123,125,44,116,44,123,114,105,103,104,116,58,116,46,108,101,102,116,43,116,46,119,105,100,116,104,44,98,111,116,116,111,109,58,116,46,116,111,112,43,116,46,104,101,105,103,104,116,125,41,125,102,117,110,99,116,105,111,110,32,69,40,116,41,123,118,97,114,32,101,61,123,125,59,116,114,121,123,105,102,40,118,40,49,48,41,41,123,101,61,116,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,59,118,97,114,32,110,61,119,40,116,44,34,116,111,112,34,41,44,114,61,119,40,116,44,34,108,101,102,116,34,41,59,101,46,116,111,112,43,61,110,44,101,46,108,101,102,116,43,61,114,44,101,46,98,111,116,116,111,109,43,61,110,44,101,46,114,105,103,104,116,43,61,114,125,101,108,115,101,32,101,61,116,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,125,99,97,116,99,104,40,104,41,123,125,118,97,114,32,105,61,123,108,101,102,116,58,101,46,108,101,102,116,44,116,111,112,58,101,46,116,111,112,44,119,105,100,116,104,58,101,46,114,105,103,104,116,45,101,46,108,101,102,116,44,104,101,105,103,104,116,58,101,46,98,111,116,116,111,109,45,101,46,116,111,112,125,44,111,61,34,72,84,77,76,34,61,61,61,116,46,110,111,100,101,78,97,109,101,63,83,40,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,41,58,123,125,44,97,61,111,46,119,105,100,116,104,124,124,116,46,99,108,105,101,110,116,87,105,100,116,104,124,124,105,46,119,105,100,116,104,44,115,61,111,46,104,101,105,103,104,116,124,124,116,46,99,108,105,101,110,116,72,101,105,103,104,116,124,124,105,46,104,101,105,103,104,116,44,99,61,116,46,111,102,102,115,101,116,87,105,100,116,104,45,97,44,108,61,116,46,111,102,102,115,101,116,72,101,105,103,104,116,45,115,59,105,102,40,99,124,124,108,41,123,118,97,114,32,102,61,117,40,116,41,59,99,45,61,120,40,102,44,34,120,34,41,44,108,45,61,120,40,102,44,34,121,34,41,44,105,46,119,105,100,116,104,45,61,99,44,105,46,104,101,105,103,104,116,45,61,108,125,114,101,116,117,114,110,32,106,40,105,41,125,102,117,110,99,116,105,111,110,32,65,40,116,44,101,41,123,118,97,114,32,110,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,38,38,97,114,103,117,109,101,110,116,115,91,50,93,44,114,61,118,40,49,48,41,44,105,61,34,72,84,77,76,34,61,61,61,101,46,110,111,100,101,78,97,109,101,44,111,61,69,40,116,41,44,97,61,69,40,101,41,44,115,61,102,40,116,41,44,99,61,117,40,101,41,44,108,61,112,97,114,115,101,70,108,111,97,116,40,99,46,98,111,114,100,101,114,84,111,112,87,105,100,116,104,41,44,104,61,112,97,114,115,101,70,108,111,97,116,40,99,46,98,111,114,100,101,114,76,101,102,116,87,105,100,116,104,41,59,110,38,38,105,38,38,40,97,46,116,111,112,61,77,97,116,104,46,109,97,120,40,97,46,116,111,112,44,48,41,44,97,46,108,101,102,116,61,77,97,116,104,46,109,97,120,40,97,46,108,101,102,116,44,48,41,41,59,118,97,114,32,100,61,106,40,123,116,111,112,58,111,46,116,111,112,45,97,46,116,111,112,45,108,44,108,101,102,116,58,111,46,108,101,102,116,45,97,46,108,101,102,116,45,104,44,119,105,100,116,104,58,111,46,119,105,100,116,104,44,104,101,105,103,104,116,58,111,46,104,101,105,103,104,116,125,41,59,105,102,40,100,46,109,97,114,103,105,110,84,111,112,61,48,44,100,46,109,97,114,103,105,110,76,101,102,116,61,48,44,33,114,38,38,105,41,123,118,97,114,32,112,61,112,97,114,115,101,70,108,111,97,116,40,99,46,109,97,114,103,105,110,84,111,112,41,44,103,61,112,97,114,115,101,70,108,111,97,116,40,99,46,109,97,114,103,105,110,76,101,102,116,41,59,100,46,116,111,112,45,61,108,45,112,44,100,46,98,111,116,116,111,109,45,61,108,45,112,44,100,46,108,101,102,116,45,61,104,45,103,44,100,46,114,105,103,104,116,45,61,104,45,103,44,100,46,109,97,114,103,105,110,84,111,112,61,112,44,100,46,109,97,114,103,105,110,76,101,102,116,61,103,125,114,101,116,117,114,110,40,114,38,38,33,110,63,101,46,99,111,110,116,97,105,110,115,40,115,41,58,101,61,61,61,115,38,38,34,66,79,68,89,34,33,61,61,115,46,110,111,100,101,78,97,109,101,41,38,38,40,100,61,95,40,100,44,101,41,41,44,100,125,102,117,110,99,116,105,111,110,32,68,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,38,38,97,114,103,117,109,101,110,116,115,91,49,93,44,110,61,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,44,114,61,65,40,116,44,110,41,44,105,61,77,97,116,104,46,109,97,120,40,110,46,99,108,105,101,110,116,87,105,100,116,104,44,119,105,110,100,111,119,46,105,110,110,101,114,87,105,100,116,104,124,124,48,41,44,111,61,77,97,116,104,46,109,97,120,40,110,46,99,108,105,101,110,116,72,101,105,103,104,116,44,119,105,110,100,111,119,46,105,110,110,101,114,72,101,105,103,104,116,124,124,48,41,44,97,61,101,63,48,58,119,40,110,41,44,115,61,101,63,48,58,119,40,110,44,34,108,101,102,116,34,41,44,99,61,123,116,111,112,58,97,45,114,46,116,111,112,43,114,46,109,97,114,103,105,110,84,111,112,44,108,101,102,116,58,115,45,114,46,108,101,102,116,43,114,46,109,97,114,103,105,110,76,101,102,116,44,119,105,100,116,104,58,105,44,104,101,105,103,104,116,58,111,125,59,114,101,116,117,114,110,32,106,40,99,41,125,102,117,110,99,116,105,111,110,32,76,40,116,41,123,118,97,114,32,101,61,116,46,110,111,100,101,78,97,109,101,59,105,102,40,34,66,79,68,89,34,61,61,61,101,124,124,34,72,84,77,76,34,61,61,61,101,41,114,101,116,117,114,110,33,49,59,105,102,40,34,102,105,120,101,100,34,61,61,61,117,40,116,44,34,112,111,115,105,116,105,111,110,34,41,41,114,101,116,117,114,110,33,48,59,118,97,114,32,110,61,108,40,116,41,59,114,101,116,117,114,110,33,33,110,38,38,76,40,110,41,125,102,117,110,99,116,105,111,110,32,77,40,116,41,123,105,102,40,33,116,124,124,33,116,46,112,97,114,101,110,116,69,108,101,109,101,110,116,124,124,118,40,41,41,114,101,116,117,114,110,32,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,59,118,97,114,32,101,61,116,46,112,97,114,101,110,116,69,108,101,109,101,110,116,59,119,104,105,108,101,40,101,38,38,34,110,111,110,101,34,61,61,61,117,40,101,44,34,116,114,97,110,115,102,111,114,109,34,41,41,101,61,101,46,112,97,114,101,110,116,69,108,101,109,101,110,116,59,114,101,116,117,114,110,32,101,124,124,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,125,102,117,110,99,116,105,111,110,32,73,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,52,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,52,93,38,38,97,114,103,117,109,101,110,116,115,91,52,93,44,111,61,123,116,111,112,58,48,44,108,101,102,116,58,48,125,44,97,61,105,63,77,40,116,41,58,121,40,116,44,104,40,101,41,41,59,105,102,40,34,118,105,101,119,112,111,114,116,34,61,61,61,114,41,111,61,68,40,97,44,105,41,59,101,108,115,101,123,118,97,114,32,115,61,118,111,105,100,32,48,59,34,115,99,114,111,108,108,80,97,114,101,110,116,34,61,61,61,114,63,40,115,61,102,40,108,40,101,41,41,44,34,66,79,68,89,34,61,61,61,115,46,110,111,100,101,78,97,109,101,38,38,40,115,61,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,41,41,58,115,61,34,119,105,110,100,111,119,34,61,61,61,114,63,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,58,114,59,118,97,114,32,99,61,65,40,115,44,97,44,105,41,59,105,102,40,34,72,84,77,76,34,33,61,61,115,46,110,111,100,101,78,97,109,101,124,124,76,40,97,41,41,111,61,99,59,101,108,115,101,123,118,97,114,32,117,61,83,40,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,41,44,100,61,117,46,104,101,105,103,104,116,44,112,61,117,46,119,105,100,116,104,59,111,46,116,111,112,43,61,99,46,116,111,112,45,99,46,109,97,114,103,105,110,84,111,112,44,111,46,98,111,116,116,111,109,61,100,43,99,46,116,111,112,44,111,46,108,101,102,116,43,61,99,46,108,101,102,116,45,99,46,109,97,114,103,105,110,76,101,102,116,44,111,46,114,105,103,104,116,61,112,43,99,46,108,101,102,116,125,125,110,61,110,124,124,48,59,118,97,114,32,118,61,34,110,117,109,98,101,114,34,61,61,61,116,121,112,101,111,102,32,110,59,114,101,116,117,114,110,32,111,46,108,101,102,116,43,61,118,63,110,58,110,46,108,101,102,116,124,124,48,44,111,46,116,111,112,43,61,118,63,110,58,110,46,116,111,112,124,124,48,44,111,46,114,105,103,104,116,45,61,118,63,110,58,110,46,114,105,103,104,116,124,124,48,44,111,46,98,111,116,116,111,109,45,61,118,63,110,58,110,46,98,111,116,116,111,109,124,124,48,44,111,125,102,117,110,99,116,105,111,110,32,36,40,116,41,123,118,97,114,32,101,61,116,46,119,105,100,116,104,44,110,61,116,46,104,101,105,103,104,116,59,114,101,116,117,114,110,32,101,42,110,125,102,117,110,99,116,105,111,110,32,70,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,53,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,53,93,63,97,114,103,117,109,101,110,116,115,91,53,93,58,48,59,105,102,40,45,49,61,61,61,116,46,105,110,100,101,120,79,102,40,34,97,117,116,111,34,41,41,114,101,116,117,114,110,32,116,59,118,97,114,32,97,61,73,40,110,44,114,44,111,44,105,41,44,115,61,123,116,111,112,58,123,119,105,100,116,104,58,97,46,119,105,100,116,104,44,104,101,105,103,104,116,58,101,46,116,111,112,45,97,46,116,111,112,125,44,114,105,103,104,116,58,123,119,105,100,116,104,58,97,46,114,105,103,104,116,45,101,46,114,105,103,104,116,44,104,101,105,103,104,116,58,97,46,104,101,105,103,104,116,125,44,98,111,116,116,111,109,58,123,119,105,100,116,104,58,97,46,119,105,100,116,104,44,104,101,105,103,104,116,58,97,46,98,111,116,116,111,109,45,101,46,98,111,116,116,111,109,125,44,108,101,102,116,58,123,119,105,100,116,104,58,101,46,108,101,102,116,45,97,46,108,101,102,116,44,104,101,105,103,104,116,58,97,46,104,101,105,103,104,116,125,125,44,99,61,79,98,106,101,99,116,46,107,101,121,115,40,115,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,84,40,123,107,101,121,58,116,125,44,115,91,116,93,44,123,97,114,101,97,58,36,40,115,91,116,93,41,125,41,125,41,41,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,97,114,101,97,45,116,46,97,114,101,97,125,41,41,44,117,61,99,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,119,105,100,116,104,44,114,61,116,46,104,101,105,103,104,116,59,114,101,116,117,114,110,32,101,62,61,110,46,99,108,105,101,110,116,87,105,100,116,104,38,38,114,62,61,110,46,99,108,105,101,110,116,72,101,105,103,104,116,125,41,41,44,108,61,117,46,108,101,110,103,116,104,62,48,63,117,91,48,93,46,107,101,121,58,99,91,48,93,46,107,101,121,44,102,61,116,46,115,112,108,105,116,40,34,45,34,41,91,49,93,59,114,101,116,117,114,110,32,108,43,40,102,63,34,45,34,43,102,58,34,34,41,125,102,117,110,99,116,105,111,110,32,66,40,116,44,101,44,110,41,123,118,97,114,32,114,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,51,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,51,93,63,97,114,103,117,109,101,110,116,115,91,51,93,58,110,117,108,108,44,105,61,114,63,77,40,101,41,58,121,40,101,44,104,40,110,41,41,59,114,101,116,117,114,110,32,65,40,110,44,105,44,114,41,125,102,117,110,99,116,105,111,110,32,82,40,116,41,123,118,97,114,32,101,61,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,46,100,101,102,97,117,108,116,86,105,101,119,44,110,61,101,46,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,40,116,41,44,114,61,112,97,114,115,101,70,108,111,97,116,40,110,46,109,97,114,103,105,110,84,111,112,124,124,48,41,43,112,97,114,115,101,70,108,111,97,116,40,110,46,109,97,114,103,105,110,66,111,116,116,111,109,124,124,48,41,44,105,61,112,97,114,115,101,70,108,111,97,116,40,110,46,109,97,114,103,105,110,76,101,102,116,124,124,48,41,43,112,97,114,115,101,70,108,111,97,116,40,110,46,109,97,114,103,105,110,82,105,103,104,116,124,124,48,41,44,111,61,123,119,105,100,116,104,58,116,46,111,102,102,115,101,116,87,105,100,116,104,43,105,44,104,101,105,103,104,116,58,116,46,111,102,102,115,101,116,72,101,105,103,104,116,43,114,125,59,114,101,116,117,114,110,32,111,125,102,117,110,99,116,105,111,110,32,78,40,116,41,123,118,97,114,32,101,61,123,108,101,102,116,58,34,114,105,103,104,116,34,44,114,105,103,104,116,58,34,108,101,102,116,34,44,98,111,116,116,111,109,58,34,116,111,112,34,44,116,111,112,58,34,98,111,116,116,111,109,34,125,59,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,47,108,101,102,116,124,114,105,103,104,116,124,98,111,116,116,111,109,124,116,111,112,47,103,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,91,116,93,125,41,41,125,102,117,110,99,116,105,111,110,32,122,40,116,44,101,44,110,41,123,110,61,110,46,115,112,108,105,116,40,34,45,34,41,91,48,93,59,118,97,114,32,114,61,82,40,116,41,44,105,61,123,119,105,100,116,104,58,114,46,119,105,100,116,104,44,104,101,105,103,104,116,58,114,46,104,101,105,103,104,116,125,44,111,61,45,49,33,61,61,91,34,114,105,103,104,116,34,44,34,108,101,102,116,34,93,46,105,110,100,101,120,79,102,40,110,41,44,97,61,111,63,34,116,111,112,34,58,34,108,101,102,116,34,44,115,61,111,63,34,108,101,102,116,34,58,34,116,111,112,34,44,99,61,111,63,34,104,101,105,103,104,116,34,58,34,119,105,100,116,104,34,44,117,61,111,63,34,119,105,100,116,104,34,58,34,104,101,105,103,104,116,34,59,114,101,116,117,114,110,32,105,91,97,93,61,101,91,97,93,43,101,91,99,93,47,50,45,114,91,99,93,47,50,44,105,91,115,93,61,110,61,61,61,115,63,101,91,115,93,45,114,91,117,93,58,101,91,78,40,115,41,93,44,105,125,102,117,110,99,116,105,111,110,32,86,40,116,44,101,41,123,114,101,116,117,114,110,32,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,46,102,105,110,100,63,116,46,102,105,110,100,40,101,41,58,116,46,102,105,108,116,101,114,40,101,41,91,48,93,125,102,117,110,99,116,105,111,110,32,72,40,116,44,101,44,110,41,123,105,102,40,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,46,102,105,110,100,73,110,100,101,120,41,114,101,116,117,114,110,32,116,46,102,105,110,100,73,110,100,101,120,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,91,101,93,61,61,61,110,125,41,41,59,118,97,114,32,114,61,86,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,91,101,93,61,61,61,110,125,41,41,59,114,101,116,117,114,110,32,116,46,105,110,100,101,120,79,102,40,114,41,125,102,117,110,99,116,105,111,110,32,85,40,116,44,101,44,110,41,123,118,97,114,32,114,61,118,111,105,100,32,48,61,61,61,110,63,116,58,116,46,115,108,105,99,101,40,48,44,72,40,116,44,34,110,97,109,101,34,44,110,41,41,59,114,101,116,117,114,110,32,114,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,91,34,102,117,110,99,116,105,111,110,34,93,38,38,99,111,110,115,111,108,101,46,119,97,114,110,40,34,96,109,111,100,105,102,105,101,114,46,102,117,110,99,116,105,111,110,96,32,105,115,32,100,101,112,114,101,99,97,116,101,100,44,32,117,115,101,32,96,109,111,100,105,102,105,101,114,46,102,110,96,33,34,41,59,118,97,114,32,110,61,116,91,34,102,117,110,99,116,105,111,110,34,93,124,124,116,46,102,110,59,116,46,101,110,97,98,108,101,100,38,38,99,40,110,41,38,38,40,101,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,61,106,40,101,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,41,44,101,46,111,102,102,115,101,116,115,46,114,101,102,101,114,101,110,99,101,61,106,40,101,46,111,102,102,115,101,116,115,46,114,101,102,101,114,101,110,99,101,41,44,101,61,110,40,101,44,116,41,41,125,41,41,44,101,125,102,117,110,99,116,105,111,110,32,87,40,41,123,105,102,40,33,116,104,105,115,46,115,116,97,116,101,46,105,115,68,101,115,116,114,111,121,101,100,41,123,118,97,114,32,116,61,123,105,110,115,116,97,110,99,101,58,116,104,105,115,44,115,116,121,108,101,115,58,123,125,44,97,114,114,111,119,83,116,121,108,101,115,58,123,125,44,97,116,116,114,105,98,117,116,101,115,58,123,125,44,102,108,105,112,112,101,100,58,33,49,44,111,102,102,115,101,116,115,58,123,125,125,59,116,46,111,102,102,115,101,116,115,46,114,101,102,101,114,101,110,99,101,61,66,40,116,104,105,115,46,115,116,97,116,101,44,116,104,105,115,46,112,111,112,112,101,114,44,116,104,105,115,46,114,101,102,101,114,101,110,99,101,44,116,104,105,115,46,111,112,116,105,111,110,115,46,112,111,115,105,116,105,111,110,70,105,120,101,100,41,44,116,46,112,108,97,99,101,109,101,110,116,61,70,40,116,104,105,115,46,111,112,116,105,111,110,115,46,112,108,97,99,101,109,101,110,116,44,116,46,111,102,102,115,101,116,115,46,114,101,102,101,114,101,110,99,101,44,116,104,105,115,46,112,111,112,112,101,114,44,116,104,105,115,46,114,101,102,101,114,101,110,99,101,44,116,104,105,115,46,111,112,116,105,111,110,115,46,109,111,100,105,102,105,101,114,115,46,102,108,105,112,46,98,111,117,110,100,97,114,105,101,115,69,108,101,109,101,110,116,44,116,104,105,115,46,111,112,116,105,111,110,115,46,109,111,100,105,102,105,101,114,115,46,102,108,105,112,46,112,97,100,100,105,110,103,41,44,116,46,111,114,105,103,105,110,97,108,80,108,97,99,101,109,101,110,116,61,116,46,112,108,97,99,101,109,101,110,116,44,116,46,112,111,115,105,116,105,111,110,70,105,120,101,100,61,116,104,105,115,46,111,112,116,105,111,110,115,46,112,111,115,105,116,105,111,110,70,105,120,101,100,44,116,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,61,122,40,116,104,105,115,46,112,111,112,112,101,114,44,116,46,111,102,102,115,101,116,115,46,114,101,102,101,114,101,110,99,101,44,116,46,112,108,97,99,101,109,101,110,116,41,44,116,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,46,112,111,115,105,116,105,111,110,61,116,104,105,115,46,111,112,116,105,111,110,115,46,112,111,115,105,116,105,111,110,70,105,120,101,100,63,34,102,105,120,101,100,34,58,34,97,98,115,111,108,117,116,101,34,44,116,61,85,40,116,104,105,115,46,109,111,100,105,102,105,101,114,115,44,116,41,44,116,104,105,115,46,115,116,97,116,101,46,105,115,67,114,101,97,116,101,100,63,116,104,105,115,46,111,112,116,105,111,110,115,46,111,110,85,112,100,97,116,101,40,116,41,58,40,116,104,105,115,46,115,116,97,116,101,46,105,115,67,114,101,97,116,101,100,61,33,48,44,116,104,105,115,46,111,112,116,105,111,110,115,46,111,110,67,114,101,97,116,101,40,116,41,41,125,125,102,117,110,99,116,105,111,110,32,113,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,116,46,110,97,109,101,44,114,61,116,46,101,110,97,98,108,101,100,59,114,101,116,117,114,110,32,114,38,38,110,61,61,61,101,125,41,41,125,102,117,110,99,116,105,111,110,32,71,40,116,41,123,102,111,114,40,118,97,114,32,101,61,91,33,49,44,34,109,115,34,44,34,87,101,98,107,105,116,34,44,34,77,111,122,34,44,34,79,34,93,44,110,61,116,46,99,104,97,114,65,116,40,48,41,46,116,111,85,112,112,101,114,67,97,115,101,40,41,43,116,46,115,108,105,99,101,40,49,41,44,114,61,48,59,114,60,101,46,108,101,110,103,116,104,59,114,43,43,41,123,118,97,114,32,105,61,101,91,114,93,44,111,61,105,63,34,34,43,105,43,110,58,116,59,105,102,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,100,111,99,117,109,101,110,116,46,98,111,100,121,46,115,116,121,108,101,91,111,93,41,114,101,116,117,114,110,32,111,125,114,101,116,117,114,110,32,110,117,108,108,125,102,117,110,99,116,105,111,110,32,89,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,46,105,115,68,101,115,116,114,111,121,101,100,61,33,48,44,113,40,116,104,105,115,46,109,111,100,105,102,105,101,114,115,44,34,97,112,112,108,121,83,116,121,108,101,34,41,38,38,40,116,104,105,115,46,112,111,112,112,101,114,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,34,120,45,112,108,97,99,101,109,101,110,116,34,41,44,116,104,105,115,46,112,111,112,112,101,114,46,115,116,121,108,101,46,112,111,115,105,116,105,111,110,61,34,34,44,116,104,105,115,46,112,111,112,112,101,114,46,115,116,121,108,101,46,116,111,112,61,34,34,44,116,104,105,115,46,112,111,112,112,101,114,46,115,116,121,108,101,46,108,101,102,116,61,34,34,44,116,104,105,115,46,112,111,112,112,101,114,46,115,116,121,108,101,46,114,105,103,104,116,61,34,34,44,116,104,105,115,46,112,111,112,112,101,114,46,115,116,121,108,101,46,98,111,116,116,111,109,61,34,34,44,116,104,105,115,46,112,111,112,112,101,114,46,115,116,121,108,101,46,119,105,108,108,67,104,97,110,103,101,61,34,34,44,116,104,105,115,46,112,111,112,112,101,114,46,115,116,121,108,101,91,71,40,34,116,114,97,110,115,102,111,114,109,34,41,93,61,34,34,41,44,116,104,105,115,46,100,105,115,97,98,108,101,69,118,101,110,116,76,105,115,116,101,110,101,114,115,40,41,44,116,104,105,115,46,111,112,116,105,111,110,115,46,114,101,109,111,118,101,79,110,68,101,115,116,114,111,121,38,38,116,104,105,115,46,112,111,112,112,101,114,46,112,97,114,101,110,116,78,111,100,101,46,114,101,109,111,118,101,67,104,105,108,100,40,116,104,105,115,46,112,111,112,112,101,114,41,44,116,104,105,115,125,102,117,110,99,116,105,111,110,32,75,40,116,41,123,118,97,114,32,101,61,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,59,114,101,116,117,114,110,32,101,63,101,46,100,101,102,97,117,108,116,86,105,101,119,58,119,105,110,100,111,119,125,102,117,110,99,116,105,111,110,32,88,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,34,66,79,68,89,34,61,61,61,116,46,110,111,100,101,78,97,109,101,44,111,61,105,63,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,46,100,101,102,97,117,108,116,86,105,101,119,58,116,59,111,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,101,44,110,44,123,112,97,115,115,105,118,101,58,33,48,125,41,44,105,124,124,88,40,102,40,111,46,112,97,114,101,110,116,78,111,100,101,41,44,101,44,110,44,114,41,44,114,46,112,117,115,104,40,111,41,125,102,117,110,99,116,105,111,110,32,90,40,116,44,101,44,110,44,114,41,123,110,46,117,112,100,97,116,101,66,111,117,110,100,61,114,44,75,40,116,41,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,114,101,115,105,122,101,34,44,110,46,117,112,100,97,116,101,66,111,117,110,100,44,123,112,97,115,115,105,118,101,58,33,48,125,41,59,118,97,114,32,105,61,102,40,116,41,59,114,101,116,117,114,110,32,88,40,105,44,34,115,99,114,111,108,108,34,44,110,46,117,112,100,97,116,101,66,111,117,110,100,44,110,46,115,99,114,111,108,108,80,97,114,101,110,116,115,41,44,110,46,115,99,114,111,108,108,69,108,101,109,101,110,116,61,105,44,110,46,101,118,101,110,116,115,69,110,97,98,108,101,100,61,33,48,44,110,125,102,117,110,99,116,105,111,110,32,74,40,41,123,116,104,105,115,46,115,116,97,116,101,46,101,118,101,110,116,115,69,110,97,98,108,101,100,124,124,40,116,104,105,115,46,115,116,97,116,101,61,90,40,116,104,105,115,46,114,101,102,101,114,101,110,99,101,44,116,104,105,115,46,111,112,116,105,111,110,115,44,116,104,105,115,46,115,116,97,116,101,44,116,104,105,115,46,115,99,104,101,100,117,108,101,85,112,100,97,116,101,41,41,125,102,117,110,99,116,105,111,110,32,81,40,116,44,101,41,123,114,101,116,117,114,110,32,75,40,116,41,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,114,101,115,105,122,101,34,44,101,46,117,112,100,97,116,101,66,111,117,110,100,41,44,101,46,115,99,114,111,108,108,80,97,114,101,110,116,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,115,99,114,111,108,108,34,44,101,46,117,112,100,97,116,101,66,111,117,110,100,41,125,41,41,44,101,46,117,112,100,97,116,101,66,111,117,110,100,61,110,117,108,108,44,101,46,115,99,114,111,108,108,80,97,114,101,110,116,115,61,91,93,44,101,46,115,99,114,111,108,108,69,108,101,109,101,110,116,61,110,117,108,108,44,101,46,101,118,101,110,116,115,69,110,97,98,108,101,100,61,33,49,44,101,125,102,117,110,99,116,105,111,110,32,116,116,40,41,123,116,104,105,115,46,115,116,97,116,101,46,101,118,101,110,116,115,69,110,97,98,108,101,100,38,38,40,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,116,104,105,115,46,115,99,104,101,100,117,108,101,85,112,100,97,116,101,41,44,116,104,105,115,46,115,116,97,116,101,61,81,40,116,104,105,115,46,114,101,102,101,114,101,110,99,101,44,116,104,105,115,46,115,116,97,116,101,41,41,125,102,117,110,99,116,105,111,110,32,101,116,40,116,41,123,114,101,116,117,114,110,34,34,33,61,61,116,38,38,33,105,115,78,97,78,40,112,97,114,115,101,70,108,111,97,116,40,116,41,41,38,38,105,115,70,105,110,105,116,101,40,116,41,125,102,117,110,99,116,105,111,110,32,110,116,40,116,44,101,41,123,79,98,106,101,99,116,46,107,101,121,115,40,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,34,34,59,45,49,33,61,61,91,34,119,105,100,116,104,34,44,34,104,101,105,103,104,116,34,44,34,116,111,112,34,44,34,114,105,103,104,116,34,44,34,98,111,116,116,111,109,34,44,34,108,101,102,116,34,93,46,105,110,100,101,120,79,102,40,110,41,38,38,101,116,40,101,91,110,93,41,38,38,40,114,61,34,112,120,34,41,44,116,46,115,116,121,108,101,91,110,93,61,101,91,110,93,43,114,125,41,41,125,102,117,110,99,116,105,111,110,32,114,116,40,116,44,101,41,123,79,98,106,101,99,116,46,107,101,121,115,40,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,101,91,110,93,59,33,49,33,61,61,114,63,116,46,115,101,116,65,116,116,114,105,98,117,116,101,40,110,44,101,91,110,93,41,58,116,46,114,101,109,111,118,101,65,116,116,114,105,98,117,116,101,40,110,41,125,41,41,125,102,117,110,99,116,105,111,110,32,105,116,40,116,41,123,114,101,116,117,114,110,32,110,116,40,116,46,105,110,115,116,97,110,99,101,46,112,111,112,112,101,114,44,116,46,115,116,121,108,101,115,41,44,114,116,40,116,46,105,110,115,116,97,110,99,101,46,112,111,112,112,101,114,44,116,46,97,116,116,114,105,98,117,116,101,115,41,44,116,46,97,114,114,111,119,69,108,101,109,101,110,116,38,38,79,98,106,101,99,116,46,107,101,121,115,40,116,46,97,114,114,111,119,83,116,121,108,101,115,41,46,108,101,110,103,116,104,38,38,110,116,40,116,46,97,114,114,111,119,69,108,101,109,101,110,116,44,116,46,97,114,114,111,119,83,116,121,108,101,115,41,44,116,125,102,117,110,99,116,105,111,110,32,111,116,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,66,40,105,44,101,44,116,44,110,46,112,111,115,105,116,105,111,110,70,105,120,101,100,41,44,97,61,70,40,110,46,112,108,97,99,101,109,101,110,116,44,111,44,101,44,116,44,110,46,109,111,100,105,102,105,101,114,115,46,102,108,105,112,46,98,111,117,110,100,97,114,105,101,115,69,108,101,109,101,110,116,44,110,46,109,111,100,105,102,105,101,114,115,46,102,108,105,112,46,112,97,100,100,105,110,103,41,59,114,101,116,117,114,110,32,101,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,120,45,112,108,97,99,101,109,101,110,116,34,44,97,41,44,110,116,40,101,44,123,112,111,115,105,116,105,111,110,58,110,46,112,111,115,105,116,105,111,110,70,105,120,101,100,63,34,102,105,120,101,100,34,58,34,97,98,115,111,108,117,116,101,34,125,41,44,110,125,102,117,110,99,116,105,111,110,32,97,116,40,116,44,101,41,123,118,97,114,32,110,61,116,46,111,102,102,115,101,116,115,44,114,61,110,46,112,111,112,112,101,114,44,105,61,110,46,114,101,102,101,114,101,110,99,101,44,111,61,77,97,116,104,46,114,111,117,110,100,44,97,61,77,97,116,104,46,102,108,111,111,114,44,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,44,99,61,111,40,105,46,119,105,100,116,104,41,44,117,61,111,40,114,46,119,105,100,116,104,41,44,108,61,45,49,33,61,61,91,34,108,101,102,116,34,44,34,114,105,103,104,116,34,93,46,105,110,100,101,120,79,102,40,116,46,112,108,97,99,101,109,101,110,116,41,44,102,61,45,49,33,61,61,116,46,112,108,97,99,101,109,101,110,116,46,105,110,100,101,120,79,102,40,34,45,34,41,44,104,61,99,37,50,61,61,61,117,37,50,44,100,61,99,37,50,61,61,61,49,38,38,117,37,50,61,61,61,49,44,112,61,101,63,108,124,124,102,124,124,104,63,111,58,97,58,115,44,118,61,101,63,111,58,115,59,114,101,116,117,114,110,123,108,101,102,116,58,112,40,100,38,38,33,102,38,38,101,63,114,46,108,101,102,116,45,49,58,114,46,108,101,102,116,41,44,116,111,112,58,118,40,114,46,116,111,112,41,44,98,111,116,116,111,109,58,118,40,114,46,98,111,116,116,111,109,41,44,114,105,103,104,116,58,112,40,114,46,114,105,103,104,116,41,125,125,118,97,114,32,115,116,61,110,38,38,47,70,105,114,101,102,111,120,47,105,46,116,101,115,116,40,110,97,118,105,103,97,116,111,114,46,117,115,101,114,65,103,101,110,116,41,59,102,117,110,99,116,105,111,110,32,99,116,40,116,44,101,41,123,118,97,114,32,110,61,101,46,120,44,114,61,101,46,121,44,105,61,116,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,44,111,61,86,40,116,46,105,110,115,116,97,110,99,101,46,109,111,100,105,102,105,101,114,115,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,97,112,112,108,121,83,116,121,108,101,34,61,61,61,116,46,110,97,109,101,125,41,41,46,103,112,117,65,99,99,101,108,101,114,97,116,105,111,110,59,118,111,105,100,32,48,33,61,61,111,38,38,99,111,110,115,111,108,101,46,119,97,114,110,40,34,87,65,82,78,73,78,71,58,32,96,103,112,117,65,99,99,101,108,101,114,97,116,105,111,110,96,32,111,112,116,105,111,110,32,109,111,118,101,100,32,116,111,32,96,99,111,109,112,117,116,101,83,116,121,108,101,96,32,109,111,100,105,102,105,101,114,32,97,110,100,32,119,105,108,108,32,110,111,116,32,98,101,32,115,117,112,112,111,114,116,101,100,32,105,110,32,102,117,116,117,114,101,32,118,101,114,115,105,111,110,115,32,111,102,32,80,111,112,112,101,114,46,106,115,33,34,41,59,118,97,114,32,97,61,118,111,105,100,32,48,33,61,61,111,63,111,58,101,46,103,112,117,65,99,99,101,108,101,114,97,116,105,111,110,44,115,61,103,40,116,46,105,110,115,116,97,110,99,101,46,112,111,112,112,101,114,41,44,99,61,69,40,115,41,44,117,61,123,112,111,115,105,116,105,111,110,58,105,46,112,111,115,105,116,105,111,110,125,44,108,61,97,116,40,116,44,119,105,110,100,111,119,46,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,60,50,124,124,33,115,116,41,44,102,61,34,98,111,116,116,111,109,34,61,61,61,110,63,34,116,111,112,34,58,34,98,111,116,116,111,109,34,44,104,61,34,114,105,103,104,116,34,61,61,61,114,63,34,108,101,102,116,34,58,34,114,105,103,104,116,34,44,100,61,71,40,34,116,114,97,110,115,102,111,114,109,34,41,44,112,61,118,111,105,100,32,48,44,118,61,118,111,105,100,32,48,59,105,102,40,118,61,34,98,111,116,116,111,109,34,61,61,61,102,63,34,72,84,77,76,34,61,61,61,115,46,110,111,100,101,78,97,109,101,63,45,115,46,99,108,105,101,110,116,72,101,105,103,104,116,43,108,46,98,111,116,116,111,109,58,45,99,46,104,101,105,103,104,116,43,108,46,98,111,116,116,111,109,58,108,46,116,111,112,44,112,61,34,114,105,103,104,116,34,61,61,61,104,63,34,72,84,77,76,34,61,61,61,115,46,110,111,100,101,78,97,109,101,63,45,115,46,99,108,105,101,110,116,87,105,100,116,104,43,108,46,114,105,103,104,116,58,45,99,46,119,105,100,116,104,43,108,46,114,105,103,104,116,58,108,46,108,101,102,116,44,97,38,38,100,41,117,91,100,93,61,34,116,114,97,110,115,108,97,116,101,51,100,40,34,43,112,43,34,112,120,44,32,34,43,118,43,34,112,120,44,32,48,41,34,44,117,91,102,93,61,48,44,117,91,104,93,61,48,44,117,46,119,105,108,108,67,104,97,110,103,101,61,34,116,114,97,110,115,102,111,114,109,34,59,101,108,115,101,123,118,97,114,32,109,61,34,98,111,116,116,111,109,34,61,61,61,102,63,45,49,58,49,44,98,61,34,114,105,103,104,116,34,61,61,61,104,63,45,49,58,49,59,117,91,102,93,61,118,42,109,44,117,91,104,93,61,112,42,98,44,117,46,119,105,108,108,67,104,97,110,103,101,61,102,43,34,44,32,34,43,104,125,118,97,114,32,121,61,123,34,120,45,112,108,97,99,101,109,101,110,116,34,58,116,46,112,108,97,99,101,109,101,110,116,125,59,114,101,116,117,114,110,32,116,46,97,116,116,114,105,98,117,116,101,115,61,84,40,123,125,44,121,44,116,46,97,116,116,114,105,98,117,116,101,115,41,44,116,46,115,116,121,108,101,115,61,84,40,123,125,44,117,44,116,46,115,116,121,108,101,115,41,44,116,46,97,114,114,111,119,83,116,121,108,101,115,61,84,40,123,125,44,116,46,111,102,102,115,101,116,115,46,97,114,114,111,119,44,116,46,97,114,114,111,119,83,116,121,108,101,115,41,44,116,125,102,117,110,99,116,105,111,110,32,117,116,40,116,44,101,44,110,41,123,118,97,114,32,114,61,86,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,116,46,110,97,109,101,59,114,101,116,117,114,110,32,110,61,61,61,101,125,41,41,44,105,61,33,33,114,38,38,116,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,110,97,109,101,61,61,61,110,38,38,116,46,101,110,97,98,108,101,100,38,38,116,46,111,114,100,101,114,60,114,46,111,114,100,101,114,125,41,41,59,105,102,40,33,105,41,123,118,97,114,32,111,61,34,96,34,43,101,43,34,96,34,44,97,61,34,96,34,43,110,43,34,96,34,59,99,111,110,115,111,108,101,46,119,97,114,110,40,97,43,34,32,109,111,100,105,102,105,101,114,32,105,115,32,114,101,113,117,105,114,101,100,32,98,121,32,34,43,111,43,34,32,109,111,100,105,102,105,101,114,32,105,110,32,111,114,100,101,114,32,116,111,32,119,111,114,107,44,32,98,101,32,115,117,114,101,32,116,111,32,105,110,99,108,117,100,101,32,105,116,32,98,101,102,111,114,101,32,34,43,111,43,34,33,34,41,125,114,101,116,117,114,110,32,105,125,102,117,110,99,116,105,111,110,32,108,116,40,116,44,101,41,123,118,97,114,32,110,59,105,102,40,33,117,116,40,116,46,105,110,115,116,97,110,99,101,46,109,111,100,105,102,105,101,114,115,44,34,97,114,114,111,119,34,44,34,107,101,101,112,84,111,103,101,116,104,101,114,34,41,41,114,101,116,117,114,110,32,116,59,118,97,114,32,114,61,101,46,101,108,101,109,101,110,116,59,105,102,40,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,114,41,123,105,102,40,114,61,116,46,105,110,115,116,97,110,99,101,46,112,111,112,112,101,114,46,113,117,101,114,121,83,101,108,101,99,116,111,114,40,114,41,44,33,114,41,114,101,116,117,114,110,32,116,125,101,108,115,101,32,105,102,40,33,116,46,105,110,115,116,97,110,99,101,46,112,111,112,112,101,114,46,99,111,110,116,97,105,110,115,40,114,41,41,114,101,116,117,114,110,32,99,111,110,115,111,108,101,46,119,97,114,110,40,34,87,65,82,78,73,78,71,58,32,96,97,114,114,111,119,46,101,108,101,109,101,110,116,96,32,109,117,115,116,32,98,101,32,99,104,105,108,100,32,111,102,32,105,116,115,32,112,111,112,112,101,114,32,101,108,101,109,101,110,116,33,34,41,44,116,59,118,97,114,32,105,61,116,46,112,108,97,99,101,109,101,110,116,46,115,112,108,105,116,40,34,45,34,41,91,48,93,44,111,61,116,46,111,102,102,115,101,116,115,44,97,61,111,46,112,111,112,112,101,114,44,115,61,111,46,114,101,102,101,114,101,110,99,101,44,99,61,45,49,33,61,61,91,34,108,101,102,116,34,44,34,114,105,103,104,116,34,93,46,105,110,100,101,120,79,102,40,105,41,44,108,61,99,63,34,104,101,105,103,104,116,34,58,34,119,105,100,116,104,34,44,102,61,99,63,34,84,111,112,34,58,34,76,101,102,116,34,44,104,61,102,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,100,61,99,63,34,108,101,102,116,34,58,34,116,111,112,34,44,112,61,99,63,34,98,111,116,116,111,109,34,58,34,114,105,103,104,116,34,44,118,61,82,40,114,41,91,108,93,59,115,91,112,93,45,118,60,97,91,104,93,38,38,40,116,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,91,104,93,45,61,97,91,104,93,45,40,115,91,112,93,45,118,41,41,44,115,91,104,93,43,118,62,97,91,112,93,38,38,40,116,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,91,104,93,43,61,115,91,104,93,43,118,45,97,91,112,93,41,44,116,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,61,106,40,116,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,41,59,118,97,114,32,103,61,115,91,104,93,43,115,91,108,93,47,50,45,118,47,50,44,109,61,117,40,116,46,105,110,115,116,97,110,99,101,46,112,111,112,112,101,114,41,44,98,61,112,97,114,115,101,70,108,111,97,116,40,109,91,34,109,97,114,103,105,110,34,43,102,93,41,44,121,61,112,97,114,115,101,70,108,111,97,116,40,109,91,34,98,111,114,100,101,114,34,43,102,43,34,87,105,100,116,104,34,93,41,44,119,61,103,45,116,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,91,104,93,45,98,45,121,59,114,101,116,117,114,110,32,119,61,77,97,116,104,46,109,97,120,40,77,97,116,104,46,109,105,110,40,97,91,108,93,45,118,44,119,41,44,48,41,44,116,46,97,114,114,111,119,69,108,101,109,101,110,116,61,114,44,116,46,111,102,102,115,101,116,115,46,97,114,114,111,119,61,40,110,61,123,125,44,80,40,110,44,104,44,77,97,116,104,46,114,111,117,110,100,40,119,41,41,44,80,40,110,44,100,44,34,34,41,44,110,41,44,116,125,102,117,110,99,116,105,111,110,32,102,116,40,116,41,123,114,101,116,117,114,110,34,101,110,100,34,61,61,61,116,63,34,115,116,97,114,116,34,58,34,115,116,97,114,116,34,61,61,61,116,63,34,101,110,100,34,58,116,125,118,97,114,32,104,116,61,91,34,97,117,116,111,45,115,116,97,114,116,34,44,34,97,117,116,111,34,44,34,97,117,116,111,45,101,110,100,34,44,34,116,111,112,45,115,116,97,114,116,34,44,34,116,111,112,34,44,34,116,111,112,45,101,110,100,34,44,34,114,105,103,104,116,45,115,116,97,114,116,34,44,34,114,105,103,104,116,34,44,34,114,105,103,104,116,45,101,110,100,34,44,34,98,111,116,116,111,109,45,101,110,100,34,44,34,98,111,116,116,111,109,34,44,34,98,111,116,116,111,109,45,115,116,97,114,116,34,44,34,108,101,102,116,45,101,110,100,34,44,34,108,101,102,116,34,44,34,108,101,102,116,45,115,116,97,114,116,34,93,44,100,116,61,104,116,46,115,108,105,99,101,40,51,41,59,102,117,110,99,116,105,111,110,32,112,116,40,116,41,123,118,97,114,32,101,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,49,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,49,93,38,38,97,114,103,117,109,101,110,116,115,91,49,93,44,110,61,100,116,46,105,110,100,101,120,79,102,40,116,41,44,114,61,100,116,46,115,108,105,99,101,40,110,43,49,41,46,99,111,110,99,97,116,40,100,116,46,115,108,105,99,101,40,48,44,110,41,41,59,114,101,116,117,114,110,32,101,63,114,46,114,101,118,101,114,115,101,40,41,58,114,125,118,97,114,32,118,116,61,123,70,76,73,80,58,34,102,108,105,112,34,44,67,76,79,67,75,87,73,83,69,58,34,99,108,111,99,107,119,105,115,101,34,44,67,79,85,78,84,69,82,67,76,79,67,75,87,73,83,69,58,34,99,111,117,110,116,101,114,99,108,111,99,107,119,105,115,101,34,125,59,102,117,110,99,116,105,111,110,32,103,116,40,116,44,101,41,123,105,102,40,113,40,116,46,105,110,115,116,97,110,99,101,46,109,111,100,105,102,105,101,114,115,44,34,105,110,110,101,114,34,41,41,114,101,116,117,114,110,32,116,59,105,102,40,116,46,102,108,105,112,112,101,100,38,38,116,46,112,108,97,99,101,109,101,110,116,61,61,61,116,46,111,114,105,103,105,110,97,108,80,108,97,99,101,109,101,110,116,41,114,101,116,117,114,110,32,116,59,118,97,114,32,110,61,73,40,116,46,105,110,115,116,97,110,99,101,46,112,111,112,112,101,114,44,116,46,105,110,115,116,97,110,99,101,46,114,101,102,101,114,101,110,99,101,44,101,46,112,97,100,100,105,110,103,44,101,46,98,111,117,110,100,97,114,105,101,115,69,108,101,109,101,110,116,44,116,46,112,111,115,105,116,105,111,110,70,105,120,101,100,41,44,114,61,116,46,112,108,97,99,101,109,101,110,116,46,115,112,108,105,116,40,34,45,34,41,91,48,93,44,105,61,78,40,114,41,44,111,61,116,46,112,108,97,99,101,109,101,110,116,46,115,112,108,105,116,40,34,45,34,41,91,49,93,124,124,34,34,44,97,61,91,93,59,115,119,105,116,99,104,40,101,46,98,101,104,97,118,105,111,114,41,123,99,97,115,101,32,118,116,46,70,76,73,80,58,97,61,91,114,44,105,93,59,98,114,101,97,107,59,99,97,115,101,32,118,116,46,67,76,79,67,75,87,73,83,69,58,97,61,112,116,40,114,41,59,98,114,101,97,107,59,99,97,115,101,32,118,116,46,67,79,85,78,84,69,82,67,76,79,67,75,87,73,83,69,58,97,61,112,116,40,114,44,33,48,41,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,97,61,101,46,98,101,104,97,118,105,111,114,125,114,101,116,117,114,110,32,97,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,115,44,99,41,123,105,102,40,114,33,61,61,115,124,124,97,46,108,101,110,103,116,104,61,61,61,99,43,49,41,114,101,116,117,114,110,32,116,59,114,61,116,46,112,108,97,99,101,109,101,110,116,46,115,112,108,105,116,40,34,45,34,41,91,48,93,44,105,61,78,40,114,41,59,118,97,114,32,117,61,116,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,44,108,61,116,46,111,102,102,115,101,116,115,46,114,101,102,101,114,101,110,99,101,44,102,61,77,97,116,104,46,102,108,111,111,114,44,104,61,34,108,101,102,116,34,61,61,61,114,38,38,102,40,117,46,114,105,103,104,116,41,62,102,40,108,46,108,101,102,116,41,124,124,34,114,105,103,104,116,34,61,61,61,114,38,38,102,40,117,46,108,101,102,116,41,60,102,40,108,46,114,105,103,104,116,41,124,124,34,116,111,112,34,61,61,61,114,38,38,102,40,117,46,98,111,116,116,111,109,41,62,102,40,108,46,116,111,112,41,124,124,34,98,111,116,116,111,109,34,61,61,61,114,38,38,102,40,117,46,116,111,112,41,60,102,40,108,46,98,111,116,116,111,109,41,44,100,61,102,40,117,46,108,101,102,116,41,60,102,40,110,46,108,101,102,116,41,44,112,61,102,40,117,46,114,105,103,104,116,41,62,102,40,110,46,114,105,103,104,116,41,44,118,61,102,40,117,46,116,111,112,41,60,102,40,110,46,116,111,112,41,44,103,61,102,40,117,46,98,111,116,116,111,109,41,62,102,40,110,46,98,111,116,116,111,109,41,44,109,61,34,108,101,102,116,34,61,61,61,114,38,38,100,124,124,34,114,105,103,104,116,34,61,61,61,114,38,38,112,124,124,34,116,111,112,34,61,61,61,114,38,38,118,124,124,34,98,111,116,116,111,109,34,61,61,61,114,38,38,103,44,98,61,45,49,33,61,61,91,34,116,111,112,34,44,34,98,111,116,116,111,109,34,93,46,105,110,100,101,120,79,102,40,114,41,44,121,61,33,33,101,46,102,108,105,112,86,97,114,105,97,116,105,111,110,115,38,38,40,98,38,38,34,115,116,97,114,116,34,61,61,61,111,38,38,100,124,124,98,38,38,34,101,110,100,34,61,61,61,111,38,38,112,124,124,33,98,38,38,34,115,116,97,114,116,34,61,61,61,111,38,38,118,124,124,33,98,38,38,34,101,110,100,34,61,61,61,111,38,38,103,41,44,119,61,33,33,101,46,102,108,105,112,86,97,114,105,97,116,105,111,110,115,66,121,67,111,110,116,101,110,116,38,38,40,98,38,38,34,115,116,97,114,116,34,61,61,61,111,38,38,112,124,124,98,38,38,34,101,110,100,34,61,61,61,111,38,38,100,124,124,33,98,38,38,34,115,116,97,114,116,34,61,61,61,111,38,38,103,124,124,33,98,38,38,34,101,110,100,34,61,61,61,111,38,38,118,41,44,95,61,121,124,124,119,59,40,104,124,124,109,124,124,95,41,38,38,40,116,46,102,108,105,112,112,101,100,61,33,48,44,40,104,124,124,109,41,38,38,40,114,61,97,91,99,43,49,93,41,44,95,38,38,40,111,61,102,116,40,111,41,41,44,116,46,112,108,97,99,101,109,101,110,116,61,114,43,40,111,63,34,45,34,43,111,58,34,34,41,44,116,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,61,84,40,123,125,44,116,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,44,122,40,116,46,105,110,115,116,97,110,99,101,46,112,111,112,112,101,114,44,116,46,111,102,102,115,101,116,115,46,114,101,102,101,114,101,110,99,101,44,116,46,112,108,97,99,101,109,101,110,116,41,41,44,116,61,85,40,116,46,105,110,115,116,97,110,99,101,46,109,111,100,105,102,105,101,114,115,44,116,44,34,102,108,105,112,34,41,41,125,41,41,44,116,125,102,117,110,99,116,105,111,110,32,109,116,40,116,41,123,118,97,114,32,101,61,116,46,111,102,102,115,101,116,115,44,110,61,101,46,112,111,112,112,101,114,44,114,61,101,46,114,101,102,101,114,101,110,99,101,44,105,61,116,46,112,108,97,99,101,109,101,110,116,46,115,112,108,105,116,40,34,45,34,41,91,48,93,44,111,61,77,97,116,104,46,102,108,111,111,114,44,97,61,45,49,33,61,61,91,34,116,111,112,34,44,34,98,111,116,116,111,109,34,93,46,105,110,100,101,120,79,102,40,105,41,44,115,61,97,63,34,114,105,103,104,116,34,58,34,98,111,116,116,111,109,34,44,99,61,97,63,34,108,101,102,116,34,58,34,116,111,112,34,44,117,61,97,63,34,119,105,100,116,104,34,58,34,104,101,105,103,104,116,34,59,114,101,116,117,114,110,32,110,91,115,93,60,111,40,114,91,99,93,41,38,38,40,116,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,91,99,93,61,111,40,114,91,99,93,41,45,110,91,117,93,41,44,110,91,99,93,62,111,40,114,91,115,93,41,38,38,40,116,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,91,99,93,61,111,40,114,91,115,93,41,41,44,116,125,102,117,110,99,116,105,111,110,32,98,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,116,46,109,97,116,99,104,40,47,40,40,63,58,92,45,124,92,43,41,63,92,100,42,92,46,63,92,100,42,41,40,46,42,41,47,41,44,111,61,43,105,91,49,93,44,97,61,105,91,50,93,59,105,102,40,33,111,41,114,101,116,117,114,110,32,116,59,105,102,40,48,61,61,61,97,46,105,110,100,101,120,79,102,40,34,37,34,41,41,123,118,97,114,32,115,61,118,111,105,100,32,48,59,115,119,105,116,99,104,40,97,41,123,99,97,115,101,34,37,112,34,58,115,61,110,59,98,114,101,97,107,59,99,97,115,101,34,37,34,58,99,97,115,101,34,37,114,34,58,100,101,102,97,117,108,116,58,115,61,114,125,118,97,114,32,99,61,106,40,115,41,59,114,101,116,117,114,110,32,99,91,101,93,47,49,48,48,42,111,125,105,102,40,34,118,104,34,61,61,61,97,124,124,34,118,119,34,61,61,61,97,41,123,118,97,114,32,117,61,118,111,105,100,32,48,59,114,101,116,117,114,110,32,117,61,34,118,104,34,61,61,61,97,63,77,97,116,104,46,109,97,120,40,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,46,99,108,105,101,110,116,72,101,105,103,104,116,44,119,105,110,100,111,119,46,105,110,110,101,114,72,101,105,103,104,116,124,124,48,41,58,77,97,116,104,46,109,97,120,40,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,46,99,108,105,101,110,116,87,105,100,116,104,44,119,105,110,100,111,119,46,105,110,110,101,114,87,105,100,116,104,124,124,48,41,44,117,47,49,48,48,42,111,125,114,101,116,117,114,110,32,111,125,102,117,110,99,116,105,111,110,32,121,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,91,48,44,48,93,44,111,61,45,49,33,61,61,91,34,114,105,103,104,116,34,44,34,108,101,102,116,34,93,46,105,110,100,101,120,79,102,40,114,41,44,97,61,116,46,115,112,108,105,116,40,47,40,92,43,124,92,45,41,47,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,116,114,105,109,40,41,125,41,41,44,115,61,97,46,105,110,100,101,120,79,102,40,86,40,97,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,45,49,33,61,61,116,46,115,101,97,114,99,104,40,47,44,124,92,115,47,41,125,41,41,41,59,97,91,115,93,38,38,45,49,61,61,61,97,91,115,93,46,105,110,100,101,120,79,102,40,34,44,34,41,38,38,99,111,110,115,111,108,101,46,119,97,114,110,40,34,79,102,102,115,101,116,115,32,115,101,112,97,114,97,116,101,100,32,98,121,32,119,104,105,116,101,32,115,112,97,99,101,40,115,41,32,97,114,101,32,100,101,112,114,101,99,97,116,101,100,44,32,117,115,101,32,97,32,99,111,109,109,97,32,40,44,41,32,105,110,115,116,101,97,100,46,34,41,59,118,97,114,32,99,61,47,92,115,42,44,92,115,42,124,92,115,43,47,44,117,61,45,49,33,61,61,115,63,91,97,46,115,108,105,99,101,40,48,44,115,41,46,99,111,110,99,97,116,40,91,97,91,115,93,46,115,112,108,105,116,40,99,41,91,48,93,93,41,44,91,97,91,115,93,46,115,112,108,105,116,40,99,41,91,49,93,93,46,99,111,110,99,97,116,40,97,46,115,108,105,99,101,40,115,43,49,41,41,93,58,91,97,93,59,114,101,116,117,114,110,32,117,61,117,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,44,114,41,123,118,97,114,32,105,61,40,49,61,61,61,114,63,33,111,58,111,41,63,34,104,101,105,103,104,116,34,58,34,119,105,100,116,104,34,44,97,61,33,49,59,114,101,116,117,114,110,32,116,46,114,101,100,117,99,101,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,34,34,61,61,61,116,91,116,46,108,101,110,103,116,104,45,49,93,38,38,45,49,33,61,61,91,34,43,34,44,34,45,34,93,46,105,110,100,101,120,79,102,40,101,41,63,40,116,91,116,46,108,101,110,103,116,104,45,49,93,61,101,44,97,61,33,48,44,116,41,58,97,63,40,116,91,116,46,108,101,110,103,116,104,45,49,93,43,61,101,44,97,61,33,49,44,116,41,58,116,46,99,111,110,99,97,116,40,101,41,125,41,44,91,93,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,98,116,40,116,44,105,44,101,44,110,41,125,41,41,125,41,41,44,117,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,44,114,41,123,101,116,40,110,41,38,38,40,105,91,101,93,43,61,110,42,40,34,45,34,61,61,61,116,91,114,45,49,93,63,45,49,58,49,41,41,125,41,41,125,41,41,44,105,125,102,117,110,99,116,105,111,110,32,119,116,40,116,44,101,41,123,118,97,114,32,110,61,101,46,111,102,102,115,101,116,44,114,61,116,46,112,108,97,99,101,109,101,110,116,44,105,61,116,46,111,102,102,115,101,116,115,44,111,61,105,46,112,111,112,112,101,114,44,97,61,105,46,114,101,102,101,114,101,110,99,101,44,115,61,114,46,115,112,108,105,116,40,34,45,34,41,91,48,93,44,99,61,118,111,105,100,32,48,59,114,101,116,117,114,110,32,99,61,101,116,40,43,110,41,63,91,43,110,44,48,93,58,121,116,40,110,44,111,44,97,44,115,41,44,34,108,101,102,116,34,61,61,61,115,63,40,111,46,116,111,112,43,61,99,91,48,93,44,111,46,108,101,102,116,45,61,99,91,49,93,41,58,34,114,105,103,104,116,34,61,61,61,115,63,40,111,46,116,111,112,43,61,99,91,48,93,44,111,46,108,101,102,116,43,61,99,91,49,93,41,58,34,116,111,112,34,61,61,61,115,63,40,111,46,108,101,102,116,43,61,99,91,48,93,44,111,46,116,111,112,45,61,99,91,49,93,41,58,34,98,111,116,116,111,109,34,61,61,61,115,38,38,40,111,46,108,101,102,116,43,61,99,91,48,93,44,111,46,116,111,112,43,61,99,91,49,93,41,44,116,46,112,111,112,112,101,114,61,111,44,116,125,102,117,110,99,116,105,111,110,32,95,116,40,116,44,101,41,123,118,97,114,32,110,61,101,46,98,111,117,110,100,97,114,105,101,115,69,108,101,109,101,110,116,124,124,103,40,116,46,105,110,115,116,97,110,99,101,46,112,111,112,112,101,114,41,59,116,46,105,110,115,116,97,110,99,101,46,114,101,102,101,114,101,110,99,101,61,61,61,110,38,38,40,110,61,103,40,110,41,41,59,118,97,114,32,114,61,71,40,34,116,114,97,110,115,102,111,114,109,34,41,44,105,61,116,46,105,110,115,116,97,110,99,101,46,112,111,112,112,101,114,46,115,116,121,108,101,44,111,61,105,46,116,111,112,44,97,61,105,46,108,101,102,116,44,115,61,105,91,114,93,59,105,46,116,111,112,61,34,34,44,105,46,108,101,102,116,61,34,34,44,105,91,114,93,61,34,34,59,118,97,114,32,99,61,73,40,116,46,105,110,115,116,97,110,99,101,46,112,111,112,112,101,114,44,116,46,105,110,115,116,97,110,99,101,46,114,101,102,101,114,101,110,99,101,44,101,46,112,97,100,100,105,110,103,44,110,44,116,46,112,111,115,105,116,105,111,110,70,105,120,101,100,41,59,105,46,116,111,112,61,111,44,105,46,108,101,102,116,61,97,44,105,91,114,93,61,115,44,101,46,98,111,117,110,100,97,114,105,101,115,61,99,59,118,97,114,32,117,61,101,46,112,114,105,111,114,105,116,121,44,108,61,116,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,44,102,61,123,112,114,105,109,97,114,121,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,108,91,116,93,59,114,101,116,117,114,110,32,108,91,116,93,60,99,91,116,93,38,38,33,101,46,101,115,99,97,112,101,87,105,116,104,82,101,102,101,114,101,110,99,101,38,38,40,110,61,77,97,116,104,46,109,97,120,40,108,91,116,93,44,99,91,116,93,41,41,44,80,40,123,125,44,116,44,110,41,125,44,115,101,99,111,110,100,97,114,121,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,34,114,105,103,104,116,34,61,61,61,116,63,34,108,101,102,116,34,58,34,116,111,112,34,44,114,61,108,91,110,93,59,114,101,116,117,114,110,32,108,91,116,93,62,99,91,116,93,38,38,33,101,46,101,115,99,97,112,101,87,105,116,104,82,101,102,101,114,101,110,99,101,38,38,40,114,61,77,97,116,104,46,109,105,110,40,108,91,110,93,44,99,91,116,93,45,40,34,114,105,103,104,116,34,61,61,61,116,63,108,46,119,105,100,116,104,58,108,46,104,101,105,103,104,116,41,41,41,44,80,40,123,125,44,110,44,114,41,125,125,59,114,101,116,117,114,110,32,117,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,45,49,33,61,61,91,34,108,101,102,116,34,44,34,116,111,112,34,93,46,105,110,100,101,120,79,102,40,116,41,63,34,112,114,105,109,97,114,121,34,58,34,115,101,99,111,110,100,97,114,121,34,59,108,61,84,40,123,125,44,108,44,102,91,101,93,40,116,41,41,125,41,41,44,116,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,61,108,44,116,125,102,117,110,99,116,105,111,110,32,120,116,40,116,41,123,118,97,114,32,101,61,116,46,112,108,97,99,101,109,101,110,116,44,110,61,101,46,115,112,108,105,116,40,34,45,34,41,91,48,93,44,114,61,101,46,115,112,108,105,116,40,34,45,34,41,91,49,93,59,105,102,40,114,41,123,118,97,114,32,105,61,116,46,111,102,102,115,101,116,115,44,111,61,105,46,114,101,102,101,114,101,110,99,101,44,97,61,105,46,112,111,112,112,101,114,44,115,61,45,49,33,61,61,91,34,98,111,116,116,111,109,34,44,34,116,111,112,34,93,46,105,110,100,101,120,79,102,40,110,41,44,99,61,115,63,34,108,101,102,116,34,58,34,116,111,112,34,44,117,61,115,63,34,119,105,100,116,104,34,58,34,104,101,105,103,104,116,34,44,108,61,123,115,116,97,114,116,58,80,40,123,125,44,99,44,111,91,99,93,41,44,101,110,100,58,80,40,123,125,44,99,44,111,91,99,93,43,111,91,117,93,45,97,91,117,93,41,125,59,116,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,61,84,40,123,125,44,97,44,108,91,114,93,41,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,79,116,40,116,41,123,105,102,40,33,117,116,40,116,46,105,110,115,116,97,110,99,101,46,109,111,100,105,102,105,101,114,115,44,34,104,105,100,101,34,44,34,112,114,101,118,101,110,116,79,118,101,114,102,108,111,119,34,41,41,114,101,116,117,114,110,32,116,59,118,97,114,32,101,61,116,46,111,102,102,115,101,116,115,46,114,101,102,101,114,101,110,99,101,44,110,61,86,40,116,46,105,110,115,116,97,110,99,101,46,109,111,100,105,102,105,101,114,115,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,112,114,101,118,101,110,116,79,118,101,114,102,108,111,119,34,61,61,61,116,46,110,97,109,101,125,41,41,46,98,111,117,110,100,97,114,105,101,115,59,105,102,40,101,46,98,111,116,116,111,109,60,110,46,116,111,112,124,124,101,46,108,101,102,116,62,110,46,114,105,103,104,116,124,124,101,46,116,111,112,62,110,46,98,111,116,116,111,109,124,124,101,46,114,105,103,104,116,60,110,46,108,101,102,116,41,123,105,102,40,33,48,61,61,61,116,46,104,105,100,101,41,114,101,116,117,114,110,32,116,59,116,46,104,105,100,101,61,33,48,44,116,46,97,116,116,114,105,98,117,116,101,115,91,34,120,45,111,117,116,45,111,102,45,98,111,117,110,100,97,114,105,101,115,34,93,61,34,34,125,101,108,115,101,123,105,102,40,33,49,61,61,61,116,46,104,105,100,101,41,114,101,116,117,114,110,32,116,59,116,46,104,105,100,101,61,33,49,44,116,46,97,116,116,114,105,98,117,116,101,115,91,34,120,45,111,117,116,45,111,102,45,98,111,117,110,100,97,114,105,101,115,34,93,61,33,49,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,83,116,40,116,41,123,118,97,114,32,101,61,116,46,112,108,97,99,101,109,101,110,116,44,110,61,101,46,115,112,108,105,116,40,34,45,34,41,91,48,93,44,114,61,116,46,111,102,102,115,101,116,115,44,105,61,114,46,112,111,112,112,101,114,44,111,61,114,46,114,101,102,101,114,101,110,99,101,44,97,61,45,49,33,61,61,91,34,108,101,102,116,34,44,34,114,105,103,104,116,34,93,46,105,110,100,101,120,79,102,40,110,41,44,115,61,45,49,61,61,61,91,34,116,111,112,34,44,34,108,101,102,116,34,93,46,105,110,100,101,120,79,102,40,110,41,59,114,101,116,117,114,110,32,105,91,97,63,34,108,101,102,116,34,58,34,116,111,112,34,93,61,111,91,110,93,45,40,115,63,105,91,97,63,34,119,105,100,116,104,34,58,34,104,101,105,103,104,116,34,93,58,48,41,44,116,46,112,108,97,99,101,109,101,110,116,61,78,40,101,41,44,116,46,111,102,102,115,101,116,115,46,112,111,112,112,101,114,61,106,40,105,41,44,116,125,118,97,114,32,107,116,61,123,115,104,105,102,116,58,123,111,114,100,101,114,58,49,48,48,44,101,110,97,98,108,101,100,58,33,48,44,102,110,58,120,116,125,44,111,102,102,115,101,116,58,123,111,114,100,101,114,58,50,48,48,44,101,110,97,98,108,101,100,58,33,48,44,102,110,58,119,116,44,111,102,102,115,101,116,58,48,125,44,112,114,101,118,101,110,116,79,118,101,114,102,108,111,119,58,123,111,114,100,101,114,58,51,48,48,44,101,110,97,98,108,101,100,58,33,48,44,102,110,58,95,116,44,112,114,105,111,114,105,116,121,58,91,34,108,101,102,116,34,44,34,114,105,103,104,116,34,44,34,116,111,112,34,44,34,98,111,116,116,111,109,34,93,44,112,97,100,100,105,110,103,58,53,44,98,111,117,110,100,97,114,105,101,115,69,108,101,109,101,110,116,58,34,115,99,114,111,108,108,80,97,114,101,110,116,34,125,44,107,101,101,112,84,111,103,101,116,104,101,114,58,123,111,114,100,101,114,58,52,48,48,44,101,110,97,98,108,101,100,58,33,48,44,102,110,58,109,116,125,44,97,114,114,111,119,58,123,111,114,100,101,114,58,53,48,48,44,101,110,97,98,108,101,100,58,33,48,44,102,110,58,108,116,44,101,108,101,109,101,110,116,58,34,91,120,45,97,114,114,111,119,93,34,125,44,102,108,105,112,58,123,111,114,100,101,114,58,54,48,48,44,101,110,97,98,108,101,100,58,33,48,44,102,110,58,103,116,44,98,101,104,97,118,105,111,114,58,34,102,108,105,112,34,44,112,97,100,100,105,110,103,58,53,44,98,111,117,110,100,97,114,105,101,115,69,108,101,109,101,110,116,58,34,118,105,101,119,112,111,114,116,34,44,102,108,105,112,86,97,114,105,97,116,105,111,110,115,58,33,49,44,102,108,105,112,86,97,114,105,97,116,105,111,110,115,66,121,67,111,110,116,101,110,116,58,33,49,125,44,105,110,110,101,114,58,123,111,114,100,101,114,58,55,48,48,44,101,110,97,98,108,101,100,58,33,49,44,102,110,58,83,116,125,44,104,105,100,101,58,123,111,114,100,101,114,58,56,48,48,44,101,110,97,98,108,101,100,58,33,48,44,102,110,58,79,116,125,44,99,111,109,112,117,116,101,83,116,121,108,101,58,123,111,114,100,101,114,58,56,53,48,44,101,110,97,98,108,101,100,58,33,48,44,102,110,58,99,116,44,103,112,117,65,99,99,101,108,101,114,97,116,105,111,110,58,33,48,44,120,58,34,98,111,116,116,111,109,34,44,121,58,34,114,105,103,104,116,34,125,44,97,112,112,108,121,83,116,121,108,101,58,123,111,114,100,101,114,58,57,48,48,44,101,110,97,98,108,101,100,58,33,48,44,102,110,58,105,116,44,111,110,76,111,97,100,58,111,116,44,103,112,117,65,99,99,101,108,101,114,97,116,105,111,110,58,118,111,105,100,32,48,125,125,44,67,116,61,123,112,108,97,99,101,109,101,110,116,58,34,98,111,116,116,111,109,34,44,112,111,115,105,116,105,111,110,70,105,120,101,100,58,33,49,44,101,118,101,110,116,115,69,110,97,98,108,101,100,58,33,48,44,114,101,109,111,118,101,79,110,68,101,115,116,114,111,121,58,33,49,44,111,110,67,114,101,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,125,44,111,110,85,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,41,123,125,44,109,111,100,105,102,105,101,114,115,58,107,116,125,44,80,116,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,101,44,110,41,123,118,97,114,32,114,61,116,104,105,115,44,105,61,97,114,103,117,109,101,110,116,115,46,108,101,110,103,116,104,62,50,38,38,118,111,105,100,32,48,33,61,61,97,114,103,117,109,101,110,116,115,91,50,93,63,97,114,103,117,109,101,110,116,115,91,50,93,58,123,125,59,107,40,116,104,105,115,44,116,41,44,116,104,105,115,46,115,99,104,101,100,117,108,101,85,112,100,97,116,101,61,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,114,46,117,112,100,97,116,101,41,125,44,116,104,105,115,46,117,112,100,97,116,101,61,115,40,116,104,105,115,46,117,112,100,97,116,101,46,98,105,110,100,40,116,104,105,115,41,41,44,116,104,105,115,46,111,112,116,105,111,110,115,61,84,40,123,125,44,116,46,68,101,102,97,117,108,116,115,44,105,41,44,116,104,105,115,46,115,116,97,116,101,61,123,105,115,68,101,115,116,114,111,121,101,100,58,33,49,44,105,115,67,114,101,97,116,101,100,58,33,49,44,115,99,114,111,108,108,80,97,114,101,110,116,115,58,91,93,125,44,116,104,105,115,46,114,101,102,101,114,101,110,99,101,61,101,38,38,101,46,106,113,117,101,114,121,63,101,91,48,93,58,101,44,116,104,105,115,46,112,111,112,112,101,114,61,110,38,38,110,46,106,113,117,101,114,121,63,110,91,48,93,58,110,44,116,104,105,115,46,111,112,116,105,111,110,115,46,109,111,100,105,102,105,101,114,115,61,123,125,44,79,98,106,101,99,116,46,107,101,121,115,40,84,40,123,125,44,116,46,68,101,102,97,117,108,116,115,46,109,111,100,105,102,105,101,114,115,44,105,46,109,111,100,105,102,105,101,114,115,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,46,111,112,116,105,111,110,115,46,109,111,100,105,102,105,101,114,115,91,101,93,61,84,40,123,125,44,116,46,68,101,102,97,117,108,116,115,46,109,111,100,105,102,105,101,114,115,91,101,93,124,124,123,125,44,105,46,109,111,100,105,102,105,101,114,115,63,105,46,109,111,100,105,102,105,101,114,115,91,101,93,58,123,125,41,125,41,41,44,116,104,105,115,46,109,111,100,105,102,105,101,114,115,61,79,98,106,101,99,116,46,107,101,121,115,40,116,104,105,115,46,111,112,116,105,111,110,115,46,109,111,100,105,102,105,101,114,115,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,84,40,123,110,97,109,101,58,116,125,44,114,46,111,112,116,105,111,110,115,46,109,111,100,105,102,105,101,114,115,91,116,93,41,125,41,41,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,114,100,101,114,45,101,46,111,114,100,101,114,125,41,41,44,116,104,105,115,46,109,111,100,105,102,105,101,114,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,101,110,97,98,108,101,100,38,38,99,40,116,46,111,110,76,111,97,100,41,38,38,116,46,111,110,76,111,97,100,40,114,46,114,101,102,101,114,101,110,99,101,44,114,46,112,111,112,112,101,114,44,114,46,111,112,116,105,111,110,115,44,116,44,114,46,115,116,97,116,101,41,125,41,41,44,116,104,105,115,46,117,112,100,97,116,101,40,41,59,118,97,114,32,111,61,116,104,105,115,46,111,112,116,105,111,110,115,46,101,118,101,110,116,115,69,110,97,98,108,101,100,59,111,38,38,116,104,105,115,46,101,110,97,98,108,101,69,118,101,110,116,76,105,115,116,101,110,101,114,115,40,41,44,116,104,105,115,46,115,116,97,116,101,46,101,118,101,110,116,115,69,110,97,98,108,101,100,61,111,125,114,101,116,117,114,110,32,67,40,116,44,91,123,107,101,121,58,34,117,112,100,97,116,101,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,87,46,99,97,108,108,40,116,104,105,115,41,125,125,44,123,107,101,121,58,34,100,101,115,116,114,111,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,89,46,99,97,108,108,40,116,104,105,115,41,125,125,44,123,107,101,121,58,34,101,110,97,98,108,101,69,118,101,110,116,76,105,115,116,101,110,101,114,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,74,46,99,97,108,108,40,116,104,105,115,41,125,125,44,123,107,101,121,58,34,100,105,115,97,98,108,101,69,118,101,110,116,76,105,115,116,101,110,101,114,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,116,46,99,97,108,108,40,116,104,105,115,41,125,125,93,41,44,116,125,40,41,59,80,116,46,85,116,105,108,115,61,40,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,119,105,110,100,111,119,63,119,105,110,100,111,119,58,116,41,46,80,111,112,112,101,114,85,116,105,108,115,44,80,116,46,112,108,97,99,101,109,101,110,116,115,61,104,116,44,80,116,46,68,101,102,97,117,108,116,115,61,67,116,44,101,91,34,97,34,93,61,80,116,125,41,46,99,97,108,108,40,116,104,105,115,44,110,40,34,99,56,98,97,34,41,41,125,44,102,49,56,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,48,49,50,34,41,44,105,61,110,40,34,56,54,49,100,34,41,44,111,61,110,40,34,53,49,51,53,34,41,44,97,61,110,40,34,57,98,102,50,34,41,46,102,44,115,61,110,40,34,57,48,101,51,34,41,44,99,61,110,40,34,98,98,50,102,34,41,44,117,61,115,40,34,109,101,116,97,34,41,44,108,61,48,44,102,61,79,98,106,101,99,116,46,105,115,69,120,116,101,110,115,105,98,108,101,124,124,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,33,48,125,44,104,61,102,117,110,99,116,105,111,110,40,116,41,123,97,40,116,44,117,44,123,118,97,108,117,101,58,123,111,98,106,101,99,116,73,68,58,34,79,34,43,32,43,43,108,44,119,101,97,107,68,97,116,97,58,123,125,125,125,41,125,44,100,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,105,40,116,41,41,114,101,116,117,114,110,34,115,121,109,98,111,108,34,61,61,116,121,112,101,111,102,32,116,63,116,58,40,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,32,116,63,34,83,34,58,34,80,34,41,43,116,59,105,102,40,33,111,40,116,44,117,41,41,123,105,102,40,33,102,40,116,41,41,114,101,116,117,114,110,34,70,34,59,105,102,40,33,101,41,114,101,116,117,114,110,34,69,34,59,104,40,116,41,125,114,101,116,117,114,110,32,116,91,117,93,46,111,98,106,101,99,116,73,68,125,44,112,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,33,111,40,116,44,117,41,41,123,105,102,40,33,102,40,116,41,41,114,101,116,117,114,110,33,48,59,105,102,40,33,101,41,114,101,116,117,114,110,33,49,59,104,40,116,41,125,114,101,116,117,114,110,32,116,91,117,93,46,119,101,97,107,68,97,116,97,125,44,118,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,99,38,38,103,46,82,69,81,85,73,82,69,68,38,38,102,40,116,41,38,38,33,111,40,116,44,117,41,38,38,104,40,116,41,44,116,125,44,103,61,116,46,101,120,112,111,114,116,115,61,123,82,69,81,85,73,82,69,68,58,33,49,44,102,97,115,116,75,101,121,58,100,44,103,101,116,87,101,97,107,68,97,116,97,58,112,44,111,110,70,114,101,101,122,101,58,118,125,59,114,91,117,93,61,33,48,125,44,102,50,55,56,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,99,55,99,49,34,41,40,34,98,105,103,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,40,116,104,105,115,44,34,98,105,103,34,44,34,34,44,34,34,41,125,125,41,41,125,44,102,51,100,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,99,101,98,54,34,41,44,105,61,110,40,34,101,97,48,53,34,41,46,102,59,110,40,34,54,51,57,55,34,41,40,34,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,34,44,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,105,40,114,40,116,41,44,101,41,125,125,41,41,125,44,102,52,57,97,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,49,54,57,97,34,41,44,105,61,110,40,34,54,55,52,52,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,114,40,101,41,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,83,116,114,105,110,103,35,34,43,110,43,34,32,100,111,101,115,110,39,116,32,97,99,99,101,112,116,32,114,101,103,101,120,33,34,41,59,114,101,116,117,114,110,32,83,116,114,105,110,103,40,105,40,116,41,41,125,125,44,102,53,50,56,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,110,40,101,41,125,41,40,48,44,40,102,117,110,99,116,105,111,110,40,116,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,102,117,110,99,116,105,111,110,32,101,40,116,41,123,114,101,116,117,114,110,32,110,40,116,41,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,46,102,114,111,109,125,102,117,110,99,116,105,111,110,32,110,40,116,41,123,114,101,116,117,114,110,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,38,38,34,102,117,110,99,116,105,111,110,34,61,61,61,116,121,112,101,111,102,32,116,46,116,111,125,102,117,110,99,116,105,111,110,32,114,40,116,41,123,116,46,112,97,114,101,110,116,69,108,101,109,101,110,116,46,114,101,109,111,118,101,67,104,105,108,100,40,116,41,125,102,117,110,99,116,105,111,110,32,105,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,38,38,118,111,105,100,32,48,33,61,61,116,125,102,117,110,99,116,105,111,110,32,111,40,116,41,123,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,125,102,117,110,99,116,105,111,110,32,97,40,116,41,123,114,101,116,117,114,110,32,116,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,116,104,105,115,91,116,93,38,38,40,116,104,105,115,91,116,93,61,33,48,41,125,41,44,123,125,41,125,102,117,110,99,116,105,111,110,32,115,40,116,44,101,41,123,114,101,116,117,114,110,32,77,97,116,104,46,114,111,117,110,100,40,116,47,101,41,42,101,125,102,117,110,99,116,105,111,110,32,99,40,116,44,101,41,123,118,97,114,32,110,61,116,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,44,114,61,116,46,111,119,110,101,114,68,111,99,117,109,101,110,116,44,105,61,114,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,44,111,61,109,40,114,41,59,114,101,116,117,114,110,47,119,101,98,107,105,116,46,42,67,104,114,111,109,101,46,42,77,111,98,105,108,101,47,105,46,116,101,115,116,40,110,97,118,105,103,97,116,111,114,46,117,115,101,114,65,103,101,110,116,41,38,38,40,111,46,120,61,48,41,44,101,63,110,46,116,111,112,43,111,46,121,45,105,46,99,108,105,101,110,116,84,111,112,58,110,46,108,101,102,116,43,111,46,120,45,105,46,99,108,105,101,110,116,76,101,102,116,125,102,117,110,99,116,105,111,110,32,117,40,116,41,123,114,101,116,117,114,110,34,110,117,109,98,101,114,34,61,61,61,116,121,112,101,111,102,32,116,38,38,33,105,115,78,97,78,40,116,41,38,38,105,115,70,105,110,105,116,101,40,116,41,125,102,117,110,99,116,105,111,110,32,108,40,116,44,101,44,110,41,123,110,62,48,38,38,40,112,40,116,44,101,41,44,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,118,40,116,44,101,41,125,41,44,110,41,41,125,102,117,110,99,116,105,111,110,32,102,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,109,97,120,40,77,97,116,104,46,109,105,110,40,116,44,49,48,48,41,44,48,41,125,102,117,110,99,116,105,111,110,32,104,40,116,41,123,114,101,116,117,114,110,32,65,114,114,97,121,46,105,115,65,114,114,97,121,40,116,41,63,116,58,91,116,93,125,102,117,110,99,116,105,111,110,32,100,40,116,41,123,116,61,83,116,114,105,110,103,40,116,41,59,118,97,114,32,101,61,116,46,115,112,108,105,116,40,34,46,34,41,59,114,101,116,117,114,110,32,101,46,108,101,110,103,116,104,62,49,63,101,91,49,93,46,108,101,110,103,116,104,58,48,125,102,117,110,99,116,105,111,110,32,112,40,116,44,101,41,123,116,46,99,108,97,115,115,76,105,115,116,38,38,33,47,92,115,47,46,116,101,115,116,40,101,41,63,116,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,101,41,58,116,46,99,108,97,115,115,78,97,109,101,43,61,34,32,34,43,101,125,102,117,110,99,116,105,111,110,32,118,40,116,44,101,41,123,116,46,99,108,97,115,115,76,105,115,116,38,38,33,47,92,115,47,46,116,101,115,116,40,101,41,63,116,46,99,108,97,115,115,76,105,115,116,46,114,101,109,111,118,101,40,101,41,58,116,46,99,108,97,115,115,78,97,109,101,61,116,46,99,108,97,115,115,78,97,109,101,46,114,101,112,108,97,99,101,40,110,101,119,32,82,101,103,69,120,112,40,34,40,94,124,92,92,98,41,34,43,101,46,115,112,108,105,116,40,34,32,34,41,46,106,111,105,110,40,34,124,34,41,43,34,40,92,92,98,124,36,41,34,44,34,103,105,34,41,44,34,32,34,41,125,102,117,110,99,116,105,111,110,32,103,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,99,108,97,115,115,76,105,115,116,63,116,46,99,108,97,115,115,76,105,115,116,46,99,111,110,116,97,105,110,115,40,101,41,58,110,101,119,32,82,101,103,69,120,112,40,34,92,92,98,34,43,101,43,34,92,92,98,34,41,46,116,101,115,116,40,116,46,99,108,97,115,115,78,97,109,101,41,125,102,117,110,99,116,105,111,110,32,109,40,116,41,123,118,97,114,32,101,61,118,111,105,100,32,48,33,61,61,119,105,110,100,111,119,46,112,97,103,101,88,79,102,102,115,101,116,44,110,61,34,67,83,83,49,67,111,109,112,97,116,34,61,61,61,40,116,46,99,111,109,112,97,116,77,111,100,101,124,124,34,34,41,44,114,61,101,63,119,105,110,100,111,119,46,112,97,103,101,88,79,102,102,115,101,116,58,110,63,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,46,115,99,114,111,108,108,76,101,102,116,58,116,46,98,111,100,121,46,115,99,114,111,108,108,76,101,102,116,44,105,61,101,63,119,105,110,100,111,119,46,112,97,103,101,89,79,102,102,115,101,116,58,110,63,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,46,115,99,114,111,108,108,84,111,112,58,116,46,98,111,100,121,46,115,99,114,111,108,108,84,111,112,59,114,101,116,117,114,110,123,120,58,114,44,121,58,105,125,125,102,117,110,99,116,105,111,110,32,98,40,41,123,114,101,116,117,114,110,32,119,105,110,100,111,119,46,110,97,118,105,103,97,116,111,114,46,112,111,105,110,116,101,114,69,110,97,98,108,101,100,63,123,115,116,97,114,116,58,34,112,111,105,110,116,101,114,100,111,119,110,34,44,109,111,118,101,58,34,112,111,105,110,116,101,114,109,111,118,101,34,44,101,110,100,58,34,112,111,105,110,116,101,114,117,112,34,125,58,119,105,110,100,111,119,46,110,97,118,105,103,97,116,111,114,46,109,115,80,111,105,110,116,101,114,69,110,97,98,108,101,100,63,123,115,116,97,114,116,58,34,77,83,80,111,105,110,116,101,114,68,111,119,110,34,44,109,111,118,101,58,34,77,83,80,111,105,110,116,101,114,77,111,118,101,34,44,101,110,100,58,34,77,83,80,111,105,110,116,101,114,85,112,34,125,58,123,115,116,97,114,116,58,34,109,111,117,115,101,100,111,119,110,32,116,111,117,99,104,115,116,97,114,116,34,44,109,111,118,101,58,34,109,111,117,115,101,109,111,118,101,32,116,111,117,99,104,109,111,118,101,34,44,101,110,100,58,34,109,111,117,115,101,117,112,32,116,111,117,99,104,101,110,100,34,125,125,102,117,110,99,116,105,111,110,32,121,40,41,123,118,97,114,32,116,61,33,49,59,116,114,121,123,118,97,114,32,101,61,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,123,125,44,34,112,97,115,115,105,118,101,34,44,123,103,101,116,58,102,117,110,99,116,105,111,110,40,41,123,116,61,33,48,125,125,41,59,119,105,110,100,111,119,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,116,101,115,116,34,44,110,117,108,108,44,101,41,125,99,97,116,99,104,40,110,41,123,125,114,101,116,117,114,110,32,116,125,102,117,110,99,116,105,111,110,32,119,40,41,123,114,101,116,117,114,110,32,119,105,110,100,111,119,46,67,83,83,38,38,67,83,83,46,115,117,112,112,111,114,116,115,38,38,67,83,83,46,115,117,112,112,111,114,116,115,40,34,116,111,117,99,104,45,97,99,116,105,111,110,34,44,34,110,111,110,101,34,41,125,102,117,110,99,116,105,111,110,32,95,40,116,44,101,41,123,114,101,116,117,114,110,32,49,48,48,47,40,101,45,116,41,125,102,117,110,99,116,105,111,110,32,120,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,49,48,48,42,101,47,40,116,91,110,43,49,93,45,116,91,110,93,41,125,102,117,110,99,116,105,111,110,32,79,40,116,44,101,41,123,114,101,116,117,114,110,32,120,40,116,44,116,91,48,93,60,48,63,101,43,77,97,116,104,46,97,98,115,40,116,91,48,93,41,58,101,45,116,91,48,93,44,48,41,125,102,117,110,99,116,105,111,110,32,83,40,116,44,101,41,123,114,101,116,117,114,110,32,101,42,40,116,91,49,93,45,116,91,48,93,41,47,49,48,48,43,116,91,48,93,125,102,117,110,99,116,105,111,110,32,107,40,116,44,101,41,123,118,97,114,32,110,61,49,59,119,104,105,108,101,40,116,62,61,101,91,110,93,41,110,43,61,49,59,114,101,116,117,114,110,32,110,125,102,117,110,99,116,105,111,110,32,67,40,116,44,101,44,110,41,123,105,102,40,110,62,61,116,46,115,108,105,99,101,40,45,49,41,91,48,93,41,114,101,116,117,114,110,32,49,48,48,59,118,97,114,32,114,61,107,40,110,44,116,41,44,105,61,116,91,114,45,49,93,44,111,61,116,91,114,93,44,97,61,101,91,114,45,49,93,44,115,61,101,91,114,93,59,114,101,116,117,114,110,32,97,43,79,40,91,105,44,111,93,44,110,41,47,95,40,97,44,115,41,125,102,117,110,99,116,105,111,110,32,80,40,116,44,101,44,110,41,123,105,102,40,110,62,61,49,48,48,41,114,101,116,117,114,110,32,116,46,115,108,105,99,101,40,45,49,41,91,48,93,59,118,97,114,32,114,61,107,40,110,44,101,41,44,105,61,116,91,114,45,49,93,44,111,61,116,91,114,93,44,97,61,101,91,114,45,49,93,44,115,61,101,91,114,93,59,114,101,116,117,114,110,32,83,40,91,105,44,111,93,44,40,110,45,97,41,42,95,40,97,44,115,41,41,125,102,117,110,99,116,105,111,110,32,84,40,116,44,101,44,110,44,114,41,123,105,102,40,49,48,48,61,61,61,114,41,114,101,116,117,114,110,32,114,59,118,97,114,32,105,61,107,40,114,44,116,41,44,111,61,116,91,105,45,49,93,44,97,61,116,91,105,93,59,114,101,116,117,114,110,32,110,63,114,45,111,62,40,97,45,111,41,47,50,63,97,58,111,58,101,91,105,45,49,93,63,116,91,105,45,49,93,43,115,40,114,45,116,91,105,45,49,93,44,101,91,105,45,49,93,41,58,114,125,116,46,80,105,112,115,77,111,100,101,61,118,111,105,100,32,48,44,102,117,110,99,116,105,111,110,40,116,41,123,116,91,34,82,97,110,103,101,34,93,61,34,114,97,110,103,101,34,44,116,91,34,83,116,101,112,115,34,93,61,34,115,116,101,112,115,34,44,116,91,34,80,111,115,105,116,105,111,110,115,34,93,61,34,112,111,115,105,116,105,111,110,115,34,44,116,91,34,67,111,117,110,116,34,93,61,34,99,111,117,110,116,34,44,116,91,34,86,97,108,117,101,115,34,93,61,34,118,97,108,117,101,115,34,125,40,116,46,80,105,112,115,77,111,100,101,124,124,40,116,46,80,105,112,115,77,111,100,101,61,123,125,41,41,44,116,46,80,105,112,115,84,121,112,101,61,118,111,105,100,32,48,44,102,117,110,99,116,105,111,110,40,116,41,123,116,91,116,91,34,78,111,110,101,34,93,61,45,49,93,61,34,78,111,110,101,34,44,116,91,116,91,34,78,111,86,97,108,117,101,34,93,61,48,93,61,34,78,111,86,97,108,117,101,34,44,116,91,116,91,34,76,97,114,103,101,86,97,108,117,101,34,93,61,49,93,61,34,76,97,114,103,101,86,97,108,117,101,34,44,116,91,116,91,34,83,109,97,108,108,86,97,108,117,101,34,93,61,50,93,61,34,83,109,97,108,108,86,97,108,117,101,34,125,40,116,46,80,105,112,115,84,121,112,101,124,124,40,116,46,80,105,112,115,84,121,112,101,61,123,125,41,41,59,118,97,114,32,106,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,116,44,101,44,110,41,123,118,97,114,32,114,59,116,104,105,115,46,120,80,99,116,61,91,93,44,116,104,105,115,46,120,86,97,108,61,91,93,44,116,104,105,115,46,120,83,116,101,112,115,61,91,93,44,116,104,105,115,46,120,78,117,109,83,116,101,112,115,61,91,93,44,116,104,105,115,46,120,72,105,103,104,101,115,116,67,111,109,112,108,101,116,101,83,116,101,112,61,91,93,44,116,104,105,115,46,120,83,116,101,112,115,61,91,110,124,124,33,49,93,44,116,104,105,115,46,120,78,117,109,83,116,101,112,115,61,91,33,49,93,44,116,104,105,115,46,115,110,97,112,61,101,59,118,97,114,32,105,61,91,93,59,102,111,114,40,79,98,106,101,99,116,46,107,101,121,115,40,116,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,105,46,112,117,115,104,40,91,104,40,116,91,101,93,41,44,101,93,41,125,41,41,44,105,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,91,48,93,91,48,93,45,101,91,48,93,91,48,93,125,41,41,44,114,61,48,59,114,60,105,46,108,101,110,103,116,104,59,114,43,43,41,116,104,105,115,46,104,97,110,100,108,101,69,110,116,114,121,80,111,105,110,116,40,105,91,114,93,91,49,93,44,105,91,114,93,91,48,93,41,59,102,111,114,40,116,104,105,115,46,120,78,117,109,83,116,101,112,115,61,116,104,105,115,46,120,83,116,101,112,115,46,115,108,105,99,101,40,48,41,44,114,61,48,59,114,60,116,104,105,115,46,120,78,117,109,83,116,101,112,115,46,108,101,110,103,116,104,59,114,43,43,41,116,104,105,115,46,104,97,110,100,108,101,83,116,101,112,80,111,105,110,116,40,114,44,116,104,105,115,46,120,78,117,109,83,116,101,112,115,91,114,93,41,125,114,101,116,117,114,110,32,116,46,112,114,111,116,111,116,121,112,101,46,103,101,116,68,105,115,116,97,110,99,101,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,61,91,93,59,102,111,114,40,101,61,48,59,101,60,116,104,105,115,46,120,78,117,109,83,116,101,112,115,46,108,101,110,103,116,104,45,49,59,101,43,43,41,123,118,97,114,32,114,61,116,104,105,115,46,120,78,117,109,83,116,101,112,115,91,101,93,59,105,102,40,114,38,38,116,47,114,37,49,33,61,61,48,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,108,105,109,105,116,39,44,32,39,109,97,114,103,105,110,39,32,97,110,100,32,39,112,97,100,100,105,110,103,39,32,111,102,32,34,43,116,104,105,115,46,120,80,99,116,91,101,93,43,34,37,32,114,97,110,103,101,32,109,117,115,116,32,98,101,32,100,105,118,105,115,105,98,108,101,32,98,121,32,115,116,101,112,46,34,41,59,110,91,101,93,61,120,40,116,104,105,115,46,120,86,97,108,44,116,44,101,41,125,114,101,116,117,114,110,32,110,125,44,116,46,112,114,111,116,111,116,121,112,101,46,103,101,116,65,98,115,111,108,117,116,101,68,105,115,116,97,110,99,101,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,44,105,61,48,59,105,102,40,116,60,116,104,105,115,46,120,80,99,116,91,116,104,105,115,46,120,80,99,116,46,108,101,110,103,116,104,45,49,93,41,119,104,105,108,101,40,116,62,116,104,105,115,46,120,80,99,116,91,105,43,49,93,41,105,43,43,59,101,108,115,101,32,116,61,61,61,116,104,105,115,46,120,80,99,116,91,116,104,105,115,46,120,80,99,116,46,108,101,110,103,116,104,45,49,93,38,38,40,105,61,116,104,105,115,46,120,80,99,116,46,108,101,110,103,116,104,45,50,41,59,110,124,124,116,33,61,61,116,104,105,115,46,120,80,99,116,91,105,43,49,93,124,124,105,43,43,44,110,117,108,108,61,61,61,101,38,38,40,101,61,91,93,41,59,118,97,114,32,111,61,49,44,97,61,101,91,105,93,44,115,61,48,44,99,61,48,44,117,61,48,44,108,61,48,59,114,61,110,63,40,116,45,116,104,105,115,46,120,80,99,116,91,105,93,41,47,40,116,104,105,115,46,120,80,99,116,91,105,43,49,93,45,116,104,105,115,46,120,80,99,116,91,105,93,41,58,40,116,104,105,115,46,120,80,99,116,91,105,43,49,93,45,116,41,47,40,116,104,105,115,46,120,80,99,116,91,105,43,49,93,45,116,104,105,115,46,120,80,99,116,91,105,93,41,59,119,104,105,108,101,40,97,62,48,41,115,61,116,104,105,115,46,120,80,99,116,91,105,43,49,43,108,93,45,116,104,105,115,46,120,80,99,116,91,105,43,108,93,44,101,91,105,43,108,93,42,111,43,49,48,48,45,49,48,48,42,114,62,49,48,48,63,40,99,61,115,42,114,44,111,61,40,97,45,49,48,48,42,114,41,47,101,91,105,43,108,93,44,114,61,49,41,58,40,99,61,101,91,105,43,108,93,42,115,47,49,48,48,42,111,44,111,61,48,41,44,110,63,40,117,45,61,99,44,116,104,105,115,46,120,80,99,116,46,108,101,110,103,116,104,43,108,62,61,49,38,38,108,45,45,41,58,40,117,43,61,99,44,116,104,105,115,46,120,80,99,116,46,108,101,110,103,116,104,45,108,62,61,49,38,38,108,43,43,41,44,97,61,101,91,105,43,108,93,42,111,59,114,101,116,117,114,110,32,116,43,117,125,44,116,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,101,112,112,105,110,103,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,67,40,116,104,105,115,46,120,86,97,108,44,116,104,105,115,46,120,80,99,116,44,116,41,44,116,125,44,116,46,112,114,111,116,111,116,121,112,101,46,102,114,111,109,83,116,101,112,112,105,110,103,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,80,40,116,104,105,115,46,120,86,97,108,44,116,104,105,115,46,120,80,99,116,44,116,41,125,44,116,46,112,114,111,116,111,116,121,112,101,46,103,101,116,83,116,101,112,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,61,84,40,116,104,105,115,46,120,80,99,116,44,116,104,105,115,46,120,83,116,101,112,115,44,116,104,105,115,46,115,110,97,112,44,116,41,44,116,125,44,116,46,112,114,111,116,111,116,121,112,101,46,103,101,116,68,101,102,97,117,108,116,83,116,101,112,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,107,40,116,44,116,104,105,115,46,120,80,99,116,41,59,114,101,116,117,114,110,40,49,48,48,61,61,61,116,124,124,101,38,38,116,61,61,61,116,104,105,115,46,120,80,99,116,91,114,45,49,93,41,38,38,40,114,61,77,97,116,104,46,109,97,120,40,114,45,49,44,49,41,41,44,40,116,104,105,115,46,120,86,97,108,91,114,93,45,116,104,105,115,46,120,86,97,108,91,114,45,49,93,41,47,110,125,44,116,46,112,114,111,116,111,116,121,112,101,46,103,101,116,78,101,97,114,98,121,83,116,101,112,115,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,107,40,116,44,116,104,105,115,46,120,80,99,116,41,59,114,101,116,117,114,110,123,115,116,101,112,66,101,102,111,114,101,58,123,115,116,97,114,116,86,97,108,117,101,58,116,104,105,115,46,120,86,97,108,91,101,45,50,93,44,115,116,101,112,58,116,104,105,115,46,120,78,117,109,83,116,101,112,115,91,101,45,50,93,44,104,105,103,104,101,115,116,83,116,101,112,58,116,104,105,115,46,120,72,105,103,104,101,115,116,67,111,109,112,108,101,116,101,83,116,101,112,91,101,45,50,93,125,44,116,104,105,115,83,116,101,112,58,123,115,116,97,114,116,86,97,108,117,101,58,116,104,105,115,46,120,86,97,108,91,101,45,49,93,44,115,116,101,112,58,116,104,105,115,46,120,78,117,109,83,116,101,112,115,91,101,45,49,93,44,104,105,103,104,101,115,116,83,116,101,112,58,116,104,105,115,46,120,72,105,103,104,101,115,116,67,111,109,112,108,101,116,101,83,116,101,112,91,101,45,49,93,125,44,115,116,101,112,65,102,116,101,114,58,123,115,116,97,114,116,86,97,108,117,101,58,116,104,105,115,46,120,86,97,108,91,101,93,44,115,116,101,112,58,116,104,105,115,46,120,78,117,109,83,116,101,112,115,91,101,93,44,104,105,103,104,101,115,116,83,116,101,112,58,116,104,105,115,46,120,72,105,103,104,101,115,116,67,111,109,112,108,101,116,101,83,116,101,112,91,101,93,125,125,125,44,116,46,112,114,111,116,111,116,121,112,101,46,99,111,117,110,116,83,116,101,112,68,101,99,105,109,97,108,115,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,120,78,117,109,83,116,101,112,115,46,109,97,112,40,100,41,59,114,101,116,117,114,110,32,77,97,116,104,46,109,97,120,46,97,112,112,108,121,40,110,117,108,108,44,116,41,125,44,116,46,112,114,111,116,111,116,121,112,101,46,99,111,110,118,101,114,116,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,104,105,115,46,103,101,116,83,116,101,112,40,116,104,105,115,46,116,111,83,116,101,112,112,105,110,103,40,116,41,41,125,44,116,46,112,114,111,116,111,116,121,112,101,46,104,97,110,100,108,101,69,110,116,114,121,80,111,105,110,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,59,105,102,40,110,61,34,109,105,110,34,61,61,61,116,63,48,58,34,109,97,120,34,61,61,61,116,63,49,48,48,58,112,97,114,115,101,70,108,111,97,116,40,116,41,44,33,117,40,110,41,124,124,33,117,40,101,91,48,93,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,114,97,110,103,101,39,32,118,97,108,117,101,32,105,115,110,39,116,32,110,117,109,101,114,105,99,46,34,41,59,116,104,105,115,46,120,80,99,116,46,112,117,115,104,40,110,41,44,116,104,105,115,46,120,86,97,108,46,112,117,115,104,40,101,91,48,93,41,59,118,97,114,32,114,61,78,117,109,98,101,114,40,101,91,49,93,41,59,110,63,116,104,105,115,46,120,83,116,101,112,115,46,112,117,115,104,40,33,105,115,78,97,78,40,114,41,38,38,114,41,58,105,115,78,97,78,40,114,41,124,124,40,116,104,105,115,46,120,83,116,101,112,115,91,48,93,61,114,41,44,116,104,105,115,46,120,72,105,103,104,101,115,116,67,111,109,112,108,101,116,101,83,116,101,112,46,112,117,115,104,40,48,41,125,44,116,46,112,114,111,116,111,116,121,112,101,46,104,97,110,100,108,101,83,116,101,112,80,111,105,110,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,101,41,105,102,40,116,104,105,115,46,120,86,97,108,91,116,93,33,61,61,116,104,105,115,46,120,86,97,108,91,116,43,49,93,41,123,116,104,105,115,46,120,83,116,101,112,115,91,116,93,61,120,40,91,116,104,105,115,46,120,86,97,108,91,116,93,44,116,104,105,115,46,120,86,97,108,91,116,43,49,93,93,44,101,44,48,41,47,95,40,116,104,105,115,46,120,80,99,116,91,116,93,44,116,104,105,115,46,120,80,99,116,91,116,43,49,93,41,59,118,97,114,32,110,61,40,116,104,105,115,46,120,86,97,108,91,116,43,49,93,45,116,104,105,115,46,120,86,97,108,91,116,93,41,47,116,104,105,115,46,120,78,117,109,83,116,101,112,115,91,116,93,44,114,61,77,97,116,104,46,99,101,105,108,40,78,117,109,98,101,114,40,110,46,116,111,70,105,120,101,100,40,51,41,41,45,49,41,44,105,61,116,104,105,115,46,120,86,97,108,91,116,93,43,116,104,105,115,46,120,78,117,109,83,116,101,112,115,91,116,93,42,114,59,116,104,105,115,46,120,72,105,103,104,101,115,116,67,111,109,112,108,101,116,101,83,116,101,112,91,116,93,61,105,125,101,108,115,101,32,116,104,105,115,46,120,83,116,101,112,115,91,116,93,61,116,104,105,115,46,120,72,105,103,104,101,115,116,67,111,109,112,108,101,116,101,83,116,101,112,91,116,93,61,116,104,105,115,46,120,86,97,108,91,116,93,125,44,116,125,40,41,44,69,61,123,116,111,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,63,34,34,58,116,46,116,111,70,105,120,101,100,40,50,41,125,44,102,114,111,109,58,78,117,109,98,101,114,125,44,65,61,123,116,97,114,103,101,116,58,34,116,97,114,103,101,116,34,44,98,97,115,101,58,34,98,97,115,101,34,44,111,114,105,103,105,110,58,34,111,114,105,103,105,110,34,44,104,97,110,100,108,101,58,34,104,97,110,100,108,101,34,44,104,97,110,100,108,101,76,111,119,101,114,58,34,104,97,110,100,108,101,45,108,111,119,101,114,34,44,104,97,110,100,108,101,85,112,112,101,114,58,34,104,97,110,100,108,101,45,117,112,112,101,114,34,44,116,111,117,99,104,65,114,101,97,58,34,116,111,117,99,104,45,97,114,101,97,34,44,104,111,114,105,122,111,110,116,97,108,58,34,104,111,114,105,122,111,110,116,97,108,34,44,118,101,114,116,105,99,97,108,58,34,118,101,114,116,105,99,97,108,34,44,98,97,99,107,103,114,111,117,110,100,58,34,98,97,99,107,103,114,111,117,110,100,34,44,99,111,110,110,101,99,116,58,34,99,111,110,110,101,99,116,34,44,99,111,110,110,101,99,116,115,58,34,99,111,110,110,101,99,116,115,34,44,108,116,114,58,34,108,116,114,34,44,114,116,108,58,34,114,116,108,34,44,116,101,120,116,68,105,114,101,99,116,105,111,110,76,116,114,58,34,116,120,116,45,100,105,114,45,108,116,114,34,44,116,101,120,116,68,105,114,101,99,116,105,111,110,82,116,108,58,34,116,120,116,45,100,105,114,45,114,116,108,34,44,100,114,97,103,103,97,98,108,101,58,34,100,114,97,103,103,97,98,108,101,34,44,100,114,97,103,58,34,115,116,97,116,101,45,100,114,97,103,34,44,116,97,112,58,34,115,116,97,116,101,45,116,97,112,34,44,97,99,116,105,118,101,58,34,97,99,116,105,118,101,34,44,116,111,111,108,116,105,112,58,34,116,111,111,108,116,105,112,34,44,112,105,112,115,58,34,112,105,112,115,34,44,112,105,112,115,72,111,114,105,122,111,110,116,97,108,58,34,112,105,112,115,45,104,111,114,105,122,111,110,116,97,108,34,44,112,105,112,115,86,101,114,116,105,99,97,108,58,34,112,105,112,115,45,118,101,114,116,105,99,97,108,34,44,109,97,114,107,101,114,58,34,109,97,114,107,101,114,34,44,109,97,114,107,101,114,72,111,114,105,122,111,110,116,97,108,58,34,109,97,114,107,101,114,45,104,111,114,105,122,111,110,116,97,108,34,44,109,97,114,107,101,114,86,101,114,116,105,99,97,108,58,34,109,97,114,107,101,114,45,118,101,114,116,105,99,97,108,34,44,109,97,114,107,101,114,78,111,114,109,97,108,58,34,109,97,114,107,101,114,45,110,111,114,109,97,108,34,44,109,97,114,107,101,114,76,97,114,103,101,58,34,109,97,114,107,101,114,45,108,97,114,103,101,34,44,109,97,114,107,101,114,83,117,98,58,34,109,97,114,107,101,114,45,115,117,98,34,44,118,97,108,117,101,58,34,118,97,108,117,101,34,44,118,97,108,117,101,72,111,114,105,122,111,110,116,97,108,58,34,118,97,108,117,101,45,104,111,114,105,122,111,110,116,97,108,34,44,118,97,108,117,101,86,101,114,116,105,99,97,108,58,34,118,97,108,117,101,45,118,101,114,116,105,99,97,108,34,44,118,97,108,117,101,78,111,114,109,97,108,58,34,118,97,108,117,101,45,110,111,114,109,97,108,34,44,118,97,108,117,101,76,97,114,103,101,58,34,118,97,108,117,101,45,108,97,114,103,101,34,44,118,97,108,117,101,83,117,98,58,34,118,97,108,117,101,45,115,117,98,34,125,44,68,61,123,116,111,111,108,116,105,112,115,58,34,46,95,95,116,111,111,108,116,105,112,115,34,44,97,114,105,97,58,34,46,95,95,97,114,105,97,34,125,59,102,117,110,99,116,105,111,110,32,76,40,116,44,101,41,123,105,102,40,33,117,40,101,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,115,116,101,112,39,32,105,115,32,110,111,116,32,110,117,109,101,114,105,99,46,34,41,59,116,46,115,105,110,103,108,101,83,116,101,112,61,101,125,102,117,110,99,116,105,111,110,32,77,40,116,44,101,41,123,105,102,40,33,117,40,101,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,107,101,121,98,111,97,114,100,80,97,103,101,77,117,108,116,105,112,108,105,101,114,39,32,105,115,32,110,111,116,32,110,117,109,101,114,105,99,46,34,41,59,116,46,107,101,121,98,111,97,114,100,80,97,103,101,77,117,108,116,105,112,108,105,101,114,61,101,125,102,117,110,99,116,105,111,110,32,73,40,116,44,101,41,123,105,102,40,33,117,40,101,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,107,101,121,98,111,97,114,100,68,101,102,97,117,108,116,83,116,101,112,39,32,105,115,32,110,111,116,32,110,117,109,101,114,105,99,46,34,41,59,116,46,107,101,121,98,111,97,114,100,68,101,102,97,117,108,116,83,116,101,112,61,101,125,102,117,110,99,116,105,111,110,32,36,40,116,44,101,41,123,105,102,40,34,111,98,106,101,99,116,34,33,61,61,116,121,112,101,111,102,32,101,124,124,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,114,97,110,103,101,39,32,105,115,32,110,111,116,32,97,110,32,111,98,106,101,99,116,46,34,41,59,105,102,40,118,111,105,100,32,48,61,61,61,101,46,109,105,110,124,124,118,111,105,100,32,48,61,61,61,101,46,109,97,120,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,77,105,115,115,105,110,103,32,39,109,105,110,39,32,111,114,32,39,109,97,120,39,32,105,110,32,39,114,97,110,103,101,39,46,34,41,59,105,102,40,101,46,109,105,110,61,61,61,101,46,109,97,120,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,114,97,110,103,101,39,32,39,109,105,110,39,32,97,110,100,32,39,109,97,120,39,32,99,97,110,110,111,116,32,98,101,32,101,113,117,97,108,46,34,41,59,116,46,115,112,101,99,116,114,117,109,61,110,101,119,32,106,40,101,44,116,46,115,110,97,112,124,124,33,49,44,116,46,115,105,110,103,108,101,83,116,101,112,41,125,102,117,110,99,116,105,111,110,32,70,40,116,44,101,41,123,105,102,40,101,61,104,40,101,41,44,33,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,41,124,124,33,101,46,108,101,110,103,116,104,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,115,116,97,114,116,39,32,111,112,116,105,111,110,32,105,115,32,105,110,99,111,114,114,101,99,116,46,34,41,59,116,46,104,97,110,100,108,101,115,61,101,46,108,101,110,103,116,104,44,116,46,115,116,97,114,116,61,101,125,102,117,110,99,116,105,111,110,32,66,40,116,44,101,41,123,105,102,40,34,98,111,111,108,101,97,110,34,33,61,61,116,121,112,101,111,102,32,101,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,115,110,97,112,39,32,111,112,116,105,111,110,32,109,117,115,116,32,98,101,32,97,32,98,111,111,108,101,97,110,46,34,41,59,116,46,115,110,97,112,61,101,125,102,117,110,99,116,105,111,110,32,82,40,116,44,101,41,123,105,102,40,34,98,111,111,108,101,97,110,34,33,61,61,116,121,112,101,111,102,32,101,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,97,110,105,109,97,116,101,39,32,111,112,116,105,111,110,32,109,117,115,116,32,98,101,32,97,32,98,111,111,108,101,97,110,46,34,41,59,116,46,97,110,105,109,97,116,101,61,101,125,102,117,110,99,116,105,111,110,32,78,40,116,44,101,41,123,105,102,40,34,110,117,109,98,101,114,34,33,61,61,116,121,112,101,111,102,32,101,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,97,110,105,109,97,116,105,111,110,68,117,114,97,116,105,111,110,39,32,111,112,116,105,111,110,32,109,117,115,116,32,98,101,32,97,32,110,117,109,98,101,114,46,34,41,59,116,46,97,110,105,109,97,116,105,111,110,68,117,114,97,116,105,111,110,61,101,125,102,117,110,99,116,105,111,110,32,122,40,116,44,101,41,123,118,97,114,32,110,44,114,61,91,33,49,93,59,105,102,40,34,108,111,119,101,114,34,61,61,61,101,63,101,61,91,33,48,44,33,49,93,58,34,117,112,112,101,114,34,61,61,61,101,38,38,40,101,61,91,33,49,44,33,48,93,41,44,33,48,61,61,61,101,124,124,33,49,61,61,61,101,41,123,102,111,114,40,110,61,49,59,110,60,116,46,104,97,110,100,108,101,115,59,110,43,43,41,114,46,112,117,115,104,40,101,41,59,114,46,112,117,115,104,40,33,49,41,125,101,108,115,101,123,105,102,40,33,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,41,124,124,33,101,46,108,101,110,103,116,104,124,124,101,46,108,101,110,103,116,104,33,61,61,116,46,104,97,110,100,108,101,115,43,49,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,99,111,110,110,101,99,116,39,32,111,112,116,105,111,110,32,100,111,101,115,110,39,116,32,109,97,116,99,104,32,104,97,110,100,108,101,32,99,111,117,110,116,46,34,41,59,114,61,101,125,116,46,99,111,110,110,101,99,116,61,114,125,102,117,110,99,116,105,111,110,32,86,40,116,44,101,41,123,115,119,105,116,99,104,40,101,41,123,99,97,115,101,34,104,111,114,105,122,111,110,116,97,108,34,58,116,46,111,114,116,61,48,59,98,114,101,97,107,59,99,97,115,101,34,118,101,114,116,105,99,97,108,34,58,116,46,111,114,116,61,49,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,111,114,105,101,110,116,97,116,105,111,110,39,32,111,112,116,105,111,110,32,105,115,32,105,110,118,97,108,105,100,46,34,41,125,125,102,117,110,99,116,105,111,110,32,72,40,116,44,101,41,123,105,102,40,33,117,40,101,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,109,97,114,103,105,110,39,32,111,112,116,105,111,110,32,109,117,115,116,32,98,101,32,110,117,109,101,114,105,99,46,34,41,59,48,33,61,61,101,38,38,40,116,46,109,97,114,103,105,110,61,116,46,115,112,101,99,116,114,117,109,46,103,101,116,68,105,115,116,97,110,99,101,40,101,41,41,125,102,117,110,99,116,105,111,110,32,85,40,116,44,101,41,123,105,102,40,33,117,40,101,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,108,105,109,105,116,39,32,111,112,116,105,111,110,32,109,117,115,116,32,98,101,32,110,117,109,101,114,105,99,46,34,41,59,105,102,40,116,46,108,105,109,105,116,61,116,46,115,112,101,99,116,114,117,109,46,103,101,116,68,105,115,116,97,110,99,101,40,101,41,44,33,116,46,108,105,109,105,116,124,124,116,46,104,97,110,100,108,101,115,60,50,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,108,105,109,105,116,39,32,111,112,116,105,111,110,32,105,115,32,111,110,108,121,32,115,117,112,112,111,114,116,101,100,32,111,110,32,108,105,110,101,97,114,32,115,108,105,100,101,114,115,32,119,105,116,104,32,50,32,111,114,32,109,111,114,101,32,104,97,110,100,108,101,115,46,34,41,125,102,117,110,99,116,105,111,110,32,87,40,116,44,101,41,123,118,97,114,32,110,59,105,102,40,33,117,40,101,41,38,38,33,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,112,97,100,100,105,110,103,39,32,111,112,116,105,111,110,32,109,117,115,116,32,98,101,32,110,117,109,101,114,105,99,32,111,114,32,97,114,114,97,121,32,111,102,32,101,120,97,99,116,108,121,32,50,32,110,117,109,98,101,114,115,46,34,41,59,105,102,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,41,38,38,50,33,61,61,101,46,108,101,110,103,116,104,38,38,33,117,40,101,91,48,93,41,38,38,33,117,40,101,91,49,93,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,112,97,100,100,105,110,103,39,32,111,112,116,105,111,110,32,109,117,115,116,32,98,101,32,110,117,109,101,114,105,99,32,111,114,32,97,114,114,97,121,32,111,102,32,101,120,97,99,116,108,121,32,50,32,110,117,109,98,101,114,115,46,34,41,59,105,102,40,48,33,61,61,101,41,123,102,111,114,40,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,41,124,124,40,101,61,91,101,44,101,93,41,44,116,46,112,97,100,100,105,110,103,61,91,116,46,115,112,101,99,116,114,117,109,46,103,101,116,68,105,115,116,97,110,99,101,40,101,91,48,93,41,44,116,46,115,112,101,99,116,114,117,109,46,103,101,116,68,105,115,116,97,110,99,101,40,101,91,49,93,41,93,44,110,61,48,59,110,60,116,46,115,112,101,99,116,114,117,109,46,120,78,117,109,83,116,101,112,115,46,108,101,110,103,116,104,45,49,59,110,43,43,41,105,102,40,116,46,112,97,100,100,105,110,103,91,48,93,91,110,93,60,48,124,124,116,46,112,97,100,100,105,110,103,91,49,93,91,110,93,60,48,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,112,97,100,100,105,110,103,39,32,111,112,116,105,111,110,32,109,117,115,116,32,98,101,32,97,32,112,111,115,105,116,105,118,101,32,110,117,109,98,101,114,40,115,41,46,34,41,59,118,97,114,32,114,61,101,91,48,93,43,101,91,49,93,44,105,61,116,46,115,112,101,99,116,114,117,109,46,120,86,97,108,91,48,93,44,111,61,116,46,115,112,101,99,116,114,117,109,46,120,86,97,108,91,116,46,115,112,101,99,116,114,117,109,46,120,86,97,108,46,108,101,110,103,116,104,45,49,93,59,105,102,40,114,47,40,111,45,105,41,62,49,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,112,97,100,100,105,110,103,39,32,111,112,116,105,111,110,32,109,117,115,116,32,110,111,116,32,101,120,99,101,101,100,32,49,48,48,37,32,111,102,32,116,104,101,32,114,97,110,103,101,46,34,41,125,125,102,117,110,99,116,105,111,110,32,113,40,116,44,101,41,123,115,119,105,116,99,104,40,101,41,123,99,97,115,101,34,108,116,114,34,58,116,46,100,105,114,61,48,59,98,114,101,97,107,59,99,97,115,101,34,114,116,108,34,58,116,46,100,105,114,61,49,59,98,114,101,97,107,59,100,101,102,97,117,108,116,58,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,100,105,114,101,99,116,105,111,110,39,32,111,112,116,105,111,110,32,119,97,115,32,110,111,116,32,114,101,99,111,103,110,105,122,101,100,46,34,41,125,125,102,117,110,99,116,105,111,110,32,71,40,116,44,101,41,123,105,102,40,34,115,116,114,105,110,103,34,33,61,61,116,121,112,101,111,102,32,101,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,98,101,104,97,118,105,111,117,114,39,32,109,117,115,116,32,98,101,32,97,32,115,116,114,105,110,103,32,99,111,110,116,97,105,110,105,110,103,32,111,112,116,105,111,110,115,46,34,41,59,118,97,114,32,110,61,101,46,105,110,100,101,120,79,102,40,34,116,97,112,34,41,62,61,48,44,114,61,101,46,105,110,100,101,120,79,102,40,34,100,114,97,103,34,41,62,61,48,44,105,61,101,46,105,110,100,101,120,79,102,40,34,102,105,120,101,100,34,41,62,61,48,44,111,61,101,46,105,110,100,101,120,79,102,40,34,115,110,97,112,34,41,62,61,48,44,97,61,101,46,105,110,100,101,120,79,102,40,34,104,111,118,101,114,34,41,62,61,48,44,115,61,101,46,105,110,100,101,120,79,102,40,34,117,110,99,111,110,115,116,114,97,105,110,101,100,34,41,62,61,48,59,105,102,40,105,41,123,105,102,40,50,33,61,61,116,46,104,97,110,100,108,101,115,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,102,105,120,101,100,39,32,98,101,104,97,118,105,111,117,114,32,109,117,115,116,32,98,101,32,117,115,101,100,32,119,105,116,104,32,50,32,104,97,110,100,108,101,115,34,41,59,72,40,116,44,116,46,115,116,97,114,116,91,49,93,45,116,46,115,116,97,114,116,91,48,93,41,125,105,102,40,115,38,38,40,116,46,109,97,114,103,105,110,124,124,116,46,108,105,109,105,116,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,117,110,99,111,110,115,116,114,97,105,110,101,100,39,32,98,101,104,97,118,105,111,117,114,32,99,97,110,110,111,116,32,98,101,32,117,115,101,100,32,119,105,116,104,32,109,97,114,103,105,110,32,111,114,32,108,105,109,105,116,34,41,59,116,46,101,118,101,110,116,115,61,123,116,97,112,58,110,124,124,111,44,100,114,97,103,58,114,44,102,105,120,101,100,58,105,44,115,110,97,112,58,111,44,104,111,118,101,114,58,97,44,117,110,99,111,110,115,116,114,97,105,110,101,100,58,115,125,125,102,117,110,99,116,105,111,110,32,89,40,116,44,101,41,123,105,102,40,33,49,33,61,61,101,41,105,102,40,33,48,61,61,61,101,124,124,110,40,101,41,41,123,116,46,116,111,111,108,116,105,112,115,61,91,93,59,102,111,114,40,118,97,114,32,114,61,48,59,114,60,116,46,104,97,110,100,108,101,115,59,114,43,43,41,116,46,116,111,111,108,116,105,112,115,46,112,117,115,104,40,101,41,125,101,108,115,101,123,105,102,40,101,61,104,40,101,41,44,101,46,108,101,110,103,116,104,33,61,61,116,46,104,97,110,100,108,101,115,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,109,117,115,116,32,112,97,115,115,32,97,32,102,111,114,109,97,116,116,101,114,32,102,111,114,32,97,108,108,32,104,97,110,100,108,101,115,46,34,41,59,101,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,34,98,111,111,108,101,97,110,34,33,61,61,116,121,112,101,111,102,32,116,38,38,33,110,40,116,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,116,111,111,108,116,105,112,115,39,32,109,117,115,116,32,98,101,32,112,97,115,115,101,100,32,97,32,102,111,114,109,97,116,116,101,114,32,111,114,32,39,102,97,108,115,101,39,46,34,41,125,41,41,44,116,46,116,111,111,108,116,105,112,115,61,101,125,125,102,117,110,99,116,105,111,110,32,75,40,116,44,101,41,123,105,102,40,33,110,40,101,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,97,114,105,97,70,111,114,109,97,116,39,32,114,101,113,117,105,114,101,115,32,39,116,111,39,32,109,101,116,104,111,100,46,34,41,59,116,46,97,114,105,97,70,111,114,109,97,116,61,101,125,102,117,110,99,116,105,111,110,32,88,40,116,44,110,41,123,105,102,40,33,101,40,110,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,102,111,114,109,97,116,39,32,114,101,113,117,105,114,101,115,32,39,116,111,39,32,97,110,100,32,39,102,114,111,109,39,32,109,101,116,104,111,100,115,46,34,41,59,116,46,102,111,114,109,97,116,61,110,125,102,117,110,99,116,105,111,110,32,90,40,116,44,101,41,123,105,102,40,34,98,111,111,108,101,97,110,34,33,61,61,116,121,112,101,111,102,32,101,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,107,101,121,98,111,97,114,100,83,117,112,112,111,114,116,39,32,111,112,116,105,111,110,32,109,117,115,116,32,98,101,32,97,32,98,111,111,108,101,97,110,46,34,41,59,116,46,107,101,121,98,111,97,114,100,83,117,112,112,111,114,116,61,101,125,102,117,110,99,116,105,111,110,32,74,40,116,44,101,41,123,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,61,101,125,102,117,110,99,116,105,111,110,32,81,40,116,44,101,41,123,105,102,40,34,115,116,114,105,110,103,34,33,61,61,116,121,112,101,111,102,32,101,38,38,33,49,33,61,61,101,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,99,115,115,80,114,101,102,105,120,39,32,109,117,115,116,32,98,101,32,97,32,115,116,114,105,110,103,32,111,114,32,96,102,97,108,115,101,96,46,34,41,59,116,46,99,115,115,80,114,101,102,105,120,61,101,125,102,117,110,99,116,105,111,110,32,116,116,40,116,44,101,41,123,105,102,40,34,111,98,106,101,99,116,34,33,61,61,116,121,112,101,111,102,32,101,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,99,115,115,67,108,97,115,115,101,115,39,32,109,117,115,116,32,98,101,32,97,110,32,111,98,106,101,99,116,46,34,41,59,34,115,116,114,105,110,103,34,61,61,61,116,121,112,101,111,102,32,116,46,99,115,115,80,114,101,102,105,120,63,40,116,46,99,115,115,67,108,97,115,115,101,115,61,123,125,44,79,98,106,101,99,116,46,107,101,121,115,40,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,116,46,99,115,115,67,108,97,115,115,101,115,91,110,93,61,116,46,99,115,115,80,114,101,102,105,120,43,101,91,110,93,125,41,41,41,58,116,46,99,115,115,67,108,97,115,115,101,115,61,101,125,102,117,110,99,116,105,111,110,32,101,116,40,116,41,123,118,97,114,32,101,61,123,109,97,114,103,105,110,58,110,117,108,108,44,108,105,109,105,116,58,110,117,108,108,44,112,97,100,100,105,110,103,58,110,117,108,108,44,97,110,105,109,97,116,101,58,33,48,44,97,110,105,109,97,116,105,111,110,68,117,114,97,116,105,111,110,58,51,48,48,44,97,114,105,97,70,111,114,109,97,116,58,69,44,102,111,114,109,97,116,58,69,125,44,110,61,123,115,116,101,112,58,123,114,58,33,49,44,116,58,76,125,44,107,101,121,98,111,97,114,100,80,97,103,101,77,117,108,116,105,112,108,105,101,114,58,123,114,58,33,49,44,116,58,77,125,44,107,101,121,98,111,97,114,100,68,101,102,97,117,108,116,83,116,101,112,58,123,114,58,33,49,44,116,58,73,125,44,115,116,97,114,116,58,123,114,58,33,48,44,116,58,70,125,44,99,111,110,110,101,99,116,58,123,114,58,33,48,44,116,58,122,125,44,100,105,114,101,99,116,105,111,110,58,123,114,58,33,48,44,116,58,113,125,44,115,110,97,112,58,123,114,58,33,49,44,116,58,66,125,44,97,110,105,109,97,116,101,58,123,114,58,33,49,44,116,58,82,125,44,97,110,105,109,97,116,105,111,110,68,117,114,97,116,105,111,110,58,123,114,58,33,49,44,116,58,78,125,44,114,97,110,103,101,58,123,114,58,33,48,44,116,58,36,125,44,111,114,105,101,110,116,97,116,105,111,110,58,123,114,58,33,49,44,116,58,86,125,44,109,97,114,103,105,110,58,123,114,58,33,49,44,116,58,72,125,44,108,105,109,105,116,58,123,114,58,33,49,44,116,58,85,125,44,112,97,100,100,105,110,103,58,123,114,58,33,49,44,116,58,87,125,44,98,101,104,97,118,105,111,117,114,58,123,114,58,33,48,44,116,58,71,125,44,97,114,105,97,70,111,114,109,97,116,58,123,114,58,33,49,44,116,58,75,125,44,102,111,114,109,97,116,58,123,114,58,33,49,44,116,58,88,125,44,116,111,111,108,116,105,112,115,58,123,114,58,33,49,44,116,58,89,125,44,107,101,121,98,111,97,114,100,83,117,112,112,111,114,116,58,123,114,58,33,48,44,116,58,90,125,44,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,58,123,114,58,33,49,44,116,58,74,125,44,99,115,115,80,114,101,102,105,120,58,123,114,58,33,48,44,116,58,81,125,44,99,115,115,67,108,97,115,115,101,115,58,123,114,58,33,48,44,116,58,116,116,125,125,44,114,61,123,99,111,110,110,101,99,116,58,33,49,44,100,105,114,101,99,116,105,111,110,58,34,108,116,114,34,44,98,101,104,97,118,105,111,117,114,58,34,116,97,112,34,44,111,114,105,101,110,116,97,116,105,111,110,58,34,104,111,114,105,122,111,110,116,97,108,34,44,107,101,121,98,111,97,114,100,83,117,112,112,111,114,116,58,33,48,44,99,115,115,80,114,101,102,105,120,58,34,110,111,85,105,45,34,44,99,115,115,67,108,97,115,115,101,115,58,65,44,107,101,121,98,111,97,114,100,80,97,103,101,77,117,108,116,105,112,108,105,101,114,58,53,44,107,101,121,98,111,97,114,100,68,101,102,97,117,108,116,83,116,101,112,58,49,48,125,59,116,46,102,111,114,109,97,116,38,38,33,116,46,97,114,105,97,70,111,114,109,97,116,38,38,40,116,46,97,114,105,97,70,111,114,109,97,116,61,116,46,102,111,114,109,97,116,41,44,79,98,106,101,99,116,46,107,101,121,115,40,110,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,111,41,123,105,102,40,105,40,116,91,111,93,41,124,124,118,111,105,100,32,48,33,61,61,114,91,111,93,41,110,91,111,93,46,116,40,101,44,105,40,116,91,111,93,41,63,116,91,111,93,58,114,91,111,93,41,59,101,108,115,101,32,105,102,40,110,91,111,93,46,114,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,34,43,111,43,34,39,32,105,115,32,114,101,113,117,105,114,101,100,46,34,41,125,41,41,44,101,46,112,105,112,115,61,116,46,112,105,112,115,59,118,97,114,32,111,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,44,97,61,118,111,105,100,32,48,33,61,61,111,46,115,116,121,108,101,46,109,115,84,114,97,110,115,102,111,114,109,44,115,61,118,111,105,100,32,48,33,61,61,111,46,115,116,121,108,101,46,116,114,97,110,115,102,111,114,109,59,101,46,116,114,97,110,115,102,111,114,109,82,117,108,101,61,115,63,34,116,114,97,110,115,102,111,114,109,34,58,97,63,34,109,115,84,114,97,110,115,102,111,114,109,34,58,34,119,101,98,107,105,116,84,114,97,110,115,102,111,114,109,34,59,118,97,114,32,99,61,91,91,34,108,101,102,116,34,44,34,116,111,112,34,93,44,91,34,114,105,103,104,116,34,44,34,98,111,116,116,111,109,34,93,93,59,114,101,116,117,114,110,32,101,46,115,116,121,108,101,61,99,91,101,46,100,105,114,93,91,101,46,111,114,116,93,44,101,125,102,117,110,99,116,105,111,110,32,110,116,40,101,44,110,44,115,41,123,118,97,114,32,117,44,100,44,95,44,120,44,79,44,83,61,98,40,41,44,107,61,119,40,41,44,67,61,107,38,38,121,40,41,44,80,61,101,44,84,61,110,46,115,112,101,99,116,114,117,109,44,106,61,91,93,44,69,61,91,93,44,65,61,91,93,44,76,61,48,44,77,61,123,125,44,73,61,101,46,111,119,110,101,114,68,111,99,117,109,101,110,116,44,36,61,110,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,124,124,73,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,44,70,61,73,46,98,111,100,121,44,66,61,34,114,116,108,34,61,61,61,73,46,100,105,114,124,124,49,61,61,61,110,46,111,114,116,63,48,58,49,48,48,59,102,117,110,99,116,105,111,110,32,82,40,116,44,101,41,123,118,97,114,32,110,61,73,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,59,114,101,116,117,114,110,32,101,38,38,112,40,110,44,101,41,44,116,46,97,112,112,101,110,100,67,104,105,108,100,40,110,41,44,110,125,102,117,110,99,116,105,111,110,32,78,40,116,44,101,41,123,118,97,114,32,114,61,82,40,116,44,110,46,99,115,115,67,108,97,115,115,101,115,46,111,114,105,103,105,110,41,44,105,61,82,40,114,44,110,46,99,115,115,67,108,97,115,115,101,115,46,104,97,110,100,108,101,41,59,114,101,116,117,114,110,32,82,40,105,44,110,46,99,115,115,67,108,97,115,115,101,115,46,116,111,117,99,104,65,114,101,97,41,44,105,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,100,97,116,97,45,104,97,110,100,108,101,34,44,83,116,114,105,110,103,40,101,41,41,44,110,46,107,101,121,98,111,97,114,100,83,117,112,112,111,114,116,38,38,40,105,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,116,97,98,105,110,100,101,120,34,44,34,48,34,41,44,105,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,107,101,121,100,111,119,110,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,112,116,40,116,44,101,41,125,41,41,41,44,105,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,114,111,108,101,34,44,34,115,108,105,100,101,114,34,41,44,105,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,97,114,105,97,45,111,114,105,101,110,116,97,116,105,111,110,34,44,110,46,111,114,116,63,34,118,101,114,116,105,99,97,108,34,58,34,104,111,114,105,122,111,110,116,97,108,34,41,44,48,61,61,61,101,63,112,40,105,44,110,46,99,115,115,67,108,97,115,115,101,115,46,104,97,110,100,108,101,76,111,119,101,114,41,58,101,61,61,61,110,46,104,97,110,100,108,101,115,45,49,38,38,112,40,105,44,110,46,99,115,115,67,108,97,115,115,101,115,46,104,97,110,100,108,101,85,112,112,101,114,41,44,114,125,102,117,110,99,116,105,111,110,32,122,40,116,44,101,41,123,114,101,116,117,114,110,33,33,101,38,38,82,40,116,44,110,46,99,115,115,67,108,97,115,115,101,115,46,99,111,110,110,101,99,116,41,125,102,117,110,99,116,105,111,110,32,86,40,116,44,101,41,123,118,97,114,32,114,61,82,40,101,44,110,46,99,115,115,67,108,97,115,115,101,115,46,99,111,110,110,101,99,116,115,41,59,100,61,91,93,44,95,61,91,93,44,95,46,112,117,115,104,40,122,40,114,44,116,91,48,93,41,41,59,102,111,114,40,118,97,114,32,105,61,48,59,105,60,110,46,104,97,110,100,108,101,115,59,105,43,43,41,100,46,112,117,115,104,40,78,40,101,44,105,41,41,44,65,91,105,93,61,105,44,95,46,112,117,115,104,40,122,40,114,44,116,91,105,43,49,93,41,41,125,102,117,110,99,116,105,111,110,32,72,40,116,41,123,112,40,116,44,110,46,99,115,115,67,108,97,115,115,101,115,46,116,97,114,103,101,116,41,44,48,61,61,61,110,46,100,105,114,63,112,40,116,44,110,46,99,115,115,67,108,97,115,115,101,115,46,108,116,114,41,58,112,40,116,44,110,46,99,115,115,67,108,97,115,115,101,115,46,114,116,108,41,44,48,61,61,61,110,46,111,114,116,63,112,40,116,44,110,46,99,115,115,67,108,97,115,115,101,115,46,104,111,114,105,122,111,110,116,97,108,41,58,112,40,116,44,110,46,99,115,115,67,108,97,115,115,101,115,46,118,101,114,116,105,99,97,108,41,59,118,97,114,32,101,61,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,40,116,41,46,100,105,114,101,99,116,105,111,110,59,114,101,116,117,114,110,32,112,40,116,44,34,114,116,108,34,61,61,61,101,63,110,46,99,115,115,67,108,97,115,115,101,115,46,116,101,120,116,68,105,114,101,99,116,105,111,110,82,116,108,58,110,46,99,115,115,67,108,97,115,115,101,115,46,116,101,120,116,68,105,114,101,99,116,105,111,110,76,116,114,41,44,82,40,116,44,110,46,99,115,115,67,108,97,115,115,101,115,46,98,97,115,101,41,125,102,117,110,99,116,105,111,110,32,85,40,116,44,101,41,123,114,101,116,117,114,110,33,40,33,110,46,116,111,111,108,116,105,112,115,124,124,33,110,46,116,111,111,108,116,105,112,115,91,101,93,41,38,38,82,40,116,46,102,105,114,115,116,67,104,105,108,100,44,110,46,99,115,115,67,108,97,115,115,101,115,46,116,111,111,108,116,105,112,41,125,102,117,110,99,116,105,111,110,32,87,40,41,123,114,101,116,117,114,110,32,80,46,104,97,115,65,116,116,114,105,98,117,116,101,40,34,100,105,115,97,98,108,101,100,34,41,125,102,117,110,99,116,105,111,110,32,113,40,116,41,123,118,97,114,32,101,61,100,91,116,93,59,114,101,116,117,114,110,32,101,46,104,97,115,65,116,116,114,105,98,117,116,101,40,34,100,105,115,97,98,108,101,100,34,41,125,102,117,110,99,116,105,111,110,32,71,40,41,123,79,38,38,40,98,116,40,34,117,112,100,97,116,101,34,43,68,46,116,111,111,108,116,105,112,115,41,44,79,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,38,38,114,40,116,41,125,41,41,44,79,61,110,117,108,108,41,125,102,117,110,99,116,105,111,110,32,89,40,41,123,71,40,41,44,79,61,100,46,109,97,112,40,85,41,44,103,116,40,34,117,112,100,97,116,101,34,43,68,46,116,111,111,108,116,105,112,115,44,40,102,117,110,99,116,105,111,110,40,116,44,101,44,114,41,123,105,102,40,79,38,38,110,46,116,111,111,108,116,105,112,115,38,38,33,49,33,61,61,79,91,101,93,41,123,118,97,114,32,105,61,116,91,101,93,59,33,48,33,61,61,110,46,116,111,111,108,116,105,112,115,91,101,93,38,38,40,105,61,110,46,116,111,111,108,116,105,112,115,91,101,93,46,116,111,40,114,91,101,93,41,41,44,79,91,101,93,46,105,110,110,101,114,72,84,77,76,61,105,125,125,41,41,125,102,117,110,99,116,105,111,110,32,75,40,41,123,98,116,40,34,117,112,100,97,116,101,34,43,68,46,97,114,105,97,41,44,103,116,40,34,117,112,100,97,116,101,34,43,68,46,97,114,105,97,44,40,102,117,110,99,116,105,111,110,40,116,44,101,44,114,44,105,44,111,41,123,65,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,100,91,116,93,44,105,61,119,116,40,69,44,116,44,48,44,33,48,44,33,48,44,33,48,41,44,97,61,119,116,40,69,44,116,44,49,48,48,44,33,48,44,33,48,44,33,48,41,44,115,61,111,91,116,93,44,99,61,83,116,114,105,110,103,40,110,46,97,114,105,97,70,111,114,109,97,116,46,116,111,40,114,91,116,93,41,41,59,105,61,84,46,102,114,111,109,83,116,101,112,112,105,110,103,40,105,41,46,116,111,70,105,120,101,100,40,49,41,44,97,61,84,46,102,114,111,109,83,116,101,112,112,105,110,103,40,97,41,46,116,111,70,105,120,101,100,40,49,41,44,115,61,84,46,102,114,111,109,83,116,101,112,112,105,110,103,40,115,41,46,116,111,70,105,120,101,100,40,49,41,44,101,46,99,104,105,108,100,114,101,110,91,48,93,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,97,114,105,97,45,118,97,108,117,101,109,105,110,34,44,105,41,44,101,46,99,104,105,108,100,114,101,110,91,48,93,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,97,114,105,97,45,118,97,108,117,101,109,97,120,34,44,97,41,44,101,46,99,104,105,108,100,114,101,110,91,48,93,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,97,114,105,97,45,118,97,108,117,101,110,111,119,34,44,115,41,44,101,46,99,104,105,108,100,114,101,110,91,48,93,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,97,114,105,97,45,118,97,108,117,101,116,101,120,116,34,44,99,41,125,41,41,125,41,41,125,102,117,110,99,116,105,111,110,32,88,40,101,41,123,105,102,40,101,46,109,111,100,101,61,61,61,116,46,80,105,112,115,77,111,100,101,46,82,97,110,103,101,124,124,101,46,109,111,100,101,61,61,61,116,46,80,105,112,115,77,111,100,101,46,83,116,101,112,115,41,114,101,116,117,114,110,32,84,46,120,86,97,108,59,105,102,40,101,46,109,111,100,101,61,61,61,116,46,80,105,112,115,77,111,100,101,46,67,111,117,110,116,41,123,105,102,40,101,46,118,97,108,117,101,115,60,50,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,39,118,97,108,117,101,115,39,32,40,62,61,32,50,41,32,114,101,113,117,105,114,101,100,32,102,111,114,32,109,111,100,101,32,39,99,111,117,110,116,39,46,34,41,59,118,97,114,32,110,61,101,46,118,97,108,117,101,115,45,49,44,114,61,49,48,48,47,110,44,105,61,91,93,59,119,104,105,108,101,40,110,45,45,41,105,91,110,93,61,110,42,114,59,114,101,116,117,114,110,32,105,46,112,117,115,104,40,49,48,48,41,44,90,40,105,44,101,46,115,116,101,112,112,101,100,41,125,114,101,116,117,114,110,32,101,46,109,111,100,101,61,61,61,116,46,80,105,112,115,77,111,100,101,46,80,111,115,105,116,105,111,110,115,63,90,40,101,46,118,97,108,117,101,115,44,101,46,115,116,101,112,112,101,100,41,58,101,46,109,111,100,101,61,61,61,116,46,80,105,112,115,77,111,100,101,46,86,97,108,117,101,115,63,101,46,115,116,101,112,112,101,100,63,101,46,118,97,108,117,101,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,84,46,102,114,111,109,83,116,101,112,112,105,110,103,40,84,46,103,101,116,83,116,101,112,40,84,46,116,111,83,116,101,112,112,105,110,103,40,116,41,41,41,125,41,41,58,101,46,118,97,108,117,101,115,58,91,93,125,102,117,110,99,116,105,111,110,32,90,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,84,46,102,114,111,109,83,116,101,112,112,105,110,103,40,101,63,84,46,103,101,116,83,116,101,112,40,116,41,58,116,41,125,41,41,125,102,117,110,99,116,105,111,110,32,74,40,101,41,123,102,117,110,99,116,105,111,110,32,110,40,116,44,101,41,123,114,101,116,117,114,110,32,78,117,109,98,101,114,40,40,116,43,101,41,46,116,111,70,105,120,101,100,40,55,41,41,125,118,97,114,32,114,61,88,40,101,41,44,105,61,123,125,44,111,61,84,46,120,86,97,108,91,48,93,44,115,61,84,46,120,86,97,108,91,84,46,120,86,97,108,46,108,101,110,103,116,104,45,49,93,44,99,61,33,49,44,117,61,33,49,44,108,61,48,59,114,101,116,117,114,110,32,114,61,97,40,114,46,115,108,105,99,101,40,41,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,45,101,125,41,41,41,44,114,91,48,93,33,61,61,111,38,38,40,114,46,117,110,115,104,105,102,116,40,111,41,44,99,61,33,48,41,44,114,91,114,46,108,101,110,103,116,104,45,49,93,33,61,61,115,38,38,40,114,46,112,117,115,104,40,115,41,44,117,61,33,48,41,44,114,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,111,44,97,41,123,118,97,114,32,115,44,102,44,104,44,100,44,112,44,118,44,103,44,109,44,98,44,121,44,119,61,111,44,95,61,114,91,97,43,49,93,44,120,61,101,46,109,111,100,101,61,61,61,116,46,80,105,112,115,77,111,100,101,46,83,116,101,112,115,59,102,111,114,40,120,38,38,40,115,61,84,46,120,78,117,109,83,116,101,112,115,91,97,93,41,44,115,124,124,40,115,61,95,45,119,41,44,118,111,105,100,32,48,61,61,61,95,38,38,40,95,61,119,41,44,115,61,77,97,116,104,46,109,97,120,40,115,44,49,101,45,55,41,44,102,61,119,59,102,60,61,95,59,102,61,110,40,102,44,115,41,41,123,102,111,114,40,100,61,84,46,116,111,83,116,101,112,112,105,110,103,40,102,41,44,112,61,100,45,108,44,109,61,112,47,40,101,46,100,101,110,115,105,116,121,124,124,49,41,44,98,61,77,97,116,104,46,114,111,117,110,100,40,109,41,44,121,61,112,47,98,44,104,61,49,59,104,60,61,98,59,104,43,61,49,41,118,61,108,43,104,42,121,44,105,91,118,46,116,111,70,105,120,101,100,40,53,41,93,61,91,84,46,102,114,111,109,83,116,101,112,112,105,110,103,40,118,41,44,48,93,59,103,61,114,46,105,110,100,101,120,79,102,40,102,41,62,45,49,63,116,46,80,105,112,115,84,121,112,101,46,76,97,114,103,101,86,97,108,117,101,58,120,63,116,46,80,105,112,115,84,121,112,101,46,83,109,97,108,108,86,97,108,117,101,58,116,46,80,105,112,115,84,121,112,101,46,78,111,86,97,108,117,101,44,33,97,38,38,99,38,38,102,33,61,61,95,38,38,40,103,61,48,41,44,102,61,61,61,95,38,38,117,124,124,40,105,91,100,46,116,111,70,105,120,101,100,40,53,41,93,61,91,102,44,103,93,41,44,108,61,100,125,125,41,41,44,105,125,102,117,110,99,116,105,111,110,32,81,40,101,44,114,44,105,41,123,118,97,114,32,111,44,97,44,115,61,73,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,100,105,118,34,41,44,99,61,40,111,61,123,125,44,111,91,116,46,80,105,112,115,84,121,112,101,46,78,111,110,101,93,61,34,34,44,111,91,116,46,80,105,112,115,84,121,112,101,46,78,111,86,97,108,117,101,93,61,110,46,99,115,115,67,108,97,115,115,101,115,46,118,97,108,117,101,78,111,114,109,97,108,44,111,91,116,46,80,105,112,115,84,121,112,101,46,76,97,114,103,101,86,97,108,117,101,93,61,110,46,99,115,115,67,108,97,115,115,101,115,46,118,97,108,117,101,76,97,114,103,101,44,111,91,116,46,80,105,112,115,84,121,112,101,46,83,109,97,108,108,86,97,108,117,101,93,61,110,46,99,115,115,67,108,97,115,115,101,115,46,118,97,108,117,101,83,117,98,44,111,41,44,117,61,40,97,61,123,125,44,97,91,116,46,80,105,112,115,84,121,112,101,46,78,111,110,101,93,61,34,34,44,97,91,116,46,80,105,112,115,84,121,112,101,46,78,111,86,97,108,117,101,93,61,110,46,99,115,115,67,108,97,115,115,101,115,46,109,97,114,107,101,114,78,111,114,109,97,108,44,97,91,116,46,80,105,112,115,84,121,112,101,46,76,97,114,103,101,86,97,108,117,101,93,61,110,46,99,115,115,67,108,97,115,115,101,115,46,109,97,114,107,101,114,76,97,114,103,101,44,97,91,116,46,80,105,112,115,84,121,112,101,46,83,109,97,108,108,86,97,108,117,101,93,61,110,46,99,115,115,67,108,97,115,115,101,115,46,109,97,114,107,101,114,83,117,98,44,97,41,44,108,61,91,110,46,99,115,115,67,108,97,115,115,101,115,46,118,97,108,117,101,72,111,114,105,122,111,110,116,97,108,44,110,46,99,115,115,67,108,97,115,115,101,115,46,118,97,108,117,101,86,101,114,116,105,99,97,108,93,44,102,61,91,110,46,99,115,115,67,108,97,115,115,101,115,46,109,97,114,107,101,114,72,111,114,105,122,111,110,116,97,108,44,110,46,99,115,115,67,108,97,115,115,101,115,46,109,97,114,107,101,114,86,101,114,116,105,99,97,108,93,59,102,117,110,99,116,105,111,110,32,104,40,116,44,101,41,123,118,97,114,32,114,61,101,61,61,61,110,46,99,115,115,67,108,97,115,115,101,115,46,118,97,108,117,101,44,105,61,114,63,108,58,102,44,111,61,114,63,99,58,117,59,114,101,116,117,114,110,32,101,43,34,32,34,43,105,91,110,46,111,114,116,93,43,34,32,34,43,111,91,116,93,125,102,117,110,99,116,105,111,110,32,100,40,101,44,111,44,97,41,123,105,102,40,97,61,114,63,114,40,111,44,97,41,58,97,44,97,33,61,61,116,46,80,105,112,115,84,121,112,101,46,78,111,110,101,41,123,118,97,114,32,99,61,82,40,115,44,33,49,41,59,99,46,99,108,97,115,115,78,97,109,101,61,104,40,97,44,110,46,99,115,115,67,108,97,115,115,101,115,46,109,97,114,107,101,114,41,44,99,46,115,116,121,108,101,91,110,46,115,116,121,108,101,93,61,101,43,34,37,34,44,97,62,116,46,80,105,112,115,84,121,112,101,46,78,111,86,97,108,117,101,38,38,40,99,61,82,40,115,44,33,49,41,44,99,46,99,108,97,115,115,78,97,109,101,61,104,40,97,44,110,46,99,115,115,67,108,97,115,115,101,115,46,118,97,108,117,101,41,44,99,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,100,97,116,97,45,118,97,108,117,101,34,44,83,116,114,105,110,103,40,111,41,41,44,99,46,115,116,121,108,101,91,110,46,115,116,121,108,101,93,61,101,43,34,37,34,44,99,46,105,110,110,101,114,72,84,77,76,61,83,116,114,105,110,103,40,105,46,116,111,40,111,41,41,41,125,125,114,101,116,117,114,110,32,112,40,115,44,110,46,99,115,115,67,108,97,115,115,101,115,46,112,105,112,115,41,44,112,40,115,44,48,61,61,61,110,46,111,114,116,63,110,46,99,115,115,67,108,97,115,115,101,115,46,112,105,112,115,72,111,114,105,122,111,110,116,97,108,58,110,46,99,115,115,67,108,97,115,115,101,115,46,112,105,112,115,86,101,114,116,105,99,97,108,41,44,79,98,106,101,99,116,46,107,101,121,115,40,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,100,40,116,44,101,91,116,93,91,48,93,44,101,91,116,93,91,49,93,41,125,41,41,44,115,125,102,117,110,99,116,105,111,110,32,116,116,40,41,123,120,38,38,40,114,40,120,41,44,120,61,110,117,108,108,41,125,102,117,110,99,116,105,111,110,32,110,116,40,116,41,123,116,116,40,41,59,118,97,114,32,101,61,74,40,116,41,44,110,61,116,46,102,105,108,116,101,114,44,114,61,116,46,102,111,114,109,97,116,124,124,123,116,111,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,83,116,114,105,110,103,40,77,97,116,104,46,114,111,117,110,100,40,116,41,41,125,125,59,114,101,116,117,114,110,32,120,61,80,46,97,112,112,101,110,100,67,104,105,108,100,40,81,40,101,44,110,44,114,41,41,44,120,125,102,117,110,99,116,105,111,110,32,114,116,40,41,123,118,97,114,32,116,61,117,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,44,101,61,34,111,102,102,115,101,116,34,43,91,34,87,105,100,116,104,34,44,34,72,101,105,103,104,116,34,93,91,110,46,111,114,116,93,59,114,101,116,117,114,110,32,48,61,61,61,110,46,111,114,116,63,116,46,119,105,100,116,104,124,124,117,91,101,93,58,116,46,104,101,105,103,104,116,124,124,117,91,101,93,125,102,117,110,99,116,105,111,110,32,105,116,40,116,44,101,44,114,44,105,41,123,118,97,114,32,111,61,102,117,110,99,116,105,111,110,40,111,41,123,118,97,114,32,97,61,111,116,40,111,44,105,46,112,97,103,101,79,102,102,115,101,116,44,105,46,116,97,114,103,101,116,124,124,101,41,59,114,101,116,117,114,110,33,33,97,38,38,40,33,40,87,40,41,38,38,33,105,46,100,111,78,111,116,82,101,106,101,99,116,41,38,38,40,33,40,103,40,80,44,110,46,99,115,115,67,108,97,115,115,101,115,46,116,97,112,41,38,38,33,105,46,100,111,78,111,116,82,101,106,101,99,116,41,38,38,40,33,40,116,61,61,61,83,46,115,116,97,114,116,38,38,118,111,105,100,32,48,33,61,61,97,46,98,117,116,116,111,110,115,38,38,97,46,98,117,116,116,111,110,115,62,49,41,38,38,40,40,33,105,46,104,111,118,101,114,124,124,33,97,46,98,117,116,116,111,110,115,41,38,38,40,67,124,124,97,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,97,46,99,97,108,99,80,111,105,110,116,61,97,46,112,111,105,110,116,115,91,110,46,111,114,116,93,44,118,111,105,100,32,114,40,97,44,105,41,41,41,41,41,41,125,44,97,61,91,93,59,114,101,116,117,114,110,32,116,46,115,112,108,105,116,40,34,32,34,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,101,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,116,44,111,44,33,33,67,38,38,123,112,97,115,115,105,118,101,58,33,48,125,41,44,97,46,112,117,115,104,40,91,116,44,111,93,41,125,41,41,44,97,125,102,117,110,99,116,105,111,110,32,111,116,40,116,44,101,44,110,41,123,118,97,114,32,114,61,48,61,61,61,116,46,116,121,112,101,46,105,110,100,101,120,79,102,40,34,116,111,117,99,104,34,41,44,105,61,48,61,61,61,116,46,116,121,112,101,46,105,110,100,101,120,79,102,40,34,109,111,117,115,101,34,41,44,111,61,48,61,61,61,116,46,116,121,112,101,46,105,110,100,101,120,79,102,40,34,112,111,105,110,116,101,114,34,41,44,97,61,48,44,115,61,48,59,105,102,40,48,61,61,61,116,46,116,121,112,101,46,105,110,100,101,120,79,102,40,34,77,83,80,111,105,110,116,101,114,34,41,38,38,40,111,61,33,48,41,44,34,109,111,117,115,101,100,111,119,110,34,61,61,61,116,46,116,121,112,101,38,38,33,116,46,98,117,116,116,111,110,115,38,38,33,116,46,116,111,117,99,104,101,115,41,114,101,116,117,114,110,33,49,59,105,102,40,114,41,123,118,97,114,32,99,61,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,101,46,116,97,114,103,101,116,59,114,101,116,117,114,110,32,114,61,61,61,110,124,124,110,46,99,111,110,116,97,105,110,115,40,114,41,124,124,116,46,99,111,109,112,111,115,101,100,38,38,116,46,99,111,109,112,111,115,101,100,80,97,116,104,40,41,46,115,104,105,102,116,40,41,61,61,61,110,125,59,105,102,40,34,116,111,117,99,104,115,116,97,114,116,34,61,61,61,116,46,116,121,112,101,41,123,118,97,114,32,117,61,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,46,102,105,108,116,101,114,46,99,97,108,108,40,116,46,116,111,117,99,104,101,115,44,99,41,59,105,102,40,117,46,108,101,110,103,116,104,62,49,41,114,101,116,117,114,110,33,49,59,97,61,117,91,48,93,46,112,97,103,101,88,44,115,61,117,91,48,93,46,112,97,103,101,89,125,101,108,115,101,123,118,97,114,32,108,61,65,114,114,97,121,46,112,114,111,116,111,116,121,112,101,46,102,105,110,100,46,99,97,108,108,40,116,46,99,104,97,110,103,101,100,84,111,117,99,104,101,115,44,99,41,59,105,102,40,33,108,41,114,101,116,117,114,110,33,49,59,97,61,108,46,112,97,103,101,88,44,115,61,108,46,112,97,103,101,89,125,125,114,101,116,117,114,110,32,101,61,101,124,124,109,40,73,41,44,40,105,124,124,111,41,38,38,40,97,61,116,46,99,108,105,101,110,116,88,43,101,46,120,44,115,61,116,46,99,108,105,101,110,116,89,43,101,46,121,41,44,116,46,112,97,103,101,79,102,102,115,101,116,61,101,44,116,46,112,111,105,110,116,115,61,91,97,44,115,93,44,116,46,99,117,114,115,111,114,61,105,124,124,111,44,116,125,102,117,110,99,116,105,111,110,32,97,116,40,116,41,123,118,97,114,32,101,61,116,45,99,40,117,44,110,46,111,114,116,41,44,114,61,49,48,48,42,101,47,114,116,40,41,59,114,101,116,117,114,110,32,114,61,102,40,114,41,44,110,46,100,105,114,63,49,48,48,45,114,58,114,125,102,117,110,99,116,105,111,110,32,115,116,40,116,41,123,118,97,114,32,101,61,49,48,48,44,110,61,33,49,59,114,101,116,117,114,110,32,100,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,114,44,105,41,123,105,102,40,33,113,40,105,41,41,123,118,97,114,32,111,61,69,91,105,93,44,97,61,77,97,116,104,46,97,98,115,40,111,45,116,41,44,115,61,49,48,48,61,61,61,97,38,38,49,48,48,61,61,61,101,44,99,61,97,60,101,44,117,61,97,60,61,101,38,38,116,62,111,59,40,99,124,124,117,124,124,115,41,38,38,40,110,61,105,44,101,61,97,41,125,125,41,41,44,110,125,102,117,110,99,116,105,111,110,32,99,116,40,116,44,101,41,123,34,109,111,117,115,101,111,117,116,34,61,61,61,116,46,116,121,112,101,38,38,34,72,84,77,76,34,61,61,61,116,46,116,97,114,103,101,116,46,110,111,100,101,78,97,109,101,38,38,110,117,108,108,61,61,61,116,46,114,101,108,97,116,101,100,84,97,114,103,101,116,38,38,108,116,40,116,44,101,41,125,102,117,110,99,116,105,111,110,32,117,116,40,116,44,101,41,123,105,102,40,45,49,61,61,61,110,97,118,105,103,97,116,111,114,46,97,112,112,86,101,114,115,105,111,110,46,105,110,100,101,120,79,102,40,34,77,83,73,69,32,57,34,41,38,38,48,61,61,61,116,46,98,117,116,116,111,110,115,38,38,48,33,61,61,101,46,98,117,116,116,111,110,115,80,114,111,112,101,114,116,121,41,114,101,116,117,114,110,32,108,116,40,116,44,101,41,59,118,97,114,32,114,61,40,110,46,100,105,114,63,45,49,58,49,41,42,40,116,46,99,97,108,99,80,111,105,110,116,45,101,46,115,116,97,114,116,67,97,108,99,80,111,105,110,116,41,44,105,61,49,48,48,42,114,47,101,46,98,97,115,101,83,105,122,101,59,120,116,40,114,62,48,44,105,44,101,46,108,111,99,97,116,105,111,110,115,44,101,46,104,97,110,100,108,101,78,117,109,98,101,114,115,44,101,46,99,111,110,110,101,99,116,41,125,102,117,110,99,116,105,111,110,32,108,116,40,116,44,101,41,123,101,46,104,97,110,100,108,101,38,38,40,118,40,101,46,104,97,110,100,108,101,44,110,46,99,115,115,67,108,97,115,115,101,115,46,97,99,116,105,118,101,41,44,76,45,61,49,41,44,101,46,108,105,115,116,101,110,101,114,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,36,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,116,91,48,93,44,116,91,49,93,41,125,41,41,44,48,61,61,61,76,38,38,40,118,40,80,44,110,46,99,115,115,67,108,97,115,115,101,115,46,100,114,97,103,41,44,107,116,40,41,44,116,46,99,117,114,115,111,114,38,38,40,70,46,115,116,121,108,101,46,99,117,114,115,111,114,61,34,34,44,70,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,115,101,108,101,99,116,115,116,97,114,116,34,44,111,41,41,41,44,101,46,104,97,110,100,108,101,78,117,109,98,101,114,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,121,116,40,34,99,104,97,110,103,101,34,44,116,41,44,121,116,40,34,115,101,116,34,44,116,41,44,121,116,40,34,101,110,100,34,44,116,41,125,41,41,125,102,117,110,99,116,105,111,110,32,102,116,40,116,44,101,41,123,105,102,40,33,101,46,104,97,110,100,108,101,78,117,109,98,101,114,115,46,115,111,109,101,40,113,41,41,123,118,97,114,32,114,59,105,102,40,49,61,61,61,101,46,104,97,110,100,108,101,78,117,109,98,101,114,115,46,108,101,110,103,116,104,41,123,118,97,114,32,105,61,100,91,101,46,104,97,110,100,108,101,78,117,109,98,101,114,115,91,48,93,93,59,114,61,105,46,99,104,105,108,100,114,101,110,91,48,93,44,76,43,61,49,44,112,40,114,44,110,46,99,115,115,67,108,97,115,115,101,115,46,97,99,116,105,118,101,41,125,116,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,59,118,97,114,32,97,61,91,93,44,115,61,105,116,40,83,46,109,111,118,101,44,36,44,117,116,44,123,116,97,114,103,101,116,58,116,46,116,97,114,103,101,116,44,104,97,110,100,108,101,58,114,44,99,111,110,110,101,99,116,58,101,46,99,111,110,110,101,99,116,44,108,105,115,116,101,110,101,114,115,58,97,44,115,116,97,114,116,67,97,108,99,80,111,105,110,116,58,116,46,99,97,108,99,80,111,105,110,116,44,98,97,115,101,83,105,122,101,58,114,116,40,41,44,112,97,103,101,79,102,102,115,101,116,58,116,46,112,97,103,101,79,102,102,115,101,116,44,104,97,110,100,108,101,78,117,109,98,101,114,115,58,101,46,104,97,110,100,108,101,78,117,109,98,101,114,115,44,98,117,116,116,111,110,115,80,114,111,112,101,114,116,121,58,116,46,98,117,116,116,111,110,115,44,108,111,99,97,116,105,111,110,115,58,69,46,115,108,105,99,101,40,41,125,41,44,99,61,105,116,40,83,46,101,110,100,44,36,44,108,116,44,123,116,97,114,103,101,116,58,116,46,116,97,114,103,101,116,44,104,97,110,100,108,101,58,114,44,108,105,115,116,101,110,101,114,115,58,97,44,100,111,78,111,116,82,101,106,101,99,116,58,33,48,44,104,97,110,100,108,101,78,117,109,98,101,114,115,58,101,46,104,97,110,100,108,101,78,117,109,98,101,114,115,125,41,44,117,61,105,116,40,34,109,111,117,115,101,111,117,116,34,44,36,44,99,116,44,123,116,97,114,103,101,116,58,116,46,116,97,114,103,101,116,44,104,97,110,100,108,101,58,114,44,108,105,115,116,101,110,101,114,115,58,97,44,100,111,78,111,116,82,101,106,101,99,116,58,33,48,44,104,97,110,100,108,101,78,117,109,98,101,114,115,58,101,46,104,97,110,100,108,101,78,117,109,98,101,114,115,125,41,59,97,46,112,117,115,104,46,97,112,112,108,121,40,97,44,115,46,99,111,110,99,97,116,40,99,44,117,41,41,44,116,46,99,117,114,115,111,114,38,38,40,70,46,115,116,121,108,101,46,99,117,114,115,111,114,61,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,40,116,46,116,97,114,103,101,116,41,46,99,117,114,115,111,114,44,100,46,108,101,110,103,116,104,62,49,38,38,112,40,80,44,110,46,99,115,115,67,108,97,115,115,101,115,46,100,114,97,103,41,44,70,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,115,101,108,101,99,116,115,116,97,114,116,34,44,111,44,33,49,41,41,44,101,46,104,97,110,100,108,101,78,117,109,98,101,114,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,121,116,40,34,115,116,97,114,116,34,44,116,41,125,41,41,125,125,102,117,110,99,116,105,111,110,32,104,116,40,116,41,123,116,46,115,116,111,112,80,114,111,112,97,103,97,116,105,111,110,40,41,59,118,97,114,32,101,61,97,116,40,116,46,99,97,108,99,80,111,105,110,116,41,44,114,61,115,116,40,101,41,59,33,49,33,61,61,114,38,38,40,110,46,101,118,101,110,116,115,46,115,110,97,112,124,124,108,40,80,44,110,46,99,115,115,67,108,97,115,115,101,115,46,116,97,112,44,110,46,97,110,105,109,97,116,105,111,110,68,117,114,97,116,105,111,110,41,44,67,116,40,114,44,101,44,33,48,44,33,48,41,44,107,116,40,41,44,121,116,40,34,115,108,105,100,101,34,44,114,44,33,48,41,44,121,116,40,34,117,112,100,97,116,101,34,44,114,44,33,48,41,44,121,116,40,34,99,104,97,110,103,101,34,44,114,44,33,48,41,44,121,116,40,34,115,101,116,34,44,114,44,33,48,41,44,110,46,101,118,101,110,116,115,46,115,110,97,112,38,38,102,116,40,116,44,123,104,97,110,100,108,101,78,117,109,98,101,114,115,58,91,114,93,125,41,41,125,102,117,110,99,116,105,111,110,32,100,116,40,116,41,123,118,97,114,32,101,61,97,116,40,116,46,99,97,108,99,80,111,105,110,116,41,44,110,61,84,46,103,101,116,83,116,101,112,40,101,41,44,114,61,84,46,102,114,111,109,83,116,101,112,112,105,110,103,40,110,41,59,79,98,106,101,99,116,46,107,101,121,115,40,77,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,34,104,111,118,101,114,34,61,61,61,116,46,115,112,108,105,116,40,34,46,34,41,91,48,93,38,38,77,91,116,93,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,99,97,108,108,40,66,116,44,114,41,125,41,41,125,41,41,125,102,117,110,99,116,105,111,110,32,112,116,40,116,44,101,41,123,105,102,40,87,40,41,124,124,113,40,101,41,41,114,101,116,117,114,110,33,49,59,118,97,114,32,114,61,91,34,76,101,102,116,34,44,34,82,105,103,104,116,34,93,44,105,61,91,34,68,111,119,110,34,44,34,85,112,34,93,44,111,61,91,34,80,97,103,101,68,111,119,110,34,44,34,80,97,103,101,85,112,34,93,44,97,61,91,34,72,111,109,101,34,44,34,69,110,100,34,93,59,110,46,100,105,114,38,38,33,110,46,111,114,116,63,114,46,114,101,118,101,114,115,101,40,41,58,110,46,111,114,116,38,38,33,110,46,100,105,114,38,38,40,105,46,114,101,118,101,114,115,101,40,41,44,111,46,114,101,118,101,114,115,101,40,41,41,59,118,97,114,32,115,44,99,61,116,46,107,101,121,46,114,101,112,108,97,99,101,40,34,65,114,114,111,119,34,44,34,34,41,44,117,61,99,61,61,61,111,91,48,93,44,108,61,99,61,61,61,111,91,49,93,44,102,61,99,61,61,61,105,91,48,93,124,124,99,61,61,61,114,91,48,93,124,124,117,44,104,61,99,61,61,61,105,91,49,93,124,124,99,61,61,61,114,91,49,93,124,124,108,44,100,61,99,61,61,61,97,91,48,93,44,112,61,99,61,61,61,97,91,49,93,59,105,102,40,33,102,38,38,33,104,38,38,33,100,38,38,33,112,41,114,101,116,117,114,110,33,48,59,105,102,40,116,46,112,114,101,118,101,110,116,68,101,102,97,117,108,116,40,41,44,104,124,124,102,41,123,118,97,114,32,118,61,110,46,107,101,121,98,111,97,114,100,80,97,103,101,77,117,108,116,105,112,108,105,101,114,44,103,61,102,63,48,58,49,44,109,61,77,116,40,101,41,44,98,61,109,91,103,93,59,105,102,40,110,117,108,108,61,61,61,98,41,114,101,116,117,114,110,33,49,59,33,49,61,61,61,98,38,38,40,98,61,84,46,103,101,116,68,101,102,97,117,108,116,83,116,101,112,40,69,91,101,93,44,102,44,110,46,107,101,121,98,111,97,114,100,68,101,102,97,117,108,116,83,116,101,112,41,41,44,40,108,124,124,117,41,38,38,40,98,42,61,118,41,44,98,61,77,97,116,104,46,109,97,120,40,98,44,49,101,45,55,41,44,98,42,61,102,63,45,49,58,49,44,115,61,106,91,101,93,43,98,125,101,108,115,101,32,115,61,112,63,110,46,115,112,101,99,116,114,117,109,46,120,86,97,108,91,110,46,115,112,101,99,116,114,117,109,46,120,86,97,108,46,108,101,110,103,116,104,45,49,93,58,110,46,115,112,101,99,116,114,117,109,46,120,86,97,108,91,48,93,59,114,101,116,117,114,110,32,67,116,40,101,44,84,46,116,111,83,116,101,112,112,105,110,103,40,115,41,44,33,48,44,33,48,41,44,121,116,40,34,115,108,105,100,101,34,44,101,41,44,121,116,40,34,117,112,100,97,116,101,34,44,101,41,44,121,116,40,34,99,104,97,110,103,101,34,44,101,41,44,121,116,40,34,115,101,116,34,44,101,41,44,33,49,125,102,117,110,99,116,105,111,110,32,118,116,40,116,41,123,116,46,102,105,120,101,100,124,124,100,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,116,40,83,46,115,116,97,114,116,44,116,46,99,104,105,108,100,114,101,110,91,48,93,44,102,116,44,123,104,97,110,100,108,101,78,117,109,98,101,114,115,58,91,101,93,125,41,125,41,41,44,116,46,116,97,112,38,38,105,116,40,83,46,115,116,97,114,116,44,117,44,104,116,44,123,125,41,44,116,46,104,111,118,101,114,38,38,105,116,40,83,46,109,111,118,101,44,117,44,100,116,44,123,104,111,118,101,114,58,33,48,125,41,44,116,46,100,114,97,103,38,38,95,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,44,114,41,123,105,102,40,33,49,33,61,61,101,38,38,48,33,61,61,114,38,38,114,33,61,61,95,46,108,101,110,103,116,104,45,49,41,123,118,97,114,32,105,61,100,91,114,45,49,93,44,111,61,100,91,114,93,44,97,61,91,101,93,59,112,40,101,44,110,46,99,115,115,67,108,97,115,115,101,115,46,100,114,97,103,103,97,98,108,101,41,44,116,46,102,105,120,101,100,38,38,40,97,46,112,117,115,104,40,105,46,99,104,105,108,100,114,101,110,91,48,93,41,44,97,46,112,117,115,104,40,111,46,99,104,105,108,100,114,101,110,91,48,93,41,41,44,97,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,105,116,40,83,46,115,116,97,114,116,44,116,44,102,116,44,123,104,97,110,100,108,101,115,58,91,105,44,111,93,44,104,97,110,100,108,101,78,117,109,98,101,114,115,58,91,114,45,49,44,114,93,44,99,111,110,110,101,99,116,58,101,125,41,125,41,41,125,125,41,41,125,102,117,110,99,116,105,111,110,32,103,116,40,116,44,101,41,123,77,91,116,93,61,77,91,116,93,124,124,91,93,44,77,91,116,93,46,112,117,115,104,40,101,41,44,34,117,112,100,97,116,101,34,61,61,61,116,46,115,112,108,105,116,40,34,46,34,41,91,48,93,38,38,100,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,121,116,40,34,117,112,100,97,116,101,34,44,101,41,125,41,41,125,102,117,110,99,116,105,111,110,32,109,116,40,116,41,123,114,101,116,117,114,110,32,116,61,61,61,68,46,97,114,105,97,124,124,116,61,61,61,68,46,116,111,111,108,116,105,112,115,125,102,117,110,99,116,105,111,110,32,98,116,40,116,41,123,118,97,114,32,101,61,116,38,38,116,46,115,112,108,105,116,40,34,46,34,41,91,48,93,44,110,61,101,63,116,46,115,117,98,115,116,114,105,110,103,40,101,46,108,101,110,103,116,104,41,58,116,59,79,98,106,101,99,116,46,107,101,121,115,40,77,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,114,61,116,46,115,112,108,105,116,40,34,46,34,41,91,48,93,44,105,61,116,46,115,117,98,115,116,114,105,110,103,40,114,46,108,101,110,103,116,104,41,59,101,38,38,101,33,61,61,114,124,124,110,38,38,110,33,61,61,105,124,124,109,116,40,105,41,38,38,110,33,61,61,105,124,124,100,101,108,101,116,101,32,77,91,116,93,125,41,41,125,102,117,110,99,116,105,111,110,32,121,116,40,116,44,101,44,114,41,123,79,98,106,101,99,116,46,107,101,121,115,40,77,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,105,41,123,118,97,114,32,111,61,105,46,115,112,108,105,116,40,34,46,34,41,91,48,93,59,116,61,61,61,111,38,38,77,91,105,93,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,99,97,108,108,40,66,116,44,106,46,109,97,112,40,110,46,102,111,114,109,97,116,46,116,111,41,44,101,44,106,46,115,108,105,99,101,40,41,44,114,124,124,33,49,44,69,46,115,108,105,99,101,40,41,44,66,116,41,125,41,41,125,41,41,125,102,117,110,99,116,105,111,110,32,119,116,40,116,44,101,44,114,44,105,44,111,44,97,41,123,118,97,114,32,115,59,114,101,116,117,114,110,32,100,46,108,101,110,103,116,104,62,49,38,38,33,110,46,101,118,101,110,116,115,46,117,110,99,111,110,115,116,114,97,105,110,101,100,38,38,40,105,38,38,101,62,48,38,38,40,115,61,84,46,103,101,116,65,98,115,111,108,117,116,101,68,105,115,116,97,110,99,101,40,116,91,101,45,49,93,44,110,46,109,97,114,103,105,110,44,33,49,41,44,114,61,77,97,116,104,46,109,97,120,40,114,44,115,41,41,44,111,38,38,101,60,100,46,108,101,110,103,116,104,45,49,38,38,40,115,61,84,46,103,101,116,65,98,115,111,108,117,116,101,68,105,115,116,97,110,99,101,40,116,91,101,43,49,93,44,110,46,109,97,114,103,105,110,44,33,48,41,44,114,61,77,97,116,104,46,109,105,110,40,114,44,115,41,41,41,44,100,46,108,101,110,103,116,104,62,49,38,38,110,46,108,105,109,105,116,38,38,40,105,38,38,101,62,48,38,38,40,115,61,84,46,103,101,116,65,98,115,111,108,117,116,101,68,105,115,116,97,110,99,101,40,116,91,101,45,49,93,44,110,46,108,105,109,105,116,44,33,49,41,44,114,61,77,97,116,104,46,109,105,110,40,114,44,115,41,41,44,111,38,38,101,60,100,46,108,101,110,103,116,104,45,49,38,38,40,115,61,84,46,103,101,116,65,98,115,111,108,117,116,101,68,105,115,116,97,110,99,101,40,116,91,101,43,49,93,44,110,46,108,105,109,105,116,44,33,48,41,44,114,61,77,97,116,104,46,109,97,120,40,114,44,115,41,41,41,44,110,46,112,97,100,100,105,110,103,38,38,40,48,61,61,61,101,38,38,40,115,61,84,46,103,101,116,65,98,115,111,108,117,116,101,68,105,115,116,97,110,99,101,40,48,44,110,46,112,97,100,100,105,110,103,91,48,93,44,33,49,41,44,114,61,77,97,116,104,46,109,97,120,40,114,44,115,41,41,44,101,61,61,61,100,46,108,101,110,103,116,104,45,49,38,38,40,115,61,84,46,103,101,116,65,98,115,111,108,117,116,101,68,105,115,116,97,110,99,101,40,49,48,48,44,110,46,112,97,100,100,105,110,103,91,49,93,44,33,48,41,44,114,61,77,97,116,104,46,109,105,110,40,114,44,115,41,41,41,44,114,61,84,46,103,101,116,83,116,101,112,40,114,41,44,114,61,102,40,114,41,44,33,40,114,61,61,61,116,91,101,93,38,38,33,97,41,38,38,114,125,102,117,110,99,116,105,111,110,32,95,116,40,116,44,101,41,123,118,97,114,32,114,61,110,46,111,114,116,59,114,101,116,117,114,110,40,114,63,101,58,116,41,43,34,44,32,34,43,40,114,63,116,58,101,41,125,102,117,110,99,116,105,111,110,32,120,116,40,116,44,101,44,110,44,114,44,105,41,123,118,97,114,32,111,61,110,46,115,108,105,99,101,40,41,44,97,61,114,91,48,93,44,115,61,91,33,116,44,116,93,44,99,61,91,116,44,33,116,93,59,114,61,114,46,115,108,105,99,101,40,41,44,116,38,38,114,46,114,101,118,101,114,115,101,40,41,44,114,46,108,101,110,103,116,104,62,49,63,114,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,110,41,123,118,97,114,32,114,61,119,116,40,111,44,116,44,111,91,116,93,43,101,44,115,91,110,93,44,99,91,110,93,44,33,49,41,59,33,49,61,61,61,114,63,101,61,48,58,40,101,61,114,45,111,91,116,93,44,111,91,116,93,61,114,41,125,41,41,58,115,61,99,61,91,33,48,93,59,118,97,114,32,117,61,33,49,59,114,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,114,41,123,117,61,67,116,40,116,44,110,91,116,93,43,101,44,115,91,114,93,44,99,91,114,93,41,124,124,117,125,41,41,44,117,38,38,40,114,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,121,116,40,34,117,112,100,97,116,101,34,44,116,41,44,121,116,40,34,115,108,105,100,101,34,44,116,41,125,41,41,44,118,111,105,100,32,48,33,61,105,38,38,121,116,40,34,100,114,97,103,34,44,97,41,41,125,102,117,110,99,116,105,111,110,32,79,116,40,116,44,101,41,123,114,101,116,117,114,110,32,110,46,100,105,114,63,49,48,48,45,116,45,101,58,116,125,102,117,110,99,116,105,111,110,32,83,116,40,116,44,101,41,123,69,91,116,93,61,101,44,106,91,116,93,61,84,46,102,114,111,109,83,116,101,112,112,105,110,103,40,101,41,59,118,97,114,32,114,61,49,48,42,40,79,116,40,101,44,48,41,45,66,41,44,105,61,34,116,114,97,110,115,108,97,116,101,40,34,43,95,116,40,114,43,34,37,34,44,34,48,34,41,43,34,41,34,59,100,91,116,93,46,115,116,121,108,101,91,110,46,116,114,97,110,115,102,111,114,109,82,117,108,101,93,61,105,44,80,116,40,116,41,44,80,116,40,116,43,49,41,125,102,117,110,99,116,105,111,110,32,107,116,40,41,123,65,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,69,91,116,93,62,53,48,63,45,49,58,49,44,110,61,51,43,40,100,46,108,101,110,103,116,104,43,101,42,116,41,59,100,91,116,93,46,115,116,121,108,101,46,122,73,110,100,101,120,61,83,116,114,105,110,103,40,110,41,125,41,41,125,102,117,110,99,116,105,111,110,32,67,116,40,116,44,101,44,110,44,114,44,105,41,123,114,101,116,117,114,110,32,105,124,124,40,101,61,119,116,40,69,44,116,44,101,44,110,44,114,44,33,49,41,41,44,33,49,33,61,61,101,38,38,40,83,116,40,116,44,101,41,44,33,48,41,125,102,117,110,99,116,105,111,110,32,80,116,40,116,41,123,105,102,40,95,91,116,93,41,123,118,97,114,32,101,61,48,44,114,61,49,48,48,59,48,33,61,61,116,38,38,40,101,61,69,91,116,45,49,93,41,44,116,33,61,61,95,46,108,101,110,103,116,104,45,49,38,38,40,114,61,69,91,116,93,41,59,118,97,114,32,105,61,114,45,101,44,111,61,34,116,114,97,110,115,108,97,116,101,40,34,43,95,116,40,79,116,40,101,44,105,41,43,34,37,34,44,34,48,34,41,43,34,41,34,44,97,61,34,115,99,97,108,101,40,34,43,95,116,40,105,47,49,48,48,44,34,49,34,41,43,34,41,34,59,95,91,116,93,46,115,116,121,108,101,91,110,46,116,114,97,110,115,102,111,114,109,82,117,108,101,93,61,111,43,34,32,34,43,97,125,125,102,117,110,99,116,105,111,110,32,84,116,40,116,44,101,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,61,116,124,124,33,49,61,61,61,116,124,124,118,111,105,100,32,48,61,61,61,116,63,69,91,101,93,58,40,34,110,117,109,98,101,114,34,61,61,61,116,121,112,101,111,102,32,116,38,38,40,116,61,83,116,114,105,110,103,40,116,41,41,44,116,61,110,46,102,111,114,109,97,116,46,102,114,111,109,40,116,41,44,33,49,33,61,61,116,38,38,40,116,61,84,46,116,111,83,116,101,112,112,105,110,103,40,116,41,41,44,33,49,61,61,61,116,124,124,105,115,78,97,78,40,116,41,63,69,91,101,93,58,116,41,125,102,117,110,99,116,105,111,110,32,106,116,40,116,44,101,44,114,41,123,118,97,114,32,105,61,104,40,116,41,44,111,61,118,111,105,100,32,48,61,61,61,69,91,48,93,59,101,61,118,111,105,100,32,48,61,61,61,101,124,124,101,44,110,46,97,110,105,109,97,116,101,38,38,33,111,38,38,108,40,80,44,110,46,99,115,115,67,108,97,115,115,101,115,46,116,97,112,44,110,46,97,110,105,109,97,116,105,111,110,68,117,114,97,116,105,111,110,41,44,65,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,67,116,40,116,44,84,116,40,105,91,116,93,44,116,41,44,33,48,44,33,49,44,114,41,125,41,41,59,102,111,114,40,118,97,114,32,97,61,49,61,61,61,65,46,108,101,110,103,116,104,63,48,58,49,59,97,60,65,46,108,101,110,103,116,104,59,43,43,97,41,65,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,67,116,40,116,44,69,91,116,93,44,33,48,44,33,48,44,114,41,125,41,41,59,107,116,40,41,44,65,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,121,116,40,34,117,112,100,97,116,101,34,44,116,41,44,110,117,108,108,33,61,61,105,91,116,93,38,38,101,38,38,121,116,40,34,115,101,116,34,44,116,41,125,41,41,125,102,117,110,99,116,105,111,110,32,69,116,40,116,41,123,106,116,40,110,46,115,116,97,114,116,44,116,41,125,102,117,110,99,116,105,111,110,32,65,116,40,116,44,101,44,110,44,114,41,123,105,102,40,116,61,78,117,109,98,101,114,40,116,41,44,33,40,116,62,61,48,38,38,116,60,65,46,108,101,110,103,116,104,41,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,105,110,118,97,108,105,100,32,104,97,110,100,108,101,32,110,117,109,98,101,114,44,32,103,111,116,58,32,34,43,116,41,59,67,116,40,116,44,84,116,40,101,44,116,41,44,33,48,44,33,48,44,114,41,44,121,116,40,34,117,112,100,97,116,101,34,44,116,41,44,110,38,38,121,116,40,34,115,101,116,34,44,116,41,125,102,117,110,99,116,105,111,110,32,68,116,40,116,41,123,105,102,40,118,111,105,100,32,48,61,61,61,116,38,38,40,116,61,33,49,41,44,116,41,114,101,116,117,114,110,32,49,61,61,61,106,46,108,101,110,103,116,104,63,106,91,48,93,58,106,46,115,108,105,99,101,40,48,41,59,118,97,114,32,101,61,106,46,109,97,112,40,110,46,102,111,114,109,97,116,46,116,111,41,59,114,101,116,117,114,110,32,49,61,61,61,101,46,108,101,110,103,116,104,63,101,91,48,93,58,101,125,102,117,110,99,116,105,111,110,32,76,116,40,41,123,98,116,40,68,46,97,114,105,97,41,44,98,116,40,68,46,116,111,111,108,116,105,112,115,41,44,79,98,106,101,99,116,46,107,101,121,115,40,110,46,99,115,115,67,108,97,115,115,101,115,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,40,80,44,110,46,99,115,115,67,108,97,115,115,101,115,91,116,93,41,125,41,41,59,119,104,105,108,101,40,80,46,102,105,114,115,116,67,104,105,108,100,41,80,46,114,101,109,111,118,101,67,104,105,108,100,40,80,46,102,105,114,115,116,67,104,105,108,100,41,59,100,101,108,101,116,101,32,80,46,110,111,85,105,83,108,105,100,101,114,125,102,117,110,99,116,105,111,110,32,77,116,40,116,41,123,118,97,114,32,101,61,69,91,116,93,44,114,61,84,46,103,101,116,78,101,97,114,98,121,83,116,101,112,115,40,101,41,44,105,61,106,91,116,93,44,111,61,114,46,116,104,105,115,83,116,101,112,46,115,116,101,112,44,97,61,110,117,108,108,59,105,102,40,110,46,115,110,97,112,41,114,101,116,117,114,110,91,105,45,114,46,115,116,101,112,66,101,102,111,114,101,46,115,116,97,114,116,86,97,108,117,101,124,124,110,117,108,108,44,114,46,115,116,101,112,65,102,116,101,114,46,115,116,97,114,116,86,97,108,117,101,45,105,124,124,110,117,108,108,93,59,33,49,33,61,61,111,38,38,105,43,111,62,114,46,115,116,101,112,65,102,116,101,114,46,115,116,97,114,116,86,97,108,117,101,38,38,40,111,61,114,46,115,116,101,112,65,102,116,101,114,46,115,116,97,114,116,86,97,108,117,101,45,105,41,44,97,61,105,62,114,46,116,104,105,115,83,116,101,112,46,115,116,97,114,116,86,97,108,117,101,63,114,46,116,104,105,115,83,116,101,112,46,115,116,101,112,58,33,49,33,61,61,114,46,115,116,101,112,66,101,102,111,114,101,46,115,116,101,112,38,38,105,45,114,46,115,116,101,112,66,101,102,111,114,101,46,104,105,103,104,101,115,116,83,116,101,112,44,49,48,48,61,61,61,101,63,111,61,110,117,108,108,58,48,61,61,61,101,38,38,40,97,61,110,117,108,108,41,59,118,97,114,32,115,61,84,46,99,111,117,110,116,83,116,101,112,68,101,99,105,109,97,108,115,40,41,59,114,101,116,117,114,110,32,110,117,108,108,33,61,61,111,38,38,33,49,33,61,61,111,38,38,40,111,61,78,117,109,98,101,114,40,111,46,116,111,70,105,120,101,100,40,115,41,41,41,44,110,117,108,108,33,61,61,97,38,38,33,49,33,61,61,97,38,38,40,97,61,78,117,109,98,101,114,40,97,46,116,111,70,105,120,101,100,40,115,41,41,41,44,91,97,44,111,93,125,102,117,110,99,116,105,111,110,32,73,116,40,41,123,114,101,116,117,114,110,32,65,46,109,97,112,40,77,116,41,125,102,117,110,99,116,105,111,110,32,36,116,40,116,44,101,41,123,118,97,114,32,114,61,68,116,40,41,44,111,61,91,34,109,97,114,103,105,110,34,44,34,108,105,109,105,116,34,44,34,112,97,100,100,105,110,103,34,44,34,114,97,110,103,101,34,44,34,97,110,105,109,97,116,101,34,44,34,115,110,97,112,34,44,34,115,116,101,112,34,44,34,102,111,114,109,97,116,34,44,34,112,105,112,115,34,44,34,116,111,111,108,116,105,112,115,34,93,59,111,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,111,105,100,32,48,33,61,61,116,91,101,93,38,38,40,115,91,101,93,61,116,91,101,93,41,125,41,41,59,118,97,114,32,97,61,101,116,40,115,41,59,111,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,111,105,100,32,48,33,61,61,116,91,101,93,38,38,40,110,91,101,93,61,97,91,101,93,41,125,41,41,44,84,61,97,46,115,112,101,99,116,114,117,109,44,110,46,109,97,114,103,105,110,61,97,46,109,97,114,103,105,110,44,110,46,108,105,109,105,116,61,97,46,108,105,109,105,116,44,110,46,112,97,100,100,105,110,103,61,97,46,112,97,100,100,105,110,103,44,110,46,112,105,112,115,63,110,116,40,110,46,112,105,112,115,41,58,116,116,40,41,44,110,46,116,111,111,108,116,105,112,115,63,89,40,41,58,71,40,41,44,69,61,91,93,44,106,116,40,105,40,116,46,115,116,97,114,116,41,63,116,46,115,116,97,114,116,58,114,44,101,41,125,102,117,110,99,116,105,111,110,32,70,116,40,41,123,117,61,72,40,80,41,44,86,40,110,46,99,111,110,110,101,99,116,44,117,41,44,118,116,40,110,46,101,118,101,110,116,115,41,44,106,116,40,110,46,115,116,97,114,116,41,44,110,46,112,105,112,115,38,38,110,116,40,110,46,112,105,112,115,41,44,110,46,116,111,111,108,116,105,112,115,38,38,89,40,41,44,75,40,41,125,70,116,40,41,59,118,97,114,32,66,116,61,123,100,101,115,116,114,111,121,58,76,116,44,115,116,101,112,115,58,73,116,44,111,110,58,103,116,44,111,102,102,58,98,116,44,103,101,116,58,68,116,44,115,101,116,58,106,116,44,115,101,116,72,97,110,100,108,101,58,65,116,44,114,101,115,101,116,58,69,116,44,95,95,109,111,118,101,72,97,110,100,108,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,120,116,40,116,44,101,44,69,44,110,41,125,44,111,112,116,105,111,110,115,58,115,44,117,112,100,97,116,101,79,112,116,105,111,110,115,58,36,116,44,116,97,114,103,101,116,58,80,44,114,101,109,111,118,101,80,105,112,115,58,116,116,44,114,101,109,111,118,101,84,111,111,108,116,105,112,115,58,71,44,103,101,116,84,111,111,108,116,105,112,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,79,125,44,103,101,116,79,114,105,103,105,110,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,100,125,44,112,105,112,115,58,110,116,125,59,114,101,116,117,114,110,32,66,116,125,102,117,110,99,116,105,111,110,32,114,116,40,116,44,101,41,123,105,102,40,33,116,124,124,33,116,46,110,111,100,101,78,97,109,101,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,99,114,101,97,116,101,32,114,101,113,117,105,114,101,115,32,97,32,115,105,110,103,108,101,32,101,108,101,109,101,110,116,44,32,103,111,116,58,32,34,43,116,41,59,105,102,40,116,46,110,111,85,105,83,108,105,100,101,114,41,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,110,111,85,105,83,108,105,100,101,114,58,32,83,108,105,100,101,114,32,119,97,115,32,97,108,114,101,97,100,121,32,105,110,105,116,105,97,108,105,122,101,100,46,34,41,59,118,97,114,32,110,61,101,116,40,101,41,44,114,61,110,116,40,116,44,110,44,101,41,59,114,101,116,117,114,110,32,116,46,110,111,85,105,83,108,105,100,101,114,61,114,44,114,125,118,97,114,32,105,116,61,123,95,95,115,112,101,99,116,114,117,109,58,106,44,99,115,115,67,108,97,115,115,101,115,58,65,44,99,114,101,97,116,101,58,114,116,125,59,116,46,99,114,101,97,116,101,61,114,116,44,116,46,99,115,115,67,108,97,115,115,101,115,61,65,44,116,46,100,101,102,97,117,108,116,61,105,116,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,125,41,41,125,44,102,53,100,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,48,101,101,34,41,44,105,61,110,40,34,99,54,98,54,34,41,44,111,61,110,40,34,98,54,50,50,34,41,44,97,61,111,40,34,116,111,83,116,114,105,110,103,84,97,103,34,41,44,115,61,34,65,114,103,117,109,101,110,116,115,34,61,61,105,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,97,114,103,117,109,101,110,116,115,125,40,41,41,44,99,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,114,121,123,114,101,116,117,114,110,32,116,91,101,93,125,99,97,116,99,104,40,101,114,114,111,114,41,123,125,125,59,116,46,101,120,112,111,114,116,115,61,114,63,105,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,44,110,44,114,59,114,101,116,117,114,110,32,118,111,105,100,32,48,61,61,61,116,63,34,85,110,100,101,102,105,110,101,100,34,58,110,117,108,108,61,61,61,116,63,34,78,117,108,108,34,58,34,115,116,114,105,110,103,34,61,61,116,121,112,101,111,102,40,110,61,99,40,101,61,79,98,106,101,99,116,40,116,41,44,97,41,41,63,110,58,115,63,105,40,101,41,58,34,79,98,106,101,99,116,34,61,61,40,114,61,105,40,101,41,41,38,38,34,102,117,110,99,116,105,111,110,34,61,61,116,121,112,101,111,102,32,101,46,99,97,108,108,101,101,63,34,65,114,103,117,109,101,110,116,115,34,58,114,125,125,44,102,54,98,52,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,99,53,51,50,34,41,59,102,117,110,99,116,105,111,110,32,105,40,41,123,116,104,105,115,46,104,97,110,100,108,101,114,115,61,91,93,125,105,46,112,114,111,116,111,116,121,112,101,46,117,115,101,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,104,105,115,46,104,97,110,100,108,101,114,115,46,112,117,115,104,40,123,102,117,108,102,105,108,108,101,100,58,116,44,114,101,106,101,99,116,101,100,58,101,125,41,44,116,104,105,115,46,104,97,110,100,108,101,114,115,46,108,101,110,103,116,104,45,49,125,44,105,46,112,114,111,116,111,116,121,112,101,46,101,106,101,99,116,61,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,104,97,110,100,108,101,114,115,91,116,93,38,38,40,116,104,105,115,46,104,97,110,100,108,101,114,115,91,116,93,61,110,117,108,108,41,125,44,105,46,112,114,111,116,111,116,121,112,101,46,102,111,114,69,97,99,104,61,102,117,110,99,116,105,111,110,40,116,41,123,114,46,102,111,114,69,97,99,104,40,116,104,105,115,46,104,97,110,100,108,101,114,115,44,40,102,117,110,99,116,105,111,110,40,101,41,123,110,117,108,108,33,61,61,101,38,38,116,40,101,41,125,41,41,125,44,116,46,101,120,112,111,114,116,115,61,105,125,44,102,55,50,98,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,123,101,110,117,109,101,114,97,98,108,101,58,33,40,49,38,116,41,44,99,111,110,102,105,103,117,114,97,98,108,101,58,33,40,50,38,116,41,44,119,114,105,116,97,98,108,101,58,33,40,52,38,116,41,44,118,97,108,117,101,58,101,125,125,125,44,102,55,55,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,53,54,57,50,34,41,44,105,61,110,40,34,57,48,101,51,34,41,44,111,61,114,40,34,107,101,121,115,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,111,91,116,93,124,124,40,111,91,116,93,61,105,40,116,41,41,125,125,44,102,56,99,101,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,102,102,48,50,34,41,44,105,61,110,40,34,102,55,50,98,34,41,59,116,46,101,120,112,111,114,116,115,61,110,40,34,97,51,50,99,34,41,63,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,114,46,102,40,116,44,101,44,105,40,49,44,110,41,41,125,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,114,101,116,117,114,110,32,116,91,101,93,61,110,44,116,125,125,44,102,98,54,97,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,118,97,114,32,114,61,110,40,34,50,51,101,55,34,41,44,105,61,110,40,34,56,54,49,100,34,41,44,111,61,110,40,34,101,56,98,53,34,41,44,97,61,110,40,34,50,51,99,98,34,41,44,115,61,110,40,34,53,48,99,52,34,41,44,99,61,110,40,34,102,99,54,97,34,41,44,117,61,110,40,34,56,52,49,56,34,41,44,108,61,110,40,34,98,54,50,50,34,41,44,102,61,110,40,34,49,100,100,101,34,41,44,104,61,102,40,34,115,108,105,99,101,34,41,44,100,61,108,40,34,115,112,101,99,105,101,115,34,41,44,112,61,91,93,46,115,108,105,99,101,44,118,61,77,97,116,104,46,109,97,120,59,114,40,123,116,97,114,103,101,116,58,34,65,114,114,97,121,34,44,112,114,111,116,111,58,33,48,44,102,111,114,99,101,100,58,33,104,125,44,123,115,108,105,99,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,44,114,44,108,44,102,61,99,40,116,104,105,115,41,44,104,61,115,40,102,46,108,101,110,103,116,104,41,44,103,61,97,40,116,44,104,41,44,109,61,97,40,118,111,105,100,32,48,61,61,61,101,63,104,58,101,44,104,41,59,105,102,40,111,40,102,41,38,38,40,110,61,102,46,99,111,110,115,116,114,117,99,116,111,114,44,34,102,117,110,99,116,105,111,110,34,33,61,116,121,112,101,111,102,32,110,124,124,110,33,61,61,65,114,114,97,121,38,38,33,111,40,110,46,112,114,111,116,111,116,121,112,101,41,63,105,40,110,41,38,38,40,110,61,110,91,100,93,44,110,117,108,108,61,61,61,110,38,38,40,110,61,118,111,105,100,32,48,41,41,58,110,61,118,111,105,100,32,48,44,110,61,61,61,65,114,114,97,121,124,124,118,111,105,100,32,48,61,61,61,110,41,41,114,101,116,117,114,110,32,112,46,99,97,108,108,40,102,44,103,44,109,41,59,102,111,114,40,114,61,110,101,119,40,118,111,105,100,32,48,61,61,61,110,63,65,114,114,97,121,58,110,41,40,118,40,109,45,103,44,48,41,41,44,108,61,48,59,103,60,109,59,103,43,43,44,108,43,43,41,103,32,105,110,32,102,38,38,117,40,114,44,108,44,102,91,103,93,41,59,114,101,116,117,114,110,32,114,46,108,101,110,103,116,104,61,108,44,114,125,125,41,125,44,102,99,54,97,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,52,52,97,100,34,41,44,105,61,110,40,34,49,100,56,48,34,41,59,116,46,101,120,112,111,114,116,115,61,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,114,40,105,40,116,41,41,125,125,44,102,99,57,101,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,44,105,61,110,40,34,50,53,53,97,34,41,46,105,115,70,105,110,105,116,101,59,114,40,114,46,83,44,34,78,117,109,98,101,114,34,44,123,105,115,70,105,110,105,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,110,117,109,98,101,114,34,61,61,116,121,112,101,111,102,32,116,38,38,105,40,116,41,125,125,41,125,44,102,99,101,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,48,100,54,51,34,41,59,114,40,114,46,83,44,34,65,114,114,97,121,34,44,123,105,115,65,114,114,97,121,58,110,40,34,98,99,52,56,34,41,125,41,125,44,102,100,97,53,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,54,100,55,53,34,41,44,110,40,34,98,101,53,56,34,41,44,116,46,101,120,112,111,114,116,115,61,110,40,34,97,48,54,102,34,41,46,80,114,111,109,105,115,101,91,34,102,105,110,97,108,108,121,34,93,125,44,102,100,98,99,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,101,120,112,111,114,116,115,61,123,67,83,83,82,117,108,101,76,105,115,116,58,48,44,67,83,83,83,116,121,108,101,68,101,99,108,97,114,97,116,105,111,110,58,48,44,67,83,83,86,97,108,117,101,76,105,115,116,58,48,44,67,108,105,101,110,116,82,101,99,116,76,105,115,116,58,48,44,68,79,77,82,101,99,116,76,105,115,116,58,48,44,68,79,77,83,116,114,105,110,103,76,105,115,116,58,48,44,68,79,77,84,111,107,101,110,76,105,115,116,58,49,44,68,97,116,97,84,114,97,110,115,102,101,114,73,116,101,109,76,105,115,116,58,48,44,70,105,108,101,76,105,115,116,58,48,44,72,84,77,76,65,108,108,67,111,108,108,101,99,116,105,111,110,58,48,44,72,84,77,76,67,111,108,108,101,99,116,105,111,110,58,48,44,72,84,77,76,70,111,114,109,69,108,101,109,101,110,116,58,48,44,72,84,77,76,83,101,108,101,99,116,69,108,101,109,101,110,116,58,48,44,77,101,100,105,97,76,105,115,116,58,48,44,77,105,109,101,84,121,112,101,65,114,114,97,121,58,48,44,78,97,109,101,100,78,111,100,101,77,97,112,58,48,44,78,111,100,101,76,105,115,116,58,49,44,80,97,105,110,116,82,101,113,117,101,115,116,76,105,115,116,58,48,44,80,108,117,103,105,110,58,48,44,80,108,117,103,105,110,65,114,114,97,121,58,48,44,83,86,71,76,101,110,103,116,104,76,105,115,116,58,48,44,83,86,71,78,117,109,98,101,114,76,105,115,116,58,48,44,83,86,71,80,97,116,104,83,101,103,76,105,115,116,58,48,44,83,86,71,80,111,105,110,116,76,105,115,116,58,48,44,83,86,71,83,116,114,105,110,103,76,105,115,116,58,48,44,83,86,71,84,114,97,110,115,102,111,114,109,76,105,115,116,58,48,44,83,111,117,114,99,101,66,117,102,102,101,114,76,105,115,116,58,48,44,83,116,121,108,101,83,104,101,101,116,76,105,115,116,58,48,44,84,101,120,116,84,114,97,99,107,67,117,101,76,105,115,116,58,48,44,84,101,120,116,84,114,97,99,107,76,105,115,116,58,48,44,84,111,117,99,104,76,105,115,116,58,48,125,125,44,102,100,98,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,52,57,51,48,34,41,59,116,46,101,120,112,111,114,116,115,61,114,38,38,33,83,121,109,98,111,108,46,115,104,97,109,38,38,34,115,121,109,98,111,108,34,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,46,105,116,101,114,97,116,111,114,125,44,102,101,97,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,100,97,56,52,34,41,59,116,46,101,120,112,111,114,116,115,61,114,46,80,114,111,109,105,115,101,125,44,102,102,48,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,98,56,98,100,34,41,44,105,61,110,40,34,54,57,99,101,34,41,44,111,61,110,40,34,54,51,49,55,34,41,44,97,61,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,59,101,46,102,61,110,40,34,97,51,50,99,34,41,63,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,105,102,40,114,40,116,41,44,101,61,111,40,101,44,33,48,41,44,114,40,110,41,44,105,41,116,114,121,123,114,101,116,117,114,110,32,97,40,116,44,101,44,110,41,125,99,97,116,99,104,40,115,41,123,125,105,102,40,34,103,101,116,34,105,110,32,110,124,124,34,115,101,116,34,105,110,32,110,41,116,104,114,111,119,32,84,121,112,101,69,114,114,111,114,40,34,65,99,99,101,115,115,111,114,115,32,110,111,116,32,115,117,112,112,111,114,116,101,100,33,34,41,59,114,101,116,117,114,110,34,118,97,108,117,101,34,105,110,32,110,38,38,40,116,91,101,93,61,110,46,118,97,108,117,101,41,44,116,125,125,44,102,102,51,53,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,77,97,116,104,46,101,120,112,109,49,59,116,46,101,120,112,111,114,116,115,61,33,110,124,124,110,40,49,48,41,62,50,50,48,50,53,46,52,54,53,55,57,52,56,48,54,55,49,56,124,124,110,40,49,48,41,60,50,50,48,50,53,46,52,54,53,55,57,52,56,48,54,55,49,56,124,124,45,50,101,45,49,55,33,61,110,40,45,50,101,45,49,55,41,63,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,48,61,61,40,116,61,43,116,41,63,116,58,116,62,45,49,101,45,54,38,38,116,60,49,101,45,54,63,116,43,116,42,116,47,50,58,77,97,116,104,46,101,120,112,40,116,41,45,49,125,58,110,125,44,102,102,100,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,118,97,114,32,114,61,110,40,34,51,55,50,57,34,41,44,105,61,110,40,34,49,51,49,48,34,41,44,111,61,34,91,111,98,106,101,99,116,32,83,121,109,98,111,108,93,34,59,102,117,110,99,116,105,111,110,32,97,40,116,41,123,114,101,116,117,114,110,34,115,121,109,98,111,108,34,61,61,116,121,112,101,111,102,32,116,124,124,105,40,116,41,38,38,114,40,116,41,61,61,111,125,116,46,101,120,112,111,114,116,115,61,97,125,125,93,41,59}; -char index_js[116189] = {40,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,101,41,123,102,111,114,40,118,97,114,32,114,44,97,44,115,61,101,91,48,93,44,99,61,101,91,49,93,44,117,61,101,91,50,93,44,100,61,48,44,112,61,91,93,59,100,60,115,46,108,101,110,103,116,104,59,100,43,43,41,97,61,115,91,100,93,44,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,105,44,97,41,38,38,105,91,97,93,38,38,112,46,112,117,115,104,40,105,91,97,93,91,48,93,41,44,105,91,97,93,61,48,59,102,111,114,40,114,32,105,110,32,99,41,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,99,44,114,41,38,38,40,116,91,114,93,61,99,91,114,93,41,59,108,38,38,108,40,101,41,59,119,104,105,108,101,40,112,46,108,101,110,103,116,104,41,112,46,115,104,105,102,116,40,41,40,41,59,114,101,116,117,114,110,32,111,46,112,117,115,104,46,97,112,112,108,121,40,111,44,117,124,124,91,93,41,44,110,40,41,125,102,117,110,99,116,105,111,110,32,110,40,41,123,102,111,114,40,118,97,114,32,116,44,101,61,48,59,101,60,111,46,108,101,110,103,116,104,59,101,43,43,41,123,102,111,114,40,118,97,114,32,110,61,111,91,101,93,44,114,61,33,48,44,115,61,49,59,115,60,110,46,108,101,110,103,116,104,59,115,43,43,41,123,118,97,114,32,99,61,110,91,115,93,59,48,33,61,61,105,91,99,93,38,38,40,114,61,33,49,41,125,114,38,38,40,111,46,115,112,108,105,99,101,40,101,45,45,44,49,41,44,116,61,97,40,97,46,115,61,110,91,48,93,41,41,125,114,101,116,117,114,110,32,116,125,118,97,114,32,114,61,123,125,44,105,61,123,105,110,100,101,120,58,48,125,44,111,61,91,93,59,102,117,110,99,116,105,111,110,32,97,40,101,41,123,105,102,40,114,91,101,93,41,114,101,116,117,114,110,32,114,91,101,93,46,101,120,112,111,114,116,115,59,118,97,114,32,110,61,114,91,101,93,61,123,105,58,101,44,108,58,33,49,44,101,120,112,111,114,116,115,58,123,125,125,59,114,101,116,117,114,110,32,116,91,101,93,46,99,97,108,108,40,110,46,101,120,112,111,114,116,115,44,110,44,110,46,101,120,112,111,114,116,115,44,97,41,44,110,46,108,61,33,48,44,110,46,101,120,112,111,114,116,115,125,97,46,109,61,116,44,97,46,99,61,114,44,97,46,100,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,97,46,111,40,116,44,101,41,124,124,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,101,110,117,109,101,114,97,98,108,101,58,33,48,44,103,101,116,58,110,125,41,125,44,97,46,114,61,102,117,110,99,116,105,111,110,40,116,41,123,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,116,111,83,116,114,105,110,103,84,97,103,38,38,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,83,121,109,98,111,108,46,116,111,83,116,114,105,110,103,84,97,103,44,123,118,97,108,117,101,58,34,77,111,100,117,108,101,34,125,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,125,44,97,46,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,49,38,101,38,38,40,116,61,97,40,116,41,41,44,56,38,101,41,114,101,116,117,114,110,32,116,59,105,102,40,52,38,101,38,38,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,38,38,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,41,114,101,116,117,114,110,32,116,59,118,97,114,32,110,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,59,105,102,40,97,46,114,40,110,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,110,44,34,100,101,102,97,117,108,116,34,44,123,101,110,117,109,101,114,97,98,108,101,58,33,48,44,118,97,108,117,101,58,116,125,41,44,50,38,101,38,38,34,115,116,114,105,110,103,34,33,61,116,121,112,101,111,102,32,116,41,102,111,114,40,118,97,114,32,114,32,105,110,32,116,41,97,46,100,40,110,44,114,44,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,91,101,93,125,46,98,105,110,100,40,110,117,108,108,44,114,41,41,59,114,101,116,117,114,110,32,110,125,44,97,46,110,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,91,34,100,101,102,97,117,108,116,34,93,125,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,59,114,101,116,117,114,110,32,97,46,100,40,101,44,34,97,34,44,101,41,44,101,125,44,97,46,111,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,116,44,101,41,125,44,97,46,112,61,34,34,59,118,97,114,32,115,61,119,105,110,100,111,119,91,34,119,101,98,112,97,99,107,74,115,111,110,112,34,93,61,119,105,110,100,111,119,91,34,119,101,98,112,97,99,107,74,115,111,110,112,34,93,124,124,91,93,44,99,61,115,46,112,117,115,104,46,98,105,110,100,40,115,41,59,115,46,112,117,115,104,61,101,44,115,61,115,46,115,108,105,99,101,40,41,59,102,111,114,40,118,97,114,32,117,61,48,59,117,60,115,46,108,101,110,103,116,104,59,117,43,43,41,101,40,115,91,117,93,41,59,118,97,114,32,108,61,99,59,111,46,112,117,115,104,40,91,48,44,34,99,104,117,110,107,45,118,101,110,100,111,114,115,34,93,41,44,110,40,41,125,41,40,123,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,110,40,34,53,54,100,55,34,41,125,44,34,48,51,52,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,56,53,101,99,34,41,125,44,34,48,56,56,56,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,48,100,50,52,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,48,100,51,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,102,50,97,100,34,41,125,44,34,49,100,55,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,49,102,51,53,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,50,98,50,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,51,100,56,54,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,53,50,97,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,102,99,100,50,34,41,125,44,34,53,54,100,55,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,46,114,40,101,41,59,110,40,34,101,50,54,48,34,41,44,110,40,34,101,54,99,102,34,41,44,110,40,34,99,99,97,54,34,41,44,110,40,34,97,55,57,100,34,41,44,110,40,34,101,55,57,50,34,41,44,110,40,34,48,99,100,100,34,41,59,118,97,114,32,114,61,110,40,34,50,98,48,101,34,41,44,105,61,110,40,34,53,102,53,98,34,41,59,110,40,34,97,98,56,98,34,41,44,110,40,34,50,100,100,56,34,41,59,114,91,34,100,101,102,97,117,108,116,34,93,46,117,115,101,40,105,91,34,97,34,93,41,59,118,97,114,32,111,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,99,108,97,115,115,58,116,46,103,101,116,67,108,97,115,115,40,41,44,97,116,116,114,115,58,123,105,100,58,34,97,112,112,34,125,125,44,91,110,40,34,78,97,118,66,97,114,34,41,44,116,46,99,111,110,102,105,103,76,111,97,100,105,110,103,63,116,46,95,101,40,41,58,110,40,34,114,111,117,116,101,114,45,118,105,101,119,34,41,93,44,49,41,125,44,97,61,91,93,44,115,61,110,40,34,53,53,51,48,34,41,44,99,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,110,97,118,98,97,114,34,44,91,34,47,34,33,61,61,116,46,36,114,111,117,116,101,46,112,97,116,104,63,110,40,34,98,45,110,97,118,98,97,114,45,98,114,97,110,100,34,44,123,97,116,116,114,115,58,123,116,111,58,34,47,34,125,125,44,91,110,40,34,83,105,115,116,50,73,99,111,110,34,41,93,44,49,41,58,110,40,34,98,45,110,97,118,98,97,114,45,98,114,97,110,100,34,44,123,97,116,116,114,115,58,123,104,114,101,102,58,34,46,34,125,125,44,91,110,40,34,83,105,115,116,50,73,99,111,110,34,41,93,44,49,41,44,116,46,36,115,116,111,114,101,38,38,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,63,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,97,100,103,101,32,98,97,100,103,101,45,112,105,108,108,32,118,101,114,115,105,111,110,34,125,44,91,116,46,95,118,40,34,32,34,43,116,46,95,115,40,116,46,115,105,115,116,50,86,101,114,115,105,111,110,40,41,41,41,44,116,46,105,115,68,101,98,117,103,40,41,63,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,34,45,100,98,103,34,41,93,41,58,116,46,95,101,40,41,93,41,58,116,46,95,101,40,41,44,116,46,36,115,116,111,114,101,38,38,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,63,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,116,97,103,108,105,110,101,34,44,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,116,97,103,108,105,110,101,40,41,41,125,125,41,58,116,46,95,101,40,41,44,110,40,34,98,45,98,117,116,116,111,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,108,45,97,117,116,111,34,44,97,116,116,114,115,58,123,116,111,58,34,115,116,97,116,115,34,44,118,97,114,105,97,110,116,58,34,108,105,110,107,34,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,115,116,97,116,115,34,41,41,41,93,41,44,110,40,34,98,45,98,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,116,111,58,34,99,111,110,102,105,103,34,44,118,97,114,105,97,110,116,58,34,108,105,110,107,34,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,99,111,110,102,105,103,34,41,41,41,93,41,93,44,49,41,125,44,117,61,91,93,44,108,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,119,105,100,116,104,58,34,50,55,46,56,54,56,48,54,57,109,109,34,44,104,101,105,103,104,116,58,34,55,46,54,52,52,54,54,55,49,109,109,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,50,55,46,56,54,56,48,54,57,32,55,46,54,52,52,54,54,55,49,34,125,125,44,91,110,40,34,103,34,44,123,97,116,116,114,115,58,123,116,114,97,110,115,102,111,114,109,58,34,116,114,97,110,115,108,97,116,101,40,45,52,46,53,48,49,56,51,49,51,44,45,52,46,49,56,52,57,55,57,51,41,34,125,125,44,91,110,40,34,103,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,102,105,108,108,58,34,99,117,114,114,101,110,116,67,111,108,111,114,34,44,34,102,105,108,108,45,111,112,97,99,105,116,121,34,58,34,49,34,44,115,116,114,111,107,101,58,34,110,111,110,101,34,44,34,115,116,114,111,107,101,45,119,105,100,116,104,34,58,34,48,46,50,54,52,53,56,51,51,50,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,34,115,116,114,111,107,101,45,119,105,100,116,104,34,58,34,48,46,50,54,52,53,56,51,51,50,34,125,44,97,116,116,114,115,58,123,100,58,34,109,32,54,46,51,49,53,51,50,57,54,44,49,49,46,56,50,57,54,52,54,32,113,32,45,48,46,55,55,49,55,48,49,52,44,48,32,45,49,46,56,49,51,52,57,56,51,44,45,48,46,51,51,55,54,49,57,32,118,32,45,48,46,57,49,54,51,57,53,32,113,32,49,46,48,49,50,56,53,56,49,44,48,46,53,49,49,50,53,50,32,49,46,56,48,51,56,53,50,44,48,46,53,49,49,50,53,50,32,48,46,53,54,52,51,48,54,55,44,48,32,48,46,57,48,49,57,50,54,44,45,48,46,50,51,54,51,51,52,32,48,46,51,51,55,54,49,57,52,44,45,48,46,50,51,54,51,51,51,32,48,46,51,51,55,54,49,57,52,44,45,48,46,54,51,49,56,51,32,48,44,45,48,46,51,52,50,52,52,50,56,32,45,48,46,50,56,52,53,54,52,57,44,45,48,46,53,52,57,56,51,55,54,32,81,32,54,46,57,56,48,57,50,50,44,57,46,52,53,54,54,54,52,53,32,54,46,51,54,51,53,54,48,57,44,57,46,51,50,54,52,51,57,57,32,76,32,53,46,57,57,50,49,55,57,54,44,57,46,50,52,57,50,54,57,56,32,81,32,53,46,50,51,48,49,50,52,53,44,57,46,48,57,52,57,50,57,53,32,52,46,56,55,51,50,49,50,54,44,56,46,55,52,50,56,52,48,55,32,52,46,53,50,49,49,50,51,56,44,56,46,51,56,53,57,50,56,56,32,52,46,53,50,49,49,50,51,56,44,55,46,55,55,51,51,57,48,56,32,113,32,48,44,45,48,46,55,55,54,53,50,52,53,32,48,46,53,51,48,53,52,52,55,44,45,49,46,49,57,54,49,51,55,50,32,48,46,53,51,48,53,52,52,55,44,45,48,46,52,49,57,54,49,50,54,32,49,46,53,48,57,54,52,48,57,44,45,48,46,52,49,57,54,49,50,54,32,48,46,56,50,57,53,55,57,44,48,32,49,46,54,48,54,49,48,51,54,44,48,46,51,49,56,51,50,54,56,32,86,32,55,46,51,52,52,49,51,49,57,32,81,32,55,46,52,49,48,49,56,48,57,44,54,46,57,48,48,52,48,51,54,32,54,46,53,56,53,52,50,53,49,44,54,46,57,48,48,52,48,51,54,32,113,32,45,49,46,49,54,55,49,57,56,52,44,48,32,45,49,46,49,54,55,49,57,56,52,44,48,46,55,57,53,56,49,55,49,32,48,44,48,46,50,54,48,52,52,57,50,32,48,46,49,48,49,50,56,53,56,44,48,46,52,49,52,55,56,57,53,32,48,46,49,48,49,50,56,53,56,44,48,46,49,52,57,53,49,55,49,32,48,46,51,56,53,56,53,48,55,44,48,46,50,53,53,54,50,54,49,32,48,46,50,56,52,53,54,52,57,44,48,46,49,48,49,50,56,53,56,32,48,46,56,51,57,50,50,53,51,44,48,46,50,49,50,50,49,55,57,32,108,32,48,46,51,53,54,57,49,49,57,44,48,46,48,54,55,53,50,52,32,113,32,49,46,51,52,48,56,51,49,50,44,48,46,50,54,53,50,55,50,52,32,49,46,51,52,48,56,51,49,50,44,49,46,52,54,49,52,48,57,56,32,48,44,48,46,56,48,48,54,52,32,45,48,46,53,54,57,49,50,57,56,44,49,46,50,54,51,54,54,49,32,45,48,46,53,54,57,49,50,57,56,44,48,46,52,53,56,49,57,55,32,45,49,46,53,53,55,56,55,50,50,44,48,46,52,53,56,49,57,55,32,122,34,125,125,41,44,110,40,34,112,97,116,104,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,34,115,116,114,111,107,101,45,119,105,100,116,104,34,58,34,48,46,50,54,52,53,56,51,51,50,34,125,44,97,116,116,114,115,58,123,100,58,34,109,32,49,49,46,57,52,51,57,50,55,44,53,46,51,48,56,55,54,57,52,32,113,32,45,48,46,49,52,52,54,57,52,44,48,32,45,48,46,49,52,52,54,57,52,44,45,48,46,49,52,52,54,57,52,32,86,32,52,46,51,50,57,54,55,51,51,32,113,32,48,44,45,48,46,49,52,52,54,57,52,32,48,46,49,52,52,54,57,52,44,45,48,46,49,52,52,54,57,52,32,104,32,48,46,54,57,52,53,51,49,32,113,32,48,46,49,52,52,54,57,52,44,48,32,48,46,49,52,52,54,57,52,44,48,46,49,52,52,54,57,52,32,118,32,48,46,56,51,52,52,48,50,49,32,113,32,48,44,48,46,49,52,52,54,57,52,32,45,48,46,49,52,52,54,57,52,44,48,46,49,52,52,54,57,52,32,122,32,77,32,49,51,46,53,54,52,53,44,49,49,46,55,50,56,51,54,49,32,113,32,45,48,46,55,57,53,56,49,55,44,48,32,45,49,46,50,51,52,55,50,50,44,45,48,46,53,49,49,50,53,51,32,45,48,46,52,51,52,48,56,50,44,45,48,46,53,49,54,48,55,53,32,45,48,46,52,51,52,48,56,50,44,45,49,46,52,52,54,57,51,57,56,32,86,32,54,46,57,56,50,51,57,54,57,32,72,32,49,48,46,55,49,52,48,50,56,32,86,32,54,46,50,56,55,56,54,53,54,32,104,32,50,46,48,54,57,49,50,52,32,118,32,51,46,52,56,50,51,48,50,54,32,113,32,48,44,48,46,53,56,56,52,50,50,56,32,48,46,50,50,49,56,54,52,44,48,46,56,57,55,49,48,50,56,32,48,46,50,50,49,56,54,53,44,48,46,51,48,56,54,56,49,32,48,46,54,52,54,51,44,48,46,51,48,56,54,56,49,32,104,32,49,46,48,51,54,57,55,52,32,118,32,48,46,55,53,50,52,48,57,32,122,34,125,125,41,44,110,40,34,112,97,116,104,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,34,115,116,114,111,107,101,45,119,105,100,116,104,34,58,34,48,46,50,54,52,53,56,51,51,50,34,125,44,97,116,116,114,115,58,123,100,58,34,109,32,49,56,46,50,48,57,49,55,56,44,49,49,46,56,50,57,54,52,54,32,113,32,45,48,46,55,55,49,55,48,49,44,48,32,45,49,46,56,49,51,52,57,56,44,45,48,46,51,51,55,54,49,57,32,118,32,45,48,46,57,49,54,51,57,53,32,113,32,49,46,48,49,50,56,53,56,44,48,46,53,49,49,50,53,50,32,49,46,56,48,51,56,53,50,44,48,46,53,49,49,50,53,50,32,48,46,53,54,52,51,48,54,44,48,32,48,46,57,48,49,57,50,54,44,45,48,46,50,51,54,51,51,52,32,48,46,51,51,55,54,49,57,44,45,48,46,50,51,54,51,51,51,32,48,46,51,51,55,54,49,57,44,45,48,46,54,51,49,56,51,32,48,44,45,48,46,51,52,50,52,52,50,56,32,45,48,46,50,56,52,53,54,53,44,45,48,46,53,52,57,56,51,55,54,32,81,32,49,56,46,56,55,52,55,55,44,57,46,52,53,54,54,54,52,53,32,49,56,46,50,53,55,52,48,57,44,57,46,51,50,54,52,51,57,57,32,108,32,45,48,46,51,55,49,51,56,49,44,45,48,46,48,55,55,49,55,32,81,32,49,55,46,49,50,51,57,55,51,44,57,46,48,57,52,57,50,57,53,32,49,54,46,55,54,55,48,54,49,44,56,46,55,52,50,56,52,48,55,32,49,54,46,52,49,52,57,55,50,44,56,46,51,56,53,57,50,56,56,32,49,54,46,52,49,52,57,55,50,44,55,46,55,55,51,51,57,48,56,32,113,32,48,44,45,48,46,55,55,54,53,50,52,53,32,48,46,53,51,48,53,52,53,44,45,49,46,49,57,54,49,51,55,50,32,48,46,53,51,48,53,52,53,44,45,48,46,52,49,57,54,49,50,54,32,49,46,53,48,57,54,52,49,44,45,48,46,52,49,57,54,49,50,54,32,48,46,56,50,57,53,55,57,44,48,32,49,46,54,48,54,49,48,51,44,48,46,51,49,56,51,50,54,56,32,118,32,48,46,56,54,56,49,54,52,49,32,113,32,45,48,46,55,53,55,50,51,50,44,45,48,46,52,52,51,55,50,56,51,32,45,49,46,53,56,49,57,56,56,44,45,48,46,52,52,51,55,50,56,51,32,45,49,46,49,54,55,49,57,56,44,48,32,45,49,46,49,54,55,49,57,56,44,48,46,55,57,53,56,49,55,49,32,48,44,48,46,50,54,48,52,52,57,50,32,48,46,49,48,49,50,56,54,44,48,46,52,49,52,55,56,57,53,32,48,46,49,48,49,50,56,54,44,48,46,49,52,57,53,49,55,49,32,48,46,51,56,53,56,53,49,44,48,46,50,53,53,54,50,54,49,32,48,46,50,56,52,53,54,53,44,48,46,49,48,49,50,56,53,56,32,48,46,56,51,57,50,50,53,44,48,46,50,49,50,50,49,55,57,32,108,32,48,46,51,53,54,57,49,50,44,48,46,48,54,55,53,50,52,32,113,32,49,46,51,52,48,56,51,49,44,48,46,50,54,53,50,55,50,52,32,49,46,51,52,48,56,51,49,44,49,46,52,54,49,52,48,57,56,32,48,44,48,46,56,48,48,54,52,32,45,48,46,53,54,57,49,51,44,49,46,50,54,51,54,54,49,32,45,48,46,53,54,57,49,51,44,48,46,52,53,56,49,57,55,32,45,49,46,53,53,55,56,55,50,44,48,46,52,53,56,49,57,55,32,122,34,125,125,41,44,110,40,34,112,97,116,104,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,34,115,116,114,111,107,101,45,119,105,100,116,104,34,58,34,48,46,50,54,52,53,56,51,51,50,34,125,44,97,116,116,114,115,58,123,100,58,34,109,32,50,53,46,50,48,55,53,52,53,44,49,49,46,55,48,57,48,54,56,32,113,32,45,48,46,57,57,51,53,54,53,44,48,32,45,49,46,52,48,56,51,53,53,44,45,48,46,52,48,48,51,50,32,45,48,46,52,48,57,57,54,54,44,45,48,46,52,48,53,49,52,51,32,45,48,46,52,48,57,57,54,54,44,45,49,46,51,55,57,52,49,54,52,32,86,32,54,46,57,55,55,53,55,51,55,32,72,32,50,49,46,57,52,55,49,48,55,32,86,32,54,46,50,56,55,56,54,53,54,32,104,32,49,46,52,52,50,49,49,55,32,86,32,52,46,56,55,52,54,56,55,52,32,108,32,48,46,56,56,55,52,53,55,44,45,48,46,51,56,53,56,53,48,55,32,118,32,49,46,55,57,57,48,50,56,57,32,104,32,50,46,48,49,54,48,54,57,32,118,32,48,46,54,56,57,55,48,56,49,32,104,32,45,50,46,48,49,54,48,54,57,32,118,32,50,46,57,53,49,55,53,55,57,32,113,32,48,44,48,46,53,57,51,50,52,53,52,32,48,46,50,50,54,54,56,55,44,48,46,56,51,52,52,48,50,52,32,48,46,50,50,54,54,56,55,44,48,46,50,51,54,51,51,51,32,48,46,55,57,48,57,57,52,44,48,46,50,51,54,51,51,51,32,104,32,48,46,57,57,56,51,56,56,32,118,32,48,46,55,48,57,48,48,49,32,122,34,125,125,41,44,110,40,34,112,97,116,104,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,34,115,116,114,111,107,101,45,119,105,100,116,104,34,58,34,48,46,50,54,52,53,56,51,51,50,34,125,44,97,116,116,114,115,58,123,100,58,34,109,32,50,55,46,57,57,53,51,49,55,44,49,49,46,48,52,51,52,55,54,32,113,32,48,44,45,48,46,49,55,56,52,53,54,32,48,46,49,50,48,53,55,56,44,45,48,46,50,57,57,48,51,53,32,48,46,50,55,52,57,49,57,44,45,48,46,50,56,57,51,56,56,32,48,46,54,53,49,49,50,51,44,45,48,46,54,56,52,56,56,53,32,48,46,51,55,54,50,48,53,44,45,48,46,52,48,48,51,49,57,57,32,48,46,56,48,53,52,54,52,44,45,48,46,56,54,56,49,54,51,56,32,48,46,51,50,55,57,55,51,44,45,48,46,51,53,54,57,49,50,32,48,46,52,57,49,57,53,57,44,45,48,46,53,51,53,51,54,55,57,32,48,46,49,54,56,56,49,44,45,48,46,49,56,51,50,55,57,49,32,48,46,50,53,53,54,50,54,44,45,48,46,50,56,52,53,54,52,57,32,48,46,48,57,49,54,52,44,45,48,46,49,48,49,50,56,53,56,32,48,46,49,55,56,52,53,54,44,45,48,46,50,48,55,51,57,52,56,32,48,46,50,53,53,54,50,54,44,45,48,46,51,48,56,54,56,48,53,32,48,46,52,48,53,49,52,52,44,45,48,46,53,50,53,55,50,49,53,32,48,46,49,53,52,51,52,44,45,48,46,50,49,55,48,52,49,49,32,48,46,50,53,48,56,48,51,44,45,48,46,52,50,57,50,53,56,57,32,48,46,49,54,56,56,48,57,44,45,48,46,51,55,54,50,48,52,53,32,48,46,49,54,56,56,48,57,44,45,48,46,55,53,50,52,48,56,57,32,48,44,45,48,46,53,57,56,48,54,56,54,32,45,48,46,51,53,50,48,56,57,44,45,48,46,57,51,53,54,56,56,32,45,48,46,51,53,54,57,49,49,44,45,48,46,51,52,50,52,52,50,53,32,45,48,46,57,55,57,48,57,54,44,45,48,46,51,52,50,52,52,50,53,32,45,48,46,56,54,51,51,52,49,44,48,32,45,49,46,57,51,56,56,57,57,44,48,46,54,52,49,52,55,54,56,32,86,32,52,46,56,51,54,49,48,50,51,32,113,32,48,46,52,57,49,57,53,57,44,45,48,46,50,51,54,51,51,51,53,32,48,46,57,55,57,48,57,54,44,45,48,46,51,53,54,57,49,49,57,32,48,46,52,55,55,52,57,44,45,48,46,49,50,48,53,55,56,51,32,48,46,57,52,53,51,51,52,44,45,48,46,49,50,48,53,55,56,51,32,48,46,53,48,49,54,48,54,44,48,32,48,46,57,52,48,53,49,49,44,48,46,49,51,53,48,52,55,55,32,48,46,52,51,56,57,48,53,44,48,46,49,51,53,48,52,55,56,32,48,46,55,54,54,56,55,56,44,48,46,52,50,52,52,51,53,56,32,48,46,50,56,57,51,56,56,44,48,46,50,53,53,54,50,54,49,32,48,46,52,54,51,48,50,49,44,48,46,54,50,55,48,48,55,52,32,48,46,49,55,51,54,51,51,44,48,46,51,54,54,53,53,56,50,32,48,46,49,55,51,54,51,51,44,48,46,56,50,57,53,55,57,32,48,44,48,46,52,55,50,54,54,55,49,32,45,48,46,50,49,50,50,49,56,44,48,46,57,53,48,49,53,55,52,32,45,48,46,49,48,54,49,48,57,44,48,46,50,52,49,49,53,54,55,32,45,48,46,50,55,52,57,49,57,44,48,46,52,55,50,54,54,55,49,32,45,48,46,49,54,51,57,56,54,44,48,46,50,50,54,54,56,55,51,32,45,48,46,52,50,52,52,51,53,44,48,46,53,52,48,49,57,49,32,81,32,51,49,46,50,55,48,50,50,53,44,56,46,53,48,49,54,56,52,32,51,49,46,48,55,55,50,57,57,44,56,46,55,49,56,55,50,53,32,51,48,46,56,56,52,51,55,52,44,56,46,57,51,53,55,54,54,49,32,51,48,46,54,50,56,55,52,56,44,57,46,50,49,48,54,56,52,55,32,51,48,46,52,52,53,52,54,57,44,57,46,52,48,56,52,51,51,50,32,51,48,46,50,56,54,51,48,53,44,57,46,53,54,55,53,57,54,54,32,51,48,46,49,51,49,57,54,53,44,57,46,55,50,54,55,54,32,50,57,46,57,53,56,51,51,50,44,57,46,57,48,48,51,57,50,56,32,50,57,46,55,56,52,55,44,49,48,46,48,54,57,50,48,51,32,50,57,46,53,53,56,48,49,50,44,49,48,46,51,48,48,55,49,51,32,50,57,46,51,51,54,49,52,56,44,49,48,46,53,50,55,52,32,50,57,46,48,49,50,57,57,56,44,49,48,46,56,54,57,56,52,51,32,104,32,51,46,51,53,54,57,48,49,32,118,32,48,46,56,49,57,57,51,50,32,104,32,45,52,46,51,55,52,53,56,50,32,122,34,125,125,41,93,41,93,41,93,41,125,44,100,61,91,93,44,112,61,123,110,97,109,101,58,34,83,105,115,116,50,73,99,111,110,34,125,44,104,61,112,44,109,61,110,40,34,50,56,55,55,34,41,44,102,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,104,44,108,44,100,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,103,61,102,46,101,120,112,111,114,116,115,44,118,61,123,110,97,109,101,58,34,78,97,118,66,97,114,34,44,99,111,109,112,111,110,101,110,116,115,58,123,83,105,115,116,50,73,99,111,110,58,103,125,44,109,101,116,104,111,100,115,58,123,116,97,103,108,105,110,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,116,97,103,108,105,110,101,125,44,115,105,115,116,50,86,101,114,115,105,111,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,118,101,114,115,105,111,110,125,44,105,115,68,101,98,117,103,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,100,101,98,117,103,125,125,125,44,98,61,118,44,120,61,40,110,40,34,55,57,101,55,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,98,44,99,44,117,44,33,49,44,110,117,108,108,44,34,54,48,100,99,54,49,57,100,34,44,110,117,108,108,41,41,44,121,61,120,46,101,120,112,111,114,116,115,44,95,61,110,40,34,50,102,54,50,34,41,44,84,61,123,99,111,109,112,111,110,101,110,116,115,58,123,78,97,118,66,97,114,58,121,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,99,111,110,102,105,103,76,111,97,100,105,110,103,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,99,34,93,41,40,91,34,111,112,116,84,104,101,109,101,34,93,41,41,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,108,111,97,100,67,111,110,102,105,103,117,114,97,116,105,111,110,34,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,36,114,111,111,116,46,36,105,49,56,110,46,108,111,99,97,108,101,61,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,76,97,110,103,125,41,41,44,116,104,105,115,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,34,115,101,116,79,112,116,76,97,110,103,34,61,61,61,101,46,116,121,112,101,38,38,40,116,46,36,114,111,111,116,46,36,105,49,56,110,46,108,111,99,97,108,101,61,101,46,112,97,121,108,111,97,100,44,116,46,99,111,110,102,105,103,76,111,97,100,105,110,103,61,33,48,44,119,105,110,100,111,119,46,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,99,111,110,102,105,103,76,111,97,100,105,110,103,61,33,49,125,41,44,49,48,41,41,125,41,41,125,44,109,101,116,104,111,100,115,58,123,103,101,116,67,108,97,115,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,34,116,104,101,109,101,45,108,105,103,104,116,34,58,34,108,105,103,104,116,34,61,61,61,116,104,105,115,46,111,112,116,84,104,101,109,101,44,34,116,104,101,109,101,45,98,108,97,99,107,34,58,34,98,108,97,99,107,34,61,61,61,116,104,105,115,46,111,112,116,84,104,101,109,101,125,125,125,125,44,83,61,84,44,119,61,40,110,40,34,48,51,52,102,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,83,44,111,44,97,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,122,61,119,46,101,120,112,111,114,116,115,44,36,61,110,40,34,56,99,52,102,34,41,44,67,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,99,111,110,116,97,105,110,101,114,34,44,91,116,46,108,111,97,100,105,110,103,63,110,40,34,98,45,99,97,114,100,34,44,91,110,40,34,80,114,101,108,111,97,100,101,114,34,41,93,44,49,41,58,91,110,40,34,98,45,99,97,114,100,34,44,91,110,40,34,98,45,99,97,114,100,45,98,111,100,121,34,44,91,110,40,34,98,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,111,112,116,105,111,110,115,58,116,46,105,110,100,101,120,79,112,116,105,111,110,115,125,44,115,99,111,112,101,100,83,108,111,116,115,58,116,46,95,117,40,91,123,107,101,121,58,34,102,105,114,115,116,34,44,102,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,45,111,112,116,105,111,110,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,110,117,108,108,44,100,105,115,97,98,108,101,100,58,34,34,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,105,110,100,101,120,80,105,99,107,101,114,80,108,97,99,101,104,111,108,100,101,114,34,41,41,41,93,41,93,125,44,112,114,111,120,121,58,33,48,125,93,41,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,61,101,125,44,101,120,112,114,101,115,115,105,111,110,58,34,115,101,108,101,99,116,101,100,73,110,100,101,120,34,125,125,41,93,44,49,41,93,44,49,41,44,110,117,108,108,33,61,61,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,63,110,40,34,98,45,99,97,114,100,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,51,34,125,44,91,110,40,34,98,45,99,97,114,100,45,98,111,100,121,34,44,91,110,40,34,68,51,84,114,101,101,109,97,112,34,44,123,97,116,116,114,115,58,123,34,105,110,100,101,120,45,105,100,34,58,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,125,125,41,93,44,49,41,93,44,49,41,58,116,46,95,101,40,41,44,110,117,108,108,33,61,61,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,63,110,40,34,98,45,99,97,114,100,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,115,116,97,116,115,45,99,97,114,100,32,109,116,45,51,34,125,44,91,110,40,34,68,51,77,105,109,101,66,97,114,67,111,117,110,116,34,44,123,97,116,116,114,115,58,123,34,105,110,100,101,120,45,105,100,34,58,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,125,125,41,44,110,40,34,68,51,77,105,109,101,66,97,114,83,105,122,101,34,44,123,97,116,116,114,115,58,123,34,105,110,100,101,120,45,105,100,34,58,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,125,125,41,44,110,40,34,68,51,68,97,116,101,72,105,115,116,111,103,114,97,109,34,44,123,97,116,116,114,115,58,123,34,105,110,100,101,120,45,105,100,34,58,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,125,125,41,44,110,40,34,68,51,83,105,122,101,72,105,115,116,111,103,114,97,109,34,44,123,97,116,116,114,115,58,123,34,105,110,100,101,120,45,105,100,34,58,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,125,125,41,93,44,49,41,58,116,46,95,101,40,41,93,93,44,50,41,125,44,79,61,91,93,44,107,61,40,110,40,34,100,56,49,100,34,41,44,110,40,34,98,48,99,48,34,41,44,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,91,110,40,34,98,45,98,116,110,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,102,108,111,97,116,58,34,114,105,103,104,116,34,44,34,109,97,114,103,105,110,45,98,111,116,116,111,109,34,58,34,49,48,112,120,34,125,44,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,112,114,105,109,97,114,121,34,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,100,111,119,110,108,111,97,100,84,114,101,101,109,97,112,40,41,125,125,125,44,91,116,46,95,118,40,34,32,34,43,116,46,95,115,40,116,46,36,116,40,34,100,111,119,110,108,111,97,100,34,41,41,43,34,32,34,41,93,41,44,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,105,100,58,34,116,114,101,101,109,97,112,34,125,125,41,93,44,49,41,125,41,44,77,61,91,93,44,76,61,110,40,34,50,57,48,57,34,41,44,73,61,40,110,40,34,52,101,99,57,34,41,44,110,40,34,100,51,98,55,34,41,44,110,40,34,51,99,97,51,34,41,44,110,40,34,100,100,98,48,34,41,44,110,40,34,97,49,53,98,34,41,44,110,40,34,57,57,97,102,34,41,44,110,40,34,97,52,51,52,34,41,44,110,40,34,52,100,101,52,34,41,44,110,40,34,50,98,51,100,34,41,44,110,40,34,49,53,57,98,34,41,44,110,40,34,97,99,49,102,34,41,44,110,40,34,49,50,55,54,34,41,44,110,40,34,97,57,101,51,34,41,44,110,40,34,53,54,57,56,34,41,41,59,110,40,34,98,54,52,98,34,41,59,102,117,110,99,116,105,111,110,32,68,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,119,105,110,100,111,119,46,105,110,110,101,114,87,105,100,116,104,60,61,54,53,48,59,105,38,38,40,101,61,50,53,41,59,118,97,114,32,111,61,34,114,116,108,34,61,61,61,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,40,116,41,46,100,105,114,101,99,116,105,111,110,44,97,61,34,114,116,108,34,61,61,61,116,46,110,111,85,105,83,108,105,100,101,114,46,111,112,116,105,111,110,115,46,100,105,114,101,99,116,105,111,110,44,115,61,34,118,101,114,116,105,99,97,108,34,61,61,61,116,46,110,111,85,105,83,108,105,100,101,114,46,111,112,116,105,111,110,115,46,111,114,105,101,110,116,97,116,105,111,110,44,99,61,116,46,110,111,85,105,83,108,105,100,101,114,46,103,101,116,84,111,111,108,116,105,112,115,40,41,44,117,61,116,46,110,111,85,105,83,108,105,100,101,114,46,103,101,116,79,114,105,103,105,110,115,40,41,59,99,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,38,38,117,91,101,93,46,97,112,112,101,110,100,67,104,105,108,100,40,116,41,125,41,41,44,116,46,110,111,85,105,83,108,105,100,101,114,46,111,110,40,34,117,112,100,97,116,101,34,44,40,102,117,110,99,116,105,111,110,40,116,44,105,44,117,44,108,44,100,41,123,118,97,114,32,112,61,91,91,93,93,44,104,61,91,91,93,93,44,109,61,91,91,93,93,44,102,61,48,59,99,91,48,93,38,38,40,112,91,48,93,91,48,93,61,48,44,104,91,48,93,91,48,93,61,100,91,48,93,44,109,91,48,93,91,48,93,61,116,91,48,93,41,59,102,111,114,40,118,97,114,32,103,61,49,59,103,60,100,46,108,101,110,103,116,104,59,103,43,43,41,40,33,99,91,103,93,124,124,100,91,103,93,45,100,91,103,45,49,93,62,101,41,38,38,40,102,43,43,44,112,91,102,93,61,91,93,44,109,91,102,93,61,91,93,44,104,91,102,93,61,91,93,41,44,99,91,103,93,38,38,40,112,91,102,93,46,112,117,115,104,40,103,41,44,109,91,102,93,46,112,117,115,104,40,116,91,103,93,41,44,104,91,102,93,46,112,117,115,104,40,100,91,103,93,41,41,59,105,102,40,112,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,111,114,40,118,97,114,32,114,61,116,46,108,101,110,103,116,104,44,105,61,48,59,105,60,114,59,105,43,43,41,123,118,97,114,32,117,61,116,91,105,93,59,105,102,40,105,61,61,61,114,45,49,41,123,118,97,114,32,108,61,48,59,104,91,101,93,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,108,43,61,49,101,51,45,49,48,42,116,125,41,41,59,118,97,114,32,100,61,115,63,34,98,111,116,116,111,109,34,58,34,114,105,103,104,116,34,44,112,61,97,63,48,58,114,45,49,44,102,61,49,101,51,45,49,48,42,104,91,101,93,91,112,93,59,108,61,40,111,38,38,33,115,63,49,48,48,58,48,41,43,108,47,114,45,102,44,99,91,117,93,46,105,110,110,101,114,72,84,77,76,61,109,91,101,93,46,106,111,105,110,40,110,41,44,99,91,117,93,46,115,116,121,108,101,46,100,105,115,112,108,97,121,61,34,98,108,111,99,107,34,44,99,91,117,93,46,115,116,121,108,101,91,100,93,61,108,43,34,37,34,125,101,108,115,101,32,99,91,117,93,46,115,116,121,108,101,46,100,105,115,112,108,97,121,61,34,110,111,110,101,34,125,125,41,41,44,114,41,123,118,97,114,32,118,61,119,105,110,100,111,119,46,105,110,110,101,114,87,105,100,116,104,60,61,54,53,48,44,98,61,118,63,50,48,58,53,59,100,91,48,93,60,98,63,99,91,48,93,46,115,116,121,108,101,46,114,105,103,104,116,61,34,34,46,99,111,110,99,97,116,40,45,51,53,42,40,49,45,100,91,48,93,47,98,41,44,34,112,120,34,41,58,99,91,48,93,46,115,116,121,108,101,46,114,105,103,104,116,61,34,48,34,44,100,91,49,93,62,49,48,48,45,98,63,99,91,49,93,46,115,116,121,108,101,46,114,105,103,104,116,61,34,34,46,99,111,110,99,97,116,40,40,100,91,49,93,45,40,49,48,48,45,98,41,41,47,98,42,51,53,44,34,112,120,34,41,58,99,91,49,93,46,115,116,121,108,101,46,114,105,103,104,116,61,34,48,34,125,125,41,41,125,102,117,110,99,116,105,111,110,32,80,40,116,44,101,44,110,41,123,118,97,114,32,114,61,123,125,59,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,114,59,116,46,116,97,120,111,110,111,109,121,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,91,116,93,61,116,32,105,110,32,110,63,110,91,116,93,58,123,125,44,110,61,110,91,116,93,125,41,41,44,48,61,61,61,79,98,106,101,99,116,46,107,101,121,115,40,110,41,46,108,101,110,103,116,104,63,110,91,34,36,115,105,122,101,36,34,93,61,116,46,115,105,122,101,58,101,38,38,40,110,91,34,46,34,93,61,123,36,115,105,122,101,36,58,116,46,115,105,122,101,125,41,125,41,41,59,118,97,114,32,105,61,102,117,110,99,116,105,111,110,32,116,40,101,44,110,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,107,101,121,115,40,101,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,36,115,105,122,101,36,34,33,61,61,116,125,41,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,114,41,123,118,97,114,32,105,61,123,110,97,109,101,58,114,44,100,101,112,116,104,58,110,44,118,97,108,117,101,58,48,44,99,104,105,108,100,114,101,110,58,116,40,101,91,114,93,44,110,43,49,41,125,59,114,101,116,117,114,110,34,36,115,105,122,101,36,34,105,110,32,101,91,114,93,38,38,40,105,46,118,97,108,117,101,61,101,91,114,93,91,34,36,115,105,122,101,36,34,93,41,44,105,125,41,41,125,59,114,101,116,117,114,110,123,110,97,109,101,58,110,44,99,104,105,108,100,114,101,110,58,105,40,114,44,49,41,44,118,97,108,117,101,58,48,44,100,101,112,116,104,58,48,125,125,110,40,34,102,98,54,97,34,41,44,110,40,34,98,54,56,48,34,41,44,110,40,34,54,48,54,50,34,41,44,110,40,34,97,54,51,48,34,41,44,110,40,34,53,51,49,57,34,41,59,102,117,110,99,116,105,111,110,32,106,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,116,46,95,115,111,117,114,99,101,44,34,101,120,116,101,110,115,105,111,110,34,41,38,38,34,34,33,61,61,116,91,34,95,115,111,117,114,99,101,34,93,91,34,101,120,116,101,110,115,105,111,110,34,93,63,34,46,34,43,116,91,34,95,115,111,117,114,99,101,34,93,91,34,101,120,116,101,110,115,105,111,110,34,93,58,34,34,125,102,117,110,99,116,105,111,110,32,113,40,116,41,123,102,111,114,40,118,97,114,32,101,61,34,34,44,110,61,48,59,110,60,116,46,108,101,110,103,116,104,59,110,43,43,41,123,118,97,114,32,114,61,116,91,110,93,44,105,61,116,91,110,43,49,93,59,34,93,34,61,61,61,114,63,34,93,34,61,61,61,105,63,40,101,43,61,114,44,110,43,61,49,41,58,40,101,43,61,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,112,97,114,115,101,73,110,116,40,116,46,115,108,105,99,101,40,110,44,110,43,50,41,44,49,54,41,41,44,110,43,61,50,41,58,101,43,61,114,125,114,101,116,117,114,110,32,101,125,118,97,114,32,69,61,49,101,51,44,66,61,91,34,107,34,44,34,77,34,44,34,71,34,44,34,84,34,44,34,80,34,44,34,69,34,44,34,90,34,44,34,89,34,93,59,102,117,110,99,116,105,111,110,32,72,40,116,41,123,105,102,40,48,61,61,61,116,41,114,101,116,117,114,110,34,48,32,66,34,59,105,102,40,77,97,116,104,46,97,98,115,40,116,41,60,69,41,114,101,116,117,114,110,32,116,43,34,32,66,34,59,118,97,114,32,101,61,45,49,59,100,111,123,116,47,61,69,44,43,43,101,125,119,104,105,108,101,40,77,97,116,104,46,97,98,115,40,116,41,62,61,69,38,38,101,60,66,46,108,101,110,103,116,104,45,49,41,59,114,101,116,117,114,110,32,116,46,116,111,70,105,120,101,100,40,49,41,43,66,91,101,93,125,102,117,110,99,116,105,111,110,32,65,40,116,41,123,116,61,77,97,116,104,46,102,108,111,111,114,40,116,41,59,118,97,114,32,101,61,77,97,116,104,46,102,108,111,111,114,40,116,47,51,54,48,48,41,44,110,61,77,97,116,104,46,102,108,111,111,114,40,40,116,45,51,54,48,48,42,101,41,47,54,48,41,44,114,61,116,45,51,54,48,48,42,101,45,54,48,42,110,59,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,101,60,49,48,63,34,48,34,58,34,34,41,46,99,111,110,99,97,116,40,101,44,34,58,34,41,46,99,111,110,99,97,116,40,110,60,49,48,63,34,48,34,58,34,34,41,46,99,111,110,99,97,116,40,110,44,34,58,34,41,46,99,111,110,99,97,116,40,114,60,49,48,63,34,48,34,58,34,34,41,46,99,111,110,99,97,116,40,114,41,125,102,117,110,99,116,105,111,110,32,82,40,116,41,123,118,97,114,32,101,61,110,101,119,32,68,97,116,101,40,49,101,51,42,116,41,59,114,101,116,117,114,110,32,101,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,43,34,45,34,43,40,34,48,34,43,40,101,46,103,101,116,85,84,67,77,111,110,116,104,40,41,43,49,41,41,46,115,108,105,99,101,40,45,50,41,43,34,45,34,43,40,34,48,34,43,101,46,103,101,116,85,84,67,68,97,116,101,40,41,41,46,115,108,105,99,101,40,45,50,41,125,102,117,110,99,116,105,111,110,32,85,40,116,41,123,116,61,116,46,115,117,98,115,116,114,105,110,103,40,49,41,59,118,97,114,32,101,61,112,97,114,115,101,73,110,116,40,116,44,49,54,41,44,110,61,101,62,62,49,54,38,50,53,53,44,114,61,101,62,62,56,38,50,53,53,44,105,61,101,62,62,48,38,50,53,53,59,114,101,116,117,114,110,46,50,49,50,54,42,110,43,46,55,49,53,50,42,114,43,46,48,55,50,50,42,105,125,102,117,110,99,116,105,111,110,32,70,40,116,41,123,102,111,114,40,118,97,114,32,101,61,110,101,119,32,83,101,116,44,110,61,116,46,115,101,108,101,99,116,101,100,40,41,44,114,61,48,59,114,60,110,46,108,101,110,103,116,104,59,114,43,43,41,123,105,102,40,34,97,110,121,34,61,61,61,110,91,114,93,46,105,100,41,114,101,116,117,114,110,91,34,97,110,121,34,93,59,45,49,33,61,61,110,91,114,93,46,116,101,120,116,46,105,110,100,101,120,79,102,40,34,40,34,41,38,38,40,110,91,114,93,46,118,97,108,117,101,115,63,101,46,97,100,100,40,110,91,114,93,46,118,97,108,117,101,115,46,115,108,105,99,101,40,45,49,41,91,48,93,41,58,101,46,97,100,100,40,110,91,114,93,46,105,100,41,41,125,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,40,101,41,125,102,117,110,99,116,105,111,110,32,81,40,116,41,123,105,102,40,48,33,61,116,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,71,40,116,41,125,41,41,46,106,111,105,110,40,34,34,41,125,102,117,110,99,116,105,111,110,32,78,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,65,108,108,40,47,40,91,73,86,65,84,85,70,93,41,47,103,44,34,36,36,36,38,34,41,46,115,112,108,105,116,40,34,36,34,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,86,40,116,41,125,41,41,46,115,108,105,99,101,40,49,41,125,102,117,110,99,116,105,111,110,32,71,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,34,105,109,97,103,101,47,34,44,34,73,34,41,46,114,101,112,108,97,99,101,40,34,118,105,100,101,111,47,34,44,34,86,34,41,46,114,101,112,108,97,99,101,40,34,97,112,112,108,105,99,97,116,105,111,110,47,34,44,34,65,34,41,46,114,101,112,108,97,99,101,40,34,116,101,120,116,47,34,44,34,84,34,41,46,114,101,112,108,97,99,101,40,34,97,117,100,105,111,47,34,44,34,85,34,41,46,114,101,112,108,97,99,101,40,34,102,111,110,116,47,34,44,34,70,34,41,46,114,101,112,108,97,99,101,40,34,43,34,44,34,44,34,41,46,114,101,112,108,97,99,101,40,34,120,45,34,44,34,88,34,41,125,102,117,110,99,116,105,111,110,32,86,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,34,73,34,44,34,105,109,97,103,101,47,34,41,46,114,101,112,108,97,99,101,40,34,86,34,44,34,118,105,100,101,111,47,34,41,46,114,101,112,108,97,99,101,40,34,65,34,44,34,97,112,112,108,105,99,97,116,105,111,110,47,34,41,46,114,101,112,108,97,99,101,40,34,84,34,44,34,116,101,120,116,47,34,41,46,114,101,112,108,97,99,101,40,34,85,34,44,34,97,117,100,105,111,47,34,41,46,114,101,112,108,97,99,101,40,34,70,34,44,34,102,111,110,116,47,34,41,46,114,101,112,108,97,99,101,40,34,44,34,44,34,43,34,41,46,114,101,112,108,97,99,101,40,34,88,34,44,34,120,45,34,41,125,118,97,114,32,87,61,110,40,34,100,52,101,99,34,41,44,75,61,110,40,34,98,101,101,50,34,41,44,89,61,110,40,34,53,51,99,97,34,41,44,74,61,40,110,40,34,50,99,97,48,34,41,44,110,40,34,50,53,102,48,34,41,44,110,40,34,98,99,51,97,34,41,41,44,90,61,110,46,110,40,74,41,44,88,61,110,40,34,99,98,52,57,34,41,59,102,117,110,99,116,105,111,110,32,116,116,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,101,46,115,108,105,99,101,40,48,44,110,41,59,105,102,40,49,61,61,116,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,105,100,46,115,108,105,99,101,40,48,44,110,41,61,61,114,125,41,41,46,108,101,110,103,116,104,41,114,101,116,117,114,110,123,118,58,114,125,125,44,114,61,52,59,114,60,51,50,59,114,43,43,41,123,118,97,114,32,105,61,110,40,114,41,59,105,102,40,34,111,98,106,101,99,116,34,61,61,61,79,98,106,101,99,116,40,89,91,34,97,34,93,41,40,105,41,41,114,101,116,117,114,110,32,105,46,118,125,114,101,116,117,114,110,32,101,125,118,97,114,32,101,116,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,101,41,123,79,98,106,101,99,116,40,87,91,34,97,34,93,41,40,116,104,105,115,44,116,41,44,116,104,105,115,46,98,97,115,101,85,114,108,61,101,125,114,101,116,117,114,110,32,79,98,106,101,99,116,40,75,91,34,97,34,93,41,40,116,44,91,123,107,101,121,58,34,103,101,116,83,105,115,116,50,73,110,102,111,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,90,46,97,46,103,101,116,40,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,105,34,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,100,97,116,97,46,105,110,100,105,99,101,115,59,114,101,116,117,114,110,32,116,46,100,97,116,97,46,105,110,100,105,99,101,115,61,101,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,105,100,58,116,46,105,100,44,110,97,109,101,58,116,46,110,97,109,101,44,116,105,109,101,115,116,97,109,112,58,116,46,116,105,109,101,115,116,97,109,112,44,118,101,114,115,105,111,110,58,116,46,118,101,114,115,105,111,110,44,105,100,80,114,101,102,105,120,58,116,116,40,101,44,116,46,105,100,41,125,125,41,41,44,116,46,100,97,116,97,125,41,41,125,125,44,123,107,101,121,58,34,115,101,116,72,105,116,80,114,111,112,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,91,34,95,112,114,111,112,115,34,93,61,123,125,59,118,97,114,32,101,61,110,117,108,108,61,61,116,46,95,115,111,117,114,99,101,46,109,105,109,101,63,110,117,108,108,58,116,46,95,115,111,117,114,99,101,46,109,105,109,101,46,115,112,108,105,116,40,34,47,34,41,91,48,93,59,115,119,105,116,99,104,40,34,112,97,114,101,110,116,34,105,110,32,116,46,95,115,111,117,114,99,101,38,38,40,116,46,95,112,114,111,112,115,46,105,115,83,117,98,68,111,99,117,109,101,110,116,61,33,48,41,44,34,116,104,117,109,98,110,97,105,108,34,105,110,32,116,46,95,115,111,117,114,99,101,38,38,40,116,46,95,112,114,111,112,115,46,104,97,115,84,104,117,109,98,110,97,105,108,61,33,48,41,44,101,41,123,99,97,115,101,34,105,109,97,103,101,34,58,34,103,105,102,34,61,61,61,116,46,95,115,111,117,114,99,101,46,118,105,100,101,111,99,63,116,46,95,112,114,111,112,115,46,105,115,71,105,102,61,33,48,58,116,46,95,112,114,111,112,115,46,105,115,73,109,97,103,101,61,33,48,44,34,119,105,100,116,104,34,105,110,32,116,46,95,115,111,117,114,99,101,38,38,33,116,46,95,112,114,111,112,115,46,105,115,83,117,98,68,111,99,117,109,101,110,116,38,38,34,116,105,102,102,34,33,61,61,116,46,95,115,111,117,114,99,101,46,118,105,100,101,111,99,38,38,34,114,97,119,34,33,61,61,116,46,95,115,111,117,114,99,101,46,118,105,100,101,111,99,38,38,34,112,112,109,34,33,61,61,116,46,95,115,111,117,114,99,101,46,118,105,100,101,111,99,38,38,40,116,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,73,109,97,103,101,61,33,48,41,59,98,114,101,97,107,59,99,97,115,101,34,118,105,100,101,111,34,58,105,102,40,34,118,105,100,101,111,99,34,105,110,32,116,46,95,115,111,117,114,99,101,38,38,40,116,46,95,112,114,111,112,115,46,105,115,86,105,100,101,111,61,33,48,41,44,116,46,95,112,114,111,112,115,46,105,115,86,105,100,101,111,41,123,118,97,114,32,110,61,116,46,95,115,111,117,114,99,101,46,118,105,100,101,111,99,44,114,61,116,46,95,115,111,117,114,99,101,46,109,105,109,101,59,116,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,86,105,100,101,111,61,110,117,108,108,33,61,114,38,38,114,46,115,116,97,114,116,115,87,105,116,104,40,34,118,105,100,101,111,47,34,41,38,38,33,116,46,95,112,114,111,112,115,46,105,115,83,117,98,68,111,99,117,109,101,110,116,38,38,34,109,107,118,34,33,61,61,116,46,95,115,111,117,114,99,101,46,101,120,116,101,110,115,105,111,110,38,38,34,97,118,105,34,33,61,61,116,46,95,115,111,117,114,99,101,46,101,120,116,101,110,115,105,111,110,38,38,34,109,111,118,34,33,61,61,116,46,95,115,111,117,114,99,101,46,101,120,116,101,110,115,105,111,110,38,38,34,104,101,118,99,34,33,61,61,110,38,38,34,109,112,101,103,49,118,105,100,101,111,34,33,61,61,110,38,38,34,109,112,101,103,50,118,105,100,101,111,34,33,61,61,110,38,38,34,119,109,118,51,34,33,61,61,110,125,98,114,101,97,107,59,99,97,115,101,34,97,117,100,105,111,34,58,34,97,117,100,105,111,99,34,105,110,32,116,46,95,115,111,117,114,99,101,38,38,33,116,46,95,112,114,111,112,115,46,105,115,83,117,98,68,111,99,117,109,101,110,116,38,38,40,116,46,95,112,114,111,112,115,46,105,115,65,117,100,105,111,61,33,48,41,59,98,114,101,97,107,125,125,125,44,123,107,101,121,58,34,115,101,116,72,105,116,84,97,103,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,91,93,44,114,61,110,117,108,108,61,61,116,46,95,115,111,117,114,99,101,46,109,105,109,101,63,110,117,108,108,58,116,46,95,115,111,117,114,99,101,46,109,105,109,101,46,115,112,108,105,116,40,34,47,34,41,91,48,93,59,115,119,105,116,99,104,40,114,41,123,99,97,115,101,34,105,109,97,103,101,34,58,99,97,115,101,34,118,105,100,101,111,34,58,34,118,105,100,101,111,99,34,105,110,32,116,46,95,115,111,117,114,99,101,38,38,116,46,95,115,111,117,114,99,101,46,118,105,100,101,111,99,38,38,110,46,112,117,115,104,40,123,115,116,121,108,101,58,34,118,105,100,101,111,34,44,116,101,120,116,58,116,46,95,115,111,117,114,99,101,46,118,105,100,101,111,99,46,114,101,112,108,97,99,101,40,34,32,34,44,34,34,41,44,117,115,101,114,84,97,103,58,33,49,125,41,59,98,114,101,97,107,59,99,97,115,101,34,97,117,100,105,111,34,58,34,97,117,100,105,111,99,34,105,110,32,116,46,95,115,111,117,114,99,101,38,38,116,46,95,115,111,117,114,99,101,46,97,117,100,105,111,99,38,38,110,46,112,117,115,104,40,123,115,116,121,108,101,58,34,97,117,100,105,111,34,44,116,101,120,116,58,116,46,95,115,111,117,114,99,101,46,97,117,100,105,111,99,44,117,115,101,114,84,97,103,58,33,49,125,41,59,98,114,101,97,107,125,34,116,97,103,34,105,110,32,116,46,95,115,111,117,114,99,101,38,38,116,46,95,115,111,117,114,99,101,46,116,97,103,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,46,112,117,115,104,40,101,46,99,114,101,97,116,101,85,115,101,114,84,97,103,40,116,41,41,125,41,41,44,116,46,95,116,97,103,115,61,110,125,125,44,123,107,101,121,58,34,99,114,101,97,116,101,85,115,101,114,84,97,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,115,112,108,105,116,40,34,46,34,41,44,110,61,101,46,112,111,112,40,41,44,114,61,110,44,105,61,85,40,110,41,62,53,48,63,34,35,48,48,48,34,58,34,35,102,102,102,34,59,114,101,116,117,114,110,123,115,116,121,108,101,58,34,117,115,101,114,34,44,102,103,58,105,44,98,103,58,114,44,116,101,120,116,58,101,46,106,111,105,110,40,34,46,34,41,44,114,97,119,84,101,120,116,58,116,44,117,115,101,114,84,97,103,58,33,48,125,125,125,44,123,107,101,121,58,34,101,115,81,117,101,114,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,114,101,116,117,114,110,32,90,46,97,46,112,111,115,116,40,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,101,115,34,41,44,116,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,44,114,61,116,46,100,97,116,97,59,114,101,116,117,114,110,32,110,117,108,108,33,61,61,40,110,61,114,46,104,105,116,115,41,38,38,118,111,105,100,32,48,33,61,61,110,38,38,110,46,104,105,116,115,38,38,114,46,104,105,116,115,46,104,105,116,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,91,34,95,115,111,117,114,99,101,34,93,91,34,110,97,109,101,34,93,61,113,40,116,91,34,95,115,111,117,114,99,101,34,93,91,34,110,97,109,101,34,93,41,44,116,91,34,95,115,111,117,114,99,101,34,93,91,34,112,97,116,104,34,93,61,113,40,116,91,34,95,115,111,117,114,99,101,34,93,91,34,112,97,116,104,34,93,41,44,116,91,34,95,112,97,116,104,95,109,100,53,34,93,61,88,91,34,97,34,93,46,77,68,53,40,116,91,34,95,115,111,117,114,99,101,34,93,91,34,112,97,116,104,34,93,43,40,116,91,34,95,115,111,117,114,99,101,34,93,91,34,112,97,116,104,34,93,63,34,47,34,58,34,34,41,43,116,91,34,95,115,111,117,114,99,101,34,93,91,34,110,97,109,101,34,93,43,106,40,116,41,41,46,116,111,83,116,114,105,110,103,40,41,44,101,46,115,101,116,72,105,116,80,114,111,112,115,40,116,41,44,101,46,115,101,116,72,105,116,84,97,103,115,40,116,41,125,41,41,44,114,125,41,41,125,125,44,123,107,101,121,58,34,103,101,116,77,105,109,101,84,121,112,101,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,115,81,117,101,114,121,40,123,97,103,103,115,58,123,109,105,109,101,84,121,112,101,115,58,123,116,101,114,109,115,58,123,102,105,101,108,100,58,34,109,105,109,101,34,44,115,105,122,101,58,49,101,52,125,125,125,44,115,105,122,101,58,48,125,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,91,93,59,114,101,116,117,114,110,32,116,91,34,97,103,103,114,101,103,97,116,105,111,110,115,34,93,91,34,109,105,109,101,84,121,112,101,115,34,93,91,34,98,117,99,107,101,116,115,34,93,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,107,101,121,62,101,46,107,101,121,125,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,116,91,34,107,101,121,34,93,46,115,112,108,105,116,40,34,47,34,41,44,114,61,110,91,48,93,44,105,61,110,91,49,93,44,111,61,33,49,44,97,61,123,105,100,58,116,91,34,107,101,121,34,93,44,116,101,120,116,58,34,34,46,99,111,110,99,97,116,40,105,44,34,32,40,34,41,46,99,111,110,99,97,116,40,116,91,34,100,111,99,95,99,111,117,110,116,34,93,44,34,41,34,41,125,59,101,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,116,101,120,116,61,61,61,114,38,38,40,116,46,99,104,105,108,100,114,101,110,46,112,117,115,104,40,97,41,44,111,61,33,48,41,125,41,41,44,111,124,124,101,46,112,117,115,104,40,123,116,101,120,116,58,114,44,99,104,105,108,100,114,101,110,58,91,97,93,125,41,125,41,41,44,101,125,41,41,125,125,44,123,107,101,121,58,34,95,99,114,101,97,116,101,69,115,84,97,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,115,112,108,105,116,40,34,46,34,41,59,114,101,116,117,114,110,47,46,42,92,46,35,91,48,45,57,97,45,102,93,123,54,125,47,46,116,101,115,116,40,116,41,63,123,105,100,58,110,46,115,108,105,99,101,40,48,44,45,49,41,46,106,111,105,110,40,34,46,34,41,44,99,111,108,111,114,58,110,46,112,111,112,40,41,44,105,115,76,101,97,102,58,33,48,44,99,111,117,110,116,58,101,125,58,123,105,100,58,116,44,99,111,117,110,116,58,101,44,105,115,76,101,97,102,58,33,49,44,99,111,108,111,114,58,118,111,105,100,32,48,125,125,125,44,123,107,101,121,58,34,103,101,116,68,111,99,73,110,102,111,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,90,46,97,46,103,101,116,40,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,100,47,34,41,46,99,111,110,99,97,116,40,116,41,41,125,125,44,123,107,101,121,58,34,103,101,116,84,97,103,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,116,104,105,115,46,101,115,81,117,101,114,121,40,123,97,103,103,115,58,123,116,97,103,115,58,123,116,101,114,109,115,58,123,102,105,101,108,100,58,34,116,97,103,34,44,115,105,122,101,58,49,101,52,125,125,125,44,115,105,122,101,58,48,125,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,110,101,119,32,83,101,116,44,114,61,101,91,34,97,103,103,114,101,103,97,116,105,111,110,115,34,93,91,34,116,97,103,115,34,93,91,34,98,117,99,107,101,116,115,34,93,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,91,34,107,101,121,34,93,46,108,111,99,97,108,101,67,111,109,112,97,114,101,40,101,91,34,107,101,121,34,93,41,125,41,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,95,99,114,101,97,116,101,69,115,84,97,103,40,101,91,34,107,101,121,34,93,44,101,91,34,100,111,99,95,99,111,117,110,116,34,93,41,125,41,41,59,114,101,116,117,114,110,32,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,110,46,104,97,115,40,116,46,105,100,41,38,38,40,110,46,97,100,100,40,116,46,105,100,41,44,33,48,41,125,41,41,125,41,41,125,125,44,123,107,101,121,58,34,115,97,118,101,84,97,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,90,46,97,46,112,111,115,116,40,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,116,97,103,47,34,41,43,101,91,34,95,115,111,117,114,99,101,34,93,91,34,105,110,100,101,120,34,93,44,123,100,101,108,101,116,101,58,33,49,44,110,97,109,101,58,116,44,100,111,99,95,105,100,58,101,91,34,95,105,100,34,93,44,112,97,116,104,95,109,100,53,58,101,46,95,112,97,116,104,95,109,100,53,125,41,125,125,44,123,107,101,121,58,34,100,101,108,101,116,101,84,97,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,90,46,97,46,112,111,115,116,40,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,116,97,103,47,34,41,43,101,91,34,95,115,111,117,114,99,101,34,93,91,34,105,110,100,101,120,34,93,44,123,100,101,108,101,116,101,58,33,48,44,110,97,109,101,58,116,44,100,111,99,95,105,100,58,101,91,34,95,105,100,34,93,44,112,97,116,104,95,109,100,53,58,101,46,95,112,97,116,104,95,109,100,53,125,41,125,125,44,123,107,101,121,58,34,103,101,116,84,114,101,101,109,97,112,67,115,118,85,114,108,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,115,47,34,41,46,99,111,110,99,97,116,40,116,44,34,47,49,34,41,125,125,44,123,107,101,121,58,34,103,101,116,77,105,109,101,67,115,118,85,114,108,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,115,47,34,41,46,99,111,110,99,97,116,40,116,44,34,47,50,34,41,125,125,44,123,107,101,121,58,34,103,101,116,83,105,122,101,67,115,118,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,115,47,34,41,46,99,111,110,99,97,116,40,116,44,34,47,51,34,41,125,125,44,123,107,101,121,58,34,103,101,116,68,97,116,101,67,115,118,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,115,47,34,41,46,99,111,110,99,97,116,40,116,44,34,47,52,34,41,125,125,93,41,44,116,125,40,41,44,110,116,61,110,101,119,32,101,116,40,34,34,41,44,114,116,61,110,40,34,55,48,98,48,34,41,44,105,116,61,110,46,110,40,114,116,41,44,111,116,61,123,115,113,117,97,114,105,102,121,58,73,91,34,76,34,93,44,98,105,110,97,114,121,58,73,91,34,72,34,93,44,115,108,105,99,101,68,105,99,101,58,73,91,34,75,34,93,44,115,108,105,99,101,58,73,91,34,74,34,93,44,100,105,99,101,58,73,91,34,73,34,93,125,44,97,116,61,123,80,117,66,117,71,110,58,73,91,34,110,34,93,44,80,117,82,100,58,73,91,34,111,34,93,44,80,117,66,117,58,73,91,34,109,34,93,44,89,108,79,114,66,114,58,73,91,34,116,34,93,44,89,108,79,114,82,100,58,73,91,34,117,34,93,44,89,108,71,110,58,73,91,34,114,34,93,44,89,108,71,110,66,117,58,73,91,34,115,34,93,44,80,108,97,115,109,97,58,73,91,34,108,34,93,44,77,97,103,109,97,58,73,91,34,107,34,93,44,73,110,102,101,114,110,111,58,73,91,34,106,34,93,44,86,105,114,105,100,105,115,58,73,91,34,113,34,93,44,84,117,114,98,111,58,73,91,34,112,34,93,125,44,115,116,61,123,115,109,97,108,108,58,91,56,48,48,44,54,48,48,93,44,109,101,100,105,117,109,58,91,49,51,48,48,44,55,53,48,93,44,108,97,114,103,101,58,91,49,57,48,48,44,57,48,48,93,44,34,120,45,108,97,114,103,101,34,58,91,50,56,48,48,44,49,55,48,48,93,44,34,120,120,45,108,97,114,103,101,34,58,91,51,54,48,48,44,50,101,51,93,125,44,99,116,61,123,125,59,102,117,110,99,116,105,111,110,32,117,116,40,116,41,123,118,97,114,32,101,61,99,116,91,116,93,124,124,48,59,114,101,116,117,114,110,32,99,116,91,116,93,61,101,43,49,44,116,43,101,125,102,117,110,99,116,105,111,110,32,108,116,40,116,44,101,41,123,118,97,114,32,110,61,110,101,119,32,77,97,112,44,114,61,110,101,119,32,77,97,112,59,114,101,116,117,114,110,32,116,46,101,97,99,104,65,102,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,99,104,105,108,100,114,101,110,38,38,48,33,61,61,116,46,99,104,105,108,100,114,101,110,46,108,101,110,103,116,104,63,40,110,46,115,101,116,40,116,44,49,43,73,91,34,118,34,93,40,116,46,99,104,105,108,100,114,101,110,44,40,102,117,110,99,116,105,111,110,40,114,41,123,114,101,116,117,114,110,32,114,46,120,49,61,61,61,116,46,120,49,45,101,63,110,46,103,101,116,40,114,41,58,78,97,78,125,41,41,41,44,114,46,115,101,116,40,116,44,49,43,73,91,34,118,34,93,40,116,46,99,104,105,108,100,114,101,110,44,40,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,110,46,121,49,61,61,61,116,46,121,49,45,101,63,114,46,103,101,116,40,110,41,58,78,97,78,125,41,41,41,41,58,40,110,46,115,101,116,40,116,44,48,41,44,114,46,115,101,116,40,116,44,48,41,41,125,41,41,46,101,97,99,104,66,101,102,111,114,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,120,49,45,61,50,42,101,42,110,46,103,101,116,40,116,41,44,116,46,121,49,45,61,50,42,101,42,114,46,103,101,116,40,116,41,125,41,41,125,102,117,110,99,116,105,111,110,32,100,116,40,116,44,101,44,110,44,114,44,105,44,111,41,123,118,97,114,32,97,61,108,116,40,73,91,34,71,34,93,40,41,46,115,105,122,101,40,91,110,44,114,93,41,46,116,105,108,101,40,111,116,91,105,93,41,46,112,97,100,100,105,110,103,79,117,116,101,114,40,51,41,46,112,97,100,100,105,110,103,84,111,112,40,49,54,41,46,112,97,100,100,105,110,103,73,110,110,101,114,40,49,41,46,114,111,117,110,100,40,33,48,41,40,73,91,34,104,34,93,40,116,41,46,115,117,109,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,118,97,108,117,101,125,41,41,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,118,97,108,117,101,45,116,46,118,97,108,117,101,125,41,41,41,44,51,41,44,115,61,77,97,116,104,46,109,97,120,46,97,112,112,108,121,40,77,97,116,104,44,79,98,106,101,99,116,40,76,91,34,97,34,93,41,40,97,46,100,101,115,99,101,110,100,97,110,116,115,40,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,100,101,112,116,104,125,41,41,41,41,44,99,61,73,91,34,67,34,93,40,91,115,44,45,49,93,44,97,116,91,111,93,41,59,101,46,97,112,112,101,110,100,40,34,102,105,108,116,101,114,34,41,46,97,116,116,114,40,34,105,100,34,44,34,115,104,97,100,111,119,34,41,46,97,112,112,101,110,100,40,34,102,101,68,114,111,112,83,104,97,100,111,119,34,41,46,97,116,116,114,40,34,102,108,111,111,100,45,111,112,97,99,105,116,121,34,44,46,51,41,46,97,116,116,114,40,34,100,120,34,44,48,41,46,97,116,116,114,40,34,115,116,100,68,101,118,105,97,116,105,111,110,34,44,51,41,59,118,97,114,32,117,61,101,46,115,101,108,101,99,116,65,108,108,40,34,103,34,41,46,100,97,116,97,40,73,91,34,119,34,93,40,41,46,107,101,121,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,100,101,112,116,104,125,41,41,46,115,111,114,116,75,101,121,115,40,73,91,34,97,34,93,41,46,101,110,116,114,105,101,115,40,97,46,100,101,115,99,101,110,100,97,110,116,115,40,41,41,41,46,106,111,105,110,40,34,103,34,41,46,97,116,116,114,40,34,102,105,108,116,101,114,34,44,34,117,114,108,40,35,115,104,97,100,111,119,41,34,41,46,115,101,108,101,99,116,65,108,108,40,34,103,34,41,46,100,97,116,97,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,118,97,108,117,101,115,125,41,41,46,106,111,105,110,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,116,114,97,110,115,108,97,116,101,40,34,46,99,111,110,99,97,116,40,116,46,120,48,44,34,44,34,41,46,99,111,110,99,97,116,40,116,46,121,48,44,34,41,34,41,125,41,41,59,117,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,46,116,101,120,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,116,46,97,110,99,101,115,116,111,114,115,40,41,46,114,101,118,101,114,115,101,40,41,46,115,112,108,105,99,101,40,49,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,100,97,116,97,46,110,97,109,101,125,41,41,46,106,111,105,110,40,34,47,34,41,44,34,92,110,34,41,46,99,111,110,99,97,116,40,72,40,116,46,118,97,108,117,101,41,41,125,41,41,44,117,46,97,112,112,101,110,100,40,34,114,101,99,116,34,41,46,97,116,116,114,40,34,105,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,110,111,100,101,85,105,100,61,117,116,40,34,110,111,100,101,34,41,125,41,41,46,97,116,116,114,40,34,102,105,108,108,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,99,40,116,46,100,101,112,116,104,41,125,41,41,46,97,116,116,114,40,34,119,105,100,116,104,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,120,49,45,116,46,120,48,125,41,41,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,121,49,45,116,46,121,48,125,41,41,44,117,46,97,112,112,101,110,100,40,34,99,108,105,112,80,97,116,104,34,41,46,97,116,116,114,40,34,105,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,99,108,105,112,85,105,100,61,117,116,40,34,99,108,105,112,34,41,125,41,41,46,97,112,112,101,110,100,40,34,117,115,101,34,41,46,97,116,116,114,40,34,104,114,101,102,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,35,34,46,99,111,110,99,97,116,40,116,46,110,111,100,101,85,105,100,41,125,41,41,44,117,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,46,97,116,116,114,40,34,102,105,108,108,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,73,91,34,105,34,93,40,99,40,116,46,100,101,112,116,104,41,41,46,108,62,46,53,63,34,35,51,51,51,34,58,34,35,101,101,101,34,125,41,41,46,97,116,116,114,40,34,99,108,105,112,45,112,97,116,104,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,117,114,108,40,35,34,46,99,111,110,99,97,116,40,116,46,99,108,105,112,85,105,100,44,34,41,34,41,125,41,41,46,115,101,108,101,99,116,65,108,108,40,34,116,115,112,97,110,34,41,46,100,97,116,97,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,91,116,46,100,97,116,97,46,110,97,109,101,44,72,40,116,46,118,97,108,117,101,41,93,125,41,41,46,106,111,105,110,40,34,116,115,112,97,110,34,41,46,116,101,120,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,41,41,44,117,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,99,104,105,108,100,114,101,110,125,41,41,46,115,101,108,101,99,116,65,108,108,40,34,116,115,112,97,110,34,41,46,97,116,116,114,40,34,100,120,34,44,51,41,46,97,116,116,114,40,34,121,34,44,49,51,41,44,117,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,116,46,99,104,105,108,100,114,101,110,125,41,41,46,115,101,108,101,99,116,65,108,108,40,34,116,115,112,97,110,34,41,46,97,116,116,114,40,34,120,34,44,51,41,46,97,116,116,114,40,34,121,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,48,61,61,61,101,63,49,46,49,58,50,46,51,44,34,101,109,34,41,125,41,41,125,102,117,110,99,116,105,111,110,32,112,116,40,116,44,101,44,110,44,114,44,105,44,111,44,97,41,123,118,97,114,32,115,61,73,91,34,66,34,93,40,73,91,34,68,34,93,41,44,99,61,73,91,34,71,34,93,40,41,46,116,105,108,101,40,111,116,91,111,93,41,46,115,105,122,101,40,91,110,44,114,93,41,46,112,97,100,100,105,110,103,40,49,41,46,114,111,117,110,100,40,33,48,41,40,73,91,34,104,34,93,40,116,41,46,115,117,109,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,118,97,108,117,101,125,41,41,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,118,97,108,117,101,45,116,46,118,97,108,117,101,125,41,41,41,44,117,61,101,46,115,101,108,101,99,116,65,108,108,40,34,103,34,41,46,100,97,116,97,40,99,46,108,101,97,118,101,115,40,41,41,46,106,111,105,110,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,116,114,97,110,115,108,97,116,101,40,34,46,99,111,110,99,97,116,40,116,46,120,48,44,34,44,34,41,46,99,111,110,99,97,116,40,116,46,121,48,44,34,41,34,41,125,41,41,59,117,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,46,116,101,120,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,116,46,97,110,99,101,115,116,111,114,115,40,41,46,114,101,118,101,114,115,101,40,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,100,97,116,97,46,110,97,109,101,125,41,41,46,106,111,105,110,40,34,47,34,41,44,34,92,110,34,41,46,99,111,110,99,97,116,40,72,40,116,46,118,97,108,117,101,41,41,125,41,41,44,117,46,97,112,112,101,110,100,40,34,114,101,99,116,34,41,46,97,116,116,114,40,34,105,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,101,97,102,85,105,100,61,117,116,40,34,108,101,97,102,34,41,125,41,41,46,97,116,116,114,40,34,102,105,108,108,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,119,104,105,108,101,40,116,46,100,101,112,116,104,62,105,41,116,61,116,46,112,97,114,101,110,116,59,114,101,116,117,114,110,32,115,40,116,46,100,97,116,97,46,110,97,109,101,41,125,41,41,46,97,116,116,114,40,34,102,105,108,108,45,111,112,97,99,105,116,121,34,44,97,41,46,97,116,116,114,40,34,119,105,100,116,104,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,120,49,45,116,46,120,48,125,41,41,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,121,49,45,116,46,121,48,125,41,41,44,117,46,97,112,112,101,110,100,40,34,99,108,105,112,80,97,116,104,34,41,46,97,116,116,114,40,34,105,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,99,108,105,112,85,105,100,61,117,116,40,34,99,108,105,112,34,41,125,41,41,46,97,112,112,101,110,100,40,34,117,115,101,34,41,46,97,116,116,114,40,34,104,114,101,102,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,35,34,46,99,111,110,99,97,116,40,116,46,108,101,97,102,85,105,100,41,125,41,41,44,117,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,46,97,116,116,114,40,34,99,108,105,112,45,112,97,116,104,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,117,114,108,40,35,34,46,99,111,110,99,97,116,40,116,46,99,108,105,112,85,105,100,44,34,41,34,41,125,41,41,46,115,101,108,101,99,116,65,108,108,40,34,116,115,112,97,110,34,41,46,100,97,116,97,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,46,34,61,61,61,116,46,100,97,116,97,46,110,97,109,101,38,38,40,116,61,116,46,112,97,114,101,110,116,41,44,91,116,46,100,97,116,97,46,110,97,109,101,44,72,40,116,46,118,97,108,117,101,41,93,125,41,41,46,106,111,105,110,40,34,116,115,112,97,110,34,41,46,97,116,116,114,40,34,120,34,44,50,41,46,97,116,116,114,40,34,121,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,48,61,61,61,101,63,49,46,49,58,50,46,51,44,34,101,109,34,41,125,41,41,46,116,101,120,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,41,41,125,102,117,110,99,116,105,111,110,32,104,116,40,116,44,101,44,110,41,123,105,116,46,97,46,116,111,66,108,111,98,40,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,34,116,114,101,101,109,97,112,34,41,44,123,119,105,100,116,104,58,101,44,104,101,105,103,104,116,58,110,125,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,97,34,41,44,114,61,85,82,76,46,99,114,101,97,116,101,79,98,106,101,99,116,85,82,76,40,101,41,59,110,46,104,114,101,102,61,114,44,110,46,100,111,119,110,108,111,97,100,61,34,34,46,99,111,110,99,97,116,40,116,44,34,95,116,114,101,101,109,97,112,46,112,110,103,34,41,44,100,111,99,117,109,101,110,116,46,98,111,100,121,46,97,112,112,101,110,100,67,104,105,108,100,40,110,41,44,110,46,99,108,105,99,107,40,41,44,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,100,111,99,117,109,101,110,116,46,98,111,100,121,46,114,101,109,111,118,101,67,104,105,108,100,40,110,41,44,119,105,110,100,111,119,46,85,82,76,46,114,101,118,111,107,101,79,98,106,101,99,116,85,82,76,40,114,41,125,41,44,48,41,125,41,41,125,118,97,114,32,109,116,61,123,110,97,109,101,58,34,68,51,84,114,101,101,109,97,112,34,44,112,114,111,112,115,58,91,34,105,110,100,101,120,73,100,34,93,44,119,97,116,99,104,58,123,105,110,100,101,120,73,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,44,109,101,116,104,111,100,115,58,123,117,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,115,116,91,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,114,101,101,109,97,112,83,105,122,101,93,91,48,93,44,114,61,115,116,91,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,114,101,101,109,97,112,83,105,122,101,93,91,49,93,44,105,61,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,44,111,61,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,44,97,61,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,44,115,61,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,114,101,101,109,97,112,84,121,112,101,44,99,61,73,91,34,69,34,93,40,34,35,116,114,101,101,109,97,112,34,41,59,99,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,44,99,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,91,48,44,48,44,110,44,114,93,41,46,97,116,116,114,40,34,120,109,108,110,115,34,44,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,41,46,97,116,116,114,40,34,120,109,108,110,115,58,120,108,105,110,107,34,44,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,49,57,57,57,47,120,108,105,110,107,34,41,46,97,116,116,114,40,34,118,101,114,115,105,111,110,34,44,34,49,46,49,34,41,46,115,116,121,108,101,40,34,111,118,101,114,102,108,111,119,34,44,34,118,105,115,105,98,108,101,34,41,46,115,116,121,108,101,40,34,102,111,110,116,34,44,34,49,48,112,120,32,115,97,110,115,45,115,101,114,105,102,34,41,44,73,91,34,101,34,93,40,110,116,46,103,101,116,84,114,101,101,109,97,112,67,115,118,85,114,108,40,116,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,116,97,120,111,110,111,109,121,61,116,46,112,97,116,104,46,115,112,108,105,116,40,34,47,34,41,44,116,46,115,105,122,101,61,78,117,109,98,101,114,40,116,46,115,105,122,101,41,125,41,41,44,34,99,97,115,99,97,100,101,100,34,61,61,61,115,41,123,118,97,114,32,117,61,80,40,116,44,33,49,41,59,100,116,40,117,44,99,44,110,44,114,44,105,44,97,41,125,101,108,115,101,123,118,97,114,32,108,61,80,40,116,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,116,97,120,111,110,111,109,121,46,108,101,110,103,116,104,45,116,46,116,97,120,111,110,111,109,121,46,108,101,110,103,116,104,125,41,41,44,33,48,41,44,100,61,34,98,108,97,99,107,34,61,61,61,101,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,104,101,109,101,63,46,57,58,46,54,59,112,116,40,108,44,99,44,110,44,114,44,111,44,105,44,100,41,125,125,41,41,125,44,100,111,119,110,108,111,97,100,84,114,101,101,109,97,112,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,115,116,91,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,114,101,101,109,97,112,83,105,122,101,93,91,48,93,44,101,61,115,116,91,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,114,101,101,109,97,112,83,105,122,101,93,91,49,93,59,104,116,40,116,104,105,115,46,105,110,100,101,120,73,100,44,116,44,101,41,125,125,125,44,102,116,61,109,116,44,103,116,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,102,116,44,107,44,77,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,118,116,61,103,116,46,101,120,112,111,114,116,115,44,98,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,112,114,111,103,114,101,115,115,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,34,49,34,44,109,97,120,58,34,49,34,44,97,110,105,109,97,116,101,100,58,34,34,125,125,41,125,44,120,116,61,91,93,44,121,116,61,123,125,44,95,116,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,121,116,44,98,116,44,120,116,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,84,116,61,95,116,46,101,120,112,111,114,116,115,44,83,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,103,114,97,112,104,34,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,105,100,58,34,97,103,103,45,109,105,109,101,45,99,111,117,110,116,34,125,125,41,93,41,125,44,119,116,61,91,93,44,122,116,61,73,91,34,103,34,93,40,34,126,115,34,41,44,36,116,61,50,48,44,67,116,61,73,91,34,66,34,93,40,73,91,34,68,34,93,41,59,102,117,110,99,116,105,111,110,32,79,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,123,116,111,112,58,53,48,44,114,105,103,104,116,58,48,44,98,111,116,116,111,109,58,49,48,44,108,101,102,116,58,77,97,116,104,46,109,97,120,40,54,42,73,91,34,118,34,93,40,116,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,99,111,117,110,116,45,116,46,99,111,117,110,116,125,41,41,46,115,108,105,99,101,40,48,44,49,53,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,109,105,109,101,46,108,101,110,103,116,104,125,41,41,44,54,42,73,91,34,118,34,93,40,116,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,115,105,122,101,45,116,46,115,105,122,101,125,41,41,46,115,108,105,99,101,40,48,44,49,53,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,109,105,109,101,46,108,101,110,103,116,104,125,41,41,41,125,59,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,110,97,109,101,61,116,46,109,105,109,101,44,116,46,118,97,108,117,101,61,78,117,109,98,101,114,40,116,46,99,111,117,110,116,41,125,41,41,44,116,61,116,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,118,97,108,117,101,45,116,46,118,97,108,117,101,125,41,41,46,115,108,105,99,101,40,48,44,49,53,41,59,118,97,114,32,111,61,53,53,48,44,97,61,77,97,116,104,46,99,101,105,108,40,40,116,46,108,101,110,103,116,104,43,46,49,41,42,36,116,41,43,105,46,116,111,112,43,105,46,98,111,116,116,111,109,59,101,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,44,101,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,91,48,44,48,44,111,44,97,93,41,59,118,97,114,32,115,61,73,91,34,122,34,93,40,41,46,100,111,109,97,105,110,40,73,91,34,121,34,93,40,116,46,108,101,110,103,116,104,41,41,46,114,97,110,103,101,82,111,117,110,100,40,91,105,46,116,111,112,44,97,45,105,46,98,111,116,116,111,109,93,41,44,99,61,73,91,34,65,34,93,40,41,46,100,111,109,97,105,110,40,91,48,44,73,91,34,118,34,93,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,118,97,108,117,101,125,41,41,93,41,46,114,97,110,103,101,40,91,105,46,108,101,102,116,44,111,45,105,46,114,105,103,104,116,93,41,59,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,102,105,108,108,45,111,112,97,99,105,116,121,34,44,110,41,46,115,101,108,101,99,116,65,108,108,40,34,114,101,99,116,34,41,46,100,97,116,97,40,116,41,46,106,111,105,110,40,34,114,101,99,116,34,41,46,97,116,116,114,40,34,102,105,108,108,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,67,116,40,116,46,110,97,109,101,41,125,41,41,46,97,116,116,114,40,34,120,34,44,99,40,48,41,41,46,97,116,116,114,40,34,121,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,115,40,101,41,125,41,41,46,97,116,116,114,40,34,119,105,100,116,104,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,99,40,116,46,118,97,108,117,101,41,45,99,40,48,41,125,41,41,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,115,46,98,97,110,100,119,105,100,116,104,40,41,41,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,46,116,101,120,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,73,91,34,103,34,93,40,34,44,34,41,40,116,46,118,97,108,117,101,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,116,114,97,110,115,108,97,116,101,40,48,44,34,46,99,111,110,99,97,116,40,105,46,116,111,112,44,34,41,34,41,41,46,99,97,108,108,40,73,91,34,100,34,93,40,99,41,46,116,105,99,107,115,40,111,47,56,48,44,116,46,102,111,114,109,97,116,41,46,116,105,99,107,70,111,114,109,97,116,40,122,116,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,40,34,46,100,111,109,97,105,110,34,41,46,114,101,109,111,118,101,40,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,116,114,97,110,115,108,97,116,101,40,34,46,99,111,110,99,97,116,40,105,46,108,101,102,116,44,34,44,48,41,34,41,41,46,99,97,108,108,40,73,91,34,99,34,93,40,115,41,46,116,105,99,107,70,111,114,109,97,116,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,91,101,93,46,110,97,109,101,125,41,41,46,116,105,99,107,83,105,122,101,79,117,116,101,114,40,48,41,41,44,101,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,46,97,116,116,114,40,34,120,34,44,111,47,50,41,46,97,116,116,114,40,34,121,34,44,105,46,116,111,112,47,50,41,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,109,105,100,100,108,101,34,41,46,115,116,121,108,101,40,34,102,111,110,116,45,115,105,122,101,34,44,34,49,54,112,120,34,41,46,116,101,120,116,40,114,41,125,118,97,114,32,107,116,61,123,110,97,109,101,58,34,68,51,77,105,109,101,66,97,114,83,105,122,101,34,44,112,114,111,112,115,58,91,34,105,110,100,101,120,73,100,34,93,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,44,119,97,116,99,104,58,123,105,110,100,101,120,73,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,125,44,109,101,116,104,111,100,115,58,123,117,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,73,91,34,69,34,93,40,34,35,97,103,103,45,109,105,109,101,45,99,111,117,110,116,34,41,44,114,61,34,98,108,97,99,107,34,61,61,61,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,104,101,109,101,63,46,57,58,46,54,59,73,91,34,101,34,93,40,110,116,46,103,101,116,77,105,109,101,67,115,118,85,114,108,40,116,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,79,116,40,116,46,115,108,105,99,101,40,41,44,110,44,114,44,101,46,36,116,40,34,100,51,46,109,105,109,101,67,111,117,110,116,34,41,41,125,41,41,125,125,125,44,77,116,61,107,116,44,76,116,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,77,116,44,83,116,44,119,116,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,73,116,61,76,116,46,101,120,112,111,114,116,115,44,68,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,103,114,97,112,104,34,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,105,100,58,34,97,103,103,45,109,105,109,101,45,115,105,122,101,34,125,125,41,93,41,125,44,80,116,61,91,93,44,106,116,61,73,91,34,103,34,93,40,34,126,115,34,41,44,113,116,61,50,48,44,69,116,61,73,91,34,66,34,93,40,73,91,34,68,34,93,41,59,102,117,110,99,116,105,111,110,32,66,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,123,116,111,112,58,53,48,44,114,105,103,104,116,58,48,44,98,111,116,116,111,109,58,49,48,44,108,101,102,116,58,77,97,116,104,46,109,97,120,40,54,42,73,91,34,118,34,93,40,116,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,99,111,117,110,116,45,116,46,99,111,117,110,116,125,41,41,46,115,108,105,99,101,40,48,44,49,53,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,109,105,109,101,46,108,101,110,103,116,104,125,41,41,44,54,42,73,91,34,118,34,93,40,116,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,115,105,122,101,45,116,46,115,105,122,101,125,41,41,46,115,108,105,99,101,40,48,44,49,53,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,109,105,109,101,46,108,101,110,103,116,104,125,41,41,41,125,59,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,110,97,109,101,61,116,46,109,105,109,101,44,116,46,118,97,108,117,101,61,78,117,109,98,101,114,40,116,46,115,105,122,101,41,125,41,41,44,116,61,116,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,118,97,108,117,101,45,116,46,118,97,108,117,101,125,41,41,46,115,108,105,99,101,40,48,44,49,53,41,59,118,97,114,32,111,61,53,53,48,44,97,61,77,97,116,104,46,99,101,105,108,40,40,116,46,108,101,110,103,116,104,43,46,49,41,42,113,116,41,43,105,46,116,111,112,43,105,46,98,111,116,116,111,109,59,101,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,44,101,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,91,48,44,48,44,111,44,97,93,41,59,118,97,114,32,115,61,73,91,34,122,34,93,40,41,46,100,111,109,97,105,110,40,73,91,34,121,34,93,40,116,46,108,101,110,103,116,104,41,41,46,114,97,110,103,101,82,111,117,110,100,40,91,105,46,116,111,112,44,97,45,105,46,98,111,116,116,111,109,93,41,44,99,61,73,91,34,65,34,93,40,41,46,100,111,109,97,105,110,40,91,48,44,73,91,34,118,34,93,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,118,97,108,117,101,125,41,41,93,41,46,114,97,110,103,101,40,91,105,46,108,101,102,116,44,111,45,105,46,114,105,103,104,116,93,41,59,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,102,105,108,108,45,111,112,97,99,105,116,121,34,44,110,41,46,115,101,108,101,99,116,65,108,108,40,34,114,101,99,116,34,41,46,100,97,116,97,40,116,41,46,106,111,105,110,40,34,114,101,99,116,34,41,46,97,116,116,114,40,34,102,105,108,108,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,69,116,40,116,46,110,97,109,101,41,125,41,41,46,97,116,116,114,40,34,120,34,44,99,40,48,41,41,46,97,116,116,114,40,34,121,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,115,40,101,41,125,41,41,46,97,116,116,114,40,34,119,105,100,116,104,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,99,40,116,46,118,97,108,117,101,41,45,99,40,48,41,125,41,41,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,115,46,98,97,110,100,119,105,100,116,104,40,41,41,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,46,116,101,120,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,106,116,40,116,46,118,97,108,117,101,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,116,114,97,110,115,108,97,116,101,40,48,44,34,46,99,111,110,99,97,116,40,105,46,116,111,112,44,34,41,34,41,41,46,99,97,108,108,40,73,91,34,100,34,93,40,99,41,46,116,105,99,107,115,40,111,47,56,48,44,116,46,102,111,114,109,97,116,41,46,116,105,99,107,70,111,114,109,97,116,40,106,116,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,40,34,46,100,111,109,97,105,110,34,41,46,114,101,109,111,118,101,40,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,116,114,97,110,115,108,97,116,101,40,34,46,99,111,110,99,97,116,40,105,46,108,101,102,116,44,34,44,48,41,34,41,41,46,99,97,108,108,40,73,91,34,99,34,93,40,115,41,46,116,105,99,107,70,111,114,109,97,116,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,91,101,93,46,110,97,109,101,125,41,41,46,116,105,99,107,83,105,122,101,79,117,116,101,114,40,48,41,41,44,101,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,46,97,116,116,114,40,34,120,34,44,111,47,50,41,46,97,116,116,114,40,34,121,34,44,105,46,116,111,112,47,50,41,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,109,105,100,100,108,101,34,41,46,115,116,121,108,101,40,34,102,111,110,116,45,115,105,122,101,34,44,34,49,54,112,120,34,41,46,116,101,120,116,40,114,41,125,118,97,114,32,72,116,61,123,110,97,109,101,58,34,68,51,77,105,109,101,66,97,114,83,105,122,101,34,44,112,114,111,112,115,58,91,34,105,110,100,101,120,73,100,34,93,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,44,119,97,116,99,104,58,123,105,110,100,101,120,73,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,125,44,109,101,116,104,111,100,115,58,123,117,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,73,91,34,69,34,93,40,34,35,97,103,103,45,109,105,109,101,45,115,105,122,101,34,41,44,114,61,34,98,108,97,99,107,34,61,61,61,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,104,101,109,101,63,46,57,58,46,54,59,73,91,34,101,34,93,40,110,116,46,103,101,116,77,105,109,101,67,115,118,85,114,108,40,116,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,66,116,40,116,46,115,108,105,99,101,40,41,44,110,44,114,44,101,46,36,116,40,34,100,51,46,109,105,109,101,83,105,122,101,34,41,41,125,41,41,125,125,125,44,65,116,61,72,116,44,82,116,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,65,116,44,68,116,44,80,116,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,85,116,61,82,116,46,101,120,112,111,114,116,115,44,70,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,103,114,97,112,104,34,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,105,100,58,34,100,97,116,101,45,104,105,115,116,111,103,114,97,109,34,125,125,41,93,41,125,44,81,116,61,91,93,44,78,116,61,73,91,34,103,34,93,40,34,126,115,34,41,59,102,117,110,99,116,105,111,110,32,71,116,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,108,101,110,103,116,104,58,78,117,109,98,101,114,40,116,46,99,111,117,110,116,41,44,120,48,58,78,117,109,98,101,114,40,116,46,98,117,99,107,101,116,41,44,120,49,58,78,117,109,98,101,114,40,116,46,98,117,99,107,101,116,41,43,50,54,50,57,56,48,48,125,125,41,41,59,114,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,45,101,46,108,101,110,103,116,104,125,41,41,59,118,97,114,32,105,61,123,116,111,112,58,53,48,44,114,105,103,104,116,58,50,48,44,98,111,116,116,111,109,58,55,48,44,108,101,102,116,58,52,48,125,44,111,61,73,91,34,120,34,93,40,114,44,46,57,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,125,41,41,59,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,62,111,125,41,41,59,118,97,114,32,97,61,53,53,48,44,115,61,52,53,48,59,101,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,44,101,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,91,48,44,48,44,97,44,115,93,41,59,118,97,114,32,99,61,73,91,34,65,34,93,40,41,46,100,111,109,97,105,110,40,91,48,44,73,91,34,118,34,93,40,114,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,125,41,41,93,41,46,110,105,99,101,40,41,46,114,97,110,103,101,40,91,115,45,105,46,98,111,116,116,111,109,44,105,46,116,111,112,93,41,44,117,61,73,91,34,65,34,93,40,41,46,100,111,109,97,105,110,40,73,91,34,102,34,93,40,114,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,120,48,125,41,41,41,46,110,105,99,101,40,41,46,114,97,110,103,101,40,91,105,46,108,101,102,116,44,97,45,105,46,114,105,103,104,116,93,41,59,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,102,105,108,108,34,44,34,115,116,101,101,108,98,108,117,101,34,41,46,115,101,108,101,99,116,65,108,108,40,34,114,101,99,116,34,41,46,100,97,116,97,40,114,41,46,106,111,105,110,40,34,114,101,99,116,34,41,46,97,116,116,114,40,34,120,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,117,40,116,46,120,48,41,43,49,125,41,41,46,97,116,116,114,40,34,119,105,100,116,104,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,109,97,120,40,49,44,117,40,116,46,120,49,41,45,117,40,116,46,120,48,41,45,49,41,125,41,41,46,97,116,116,114,40,34,121,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,99,40,116,46,108,101,110,103,116,104,41,125,41,41,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,99,40,48,41,45,99,40,116,46,108,101,110,103,116,104,41,125,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,46,116,101,120,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,125,41,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,116,114,97,110,115,108,97,116,101,40,48,44,34,46,99,111,110,99,97,116,40,115,45,105,46,98,111,116,116,111,109,44,34,41,34,41,41,46,99,97,108,108,40,73,91,34,98,34,93,40,117,41,46,116,105,99,107,115,40,97,47,51,48,41,46,116,105,99,107,83,105,122,101,79,117,116,101,114,40,48,41,46,116,105,99,107,70,111,114,109,97,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,73,91,34,70,34,93,40,34,37,89,45,37,109,45,37,100,34,41,40,73,91,34,77,34,93,40,34,37,115,34,41,40,116,41,41,125,41,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,65,108,108,40,34,116,101,120,116,34,41,46,115,116,121,108,101,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,101,110,100,34,41,46,97,116,116,114,40,34,100,120,34,44,34,45,46,56,101,109,34,41,46,97,116,116,114,40,34,100,121,34,44,34,46,49,53,101,109,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,114,111,116,97,116,101,40,45,54,53,41,34,41,125,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,46,97,116,116,114,40,34,120,34,44,97,45,105,46,114,105,103,104,116,41,46,97,116,116,114,40,34,121,34,44,45,52,41,46,97,116,116,114,40,34,102,105,108,108,34,44,34,99,117,114,114,101,110,116,67,111,108,111,114,34,41,46,97,116,116,114,40,34,102,111,110,116,45,119,101,105,103,104,116,34,44,34,98,111,108,100,34,41,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,101,110,100,34,41,46,116,101,120,116,40,34,109,116,105,109,101,34,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,116,114,97,110,115,108,97,116,101,40,34,46,99,111,110,99,97,116,40,105,46,108,101,102,116,44,34,44,48,41,34,41,41,46,99,97,108,108,40,73,91,34,99,34,93,40,99,41,46,116,105,99,107,115,40,115,47,52,48,41,46,116,105,99,107,70,111,114,109,97,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,78,116,40,116,41,125,41,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,40,34,46,100,111,109,97,105,110,34,41,46,114,101,109,111,118,101,40,41,125,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,40,34,46,116,105,99,107,58,108,97,115,116,45,111,102,45,116,121,112,101,32,116,101,120,116,34,41,46,99,108,111,110,101,40,41,46,97,116,116,114,40,34,120,34,44,52,41,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,115,116,97,114,116,34,41,46,97,116,116,114,40,34,102,111,110,116,45,119,101,105,103,104,116,34,44,34,98,111,108,100,34,41,46,116,101,120,116,40,34,70,105,108,101,32,99,111,117,110,116,34,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,46,97,116,116,114,40,34,120,34,44,97,47,50,41,46,97,116,116,114,40,34,121,34,44,105,46,116,111,112,47,50,41,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,109,105,100,100,108,101,34,41,46,115,116,121,108,101,40,34,102,111,110,116,45,115,105,122,101,34,44,34,49,54,112,120,34,41,46,116,101,120,116,40,110,41,125,118,97,114,32,86,116,61,123,110,97,109,101,58,34,68,51,68,97,116,101,72,105,115,116,111,103,114,97,109,34,44,112,114,111,112,115,58,91,34,105,110,100,101,120,73,100,34,93,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,44,119,97,116,99,104,58,123,105,110,100,101,120,73,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,125,44,109,101,116,104,111,100,115,58,123,117,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,73,91,34,69,34,93,40,34,35,100,97,116,101,45,104,105,115,116,111,103,114,97,109,34,41,59,73,91,34,101,34,93,40,110,116,46,103,101,116,68,97,116,101,67,115,118,40,116,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,71,116,40,116,46,115,108,105,99,101,40,41,44,110,44,101,46,36,116,40,34,100,51,46,100,97,116,101,72,105,115,116,111,103,114,97,109,34,41,41,125,41,41,125,125,125,44,87,116,61,86,116,44,75,116,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,87,116,44,70,116,44,81,116,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,89,116,61,75,116,46,101,120,112,111,114,116,115,44,74,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,103,114,97,112,104,34,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,105,100,58,34,115,105,122,101,45,104,105,115,116,111,103,114,97,109,34,125,125,41,93,41,125,44,90,116,61,91,93,44,88,116,61,73,91,34,103,34,93,40,34,126,115,34,41,59,102,117,110,99,116,105,111,110,32,116,101,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,108,101,110,103,116,104,58,78,117,109,98,101,114,40,116,46,99,111,117,110,116,41,44,120,48,58,78,117,109,98,101,114,40,116,46,98,117,99,107,101,116,41,44,120,49,58,78,117,109,98,101,114,40,116,46,98,117,99,107,101,116,41,43,53,50,52,50,56,56,48,125,125,41,41,59,114,61,114,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,108,101,110,103,116,104,45,116,46,108,101,110,103,116,104,125,41,41,46,115,108,105,99,101,40,48,44,50,53,41,59,118,97,114,32,105,61,123,116,111,112,58,53,48,44,114,105,103,104,116,58,50,48,44,98,111,116,116,111,109,58,55,48,44,108,101,102,116,58,52,48,125,44,111,61,53,53,48,44,97,61,52,53,48,59,101,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,44,101,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,91,48,44,48,44,111,44,97,93,41,59,118,97,114,32,115,61,73,91,34,65,34,93,40,41,46,100,111,109,97,105,110,40,91,48,44,73,91,34,118,34,93,40,114,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,125,41,41,93,41,46,114,97,110,103,101,40,91,97,45,105,46,98,111,116,116,111,109,44,105,46,116,111,112,93,41,44,99,61,73,91,34,65,34,93,40,41,46,100,111,109,97,105,110,40,73,91,34,102,34,93,40,114,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,120,48,125,41,41,41,46,110,105,99,101,40,41,46,114,97,110,103,101,40,91,105,46,108,101,102,116,44,111,45,105,46,114,105,103,104,116,93,41,59,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,102,105,108,108,34,44,34,115,116,101,101,108,98,108,117,101,34,41,46,115,101,108,101,99,116,65,108,108,40,34,114,101,99,116,34,41,46,100,97,116,97,40,114,41,46,106,111,105,110,40,34,114,101,99,116,34,41,46,97,116,116,114,40,34,120,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,99,40,116,46,120,48,41,43,49,125,41,41,46,97,116,116,114,40,34,119,105,100,116,104,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,109,97,120,40,49,44,99,40,116,46,120,49,41,45,99,40,116,46,120,48,41,45,49,41,125,41,41,46,97,116,116,114,40,34,121,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,115,40,116,46,108,101,110,103,116,104,41,125,41,41,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,115,40,48,41,45,115,40,116,46,108,101,110,103,116,104,41,125,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,46,116,101,120,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,125,41,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,116,114,97,110,115,108,97,116,101,40,48,44,34,46,99,111,110,99,97,116,40,97,45,105,46,98,111,116,116,111,109,44,34,41,34,41,41,46,99,97,108,108,40,73,91,34,98,34,93,40,99,41,46,116,105,99,107,115,40,111,47,51,48,41,46,116,105,99,107,83,105,122,101,79,117,116,101,114,40,48,41,46,116,105,99,107,70,111,114,109,97,116,40,88,116,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,65,108,108,40,34,116,101,120,116,34,41,46,115,116,121,108,101,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,101,110,100,34,41,46,97,116,116,114,40,34,100,120,34,44,34,45,46,56,101,109,34,41,46,97,116,116,114,40,34,100,121,34,44,34,46,49,53,101,109,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,114,111,116,97,116,101,40,45,54,53,41,34,41,125,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,46,97,116,116,114,40,34,120,34,44,111,45,105,46,114,105,103,104,116,41,46,97,116,116,114,40,34,121,34,44,45,52,41,46,97,116,116,114,40,34,102,105,108,108,34,44,34,99,117,114,114,101,110,116,67,111,108,111,114,34,41,46,97,116,116,114,40,34,102,111,110,116,45,119,101,105,103,104,116,34,44,34,98,111,108,100,34,41,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,101,110,100,34,41,46,116,101,120,116,40,34,115,105,122,101,32,40,98,121,116,101,115,41,34,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,116,114,97,110,115,108,97,116,101,40,34,46,99,111,110,99,97,116,40,105,46,108,101,102,116,44,34,44,48,41,34,41,41,46,99,97,108,108,40,73,91,34,99,34,93,40,115,41,46,116,105,99,107,115,40,97,47,52,48,41,46,116,105,99,107,70,111,114,109,97,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,88,116,40,116,41,125,41,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,40,34,46,100,111,109,97,105,110,34,41,46,114,101,109,111,118,101,40,41,125,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,40,34,46,116,105,99,107,58,108,97,115,116,45,111,102,45,116,121,112,101,32,116,101,120,116,34,41,46,99,108,111,110,101,40,41,46,97,116,116,114,40,34,120,34,44,52,41,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,115,116,97,114,116,34,41,46,97,116,116,114,40,34,102,111,110,116,45,119,101,105,103,104,116,34,44,34,98,111,108,100,34,41,46,116,101,120,116,40,34,70,105,108,101,32,99,111,117,110,116,34,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,46,97,116,116,114,40,34,120,34,44,111,47,50,41,46,97,116,116,114,40,34,121,34,44,105,46,116,111,112,47,50,41,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,109,105,100,100,108,101,34,41,46,115,116,121,108,101,40,34,102,111,110,116,45,115,105,122,101,34,44,34,49,54,112,120,34,41,46,116,101,120,116,40,110,41,125,118,97,114,32,101,101,61,123,110,97,109,101,58,34,68,51,83,105,122,101,72,105,115,116,111,103,114,97,109,34,44,112,114,111,112,115,58,91,34,105,110,100,101,120,73,100,34,93,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,44,119,97,116,99,104,58,123,105,110,100,101,120,73,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,125,44,109,101,116,104,111,100,115,58,123,117,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,73,91,34,69,34,93,40,34,35,115,105,122,101,45,104,105,115,116,111,103,114,97,109,34,41,59,73,91,34,101,34,93,40,110,116,46,103,101,116,83,105,122,101,67,115,118,40,116,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,101,40,116,46,115,108,105,99,101,40,41,44,110,44,101,46,36,116,40,34,100,51,46,115,105,122,101,72,105,115,116,111,103,114,97,109,34,41,41,125,41,41,125,125,125,44,110,101,61,101,101,44,114,101,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,110,101,44,74,116,44,90,116,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,105,101,61,114,101,46,101,120,112,111,114,116,115,44,111,101,61,123,99,111,109,112,111,110,101,110,116,115,58,123,68,51,83,105,122,101,72,105,115,116,111,103,114,97,109,58,105,101,44,68,51,68,97,116,101,72,105,115,116,111,103,114,97,109,58,89,116,44,68,51,77,105,109,101,66,97,114,83,105,122,101,58,85,116,44,68,51,77,105,109,101,66,97,114,67,111,117,110,116,58,73,116,44,68,51,84,114,101,101,109,97,112,58,118,116,44,80,114,101,108,111,97,100,101,114,58,84,116,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,97,100,105,110,103,58,33,48,44,115,101,108,101,99,116,101,100,73,110,100,101,120,58,110,117,108,108,44,105,110,100,105,99,101,115,58,91,93,125,125,44,99,111,109,112,117,116,101,100,58,123,105,110,100,101,120,79,112,116,105,111,110,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,100,105,99,101,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,116,101,120,116,58,116,46,110,97,109,101,44,118,97,108,117,101,58,116,46,105,100,125,125,41,41,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,110,116,46,103,101,116,83,105,115,116,50,73,110,102,111,40,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,105,110,100,105,99,101,115,61,101,46,105,110,100,105,99,101,115,44,116,46,108,111,97,100,105,110,103,61,33,49,125,41,41,125,125,44,97,101,61,111,101,44,115,101,61,40,110,40,34,102,48,57,51,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,97,101,44,67,44,79,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,99,101,61,115,101,46,101,120,112,111,114,116,115,44,117,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,116,46,99,111,110,102,105,103,76,111,97,100,105,110,103,63,116,46,95,101,40,41,58,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,111,110,116,97,105,110,101,114,34,44,115,116,97,116,105,99,83,116,121,108,101,58,123,34,109,97,114,103,105,110,45,108,101,102,116,34,58,34,97,117,116,111,34,44,34,109,97,114,103,105,110,45,114,105,103,104,116,34,58,34,97,117,116,111,34,125,125,44,91,110,40,34,98,45,99,97,114,100,34,44,91,110,40,34,98,45,99,97,114,100,45,116,105,116,108,101,34,44,91,110,40,34,71,101,97,114,73,99,111,110,34,41,44,116,46,95,118,40,34,32,34,43,116,46,95,115,40,116,46,36,116,40,34,99,111,110,102,105,103,34,41,41,43,34,32,34,41,93,44,49,41,44,110,40,34,112,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,99,111,110,102,105,103,68,101,115,99,114,105,112,116,105,111,110,34,41,41,41,93,41,44,110,40,34,98,45,99,97,114,100,45,98,111,100,121,34,44,91,110,40,34,104,52,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,100,105,115,112,108,97,121,79,112,116,105,111,110,115,34,41,41,41,93,41,44,110,40,34,98,45,99,97,114,100,34,44,91,110,40,34,98,45,102,111,114,109,45,99,104,101,99,107,98,111,120,34,44,123,97,116,116,114,115,58,123,99,104,101,99,107,101,100,58,116,46,111,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,125,125,44,91,116,46,95,118,40,34,32,34,43,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,108,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,34,41,41,43,34,32,34,41,93,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,108,97,110,103,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,111,112,116,105,111,110,115,58,116,46,108,97,110,103,79,112,116,105,111,110,115,44,118,97,108,117,101,58,116,46,111,112,116,76,97,110,103,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,76,97,110,103,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,116,104,101,109,101,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,111,112,116,105,111,110,115,58,116,46,116,104,101,109,101,79,112,116,105,111,110,115,44,118,97,108,117,101,58,116,46,111,112,116,84,104,101,109,101,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,84,104,101,109,101,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,100,105,115,112,108,97,121,77,111,100,101,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,111,112,116,105,111,110,115,58,116,46,100,105,115,112,108,97,121,77,111,100,101,79,112,116,105,111,110,115,44,118,97,108,117,101,58,116,46,111,112,116,68,105,115,112,108,97,121,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,68,105,115,112,108,97,121,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,99,111,108,117,109,110,115,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,111,112,116,105,111,110,115,58,116,46,99,111,108,117,109,110,115,79,112,116,105,111,110,115,44,118,97,108,117,101,58,116,46,111,112,116,67,111,108,117,109,110,115,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,67,111,108,117,109,110,115,125,125,41,93,44,49,41,44,110,40,34,98,114,34,41,44,110,40,34,104,52,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,115,101,97,114,99,104,79,112,116,105,111,110,115,34,41,41,41,93,41,44,110,40,34,98,45,99,97,114,100,34,44,91,110,40,34,98,45,102,111,114,109,45,99,104,101,99,107,98,111,120,34,44,123,97,116,116,114,115,58,123,99,104,101,99,107,101,100,58,116,46,111,112,116,72,105,103,104,108,105,103,104,116,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,72,105,103,104,108,105,103,104,116,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,104,105,103,104,108,105,103,104,116,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,99,104,101,99,107,98,111,120,34,44,123,97,116,116,114,115,58,123,99,104,101,99,107,101,100,58,116,46,111,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,116,97,103,79,114,79,112,101,114,97,116,111,114,34,41,41,43,34,32,34,41,93,41,44,110,40,34,98,45,102,111,114,109,45,99,104,101,99,107,98,111,120,34,44,123,97,116,116,114,115,58,123,99,104,101,99,107,101,100,58,116,46,111,112,116,70,117,122,122,121,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,70,117,122,122,121,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,102,117,122,122,121,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,99,104,101,99,107,98,111,120,34,44,123,97,116,116,114,115,58,123,99,104,101,99,107,101,100,58,116,46,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,83,101,97,114,99,104,73,110,80,97,116,104,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,115,101,97,114,99,104,73,110,80,97,116,104,34,41,41,43,34,32,34,41,93,41,44,110,40,34,98,45,102,111,114,109,45,99,104,101,99,107,98,111,120,34,44,123,97,116,116,114,115,58,123,99,104,101,99,107,101,100,58,116,46,111,112,116,83,117,103,103,101,115,116,80,97,116,104,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,83,117,103,103,101,115,116,80,97,116,104,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,115,117,103,103,101,115,116,80,97,116,104,34,41,41,43,34,32,34,41,93,41,44,110,40,34,98,114,34,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,102,114,97,103,109,101,110,116,83,105,122,101,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,111,112,116,70,114,97,103,109,101,110,116,83,105,122,101,44,115,116,101,112,58,34,49,48,34,44,116,121,112,101,58,34,110,117,109,98,101,114,34,44,109,105,110,58,34,48,34,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,70,114,97,103,109,101,110,116,83,105,122,101,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,114,101,115,117,108,116,83,105,122,101,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,111,112,116,82,101,115,117,108,116,83,105,122,101,44,116,121,112,101,58,34,110,117,109,98,101,114,34,44,109,105,110,58,34,49,48,34,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,82,101,115,117,108,116,83,105,122,101,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,113,117,101,114,121,77,111,100,101,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,111,112,116,105,111,110,115,58,116,46,113,117,101,114,121,77,111,100,101,79,112,116,105,111,110,115,44,118,97,108,117,101,58,116,46,111,112,116,81,117,101,114,121,77,111,100,101,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,81,117,101,114,121,77,111,100,101,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,115,108,105,100,101,68,117,114,97,116,105,111,110,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,111,112,116,76,105,103,104,116,98,111,120,83,108,105,100,101,68,117,114,97,116,105,111,110,44,116,121,112,101,58,34,110,117,109,98,101,114,34,44,109,105,110,58,34,49,34,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,76,105,103,104,116,98,111,120,83,108,105,100,101,68,117,114,97,116,105,111,110,125,125,41,93,44,49,41,44,110,40,34,104,52,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,51,34,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,116,114,101,101,109,97,112,79,112,116,105,111,110,115,34,41,41,41,93,41,44,110,40,34,98,45,99,97,114,100,34,44,91,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,116,114,101,101,109,97,112,84,121,112,101,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,111,112,116,84,114,101,101,109,97,112,84,121,112,101,44,111,112,116,105,111,110,115,58,116,46,116,114,101,101,109,97,112,84,121,112,101,79,112,116,105,111,110,115,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,84,114,101,101,109,97,112,84,121,112,101,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,116,114,101,101,109,97,112,84,105,108,105,110,103,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,111,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,44,111,112,116,105,111,110,115,58,116,46,116,114,101,101,109,97,112,84,105,108,105,110,103,79,112,116,105,111,110,115,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,116,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,44,116,121,112,101,58,34,110,117,109,98,101,114,34,44,109,105,110,58,34,49,34,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,116,114,101,101,109,97,112,83,105,122,101,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,111,112,116,84,114,101,101,109,97,112,83,105,122,101,44,111,112,116,105,111,110,115,58,116,46,116,114,101,101,109,97,112,83,105,122,101,79,112,116,105,111,110,115,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,84,114,101,101,109,97,112,83,105,122,101,125,125,41,44,34,99,117,115,116,111,109,34,61,61,61,116,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,46,111,112,116,84,114,101,101,109,97,112,83,105,122,101,63,91,110,40,34,98,45,102,111,114,109,45,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,116,121,112,101,58,34,110,117,109,98,101,114,34,44,109,105,110,58,34,48,34,44,115,116,101,112,58,34,49,48,34,125,125,41,44,110,40,34,98,45,102,111,114,109,45,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,116,121,112,101,58,34,110,117,109,98,101,114,34,44,109,105,110,58,34,48,34,44,115,116,101,112,58,34,49,48,34,125,125,41,93,58,116,46,95,101,40,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,116,114,101,101,109,97,112,67,111,108,111,114,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,44,111,112,116,105,111,110,115,58,116,46,116,114,101,101,109,97,112,67,111,108,111,114,79,112,116,105,111,110,115,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,84,114,101,101,109,97,112,67,111,108,111,114,125,125,41,93,44,50,41,44,110,40,34,98,45,98,117,116,116,111,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,52,34,44,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,100,97,110,103,101,114,34,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,82,101,115,101,116,67,108,105,99,107,40,41,125,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,99,111,110,102,105,103,82,101,115,101,116,34,41,41,41,93,41,93,44,49,41,93,44,49,41,44,116,46,108,111,97,100,105,110,103,63,110,40,34,98,45,99,97,114,100,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,52,34,125,44,91,110,40,34,80,114,101,108,111,97,100,101,114,34,41,93,44,49,41,58,110,40,34,68,101,98,117,103,73,110,102,111,34,41,93,44,49,41,125,44,108,101,61,91,93,44,100,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,99,97,114,100,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,98,45,52,32,109,116,45,52,34,125,44,91,110,40,34,98,45,99,97,114,100,45,116,105,116,108,101,34,44,91,110,40,34,68,101,98,117,103,73,99,111,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,114,45,49,34,125,41,44,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,100,101,98,117,103,34,41,41,41,93,44,49,41,44,110,40,34,112,34,44,123,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,36,116,40,34,100,101,98,117,103,68,101,115,99,114,105,112,116,105,111,110,34,41,41,125,125,41,44,110,40,34,98,45,99,97,114,100,45,98,111,100,121,34,44,91,110,40,34,98,45,116,97,98,108,101,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,98,45,48,34,44,97,116,116,114,115,58,123,105,116,101,109,115,58,116,46,116,97,98,108,101,73,116,101,109,115,44,115,109,97,108,108,58,34,34,44,98,111,114,100,101,114,108,101,115,115,58,34,34,44,114,101,115,112,111,110,115,105,118,101,58,34,109,100,34,44,34,116,104,101,97,100,45,99,108,97,115,115,34,58,34,104,105,100,100,101,110,34,125,125,41,44,110,40,34,104,114,34,41,44,116,46,95,108,40,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,105,110,100,105,99,101,115,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,40,34,73,110,100,101,120,68,101,98,117,103,73,110,102,111,34,44,123,107,101,121,58,116,46,105,100,44,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,50,34,44,97,116,116,114,115,58,123,105,110,100,101,120,58,116,125,125,41,125,41,41,93,44,50,41,93,44,49,41,125,44,112,101,61,91,93,44,104,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,91,110,40,34,104,52,34,44,91,116,46,95,118,40,34,91,34,43,116,46,95,115,40,116,46,105,110,100,101,120,46,110,97,109,101,41,43,34,93,34,41,93,41,44,110,40,34,98,45,116,97,98,108,101,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,98,45,48,34,44,97,116,116,114,115,58,123,105,116,101,109,115,58,116,46,116,97,98,108,101,73,116,101,109,115,44,115,109,97,108,108,58,34,34,44,98,111,114,100,101,114,108,101,115,115,58,34,34,44,114,101,115,112,111,110,115,105,118,101,58,34,109,100,34,44,34,116,104,101,97,100,45,99,108,97,115,115,34,58,34,104,105,100,100,101,110,34,125,125,41,93,44,49,41,125,44,109,101,61,91,93,44,102,101,61,123,110,97,109,101,58,34,73,110,100,101,120,68,101,98,117,103,73,110,102,111,34,44,112,114,111,112,115,58,91,34,105,110,100,101,120,34,93,44,99,111,109,112,117,116,101,100,58,123,116,97,98,108,101,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,123,107,101,121,58,116,104,105,115,46,36,116,40,34,110,97,109,101,34,41,44,118,97,108,117,101,58,116,104,105,115,46,105,110,100,101,120,46,110,97,109,101,125,44,123,107,101,121,58,116,104,105,115,46,36,116,40,34,105,100,34,41,44,118,97,108,117,101,58,116,104,105,115,46,105,110,100,101,120,46,105,100,125,44,123,107,101,121,58,116,104,105,115,46,36,116,40,34,105,110,100,101,120,86,101,114,115,105,111,110,34,41,44,118,97,108,117,101,58,116,104,105,115,46,105,110,100,101,120,46,118,101,114,115,105,111,110,125,44,123,107,101,121,58,116,104,105,115,46,36,116,40,34,114,101,119,114,105,116,101,85,114,108,34,41,44,118,97,108,117,101,58,116,104,105,115,46,105,110,100,101,120,46,114,101,119,114,105,116,101,85,114,108,125,44,123,107,101,121,58,116,104,105,115,46,36,116,40,34,116,105,109,101,115,116,97,109,112,34,41,44,118,97,108,117,101,58,82,40,116,104,105,115,46,105,110,100,101,120,46,116,105,109,101,115,116,97,109,112,41,125,93,125,125,125,44,103,101,61,102,101,44,118,101,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,103,101,44,104,101,44,109,101,44,33,49,44,110,117,108,108,44,34,57,100,56,55,57,55,49,48,34,44,110,117,108,108,41,44,98,101,61,118,101,46,101,120,112,111,114,116,115,44,120,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,51,48,57,46,57,57,56,32,51,48,57,46,57,57,56,34,44,102,105,108,108,58,34,99,117,114,114,101,110,116,67,111,108,111,114,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,100,58,34,77,50,57,52,46,57,57,56,44,49,53,53,46,48,51,72,50,53,48,118,45,52,56,46,56,50,108,51,57,46,55,49,52,45,51,57,46,55,49,53,99,53,46,56,53,56,45,53,46,56,53,55,44,53,46,56,53,56,45,49,53,46,51,53,54,44,48,45,50,49,46,50,49,51,99,45,53,46,56,53,55,45,53,46,56,53,55,45,49,53,46,51,53,53,45,53,46,56,53,55,45,50,49,46,50,49,51,44,48,32,108,45,50,51,46,55,44,50,51,46,55,48,49,99,45,49,50,46,56,56,53,45,51,55,46,50,45,52,56,46,50,55,52,45,54,51,46,57,56,52,45,56,57,46,56,48,50,45,54,51,46,57,56,52,99,45,52,49,46,53,50,56,44,48,45,55,54,46,57,49,51,44,50,54,46,55,56,55,45,56,57,46,55,57,55,44,54,51,46,57,56,57,76,52,49,46,52,57,55,44,52,53,46,50,56,50,32,99,45,53,46,56,53,54,45,53,46,56,53,57,45,49,53,46,51,53,52,45,53,46,56,53,55,45,50,49,46,50,49,51,44,48,115,45,53,46,56,53,56,44,49,53,46,51,53,53,44,48,44,50,49,46,50,49,51,76,54,48,44,49,48,54,46,50,49,50,118,52,56,46,56,49,56,72,49,53,99,45,56,46,50,56,52,44,48,45,49,53,44,54,46,55,49,54,45,49,53,44,49,53,99,48,44,56,46,50,56,52,44,54,46,55,49,54,44,49,53,44,49,53,44,49,53,32,104,52,53,46,49,51,52,99,48,46,56,53,53,44,49,54,46,51,49,52,44,53,46,56,52,57,44,51,49,46,53,53,49,44,49,51,46,57,52,52,44,52,52,46,54,56,108,45,52,57,46,54,56,53,44,52,57,46,54,56,51,99,45,53,46,56,53,56,44,53,46,56,53,55,45,53,46,56,53,56,44,49,53,46,51,53,52,44,48,44,50,49,46,50,49,51,32,99,50,46,57,50,57,44,50,46,57,51,44,54,46,55,54,56,44,52,46,51,57,52,44,49,48,46,54,48,55,44,52,46,51,57,52,99,51,46,56,51,56,44,48,44,55,46,54,55,56,45,49,46,52,54,53,44,49,48,46,54,48,54,45,52,46,51,57,52,108,52,56,46,48,57,53,45,52,56,46,48,57,51,99,49,54,46,53,53,56,44,49,52,46,48,49,56,44,51,55,46,57,53,55,44,50,50,46,52,56,54,44,54,49,46,51,48,49,44,50,50,46,52,56,54,32,99,48,46,48,49,57,44,48,44,48,46,48,51,55,45,48,46,48,48,49,44,48,46,48,53,55,45,48,46,48,48,49,99,48,46,48,49,49,44,48,44,48,46,48,50,50,44,48,46,48,48,50,44,48,46,48,51,51,44,48,46,48,48,50,99,48,46,48,49,57,44,48,44,48,46,48,51,55,45,48,46,48,48,51,44,48,46,48,53,54,45,48,46,48,48,51,32,99,50,51,46,50,56,53,45,48,46,48,51,53,44,52,52,46,54,50,57,45,56,46,52,57,52,44,54,49,46,49,53,45,50,50,46,52,56,51,108,52,56,46,48,57,52,44,52,56,46,48,57,50,99,50,46,57,50,57,44,50,46,57,50,57,44,54,46,55,54,56,44,52,46,51,57,52,44,49,48,46,54,48,54,44,52,46,51,57,52,99,51,46,56,51,57,44,48,44,55,46,54,55,56,45,49,46,52,54,53,44,49,48,46,54,48,55,45,52,46,51,57,52,32,99,53,46,56,53,56,45,53,46,56,53,56,44,53,46,56,53,56,45,49,53,46,51,53,53,44,48,45,50,49,46,50,49,51,108,45,52,57,46,54,56,51,45,52,57,46,54,56,49,99,56,46,48,57,54,45,49,51,46,49,51,49,44,49,51,46,48,56,57,45,50,56,46,51,54,54,44,49,51,46,57,52,52,45,52,52,46,54,56,50,104,52,53,46,49,51,50,99,56,46,50,56,52,44,48,44,49,53,45,54,46,55,49,54,44,49,53,45,49,53,32,67,51,48,57,46,57,57,56,44,49,54,49,46,55,52,54,44,51,48,51,46,50,56,50,44,49,53,53,46,48,51,44,50,57,52,46,57,57,56,44,49,53,53,46,48,51,122,32,77,49,53,52,46,57,57,57,44,51,52,46,57,57,57,99,51,48,46,54,56,49,44,48,44,53,54,46,52,54,53,44,50,49,46,51,54,53,44,54,51,46,50,53,52,44,53,48,72,57,49,46,55,52,55,32,67,57,56,46,53,51,53,44,53,54,46,51,54,52,44,49,50,52,46,51,49,56,44,51,52,46,57,57,57,44,49,53,52,46,57,57,57,44,51,52,46,57,57,57,122,32,77,57,48,44,49,55,57,46,57,57,57,118,45,57,46,50,55,50,99,48,46,48,49,49,45,48,46,50,51,50,44,48,46,48,51,53,45,48,46,52,54,50,44,48,46,48,51,53,45,48,46,54,57,54,32,99,48,45,48,46,50,51,52,45,48,46,48,50,52,45,48,46,52,54,52,45,48,46,48,51,53,45,48,46,54,57,53,118,45,53,52,46,51,51,54,104,53,48,46,48,57,50,118,49,50,56,46,50,53,52,67,49,49,49,46,52,49,53,44,50,51,54,46,52,57,52,44,57,48,44,50,49,48,46,55,48,56,44,57,48,44,49,55,57,46,57,57,57,122,32,77,49,55,48,46,48,57,50,44,50,52,51,46,50,49,50,86,49,49,52,46,57,57,57,72,50,50,48,32,118,53,52,46,50,57,55,99,45,48,46,48,49,50,44,48,46,50,52,52,45,48,46,48,51,55,44,48,46,52,56,54,45,48,46,48,51,55,44,48,46,55,51,52,99,48,44,48,46,50,52,56,44,48,46,48,50,53,44,48,46,52,57,44,48,46,48,51,55,44,48,46,55,51,52,118,57,46,50,51,52,67,50,50,48,44,50,49,48,46,54,52,53,44,49,57,56,46,54,55,54,44,50,51,54,46,51,56,56,44,49,55,48,46,48,57,50,44,50,52,51,46,50,49,50,122,34,125,125,41,93,41,125,44,121,101,61,91,93,44,95,101,61,123,110,97,109,101,58,34,68,101,98,117,103,73,99,111,110,34,125,44,84,101,61,95,101,44,83,101,61,40,110,40,34,102,57,54,48,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,84,101,44,120,101,44,121,101,44,33,49,44,110,117,108,108,44,34,52,54,52,97,48,100,57,55,34,44,110,117,108,108,41,41,44,119,101,61,83,101,46,101,120,112,111,114,116,115,44,122,101,61,123,110,97,109,101,58,34,68,101,98,117,103,73,110,102,111,46,118,117,101,34,44,99,111,109,112,111,110,101,110,116,115,58,123,68,101,98,117,103,73,99,111,110,58,119,101,44,73,110,100,101,120,68,101,98,117,103,73,110,102,111,58,98,101,125,44,99,111,109,112,117,116,101,100,58,123,116,97,98,108,101,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,123,107,101,121,58,34,118,101,114,115,105,111,110,34,44,118,97,108,117,101,58,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,118,101,114,115,105,111,110,125,44,123,107,101,121,58,34,112,108,97,116,102,111,114,109,34,44,118,97,108,117,101,58,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,112,108,97,116,102,111,114,109,125,44,123,107,101,121,58,34,100,101,98,117,103,66,105,110,97,114,121,34,44,118,97,108,117,101,58,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,100,101,98,117,103,125,44,123,107,101,121,58,34,115,105,115,116,50,67,111,109,109,105,116,72,97,115,104,34,44,118,97,108,117,101,58,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,115,105,115,116,50,72,97,115,104,125,44,123,107,101,121,58,34,108,105,98,115,99,97,110,67,111,109,109,105,116,72,97,115,104,34,44,118,97,108,117,101,58,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,108,105,98,115,99,97,110,72,97,115,104,125,44,123,107,101,121,58,34,101,115,73,110,100,101,120,34,44,118,97,108,117,101,58,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,101,115,73,110,100,101,120,125,44,123,107,101,121,58,34,116,97,103,108,105,110,101,34,44,118,97,108,117,101,58,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,116,97,103,108,105,110,101,125,44,123,107,101,121,58,34,100,101,118,34,44,118,97,108,117,101,58,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,100,101,118,125,93,125,125,125,44,36,101,61,122,101,44,67,101,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,36,101,44,100,101,44,112,101,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,79,101,61,67,101,46,101,120,112,111,114,116,115,44,107,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,49,48,48,48,32,49,48,48,48,34,44,102,105,108,108,58,34,99,117,114,114,101,110,116,67,111,108,111,114,34,125,125,44,91,110,40,34,103,34,44,123,97,116,116,114,115,58,123,116,114,97,110,115,102,111,114,109,58,34,116,114,97,110,115,108,97,116,101,40,48,46,48,48,48,48,48,48,44,53,49,50,46,48,48,48,48,48,48,41,32,115,99,97,108,101,40,48,46,49,48,48,48,48,48,44,45,48,46,49,48,48,48,48,48,41,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,100,58,34,77,52,53,54,56,46,53,44,53,48,49,49,99,45,55,51,46,50,45,55,46,55,45,49,53,52,45,50,53,45,49,55,55,46,49,45,51,54,46,54,99,45,56,52,46,55,45,52,54,46,50,45,49,48,50,45,49,49,57,46,52,45,49,53,57,46,56,45,54,56,57,46,50,115,45,54,53,46,53,45,54,49,48,46,51,45,49,53,57,46,56,45,54,55,48,99,45,50,51,46,49,45,49,53,46,52,45,49,50,53,46,49,45,53,53,46,56,45,50,50,53,46,51,45,57,48,46,53,99,45,49,48,48,46,49,45,51,50,46,55,45,50,57,48,46,55,45,49,49,49,46,55,45,52,50,51,46,54,45,49,55,53,46,50,99,45,51,49,57,46,54,45,49,53,50,46,49,45,51,49,53,46,56,45,49,53,50,46,49,45,54,49,57,46,57,44,57,52,46,51,99,45,55,49,56,46,49,44,53,56,51,46,51,45,54,53,48,46,55,44,53,51,53,46,50,45,55,52,55,44,53,51,53,46,50,99,45,55,55,44,48,45,49,48,52,45,49,49,46,54,45,49,56,52,46,56,45,55,55,99,45,49,53,55,46,57,45,49,50,55,46,49,45,52,49,48,46,49,45,51,55,53,46,52,45,53,54,55,46,57,45,53,53,56,46,51,99,45,49,53,53,46,57,45,49,55,55,46,49,45,49,57,48,46,54,45,50,53,48,46,51,45,49,53,57,46,56,45,51,52,52,46,54,99,57,46,54,45,50,55,44,49,54,53,46,54,45,50,50,55,46,50,44,51,52,52,46,54,45,52,52,54,46,55,99,49,56,49,45,50,49,57,46,53,44,51,52,50,46,55,45,52,50,53,46,53,44,51,54,48,45,52,53,56,46,50,99,53,50,45,56,56,46,54,44,52,50,46,51,45,49,53,48,46,50,45,53,48,46,49,45,51,51,53,99,45,55,51,46,50,45,49,52,56,46,51,45,49,52,52,46,52,45,51,50,53,46,52,45,50,53,50,46,50,45,54,50,51,46,56,99,45,49,55,46,51,45,53,48,45,53,55,46,56,45,49,49,51,46,54,45,56,56,46,54,45,49,51,56,46,54,99,45,54,51,46,53,45,53,51,46,57,45,53,57,46,55,45,53,51,46,57,45,54,57,53,45,49,49,55,46,52,99,45,53,50,55,46,53,45,53,50,45,53,55,55,46,54,45,54,53,46,53,45,54,50,55,46,54,45,49,55,57,99,45,52,54,46,50,45,49,48,53,46,57,45,52,54,46,50,45,49,48,53,55,44,48,45,49,49,54,50,46,57,99,53,48,45,49,49,51,46,54,44,57,56,46,50,45,49,50,55,46,49,44,54,52,54,46,57,45,49,56,49,99,50,55,49,46,53,45,50,53,44,53,50,51,46,55,45,53,50,44,53,54,48,46,50,45,53,55,46,56,99,49,49,49,46,55,45,49,55,46,51,44,49,55,57,46,49,45,49,48,55,46,56,44,50,53,57,46,57,45,51,52,52,46,54,99,51,56,46,53,45,49,49,53,46,53,44,49,49,57,46,52,45,51,49,48,44,49,55,55,46,49,45,52,51,49,46,51,99,53,55,46,56,45,49,49,57,46,52,44,49,48,52,45,50,52,48,46,55,44,49,48,52,45,50,54,57,46,53,99,48,45,55,56,46,57,45,52,50,46,52,45,49,52,48,46,53,45,51,57,52,46,55,45,53,54,56,99,45,49,55,57,45,50,49,57,46,53,45,51,51,53,45,52,49,57,46,55,45,51,52,52,46,54,45,52,52,54,46,54,99,45,51,48,46,56,45,57,52,46,51,44,51,46,57,45,49,54,55,46,53,44,49,53,57,46,56,45,51,52,52,46,54,99,49,53,55,46,57,45,49,56,49,44,52,49,48,46,49,45,52,50,57,46,51,44,53,54,52,46,49,45,53,53,52,46,53,99,57,54,46,51,45,55,56,46,57,44,49,56,56,46,55,45,49,48,53,46,57,44,50,54,53,46,55,45,55,53,46,49,99,50,54,46,57,44,49,49,46,54,44,50,51,52,46,57,44,49,55,51,46,51,44,52,54,50,46,49,44,51,54,48,99,50,50,55,46,50,44,49,56,56,46,55,44,52,51,51,46,50,44,51,52,56,46,53,44,52,53,56,46,50,44,51,53,56,46,49,99,56,50,46,56,44,51,48,46,56,44,49,51,54,46,55,44,49,55,46,51,44,51,53,52,46,51,45,56,54,46,54,99,49,49,57,46,52,45,53,55,46,56,44,51,48,56,45,49,51,54,46,55,44,52,49,57,46,55,45,49,55,53,46,50,99,49,49,49,46,55,45,51,56,46,53,44,50,50,49,46,52,45,56,50,46,56,44,50,52,52,46,53,45,57,56,46,50,99,57,52,46,51,45,53,57,46,55,44,49,48,50,45,49,48,48,46,49,44,49,53,57,46,56,45,54,55,48,99,54,49,46,54,45,54,48,54,46,53,44,55,51,46,50,45,54,52,56,46,56,44,49,56,56,46,55,45,55,48,48,46,56,99,49,48,53,46,57,45,52,54,46,50,44,49,48,53,55,45,52,54,46,50,44,49,49,54,50,46,57,44,48,99,49,49,53,46,53,44,53,50,44,49,50,55,46,49,44,57,52,46,51,44,49,56,56,46,55,44,55,48,48,46,56,99,53,55,46,56,44,53,54,57,46,57,44,54,53,46,52,44,54,49,48,46,51,44,49,53,57,46,56,44,54,55,48,99,50,51,46,49,44,49,53,46,52,44,49,51,50,46,57,44,53,57,46,55,44,50,52,52,46,53,44,57,56,46,50,115,51,48,48,46,51,44,49,49,55,46,52,44,52,49,55,46,56,44,49,55,53,46,50,99,50,49,57,46,53,44,49,48,52,44,50,55,51,46,52,44,49,49,55,46,53,44,51,53,54,46,50,44,56,54,46,54,99,50,53,45,57,46,54,44,50,51,49,45,49,54,57,46,52,44,52,53,56,46,50,45,51,53,56,46,49,99,50,50,55,46,50,45,49,56,54,46,56,44,52,51,53,46,49,45,51,52,56,46,53,44,52,54,50,46,49,45,51,54,48,99,55,55,45,50,56,46,57,44,49,54,57,46,52,45,51,46,57,44,50,54,53,46,55,44,55,53,46,49,99,49,53,50,46,49,44,49,50,49,46,51,44,52,52,50,46,56,44,52,49,48,46,49,44,53,56,51,46,52,44,53,55,55,46,54,99,49,52,48,46,54,44,49,54,51,46,54,44,49,55,51,46,51,44,50,52,50,46,54,44,49,51,54,46,55,44,51,51,51,46,49,99,45,49,49,46,54,44,50,55,45,49,55,51,46,51,44,50,51,52,46,57,45,51,54,48,44,52,54,50,46,49,99,45,49,56,56,46,55,44,50,50,55,46,50,45,51,52,56,46,53,44,52,51,51,46,50,45,51,53,56,46,49,44,52,53,56,46,50,99,45,51,48,46,56,44,56,50,46,56,45,49,55,46,51,44,49,51,54,46,55,44,56,54,46,54,44,51,53,54,46,50,99,53,55,46,56,44,49,49,55,46,52,44,49,51,56,46,54,44,51,49,49,46,57,44,49,55,55,46,49,44,52,50,55,46,52,99,56,48,46,57,44,50,51,54,46,56,44,49,52,56,46,51,44,51,50,55,46,51,44,50,53,57,46,57,44,51,52,52,46,54,99,51,54,46,54,44,53,46,56,44,50,56,56,46,56,44,51,50,46,55,44,53,54,50,46,50,44,53,57,46,55,99,51,48,56,44,50,56,46,57,44,53,49,55,46,57,44,53,57,46,55,44,53,53,48,46,54,44,55,55,99,51,48,46,56,44,49,53,46,52,44,55,49,46,50,44,53,57,46,55,44,57,48,46,53,44,49,48,48,46,49,99,51,50,46,56,44,54,53,46,52,44,51,54,46,54,44,49,50,51,46,50,44,51,52,46,55,44,53,55,51,46,55,99,48,44,53,54,50,46,50,45,49,49,46,53,44,54,50,55,46,54,45,49,49,53,46,53,44,54,56,55,46,51,99,45,52,54,46,50,44,50,55,45,49,56,56,46,55,44,52,56,46,49,45,54,49,50,46,50,44,57,48,46,53,99,45,53,55,51,46,55,44,53,57,46,55,45,54,49,52,46,50,44,54,55,46,52,45,54,55,51,46,56,44,49,54,49,46,55,99,45,49,53,46,52,44,50,51,46,49,45,53,57,46,55,44,49,51,50,46,57,45,57,56,46,50,44,50,52,52,46,53,115,45,49,49,55,46,52,44,51,48,48,46,51,45,49,55,53,46,50,44,52,49,55,46,56,99,45,53,55,46,56,44,49,49,57,46,52,45,49,48,52,44,50,52,48,46,55,45,49,48,52,44,50,55,49,46,53,99,48,44,56,48,46,57,44,52,48,46,52,44,49,51,56,46,54,44,51,57,52,46,55,44,53,54,57,46,57,99,49,56,49,44,50,49,57,46,53,44,51,51,53,44,52,49,57,46,55,44,51,52,52,46,54,44,52,52,54,46,55,99,51,48,46,56,44,57,52,46,51,45,51,46,57,44,49,54,55,46,53,45,49,53,57,46,56,44,51,52,52,46,54,99,45,49,53,55,46,57,44,49,56,49,45,52,49,48,46,49,44,52,50,57,46,51,45,53,54,52,46,49,44,53,53,52,46,53,99,45,57,54,46,51,44,55,56,46,57,45,49,56,56,46,55,44,49,48,52,45,50,54,53,46,55,44,55,53,46,49,99,45,50,55,45,49,49,46,54,45,50,51,52,46,57,45,49,55,51,46,51,45,52,54,50,46,49,45,51,54,48,99,45,50,50,55,46,50,45,49,56,56,46,55,45,52,51,51,46,50,45,51,52,56,46,53,45,52,53,56,46,50,45,51,53,56,46,49,99,45,56,48,46,57,45,51,48,46,56,45,49,51,48,46,57,45,49,57,46,50,45,51,55,49,46,54,44,57,54,46,51,99,45,49,51,48,46,57,44,54,49,46,54,45,51,50,53,46,52,44,49,52,50,46,53,45,52,51,49,46,51,44,49,55,55,46,49,99,45,50,49,55,46,53,44,55,49,46,50,45,51,48,56,44,49,52,48,46,53,45,51,50,53,46,52,44,50,53,48,46,51,99,45,53,46,56,44,51,54,46,54,45,51,50,46,55,44,50,56,56,46,56,45,53,55,46,56,44,53,54,48,46,51,99,45,53,51,46,57,44,53,53,48,46,54,45,54,55,46,52,44,53,57,54,46,56,45,49,56,49,44,54,52,53,67,53,53,48,50,46,51,44,53,48,49,56,46,55,44,52,56,48,55,46,51,44,53,48,51,54,44,52,53,54,56,46,53,44,53,48,49,49,122,32,77,53,52,54,51,46,56,44,49,56,57,55,46,56,99,53,48,50,46,53,45,49,50,55,46,49,44,57,53,52,46,57,45,52,57,52,46,56,44,49,49,56,52,45,57,54,48,46,55,99,52,52,54,46,55,45,57,49,52,46,53,44,55,56,46,57,45,50,48,49,49,46,57,45,56,50,52,45,50,52,54,48,46,53,99,45,49,48,53,51,46,49,45,53,50,49,46,56,45,50,51,48,56,46,52,44,53,50,45,50,54,48,52,46,57,44,49,49,56,57,46,56,99,45,55,49,46,50,44,50,55,55,46,50,45,55,49,46,50,44,54,50,57,46,54,44,48,44,57,48,52,46,57,99,49,57,50,46,53,44,55,51,55,46,52,44,56,49,52,46,52,44,49,50,56,52,46,50,44,49,53,54,57,46,49,44,49,51,55,54,46,54,67,52,57,55,52,46,56,44,49,57,55,49,44,53,50,53,53,46,57,44,49,57,52,57,46,56,44,53,52,54,51,46,56,44,49,56,57,55,46,56,122,34,125,125,41,93,41,93,41,125,44,77,101,61,91,93,44,76,101,61,123,110,97,109,101,58,34,71,101,97,114,73,99,111,110,34,125,44,73,101,61,76,101,44,68,101,61,40,110,40,34,98,50,51,99,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,73,101,44,107,101,44,77,101,44,33,49,44,110,117,108,108,44,34,100,54,100,56,54,99,53,54,34,44,110,117,108,108,41,41,44,80,101,61,68,101,46,101,120,112,111,114,116,115,44,106,101,61,123,99,111,109,112,111,110,101,110,116,115,58,123,71,101,97,114,73,99,111,110,58,80,101,44,68,101,98,117,103,73,110,102,111,58,79,101,44,80,114,101,108,111,97,100,101,114,58,84,116,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,97,100,105,110,103,58,33,48,44,99,111,110,102,105,103,76,111,97,100,105,110,103,58,33,49,44,108,97,110,103,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,101,110,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,108,97,110,103,46,101,110,34,41,125,44,123,118,97,108,117,101,58,34,102,114,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,108,97,110,103,46,102,114,34,41,125,93,44,113,117,101,114,121,77,111,100,101,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,115,105,109,112,108,101,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,113,117,101,114,121,77,111,100,101,46,115,105,109,112,108,101,34,41,125,44,123,118,97,108,117,101,58,34,97,100,118,97,110,99,101,100,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,113,117,101,114,121,77,111,100,101,46,97,100,118,97,110,99,101,100,34,41,125,93,44,100,105,115,112,108,97,121,77,111,100,101,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,103,114,105,100,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,100,105,115,112,108,97,121,77,111,100,101,46,103,114,105,100,34,41,125,44,123,118,97,108,117,101,58,34,108,105,115,116,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,100,105,115,112,108,97,121,77,111,100,101,46,108,105,115,116,34,41,125,93,44,99,111,108,117,109,110,115,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,97,117,116,111,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,99,111,108,117,109,110,115,46,97,117,116,111,34,41,125,44,123,118,97,108,117,101,58,49,44,116,101,120,116,58,34,49,34,125,44,123,118,97,108,117,101,58,50,44,116,101,120,116,58,34,50,34,125,44,123,118,97,108,117,101,58,51,44,116,101,120,116,58,34,51,34,125,44,123,118,97,108,117,101,58,52,44,116,101,120,116,58,34,52,34,125,44,123,118,97,108,117,101,58,53,44,116,101,120,116,58,34,53,34,125,44,123,118,97,108,117,101,58,54,44,116,101,120,116,58,34,54,34,125,44,123,118,97,108,117,101,58,55,44,116,101,120,116,58,34,55,34,125,44,123,118,97,108,117,101,58,56,44,116,101,120,116,58,34,56,34,125,44,123,118,97,108,117,101,58,57,44,116,101,120,116,58,34,57,34,125,44,123,118,97,108,117,101,58,49,48,44,116,101,120,116,58,34,49,48,34,125,44,123,118,97,108,117,101,58,49,49,44,116,101,120,116,58,34,49,49,34,125,44,123,118,97,108,117,101,58,49,50,44,116,101,120,116,58,34,49,50,34,125,93,44,116,114,101,101,109,97,112,84,121,112,101,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,99,97,115,99,97,100,101,100,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,84,121,112,101,46,99,97,115,99,97,100,101,100,34,41,125,44,123,118,97,108,117,101,58,34,102,108,97,116,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,84,121,112,101,46,102,108,97,116,34,41,125,93,44,116,114,101,101,109,97,112,84,105,108,105,110,103,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,98,105,110,97,114,121,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,84,105,108,105,110,103,46,98,105,110,97,114,121,34,41,125,44,123,118,97,108,117,101,58,34,115,113,117,97,114,105,102,121,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,84,105,108,105,110,103,46,115,113,117,97,114,105,102,121,34,41,125,44,123,118,97,108,117,101,58,34,115,108,105,99,101,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,84,105,108,105,110,103,46,115,108,105,99,101,34,41,125,44,123,118,97,108,117,101,58,34,100,105,99,101,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,84,105,108,105,110,103,46,100,105,99,101,34,41,125,44,123,118,97,108,117,101,58,34,115,108,105,99,101,68,105,99,101,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,84,105,108,105,110,103,46,115,108,105,99,101,68,105,99,101,34,41,125,93,44,116,114,101,101,109,97,112,83,105,122,101,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,115,109,97,108,108,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,83,105,122,101,46,115,109,97,108,108,34,41,125,44,123,118,97,108,117,101,58,34,109,101,100,105,117,109,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,83,105,122,101,46,109,101,100,105,117,109,34,41,125,44,123,118,97,108,117,101,58,34,108,97,114,103,101,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,83,105,122,101,46,108,97,114,103,101,34,41,125,44,123,118,97,108,117,101,58,34,120,45,108,97,114,103,101,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,83,105,122,101,46,120,76,97,114,103,101,34,41,125,44,123,118,97,108,117,101,58,34,120,120,45,108,97,114,103,101,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,83,105,122,101,46,120,120,76,97,114,103,101,34,41,125,93,44,116,114,101,101,109,97,112,67,111,108,111,114,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,80,117,66,117,71,110,34,44,116,101,120,116,58,34,80,117,114,112,108,101,45,66,108,117,101,45,71,114,101,101,110,34,125,44,123,118,97,108,117,101,58,34,80,117,82,100,34,44,116,101,120,116,58,34,80,117,114,112,108,101,45,82,101,100,34,125,44,123,118,97,108,117,101,58,34,80,117,66,117,34,44,116,101,120,116,58,34,80,117,114,112,108,101,45,66,108,117,101,34,125,44,123,118,97,108,117,101,58,34,89,108,79,114,66,114,34,44,116,101,120,116,58,34,89,101,108,108,111,119,45,79,114,97,110,103,101,45,66,114,111,119,110,34,125,44,123,118,97,108,117,101,58,34,89,108,79,114,82,100,34,44,116,101,120,116,58,34,89,101,108,108,111,119,45,79,114,97,110,103,101,45,82,101,100,34,125,44,123,118,97,108,117,101,58,34,89,108,71,110,34,44,116,101,120,116,58,34,89,101,108,108,111,119,45,71,114,101,101,110,34,125,44,123,118,97,108,117,101,58,34,89,108,71,110,66,117,34,44,116,101,120,116,58,34,89,101,108,108,111,119,45,71,114,101,101,110,45,66,108,117,101,34,125,44,123,118,97,108,117,101,58,34,80,108,97,115,109,97,34,44,116,101,120,116,58,34,80,108,97,115,109,97,34,125,44,123,118,97,108,117,101,58,34,77,97,103,109,97,34,44,116,101,120,116,58,34,77,97,103,109,97,34,125,44,123,118,97,108,117,101,58,34,73,110,102,101,114,110,111,34,44,116,101,120,116,58,34,73,110,102,101,114,110,111,34,125,44,123,118,97,108,117,101,58,34,86,105,114,105,100,105,115,34,44,116,101,120,116,58,34,86,105,114,105,100,105,115,34,125,44,123,118,97,108,117,101,58,34,84,117,114,98,111,34,44,116,101,120,116,58,34,84,117,114,98,111,34,125,93,44,116,104,101,109,101,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,108,105,103,104,116,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,104,101,109,101,46,108,105,103,104,116,34,41,125,44,123,118,97,108,117,101,58,34,98,108,97,99,107,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,104,101,109,101,46,98,108,97,99,107,34,41,125,93,125,125,44,99,111,109,112,117,116,101,100,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,99,34,93,41,40,91,34,111,112,116,84,104,101,109,101,34,44,34,111,112,116,68,105,115,112,108,97,121,34,44,34,111,112,116,67,111,108,117,109,110,115,34,44,34,111,112,116,72,105,103,104,108,105,103,104,116,34,44,34,111,112,116,70,117,122,122,121,34,44,34,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,34,44,34,111,112,116,83,117,103,103,101,115,116,80,97,116,104,34,44,34,111,112,116,70,114,97,103,109,101,110,116,83,105,122,101,34,44,34,111,112,116,81,117,101,114,121,77,111,100,101,34,44,34,111,112,116,84,114,101,101,109,97,112,84,121,112,101,34,44,34,111,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,34,44,34,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,34,44,34,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,34,44,34,111,112,116,84,114,101,101,109,97,112,83,105,122,101,34,44,34,111,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,34,44,34,111,112,116,76,105,103,104,116,98,111,120,83,108,105,100,101,68,117,114,97,116,105,111,110,34,44,34,111,112,116,67,111,110,116,97,105,110,101,114,87,105,100,116,104,34,44,34,111,112,116,82,101,115,117,108,116,83,105,122,101,34,44,34,111,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,34,44,34,111,112,116,76,97,110,103,34,93,41,41,44,123,125,44,123,99,108,105,101,110,116,87,105,100,116,104,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,119,105,110,100,111,119,46,105,110,110,101,114,87,105,100,116,104,125,125,41,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,110,116,46,103,101,116,83,105,115,116,50,73,110,102,111,40,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,83,105,115,116,50,73,110,102,111,34,44,101,41,44,116,46,108,111,97,100,105,110,103,61,33,49,125,41,41,44,116,104,105,115,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,46,116,121,112,101,46,115,116,97,114,116,115,87,105,116,104,40,34,115,101,116,79,112,116,34,41,38,38,116,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,117,112,100,97,116,101,67,111,110,102,105,103,117,114,97,116,105,111,110,34,41,125,41,41,125,44,109,101,116,104,111,100,115,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,100,34,93,41,40,91,34,115,101,116,79,112,116,84,104,101,109,101,34,44,34,115,101,116,79,112,116,68,105,115,112,108,97,121,34,44,34,115,101,116,79,112,116,67,111,108,117,109,110,115,34,44,34,115,101,116,79,112,116,72,105,103,104,108,105,103,104,116,34,44,34,115,101,116,79,112,116,70,117,122,122,121,34,44,34,115,101,116,79,112,116,83,101,97,114,99,104,73,110,80,97,116,104,34,44,34,115,101,116,79,112,116,83,117,103,103,101,115,116,80,97,116,104,34,44,34,115,101,116,79,112,116,70,114,97,103,109,101,110,116,83,105,122,101,34,44,34,115,101,116,79,112,116,81,117,101,114,121,77,111,100,101,34,44,34,115,101,116,79,112,116,84,114,101,101,109,97,112,84,121,112,101,34,44,34,115,101,116,79,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,34,44,34,115,101,116,79,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,34,44,34,115,101,116,79,112,116,84,114,101,101,109,97,112,67,111,108,111,114,34,44,34,115,101,116,79,112,116,84,114,101,101,109,97,112,83,105,122,101,34,44,34,115,101,116,79,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,34,44,34,115,101,116,79,112,116,76,105,103,104,116,98,111,120,83,108,105,100,101,68,117,114,97,116,105,111,110,34,44,34,115,101,116,79,112,116,67,111,110,116,97,105,110,101,114,87,105,100,116,104,34,44,34,115,101,116,79,112,116,82,101,115,117,108,116,83,105,122,101,34,44,34,115,101,116,79,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,34,44,34,115,101,116,79,112,116,76,97,110,103,34,93,41,41,44,123,125,44,123,111,110,82,101,115,101,116,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,108,111,99,97,108,83,116,111,114,97,103,101,46,114,101,109,111,118,101,73,116,101,109,40,34,115,105,115,116,50,95,99,111,110,102,105,103,117,114,97,116,105,111,110,34,41,44,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,114,101,108,111,97,100,40,41,125,125,41,125,44,113,101,61,106,101,44,69,101,61,40,110,40,34,102,50,101,57,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,113,101,44,117,101,44,108,101,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,66,101,61,69,101,46,101,120,112,111,114,116,115,44,72,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,111,110,116,97,105,110,101,114,34,125,44,91,110,40,34,76,105,103,104,116,98,111,120,34,41,44,110,40,34,72,101,108,112,68,105,97,108,111,103,34,44,123,97,116,116,114,115,58,123,115,104,111,119,58,116,46,115,104,111,119,72,101,108,112,125,44,111,110,58,123,99,108,111,115,101,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,104,111,119,72,101,108,112,61,33,49,125,125,125,41,44,116,46,117,105,76,111,97,100,105,110,103,63,110,40,34,98,45,99,97,114,100,34,44,91,110,40,34,80,114,101,108,111,97,100,101,114,34,41,93,44,49,41,58,116,46,95,101,40,41,44,110,40,34,98,45,99,97,114,100,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,114,97,119,78,97,109,101,58,34,118,45,115,104,111,119,34,44,118,97,108,117,101,58,33,116,46,117,105,76,111,97,100,105,110,103,44,101,120,112,114,101,115,115,105,111,110,58,34,33,117,105,76,111,97,100,105,110,103,34,125,93,44,97,116,116,114,115,58,123,105,100,58,34,115,101,97,114,99,104,45,112,97,110,101,108,34,125,125,44,91,110,40,34,83,101,97,114,99,104,66,97,114,34,44,123,111,110,58,123,34,115,104,111,119,45,104,101,108,112,34,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,104,111,119,72,101,108,112,61,33,48,125,125,125,41,44,110,40,34,98,45,114,111,119,34,44,91,110,40,34,98,45,99,111,108,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,104,101,105,103,104,116,58,34,55,48,112,120,34,125,44,97,116,116,114,115,58,123,115,109,58,34,54,34,125,125,44,91,110,40,34,83,105,122,101,83,108,105,100,101,114,34,41,93,44,49,41,44,110,40,34,98,45,99,111,108,34,44,91,110,40,34,80,97,116,104,84,114,101,101,34,44,123,111,110,58,123,115,101,97,114,99,104,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,101,97,114,99,104,40,33,48,41,125,125,125,41,93,44,49,41,93,44,49,41,44,110,40,34,98,45,114,111,119,34,44,91,110,40,34,98,45,99,111,108,34,44,123,97,116,116,114,115,58,123,115,109,58,34,54,34,125,125,44,91,110,40,34,98,45,114,111,119,34,44,91,110,40,34,98,45,99,111,108,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,104,101,105,103,104,116,58,34,55,48,112,120,34,125,125,44,91,110,40,34,68,97,116,101,83,108,105,100,101,114,34,41,93,44,49,41,93,44,49,41,44,110,40,34,98,45,114,111,119,34,44,91,110,40,34,98,45,99,111,108,34,44,91,110,40,34,73,110,100,101,120,80,105,99,107,101,114,34,41,93,44,49,41,93,44,49,41,93,44,49,41,44,110,40,34,98,45,99,111,108,34,44,91,110,40,34,98,45,116,97,98,115,34,44,91,110,40,34,98,45,116,97,98,34,44,123,97,116,116,114,115,58,123,116,105,116,108,101,58,116,46,36,116,40,34,109,105,109,101,84,121,112,101,115,34,41,125,125,44,91,110,40,34,77,105,109,101,80,105,99,107,101,114,34,41,93,44,49,41,44,110,40,34,98,45,116,97,98,34,44,123,97,116,116,114,115,58,123,116,105,116,108,101,58,116,46,36,116,40,34,116,97,103,115,34,41,125,125,44,91,110,40,34,84,97,103,80,105,99,107,101,114,34,41,93,44,49,41,93,44,49,41,93,44,49,41,93,44,49,41,93,44,49,41,44,116,46,115,101,97,114,99,104,66,117,115,121,38,38,48,61,61,61,116,46,100,111,99,115,46,108,101,110,103,116,104,63,110,40,34,80,114,101,108,111,97,100,101,114,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,51,34,125,41,58,116,46,100,111,99,115,46,108,101,110,103,116,104,62,48,63,110,40,34,100,105,118,34,44,91,110,40,34,82,101,115,117,108,116,115,67,97,114,100,34,41,44,34,103,114,105,100,34,61,61,61,116,46,111,112,116,68,105,115,112,108,97,121,63,110,40,34,68,111,99,67,97,114,100,87,97,108,108,34,44,123,97,116,116,114,115,58,123,100,111,99,115,58,116,46,100,111,99,115,44,97,112,112,101,110,100,58,116,46,97,112,112,101,110,100,70,117,110,99,125,125,41,58,110,40,34,68,111,99,76,105,115,116,34,44,123,97,116,116,114,115,58,123,100,111,99,115,58,116,46,100,111,99,115,44,97,112,112,101,110,100,58,116,46,97,112,112,101,110,100,70,117,110,99,125,125,41,93,44,49,41,58,116,46,95,101,40,41,93,44,49,41,125,44,65,101,61,91,93,44,82,101,61,110,40,34,98,56,53,99,34,41,44,85,101,61,110,40,34,49,100,97,49,34,41,44,70,101,61,40,110,40,34,57,54,99,102,34,41,44,110,40,34,56,52,49,99,34,41,44,110,40,34,99,97,97,100,34,41,44,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,91,110,40,34,98,45,105,110,112,117,116,45,103,114,111,117,112,34,44,123,115,99,111,112,101,100,83,108,111,116,115,58,116,46,95,117,40,91,123,107,101,121,58,34,112,114,101,112,101,110,100,34,44,102,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,110,40,34,98,45,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,34,44,91,110,40,34,98,45,102,111,114,109,45,99,104,101,99,107,98,111,120,34,44,123,97,116,116,114,115,58,123,99,104,101,99,107,101,100,58,116,46,102,117,122,122,121,44,116,105,116,108,101,58,34,84,111,103,103,108,101,32,102,117,122,122,121,32,115,101,97,114,99,104,105,110,103,34,125,44,111,110,58,123,99,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,101,116,70,117,122,122,121,40,101,41,125,125,125,44,91,116,46,95,118,40,34,32,34,43,116,46,95,115,40,116,46,36,116,40,34,115,101,97,114,99,104,66,97,114,46,102,117,122,122,121,34,41,41,43,34,32,34,41,93,41,93,44,49,41,93,125,44,112,114,111,120,121,58,33,48,125,44,123,107,101,121,58,34,97,112,112,101,110,100,34,44,102,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,110,40,34,98,45,98,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,34,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,36,101,109,105,116,40,34,115,104,111,119,45,104,101,108,112,34,41,125,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,104,101,108,112,34,41,41,41,93,41,93,125,44,112,114,111,120,121,58,33,48,125,93,41,125,44,91,110,40,34,98,45,102,111,114,109,45,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,115,101,97,114,99,104,84,101,120,116,44,112,108,97,99,101,104,111,108,100,101,114,58,116,46,97,100,118,97,110,99,101,100,40,41,63,116,46,36,116,40,34,115,101,97,114,99,104,66,97,114,46,97,100,118,97,110,99,101,100,34,41,58,116,46,36,116,40,34,115,101,97,114,99,104,66,97,114,46,115,105,109,112,108,101,34,41,125,44,111,110,58,123,105,110,112,117,116,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,101,116,83,101,97,114,99,104,84,101,120,116,40,101,41,125,125,125,41,93,44,49,41,93,44,49,41,125,41,44,81,101,61,91,93,44,78,101,61,123,99,111,109,112,117,116,101,100,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,99,34,93,41,40,123,111,112,116,81,117,101,114,121,77,111,100,101,58,34,111,112,116,81,117,101,114,121,77,111,100,101,34,44,115,101,97,114,99,104,84,101,120,116,58,34,115,101,97,114,99,104,84,101,120,116,34,44,102,117,122,122,121,58,34,102,117,122,122,121,34,125,41,41,44,109,101,116,104,111,100,115,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,100,34,93,41,40,123,115,101,116,83,101,97,114,99,104,84,101,120,116,58,34,115,101,116,83,101,97,114,99,104,84,101,120,116,34,44,115,101,116,70,117,122,122,121,58,34,115,101,116,70,117,122,122,121,34,125,41,41,44,123,125,44,123,97,100,118,97,110,99,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,97,100,118,97,110,99,101,100,34,61,61,61,116,104,105,115,46,111,112,116,81,117,101,114,121,77,111,100,101,125,125,41,125,44,71,101,61,78,101,44,86,101,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,71,101,44,70,101,44,81,101,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,87,101,61,86,101,46,101,120,112,111,114,116,115,44,75,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,86,117,101,77,117,108,116,105,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,109,117,108,116,105,112,108,101,58,34,34,44,108,97,98,101,108,58,34,110,97,109,101,34,44,118,97,108,117,101,58,116,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,44,111,112,116,105,111,110,115,58,116,46,105,110,100,105,99,101,115,44,34,99,108,111,115,101,45,111,110,45,115,101,108,101,99,116,34,58,116,46,105,110,100,105,99,101,115,46,108,101,110,103,116,104,60,61,49,44,112,108,97,99,101,104,111,108,100,101,114,58,116,46,36,116,40,34,105,110,100,101,120,80,105,99,107,101,114,80,108,97,99,101,104,111,108,100,101,114,34,41,125,44,111,110,58,123,115,101,108,101,99,116,58,116,46,97,100,100,73,116,101,109,44,114,101,109,111,118,101,58,116,46,114,101,109,111,118,101,73,116,101,109,125,44,115,99,111,112,101,100,83,108,111,116,115,58,116,46,95,117,40,91,123,107,101,121,58,34,111,112,116,105,111,110,34,44,102,110,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,91,110,40,34,98,45,114,111,119,34,44,91,110,40,34,98,45,99,111,108,34,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,114,45,49,34,125,44,91,116,46,95,118,40,116,46,95,115,40,101,46,111,112,116,105,111,110,46,110,97,109,101,41,41,93,41,44,110,40,34,83,109,97,108,108,66,97,100,103,101,34,44,123,97,116,116,114,115,58,123,112,105,108,108,58,34,34,44,116,101,120,116,58,101,46,111,112,116,105,111,110,46,118,101,114,115,105,111,110,125,125,41,93,44,49,41,93,44,49,41,44,110,40,34,98,45,114,111,119,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,49,34,125,44,91,110,40,34,98,45,99,111,108,34,44,91,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,102,111,114,109,97,116,73,100,120,68,97,116,101,40,101,46,111,112,116,105,111,110,46,116,105,109,101,115,116,97,109,112,41,41,41,93,41,93,41,93,44,49,41,93,125,125,93,41,125,41,125,44,89,101,61,91,93,44,74,101,61,110,40,34,56,101,53,102,34,41,44,90,101,61,110,46,110,40,74,101,41,44,88,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,98,97,100,103,101,34,44,123,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,115,101,99,111,110,100,97,114,121,34,44,112,105,108,108,58,116,46,112,105,108,108,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,116,101,120,116,41,41,93,41,125,44,116,110,61,91,93,44,101,110,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,123,116,101,120,116,58,83,116,114,105,110,103,44,112,105,108,108,58,66,111,111,108,101,97,110,125,125,41,44,110,110,61,101,110,44,114,110,61,40,110,40,34,56,48,50,49,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,110,110,44,88,101,44,116,110,44,33,49,44,110,117,108,108,44,34,52,100,101,97,49,48,55,48,34,44,110,117,108,108,41,41,44,111,110,61,114,110,46,101,120,112,111,114,116,115,44,97,110,61,110,40,34,98,49,54,54,34,41,44,115,110,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,99,111,109,112,111,110,101,110,116,115,58,123,86,117,101,77,117,108,116,105,115,101,108,101,99,116,58,90,101,46,97,44,83,109,97,108,108,66,97,100,103,101,58,111,110,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,97,100,105,110,103,58,33,48,125,125,44,99,111,109,112,117,116,101,100,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,99,34,93,41,40,91,34,105,110,100,105,99,101,115,34,44,34,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,34,93,41,41,44,109,101,116,104,111,100,115,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,98,34,93,41,40,123,115,101,116,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,58,34,115,101,116,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,34,125,41,41,44,123,125,44,123,114,101,109,111,118,101,73,116,101,109,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,115,101,116,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,40,116,104,105,115,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,33,61,61,116,125,41,41,41,125,44,97,100,100,73,116,101,109,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,115,101,116,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,40,91,93,46,99,111,110,99,97,116,40,79,98,106,101,99,116,40,76,91,34,97,34,93,41,40,116,104,105,115,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,41,44,91,116,93,41,41,125,44,102,111,114,109,97,116,73,100,120,68,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,40,97,110,91,34,97,34,93,41,40,110,101,119,32,68,97,116,101,40,49,101,51,42,116,41,44,34,121,121,121,121,45,77,77,45,100,100,34,41,125,125,41,125,41,44,99,110,61,115,110,44,117,110,61,40,110,40,34,54,48,98,99,34,41,44,110,40,34,48,100,51,99,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,99,110,44,75,101,44,89,101,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,108,110,61,117,110,46,101,120,112,111,114,116,115,59,110,40,34,52,57,56,97,34,41,59,114,91,34,100,101,102,97,117,108,116,34,93,46,117,115,101,40,95,91,34,97,34,93,41,59,118,97,114,32,100,110,61,110,101,119,32,95,91,34,97,34,93,46,83,116,111,114,101,40,123,115,116,97,116,101,58,123,115,101,101,100,58,48,44,105,110,100,105,99,101,115,58,91,93,44,116,97,103,115,58,91,93,44,115,105,115,116,50,73,110,102,111,58,110,117,108,108,44,115,105,122,101,77,105,110,58,118,111,105,100,32,48,44,115,105,122,101,77,97,120,58,118,111,105,100,32,48,44,100,97,116,101,66,111,117,110,100,115,77,105,110,58,110,117,108,108,44,100,97,116,101,66,111,117,110,100,115,77,97,120,58,110,117,108,108,44,100,97,116,101,77,105,110,58,118,111,105,100,32,48,44,100,97,116,101,77,97,120,58,118,111,105,100,32,48,44,115,101,97,114,99,104,84,101,120,116,58,34,34,44,112,97,116,104,84,101,120,116,58,34,34,44,115,111,114,116,77,111,100,101,58,34,115,99,111,114,101,34,44,102,117,122,122,121,58,33,49,44,115,105,122,101,58,54,48,44,111,112,116,76,97,110,103,58,34,101,110,34,44,111,112,116,84,104,101,109,101,58,34,108,105,103,104,116,34,44,111,112,116,68,105,115,112,108,97,121,58,34,103,114,105,100,34,44,111,112,116,72,105,103,104,108,105,103,104,116,58,33,48,44,111,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,58,33,49,44,111,112,116,70,117,122,122,121,58,33,48,44,111,112,116,70,114,97,103,109,101,110,116,83,105,122,101,58,50,48,48,44,111,112,116,81,117,101,114,121,77,111,100,101,58,34,115,105,109,112,108,101,34,44,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,58,33,49,44,111,112,116,67,111,108,117,109,110,115,58,34,97,117,116,111,34,44,111,112,116,83,117,103,103,101,115,116,80,97,116,104,58,33,48,44,111,112,116,84,114,101,101,109,97,112,84,121,112,101,58,34,99,97,115,99,97,100,101,100,34,44,111,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,58,34,115,113,117,97,114,105,102,121,34,44,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,58,51,44,111,112,116,84,114,101,101,109,97,112,83,105,122,101,58,34,109,101,100,105,117,109,34,44,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,58,34,80,117,66,117,71,110,34,44,111,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,58,33,49,44,111,112,116,76,105,103,104,116,98,111,120,83,108,105,100,101,68,117,114,97,116,105,111,110,58,49,53,44,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,58,91,93,44,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,58,91,93,44,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,84,97,103,115,58,91,93,44,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,58,91,93,44,115,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,58,91,93,44,115,101,108,101,99,116,101,100,84,97,103,115,58,91,93,44,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,58,110,117,108,108,44,107,101,121,83,101,113,117,101,110,99,101,58,48,44,113,117,101,114,121,83,101,113,117,101,110,99,101,58,48,44,117,105,84,97,103,72,111,118,101,114,58,110,117,108,108,44,117,105,76,105,103,104,116,98,111,120,73,115,79,112,101,110,58,33,49,44,117,105,83,104,111,119,76,105,103,104,116,98,111,120,58,33,49,44,117,105,76,105,103,104,116,98,111,120,83,111,117,114,99,101,115,58,91,93,44,117,105,76,105,103,104,116,98,111,120,84,104,117,109,98,115,58,91,93,44,117,105,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,58,91,93,44,117,105,76,105,103,104,116,98,111,120,84,121,112,101,115,58,91,93,44,117,105,76,105,103,104,116,98,111,120,75,101,121,58,48,44,117,105,76,105,103,104,116,98,111,120,83,108,105,100,101,58,48,44,117,105,82,101,97,99,104,101,100,83,99,114,111,108,108,69,110,100,58,33,49,44,117,105,77,105,109,101,77,97,112,58,91,93,125,44,109,117,116,97,116,105,111,110,115,58,123,115,101,116,85,105,82,101,97,99,104,101,100,83,99,114,111,108,108,69,110,100,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,82,101,97,99,104,101,100,83,99,114,111,108,108,69,110,100,61,101,125,44,115,101,116,84,97,103,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,116,97,103,115,61,101,125,44,115,101,116,80,97,116,104,84,101,120,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,112,97,116,104,84,101,120,116,61,101,125,44,115,101,116,83,105,122,101,77,105,110,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,105,122,101,77,105,110,61,101,125,44,115,101,116,83,105,122,101,77,97,120,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,105,122,101,77,97,120,61,101,125,44,115,101,116,83,105,115,116,50,73,110,102,111,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,105,115,116,50,73,110,102,111,61,101,125,44,115,101,116,83,101,101,100,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,101,101,100,61,101,125,44,115,101,116,79,112,116,76,97,110,103,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,76,97,110,103,61,101,125,44,115,101,116,83,111,114,116,77,111,100,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,111,114,116,77,111,100,101,61,101,125,44,115,101,116,73,110,100,105,99,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,105,110,100,105,99,101,115,61,101,44,116,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,46,108,101,110,103,116,104,62,48,63,116,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,61,101,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,105,100,46,115,116,97,114,116,115,87,105,116,104,40,116,41,125,41,41,125,41,41,58,116,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,61,101,125,44,115,101,116,68,97,116,101,77,105,110,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,100,97,116,101,77,105,110,61,101,125,44,115,101,116,68,97,116,101,77,97,120,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,100,97,116,101,77,97,120,61,101,125,44,115,101,116,68,97,116,101,66,111,117,110,100,115,77,105,110,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,100,97,116,101,66,111,117,110,100,115,77,105,110,61,101,125,44,115,101,116,68,97,116,101,66,111,117,110,100,115,77,97,120,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,100,97,116,101,66,111,117,110,100,115,77,97,120,61,101,125,44,115,101,116,83,101,97,114,99,104,84,101,120,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,101,97,114,99,104,84,101,120,116,61,101,125,44,115,101,116,70,117,122,122,121,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,102,117,122,122,121,61,101,125,44,115,101,116,76,97,115,116,81,117,101,114,121,82,101,115,117,108,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,61,101,125,44,95,115,101,116,79,110,76,111,97,100,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,61,101,125,44,95,115,101,116,79,110,76,111,97,100,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,61,101,125,44,95,115,101,116,79,110,76,111,97,100,83,101,108,101,99,116,101,100,84,97,103,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,84,97,103,115,61,101,125,44,115,101,116,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,61,101,125,44,115,101,116,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,61,101,125,44,115,101,116,83,101,108,101,99,116,101,100,84,97,103,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,101,100,84,97,103,115,61,101,125,44,115,101,116,85,105,84,97,103,72,111,118,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,84,97,103,72,111,118,101,114,61,101,125,44,115,101,116,85,105,76,105,103,104,116,98,111,120,73,115,79,112,101,110,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,73,115,79,112,101,110,61,101,125,44,95,115,101,116,85,105,83,104,111,119,76,105,103,104,116,98,111,120,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,83,104,111,119,76,105,103,104,116,98,111,120,61,101,125,44,115,101,116,85,105,76,105,103,104,116,98,111,120,75,101,121,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,75,101,121,61,101,125,44,95,115,101,116,75,101,121,83,101,113,117,101,110,99,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,107,101,121,83,101,113,117,101,110,99,101,61,101,125,44,95,115,101,116,81,117,101,114,121,83,101,113,117,101,110,99,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,113,117,101,114,121,83,101,113,117,101,110,99,101,61,101,125,44,97,100,100,76,105,103,104,116,98,111,120,83,111,117,114,99,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,115,111,117,114,99,101,44,114,61,101,46,116,104,117,109,98,110,97,105,108,44,105,61,101,46,99,97,112,116,105,111,110,44,111,61,101,46,116,121,112,101,59,116,46,117,105,76,105,103,104,116,98,111,120,83,111,117,114,99,101,115,46,112,117,115,104,40,110,41,44,116,46,117,105,76,105,103,104,116,98,111,120,84,104,117,109,98,115,46,112,117,115,104,40,114,41,44,116,46,117,105,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,46,112,117,115,104,40,105,41,44,116,46,117,105,76,105,103,104,116,98,111,120,84,121,112,101,115,46,112,117,115,104,40,111,41,125,44,115,101,116,85,105,76,105,103,104,116,98,111,120,83,108,105,100,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,83,108,105,100,101,61,101,125,44,115,101,116,85,105,76,105,103,104,116,98,111,120,83,111,117,114,99,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,83,111,117,114,99,101,115,61,101,125,44,115,101,116,85,105,76,105,103,104,116,98,111,120,84,104,117,109,98,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,84,104,117,109,98,115,61,101,125,44,115,101,116,85,105,76,105,103,104,116,98,111,120,84,121,112,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,84,121,112,101,115,61,101,125,44,115,101,116,85,105,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,61,101,125,44,115,101,116,79,112,116,84,104,101,109,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,104,101,109,101,61,101,125,44,115,101,116,79,112,116,68,105,115,112,108,97,121,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,68,105,115,112,108,97,121,61,101,125,44,115,101,116,79,112,116,67,111,108,117,109,110,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,67,111,108,117,109,110,115,61,101,125,44,115,101,116,79,112,116,72,105,103,104,108,105,103,104,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,72,105,103,104,108,105,103,104,116,61,101,125,44,115,101,116,79,112,116,70,117,122,122,121,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,102,117,122,122,121,61,101,125,44,115,101,116,79,112,116,83,101,97,114,99,104,73,110,80,97,116,104,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,61,101,125,44,115,101,116,79,112,116,83,117,103,103,101,115,116,80,97,116,104,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,83,117,103,103,101,115,116,80,97,116,104,61,101,125,44,115,101,116,79,112,116,70,114,97,103,109,101,110,116,83,105,122,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,70,114,97,103,109,101,110,116,83,105,122,101,61,101,125,44,115,101,116,79,112,116,81,117,101,114,121,77,111,100,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,81,117,101,114,121,77,111,100,101,61,101,125,44,115,101,116,79,112,116,82,101,115,117,108,116,83,105,122,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,105,122,101,61,101,125,44,115,101,116,79,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,61,101,125,44,115,101,116,79,112,116,84,114,101,101,109,97,112,84,121,112,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,84,121,112,101,61,101,125,44,115,101,116,79,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,61,101,125,44,115,101,116,79,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,61,101,125,44,115,101,116,79,112,116,84,114,101,101,109,97,112,83,105,122,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,83,105,122,101,61,101,125,44,115,101,116,79,112,116,84,114,101,101,109,97,112,67,111,108,111,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,61,101,125,44,115,101,116,79,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,61,101,125,44,115,101,116,85,105,77,105,109,101,77,97,112,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,77,105,109,101,77,97,112,61,101,125,44,98,117,115,85,112,100,97,116,101,87,97,108,108,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,41,123,125,44,98,117,115,85,112,100,97,116,101,84,97,103,115,58,102,117,110,99,116,105,111,110,40,41,123,125,125,44,97,99,116,105,111,110,115,58,123,108,111,97,100,70,114,111,109,65,114,103,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,99,111,109,109,105,116,59,101,46,113,117,101,114,121,46,113,38,38,110,40,34,115,101,116,83,101,97,114,99,104,84,101,120,116,34,44,101,46,113,117,101,114,121,46,113,41,44,118,111,105,100,32,48,33,61,61,101,46,113,117,101,114,121,46,102,117,122,122,121,38,38,110,40,34,115,101,116,70,117,122,122,121,34,44,33,48,41,44,101,46,113,117,101,114,121,46,105,38,38,110,40,34,95,115,101,116,79,110,76,111,97,100,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,34,44,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,46,113,117,101,114,121,46,105,41,63,101,46,113,117,101,114,121,46,105,58,91,101,46,113,117,101,114,121,46,105,93,41,44,101,46,113,117,101,114,121,46,100,77,105,110,38,38,110,40,34,115,101,116,68,97,116,101,77,105,110,34,44,78,117,109,98,101,114,40,101,46,113,117,101,114,121,46,100,77,105,110,41,41,44,101,46,113,117,101,114,121,46,100,77,97,120,38,38,110,40,34,115,101,116,68,97,116,101,77,97,120,34,44,78,117,109,98,101,114,40,101,46,113,117,101,114,121,46,100,77,97,120,41,41,44,101,46,113,117,101,114,121,46,115,77,105,110,38,38,110,40,34,115,101,116,83,105,122,101,77,105,110,34,44,78,117,109,98,101,114,40,101,46,113,117,101,114,121,46,115,77,105,110,41,41,44,101,46,113,117,101,114,121,46,115,77,97,120,38,38,110,40,34,115,101,116,83,105,122,101,77,97,120,34,44,78,117,109,98,101,114,40,101,46,113,117,101,114,121,46,115,77,97,120,41,41,44,101,46,113,117,101,114,121,46,112,97,116,104,38,38,110,40,34,115,101,116,80,97,116,104,84,101,120,116,34,44,101,46,113,117,101,114,121,46,112,97,116,104,41,44,101,46,113,117,101,114,121,46,109,38,38,110,40,34,95,115,101,116,79,110,76,111,97,100,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,34,44,78,40,101,46,113,117,101,114,121,46,109,41,41,44,101,46,113,117,101,114,121,46,116,38,38,110,40,34,95,115,101,116,79,110,76,111,97,100,83,101,108,101,99,116,101,100,84,97,103,115,34,44,101,46,113,117,101,114,121,46,116,46,115,112,108,105,116,40,34,44,34,41,41,44,101,46,113,117,101,114,121,46,115,111,114,116,38,38,40,110,40,34,115,101,116,83,111,114,116,77,111,100,101,34,44,101,46,113,117,101,114,121,46,115,111,114,116,41,44,110,40,34,115,101,116,83,101,101,100,34,44,78,117,109,98,101,114,40,101,46,113,117,101,114,121,46,115,101,101,100,41,41,41,125,44,117,112,100,97,116,101,65,114,103,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,110,40,41,123,118,97,114,32,114,59,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,110,46,112,114,101,118,61,110,46,110,101,120,116,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,114,61,116,46,115,116,97,116,101,44,110,46,110,101,120,116,61,51,44,101,46,112,117,115,104,40,123,113,117,101,114,121,58,123,113,58,114,46,115,101,97,114,99,104,84,101,120,116,46,116,114,105,109,40,41,63,114,46,115,101,97,114,99,104,84,101,120,116,46,116,114,105,109,40,41,46,114,101,112,108,97,99,101,40,47,92,115,43,47,103,44,34,32,34,41,58,118,111,105,100,32,48,44,102,117,122,122,121,58,114,46,102,117,122,122,121,63,110,117,108,108,58,118,111,105,100,32,48,44,105,58,114,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,63,114,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,105,100,80,114,101,102,105,120,125,41,41,58,118,111,105,100,32,48,44,100,77,105,110,58,114,46,100,97,116,101,77,105,110,44,100,77,97,120,58,114,46,100,97,116,101,77,97,120,44,115,77,105,110,58,114,46,115,105,122,101,77,105,110,44,115,77,97,120,58,114,46,115,105,122,101,77,97,120,44,112,97,116,104,58,114,46,112,97,116,104,84,101,120,116,63,114,46,112,97,116,104,84,101,120,116,58,118,111,105,100,32,48,44,109,58,81,40,114,46,115,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,41,44,116,58,48,61,61,114,46,115,101,108,101,99,116,101,100,84,97,103,115,46,108,101,110,103,116,104,63,118,111,105,100,32,48,58,114,46,115,101,108,101,99,116,101,100,84,97,103,115,46,106,111,105,110,40,34,44,34,41,44,115,111,114,116,58,34,115,99,111,114,101,34,61,61,61,114,46,115,111,114,116,77,111,100,101,63,118,111,105,100,32,48,58,114,46,115,111,114,116,77,111,100,101,44,115,101,101,100,58,34,114,97,110,100,111,109,34,61,61,61,114,46,115,111,114,116,77,111,100,101,63,114,46,115,101,101,100,46,116,111,83,116,114,105,110,103,40,41,58,118,111,105,100,32,48,125,125,41,46,99,97,116,99,104,40,40,102,117,110,99,116,105,111,110,40,41,123,125,41,41,59,99,97,115,101,32,51,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,110,46,115,116,111,112,40,41,125,125,41,44,110,41,125,41,41,41,40,41,125,44,117,112,100,97,116,101,67,111,110,102,105,103,117,114,97,116,105,111,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,115,116,97,116,101,44,110,61,123,125,59,79,98,106,101,99,116,46,107,101,121,115,40,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,116,97,114,116,115,87,105,116,104,40,34,111,112,116,34,41,38,38,40,110,91,116,93,61,101,91,116,93,41,125,41,41,44,108,111,99,97,108,83,116,111,114,97,103,101,46,115,101,116,73,116,101,109,40,34,115,105,115,116,50,95,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,110,41,41,125,44,108,111,97,100,67,111,110,102,105,103,117,114,97,116,105,111,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,115,116,97,116,101,44,110,61,108,111,99,97,108,83,116,111,114,97,103,101,46,103,101,116,73,116,101,109,40,34,115,105,115,116,50,95,99,111,110,102,105,103,117,114,97,116,105,111,110,34,41,59,105,102,40,110,41,123,118,97,114,32,114,61,74,83,79,78,46,112,97,114,115,101,40,110,41,59,79,98,106,101,99,116,46,107,101,121,115,40,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,116,97,114,116,115,87,105,116,104,40,34,111,112,116,34,41,38,38,40,101,91,116,93,61,114,91,116,93,41,125,41,41,125,125,44,115,101,116,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,99,111,109,109,105,116,59,114,101,116,117,114,110,32,110,40,34,115,101,116,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,34,44,101,41,125,44,103,101,116,75,101,121,83,101,113,117,101,110,99,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,109,105,116,44,110,61,116,46,115,116,97,116,101,44,114,61,110,46,107,101,121,83,101,113,117,101,110,99,101,59,114,101,116,117,114,110,32,101,40,34,95,115,101,116,75,101,121,83,101,113,117,101,110,99,101,34,44,114,43,49,41,44,114,125,44,105,110,99,114,101,109,101,110,116,81,117,101,114,121,83,101,113,117,101,110,99,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,109,105,116,44,110,61,116,46,115,116,97,116,101,44,114,61,110,46,113,117,101,114,121,83,101,113,117,101,110,99,101,59,114,101,116,117,114,110,32,101,40,34,95,115,101,116,81,117,101,114,121,83,101,113,117,101,110,99,101,34,44,114,43,49,41,44,114,125,44,114,101,109,111,117,110,116,76,105,103,104,116,98,111,120,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,109,105,116,44,110,61,116,46,115,116,97,116,101,59,101,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,75,101,121,34,44,110,46,117,105,76,105,103,104,116,98,111,120,75,101,121,43,49,41,125,44,115,104,111,119,76,105,103,104,116,98,111,120,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,109,105,116,44,110,61,116,46,115,116,97,116,101,59,101,40,34,95,115,101,116,85,105,83,104,111,119,76,105,103,104,116,98,111,120,34,44,33,110,46,117,105,83,104,111,119,76,105,103,104,116,98,111,120,41,125,44,99,108,101,97,114,82,101,115,117,108,116,115,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,109,105,116,59,101,40,34,115,101,116,76,97,115,116,81,117,101,114,121,82,101,115,117,108,116,34,44,110,117,108,108,41,44,101,40,34,95,115,101,116,75,101,121,83,101,113,117,101,110,99,101,34,44,48,41,44,101,40,34,95,115,101,116,85,105,83,104,111,119,76,105,103,104,116,98,111,120,34,44,33,49,41,44,101,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,83,111,117,114,99,101,115,34,44,91,93,41,44,101,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,84,104,117,109,98,115,34,44,91,93,41,44,101,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,84,121,112,101,115,34,44,91,93,41,44,101,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,34,44,91,93,41,44,101,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,75,101,121,34,44,48,41,125,125,44,109,111,100,117,108,101,115,58,123,125,44,103,101,116,116,101,114,115,58,123,115,101,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,101,100,125,44,103,101,116,80,97,116,104,84,101,120,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,112,97,116,104,84,101,120,116,125,44,105,110,100,105,99,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,105,110,100,105,99,101,115,125,44,115,105,115,116,50,73,110,102,111,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,105,115,116,50,73,110,102,111,125,44,105,110,100,101,120,77,97,112,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,123,125,59,114,101,116,117,114,110,32,116,46,105,110,100,105,99,101,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,91,116,46,105,100,93,61,116,125,41,41,44,101,125,44,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,125,44,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,125,44,115,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,125,44,115,101,108,101,99,116,101,100,84,97,103,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,101,100,84,97,103,115,125,44,100,97,116,101,77,105,110,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,100,97,116,101,77,105,110,125,44,100,97,116,101,77,97,120,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,100,97,116,101,77,97,120,125,44,115,105,122,101,77,105,110,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,105,122,101,77,105,110,125,44,115,105,122,101,77,97,120,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,105,122,101,77,97,120,125,44,115,101,97,114,99,104,84,101,120,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,97,114,99,104,84,101,120,116,125,44,112,97,116,104,84,101,120,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,112,97,116,104,84,101,120,116,125,44,102,117,122,122,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,102,117,122,122,121,125,44,115,105,122,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,105,122,101,125,44,115,111,114,116,77,111,100,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,111,114,116,77,111,100,101,125,44,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,125,44,108,97,115,116,68,111,99,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,46,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,63,110,117,108,108,58,116,46,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,46,104,105,116,115,46,104,105,116,115,46,115,108,105,99,101,40,45,49,41,91,48,93,125,44,117,105,84,97,103,72,111,118,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,105,84,97,103,72,111,118,101,114,125,44,117,105,83,104,111,119,76,105,103,104,116,98,111,120,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,105,83,104,111,119,76,105,103,104,116,98,111,120,125,44,117,105,76,105,103,104,116,98,111,120,83,111,117,114,99,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,83,111,117,114,99,101,115,125,44,117,105,76,105,103,104,116,98,111,120,84,104,117,109,98,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,84,104,117,109,98,115,125,44,117,105,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,125,44,117,105,76,105,103,104,116,98,111,120,84,121,112,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,84,121,112,101,115,125,44,117,105,76,105,103,104,116,98,111,120,75,101,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,75,101,121,125,44,117,105,76,105,103,104,116,98,111,120,83,108,105,100,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,83,108,105,100,101,125,44,111,112,116,76,97,110,103,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,76,97,110,103,125,44,111,112,116,84,104,101,109,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,104,101,109,101,125,44,111,112,116,68,105,115,112,108,97,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,68,105,115,112,108,97,121,125,44,111,112,116,67,111,108,117,109,110,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,67,111,108,117,109,110,115,125,44,111,112,116,72,105,103,104,108,105,103,104,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,72,105,103,104,108,105,103,104,116,125,44,111,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,125,44,111,112,116,70,117,122,122,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,70,117,122,122,121,125,44,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,125,44,111,112,116,83,117,103,103,101,115,116,80,97,116,104,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,83,117,103,103,101,115,116,80,97,116,104,125,44,111,112,116,70,114,97,103,109,101,110,116,83,105,122,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,70,114,97,103,109,101,110,116,83,105,122,101,125,44,111,112,116,81,117,101,114,121,77,111,100,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,81,117,101,114,121,77,111,100,101,125,44,111,112,116,84,114,101,101,109,97,112,84,121,112,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,84,121,112,101,125,44,111,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,125,44,111,112,116,84,114,101,101,109,97,112,83,105,122,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,83,105,122,101,125,44,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,125,44,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,125,44,111,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,125,44,111,112,116,76,105,103,104,116,98,111,120,83,108,105,100,101,68,117,114,97,116,105,111,110,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,76,105,103,104,116,98,111,120,83,108,105,100,101,68,117,114,97,116,105,111,110,125,44,111,112,116,82,101,115,117,108,116,83,105,122,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,105,122,101,125,125,125,41,44,112,110,61,123,115,99,111,114,101,58,123,109,111,100,101,58,91,123,95,115,99,111,114,101,58,123,111,114,100,101,114,58,34,100,101,115,99,34,125,125,44,123,95,116,105,101,58,123,111,114,100,101,114,58,34,97,115,99,34,125,125,93,44,107,101,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,115,99,111,114,101,125,125,44,114,97,110,100,111,109,58,123,109,111,100,101,58,91,123,95,115,99,111,114,101,58,123,111,114,100,101,114,58,34,100,101,115,99,34,125,125,44,123,95,116,105,101,58,123,111,114,100,101,114,58,34,97,115,99,34,125,125,93,44,107,101,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,115,99,111,114,101,125,125,44,100,97,116,101,65,115,99,58,123,109,111,100,101,58,91,123,109,116,105,109,101,58,123,111,114,100,101,114,58,34,97,115,99,34,125,125,44,123,95,116,105,101,58,123,111,114,100,101,114,58,34,97,115,99,34,125,125,93,44,107,101,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,115,111,117,114,99,101,46,109,116,105,109,101,125,125,44,100,97,116,101,68,101,115,99,58,123,109,111,100,101,58,91,123,109,116,105,109,101,58,123,111,114,100,101,114,58,34,100,101,115,99,34,125,125,44,123,95,116,105,101,58,123,111,114,100,101,114,58,34,97,115,99,34,125,125,93,44,107,101,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,115,111,117,114,99,101,46,109,116,105,109,101,125,125,44,115,105,122,101,65,115,99,58,123,109,111,100,101,58,91,123,115,105,122,101,58,123,111,114,100,101,114,58,34,97,115,99,34,125,125,44,123,95,116,105,101,58,123,111,114,100,101,114,58,34,97,115,99,34,125,125,93,44,107,101,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,115,111,117,114,99,101,46,115,105,122,101,125,125,44,115,105,122,101,68,101,115,99,58,123,109,111,100,101,58,91,123,115,105,122,101,58,123,111,114,100,101,114,58,34,100,101,115,99,34,125,125,44,123,95,116,105,101,58,123,111,114,100,101,114,58,34,97,115,99,34,125,125,93,44,107,101,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,115,111,117,114,99,101,46,115,105,122,101,125,125,125,44,104,110,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,41,123,79,98,106,101,99,116,40,87,91,34,97,34,93,41,40,116,104,105,115,44,116,41,125,114,101,116,117,114,110,32,79,98,106,101,99,116,40,75,91,34,97,34,93,41,40,116,44,91,123,107,101,121,58,34,115,101,97,114,99,104,81,117,101,114,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,100,110,46,103,101,116,116,101,114,115,44,101,61,116,46,115,101,97,114,99,104,84,101,120,116,44,110,61,116,46,112,97,116,104,84,101,120,116,44,114,61,34,34,61,61,61,101,44,105,61,116,46,115,105,122,101,77,105,110,44,111,61,116,46,115,105,122,101,77,97,120,44,97,61,116,46,100,97,116,101,77,105,110,44,115,61,116,46,100,97,116,101,77,97,120,44,99,61,116,46,102,117,122,122,121,44,117,61,116,46,115,105,122,101,44,108,61,116,46,108,97,115,116,68,111,99,44,100,61,116,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,105,100,125,41,41,44,112,61,116,46,115,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,44,104,61,116,46,115,101,108,101,99,116,101,100,84,97,103,115,44,109,61,91,123,116,101,114,109,115,58,123,105,110,100,101,120,58,100,125,125,93,59,105,38,38,111,63,109,46,112,117,115,104,40,123,114,97,110,103,101,58,123,115,105,122,101,58,123,103,116,101,58,105,44,108,116,101,58,111,125,125,125,41,58,105,63,109,46,112,117,115,104,40,123,114,97,110,103,101,58,123,115,105,122,101,58,123,103,116,101,58,105,125,125,125,41,58,111,38,38,109,46,112,117,115,104,40,123,114,97,110,103,101,58,123,115,105,122,101,58,123,108,116,101,58,111,125,125,125,41,44,97,38,38,115,63,109,46,112,117,115,104,40,123,114,97,110,103,101,58,123,109,116,105,109,101,58,123,103,116,101,58,97,44,108,116,101,58,115,125,125,125,41,58,97,63,109,46,112,117,115,104,40,123,114,97,110,103,101,58,123,109,116,105,109,101,58,123,103,116,101,58,97,125,125,125,41,58,115,38,38,109,46,112,117,115,104,40,123,114,97,110,103,101,58,123,109,116,105,109,101,58,123,108,116,101,58,115,125,125,125,41,59,118,97,114,32,102,61,91,34,110,97,109,101,94,56,34,44,34,99,111,110,116,101,110,116,94,51,34,44,34,97,108,98,117,109,94,56,34,44,34,97,114,116,105,115,116,94,56,34,44,34,116,105,116,108,101,94,56,34,44,34,103,101,110,114,101,94,50,34,44,34,97,108,98,117,109,95,97,114,116,105,115,116,94,56,34,44,34,102,111,110,116,95,110,97,109,101,94,54,34,93,59,116,46,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,38,38,102,46,112,117,115,104,40,34,112,97,116,104,46,116,101,120,116,94,53,34,41,44,99,38,38,40,102,46,112,117,115,104,40,34,99,111,110,116,101,110,116,46,110,71,114,97,109,34,41,44,116,46,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,38,38,102,46,112,117,115,104,40,34,112,97,116,104,46,110,71,114,97,109,34,41,44,102,46,112,117,115,104,40,34,110,97,109,101,46,110,71,114,97,109,94,51,34,41,41,59,118,97,114,32,103,44,118,61,110,46,114,101,112,108,97,99,101,40,47,92,47,36,47,44,34,34,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,59,34,34,33,61,61,118,38,38,109,46,112,117,115,104,40,123,116,101,114,109,58,123,112,97,116,104,58,118,125,125,41,44,112,46,108,101,110,103,116,104,62,48,38,38,109,46,112,117,115,104,40,123,116,101,114,109,115,58,123,109,105,109,101,58,112,125,125,41,44,104,46,108,101,110,103,116,104,62,48,38,38,40,116,46,111,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,63,109,46,112,117,115,104,40,123,116,101,114,109,115,58,123,116,97,103,58,104,125,125,41,58,104,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,109,46,112,117,115,104,40,123,116,101,114,109,58,123,116,97,103,58,116,125,125,41,125,41,41,41,44,103,61,34,115,105,109,112,108,101,34,61,61,61,116,46,111,112,116,81,117,101,114,121,77,111,100,101,63,123,115,105,109,112,108,101,95,113,117,101,114,121,95,115,116,114,105,110,103,58,123,113,117,101,114,121,58,101,44,102,105,101,108,100,115,58,102,44,100,101,102,97,117,108,116,95,111,112,101,114,97,116,111,114,58,34,97,110,100,34,125,125,58,123,113,117,101,114,121,95,115,116,114,105,110,103,58,123,113,117,101,114,121,58,101,44,100,101,102,97,117,108,116,95,102,105,101,108,100,58,34,110,97,109,101,34,44,100,101,102,97,117,108,116,95,111,112,101,114,97,116,111,114,58,34,97,110,100,34,125,125,59,118,97,114,32,98,61,123,95,115,111,117,114,99,101,58,123,101,120,99,108,117,100,101,115,58,91,34,99,111,110,116,101,110,116,34,44,34,95,116,105,101,34,93,125,44,113,117,101,114,121,58,123,98,111,111,108,58,123,102,105,108,116,101,114,58,109,125,125,44,115,111,114,116,58,112,110,91,116,46,115,111,114,116,77,111,100,101,93,46,109,111,100,101,44,97,103,103,115,58,123,116,111,116,97,108,95,115,105,122,101,58,123,115,117,109,58,123,102,105,101,108,100,58,34,115,105,122,101,34,125,125,44,116,111,116,97,108,95,99,111,117,110,116,58,123,118,97,108,117,101,95,99,111,117,110,116,58,123,102,105,101,108,100,58,34,115,105,122,101,34,125,125,125,44,115,105,122,101,58,117,125,59,114,101,116,117,114,110,32,114,124,124,40,98,46,113,117,101,114,121,46,98,111,111,108,46,109,117,115,116,61,103,41,44,108,38,38,40,98,46,115,101,97,114,99,104,95,97,102,116,101,114,61,91,112,110,91,116,46,115,111,114,116,77,111,100,101,93,46,107,101,121,40,108,41,44,108,91,34,95,105,100,34,93,93,41,44,116,46,111,112,116,72,105,103,104,108,105,103,104,116,38,38,40,98,46,104,105,103,104,108,105,103,104,116,61,123,112,114,101,95,116,97,103,115,58,91,34,60,109,97,114,107,62,34,93,44,112,111,115,116,95,116,97,103,115,58,91,34,60,47,109,97,114,107,62,34,93,44,102,114,97,103,109,101,110,116,95,115,105,122,101,58,116,46,111,112,116,70,114,97,103,109,101,110,116,83,105,122,101,44,110,117,109,98,101,114,95,111,102,95,102,114,97,103,109,101,110,116,115,58,49,44,111,114,100,101,114,58,34,115,99,111,114,101,34,44,102,105,101,108,100,115,58,123,99,111,110,116,101,110,116,58,123,125,44,110,97,109,101,58,123,125,44,34,110,97,109,101,46,110,71,114,97,109,34,58,123,125,44,34,99,111,110,116,101,110,116,46,110,71,114,97,109,34,58,123,125,44,102,111,110,116,95,110,97,109,101,58,123,125,125,125,44,116,46,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,38,38,40,98,46,104,105,103,104,108,105,103,104,116,46,102,105,101,108,100,115,91,34,112,97,116,104,46,116,101,120,116,34,93,61,123,125,44,98,46,104,105,103,104,108,105,103,104,116,46,102,105,101,108,100,115,91,34,112,97,116,104,46,110,71,114,97,109,34,93,61,123,125,41,41,44,34,114,97,110,100,111,109,34,61,61,61,116,46,115,111,114,116,77,111,100,101,38,38,40,98,46,113,117,101,114,121,61,123,102,117,110,99,116,105,111,110,95,115,99,111,114,101,58,123,113,117,101,114,121,58,123,98,111,111,108,58,123,109,117,115,116,58,109,125,125,44,102,117,110,99,116,105,111,110,115,58,91,123,114,97,110,100,111,109,95,115,99,111,114,101,58,123,115,101,101,100,58,116,46,115,101,101,100,44,102,105,101,108,100,58,34,95,115,101,113,95,110,111,34,125,44,119,101,105,103,104,116,58,49,101,51,125,93,44,98,111,111,115,116,95,109,111,100,101,58,34,115,117,109,34,125,125,44,114,124,124,98,46,113,117,101,114,121,46,102,117,110,99,116,105,111,110,95,115,99,111,114,101,46,113,117,101,114,121,46,98,111,111,108,46,109,117,115,116,46,112,117,115,104,40,103,41,41,44,98,125,125,93,41,44,116,125,40,41,44,109,110,61,110,101,119,32,104,110,44,102,110,61,110,40,34,98,48,52,55,34,41,44,103,110,61,110,46,110,40,102,110,41,44,118,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,71,114,105,100,76,97,121,111,117,116,34,44,123,114,101,102,58,34,103,114,105,100,45,108,97,121,111,117,116,34,44,97,116,116,114,115,58,123,111,112,116,105,111,110,115,58,116,46,103,114,105,100,79,112,116,105,111,110,115,125,44,111,110,58,123,97,112,112,101,110,100,58,116,46,97,112,112,101,110,100,44,34,108,97,121,111,117,116,45,99,111,109,112,108,101,116,101,34,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,36,101,109,105,116,40,34,108,97,121,111,117,116,45,99,111,109,112,108,101,116,101,34,41,125,125,125,44,116,46,95,108,40,116,46,100,111,99,115,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,110,40,34,68,111,99,67,97,114,100,34,44,123,107,101,121,58,101,46,95,105,100,44,97,116,116,114,115,58,123,100,111,99,58,101,44,119,105,100,116,104,58,116,46,119,105,100,116,104,125,125,41,125,41,41,44,49,41,125,44,98,110,61,91,93,44,120,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,111,99,45,99,97,114,100,34,44,99,108,97,115,115,58,123,34,115,117,98,45,100,111,99,117,109,101,110,116,34,58,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,83,117,98,68,111,99,117,109,101,110,116,125,44,115,116,121,108,101,58,34,119,105,100,116,104,58,32,34,43,116,46,119,105,100,116,104,43,34,112,120,34,125,44,91,110,40,34,98,45,99,97,114,100,34,44,123,97,116,116,114,115,58,123,34,110,111,45,98,111,100,121,34,58,34,34,44,34,105,109,103,45,116,111,112,34,58,34,34,125,125,44,91,110,40,34,68,111,99,73,110,102,111,77,111,100,97,108,34,44,123,97,116,116,114,115,58,123,115,104,111,119,58,116,46,115,104,111,119,73,110,102,111,44,100,111,99,58,116,46,100,111,99,125,44,111,110,58,123,99,108,111,115,101,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,104,111,119,73,110,102,111,61,33,49,125,125,125,41,44,110,40,34,67,111,110,116,101,110,116,68,105,118,34,44,123,97,116,116,114,115,58,123,100,111,99,58,116,46,100,111,99,125,125,41,44,116,46,100,111,99,46,95,112,114,111,112,115,46,104,97,115,84,104,117,109,98,110,97,105,108,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,105,109,103,45,119,114,97,112,112,101,114,34,44,111,110,58,123,109,111,117,115,101,101,110,116,101,114,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,84,110,69,110,116,101,114,40,41,125,44,109,111,117,115,101,108,101,97,118,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,84,110,76,101,97,118,101,40,41,125,125,125,44,91,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,65,117,100,105,111,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,100,45,105,109,103,45,111,118,101,114,108,97,121,34,44,99,108,97,115,115,58,123,34,115,109,97,108,108,45,98,97,100,103,101,34,58,116,46,115,109,97,108,108,66,97,100,103,101,125,125,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,97,100,103,101,32,98,97,100,103,101,45,114,101,115,111,108,117,116,105,111,110,34,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,104,117,109,97,110,84,105,109,101,40,116,46,100,111,99,46,95,115,111,117,114,99,101,46,100,117,114,97,116,105,111,110,41,41,41,93,41,93,41,58,116,46,95,101,40,41,44,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,73,109,97,103,101,38,38,33,116,46,104,111,118,101,114,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,100,45,105,109,103,45,111,118,101,114,108,97,121,34,44,99,108,97,115,115,58,123,34,115,109,97,108,108,45,98,97,100,103,101,34,58,116,46,115,109,97,108,108,66,97,100,103,101,125,125,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,97,100,103,101,32,98,97,100,103,101,45,114,101,115,111,108,117,116,105,111,110,34,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,100,111,99,46,95,115,111,117,114,99,101,46,119,105,100,116,104,43,34,120,34,43,116,46,100,111,99,46,95,115,111,117,114,99,101,46,104,101,105,103,104,116,41,41,93,41,93,41,58,116,46,95,101,40,41,44,40,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,86,105,100,101,111,124,124,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,71,105,102,41,38,38,116,46,100,111,99,46,95,115,111,117,114,99,101,46,100,117,114,97,116,105,111,110,62,48,38,38,33,116,46,104,111,118,101,114,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,100,45,105,109,103,45,111,118,101,114,108,97,121,34,44,99,108,97,115,115,58,123,34,115,109,97,108,108,45,98,97,100,103,101,34,58,116,46,115,109,97,108,108,66,97,100,103,101,125,125,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,97,100,103,101,32,98,97,100,103,101,45,114,101,115,111,108,117,116,105,111,110,34,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,104,117,109,97,110,84,105,109,101,40,116,46,100,111,99,46,95,115,111,117,114,99,101,46,100,117,114,97,116,105,111,110,41,41,41,93,41,93,41,58,116,46,95,101,40,41,44,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,86,105,100,101,111,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,108,97,121,34,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,118,105,101,119,66,111,120,58,34,48,32,48,32,52,57,52,46,57,52,50,32,52,57,52,46,57,52,50,34,44,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,100,58,34,109,51,53,46,51,53,51,32,48,32,52,50,52,46,50,51,54,32,50,52,55,46,52,55,49,45,52,50,52,46,50,51,54,32,50,52,55,46,52,55,49,122,34,125,125,41,93,41,93,41,58,116,46,95,101,40,41,44,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,73,109,97,103,101,124,124,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,86,105,100,101,111,63,110,40,34,105,109,103,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,111,105,110,116,101,114,32,102,105,116,32,99,97,114,100,45,105,109,103,45,116,111,112,34,44,97,116,116,114,115,58,123,115,114,99,58,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,71,105,102,38,38,116,46,104,111,118,101,114,63,34,102,47,34,43,116,46,100,111,99,46,95,105,100,58,34,116,47,34,43,116,46,100,111,99,46,95,115,111,117,114,99,101,46,105,110,100,101,120,43,34,47,34,43,116,46,100,111,99,46,95,105,100,44,97,108,116,58,34,34,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,84,104,117,109,98,110,97,105,108,67,108,105,99,107,40,41,125,125,125,41,58,110,40,34,105,109,103,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,105,116,32,99,97,114,100,45,105,109,103,45,116,111,112,34,44,97,116,116,114,115,58,123,115,114,99,58,34,116,47,34,43,116,46,100,111,99,46,95,115,111,117,114,99,101,46,105,110,100,101,120,43,34,47,34,43,116,46,100,111,99,46,95,105,100,44,97,108,116,58,34,34,125,125,41,93,41,58,116,46,95,101,40,41,44,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,65,117,100,105,111,63,110,40,34,97,117,100,105,111,34,44,123,114,101,102,58,34,97,117,100,105,111,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,97,117,100,105,111,45,102,105,116,32,102,105,116,34,44,97,116,116,114,115,58,123,112,114,101,108,111,97,100,58,34,110,111,110,101,34,44,99,111,110,116,114,111,108,115,58,34,34,44,116,121,112,101,58,116,46,100,111,99,46,95,115,111,117,114,99,101,46,109,105,109,101,44,115,114,99,58,34,102,47,34,43,116,46,100,111,99,46,95,105,100,125,44,111,110,58,123,112,108,97,121,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,65,117,100,105,111,80,108,97,121,40,41,125,125,125,41,58,116,46,95,101,40,41,44,110,40,34,98,45,99,97,114,100,45,98,111,100,121,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,97,100,100,105,110,103,45,48,51,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,100,105,115,112,108,97,121,58,34,102,108,101,120,34,125,125,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,105,110,102,111,45,105,99,111,110,34,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,73,110,102,111,67,108,105,99,107,40,41,125,125,125,41,44,110,40,34,68,111,99,70,105,108,101,84,105,116,108,101,34,44,123,97,116,116,114,115,58,123,100,111,99,58,116,46,100,111,99,125,125,41,93,44,49,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,100,45,116,101,120,116,34,125,44,91,110,40,34,84,97,103,67,111,110,116,97,105,110,101,114,34,44,123,97,116,116,114,115,58,123,104,105,116,58,116,46,100,111,99,125,125,41,93,44,49,41,93,41,93,44,49,41,93,44,49,41,125,44,121,110,61,91,93,44,95,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,111,110,58,123,109,111,117,115,101,101,110,116,101,114,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,104,111,119,65,100,100,66,117,116,116,111,110,61,33,48,125,44,109,111,117,115,101,108,101,97,118,101,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,104,111,119,65,100,100,66,117,116,116,111,110,61,33,49,125,125,125,44,91,110,40,34,98,45,109,111,100,97,108,34,44,123,97,116,116,114,115,58,123,116,105,116,108,101,58,116,46,36,116,40,34,115,97,118,101,84,97,103,77,111,100,97,108,84,105,116,108,101,34,41,44,34,104,105,100,101,45,102,111,111,116,101,114,34,58,34,34,44,34,110,111,45,102,97,100,101,34,58,34,34,44,99,101,110,116,101,114,101,100,58,34,34,44,115,105,122,101,58,34,108,103,34,44,115,116,97,116,105,99,58,34,34,44,108,97,122,121,58,34,34,125,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,115,104,111,119,77,111,100,97,108,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,104,111,119,77,111,100,97,108,61,101,125,44,101,120,112,114,101,115,115,105,111,110,58,34,115,104,111,119,77,111,100,97,108,34,125,125,44,91,110,40,34,98,45,114,111,119,34,44,91,110,40,34,98,45,99,111,108,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,34,102,108,101,120,45,103,114,111,119,34,58,34,50,34,125,44,97,116,116,114,115,58,123,115,109,58,34,34,125,125,44,91,110,40,34,86,117,101,83,105,109,112,108,101,83,117,103,103,101,115,116,34,44,123,114,101,102,58,34,115,117,103,103,101,115,116,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,102,111,114,109,45,99,111,110,116,114,111,108,45,102,105,120,45,102,108,101,120,34,44,115,116,97,116,105,99,83,116,121,108,101,58,123,34,109,97,114,103,105,110,45,116,111,112,34,58,34,49,55,112,120,34,125,44,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,116,97,103,84,101,120,116,44,108,105,115,116,58,116,46,115,117,103,103,101,115,116,84,97,103,44,34,109,97,120,45,115,117,103,103,101,115,116,105,111,110,115,34,58,48,44,112,108,97,99,101,104,111,108,100,101,114,58,116,46,36,116,40,34,115,97,118,101,84,97,103,80,108,97,99,101,104,111,108,100,101,114,34,41,125,44,111,110,58,123,115,101,108,101,99,116,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,101,116,84,97,103,84,101,120,116,40,101,41,125,44,105,110,112,117,116,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,101,116,84,97,103,84,101,120,116,40,101,41,125,125,44,115,99,111,112,101,100,83,108,111,116,115,58,116,46,95,117,40,91,123,107,101,121,58,34,115,117,103,103,101,115,116,105,111,110,45,105,116,101,109,34,44,102,110,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,101,46,115,117,103,103,101,115,116,105,111,110,44,105,61,101,46,113,117,101,114,121,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,115,117,103,103,101,115,116,105,111,110,45,108,105,110,101,34,125,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,97,100,103,101,32,98,97,100,103,101,45,115,117,103,103,101,115,116,105,111,110,34,44,115,116,121,108,101,58,123,98,97,99,107,103,114,111,117,110,100,58,116,46,103,101,116,66,103,40,114,41,44,99,111,108,111,114,58,116,46,103,101,116,70,103,40,114,41,125,125,44,91,110,40,34,115,116,114,111,110,103,34,44,91,116,46,95,118,40,116,46,95,115,40,105,41,41,93,41,44,116,46,95,118,40,116,46,95,115,40,116,46,103,101,116,83,117,103,103,101,115,116,105,111,110,87,105,116,104,111,117,116,81,117,101,114,121,80,114,101,102,105,120,40,114,44,105,41,41,43,34,32,34,41,93,41,93,41,93,41,125,125,93,41,125,41,93,44,49,41,44,110,40,34,98,45,99,111,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,52,34,125,44,91,110,40,34,84,119,105,116,116,101,114,67,111,108,111,114,80,105,99,107,101,114,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,114,45,97,117,116,111,32,109,108,45,97,117,116,111,34,44,97,116,116,114,115,58,123,116,114,105,97,110,103,108,101,58,34,104,105,100,101,34,44,119,105,100,116,104,58,50,53,50,125,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,99,111,108,111,114,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,99,111,108,111,114,61,101,125,44,101,120,112,114,101,115,115,105,111,110,58,34,99,111,108,111,114,34,125,125,41,93,44,49,41,93,44,49,41,44,110,40,34,98,45,98,117,116,116,111,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,50,34,44,115,116,97,116,105,99,83,116,121,108,101,58,123,102,108,111,97,116,58,34,114,105,103,104,116,34,125,44,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,112,114,105,109,97,114,121,34,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,97,118,101,84,97,103,40,41,125,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,99,111,110,102,105,114,109,34,41,41,43,34,32,34,41,93,41,93,44,49,41,44,116,46,95,108,40,116,46,104,105,116,46,95,116,97,103,115,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,91,101,46,117,115,101,114,84,97,103,63,110,40,34,100,105,118,34,44,123,107,101,121,58,101,46,114,97,119,84,101,120,116,44,115,116,97,116,105,99,83,116,121,108,101,58,123,100,105,115,112,108,97,121,58,34,105,110,108,105,110,101,45,98,108,111,99,107,34,125,125,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,97,100,103,101,32,112,111,105,110,116,101,114,34,44,99,108,97,115,115,58,116,46,98,97,100,103,101,67,108,97,115,115,40,101,41,44,115,116,121,108,101,58,116,46,98,97,100,103,101,83,116,121,108,101,40,101,41,44,97,116,116,114,115,58,123,105,100,58,116,46,104,105,116,46,95,105,100,43,101,46,114,97,119,84,101,120,116,44,116,105,116,108,101,58,101,46,116,101,120,116,44,116,97,98,105,110,100,101,120,58,34,45,49,34,125,44,111,110,58,123,99,111,110,116,101,120,116,109,101,110,117,58,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,111,110,84,97,103,82,105,103,104,116,67,108,105,99,107,40,101,44,110,41,125,125,125,44,91,116,46,95,118,40,116,46,95,115,40,101,46,116,101,120,116,46,115,112,108,105,116,40,34,46,34,41,46,112,111,112,40,41,41,41,93,41,44,110,40,34,98,45,112,111,112,111,118,101,114,34,44,123,97,116,116,114,115,58,123,116,97,114,103,101,116,58,116,46,104,105,116,46,95,105,100,43,101,46,114,97,119,84,101,120,116,44,116,114,105,103,103,101,114,115,58,34,102,111,99,117,115,32,98,108,117,114,34,44,112,108,97,99,101,109,101,110,116,58,34,116,111,112,34,125,125,44,91,110,40,34,98,45,98,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,100,97,110,103,101,114,34,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,111,110,84,97,103,68,101,108,101,116,101,67,108,105,99,107,40,101,44,110,41,125,125,125,44,91,116,46,95,118,40,34,68,101,108,101,116,101,34,41,93,41,93,44,49,41,93,44,49,41,58,110,40,34,115,112,97,110,34,44,123,107,101,121,58,101,46,116,101,120,116,44,115,116,97,116,105,99,67,108,97,115,115,58,34,98,97,100,103,101,34,44,99,108,97,115,115,58,116,46,98,97,100,103,101,67,108,97,115,115,40,101,41,44,115,116,121,108,101,58,116,46,98,97,100,103,101,83,116,121,108,101,40,101,41,125,44,91,116,46,95,118,40,116,46,95,115,40,101,46,116,101,120,116,46,115,112,108,105,116,40,34,46,34,41,46,112,111,112,40,41,41,41,93,41,93,125,41,41,44,116,46,115,104,111,119,65,100,100,66,117,116,116,111,110,63,110,40,34,115,109,97,108,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,97,100,103,101,32,97,100,100,45,116,97,103,45,98,117,116,116,111,110,34,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,116,97,103,65,100,100,40,41,125,125,125,44,91,116,46,95,118,40,34,65,100,100,34,41,93,41,58,110,40,34,115,109,97,108,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,116,101,120,116,45,109,117,116,101,100,32,98,97,100,103,101,45,115,105,122,101,34,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,104,117,109,97,110,70,105,108,101,83,105,122,101,40,116,46,104,105,116,46,95,115,111,117,114,99,101,46,115,105,122,101,41,41,41,93,41,93,44,50,41,125,44,84,110,61,91,93,44,83,110,61,40,110,40,34,50,53,51,50,34,41,44,110,40,34,55,100,98,48,34,41,44,110,40,34,99,51,52,53,34,41,41,44,119,110,61,110,40,34,53,49,49,49,34,41,44,122,110,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,99,111,109,112,111,110,101,110,116,115,58,123,84,119,105,116,116,101,114,67,111,108,111,114,80,105,99,107,101,114,58,83,110,91,34,84,119,105,116,116,101,114,34,93,44,86,117,101,83,105,109,112,108,101,83,117,103,103,101,115,116,58,119,110,91,34,97,34,93,125,44,112,114,111,112,115,58,91,34,104,105,116,34,93,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,115,104,111,119,65,100,100,66,117,116,116,111,110,58,33,49,44,115,104,111,119,77,111,100,97,108,58,33,49,44,116,97,103,84,101,120,116,58,110,117,108,108,44,99,111,108,111,114,58,123,104,101,120,58,34,35,101,48,101,48,101,48,34,125,125,125,44,99,111,109,112,117,116,101,100,58,123,116,97,103,72,111,118,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,117,105,84,97,103,72,111,118,101,114,34,93,125,125,44,109,101,116,104,111,100,115,58,123,104,117,109,97,110,70,105,108,101,83,105,122,101,58,72,44,103,101,116,83,117,103,103,101,115,116,105,111,110,87,105,116,104,111,117,116,81,117,101,114,121,80,114,101,102,105,120,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,105,100,46,115,108,105,99,101,40,101,46,108,101,110,103,116,104,44,45,56,41,125,44,103,101,116,66,103,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,105,100,46,115,108,105,99,101,40,45,55,41,125,44,103,101,116,70,103,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,85,40,116,46,105,100,46,115,108,105,99,101,40,45,55,41,41,62,53,48,63,34,35,48,48,48,34,58,34,35,102,102,102,34,125,44,115,101,116,84,97,103,84,101,120,116,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,114,101,102,115,46,115,117,103,103,101,115,116,46,99,108,101,97,114,83,117,103,103,101,115,116,105,111,110,115,40,41,44,34,115,116,114,105,110,103,34,33,61,61,116,121,112,101,111,102,32,116,63,40,116,104,105,115,46,99,111,108,111,114,61,123,104,101,120,58,34,35,34,43,116,46,105,100,46,115,112,108,105,116,40,34,35,34,41,91,49,93,125,44,116,104,105,115,46,116,97,103,84,101,120,116,61,116,41,58,116,104,105,115,46,116,97,103,84,101,120,116,61,123,105,100,58,116,44,116,105,116,108,101,58,116,125,125,44,98,97,100,103,101,67,108,97,115,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,98,97,100,103,101,45,34,46,99,111,110,99,97,116,40,116,46,115,116,121,108,101,41,125,44,98,97,100,103,101,83,116,121,108,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,98,97,99,107,103,114,111,117,110,100,58,116,46,98,103,44,99,111,108,111,114,58,116,46,102,103,125,125,44,111,110,84,97,103,72,111,118,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,117,115,101,114,84,97,103,38,38,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,84,97,103,72,111,118,101,114,34,44,116,41,125,44,111,110,84,97,103,76,101,97,118,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,84,97,103,72,111,118,101,114,34,44,110,117,108,108,41,125,44,111,110,84,97,103,68,101,108,101,116,101,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,116,104,105,115,46,104,105,116,46,95,116,97,103,115,61,116,104,105,115,46,104,105,116,46,95,116,97,103,115,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,33,61,61,116,125,41,41,44,110,116,46,100,101,108,101,116,101,84,97,103,40,116,46,114,97,119,84,101,120,116,44,116,104,105,115,46,104,105,116,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,110,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,98,117,115,85,112,100,97,116,101,87,97,108,108,73,116,101,109,115,34,41,44,110,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,98,117,115,85,112,100,97,116,101,84,97,103,115,34,41,125,41,41,125,44,116,97,103,65,100,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,104,111,119,77,111,100,97,108,61,33,48,125,44,115,97,118,101,84,97,103,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,105,102,40,116,104,105,115,46,116,97,103,84,101,120,116,46,105,100,46,105,110,99,108,117,100,101,115,40,34,35,34,41,41,116,104,105,115,46,36,98,118,84,111,97,115,116,46,116,111,97,115,116,40,116,104,105,115,46,36,116,40,34,116,111,97,115,116,46,105,110,118,97,108,105,100,84,97,103,34,41,44,123,116,105,116,108,101,58,116,104,105,115,46,36,116,40,34,116,111,97,115,116,46,105,110,118,97,108,105,100,84,97,103,84,105,116,108,101,34,41,44,110,111,65,117,116,111,72,105,100,101,58,33,48,44,116,111,97,115,116,101,114,58,34,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,34,44,104,101,97,100,101,114,67,108,97,115,115,58,34,116,111,97,115,116,45,104,101,97,100,101,114,45,101,114,114,111,114,34,44,98,111,100,121,67,108,97,115,115,58,34,116,111,97,115,116,45,98,111,100,121,45,101,114,114,111,114,34,125,41,59,101,108,115,101,123,118,97,114,32,101,61,116,104,105,115,46,116,97,103,84,101,120,116,46,105,100,43,116,104,105,115,46,99,111,108,111,114,46,104,101,120,46,114,101,112,108,97,99,101,40,34,35,34,44,34,46,35,34,41,44,110,61,116,104,105,115,46,104,105,116,46,95,116,97,103,115,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,115,101,114,84,97,103,125,41,41,59,110,117,108,108,61,61,110,46,102,105,110,100,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,114,97,119,84,101,120,116,61,61,61,101,125,41,41,63,40,116,104,105,115,46,104,105,116,46,95,116,97,103,115,46,112,117,115,104,40,110,116,46,99,114,101,97,116,101,85,115,101,114,84,97,103,40,101,41,41,44,110,116,46,115,97,118,101,84,97,103,40,101,44,116,104,105,115,46,104,105,116,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,116,97,103,84,101,120,116,61,110,117,108,108,44,116,46,115,104,111,119,77,111,100,97,108,61,33,49,44,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,98,117,115,85,112,100,97,116,101,87,97,108,108,73,116,101,109,115,34,41,44,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,98,117,115,85,112,100,97,116,101,84,97,103,115,34,41,125,41,41,41,58,116,104,105,115,46,36,98,118,84,111,97,115,116,46,116,111,97,115,116,40,116,104,105,115,46,36,116,40,34,116,111,97,115,116,46,100,117,112,101,84,97,103,34,41,44,123,116,105,116,108,101,58,116,104,105,115,46,36,116,40,34,116,111,97,115,116,46,100,117,112,101,84,97,103,84,105,116,108,101,34,41,44,110,111,65,117,116,111,72,105,100,101,58,33,48,44,116,111,97,115,116,101,114,58,34,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,34,44,104,101,97,100,101,114,67,108,97,115,115,58,34,116,111,97,115,116,45,104,101,97,100,101,114,45,101,114,114,111,114,34,44,98,111,100,121,67,108,97,115,115,58,34,116,111,97,115,116,45,98,111,100,121,45,101,114,114,111,114,34,125,41,125,125,44,115,117,103,103,101,115,116,84,97,103,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,110,40,41,123,118,97,114,32,114,44,105,44,111,59,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,110,46,112,114,101,118,61,110,46,110,101,120,116,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,116,61,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,110,46,110,101,120,116,61,51,44,101,46,103,101,116,84,97,103,67,104,111,105,99,101,115,40,116,41,59,99,97,115,101,32,51,58,102,111,114,40,114,61,110,46,115,101,110,116,44,105,61,91,93,44,111,61,48,59,111,60,114,46,108,101,110,103,116,104,59,111,43,43,41,126,114,91,111,93,46,116,111,76,111,119,101,114,67,97,115,101,40,41,46,105,110,100,101,120,79,102,40,116,41,38,38,105,46,112,117,115,104,40,114,91,111,93,41,59,114,101,116,117,114,110,32,110,46,97,98,114,117,112,116,40,34,114,101,116,117,114,110,34,44,105,46,115,111,114,116,40,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,116,105,116,108,101,58,116,46,115,112,108,105,116,40,34,46,34,41,46,115,108,105,99,101,40,48,44,45,49,41,46,106,111,105,110,40,34,46,34,41,44,105,100,58,116,125,125,41,41,41,59,99,97,115,101,32,55,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,110,46,115,116,111,112,40,41,125,125,41,44,110,41,125,41,41,41,40,41,125,44,103,101,116,84,97,103,67,104,111,105,99,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,110,116,46,101,115,81,117,101,114,121,40,123,115,117,103,103,101,115,116,58,123,116,97,103,58,123,112,114,101,102,105,120,58,116,44,99,111,109,112,108,101,116,105,111,110,58,123,102,105,101,108,100,58,34,115,117,103,103,101,115,116,45,116,97,103,34,44,115,107,105,112,95,100,117,112,108,105,99,97,116,101,115,58,33,48,44,115,105,122,101,58,49,101,52,125,125,125,125,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,91,93,59,116,91,34,115,117,103,103,101,115,116,34,93,91,34,116,97,103,34,93,91,48,93,91,34,111,112,116,105,111,110,115,34,93,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,91,34,95,115,111,117,114,99,101,34,93,91,34,116,97,103,34,93,125,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,115,108,105,99,101,40,48,44,45,56,41,59,110,46,102,105,110,100,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,108,105,99,101,40,48,44,45,56,41,61,61,61,101,125,41,41,124,124,110,46,112,117,115,104,40,116,41,125,41,41,125,41,41,44,101,40,110,41,125,41,41,125,41,41,125,125,125,41,44,36,110,61,122,110,44,67,110,61,40,110,40,34,53,50,97,98,34,41,44,110,40,34,99,52,102,102,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,36,110,44,95,110,44,84,110,44,33,49,44,110,117,108,108,44,34,97,99,102,51,56,101,56,99,34,44,110,117,108,108,41,41,44,79,110,61,67,110,46,101,120,112,111,114,116,115,44,107,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,97,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,105,108,101,45,116,105,116,108,101,45,97,110,99,104,111,114,34,44,97,116,116,114,115,58,123,104,114,101,102,58,34,102,47,34,43,116,46,100,111,99,46,95,105,100,44,116,97,114,103,101,116,58,34,95,98,108,97,110,107,34,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,105,108,101,45,116,105,116,108,101,34,44,97,116,116,114,115,58,123,116,105,116,108,101,58,116,46,100,111,99,46,95,115,111,117,114,99,101,46,112,97,116,104,43,34,47,34,43,116,46,100,111,99,46,95,115,111,117,114,99,101,46,110,97,109,101,43,116,46,101,120,116,40,116,46,100,111,99,41,125,44,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,102,105,108,101,78,97,109,101,40,41,43,116,46,101,120,116,40,116,46,100,111,99,41,41,125,125,41,93,41,125,44,77,110,61,91,93,44,76,110,61,123,110,97,109,101,58,34,68,111,99,70,105,108,101,84,105,116,108,101,34,44,112,114,111,112,115,58,91,34,100,111,99,34,93,44,109,101,116,104,111,100,115,58,123,101,120,116,58,106,44,102,105,108,101,78,97,109,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,91,34,110,97,109,101,46,110,71,114,97,109,34,93,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,91,34,110,97,109,101,46,110,71,114,97,109,34,93,58,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,46,110,97,109,101,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,46,110,97,109,101,58,116,104,105,115,46,100,111,99,46,95,115,111,117,114,99,101,46,110,97,109,101,58,116,104,105,115,46,100,111,99,46,95,115,111,117,114,99,101,46,110,97,109,101,125,125,125,44,73,110,61,76,110,44,68,110,61,40,110,40,34,97,99,49,54,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,73,110,44,107,110,44,77,110,44,33,49,44,110,117,108,108,44,34,55,56,54,97,100,97,98,50,34,44,110,117,108,108,41,41,44,80,110,61,68,110,46,101,120,112,111,114,116,115,44,106,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,109,111,100,97,108,34,44,123,97,116,116,114,115,58,123,118,105,115,105,98,108,101,58,116,46,115,104,111,119,44,115,105,122,101,58,34,108,103,34,44,34,104,105,100,101,45,102,111,111,116,101,114,34,58,33,48,44,115,116,97,116,105,99,58,34,34,44,108,97,122,121,58,34,34,125,44,111,110,58,123,99,108,111,115,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,36,101,109,105,116,40,34,99,108,111,115,101,34,41,125,44,104,105,100,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,36,101,109,105,116,40,34,99,108,111,115,101,34,41,125,125,44,115,99,111,112,101,100,83,108,111,116,115,58,116,46,95,117,40,91,123,107,101,121,58,34,109,111,100,97,108,45,116,105,116,108,101,34,44,102,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,110,40,34,104,53,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,111,100,97,108,45,116,105,116,108,101,34,44,97,116,116,114,115,58,123,116,105,116,108,101,58,116,46,100,111,99,46,95,115,111,117,114,99,101,46,110,97,109,101,43,116,46,101,120,116,40,116,46,100,111,99,41,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,100,111,99,46,95,115,111,117,114,99,101,46,110,97,109,101,43,116,46,101,120,116,40,116,46,100,111,99,41,41,41,93,41,93,125,44,112,114,111,120,121,58,33,48,125,93,41,125,44,91,110,40,34,105,109,103,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,105,116,32,99,97,114,100,45,105,109,103,45,116,111,112,34,44,97,116,116,114,115,58,123,115,114,99,58,34,116,47,34,43,116,46,100,111,99,46,95,115,111,117,114,99,101,46,105,110,100,101,120,43,34,47,34,43,116,46,100,111,99,46,95,105,100,44,97,108,116,58,34,34,125,125,41,44,110,40,34,73,110,102,111,84,97,98,108,101,34,44,123,97,116,116,114,115,58,123,100,111,99,58,116,46,100,111,99,125,125,41,44,110,40,34,76,97,122,121,67,111,110,116,101,110,116,68,105,118,34,44,123,97,116,116,114,115,58,123,34,100,111,99,45,105,100,34,58,116,46,100,111,99,46,95,105,100,125,125,41,93,44,49,41,125,44,113,110,61,91,93,44,69,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,116,97,98,108,101,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,98,45,48,32,109,116,45,52,34,44,97,116,116,114,115,58,123,105,116,101,109,115,58,116,46,116,97,98,108,101,73,116,101,109,115,44,115,109,97,108,108,58,34,34,44,98,111,114,100,101,114,108,101,115,115,58,34,34,44,114,101,115,112,111,110,115,105,118,101,58,34,109,100,34,44,34,116,104,101,97,100,45,99,108,97,115,115,34,58,34,104,105,100,100,101,110,34,125,44,115,99,111,112,101,100,83,108,111,116,115,58,116,46,95,117,40,91,123,107,101,121,58,34,99,101,108,108,40,118,97,108,117,101,41,34,44,102,110,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,91,34,104,116,109,108,34,105,110,32,101,46,105,116,101,109,63,110,40,34,115,112,97,110,34,44,123,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,101,46,105,116,101,109,46,104,116,109,108,41,125,125,41,58,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,116,46,95,115,40,101,46,118,97,108,117,101,41,41,93,41,93,125,125,93,41,125,41,125,44,66,110,61,91,93,59,102,117,110,99,116,105,111,110,32,72,110,40,116,44,101,41,123,114,101,116,117,114,110,32,105,115,78,97,78,40,116,41,124,124,105,115,78,97,78,40,101,41,63,34,34,58,39,60,97,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,32,104,114,101,102,61,34,104,116,116,112,115,58,47,47,109,97,112,115,46,103,111,111,103,108,101,46,99,111,109,47,63,113,61,39,46,99,111,110,99,97,116,40,116,44,34,44,34,41,46,99,111,110,99,97,116,40,101,44,34,38,108,108,61,34,41,46,99,111,110,99,97,116,40,116,44,34,44,34,41,46,99,111,110,99,97,116,40,101,44,39,38,116,61,107,38,122,61,49,55,34,62,39,41,46,99,111,110,99,97,116,40,116,44,34,44,32,34,41,46,99,111,110,99,97,116,40,101,44,34,60,47,97,62,34,41,125,102,117,110,99,116,105,111,110,32,65,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,115,112,108,105,116,40,34,44,34,41,44,114,61,78,117,109,98,101,114,40,110,91,48,93,46,116,114,105,109,40,41,46,115,112,108,105,116,40,34,58,34,41,91,48,93,41,47,78,117,109,98,101,114,40,110,91,48,93,46,116,114,105,109,40,41,46,115,112,108,105,116,40,34,58,34,41,91,49,93,41,44,105,61,78,117,109,98,101,114,40,110,91,49,93,46,116,114,105,109,40,41,46,115,112,108,105,116,40,34,58,34,41,91,48,93,41,47,78,117,109,98,101,114,40,110,91,49,93,46,116,114,105,109,40,41,46,115,112,108,105,116,40,34,58,34,41,91,49,93,41,44,111,61,78,117,109,98,101,114,40,110,91,50,93,46,116,114,105,109,40,41,46,115,112,108,105,116,40,34,58,34,41,91,48,93,41,47,78,117,109,98,101,114,40,110,91,50,93,46,116,114,105,109,40,41,46,115,112,108,105,116,40,34,58,34,41,91,49,93,41,59,114,101,116,117,114,110,40,114,43,105,47,54,48,43,111,47,51,54,48,48,41,42,40,34,83,34,61,61,61,101,124,124,34,87,34,61,61,61,101,63,45,49,58,49,41,125,118,97,114,32,82,110,61,123,110,97,109,101,58,34,73,110,102,111,84,97,98,108,101,34,44,112,114,111,112,115,58,91,34,100,111,99,34,93,44,99,111,109,112,117,116,101,100,58,123,116,97,98,108,101,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,100,111,99,46,95,115,111,117,114,99,101,44,101,61,91,123,107,101,121,58,34,105,110,100,101,120,34,44,118,97,108,117,101,58,34,91,34,46,99,111,110,99,97,116,40,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,46,105,110,100,101,120,77,97,112,91,116,46,105,110,100,101,120,93,46,110,97,109,101,44,34,93,34,41,125,44,123,107,101,121,58,34,109,116,105,109,101,34,44,118,97,108,117,101,58,82,40,116,46,109,116,105,109,101,41,125,44,123,107,101,121,58,34,109,105,109,101,34,44,118,97,108,117,101,58,116,46,109,105,109,101,125,44,123,107,101,121,58,34,115,105,122,101,34,44,118,97,108,117,101,58,72,40,116,46,115,105,122,101,41,125,44,123,107,101,121,58,34,112,97,116,104,34,44,118,97,108,117,101,58,116,46,112,97,116,104,125,93,59,34,119,105,100,116,104,34,105,110,32,116,104,105,115,46,100,111,99,46,95,115,111,117,114,99,101,38,38,101,46,112,117,115,104,40,123,107,101,121,58,34,105,109,97,103,101,32,115,105,122,101,34,44,118,97,108,117,101,58,34,34,46,99,111,110,99,97,116,40,116,46,119,105,100,116,104,44,34,120,34,41,46,99,111,110,99,97,116,40,116,46,104,101,105,103,104,116,41,125,41,59,118,97,114,32,110,61,91,34,116,105,116,108,101,34,44,34,100,117,114,97,116,105,111,110,34,44,34,97,117,100,105,111,99,34,44,34,118,105,100,101,111,99,34,44,34,98,105,116,114,97,116,101,34,44,34,97,114,116,105,115,116,34,44,34,97,108,98,117,109,34,44,34,97,108,98,117,109,95,97,114,116,105,115,116,34,44,34,103,101,110,114,101,34,44,34,102,111,110,116,95,110,97,109,101,34,44,34,97,117,116,104,111,114,34,44,34,109,111,100,105,102,105,101,100,95,98,121,34,44,34,112,97,103,101,115,34,44,34,116,97,103,34,44,34,101,120,105,102,95,109,97,107,101,34,44,34,101,120,105,102,95,115,111,102,116,119,97,114,101,34,44,34,101,120,105,102,95,101,120,112,111,115,117,114,101,95,116,105,109,101,34,44,34,101,120,105,102,95,102,110,117,109,98,101,114,34,44,34,101,120,105,102,95,102,111,99,97,108,95,108,101,110,103,116,104,34,44,34,101,120,105,102,95,117,115,101,114,95,99,111,109,109,101,110,116,34,44,34,101,120,105,102,95,105,115,111,95,115,112,101,101,100,95,114,97,116,105,110,103,115,34,44,34,101,120,105,102,95,109,111,100,101,108,34,44,34,101,120,105,102,95,100,97,116,101,116,105,109,101,34,93,59,114,101,116,117,114,110,32,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,110,32,105,110,32,116,38,38,101,46,112,117,115,104,40,123,107,101,121,58,110,44,118,97,108,117,101,58,116,91,110,93,125,41,125,41,41,44,34,101,120,105,102,95,103,112,115,95,108,111,110,103,105,116,117,100,101,95,100,101,99,34,105,110,32,116,63,101,46,112,117,115,104,40,123,107,101,121,58,34,69,120,105,102,32,71,80,83,34,44,104,116,109,108,58,72,110,40,116,91,34,101,120,105,102,95,103,112,115,95,108,97,116,105,116,117,100,101,95,100,101,99,34,93,44,116,91,34,101,120,105,102,95,103,112,115,95,108,111,110,103,105,116,117,100,101,95,100,101,99,34,93,41,125,41,58,34,101,120,105,102,95,103,112,115,95,108,111,110,103,105,116,117,100,101,95,100,109,115,34,105,110,32,116,38,38,101,46,112,117,115,104,40,123,107,101,121,58,34,69,120,105,102,32,71,80,83,34,44,104,116,109,108,58,72,110,40,65,110,40,116,91,34,101,120,105,102,95,103,112,115,95,108,97,116,105,116,117,100,101,95,100,109,115,34,93,44,116,91,34,101,120,105,102,95,103,112,115,95,108,97,116,105,116,117,100,101,95,114,101,102,34,93,41,44,65,110,40,116,91,34,101,120,105,102,95,103,112,115,95,108,111,110,103,105,116,117,100,101,95,100,109,115,34,93,44,116,91,34,101,120,105,102,95,103,112,115,95,108,111,110,103,105,116,117,100,101,95,114,101,102,34,93,41,41,125,41,44,101,125,125,125,44,85,110,61,82,110,44,70,110,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,85,110,44,69,110,44,66,110,44,33,49,44,110,117,108,108,44,34,57,102,56,97,53,50,98,54,34,44,110,117,108,108,41,44,81,110,61,70,110,46,101,120,112,111,114,116,115,44,78,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,116,46,108,111,97,100,105,110,103,63,110,40,34,80,114,101,108,111,97,100,101,114,34,41,58,116,46,99,111,110,116,101,110,116,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,111,110,116,101,110,116,45,100,105,118,34,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,99,111,110,116,101,110,116,41,41,93,41,58,116,46,95,101,40,41,125,44,71,110,61,91,93,44,86,110,61,123,110,97,109,101,58,34,76,97,122,121,67,111,110,116,101,110,116,68,105,118,34,44,99,111,109,112,111,110,101,110,116,115,58,123,80,114,101,108,111,97,100,101,114,58,84,116,125,44,112,114,111,112,115,58,91,34,100,111,99,73,100,34,93,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,99,111,110,116,101,110,116,58,34,34,44,108,111,97,100,105,110,103,58,33,48,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,110,116,46,103,101,116,68,111,99,73,110,102,111,40,116,104,105,115,46,100,111,99,73,100,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,99,111,110,116,101,110,116,61,101,46,100,97,116,97,46,99,111,110,116,101,110,116,44,116,46,108,111,97,100,105,110,103,61,33,49,125,41,41,125,125,44,87,110,61,86,110,44,75,110,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,87,110,44,78,110,44,71,110,44,33,49,44,110,117,108,108,44,34,51,54,52,52,101,57,51,57,34,44,110,117,108,108,41,44,89,110,61,75,110,46,101,120,112,111,114,116,115,44,74,110,61,123,110,97,109,101,58,34,68,111,99,73,110,102,111,77,111,100,97,108,34,44,99,111,109,112,111,110,101,110,116,115,58,123,76,97,122,121,67,111,110,116,101,110,116,68,105,118,58,89,110,44,73,110,102,111,84,97,98,108,101,58,81,110,125,44,112,114,111,112,115,58,91,34,100,111,99,34,44,34,115,104,111,119,34,93,44,109,101,116,104,111,100,115,58,123,101,120,116,58,106,125,125,44,90,110,61,74,110,44,88,110,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,90,110,44,106,110,44,113,110,44,33,49,44,110,117,108,108,44,34,52,48,98,55,98,101,54,56,34,44,110,117,108,108,41,44,116,114,61,88,110,46,101,120,112,111,114,116,115,44,101,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,116,46,99,111,110,116,101,110,116,40,41,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,111,110,116,101,110,116,45,100,105,118,34,44,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,99,111,110,116,101,110,116,40,41,41,125,125,41,58,116,46,95,101,40,41,125,44,110,114,61,91,93,44,114,114,61,123,110,97,109,101,58,34,67,111,110,116,101,110,116,68,105,118,34,44,112,114,111,112,115,58,91,34,100,111,99,34,93,44,109,101,116,104,111,100,115,58,123,99,111,110,116,101,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,91,34,99,111,110,116,101,110,116,46,110,71,114,97,109,34,93,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,91,34,99,111,110,116,101,110,116,46,110,71,114,97,109,34,93,91,48,93,58,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,46,99,111,110,116,101,110,116,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,46,99,111,110,116,101,110,116,91,48,93,58,118,111,105,100,32,48,58,110,117,108,108,125,125,125,44,105,114,61,114,114,44,111,114,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,105,114,44,101,114,44,110,114,44,33,49,44,110,117,108,108,44,34,97,48,57,51,101,57,52,54,34,44,110,117,108,108,41,44,97,114,61,111,114,46,101,120,112,111,114,116,115,44,115,114,61,123,99,111,109,112,111,110,101,110,116,115,58,123,67,111,110,116,101,110,116,68,105,118,58,97,114,44,68,111,99,73,110,102,111,77,111,100,97,108,58,116,114,44,68,111,99,70,105,108,101,84,105,116,108,101,58,80,110,44,84,97,103,67,111,110,116,97,105,110,101,114,58,79,110,125,44,112,114,111,112,115,58,91,34,100,111,99,34,44,34,119,105,100,116,104,34,93,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,101,120,116,58,106,44,115,104,111,119,73,110,102,111,58,33,49,44,104,111,118,101,114,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,112,108,97,99,101,72,111,108,100,101,114,83,116,121,108,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,100,111,99,46,95,115,111,117,114,99,101,46,116,104,117,109,98,110,97,105,108,46,115,112,108,105,116,40,34,44,34,41,44,101,61,78,117,109,98,101,114,40,116,91,48,93,41,44,110,61,78,117,109,98,101,114,40,116,91,49,93,41,44,114,61,52,48,48,59,114,101,116,117,114,110,123,104,101,105,103,104,116,58,34,34,46,99,111,110,99,97,116,40,77,97,116,104,46,109,105,110,40,110,47,101,42,116,104,105,115,46,119,105,100,116,104,44,114,41,44,34,112,120,34,41,125,125,44,115,109,97,108,108,66,97,100,103,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,119,105,100,116,104,60,49,53,48,125,125,44,109,101,116,104,111,100,115,58,123,104,117,109,97,110,70,105,108,101,83,105,122,101,58,72,44,104,117,109,97,110,84,105,109,101,58,65,44,111,110,73,110,102,111,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,104,111,119,73,110,102,111,61,33,48,125,44,111,110,84,104,117,109,98,110,97,105,108,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,101,46,112,114,101,118,61,101,46,110,101,120,116,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,83,108,105,100,101,34,44,116,46,100,111,99,46,95,115,101,113,41,44,101,46,110,101,120,116,61,51,44,116,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,115,104,111,119,76,105,103,104,116,98,111,120,34,41,59,99,97,115,101,32,51,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,101,46,115,116,111,112,40,41,125,125,41,44,101,41,125,41,41,41,40,41,125,44,111,110,65,117,100,105,111,80,108,97,121,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,115,66,121,84,97,103,78,97,109,101,40,34,97,117,100,105,111,34,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,33,61,61,116,46,36,114,101,102,115,91,34,97,117,100,105,111,34,93,38,38,101,46,112,97,117,115,101,40,41,125,41,41,125,44,111,110,84,110,69,110,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,104,111,118,101,114,61,33,48,125,44,111,110,84,110,76,101,97,118,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,104,111,118,101,114,61,33,49,125,125,125,44,99,114,61,115,114,44,117,114,61,40,110,40,34,98,57,100,102,34,41,44,110,40,34,55,48,54,99,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,99,114,44,120,110,44,121,110,44,33,49,44,110,117,108,108,44,34,97,55,56,53,53,55,99,101,34,44,110,117,108,108,41,41,44,108,114,61,117,114,46,101,120,112,111,114,116,115,44,100,114,61,110,40,34,53,50,55,97,34,41,59,114,91,34,100,101,102,97,117,108,116,34,93,46,117,115,101,40,100,114,91,34,97,34,93,41,59,118,97,114,32,112,114,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,99,111,109,112,111,110,101,110,116,115,58,123,68,111,99,67,97,114,100,58,108,114,125,44,112,114,111,112,115,58,91,34,100,111,99,115,34,44,34,97,112,112,101,110,100,34,93,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,119,105,100,116,104,58,48,44,103,114,105,100,79,112,116,105,111,110,115,58,123,97,108,105,103,110,58,34,99,101,110,116,101,114,34,44,109,97,114,103,105,110,58,48,44,116,114,97,110,115,105,116,105,111,110,68,117,114,97,116,105,111,110,58,48,44,105,115,79,118,101,114,102,108,111,119,83,99,114,111,108,108,58,33,49,44,105,115,67,111,110,115,116,97,110,116,83,105,122,101,58,33,49,44,117,115,101,70,105,116,58,33,49,44,117,115,101,82,101,99,121,99,108,101,58,33,49,125,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,108,67,111,117,110,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,111,112,116,67,111,108,117,109,110,115,34,93,59,114,101,116,117,114,110,34,97,117,116,111,34,61,61,61,116,63,77,97,116,104,46,114,111,117,110,100,40,116,104,105,115,46,36,114,101,102,115,91,34,103,114,105,100,45,108,97,121,111,117,116,34,93,46,36,101,108,46,115,99,114,111,108,108,87,105,100,116,104,47,51,48,48,41,58,116,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,119,105,100,116,104,61,116,104,105,115,46,36,114,101,102,115,91,34,103,114,105,100,45,108,97,121,111,117,116,34,93,46,36,101,108,46,115,99,114,111,108,108,87,105,100,116,104,47,116,104,105,115,46,99,111,108,67,111,117,110,116,44,49,61,61,61,116,104,105,115,46,99,111,108,67,111,117,110,116,38,38,116,104,105,115,46,36,114,101,102,115,91,34,103,114,105,100,45,108,97,121,111,117,116,34,93,46,36,101,108,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,34,103,114,105,100,45,115,105,110,103,108,101,45,99,111,108,117,109,110,34,41,44,116,104,105,115,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,34,98,117,115,85,112,100,97,116,101,87,97,108,108,73,116,101,109,115,34,61,61,61,101,46,116,121,112,101,38,38,116,46,36,114,101,102,115,91,34,103,114,105,100,45,108,97,121,111,117,116,34,93,38,38,116,46,36,114,101,102,115,91,34,103,114,105,100,45,108,97,121,111,117,116,34,93,46,117,112,100,97,116,101,73,116,101,109,115,40,41,125,41,41,125,125,41,44,104,114,61,112,114,44,109,114,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,104,114,44,118,110,44,98,110,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,102,114,61,109,114,46,101,120,112,111,114,116,115,44,103,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,91,110,40,34,70,115,76,105,103,104,116,98,111,120,34,44,123,107,101,121,58,116,46,108,105,103,104,116,98,111,120,75,101,121,44,97,116,116,114,115,58,123,116,111,103,103,108,101,114,58,116,46,115,104,111,119,76,105,103,104,116,98,111,120,44,115,111,117,114,99,101,115,58,116,46,108,105,103,104,116,98,111,120,83,111,117,114,99,101,115,44,116,104,117,109,98,115,58,116,46,108,105,103,104,116,98,111,120,84,104,117,109,98,115,44,99,97,112,116,105,111,110,115,58,116,46,108,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,44,116,121,112,101,115,58,116,46,108,105,103,104,116,98,111,120,84,121,112,101,115,44,34,115,111,117,114,99,101,45,105,110,100,101,120,34,58,116,46,108,105,103,104,116,98,111,120,83,108,105,100,101,44,34,99,117,115,116,111,109,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,115,34,58,116,46,99,117,115,116,111,109,66,117,116,116,111,110,115,44,34,115,108,105,100,101,115,104,111,119,45,116,105,109,101,34,58,49,101,52,44,34,122,111,111,109,45,105,110,99,114,101,109,101,110,116,34,58,46,53,44,34,108,111,97,100,45,111,110,108,121,45,99,117,114,114,101,110,116,45,115,111,117,114,99,101,34,58,116,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,46,111,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,44,34,111,110,45,99,108,111,115,101,34,58,116,46,111,110,67,108,111,115,101,44,34,111,110,45,111,112,101,110,34,58,116,46,111,110,83,104,111,119,44,34,111,110,45,115,108,105,100,101,45,99,104,97,110,103,101,34,58,116,46,111,110,83,108,105,100,101,67,104,97,110,103,101,125,125,41,44,110,40,34,97,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,100,105,115,112,108,97,121,58,34,110,111,110,101,34,125,44,97,116,116,114,115,58,123,105,100,58,34,108,105,103,104,116,98,111,120,45,100,111,119,110,108,111,97,100,34,125,125,41,93,44,49,41,125,44,118,114,61,91,93,44,98,114,61,110,40,34,101,48,57,57,34,41,44,120,114,61,110,46,110,40,98,114,41,44,121,114,61,123,110,97,109,101,58,34,76,105,103,104,116,98,111,120,34,44,99,111,109,112,111,110,101,110,116,115,58,123,70,115,76,105,103,104,116,98,111,120,58,120,114,46,97,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,99,117,115,116,111,109,66,117,116,116,111,110,115,58,91,123,118,105,101,119,66,111,120,58,34,48,32,48,32,51,56,52,46,57,50,56,32,51,56,52,46,57,50,56,34,44,100,58,34,77,51,50,49,46,51,51,57,44,50,52,53,46,51,51,52,99,45,52,46,55,52,45,52,46,54,57,50,45,49,50,46,52,51,57,45,52,46,55,48,52,45,49,55,46,49,55,57,44,48,108,45,57,57,46,53,53,49,44,57,56,46,53,54,52,86,49,50,46,48,51,32,99,48,45,54,46,54,52,49,45,53,46,52,51,56,45,49,50,46,48,51,45,49,50,46,49,53,49,45,49,50,46,48,51,115,45,49,50,46,49,53,49,44,53,46,51,57,45,49,50,46,49,53,49,44,49,50,46,48,51,118,51,51,49,46,56,54,56,108,45,57,57,46,53,53,49,45,57,56,46,53,53,50,99,45,52,46,55,52,45,52,46,55,48,52,45,49,50,46,52,51,57,45,52,46,55,48,52,45,49,55,46,49,55,57,44,48,32,115,45,52,46,55,52,44,49,50,46,51,49,57,44,48,44,49,55,46,48,49,49,108,49,50,48,46,50,57,49,44,49,49,57,46,48,56,56,99,52,46,54,57,50,44,52,46,54,52,52,44,49,50,46,52,57,57,44,52,46,54,52,52,44,49,55,46,49,57,49,44,48,108,49,50,48,46,50,57,49,45,49,49,57,46,48,56,56,32,67,51,50,54,46,48,57,49,44,50,53,55,46,54,53,51,44,51,50,54,46,48,57,49,44,50,53,48,46,48,51,56,44,51,50,49,46,51,51,57,44,50,52,53,46,51,51,52,67,51,49,54,46,53,57,57,44,50,52,48,46,54,52,50,44,51,50,54,46,48,57,49,44,50,53,48,46,48,51,56,44,51,50,49,46,51,51,57,44,50,52,53,46,51,51,52,122,34,44,119,105,100,116,104,58,34,49,55,112,120,34,44,104,101,105,103,104,116,58,34,49,55,112,120,34,44,116,105,116,108,101,58,34,68,111,119,110,108,111,97,100,34,44,111,110,67,108,105,99,107,58,116,104,105,115,46,111,110,68,111,119,110,108,111,97,100,67,108,105,99,107,125,93,125,125,44,99,111,109,112,117,116,101,100,58,123,115,104,111,119,76,105,103,104,116,98,111,120,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,117,105,83,104,111,119,76,105,103,104,116,98,111,120,34,93,125,44,108,105,103,104,116,98,111,120,83,111,117,114,99,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,117,105,76,105,103,104,116,98,111,120,83,111,117,114,99,101,115,34,93,125,44,108,105,103,104,116,98,111,120,84,104,117,109,98,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,117,105,76,105,103,104,116,98,111,120,84,104,117,109,98,115,34,93,125,44,108,105,103,104,116,98,111,120,75,101,121,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,117,105,76,105,103,104,116,98,111,120,75,101,121,34,93,125,44,108,105,103,104,116,98,111,120,83,108,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,117,105,76,105,103,104,116,98,111,120,83,108,105,100,101,34,93,125,44,108,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,117,105,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,34,93,125,44,108,105,103,104,116,98,111,120,84,121,112,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,117,105,76,105,103,104,116,98,111,120,84,121,112,101,115,34,93,125,125,44,109,101,116,104,111,100,115,58,123,111,110,68,111,119,110,108,111,97,100,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,108,105,103,104,116,98,111,120,83,111,117,114,99,101,115,91,116,104,105,115,46,108,105,103,104,116,98,111,120,83,108,105,100,101,93,44,101,61,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,34,108,105,103,104,116,98,111,120,45,100,111,119,110,108,111,97,100,34,41,59,101,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,104,114,101,102,34,44,116,41,44,101,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,100,111,119,110,108,111,97,100,34,44,34,34,41,44,101,46,99,108,105,99,107,40,41,125,44,111,110,83,104,111,119,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,73,115,79,112,101,110,34,44,33,48,41,125,44,111,110,67,108,111,115,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,73,115,79,112,101,110,34,44,33,49,41,125,44,111,110,83,108,105,100,101,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,41,123,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,115,66,121,84,97,103,78,97,109,101,40,34,118,105,100,101,111,34,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,112,97,117,115,101,40,41,125,41,41,125,125,125,44,95,114,61,121,114,44,84,114,61,40,110,40,34,53,101,101,57,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,95,114,44,103,114,44,118,114,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,83,114,61,84,114,46,101,120,112,111,114,116,115,44,119,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,108,105,103,104,116,98,111,120,45,99,97,112,116,105,111,110,34,125,44,91,110,40,34,112,34,44,91,110,40,34,98,34,44,91,116,46,95,118,40,116,46,95,115,40,34,91,34,43,116,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,46,105,110,100,105,99,101,115,46,102,105,110,100,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,46,105,100,61,61,61,116,46,104,105,116,46,95,115,111,117,114,99,101,46,105,110,100,101,120,125,41,41,46,110,97,109,101,43,34,93,34,41,41,93,41,44,116,46,95,118,40,116,46,95,115,40,34,47,34,43,116,46,104,105,116,46,95,115,111,117,114,99,101,46,112,97,116,104,43,34,47,34,43,116,46,104,105,116,46,95,115,111,117,114,99,101,46,110,97,109,101,43,116,46,101,120,116,40,116,46,104,105,116,41,41,43,34,32,34,41,93,41,44,110,40,34,112,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,34,109,97,114,103,105,110,45,116,111,112,34,58,34,45,49,101,109,34,125,125,44,91,116,46,104,105,116,46,95,115,111,117,114,99,101,46,119,105,100,116,104,63,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,104,105,116,46,95,115,111,117,114,99,101,46,119,105,100,116,104,43,34,120,34,43,116,46,104,105,116,46,95,115,111,117,114,99,101,46,104,101,105,103,104,116,41,41,93,41,58,116,46,95,101,40,41,44,116,46,95,118,40,34,32,34,43,116,46,95,115,40,34,32,40,34,43,116,46,104,117,109,97,110,70,105,108,101,83,105,122,101,40,116,46,104,105,116,46,95,115,111,117,114,99,101,46,115,105,122,101,41,43,34,41,34,41,43,34,32,34,41,93,41,93,41,125,44,122,114,61,91,93,44,36,114,61,123,110,97,109,101,58,34,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,34,44,112,114,111,112,115,58,91,34,104,105,116,34,93,44,109,101,116,104,111,100,115,58,123,104,117,109,97,110,70,105,108,101,83,105,122,101,58,72,44,101,120,116,58,106,125,125,44,67,114,61,36,114,44,79,114,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,67,114,44,119,114,44,122,114,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,107,114,61,79,114,46,101,120,112,111,114,116,115,44,77,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,97,116,116,114,115,58,123,105,100,58,34,109,105,109,101,84,114,101,101,34,125,125,41,125,44,76,114,61,91,93,44,73,114,61,110,40,34,99,101,97,53,34,41,44,68,114,61,110,46,110,40,73,114,41,44,80,114,61,110,40,34,53,50,101,55,34,41,44,106,114,61,110,46,110,40,80,114,41,44,113,114,61,40,110,40,34,97,97,99,57,34,41,44,123,110,97,109,101,58,34,77,105,109,101,80,105,99,107,101,114,34,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,109,105,109,101,84,114,101,101,58,110,117,108,108,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,34,115,101,116,85,105,77,105,109,101,77,97,112,34,61,61,61,101,46,116,121,112,101,41,123,118,97,114,32,110,61,101,46,112,97,121,108,111,97,100,46,115,108,105,99,101,40,41,59,116,46,109,105,109,101,84,114,101,101,61,110,101,119,32,68,114,46,97,40,123,115,101,108,101,99,116,105,111,110,58,123,109,111,100,101,58,34,99,104,101,99,107,98,111,120,34,125,44,100,97,116,97,58,110,125,41,44,110,101,119,32,106,114,46,97,40,116,46,109,105,109,101,84,114,101,101,44,123,116,97,114,103,101,116,58,34,35,109,105,109,101,84,114,101,101,34,125,41,44,116,46,109,105,109,101,84,114,101,101,46,111,110,40,34,110,111,100,101,46,115,116,97,116,101,46,99,104,97,110,103,101,100,34,44,116,46,104,97,110,100,108,101,84,114,101,101,67,108,105,99,107,41,44,116,46,109,105,109,101,84,114,101,101,46,100,101,115,101,108,101,99,116,40,41,44,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,46,108,101,110,103,116,104,62,48,38,38,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,109,105,109,101,84,114,101,101,46,110,111,100,101,40,101,41,46,115,101,108,101,99,116,40,41,125,41,41,125,125,41,41,125,44,109,101,116,104,111,100,115,58,123,104,97,110,100,108,101,84,114,101,101,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,33,61,61,101,38,38,34,99,111,108,108,97,112,115,101,100,34,33,61,61,101,38,38,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,34,44,70,40,116,104,105,115,46,109,105,109,101,84,114,101,101,41,41,125,125,125,41,44,69,114,61,113,114,44,66,114,61,40,110,40,34,101,48,54,98,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,69,114,44,77,114,44,76,114,44,33,49,44,110,117,108,108,44,34,48,56,55,102,102,102,100,54,34,44,110,117,108,108,41,41,44,72,114,61,66,114,46,101,120,112,111,114,116,115,44,65,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,116,46,108,97,115,116,82,101,115,117,108,116,115,76,111,97,100,101,100,63,110,40,34,98,45,99,97,114,100,34,44,123,97,116,116,114,115,58,123,105,100,58,34,114,101,115,117,108,116,115,34,125,125,44,91,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,104,105,116,67,111,117,110,116,41,43,34,32,34,43,116,46,95,115,40,49,61,61,61,116,46,104,105,116,67,111,117,110,116,63,116,46,36,116,40,34,104,105,116,34,41,58,116,46,36,116,40,34,104,105,116,115,34,41,41,41,93,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,102,108,111,97,116,58,34,114,105,103,104,116,34,125,125,44,91,110,40,34,98,45,98,117,116,116,111,110,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,98,45,116,111,103,103,108,101,34,44,114,97,119,78,97,109,101,58,34,118,45,98,45,116,111,103,103,108,101,46,99,111,108,108,97,112,115,101,45,49,34,44,109,111,100,105,102,105,101,114,115,58,123,34,99,111,108,108,97,112,115,101,45,49,34,58,33,48,125,125,93,44,115,116,97,116,105,99,67,108,97,115,115,58,34,110,111,116,45,109,111,98,105,108,101,34,44,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,112,114,105,109,97,114,121,34,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,100,101,116,97,105,108,115,34,41,41,41,93,41,44,110,40,34,83,111,114,116,83,101,108,101,99,116,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,108,45,50,34,125,41,44,110,40,34,68,105,115,112,108,97,121,77,111,100,101,84,111,103,103,108,101,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,108,45,50,34,125,41,93,44,49,41,44,110,40,34,98,45,99,111,108,108,97,112,115,101,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,116,45,50,34,44,115,116,97,116,105,99,83,116,121,108,101,58,123,99,108,101,97,114,58,34,98,111,116,104,34,125,44,97,116,116,114,115,58,123,105,100,58,34,99,111,108,108,97,112,115,101,45,49,34,125,125,44,91,110,40,34,98,45,99,97,114,100,34,44,91,110,40,34,98,45,116,97,98,108,101,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,98,45,48,34,44,97,116,116,114,115,58,123,105,116,101,109,115,58,116,46,116,97,98,108,101,73,116,101,109,115,44,115,109,97,108,108,58,34,34,44,98,111,114,100,101,114,108,101,115,115,58,34,34,44,34,116,104,101,97,100,45,99,108,97,115,115,34,58,34,104,105,100,100,101,110,34,125,125,41,93,44,49,41,93,44,49,41,93,44,49,41,58,116,46,95,101,40,41,125,44,82,114,61,91,93,44,85,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,98,117,116,116,111,110,45,103,114,111,117,112,34,44,91,110,40,34,98,45,98,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,112,114,105,109,97,114,121,34,44,116,105,116,108,101,58,116,46,36,116,40,34,100,105,115,112,108,97,121,77,111,100,101,46,108,105,115,116,34,41,44,112,114,101,115,115,101,100,58,34,108,105,115,116,34,61,61,61,116,46,111,112,116,68,105,115,112,108,97,121,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,101,116,79,112,116,68,105,115,112,108,97,121,40,34,108,105,115,116,34,41,125,125,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,119,105,100,116,104,58,34,50,48,112,120,34,44,104,101,105,103,104,116,58,34,50,48,112,120,34,44,114,111,108,101,58,34,105,109,103,34,44,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,53,49,50,32,53,49,50,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,102,105,108,108,58,34,99,117,114,114,101,110,116,67,111,108,111,114,34,44,100,58,34,77,56,48,32,51,54,56,72,49,54,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,32,49,54,118,54,52,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,32,49,54,104,54,52,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,45,49,54,118,45,54,52,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,45,49,54,122,109,48,45,51,50,48,72,49,54,65,49,54,32,49,54,32,48,32,48,32,48,32,48,32,54,52,118,54,52,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,32,49,54,104,54,52,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,45,49,54,86,54,52,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,45,49,54,122,109,48,32,49,54,48,72,49,54,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,32,49,54,118,54,52,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,32,49,54,104,54,52,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,45,49,54,118,45,54,52,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,45,49,54,122,109,52,49,54,32,49,55,54,72,49,55,54,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,32,49,54,118,51,50,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,32,49,54,104,51,50,48,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,45,49,54,118,45,51,50,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,45,49,54,122,109,48,45,51,50,48,72,49,55,54,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,32,49,54,118,51,50,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,32,49,54,104,51,50,48,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,45,49,54,86,56,48,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,45,49,54,122,109,48,32,49,54,48,72,49,55,54,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,32,49,54,118,51,50,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,32,49,54,104,51,50,48,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,45,49,54,118,45,51,50,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,45,49,54,122,34,125,125,41,93,41,93,41,44,110,40,34,98,45,98,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,112,114,105,109,97,114,121,34,44,116,105,116,108,101,58,116,46,36,116,40,34,100,105,115,112,108,97,121,77,111,100,101,46,103,114,105,100,34,41,44,112,114,101,115,115,101,100,58,34,103,114,105,100,34,61,61,61,116,46,111,112,116,68,105,115,112,108,97,121,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,101,116,79,112,116,68,105,115,112,108,97,121,40,34,103,114,105,100,34,41,125,125,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,119,105,100,116,104,58,34,50,48,112,120,34,44,104,101,105,103,104,116,58,34,50,48,112,120,34,44,114,111,108,101,58,34,105,109,103,34,44,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,53,49,50,32,53,49,50,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,102,105,108,108,58,34,99,117,114,114,101,110,116,67,111,108,111,114,34,44,100,58,34,77,49,52,57,46,51,51,51,32,53,54,118,56,48,99,48,32,49,51,46,50,53,53,45,49,48,46,55,52,53,32,50,52,45,50,52,32,50,52,72,50,52,99,45,49,51,46,50,53,53,32,48,45,50,52,45,49,48,46,55,52,53,45,50,52,45,50,52,86,53,54,99,48,45,49,51,46,50,53,53,32,49,48,46,55,52,53,45,50,52,32,50,52,45,50,52,104,49,48,49,46,51,51,51,99,49,51,46,50,53,53,32,48,32,50,52,32,49,48,46,55,52,53,32,50,52,32,50,52,122,109,49,56,49,46,51,51,52,32,50,52,48,118,45,56,48,99,48,45,49,51,46,50,53,53,45,49,48,46,55,52,53,45,50,52,45,50,52,45,50,52,72,50,48,53,46,51,51,51,99,45,49,51,46,50,53,53,32,48,45,50,52,32,49,48,46,55,52,53,45,50,52,32,50,52,118,56,48,99,48,32,49,51,46,50,53,53,32,49,48,46,55,52,53,32,50,52,32,50,52,32,50,52,104,49,48,49,46,51,51,51,99,49,51,46,50,53,54,32,48,32,50,52,46,48,48,49,45,49,48,46,55,52,53,32,50,52,46,48,48,49,45,50,52,122,109,51,50,45,50,52,48,118,56,48,99,48,32,49,51,46,50,53,53,32,49,48,46,55,52,53,32,50,52,32,50,52,32,50,52,72,52,56,56,99,49,51,46,50,53,53,32,48,32,50,52,45,49,48,46,55,52,53,32,50,52,45,50,52,86,53,54,99,48,45,49,51,46,50,53,53,45,49,48,46,55,52,53,45,50,52,45,50,52,45,50,52,72,51,56,54,46,54,54,55,99,45,49,51,46,50,53,53,32,48,45,50,52,32,49,48,46,55,52,53,45,50,52,32,50,52,122,109,45,51,50,32,56,48,86,53,54,99,48,45,49,51,46,50,53,53,45,49,48,46,55,52,53,45,50,52,45,50,52,45,50,52,72,50,48,53,46,51,51,51,99,45,49,51,46,50,53,53,32,48,45,50,52,32,49,48,46,55,52,53,45,50,52,32,50,52,118,56,48,99,48,32,49,51,46,50,53,53,32,49,48,46,55,52,53,32,50,52,32,50,52,32,50,52,104,49,48,49,46,51,51,51,99,49,51,46,50,53,54,32,48,32,50,52,46,48,48,49,45,49,48,46,55,52,53,32,50,52,46,48,48,49,45,50,52,122,109,45,50,48,53,46,51,51,52,32,53,54,72,50,52,99,45,49,51,46,50,53,53,32,48,45,50,52,32,49,48,46,55,52,53,45,50,52,32,50,52,118,56,48,99,48,32,49,51,46,50,53,53,32,49,48,46,55,52,53,32,50,52,32,50,52,32,50,52,104,49,48,49,46,51,51,51,99,49,51,46,50,53,53,32,48,32,50,52,45,49,48,46,55,52,53,32,50,52,45,50,52,118,45,56,48,99,48,45,49,51,46,50,53,53,45,49,48,46,55,52,53,45,50,52,45,50,52,45,50,52,122,77,48,32,51,55,54,118,56,48,99,48,32,49,51,46,50,53,53,32,49,48,46,55,52,53,32,50,52,32,50,52,32,50,52,104,49,48,49,46,51,51,51,99,49,51,46,50,53,53,32,48,32,50,52,45,49,48,46,55,52,53,32,50,52,45,50,52,118,45,56,48,99,48,45,49,51,46,50,53,53,45,49,48,46,55,52,53,45,50,52,45,50,52,45,50,52,72,50,52,99,45,49,51,46,50,53,53,32,48,45,50,52,32,49,48,46,55,52,53,45,50,52,32,50,52,122,109,51,56,54,46,54,54,55,45,53,54,72,52,56,56,99,49,51,46,50,53,53,32,48,32,50,52,45,49,48,46,55,52,53,32,50,52,45,50,52,118,45,56,48,99,48,45,49,51,46,50,53,53,45,49,48,46,55,52,53,45,50,52,45,50,52,45,50,52,72,51,56,54,46,54,54,55,99,45,49,51,46,50,53,53,32,48,45,50,52,32,49,48,46,55,52,53,45,50,52,32,50,52,118,56,48,99,48,32,49,51,46,50,53,53,32,49,48,46,55,52,53,32,50,52,32,50,52,32,50,52,122,109,48,32,49,54,48,72,52,56,56,99,49,51,46,50,53,53,32,48,32,50,52,45,49,48,46,55,52,53,32,50,52,45,50,52,118,45,56,48,99,48,45,49,51,46,50,53,53,45,49,48,46,55,52,53,45,50,52,45,50,52,45,50,52,72,51,56,54,46,54,54,55,99,45,49,51,46,50,53,53,32,48,45,50,52,32,49,48,46,55,52,53,45,50,52,32,50,52,118,56,48,99,48,32,49,51,46,50,53,53,32,49,48,46,55,52,53,32,50,52,32,50,52,32,50,52,122,77,49,56,49,46,51,51,51,32,51,55,54,118,56,48,99,48,32,49,51,46,50,53,53,32,49,48,46,55,52,53,32,50,52,32,50,52,32,50,52,104,49,48,49,46,51,51,51,99,49,51,46,50,53,53,32,48,32,50,52,45,49,48,46,55,52,53,32,50,52,45,50,52,118,45,56,48,99,48,45,49,51,46,50,53,53,45,49,48,46,55,52,53,45,50,52,45,50,52,45,50,52,72,50,48,53,46,51,51,51,99,45,49,51,46,50,53,53,32,48,45,50,52,32,49,48,46,55,52,53,45,50,52,32,50,52,122,34,125,125,41,93,41,93,41,93,44,49,41,125,44,70,114,61,91,93,44,81,114,61,123,110,97,109,101,58,34,68,105,115,112,108,97,121,77,111,100,101,84,111,103,103,108,101,34,44,99,111,109,112,117,116,101,100,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,99,34,93,41,40,91,34,111,112,116,68,105,115,112,108,97,121,34,93,41,41,44,109,101,116,104,111,100,115,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,100,34,93,41,40,91,34,115,101,116,79,112,116,68,105,115,112,108,97,121,34,93,41,41,125,44,78,114,61,81,114,44,71,114,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,78,114,44,85,114,44,70,114,44,33,49,44,110,117,108,108,44,34,55,52,55,53,52,55,97,52,34,44,110,117,108,108,41,44,86,114,61,71,114,46,101,120,112,111,114,116,115,44,87,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,100,114,111,112,100,111,119,110,34,44,123,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,112,114,105,109,97,114,121,34,125,44,115,99,111,112,101,100,83,108,111,116,115,58,116,46,95,117,40,91,123,107,101,121,58,34,98,117,116,116,111,110,45,99,111,110,116,101,110,116,34,44,102,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,34,97,114,105,97,45,104,105,100,100,101,110,34,58,34,116,114,117,101,34,44,119,105,100,116,104,58,34,50,48,112,120,34,44,104,101,105,103,104,116,58,34,50,48,112,120,34,44,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,51,50,48,32,53,49,50,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,102,105,108,108,58,34,99,117,114,114,101,110,116,67,111,108,111,114,34,44,100,58,34,77,52,49,32,50,56,56,104,50,51,56,99,50,49,46,52,32,48,32,51,50,46,49,32,50,53,46,57,32,49,55,32,52,49,76,49,55,55,32,52,52,56,99,45,57,46,52,32,57,46,52,45,50,52,46,54,32,57,46,52,45,51,51,46,57,32,48,76,50,52,32,51,50,57,99,45,49,53,46,49,45,49,53,46,49,45,52,46,52,45,52,49,32,49,55,45,52,49,122,109,50,53,53,45,49,48,53,76,49,55,55,32,54,52,99,45,57,46,52,45,57,46,52,45,50,52,46,54,45,57,46,52,45,51,51,46,57,32,48,76,50,52,32,49,56,51,99,45,49,53,46,49,32,49,53,46,49,45,52,46,52,32,52,49,32,49,55,32,52,49,104,50,51,56,99,50,49,46,52,32,48,32,51,50,46,49,45,50,53,46,57,32,49,55,45,52,49,122,34,125,125,41,93,41,93,125,44,112,114,111,120,121,58,33,48,125,93,41,125,44,91,110,40,34,98,45,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,123,99,108,97,115,115,58,123,34,100,114,111,112,100,111,119,110,45,97,99,116,105,118,101,34,58,34,115,99,111,114,101,34,61,61,61,116,46,115,111,114,116,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,83,101,108,101,99,116,40,34,115,99,111,114,101,34,41,125,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,115,111,114,116,46,114,101,108,101,118,97,110,99,101,34,41,41,43,34,32,34,41,93,41,44,110,40,34,98,45,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,123,99,108,97,115,115,58,123,34,100,114,111,112,100,111,119,110,45,97,99,116,105,118,101,34,58,34,100,97,116,101,65,115,99,34,61,61,61,116,46,115,111,114,116,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,83,101,108,101,99,116,40,34,100,97,116,101,65,115,99,34,41,125,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,115,111,114,116,46,100,97,116,101,65,115,99,34,41,41,43,34,32,34,41,93,41,44,110,40,34,98,45,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,123,99,108,97,115,115,58,123,34,100,114,111,112,100,111,119,110,45,97,99,116,105,118,101,34,58,34,100,97,116,101,68,101,115,99,34,61,61,61,116,46,115,111,114,116,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,83,101,108,101,99,116,40,34,100,97,116,101,68,101,115,99,34,41,125,125,125,44,91,116,46,95,118,40,34,32,34,43,116,46,95,115,40,116,46,36,116,40,34,115,111,114,116,46,100,97,116,101,68,101,115,99,34,41,41,43,34,32,34,41,93,41,44,110,40,34,98,45,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,123,99,108,97,115,115,58,123,34,100,114,111,112,100,111,119,110,45,97,99,116,105,118,101,34,58,34,115,105,122,101,65,115,99,34,61,61,61,116,46,115,111,114,116,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,83,101,108,101,99,116,40,34,115,105,122,101,65,115,99,34,41,125,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,115,111,114,116,46,115,105,122,101,65,115,99,34,41,41,43,34,32,34,41,93,41,44,110,40,34,98,45,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,123,99,108,97,115,115,58,123,34,100,114,111,112,100,111,119,110,45,97,99,116,105,118,101,34,58,34,115,105,122,101,68,101,115,99,34,61,61,61,116,46,115,111,114,116,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,83,101,108,101,99,116,40,34,115,105,122,101,68,101,115,99,34,41,125,125,125,44,91,116,46,95,118,40,34,32,34,43,116,46,95,115,40,116,46,36,116,40,34,115,111,114,116,46,115,105,122,101,68,101,115,99,34,41,41,43,34,32,34,41,93,41,44,110,40,34,98,45,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,123,99,108,97,115,115,58,123,34,100,114,111,112,100,111,119,110,45,97,99,116,105,118,101,34,58,34,114,97,110,100,111,109,34,61,61,61,116,46,115,111,114,116,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,83,101,108,101,99,116,40,34,114,97,110,100,111,109,34,41,125,125,125,44,91,116,46,95,118,40,34,32,34,43,116,46,95,115,40,116,46,36,116,40,34,115,111,114,116,46,114,97,110,100,111,109,34,41,41,43,34,32,34,41,93,41,93,44,49,41,125,44,75,114,61,91,93,44,89,114,61,123,110,97,109,101,58,34,83,111,114,116,83,101,108,101,99,116,34,44,99,111,109,112,117,116,101,100,58,123,115,111,114,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,111,114,116,77,111,100,101,125,125,44,109,101,116,104,111,100,115,58,123,111,110,83,101,108,101,99,116,58,102,117,110,99,116,105,111,110,40,116,41,123,34,114,97,110,100,111,109,34,61,61,61,116,38,38,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,83,101,101,100,34,44,77,97,116,104,46,114,111,117,110,100,40,49,101,53,42,77,97,116,104,46,114,97,110,100,111,109,40,41,41,41,44,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,83,111,114,116,77,111,100,101,34,44,116,41,125,125,125,44,74,114,61,89,114,44,90,114,61,40,110,40,34,97,56,99,99,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,74,114,44,87,114,44,75,114,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,88,114,61,90,114,46,101,120,112,111,114,116,115,44,116,105,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,34,82,101,115,117,108,116,115,67,97,114,100,34,44,99,111,109,112,111,110,101,110,116,115,58,123,83,111,114,116,83,101,108,101,99,116,58,88,114,44,68,105,115,112,108,97,121,77,111,100,101,84,111,103,103,108,101,58,86,114,125,44,99,111,109,112,117,116,101,100,58,123,108,97,115,116,82,101,115,117,108,116,115,76,111,97,100,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,125,44,104,105,116,67,111,117,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,46,97,103,103,114,101,103,97,116,105,111,110,115,46,116,111,116,97,108,95,99,111,117,110,116,46,118,97,108,117,101,125,44,116,97,98,108,101,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,114,101,116,117,114,110,32,116,46,112,117,115,104,40,123,107,101,121,58,116,104,105,115,46,36,116,40,34,113,117,101,114,121,84,105,109,101,34,41,44,118,97,108,117,101,58,116,104,105,115,46,116,111,111,107,40,41,125,41,44,116,46,112,117,115,104,40,123,107,101,121,58,116,104,105,115,46,36,116,40,34,116,111,116,97,108,83,105,122,101,34,41,44,118,97,108,117,101,58,116,104,105,115,46,116,111,116,97,108,83,105,122,101,40,41,125,41,44,116,125,125,44,109,101,116,104,111,100,115,58,123,116,111,111,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,46,116,111,111,107,43,34,109,115,34,125,44,116,111,116,97,108,83,105,122,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,72,40,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,46,97,103,103,114,101,103,97,116,105,111,110,115,46,116,111,116,97,108,95,115,105,122,101,46,118,97,108,117,101,41,125,125,125,41,44,101,105,61,116,105,44,110,105,61,40,110,40,34,97,48,55,57,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,101,105,44,65,114,44,82,114,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,114,105,61,110,105,46,101,120,112,111,114,116,115,44,105,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,105,110,112,117,116,45,103,114,111,117,112,34,44,115,116,97,116,105,99,83,116,121,108,101,58,123,34,109,97,114,103,105,110,45,98,111,116,116,111,109,34,58,34,48,46,53,101,109,34,44,34,109,97,114,103,105,110,45,116,111,112,34,58,34,49,101,109,34,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,34,125,44,91,110,40,34,98,45,98,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,34,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,36,114,101,102,115,91,34,112,97,116,104,45,109,111,100,97,108,34,93,46,115,104,111,119,40,41,125,125,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,53,55,54,32,53,49,50,34,44,119,105,100,116,104,58,34,50,48,112,120,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,102,105,108,108,58,34,99,117,114,114,101,110,116,67,111,108,111,114,34,44,100,58,34,77,50,56,56,32,50,50,52,104,50,50,52,97,51,50,32,51,50,32,48,32,48,32,48,32,51,50,45,51,50,86,54,52,97,51,50,32,51,50,32,48,32,48,32,48,45,51,50,45,51,50,72,52,48,48,76,51,54,56,32,48,104,45,56,48,97,51,50,32,51,50,32,48,32,48,32,48,45,51,50,32,51,50,118,54,52,72,54,52,86,56,97,56,32,56,32,48,32,48,32,48,45,56,45,56,72,52,48,97,56,32,56,32,48,32,48,32,48,45,56,32,56,118,51,57,50,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,32,49,54,104,50,48,56,118,54,52,97,51,50,32,51,50,32,48,32,48,32,48,32,51,50,32,51,50,104,50,50,52,97,51,50,32,51,50,32,48,32,48,32,48,32,51,50,45,51,50,86,51,53,50,97,51,50,32,51,50,32,48,32,48,32,48,45,51,50,45,51,50,72,52,48,48,108,45,51,50,45,51,50,104,45,56,48,97,51,50,32,51,50,32,48,32,48,32,48,45,51,50,32,51,50,118,54,52,72,54,52,86,49,50,56,104,49,57,50,118,54,52,97,51,50,32,51,50,32,48,32,48,32,48,32,51,50,32,51,50,122,109,48,32,57,54,104,54,54,46,55,52,108,51,50,32,51,50,72,53,49,50,118,49,50,56,72,50,56,56,122,109,48,45,50,56,56,104,54,54,46,55,52,108,51,50,32,51,50,72,53,49,50,118,49,50,56,72,50,56,56,122,34,125,125,41,93,41,93,41,93,44,49,41,44,110,40,34,86,117,101,83,105,109,112,108,101,83,117,103,103,101,115,116,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,111,114,109,45,99,111,110,116,114,111,108,45,102,105,120,45,102,108,101,120,34,44,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,103,101,116,80,97,116,104,84,101,120,116,44,108,105,115,116,58,116,46,115,117,103,103,101,115,116,80,97,116,104,44,34,109,97,120,45,115,117,103,103,101,115,116,105,111,110,115,34,58,48,44,112,108,97,99,101,104,111,108,100,101,114,58,116,46,36,116,40,34,112,97,116,104,66,97,114,46,112,108,97,99,101,104,111,108,100,101,114,34,41,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,80,97,116,104,84,101,120,116,125,44,115,99,111,112,101,100,83,108,111,116,115,58,116,46,95,117,40,91,123,107,101,121,58,34,115,117,103,103,101,115,116,105,111,110,45,105,116,101,109,34,44,102,110,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,101,46,115,117,103,103,101,115,116,105,111,110,44,105,61,101,46,113,117,101,114,121,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,115,117,103,103,101,115,116,105,111,110,45,108,105,110,101,34,44,97,116,116,114,115,58,123,116,105,116,108,101,58,114,125,125,44,91,110,40,34,115,116,114,111,110,103,34,44,91,116,46,95,118,40,116,46,95,115,40,105,41,41,93,41,44,116,46,95,118,40,116,46,95,115,40,116,46,103,101,116,83,117,103,103,101,115,116,105,111,110,87,105,116,104,111,117,116,81,117,101,114,121,80,114,101,102,105,120,40,114,44,105,41,41,43,34,32,34,41,93,41,93,41,125,125,93,41,125,41,93,44,49,41,44,110,40,34,98,45,109,111,100,97,108,34,44,123,114,101,102,58,34,112,97,116,104,45,109,111,100,97,108,34,44,97,116,116,114,115,58,123,116,105,116,108,101,58,116,46,36,116,40,34,112,97,116,104,66,97,114,46,109,111,100,97,108,84,105,116,108,101,34,41,44,115,105,122,101,58,34,108,103,34,44,34,104,105,100,101,45,102,111,111,116,101,114,34,58,33,48,44,115,116,97,116,105,99,58,34,34,125,125,44,91,110,40,34,100,105,118,34,44,123,97,116,116,114,115,58,123,105,100,58,34,112,97,116,104,84,114,101,101,34,125,125,41,93,41,93,44,49,41,125,44,111,105,61,91,93,44,97,105,61,40,110,40,34,99,52,99,57,34,41,44,123,110,97,109,101,58,34,80,97,116,104,84,114,101,101,34,44,99,111,109,112,111,110,101,110,116,115,58,123,86,117,101,83,105,109,112,108,101,83,117,103,103,101,115,116,58,119,110,91,34,97,34,93,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,109,105,109,101,84,114,101,101,58,110,117,108,108,44,112,97,116,104,73,116,101,109,115,58,91,93,44,116,109,112,80,97,116,104,58,34,34,125,125,44,99,111,109,112,117,116,101,100,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,99,34,93,41,40,91,34,103,101,116,80,97,116,104,84,101,120,116,34,93,41,41,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,34,115,101,116,73,110,100,105,99,101,115,34,61,61,61,101,46,116,121,112,101,41,123,118,97,114,32,110,61,110,101,119,32,68,114,46,97,40,123,100,97,116,97,58,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,114,101,116,117,114,110,32,116,46,103,101,116,78,101,120,116,68,101,112,116,104,40,101,41,125,44,115,111,114,116,58,34,116,101,120,116,34,125,41,59,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,105,110,100,105,99,101,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,46,97,100,100,78,111,100,101,40,123,105,100,58,34,47,34,43,116,46,105,100,44,118,97,108,117,101,115,58,91,34,47,34,43,116,46,105,100,93,44,116,101,120,116,58,34,47,91,34,46,99,111,110,99,97,116,40,116,46,110,97,109,101,44,34,93,34,41,44,105,110,100,101,120,58,116,46,105,100,44,100,101,112,116,104,58,48,44,99,104,105,108,100,114,101,110,58,33,48,125,41,125,41,41,44,110,101,119,32,106,114,46,97,40,110,44,123,116,97,114,103,101,116,58,34,35,112,97,116,104,84,114,101,101,34,125,41,44,110,46,111,110,40,34,110,111,100,101,46,99,108,105,99,107,34,44,116,46,104,97,110,100,108,101,84,114,101,101,67,108,105,99,107,41,44,110,46,101,120,112,97,110,100,40,41,125,125,41,41,125,44,109,101,116,104,111,100,115,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,100,34,93,41,40,91,34,115,101,116,80,97,116,104,84,101,120,116,34,93,41,41,44,123,125,44,123,103,101,116,83,117,103,103,101,115,116,105,111,110,87,105,116,104,111,117,116,81,117,101,114,121,80,114,101,102,105,120,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,108,105,99,101,40,101,46,108,101,110,103,116,104,41,125,44,103,101,116,80,97,116,104,67,104,111,105,99,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,101,46,112,114,101,118,61,101,46,110,101,120,116,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,101,46,97,98,114,117,112,116,40,34,114,101,116,117,114,110,34,44,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,123,115,117,103,103,101,115,116,58,123,112,97,116,104,58,123,112,114,101,102,105,120,58,116,46,103,101,116,80,97,116,104,84,101,120,116,44,99,111,109,112,108,101,116,105,111,110,58,123,102,105,101,108,100,58,34,115,117,103,103,101,115,116,45,112,97,116,104,34,44,115,107,105,112,95,100,117,112,108,105,99,97,116,101,115,58,33,48,44,115,105,122,101,58,49,101,52,125,125,125,125,59,110,116,46,101,115,81,117,101,114,121,40,110,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,40,116,91,34,115,117,103,103,101,115,116,34,93,91,34,112,97,116,104,34,93,91,48,93,91,34,111,112,116,105,111,110,115,34,93,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,91,34,95,115,111,117,114,99,101,34,93,91,34,112,97,116,104,34,93,125,41,41,41,125,41,41,125,41,41,41,59,99,97,115,101,32,49,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,101,46,115,116,111,112,40,41,125,125,41,44,101,41,125,41,41,41,40,41,125,44,115,117,103,103,101,115,116,80,97,116,104,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,110,40,41,123,118,97,114,32,114,44,105,44,111,59,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,110,46,112,114,101,118,61,110,46,110,101,120,116,41,123,99,97,115,101,32,48,58,105,102,40,101,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,83,117,103,103,101,115,116,80,97,116,104,41,123,110,46,110,101,120,116,61,50,59,98,114,101,97,107,125,114,101,116,117,114,110,32,110,46,97,98,114,117,112,116,40,34,114,101,116,117,114,110,34,44,91,93,41,59,99,97,115,101,32,50,58,114,101,116,117,114,110,32,116,61,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,110,46,110,101,120,116,61,53,44,101,46,103,101,116,80,97,116,104,67,104,111,105,99,101,115,40,41,59,99,97,115,101,32,53,58,102,111,114,40,114,61,110,46,115,101,110,116,44,105,61,91,93,44,111,61,48,59,111,60,114,46,108,101,110,103,116,104,59,111,43,43,41,126,114,91,111,93,46,116,111,76,111,119,101,114,67,97,115,101,40,41,46,105,110,100,101,120,79,102,40,116,41,38,38,105,46,112,117,115,104,40,114,91,111,93,41,59,114,101,116,117,114,110,32,110,46,97,98,114,117,112,116,40,34,114,101,116,117,114,110,34,44,105,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,45,101,46,108,101,110,103,116,104,125,41,41,41,59,99,97,115,101,32,57,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,110,46,115,116,111,112,40,41,125,125,41,44,110,41,125,41,41,41,40,41,125,44,103,101,116,78,101,120,116,68,101,112,116,104,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,123,113,117,101,114,121,58,123,98,111,111,108,58,123,102,105,108,116,101,114,58,91,123,116,101,114,109,58,123,105,110,100,101,120,58,116,46,105,110,100,101,120,125,125,44,123,114,97,110,103,101,58,123,95,100,101,112,116,104,58,123,103,116,101,58,116,46,100,101,112,116,104,43,49,44,108,116,101,58,116,46,100,101,112,116,104,43,51,125,125,125,93,125,125,44,97,103,103,115,58,123,112,97,116,104,115,58,123,116,101,114,109,115,58,123,102,105,101,108,100,58,34,112,97,116,104,34,44,115,105,122,101,58,49,101,52,125,125,125,44,115,105,122,101,58,48,125,59,114,101,116,117,114,110,32,116,46,100,101,112,116,104,62,48,38,38,40,101,46,113,117,101,114,121,46,98,111,111,108,46,109,117,115,116,61,123,112,114,101,102,105,120,58,123,112,97,116,104,58,116,46,105,100,125,125,41,44,110,116,46,101,115,81,117,101,114,121,40,101,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,101,91,34,97,103,103,114,101,103,97,116,105,111,110,115,34,93,91,34,112,97,116,104,115,34,93,91,34,98,117,99,107,101,116,115,34,93,59,105,102,40,33,110,41,114,101,116,117,114,110,33,49,59,118,97,114,32,114,61,91,93,59,114,101,116,117,114,110,32,110,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,46,107,101,121,46,108,101,110,103,116,104,62,116,46,105,100,46,108,101,110,103,116,104,124,124,116,46,105,100,46,115,116,97,114,116,115,87,105,116,104,40,34,47,34,41,125,41,41,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,107,101,121,62,101,46,107,101,121,125,41,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,114,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,107,101,121,46,115,116,97,114,116,115,87,105,116,104,40,116,41,125,41,41,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,110,61,116,46,105,100,46,115,116,97,114,116,115,87,105,116,104,40,34,47,34,41,63,101,46,107,101,121,58,101,46,107,101,121,46,115,108,105,99,101,40,116,46,105,100,46,108,101,110,103,116,104,43,49,41,59,114,101,116,117,114,110,32,114,46,112,117,115,104,40,101,46,107,101,121,41,44,123,105,100,58,101,46,107,101,121,44,116,101,120,116,58,34,34,46,99,111,110,99,97,116,40,110,44,34,47,32,40,34,41,46,99,111,110,99,97,116,40,101,46,100,111,99,95,99,111,117,110,116,44,34,41,34,41,44,100,101,112,116,104,58,116,46,100,101,112,116,104,43,49,44,105,110,100,101,120,58,116,46,105,110,100,101,120,44,118,97,108,117,101,115,58,91,101,46,107,101,121,93,44,99,104,105,108,100,114,101,110,58,33,48,125,125,41,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,125,41,41,125,41,41,125,44,104,97,110,100,108,101,84,114,101,101,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,48,33,61,61,101,46,100,101,112,116,104,38,38,40,116,104,105,115,46,115,101,116,80,97,116,104,84,101,120,116,40,101,46,105,100,41,44,116,104,105,115,46,36,114,101,102,115,91,34,112,97,116,104,45,109,111,100,97,108,34,93,46,104,105,100,101,40,41,44,116,104,105,115,46,36,101,109,105,116,40,34,115,101,97,114,99,104,34,41,41,44,110,40,41,125,125,41,125,41,44,115,105,61,97,105,44,99,105,61,40,110,40,34,100,100,97,98,34,41,44,110,40,34,99,57,49,57,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,115,105,44,105,105,44,111,105,44,33,49,44,110,117,108,108,44,34,98,50,52,97,57,57,101,54,34,44,110,117,108,108,41,41,44,117,105,61,99,105,46,101,120,112,111,114,116,115,44,108,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,97,116,116,114,115,58,123,105,100,58,34,115,105,122,101,83,108,105,100,101,114,34,125,125,41,125,44,100,105,61,91,93,44,112,105,61,110,40,34,102,53,50,56,34,41,44,104,105,61,110,46,110,40,112,105,41,44,109,105,61,40,110,40,34,100,102,50,102,34,41,44,123,110,97,109,101,58,34,83,105,122,101,83,108,105,100,101,114,34,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,34,115,105,122,101,83,108,105,100,101,114,34,41,44,110,61,104,105,46,97,46,99,114,101,97,116,101,40,101,44,123,115,116,97,114,116,58,91,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,122,101,77,105,110,63,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,122,101,77,105,110,58,48,44,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,122,101,77,97,120,63,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,122,101,77,97,120,58,53,101,49,48,93,44,116,111,111,108,116,105,112,115,58,91,33,48,44,33,48,93,44,98,101,104,97,118,105,111,117,114,58,34,100,114,97,103,45,116,97,112,34,44,99,111,110,110,101,99,116,58,33,48,44,114,97,110,103,101,58,123,109,105,110,58,48,44,34,49,48,37,34,58,49,101,54,44,34,50,48,37,34,58,49,101,55,44,34,53,48,37,34,58,53,101,57,44,109,97,120,58,53,101,49,48,125,44,102,111,114,109,97,116,58,123,116,111,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,62,61,53,101,49,48,63,34,53,48,71,43,34,58,72,40,77,97,116,104,46,114,111,117,110,100,40,116,41,41,125,44,102,114,111,109,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,125,125,41,59,68,40,101,44,49,48,44,34,32,45,32,34,41,44,101,46,113,117,101,114,121,83,101,108,101,99,116,111,114,65,108,108,40,34,46,110,111,85,105,45,99,111,110,110,101,99,116,34,41,91,48,93,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,34,115,108,105,100,101,114,45,99,111,108,111,114,48,34,41,44,110,46,111,110,40,34,115,101,116,34,44,40,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,48,61,61,61,110,63,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,83,105,122,101,77,105,110,34,44,48,61,61,61,114,91,48,93,63,118,111,105,100,32,48,58,77,97,116,104,46,114,111,117,110,100,40,114,91,48,93,41,41,58,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,83,105,122,101,77,97,120,34,44,114,91,49,93,62,61,53,101,49,48,63,118,111,105,100,32,48,58,77,97,116,104,46,114,111,117,110,100,40,114,91,49,93,41,41,125,41,41,125,125,41,44,102,105,61,109,105,44,103,105,61,40,110,40,34,57,53,101,101,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,102,105,44,108,105,44,100,105,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,118,105,61,103,105,46,101,120,112,111,114,116,115,44,98,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,97,116,116,114,115,58,123,105,100,58,34,100,97,116,101,83,108,105,100,101,114,34,125,125,41,125,44,120,105,61,91,93,44,121,105,61,123,110,97,109,101,58,34,68,97,116,101,83,108,105,100,101,114,34,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,34,115,101,116,68,97,116,101,66,111,117,110,100,115,77,97,120,34,61,61,61,101,46,116,121,112,101,41,123,118,97,114,32,110,61,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,34,100,97,116,101,83,108,105,100,101,114,34,41,59,105,102,40,110,46,99,104,105,108,100,114,101,110,46,108,101,110,103,116,104,62,48,41,114,101,116,117,114,110,59,118,97,114,32,114,61,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,100,97,116,101,66,111,117,110,100,115,77,97,120,44,105,61,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,100,97,116,101,66,111,117,110,100,115,77,105,110,44,111,61,104,105,46,97,46,99,114,101,97,116,101,40,110,44,123,115,116,97,114,116,58,91,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,100,97,116,101,77,105,110,63,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,100,97,116,101,77,105,110,58,105,44,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,100,97,116,101,77,97,120,63,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,100,97,116,101,77,97,120,58,114,93,44,116,111,111,108,116,105,112,115,58,91,33,48,44,33,48,93,44,98,101,104,97,118,105,111,117,114,58,34,100,114,97,103,45,116,97,112,34,44,99,111,110,110,101,99,116,58,33,48,44,114,97,110,103,101,58,123,109,105,110,58,105,44,109,97,120,58,114,125,44,102,111,114,109,97,116,58,123,116,111,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,82,40,116,41,125,44,102,114,111,109,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,125,125,41,59,68,40,110,44,49,48,44,34,32,45,32,34,44,33,48,41,44,110,46,113,117,101,114,121,83,101,108,101,99,116,111,114,65,108,108,40,34,46,110,111,85,105,45,99,111,110,110,101,99,116,34,41,91,48,93,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,34,115,108,105,100,101,114,45,99,111,108,111,114,48,34,41,44,111,46,111,110,40,34,115,101,116,34,44,40,102,117,110,99,116,105,111,110,40,101,44,110,44,111,41,123,48,61,61,61,110,63,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,68,97,116,101,77,105,110,34,44,111,91,48,93,61,61,61,105,63,118,111,105,100,32,48,58,77,97,116,104,46,114,111,117,110,100,40,111,91,48,93,41,41,58,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,68,97,116,101,77,97,120,34,44,111,91,49,93,62,61,114,63,118,111,105,100,32,48,58,77,97,116,104,46,114,111,117,110,100,40,111,91,49,93,41,41,125,41,41,125,125,41,41,125,125,44,95,105,61,121,105,44,84,105,61,40,110,40,34,53,97,57,102,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,95,105,44,98,105,44,120,105,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,83,105,61,84,105,46,101,120,112,111,114,116,115,44,119,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,97,116,116,114,115,58,123,105,100,58,34,116,97,103,84,114,101,101,34,125,125,41,125,44,122,105,61,91,93,59,102,117,110,99,116,105,111,110,32,36,105,40,116,41,123,114,101,116,117,114,110,32,116,46,95,116,114,101,101,46,100,101,102,97,117,108,116,83,116,97,116,101,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,116,46,115,116,97,116,101,40,110,44,101,41,125,41,41,44,116,125,102,117,110,99,116,105,111,110,32,67,105,40,116,44,101,44,110,44,114,44,105,41,123,114,101,116,117,114,110,32,114,46,115,116,97,116,101,40,116,41,33,61,61,101,38,38,40,114,46,95,116,114,101,101,46,98,97,116,99,104,40,41,44,114,46,95,116,114,101,101,46,99,111,110,102,105,103,46,110,111,100,101,115,46,114,101,115,101,116,83,116,97,116,101,79,110,82,101,115,116,111,114,101,38,38,34,114,101,115,116,111,114,101,100,34,61,61,61,110,38,38,36,105,40,114,41,44,114,46,115,116,97,116,101,40,116,44,101,41,44,114,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,34,43,110,44,114,44,33,49,41,44,105,38,38,114,46,104,97,115,67,104,105,108,100,114,101,110,40,41,38,38,114,46,99,104,105,108,100,114,101,110,46,114,101,99,117,114,115,101,68,111,119,110,40,40,102,117,110,99,116,105,111,110,40,114,41,123,67,105,40,116,44,101,44,110,44,114,41,125,41,41,44,114,46,109,97,114,107,68,105,114,116,121,40,41,44,114,46,95,116,114,101,101,46,101,110,100,40,41,41,44,114,125,102,117,110,99,116,105,111,110,32,79,105,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,101,46,115,112,108,105,116,40,34,46,34,41,44,111,61,123,105,100,58,110,44,99,111,117,110,116,58,114,44,116,101,120,116,58,49,33,61,61,105,46,108,101,110,103,116,104,63,105,91,48,93,58,34,34,46,99,111,110,99,97,116,40,105,91,48,93,44,34,32,40,34,41,46,99,111,110,99,97,116,40,114,44,34,41,34,41,44,110,97,109,101,58,105,91,48,93,44,99,104,105,108,100,114,101,110,58,91,93,44,98,108,117,114,58,102,117,110,99,116,105,111,110,40,41,123,125,44,115,101,108,101,99,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,40,34,115,101,108,101,99,116,101,100,34,44,33,48,41,44,116,104,105,115,46,99,104,101,99,107,40,41,125,44,100,101,115,101,108,101,99,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,40,34,115,101,108,101,99,116,101,100,34,44,33,49,41,44,116,104,105,115,46,117,110,99,104,101,99,107,40,41,125,44,117,110,99,104,101,99,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,67,105,40,34,99,104,101,99,107,101,100,34,44,33,49,44,34,117,110,99,104,101,99,107,101,100,34,44,116,104,105,115,44,33,49,41,44,116,104,105,115,46,115,116,97,116,101,40,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,44,33,49,41,44,116,104,105,115,46,104,97,115,80,97,114,101,110,116,40,41,38,38,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,46,114,101,102,114,101,115,104,73,110,100,101,116,101,114,109,105,110,97,116,101,83,116,97,116,101,40,41,44,116,104,105,115,46,95,116,114,101,101,46,101,110,100,40,41,44,116,104,105,115,125,44,99,104,101,99,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,67,105,40,34,99,104,101,99,107,101,100,34,44,33,48,44,34,99,104,101,99,107,101,100,34,44,116,104,105,115,44,33,49,41,44,116,104,105,115,46,104,97,115,80,97,114,101,110,116,40,41,38,38,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,46,114,101,102,114,101,115,104,73,110,100,101,116,101,114,109,105,110,97,116,101,83,116,97,116,101,40,41,44,116,104,105,115,46,95,116,114,101,101,46,101,110,100,40,41,44,116,104,105,115,125,125,44,97,61,33,49,59,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,110,97,109,101,61,61,61,111,46,110,97,109,101,38,38,40,97,61,33,48,44,49,33,61,61,105,46,108,101,110,103,116,104,63,79,105,40,116,46,99,104,105,108,100,114,101,110,44,105,46,115,108,105,99,101,40,49,41,46,106,111,105,110,40,34,46,34,41,44,110,44,114,41,58,40,99,111,110,115,111,108,101,46,101,114,114,111,114,40,34,70,73,88,77,69,58,32,68,117,112,108,105,99,97,116,101,32,116,97,103,63,34,41,44,99,111,110,115,111,108,101,46,116,114,97,99,101,40,116,41,41,41,125,41,41,44,97,124,124,40,49,33,61,61,105,46,108,101,110,103,116,104,63,40,79,105,40,111,46,99,104,105,108,100,114,101,110,44,105,46,115,108,105,99,101,40,49,41,46,106,111,105,110,40,34,46,34,41,44,110,44,114,41,44,116,46,112,117,115,104,40,111,41,41,58,116,46,112,117,115,104,40,111,41,41,125,118,97,114,32,107,105,61,123,110,97,109,101,58,34,84,97,103,80,105,99,107,101,114,34,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,116,97,103,84,114,101,101,58,110,117,108,108,44,108,111,97,100,101,100,70,114,111,109,65,114,103,115,58,33,49,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,34,115,101,116,85,105,77,105,109,101,77,97,112,34,61,61,61,101,46,116,121,112,101,63,40,116,46,105,110,105,116,105,97,108,105,122,101,84,114,101,101,40,41,44,116,46,117,112,100,97,116,101,84,114,101,101,40,41,41,58,34,98,117,115,85,112,100,97,116,101,84,97,103,115,34,61,61,61,101,46,116,121,112,101,38,38,119,105,110,100,111,119,46,115,101,116,84,105,109,101,111,117,116,40,116,46,117,112,100,97,116,101,84,114,101,101,44,50,101,51,41,125,41,41,125,44,109,101,116,104,111,100,115,58,123,105,110,105,116,105,97,108,105,122,101,84,114,101,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,116,104,105,115,46,116,97,103,84,114,101,101,61,110,101,119,32,68,114,46,97,40,123,115,101,108,101,99,116,105,111,110,58,123,109,111,100,101,58,34,99,104,101,99,107,98,111,120,34,44,97,117,116,111,68,101,115,101,108,101,99,116,58,33,49,125,44,99,104,101,99,107,98,111,120,58,123,97,117,116,111,67,104,101,99,107,67,104,105,108,100,114,101,110,58,33,49,125,44,100,97,116,97,58,116,125,41,44,110,101,119,32,106,114,46,97,40,116,104,105,115,46,116,97,103,84,114,101,101,44,123,116,97,114,103,101,116,58,34,35,116,97,103,84,114,101,101,34,125,41,44,116,104,105,115,46,116,97,103,84,114,101,101,46,111,110,40,34,110,111,100,101,46,115,116,97,116,101,46,99,104,97,110,103,101,100,34,44,116,104,105,115,46,104,97,110,100,108,101,84,114,101,101,67,108,105,99,107,41,125,44,117,112,100,97,116,101,84,114,101,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,91,93,59,110,116,46,103,101,116,84,97,103,115,40,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,110,41,123,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,105,40,101,44,116,46,105,100,44,116,46,105,100,44,116,46,99,111,117,110,116,41,125,41,41,44,116,46,116,97,103,84,114,101,101,46,114,101,109,111,118,101,65,108,108,40,41,44,116,46,116,97,103,84,114,101,101,46,97,100,100,78,111,100,101,115,40,101,41,44,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,84,97,103,115,46,108,101,110,103,116,104,62,48,38,38,33,116,46,108,111,97,100,101,100,70,114,111,109,65,114,103,115,38,38,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,84,97,103,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,116,97,103,84,114,101,101,46,110,111,100,101,40,101,41,46,115,101,108,101,99,116,40,41,44,116,46,108,111,97,100,101,100,70,114,111,109,65,114,103,115,61,33,48,125,41,41,125,41,41,125,44,104,97,110,100,108,101,84,114,101,101,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,33,61,61,101,38,38,34,99,111,108,108,97,112,115,101,100,34,33,61,61,101,38,38,34,114,101,110,100,101,114,101,100,34,33,61,61,101,38,38,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,83,101,108,101,99,116,101,100,84,97,103,115,34,44,70,40,116,104,105,115,46,116,97,103,84,114,101,101,41,41,125,125,125,44,77,105,61,107,105,44,76,105,61,40,110,40,34,97,99,98,101,34,41,44,110,40,34,101,52,55,56,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,77,105,44,119,105,44,122,105,44,33,49,44,110,117,108,108,44,34,54,52,49,53,100,51,51,56,34,44,110,117,108,108,41,41,44,73,105,61,76,105,46,101,120,112,111,114,116,115,44,68,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,108,105,115,116,45,103,114,111,117,112,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,51,34,125,44,116,46,95,108,40,116,46,100,111,99,115,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,40,34,68,111,99,76,105,115,116,73,116,101,109,34,44,123,107,101,121,58,116,46,95,105,100,44,97,116,116,114,115,58,123,100,111,99,58,116,125,125,41,125,41,41,44,49,41,125,44,80,105,61,91,93,44,106,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,108,101,120,45,99,111,108,117,109,110,32,97,108,105,103,110,45,105,116,101,109,115,45,115,116,97,114,116,32,109,98,45,50,34,125,44,91,110,40,34,68,111,99,73,110,102,111,77,111,100,97,108,34,44,123,97,116,116,114,115,58,123,115,104,111,119,58,116,46,115,104,111,119,73,110,102,111,44,100,111,99,58,116,46,100,111,99,125,44,111,110,58,123,99,108,111,115,101,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,104,111,119,73,110,102,111,61,33,49,125,125,125,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,101,100,105,97,32,109,108,45,50,34,125,44,91,116,46,100,111,99,46,95,112,114,111,112,115,46,104,97,115,84,104,117,109,98,110,97,105,108,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,97,108,105,103,110,45,115,101,108,102,45,115,116,97,114,116,32,109,114,45,50,32,119,114,97,112,112,101,114,45,115,109,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,105,109,103,45,119,114,97,112,112,101,114,34,125,44,91,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,86,105,100,101,111,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,108,97,121,34,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,118,105,101,119,66,111,120,58,34,48,32,48,32,52,57,52,46,57,52,50,32,52,57,52,46,57,52,50,34,44,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,100,58,34,109,51,53,46,51,53,51,32,48,32,52,50,52,46,50,51,54,32,50,52,55,46,52,55,49,45,52,50,52,46,50,51,54,32,50,52,55,46,52,55,49,122,34,125,125,41,93,41,93,41,58,116,46,95,101,40,41,44,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,73,109,97,103,101,124,124,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,86,105,100,101,111,63,110,40,34,105,109,103,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,111,105,110,116,101,114,32,102,105,116,45,115,109,34,44,97,116,116,114,115,58,123,115,114,99,58,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,71,105,102,38,38,116,46,104,111,118,101,114,63,34,102,47,34,43,116,46,100,111,99,46,95,105,100,58,34,116,47,34,43,116,46,100,111,99,46,95,115,111,117,114,99,101,46,105,110,100,101,120,43,34,47,34,43,116,46,100,111,99,46,95,105,100,44,97,108,116,58,34,34,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,84,104,117,109,98,110,97,105,108,67,108,105,99,107,40,41,125,125,125,41,58,110,40,34,105,109,103,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,105,116,45,115,109,34,44,97,116,116,114,115,58,123,115,114,99,58,34,116,47,34,43,116,46,100,111,99,46,95,115,111,117,114,99,101,46,105,110,100,101,120,43,34,47,34,43,116,46,100,111,99,46,95,105,100,44,97,108,116,58,34,34,125,125,41,93,41,93,41,58,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,105,108,101,45,105,99,111,110,45,119,114,97,112,112,101,114,34,125,44,91,110,40,34,70,105,108,101,73,99,111,110,34,41,93,44,49,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,111,99,45,108,105,110,101,32,109,108,45,51,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,100,105,115,112,108,97,121,58,34,102,108,101,120,34,125,125,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,105,110,102,111,45,105,99,111,110,34,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,104,111,119,73,110,102,111,61,33,48,125,125,125,41,44,110,40,34,68,111,99,70,105,108,101,84,105,116,108,101,34,44,123,97,116,116,114,115,58,123,100,111,99,58,116,46,100,111,99,125,125,41,93,44,49,41,44,110,40,34,67,111,110,116,101,110,116,68,105,118,34,44,123,97,116,116,114,115,58,123,100,111,99,58,116,46,100,111,99,125,125,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,97,116,104,45,114,111,119,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,97,116,104,45,108,105,110,101,34,44,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,112,97,116,104,40,41,41,125,125,41,44,110,40,34,84,97,103,67,111,110,116,97,105,110,101,114,34,44,123,97,116,116,114,115,58,123,104,105,116,58,116,46,100,111,99,125,125,41,93,44,49,41,44,116,46,100,111,99,46,95,115,111,117,114,99,101,46,112,97,103,101,115,124,124,116,46,100,111,99,46,95,115,111,117,114,99,101,46,97,117,116,104,111,114,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,97,116,104,45,114,111,119,32,116,101,120,116,45,109,117,116,101,100,34,125,44,91,116,46,100,111,99,46,95,115,111,117,114,99,101,46,112,97,103,101,115,63,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,100,111,99,46,95,115,111,117,114,99,101,46,112,97,103,101,115,41,43,34,32,34,43,116,46,95,115,40,116,46,100,111,99,46,95,115,111,117,114,99,101,46,112,97,103,101,115,62,49,63,116,46,36,116,40,34,112,97,103,101,115,34,41,58,116,46,36,116,40,34,112,97,103,101,34,41,41,41,93,41,58,116,46,95,101,40,41,44,116,46,100,111,99,46,95,115,111,117,114,99,101,46,97,117,116,104,111,114,38,38,116,46,100,111,99,46,95,115,111,117,114,99,101,46,112,97,103,101,115,63,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,120,45,49,34,125,44,91,116,46,95,118,40,34,45,34,41,93,41,58,116,46,95,101,40,41,44,116,46,100,111,99,46,95,115,111,117,114,99,101,46,97,117,116,104,111,114,63,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,100,111,99,46,95,115,111,117,114,99,101,46,97,117,116,104,111,114,41,41,93,41,58,116,46,95,101,40,41,93,41,58,116,46,95,101,40,41,93,44,49,41,93,41,93,44,49,41,125,44,113,105,61,91,93,44,69,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,115,118,103,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,105,108,101,45,105,99,111,110,34,44,97,116,116,114,115,58,123,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,53,48,32,53,48,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,102,105,108,108,58,34,99,117,114,114,101,110,116,67,111,108,111,114,34,44,100,58,34,77,32,55,32,50,32,76,32,55,32,52,56,32,76,32,52,51,32,52,56,32,76,32,52,51,32,49,52,46,53,57,51,55,53,32,76,32,52,50,46,55,49,56,55,53,32,49,52,46,50,56,49,50,53,32,76,32,51,48,46,55,49,56,55,53,32,50,46,50,56,49,50,53,32,76,32,51,48,46,52,48,54,50,53,32,50,32,90,32,77,32,57,32,52,32,76,32,50,57,32,52,32,76,32,50,57,32,49,54,32,76,32,52,49,32,49,54,32,76,32,52,49,32,52,54,32,76,32,57,32,52,54,32,90,32,77,32,51,49,32,53,46,52,51,55,53,32,76,32,51,57,46,53,54,50,53,32,49,52,32,76,32,51,49,32,49,52,32,90,34,125,125,41,93,41,125,44,66,105,61,91,93,44,72,105,61,123,110,97,109,101,58,34,70,105,108,101,73,99,111,110,34,125,44,65,105,61,72,105,44,82,105,61,40,110,40,34,53,100,101,56,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,65,105,44,69,105,44,66,105,44,33,49,44,110,117,108,108,44,34,48,99,101,99,51,52,99,56,34,44,110,117,108,108,41,41,44,85,105,61,82,105,46,101,120,112,111,114,116,115,44,70,105,61,123,110,97,109,101,58,34,68,111,99,76,105,115,116,73,116,101,109,34,44,99,111,109,112,111,110,101,110,116,115,58,123,70,105,108,101,73,99,111,110,58,85,105,44,67,111,110,116,101,110,116,68,105,118,58,97,114,44,68,111,99,73,110,102,111,77,111,100,97,108,58,116,114,44,68,111,99,70,105,108,101,84,105,116,108,101,58,80,110,44,84,97,103,67,111,110,116,97,105,110,101,114,58,79,110,125,44,112,114,111,112,115,58,91,34,100,111,99,34,93,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,104,111,118,101,114,58,33,49,44,115,104,111,119,73,110,102,111,58,33,49,125,125,44,109,101,116,104,111,100,115,58,123,111,110,84,104,117,109,98,110,97,105,108,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,101,46,112,114,101,118,61,101,46,110,101,120,116,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,83,108,105,100,101,34,44,116,46,100,111,99,46,95,115,101,113,41,44,101,46,110,101,120,116,61,51,44,116,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,115,104,111,119,76,105,103,104,116,98,111,120,34,41,59,99,97,115,101,32,51,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,101,46,115,116,111,112,40,41,125,125,41,44,101,41,125,41,41,41,40,41,125,44,112,97,116,104,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,91,34,112,97,116,104,46,116,101,120,116,34,93,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,91,34,112,97,116,104,46,116,101,120,116,34,93,43,34,47,34,58,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,91,34,112,97,116,104,46,110,71,114,97,109,34,93,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,91,34,112,97,116,104,46,110,71,114,97,109,34,93,43,34,47,34,58,116,104,105,115,46,100,111,99,46,95,115,111,117,114,99,101,46,112,97,116,104,43,34,47,34,58,116,104,105,115,46,100,111,99,46,95,115,111,117,114,99,101,46,112,97,116,104,43,34,47,34,125,125,125,44,81,105,61,70,105,44,78,105,61,40,110,40,34,97,99,99,51,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,81,105,44,106,105,44,113,105,44,33,49,44,110,117,108,108,44,34,48,50,99,102,50,100,52,57,34,44,110,117,108,108,41,41,44,71,105,61,78,105,46,101,120,112,111,114,116,115,44,86,105,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,34,68,111,99,76,105,115,116,34,44,99,111,109,112,111,110,101,110,116,115,58,123,68,111,99,76,105,115,116,73,116,101,109,58,71,105,125,44,112,114,111,112,115,58,91,34,100,111,99,115,34,44,34,97,112,112,101,110,100,34,93,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,119,105,110,100,111,119,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,115,99,114,111,108,108,34,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,52,48,48,44,110,61,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,34,97,112,112,34,41,59,119,105,110,100,111,119,46,105,110,110,101,114,72,101,105,103,104,116,43,119,105,110,100,111,119,46,115,99,114,111,108,108,89,62,61,110,46,111,102,102,115,101,116,72,101,105,103,104,116,45,101,38,38,116,46,97,112,112,101,110,100,40,41,125,41,41,125,125,41,44,87,105,61,86,105,44,75,105,61,40,110,40,34,55,49,57,49,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,87,105,44,68,105,44,80,105,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,89,105,61,75,105,46,101,120,112,111,114,116,115,44,74,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,109,111,100,97,108,34,44,123,97,116,116,114,115,58,123,118,105,115,105,98,108,101,58,116,46,115,104,111,119,44,115,105,122,101,58,34,108,103,34,44,34,104,105,100,101,45,102,111,111,116,101,114,34,58,33,48,44,115,116,97,116,105,99,58,34,34,44,116,105,116,108,101,58,116,46,36,116,40,34,104,101,108,112,46,104,101,108,112,34,41,125,44,111,110,58,123,99,108,111,115,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,36,101,109,105,116,40,34,99,108,111,115,101,34,41,125,44,104,105,100,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,36,101,109,105,116,40,34,99,108,111,115,101,34,41,125,125,125,44,91,110,40,34,104,50,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,115,105,109,112,108,101,83,101,97,114,99,104,34,41,41,41,93,41,44,110,40,34,116,97,98,108,101,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,116,97,98,108,101,34,125,44,91,110,40,34,116,98,111,100,121,34,44,91,110,40,34,116,114,34,44,91,110,40,34,116,100,34,44,91,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,34,43,34,41,93,41,93,41,44,110,40,34,116,100,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,97,110,100,34,41,41,41,93,41,93,41,44,110,40,34,116,114,34,44,91,110,40,34,116,100,34,44,91,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,34,124,34,41,93,41,93,41,44,110,40,34,116,100,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,111,114,34,41,41,41,93,41,93,41,44,110,40,34,116,114,34,44,91,110,40,34,116,100,34,44,91,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,34,45,34,41,93,41,93,41,44,110,40,34,116,100,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,110,111,116,34,41,41,41,93,41,93,41,44,110,40,34,116,114,34,44,91,110,40,34,116,100,34,44,91,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,39,34,34,39,41,93,41,93,41,44,110,40,34,116,100,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,113,117,111,116,101,115,34,41,41,41,93,41,93,41,44,110,40,34,116,114,34,44,91,110,40,34,116,100,34,44,91,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,116,101,114,109,34,41,41,43,34,42,34,41,93,41,93,41,44,110,40,34,116,100,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,112,114,101,102,105,120,34,41,41,41,93,41,93,41,44,110,40,34,116,114,34,44,91,110,40,34,116,100,34,44,91,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,34,40,34,41,93,41,44,116,46,95,118,40,34,32,34,43,116,46,95,115,40,116,46,36,116,40,34,97,110,100,34,41,41,43,34,32,34,41,44,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,34,41,34,41,93,41,93,41,44,110,40,34,116,100,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,112,97,114,101,110,115,34,41,41,41,93,41,93,41,44,110,40,34,116,114,34,44,91,110,40,34,116,100,34,44,91,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,116,101,114,109,34,41,41,43,34,126,78,34,41,93,41,93,41,44,110,40,34,116,100,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,116,105,108,100,101,84,101,114,109,34,41,41,41,93,41,93,41,44,110,40,34,116,114,34,44,91,110,40,34,116,100,34,44,91,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,39,34,46,46,46,34,126,78,39,41,93,41,93,41,44,110,40,34,116,100,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,116,105,108,100,101,80,104,114,97,115,101,34,41,41,41,93,41,93,41,93,41,93,41,44,110,40,34,112,34,44,123,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,101,120,97,109,112,108,101,49,34,41,41,125,125,41,44,110,40,34,112,34,44,123,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,100,101,102,97,117,108,116,79,112,101,114,97,116,111,114,34,41,41,125,125,41,44,110,40,34,112,34,44,123,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,102,117,122,122,121,34,41,41,125,125,41,44,110,40,34,98,114,34,41,44,110,40,34,112,34,44,123,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,109,111,114,101,73,110,102,111,83,105,109,112,108,101,34,41,41,125,125,41,44,110,40,34,112,34,41,44,110,40,34,104,50,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,97,100,118,97,110,99,101,100,83,101,97,114,99,104,34,41,41,41,93,41,44,110,40,34,112,34,44,123,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,109,111,114,101,73,110,102,111,65,100,118,97,110,99,101,100,34,41,41,125,125,41,93,41,125,44,90,105,61,91,93,44,88,105,61,123,110,97,109,101,58,34,72,101,108,112,68,105,97,108,111,103,34,44,112,114,111,112,115,58,91,34,115,104,111,119,34,93,125,44,116,111,61,88,105,44,101,111,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,116,111,44,74,105,44,90,105,44,33,49,44,110,117,108,108,44,34,48,56,55,50,101,52,57,51,34,44,110,117,108,108,41,44,110,111,61,101,111,46,101,120,112,111,114,116,115,44,114,111,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,99,111,109,112,111,110,101,110,116,115,58,123,72,101,108,112,68,105,97,108,111,103,58,110,111,44,68,111,99,76,105,115,116,58,89,105,44,84,97,103,80,105,99,107,101,114,58,73,105,44,68,97,116,101,83,108,105,100,101,114,58,83,105,44,83,105,122,101,83,108,105,100,101,114,58,118,105,44,80,97,116,104,84,114,101,101,58,117,105,44,82,101,115,117,108,116,115,67,97,114,100,58,114,105,44,77,105,109,101,80,105,99,107,101,114,58,72,114,44,76,105,103,104,116,98,111,120,58,83,114,44,68,111,99,67,97,114,100,87,97,108,108,58,102,114,44,73,110,100,101,120,80,105,99,107,101,114,58,108,110,44,83,101,97,114,99,104,66,97,114,58,87,101,44,80,114,101,108,111,97,100,101,114,58,84,116,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,97,100,105,110,103,58,33,49,44,117,105,76,111,97,100,105,110,103,58,33,48,44,115,101,97,114,99,104,58,118,111,105,100,32,48,44,100,111,99,115,58,91,93,44,100,111,99,73,100,115,58,110,101,119,32,83,101,116,44,115,101,97,114,99,104,66,117,115,121,58,33,49,44,83,105,115,116,50,81,117,101,114,121,58,109,110,44,115,104,111,119,72,101,108,112,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,99,34,93,41,40,91,34,105,110,100,105,99,101,115,34,44,34,111,112,116,68,105,115,112,108,97,121,34,93,41,41,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,115,101,97,114,99,104,61,103,110,40,41,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,101,40,110,41,123,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,101,46,112,114,101,118,61,101,46,110,101,120,116,41,123,99,97,115,101,32,48,58,105,102,40,33,110,41,123,101,46,110,101,120,116,61,51,59,98,114,101,97,107,125,114,101,116,117,114,110,32,101,46,110,101,120,116,61,51,44,116,46,99,108,101,97,114,82,101,115,117,108,116,115,40,41,59,99,97,115,101,32,51,58,114,101,116,117,114,110,32,101,46,110,101,120,116,61,53,44,116,46,115,101,97,114,99,104,78,111,119,40,109,110,46,115,101,97,114,99,104,81,117,101,114,121,40,41,41,59,99,97,115,101,32,53,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,101,46,115,116,111,112,40,41,125,125,41,44,101,41,125,41,41,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,125,40,41,44,51,53,48,44,123,108,101,97,100,105,110,103,58,33,49,125,41,44,110,116,46,103,101,116,77,105,109,101,84,121,112,101,115,40,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,77,105,109,101,77,97,112,34,44,101,41,125,41,41,44,116,104,105,115,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,108,111,97,100,70,114,111,109,65,114,103,115,34,44,116,104,105,115,46,36,114,111,117,116,101,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,117,112,100,97,116,101,65,114,103,115,34,44,116,46,36,114,111,117,116,101,114,41,125,41,41,44,116,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,91,34,115,101,116,83,105,122,101,77,105,110,34,44,34,115,101,116,83,105,122,101,77,97,120,34,44,34,115,101,116,68,97,116,101,77,105,110,34,44,34,115,101,116,68,97,116,101,77,97,120,34,44,34,115,101,116,83,101,97,114,99,104,84,101,120,116,34,44,34,115,101,116,80,97,116,104,84,101,120,116,34,44,34,115,101,116,83,111,114,116,77,111,100,101,34,44,34,115,101,116,79,112,116,72,105,103,104,108,105,103,104,116,34,44,34,115,101,116,79,112,116,70,114,97,103,109,101,110,116,83,105,122,101,34,44,34,115,101,116,70,117,122,122,121,34,44,34,115,101,116,83,105,122,101,34,44,34,115,101,116,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,34,44,34,115,101,116,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,34,44,34,115,101,116,83,101,108,101,99,116,101,100,84,97,103,115,34,44,34,115,101,116,79,112,116,81,117,101,114,121,77,111,100,101,34,44,34,115,101,116,79,112,116,83,101,97,114,99,104,73,110,80,97,116,104,34,93,46,105,110,99,108,117,100,101,115,40,101,46,116,121,112,101,41,41,123,105,102,40,116,46,115,101,97,114,99,104,66,117,115,121,41,114,101,116,117,114,110,59,116,46,115,101,97,114,99,104,40,33,48,41,125,125,41,41,125,41,41,44,116,104,105,115,46,103,101,116,68,97,116,101,82,97,110,103,101,40,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,101,116,68,97,116,101,66,111,117,110,100,115,77,105,110,40,101,46,109,105,110,41,44,116,46,115,101,116,68,97,116,101,66,111,117,110,100,115,77,97,120,40,101,46,109,97,120,41,44,110,116,46,103,101,116,83,105,115,116,50,73,110,102,111,40,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,101,116,83,105,115,116,50,73,110,102,111,40,101,41,44,116,46,115,101,116,73,110,100,105,99,101,115,40,101,46,105,110,100,105,99,101,115,41,44,116,46,117,105,76,111,97,100,105,110,103,61,33,49,44,116,46,115,101,97,114,99,104,40,33,48,41,125,41,41,46,99,97,116,99,104,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,115,104,111,119,69,114,114,111,114,84,111,97,115,116,40,41,125,41,41,125,41,41,125,44,109,101,116,104,111,100,115,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,100,34,93,41,40,123,115,101,116,83,105,115,116,50,73,110,102,111,58,34,115,101,116,83,105,115,116,50,73,110,102,111,34,44,115,101,116,73,110,100,105,99,101,115,58,34,115,101,116,73,110,100,105,99,101,115,34,44,115,101,116,68,97,116,101,66,111,117,110,100,115,77,105,110,58,34,115,101,116,68,97,116,101,66,111,117,110,100,115,77,105,110,34,44,115,101,116,68,97,116,101,66,111,117,110,100,115,77,97,120,58,34,115,101,116,68,97,116,101,66,111,117,110,100,115,77,97,120,34,44,115,101,116,84,97,103,115,58,34,115,101,116,84,97,103,115,34,125,41,41,44,123,125,44,123,115,104,111,119,69,114,114,111,114,84,111,97,115,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,98,118,84,111,97,115,116,46,116,111,97,115,116,40,116,104,105,115,46,36,116,40,34,116,111,97,115,116,46,101,115,67,111,110,110,69,114,114,34,41,44,123,116,105,116,108,101,58,116,104,105,115,46,36,116,40,34,116,111,97,115,116,46,101,115,67,111,110,110,69,114,114,84,105,116,108,101,34,41,44,110,111,65,117,116,111,72,105,100,101,58,33,48,44,116,111,97,115,116,101,114,58,34,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,34,44,104,101,97,100,101,114,67,108,97,115,115,58,34,116,111,97,115,116,45,104,101,97,100,101,114,45,101,114,114,111,114,34,44,98,111,100,121,67,108,97,115,115,58,34,116,111,97,115,116,45,98,111,100,121,45,101,114,114,111,114,34,125,41,125,44,115,104,111,119,83,121,110,116,97,120,69,114,114,111,114,84,111,97,115,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,98,118,84,111,97,115,116,46,116,111,97,115,116,40,116,104,105,115,46,36,116,40,34,116,111,97,115,116,46,101,115,81,117,101,114,121,69,114,114,34,41,44,123,116,105,116,108,101,58,116,104,105,115,46,36,116,40,34,116,111,97,115,116,46,101,115,81,117,101,114,121,69,114,114,84,105,116,108,101,34,41,44,110,111,65,117,116,111,72,105,100,101,58,33,48,44,116,111,97,115,116,101,114,58,34,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,34,44,104,101,97,100,101,114,67,108,97,115,115,58,34,116,111,97,115,116,45,104,101,97,100,101,114,45,119,97,114,110,105,110,103,34,44,98,111,100,121,67,108,97,115,115,58,34,116,111,97,115,116,45,98,111,100,121,45,119,97,114,110,105,110,103,34,125,41,125,44,115,101,97,114,99,104,78,111,119,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,110,40,41,123,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,110,46,112,114,101,118,61,110,46,110,101,120,116,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,101,46,115,101,97,114,99,104,66,117,115,121,61,33,48,44,110,46,110,101,120,116,61,51,44,101,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,105,110,99,114,101,109,101,110,116,81,117,101,114,121,83,101,113,117,101,110,99,101,34,41,59,99,97,115,101,32,51,58,110,116,46,101,115,81,117,101,114,121,40,116,41,46,116,104,101,110,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,116,40,110,41,123,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,116,46,112,114,101,118,61,116,46,110,101,120,116,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,116,46,110,101,120,116,61,50,44,101,46,104,97,110,100,108,101,83,101,97,114,99,104,40,110,41,59,99,97,115,101,32,50,58,101,46,115,101,97,114,99,104,66,117,115,121,61,33,49,59,99,97,115,101,32,51,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,116,46,115,116,111,112,40,41,125,125,41,44,116,41,125,41,41,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,125,40,41,41,46,99,97,116,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,53,48,48,61,61,61,116,46,114,101,115,112,111,110,115,101,46,115,116,97,116,117,115,38,38,34,97,100,118,97,110,99,101,100,34,61,61,61,101,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,81,117,101,114,121,77,111,100,101,63,101,46,115,104,111,119,83,121,110,116,97,120,69,114,114,111,114,84,111,97,115,116,40,41,58,101,46,115,104,111,119,69,114,114,111,114,84,111,97,115,116,40,41,125,41,41,59,99,97,115,101,32,52,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,110,46,115,116,111,112,40,41,125,125,41,44,110,41,125,41,41,41,40,41,125,44,99,108,101,97,114,82,101,115,117,108,116,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,101,46,112,114,101,118,61,101,46,110,101,120,116,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,116,46,100,111,99,115,61,91,93,44,116,46,100,111,99,73,100,115,46,99,108,101,97,114,40,41,44,101,46,110,101,120,116,61,52,44,116,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,99,108,101,97,114,82,101,115,117,108,116,115,34,41,59,99,97,115,101,32,52,58,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,82,101,97,99,104,101,100,83,99,114,111,108,108,69,110,100,34,44,33,49,41,59,99,97,115,101,32,53,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,101,46,115,116,111,112,40,41,125,125,41,44,101,41,125,41,41,41,40,41,125,44,104,97,110,100,108,101,83,101,97,114,99,104,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,110,40,41,123,118,97,114,32,114,44,105,44,111,44,97,59,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,110,46,112,114,101,118,61,110,46,110,101,120,116,41,123,99,97,115,101,32,48,58,48,61,61,116,46,104,105,116,115,46,104,105,116,115,46,108,101,110,103,116,104,38,38,101,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,82,101,97,99,104,101,100,83,99,114,111,108,108,69,110,100,34,44,33,48,41,44,116,46,104,105,116,115,46,104,105,116,115,61,116,46,104,105,116,115,46,104,105,116,115,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,101,46,100,111,99,73,100,115,46,104,97,115,40,116,46,95,105,100,41,125,41,41,44,116,46,104,105,116,115,46,104,105,116,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,100,111,99,73,100,115,46,97,100,100,40,116,46,95,105,100,41,125,41,41,44,105,61,79,98,106,101,99,116,40,82,101,91,34,97,34,93,41,40,116,46,104,105,116,115,46,104,105,116,115,41,44,110,46,112,114,101,118,61,52,44,105,46,115,40,41,59,99,97,115,101,32,54,58,105,102,40,40,111,61,105,46,110,40,41,41,46,100,111,110,101,41,123,110,46,110,101,120,116,61,49,53,59,98,114,101,97,107,125,105,102,40,97,61,111,46,118,97,108,117,101,44,33,97,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,73,109,97,103,101,38,38,33,97,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,86,105,100,101,111,41,123,110,46,110,101,120,116,61,49,51,59,98,114,101,97,107,125,114,101,116,117,114,110,32,110,46,110,101,120,116,61,49,49,44,101,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,103,101,116,75,101,121,83,101,113,117,101,110,99,101,34,41,59,99,97,115,101,32,49,49,58,97,46,95,115,101,113,61,110,46,115,101,110,116,44,101,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,97,100,100,76,105,103,104,116,98,111,120,83,111,117,114,99,101,34,44,123,115,111,117,114,99,101,58,34,102,47,34,46,99,111,110,99,97,116,40,97,46,95,105,100,41,44,116,104,117,109,98,110,97,105,108,58,97,46,95,112,114,111,112,115,46,104,97,115,84,104,117,109,98,110,97,105,108,63,34,116,47,34,46,99,111,110,99,97,116,40,97,46,95,115,111,117,114,99,101,46,105,110,100,101,120,44,34,47,34,41,46,99,111,110,99,97,116,40,97,46,95,105,100,41,58,110,117,108,108,44,99,97,112,116,105,111,110,58,123,99,111,109,112,111,110,101,110,116,58,107,114,44,112,114,111,112,115,58,123,104,105,116,58,97,125,125,44,116,121,112,101,58,97,46,95,112,114,111,112,115,46,105,115,86,105,100,101,111,63,34,118,105,100,101,111,34,58,34,105,109,97,103,101,34,125,41,59,99,97,115,101,32,49,51,58,110,46,110,101,120,116,61,54,59,98,114,101,97,107,59,99,97,115,101,32,49,53,58,110,46,110,101,120,116,61,50,48,59,98,114,101,97,107,59,99,97,115,101,32,49,55,58,110,46,112,114,101,118,61,49,55,44,110,46,116,48,61,110,91,34,99,97,116,99,104,34,93,40,52,41,44,105,46,101,40,110,46,116,48,41,59,99,97,115,101,32,50,48,58,114,101,116,117,114,110,32,110,46,112,114,101,118,61,50,48,44,105,46,102,40,41,44,110,46,102,105,110,105,115,104,40,50,48,41,59,99,97,115,101,32,50,51,58,114,101,116,117,114,110,32,110,46,110,101,120,116,61,50,53,44,101,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,114,101,109,111,117,110,116,76,105,103,104,116,98,111,120,34,41,59,99,97,115,101,32,50,53,58,101,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,76,97,115,116,81,117,101,114,121,82,101,115,117,108,116,34,44,116,41,44,40,114,61,101,46,100,111,99,115,41,46,112,117,115,104,46,97,112,112,108,121,40,114,44,79,98,106,101,99,116,40,76,91,34,97,34,93,41,40,116,46,104,105,116,115,46,104,105,116,115,41,41,59,99,97,115,101,32,50,55,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,110,46,115,116,111,112,40,41,125,125,41,44,110,44,110,117,108,108,44,91,91,52,44,49,55,44,50,48,44,50,51,93,93,41,125,41,41,41,40,41,125,44,103,101,116,68,97,116,101,82,97,110,103,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,116,46,101,115,81,117,101,114,121,40,123,97,103,103,115,58,123,100,97,116,101,77,105,110,58,123,109,105,110,58,123,102,105,101,108,100,58,34,109,116,105,109,101,34,125,125,44,100,97,116,101,77,97,120,58,123,109,97,120,58,123,102,105,101,108,100,58,34,109,116,105,109,101,34,125,125,125,44,115,105,122,101,58,48,125,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,109,105,110,58,116,46,97,103,103,114,101,103,97,116,105,111,110,115,46,100,97,116,101,77,105,110,46,118,97,108,117,101,44,109,97,120,58,116,46,97,103,103,114,101,103,97,116,105,111,110,115,46,100,97,116,101,77,97,120,46,118,97,108,117,101,125,125,41,41,125,44,97,112,112,101,110,100,70,117,110,99,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,117,105,82,101,97,99,104,101,100,83,99,114,111,108,108,69,110,100,124,124,33,116,104,105,115,46,115,101,97,114,99,104,124,124,116,104,105,115,46,115,101,97,114,99,104,66,117,115,121,124,124,116,104,105,115,46,115,101,97,114,99,104,78,111,119,40,109,110,46,115,101,97,114,99,104,81,117,101,114,121,40,41,41,125,125,41,44,98,101,102,111,114,101,82,111,117,116,101,85,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,117,105,76,105,103,104,116,98,111,120,73,115,79,112,101,110,63,40,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,95,115,101,116,85,105,83,104,111,119,76,105,103,104,116,98,111,120,34,44,33,49,41,44,110,40,33,49,41,41,58,110,40,41,125,125,41,44,105,111,61,114,111,44,111,111,61,40,110,40,34,99,50,101,51,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,105,111,44,72,101,44,65,101,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,97,111,61,111,111,46,101,120,112,111,114,116,115,59,114,91,34,100,101,102,97,117,108,116,34,93,46,117,115,101,40,36,91,34,97,34,93,41,59,118,97,114,32,115,111,61,91,123,112,97,116,104,58,34,47,34,44,110,97,109,101,58,34,83,101,97,114,99,104,80,97,103,101,34,44,99,111,109,112,111,110,101,110,116,58,97,111,125,44,123,112,97,116,104,58,34,47,115,116,97,116,115,34,44,110,97,109,101,58,34,83,116,97,116,115,34,44,99,111,109,112,111,110,101,110,116,58,99,101,125,44,123,112,97,116,104,58,34,47,99,111,110,102,105,103,34,44,110,97,109,101,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,34,44,99,111,109,112,111,110,101,110,116,58,66,101,125,93,44,99,111,61,110,101,119,32,36,91,34,97,34,93,40,123,109,111,100,101,58,34,104,97,115,104,34,44,98,97,115,101,58,34,34,44,114,111,117,116,101,115,58,115,111,44,115,99,114,111,108,108,66,101,104,97,118,105,111,114,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,125,41,44,117,111,61,99,111,44,108,111,61,110,40,34,97,57,50,53,34,41,44,112,111,61,123,101,110,58,123,115,101,97,114,99,104,66,97,114,58,123,115,105,109,112,108,101,58,34,83,101,97,114,99,104,34,44,97,100,118,97,110,99,101,100,58,34,65,100,118,97,110,99,101,100,32,115,101,97,114,99,104,34,44,102,117,122,122,121,58,34,70,117,122,122,121,34,125,44,100,111,119,110,108,111,97,100,58,34,68,111,119,110,108,111,97,100,34,44,97,110,100,58,34,97,110,100,34,44,112,97,103,101,58,34,112,97,103,101,34,44,112,97,103,101,115,58,34,112,97,103,101,115,34,44,109,105,109,101,84,121,112,101,115,58,34,77,101,100,105,97,32,116,121,112,101,115,34,44,116,97,103,115,58,34,84,97,103,115,34,44,104,101,108,112,58,123,115,105,109,112,108,101,83,101,97,114,99,104,58,34,83,105,109,112,108,101,32,115,101,97,114,99,104,34,44,97,100,118,97,110,99,101,100,83,101,97,114,99,104,58,34,65,100,118,97,110,99,101,100,32,115,101,97,114,99,104,34,44,104,101,108,112,58,34,72,101,108,112,34,44,116,101,114,109,58,34,60,84,69,82,77,62,34,44,97,110,100,58,34,65,78,68,32,111,112,101,114,97,116,111,114,34,44,111,114,58,34,79,82,32,111,112,101,114,97,116,111,114,34,44,110,111,116,58,34,110,101,103,97,116,101,115,32,97,32,115,105,110,103,108,101,32,116,101,114,109,34,44,113,117,111,116,101,115,58,34,119,105,108,108,32,109,97,116,99,104,32,116,104,101,32,101,110,99,108,111,115,101,100,32,115,101,113,117,101,110,99,101,32,111,102,32,116,101,114,109,115,32,105,110,32,116,104,97,116,32,115,112,101,99,105,102,105,99,32,111,114,100,101,114,34,44,112,114,101,102,105,120,58,34,119,105,108,108,32,109,97,116,99,104,32,97,110,121,32,116,101,114,109,32,119,105,116,104,32,97,32,103,105,118,101,110,32,112,114,101,102,105,120,32,119,104,101,110,32,117,115,101,100,32,97,116,32,116,104,101,32,101,110,100,32,111,102,32,97,32,119,111,114,100,34,44,112,97,114,101,110,115,58,34,117,115,101,100,32,116,111,32,103,114,111,117,112,32,101,120,112,114,101,115,115,105,111,110,115,34,44,116,105,108,100,101,84,101,114,109,58,34,109,97,116,99,104,32,97,32,116,101,114,109,32,119,105,116,104,32,97,32,103,105,118,101,110,32,101,100,105,116,32,100,105,115,116,97,110,99,101,34,44,116,105,108,100,101,80,104,114,97,115,101,58,34,109,97,116,99,104,32,97,32,112,104,114,97,115,101,32,119,105,116,104,32,97,32,103,105,118,101,110,32,110,117,109,98,101,114,32,111,102,32,97,108,108,111,119,101,100,32,105,110,116,101,114,118,101,110,105,110,103,32,117,110,109,97,116,99,104,101,100,32,119,111,114,100,115,34,44,101,120,97,109,112,108,101,49,58,39,70,111,114,32,101,120,97,109,112,108,101,58,32,60,99,111,100,101,62,34,102,114,105,101,100,32,101,103,103,115,34,32,43,40,101,103,103,112,108,97,110,116,32,124,32,112,111,116,97,116,111,41,32,45,102,114,105,116,116,97,116,97,60,47,99,111,100,101,62,32,119,105,108,108,32,109,97,116,99,104,32,116,104,101,32,112,104,114,97,115,101,32,60,105,62,102,114,105,101,100,32,101,103,103,115,60,47,105,62,32,97,110,100,32,101,105,116,104,101,114,32,60,105,62,101,103,103,112,108,97,110,116,60,47,105,62,32,111,114,32,60,105,62,112,111,116,97,116,111,60,47,105,62,44,32,98,117,116,32,119,105,108,108,32,105,103,110,111,114,101,32,114,101,115,117,108,116,115,32,99,111,110,116,97,105,110,105,110,103,32,60,105,62,102,114,105,116,116,97,116,97,60,47,105,62,46,39,44,100,101,102,97,117,108,116,79,112,101,114,97,116,111,114,58,34,87,104,101,110,32,110,101,105,116,104,101,114,32,60,99,111,100,101,62,43,60,47,99,111,100,101,62,32,111,114,32,60,99,111,100,101,62,124,60,47,99,111,100,101,62,32,105,115,32,115,112,101,99,105,102,105,101,100,44,32,116,104,101,32,100,101,102,97,117,108,116,32,111,112,101,114,97,116,111,114,32,105,115,32,60,99,111,100,101,62,43,60,47,99,111,100,101,62,32,40,97,110,100,41,46,34,44,102,117,122,122,121,58,34,87,104,101,110,32,116,104,101,32,60,98,62,70,117,122,122,121,60,47,98,62,32,111,112,116,105,111,110,32,105,115,32,99,104,101,99,107,101,100,44,32,112,97,114,116,105,97,108,32,109,97,116,99,104,101,115,32,98,97,115,101,100,32,111,110,32,51,45,103,114,97,109,115,32,97,114,101,32,97,108,115,111,32,114,101,116,117,114,110,101,100,46,34,44,109,111,114,101,73,110,102,111,83,105,109,112,108,101,58,39,70,111,114,32,109,111,114,101,32,105,110,102,111,114,109,97,116,105,111,110,44,32,115,101,101,32,60,97,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,32,114,101,108,61,34,110,111,114,101,102,101,114,114,101,114,34,32,104,114,101,102,61,34,47,47,119,119,119,46,101,108,97,115,116,105,99,46,99,111,47,103,117,105,100,101,47,101,110,47,101,108,97,115,116,105,99,115,101,97,114,99,104,47,114,101,102,101,114,101,110,99,101,47,99,117,114,114,101,110,116,47,113,117,101,114,121,45,100,115,108,45,115,105,109,112,108,101,45,113,117,101,114,121,45,115,116,114,105,110,103,45,113,117,101,114,121,46,104,116,109,108,34,62,69,108,97,115,116,105,99,115,101,97,114,99,104,32,100,111,99,117,109,101,110,116,97,116,105,111,110,60,47,97,62,39,44,109,111,114,101,73,110,102,111,65,100,118,97,110,99,101,100,58,39,70,111,114,32,100,111,99,117,109,101,110,116,97,116,105,111,110,32,97,98,111,117,116,32,116,104,101,32,97,100,118,97,110,99,101,100,32,115,101,97,114,99,104,32,109,111,100,101,44,32,115,101,101,32,60,97,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,32,114,101,108,61,34,110,111,114,101,102,101,114,114,101,114,34,32,104,114,101,102,61,34,47,47,119,119,119,46,101,108,97,115,116,105,99,46,99,111,47,103,117,105,100,101,47,101,110,47,101,108,97,115,116,105,99,115,101,97,114,99,104,47,114,101,102,101,114,101,110,99,101,47,99,117,114,114,101,110,116,47,113,117,101,114,121,45,100,115,108,45,113,117,101,114,121,45,115,116,114,105,110,103,45,113,117,101,114,121,46,104,116,109,108,35,113,117,101,114,121,45,115,116,114,105,110,103,45,115,121,110,116,97,120,34,62,69,108,97,115,116,105,99,115,101,97,114,99,104,32,100,111,99,117,109,101,110,116,97,116,105,111,110,60,47,97,62,39,125,44,99,111,110,102,105,103,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,34,44,99,111,110,102,105,103,68,101,115,99,114,105,112,116,105,111,110,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,105,115,32,115,97,118,101,100,32,105,110,32,114,101,97,108,32,116,105,109,101,32,102,111,114,32,116,104,105,115,32,98,114,111,119,115,101,114,46,34,44,99,111,110,102,105,103,82,101,115,101,116,58,34,82,101,115,101,116,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,115,101,97,114,99,104,79,112,116,105,111,110,115,58,34,83,101,97,114,99,104,32,111,112,116,105,111,110,115,34,44,116,114,101,101,109,97,112,79,112,116,105,111,110,115,58,34,84,114,101,101,109,97,112,32,111,112,116,105,111,110,115,34,44,100,105,115,112,108,97,121,79,112,116,105,111,110,115,58,34,68,105,115,112,108,97,121,32,111,112,116,105,111,110,115,34,44,111,112,116,58,123,108,97,110,103,58,34,76,97,110,103,117,97,103,101,34,44,104,105,103,104,108,105,103,104,116,58,34,69,110,97,98,108,101,32,104,105,103,104,108,105,103,104,116,105,110,103,34,44,102,117,122,122,121,58,34,83,101,116,32,102,117,122,122,121,32,115,101,97,114,99,104,32,98,121,32,100,101,102,97,117,108,116,34,44,115,101,97,114,99,104,73,110,80,97,116,104,58,34,69,110,97,98,108,101,32,109,97,116,99,104,105,110,103,32,113,117,101,114,121,32,97,103,97,105,110,115,116,32,100,111,99,117,109,101,110,116,32,112,97,116,104,34,44,115,117,103,103,101,115,116,80,97,116,104,58,34,69,110,97,98,108,101,32,97,117,116,111,45,99,111,109,112,108,101,116,101,32,105,110,32,112,97,116,104,32,102,105,108,116,101,114,32,98,97,114,34,44,102,114,97,103,109,101,110,116,83,105,122,101,58,34,72,105,103,104,108,105,103,104,116,32,99,111,110,116,101,120,116,32,115,105,122,101,32,105,110,32,99,104,97,114,97,99,116,101,114,115,34,44,113,117,101,114,121,77,111,100,101,58,34,83,101,97,114,99,104,32,109,111,100,101,34,44,100,105,115,112,108,97,121,77,111,100,101,58,34,68,105,115,112,108,97,121,34,44,99,111,108,117,109,110,115,58,34,67,111,108,117,109,110,32,99,111,117,110,116,34,44,116,114,101,101,109,97,112,84,121,112,101,58,34,84,114,101,101,109,97,112,32,116,121,112,101,34,44,116,114,101,101,109,97,112,84,105,108,105,110,103,58,34,84,114,101,101,109,97,112,32,116,105,108,105,110,103,34,44,116,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,58,34,84,114,101,101,109,97,112,32,99,111,108,111,114,32,103,114,111,117,112,105,110,103,32,100,101,112,116,104,32,40,102,108,97,116,41,34,44,116,114,101,101,109,97,112,67,111,108,111,114,58,34,84,114,101,101,109,97,112,32,99,111,108,111,114,32,40,99,97,115,99,97,100,101,100,41,34,44,116,114,101,101,109,97,112,83,105,122,101,58,34,84,114,101,101,109,97,112,32,115,105,122,101,34,44,116,104,101,109,101,58,34,84,104,101,109,101,34,44,108,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,58,34,68,111,32,110,111,116,32,112,114,101,108,111,97,100,32,102,117,108,108,45,115,105,122,101,32,105,109,97,103,101,115,32,102,111,114,32,97,100,106,97,99,101,110,116,32,115,108,105,100,101,115,32,105,110,32,105,109,97,103,101,32,118,105,101,119,101,114,46,34,44,115,108,105,100,101,68,117,114,97,116,105,111,110,58,34,83,108,105,100,101,32,100,117,114,97,116,105,111,110,34,44,114,101,115,117,108,116,83,105,122,101,58,34,78,117,109,98,101,114,32,111,102,32,114,101,115,117,108,116,115,32,112,101,114,32,112,97,103,101,34,44,116,97,103,79,114,79,112,101,114,97,116,111,114,58,34,85,115,101,32,79,82,32,111,112,101,114,97,116,111,114,32,119,104,101,110,32,115,112,101,99,105,102,121,105,110,103,32,109,117,108,116,105,112,108,101,32,116,97,103,115,46,34,125,44,113,117,101,114,121,77,111,100,101,58,123,115,105,109,112,108,101,58,34,83,105,109,112,108,101,34,44,97,100,118,97,110,99,101,100,58,34,65,100,118,97,110,99,101,100,34,125,44,108,97,110,103,58,123,101,110,58,34,69,110,103,108,105,115,104,34,44,102,114,58,34,70,114,97,110,195,167,97,105,115,34,125,44,100,105,115,112,108,97,121,77,111,100,101,58,123,103,114,105,100,58,34,71,114,105,100,34,44,108,105,115,116,58,34,76,105,115,116,34,125,44,99,111,108,117,109,110,115,58,123,97,117,116,111,58,34,65,117,116,111,34,125,44,116,114,101,101,109,97,112,84,121,112,101,58,123,99,97,115,99,97,100,101,100,58,34,67,97,115,99,97,100,101,100,34,44,102,108,97,116,58,34,70,108,97,116,32,40,99,111,109,112,97,99,116,41,34,125,44,116,114,101,101,109,97,112,83,105,122,101,58,123,115,109,97,108,108,58,34,83,109,97,108,108,34,44,109,101,100,105,117,109,58,34,77,101,100,105,117,109,34,44,108,97,114,103,101,58,34,76,97,114,103,101,34,44,120,76,97,114,103,101,58,34,120,76,97,114,103,101,34,44,120,120,76,97,114,103,101,58,34,120,120,76,97,114,103,101,34,44,99,117,115,116,111,109,58,34,67,117,115,116,111,109,34,125,44,116,114,101,101,109,97,112,84,105,108,105,110,103,58,123,98,105,110,97,114,121,58,34,66,105,110,97,114,121,34,44,115,113,117,97,114,105,102,121,58,34,83,113,117,97,114,105,102,121,34,44,115,108,105,99,101,58,34,83,108,105,99,101,34,44,100,105,99,101,58,34,68,105,99,101,34,44,115,108,105,99,101,68,105,99,101,58,34,83,108,105,99,101,32,38,32,68,105,99,101,34,125,44,116,104,101,109,101,58,123,108,105,103,104,116,58,34,76,105,103,104,116,34,44,98,108,97,99,107,58,34,66,108,97,99,107,34,125,44,104,105,116,58,34,104,105,116,34,44,104,105,116,115,58,34,104,105,116,115,34,44,100,101,116,97,105,108,115,58,34,68,101,116,97,105,108,115,34,44,115,116,97,116,115,58,34,83,116,97,116,115,34,44,113,117,101,114,121,84,105,109,101,58,34,81,117,101,114,121,32,116,105,109,101,34,44,116,111,116,97,108,83,105,122,101,58,34,84,111,116,97,108,32,115,105,122,101,34,44,112,97,116,104,66,97,114,58,123,112,108,97,99,101,104,111,108,100,101,114,58,34,70,105,108,116,101,114,32,112,97,116,104,34,44,109,111,100,97,108,84,105,116,108,101,58,34,83,101,108,101,99,116,32,112,97,116,104,34,125,44,100,101,98,117,103,58,34,68,101,98,117,103,32,105,110,102,111,114,109,97,116,105,111,110,34,44,100,101,98,117,103,68,101,115,99,114,105,112,116,105,111,110,58,34,73,110,102,111,114,109,97,116,105,111,110,32,117,115,101,102,117,108,32,102,111,114,32,100,101,98,117,103,103,105,110,103,46,32,73,102,32,121,111,117,32,101,110,99,111,117,110,116,101,114,32,98,117,103,115,32,111,114,32,104,97,118,101,32,115,117,103,103,101,115,116,105,111,110,115,32,102,111,114,32,110,101,119,32,102,101,97,116,117,114,101,115,44,32,112,108,101,97,115,101,32,115,117,98,109,105,116,32,97,32,110,101,119,32,105,115,115,117,101,32,60,97,32,104,114,101,102,61,39,104,116,116,112,115,58,47,47,103,105,116,104,117,98,46,99,111,109,47,115,105,109,111,110,57,56,55,47,115,105,115,116,50,47,105,115,115,117,101,115,47,110,101,119,47,99,104,111,111,115,101,39,62,104,101,114,101,60,47,97,62,46,34,44,116,97,103,108,105,110,101,58,34,84,97,103,108,105,110,101,34,44,116,111,97,115,116,58,123,101,115,67,111,110,110,69,114,114,84,105,116,108,101,58,34,69,108,97,115,116,105,99,115,101,97,114,99,104,32,99,111,110,110,101,99,116,105,111,110,32,101,114,114,111,114,34,44,101,115,67,111,110,110,69,114,114,58,34,115,105,115,116,50,32,119,101,98,32,109,111,100,117,108,101,32,101,110,99,111,117,110,116,101,114,101,100,32,97,110,32,101,114,114,111,114,32,119,104,105,108,101,32,99,111,110,110,101,99,116,105,110,103,32,116,111,32,69,108,97,115,116,105,99,115,101,97,114,99,104,46,32,83,101,101,32,115,101,114,118,101,114,32,108,111,103,115,32,102,111,114,32,109,111,114,101,32,105,110,102,111,114,109,97,116,105,111,110,46,34,44,101,115,81,117,101,114,121,69,114,114,84,105,116,108,101,58,34,81,117,101,114,121,32,101,114,114,111,114,34,44,101,115,81,117,101,114,121,69,114,114,58,34,67,111,117,108,100,32,110,111,116,32,112,97,114,115,101,32,111,114,32,101,120,101,99,117,116,101,32,113,117,101,114,121,44,32,112,108,101,97,115,101,32,99,104,101,99,107,32,116,104,101,32,65,100,118,97,110,99,101,100,32,115,101,97,114,99,104,32,100,111,99,117,109,101,110,116,97,116,105,111,110,46,32,83,101,101,32,115,101,114,118,101,114,32,108,111,103,115,32,102,111,114,32,109,111,114,101,32,105,110,102,111,114,109,97,116,105,111,110,46,34,44,100,117,112,101,84,97,103,84,105,116,108,101,58,34,68,117,112,108,105,99,97,116,101,32,116,97,103,34,44,100,117,112,101,84,97,103,58,34,84,104,105,115,32,116,97,103,32,97,108,114,101,97,100,121,32,101,120,105,115,116,115,32,102,111,114,32,116,104,105,115,32,100,111,99,117,109,101,110,116,46,34,125,44,115,97,118,101,84,97,103,77,111,100,97,108,84,105,116,108,101,58,34,65,100,100,32,116,97,103,34,44,115,97,118,101,84,97,103,80,108,97,99,101,104,111,108,100,101,114,58,34,84,97,103,32,110,97,109,101,34,44,99,111,110,102,105,114,109,58,34,67,111,110,102,105,114,109,34,44,105,110,100,101,120,80,105,99,107,101,114,80,108,97,99,101,104,111,108,100,101,114,58,34,83,101,108,101,99,116,32,105,110,100,105,99,101,115,34,44,115,111,114,116,58,123,114,101,108,101,118,97,110,99,101,58,34,82,101,108,101,118,97,110,99,101,34,44,100,97,116,101,65,115,99,58,34,68,97,116,101,32,40,79,108,100,101,114,32,102,105,114,115,116,41,34,44,100,97,116,101,68,101,115,99,58,34,68,97,116,101,32,40,78,101,119,101,114,32,102,105,114,115,116,41,34,44,115,105,122,101,65,115,99,58,34,83,105,122,101,32,40,83,109,97,108,108,101,114,32,102,105,114,115,116,41,34,44,115,105,122,101,68,101,115,99,58,34,83,105,122,101,32,40,76,97,114,103,101,114,32,102,105,114,115,116,41,34,44,114,97,110,100,111,109,58,34,82,97,110,100,111,109,34,125,44,100,51,58,123,109,105,109,101,67,111,117,110,116,58,34,70,105,108,101,32,99,111,117,110,116,32,100,105,115,116,114,105,98,117,116,105,111,110,32,98,121,32,109,101,100,105,97,32,116,121,112,101,34,44,109,105,109,101,83,105,122,101,58,34,83,105,122,101,32,100,105,115,116,114,105,98,117,116,105,111,110,32,98,121,32,109,101,100,105,97,32,116,121,112,101,34,44,100,97,116,101,72,105,115,116,111,103,114,97,109,58,34,70,105,108,101,32,109,111,100,105,102,105,99,97,116,105,111,110,32,116,105,109,101,32,100,105,115,116,114,105,98,117,116,105,111,110,34,44,115,105,122,101,72,105,115,116,111,103,114,97,109,58,34,70,105,108,101,32,115,105,122,101,32,100,105,115,116,114,105,98,117,116,105,111,110,34,125,125,44,102,114,58,123,115,101,97,114,99,104,66,97,114,58,123,115,105,109,112,108,101,58,34,82,101,99,104,101,114,99,104,101,34,44,97,100,118,97,110,99,101,100,58,34,82,101,99,104,101,114,99,104,101,32,97,118,97,110,99,195,169,101,34,44,102,117,122,122,121,58,34,65,112,112,114,111,120,105,109,97,116,105,102,34,125,44,100,111,119,110,108,111,97,100,58,34,84,195,169,108,195,169,99,104,97,114,103,101,114,34,44,97,110,100,58,34,101,116,34,44,112,97,103,101,58,34,112,97,103,101,34,44,112,97,103,101,115,58,34,112,97,103,101,115,34,44,109,105,109,101,84,121,112,101,115,58,34,84,121,112,101,115,32,100,101,32,109,195,169,100,105,97,115,34,44,116,97,103,115,58,34,84,97,103,115,34,44,104,101,108,112,58,123,115,105,109,112,108,101,83,101,97,114,99,104,58,34,82,101,99,104,101,114,99,104,101,32,115,105,109,112,108,101,34,44,97,100,118,97,110,99,101,100,83,101,97,114,99,104,58,34,82,101,99,104,101,114,99,104,101,32,97,118,97,110,99,195,169,101,34,44,104,101,108,112,58,34,65,105,100,101,34,44,116,101,114,109,58,34,60,84,69,82,77,69,62,34,44,97,110,100,58,34,111,112,195,169,114,97,116,111,114,32,69,84,34,44,111,114,58,34,111,112,195,169,114,97,116,111,114,32,79,85,34,44,110,111,116,58,34,101,120,99,108,117,116,32,117,110,32,116,101,114,109,101,34,44,113,117,111,116,101,115,58,34,114,101,99,104,101,114,99,104,101,32,108,97,32,115,195,169,113,117,101,110,99,101,32,100,101,32,116,101,114,109,101,115,32,100,97,110,115,32,99,101,116,32,111,114,100,114,101,32,115,112,195,169,99,105,102,105,113,117,101,46,34,44,112,114,101,102,105,120,58,34,108,111,114,115,113,117,39,117,116,105,108,105,115,195,169,32,195,160,32,108,97,32,102,105,110,32,100,39,117,110,32,109,111,116,44,32,114,101,99,104,101,114,99,104,101,32,116,111,117,115,32,108,101,115,32,116,101,114,109,101,115,32,97,118,101,99,32,108,101,32,112,114,195,169,102,105,120,101,32,100,111,110,110,195,169,46,34,44,112,97,114,101,110,115,58,34,117,116,105,108,105,115,195,169,32,112,111,117,114,32,114,101,103,114,111,117,112,101,114,32,100,101,115,32,101,120,112,114,101,115,115,105,111,110,115,34,44,116,105,108,100,101,84,101,114,109,58,34,114,101,99,104,101,114,99,104,101,32,117,110,32,116,101,114,109,101,32,97,118,101,99,32,117,110,101,32,100,105,115,116,97,110,99,101,32,100,39,195,169,100,105,116,105,111,110,32,100,111,110,110,195,169,101,34,44,116,105,108,100,101,80,104,114,97,115,101,58,34,114,101,99,104,101,114,99,104,101,32,117,110,101,32,112,104,114,97,115,101,32,97,118,101,99,32,117,110,32,110,111,109,98,114,101,32,100,111,110,110,195,169,32,100,101,32,109,111,116,115,32,105,110,116,101,114,109,195,169,100,105,97,105,114,101,115,32,116,111,108,195,169,114,195,169,115,34,44,101,120,97,109,112,108,101,49,58,39,80,97,114,32,101,120,101,109,112,108,101,58,32,60,99,111,100,101,62,34,102,114,105,101,100,32,101,103,103,115,34,32,43,40,101,103,103,112,108,97,110,116,32,124,32,112,111,116,97,116,111,41,32,45,102,114,105,116,116,97,116,97,60,47,99,111,100,101,62,32,118,97,32,114,101,99,104,101,114,99,104,101,114,32,108,97,32,112,104,114,97,115,101,32,60,105,62,102,114,105,101,100,32,101,103,103,115,60,47,105,62,32,101,116,32,115,111,105,116,32,60,105,62,101,103,103,112,108,97,110,116,60,47,105,62,32,111,117,32,60,105,62,112,111,116,97,116,111,60,47,105,62,44,32,109,97,105,115,32,118,97,115,32,101,120,108,117,114,101,32,108,101,115,32,114,195,169,115,117,108,116,97,116,115,32,113,117,105,32,99,111,110,116,105,101,110,110,101,110,116,32,60,105,62,102,114,105,116,116,97,116,97,60,47,105,62,46,39,44,100,101,102,97,117,108,116,79,112,101,114,97,116,111,114,58,34,76,111,114,115,113,117,39,97,117,99,117,110,32,100,101,115,32,111,112,195,169,114,97,116,101,117,114,115,32,60,99,111,100,101,62,43,60,47,99,111,100,101,62,32,111,117,32,60,99,111,100,101,62,124,60,47,99,111,100,101,62,32,115,111,110,116,32,115,112,195,169,99,105,102,105,195,169,115,44,32,108,39,111,112,195,169,114,97,116,101,117,114,32,112,97,114,32,100,195,169,102,97,117,116,32,101,115,116,32,60,99,111,100,101,62,43,60,47,99,111,100,101,62,32,40,69,84,41,46,34,44,102,117,122,122,121,58,34,76,111,114,115,113,117,101,32,108,39,111,112,116,105,111,110,32,60,98,62,65,112,112,114,111,120,105,109,97,116,105,102,60,47,98,62,32,101,115,116,32,97,99,116,105,118,195,169,101,44,32,108,101,115,32,114,195,169,115,117,108,116,97,116,115,32,112,97,114,116,105,101,108,115,32,98,97,115,195,169,115,32,115,117,114,32,108,101,115,32,116,114,105,103,114,97,109,109,101,115,32,115,111,110,116,32,195,169,103,97,108,101,109,101,110,116,32,105,110,99,108,117,115,46,34,44,109,111,114,101,73,110,102,111,83,105,109,112,108,101,58,39,80,111,117,114,32,112,108,117,115,32,100,92,39,105,110,102,111,114,109,97,116,105,111,110,44,32,118,111,105,114,32,60,97,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,32,114,101,108,61,34,110,111,114,101,102,101,114,114,101,114,34,32,104,114,101,102,61,34,47,47,119,119,119,46,101,108,97,115,116,105,99,46,99,111,47,103,117,105,100,101,47,101,110,47,101,108,97,115,116,105,99,115,101,97,114,99,104,47,114,101,102,101,114,101,110,99,101,47,99,117,114,114,101,110,116,47,113,117,101,114,121,45,100,115,108,45,115,105,109,112,108,101,45,113,117,101,114,121,45,115,116,114,105,110,103,45,113,117,101,114,121,46,104,116,109,108,34,62,100,111,99,117,109,101,110,116,97,116,105,111,110,32,69,108,97,115,116,105,99,115,101,97,114,99,104,60,47,97,62,39,44,109,111,114,101,73,110,102,111,65,100,118,97,110,99,101,100,58,39,80,111,117,114,32,112,108,117,115,32,100,92,39,105,110,102,111,114,109,97,116,105,111,110,32,115,117,114,32,108,97,32,114,101,99,104,101,114,99,104,101,32,97,118,97,110,99,195,169,101,44,32,118,111,105,114,32,60,97,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,32,114,101,108,61,34,110,111,114,101,102,101,114,114,101,114,34,32,104,114,101,102,61,34,47,47,119,119,119,46,101,108,97,115,116,105,99,46,99,111,47,103,117,105,100,101,47,101,110,47,101,108,97,115,116,105,99,115,101,97,114,99,104,47,114,101,102,101,114,101,110,99,101,47,99,117,114,114,101,110,116,47,113,117,101,114,121,45,100,115,108,45,113,117,101,114,121,45,115,116,114,105,110,103,45,113,117,101,114,121,46,104,116,109,108,35,113,117,101,114,121,45,115,116,114,105,110,103,45,115,121,110,116,97,120,34,62,100,111,99,117,109,101,110,116,97,116,105,111,110,32,69,108,97,115,116,105,99,115,101,97,114,99,104,60,47,97,62,39,125,44,99,111,110,102,105,103,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,34,44,99,111,110,102,105,103,68,101,115,99,114,105,112,116,105,111,110,58,34,76,97,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,101,115,116,32,101,110,114,101,103,105,115,116,114,195,169,101,32,101,110,32,116,101,109,112,115,32,114,195,169,101,108,32,112,111,117,114,32,99,101,32,110,97,118,105,103,97,116,101,117,114,46,34,44,99,111,110,102,105,103,82,101,115,101,116,58,34,82,195,169,105,110,105,116,105,97,108,105,115,101,114,32,108,97,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,115,101,97,114,99,104,79,112,116,105,111,110,115,58,34,79,112,116,105,111,110,115,32,100,101,32,114,101,99,104,101,114,99,104,101,34,44,116,114,101,101,109,97,112,79,112,116,105,111,110,115,58,34,79,112,116,105,111,110,115,32,100,117,32,84,114,101,101,109,97,112,34,44,100,105,115,112,108,97,121,79,112,116,105,111,110,115,58,34,79,112,116,105,111,110,115,32,100,39,97,102,102,105,99,104,97,103,101,34,44,111,112,116,58,123,108,97,110,103,58,34,76,97,110,103,117,101,34,44,104,105,103,104,108,105,103,104,116,58,34,65,99,116,105,118,101,114,32,108,101,32,115,117,114,108,105,103,110,97,103,101,34,44,102,117,122,122,121,58,34,65,99,116,105,118,101,114,32,108,97,32,114,101,99,104,101,114,99,104,101,32,97,112,112,114,111,120,105,109,97,116,105,118,101,32,112,97,114,32,100,195,169,102,97,117,116,34,44,115,101,97,114,99,104,73,110,80,97,116,104,58,34,65,99,116,105,118,101,114,32,108,97,32,114,101,99,104,101,114,99,104,101,32,100,97,110,115,32,108,101,32,99,104,101,109,105,110,32,100,101,115,32,100,111,99,117,109,101,110,116,115,34,44,115,117,103,103,101,115,116,80,97,116,104,58,34,65,99,116,105,118,101,114,32,108,39,97,117,116,111,99,111,109,112,108,195,169,116,105,111,110,32,100,97,110,115,32,108,97,32,98,97,114,114,101,32,100,101,32,102,105,108,116,114,101,32,100,101,32,99,104,101,109,105,110,34,44,102,114,97,103,109,101,110,116,83,105,122,101,58,34,76,111,110,103,117,101,117,114,32,100,117,32,99,111,110,116,101,120,116,101,32,100,101,32,115,117,114,108,105,103,110,97,103,101,44,32,101,110,32,110,111,109,98,114,101,32,100,101,32,99,97,114,97,99,116,195,168,114,101,115,34,44,113,117,101,114,121,77,111,100,101,58,34,77,111,100,101,32,100,101,32,114,101,99,104,101,114,99,104,101,34,44,100,105,115,112,108,97,121,77,111,100,101,58,34,65,102,102,105,99,104,97,103,101,34,44,99,111,108,117,109,110,115,58,34,78,111,109,98,114,101,32,100,101,32,99,111,108,111,110,110,101,115,34,44,116,114,101,101,109,97,112,84,121,112,101,58,34,84,121,112,101,32,100,101,32,84,114,101,101,109,97,112,34,44,116,114,101,101,109,97,112,84,105,108,105,110,103,58,34,84,114,101,101,109,97,112,32,116,105,108,105,110,103,34,44,116,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,58,34,71,114,111,117,112,97,103,101,32,100,101,32,99,111,117,108,101,117,114,32,100,117,32,84,114,101,101,109,97,112,32,40,112,108,97,116,41,34,44,116,114,101,101,109,97,112,67,111,108,111,114,58,34,67,111,117,108,101,117,114,32,100,117,32,84,114,101,101,109,97,112,32,40,101,110,32,99,97,115,99,97,100,101,41,34,44,116,114,101,101,109,97,112,83,105,122,101,58,34,84,97,105,108,108,101,32,100,117,32,84,114,101,101,109,97,112,34,44,116,104,101,109,101,58,34,84,104,195,168,109,101,34,44,108,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,58,34,68,195,169,115,97,99,116,105,118,101,114,32,108,101,32,99,104,97,114,103,101,109,101,110,116,32,100,101,115,32,100,105,97,112,111,115,105,116,105,118,101,115,32,97,100,106,97,99,101,110,116,101,115,32,112,111,117,114,32,108,101,32,118,105,115,117,97,108,105,115,101,117,114,32,100,39,105,109,97,103,101,115,34,44,115,108,105,100,101,68,117,114,97,116,105,111,110,58,34,68,117,114,195,169,101,32,100,101,115,32,100,105,97,112,111,115,105,116,105,118,101,115,34,44,114,101,115,117,108,116,83,105,122,101,58,34,78,111,109,98,114,101,32,100,101,32,114,195,169,115,117,108,116,97,116,115,32,112,97,114,32,112,97,103,101,34,44,116,97,103,79,114,79,112,101,114,97,116,111,114,58,34,85,116,105,108,105,115,101,114,32,108,39,111,112,195,169,114,97,116,101,117,114,32,79,85,32,108,111,114,115,32,100,101,32,108,97,32,115,112,195,169,99,105,102,105,99,97,116,105,111,110,32,100,101,32,112,108,117,115,105,101,117,114,115,32,116,97,103,115,34,125,44,113,117,101,114,121,77,111,100,101,58,123,115,105,109,112,108,101,58,34,83,105,109,112,108,101,34,44,97,100,118,97,110,99,101,100,58,34,65,118,97,110,99,195,169,34,125,44,108,97,110,103,58,123,101,110,58,34,69,110,103,108,105,115,104,34,44,102,114,58,34,70,114,97,110,195,167,97,105,115,34,125,44,100,105,115,112,108,97,121,77,111,100,101,58,123,103,114,105,100,58,34,71,114,105,108,108,101,34,44,108,105,115,116,58,34,76,105,115,116,101,34,125,44,99,111,108,117,109,110,115,58,123,97,117,116,111,58,34,65,117,116,111,34,125,44,116,114,101,101,109,97,112,84,121,112,101,58,123,99,97,115,99,97,100,101,100,58,34,69,110,32,99,97,115,99,97,100,101,34,44,102,108,97,116,58,34,80,108,97,116,32,40,99,111,109,112,97,99,116,41,34,125,44,116,114,101,101,109,97,112,83,105,122,101,58,123,115,109,97,108,108,58,34,80,101,116,105,116,34,44,109,101,100,105,117,109,58,34,77,111,121,101,110,34,44,108,97,114,103,101,58,34,71,114,97,110,100,34,44,120,76,97,114,103,101,58,34,120,71,114,97,110,100,34,44,120,120,76,97,114,103,101,58,34,120,120,71,114,97,110,100,34,44,99,117,115,116,111,109,58,34,80,101,114,115,111,110,110,97,108,105,115,195,169,34,125,44,116,114,101,101,109,97,112,84,105,108,105,110,103,58,123,98,105,110,97,114,121,58,34,66,105,110,97,114,121,34,44,115,113,117,97,114,105,102,121,58,34,83,113,117,97,114,105,102,121,34,44,115,108,105,99,101,58,34,83,108,105,99,101,34,44,100,105,99,101,58,34,68,105,99,101,34,44,115,108,105,99,101,68,105,99,101,58,34,83,108,105,99,101,32,38,32,68,105,99,101,34,125,44,116,104,101,109,101,58,123,108,105,103,104,116,58,34,67,108,97,105,114,34,44,98,108,97,99,107,58,34,78,111,105,114,34,125,44,104,105,116,58,34,114,195,169,115,117,108,116,97,116,34,44,104,105,116,115,58,34,114,195,169,115,117,108,116,97,116,115,34,44,100,101,116,97,105,108,115,58,34,68,195,169,116,97,105,108,115,34,44,115,116,97,116,115,58,34,83,116,97,116,115,34,44,113,117,101,114,121,84,105,109,101,58,34,68,117,114,195,169,101,32,100,101,32,108,97,32,114,101,113,117,195,170,116,101,34,44,116,111,116,97,108,83,105,122,101,58,34,84,97,105,108,108,101,32,116,111,116,97,108,101,34,44,112,97,116,104,66,97,114,58,123,112,108,97,99,101,104,111,108,100,101,114,58,34,70,105,108,116,114,101,114,32,108,101,32,99,104,101,109,105,110,34,44,109,111,100,97,108,84,105,116,108,101,58,34,83,195,169,108,101,99,116,105,111,110,110,101,114,32,108,101,32,99,104,101,109,105,110,34,125,44,100,101,98,117,103,58,34,73,110,102,111,114,109,97,116,105,111,110,32,100,101,32,100,195,169,98,111,103,97,103,101,34,44,100,101,98,117,103,68,101,115,99,114,105,112,116,105,111,110,58,34,73,110,102,111,114,109,97,116,105,111,110,115,32,117,116,105,108,101,115,32,112,111,117,114,32,108,101,32,100,195,169,98,111,103,97,103,101,92,110,83,105,32,118,111,117,115,32,114,101,110,99,111,110,116,114,101,122,32,100,101,115,32,98,111,103,117,101,115,32,111,117,32,115,105,32,118,111,117,115,32,97,118,101,122,32,100,101,115,32,115,117,103,103,101,115,116,105,111,110,115,32,112,111,117,114,32,100,101,32,110,111,117,118,101,108,108,101,115,32,102,111,110,99,116,105,111,110,110,97,108,105,116,195,169,115,44,32,118,101,117,105,108,108,101,122,32,115,111,117,109,101,116,116,114,101,32,117,110,32,110,111,117,118,101,108,32,73,115,115,117,101,32,60,97,32,104,114,101,102,61,39,104,116,116,112,115,58,47,47,103,105,116,104,117,98,46,99,111,109,47,115,105,109,111,110,57,56,55,47,115,105,115,116,50,47,105,115,115,117,101,115,47,110,101,119,47,99,104,111,111,115,101,39,62,105,99,105,60,47,97,62,46,34,44,116,97,103,108,105,110,101,58,34,84,97,103,108,105,110,101,34,44,116,111,97,115,116,58,123,101,115,67,111,110,110,69,114,114,84,105,116,108,101,58,34,69,114,114,101,117,114,32,100,101,32,99,111,110,110,101,120,105,111,110,32,69,108,97,115,116,105,99,115,101,97,114,99,104,34,44,101,115,67,111,110,110,69,114,114,58,34,76,101,32,109,111,100,117,108,101,32,119,101,98,32,97,32,114,101,110,99,111,110,116,114,195,169,32,117,110,101,32,101,114,114,101,117,114,32,108,111,114,115,32,100,101,32,108,97,32,99,111,110,110,101,120,105,111,110,32,195,160,32,69,108,97,115,116,105,99,115,101,97,114,99,104,46,32,67,111,110,115,117,108,116,101,122,32,108,101,115,32,106,111,117,114,110,97,117,120,32,100,117,32,115,101,114,118,101,117,114,32,112,111,117,114,32,112,108,117,115,32,100,39,105,110,102,111,114,109,97,116,105,111,110,115,46,46,34,44,101,115,81,117,101,114,121,69,114,114,84,105,116,108,101,58,34,69,114,114,101,117,114,32,100,101,32,114,101,113,117,195,170,116,101,34,44,101,115,81,117,101,114,121,69,114,114,58,34,73,109,112,111,115,115,105,98,108,101,32,100,39,97,110,97,108,121,115,101,114,32,111,117,32,100,39,101,120,195,169,99,117,116,101,114,32,108,97,32,114,101,113,117,195,170,116,101,44,32,118,101,117,105,108,108,101,122,32,99,111,110,115,117,108,116,101,114,32,108,97,32,100,111,99,117,109,101,110,116,97,116,105,111,110,32,115,117,114,32,108,97,32,114,101,99,104,101,114,99,104,101,32,97,118,97,110,99,195,169,101,46,32,86,111,105,114,32,108,101,115,32,106,111,117,114,110,97,117,120,32,100,117,32,115,101,114,118,101,117,114,32,112,111,117,114,32,112,108,117,115,32,100,39,105,110,102,111,114,109,97,116,105,111,110,115,46,34,44,100,117,112,101,84,97,103,84,105,116,108,101,58,34,84,97,103,32,101,110,32,100,111,117,98,108,101,34,44,100,117,112,101,84,97,103,58,34,67,101,32,116,97,103,32,101,120,105,115,116,101,32,100,195,169,106,195,160,32,112,111,117,114,32,99,101,32,100,111,99,117,109,101,110,116,46,34,125,44,115,97,118,101,84,97,103,77,111,100,97,108,84,105,116,108,101,58,34,65,106,111,117,116,101,114,32,117,110,32,116,97,103,34,44,115,97,118,101,84,97,103,80,108,97,99,101,104,111,108,100,101,114,58,34,78,111,109,32,100,117,32,116,97,103,34,44,99,111,110,102,105,114,109,58,34,67,111,110,102,105,114,109,101,114,34,44,105,110,100,101,120,80,105,99,107,101,114,80,108,97,99,101,104,111,108,100,101,114,58,34,83,195,169,108,101,99,116,105,111,110,110,101,114,32,117,110,32,105,110,100,101,120,34,44,115,111,114,116,58,123,114,101,108,101,118,97,110,99,101,58,34,80,101,114,116,105,110,101,110,99,101,34,44,100,97,116,101,65,115,99,58,34,68,97,116,101,32,40,80,108,117,115,32,97,110,99,105,101,110,116,41,34,44,100,97,116,101,68,101,115,99,58,34,68,97,116,101,32,40,80,108,117,115,32,114,195,169,99,101,110,116,41,34,44,115,105,122,101,65,115,99,58,34,84,97,105,108,108,101,32,40,80,108,117,115,32,112,101,116,105,116,41,34,44,115,105,122,101,68,101,115,99,58,34,84,97,105,108,108,101,32,40,80,108,117,115,32,103,114,97,110,100,41,34,44,114,97,110,100,111,109,58,34,65,108,195,169,97,116,111,105,114,101,34,125,44,100,51,58,123,109,105,109,101,67,111,117,110,116,58,34,68,105,115,116,114,105,98,117,116,105,111,110,32,100,117,32,110,111,109,98,114,101,32,100,101,32,102,105,99,104,105,101,114,115,32,112,97,114,32,116,121,112,101,32,100,101,32,109,195,169,100,105,97,34,44,109,105,109,101,83,105,122,101,58,34,68,105,115,116,114,105,98,117,116,105,111,110,32,100,101,115,32,116,97,105,108,108,101,115,32,100,101,32,102,105,99,104,105,101,114,115,32,112,97,114,32,116,121,112,101,32,100,101,32,109,195,169,100,105,97,34,44,100,97,116,101,72,105,115,116,111,103,114,97,109,58,34,68,105,115,116,114,105,98,117,116,105,111,110,32,100,101,115,32,100,97,116,101,115,32,100,101,32,109,111,100,105,102,105,99,97,116,105,111,110,34,44,115,105,122,101,72,105,115,116,111,103,114,97,109,58,34,68,105,115,116,114,105,98,117,116,105,111,110,32,100,101,115,32,116,97,105,108,108,101,115,32,100,101,32,102,105,99,104,105,101,114,34,125,125,125,59,114,91,34,100,101,102,97,117,108,116,34,93,46,99,111,110,102,105,103,46,112,114,111,100,117,99,116,105,111,110,84,105,112,61,33,49,44,114,91,34,100,101,102,97,117,108,116,34,93,46,117,115,101,40,108,111,91,34,97,34,93,41,44,114,91,34,100,101,102,97,117,108,116,34,93,46,117,115,101,40,36,91,34,97,34,93,41,59,118,97,114,32,104,111,61,110,101,119,32,108,111,91,34,97,34,93,40,123,108,111,99,97,108,101,58,34,101,110,34,44,109,101,115,115,97,103,101,115,58,112,111,125,41,59,110,101,119,32,114,91,34,100,101,102,97,117,108,116,34,93,40,123,114,111,117,116,101,114,58,117,111,44,115,116,111,114,101,58,100,110,44,105,49,56,110,58,104,111,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,40,122,41,125,125,41,46,36,109,111,117,110,116,40,34,35,97,112,112,34,41,125,44,34,53,97,57,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,54,54,56,97,34,41,125,44,34,53,100,101,56,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,56,48,53,55,34,41,125,44,34,53,101,101,57,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,49,102,51,53,34,41,125,44,54,52,49,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,54,53,56,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,54,54,56,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,55,48,54,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,102,101,50,48,34,41,125,44,55,49,57,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,54,53,56,102,34,41,125,44,55,51,53,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,55,57,101,55,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,98,49,100,102,34,41,125,44,56,48,50,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,98,100,100,102,34,41,125,44,56,48,53,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,56,53,101,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,56,99,51,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,56,100,55,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,57,53,101,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,100,55,102,56,34,41,125,44,97,48,55,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,98,97,102,97,34,41,125,44,97,53,100,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,97,56,99,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,49,100,55,101,34,41,125,44,97,99,49,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,48,100,50,52,34,41,125,44,97,99,98,101,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,56,99,51,102,34,41,125,44,97,99,99,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,56,100,55,99,34,41,125,44,98,49,100,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,98,50,51,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,101,52,101,100,34,41,125,44,98,57,100,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,99,54,57,98,34,41,125,44,98,97,102,97,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,98,100,100,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,99,50,101,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,99,56,55,55,34,41,125,44,99,52,102,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,100,53,57,51,34,41,125,44,99,54,57,98,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,99,56,55,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,99,57,49,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,55,51,53,50,34,41,125,44,100,53,57,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,100,55,102,56,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,100,100,97,98,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,54,52,49,55,34,41,125,44,100,101,53,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,101,48,54,98,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,48,56,56,56,34,41,125,44,101,52,55,56,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,51,100,56,54,34,41,125,44,101,52,101,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,102,48,57,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,97,53,100,99,34,41,125,44,102,50,97,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,102,50,101,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,50,98,50,99,34,41,125,44,102,57,54,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,100,101,53,100,34,41,125,44,102,99,100,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,102,101,50,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,125,41,59}; +char index_js[116238] = {40,102,117,110,99,116,105,111,110,40,116,41,123,102,117,110,99,116,105,111,110,32,101,40,101,41,123,102,111,114,40,118,97,114,32,114,44,97,44,115,61,101,91,48,93,44,99,61,101,91,49,93,44,117,61,101,91,50,93,44,100,61,48,44,112,61,91,93,59,100,60,115,46,108,101,110,103,116,104,59,100,43,43,41,97,61,115,91,100,93,44,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,105,44,97,41,38,38,105,91,97,93,38,38,112,46,112,117,115,104,40,105,91,97,93,91,48,93,41,44,105,91,97,93,61,48,59,102,111,114,40,114,32,105,110,32,99,41,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,99,44,114,41,38,38,40,116,91,114,93,61,99,91,114,93,41,59,108,38,38,108,40,101,41,59,119,104,105,108,101,40,112,46,108,101,110,103,116,104,41,112,46,115,104,105,102,116,40,41,40,41,59,114,101,116,117,114,110,32,111,46,112,117,115,104,46,97,112,112,108,121,40,111,44,117,124,124,91,93,41,44,110,40,41,125,102,117,110,99,116,105,111,110,32,110,40,41,123,102,111,114,40,118,97,114,32,116,44,101,61,48,59,101,60,111,46,108,101,110,103,116,104,59,101,43,43,41,123,102,111,114,40,118,97,114,32,110,61,111,91,101,93,44,114,61,33,48,44,115,61,49,59,115,60,110,46,108,101,110,103,116,104,59,115,43,43,41,123,118,97,114,32,99,61,110,91,115,93,59,48,33,61,61,105,91,99,93,38,38,40,114,61,33,49,41,125,114,38,38,40,111,46,115,112,108,105,99,101,40,101,45,45,44,49,41,44,116,61,97,40,97,46,115,61,110,91,48,93,41,41,125,114,101,116,117,114,110,32,116,125,118,97,114,32,114,61,123,125,44,105,61,123,105,110,100,101,120,58,48,125,44,111,61,91,93,59,102,117,110,99,116,105,111,110,32,97,40,101,41,123,105,102,40,114,91,101,93,41,114,101,116,117,114,110,32,114,91,101,93,46,101,120,112,111,114,116,115,59,118,97,114,32,110,61,114,91,101,93,61,123,105,58,101,44,108,58,33,49,44,101,120,112,111,114,116,115,58,123,125,125,59,114,101,116,117,114,110,32,116,91,101,93,46,99,97,108,108,40,110,46,101,120,112,111,114,116,115,44,110,44,110,46,101,120,112,111,114,116,115,44,97,41,44,110,46,108,61,33,48,44,110,46,101,120,112,111,114,116,115,125,97,46,109,61,116,44,97,46,99,61,114,44,97,46,100,61,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,97,46,111,40,116,44,101,41,124,124,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,101,44,123,101,110,117,109,101,114,97,98,108,101,58,33,48,44,103,101,116,58,110,125,41,125,44,97,46,114,61,102,117,110,99,116,105,111,110,40,116,41,123,34,117,110,100,101,102,105,110,101,100,34,33,61,61,116,121,112,101,111,102,32,83,121,109,98,111,108,38,38,83,121,109,98,111,108,46,116,111,83,116,114,105,110,103,84,97,103,38,38,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,83,121,109,98,111,108,46,116,111,83,116,114,105,110,103,84,97,103,44,123,118,97,108,117,101,58,34,77,111,100,117,108,101,34,125,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,116,44,34,95,95,101,115,77,111,100,117,108,101,34,44,123,118,97,108,117,101,58,33,48,125,41,125,44,97,46,116,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,105,102,40,49,38,101,38,38,40,116,61,97,40,116,41,41,44,56,38,101,41,114,101,116,117,114,110,32,116,59,105,102,40,52,38,101,38,38,34,111,98,106,101,99,116,34,61,61,61,116,121,112,101,111,102,32,116,38,38,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,41,114,101,116,117,114,110,32,116,59,118,97,114,32,110,61,79,98,106,101,99,116,46,99,114,101,97,116,101,40,110,117,108,108,41,59,105,102,40,97,46,114,40,110,41,44,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,110,44,34,100,101,102,97,117,108,116,34,44,123,101,110,117,109,101,114,97,98,108,101,58,33,48,44,118,97,108,117,101,58,116,125,41,44,50,38,101,38,38,34,115,116,114,105,110,103,34,33,61,116,121,112,101,111,102,32,116,41,102,111,114,40,118,97,114,32,114,32,105,110,32,116,41,97,46,100,40,110,44,114,44,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,91,101,93,125,46,98,105,110,100,40,110,117,108,108,44,114,41,41,59,114,101,116,117,114,110,32,110,125,44,97,46,110,61,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,38,38,116,46,95,95,101,115,77,111,100,117,108,101,63,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,91,34,100,101,102,97,117,108,116,34,93,125,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,125,59,114,101,116,117,114,110,32,97,46,100,40,101,44,34,97,34,44,101,41,44,101,125,44,97,46,111,61,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,116,44,101,41,125,44,97,46,112,61,34,34,59,118,97,114,32,115,61,119,105,110,100,111,119,91,34,119,101,98,112,97,99,107,74,115,111,110,112,34,93,61,119,105,110,100,111,119,91,34,119,101,98,112,97,99,107,74,115,111,110,112,34,93,124,124,91,93,44,99,61,115,46,112,117,115,104,46,98,105,110,100,40,115,41,59,115,46,112,117,115,104,61,101,44,115,61,115,46,115,108,105,99,101,40,41,59,102,111,114,40,118,97,114,32,117,61,48,59,117,60,115,46,108,101,110,103,116,104,59,117,43,43,41,101,40,115,91,117,93,41,59,118,97,114,32,108,61,99,59,111,46,112,117,115,104,40,91,48,44,34,99,104,117,110,107,45,118,101,110,100,111,114,115,34,93,41,44,110,40,41,125,41,40,123,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,46,101,120,112,111,114,116,115,61,110,40,34,53,54,100,55,34,41,125,44,34,48,51,52,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,56,53,101,99,34,41,125,44,34,48,100,50,52,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,48,100,51,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,102,50,97,100,34,41,125,44,34,49,100,55,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,49,102,51,53,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,50,98,50,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,51,100,56,54,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,53,50,97,98,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,102,99,100,50,34,41,125,44,34,53,54,100,55,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,46,114,40,101,41,59,110,40,34,101,50,54,48,34,41,44,110,40,34,101,54,99,102,34,41,44,110,40,34,99,99,97,54,34,41,44,110,40,34,97,55,57,100,34,41,44,110,40,34,101,55,57,50,34,41,44,110,40,34,48,99,100,100,34,41,59,118,97,114,32,114,61,110,40,34,50,98,48,101,34,41,44,105,61,110,40,34,53,102,53,98,34,41,59,110,40,34,97,98,56,98,34,41,44,110,40,34,50,100,100,56,34,41,59,114,91,34,100,101,102,97,117,108,116,34,93,46,117,115,101,40,105,91,34,97,34,93,41,59,118,97,114,32,111,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,99,108,97,115,115,58,116,46,103,101,116,67,108,97,115,115,40,41,44,97,116,116,114,115,58,123,105,100,58,34,97,112,112,34,125,125,44,91,110,40,34,78,97,118,66,97,114,34,41,44,116,46,99,111,110,102,105,103,76,111,97,100,105,110,103,63,116,46,95,101,40,41,58,110,40,34,114,111,117,116,101,114,45,118,105,101,119,34,41,93,44,49,41,125,44,97,61,91,93,44,115,61,110,40,34,53,53,51,48,34,41,44,99,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,110,97,118,98,97,114,34,44,91,34,47,34,33,61,61,116,46,36,114,111,117,116,101,46,112,97,116,104,63,110,40,34,98,45,110,97,118,98,97,114,45,98,114,97,110,100,34,44,123,97,116,116,114,115,58,123,116,111,58,34,47,34,125,125,44,91,110,40,34,83,105,115,116,50,73,99,111,110,34,41,93,44,49,41,58,110,40,34,98,45,110,97,118,98,97,114,45,98,114,97,110,100,34,44,123,97,116,116,114,115,58,123,104,114,101,102,58,34,46,34,125,125,44,91,110,40,34,83,105,115,116,50,73,99,111,110,34,41,93,44,49,41,44,116,46,36,115,116,111,114,101,38,38,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,63,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,97,100,103,101,32,98,97,100,103,101,45,112,105,108,108,32,118,101,114,115,105,111,110,34,125,44,91,116,46,95,118,40,34,32,118,34,43,116,46,95,115,40,116,46,115,105,115,116,50,86,101,114,115,105,111,110,40,41,41,41,44,116,46,105,115,68,101,98,117,103,40,41,63,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,34,45,100,98,103,34,41,93,41,58,116,46,95,101,40,41,93,41,58,116,46,95,101,40,41,44,116,46,36,115,116,111,114,101,38,38,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,63,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,116,97,103,108,105,110,101,34,44,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,116,97,103,108,105,110,101,40,41,41,125,125,41,58,116,46,95,101,40,41,44,110,40,34,98,45,98,117,116,116,111,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,108,45,97,117,116,111,34,44,97,116,116,114,115,58,123,116,111,58,34,115,116,97,116,115,34,44,118,97,114,105,97,110,116,58,34,108,105,110,107,34,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,115,116,97,116,115,34,41,41,41,93,41,44,110,40,34,98,45,98,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,116,111,58,34,99,111,110,102,105,103,34,44,118,97,114,105,97,110,116,58,34,108,105,110,107,34,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,99,111,110,102,105,103,34,41,41,41,93,41,93,44,49,41,125,44,117,61,91,93,44,108,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,119,105,100,116,104,58,34,50,55,46,56,54,56,48,54,57,109,109,34,44,104,101,105,103,104,116,58,34,55,46,54,52,52,54,54,55,49,109,109,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,50,55,46,56,54,56,48,54,57,32,55,46,54,52,52,54,54,55,49,34,125,125,44,91,110,40,34,103,34,44,123,97,116,116,114,115,58,123,116,114,97,110,115,102,111,114,109,58,34,116,114,97,110,115,108,97,116,101,40,45,52,46,53,48,49,56,51,49,51,44,45,52,46,49,56,52,57,55,57,51,41,34,125,125,44,91,110,40,34,103,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,102,105,108,108,58,34,99,117,114,114,101,110,116,67,111,108,111,114,34,44,34,102,105,108,108,45,111,112,97,99,105,116,121,34,58,34,49,34,44,115,116,114,111,107,101,58,34,110,111,110,101,34,44,34,115,116,114,111,107,101,45,119,105,100,116,104,34,58,34,48,46,50,54,52,53,56,51,51,50,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,34,115,116,114,111,107,101,45,119,105,100,116,104,34,58,34,48,46,50,54,52,53,56,51,51,50,34,125,44,97,116,116,114,115,58,123,100,58,34,109,32,54,46,51,49,53,51,50,57,54,44,49,49,46,56,50,57,54,52,54,32,113,32,45,48,46,55,55,49,55,48,49,52,44,48,32,45,49,46,56,49,51,52,57,56,51,44,45,48,46,51,51,55,54,49,57,32,118,32,45,48,46,57,49,54,51,57,53,32,113,32,49,46,48,49,50,56,53,56,49,44,48,46,53,49,49,50,53,50,32,49,46,56,48,51,56,53,50,44,48,46,53,49,49,50,53,50,32,48,46,53,54,52,51,48,54,55,44,48,32,48,46,57,48,49,57,50,54,44,45,48,46,50,51,54,51,51,52,32,48,46,51,51,55,54,49,57,52,44,45,48,46,50,51,54,51,51,51,32,48,46,51,51,55,54,49,57,52,44,45,48,46,54,51,49,56,51,32,48,44,45,48,46,51,52,50,52,52,50,56,32,45,48,46,50,56,52,53,54,52,57,44,45,48,46,53,52,57,56,51,55,54,32,81,32,54,46,57,56,48,57,50,50,44,57,46,52,53,54,54,54,52,53,32,54,46,51,54,51,53,54,48,57,44,57,46,51,50,54,52,51,57,57,32,76,32,53,46,57,57,50,49,55,57,54,44,57,46,50,52,57,50,54,57,56,32,81,32,53,46,50,51,48,49,50,52,53,44,57,46,48,57,52,57,50,57,53,32,52,46,56,55,51,50,49,50,54,44,56,46,55,52,50,56,52,48,55,32,52,46,53,50,49,49,50,51,56,44,56,46,51,56,53,57,50,56,56,32,52,46,53,50,49,49,50,51,56,44,55,46,55,55,51,51,57,48,56,32,113,32,48,44,45,48,46,55,55,54,53,50,52,53,32,48,46,53,51,48,53,52,52,55,44,45,49,46,49,57,54,49,51,55,50,32,48,46,53,51,48,53,52,52,55,44,45,48,46,52,49,57,54,49,50,54,32,49,46,53,48,57,54,52,48,57,44,45,48,46,52,49,57,54,49,50,54,32,48,46,56,50,57,53,55,57,44,48,32,49,46,54,48,54,49,48,51,54,44,48,46,51,49,56,51,50,54,56,32,86,32,55,46,51,52,52,49,51,49,57,32,81,32,55,46,52,49,48,49,56,48,57,44,54,46,57,48,48,52,48,51,54,32,54,46,53,56,53,52,50,53,49,44,54,46,57,48,48,52,48,51,54,32,113,32,45,49,46,49,54,55,49,57,56,52,44,48,32,45,49,46,49,54,55,49,57,56,52,44,48,46,55,57,53,56,49,55,49,32,48,44,48,46,50,54,48,52,52,57,50,32,48,46,49,48,49,50,56,53,56,44,48,46,52,49,52,55,56,57,53,32,48,46,49,48,49,50,56,53,56,44,48,46,49,52,57,53,49,55,49,32,48,46,51,56,53,56,53,48,55,44,48,46,50,53,53,54,50,54,49,32,48,46,50,56,52,53,54,52,57,44,48,46,49,48,49,50,56,53,56,32,48,46,56,51,57,50,50,53,51,44,48,46,50,49,50,50,49,55,57,32,108,32,48,46,51,53,54,57,49,49,57,44,48,46,48,54,55,53,50,52,32,113,32,49,46,51,52,48,56,51,49,50,44,48,46,50,54,53,50,55,50,52,32,49,46,51,52,48,56,51,49,50,44,49,46,52,54,49,52,48,57,56,32,48,44,48,46,56,48,48,54,52,32,45,48,46,53,54,57,49,50,57,56,44,49,46,50,54,51,54,54,49,32,45,48,46,53,54,57,49,50,57,56,44,48,46,52,53,56,49,57,55,32,45,49,46,53,53,55,56,55,50,50,44,48,46,52,53,56,49,57,55,32,122,34,125,125,41,44,110,40,34,112,97,116,104,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,34,115,116,114,111,107,101,45,119,105,100,116,104,34,58,34,48,46,50,54,52,53,56,51,51,50,34,125,44,97,116,116,114,115,58,123,100,58,34,109,32,49,49,46,57,52,51,57,50,55,44,53,46,51,48,56,55,54,57,52,32,113,32,45,48,46,49,52,52,54,57,52,44,48,32,45,48,46,49,52,52,54,57,52,44,45,48,46,49,52,52,54,57,52,32,86,32,52,46,51,50,57,54,55,51,51,32,113,32,48,44,45,48,46,49,52,52,54,57,52,32,48,46,49,52,52,54,57,52,44,45,48,46,49,52,52,54,57,52,32,104,32,48,46,54,57,52,53,51,49,32,113,32,48,46,49,52,52,54,57,52,44,48,32,48,46,49,52,52,54,57,52,44,48,46,49,52,52,54,57,52,32,118,32,48,46,56,51,52,52,48,50,49,32,113,32,48,44,48,46,49,52,52,54,57,52,32,45,48,46,49,52,52,54,57,52,44,48,46,49,52,52,54,57,52,32,122,32,77,32,49,51,46,53,54,52,53,44,49,49,46,55,50,56,51,54,49,32,113,32,45,48,46,55,57,53,56,49,55,44,48,32,45,49,46,50,51,52,55,50,50,44,45,48,46,53,49,49,50,53,51,32,45,48,46,52,51,52,48,56,50,44,45,48,46,53,49,54,48,55,53,32,45,48,46,52,51,52,48,56,50,44,45,49,46,52,52,54,57,51,57,56,32,86,32,54,46,57,56,50,51,57,54,57,32,72,32,49,48,46,55,49,52,48,50,56,32,86,32,54,46,50,56,55,56,54,53,54,32,104,32,50,46,48,54,57,49,50,52,32,118,32,51,46,52,56,50,51,48,50,54,32,113,32,48,44,48,46,53,56,56,52,50,50,56,32,48,46,50,50,49,56,54,52,44,48,46,56,57,55,49,48,50,56,32,48,46,50,50,49,56,54,53,44,48,46,51,48,56,54,56,49,32,48,46,54,52,54,51,44,48,46,51,48,56,54,56,49,32,104,32,49,46,48,51,54,57,55,52,32,118,32,48,46,55,53,50,52,48,57,32,122,34,125,125,41,44,110,40,34,112,97,116,104,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,34,115,116,114,111,107,101,45,119,105,100,116,104,34,58,34,48,46,50,54,52,53,56,51,51,50,34,125,44,97,116,116,114,115,58,123,100,58,34,109,32,49,56,46,50,48,57,49,55,56,44,49,49,46,56,50,57,54,52,54,32,113,32,45,48,46,55,55,49,55,48,49,44,48,32,45,49,46,56,49,51,52,57,56,44,45,48,46,51,51,55,54,49,57,32,118,32,45,48,46,57,49,54,51,57,53,32,113,32,49,46,48,49,50,56,53,56,44,48,46,53,49,49,50,53,50,32,49,46,56,48,51,56,53,50,44,48,46,53,49,49,50,53,50,32,48,46,53,54,52,51,48,54,44,48,32,48,46,57,48,49,57,50,54,44,45,48,46,50,51,54,51,51,52,32,48,46,51,51,55,54,49,57,44,45,48,46,50,51,54,51,51,51,32,48,46,51,51,55,54,49,57,44,45,48,46,54,51,49,56,51,32,48,44,45,48,46,51,52,50,52,52,50,56,32,45,48,46,50,56,52,53,54,53,44,45,48,46,53,52,57,56,51,55,54,32,81,32,49,56,46,56,55,52,55,55,44,57,46,52,53,54,54,54,52,53,32,49,56,46,50,53,55,52,48,57,44,57,46,51,50,54,52,51,57,57,32,108,32,45,48,46,51,55,49,51,56,49,44,45,48,46,48,55,55,49,55,32,81,32,49,55,46,49,50,51,57,55,51,44,57,46,48,57,52,57,50,57,53,32,49,54,46,55,54,55,48,54,49,44,56,46,55,52,50,56,52,48,55,32,49,54,46,52,49,52,57,55,50,44,56,46,51,56,53,57,50,56,56,32,49,54,46,52,49,52,57,55,50,44,55,46,55,55,51,51,57,48,56,32,113,32,48,44,45,48,46,55,55,54,53,50,52,53,32,48,46,53,51,48,53,52,53,44,45,49,46,49,57,54,49,51,55,50,32,48,46,53,51,48,53,52,53,44,45,48,46,52,49,57,54,49,50,54,32,49,46,53,48,57,54,52,49,44,45,48,46,52,49,57,54,49,50,54,32,48,46,56,50,57,53,55,57,44,48,32,49,46,54,48,54,49,48,51,44,48,46,51,49,56,51,50,54,56,32,118,32,48,46,56,54,56,49,54,52,49,32,113,32,45,48,46,55,53,55,50,51,50,44,45,48,46,52,52,51,55,50,56,51,32,45,49,46,53,56,49,57,56,56,44,45,48,46,52,52,51,55,50,56,51,32,45,49,46,49,54,55,49,57,56,44,48,32,45,49,46,49,54,55,49,57,56,44,48,46,55,57,53,56,49,55,49,32,48,44,48,46,50,54,48,52,52,57,50,32,48,46,49,48,49,50,56,54,44,48,46,52,49,52,55,56,57,53,32,48,46,49,48,49,50,56,54,44,48,46,49,52,57,53,49,55,49,32,48,46,51,56,53,56,53,49,44,48,46,50,53,53,54,50,54,49,32,48,46,50,56,52,53,54,53,44,48,46,49,48,49,50,56,53,56,32,48,46,56,51,57,50,50,53,44,48,46,50,49,50,50,49,55,57,32,108,32,48,46,51,53,54,57,49,50,44,48,46,48,54,55,53,50,52,32,113,32,49,46,51,52,48,56,51,49,44,48,46,50,54,53,50,55,50,52,32,49,46,51,52,48,56,51,49,44,49,46,52,54,49,52,48,57,56,32,48,44,48,46,56,48,48,54,52,32,45,48,46,53,54,57,49,51,44,49,46,50,54,51,54,54,49,32,45,48,46,53,54,57,49,51,44,48,46,52,53,56,49,57,55,32,45,49,46,53,53,55,56,55,50,44,48,46,52,53,56,49,57,55,32,122,34,125,125,41,44,110,40,34,112,97,116,104,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,34,115,116,114,111,107,101,45,119,105,100,116,104,34,58,34,48,46,50,54,52,53,56,51,51,50,34,125,44,97,116,116,114,115,58,123,100,58,34,109,32,50,53,46,50,48,55,53,52,53,44,49,49,46,55,48,57,48,54,56,32,113,32,45,48,46,57,57,51,53,54,53,44,48,32,45,49,46,52,48,56,51,53,53,44,45,48,46,52,48,48,51,50,32,45,48,46,52,48,57,57,54,54,44,45,48,46,52,48,53,49,52,51,32,45,48,46,52,48,57,57,54,54,44,45,49,46,51,55,57,52,49,54,52,32,86,32,54,46,57,55,55,53,55,51,55,32,72,32,50,49,46,57,52,55,49,48,55,32,86,32,54,46,50,56,55,56,54,53,54,32,104,32,49,46,52,52,50,49,49,55,32,86,32,52,46,56,55,52,54,56,55,52,32,108,32,48,46,56,56,55,52,53,55,44,45,48,46,51,56,53,56,53,48,55,32,118,32,49,46,55,57,57,48,50,56,57,32,104,32,50,46,48,49,54,48,54,57,32,118,32,48,46,54,56,57,55,48,56,49,32,104,32,45,50,46,48,49,54,48,54,57,32,118,32,50,46,57,53,49,55,53,55,57,32,113,32,48,44,48,46,53,57,51,50,52,53,52,32,48,46,50,50,54,54,56,55,44,48,46,56,51,52,52,48,50,52,32,48,46,50,50,54,54,56,55,44,48,46,50,51,54,51,51,51,32,48,46,55,57,48,57,57,52,44,48,46,50,51,54,51,51,51,32,104,32,48,46,57,57,56,51,56,56,32,118,32,48,46,55,48,57,48,48,49,32,122,34,125,125,41,44,110,40,34,112,97,116,104,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,34,115,116,114,111,107,101,45,119,105,100,116,104,34,58,34,48,46,50,54,52,53,56,51,51,50,34,125,44,97,116,116,114,115,58,123,100,58,34,109,32,50,55,46,57,57,53,51,49,55,44,49,49,46,48,52,51,52,55,54,32,113,32,48,44,45,48,46,49,55,56,52,53,54,32,48,46,49,50,48,53,55,56,44,45,48,46,50,57,57,48,51,53,32,48,46,50,55,52,57,49,57,44,45,48,46,50,56,57,51,56,56,32,48,46,54,53,49,49,50,51,44,45,48,46,54,56,52,56,56,53,32,48,46,51,55,54,50,48,53,44,45,48,46,52,48,48,51,49,57,57,32,48,46,56,48,53,52,54,52,44,45,48,46,56,54,56,49,54,51,56,32,48,46,51,50,55,57,55,51,44,45,48,46,51,53,54,57,49,50,32,48,46,52,57,49,57,53,57,44,45,48,46,53,51,53,51,54,55,57,32,48,46,49,54,56,56,49,44,45,48,46,49,56,51,50,55,57,49,32,48,46,50,53,53,54,50,54,44,45,48,46,50,56,52,53,54,52,57,32,48,46,48,57,49,54,52,44,45,48,46,49,48,49,50,56,53,56,32,48,46,49,55,56,52,53,54,44,45,48,46,50,48,55,51,57,52,56,32,48,46,50,53,53,54,50,54,44,45,48,46,51,48,56,54,56,48,53,32,48,46,52,48,53,49,52,52,44,45,48,46,53,50,53,55,50,49,53,32,48,46,49,53,52,51,52,44,45,48,46,50,49,55,48,52,49,49,32,48,46,50,53,48,56,48,51,44,45,48,46,52,50,57,50,53,56,57,32,48,46,49,54,56,56,48,57,44,45,48,46,51,55,54,50,48,52,53,32,48,46,49,54,56,56,48,57,44,45,48,46,55,53,50,52,48,56,57,32,48,44,45,48,46,53,57,56,48,54,56,54,32,45,48,46,51,53,50,48,56,57,44,45,48,46,57,51,53,54,56,56,32,45,48,46,51,53,54,57,49,49,44,45,48,46,51,52,50,52,52,50,53,32,45,48,46,57,55,57,48,57,54,44,45,48,46,51,52,50,52,52,50,53,32,45,48,46,56,54,51,51,52,49,44,48,32,45,49,46,57,51,56,56,57,57,44,48,46,54,52,49,52,55,54,56,32,86,32,52,46,56,51,54,49,48,50,51,32,113,32,48,46,52,57,49,57,53,57,44,45,48,46,50,51,54,51,51,51,53,32,48,46,57,55,57,48,57,54,44,45,48,46,51,53,54,57,49,49,57,32,48,46,52,55,55,52,57,44,45,48,46,49,50,48,53,55,56,51,32,48,46,57,52,53,51,51,52,44,45,48,46,49,50,48,53,55,56,51,32,48,46,53,48,49,54,48,54,44,48,32,48,46,57,52,48,53,49,49,44,48,46,49,51,53,48,52,55,55,32,48,46,52,51,56,57,48,53,44,48,46,49,51,53,48,52,55,56,32,48,46,55,54,54,56,55,56,44,48,46,52,50,52,52,51,53,56,32,48,46,50,56,57,51,56,56,44,48,46,50,53,53,54,50,54,49,32,48,46,52,54,51,48,50,49,44,48,46,54,50,55,48,48,55,52,32,48,46,49,55,51,54,51,51,44,48,46,51,54,54,53,53,56,50,32,48,46,49,55,51,54,51,51,44,48,46,56,50,57,53,55,57,32,48,44,48,46,52,55,50,54,54,55,49,32,45,48,46,50,49,50,50,49,56,44,48,46,57,53,48,49,53,55,52,32,45,48,46,49,48,54,49,48,57,44,48,46,50,52,49,49,53,54,55,32,45,48,46,50,55,52,57,49,57,44,48,46,52,55,50,54,54,55,49,32,45,48,46,49,54,51,57,56,54,44,48,46,50,50,54,54,56,55,51,32,45,48,46,52,50,52,52,51,53,44,48,46,53,52,48,49,57,49,32,81,32,51,49,46,50,55,48,50,50,53,44,56,46,53,48,49,54,56,52,32,51,49,46,48,55,55,50,57,57,44,56,46,55,49,56,55,50,53,32,51,48,46,56,56,52,51,55,52,44,56,46,57,51,53,55,54,54,49,32,51,48,46,54,50,56,55,52,56,44,57,46,50,49,48,54,56,52,55,32,51,48,46,52,52,53,52,54,57,44,57,46,52,48,56,52,51,51,50,32,51,48,46,50,56,54,51,48,53,44,57,46,53,54,55,53,57,54,54,32,51,48,46,49,51,49,57,54,53,44,57,46,55,50,54,55,54,32,50,57,46,57,53,56,51,51,50,44,57,46,57,48,48,51,57,50,56,32,50,57,46,55,56,52,55,44,49,48,46,48,54,57,50,48,51,32,50,57,46,53,53,56,48,49,50,44,49,48,46,51,48,48,55,49,51,32,50,57,46,51,51,54,49,52,56,44,49,48,46,53,50,55,52,32,50,57,46,48,49,50,57,57,56,44,49,48,46,56,54,57,56,52,51,32,104,32,51,46,51,53,54,57,48,49,32,118,32,48,46,56,49,57,57,51,50,32,104,32,45,52,46,51,55,52,53,56,50,32,122,34,125,125,41,93,41,93,41,93,41,125,44,100,61,91,93,44,112,61,123,110,97,109,101,58,34,83,105,115,116,50,73,99,111,110,34,125,44,104,61,112,44,109,61,110,40,34,50,56,55,55,34,41,44,102,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,104,44,108,44,100,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,103,61,102,46,101,120,112,111,114,116,115,44,118,61,123,110,97,109,101,58,34,78,97,118,66,97,114,34,44,99,111,109,112,111,110,101,110,116,115,58,123,83,105,115,116,50,73,99,111,110,58,103,125,44,109,101,116,104,111,100,115,58,123,116,97,103,108,105,110,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,116,97,103,108,105,110,101,125,44,115,105,115,116,50,86,101,114,115,105,111,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,118,101,114,115,105,111,110,125,44,105,115,68,101,98,117,103,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,100,101,98,117,103,125,125,125,44,98,61,118,44,120,61,40,110,40,34,97,48,52,49,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,98,44,99,44,117,44,33,49,44,110,117,108,108,44,34,51,102,97,54,54,99,51,49,34,44,110,117,108,108,41,41,44,121,61,120,46,101,120,112,111,114,116,115,44,95,61,110,40,34,50,102,54,50,34,41,44,84,61,123,99,111,109,112,111,110,101,110,116,115,58,123,78,97,118,66,97,114,58,121,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,99,111,110,102,105,103,76,111,97,100,105,110,103,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,99,34,93,41,40,91,34,111,112,116,84,104,101,109,101,34,93,41,41,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,108,111,97,100,67,111,110,102,105,103,117,114,97,116,105,111,110,34,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,36,114,111,111,116,46,36,105,49,56,110,46,108,111,99,97,108,101,61,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,76,97,110,103,125,41,41,44,116,104,105,115,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,34,115,101,116,79,112,116,76,97,110,103,34,61,61,61,101,46,116,121,112,101,38,38,40,116,46,36,114,111,111,116,46,36,105,49,56,110,46,108,111,99,97,108,101,61,101,46,112,97,121,108,111,97,100,44,116,46,99,111,110,102,105,103,76,111,97,100,105,110,103,61,33,48,44,119,105,110,100,111,119,46,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,99,111,110,102,105,103,76,111,97,100,105,110,103,61,33,49,125,41,44,49,48,41,41,125,41,41,125,44,109,101,116,104,111,100,115,58,123,103,101,116,67,108,97,115,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,34,116,104,101,109,101,45,108,105,103,104,116,34,58,34,108,105,103,104,116,34,61,61,61,116,104,105,115,46,111,112,116,84,104,101,109,101,44,34,116,104,101,109,101,45,98,108,97,99,107,34,58,34,98,108,97,99,107,34,61,61,61,116,104,105,115,46,111,112,116,84,104,101,109,101,125,125,125,125,44,83,61,84,44,119,61,40,110,40,34,48,51,52,102,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,83,44,111,44,97,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,122,61,119,46,101,120,112,111,114,116,115,44,36,61,110,40,34,56,99,52,102,34,41,44,67,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,99,111,110,116,97,105,110,101,114,34,44,91,116,46,108,111,97,100,105,110,103,63,110,40,34,98,45,99,97,114,100,34,44,91,110,40,34,80,114,101,108,111,97,100,101,114,34,41,93,44,49,41,58,91,110,40,34,98,45,99,97,114,100,34,44,91,110,40,34,98,45,99,97,114,100,45,98,111,100,121,34,44,91,110,40,34,98,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,111,112,116,105,111,110,115,58,116,46,105,110,100,101,120,79,112,116,105,111,110,115,125,44,115,99,111,112,101,100,83,108,111,116,115,58,116,46,95,117,40,91,123,107,101,121,58,34,102,105,114,115,116,34,44,102,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,45,111,112,116,105,111,110,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,110,117,108,108,44,100,105,115,97,98,108,101,100,58,34,34,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,105,110,100,101,120,80,105,99,107,101,114,80,108,97,99,101,104,111,108,100,101,114,34,41,41,41,93,41,93,125,44,112,114,111,120,121,58,33,48,125,93,41,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,61,101,125,44,101,120,112,114,101,115,115,105,111,110,58,34,115,101,108,101,99,116,101,100,73,110,100,101,120,34,125,125,41,93,44,49,41,93,44,49,41,44,110,117,108,108,33,61,61,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,63,110,40,34,98,45,99,97,114,100,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,51,34,125,44,91,110,40,34,98,45,99,97,114,100,45,98,111,100,121,34,44,91,110,40,34,68,51,84,114,101,101,109,97,112,34,44,123,97,116,116,114,115,58,123,34,105,110,100,101,120,45,105,100,34,58,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,125,125,41,93,44,49,41,93,44,49,41,58,116,46,95,101,40,41,44,110,117,108,108,33,61,61,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,63,110,40,34,98,45,99,97,114,100,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,115,116,97,116,115,45,99,97,114,100,32,109,116,45,51,34,125,44,91,110,40,34,68,51,77,105,109,101,66,97,114,67,111,117,110,116,34,44,123,97,116,116,114,115,58,123,34,105,110,100,101,120,45,105,100,34,58,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,125,125,41,44,110,40,34,68,51,77,105,109,101,66,97,114,83,105,122,101,34,44,123,97,116,116,114,115,58,123,34,105,110,100,101,120,45,105,100,34,58,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,125,125,41,44,110,40,34,68,51,68,97,116,101,72,105,115,116,111,103,114,97,109,34,44,123,97,116,116,114,115,58,123,34,105,110,100,101,120,45,105,100,34,58,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,125,125,41,44,110,40,34,68,51,83,105,122,101,72,105,115,116,111,103,114,97,109,34,44,123,97,116,116,114,115,58,123,34,105,110,100,101,120,45,105,100,34,58,116,46,115,101,108,101,99,116,101,100,73,110,100,101,120,125,125,41,93,44,49,41,58,116,46,95,101,40,41,93,93,44,50,41,125,44,79,61,91,93,44,107,61,40,110,40,34,100,56,49,100,34,41,44,110,40,34,98,48,99,48,34,41,44,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,91,110,40,34,98,45,98,116,110,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,102,108,111,97,116,58,34,114,105,103,104,116,34,44,34,109,97,114,103,105,110,45,98,111,116,116,111,109,34,58,34,49,48,112,120,34,125,44,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,112,114,105,109,97,114,121,34,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,100,111,119,110,108,111,97,100,84,114,101,101,109,97,112,40,41,125,125,125,44,91,116,46,95,118,40,34,32,34,43,116,46,95,115,40,116,46,36,116,40,34,100,111,119,110,108,111,97,100,34,41,41,43,34,32,34,41,93,41,44,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,105,100,58,34,116,114,101,101,109,97,112,34,125,125,41,93,44,49,41,125,41,44,77,61,91,93,44,76,61,110,40,34,50,57,48,57,34,41,44,73,61,40,110,40,34,52,101,99,57,34,41,44,110,40,34,100,51,98,55,34,41,44,110,40,34,51,99,97,51,34,41,44,110,40,34,100,100,98,48,34,41,44,110,40,34,97,49,53,98,34,41,44,110,40,34,57,57,97,102,34,41,44,110,40,34,97,52,51,52,34,41,44,110,40,34,52,100,101,52,34,41,44,110,40,34,50,98,51,100,34,41,44,110,40,34,49,53,57,98,34,41,44,110,40,34,97,99,49,102,34,41,44,110,40,34,49,50,55,54,34,41,44,110,40,34,97,57,101,51,34,41,44,110,40,34,53,54,57,56,34,41,41,59,110,40,34,98,54,52,98,34,41,59,102,117,110,99,116,105,111,110,32,68,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,119,105,110,100,111,119,46,105,110,110,101,114,87,105,100,116,104,60,61,54,53,48,59,105,38,38,40,101,61,50,53,41,59,118,97,114,32,111,61,34,114,116,108,34,61,61,61,103,101,116,67,111,109,112,117,116,101,100,83,116,121,108,101,40,116,41,46,100,105,114,101,99,116,105,111,110,44,97,61,34,114,116,108,34,61,61,61,116,46,110,111,85,105,83,108,105,100,101,114,46,111,112,116,105,111,110,115,46,100,105,114,101,99,116,105,111,110,44,115,61,34,118,101,114,116,105,99,97,108,34,61,61,61,116,46,110,111,85,105,83,108,105,100,101,114,46,111,112,116,105,111,110,115,46,111,114,105,101,110,116,97,116,105,111,110,44,99,61,116,46,110,111,85,105,83,108,105,100,101,114,46,103,101,116,84,111,111,108,116,105,112,115,40,41,44,117,61,116,46,110,111,85,105,83,108,105,100,101,114,46,103,101,116,79,114,105,103,105,110,115,40,41,59,99,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,38,38,117,91,101,93,46,97,112,112,101,110,100,67,104,105,108,100,40,116,41,125,41,41,44,116,46,110,111,85,105,83,108,105,100,101,114,46,111,110,40,34,117,112,100,97,116,101,34,44,40,102,117,110,99,116,105,111,110,40,116,44,105,44,117,44,108,44,100,41,123,118,97,114,32,112,61,91,91,93,93,44,104,61,91,91,93,93,44,109,61,91,91,93,93,44,102,61,48,59,99,91,48,93,38,38,40,112,91,48,93,91,48,93,61,48,44,104,91,48,93,91,48,93,61,100,91,48,93,44,109,91,48,93,91,48,93,61,116,91,48,93,41,59,102,111,114,40,118,97,114,32,103,61,49,59,103,60,100,46,108,101,110,103,116,104,59,103,43,43,41,40,33,99,91,103,93,124,124,100,91,103,93,45,100,91,103,45,49,93,62,101,41,38,38,40,102,43,43,44,112,91,102,93,61,91,93,44,109,91,102,93,61,91,93,44,104,91,102,93,61,91,93,41,44,99,91,103,93,38,38,40,112,91,102,93,46,112,117,115,104,40,103,41,44,109,91,102,93,46,112,117,115,104,40,116,91,103,93,41,44,104,91,102,93,46,112,117,115,104,40,100,91,103,93,41,41,59,105,102,40,112,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,102,111,114,40,118,97,114,32,114,61,116,46,108,101,110,103,116,104,44,105,61,48,59,105,60,114,59,105,43,43,41,123,118,97,114,32,117,61,116,91,105,93,59,105,102,40,105,61,61,61,114,45,49,41,123,118,97,114,32,108,61,48,59,104,91,101,93,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,108,43,61,49,101,51,45,49,48,42,116,125,41,41,59,118,97,114,32,100,61,115,63,34,98,111,116,116,111,109,34,58,34,114,105,103,104,116,34,44,112,61,97,63,48,58,114,45,49,44,102,61,49,101,51,45,49,48,42,104,91,101,93,91,112,93,59,108,61,40,111,38,38,33,115,63,49,48,48,58,48,41,43,108,47,114,45,102,44,99,91,117,93,46,105,110,110,101,114,72,84,77,76,61,109,91,101,93,46,106,111,105,110,40,110,41,44,99,91,117,93,46,115,116,121,108,101,46,100,105,115,112,108,97,121,61,34,98,108,111,99,107,34,44,99,91,117,93,46,115,116,121,108,101,91,100,93,61,108,43,34,37,34,125,101,108,115,101,32,99,91,117,93,46,115,116,121,108,101,46,100,105,115,112,108,97,121,61,34,110,111,110,101,34,125,125,41,41,44,114,41,123,118,97,114,32,118,61,119,105,110,100,111,119,46,105,110,110,101,114,87,105,100,116,104,60,61,54,53,48,44,98,61,118,63,50,48,58,53,59,100,91,48,93,60,98,63,99,91,48,93,46,115,116,121,108,101,46,114,105,103,104,116,61,34,34,46,99,111,110,99,97,116,40,45,51,53,42,40,49,45,100,91,48,93,47,98,41,44,34,112,120,34,41,58,99,91,48,93,46,115,116,121,108,101,46,114,105,103,104,116,61,34,48,34,44,100,91,49,93,62,49,48,48,45,98,63,99,91,49,93,46,115,116,121,108,101,46,114,105,103,104,116,61,34,34,46,99,111,110,99,97,116,40,40,100,91,49,93,45,40,49,48,48,45,98,41,41,47,98,42,51,53,44,34,112,120,34,41,58,99,91,49,93,46,115,116,121,108,101,46,114,105,103,104,116,61,34,48,34,125,125,41,41,125,102,117,110,99,116,105,111,110,32,80,40,116,44,101,44,110,41,123,118,97,114,32,114,61,123,125,59,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,114,59,116,46,116,97,120,111,110,111,109,121,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,91,116,93,61,116,32,105,110,32,110,63,110,91,116,93,58,123,125,44,110,61,110,91,116,93,125,41,41,44,48,61,61,61,79,98,106,101,99,116,46,107,101,121,115,40,110,41,46,108,101,110,103,116,104,63,110,91,34,36,115,105,122,101,36,34,93,61,116,46,115,105,122,101,58,101,38,38,40,110,91,34,46,34,93,61,123,36,115,105,122,101,36,58,116,46,115,105,122,101,125,41,125,41,41,59,118,97,114,32,105,61,102,117,110,99,116,105,111,110,32,116,40,101,44,110,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,107,101,121,115,40,101,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,36,115,105,122,101,36,34,33,61,61,116,125,41,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,114,41,123,118,97,114,32,105,61,123,110,97,109,101,58,114,44,100,101,112,116,104,58,110,44,118,97,108,117,101,58,48,44,99,104,105,108,100,114,101,110,58,116,40,101,91,114,93,44,110,43,49,41,125,59,114,101,116,117,114,110,34,36,115,105,122,101,36,34,105,110,32,101,91,114,93,38,38,40,105,46,118,97,108,117,101,61,101,91,114,93,91,34,36,115,105,122,101,36,34,93,41,44,105,125,41,41,125,59,114,101,116,117,114,110,123,110,97,109,101,58,110,44,99,104,105,108,100,114,101,110,58,105,40,114,44,49,41,44,118,97,108,117,101,58,48,44,100,101,112,116,104,58,48,125,125,110,40,34,102,98,54,97,34,41,44,110,40,34,98,54,56,48,34,41,44,110,40,34,54,48,54,50,34,41,44,110,40,34,97,54,51,48,34,41,44,110,40,34,53,51,49,57,34,41,59,102,117,110,99,116,105,111,110,32,106,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,116,46,95,115,111,117,114,99,101,44,34,101,120,116,101,110,115,105,111,110,34,41,38,38,34,34,33,61,61,116,91,34,95,115,111,117,114,99,101,34,93,91,34,101,120,116,101,110,115,105,111,110,34,93,63,34,46,34,43,116,91,34,95,115,111,117,114,99,101,34,93,91,34,101,120,116,101,110,115,105,111,110,34,93,58,34,34,125,102,117,110,99,116,105,111,110,32,113,40,116,41,123,102,111,114,40,118,97,114,32,101,61,34,34,44,110,61,48,59,110,60,116,46,108,101,110,103,116,104,59,110,43,43,41,123,118,97,114,32,114,61,116,91,110,93,44,105,61,116,91,110,43,49,93,59,34,93,34,61,61,61,114,63,34,93,34,61,61,61,105,63,40,101,43,61,114,44,110,43,61,49,41,58,40,101,43,61,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,112,97,114,115,101,73,110,116,40,116,46,115,108,105,99,101,40,110,44,110,43,50,41,44,49,54,41,41,44,110,43,61,50,41,58,101,43,61,114,125,114,101,116,117,114,110,32,101,125,118,97,114,32,69,61,49,101,51,44,66,61,91,34,107,34,44,34,77,34,44,34,71,34,44,34,84,34,44,34,80,34,44,34,69,34,44,34,90,34,44,34,89,34,93,59,102,117,110,99,116,105,111,110,32,72,40,116,41,123,105,102,40,48,61,61,61,116,41,114,101,116,117,114,110,34,48,32,66,34,59,105,102,40,77,97,116,104,46,97,98,115,40,116,41,60,69,41,114,101,116,117,114,110,32,116,43,34,32,66,34,59,118,97,114,32,101,61,45,49,59,100,111,123,116,47,61,69,44,43,43,101,125,119,104,105,108,101,40,77,97,116,104,46,97,98,115,40,116,41,62,61,69,38,38,101,60,66,46,108,101,110,103,116,104,45,49,41,59,114,101,116,117,114,110,32,116,46,116,111,70,105,120,101,100,40,49,41,43,66,91,101,93,125,102,117,110,99,116,105,111,110,32,65,40,116,41,123,116,61,77,97,116,104,46,102,108,111,111,114,40,116,41,59,118,97,114,32,101,61,77,97,116,104,46,102,108,111,111,114,40,116,47,51,54,48,48,41,44,110,61,77,97,116,104,46,102,108,111,111,114,40,40,116,45,51,54,48,48,42,101,41,47,54,48,41,44,114,61,116,45,51,54,48,48,42,101,45,54,48,42,110,59,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,101,60,49,48,63,34,48,34,58,34,34,41,46,99,111,110,99,97,116,40,101,44,34,58,34,41,46,99,111,110,99,97,116,40,110,60,49,48,63,34,48,34,58,34,34,41,46,99,111,110,99,97,116,40,110,44,34,58,34,41,46,99,111,110,99,97,116,40,114,60,49,48,63,34,48,34,58,34,34,41,46,99,111,110,99,97,116,40,114,41,125,102,117,110,99,116,105,111,110,32,82,40,116,41,123,118,97,114,32,101,61,110,101,119,32,68,97,116,101,40,49,101,51,42,116,41,59,114,101,116,117,114,110,32,101,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,43,34,45,34,43,40,34,48,34,43,40,101,46,103,101,116,85,84,67,77,111,110,116,104,40,41,43,49,41,41,46,115,108,105,99,101,40,45,50,41,43,34,45,34,43,40,34,48,34,43,101,46,103,101,116,85,84,67,68,97,116,101,40,41,41,46,115,108,105,99,101,40,45,50,41,125,102,117,110,99,116,105,111,110,32,85,40,116,41,123,116,61,116,46,115,117,98,115,116,114,105,110,103,40,49,41,59,118,97,114,32,101,61,112,97,114,115,101,73,110,116,40,116,44,49,54,41,44,110,61,101,62,62,49,54,38,50,53,53,44,114,61,101,62,62,56,38,50,53,53,44,105,61,101,62,62,48,38,50,53,53,59,114,101,116,117,114,110,46,50,49,50,54,42,110,43,46,55,49,53,50,42,114,43,46,48,55,50,50,42,105,125,102,117,110,99,116,105,111,110,32,70,40,116,41,123,102,111,114,40,118,97,114,32,101,61,110,101,119,32,83,101,116,44,110,61,116,46,115,101,108,101,99,116,101,100,40,41,44,114,61,48,59,114,60,110,46,108,101,110,103,116,104,59,114,43,43,41,123,105,102,40,34,97,110,121,34,61,61,61,110,91,114,93,46,105,100,41,114,101,116,117,114,110,91,34,97,110,121,34,93,59,45,49,33,61,61,110,91,114,93,46,116,101,120,116,46,105,110,100,101,120,79,102,40,34,40,34,41,38,38,40,110,91,114,93,46,118,97,108,117,101,115,63,101,46,97,100,100,40,110,91,114,93,46,118,97,108,117,101,115,46,115,108,105,99,101,40,45,49,41,91,48,93,41,58,101,46,97,100,100,40,110,91,114,93,46,105,100,41,41,125,114,101,116,117,114,110,32,65,114,114,97,121,46,102,114,111,109,40,101,41,125,102,117,110,99,116,105,111,110,32,81,40,116,41,123,105,102,40,48,33,61,116,46,108,101,110,103,116,104,41,114,101,116,117,114,110,32,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,71,40,116,41,125,41,41,46,106,111,105,110,40,34,34,41,125,102,117,110,99,116,105,111,110,32,78,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,65,108,108,40,47,40,91,73,86,65,84,85,70,93,41,47,103,44,34,36,36,36,38,34,41,46,115,112,108,105,116,40,34,36,34,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,86,40,116,41,125,41,41,46,115,108,105,99,101,40,49,41,125,102,117,110,99,116,105,111,110,32,71,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,34,105,109,97,103,101,47,34,44,34,73,34,41,46,114,101,112,108,97,99,101,40,34,118,105,100,101,111,47,34,44,34,86,34,41,46,114,101,112,108,97,99,101,40,34,97,112,112,108,105,99,97,116,105,111,110,47,34,44,34,65,34,41,46,114,101,112,108,97,99,101,40,34,116,101,120,116,47,34,44,34,84,34,41,46,114,101,112,108,97,99,101,40,34,97,117,100,105,111,47,34,44,34,85,34,41,46,114,101,112,108,97,99,101,40,34,102,111,110,116,47,34,44,34,70,34,41,46,114,101,112,108,97,99,101,40,34,43,34,44,34,44,34,41,46,114,101,112,108,97,99,101,40,34,120,45,34,44,34,88,34,41,125,102,117,110,99,116,105,111,110,32,86,40,116,41,123,114,101,116,117,114,110,32,116,46,114,101,112,108,97,99,101,40,34,73,34,44,34,105,109,97,103,101,47,34,41,46,114,101,112,108,97,99,101,40,34,86,34,44,34,118,105,100,101,111,47,34,41,46,114,101,112,108,97,99,101,40,34,65,34,44,34,97,112,112,108,105,99,97,116,105,111,110,47,34,41,46,114,101,112,108,97,99,101,40,34,84,34,44,34,116,101,120,116,47,34,41,46,114,101,112,108,97,99,101,40,34,85,34,44,34,97,117,100,105,111,47,34,41,46,114,101,112,108,97,99,101,40,34,70,34,44,34,102,111,110,116,47,34,41,46,114,101,112,108,97,99,101,40,34,44,34,44,34,43,34,41,46,114,101,112,108,97,99,101,40,34,88,34,44,34,120,45,34,41,125,118,97,114,32,87,61,110,40,34,100,52,101,99,34,41,44,75,61,110,40,34,98,101,101,50,34,41,44,89,61,110,40,34,53,51,99,97,34,41,44,74,61,40,110,40,34,50,99,97,48,34,41,44,110,40,34,50,53,102,48,34,41,44,110,40,34,98,99,51,97,34,41,41,44,90,61,110,46,110,40,74,41,44,88,61,110,40,34,99,98,52,57,34,41,59,102,117,110,99,116,105,111,110,32,116,116,40,116,44,101,41,123,102,111,114,40,118,97,114,32,110,61,102,117,110,99,116,105,111,110,40,110,41,123,118,97,114,32,114,61,101,46,115,108,105,99,101,40,48,44,110,41,59,105,102,40,49,61,61,116,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,105,100,46,115,108,105,99,101,40,48,44,110,41,61,61,114,125,41,41,46,108,101,110,103,116,104,41,114,101,116,117,114,110,123,118,58,114,125,125,44,114,61,52,59,114,60,51,50,59,114,43,43,41,123,118,97,114,32,105,61,110,40,114,41,59,105,102,40,34,111,98,106,101,99,116,34,61,61,61,79,98,106,101,99,116,40,89,91,34,97,34,93,41,40,105,41,41,114,101,116,117,114,110,32,105,46,118,125,114,101,116,117,114,110,32,101,125,118,97,114,32,101,116,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,101,41,123,79,98,106,101,99,116,40,87,91,34,97,34,93,41,40,116,104,105,115,44,116,41,44,116,104,105,115,46,98,97,115,101,85,114,108,61,101,125,114,101,116,117,114,110,32,79,98,106,101,99,116,40,75,91,34,97,34,93,41,40,116,44,91,123,107,101,121,58,34,103,101,116,83,105,115,116,50,73,110,102,111,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,90,46,97,46,103,101,116,40,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,105,34,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,100,97,116,97,46,105,110,100,105,99,101,115,59,114,101,116,117,114,110,32,116,46,100,97,116,97,46,105,110,100,105,99,101,115,61,101,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,105,100,58,116,46,105,100,44,110,97,109,101,58,116,46,110,97,109,101,44,116,105,109,101,115,116,97,109,112,58,116,46,116,105,109,101,115,116,97,109,112,44,118,101,114,115,105,111,110,58,116,46,118,101,114,115,105,111,110,44,105,100,80,114,101,102,105,120,58,116,116,40,101,44,116,46,105,100,41,125,125,41,41,44,116,46,100,97,116,97,125,41,41,125,125,44,123,107,101,121,58,34,115,101,116,72,105,116,80,114,111,112,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,116,91,34,95,112,114,111,112,115,34,93,61,123,125,59,118,97,114,32,101,61,110,117,108,108,61,61,116,46,95,115,111,117,114,99,101,46,109,105,109,101,63,110,117,108,108,58,116,46,95,115,111,117,114,99,101,46,109,105,109,101,46,115,112,108,105,116,40,34,47,34,41,91,48,93,59,115,119,105,116,99,104,40,34,112,97,114,101,110,116,34,105,110,32,116,46,95,115,111,117,114,99,101,38,38,40,116,46,95,112,114,111,112,115,46,105,115,83,117,98,68,111,99,117,109,101,110,116,61,33,48,41,44,34,116,104,117,109,98,110,97,105,108,34,105,110,32,116,46,95,115,111,117,114,99,101,38,38,40,116,46,95,112,114,111,112,115,46,104,97,115,84,104,117,109,98,110,97,105,108,61,33,48,41,44,101,41,123,99,97,115,101,34,105,109,97,103,101,34,58,34,103,105,102,34,61,61,61,116,46,95,115,111,117,114,99,101,46,118,105,100,101,111,99,63,116,46,95,112,114,111,112,115,46,105,115,71,105,102,61,33,48,58,116,46,95,112,114,111,112,115,46,105,115,73,109,97,103,101,61,33,48,44,34,119,105,100,116,104,34,105,110,32,116,46,95,115,111,117,114,99,101,38,38,33,116,46,95,112,114,111,112,115,46,105,115,83,117,98,68,111,99,117,109,101,110,116,38,38,34,116,105,102,102,34,33,61,61,116,46,95,115,111,117,114,99,101,46,118,105,100,101,111,99,38,38,34,114,97,119,34,33,61,61,116,46,95,115,111,117,114,99,101,46,118,105,100,101,111,99,38,38,34,112,112,109,34,33,61,61,116,46,95,115,111,117,114,99,101,46,118,105,100,101,111,99,38,38,40,116,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,73,109,97,103,101,61,33,48,41,59,98,114,101,97,107,59,99,97,115,101,34,118,105,100,101,111,34,58,105,102,40,34,118,105,100,101,111,99,34,105,110,32,116,46,95,115,111,117,114,99,101,38,38,40,116,46,95,112,114,111,112,115,46,105,115,86,105,100,101,111,61,33,48,41,44,116,46,95,112,114,111,112,115,46,105,115,86,105,100,101,111,41,123,118,97,114,32,110,61,116,46,95,115,111,117,114,99,101,46,118,105,100,101,111,99,44,114,61,116,46,95,115,111,117,114,99,101,46,109,105,109,101,59,116,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,86,105,100,101,111,61,110,117,108,108,33,61,114,38,38,114,46,115,116,97,114,116,115,87,105,116,104,40,34,118,105,100,101,111,47,34,41,38,38,33,116,46,95,112,114,111,112,115,46,105,115,83,117,98,68,111,99,117,109,101,110,116,38,38,34,109,107,118,34,33,61,61,116,46,95,115,111,117,114,99,101,46,101,120,116,101,110,115,105,111,110,38,38,34,97,118,105,34,33,61,61,116,46,95,115,111,117,114,99,101,46,101,120,116,101,110,115,105,111,110,38,38,34,109,111,118,34,33,61,61,116,46,95,115,111,117,114,99,101,46,101,120,116,101,110,115,105,111,110,38,38,34,104,101,118,99,34,33,61,61,110,38,38,34,109,112,101,103,49,118,105,100,101,111,34,33,61,61,110,38,38,34,109,112,101,103,50,118,105,100,101,111,34,33,61,61,110,38,38,34,119,109,118,51,34,33,61,61,110,125,98,114,101,97,107,59,99,97,115,101,34,97,117,100,105,111,34,58,34,97,117,100,105,111,99,34,105,110,32,116,46,95,115,111,117,114,99,101,38,38,33,116,46,95,112,114,111,112,115,46,105,115,83,117,98,68,111,99,117,109,101,110,116,38,38,40,116,46,95,112,114,111,112,115,46,105,115,65,117,100,105,111,61,33,48,41,59,98,114,101,97,107,125,125,125,44,123,107,101,121,58,34,115,101,116,72,105,116,84,97,103,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,91,93,44,114,61,110,117,108,108,61,61,116,46,95,115,111,117,114,99,101,46,109,105,109,101,63,110,117,108,108,58,116,46,95,115,111,117,114,99,101,46,109,105,109,101,46,115,112,108,105,116,40,34,47,34,41,91,48,93,59,115,119,105,116,99,104,40,114,41,123,99,97,115,101,34,105,109,97,103,101,34,58,99,97,115,101,34,118,105,100,101,111,34,58,34,118,105,100,101,111,99,34,105,110,32,116,46,95,115,111,117,114,99,101,38,38,116,46,95,115,111,117,114,99,101,46,118,105,100,101,111,99,38,38,110,46,112,117,115,104,40,123,115,116,121,108,101,58,34,118,105,100,101,111,34,44,116,101,120,116,58,116,46,95,115,111,117,114,99,101,46,118,105,100,101,111,99,46,114,101,112,108,97,99,101,40,34,32,34,44,34,34,41,44,117,115,101,114,84,97,103,58,33,49,125,41,59,98,114,101,97,107,59,99,97,115,101,34,97,117,100,105,111,34,58,34,97,117,100,105,111,99,34,105,110,32,116,46,95,115,111,117,114,99,101,38,38,116,46,95,115,111,117,114,99,101,46,97,117,100,105,111,99,38,38,110,46,112,117,115,104,40,123,115,116,121,108,101,58,34,97,117,100,105,111,34,44,116,101,120,116,58,116,46,95,115,111,117,114,99,101,46,97,117,100,105,111,99,44,117,115,101,114,84,97,103,58,33,49,125,41,59,98,114,101,97,107,125,34,116,97,103,34,105,110,32,116,46,95,115,111,117,114,99,101,38,38,116,46,95,115,111,117,114,99,101,46,116,97,103,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,46,112,117,115,104,40,101,46,99,114,101,97,116,101,85,115,101,114,84,97,103,40,116,41,41,125,41,41,44,116,46,95,116,97,103,115,61,110,125,125,44,123,107,101,121,58,34,99,114,101,97,116,101,85,115,101,114,84,97,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,115,112,108,105,116,40,34,46,34,41,44,110,61,101,46,112,111,112,40,41,44,114,61,110,44,105,61,85,40,110,41,62,53,48,63,34,35,48,48,48,34,58,34,35,102,102,102,34,59,114,101,116,117,114,110,123,115,116,121,108,101,58,34,117,115,101,114,34,44,102,103,58,105,44,98,103,58,114,44,116,101,120,116,58,101,46,106,111,105,110,40,34,46,34,41,44,114,97,119,84,101,120,116,58,116,44,117,115,101,114,84,97,103,58,33,48,125,125,125,44,123,107,101,121,58,34,101,115,81,117,101,114,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,114,101,116,117,114,110,32,90,46,97,46,112,111,115,116,40,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,101,115,34,41,44,116,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,44,114,61,116,46,100,97,116,97,59,114,101,116,117,114,110,32,110,117,108,108,33,61,61,40,110,61,114,46,104,105,116,115,41,38,38,118,111,105,100,32,48,33,61,61,110,38,38,110,46,104,105,116,115,38,38,114,46,104,105,116,115,46,104,105,116,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,91,34,95,115,111,117,114,99,101,34,93,91,34,110,97,109,101,34,93,61,113,40,116,91,34,95,115,111,117,114,99,101,34,93,91,34,110,97,109,101,34,93,41,44,116,91,34,95,115,111,117,114,99,101,34,93,91,34,112,97,116,104,34,93,61,113,40,116,91,34,95,115,111,117,114,99,101,34,93,91,34,112,97,116,104,34,93,41,44,116,91,34,95,112,97,116,104,95,109,100,53,34,93,61,88,91,34,97,34,93,46,77,68,53,40,116,91,34,95,115,111,117,114,99,101,34,93,91,34,112,97,116,104,34,93,43,40,116,91,34,95,115,111,117,114,99,101,34,93,91,34,112,97,116,104,34,93,63,34,47,34,58,34,34,41,43,116,91,34,95,115,111,117,114,99,101,34,93,91,34,110,97,109,101,34,93,43,106,40,116,41,41,46,116,111,83,116,114,105,110,103,40,41,44,101,46,115,101,116,72,105,116,80,114,111,112,115,40,116,41,44,101,46,115,101,116,72,105,116,84,97,103,115,40,116,41,125,41,41,44,114,125,41,41,125,125,44,123,107,101,121,58,34,103,101,116,77,105,109,101,84,121,112,101,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,101,115,81,117,101,114,121,40,123,97,103,103,115,58,123,109,105,109,101,84,121,112,101,115,58,123,116,101,114,109,115,58,123,102,105,101,108,100,58,34,109,105,109,101,34,44,115,105,122,101,58,49,101,52,125,125,125,44,115,105,122,101,58,48,125,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,91,93,59,114,101,116,117,114,110,32,116,91,34,97,103,103,114,101,103,97,116,105,111,110,115,34,93,91,34,109,105,109,101,84,121,112,101,115,34,93,91,34,98,117,99,107,101,116,115,34,93,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,107,101,121,62,101,46,107,101,121,125,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,116,91,34,107,101,121,34,93,46,115,112,108,105,116,40,34,47,34,41,44,114,61,110,91,48,93,44,105,61,110,91,49,93,44,111,61,33,49,44,97,61,123,105,100,58,116,91,34,107,101,121,34,93,44,116,101,120,116,58,34,34,46,99,111,110,99,97,116,40,105,44,34,32,40,34,41,46,99,111,110,99,97,116,40,116,91,34,100,111,99,95,99,111,117,110,116,34,93,44,34,41,34,41,125,59,101,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,116,101,120,116,61,61,61,114,38,38,40,116,46,99,104,105,108,100,114,101,110,46,112,117,115,104,40,97,41,44,111,61,33,48,41,125,41,41,44,111,124,124,101,46,112,117,115,104,40,123,116,101,120,116,58,114,44,99,104,105,108,100,114,101,110,58,91,97,93,125,41,125,41,41,44,101,125,41,41,125,125,44,123,107,101,121,58,34,95,99,114,101,97,116,101,69,115,84,97,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,115,112,108,105,116,40,34,46,34,41,59,114,101,116,117,114,110,47,46,42,92,46,35,91,48,45,57,97,45,102,93,123,54,125,47,46,116,101,115,116,40,116,41,63,123,105,100,58,110,46,115,108,105,99,101,40,48,44,45,49,41,46,106,111,105,110,40,34,46,34,41,44,99,111,108,111,114,58,110,46,112,111,112,40,41,44,105,115,76,101,97,102,58,33,48,44,99,111,117,110,116,58,101,125,58,123,105,100,58,116,44,99,111,117,110,116,58,101,44,105,115,76,101,97,102,58,33,49,44,99,111,108,111,114,58,118,111,105,100,32,48,125,125,125,44,123,107,101,121,58,34,103,101,116,68,111,99,73,110,102,111,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,90,46,97,46,103,101,116,40,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,100,47,34,41,46,99,111,110,99,97,116,40,116,41,41,125,125,44,123,107,101,121,58,34,103,101,116,84,97,103,115,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,116,104,105,115,46,101,115,81,117,101,114,121,40,123,97,103,103,115,58,123,116,97,103,115,58,123,116,101,114,109,115,58,123,102,105,101,108,100,58,34,116,97,103,34,44,115,105,122,101,58,49,101,52,125,125,125,44,115,105,122,101,58,48,125,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,110,101,119,32,83,101,116,44,114,61,101,91,34,97,103,103,114,101,103,97,116,105,111,110,115,34,93,91,34,116,97,103,115,34,93,91,34,98,117,99,107,101,116,115,34,93,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,91,34,107,101,121,34,93,46,108,111,99,97,108,101,67,111,109,112,97,114,101,40,101,91,34,107,101,121,34,93,41,125,41,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,95,99,114,101,97,116,101,69,115,84,97,103,40,101,91,34,107,101,121,34,93,44,101,91,34,100,111,99,95,99,111,117,110,116,34,93,41,125,41,41,59,114,101,116,117,114,110,32,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,110,46,104,97,115,40,116,46,105,100,41,38,38,40,110,46,97,100,100,40,116,46,105,100,41,44,33,48,41,125,41,41,125,41,41,125,125,44,123,107,101,121,58,34,115,97,118,101,84,97,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,90,46,97,46,112,111,115,116,40,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,116,97,103,47,34,41,43,101,91,34,95,115,111,117,114,99,101,34,93,91,34,105,110,100,101,120,34,93,44,123,100,101,108,101,116,101,58,33,49,44,110,97,109,101,58,116,44,100,111,99,95,105,100,58,101,91,34,95,105,100,34,93,44,112,97,116,104,95,109,100,53,58,101,46,95,112,97,116,104,95,109,100,53,125,41,125,125,44,123,107,101,121,58,34,100,101,108,101,116,101,84,97,103,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,90,46,97,46,112,111,115,116,40,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,116,97,103,47,34,41,43,101,91,34,95,115,111,117,114,99,101,34,93,91,34,105,110,100,101,120,34,93,44,123,100,101,108,101,116,101,58,33,48,44,110,97,109,101,58,116,44,100,111,99,95,105,100,58,101,91,34,95,105,100,34,93,44,112,97,116,104,95,109,100,53,58,101,46,95,112,97,116,104,95,109,100,53,125,41,125,125,44,123,107,101,121,58,34,103,101,116,84,114,101,101,109,97,112,67,115,118,85,114,108,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,115,47,34,41,46,99,111,110,99,97,116,40,116,44,34,47,49,34,41,125,125,44,123,107,101,121,58,34,103,101,116,77,105,109,101,67,115,118,85,114,108,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,115,47,34,41,46,99,111,110,99,97,116,40,116,44,34,47,50,34,41,125,125,44,123,107,101,121,58,34,103,101,116,83,105,122,101,67,115,118,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,115,47,34,41,46,99,111,110,99,97,116,40,116,44,34,47,51,34,41,125,125,44,123,107,101,121,58,34,103,101,116,68,97,116,101,67,115,118,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,116,104,105,115,46,98,97,115,101,85,114,108,44,34,115,47,34,41,46,99,111,110,99,97,116,40,116,44,34,47,52,34,41,125,125,93,41,44,116,125,40,41,44,110,116,61,110,101,119,32,101,116,40,34,34,41,44,114,116,61,110,40,34,55,48,98,48,34,41,44,105,116,61,110,46,110,40,114,116,41,44,111,116,61,123,115,113,117,97,114,105,102,121,58,73,91,34,76,34,93,44,98,105,110,97,114,121,58,73,91,34,72,34,93,44,115,108,105,99,101,68,105,99,101,58,73,91,34,75,34,93,44,115,108,105,99,101,58,73,91,34,74,34,93,44,100,105,99,101,58,73,91,34,73,34,93,125,44,97,116,61,123,80,117,66,117,71,110,58,73,91,34,110,34,93,44,80,117,82,100,58,73,91,34,111,34,93,44,80,117,66,117,58,73,91,34,109,34,93,44,89,108,79,114,66,114,58,73,91,34,116,34,93,44,89,108,79,114,82,100,58,73,91,34,117,34,93,44,89,108,71,110,58,73,91,34,114,34,93,44,89,108,71,110,66,117,58,73,91,34,115,34,93,44,80,108,97,115,109,97,58,73,91,34,108,34,93,44,77,97,103,109,97,58,73,91,34,107,34,93,44,73,110,102,101,114,110,111,58,73,91,34,106,34,93,44,86,105,114,105,100,105,115,58,73,91,34,113,34,93,44,84,117,114,98,111,58,73,91,34,112,34,93,125,44,115,116,61,123,115,109,97,108,108,58,91,56,48,48,44,54,48,48,93,44,109,101,100,105,117,109,58,91,49,51,48,48,44,55,53,48,93,44,108,97,114,103,101,58,91,49,57,48,48,44,57,48,48,93,44,34,120,45,108,97,114,103,101,34,58,91,50,56,48,48,44,49,55,48,48,93,44,34,120,120,45,108,97,114,103,101,34,58,91,51,54,48,48,44,50,101,51,93,125,44,99,116,61,123,125,59,102,117,110,99,116,105,111,110,32,117,116,40,116,41,123,118,97,114,32,101,61,99,116,91,116,93,124,124,48,59,114,101,116,117,114,110,32,99,116,91,116,93,61,101,43,49,44,116,43,101,125,102,117,110,99,116,105,111,110,32,108,116,40,116,44,101,41,123,118,97,114,32,110,61,110,101,119,32,77,97,112,44,114,61,110,101,119,32,77,97,112,59,114,101,116,117,114,110,32,116,46,101,97,99,104,65,102,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,99,104,105,108,100,114,101,110,38,38,48,33,61,61,116,46,99,104,105,108,100,114,101,110,46,108,101,110,103,116,104,63,40,110,46,115,101,116,40,116,44,49,43,73,91,34,118,34,93,40,116,46,99,104,105,108,100,114,101,110,44,40,102,117,110,99,116,105,111,110,40,114,41,123,114,101,116,117,114,110,32,114,46,120,49,61,61,61,116,46,120,49,45,101,63,110,46,103,101,116,40,114,41,58,78,97,78,125,41,41,41,44,114,46,115,101,116,40,116,44,49,43,73,91,34,118,34,93,40,116,46,99,104,105,108,100,114,101,110,44,40,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,110,46,121,49,61,61,61,116,46,121,49,45,101,63,114,46,103,101,116,40,110,41,58,78,97,78,125,41,41,41,41,58,40,110,46,115,101,116,40,116,44,48,41,44,114,46,115,101,116,40,116,44,48,41,41,125,41,41,46,101,97,99,104,66,101,102,111,114,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,120,49,45,61,50,42,101,42,110,46,103,101,116,40,116,41,44,116,46,121,49,45,61,50,42,101,42,114,46,103,101,116,40,116,41,125,41,41,125,102,117,110,99,116,105,111,110,32,100,116,40,116,44,101,44,110,44,114,44,105,44,111,41,123,118,97,114,32,97,61,108,116,40,73,91,34,71,34,93,40,41,46,115,105,122,101,40,91,110,44,114,93,41,46,116,105,108,101,40,111,116,91,105,93,41,46,112,97,100,100,105,110,103,79,117,116,101,114,40,51,41,46,112,97,100,100,105,110,103,84,111,112,40,49,54,41,46,112,97,100,100,105,110,103,73,110,110,101,114,40,49,41,46,114,111,117,110,100,40,33,48,41,40,73,91,34,104,34,93,40,116,41,46,115,117,109,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,118,97,108,117,101,125,41,41,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,118,97,108,117,101,45,116,46,118,97,108,117,101,125,41,41,41,44,51,41,44,115,61,77,97,116,104,46,109,97,120,46,97,112,112,108,121,40,77,97,116,104,44,79,98,106,101,99,116,40,76,91,34,97,34,93,41,40,97,46,100,101,115,99,101,110,100,97,110,116,115,40,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,100,101,112,116,104,125,41,41,41,41,44,99,61,73,91,34,67,34,93,40,91,115,44,45,49,93,44,97,116,91,111,93,41,59,101,46,97,112,112,101,110,100,40,34,102,105,108,116,101,114,34,41,46,97,116,116,114,40,34,105,100,34,44,34,115,104,97,100,111,119,34,41,46,97,112,112,101,110,100,40,34,102,101,68,114,111,112,83,104,97,100,111,119,34,41,46,97,116,116,114,40,34,102,108,111,111,100,45,111,112,97,99,105,116,121,34,44,46,51,41,46,97,116,116,114,40,34,100,120,34,44,48,41,46,97,116,116,114,40,34,115,116,100,68,101,118,105,97,116,105,111,110,34,44,51,41,59,118,97,114,32,117,61,101,46,115,101,108,101,99,116,65,108,108,40,34,103,34,41,46,100,97,116,97,40,73,91,34,119,34,93,40,41,46,107,101,121,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,100,101,112,116,104,125,41,41,46,115,111,114,116,75,101,121,115,40,73,91,34,97,34,93,41,46,101,110,116,114,105,101,115,40,97,46,100,101,115,99,101,110,100,97,110,116,115,40,41,41,41,46,106,111,105,110,40,34,103,34,41,46,97,116,116,114,40,34,102,105,108,116,101,114,34,44,34,117,114,108,40,35,115,104,97,100,111,119,41,34,41,46,115,101,108,101,99,116,65,108,108,40,34,103,34,41,46,100,97,116,97,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,118,97,108,117,101,115,125,41,41,46,106,111,105,110,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,116,114,97,110,115,108,97,116,101,40,34,46,99,111,110,99,97,116,40,116,46,120,48,44,34,44,34,41,46,99,111,110,99,97,116,40,116,46,121,48,44,34,41,34,41,125,41,41,59,117,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,46,116,101,120,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,116,46,97,110,99,101,115,116,111,114,115,40,41,46,114,101,118,101,114,115,101,40,41,46,115,112,108,105,99,101,40,49,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,100,97,116,97,46,110,97,109,101,125,41,41,46,106,111,105,110,40,34,47,34,41,44,34,92,110,34,41,46,99,111,110,99,97,116,40,72,40,116,46,118,97,108,117,101,41,41,125,41,41,44,117,46,97,112,112,101,110,100,40,34,114,101,99,116,34,41,46,97,116,116,114,40,34,105,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,110,111,100,101,85,105,100,61,117,116,40,34,110,111,100,101,34,41,125,41,41,46,97,116,116,114,40,34,102,105,108,108,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,99,40,116,46,100,101,112,116,104,41,125,41,41,46,97,116,116,114,40,34,119,105,100,116,104,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,120,49,45,116,46,120,48,125,41,41,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,121,49,45,116,46,121,48,125,41,41,44,117,46,97,112,112,101,110,100,40,34,99,108,105,112,80,97,116,104,34,41,46,97,116,116,114,40,34,105,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,99,108,105,112,85,105,100,61,117,116,40,34,99,108,105,112,34,41,125,41,41,46,97,112,112,101,110,100,40,34,117,115,101,34,41,46,97,116,116,114,40,34,104,114,101,102,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,35,34,46,99,111,110,99,97,116,40,116,46,110,111,100,101,85,105,100,41,125,41,41,44,117,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,46,97,116,116,114,40,34,102,105,108,108,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,73,91,34,105,34,93,40,99,40,116,46,100,101,112,116,104,41,41,46,108,62,46,53,63,34,35,51,51,51,34,58,34,35,101,101,101,34,125,41,41,46,97,116,116,114,40,34,99,108,105,112,45,112,97,116,104,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,117,114,108,40,35,34,46,99,111,110,99,97,116,40,116,46,99,108,105,112,85,105,100,44,34,41,34,41,125,41,41,46,115,101,108,101,99,116,65,108,108,40,34,116,115,112,97,110,34,41,46,100,97,116,97,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,91,116,46,100,97,116,97,46,110,97,109,101,44,72,40,116,46,118,97,108,117,101,41,93,125,41,41,46,106,111,105,110,40,34,116,115,112,97,110,34,41,46,116,101,120,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,41,41,44,117,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,99,104,105,108,100,114,101,110,125,41,41,46,115,101,108,101,99,116,65,108,108,40,34,116,115,112,97,110,34,41,46,97,116,116,114,40,34,100,120,34,44,51,41,46,97,116,116,114,40,34,121,34,44,49,51,41,44,117,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,116,46,99,104,105,108,100,114,101,110,125,41,41,46,115,101,108,101,99,116,65,108,108,40,34,116,115,112,97,110,34,41,46,97,116,116,114,40,34,120,34,44,51,41,46,97,116,116,114,40,34,121,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,48,61,61,61,101,63,49,46,49,58,50,46,51,44,34,101,109,34,41,125,41,41,125,102,117,110,99,116,105,111,110,32,112,116,40,116,44,101,44,110,44,114,44,105,44,111,44,97,41,123,118,97,114,32,115,61,73,91,34,66,34,93,40,73,91,34,68,34,93,41,44,99,61,73,91,34,71,34,93,40,41,46,116,105,108,101,40,111,116,91,111,93,41,46,115,105,122,101,40,91,110,44,114,93,41,46,112,97,100,100,105,110,103,40,49,41,46,114,111,117,110,100,40,33,48,41,40,73,91,34,104,34,93,40,116,41,46,115,117,109,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,118,97,108,117,101,125,41,41,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,118,97,108,117,101,45,116,46,118,97,108,117,101,125,41,41,41,44,117,61,101,46,115,101,108,101,99,116,65,108,108,40,34,103,34,41,46,100,97,116,97,40,99,46,108,101,97,118,101,115,40,41,41,46,106,111,105,110,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,116,114,97,110,115,108,97,116,101,40,34,46,99,111,110,99,97,116,40,116,46,120,48,44,34,44,34,41,46,99,111,110,99,97,116,40,116,46,121,48,44,34,41,34,41,125,41,41,59,117,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,46,116,101,120,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,116,46,97,110,99,101,115,116,111,114,115,40,41,46,114,101,118,101,114,115,101,40,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,100,97,116,97,46,110,97,109,101,125,41,41,46,106,111,105,110,40,34,47,34,41,44,34,92,110,34,41,46,99,111,110,99,97,116,40,72,40,116,46,118,97,108,117,101,41,41,125,41,41,44,117,46,97,112,112,101,110,100,40,34,114,101,99,116,34,41,46,97,116,116,114,40,34,105,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,101,97,102,85,105,100,61,117,116,40,34,108,101,97,102,34,41,125,41,41,46,97,116,116,114,40,34,102,105,108,108,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,119,104,105,108,101,40,116,46,100,101,112,116,104,62,105,41,116,61,116,46,112,97,114,101,110,116,59,114,101,116,117,114,110,32,115,40,116,46,100,97,116,97,46,110,97,109,101,41,125,41,41,46,97,116,116,114,40,34,102,105,108,108,45,111,112,97,99,105,116,121,34,44,97,41,46,97,116,116,114,40,34,119,105,100,116,104,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,120,49,45,116,46,120,48,125,41,41,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,121,49,45,116,46,121,48,125,41,41,44,117,46,97,112,112,101,110,100,40,34,99,108,105,112,80,97,116,104,34,41,46,97,116,116,114,40,34,105,100,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,99,108,105,112,85,105,100,61,117,116,40,34,99,108,105,112,34,41,125,41,41,46,97,112,112,101,110,100,40,34,117,115,101,34,41,46,97,116,116,114,40,34,104,114,101,102,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,35,34,46,99,111,110,99,97,116,40,116,46,108,101,97,102,85,105,100,41,125,41,41,44,117,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,46,97,116,116,114,40,34,99,108,105,112,45,112,97,116,104,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,117,114,108,40,35,34,46,99,111,110,99,97,116,40,116,46,99,108,105,112,85,105,100,44,34,41,34,41,125,41,41,46,115,101,108,101,99,116,65,108,108,40,34,116,115,112,97,110,34,41,46,100,97,116,97,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,46,34,61,61,61,116,46,100,97,116,97,46,110,97,109,101,38,38,40,116,61,116,46,112,97,114,101,110,116,41,44,91,116,46,100,97,116,97,46,110,97,109,101,44,72,40,116,46,118,97,108,117,101,41,93,125,41,41,46,106,111,105,110,40,34,116,115,112,97,110,34,41,46,97,116,116,114,40,34,120,34,44,50,41,46,97,116,116,114,40,34,121,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,34,34,46,99,111,110,99,97,116,40,48,61,61,61,101,63,49,46,49,58,50,46,51,44,34,101,109,34,41,125,41,41,46,116,101,120,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,41,41,125,102,117,110,99,116,105,111,110,32,104,116,40,116,44,101,44,110,41,123,105,116,46,97,46,116,111,66,108,111,98,40,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,34,116,114,101,101,109,97,112,34,41,44,123,119,105,100,116,104,58,101,44,104,101,105,103,104,116,58,110,125,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,97,34,41,44,114,61,85,82,76,46,99,114,101,97,116,101,79,98,106,101,99,116,85,82,76,40,101,41,59,110,46,104,114,101,102,61,114,44,110,46,100,111,119,110,108,111,97,100,61,34,34,46,99,111,110,99,97,116,40,116,44,34,95,116,114,101,101,109,97,112,46,112,110,103,34,41,44,100,111,99,117,109,101,110,116,46,98,111,100,121,46,97,112,112,101,110,100,67,104,105,108,100,40,110,41,44,110,46,99,108,105,99,107,40,41,44,115,101,116,84,105,109,101,111,117,116,40,40,102,117,110,99,116,105,111,110,40,41,123,100,111,99,117,109,101,110,116,46,98,111,100,121,46,114,101,109,111,118,101,67,104,105,108,100,40,110,41,44,119,105,110,100,111,119,46,85,82,76,46,114,101,118,111,107,101,79,98,106,101,99,116,85,82,76,40,114,41,125,41,44,48,41,125,41,41,125,118,97,114,32,109,116,61,123,110,97,109,101,58,34,68,51,84,114,101,101,109,97,112,34,44,112,114,111,112,115,58,91,34,105,110,100,101,120,73,100,34,93,44,119,97,116,99,104,58,123,105,110,100,101,120,73,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,44,109,101,116,104,111,100,115,58,123,117,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,115,116,91,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,114,101,101,109,97,112,83,105,122,101,93,91,48,93,44,114,61,115,116,91,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,114,101,101,109,97,112,83,105,122,101,93,91,49,93,44,105,61,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,44,111,61,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,44,97,61,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,44,115,61,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,114,101,101,109,97,112,84,121,112,101,44,99,61,73,91,34,69,34,93,40,34,35,116,114,101,101,109,97,112,34,41,59,99,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,44,99,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,91,48,44,48,44,110,44,114,93,41,46,97,116,116,114,40,34,120,109,108,110,115,34,44,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,41,46,97,116,116,114,40,34,120,109,108,110,115,58,120,108,105,110,107,34,44,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,49,57,57,57,47,120,108,105,110,107,34,41,46,97,116,116,114,40,34,118,101,114,115,105,111,110,34,44,34,49,46,49,34,41,46,115,116,121,108,101,40,34,111,118,101,114,102,108,111,119,34,44,34,118,105,115,105,98,108,101,34,41,46,115,116,121,108,101,40,34,102,111,110,116,34,44,34,49,48,112,120,32,115,97,110,115,45,115,101,114,105,102,34,41,44,73,91,34,101,34,93,40,110,116,46,103,101,116,84,114,101,101,109,97,112,67,115,118,85,114,108,40,116,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,105,102,40,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,116,97,120,111,110,111,109,121,61,116,46,112,97,116,104,46,115,112,108,105,116,40,34,47,34,41,44,116,46,115,105,122,101,61,78,117,109,98,101,114,40,116,46,115,105,122,101,41,125,41,41,44,34,99,97,115,99,97,100,101,100,34,61,61,61,115,41,123,118,97,114,32,117,61,80,40,116,44,33,49,41,59,100,116,40,117,44,99,44,110,44,114,44,105,44,97,41,125,101,108,115,101,123,118,97,114,32,108,61,80,40,116,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,116,97,120,111,110,111,109,121,46,108,101,110,103,116,104,45,116,46,116,97,120,111,110,111,109,121,46,108,101,110,103,116,104,125,41,41,44,33,48,41,44,100,61,34,98,108,97,99,107,34,61,61,61,101,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,104,101,109,101,63,46,57,58,46,54,59,112,116,40,108,44,99,44,110,44,114,44,111,44,105,44,100,41,125,125,41,41,125,44,100,111,119,110,108,111,97,100,84,114,101,101,109,97,112,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,115,116,91,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,114,101,101,109,97,112,83,105,122,101,93,91,48,93,44,101,61,115,116,91,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,114,101,101,109,97,112,83,105,122,101,93,91,49,93,59,104,116,40,116,104,105,115,46,105,110,100,101,120,73,100,44,116,44,101,41,125,125,125,44,102,116,61,109,116,44,103,116,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,102,116,44,107,44,77,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,118,116,61,103,116,46,101,120,112,111,114,116,115,44,98,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,112,114,111,103,114,101,115,115,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,34,49,34,44,109,97,120,58,34,49,34,44,97,110,105,109,97,116,101,100,58,34,34,125,125,41,125,44,120,116,61,91,93,44,121,116,61,123,125,44,95,116,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,121,116,44,98,116,44,120,116,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,84,116,61,95,116,46,101,120,112,111,114,116,115,44,83,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,103,114,97,112,104,34,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,105,100,58,34,97,103,103,45,109,105,109,101,45,99,111,117,110,116,34,125,125,41,93,41,125,44,119,116,61,91,93,44,122,116,61,73,91,34,103,34,93,40,34,126,115,34,41,44,36,116,61,50,48,44,67,116,61,73,91,34,66,34,93,40,73,91,34,68,34,93,41,59,102,117,110,99,116,105,111,110,32,79,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,123,116,111,112,58,53,48,44,114,105,103,104,116,58,48,44,98,111,116,116,111,109,58,49,48,44,108,101,102,116,58,77,97,116,104,46,109,97,120,40,54,42,73,91,34,118,34,93,40,116,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,99,111,117,110,116,45,116,46,99,111,117,110,116,125,41,41,46,115,108,105,99,101,40,48,44,49,53,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,109,105,109,101,46,108,101,110,103,116,104,125,41,41,44,54,42,73,91,34,118,34,93,40,116,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,115,105,122,101,45,116,46,115,105,122,101,125,41,41,46,115,108,105,99,101,40,48,44,49,53,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,109,105,109,101,46,108,101,110,103,116,104,125,41,41,41,125,59,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,110,97,109,101,61,116,46,109,105,109,101,44,116,46,118,97,108,117,101,61,78,117,109,98,101,114,40,116,46,99,111,117,110,116,41,125,41,41,44,116,61,116,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,118,97,108,117,101,45,116,46,118,97,108,117,101,125,41,41,46,115,108,105,99,101,40,48,44,49,53,41,59,118,97,114,32,111,61,53,53,48,44,97,61,77,97,116,104,46,99,101,105,108,40,40,116,46,108,101,110,103,116,104,43,46,49,41,42,36,116,41,43,105,46,116,111,112,43,105,46,98,111,116,116,111,109,59,101,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,44,101,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,91,48,44,48,44,111,44,97,93,41,59,118,97,114,32,115,61,73,91,34,122,34,93,40,41,46,100,111,109,97,105,110,40,73,91,34,121,34,93,40,116,46,108,101,110,103,116,104,41,41,46,114,97,110,103,101,82,111,117,110,100,40,91,105,46,116,111,112,44,97,45,105,46,98,111,116,116,111,109,93,41,44,99,61,73,91,34,65,34,93,40,41,46,100,111,109,97,105,110,40,91,48,44,73,91,34,118,34,93,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,118,97,108,117,101,125,41,41,93,41,46,114,97,110,103,101,40,91,105,46,108,101,102,116,44,111,45,105,46,114,105,103,104,116,93,41,59,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,102,105,108,108,45,111,112,97,99,105,116,121,34,44,110,41,46,115,101,108,101,99,116,65,108,108,40,34,114,101,99,116,34,41,46,100,97,116,97,40,116,41,46,106,111,105,110,40,34,114,101,99,116,34,41,46,97,116,116,114,40,34,102,105,108,108,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,67,116,40,116,46,110,97,109,101,41,125,41,41,46,97,116,116,114,40,34,120,34,44,99,40,48,41,41,46,97,116,116,114,40,34,121,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,115,40,101,41,125,41,41,46,97,116,116,114,40,34,119,105,100,116,104,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,99,40,116,46,118,97,108,117,101,41,45,99,40,48,41,125,41,41,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,115,46,98,97,110,100,119,105,100,116,104,40,41,41,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,46,116,101,120,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,73,91,34,103,34,93,40,34,44,34,41,40,116,46,118,97,108,117,101,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,116,114,97,110,115,108,97,116,101,40,48,44,34,46,99,111,110,99,97,116,40,105,46,116,111,112,44,34,41,34,41,41,46,99,97,108,108,40,73,91,34,100,34,93,40,99,41,46,116,105,99,107,115,40,111,47,56,48,44,116,46,102,111,114,109,97,116,41,46,116,105,99,107,70,111,114,109,97,116,40,122,116,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,40,34,46,100,111,109,97,105,110,34,41,46,114,101,109,111,118,101,40,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,116,114,97,110,115,108,97,116,101,40,34,46,99,111,110,99,97,116,40,105,46,108,101,102,116,44,34,44,48,41,34,41,41,46,99,97,108,108,40,73,91,34,99,34,93,40,115,41,46,116,105,99,107,70,111,114,109,97,116,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,91,101,93,46,110,97,109,101,125,41,41,46,116,105,99,107,83,105,122,101,79,117,116,101,114,40,48,41,41,44,101,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,46,97,116,116,114,40,34,120,34,44,111,47,50,41,46,97,116,116,114,40,34,121,34,44,105,46,116,111,112,47,50,41,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,109,105,100,100,108,101,34,41,46,115,116,121,108,101,40,34,102,111,110,116,45,115,105,122,101,34,44,34,49,54,112,120,34,41,46,116,101,120,116,40,114,41,125,118,97,114,32,107,116,61,123,110,97,109,101,58,34,68,51,77,105,109,101,66,97,114,83,105,122,101,34,44,112,114,111,112,115,58,91,34,105,110,100,101,120,73,100,34,93,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,44,119,97,116,99,104,58,123,105,110,100,101,120,73,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,125,44,109,101,116,104,111,100,115,58,123,117,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,73,91,34,69,34,93,40,34,35,97,103,103,45,109,105,109,101,45,99,111,117,110,116,34,41,44,114,61,34,98,108,97,99,107,34,61,61,61,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,104,101,109,101,63,46,57,58,46,54,59,73,91,34,101,34,93,40,110,116,46,103,101,116,77,105,109,101,67,115,118,85,114,108,40,116,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,79,116,40,116,46,115,108,105,99,101,40,41,44,110,44,114,44,101,46,36,116,40,34,100,51,46,109,105,109,101,67,111,117,110,116,34,41,41,125,41,41,125,125,125,44,77,116,61,107,116,44,76,116,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,77,116,44,83,116,44,119,116,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,73,116,61,76,116,46,101,120,112,111,114,116,115,44,68,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,103,114,97,112,104,34,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,105,100,58,34,97,103,103,45,109,105,109,101,45,115,105,122,101,34,125,125,41,93,41,125,44,80,116,61,91,93,44,106,116,61,73,91,34,103,34,93,40,34,126,115,34,41,44,113,116,61,50,48,44,69,116,61,73,91,34,66,34,93,40,73,91,34,68,34,93,41,59,102,117,110,99,116,105,111,110,32,66,116,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,123,116,111,112,58,53,48,44,114,105,103,104,116,58,48,44,98,111,116,116,111,109,58,49,48,44,108,101,102,116,58,77,97,116,104,46,109,97,120,40,54,42,73,91,34,118,34,93,40,116,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,99,111,117,110,116,45,116,46,99,111,117,110,116,125,41,41,46,115,108,105,99,101,40,48,44,49,53,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,109,105,109,101,46,108,101,110,103,116,104,125,41,41,44,54,42,73,91,34,118,34,93,40,116,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,115,105,122,101,45,116,46,115,105,122,101,125,41,41,46,115,108,105,99,101,40,48,44,49,53,41,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,109,105,109,101,46,108,101,110,103,116,104,125,41,41,41,125,59,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,110,97,109,101,61,116,46,109,105,109,101,44,116,46,118,97,108,117,101,61,78,117,109,98,101,114,40,116,46,115,105,122,101,41,125,41,41,44,116,61,116,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,118,97,108,117,101,45,116,46,118,97,108,117,101,125,41,41,46,115,108,105,99,101,40,48,44,49,53,41,59,118,97,114,32,111,61,53,53,48,44,97,61,77,97,116,104,46,99,101,105,108,40,40,116,46,108,101,110,103,116,104,43,46,49,41,42,113,116,41,43,105,46,116,111,112,43,105,46,98,111,116,116,111,109,59,101,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,44,101,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,91,48,44,48,44,111,44,97,93,41,59,118,97,114,32,115,61,73,91,34,122,34,93,40,41,46,100,111,109,97,105,110,40,73,91,34,121,34,93,40,116,46,108,101,110,103,116,104,41,41,46,114,97,110,103,101,82,111,117,110,100,40,91,105,46,116,111,112,44,97,45,105,46,98,111,116,116,111,109,93,41,44,99,61,73,91,34,65,34,93,40,41,46,100,111,109,97,105,110,40,91,48,44,73,91,34,118,34,93,40,116,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,118,97,108,117,101,125,41,41,93,41,46,114,97,110,103,101,40,91,105,46,108,101,102,116,44,111,45,105,46,114,105,103,104,116,93,41,59,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,102,105,108,108,45,111,112,97,99,105,116,121,34,44,110,41,46,115,101,108,101,99,116,65,108,108,40,34,114,101,99,116,34,41,46,100,97,116,97,40,116,41,46,106,111,105,110,40,34,114,101,99,116,34,41,46,97,116,116,114,40,34,102,105,108,108,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,69,116,40,116,46,110,97,109,101,41,125,41,41,46,97,116,116,114,40,34,120,34,44,99,40,48,41,41,46,97,116,116,114,40,34,121,34,44,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,115,40,101,41,125,41,41,46,97,116,116,114,40,34,119,105,100,116,104,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,99,40,116,46,118,97,108,117,101,41,45,99,40,48,41,125,41,41,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,115,46,98,97,110,100,119,105,100,116,104,40,41,41,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,46,116,101,120,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,106,116,40,116,46,118,97,108,117,101,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,116,114,97,110,115,108,97,116,101,40,48,44,34,46,99,111,110,99,97,116,40,105,46,116,111,112,44,34,41,34,41,41,46,99,97,108,108,40,73,91,34,100,34,93,40,99,41,46,116,105,99,107,115,40,111,47,56,48,44,116,46,102,111,114,109,97,116,41,46,116,105,99,107,70,111,114,109,97,116,40,106,116,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,40,34,46,100,111,109,97,105,110,34,41,46,114,101,109,111,118,101,40,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,116,114,97,110,115,108,97,116,101,40,34,46,99,111,110,99,97,116,40,105,46,108,101,102,116,44,34,44,48,41,34,41,41,46,99,97,108,108,40,73,91,34,99,34,93,40,115,41,46,116,105,99,107,70,111,114,109,97,116,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,91,101,93,46,110,97,109,101,125,41,41,46,116,105,99,107,83,105,122,101,79,117,116,101,114,40,48,41,41,44,101,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,46,97,116,116,114,40,34,120,34,44,111,47,50,41,46,97,116,116,114,40,34,121,34,44,105,46,116,111,112,47,50,41,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,109,105,100,100,108,101,34,41,46,115,116,121,108,101,40,34,102,111,110,116,45,115,105,122,101,34,44,34,49,54,112,120,34,41,46,116,101,120,116,40,114,41,125,118,97,114,32,72,116,61,123,110,97,109,101,58,34,68,51,77,105,109,101,66,97,114,83,105,122,101,34,44,112,114,111,112,115,58,91,34,105,110,100,101,120,73,100,34,93,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,44,119,97,116,99,104,58,123,105,110,100,101,120,73,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,125,44,109,101,116,104,111,100,115,58,123,117,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,73,91,34,69,34,93,40,34,35,97,103,103,45,109,105,109,101,45,115,105,122,101,34,41,44,114,61,34,98,108,97,99,107,34,61,61,61,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,84,104,101,109,101,63,46,57,58,46,54,59,73,91,34,101,34,93,40,110,116,46,103,101,116,77,105,109,101,67,115,118,85,114,108,40,116,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,66,116,40,116,46,115,108,105,99,101,40,41,44,110,44,114,44,101,46,36,116,40,34,100,51,46,109,105,109,101,83,105,122,101,34,41,41,125,41,41,125,125,125,44,65,116,61,72,116,44,82,116,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,65,116,44,68,116,44,80,116,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,85,116,61,82,116,46,101,120,112,111,114,116,115,44,70,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,103,114,97,112,104,34,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,105,100,58,34,100,97,116,101,45,104,105,115,116,111,103,114,97,109,34,125,125,41,93,41,125,44,81,116,61,91,93,44,78,116,61,73,91,34,103,34,93,40,34,126,115,34,41,59,102,117,110,99,116,105,111,110,32,71,116,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,108,101,110,103,116,104,58,78,117,109,98,101,114,40,116,46,99,111,117,110,116,41,44,120,48,58,78,117,109,98,101,114,40,116,46,98,117,99,107,101,116,41,44,120,49,58,78,117,109,98,101,114,40,116,46,98,117,99,107,101,116,41,43,50,54,50,57,56,48,48,125,125,41,41,59,114,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,45,101,46,108,101,110,103,116,104,125,41,41,59,118,97,114,32,105,61,123,116,111,112,58,53,48,44,114,105,103,104,116,58,50,48,44,98,111,116,116,111,109,58,55,48,44,108,101,102,116,58,52,48,125,44,111,61,73,91,34,120,34,93,40,114,44,46,57,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,125,41,41,59,114,61,114,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,62,111,125,41,41,59,118,97,114,32,97,61,53,53,48,44,115,61,52,53,48,59,101,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,44,101,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,91,48,44,48,44,97,44,115,93,41,59,118,97,114,32,99,61,73,91,34,65,34,93,40,41,46,100,111,109,97,105,110,40,91,48,44,73,91,34,118,34,93,40,114,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,125,41,41,93,41,46,110,105,99,101,40,41,46,114,97,110,103,101,40,91,115,45,105,46,98,111,116,116,111,109,44,105,46,116,111,112,93,41,44,117,61,73,91,34,65,34,93,40,41,46,100,111,109,97,105,110,40,73,91,34,102,34,93,40,114,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,120,48,125,41,41,41,46,110,105,99,101,40,41,46,114,97,110,103,101,40,91,105,46,108,101,102,116,44,97,45,105,46,114,105,103,104,116,93,41,59,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,102,105,108,108,34,44,34,115,116,101,101,108,98,108,117,101,34,41,46,115,101,108,101,99,116,65,108,108,40,34,114,101,99,116,34,41,46,100,97,116,97,40,114,41,46,106,111,105,110,40,34,114,101,99,116,34,41,46,97,116,116,114,40,34,120,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,117,40,116,46,120,48,41,43,49,125,41,41,46,97,116,116,114,40,34,119,105,100,116,104,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,109,97,120,40,49,44,117,40,116,46,120,49,41,45,117,40,116,46,120,48,41,45,49,41,125,41,41,46,97,116,116,114,40,34,121,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,99,40,116,46,108,101,110,103,116,104,41,125,41,41,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,99,40,48,41,45,99,40,116,46,108,101,110,103,116,104,41,125,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,46,116,101,120,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,125,41,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,116,114,97,110,115,108,97,116,101,40,48,44,34,46,99,111,110,99,97,116,40,115,45,105,46,98,111,116,116,111,109,44,34,41,34,41,41,46,99,97,108,108,40,73,91,34,98,34,93,40,117,41,46,116,105,99,107,115,40,97,47,51,48,41,46,116,105,99,107,83,105,122,101,79,117,116,101,114,40,48,41,46,116,105,99,107,70,111,114,109,97,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,73,91,34,70,34,93,40,34,37,89,45,37,109,45,37,100,34,41,40,73,91,34,77,34,93,40,34,37,115,34,41,40,116,41,41,125,41,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,65,108,108,40,34,116,101,120,116,34,41,46,115,116,121,108,101,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,101,110,100,34,41,46,97,116,116,114,40,34,100,120,34,44,34,45,46,56,101,109,34,41,46,97,116,116,114,40,34,100,121,34,44,34,46,49,53,101,109,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,114,111,116,97,116,101,40,45,54,53,41,34,41,125,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,46,97,116,116,114,40,34,120,34,44,97,45,105,46,114,105,103,104,116,41,46,97,116,116,114,40,34,121,34,44,45,52,41,46,97,116,116,114,40,34,102,105,108,108,34,44,34,99,117,114,114,101,110,116,67,111,108,111,114,34,41,46,97,116,116,114,40,34,102,111,110,116,45,119,101,105,103,104,116,34,44,34,98,111,108,100,34,41,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,101,110,100,34,41,46,116,101,120,116,40,34,109,116,105,109,101,34,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,116,114,97,110,115,108,97,116,101,40,34,46,99,111,110,99,97,116,40,105,46,108,101,102,116,44,34,44,48,41,34,41,41,46,99,97,108,108,40,73,91,34,99,34,93,40,99,41,46,116,105,99,107,115,40,115,47,52,48,41,46,116,105,99,107,70,111,114,109,97,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,78,116,40,116,41,125,41,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,40,34,46,100,111,109,97,105,110,34,41,46,114,101,109,111,118,101,40,41,125,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,40,34,46,116,105,99,107,58,108,97,115,116,45,111,102,45,116,121,112,101,32,116,101,120,116,34,41,46,99,108,111,110,101,40,41,46,97,116,116,114,40,34,120,34,44,52,41,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,115,116,97,114,116,34,41,46,97,116,116,114,40,34,102,111,110,116,45,119,101,105,103,104,116,34,44,34,98,111,108,100,34,41,46,116,101,120,116,40,34,70,105,108,101,32,99,111,117,110,116,34,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,46,97,116,116,114,40,34,120,34,44,97,47,50,41,46,97,116,116,114,40,34,121,34,44,105,46,116,111,112,47,50,41,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,109,105,100,100,108,101,34,41,46,115,116,121,108,101,40,34,102,111,110,116,45,115,105,122,101,34,44,34,49,54,112,120,34,41,46,116,101,120,116,40,110,41,125,118,97,114,32,86,116,61,123,110,97,109,101,58,34,68,51,68,97,116,101,72,105,115,116,111,103,114,97,109,34,44,112,114,111,112,115,58,91,34,105,110,100,101,120,73,100,34,93,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,44,119,97,116,99,104,58,123,105,110,100,101,120,73,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,125,44,109,101,116,104,111,100,115,58,123,117,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,73,91,34,69,34,93,40,34,35,100,97,116,101,45,104,105,115,116,111,103,114,97,109,34,41,59,73,91,34,101,34,93,40,110,116,46,103,101,116,68,97,116,101,67,115,118,40,116,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,71,116,40,116,46,115,108,105,99,101,40,41,44,110,44,101,46,36,116,40,34,100,51,46,100,97,116,101,72,105,115,116,111,103,114,97,109,34,41,41,125,41,41,125,125,125,44,87,116,61,86,116,44,75,116,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,87,116,44,70,116,44,81,116,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,89,116,61,75,116,46,101,120,112,111,114,116,115,44,74,116,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,103,114,97,112,104,34,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,105,100,58,34,115,105,122,101,45,104,105,115,116,111,103,114,97,109,34,125,125,41,93,41,125,44,90,116,61,91,93,44,88,116,61,73,91,34,103,34,93,40,34,126,115,34,41,59,102,117,110,99,116,105,111,110,32,116,101,40,116,44,101,44,110,41,123,118,97,114,32,114,61,116,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,108,101,110,103,116,104,58,78,117,109,98,101,114,40,116,46,99,111,117,110,116,41,44,120,48,58,78,117,109,98,101,114,40,116,46,98,117,99,107,101,116,41,44,120,49,58,78,117,109,98,101,114,40,116,46,98,117,99,107,101,116,41,43,53,50,52,50,56,56,48,125,125,41,41,59,114,61,114,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,101,46,108,101,110,103,116,104,45,116,46,108,101,110,103,116,104,125,41,41,46,115,108,105,99,101,40,48,44,50,53,41,59,118,97,114,32,105,61,123,116,111,112,58,53,48,44,114,105,103,104,116,58,50,48,44,98,111,116,116,111,109,58,55,48,44,108,101,102,116,58,52,48,125,44,111,61,53,53,48,44,97,61,52,53,48,59,101,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,44,101,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,91,48,44,48,44,111,44,97,93,41,59,118,97,114,32,115,61,73,91,34,65,34,93,40,41,46,100,111,109,97,105,110,40,91,48,44,73,91,34,118,34,93,40,114,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,125,41,41,93,41,46,114,97,110,103,101,40,91,97,45,105,46,98,111,116,116,111,109,44,105,46,116,111,112,93,41,44,99,61,73,91,34,65,34,93,40,41,46,100,111,109,97,105,110,40,73,91,34,102,34,93,40,114,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,120,48,125,41,41,41,46,110,105,99,101,40,41,46,114,97,110,103,101,40,91,105,46,108,101,102,116,44,111,45,105,46,114,105,103,104,116,93,41,59,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,102,105,108,108,34,44,34,115,116,101,101,108,98,108,117,101,34,41,46,115,101,108,101,99,116,65,108,108,40,34,114,101,99,116,34,41,46,100,97,116,97,40,114,41,46,106,111,105,110,40,34,114,101,99,116,34,41,46,97,116,116,114,40,34,120,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,99,40,116,46,120,48,41,43,49,125,41,41,46,97,116,116,114,40,34,119,105,100,116,104,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,77,97,116,104,46,109,97,120,40,49,44,99,40,116,46,120,49,41,45,99,40,116,46,120,48,41,45,49,41,125,41,41,46,97,116,116,114,40,34,121,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,115,40,116,46,108,101,110,103,116,104,41,125,41,41,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,115,40,48,41,45,115,40,116,46,108,101,110,103,116,104,41,125,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,46,116,101,120,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,125,41,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,116,114,97,110,115,108,97,116,101,40,48,44,34,46,99,111,110,99,97,116,40,97,45,105,46,98,111,116,116,111,109,44,34,41,34,41,41,46,99,97,108,108,40,73,91,34,98,34,93,40,99,41,46,116,105,99,107,115,40,111,47,51,48,41,46,116,105,99,107,83,105,122,101,79,117,116,101,114,40,48,41,46,116,105,99,107,70,111,114,109,97,116,40,88,116,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,65,108,108,40,34,116,101,120,116,34,41,46,115,116,121,108,101,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,101,110,100,34,41,46,97,116,116,114,40,34,100,120,34,44,34,45,46,56,101,109,34,41,46,97,116,116,114,40,34,100,121,34,44,34,46,49,53,101,109,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,114,111,116,97,116,101,40,45,54,53,41,34,41,125,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,46,97,116,116,114,40,34,120,34,44,111,45,105,46,114,105,103,104,116,41,46,97,116,116,114,40,34,121,34,44,45,52,41,46,97,116,116,114,40,34,102,105,108,108,34,44,34,99,117,114,114,101,110,116,67,111,108,111,114,34,41,46,97,116,116,114,40,34,102,111,110,116,45,119,101,105,103,104,116,34,44,34,98,111,108,100,34,41,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,101,110,100,34,41,46,116,101,120,116,40,34,115,105,122,101,32,40,98,121,116,101,115,41,34,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,103,34,41,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,34,116,114,97,110,115,108,97,116,101,40,34,46,99,111,110,99,97,116,40,105,46,108,101,102,116,44,34,44,48,41,34,41,41,46,99,97,108,108,40,73,91,34,99,34,93,40,115,41,46,116,105,99,107,115,40,97,47,52,48,41,46,116,105,99,107,70,111,114,109,97,116,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,88,116,40,116,41,125,41,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,40,34,46,100,111,109,97,105,110,34,41,46,114,101,109,111,118,101,40,41,125,41,41,46,99,97,108,108,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,40,34,46,116,105,99,107,58,108,97,115,116,45,111,102,45,116,121,112,101,32,116,101,120,116,34,41,46,99,108,111,110,101,40,41,46,97,116,116,114,40,34,120,34,44,52,41,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,115,116,97,114,116,34,41,46,97,116,116,114,40,34,102,111,110,116,45,119,101,105,103,104,116,34,44,34,98,111,108,100,34,41,46,116,101,120,116,40,34,70,105,108,101,32,99,111,117,110,116,34,41,125,41,41,44,101,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,46,97,116,116,114,40,34,120,34,44,111,47,50,41,46,97,116,116,114,40,34,121,34,44,105,46,116,111,112,47,50,41,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,34,109,105,100,100,108,101,34,41,46,115,116,121,108,101,40,34,102,111,110,116,45,115,105,122,101,34,44,34,49,54,112,120,34,41,46,116,101,120,116,40,110,41,125,118,97,114,32,101,101,61,123,110,97,109,101,58,34,68,51,83,105,122,101,72,105,115,116,111,103,114,97,109,34,44,112,114,111,112,115,58,91,34,105,110,100,101,120,73,100,34,93,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,44,119,97,116,99,104,58,123,105,110,100,101,120,73,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,117,112,100,97,116,101,40,116,104,105,115,46,105,110,100,101,120,73,100,41,125,125,44,109,101,116,104,111,100,115,58,123,117,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,44,110,61,73,91,34,69,34,93,40,34,35,115,105,122,101,45,104,105,115,116,111,103,114,97,109,34,41,59,73,91,34,101,34,93,40,110,116,46,103,101,116,83,105,122,101,67,115,118,40,116,41,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,101,40,116,46,115,108,105,99,101,40,41,44,110,44,101,46,36,116,40,34,100,51,46,115,105,122,101,72,105,115,116,111,103,114,97,109,34,41,41,125,41,41,125,125,125,44,110,101,61,101,101,44,114,101,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,110,101,44,74,116,44,90,116,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,105,101,61,114,101,46,101,120,112,111,114,116,115,44,111,101,61,123,99,111,109,112,111,110,101,110,116,115,58,123,68,51,83,105,122,101,72,105,115,116,111,103,114,97,109,58,105,101,44,68,51,68,97,116,101,72,105,115,116,111,103,114,97,109,58,89,116,44,68,51,77,105,109,101,66,97,114,83,105,122,101,58,85,116,44,68,51,77,105,109,101,66,97,114,67,111,117,110,116,58,73,116,44,68,51,84,114,101,101,109,97,112,58,118,116,44,80,114,101,108,111,97,100,101,114,58,84,116,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,97,100,105,110,103,58,33,48,44,115,101,108,101,99,116,101,100,73,110,100,101,120,58,110,117,108,108,44,105,110,100,105,99,101,115,58,91,93,125,125,44,99,111,109,112,117,116,101,100,58,123,105,110,100,101,120,79,112,116,105,111,110,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,105,110,100,105,99,101,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,116,101,120,116,58,116,46,110,97,109,101,44,118,97,108,117,101,58,116,46,105,100,125,125,41,41,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,110,116,46,103,101,116,83,105,115,116,50,73,110,102,111,40,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,105,110,100,105,99,101,115,61,101,46,105,110,100,105,99,101,115,44,116,46,108,111,97,100,105,110,103,61,33,49,125,41,41,125,125,44,97,101,61,111,101,44,115,101,61,40,110,40,34,102,48,57,51,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,97,101,44,67,44,79,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,99,101,61,115,101,46,101,120,112,111,114,116,115,44,117,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,116,46,99,111,110,102,105,103,76,111,97,100,105,110,103,63,116,46,95,101,40,41,58,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,111,110,116,97,105,110,101,114,34,44,115,116,97,116,105,99,83,116,121,108,101,58,123,34,109,97,114,103,105,110,45,108,101,102,116,34,58,34,97,117,116,111,34,44,34,109,97,114,103,105,110,45,114,105,103,104,116,34,58,34,97,117,116,111,34,125,125,44,91,110,40,34,98,45,99,97,114,100,34,44,91,110,40,34,98,45,99,97,114,100,45,116,105,116,108,101,34,44,91,110,40,34,71,101,97,114,73,99,111,110,34,41,44,116,46,95,118,40,34,32,34,43,116,46,95,115,40,116,46,36,116,40,34,99,111,110,102,105,103,34,41,41,43,34,32,34,41,93,44,49,41,44,110,40,34,112,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,99,111,110,102,105,103,68,101,115,99,114,105,112,116,105,111,110,34,41,41,41,93,41,44,110,40,34,98,45,99,97,114,100,45,98,111,100,121,34,44,91,110,40,34,104,52,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,100,105,115,112,108,97,121,79,112,116,105,111,110,115,34,41,41,41,93,41,44,110,40,34,98,45,99,97,114,100,34,44,91,110,40,34,98,45,102,111,114,109,45,99,104,101,99,107,98,111,120,34,44,123,97,116,116,114,115,58,123,99,104,101,99,107,101,100,58,116,46,111,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,125,125,44,91,116,46,95,118,40,34,32,34,43,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,108,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,34,41,41,43,34,32,34,41,93,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,108,97,110,103,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,111,112,116,105,111,110,115,58,116,46,108,97,110,103,79,112,116,105,111,110,115,44,118,97,108,117,101,58,116,46,111,112,116,76,97,110,103,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,76,97,110,103,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,116,104,101,109,101,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,111,112,116,105,111,110,115,58,116,46,116,104,101,109,101,79,112,116,105,111,110,115,44,118,97,108,117,101,58,116,46,111,112,116,84,104,101,109,101,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,84,104,101,109,101,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,100,105,115,112,108,97,121,77,111,100,101,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,111,112,116,105,111,110,115,58,116,46,100,105,115,112,108,97,121,77,111,100,101,79,112,116,105,111,110,115,44,118,97,108,117,101,58,116,46,111,112,116,68,105,115,112,108,97,121,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,68,105,115,112,108,97,121,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,99,111,108,117,109,110,115,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,111,112,116,105,111,110,115,58,116,46,99,111,108,117,109,110,115,79,112,116,105,111,110,115,44,118,97,108,117,101,58,116,46,111,112,116,67,111,108,117,109,110,115,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,67,111,108,117,109,110,115,125,125,41,93,44,49,41,44,110,40,34,98,114,34,41,44,110,40,34,104,52,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,115,101,97,114,99,104,79,112,116,105,111,110,115,34,41,41,41,93,41,44,110,40,34,98,45,99,97,114,100,34,44,91,110,40,34,98,45,102,111,114,109,45,99,104,101,99,107,98,111,120,34,44,123,97,116,116,114,115,58,123,99,104,101,99,107,101,100,58,116,46,111,112,116,72,105,103,104,108,105,103,104,116,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,72,105,103,104,108,105,103,104,116,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,104,105,103,104,108,105,103,104,116,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,99,104,101,99,107,98,111,120,34,44,123,97,116,116,114,115,58,123,99,104,101,99,107,101,100,58,116,46,111,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,116,97,103,79,114,79,112,101,114,97,116,111,114,34,41,41,43,34,32,34,41,93,41,44,110,40,34,98,45,102,111,114,109,45,99,104,101,99,107,98,111,120,34,44,123,97,116,116,114,115,58,123,99,104,101,99,107,101,100,58,116,46,111,112,116,70,117,122,122,121,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,70,117,122,122,121,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,102,117,122,122,121,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,99,104,101,99,107,98,111,120,34,44,123,97,116,116,114,115,58,123,99,104,101,99,107,101,100,58,116,46,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,83,101,97,114,99,104,73,110,80,97,116,104,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,115,101,97,114,99,104,73,110,80,97,116,104,34,41,41,43,34,32,34,41,93,41,44,110,40,34,98,45,102,111,114,109,45,99,104,101,99,107,98,111,120,34,44,123,97,116,116,114,115,58,123,99,104,101,99,107,101,100,58,116,46,111,112,116,83,117,103,103,101,115,116,80,97,116,104,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,83,117,103,103,101,115,116,80,97,116,104,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,115,117,103,103,101,115,116,80,97,116,104,34,41,41,43,34,32,34,41,93,41,44,110,40,34,98,114,34,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,102,114,97,103,109,101,110,116,83,105,122,101,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,111,112,116,70,114,97,103,109,101,110,116,83,105,122,101,44,115,116,101,112,58,34,49,48,34,44,116,121,112,101,58,34,110,117,109,98,101,114,34,44,109,105,110,58,34,48,34,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,70,114,97,103,109,101,110,116,83,105,122,101,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,114,101,115,117,108,116,83,105,122,101,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,111,112,116,82,101,115,117,108,116,83,105,122,101,44,116,121,112,101,58,34,110,117,109,98,101,114,34,44,109,105,110,58,34,49,48,34,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,82,101,115,117,108,116,83,105,122,101,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,113,117,101,114,121,77,111,100,101,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,111,112,116,105,111,110,115,58,116,46,113,117,101,114,121,77,111,100,101,79,112,116,105,111,110,115,44,118,97,108,117,101,58,116,46,111,112,116,81,117,101,114,121,77,111,100,101,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,81,117,101,114,121,77,111,100,101,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,115,108,105,100,101,68,117,114,97,116,105,111,110,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,111,112,116,76,105,103,104,116,98,111,120,83,108,105,100,101,68,117,114,97,116,105,111,110,44,116,121,112,101,58,34,110,117,109,98,101,114,34,44,109,105,110,58,34,49,34,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,76,105,103,104,116,98,111,120,83,108,105,100,101,68,117,114,97,116,105,111,110,125,125,41,93,44,49,41,44,110,40,34,104,52,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,51,34,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,116,114,101,101,109,97,112,79,112,116,105,111,110,115,34,41,41,41,93,41,44,110,40,34,98,45,99,97,114,100,34,44,91,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,116,114,101,101,109,97,112,84,121,112,101,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,111,112,116,84,114,101,101,109,97,112,84,121,112,101,44,111,112,116,105,111,110,115,58,116,46,116,114,101,101,109,97,112,84,121,112,101,79,112,116,105,111,110,115,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,84,114,101,101,109,97,112,84,121,112,101,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,116,114,101,101,109,97,112,84,105,108,105,110,103,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,111,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,44,111,112,116,105,111,110,115,58,116,46,116,114,101,101,109,97,112,84,105,108,105,110,103,79,112,116,105,111,110,115,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,116,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,44,116,121,112,101,58,34,110,117,109,98,101,114,34,44,109,105,110,58,34,49,34,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,125,125,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,116,114,101,101,109,97,112,83,105,122,101,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,111,112,116,84,114,101,101,109,97,112,83,105,122,101,44,111,112,116,105,111,110,115,58,116,46,116,114,101,101,109,97,112,83,105,122,101,79,112,116,105,111,110,115,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,84,114,101,101,109,97,112,83,105,122,101,125,125,41,44,34,99,117,115,116,111,109,34,61,61,61,116,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,46,111,112,116,84,114,101,101,109,97,112,83,105,122,101,63,91,110,40,34,98,45,102,111,114,109,45,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,116,121,112,101,58,34,110,117,109,98,101,114,34,44,109,105,110,58,34,48,34,44,115,116,101,112,58,34,49,48,34,125,125,41,44,110,40,34,98,45,102,111,114,109,45,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,116,121,112,101,58,34,110,117,109,98,101,114,34,44,109,105,110,58,34,48,34,44,115,116,101,112,58,34,49,48,34,125,125,41,93,58,116,46,95,101,40,41,44,110,40,34,108,97,98,101,108,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,111,112,116,46,116,114,101,101,109,97,112,67,111,108,111,114,34,41,41,41,93,41,44,110,40,34,98,45,102,111,114,109,45,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,44,111,112,116,105,111,110,115,58,116,46,116,114,101,101,109,97,112,67,111,108,111,114,79,112,116,105,111,110,115,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,79,112,116,84,114,101,101,109,97,112,67,111,108,111,114,125,125,41,93,44,50,41,44,110,40,34,98,45,98,117,116,116,111,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,52,34,44,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,100,97,110,103,101,114,34,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,82,101,115,101,116,67,108,105,99,107,40,41,125,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,99,111,110,102,105,103,82,101,115,101,116,34,41,41,41,93,41,93,44,49,41,93,44,49,41,44,116,46,108,111,97,100,105,110,103,63,110,40,34,98,45,99,97,114,100,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,52,34,125,44,91,110,40,34,80,114,101,108,111,97,100,101,114,34,41,93,44,49,41,58,110,40,34,68,101,98,117,103,73,110,102,111,34,41,93,44,49,41,125,44,108,101,61,91,93,44,100,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,99,97,114,100,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,98,45,52,32,109,116,45,52,34,125,44,91,110,40,34,98,45,99,97,114,100,45,116,105,116,108,101,34,44,91,110,40,34,68,101,98,117,103,73,99,111,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,114,45,49,34,125,41,44,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,100,101,98,117,103,34,41,41,41,93,44,49,41,44,110,40,34,112,34,44,123,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,36,116,40,34,100,101,98,117,103,68,101,115,99,114,105,112,116,105,111,110,34,41,41,125,125,41,44,110,40,34,98,45,99,97,114,100,45,98,111,100,121,34,44,91,110,40,34,98,45,116,97,98,108,101,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,98,45,48,34,44,97,116,116,114,115,58,123,105,116,101,109,115,58,116,46,116,97,98,108,101,73,116,101,109,115,44,115,109,97,108,108,58,34,34,44,98,111,114,100,101,114,108,101,115,115,58,34,34,44,114,101,115,112,111,110,115,105,118,101,58,34,109,100,34,44,34,116,104,101,97,100,45,99,108,97,115,115,34,58,34,104,105,100,100,101,110,34,125,125,41,44,110,40,34,104,114,34,41,44,116,46,95,108,40,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,105,110,100,105,99,101,115,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,40,34,73,110,100,101,120,68,101,98,117,103,73,110,102,111,34,44,123,107,101,121,58,116,46,105,100,44,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,50,34,44,97,116,116,114,115,58,123,105,110,100,101,120,58,116,125,125,41,125,41,41,93,44,50,41,93,44,49,41,125,44,112,101,61,91,93,44,104,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,91,110,40,34,104,52,34,44,91,116,46,95,118,40,34,91,34,43,116,46,95,115,40,116,46,105,110,100,101,120,46,110,97,109,101,41,43,34,93,34,41,93,41,44,110,40,34,98,45,116,97,98,108,101,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,98,45,48,34,44,97,116,116,114,115,58,123,105,116,101,109,115,58,116,46,116,97,98,108,101,73,116,101,109,115,44,115,109,97,108,108,58,34,34,44,98,111,114,100,101,114,108,101,115,115,58,34,34,44,114,101,115,112,111,110,115,105,118,101,58,34,109,100,34,44,34,116,104,101,97,100,45,99,108,97,115,115,34,58,34,104,105,100,100,101,110,34,125,125,41,93,44,49,41,125,44,109,101,61,91,93,44,102,101,61,123,110,97,109,101,58,34,73,110,100,101,120,68,101,98,117,103,73,110,102,111,34,44,112,114,111,112,115,58,91,34,105,110,100,101,120,34,93,44,99,111,109,112,117,116,101,100,58,123,116,97,98,108,101,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,123,107,101,121,58,116,104,105,115,46,36,116,40,34,110,97,109,101,34,41,44,118,97,108,117,101,58,116,104,105,115,46,105,110,100,101,120,46,110,97,109,101,125,44,123,107,101,121,58,116,104,105,115,46,36,116,40,34,105,100,34,41,44,118,97,108,117,101,58,116,104,105,115,46,105,110,100,101,120,46,105,100,125,44,123,107,101,121,58,116,104,105,115,46,36,116,40,34,105,110,100,101,120,86,101,114,115,105,111,110,34,41,44,118,97,108,117,101,58,116,104,105,115,46,105,110,100,101,120,46,118,101,114,115,105,111,110,125,44,123,107,101,121,58,116,104,105,115,46,36,116,40,34,114,101,119,114,105,116,101,85,114,108,34,41,44,118,97,108,117,101,58,116,104,105,115,46,105,110,100,101,120,46,114,101,119,114,105,116,101,85,114,108,125,44,123,107,101,121,58,116,104,105,115,46,36,116,40,34,116,105,109,101,115,116,97,109,112,34,41,44,118,97,108,117,101,58,82,40,116,104,105,115,46,105,110,100,101,120,46,116,105,109,101,115,116,97,109,112,41,125,93,125,125,125,44,103,101,61,102,101,44,118,101,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,103,101,44,104,101,44,109,101,44,33,49,44,110,117,108,108,44,34,57,100,56,55,57,55,49,48,34,44,110,117,108,108,41,44,98,101,61,118,101,46,101,120,112,111,114,116,115,44,120,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,51,48,57,46,57,57,56,32,51,48,57,46,57,57,56,34,44,102,105,108,108,58,34,99,117,114,114,101,110,116,67,111,108,111,114,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,100,58,34,77,50,57,52,46,57,57,56,44,49,53,53,46,48,51,72,50,53,48,118,45,52,56,46,56,50,108,51,57,46,55,49,52,45,51,57,46,55,49,53,99,53,46,56,53,56,45,53,46,56,53,55,44,53,46,56,53,56,45,49,53,46,51,53,54,44,48,45,50,49,46,50,49,51,99,45,53,46,56,53,55,45,53,46,56,53,55,45,49,53,46,51,53,53,45,53,46,56,53,55,45,50,49,46,50,49,51,44,48,32,108,45,50,51,46,55,44,50,51,46,55,48,49,99,45,49,50,46,56,56,53,45,51,55,46,50,45,52,56,46,50,55,52,45,54,51,46,57,56,52,45,56,57,46,56,48,50,45,54,51,46,57,56,52,99,45,52,49,46,53,50,56,44,48,45,55,54,46,57,49,51,44,50,54,46,55,56,55,45,56,57,46,55,57,55,44,54,51,46,57,56,57,76,52,49,46,52,57,55,44,52,53,46,50,56,50,32,99,45,53,46,56,53,54,45,53,46,56,53,57,45,49,53,46,51,53,52,45,53,46,56,53,55,45,50,49,46,50,49,51,44,48,115,45,53,46,56,53,56,44,49,53,46,51,53,53,44,48,44,50,49,46,50,49,51,76,54,48,44,49,48,54,46,50,49,50,118,52,56,46,56,49,56,72,49,53,99,45,56,46,50,56,52,44,48,45,49,53,44,54,46,55,49,54,45,49,53,44,49,53,99,48,44,56,46,50,56,52,44,54,46,55,49,54,44,49,53,44,49,53,44,49,53,32,104,52,53,46,49,51,52,99,48,46,56,53,53,44,49,54,46,51,49,52,44,53,46,56,52,57,44,51,49,46,53,53,49,44,49,51,46,57,52,52,44,52,52,46,54,56,108,45,52,57,46,54,56,53,44,52,57,46,54,56,51,99,45,53,46,56,53,56,44,53,46,56,53,55,45,53,46,56,53,56,44,49,53,46,51,53,52,44,48,44,50,49,46,50,49,51,32,99,50,46,57,50,57,44,50,46,57,51,44,54,46,55,54,56,44,52,46,51,57,52,44,49,48,46,54,48,55,44,52,46,51,57,52,99,51,46,56,51,56,44,48,44,55,46,54,55,56,45,49,46,52,54,53,44,49,48,46,54,48,54,45,52,46,51,57,52,108,52,56,46,48,57,53,45,52,56,46,48,57,51,99,49,54,46,53,53,56,44,49,52,46,48,49,56,44,51,55,46,57,53,55,44,50,50,46,52,56,54,44,54,49,46,51,48,49,44,50,50,46,52,56,54,32,99,48,46,48,49,57,44,48,44,48,46,48,51,55,45,48,46,48,48,49,44,48,46,48,53,55,45,48,46,48,48,49,99,48,46,48,49,49,44,48,44,48,46,48,50,50,44,48,46,48,48,50,44,48,46,48,51,51,44,48,46,48,48,50,99,48,46,48,49,57,44,48,44,48,46,48,51,55,45,48,46,48,48,51,44,48,46,48,53,54,45,48,46,48,48,51,32,99,50,51,46,50,56,53,45,48,46,48,51,53,44,52,52,46,54,50,57,45,56,46,52,57,52,44,54,49,46,49,53,45,50,50,46,52,56,51,108,52,56,46,48,57,52,44,52,56,46,48,57,50,99,50,46,57,50,57,44,50,46,57,50,57,44,54,46,55,54,56,44,52,46,51,57,52,44,49,48,46,54,48,54,44,52,46,51,57,52,99,51,46,56,51,57,44,48,44,55,46,54,55,56,45,49,46,52,54,53,44,49,48,46,54,48,55,45,52,46,51,57,52,32,99,53,46,56,53,56,45,53,46,56,53,56,44,53,46,56,53,56,45,49,53,46,51,53,53,44,48,45,50,49,46,50,49,51,108,45,52,57,46,54,56,51,45,52,57,46,54,56,49,99,56,46,48,57,54,45,49,51,46,49,51,49,44,49,51,46,48,56,57,45,50,56,46,51,54,54,44,49,51,46,57,52,52,45,52,52,46,54,56,50,104,52,53,46,49,51,50,99,56,46,50,56,52,44,48,44,49,53,45,54,46,55,49,54,44,49,53,45,49,53,32,67,51,48,57,46,57,57,56,44,49,54,49,46,55,52,54,44,51,48,51,46,50,56,50,44,49,53,53,46,48,51,44,50,57,52,46,57,57,56,44,49,53,53,46,48,51,122,32,77,49,53,52,46,57,57,57,44,51,52,46,57,57,57,99,51,48,46,54,56,49,44,48,44,53,54,46,52,54,53,44,50,49,46,51,54,53,44,54,51,46,50,53,52,44,53,48,72,57,49,46,55,52,55,32,67,57,56,46,53,51,53,44,53,54,46,51,54,52,44,49,50,52,46,51,49,56,44,51,52,46,57,57,57,44,49,53,52,46,57,57,57,44,51,52,46,57,57,57,122,32,77,57,48,44,49,55,57,46,57,57,57,118,45,57,46,50,55,50,99,48,46,48,49,49,45,48,46,50,51,50,44,48,46,48,51,53,45,48,46,52,54,50,44,48,46,48,51,53,45,48,46,54,57,54,32,99,48,45,48,46,50,51,52,45,48,46,48,50,52,45,48,46,52,54,52,45,48,46,48,51,53,45,48,46,54,57,53,118,45,53,52,46,51,51,54,104,53,48,46,48,57,50,118,49,50,56,46,50,53,52,67,49,49,49,46,52,49,53,44,50,51,54,46,52,57,52,44,57,48,44,50,49,48,46,55,48,56,44,57,48,44,49,55,57,46,57,57,57,122,32,77,49,55,48,46,48,57,50,44,50,52,51,46,50,49,50,86,49,49,52,46,57,57,57,72,50,50,48,32,118,53,52,46,50,57,55,99,45,48,46,48,49,50,44,48,46,50,52,52,45,48,46,48,51,55,44,48,46,52,56,54,45,48,46,48,51,55,44,48,46,55,51,52,99,48,44,48,46,50,52,56,44,48,46,48,50,53,44,48,46,52,57,44,48,46,48,51,55,44,48,46,55,51,52,118,57,46,50,51,52,67,50,50,48,44,50,49,48,46,54,52,53,44,49,57,56,46,54,55,54,44,50,51,54,46,51,56,56,44,49,55,48,46,48,57,50,44,50,52,51,46,50,49,50,122,34,125,125,41,93,41,125,44,121,101,61,91,93,44,95,101,61,123,110,97,109,101,58,34,68,101,98,117,103,73,99,111,110,34,125,44,84,101,61,95,101,44,83,101,61,40,110,40,34,102,57,54,48,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,84,101,44,120,101,44,121,101,44,33,49,44,110,117,108,108,44,34,52,54,52,97,48,100,57,55,34,44,110,117,108,108,41,41,44,119,101,61,83,101,46,101,120,112,111,114,116,115,44,122,101,61,123,110,97,109,101,58,34,68,101,98,117,103,73,110,102,111,46,118,117,101,34,44,99,111,109,112,111,110,101,110,116,115,58,123,68,101,98,117,103,73,99,111,110,58,119,101,44,73,110,100,101,120,68,101,98,117,103,73,110,102,111,58,98,101,125,44,99,111,109,112,117,116,101,100,58,123,116,97,98,108,101,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,123,107,101,121,58,34,118,101,114,115,105,111,110,34,44,118,97,108,117,101,58,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,118,101,114,115,105,111,110,125,44,123,107,101,121,58,34,112,108,97,116,102,111,114,109,34,44,118,97,108,117,101,58,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,112,108,97,116,102,111,114,109,125,44,123,107,101,121,58,34,100,101,98,117,103,66,105,110,97,114,121,34,44,118,97,108,117,101,58,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,100,101,98,117,103,125,44,123,107,101,121,58,34,115,105,115,116,50,67,111,109,109,105,116,72,97,115,104,34,44,118,97,108,117,101,58,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,115,105,115,116,50,72,97,115,104,125,44,123,107,101,121,58,34,108,105,98,115,99,97,110,67,111,109,109,105,116,72,97,115,104,34,44,118,97,108,117,101,58,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,108,105,98,115,99,97,110,72,97,115,104,125,44,123,107,101,121,58,34,101,115,73,110,100,101,120,34,44,118,97,108,117,101,58,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,101,115,73,110,100,101,120,125,44,123,107,101,121,58,34,116,97,103,108,105,110,101,34,44,118,97,108,117,101,58,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,116,97,103,108,105,110,101,125,44,123,107,101,121,58,34,100,101,118,34,44,118,97,108,117,101,58,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,115,116,50,73,110,102,111,46,100,101,118,125,93,125,125,125,44,36,101,61,122,101,44,67,101,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,36,101,44,100,101,44,112,101,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,79,101,61,67,101,46,101,120,112,111,114,116,115,44,107,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,49,48,48,48,32,49,48,48,48,34,44,102,105,108,108,58,34,99,117,114,114,101,110,116,67,111,108,111,114,34,125,125,44,91,110,40,34,103,34,44,123,97,116,116,114,115,58,123,116,114,97,110,115,102,111,114,109,58,34,116,114,97,110,115,108,97,116,101,40,48,46,48,48,48,48,48,48,44,53,49,50,46,48,48,48,48,48,48,41,32,115,99,97,108,101,40,48,46,49,48,48,48,48,48,44,45,48,46,49,48,48,48,48,48,41,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,100,58,34,77,52,53,54,56,46,53,44,53,48,49,49,99,45,55,51,46,50,45,55,46,55,45,49,53,52,45,50,53,45,49,55,55,46,49,45,51,54,46,54,99,45,56,52,46,55,45,52,54,46,50,45,49,48,50,45,49,49,57,46,52,45,49,53,57,46,56,45,54,56,57,46,50,115,45,54,53,46,53,45,54,49,48,46,51,45,49,53,57,46,56,45,54,55,48,99,45,50,51,46,49,45,49,53,46,52,45,49,50,53,46,49,45,53,53,46,56,45,50,50,53,46,51,45,57,48,46,53,99,45,49,48,48,46,49,45,51,50,46,55,45,50,57,48,46,55,45,49,49,49,46,55,45,52,50,51,46,54,45,49,55,53,46,50,99,45,51,49,57,46,54,45,49,53,50,46,49,45,51,49,53,46,56,45,49,53,50,46,49,45,54,49,57,46,57,44,57,52,46,51,99,45,55,49,56,46,49,44,53,56,51,46,51,45,54,53,48,46,55,44,53,51,53,46,50,45,55,52,55,44,53,51,53,46,50,99,45,55,55,44,48,45,49,48,52,45,49,49,46,54,45,49,56,52,46,56,45,55,55,99,45,49,53,55,46,57,45,49,50,55,46,49,45,52,49,48,46,49,45,51,55,53,46,52,45,53,54,55,46,57,45,53,53,56,46,51,99,45,49,53,53,46,57,45,49,55,55,46,49,45,49,57,48,46,54,45,50,53,48,46,51,45,49,53,57,46,56,45,51,52,52,46,54,99,57,46,54,45,50,55,44,49,54,53,46,54,45,50,50,55,46,50,44,51,52,52,46,54,45,52,52,54,46,55,99,49,56,49,45,50,49,57,46,53,44,51,52,50,46,55,45,52,50,53,46,53,44,51,54,48,45,52,53,56,46,50,99,53,50,45,56,56,46,54,44,52,50,46,51,45,49,53,48,46,50,45,53,48,46,49,45,51,51,53,99,45,55,51,46,50,45,49,52,56,46,51,45,49,52,52,46,52,45,51,50,53,46,52,45,50,53,50,46,50,45,54,50,51,46,56,99,45,49,55,46,51,45,53,48,45,53,55,46,56,45,49,49,51,46,54,45,56,56,46,54,45,49,51,56,46,54,99,45,54,51,46,53,45,53,51,46,57,45,53,57,46,55,45,53,51,46,57,45,54,57,53,45,49,49,55,46,52,99,45,53,50,55,46,53,45,53,50,45,53,55,55,46,54,45,54,53,46,53,45,54,50,55,46,54,45,49,55,57,99,45,52,54,46,50,45,49,48,53,46,57,45,52,54,46,50,45,49,48,53,55,44,48,45,49,49,54,50,46,57,99,53,48,45,49,49,51,46,54,44,57,56,46,50,45,49,50,55,46,49,44,54,52,54,46,57,45,49,56,49,99,50,55,49,46,53,45,50,53,44,53,50,51,46,55,45,53,50,44,53,54,48,46,50,45,53,55,46,56,99,49,49,49,46,55,45,49,55,46,51,44,49,55,57,46,49,45,49,48,55,46,56,44,50,53,57,46,57,45,51,52,52,46,54,99,51,56,46,53,45,49,49,53,46,53,44,49,49,57,46,52,45,51,49,48,44,49,55,55,46,49,45,52,51,49,46,51,99,53,55,46,56,45,49,49,57,46,52,44,49,48,52,45,50,52,48,46,55,44,49,48,52,45,50,54,57,46,53,99,48,45,55,56,46,57,45,52,50,46,52,45,49,52,48,46,53,45,51,57,52,46,55,45,53,54,56,99,45,49,55,57,45,50,49,57,46,53,45,51,51,53,45,52,49,57,46,55,45,51,52,52,46,54,45,52,52,54,46,54,99,45,51,48,46,56,45,57,52,46,51,44,51,46,57,45,49,54,55,46,53,44,49,53,57,46,56,45,51,52,52,46,54,99,49,53,55,46,57,45,49,56,49,44,52,49,48,46,49,45,52,50,57,46,51,44,53,54,52,46,49,45,53,53,52,46,53,99,57,54,46,51,45,55,56,46,57,44,49,56,56,46,55,45,49,48,53,46,57,44,50,54,53,46,55,45,55,53,46,49,99,50,54,46,57,44,49,49,46,54,44,50,51,52,46,57,44,49,55,51,46,51,44,52,54,50,46,49,44,51,54,48,99,50,50,55,46,50,44,49,56,56,46,55,44,52,51,51,46,50,44,51,52,56,46,53,44,52,53,56,46,50,44,51,53,56,46,49,99,56,50,46,56,44,51,48,46,56,44,49,51,54,46,55,44,49,55,46,51,44,51,53,52,46,51,45,56,54,46,54,99,49,49,57,46,52,45,53,55,46,56,44,51,48,56,45,49,51,54,46,55,44,52,49,57,46,55,45,49,55,53,46,50,99,49,49,49,46,55,45,51,56,46,53,44,50,50,49,46,52,45,56,50,46,56,44,50,52,52,46,53,45,57,56,46,50,99,57,52,46,51,45,53,57,46,55,44,49,48,50,45,49,48,48,46,49,44,49,53,57,46,56,45,54,55,48,99,54,49,46,54,45,54,48,54,46,53,44,55,51,46,50,45,54,52,56,46,56,44,49,56,56,46,55,45,55,48,48,46,56,99,49,48,53,46,57,45,52,54,46,50,44,49,48,53,55,45,52,54,46,50,44,49,49,54,50,46,57,44,48,99,49,49,53,46,53,44,53,50,44,49,50,55,46,49,44,57,52,46,51,44,49,56,56,46,55,44,55,48,48,46,56,99,53,55,46,56,44,53,54,57,46,57,44,54,53,46,52,44,54,49,48,46,51,44,49,53,57,46,56,44,54,55,48,99,50,51,46,49,44,49,53,46,52,44,49,51,50,46,57,44,53,57,46,55,44,50,52,52,46,53,44,57,56,46,50,115,51,48,48,46,51,44,49,49,55,46,52,44,52,49,55,46,56,44,49,55,53,46,50,99,50,49,57,46,53,44,49,48,52,44,50,55,51,46,52,44,49,49,55,46,53,44,51,53,54,46,50,44,56,54,46,54,99,50,53,45,57,46,54,44,50,51,49,45,49,54,57,46,52,44,52,53,56,46,50,45,51,53,56,46,49,99,50,50,55,46,50,45,49,56,54,46,56,44,52,51,53,46,49,45,51,52,56,46,53,44,52,54,50,46,49,45,51,54,48,99,55,55,45,50,56,46,57,44,49,54,57,46,52,45,51,46,57,44,50,54,53,46,55,44,55,53,46,49,99,49,53,50,46,49,44,49,50,49,46,51,44,52,52,50,46,56,44,52,49,48,46,49,44,53,56,51,46,52,44,53,55,55,46,54,99,49,52,48,46,54,44,49,54,51,46,54,44,49,55,51,46,51,44,50,52,50,46,54,44,49,51,54,46,55,44,51,51,51,46,49,99,45,49,49,46,54,44,50,55,45,49,55,51,46,51,44,50,51,52,46,57,45,51,54,48,44,52,54,50,46,49,99,45,49,56,56,46,55,44,50,50,55,46,50,45,51,52,56,46,53,44,52,51,51,46,50,45,51,53,56,46,49,44,52,53,56,46,50,99,45,51,48,46,56,44,56,50,46,56,45,49,55,46,51,44,49,51,54,46,55,44,56,54,46,54,44,51,53,54,46,50,99,53,55,46,56,44,49,49,55,46,52,44,49,51,56,46,54,44,51,49,49,46,57,44,49,55,55,46,49,44,52,50,55,46,52,99,56,48,46,57,44,50,51,54,46,56,44,49,52,56,46,51,44,51,50,55,46,51,44,50,53,57,46,57,44,51,52,52,46,54,99,51,54,46,54,44,53,46,56,44,50,56,56,46,56,44,51,50,46,55,44,53,54,50,46,50,44,53,57,46,55,99,51,48,56,44,50,56,46,57,44,53,49,55,46,57,44,53,57,46,55,44,53,53,48,46,54,44,55,55,99,51,48,46,56,44,49,53,46,52,44,55,49,46,50,44,53,57,46,55,44,57,48,46,53,44,49,48,48,46,49,99,51,50,46,56,44,54,53,46,52,44,51,54,46,54,44,49,50,51,46,50,44,51,52,46,55,44,53,55,51,46,55,99,48,44,53,54,50,46,50,45,49,49,46,53,44,54,50,55,46,54,45,49,49,53,46,53,44,54,56,55,46,51,99,45,52,54,46,50,44,50,55,45,49,56,56,46,55,44,52,56,46,49,45,54,49,50,46,50,44,57,48,46,53,99,45,53,55,51,46,55,44,53,57,46,55,45,54,49,52,46,50,44,54,55,46,52,45,54,55,51,46,56,44,49,54,49,46,55,99,45,49,53,46,52,44,50,51,46,49,45,53,57,46,55,44,49,51,50,46,57,45,57,56,46,50,44,50,52,52,46,53,115,45,49,49,55,46,52,44,51,48,48,46,51,45,49,55,53,46,50,44,52,49,55,46,56,99,45,53,55,46,56,44,49,49,57,46,52,45,49,48,52,44,50,52,48,46,55,45,49,48,52,44,50,55,49,46,53,99,48,44,56,48,46,57,44,52,48,46,52,44,49,51,56,46,54,44,51,57,52,46,55,44,53,54,57,46,57,99,49,56,49,44,50,49,57,46,53,44,51,51,53,44,52,49,57,46,55,44,51,52,52,46,54,44,52,52,54,46,55,99,51,48,46,56,44,57,52,46,51,45,51,46,57,44,49,54,55,46,53,45,49,53,57,46,56,44,51,52,52,46,54,99,45,49,53,55,46,57,44,49,56,49,45,52,49,48,46,49,44,52,50,57,46,51,45,53,54,52,46,49,44,53,53,52,46,53,99,45,57,54,46,51,44,55,56,46,57,45,49,56,56,46,55,44,49,48,52,45,50,54,53,46,55,44,55,53,46,49,99,45,50,55,45,49,49,46,54,45,50,51,52,46,57,45,49,55,51,46,51,45,52,54,50,46,49,45,51,54,48,99,45,50,50,55,46,50,45,49,56,56,46,55,45,52,51,51,46,50,45,51,52,56,46,53,45,52,53,56,46,50,45,51,53,56,46,49,99,45,56,48,46,57,45,51,48,46,56,45,49,51,48,46,57,45,49,57,46,50,45,51,55,49,46,54,44,57,54,46,51,99,45,49,51,48,46,57,44,54,49,46,54,45,51,50,53,46,52,44,49,52,50,46,53,45,52,51,49,46,51,44,49,55,55,46,49,99,45,50,49,55,46,53,44,55,49,46,50,45,51,48,56,44,49,52,48,46,53,45,51,50,53,46,52,44,50,53,48,46,51,99,45,53,46,56,44,51,54,46,54,45,51,50,46,55,44,50,56,56,46,56,45,53,55,46,56,44,53,54,48,46,51,99,45,53,51,46,57,44,53,53,48,46,54,45,54,55,46,52,44,53,57,54,46,56,45,49,56,49,44,54,52,53,67,53,53,48,50,46,51,44,53,48,49,56,46,55,44,52,56,48,55,46,51,44,53,48,51,54,44,52,53,54,56,46,53,44,53,48,49,49,122,32,77,53,52,54,51,46,56,44,49,56,57,55,46,56,99,53,48,50,46,53,45,49,50,55,46,49,44,57,53,52,46,57,45,52,57,52,46,56,44,49,49,56,52,45,57,54,48,46,55,99,52,52,54,46,55,45,57,49,52,46,53,44,55,56,46,57,45,50,48,49,49,46,57,45,56,50,52,45,50,52,54,48,46,53,99,45,49,48,53,51,46,49,45,53,50,49,46,56,45,50,51,48,56,46,52,44,53,50,45,50,54,48,52,46,57,44,49,49,56,57,46,56,99,45,55,49,46,50,44,50,55,55,46,50,45,55,49,46,50,44,54,50,57,46,54,44,48,44,57,48,52,46,57,99,49,57,50,46,53,44,55,51,55,46,52,44,56,49,52,46,52,44,49,50,56,52,46,50,44,49,53,54,57,46,49,44,49,51,55,54,46,54,67,52,57,55,52,46,56,44,49,57,55,49,44,53,50,53,53,46,57,44,49,57,52,57,46,56,44,53,52,54,51,46,56,44,49,56,57,55,46,56,122,34,125,125,41,93,41,93,41,125,44,77,101,61,91,93,44,76,101,61,123,110,97,109,101,58,34,71,101,97,114,73,99,111,110,34,125,44,73,101,61,76,101,44,68,101,61,40,110,40,34,98,50,51,99,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,73,101,44,107,101,44,77,101,44,33,49,44,110,117,108,108,44,34,100,54,100,56,54,99,53,54,34,44,110,117,108,108,41,41,44,80,101,61,68,101,46,101,120,112,111,114,116,115,44,106,101,61,123,99,111,109,112,111,110,101,110,116,115,58,123,71,101,97,114,73,99,111,110,58,80,101,44,68,101,98,117,103,73,110,102,111,58,79,101,44,80,114,101,108,111,97,100,101,114,58,84,116,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,97,100,105,110,103,58,33,48,44,99,111,110,102,105,103,76,111,97,100,105,110,103,58,33,49,44,108,97,110,103,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,101,110,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,108,97,110,103,46,101,110,34,41,125,44,123,118,97,108,117,101,58,34,102,114,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,108,97,110,103,46,102,114,34,41,125,93,44,113,117,101,114,121,77,111,100,101,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,115,105,109,112,108,101,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,113,117,101,114,121,77,111,100,101,46,115,105,109,112,108,101,34,41,125,44,123,118,97,108,117,101,58,34,97,100,118,97,110,99,101,100,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,113,117,101,114,121,77,111,100,101,46,97,100,118,97,110,99,101,100,34,41,125,93,44,100,105,115,112,108,97,121,77,111,100,101,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,103,114,105,100,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,100,105,115,112,108,97,121,77,111,100,101,46,103,114,105,100,34,41,125,44,123,118,97,108,117,101,58,34,108,105,115,116,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,100,105,115,112,108,97,121,77,111,100,101,46,108,105,115,116,34,41,125,93,44,99,111,108,117,109,110,115,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,97,117,116,111,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,99,111,108,117,109,110,115,46,97,117,116,111,34,41,125,44,123,118,97,108,117,101,58,49,44,116,101,120,116,58,34,49,34,125,44,123,118,97,108,117,101,58,50,44,116,101,120,116,58,34,50,34,125,44,123,118,97,108,117,101,58,51,44,116,101,120,116,58,34,51,34,125,44,123,118,97,108,117,101,58,52,44,116,101,120,116,58,34,52,34,125,44,123,118,97,108,117,101,58,53,44,116,101,120,116,58,34,53,34,125,44,123,118,97,108,117,101,58,54,44,116,101,120,116,58,34,54,34,125,44,123,118,97,108,117,101,58,55,44,116,101,120,116,58,34,55,34,125,44,123,118,97,108,117,101,58,56,44,116,101,120,116,58,34,56,34,125,44,123,118,97,108,117,101,58,57,44,116,101,120,116,58,34,57,34,125,44,123,118,97,108,117,101,58,49,48,44,116,101,120,116,58,34,49,48,34,125,44,123,118,97,108,117,101,58,49,49,44,116,101,120,116,58,34,49,49,34,125,44,123,118,97,108,117,101,58,49,50,44,116,101,120,116,58,34,49,50,34,125,93,44,116,114,101,101,109,97,112,84,121,112,101,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,99,97,115,99,97,100,101,100,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,84,121,112,101,46,99,97,115,99,97,100,101,100,34,41,125,44,123,118,97,108,117,101,58,34,102,108,97,116,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,84,121,112,101,46,102,108,97,116,34,41,125,93,44,116,114,101,101,109,97,112,84,105,108,105,110,103,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,98,105,110,97,114,121,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,84,105,108,105,110,103,46,98,105,110,97,114,121,34,41,125,44,123,118,97,108,117,101,58,34,115,113,117,97,114,105,102,121,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,84,105,108,105,110,103,46,115,113,117,97,114,105,102,121,34,41,125,44,123,118,97,108,117,101,58,34,115,108,105,99,101,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,84,105,108,105,110,103,46,115,108,105,99,101,34,41,125,44,123,118,97,108,117,101,58,34,100,105,99,101,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,84,105,108,105,110,103,46,100,105,99,101,34,41,125,44,123,118,97,108,117,101,58,34,115,108,105,99,101,68,105,99,101,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,84,105,108,105,110,103,46,115,108,105,99,101,68,105,99,101,34,41,125,93,44,116,114,101,101,109,97,112,83,105,122,101,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,115,109,97,108,108,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,83,105,122,101,46,115,109,97,108,108,34,41,125,44,123,118,97,108,117,101,58,34,109,101,100,105,117,109,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,83,105,122,101,46,109,101,100,105,117,109,34,41,125,44,123,118,97,108,117,101,58,34,108,97,114,103,101,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,83,105,122,101,46,108,97,114,103,101,34,41,125,44,123,118,97,108,117,101,58,34,120,45,108,97,114,103,101,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,83,105,122,101,46,120,76,97,114,103,101,34,41,125,44,123,118,97,108,117,101,58,34,120,120,45,108,97,114,103,101,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,114,101,101,109,97,112,83,105,122,101,46,120,120,76,97,114,103,101,34,41,125,93,44,116,114,101,101,109,97,112,67,111,108,111,114,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,80,117,66,117,71,110,34,44,116,101,120,116,58,34,80,117,114,112,108,101,45,66,108,117,101,45,71,114,101,101,110,34,125,44,123,118,97,108,117,101,58,34,80,117,82,100,34,44,116,101,120,116,58,34,80,117,114,112,108,101,45,82,101,100,34,125,44,123,118,97,108,117,101,58,34,80,117,66,117,34,44,116,101,120,116,58,34,80,117,114,112,108,101,45,66,108,117,101,34,125,44,123,118,97,108,117,101,58,34,89,108,79,114,66,114,34,44,116,101,120,116,58,34,89,101,108,108,111,119,45,79,114,97,110,103,101,45,66,114,111,119,110,34,125,44,123,118,97,108,117,101,58,34,89,108,79,114,82,100,34,44,116,101,120,116,58,34,89,101,108,108,111,119,45,79,114,97,110,103,101,45,82,101,100,34,125,44,123,118,97,108,117,101,58,34,89,108,71,110,34,44,116,101,120,116,58,34,89,101,108,108,111,119,45,71,114,101,101,110,34,125,44,123,118,97,108,117,101,58,34,89,108,71,110,66,117,34,44,116,101,120,116,58,34,89,101,108,108,111,119,45,71,114,101,101,110,45,66,108,117,101,34,125,44,123,118,97,108,117,101,58,34,80,108,97,115,109,97,34,44,116,101,120,116,58,34,80,108,97,115,109,97,34,125,44,123,118,97,108,117,101,58,34,77,97,103,109,97,34,44,116,101,120,116,58,34,77,97,103,109,97,34,125,44,123,118,97,108,117,101,58,34,73,110,102,101,114,110,111,34,44,116,101,120,116,58,34,73,110,102,101,114,110,111,34,125,44,123,118,97,108,117,101,58,34,86,105,114,105,100,105,115,34,44,116,101,120,116,58,34,86,105,114,105,100,105,115,34,125,44,123,118,97,108,117,101,58,34,84,117,114,98,111,34,44,116,101,120,116,58,34,84,117,114,98,111,34,125,93,44,116,104,101,109,101,79,112,116,105,111,110,115,58,91,123,118,97,108,117,101,58,34,108,105,103,104,116,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,104,101,109,101,46,108,105,103,104,116,34,41,125,44,123,118,97,108,117,101,58,34,98,108,97,99,107,34,44,116,101,120,116,58,116,104,105,115,46,36,116,40,34,116,104,101,109,101,46,98,108,97,99,107,34,41,125,93,125,125,44,99,111,109,112,117,116,101,100,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,99,34,93,41,40,91,34,111,112,116,84,104,101,109,101,34,44,34,111,112,116,68,105,115,112,108,97,121,34,44,34,111,112,116,67,111,108,117,109,110,115,34,44,34,111,112,116,72,105,103,104,108,105,103,104,116,34,44,34,111,112,116,70,117,122,122,121,34,44,34,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,34,44,34,111,112,116,83,117,103,103,101,115,116,80,97,116,104,34,44,34,111,112,116,70,114,97,103,109,101,110,116,83,105,122,101,34,44,34,111,112,116,81,117,101,114,121,77,111,100,101,34,44,34,111,112,116,84,114,101,101,109,97,112,84,121,112,101,34,44,34,111,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,34,44,34,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,34,44,34,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,34,44,34,111,112,116,84,114,101,101,109,97,112,83,105,122,101,34,44,34,111,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,34,44,34,111,112,116,76,105,103,104,116,98,111,120,83,108,105,100,101,68,117,114,97,116,105,111,110,34,44,34,111,112,116,67,111,110,116,97,105,110,101,114,87,105,100,116,104,34,44,34,111,112,116,82,101,115,117,108,116,83,105,122,101,34,44,34,111,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,34,44,34,111,112,116,76,97,110,103,34,93,41,41,44,123,125,44,123,99,108,105,101,110,116,87,105,100,116,104,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,119,105,110,100,111,119,46,105,110,110,101,114,87,105,100,116,104,125,125,41,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,110,116,46,103,101,116,83,105,115,116,50,73,110,102,111,40,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,83,105,115,116,50,73,110,102,111,34,44,101,41,44,116,46,108,111,97,100,105,110,103,61,33,49,125,41,41,44,116,104,105,115,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,46,116,121,112,101,46,115,116,97,114,116,115,87,105,116,104,40,34,115,101,116,79,112,116,34,41,38,38,116,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,117,112,100,97,116,101,67,111,110,102,105,103,117,114,97,116,105,111,110,34,41,125,41,41,125,44,109,101,116,104,111,100,115,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,100,34,93,41,40,91,34,115,101,116,79,112,116,84,104,101,109,101,34,44,34,115,101,116,79,112,116,68,105,115,112,108,97,121,34,44,34,115,101,116,79,112,116,67,111,108,117,109,110,115,34,44,34,115,101,116,79,112,116,72,105,103,104,108,105,103,104,116,34,44,34,115,101,116,79,112,116,70,117,122,122,121,34,44,34,115,101,116,79,112,116,83,101,97,114,99,104,73,110,80,97,116,104,34,44,34,115,101,116,79,112,116,83,117,103,103,101,115,116,80,97,116,104,34,44,34,115,101,116,79,112,116,70,114,97,103,109,101,110,116,83,105,122,101,34,44,34,115,101,116,79,112,116,81,117,101,114,121,77,111,100,101,34,44,34,115,101,116,79,112,116,84,114,101,101,109,97,112,84,121,112,101,34,44,34,115,101,116,79,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,34,44,34,115,101,116,79,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,34,44,34,115,101,116,79,112,116,84,114,101,101,109,97,112,67,111,108,111,114,34,44,34,115,101,116,79,112,116,84,114,101,101,109,97,112,83,105,122,101,34,44,34,115,101,116,79,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,34,44,34,115,101,116,79,112,116,76,105,103,104,116,98,111,120,83,108,105,100,101,68,117,114,97,116,105,111,110,34,44,34,115,101,116,79,112,116,67,111,110,116,97,105,110,101,114,87,105,100,116,104,34,44,34,115,101,116,79,112,116,82,101,115,117,108,116,83,105,122,101,34,44,34,115,101,116,79,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,34,44,34,115,101,116,79,112,116,76,97,110,103,34,93,41,41,44,123,125,44,123,111,110,82,101,115,101,116,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,108,111,99,97,108,83,116,111,114,97,103,101,46,114,101,109,111,118,101,73,116,101,109,40,34,115,105,115,116,50,95,99,111,110,102,105,103,117,114,97,116,105,111,110,34,41,44,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,114,101,108,111,97,100,40,41,125,125,41,125,44,113,101,61,106,101,44,69,101,61,40,110,40,34,102,50,101,57,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,113,101,44,117,101,44,108,101,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,66,101,61,69,101,46,101,120,112,111,114,116,115,44,72,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,111,110,116,97,105,110,101,114,34,125,44,91,110,40,34,76,105,103,104,116,98,111,120,34,41,44,110,40,34,72,101,108,112,68,105,97,108,111,103,34,44,123,97,116,116,114,115,58,123,115,104,111,119,58,116,46,115,104,111,119,72,101,108,112,125,44,111,110,58,123,99,108,111,115,101,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,104,111,119,72,101,108,112,61,33,49,125,125,125,41,44,116,46,117,105,76,111,97,100,105,110,103,63,110,40,34,98,45,99,97,114,100,34,44,91,110,40,34,80,114,101,108,111,97,100,101,114,34,41,93,44,49,41,58,116,46,95,101,40,41,44,110,40,34,98,45,99,97,114,100,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,115,104,111,119,34,44,114,97,119,78,97,109,101,58,34,118,45,115,104,111,119,34,44,118,97,108,117,101,58,33,116,46,117,105,76,111,97,100,105,110,103,44,101,120,112,114,101,115,115,105,111,110,58,34,33,117,105,76,111,97,100,105,110,103,34,125,93,44,97,116,116,114,115,58,123,105,100,58,34,115,101,97,114,99,104,45,112,97,110,101,108,34,125,125,44,91,110,40,34,83,101,97,114,99,104,66,97,114,34,44,123,111,110,58,123,34,115,104,111,119,45,104,101,108,112,34,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,104,111,119,72,101,108,112,61,33,48,125,125,125,41,44,110,40,34,98,45,114,111,119,34,44,91,110,40,34,98,45,99,111,108,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,104,101,105,103,104,116,58,34,55,48,112,120,34,125,44,97,116,116,114,115,58,123,115,109,58,34,54,34,125,125,44,91,110,40,34,83,105,122,101,83,108,105,100,101,114,34,41,93,44,49,41,44,110,40,34,98,45,99,111,108,34,44,91,110,40,34,80,97,116,104,84,114,101,101,34,44,123,111,110,58,123,115,101,97,114,99,104,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,101,97,114,99,104,40,33,48,41,125,125,125,41,93,44,49,41,93,44,49,41,44,110,40,34,98,45,114,111,119,34,44,91,110,40,34,98,45,99,111,108,34,44,123,97,116,116,114,115,58,123,115,109,58,34,54,34,125,125,44,91,110,40,34,98,45,114,111,119,34,44,91,110,40,34,98,45,99,111,108,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,104,101,105,103,104,116,58,34,55,48,112,120,34,125,125,44,91,110,40,34,68,97,116,101,83,108,105,100,101,114,34,41,93,44,49,41,93,44,49,41,44,110,40,34,98,45,114,111,119,34,44,91,110,40,34,98,45,99,111,108,34,44,91,110,40,34,73,110,100,101,120,80,105,99,107,101,114,34,41,93,44,49,41,93,44,49,41,93,44,49,41,44,110,40,34,98,45,99,111,108,34,44,91,110,40,34,98,45,116,97,98,115,34,44,91,110,40,34,98,45,116,97,98,34,44,123,97,116,116,114,115,58,123,116,105,116,108,101,58,116,46,36,116,40,34,109,105,109,101,84,121,112,101,115,34,41,125,125,44,91,110,40,34,77,105,109,101,80,105,99,107,101,114,34,41,93,44,49,41,44,110,40,34,98,45,116,97,98,34,44,123,97,116,116,114,115,58,123,116,105,116,108,101,58,116,46,36,116,40,34,116,97,103,115,34,41,125,125,44,91,110,40,34,84,97,103,80,105,99,107,101,114,34,41,93,44,49,41,93,44,49,41,93,44,49,41,93,44,49,41,93,44,49,41,44,116,46,115,101,97,114,99,104,66,117,115,121,38,38,48,61,61,61,116,46,100,111,99,115,46,108,101,110,103,116,104,63,110,40,34,80,114,101,108,111,97,100,101,114,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,51,34,125,41,58,116,46,100,111,99,115,46,108,101,110,103,116,104,62,48,63,110,40,34,100,105,118,34,44,91,110,40,34,82,101,115,117,108,116,115,67,97,114,100,34,41,44,34,103,114,105,100,34,61,61,61,116,46,111,112,116,68,105,115,112,108,97,121,63,110,40,34,68,111,99,67,97,114,100,87,97,108,108,34,44,123,97,116,116,114,115,58,123,100,111,99,115,58,116,46,100,111,99,115,44,97,112,112,101,110,100,58,116,46,97,112,112,101,110,100,70,117,110,99,125,125,41,58,110,40,34,68,111,99,76,105,115,116,34,44,123,97,116,116,114,115,58,123,100,111,99,115,58,116,46,100,111,99,115,44,97,112,112,101,110,100,58,116,46,97,112,112,101,110,100,70,117,110,99,125,125,41,93,44,49,41,58,116,46,95,101,40,41,93,44,49,41,125,44,65,101,61,91,93,44,82,101,61,110,40,34,98,56,53,99,34,41,44,85,101,61,110,40,34,49,100,97,49,34,41,44,70,101,61,40,110,40,34,57,54,99,102,34,41,44,110,40,34,56,52,49,99,34,41,44,110,40,34,99,97,97,100,34,41,44,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,91,110,40,34,98,45,105,110,112,117,116,45,103,114,111,117,112,34,44,123,115,99,111,112,101,100,83,108,111,116,115,58,116,46,95,117,40,91,123,107,101,121,58,34,112,114,101,112,101,110,100,34,44,102,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,110,40,34,98,45,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,34,44,91,110,40,34,98,45,102,111,114,109,45,99,104,101,99,107,98,111,120,34,44,123,97,116,116,114,115,58,123,99,104,101,99,107,101,100,58,116,46,102,117,122,122,121,44,116,105,116,108,101,58,34,84,111,103,103,108,101,32,102,117,122,122,121,32,115,101,97,114,99,104,105,110,103,34,125,44,111,110,58,123,99,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,101,116,70,117,122,122,121,40,101,41,125,125,125,44,91,116,46,95,118,40,34,32,34,43,116,46,95,115,40,116,46,36,116,40,34,115,101,97,114,99,104,66,97,114,46,102,117,122,122,121,34,41,41,43,34,32,34,41,93,41,93,44,49,41,93,125,44,112,114,111,120,121,58,33,48,125,44,123,107,101,121,58,34,97,112,112,101,110,100,34,44,102,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,110,40,34,98,45,98,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,34,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,36,101,109,105,116,40,34,115,104,111,119,45,104,101,108,112,34,41,125,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,104,101,108,112,34,41,41,41,93,41,93,125,44,112,114,111,120,121,58,33,48,125,93,41,125,44,91,110,40,34,98,45,102,111,114,109,45,105,110,112,117,116,34,44,123,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,115,101,97,114,99,104,84,101,120,116,44,112,108,97,99,101,104,111,108,100,101,114,58,116,46,97,100,118,97,110,99,101,100,40,41,63,116,46,36,116,40,34,115,101,97,114,99,104,66,97,114,46,97,100,118,97,110,99,101,100,34,41,58,116,46,36,116,40,34,115,101,97,114,99,104,66,97,114,46,115,105,109,112,108,101,34,41,125,44,111,110,58,123,105,110,112,117,116,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,101,116,83,101,97,114,99,104,84,101,120,116,40,101,41,125,125,125,41,93,44,49,41,93,44,49,41,125,41,44,81,101,61,91,93,44,78,101,61,123,99,111,109,112,117,116,101,100,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,99,34,93,41,40,123,111,112,116,81,117,101,114,121,77,111,100,101,58,34,111,112,116,81,117,101,114,121,77,111,100,101,34,44,115,101,97,114,99,104,84,101,120,116,58,34,115,101,97,114,99,104,84,101,120,116,34,44,102,117,122,122,121,58,34,102,117,122,122,121,34,125,41,41,44,109,101,116,104,111,100,115,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,100,34,93,41,40,123,115,101,116,83,101,97,114,99,104,84,101,120,116,58,34,115,101,116,83,101,97,114,99,104,84,101,120,116,34,44,115,101,116,70,117,122,122,121,58,34,115,101,116,70,117,122,122,121,34,125,41,41,44,123,125,44,123,97,100,118,97,110,99,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,34,97,100,118,97,110,99,101,100,34,61,61,61,116,104,105,115,46,111,112,116,81,117,101,114,121,77,111,100,101,125,125,41,125,44,71,101,61,78,101,44,86,101,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,71,101,44,70,101,44,81,101,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,87,101,61,86,101,46,101,120,112,111,114,116,115,44,75,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,86,117,101,77,117,108,116,105,115,101,108,101,99,116,34,44,123,97,116,116,114,115,58,123,109,117,108,116,105,112,108,101,58,34,34,44,108,97,98,101,108,58,34,110,97,109,101,34,44,118,97,108,117,101,58,116,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,44,111,112,116,105,111,110,115,58,116,46,105,110,100,105,99,101,115,44,34,99,108,111,115,101,45,111,110,45,115,101,108,101,99,116,34,58,116,46,105,110,100,105,99,101,115,46,108,101,110,103,116,104,60,61,49,44,112,108,97,99,101,104,111,108,100,101,114,58,116,46,36,116,40,34,105,110,100,101,120,80,105,99,107,101,114,80,108,97,99,101,104,111,108,100,101,114,34,41,125,44,111,110,58,123,115,101,108,101,99,116,58,116,46,97,100,100,73,116,101,109,44,114,101,109,111,118,101,58,116,46,114,101,109,111,118,101,73,116,101,109,125,44,115,99,111,112,101,100,83,108,111,116,115,58,116,46,95,117,40,91,123,107,101,121,58,34,111,112,116,105,111,110,34,44,102,110,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,91,110,40,34,98,45,114,111,119,34,44,91,110,40,34,98,45,99,111,108,34,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,114,45,49,34,125,44,91,116,46,95,118,40,116,46,95,115,40,101,46,111,112,116,105,111,110,46,110,97,109,101,41,41,93,41,44,110,40,34,83,109,97,108,108,66,97,100,103,101,34,44,123,97,116,116,114,115,58,123,112,105,108,108,58,34,34,44,116,101,120,116,58,101,46,111,112,116,105,111,110,46,118,101,114,115,105,111,110,125,125,41,93,44,49,41,93,44,49,41,44,110,40,34,98,45,114,111,119,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,49,34,125,44,91,110,40,34,98,45,99,111,108,34,44,91,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,102,111,114,109,97,116,73,100,120,68,97,116,101,40,101,46,111,112,116,105,111,110,46,116,105,109,101,115,116,97,109,112,41,41,41,93,41,93,41,93,44,49,41,93,125,125,93,41,125,41,125,44,89,101,61,91,93,44,74,101,61,110,40,34,56,101,53,102,34,41,44,90,101,61,110,46,110,40,74,101,41,44,88,101,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,98,97,100,103,101,34,44,123,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,115,101,99,111,110,100,97,114,121,34,44,112,105,108,108,58,116,46,112,105,108,108,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,116,101,120,116,41,41,93,41,125,44,116,110,61,91,93,44,101,110,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,112,114,111,112,115,58,123,116,101,120,116,58,83,116,114,105,110,103,44,112,105,108,108,58,66,111,111,108,101,97,110,125,125,41,44,110,110,61,101,110,44,114,110,61,40,110,40,34,56,48,50,49,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,110,110,44,88,101,44,116,110,44,33,49,44,110,117,108,108,44,34,52,100,101,97,49,48,55,48,34,44,110,117,108,108,41,41,44,111,110,61,114,110,46,101,120,112,111,114,116,115,44,97,110,61,110,40,34,98,49,54,54,34,41,44,115,110,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,99,111,109,112,111,110,101,110,116,115,58,123,86,117,101,77,117,108,116,105,115,101,108,101,99,116,58,90,101,46,97,44,83,109,97,108,108,66,97,100,103,101,58,111,110,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,97,100,105,110,103,58,33,48,125,125,44,99,111,109,112,117,116,101,100,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,99,34,93,41,40,91,34,105,110,100,105,99,101,115,34,44,34,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,34,93,41,41,44,109,101,116,104,111,100,115,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,98,34,93,41,40,123,115,101,116,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,58,34,115,101,116,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,34,125,41,41,44,123,125,44,123,114,101,109,111,118,101,73,116,101,109,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,115,101,116,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,40,116,104,105,115,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,33,61,61,116,125,41,41,41,125,44,97,100,100,73,116,101,109,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,115,101,116,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,40,91,93,46,99,111,110,99,97,116,40,79,98,106,101,99,116,40,76,91,34,97,34,93,41,40,116,104,105,115,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,41,44,91,116,93,41,41,125,44,102,111,114,109,97,116,73,100,120,68,97,116,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,40,97,110,91,34,97,34,93,41,40,110,101,119,32,68,97,116,101,40,49,101,51,42,116,41,44,34,121,121,121,121,45,77,77,45,100,100,34,41,125,125,41,125,41,44,99,110,61,115,110,44,117,110,61,40,110,40,34,54,48,98,99,34,41,44,110,40,34,48,100,51,99,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,99,110,44,75,101,44,89,101,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,108,110,61,117,110,46,101,120,112,111,114,116,115,59,110,40,34,52,57,56,97,34,41,59,114,91,34,100,101,102,97,117,108,116,34,93,46,117,115,101,40,95,91,34,97,34,93,41,59,118,97,114,32,100,110,61,110,101,119,32,95,91,34,97,34,93,46,83,116,111,114,101,40,123,115,116,97,116,101,58,123,115,101,101,100,58,48,44,105,110,100,105,99,101,115,58,91,93,44,116,97,103,115,58,91,93,44,115,105,115,116,50,73,110,102,111,58,110,117,108,108,44,115,105,122,101,77,105,110,58,118,111,105,100,32,48,44,115,105,122,101,77,97,120,58,118,111,105,100,32,48,44,100,97,116,101,66,111,117,110,100,115,77,105,110,58,110,117,108,108,44,100,97,116,101,66,111,117,110,100,115,77,97,120,58,110,117,108,108,44,100,97,116,101,77,105,110,58,118,111,105,100,32,48,44,100,97,116,101,77,97,120,58,118,111,105,100,32,48,44,115,101,97,114,99,104,84,101,120,116,58,34,34,44,112,97,116,104,84,101,120,116,58,34,34,44,115,111,114,116,77,111,100,101,58,34,115,99,111,114,101,34,44,102,117,122,122,121,58,33,49,44,115,105,122,101,58,54,48,44,111,112,116,76,97,110,103,58,34,101,110,34,44,111,112,116,84,104,101,109,101,58,34,108,105,103,104,116,34,44,111,112,116,68,105,115,112,108,97,121,58,34,103,114,105,100,34,44,111,112,116,72,105,103,104,108,105,103,104,116,58,33,48,44,111,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,58,33,49,44,111,112,116,70,117,122,122,121,58,33,48,44,111,112,116,70,114,97,103,109,101,110,116,83,105,122,101,58,50,48,48,44,111,112,116,81,117,101,114,121,77,111,100,101,58,34,115,105,109,112,108,101,34,44,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,58,33,49,44,111,112,116,67,111,108,117,109,110,115,58,34,97,117,116,111,34,44,111,112,116,83,117,103,103,101,115,116,80,97,116,104,58,33,48,44,111,112,116,84,114,101,101,109,97,112,84,121,112,101,58,34,99,97,115,99,97,100,101,100,34,44,111,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,58,34,115,113,117,97,114,105,102,121,34,44,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,58,51,44,111,112,116,84,114,101,101,109,97,112,83,105,122,101,58,34,109,101,100,105,117,109,34,44,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,58,34,80,117,66,117,71,110,34,44,111,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,58,33,49,44,111,112,116,76,105,103,104,116,98,111,120,83,108,105,100,101,68,117,114,97,116,105,111,110,58,49,53,44,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,58,91,93,44,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,58,91,93,44,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,84,97,103,115,58,91,93,44,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,58,91,93,44,115,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,58,91,93,44,115,101,108,101,99,116,101,100,84,97,103,115,58,91,93,44,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,58,110,117,108,108,44,107,101,121,83,101,113,117,101,110,99,101,58,48,44,113,117,101,114,121,83,101,113,117,101,110,99,101,58,48,44,117,105,84,97,103,72,111,118,101,114,58,110,117,108,108,44,117,105,76,105,103,104,116,98,111,120,73,115,79,112,101,110,58,33,49,44,117,105,83,104,111,119,76,105,103,104,116,98,111,120,58,33,49,44,117,105,76,105,103,104,116,98,111,120,83,111,117,114,99,101,115,58,91,93,44,117,105,76,105,103,104,116,98,111,120,84,104,117,109,98,115,58,91,93,44,117,105,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,58,91,93,44,117,105,76,105,103,104,116,98,111,120,84,121,112,101,115,58,91,93,44,117,105,76,105,103,104,116,98,111,120,75,101,121,58,48,44,117,105,76,105,103,104,116,98,111,120,83,108,105,100,101,58,48,44,117,105,82,101,97,99,104,101,100,83,99,114,111,108,108,69,110,100,58,33,49,44,117,105,77,105,109,101,77,97,112,58,91,93,125,44,109,117,116,97,116,105,111,110,115,58,123,115,101,116,85,105,82,101,97,99,104,101,100,83,99,114,111,108,108,69,110,100,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,82,101,97,99,104,101,100,83,99,114,111,108,108,69,110,100,61,101,125,44,115,101,116,84,97,103,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,116,97,103,115,61,101,125,44,115,101,116,80,97,116,104,84,101,120,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,112,97,116,104,84,101,120,116,61,101,125,44,115,101,116,83,105,122,101,77,105,110,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,105,122,101,77,105,110,61,101,125,44,115,101,116,83,105,122,101,77,97,120,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,105,122,101,77,97,120,61,101,125,44,115,101,116,83,105,115,116,50,73,110,102,111,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,105,115,116,50,73,110,102,111,61,101,125,44,115,101,116,83,101,101,100,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,101,101,100,61,101,125,44,115,101,116,79,112,116,76,97,110,103,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,76,97,110,103,61,101,125,44,115,101,116,83,111,114,116,77,111,100,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,111,114,116,77,111,100,101,61,101,125,44,115,101,116,73,110,100,105,99,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,116,46,105,110,100,105,99,101,115,61,101,44,116,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,46,108,101,110,103,116,104,62,48,63,116,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,61,101,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,105,100,46,115,116,97,114,116,115,87,105,116,104,40,116,41,125,41,41,125,41,41,58,116,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,61,101,125,44,115,101,116,68,97,116,101,77,105,110,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,100,97,116,101,77,105,110,61,101,125,44,115,101,116,68,97,116,101,77,97,120,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,100,97,116,101,77,97,120,61,101,125,44,115,101,116,68,97,116,101,66,111,117,110,100,115,77,105,110,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,100,97,116,101,66,111,117,110,100,115,77,105,110,61,101,125,44,115,101,116,68,97,116,101,66,111,117,110,100,115,77,97,120,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,100,97,116,101,66,111,117,110,100,115,77,97,120,61,101,125,44,115,101,116,83,101,97,114,99,104,84,101,120,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,101,97,114,99,104,84,101,120,116,61,101,125,44,115,101,116,70,117,122,122,121,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,102,117,122,122,121,61,101,125,44,115,101,116,76,97,115,116,81,117,101,114,121,82,101,115,117,108,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,61,101,125,44,95,115,101,116,79,110,76,111,97,100,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,61,101,125,44,95,115,101,116,79,110,76,111,97,100,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,61,101,125,44,95,115,101,116,79,110,76,111,97,100,83,101,108,101,99,116,101,100,84,97,103,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,84,97,103,115,61,101,125,44,115,101,116,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,61,101,125,44,115,101,116,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,61,101,125,44,115,101,116,83,101,108,101,99,116,101,100,84,97,103,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,101,100,84,97,103,115,61,101,125,44,115,101,116,85,105,84,97,103,72,111,118,101,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,84,97,103,72,111,118,101,114,61,101,125,44,115,101,116,85,105,76,105,103,104,116,98,111,120,73,115,79,112,101,110,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,73,115,79,112,101,110,61,101,125,44,95,115,101,116,85,105,83,104,111,119,76,105,103,104,116,98,111,120,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,83,104,111,119,76,105,103,104,116,98,111,120,61,101,125,44,115,101,116,85,105,76,105,103,104,116,98,111,120,75,101,121,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,75,101,121,61,101,125,44,95,115,101,116,75,101,121,83,101,113,117,101,110,99,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,107,101,121,83,101,113,117,101,110,99,101,61,101,125,44,95,115,101,116,81,117,101,114,121,83,101,113,117,101,110,99,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,113,117,101,114,121,83,101,113,117,101,110,99,101,61,101,125,44,97,100,100,76,105,103,104,116,98,111,120,83,111,117,114,99,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,101,46,115,111,117,114,99,101,44,114,61,101,46,116,104,117,109,98,110,97,105,108,44,105,61,101,46,99,97,112,116,105,111,110,44,111,61,101,46,116,121,112,101,59,116,46,117,105,76,105,103,104,116,98,111,120,83,111,117,114,99,101,115,46,112,117,115,104,40,110,41,44,116,46,117,105,76,105,103,104,116,98,111,120,84,104,117,109,98,115,46,112,117,115,104,40,114,41,44,116,46,117,105,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,46,112,117,115,104,40,105,41,44,116,46,117,105,76,105,103,104,116,98,111,120,84,121,112,101,115,46,112,117,115,104,40,111,41,125,44,115,101,116,85,105,76,105,103,104,116,98,111,120,83,108,105,100,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,83,108,105,100,101,61,101,125,44,115,101,116,85,105,76,105,103,104,116,98,111,120,83,111,117,114,99,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,83,111,117,114,99,101,115,61,101,125,44,115,101,116,85,105,76,105,103,104,116,98,111,120,84,104,117,109,98,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,84,104,117,109,98,115,61,101,125,44,115,101,116,85,105,76,105,103,104,116,98,111,120,84,121,112,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,84,121,112,101,115,61,101,125,44,115,101,116,85,105,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,61,101,125,44,115,101,116,79,112,116,84,104,101,109,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,104,101,109,101,61,101,125,44,115,101,116,79,112,116,68,105,115,112,108,97,121,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,68,105,115,112,108,97,121,61,101,125,44,115,101,116,79,112,116,67,111,108,117,109,110,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,67,111,108,117,109,110,115,61,101,125,44,115,101,116,79,112,116,72,105,103,104,108,105,103,104,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,72,105,103,104,108,105,103,104,116,61,101,125,44,115,101,116,79,112,116,70,117,122,122,121,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,102,117,122,122,121,61,101,125,44,115,101,116,79,112,116,83,101,97,114,99,104,73,110,80,97,116,104,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,61,101,125,44,115,101,116,79,112,116,83,117,103,103,101,115,116,80,97,116,104,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,83,117,103,103,101,115,116,80,97,116,104,61,101,125,44,115,101,116,79,112,116,70,114,97,103,109,101,110,116,83,105,122,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,70,114,97,103,109,101,110,116,83,105,122,101,61,101,125,44,115,101,116,79,112,116,81,117,101,114,121,77,111,100,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,81,117,101,114,121,77,111,100,101,61,101,125,44,115,101,116,79,112,116,82,101,115,117,108,116,83,105,122,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,105,122,101,61,101,125,44,115,101,116,79,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,61,101,125,44,115,101,116,79,112,116,84,114,101,101,109,97,112,84,121,112,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,84,121,112,101,61,101,125,44,115,101,116,79,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,61,101,125,44,115,101,116,79,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,61,101,125,44,115,101,116,79,112,116,84,114,101,101,109,97,112,83,105,122,101,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,83,105,122,101,61,101,125,44,115,101,116,79,112,116,84,114,101,101,109,97,112,67,111,108,111,114,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,61,101,125,44,115,101,116,79,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,111,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,61,101,125,44,115,101,116,85,105,77,105,109,101,77,97,112,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,117,105,77,105,109,101,77,97,112,61,101,125,44,98,117,115,85,112,100,97,116,101,87,97,108,108,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,41,123,125,44,98,117,115,85,112,100,97,116,101,84,97,103,115,58,102,117,110,99,116,105,111,110,40,41,123,125,125,44,97,99,116,105,111,110,115,58,123,108,111,97,100,70,114,111,109,65,114,103,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,99,111,109,109,105,116,59,101,46,113,117,101,114,121,46,113,38,38,110,40,34,115,101,116,83,101,97,114,99,104,84,101,120,116,34,44,101,46,113,117,101,114,121,46,113,41,44,118,111,105,100,32,48,33,61,61,101,46,113,117,101,114,121,46,102,117,122,122,121,38,38,110,40,34,115,101,116,70,117,122,122,121,34,44,33,48,41,44,101,46,113,117,101,114,121,46,105,38,38,110,40,34,95,115,101,116,79,110,76,111,97,100,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,34,44,65,114,114,97,121,46,105,115,65,114,114,97,121,40,101,46,113,117,101,114,121,46,105,41,63,101,46,113,117,101,114,121,46,105,58,91,101,46,113,117,101,114,121,46,105,93,41,44,101,46,113,117,101,114,121,46,100,77,105,110,38,38,110,40,34,115,101,116,68,97,116,101,77,105,110,34,44,78,117,109,98,101,114,40,101,46,113,117,101,114,121,46,100,77,105,110,41,41,44,101,46,113,117,101,114,121,46,100,77,97,120,38,38,110,40,34,115,101,116,68,97,116,101,77,97,120,34,44,78,117,109,98,101,114,40,101,46,113,117,101,114,121,46,100,77,97,120,41,41,44,101,46,113,117,101,114,121,46,115,77,105,110,38,38,110,40,34,115,101,116,83,105,122,101,77,105,110,34,44,78,117,109,98,101,114,40,101,46,113,117,101,114,121,46,115,77,105,110,41,41,44,101,46,113,117,101,114,121,46,115,77,97,120,38,38,110,40,34,115,101,116,83,105,122,101,77,97,120,34,44,78,117,109,98,101,114,40,101,46,113,117,101,114,121,46,115,77,97,120,41,41,44,101,46,113,117,101,114,121,46,112,97,116,104,38,38,110,40,34,115,101,116,80,97,116,104,84,101,120,116,34,44,101,46,113,117,101,114,121,46,112,97,116,104,41,44,101,46,113,117,101,114,121,46,109,38,38,110,40,34,95,115,101,116,79,110,76,111,97,100,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,34,44,78,40,101,46,113,117,101,114,121,46,109,41,41,44,101,46,113,117,101,114,121,46,116,38,38,110,40,34,95,115,101,116,79,110,76,111,97,100,83,101,108,101,99,116,101,100,84,97,103,115,34,44,101,46,113,117,101,114,121,46,116,46,115,112,108,105,116,40,34,44,34,41,41,44,101,46,113,117,101,114,121,46,115,111,114,116,38,38,40,110,40,34,115,101,116,83,111,114,116,77,111,100,101,34,44,101,46,113,117,101,114,121,46,115,111,114,116,41,44,110,40,34,115,101,116,83,101,101,100,34,44,78,117,109,98,101,114,40,101,46,113,117,101,114,121,46,115,101,101,100,41,41,41,125,44,117,112,100,97,116,101,65,114,103,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,110,40,41,123,118,97,114,32,114,59,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,110,46,112,114,101,118,61,110,46,110,101,120,116,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,114,61,116,46,115,116,97,116,101,44,110,46,110,101,120,116,61,51,44,101,46,112,117,115,104,40,123,113,117,101,114,121,58,123,113,58,114,46,115,101,97,114,99,104,84,101,120,116,46,116,114,105,109,40,41,63,114,46,115,101,97,114,99,104,84,101,120,116,46,116,114,105,109,40,41,46,114,101,112,108,97,99,101,40,47,92,115,43,47,103,44,34,32,34,41,58,118,111,105,100,32,48,44,102,117,122,122,121,58,114,46,102,117,122,122,121,63,110,117,108,108,58,118,111,105,100,32,48,44,105,58,114,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,63,114,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,105,100,80,114,101,102,105,120,125,41,41,58,118,111,105,100,32,48,44,100,77,105,110,58,114,46,100,97,116,101,77,105,110,44,100,77,97,120,58,114,46,100,97,116,101,77,97,120,44,115,77,105,110,58,114,46,115,105,122,101,77,105,110,44,115,77,97,120,58,114,46,115,105,122,101,77,97,120,44,112,97,116,104,58,114,46,112,97,116,104,84,101,120,116,63,114,46,112,97,116,104,84,101,120,116,58,118,111,105,100,32,48,44,109,58,81,40,114,46,115,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,41,44,116,58,48,61,61,114,46,115,101,108,101,99,116,101,100,84,97,103,115,46,108,101,110,103,116,104,63,118,111,105,100,32,48,58,114,46,115,101,108,101,99,116,101,100,84,97,103,115,46,106,111,105,110,40,34,44,34,41,44,115,111,114,116,58,34,115,99,111,114,101,34,61,61,61,114,46,115,111,114,116,77,111,100,101,63,118,111,105,100,32,48,58,114,46,115,111,114,116,77,111,100,101,44,115,101,101,100,58,34,114,97,110,100,111,109,34,61,61,61,114,46,115,111,114,116,77,111,100,101,63,114,46,115,101,101,100,46,116,111,83,116,114,105,110,103,40,41,58,118,111,105,100,32,48,125,125,41,46,99,97,116,99,104,40,40,102,117,110,99,116,105,111,110,40,41,123,125,41,41,59,99,97,115,101,32,51,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,110,46,115,116,111,112,40,41,125,125,41,44,110,41,125,41,41,41,40,41,125,44,117,112,100,97,116,101,67,111,110,102,105,103,117,114,97,116,105,111,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,115,116,97,116,101,44,110,61,123,125,59,79,98,106,101,99,116,46,107,101,121,115,40,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,116,97,114,116,115,87,105,116,104,40,34,111,112,116,34,41,38,38,40,110,91,116,93,61,101,91,116,93,41,125,41,41,44,108,111,99,97,108,83,116,111,114,97,103,101,46,115,101,116,73,116,101,109,40,34,115,105,115,116,50,95,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,110,41,41,125,44,108,111,97,100,67,111,110,102,105,103,117,114,97,116,105,111,110,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,115,116,97,116,101,44,110,61,108,111,99,97,108,83,116,111,114,97,103,101,46,103,101,116,73,116,101,109,40,34,115,105,115,116,50,95,99,111,110,102,105,103,117,114,97,116,105,111,110,34,41,59,105,102,40,110,41,123,118,97,114,32,114,61,74,83,79,78,46,112,97,114,115,101,40,110,41,59,79,98,106,101,99,116,46,107,101,121,115,40,101,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,115,116,97,114,116,115,87,105,116,104,40,34,111,112,116,34,41,38,38,40,101,91,116,93,61,114,91,116,93,41,125,41,41,125,125,44,115,101,116,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,99,111,109,109,105,116,59,114,101,116,117,114,110,32,110,40,34,115,101,116,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,34,44,101,41,125,44,103,101,116,75,101,121,83,101,113,117,101,110,99,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,109,105,116,44,110,61,116,46,115,116,97,116,101,44,114,61,110,46,107,101,121,83,101,113,117,101,110,99,101,59,114,101,116,117,114,110,32,101,40,34,95,115,101,116,75,101,121,83,101,113,117,101,110,99,101,34,44,114,43,49,41,44,114,125,44,105,110,99,114,101,109,101,110,116,81,117,101,114,121,83,101,113,117,101,110,99,101,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,109,105,116,44,110,61,116,46,115,116,97,116,101,44,114,61,110,46,113,117,101,114,121,83,101,113,117,101,110,99,101,59,114,101,116,117,114,110,32,101,40,34,95,115,101,116,81,117,101,114,121,83,101,113,117,101,110,99,101,34,44,114,43,49,41,44,114,125,44,114,101,109,111,117,110,116,76,105,103,104,116,98,111,120,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,109,105,116,44,110,61,116,46,115,116,97,116,101,59,101,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,75,101,121,34,44,110,46,117,105,76,105,103,104,116,98,111,120,75,101,121,43,49,41,125,44,115,104,111,119,76,105,103,104,116,98,111,120,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,109,105,116,44,110,61,116,46,115,116,97,116,101,59,101,40,34,95,115,101,116,85,105,83,104,111,119,76,105,103,104,116,98,111,120,34,44,33,110,46,117,105,83,104,111,119,76,105,103,104,116,98,111,120,41,125,44,99,108,101,97,114,82,101,115,117,108,116,115,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,99,111,109,109,105,116,59,101,40,34,115,101,116,76,97,115,116,81,117,101,114,121,82,101,115,117,108,116,34,44,110,117,108,108,41,44,101,40,34,95,115,101,116,75,101,121,83,101,113,117,101,110,99,101,34,44,48,41,44,101,40,34,95,115,101,116,85,105,83,104,111,119,76,105,103,104,116,98,111,120,34,44,33,49,41,44,101,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,83,111,117,114,99,101,115,34,44,91,93,41,44,101,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,84,104,117,109,98,115,34,44,91,93,41,44,101,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,84,121,112,101,115,34,44,91,93,41,44,101,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,34,44,91,93,41,44,101,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,75,101,121,34,44,48,41,125,125,44,109,111,100,117,108,101,115,58,123,125,44,103,101,116,116,101,114,115,58,123,115,101,101,100,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,101,100,125,44,103,101,116,80,97,116,104,84,101,120,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,112,97,116,104,84,101,120,116,125,44,105,110,100,105,99,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,105,110,100,105,99,101,115,125,44,115,105,115,116,50,73,110,102,111,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,105,115,116,50,73,110,102,111,125,44,105,110,100,101,120,77,97,112,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,123,125,59,114,101,116,117,114,110,32,116,46,105,110,100,105,99,101,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,91,116,46,105,100,93,61,116,125,41,41,44,101,125,44,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,125,44,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,125,44,115,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,125,44,115,101,108,101,99,116,101,100,84,97,103,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,108,101,99,116,101,100,84,97,103,115,125,44,100,97,116,101,77,105,110,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,100,97,116,101,77,105,110,125,44,100,97,116,101,77,97,120,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,100,97,116,101,77,97,120,125,44,115,105,122,101,77,105,110,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,105,122,101,77,105,110,125,44,115,105,122,101,77,97,120,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,105,122,101,77,97,120,125,44,115,101,97,114,99,104,84,101,120,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,101,97,114,99,104,84,101,120,116,125,44,112,97,116,104,84,101,120,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,112,97,116,104,84,101,120,116,125,44,102,117,122,122,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,102,117,122,122,121,125,44,115,105,122,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,105,122,101,125,44,115,111,114,116,77,111,100,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,111,114,116,77,111,100,101,125,44,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,125,44,108,97,115,116,68,111,99,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,61,61,116,46,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,63,110,117,108,108,58,116,46,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,46,104,105,116,115,46,104,105,116,115,46,115,108,105,99,101,40,45,49,41,91,48,93,125,44,117,105,84,97,103,72,111,118,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,105,84,97,103,72,111,118,101,114,125,44,117,105,83,104,111,119,76,105,103,104,116,98,111,120,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,105,83,104,111,119,76,105,103,104,116,98,111,120,125,44,117,105,76,105,103,104,116,98,111,120,83,111,117,114,99,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,83,111,117,114,99,101,115,125,44,117,105,76,105,103,104,116,98,111,120,84,104,117,109,98,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,84,104,117,109,98,115,125,44,117,105,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,125,44,117,105,76,105,103,104,116,98,111,120,84,121,112,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,84,121,112,101,115,125,44,117,105,76,105,103,104,116,98,111,120,75,101,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,75,101,121,125,44,117,105,76,105,103,104,116,98,111,120,83,108,105,100,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,105,76,105,103,104,116,98,111,120,83,108,105,100,101,125,44,111,112,116,76,97,110,103,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,76,97,110,103,125,44,111,112,116,84,104,101,109,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,104,101,109,101,125,44,111,112,116,68,105,115,112,108,97,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,68,105,115,112,108,97,121,125,44,111,112,116,67,111,108,117,109,110,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,67,111,108,117,109,110,115,125,44,111,112,116,72,105,103,104,108,105,103,104,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,72,105,103,104,108,105,103,104,116,125,44,111,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,125,44,111,112,116,70,117,122,122,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,70,117,122,122,121,125,44,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,125,44,111,112,116,83,117,103,103,101,115,116,80,97,116,104,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,83,117,103,103,101,115,116,80,97,116,104,125,44,111,112,116,70,114,97,103,109,101,110,116,83,105,122,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,70,114,97,103,109,101,110,116,83,105,122,101,125,44,111,112,116,81,117,101,114,121,77,111,100,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,81,117,101,114,121,77,111,100,101,125,44,111,112,116,84,114,101,101,109,97,112,84,121,112,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,84,121,112,101,125,44,111,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,84,105,108,105,110,103,125,44,111,112,116,84,114,101,101,109,97,112,83,105,122,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,83,105,122,101,125,44,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,125,44,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,84,114,101,101,109,97,112,67,111,108,111,114,125,44,111,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,125,44,111,112,116,76,105,103,104,116,98,111,120,83,108,105,100,101,68,117,114,97,116,105,111,110,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,111,112,116,76,105,103,104,116,98,111,120,83,108,105,100,101,68,117,114,97,116,105,111,110,125,44,111,112,116,82,101,115,117,108,116,83,105,122,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,105,122,101,125,125,125,41,44,112,110,61,123,115,99,111,114,101,58,123,109,111,100,101,58,91,123,95,115,99,111,114,101,58,123,111,114,100,101,114,58,34,100,101,115,99,34,125,125,44,123,95,116,105,101,58,123,111,114,100,101,114,58,34,97,115,99,34,125,125,93,44,107,101,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,115,99,111,114,101,125,125,44,114,97,110,100,111,109,58,123,109,111,100,101,58,91,123,95,115,99,111,114,101,58,123,111,114,100,101,114,58,34,100,101,115,99,34,125,125,44,123,95,116,105,101,58,123,111,114,100,101,114,58,34,97,115,99,34,125,125,93,44,107,101,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,115,99,111,114,101,125,125,44,100,97,116,101,65,115,99,58,123,109,111,100,101,58,91,123,109,116,105,109,101,58,123,111,114,100,101,114,58,34,97,115,99,34,125,125,44,123,95,116,105,101,58,123,111,114,100,101,114,58,34,97,115,99,34,125,125,93,44,107,101,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,115,111,117,114,99,101,46,109,116,105,109,101,125,125,44,100,97,116,101,68,101,115,99,58,123,109,111,100,101,58,91,123,109,116,105,109,101,58,123,111,114,100,101,114,58,34,100,101,115,99,34,125,125,44,123,95,116,105,101,58,123,111,114,100,101,114,58,34,97,115,99,34,125,125,93,44,107,101,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,115,111,117,114,99,101,46,109,116,105,109,101,125,125,44,115,105,122,101,65,115,99,58,123,109,111,100,101,58,91,123,115,105,122,101,58,123,111,114,100,101,114,58,34,97,115,99,34,125,125,44,123,95,116,105,101,58,123,111,114,100,101,114,58,34,97,115,99,34,125,125,93,44,107,101,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,115,111,117,114,99,101,46,115,105,122,101,125,125,44,115,105,122,101,68,101,115,99,58,123,109,111,100,101,58,91,123,115,105,122,101,58,123,111,114,100,101,114,58,34,100,101,115,99,34,125,125,44,123,95,116,105,101,58,123,111,114,100,101,114,58,34,97,115,99,34,125,125,93,44,107,101,121,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,95,115,111,117,114,99,101,46,115,105,122,101,125,125,125,44,104,110,61,102,117,110,99,116,105,111,110,40,41,123,102,117,110,99,116,105,111,110,32,116,40,41,123,79,98,106,101,99,116,40,87,91,34,97,34,93,41,40,116,104,105,115,44,116,41,125,114,101,116,117,114,110,32,79,98,106,101,99,116,40,75,91,34,97,34,93,41,40,116,44,91,123,107,101,121,58,34,115,101,97,114,99,104,81,117,101,114,121,34,44,118,97,108,117,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,100,110,46,103,101,116,116,101,114,115,44,101,61,116,46,115,101,97,114,99,104,84,101,120,116,44,110,61,116,46,112,97,116,104,84,101,120,116,44,114,61,34,34,61,61,61,101,44,105,61,116,46,115,105,122,101,77,105,110,44,111,61,116,46,115,105,122,101,77,97,120,44,97,61,116,46,100,97,116,101,77,105,110,44,115,61,116,46,100,97,116,101,77,97,120,44,99,61,116,46,102,117,122,122,121,44,117,61,116,46,115,105,122,101,44,108,61,116,46,108,97,115,116,68,111,99,44,100,61,116,46,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,105,100,125,41,41,44,112,61,116,46,115,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,44,104,61,116,46,115,101,108,101,99,116,101,100,84,97,103,115,44,109,61,91,123,116,101,114,109,115,58,123,105,110,100,101,120,58,100,125,125,93,59,105,38,38,111,63,109,46,112,117,115,104,40,123,114,97,110,103,101,58,123,115,105,122,101,58,123,103,116,101,58,105,44,108,116,101,58,111,125,125,125,41,58,105,63,109,46,112,117,115,104,40,123,114,97,110,103,101,58,123,115,105,122,101,58,123,103,116,101,58,105,125,125,125,41,58,111,38,38,109,46,112,117,115,104,40,123,114,97,110,103,101,58,123,115,105,122,101,58,123,108,116,101,58,111,125,125,125,41,44,97,38,38,115,63,109,46,112,117,115,104,40,123,114,97,110,103,101,58,123,109,116,105,109,101,58,123,103,116,101,58,97,44,108,116,101,58,115,125,125,125,41,58,97,63,109,46,112,117,115,104,40,123,114,97,110,103,101,58,123,109,116,105,109,101,58,123,103,116,101,58,97,125,125,125,41,58,115,38,38,109,46,112,117,115,104,40,123,114,97,110,103,101,58,123,109,116,105,109,101,58,123,108,116,101,58,115,125,125,125,41,59,118,97,114,32,102,61,91,34,110,97,109,101,94,56,34,44,34,99,111,110,116,101,110,116,94,51,34,44,34,97,108,98,117,109,94,56,34,44,34,97,114,116,105,115,116,94,56,34,44,34,116,105,116,108,101,94,56,34,44,34,103,101,110,114,101,94,50,34,44,34,97,108,98,117,109,95,97,114,116,105,115,116,94,56,34,44,34,102,111,110,116,95,110,97,109,101,94,54,34,93,59,116,46,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,38,38,102,46,112,117,115,104,40,34,112,97,116,104,46,116,101,120,116,94,53,34,41,44,99,38,38,40,102,46,112,117,115,104,40,34,99,111,110,116,101,110,116,46,110,71,114,97,109,34,41,44,116,46,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,38,38,102,46,112,117,115,104,40,34,112,97,116,104,46,110,71,114,97,109,34,41,44,102,46,112,117,115,104,40,34,110,97,109,101,46,110,71,114,97,109,94,51,34,41,41,59,118,97,114,32,103,44,118,61,110,46,114,101,112,108,97,99,101,40,47,92,47,36,47,44,34,34,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,59,34,34,33,61,61,118,38,38,109,46,112,117,115,104,40,123,116,101,114,109,58,123,112,97,116,104,58,118,125,125,41,44,112,46,108,101,110,103,116,104,62,48,38,38,109,46,112,117,115,104,40,123,116,101,114,109,115,58,123,109,105,109,101,58,112,125,125,41,44,104,46,108,101,110,103,116,104,62,48,38,38,40,116,46,111,112,116,84,97,103,79,114,79,112,101,114,97,116,111,114,63,109,46,112,117,115,104,40,123,116,101,114,109,115,58,123,116,97,103,58,104,125,125,41,58,104,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,109,46,112,117,115,104,40,123,116,101,114,109,58,123,116,97,103,58,116,125,125,41,125,41,41,41,44,103,61,34,115,105,109,112,108,101,34,61,61,61,116,46,111,112,116,81,117,101,114,121,77,111,100,101,63,123,115,105,109,112,108,101,95,113,117,101,114,121,95,115,116,114,105,110,103,58,123,113,117,101,114,121,58,101,44,102,105,101,108,100,115,58,102,44,100,101,102,97,117,108,116,95,111,112,101,114,97,116,111,114,58,34,97,110,100,34,125,125,58,123,113,117,101,114,121,95,115,116,114,105,110,103,58,123,113,117,101,114,121,58,101,44,100,101,102,97,117,108,116,95,102,105,101,108,100,58,34,110,97,109,101,34,44,100,101,102,97,117,108,116,95,111,112,101,114,97,116,111,114,58,34,97,110,100,34,125,125,59,118,97,114,32,98,61,123,95,115,111,117,114,99,101,58,123,101,120,99,108,117,100,101,115,58,91,34,99,111,110,116,101,110,116,34,44,34,95,116,105,101,34,93,125,44,113,117,101,114,121,58,123,98,111,111,108,58,123,102,105,108,116,101,114,58,109,125,125,44,115,111,114,116,58,112,110,91,116,46,115,111,114,116,77,111,100,101,93,46,109,111,100,101,44,97,103,103,115,58,123,116,111,116,97,108,95,115,105,122,101,58,123,115,117,109,58,123,102,105,101,108,100,58,34,115,105,122,101,34,125,125,44,116,111,116,97,108,95,99,111,117,110,116,58,123,118,97,108,117,101,95,99,111,117,110,116,58,123,102,105,101,108,100,58,34,115,105,122,101,34,125,125,125,44,115,105,122,101,58,117,125,59,114,101,116,117,114,110,32,114,124,124,40,98,46,113,117,101,114,121,46,98,111,111,108,46,109,117,115,116,61,103,41,44,108,38,38,40,98,46,115,101,97,114,99,104,95,97,102,116,101,114,61,91,112,110,91,116,46,115,111,114,116,77,111,100,101,93,46,107,101,121,40,108,41,44,108,91,34,95,105,100,34,93,93,41,44,116,46,111,112,116,72,105,103,104,108,105,103,104,116,38,38,40,98,46,104,105,103,104,108,105,103,104,116,61,123,112,114,101,95,116,97,103,115,58,91,34,60,109,97,114,107,62,34,93,44,112,111,115,116,95,116,97,103,115,58,91,34,60,47,109,97,114,107,62,34,93,44,102,114,97,103,109,101,110,116,95,115,105,122,101,58,116,46,111,112,116,70,114,97,103,109,101,110,116,83,105,122,101,44,110,117,109,98,101,114,95,111,102,95,102,114,97,103,109,101,110,116,115,58,49,44,111,114,100,101,114,58,34,115,99,111,114,101,34,44,102,105,101,108,100,115,58,123,99,111,110,116,101,110,116,58,123,125,44,110,97,109,101,58,123,125,44,34,110,97,109,101,46,110,71,114,97,109,34,58,123,125,44,34,99,111,110,116,101,110,116,46,110,71,114,97,109,34,58,123,125,44,102,111,110,116,95,110,97,109,101,58,123,125,125,125,44,116,46,111,112,116,83,101,97,114,99,104,73,110,80,97,116,104,38,38,40,98,46,104,105,103,104,108,105,103,104,116,46,102,105,101,108,100,115,91,34,112,97,116,104,46,116,101,120,116,34,93,61,123,125,44,98,46,104,105,103,104,108,105,103,104,116,46,102,105,101,108,100,115,91,34,112,97,116,104,46,110,71,114,97,109,34,93,61,123,125,41,41,44,34,114,97,110,100,111,109,34,61,61,61,116,46,115,111,114,116,77,111,100,101,38,38,40,98,46,113,117,101,114,121,61,123,102,117,110,99,116,105,111,110,95,115,99,111,114,101,58,123,113,117,101,114,121,58,123,98,111,111,108,58,123,109,117,115,116,58,109,125,125,44,102,117,110,99,116,105,111,110,115,58,91,123,114,97,110,100,111,109,95,115,99,111,114,101,58,123,115,101,101,100,58,116,46,115,101,101,100,44,102,105,101,108,100,58,34,95,115,101,113,95,110,111,34,125,44,119,101,105,103,104,116,58,49,101,51,125,93,44,98,111,111,115,116,95,109,111,100,101,58,34,115,117,109,34,125,125,44,114,124,124,98,46,113,117,101,114,121,46,102,117,110,99,116,105,111,110,95,115,99,111,114,101,46,113,117,101,114,121,46,98,111,111,108,46,109,117,115,116,46,112,117,115,104,40,103,41,41,44,98,125,125,93,41,44,116,125,40,41,44,109,110,61,110,101,119,32,104,110,44,102,110,61,110,40,34,98,48,52,55,34,41,44,103,110,61,110,46,110,40,102,110,41,44,118,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,71,114,105,100,76,97,121,111,117,116,34,44,123,114,101,102,58,34,103,114,105,100,45,108,97,121,111,117,116,34,44,97,116,116,114,115,58,123,111,112,116,105,111,110,115,58,116,46,103,114,105,100,79,112,116,105,111,110,115,125,44,111,110,58,123,97,112,112,101,110,100,58,116,46,97,112,112,101,110,100,44,34,108,97,121,111,117,116,45,99,111,109,112,108,101,116,101,34,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,36,101,109,105,116,40,34,108,97,121,111,117,116,45,99,111,109,112,108,101,116,101,34,41,125,125,125,44,116,46,95,108,40,116,46,100,111,99,115,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,110,40,34,68,111,99,67,97,114,100,34,44,123,107,101,121,58,101,46,95,105,100,44,97,116,116,114,115,58,123,100,111,99,58,101,44,119,105,100,116,104,58,116,46,119,105,100,116,104,125,125,41,125,41,41,44,49,41,125,44,98,110,61,91,93,44,120,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,111,99,45,99,97,114,100,34,44,99,108,97,115,115,58,123,34,115,117,98,45,100,111,99,117,109,101,110,116,34,58,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,83,117,98,68,111,99,117,109,101,110,116,125,44,115,116,121,108,101,58,34,119,105,100,116,104,58,32,34,43,116,46,119,105,100,116,104,43,34,112,120,34,125,44,91,110,40,34,98,45,99,97,114,100,34,44,123,97,116,116,114,115,58,123,34,110,111,45,98,111,100,121,34,58,34,34,44,34,105,109,103,45,116,111,112,34,58,34,34,125,125,44,91,110,40,34,68,111,99,73,110,102,111,77,111,100,97,108,34,44,123,97,116,116,114,115,58,123,115,104,111,119,58,116,46,115,104,111,119,73,110,102,111,44,100,111,99,58,116,46,100,111,99,125,44,111,110,58,123,99,108,111,115,101,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,104,111,119,73,110,102,111,61,33,49,125,125,125,41,44,110,40,34,67,111,110,116,101,110,116,68,105,118,34,44,123,97,116,116,114,115,58,123,100,111,99,58,116,46,100,111,99,125,125,41,44,116,46,100,111,99,46,95,112,114,111,112,115,46,104,97,115,84,104,117,109,98,110,97,105,108,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,105,109,103,45,119,114,97,112,112,101,114,34,44,111,110,58,123,109,111,117,115,101,101,110,116,101,114,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,84,110,69,110,116,101,114,40,41,125,44,109,111,117,115,101,108,101,97,118,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,84,110,76,101,97,118,101,40,41,125,125,125,44,91,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,65,117,100,105,111,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,100,45,105,109,103,45,111,118,101,114,108,97,121,34,44,99,108,97,115,115,58,123,34,115,109,97,108,108,45,98,97,100,103,101,34,58,116,46,115,109,97,108,108,66,97,100,103,101,125,125,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,97,100,103,101,32,98,97,100,103,101,45,114,101,115,111,108,117,116,105,111,110,34,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,104,117,109,97,110,84,105,109,101,40,116,46,100,111,99,46,95,115,111,117,114,99,101,46,100,117,114,97,116,105,111,110,41,41,41,93,41,93,41,58,116,46,95,101,40,41,44,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,73,109,97,103,101,38,38,33,116,46,104,111,118,101,114,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,100,45,105,109,103,45,111,118,101,114,108,97,121,34,44,99,108,97,115,115,58,123,34,115,109,97,108,108,45,98,97,100,103,101,34,58,116,46,115,109,97,108,108,66,97,100,103,101,125,125,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,97,100,103,101,32,98,97,100,103,101,45,114,101,115,111,108,117,116,105,111,110,34,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,100,111,99,46,95,115,111,117,114,99,101,46,119,105,100,116,104,43,34,120,34,43,116,46,100,111,99,46,95,115,111,117,114,99,101,46,104,101,105,103,104,116,41,41,93,41,93,41,58,116,46,95,101,40,41,44,40,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,86,105,100,101,111,124,124,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,71,105,102,41,38,38,116,46,100,111,99,46,95,115,111,117,114,99,101,46,100,117,114,97,116,105,111,110,62,48,38,38,33,116,46,104,111,118,101,114,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,100,45,105,109,103,45,111,118,101,114,108,97,121,34,44,99,108,97,115,115,58,123,34,115,109,97,108,108,45,98,97,100,103,101,34,58,116,46,115,109,97,108,108,66,97,100,103,101,125,125,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,97,100,103,101,32,98,97,100,103,101,45,114,101,115,111,108,117,116,105,111,110,34,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,104,117,109,97,110,84,105,109,101,40,116,46,100,111,99,46,95,115,111,117,114,99,101,46,100,117,114,97,116,105,111,110,41,41,41,93,41,93,41,58,116,46,95,101,40,41,44,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,86,105,100,101,111,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,108,97,121,34,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,118,105,101,119,66,111,120,58,34,48,32,48,32,52,57,52,46,57,52,50,32,52,57,52,46,57,52,50,34,44,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,100,58,34,109,51,53,46,51,53,51,32,48,32,52,50,52,46,50,51,54,32,50,52,55,46,52,55,49,45,52,50,52,46,50,51,54,32,50,52,55,46,52,55,49,122,34,125,125,41,93,41,93,41,58,116,46,95,101,40,41,44,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,73,109,97,103,101,124,124,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,86,105,100,101,111,63,110,40,34,105,109,103,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,111,105,110,116,101,114,32,102,105,116,32,99,97,114,100,45,105,109,103,45,116,111,112,34,44,97,116,116,114,115,58,123,115,114,99,58,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,71,105,102,38,38,116,46,104,111,118,101,114,63,34,102,47,34,43,116,46,100,111,99,46,95,105,100,58,34,116,47,34,43,116,46,100,111,99,46,95,115,111,117,114,99,101,46,105,110,100,101,120,43,34,47,34,43,116,46,100,111,99,46,95,105,100,44,97,108,116,58,34,34,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,84,104,117,109,98,110,97,105,108,67,108,105,99,107,40,41,125,125,125,41,58,110,40,34,105,109,103,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,105,116,32,99,97,114,100,45,105,109,103,45,116,111,112,34,44,97,116,116,114,115,58,123,115,114,99,58,34,116,47,34,43,116,46,100,111,99,46,95,115,111,117,114,99,101,46,105,110,100,101,120,43,34,47,34,43,116,46,100,111,99,46,95,105,100,44,97,108,116,58,34,34,125,125,41,93,41,58,116,46,95,101,40,41,44,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,65,117,100,105,111,63,110,40,34,97,117,100,105,111,34,44,123,114,101,102,58,34,97,117,100,105,111,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,97,117,100,105,111,45,102,105,116,32,102,105,116,34,44,97,116,116,114,115,58,123,112,114,101,108,111,97,100,58,34,110,111,110,101,34,44,99,111,110,116,114,111,108,115,58,34,34,44,116,121,112,101,58,116,46,100,111,99,46,95,115,111,117,114,99,101,46,109,105,109,101,44,115,114,99,58,34,102,47,34,43,116,46,100,111,99,46,95,105,100,125,44,111,110,58,123,112,108,97,121,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,65,117,100,105,111,80,108,97,121,40,41,125,125,125,41,58,116,46,95,101,40,41,44,110,40,34,98,45,99,97,114,100,45,98,111,100,121,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,97,100,100,105,110,103,45,48,51,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,100,105,115,112,108,97,121,58,34,102,108,101,120,34,125,125,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,105,110,102,111,45,105,99,111,110,34,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,73,110,102,111,67,108,105,99,107,40,41,125,125,125,41,44,110,40,34,68,111,99,70,105,108,101,84,105,116,108,101,34,44,123,97,116,116,114,115,58,123,100,111,99,58,116,46,100,111,99,125,125,41,93,44,49,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,97,114,100,45,116,101,120,116,34,125,44,91,110,40,34,84,97,103,67,111,110,116,97,105,110,101,114,34,44,123,97,116,116,114,115,58,123,104,105,116,58,116,46,100,111,99,125,125,41,93,44,49,41,93,41,93,44,49,41,93,44,49,41,125,44,121,110,61,91,93,44,95,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,111,110,58,123,109,111,117,115,101,101,110,116,101,114,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,104,111,119,65,100,100,66,117,116,116,111,110,61,33,48,125,44,109,111,117,115,101,108,101,97,118,101,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,104,111,119,65,100,100,66,117,116,116,111,110,61,33,49,125,125,125,44,91,110,40,34,98,45,109,111,100,97,108,34,44,123,97,116,116,114,115,58,123,116,105,116,108,101,58,116,46,36,116,40,34,115,97,118,101,84,97,103,77,111,100,97,108,84,105,116,108,101,34,41,44,34,104,105,100,101,45,102,111,111,116,101,114,34,58,34,34,44,34,110,111,45,102,97,100,101,34,58,34,34,44,99,101,110,116,101,114,101,100,58,34,34,44,115,105,122,101,58,34,108,103,34,44,115,116,97,116,105,99,58,34,34,44,108,97,122,121,58,34,34,125,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,115,104,111,119,77,111,100,97,108,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,104,111,119,77,111,100,97,108,61,101,125,44,101,120,112,114,101,115,115,105,111,110,58,34,115,104,111,119,77,111,100,97,108,34,125,125,44,91,110,40,34,98,45,114,111,119,34,44,91,110,40,34,98,45,99,111,108,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,34,102,108,101,120,45,103,114,111,119,34,58,34,50,34,125,44,97,116,116,114,115,58,123,115,109,58,34,34,125,125,44,91,110,40,34,86,117,101,83,105,109,112,108,101,83,117,103,103,101,115,116,34,44,123,114,101,102,58,34,115,117,103,103,101,115,116,34,44,115,116,97,116,105,99,67,108,97,115,115,58,34,102,111,114,109,45,99,111,110,116,114,111,108,45,102,105,120,45,102,108,101,120,34,44,115,116,97,116,105,99,83,116,121,108,101,58,123,34,109,97,114,103,105,110,45,116,111,112,34,58,34,49,55,112,120,34,125,44,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,116,97,103,84,101,120,116,44,108,105,115,116,58,116,46,115,117,103,103,101,115,116,84,97,103,44,34,109,97,120,45,115,117,103,103,101,115,116,105,111,110,115,34,58,48,44,112,108,97,99,101,104,111,108,100,101,114,58,116,46,36,116,40,34,115,97,118,101,84,97,103,80,108,97,99,101,104,111,108,100,101,114,34,41,125,44,111,110,58,123,115,101,108,101,99,116,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,101,116,84,97,103,84,101,120,116,40,101,41,125,44,105,110,112,117,116,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,101,116,84,97,103,84,101,120,116,40,101,41,125,125,44,115,99,111,112,101,100,83,108,111,116,115,58,116,46,95,117,40,91,123,107,101,121,58,34,115,117,103,103,101,115,116,105,111,110,45,105,116,101,109,34,44,102,110,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,101,46,115,117,103,103,101,115,116,105,111,110,44,105,61,101,46,113,117,101,114,121,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,115,117,103,103,101,115,116,105,111,110,45,108,105,110,101,34,125,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,97,100,103,101,32,98,97,100,103,101,45,115,117,103,103,101,115,116,105,111,110,34,44,115,116,121,108,101,58,123,98,97,99,107,103,114,111,117,110,100,58,116,46,103,101,116,66,103,40,114,41,44,99,111,108,111,114,58,116,46,103,101,116,70,103,40,114,41,125,125,44,91,110,40,34,115,116,114,111,110,103,34,44,91,116,46,95,118,40,116,46,95,115,40,105,41,41,93,41,44,116,46,95,118,40,116,46,95,115,40,116,46,103,101,116,83,117,103,103,101,115,116,105,111,110,87,105,116,104,111,117,116,81,117,101,114,121,80,114,101,102,105,120,40,114,44,105,41,41,43,34,32,34,41,93,41,93,41,93,41,125,125,93,41,125,41,93,44,49,41,44,110,40,34,98,45,99,111,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,52,34,125,44,91,110,40,34,84,119,105,116,116,101,114,67,111,108,111,114,80,105,99,107,101,114,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,114,45,97,117,116,111,32,109,108,45,97,117,116,111,34,44,97,116,116,114,115,58,123,116,114,105,97,110,103,108,101,58,34,104,105,100,101,34,44,119,105,100,116,104,58,50,53,50,125,44,109,111,100,101,108,58,123,118,97,108,117,101,58,116,46,99,111,108,111,114,44,99,97,108,108,98,97,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,99,111,108,111,114,61,101,125,44,101,120,112,114,101,115,115,105,111,110,58,34,99,111,108,111,114,34,125,125,41,93,44,49,41,93,44,49,41,44,110,40,34,98,45,98,117,116,116,111,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,50,34,44,115,116,97,116,105,99,83,116,121,108,101,58,123,102,108,111,97,116,58,34,114,105,103,104,116,34,125,44,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,112,114,105,109,97,114,121,34,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,97,118,101,84,97,103,40,41,125,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,99,111,110,102,105,114,109,34,41,41,43,34,32,34,41,93,41,93,44,49,41,44,116,46,95,108,40,116,46,104,105,116,46,95,116,97,103,115,44,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,91,101,46,117,115,101,114,84,97,103,63,110,40,34,100,105,118,34,44,123,107,101,121,58,101,46,114,97,119,84,101,120,116,44,115,116,97,116,105,99,83,116,121,108,101,58,123,100,105,115,112,108,97,121,58,34,105,110,108,105,110,101,45,98,108,111,99,107,34,125,125,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,97,100,103,101,32,112,111,105,110,116,101,114,34,44,99,108,97,115,115,58,116,46,98,97,100,103,101,67,108,97,115,115,40,101,41,44,115,116,121,108,101,58,116,46,98,97,100,103,101,83,116,121,108,101,40,101,41,44,97,116,116,114,115,58,123,105,100,58,116,46,104,105,116,46,95,105,100,43,101,46,114,97,119,84,101,120,116,44,116,105,116,108,101,58,101,46,116,101,120,116,44,116,97,98,105,110,100,101,120,58,34,45,49,34,125,44,111,110,58,123,99,111,110,116,101,120,116,109,101,110,117,58,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,111,110,84,97,103,82,105,103,104,116,67,108,105,99,107,40,101,44,110,41,125,125,125,44,91,116,46,95,118,40,116,46,95,115,40,101,46,116,101,120,116,46,115,112,108,105,116,40,34,46,34,41,46,112,111,112,40,41,41,41,93,41,44,110,40,34,98,45,112,111,112,111,118,101,114,34,44,123,97,116,116,114,115,58,123,116,97,114,103,101,116,58,116,46,104,105,116,46,95,105,100,43,101,46,114,97,119,84,101,120,116,44,116,114,105,103,103,101,114,115,58,34,102,111,99,117,115,32,98,108,117,114,34,44,112,108,97,99,101,109,101,110,116,58,34,116,111,112,34,125,125,44,91,110,40,34,98,45,98,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,100,97,110,103,101,114,34,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,110,41,123,114,101,116,117,114,110,32,116,46,111,110,84,97,103,68,101,108,101,116,101,67,108,105,99,107,40,101,44,110,41,125,125,125,44,91,116,46,95,118,40,34,68,101,108,101,116,101,34,41,93,41,93,44,49,41,93,44,49,41,58,110,40,34,115,112,97,110,34,44,123,107,101,121,58,101,46,116,101,120,116,44,115,116,97,116,105,99,67,108,97,115,115,58,34,98,97,100,103,101,34,44,99,108,97,115,115,58,116,46,98,97,100,103,101,67,108,97,115,115,40,101,41,44,115,116,121,108,101,58,116,46,98,97,100,103,101,83,116,121,108,101,40,101,41,125,44,91,116,46,95,118,40,116,46,95,115,40,101,46,116,101,120,116,46,115,112,108,105,116,40,34,46,34,41,46,112,111,112,40,41,41,41,93,41,93,125,41,41,44,116,46,115,104,111,119,65,100,100,66,117,116,116,111,110,63,110,40,34,115,109,97,108,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,98,97,100,103,101,32,97,100,100,45,116,97,103,45,98,117,116,116,111,110,34,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,116,97,103,65,100,100,40,41,125,125,125,44,91,116,46,95,118,40,34,65,100,100,34,41,93,41,58,110,40,34,115,109,97,108,108,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,116,101,120,116,45,109,117,116,101,100,32,98,97,100,103,101,45,115,105,122,101,34,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,104,117,109,97,110,70,105,108,101,83,105,122,101,40,116,46,104,105,116,46,95,115,111,117,114,99,101,46,115,105,122,101,41,41,41,93,41,93,44,50,41,125,44,84,110,61,91,93,44,83,110,61,40,110,40,34,50,53,51,50,34,41,44,110,40,34,55,100,98,48,34,41,44,110,40,34,99,51,52,53,34,41,41,44,119,110,61,110,40,34,53,49,49,49,34,41,44,122,110,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,99,111,109,112,111,110,101,110,116,115,58,123,84,119,105,116,116,101,114,67,111,108,111,114,80,105,99,107,101,114,58,83,110,91,34,84,119,105,116,116,101,114,34,93,44,86,117,101,83,105,109,112,108,101,83,117,103,103,101,115,116,58,119,110,91,34,97,34,93,125,44,112,114,111,112,115,58,91,34,104,105,116,34,93,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,115,104,111,119,65,100,100,66,117,116,116,111,110,58,33,49,44,115,104,111,119,77,111,100,97,108,58,33,49,44,116,97,103,84,101,120,116,58,110,117,108,108,44,99,111,108,111,114,58,123,104,101,120,58,34,35,101,48,101,48,101,48,34,125,125,125,44,99,111,109,112,117,116,101,100,58,123,116,97,103,72,111,118,101,114,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,117,105,84,97,103,72,111,118,101,114,34,93,125,125,44,109,101,116,104,111,100,115,58,123,104,117,109,97,110,70,105,108,101,83,105,122,101,58,72,44,103,101,116,83,117,103,103,101,115,116,105,111,110,87,105,116,104,111,117,116,81,117,101,114,121,80,114,101,102,105,120,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,105,100,46,115,108,105,99,101,40,101,46,108,101,110,103,116,104,44,45,56,41,125,44,103,101,116,66,103,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,105,100,46,115,108,105,99,101,40,45,55,41,125,44,103,101,116,70,103,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,85,40,116,46,105,100,46,115,108,105,99,101,40,45,55,41,41,62,53,48,63,34,35,48,48,48,34,58,34,35,102,102,102,34,125,44,115,101,116,84,97,103,84,101,120,116,58,102,117,110,99,116,105,111,110,40,116,41,123,116,104,105,115,46,36,114,101,102,115,46,115,117,103,103,101,115,116,46,99,108,101,97,114,83,117,103,103,101,115,116,105,111,110,115,40,41,44,34,115,116,114,105,110,103,34,33,61,61,116,121,112,101,111,102,32,116,63,40,116,104,105,115,46,99,111,108,111,114,61,123,104,101,120,58,34,35,34,43,116,46,105,100,46,115,112,108,105,116,40,34,35,34,41,91,49,93,125,44,116,104,105,115,46,116,97,103,84,101,120,116,61,116,41,58,116,104,105,115,46,116,97,103,84,101,120,116,61,123,105,100,58,116,44,116,105,116,108,101,58,116,125,125,44,98,97,100,103,101,67,108,97,115,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,34,98,97,100,103,101,45,34,46,99,111,110,99,97,116,40,116,46,115,116,121,108,101,41,125,44,98,97,100,103,101,83,116,121,108,101,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,98,97,99,107,103,114,111,117,110,100,58,116,46,98,103,44,99,111,108,111,114,58,116,46,102,103,125,125,44,111,110,84,97,103,72,111,118,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,116,46,117,115,101,114,84,97,103,38,38,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,84,97,103,72,111,118,101,114,34,44,116,41,125,44,111,110,84,97,103,76,101,97,118,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,84,97,103,72,111,118,101,114,34,44,110,117,108,108,41,125,44,111,110,84,97,103,68,101,108,101,116,101,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,118,97,114,32,110,61,116,104,105,115,59,116,104,105,115,46,104,105,116,46,95,116,97,103,115,61,116,104,105,115,46,104,105,116,46,95,116,97,103,115,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,33,61,61,116,125,41,41,44,110,116,46,100,101,108,101,116,101,84,97,103,40,116,46,114,97,119,84,101,120,116,44,116,104,105,115,46,104,105,116,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,110,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,98,117,115,85,112,100,97,116,101,87,97,108,108,73,116,101,109,115,34,41,44,110,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,98,117,115,85,112,100,97,116,101,84,97,103,115,34,41,125,41,41,125,44,116,97,103,65,100,100,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,104,111,119,77,111,100,97,108,61,33,48,125,44,115,97,118,101,84,97,103,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,105,102,40,116,104,105,115,46,116,97,103,84,101,120,116,46,105,100,46,105,110,99,108,117,100,101,115,40,34,35,34,41,41,116,104,105,115,46,36,98,118,84,111,97,115,116,46,116,111,97,115,116,40,116,104,105,115,46,36,116,40,34,116,111,97,115,116,46,105,110,118,97,108,105,100,84,97,103,34,41,44,123,116,105,116,108,101,58,116,104,105,115,46,36,116,40,34,116,111,97,115,116,46,105,110,118,97,108,105,100,84,97,103,84,105,116,108,101,34,41,44,110,111,65,117,116,111,72,105,100,101,58,33,48,44,116,111,97,115,116,101,114,58,34,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,34,44,104,101,97,100,101,114,67,108,97,115,115,58,34,116,111,97,115,116,45,104,101,97,100,101,114,45,101,114,114,111,114,34,44,98,111,100,121,67,108,97,115,115,58,34,116,111,97,115,116,45,98,111,100,121,45,101,114,114,111,114,34,125,41,59,101,108,115,101,123,118,97,114,32,101,61,116,104,105,115,46,116,97,103,84,101,120,116,46,105,100,43,116,104,105,115,46,99,111,108,111,114,46,104,101,120,46,114,101,112,108,97,99,101,40,34,35,34,44,34,46,35,34,41,44,110,61,116,104,105,115,46,104,105,116,46,95,116,97,103,115,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,117,115,101,114,84,97,103,125,41,41,59,110,117,108,108,61,61,110,46,102,105,110,100,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,114,97,119,84,101,120,116,61,61,61,101,125,41,41,63,40,116,104,105,115,46,104,105,116,46,95,116,97,103,115,46,112,117,115,104,40,110,116,46,99,114,101,97,116,101,85,115,101,114,84,97,103,40,101,41,41,44,110,116,46,115,97,118,101,84,97,103,40,101,44,116,104,105,115,46,104,105,116,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,116,97,103,84,101,120,116,61,110,117,108,108,44,116,46,115,104,111,119,77,111,100,97,108,61,33,49,44,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,98,117,115,85,112,100,97,116,101,87,97,108,108,73,116,101,109,115,34,41,44,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,98,117,115,85,112,100,97,116,101,84,97,103,115,34,41,125,41,41,41,58,116,104,105,115,46,36,98,118,84,111,97,115,116,46,116,111,97,115,116,40,116,104,105,115,46,36,116,40,34,116,111,97,115,116,46,100,117,112,101,84,97,103,34,41,44,123,116,105,116,108,101,58,116,104,105,115,46,36,116,40,34,116,111,97,115,116,46,100,117,112,101,84,97,103,84,105,116,108,101,34,41,44,110,111,65,117,116,111,72,105,100,101,58,33,48,44,116,111,97,115,116,101,114,58,34,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,34,44,104,101,97,100,101,114,67,108,97,115,115,58,34,116,111,97,115,116,45,104,101,97,100,101,114,45,101,114,114,111,114,34,44,98,111,100,121,67,108,97,115,115,58,34,116,111,97,115,116,45,98,111,100,121,45,101,114,114,111,114,34,125,41,125,125,44,115,117,103,103,101,115,116,84,97,103,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,110,40,41,123,118,97,114,32,114,44,105,44,111,59,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,110,46,112,114,101,118,61,110,46,110,101,120,116,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,116,61,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,110,46,110,101,120,116,61,51,44,101,46,103,101,116,84,97,103,67,104,111,105,99,101,115,40,116,41,59,99,97,115,101,32,51,58,102,111,114,40,114,61,110,46,115,101,110,116,44,105,61,91,93,44,111,61,48,59,111,60,114,46,108,101,110,103,116,104,59,111,43,43,41,126,114,91,111,93,46,116,111,76,111,119,101,114,67,97,115,101,40,41,46,105,110,100,101,120,79,102,40,116,41,38,38,105,46,112,117,115,104,40,114,91,111,93,41,59,114,101,116,117,114,110,32,110,46,97,98,114,117,112,116,40,34,114,101,116,117,114,110,34,44,105,46,115,111,114,116,40,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,116,105,116,108,101,58,116,46,115,112,108,105,116,40,34,46,34,41,46,115,108,105,99,101,40,48,44,45,49,41,46,106,111,105,110,40,34,46,34,41,44,105,100,58,116,125,125,41,41,41,59,99,97,115,101,32,55,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,110,46,115,116,111,112,40,41,125,125,41,44,110,41,125,41,41,41,40,41,125,44,103,101,116,84,97,103,67,104,111,105,99,101,115,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,110,116,46,101,115,81,117,101,114,121,40,123,115,117,103,103,101,115,116,58,123,116,97,103,58,123,112,114,101,102,105,120,58,116,44,99,111,109,112,108,101,116,105,111,110,58,123,102,105,101,108,100,58,34,115,117,103,103,101,115,116,45,116,97,103,34,44,115,107,105,112,95,100,117,112,108,105,99,97,116,101,115,58,33,48,44,115,105,122,101,58,49,101,52,125,125,125,125,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,110,61,91,93,59,116,91,34,115,117,103,103,101,115,116,34,93,91,34,116,97,103,34,93,91,48,93,91,34,111,112,116,105,111,110,115,34,93,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,91,34,95,115,111,117,114,99,101,34,93,91,34,116,97,103,34,93,125,41,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,46,115,108,105,99,101,40,48,44,45,56,41,59,110,46,102,105,110,100,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,46,115,108,105,99,101,40,48,44,45,56,41,61,61,61,101,125,41,41,124,124,110,46,112,117,115,104,40,116,41,125,41,41,125,41,41,44,101,40,110,41,125,41,41,125,41,41,125,125,125,41,44,36,110,61,122,110,44,67,110,61,40,110,40,34,53,50,97,98,34,41,44,110,40,34,99,52,102,102,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,36,110,44,95,110,44,84,110,44,33,49,44,110,117,108,108,44,34,97,99,102,51,56,101,56,99,34,44,110,117,108,108,41,41,44,79,110,61,67,110,46,101,120,112,111,114,116,115,44,107,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,97,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,105,108,101,45,116,105,116,108,101,45,97,110,99,104,111,114,34,44,97,116,116,114,115,58,123,104,114,101,102,58,34,102,47,34,43,116,46,100,111,99,46,95,105,100,44,116,97,114,103,101,116,58,34,95,98,108,97,110,107,34,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,105,108,101,45,116,105,116,108,101,34,44,97,116,116,114,115,58,123,116,105,116,108,101,58,116,46,100,111,99,46,95,115,111,117,114,99,101,46,112,97,116,104,43,34,47,34,43,116,46,100,111,99,46,95,115,111,117,114,99,101,46,110,97,109,101,43,116,46,101,120,116,40,116,46,100,111,99,41,125,44,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,102,105,108,101,78,97,109,101,40,41,43,116,46,101,120,116,40,116,46,100,111,99,41,41,125,125,41,93,41,125,44,77,110,61,91,93,44,76,110,61,123,110,97,109,101,58,34,68,111,99,70,105,108,101,84,105,116,108,101,34,44,112,114,111,112,115,58,91,34,100,111,99,34,93,44,109,101,116,104,111,100,115,58,123,101,120,116,58,106,44,102,105,108,101,78,97,109,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,91,34,110,97,109,101,46,110,71,114,97,109,34,93,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,91,34,110,97,109,101,46,110,71,114,97,109,34,93,58,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,46,110,97,109,101,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,46,110,97,109,101,58,116,104,105,115,46,100,111,99,46,95,115,111,117,114,99,101,46,110,97,109,101,58,116,104,105,115,46,100,111,99,46,95,115,111,117,114,99,101,46,110,97,109,101,125,125,125,44,73,110,61,76,110,44,68,110,61,40,110,40,34,97,99,49,54,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,73,110,44,107,110,44,77,110,44,33,49,44,110,117,108,108,44,34,55,56,54,97,100,97,98,50,34,44,110,117,108,108,41,41,44,80,110,61,68,110,46,101,120,112,111,114,116,115,44,106,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,109,111,100,97,108,34,44,123,97,116,116,114,115,58,123,118,105,115,105,98,108,101,58,116,46,115,104,111,119,44,115,105,122,101,58,34,108,103,34,44,34,104,105,100,101,45,102,111,111,116,101,114,34,58,33,48,44,115,116,97,116,105,99,58,34,34,44,108,97,122,121,58,34,34,125,44,111,110,58,123,99,108,111,115,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,36,101,109,105,116,40,34,99,108,111,115,101,34,41,125,44,104,105,100,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,36,101,109,105,116,40,34,99,108,111,115,101,34,41,125,125,44,115,99,111,112,101,100,83,108,111,116,115,58,116,46,95,117,40,91,123,107,101,121,58,34,109,111,100,97,108,45,116,105,116,108,101,34,44,102,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,110,40,34,104,53,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,111,100,97,108,45,116,105,116,108,101,34,44,97,116,116,114,115,58,123,116,105,116,108,101,58,116,46,100,111,99,46,95,115,111,117,114,99,101,46,110,97,109,101,43,116,46,101,120,116,40,116,46,100,111,99,41,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,100,111,99,46,95,115,111,117,114,99,101,46,110,97,109,101,43,116,46,101,120,116,40,116,46,100,111,99,41,41,41,93,41,93,125,44,112,114,111,120,121,58,33,48,125,93,41,125,44,91,110,40,34,105,109,103,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,105,116,32,99,97,114,100,45,105,109,103,45,116,111,112,34,44,97,116,116,114,115,58,123,115,114,99,58,34,116,47,34,43,116,46,100,111,99,46,95,115,111,117,114,99,101,46,105,110,100,101,120,43,34,47,34,43,116,46,100,111,99,46,95,105,100,44,97,108,116,58,34,34,125,125,41,44,110,40,34,73,110,102,111,84,97,98,108,101,34,44,123,97,116,116,114,115,58,123,100,111,99,58,116,46,100,111,99,125,125,41,44,110,40,34,76,97,122,121,67,111,110,116,101,110,116,68,105,118,34,44,123,97,116,116,114,115,58,123,34,100,111,99,45,105,100,34,58,116,46,100,111,99,46,95,105,100,125,125,41,93,44,49,41,125,44,113,110,61,91,93,44,69,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,116,97,98,108,101,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,98,45,48,32,109,116,45,52,34,44,97,116,116,114,115,58,123,105,116,101,109,115,58,116,46,116,97,98,108,101,73,116,101,109,115,44,115,109,97,108,108,58,34,34,44,98,111,114,100,101,114,108,101,115,115,58,34,34,44,114,101,115,112,111,110,115,105,118,101,58,34,109,100,34,44,34,116,104,101,97,100,45,99,108,97,115,115,34,58,34,104,105,100,100,101,110,34,125,44,115,99,111,112,101,100,83,108,111,116,115,58,116,46,95,117,40,91,123,107,101,121,58,34,99,101,108,108,40,118,97,108,117,101,41,34,44,102,110,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,91,34,104,116,109,108,34,105,110,32,101,46,105,116,101,109,63,110,40,34,115,112,97,110,34,44,123,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,101,46,105,116,101,109,46,104,116,109,108,41,125,125,41,58,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,116,46,95,115,40,101,46,118,97,108,117,101,41,41,93,41,93,125,125,93,41,125,41,125,44,66,110,61,91,93,59,102,117,110,99,116,105,111,110,32,72,110,40,116,44,101,41,123,114,101,116,117,114,110,32,105,115,78,97,78,40,116,41,124,124,105,115,78,97,78,40,101,41,63,34,34,58,39,60,97,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,32,104,114,101,102,61,34,104,116,116,112,115,58,47,47,109,97,112,115,46,103,111,111,103,108,101,46,99,111,109,47,63,113,61,39,46,99,111,110,99,97,116,40,116,44,34,44,34,41,46,99,111,110,99,97,116,40,101,44,34,38,108,108,61,34,41,46,99,111,110,99,97,116,40,116,44,34,44,34,41,46,99,111,110,99,97,116,40,101,44,39,38,116,61,107,38,122,61,49,55,34,62,39,41,46,99,111,110,99,97,116,40,116,44,34,44,32,34,41,46,99,111,110,99,97,116,40,101,44,34,60,47,97,62,34,41,125,102,117,110,99,116,105,111,110,32,65,110,40,116,44,101,41,123,118,97,114,32,110,61,116,46,115,112,108,105,116,40,34,44,34,41,44,114,61,78,117,109,98,101,114,40,110,91,48,93,46,116,114,105,109,40,41,46,115,112,108,105,116,40,34,58,34,41,91,48,93,41,47,78,117,109,98,101,114,40,110,91,48,93,46,116,114,105,109,40,41,46,115,112,108,105,116,40,34,58,34,41,91,49,93,41,44,105,61,78,117,109,98,101,114,40,110,91,49,93,46,116,114,105,109,40,41,46,115,112,108,105,116,40,34,58,34,41,91,48,93,41,47,78,117,109,98,101,114,40,110,91,49,93,46,116,114,105,109,40,41,46,115,112,108,105,116,40,34,58,34,41,91,49,93,41,44,111,61,78,117,109,98,101,114,40,110,91,50,93,46,116,114,105,109,40,41,46,115,112,108,105,116,40,34,58,34,41,91,48,93,41,47,78,117,109,98,101,114,40,110,91,50,93,46,116,114,105,109,40,41,46,115,112,108,105,116,40,34,58,34,41,91,49,93,41,59,114,101,116,117,114,110,40,114,43,105,47,54,48,43,111,47,51,54,48,48,41,42,40,34,83,34,61,61,61,101,124,124,34,87,34,61,61,61,101,63,45,49,58,49,41,125,118,97,114,32,82,110,61,123,110,97,109,101,58,34,73,110,102,111,84,97,98,108,101,34,44,112,114,111,112,115,58,91,34,100,111,99,34,93,44,99,111,109,112,117,116,101,100,58,123,116,97,98,108,101,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,100,111,99,46,95,115,111,117,114,99,101,44,101,61,91,123,107,101,121,58,34,105,110,100,101,120,34,44,118,97,108,117,101,58,34,91,34,46,99,111,110,99,97,116,40,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,46,105,110,100,101,120,77,97,112,91,116,46,105,110,100,101,120,93,46,110,97,109,101,44,34,93,34,41,125,44,123,107,101,121,58,34,109,116,105,109,101,34,44,118,97,108,117,101,58,82,40,116,46,109,116,105,109,101,41,125,44,123,107,101,121,58,34,109,105,109,101,34,44,118,97,108,117,101,58,116,46,109,105,109,101,125,44,123,107,101,121,58,34,115,105,122,101,34,44,118,97,108,117,101,58,72,40,116,46,115,105,122,101,41,125,44,123,107,101,121,58,34,112,97,116,104,34,44,118,97,108,117,101,58,116,46,112,97,116,104,125,93,59,34,119,105,100,116,104,34,105,110,32,116,104,105,115,46,100,111,99,46,95,115,111,117,114,99,101,38,38,101,46,112,117,115,104,40,123,107,101,121,58,34,105,109,97,103,101,32,115,105,122,101,34,44,118,97,108,117,101,58,34,34,46,99,111,110,99,97,116,40,116,46,119,105,100,116,104,44,34,120,34,41,46,99,111,110,99,97,116,40,116,46,104,101,105,103,104,116,41,125,41,59,118,97,114,32,110,61,91,34,116,105,116,108,101,34,44,34,100,117,114,97,116,105,111,110,34,44,34,97,117,100,105,111,99,34,44,34,118,105,100,101,111,99,34,44,34,98,105,116,114,97,116,101,34,44,34,97,114,116,105,115,116,34,44,34,97,108,98,117,109,34,44,34,97,108,98,117,109,95,97,114,116,105,115,116,34,44,34,103,101,110,114,101,34,44,34,102,111,110,116,95,110,97,109,101,34,44,34,97,117,116,104,111,114,34,44,34,109,111,100,105,102,105,101,100,95,98,121,34,44,34,112,97,103,101,115,34,44,34,116,97,103,34,44,34,101,120,105,102,95,109,97,107,101,34,44,34,101,120,105,102,95,115,111,102,116,119,97,114,101,34,44,34,101,120,105,102,95,101,120,112,111,115,117,114,101,95,116,105,109,101,34,44,34,101,120,105,102,95,102,110,117,109,98,101,114,34,44,34,101,120,105,102,95,102,111,99,97,108,95,108,101,110,103,116,104,34,44,34,101,120,105,102,95,117,115,101,114,95,99,111,109,109,101,110,116,34,44,34,101,120,105,102,95,105,115,111,95,115,112,101,101,100,95,114,97,116,105,110,103,115,34,44,34,101,120,105,102,95,109,111,100,101,108,34,44,34,101,120,105,102,95,100,97,116,101,116,105,109,101,34,93,59,114,101,116,117,114,110,32,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,110,41,123,110,32,105,110,32,116,38,38,101,46,112,117,115,104,40,123,107,101,121,58,110,44,118,97,108,117,101,58,116,91,110,93,125,41,125,41,41,44,34,101,120,105,102,95,103,112,115,95,108,111,110,103,105,116,117,100,101,95,100,101,99,34,105,110,32,116,63,101,46,112,117,115,104,40,123,107,101,121,58,34,69,120,105,102,32,71,80,83,34,44,104,116,109,108,58,72,110,40,116,91,34,101,120,105,102,95,103,112,115,95,108,97,116,105,116,117,100,101,95,100,101,99,34,93,44,116,91,34,101,120,105,102,95,103,112,115,95,108,111,110,103,105,116,117,100,101,95,100,101,99,34,93,41,125,41,58,34,101,120,105,102,95,103,112,115,95,108,111,110,103,105,116,117,100,101,95,100,109,115,34,105,110,32,116,38,38,101,46,112,117,115,104,40,123,107,101,121,58,34,69,120,105,102,32,71,80,83,34,44,104,116,109,108,58,72,110,40,65,110,40,116,91,34,101,120,105,102,95,103,112,115,95,108,97,116,105,116,117,100,101,95,100,109,115,34,93,44,116,91,34,101,120,105,102,95,103,112,115,95,108,97,116,105,116,117,100,101,95,114,101,102,34,93,41,44,65,110,40,116,91,34,101,120,105,102,95,103,112,115,95,108,111,110,103,105,116,117,100,101,95,100,109,115,34,93,44,116,91,34,101,120,105,102,95,103,112,115,95,108,111,110,103,105,116,117,100,101,95,114,101,102,34,93,41,41,125,41,44,101,125,125,125,44,85,110,61,82,110,44,70,110,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,85,110,44,69,110,44,66,110,44,33,49,44,110,117,108,108,44,34,57,102,56,97,53,50,98,54,34,44,110,117,108,108,41,44,81,110,61,70,110,46,101,120,112,111,114,116,115,44,78,110,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,116,46,108,111,97,100,105,110,103,63,110,40,34,80,114,101,108,111,97,100,101,114,34,41,58,116,46,99,111,110,116,101,110,116,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,111,110,116,101,110,116,45,100,105,118,34,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,99,111,110,116,101,110,116,41,41,93,41,58,116,46,95,101,40,41,125,44,71,110,61,91,93,44,86,110,61,123,110,97,109,101,58,34,76,97,122,121,67,111,110,116,101,110,116,68,105,118,34,44,99,111,109,112,111,110,101,110,116,115,58,123,80,114,101,108,111,97,100,101,114,58,84,116,125,44,112,114,111,112,115,58,91,34,100,111,99,73,100,34,93,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,99,111,110,116,101,110,116,58,34,34,44,108,111,97,100,105,110,103,58,33,48,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,110,116,46,103,101,116,68,111,99,73,110,102,111,40,116,104,105,115,46,100,111,99,73,100,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,99,111,110,116,101,110,116,61,101,46,100,97,116,97,46,99,111,110,116,101,110,116,44,116,46,108,111,97,100,105,110,103,61,33,49,125,41,41,125,125,44,87,110,61,86,110,44,75,110,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,87,110,44,78,110,44,71,110,44,33,49,44,110,117,108,108,44,34,51,54,52,52,101,57,51,57,34,44,110,117,108,108,41,44,89,110,61,75,110,46,101,120,112,111,114,116,115,44,74,110,61,123,110,97,109,101,58,34,68,111,99,73,110,102,111,77,111,100,97,108,34,44,99,111,109,112,111,110,101,110,116,115,58,123,76,97,122,121,67,111,110,116,101,110,116,68,105,118,58,89,110,44,73,110,102,111,84,97,98,108,101,58,81,110,125,44,112,114,111,112,115,58,91,34,100,111,99,34,44,34,115,104,111,119,34,93,44,109,101,116,104,111,100,115,58,123,101,120,116,58,106,125,125,44,90,110,61,74,110,44,88,110,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,90,110,44,106,110,44,113,110,44,33,49,44,110,117,108,108,44,34,52,48,98,55,98,101,54,56,34,44,110,117,108,108,41,44,116,114,61,88,110,46,101,120,112,111,114,116,115,44,101,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,116,46,99,111,110,116,101,110,116,40,41,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,99,111,110,116,101,110,116,45,100,105,118,34,44,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,99,111,110,116,101,110,116,40,41,41,125,125,41,58,116,46,95,101,40,41,125,44,110,114,61,91,93,44,114,114,61,123,110,97,109,101,58,34,67,111,110,116,101,110,116,68,105,118,34,44,112,114,111,112,115,58,91,34,100,111,99,34,93,44,109,101,116,104,111,100,115,58,123,99,111,110,116,101,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,91,34,99,111,110,116,101,110,116,46,110,71,114,97,109,34,93,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,91,34,99,111,110,116,101,110,116,46,110,71,114,97,109,34,93,91,48,93,58,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,46,99,111,110,116,101,110,116,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,46,99,111,110,116,101,110,116,91,48,93,58,118,111,105,100,32,48,58,110,117,108,108,125,125,125,44,105,114,61,114,114,44,111,114,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,105,114,44,101,114,44,110,114,44,33,49,44,110,117,108,108,44,34,97,48,57,51,101,57,52,54,34,44,110,117,108,108,41,44,97,114,61,111,114,46,101,120,112,111,114,116,115,44,115,114,61,123,99,111,109,112,111,110,101,110,116,115,58,123,67,111,110,116,101,110,116,68,105,118,58,97,114,44,68,111,99,73,110,102,111,77,111,100,97,108,58,116,114,44,68,111,99,70,105,108,101,84,105,116,108,101,58,80,110,44,84,97,103,67,111,110,116,97,105,110,101,114,58,79,110,125,44,112,114,111,112,115,58,91,34,100,111,99,34,44,34,119,105,100,116,104,34,93,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,101,120,116,58,106,44,115,104,111,119,73,110,102,111,58,33,49,44,104,111,118,101,114,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,123,112,108,97,99,101,72,111,108,100,101,114,83,116,121,108,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,100,111,99,46,95,115,111,117,114,99,101,46,116,104,117,109,98,110,97,105,108,46,115,112,108,105,116,40,34,44,34,41,44,101,61,78,117,109,98,101,114,40,116,91,48,93,41,44,110,61,78,117,109,98,101,114,40,116,91,49,93,41,44,114,61,52,48,48,59,114,101,116,117,114,110,123,104,101,105,103,104,116,58,34,34,46,99,111,110,99,97,116,40,77,97,116,104,46,109,105,110,40,110,47,101,42,116,104,105,115,46,119,105,100,116,104,44,114,41,44,34,112,120,34,41,125,125,44,115,109,97,108,108,66,97,100,103,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,119,105,100,116,104,60,49,53,48,125,125,44,109,101,116,104,111,100,115,58,123,104,117,109,97,110,70,105,108,101,83,105,122,101,58,72,44,104,117,109,97,110,84,105,109,101,58,65,44,111,110,73,110,102,111,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,115,104,111,119,73,110,102,111,61,33,48,125,44,111,110,84,104,117,109,98,110,97,105,108,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,101,46,112,114,101,118,61,101,46,110,101,120,116,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,83,108,105,100,101,34,44,116,46,100,111,99,46,95,115,101,113,41,44,101,46,110,101,120,116,61,51,44,116,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,115,104,111,119,76,105,103,104,116,98,111,120,34,41,59,99,97,115,101,32,51,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,101,46,115,116,111,112,40,41,125,125,41,44,101,41,125,41,41,41,40,41,125,44,111,110,65,117,100,105,111,80,108,97,121,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,115,66,121,84,97,103,78,97,109,101,40,34,97,117,100,105,111,34,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,101,33,61,61,116,46,36,114,101,102,115,91,34,97,117,100,105,111,34,93,38,38,101,46,112,97,117,115,101,40,41,125,41,41,125,44,111,110,84,110,69,110,116,101,114,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,104,111,118,101,114,61,33,48,125,44,111,110,84,110,76,101,97,118,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,104,111,118,101,114,61,33,49,125,125,125,44,99,114,61,115,114,44,117,114,61,40,110,40,34,98,57,100,102,34,41,44,110,40,34,55,48,54,99,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,99,114,44,120,110,44,121,110,44,33,49,44,110,117,108,108,44,34,97,55,56,53,53,55,99,101,34,44,110,117,108,108,41,41,44,108,114,61,117,114,46,101,120,112,111,114,116,115,44,100,114,61,110,40,34,53,50,55,97,34,41,59,114,91,34,100,101,102,97,117,108,116,34,93,46,117,115,101,40,100,114,91,34,97,34,93,41,59,118,97,114,32,112,114,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,99,111,109,112,111,110,101,110,116,115,58,123,68,111,99,67,97,114,100,58,108,114,125,44,112,114,111,112,115,58,91,34,100,111,99,115,34,44,34,97,112,112,101,110,100,34,93,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,119,105,100,116,104,58,48,44,103,114,105,100,79,112,116,105,111,110,115,58,123,97,108,105,103,110,58,34,99,101,110,116,101,114,34,44,109,97,114,103,105,110,58,48,44,116,114,97,110,115,105,116,105,111,110,68,117,114,97,116,105,111,110,58,48,44,105,115,79,118,101,114,102,108,111,119,83,99,114,111,108,108,58,33,49,44,105,115,67,111,110,115,116,97,110,116,83,105,122,101,58,33,49,44,117,115,101,70,105,116,58,33,49,44,117,115,101,82,101,99,121,99,108,101,58,33,49,125,125,125,44,99,111,109,112,117,116,101,100,58,123,99,111,108,67,111,117,110,116,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,111,112,116,67,111,108,117,109,110,115,34,93,59,114,101,116,117,114,110,34,97,117,116,111,34,61,61,61,116,63,77,97,116,104,46,114,111,117,110,100,40,116,104,105,115,46,36,114,101,102,115,91,34,103,114,105,100,45,108,97,121,111,117,116,34,93,46,36,101,108,46,115,99,114,111,108,108,87,105,100,116,104,47,51,48,48,41,58,116,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,119,105,100,116,104,61,116,104,105,115,46,36,114,101,102,115,91,34,103,114,105,100,45,108,97,121,111,117,116,34,93,46,36,101,108,46,115,99,114,111,108,108,87,105,100,116,104,47,116,104,105,115,46,99,111,108,67,111,117,110,116,44,49,61,61,61,116,104,105,115,46,99,111,108,67,111,117,110,116,38,38,116,104,105,115,46,36,114,101,102,115,91,34,103,114,105,100,45,108,97,121,111,117,116,34,93,46,36,101,108,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,34,103,114,105,100,45,115,105,110,103,108,101,45,99,111,108,117,109,110,34,41,44,116,104,105,115,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,34,98,117,115,85,112,100,97,116,101,87,97,108,108,73,116,101,109,115,34,61,61,61,101,46,116,121,112,101,38,38,116,46,36,114,101,102,115,91,34,103,114,105,100,45,108,97,121,111,117,116,34,93,38,38,116,46,36,114,101,102,115,91,34,103,114,105,100,45,108,97,121,111,117,116,34,93,46,117,112,100,97,116,101,73,116,101,109,115,40,41,125,41,41,125,125,41,44,104,114,61,112,114,44,109,114,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,104,114,44,118,110,44,98,110,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,102,114,61,109,114,46,101,120,112,111,114,116,115,44,103,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,91,110,40,34,70,115,76,105,103,104,116,98,111,120,34,44,123,107,101,121,58,116,46,108,105,103,104,116,98,111,120,75,101,121,44,97,116,116,114,115,58,123,116,111,103,103,108,101,114,58,116,46,115,104,111,119,76,105,103,104,116,98,111,120,44,115,111,117,114,99,101,115,58,116,46,108,105,103,104,116,98,111,120,83,111,117,114,99,101,115,44,116,104,117,109,98,115,58,116,46,108,105,103,104,116,98,111,120,84,104,117,109,98,115,44,99,97,112,116,105,111,110,115,58,116,46,108,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,44,116,121,112,101,115,58,116,46,108,105,103,104,116,98,111,120,84,121,112,101,115,44,34,115,111,117,114,99,101,45,105,110,100,101,120,34,58,116,46,108,105,103,104,116,98,111,120,83,108,105,100,101,44,34,99,117,115,116,111,109,45,116,111,111,108,98,97,114,45,98,117,116,116,111,110,115,34,58,116,46,99,117,115,116,111,109,66,117,116,116,111,110,115,44,34,115,108,105,100,101,115,104,111,119,45,116,105,109,101,34,58,49,101,52,44,34,122,111,111,109,45,105,110,99,114,101,109,101,110,116,34,58,46,53,44,34,108,111,97,100,45,111,110,108,121,45,99,117,114,114,101,110,116,45,115,111,117,114,99,101,34,58,116,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,46,111,112,116,76,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,44,34,111,110,45,99,108,111,115,101,34,58,116,46,111,110,67,108,111,115,101,44,34,111,110,45,111,112,101,110,34,58,116,46,111,110,83,104,111,119,44,34,111,110,45,115,108,105,100,101,45,99,104,97,110,103,101,34,58,116,46,111,110,83,108,105,100,101,67,104,97,110,103,101,125,125,41,44,110,40,34,97,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,100,105,115,112,108,97,121,58,34,110,111,110,101,34,125,44,97,116,116,114,115,58,123,105,100,58,34,108,105,103,104,116,98,111,120,45,100,111,119,110,108,111,97,100,34,125,125,41,93,44,49,41,125,44,118,114,61,91,93,44,98,114,61,110,40,34,101,48,57,57,34,41,44,120,114,61,110,46,110,40,98,114,41,44,121,114,61,123,110,97,109,101,58,34,76,105,103,104,116,98,111,120,34,44,99,111,109,112,111,110,101,110,116,115,58,123,70,115,76,105,103,104,116,98,111,120,58,120,114,46,97,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,99,117,115,116,111,109,66,117,116,116,111,110,115,58,91,123,118,105,101,119,66,111,120,58,34,48,32,48,32,51,56,52,46,57,50,56,32,51,56,52,46,57,50,56,34,44,100,58,34,77,51,50,49,46,51,51,57,44,50,52,53,46,51,51,52,99,45,52,46,55,52,45,52,46,54,57,50,45,49,50,46,52,51,57,45,52,46,55,48,52,45,49,55,46,49,55,57,44,48,108,45,57,57,46,53,53,49,44,57,56,46,53,54,52,86,49,50,46,48,51,32,99,48,45,54,46,54,52,49,45,53,46,52,51,56,45,49,50,46,48,51,45,49,50,46,49,53,49,45,49,50,46,48,51,115,45,49,50,46,49,53,49,44,53,46,51,57,45,49,50,46,49,53,49,44,49,50,46,48,51,118,51,51,49,46,56,54,56,108,45,57,57,46,53,53,49,45,57,56,46,53,53,50,99,45,52,46,55,52,45,52,46,55,48,52,45,49,50,46,52,51,57,45,52,46,55,48,52,45,49,55,46,49,55,57,44,48,32,115,45,52,46,55,52,44,49,50,46,51,49,57,44,48,44,49,55,46,48,49,49,108,49,50,48,46,50,57,49,44,49,49,57,46,48,56,56,99,52,46,54,57,50,44,52,46,54,52,52,44,49,50,46,52,57,57,44,52,46,54,52,52,44,49,55,46,49,57,49,44,48,108,49,50,48,46,50,57,49,45,49,49,57,46,48,56,56,32,67,51,50,54,46,48,57,49,44,50,53,55,46,54,53,51,44,51,50,54,46,48,57,49,44,50,53,48,46,48,51,56,44,51,50,49,46,51,51,57,44,50,52,53,46,51,51,52,67,51,49,54,46,53,57,57,44,50,52,48,46,54,52,50,44,51,50,54,46,48,57,49,44,50,53,48,46,48,51,56,44,51,50,49,46,51,51,57,44,50,52,53,46,51,51,52,122,34,44,119,105,100,116,104,58,34,49,55,112,120,34,44,104,101,105,103,104,116,58,34,49,55,112,120,34,44,116,105,116,108,101,58,34,68,111,119,110,108,111,97,100,34,44,111,110,67,108,105,99,107,58,116,104,105,115,46,111,110,68,111,119,110,108,111,97,100,67,108,105,99,107,125,93,125,125,44,99,111,109,112,117,116,101,100,58,123,115,104,111,119,76,105,103,104,116,98,111,120,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,117,105,83,104,111,119,76,105,103,104,116,98,111,120,34,93,125,44,108,105,103,104,116,98,111,120,83,111,117,114,99,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,117,105,76,105,103,104,116,98,111,120,83,111,117,114,99,101,115,34,93,125,44,108,105,103,104,116,98,111,120,84,104,117,109,98,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,117,105,76,105,103,104,116,98,111,120,84,104,117,109,98,115,34,93,125,44,108,105,103,104,116,98,111,120,75,101,121,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,117,105,76,105,103,104,116,98,111,120,75,101,121,34,93,125,44,108,105,103,104,116,98,111,120,83,108,105,100,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,117,105,76,105,103,104,116,98,111,120,83,108,105,100,101,34,93,125,44,108,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,117,105,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,115,34,93,125,44,108,105,103,104,116,98,111,120,84,121,112,101,115,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,91,34,117,105,76,105,103,104,116,98,111,120,84,121,112,101,115,34,93,125,125,44,109,101,116,104,111,100,115,58,123,111,110,68,111,119,110,108,111,97,100,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,46,108,105,103,104,116,98,111,120,83,111,117,114,99,101,115,91,116,104,105,115,46,108,105,103,104,116,98,111,120,83,108,105,100,101,93,44,101,61,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,34,108,105,103,104,116,98,111,120,45,100,111,119,110,108,111,97,100,34,41,59,101,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,104,114,101,102,34,44,116,41,44,101,46,115,101,116,65,116,116,114,105,98,117,116,101,40,34,100,111,119,110,108,111,97,100,34,44,34,34,41,44,101,46,99,108,105,99,107,40,41,125,44,111,110,83,104,111,119,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,73,115,79,112,101,110,34,44,33,48,41,125,44,111,110,67,108,111,115,101,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,73,115,79,112,101,110,34,44,33,49,41,125,44,111,110,83,108,105,100,101,67,104,97,110,103,101,58,102,117,110,99,116,105,111,110,40,41,123,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,115,66,121,84,97,103,78,97,109,101,40,34,118,105,100,101,111,34,41,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,112,97,117,115,101,40,41,125,41,41,125,125,125,44,95,114,61,121,114,44,84,114,61,40,110,40,34,53,101,101,57,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,95,114,44,103,114,44,118,114,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,83,114,61,84,114,46,101,120,112,111,114,116,115,44,119,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,108,105,103,104,116,98,111,120,45,99,97,112,116,105,111,110,34,125,44,91,110,40,34,112,34,44,91,110,40,34,98,34,44,91,116,46,95,118,40,116,46,95,115,40,34,91,34,43,116,46,36,115,116,111,114,101,46,103,101,116,116,101,114,115,46,105,110,100,105,99,101,115,46,102,105,110,100,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,46,105,100,61,61,61,116,46,104,105,116,46,95,115,111,117,114,99,101,46,105,110,100,101,120,125,41,41,46,110,97,109,101,43,34,93,34,41,41,93,41,44,116,46,95,118,40,116,46,95,115,40,34,47,34,43,116,46,104,105,116,46,95,115,111,117,114,99,101,46,112,97,116,104,43,34,47,34,43,116,46,104,105,116,46,95,115,111,117,114,99,101,46,110,97,109,101,43,116,46,101,120,116,40,116,46,104,105,116,41,41,43,34,32,34,41,93,41,44,110,40,34,112,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,34,109,97,114,103,105,110,45,116,111,112,34,58,34,45,49,101,109,34,125,125,44,91,116,46,104,105,116,46,95,115,111,117,114,99,101,46,119,105,100,116,104,63,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,104,105,116,46,95,115,111,117,114,99,101,46,119,105,100,116,104,43,34,120,34,43,116,46,104,105,116,46,95,115,111,117,114,99,101,46,104,101,105,103,104,116,41,41,93,41,58,116,46,95,101,40,41,44,116,46,95,118,40,34,32,34,43,116,46,95,115,40,34,32,40,34,43,116,46,104,117,109,97,110,70,105,108,101,83,105,122,101,40,116,46,104,105,116,46,95,115,111,117,114,99,101,46,115,105,122,101,41,43,34,41,34,41,43,34,32,34,41,93,41,93,41,125,44,122,114,61,91,93,44,36,114,61,123,110,97,109,101,58,34,76,105,103,104,116,98,111,120,67,97,112,116,105,111,110,34,44,112,114,111,112,115,58,91,34,104,105,116,34,93,44,109,101,116,104,111,100,115,58,123,104,117,109,97,110,70,105,108,101,83,105,122,101,58,72,44,101,120,116,58,106,125,125,44,67,114,61,36,114,44,79,114,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,67,114,44,119,114,44,122,114,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,44,107,114,61,79,114,46,101,120,112,111,114,116,115,44,77,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,97,116,116,114,115,58,123,105,100,58,34,109,105,109,101,84,114,101,101,34,125,125,41,125,44,76,114,61,91,93,44,73,114,61,110,40,34,99,101,97,53,34,41,44,68,114,61,110,46,110,40,73,114,41,44,80,114,61,110,40,34,53,50,101,55,34,41,44,106,114,61,110,46,110,40,80,114,41,44,113,114,61,40,110,40,34,97,97,99,57,34,41,44,123,110,97,109,101,58,34,77,105,109,101,80,105,99,107,101,114,34,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,109,105,109,101,84,114,101,101,58,110,117,108,108,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,34,115,101,116,85,105,77,105,109,101,77,97,112,34,61,61,61,101,46,116,121,112,101,41,123,118,97,114,32,110,61,101,46,112,97,121,108,111,97,100,46,115,108,105,99,101,40,41,59,116,46,109,105,109,101,84,114,101,101,61,110,101,119,32,68,114,46,97,40,123,115,101,108,101,99,116,105,111,110,58,123,109,111,100,101,58,34,99,104,101,99,107,98,111,120,34,125,44,100,97,116,97,58,110,125,41,44,110,101,119,32,106,114,46,97,40,116,46,109,105,109,101,84,114,101,101,44,123,116,97,114,103,101,116,58,34,35,109,105,109,101,84,114,101,101,34,125,41,44,116,46,109,105,109,101,84,114,101,101,46,111,110,40,34,110,111,100,101,46,115,116,97,116,101,46,99,104,97,110,103,101,100,34,44,116,46,104,97,110,100,108,101,84,114,101,101,67,108,105,99,107,41,44,116,46,109,105,109,101,84,114,101,101,46,100,101,115,101,108,101,99,116,40,41,44,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,46,108,101,110,103,116,104,62,48,38,38,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,109,105,109,101,84,114,101,101,46,110,111,100,101,40,101,41,46,115,101,108,101,99,116,40,41,125,41,41,125,125,41,41,125,44,109,101,116,104,111,100,115,58,123,104,97,110,100,108,101,84,114,101,101,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,33,61,61,101,38,38,34,99,111,108,108,97,112,115,101,100,34,33,61,61,101,38,38,34,114,101,110,100,101,114,101,100,34,33,61,61,101,38,38,34,102,111,99,117,115,101,100,34,33,61,61,101,38,38,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,34,44,70,40,116,104,105,115,46,109,105,109,101,84,114,101,101,41,41,125,125,125,41,44,69,114,61,113,114,44,66,114,61,40,110,40,34,102,55,57,56,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,69,114,44,77,114,44,76,114,44,33,49,44,110,117,108,108,44,34,49,101,97,50,54,101,98,50,34,44,110,117,108,108,41,41,44,72,114,61,66,114,46,101,120,112,111,114,116,115,44,65,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,116,46,108,97,115,116,82,101,115,117,108,116,115,76,111,97,100,101,100,63,110,40,34,98,45,99,97,114,100,34,44,123,97,116,116,114,115,58,123,105,100,58,34,114,101,115,117,108,116,115,34,125,125,44,91,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,104,105,116,67,111,117,110,116,41,43,34,32,34,43,116,46,95,115,40,49,61,61,61,116,46,104,105,116,67,111,117,110,116,63,116,46,36,116,40,34,104,105,116,34,41,58,116,46,36,116,40,34,104,105,116,115,34,41,41,41,93,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,102,108,111,97,116,58,34,114,105,103,104,116,34,125,125,44,91,110,40,34,98,45,98,117,116,116,111,110,34,44,123,100,105,114,101,99,116,105,118,101,115,58,91,123,110,97,109,101,58,34,98,45,116,111,103,103,108,101,34,44,114,97,119,78,97,109,101,58,34,118,45,98,45,116,111,103,103,108,101,46,99,111,108,108,97,112,115,101,45,49,34,44,109,111,100,105,102,105,101,114,115,58,123,34,99,111,108,108,97,112,115,101,45,49,34,58,33,48,125,125,93,44,115,116,97,116,105,99,67,108,97,115,115,58,34,110,111,116,45,109,111,98,105,108,101,34,44,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,112,114,105,109,97,114,121,34,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,100,101,116,97,105,108,115,34,41,41,41,93,41,44,110,40,34,83,111,114,116,83,101,108,101,99,116,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,108,45,50,34,125,41,44,110,40,34,68,105,115,112,108,97,121,77,111,100,101,84,111,103,103,108,101,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,108,45,50,34,125,41,93,44,49,41,44,110,40,34,98,45,99,111,108,108,97,112,115,101,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,116,45,50,34,44,115,116,97,116,105,99,83,116,121,108,101,58,123,99,108,101,97,114,58,34,98,111,116,104,34,125,44,97,116,116,114,115,58,123,105,100,58,34,99,111,108,108,97,112,115,101,45,49,34,125,125,44,91,110,40,34,98,45,99,97,114,100,34,44,91,110,40,34,98,45,116,97,98,108,101,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,98,45,48,34,44,97,116,116,114,115,58,123,105,116,101,109,115,58,116,46,116,97,98,108,101,73,116,101,109,115,44,115,109,97,108,108,58,34,34,44,98,111,114,100,101,114,108,101,115,115,58,34,34,44,34,116,104,101,97,100,45,99,108,97,115,115,34,58,34,104,105,100,100,101,110,34,125,125,41,93,44,49,41,93,44,49,41,93,44,49,41,58,116,46,95,101,40,41,125,44,82,114,61,91,93,44,85,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,98,117,116,116,111,110,45,103,114,111,117,112,34,44,91,110,40,34,98,45,98,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,112,114,105,109,97,114,121,34,44,116,105,116,108,101,58,116,46,36,116,40,34,100,105,115,112,108,97,121,77,111,100,101,46,108,105,115,116,34,41,44,112,114,101,115,115,101,100,58,34,108,105,115,116,34,61,61,61,116,46,111,112,116,68,105,115,112,108,97,121,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,101,116,79,112,116,68,105,115,112,108,97,121,40,34,108,105,115,116,34,41,125,125,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,119,105,100,116,104,58,34,50,48,112,120,34,44,104,101,105,103,104,116,58,34,50,48,112,120,34,44,114,111,108,101,58,34,105,109,103,34,44,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,53,49,50,32,53,49,50,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,102,105,108,108,58,34,99,117,114,114,101,110,116,67,111,108,111,114,34,44,100,58,34,77,56,48,32,51,54,56,72,49,54,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,32,49,54,118,54,52,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,32,49,54,104,54,52,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,45,49,54,118,45,54,52,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,45,49,54,122,109,48,45,51,50,48,72,49,54,65,49,54,32,49,54,32,48,32,48,32,48,32,48,32,54,52,118,54,52,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,32,49,54,104,54,52,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,45,49,54,86,54,52,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,45,49,54,122,109,48,32,49,54,48,72,49,54,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,32,49,54,118,54,52,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,32,49,54,104,54,52,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,45,49,54,118,45,54,52,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,45,49,54,122,109,52,49,54,32,49,55,54,72,49,55,54,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,32,49,54,118,51,50,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,32,49,54,104,51,50,48,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,45,49,54,118,45,51,50,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,45,49,54,122,109,48,45,51,50,48,72,49,55,54,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,32,49,54,118,51,50,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,32,49,54,104,51,50,48,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,45,49,54,86,56,48,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,45,49,54,122,109,48,32,49,54,48,72,49,55,54,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,32,49,54,118,51,50,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,32,49,54,104,51,50,48,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,45,49,54,118,45,51,50,97,49,54,32,49,54,32,48,32,48,32,48,45,49,54,45,49,54,122,34,125,125,41,93,41,93,41,44,110,40,34,98,45,98,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,112,114,105,109,97,114,121,34,44,116,105,116,108,101,58,116,46,36,116,40,34,100,105,115,112,108,97,121,77,111,100,101,46,103,114,105,100,34,41,44,112,114,101,115,115,101,100,58,34,103,114,105,100,34,61,61,61,116,46,111,112,116,68,105,115,112,108,97,121,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,115,101,116,79,112,116,68,105,115,112,108,97,121,40,34,103,114,105,100,34,41,125,125,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,119,105,100,116,104,58,34,50,48,112,120,34,44,104,101,105,103,104,116,58,34,50,48,112,120,34,44,114,111,108,101,58,34,105,109,103,34,44,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,53,49,50,32,53,49,50,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,102,105,108,108,58,34,99,117,114,114,101,110,116,67,111,108,111,114,34,44,100,58,34,77,49,52,57,46,51,51,51,32,53,54,118,56,48,99,48,32,49,51,46,50,53,53,45,49,48,46,55,52,53,32,50,52,45,50,52,32,50,52,72,50,52,99,45,49,51,46,50,53,53,32,48,45,50,52,45,49,48,46,55,52,53,45,50,52,45,50,52,86,53,54,99,48,45,49,51,46,50,53,53,32,49,48,46,55,52,53,45,50,52,32,50,52,45,50,52,104,49,48,49,46,51,51,51,99,49,51,46,50,53,53,32,48,32,50,52,32,49,48,46,55,52,53,32,50,52,32,50,52,122,109,49,56,49,46,51,51,52,32,50,52,48,118,45,56,48,99,48,45,49,51,46,50,53,53,45,49,48,46,55,52,53,45,50,52,45,50,52,45,50,52,72,50,48,53,46,51,51,51,99,45,49,51,46,50,53,53,32,48,45,50,52,32,49,48,46,55,52,53,45,50,52,32,50,52,118,56,48,99,48,32,49,51,46,50,53,53,32,49,48,46,55,52,53,32,50,52,32,50,52,32,50,52,104,49,48,49,46,51,51,51,99,49,51,46,50,53,54,32,48,32,50,52,46,48,48,49,45,49,48,46,55,52,53,32,50,52,46,48,48,49,45,50,52,122,109,51,50,45,50,52,48,118,56,48,99,48,32,49,51,46,50,53,53,32,49,48,46,55,52,53,32,50,52,32,50,52,32,50,52,72,52,56,56,99,49,51,46,50,53,53,32,48,32,50,52,45,49,48,46,55,52,53,32,50,52,45,50,52,86,53,54,99,48,45,49,51,46,50,53,53,45,49,48,46,55,52,53,45,50,52,45,50,52,45,50,52,72,51,56,54,46,54,54,55,99,45,49,51,46,50,53,53,32,48,45,50,52,32,49,48,46,55,52,53,45,50,52,32,50,52,122,109,45,51,50,32,56,48,86,53,54,99,48,45,49,51,46,50,53,53,45,49,48,46,55,52,53,45,50,52,45,50,52,45,50,52,72,50,48,53,46,51,51,51,99,45,49,51,46,50,53,53,32,48,45,50,52,32,49,48,46,55,52,53,45,50,52,32,50,52,118,56,48,99,48,32,49,51,46,50,53,53,32,49,48,46,55,52,53,32,50,52,32,50,52,32,50,52,104,49,48,49,46,51,51,51,99,49,51,46,50,53,54,32,48,32,50,52,46,48,48,49,45,49,48,46,55,52,53,32,50,52,46,48,48,49,45,50,52,122,109,45,50,48,53,46,51,51,52,32,53,54,72,50,52,99,45,49,51,46,50,53,53,32,48,45,50,52,32,49,48,46,55,52,53,45,50,52,32,50,52,118,56,48,99,48,32,49,51,46,50,53,53,32,49,48,46,55,52,53,32,50,52,32,50,52,32,50,52,104,49,48,49,46,51,51,51,99,49,51,46,50,53,53,32,48,32,50,52,45,49,48,46,55,52,53,32,50,52,45,50,52,118,45,56,48,99,48,45,49,51,46,50,53,53,45,49,48,46,55,52,53,45,50,52,45,50,52,45,50,52,122,77,48,32,51,55,54,118,56,48,99,48,32,49,51,46,50,53,53,32,49,48,46,55,52,53,32,50,52,32,50,52,32,50,52,104,49,48,49,46,51,51,51,99,49,51,46,50,53,53,32,48,32,50,52,45,49,48,46,55,52,53,32,50,52,45,50,52,118,45,56,48,99,48,45,49,51,46,50,53,53,45,49,48,46,55,52,53,45,50,52,45,50,52,45,50,52,72,50,52,99,45,49,51,46,50,53,53,32,48,45,50,52,32,49,48,46,55,52,53,45,50,52,32,50,52,122,109,51,56,54,46,54,54,55,45,53,54,72,52,56,56,99,49,51,46,50,53,53,32,48,32,50,52,45,49,48,46,55,52,53,32,50,52,45,50,52,118,45,56,48,99,48,45,49,51,46,50,53,53,45,49,48,46,55,52,53,45,50,52,45,50,52,45,50,52,72,51,56,54,46,54,54,55,99,45,49,51,46,50,53,53,32,48,45,50,52,32,49,48,46,55,52,53,45,50,52,32,50,52,118,56,48,99,48,32,49,51,46,50,53,53,32,49,48,46,55,52,53,32,50,52,32,50,52,32,50,52,122,109,48,32,49,54,48,72,52,56,56,99,49,51,46,50,53,53,32,48,32,50,52,45,49,48,46,55,52,53,32,50,52,45,50,52,118,45,56,48,99,48,45,49,51,46,50,53,53,45,49,48,46,55,52,53,45,50,52,45,50,52,45,50,52,72,51,56,54,46,54,54,55,99,45,49,51,46,50,53,53,32,48,45,50,52,32,49,48,46,55,52,53,45,50,52,32,50,52,118,56,48,99,48,32,49,51,46,50,53,53,32,49,48,46,55,52,53,32,50,52,32,50,52,32,50,52,122,77,49,56,49,46,51,51,51,32,51,55,54,118,56,48,99,48,32,49,51,46,50,53,53,32,49,48,46,55,52,53,32,50,52,32,50,52,32,50,52,104,49,48,49,46,51,51,51,99,49,51,46,50,53,53,32,48,32,50,52,45,49,48,46,55,52,53,32,50,52,45,50,52,118,45,56,48,99,48,45,49,51,46,50,53,53,45,49,48,46,55,52,53,45,50,52,45,50,52,45,50,52,72,50,48,53,46,51,51,51,99,45,49,51,46,50,53,53,32,48,45,50,52,32,49,48,46,55,52,53,45,50,52,32,50,52,122,34,125,125,41,93,41,93,41,93,44,49,41,125,44,70,114,61,91,93,44,81,114,61,123,110,97,109,101,58,34,68,105,115,112,108,97,121,77,111,100,101,84,111,103,103,108,101,34,44,99,111,109,112,117,116,101,100,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,99,34,93,41,40,91,34,111,112,116,68,105,115,112,108,97,121,34,93,41,41,44,109,101,116,104,111,100,115,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,100,34,93,41,40,91,34,115,101,116,79,112,116,68,105,115,112,108,97,121,34,93,41,41,125,44,78,114,61,81,114,44,71,114,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,78,114,44,85,114,44,70,114,44,33,49,44,110,117,108,108,44,34,55,52,55,53,52,55,97,52,34,44,110,117,108,108,41,44,86,114,61,71,114,46,101,120,112,111,114,116,115,44,87,114,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,100,114,111,112,100,111,119,110,34,44,123,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,112,114,105,109,97,114,121,34,125,44,115,99,111,112,101,100,83,108,111,116,115,58,116,46,95,117,40,91,123,107,101,121,58,34,98,117,116,116,111,110,45,99,111,110,116,101,110,116,34,44,102,110,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,34,97,114,105,97,45,104,105,100,100,101,110,34,58,34,116,114,117,101,34,44,119,105,100,116,104,58,34,50,48,112,120,34,44,104,101,105,103,104,116,58,34,50,48,112,120,34,44,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,51,50,48,32,53,49,50,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,102,105,108,108,58,34,99,117,114,114,101,110,116,67,111,108,111,114,34,44,100,58,34,77,52,49,32,50,56,56,104,50,51,56,99,50,49,46,52,32,48,32,51,50,46,49,32,50,53,46,57,32,49,55,32,52,49,76,49,55,55,32,52,52,56,99,45,57,46,52,32,57,46,52,45,50,52,46,54,32,57,46,52,45,51,51,46,57,32,48,76,50,52,32,51,50,57,99,45,49,53,46,49,45,49,53,46,49,45,52,46,52,45,52,49,32,49,55,45,52,49,122,109,50,53,53,45,49,48,53,76,49,55,55,32,54,52,99,45,57,46,52,45,57,46,52,45,50,52,46,54,45,57,46,52,45,51,51,46,57,32,48,76,50,52,32,49,56,51,99,45,49,53,46,49,32,49,53,46,49,45,52,46,52,32,52,49,32,49,55,32,52,49,104,50,51,56,99,50,49,46,52,32,48,32,51,50,46,49,45,50,53,46,57,32,49,55,45,52,49,122,34,125,125,41,93,41,93,125,44,112,114,111,120,121,58,33,48,125,93,41,125,44,91,110,40,34,98,45,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,123,99,108,97,115,115,58,123,34,100,114,111,112,100,111,119,110,45,97,99,116,105,118,101,34,58,34,115,99,111,114,101,34,61,61,61,116,46,115,111,114,116,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,83,101,108,101,99,116,40,34,115,99,111,114,101,34,41,125,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,115,111,114,116,46,114,101,108,101,118,97,110,99,101,34,41,41,43,34,32,34,41,93,41,44,110,40,34,98,45,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,123,99,108,97,115,115,58,123,34,100,114,111,112,100,111,119,110,45,97,99,116,105,118,101,34,58,34,100,97,116,101,65,115,99,34,61,61,61,116,46,115,111,114,116,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,83,101,108,101,99,116,40,34,100,97,116,101,65,115,99,34,41,125,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,115,111,114,116,46,100,97,116,101,65,115,99,34,41,41,43,34,32,34,41,93,41,44,110,40,34,98,45,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,123,99,108,97,115,115,58,123,34,100,114,111,112,100,111,119,110,45,97,99,116,105,118,101,34,58,34,100,97,116,101,68,101,115,99,34,61,61,61,116,46,115,111,114,116,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,83,101,108,101,99,116,40,34,100,97,116,101,68,101,115,99,34,41,125,125,125,44,91,116,46,95,118,40,34,32,34,43,116,46,95,115,40,116,46,36,116,40,34,115,111,114,116,46,100,97,116,101,68,101,115,99,34,41,41,43,34,32,34,41,93,41,44,110,40,34,98,45,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,123,99,108,97,115,115,58,123,34,100,114,111,112,100,111,119,110,45,97,99,116,105,118,101,34,58,34,115,105,122,101,65,115,99,34,61,61,61,116,46,115,111,114,116,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,83,101,108,101,99,116,40,34,115,105,122,101,65,115,99,34,41,125,125,125,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,115,111,114,116,46,115,105,122,101,65,115,99,34,41,41,43,34,32,34,41,93,41,44,110,40,34,98,45,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,123,99,108,97,115,115,58,123,34,100,114,111,112,100,111,119,110,45,97,99,116,105,118,101,34,58,34,115,105,122,101,68,101,115,99,34,61,61,61,116,46,115,111,114,116,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,83,101,108,101,99,116,40,34,115,105,122,101,68,101,115,99,34,41,125,125,125,44,91,116,46,95,118,40,34,32,34,43,116,46,95,115,40,116,46,36,116,40,34,115,111,114,116,46,115,105,122,101,68,101,115,99,34,41,41,43,34,32,34,41,93,41,44,110,40,34,98,45,100,114,111,112,100,111,119,110,45,105,116,101,109,34,44,123,99,108,97,115,115,58,123,34,100,114,111,112,100,111,119,110,45,97,99,116,105,118,101,34,58,34,114,97,110,100,111,109,34,61,61,61,116,46,115,111,114,116,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,83,101,108,101,99,116,40,34,114,97,110,100,111,109,34,41,125,125,125,44,91,116,46,95,118,40,34,32,34,43,116,46,95,115,40,116,46,36,116,40,34,115,111,114,116,46,114,97,110,100,111,109,34,41,41,43,34,32,34,41,93,41,93,44,49,41,125,44,75,114,61,91,93,44,89,114,61,123,110,97,109,101,58,34,83,111,114,116,83,101,108,101,99,116,34,44,99,111,109,112,117,116,101,100,58,123,115,111,114,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,111,114,116,77,111,100,101,125,125,44,109,101,116,104,111,100,115,58,123,111,110,83,101,108,101,99,116,58,102,117,110,99,116,105,111,110,40,116,41,123,34,114,97,110,100,111,109,34,61,61,61,116,38,38,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,83,101,101,100,34,44,77,97,116,104,46,114,111,117,110,100,40,49,101,53,42,77,97,116,104,46,114,97,110,100,111,109,40,41,41,41,44,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,83,111,114,116,77,111,100,101,34,44,116,41,125,125,125,44,74,114,61,89,114,44,90,114,61,40,110,40,34,97,56,99,99,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,74,114,44,87,114,44,75,114,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,88,114,61,90,114,46,101,120,112,111,114,116,115,44,116,105,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,34,82,101,115,117,108,116,115,67,97,114,100,34,44,99,111,109,112,111,110,101,110,116,115,58,123,83,111,114,116,83,101,108,101,99,116,58,88,114,44,68,105,115,112,108,97,121,77,111,100,101,84,111,103,103,108,101,58,86,114,125,44,99,111,109,112,117,116,101,100,58,123,108,97,115,116,82,101,115,117,108,116,115,76,111,97,100,101,100,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,125,44,104,105,116,67,111,117,110,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,46,97,103,103,114,101,103,97,116,105,111,110,115,46,116,111,116,97,108,95,99,111,117,110,116,46,118,97,108,117,101,125,44,116,97,98,108,101,73,116,101,109,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,114,101,116,117,114,110,32,116,46,112,117,115,104,40,123,107,101,121,58,116,104,105,115,46,36,116,40,34,113,117,101,114,121,84,105,109,101,34,41,44,118,97,108,117,101,58,116,104,105,115,46,116,111,111,107,40,41,125,41,44,116,46,112,117,115,104,40,123,107,101,121,58,116,104,105,115,46,36,116,40,34,116,111,116,97,108,83,105,122,101,34,41,44,118,97,108,117,101,58,116,104,105,115,46,116,111,116,97,108,83,105,122,101,40,41,125,41,44,116,125,125,44,109,101,116,104,111,100,115,58,123,116,111,111,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,46,116,111,111,107,43,34,109,115,34,125,44,116,111,116,97,108,83,105,122,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,72,40,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,108,97,115,116,81,117,101,114,121,82,101,115,117,108,116,115,46,97,103,103,114,101,103,97,116,105,111,110,115,46,116,111,116,97,108,95,115,105,122,101,46,118,97,108,117,101,41,125,125,125,41,44,101,105,61,116,105,44,110,105,61,40,110,40,34,97,48,55,57,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,101,105,44,65,114,44,82,114,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,114,105,61,110,105,46,101,120,112,111,114,116,115,44,105,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,105,110,112,117,116,45,103,114,111,117,112,34,44,115,116,97,116,105,99,83,116,121,108,101,58,123,34,109,97,114,103,105,110,45,98,111,116,116,111,109,34,58,34,48,46,53,101,109,34,44,34,109,97,114,103,105,110,45,116,111,112,34,58,34,49,101,109,34,125,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,34,125,44,91,110,40,34,98,45,98,117,116,116,111,110,34,44,123,97,116,116,114,115,58,123,118,97,114,105,97,110,116,58,34,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,34,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,36,114,101,102,115,91,34,112,97,116,104,45,109,111,100,97,108,34,93,46,115,104,111,119,40,41,125,125,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,53,55,54,32,53,49,50,34,44,119,105,100,116,104,58,34,50,48,112,120,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,102,105,108,108,58,34,99,117,114,114,101,110,116,67,111,108,111,114,34,44,100,58,34,77,50,56,56,32,50,50,52,104,50,50,52,97,51,50,32,51,50,32,48,32,48,32,48,32,51,50,45,51,50,86,54,52,97,51,50,32,51,50,32,48,32,48,32,48,45,51,50,45,51,50,72,52,48,48,76,51,54,56,32,48,104,45,56,48,97,51,50,32,51,50,32,48,32,48,32,48,45,51,50,32,51,50,118,54,52,72,54,52,86,56,97,56,32,56,32,48,32,48,32,48,45,56,45,56,72,52,48,97,56,32,56,32,48,32,48,32,48,45,56,32,56,118,51,57,50,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,32,49,54,104,50,48,56,118,54,52,97,51,50,32,51,50,32,48,32,48,32,48,32,51,50,32,51,50,104,50,50,52,97,51,50,32,51,50,32,48,32,48,32,48,32,51,50,45,51,50,86,51,53,50,97,51,50,32,51,50,32,48,32,48,32,48,45,51,50,45,51,50,72,52,48,48,108,45,51,50,45,51,50,104,45,56,48,97,51,50,32,51,50,32,48,32,48,32,48,45,51,50,32,51,50,118,54,52,72,54,52,86,49,50,56,104,49,57,50,118,54,52,97,51,50,32,51,50,32,48,32,48,32,48,32,51,50,32,51,50,122,109,48,32,57,54,104,54,54,46,55,52,108,51,50,32,51,50,72,53,49,50,118,49,50,56,72,50,56,56,122,109,48,45,50,56,56,104,54,54,46,55,52,108,51,50,32,51,50,72,53,49,50,118,49,50,56,72,50,56,56,122,34,125,125,41,93,41,93,41,93,44,49,41,44,110,40,34,86,117,101,83,105,109,112,108,101,83,117,103,103,101,115,116,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,111,114,109,45,99,111,110,116,114,111,108,45,102,105,120,45,102,108,101,120,34,44,97,116,116,114,115,58,123,118,97,108,117,101,58,116,46,103,101,116,80,97,116,104,84,101,120,116,44,108,105,115,116,58,116,46,115,117,103,103,101,115,116,80,97,116,104,44,34,109,97,120,45,115,117,103,103,101,115,116,105,111,110,115,34,58,48,44,112,108,97,99,101,104,111,108,100,101,114,58,116,46,36,116,40,34,112,97,116,104,66,97,114,46,112,108,97,99,101,104,111,108,100,101,114,34,41,125,44,111,110,58,123,105,110,112,117,116,58,116,46,115,101,116,80,97,116,104,84,101,120,116,125,44,115,99,111,112,101,100,83,108,111,116,115,58,116,46,95,117,40,91,123,107,101,121,58,34,115,117,103,103,101,115,116,105,111,110,45,105,116,101,109,34,44,102,110,58,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,114,61,101,46,115,117,103,103,101,115,116,105,111,110,44,105,61,101,46,113,117,101,114,121,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,115,117,103,103,101,115,116,105,111,110,45,108,105,110,101,34,44,97,116,116,114,115,58,123,116,105,116,108,101,58,114,125,125,44,91,110,40,34,115,116,114,111,110,103,34,44,91,116,46,95,118,40,116,46,95,115,40,105,41,41,93,41,44,116,46,95,118,40,116,46,95,115,40,116,46,103,101,116,83,117,103,103,101,115,116,105,111,110,87,105,116,104,111,117,116,81,117,101,114,121,80,114,101,102,105,120,40,114,44,105,41,41,43,34,32,34,41,93,41,93,41,125,125,93,41,125,41,93,44,49,41,44,110,40,34,98,45,109,111,100,97,108,34,44,123,114,101,102,58,34,112,97,116,104,45,109,111,100,97,108,34,44,97,116,116,114,115,58,123,116,105,116,108,101,58,116,46,36,116,40,34,112,97,116,104,66,97,114,46,109,111,100,97,108,84,105,116,108,101,34,41,44,115,105,122,101,58,34,108,103,34,44,34,104,105,100,101,45,102,111,111,116,101,114,34,58,33,48,44,115,116,97,116,105,99,58,34,34,125,125,44,91,110,40,34,100,105,118,34,44,123,97,116,116,114,115,58,123,105,100,58,34,112,97,116,104,84,114,101,101,34,125,125,41,93,41,93,44,49,41,125,44,111,105,61,91,93,44,97,105,61,40,110,40,34,99,52,99,57,34,41,44,123,110,97,109,101,58,34,80,97,116,104,84,114,101,101,34,44,99,111,109,112,111,110,101,110,116,115,58,123,86,117,101,83,105,109,112,108,101,83,117,103,103,101,115,116,58,119,110,91,34,97,34,93,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,109,105,109,101,84,114,101,101,58,110,117,108,108,44,112,97,116,104,73,116,101,109,115,58,91,93,44,116,109,112,80,97,116,104,58,34,34,125,125,44,99,111,109,112,117,116,101,100,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,99,34,93,41,40,91,34,103,101,116,80,97,116,104,84,101,120,116,34,93,41,41,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,34,115,101,116,73,110,100,105,99,101,115,34,61,61,61,101,46,116,121,112,101,41,123,118,97,114,32,110,61,110,101,119,32,68,114,46,97,40,123,100,97,116,97,58,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,114,101,116,117,114,110,32,116,46,103,101,116,78,101,120,116,68,101,112,116,104,40,101,41,125,44,115,111,114,116,58,34,116,101,120,116,34,125,41,59,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,105,110,100,105,99,101,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,110,46,97,100,100,78,111,100,101,40,123,105,100,58,34,47,34,43,116,46,105,100,44,118,97,108,117,101,115,58,91,34,47,34,43,116,46,105,100,93,44,116,101,120,116,58,34,47,91,34,46,99,111,110,99,97,116,40,116,46,110,97,109,101,44,34,93,34,41,44,105,110,100,101,120,58,116,46,105,100,44,100,101,112,116,104,58,48,44,99,104,105,108,100,114,101,110,58,33,48,125,41,125,41,41,44,110,101,119,32,106,114,46,97,40,110,44,123,116,97,114,103,101,116,58,34,35,112,97,116,104,84,114,101,101,34,125,41,44,110,46,111,110,40,34,110,111,100,101,46,99,108,105,99,107,34,44,116,46,104,97,110,100,108,101,84,114,101,101,67,108,105,99,107,41,44,110,46,101,120,112,97,110,100,40,41,125,125,41,41,125,44,109,101,116,104,111,100,115,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,100,34,93,41,40,91,34,115,101,116,80,97,116,104,84,101,120,116,34,93,41,41,44,123,125,44,123,103,101,116,83,117,103,103,101,115,116,105,111,110,87,105,116,104,111,117,116,81,117,101,114,121,80,114,101,102,105,120,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,115,108,105,99,101,40,101,46,108,101,110,103,116,104,41,125,44,103,101,116,80,97,116,104,67,104,111,105,99,101,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,101,46,112,114,101,118,61,101,46,110,101,120,116,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,101,46,97,98,114,117,112,116,40,34,114,101,116,117,114,110,34,44,110,101,119,32,80,114,111,109,105,115,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,123,115,117,103,103,101,115,116,58,123,112,97,116,104,58,123,112,114,101,102,105,120,58,116,46,103,101,116,80,97,116,104,84,101,120,116,44,99,111,109,112,108,101,116,105,111,110,58,123,102,105,101,108,100,58,34,115,117,103,103,101,115,116,45,112,97,116,104,34,44,115,107,105,112,95,100,117,112,108,105,99,97,116,101,115,58,33,48,44,115,105,122,101,58,49,101,52,125,125,125,125,59,110,116,46,101,115,81,117,101,114,121,40,110,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,40,116,91,34,115,117,103,103,101,115,116,34,93,91,34,112,97,116,104,34,93,91,48,93,91,34,111,112,116,105,111,110,115,34,93,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,91,34,95,115,111,117,114,99,101,34,93,91,34,112,97,116,104,34,93,125,41,41,41,125,41,41,125,41,41,41,59,99,97,115,101,32,49,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,101,46,115,116,111,112,40,41,125,125,41,44,101,41,125,41,41,41,40,41,125,44,115,117,103,103,101,115,116,80,97,116,104,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,110,40,41,123,118,97,114,32,114,44,105,44,111,59,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,110,46,112,114,101,118,61,110,46,110,101,120,116,41,123,99,97,115,101,32,48,58,105,102,40,101,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,83,117,103,103,101,115,116,80,97,116,104,41,123,110,46,110,101,120,116,61,50,59,98,114,101,97,107,125,114,101,116,117,114,110,32,110,46,97,98,114,117,112,116,40,34,114,101,116,117,114,110,34,44,91,93,41,59,99,97,115,101,32,50,58,114,101,116,117,114,110,32,116,61,116,46,116,111,76,111,119,101,114,67,97,115,101,40,41,44,110,46,110,101,120,116,61,53,44,101,46,103,101,116,80,97,116,104,67,104,111,105,99,101,115,40,41,59,99,97,115,101,32,53,58,102,111,114,40,114,61,110,46,115,101,110,116,44,105,61,91,93,44,111,61,48,59,111,60,114,46,108,101,110,103,116,104,59,111,43,43,41,126,114,91,111,93,46,116,111,76,111,119,101,114,67,97,115,101,40,41,46,105,110,100,101,120,79,102,40,116,41,38,38,105,46,112,117,115,104,40,114,91,111,93,41,59,114,101,116,117,114,110,32,110,46,97,98,114,117,112,116,40,34,114,101,116,117,114,110,34,44,105,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,108,101,110,103,116,104,45,101,46,108,101,110,103,116,104,125,41,41,41,59,99,97,115,101,32,57,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,110,46,115,116,111,112,40,41,125,125,41,44,110,41,125,41,41,41,40,41,125,44,103,101,116,78,101,120,116,68,101,112,116,104,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,123,113,117,101,114,121,58,123,98,111,111,108,58,123,102,105,108,116,101,114,58,91,123,116,101,114,109,58,123,105,110,100,101,120,58,116,46,105,110,100,101,120,125,125,44,123,114,97,110,103,101,58,123,95,100,101,112,116,104,58,123,103,116,101,58,116,46,100,101,112,116,104,43,49,44,108,116,101,58,116,46,100,101,112,116,104,43,51,125,125,125,93,125,125,44,97,103,103,115,58,123,112,97,116,104,115,58,123,116,101,114,109,115,58,123,102,105,101,108,100,58,34,112,97,116,104,34,44,115,105,122,101,58,49,101,52,125,125,125,44,115,105,122,101,58,48,125,59,114,101,116,117,114,110,32,116,46,100,101,112,116,104,62,48,38,38,40,101,46,113,117,101,114,121,46,98,111,111,108,46,109,117,115,116,61,123,112,114,101,102,105,120,58,123,112,97,116,104,58,116,46,105,100,125,125,41,44,110,116,46,101,115,81,117,101,114,121,40,101,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,118,97,114,32,110,61,101,91,34,97,103,103,114,101,103,97,116,105,111,110,115,34,93,91,34,112,97,116,104,115,34,93,91,34,98,117,99,107,101,116,115,34,93,59,105,102,40,33,110,41,114,101,116,117,114,110,33,49,59,118,97,114,32,114,61,91,93,59,114,101,116,117,114,110,32,110,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,101,46,107,101,121,46,108,101,110,103,116,104,62,116,46,105,100,46,108,101,110,103,116,104,124,124,116,46,105,100,46,115,116,97,114,116,115,87,105,116,104,40,34,47,34,41,125,41,41,46,115,111,114,116,40,40,102,117,110,99,116,105,111,110,40,116,44,101,41,123,114,101,116,117,114,110,32,116,46,107,101,121,62,101,46,107,101,121,125,41,41,46,109,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,114,46,115,111,109,101,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,107,101,121,46,115,116,97,114,116,115,87,105,116,104,40,116,41,125,41,41,41,114,101,116,117,114,110,32,110,117,108,108,59,118,97,114,32,110,61,116,46,105,100,46,115,116,97,114,116,115,87,105,116,104,40,34,47,34,41,63,101,46,107,101,121,58,101,46,107,101,121,46,115,108,105,99,101,40,116,46,105,100,46,108,101,110,103,116,104,43,49,41,59,114,101,116,117,114,110,32,114,46,112,117,115,104,40,101,46,107,101,121,41,44,123,105,100,58,101,46,107,101,121,44,116,101,120,116,58,34,34,46,99,111,110,99,97,116,40,110,44,34,47,32,40,34,41,46,99,111,110,99,97,116,40,101,46,100,111,99,95,99,111,117,110,116,44,34,41,34,41,44,100,101,112,116,104,58,116,46,100,101,112,116,104,43,49,44,105,110,100,101,120,58,116,46,105,110,100,101,120,44,118,97,108,117,101,115,58,91,101,46,107,101,121,93,44,99,104,105,108,100,114,101,110,58,33,48,125,125,41,41,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,117,108,108,33,61,61,116,125,41,41,125,41,41,125,44,104,97,110,100,108,101,84,114,101,101,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,48,33,61,61,101,46,100,101,112,116,104,38,38,40,116,104,105,115,46,115,101,116,80,97,116,104,84,101,120,116,40,101,46,105,100,41,44,116,104,105,115,46,36,114,101,102,115,91,34,112,97,116,104,45,109,111,100,97,108,34,93,46,104,105,100,101,40,41,44,116,104,105,115,46,36,101,109,105,116,40,34,115,101,97,114,99,104,34,41,41,44,110,40,41,125,125,41,125,41,44,115,105,61,97,105,44,99,105,61,40,110,40,34,100,100,97,98,34,41,44,110,40,34,99,57,49,57,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,115,105,44,105,105,44,111,105,44,33,49,44,110,117,108,108,44,34,98,50,52,97,57,57,101,54,34,44,110,117,108,108,41,41,44,117,105,61,99,105,46,101,120,112,111,114,116,115,44,108,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,97,116,116,114,115,58,123,105,100,58,34,115,105,122,101,83,108,105,100,101,114,34,125,125,41,125,44,100,105,61,91,93,44,112,105,61,110,40,34,102,53,50,56,34,41,44,104,105,61,110,46,110,40,112,105,41,44,109,105,61,40,110,40,34,100,102,50,102,34,41,44,123,110,97,109,101,58,34,83,105,122,101,83,108,105,100,101,114,34,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,34,115,105,122,101,83,108,105,100,101,114,34,41,44,110,61,104,105,46,97,46,99,114,101,97,116,101,40,101,44,123,115,116,97,114,116,58,91,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,122,101,77,105,110,63,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,122,101,77,105,110,58,48,44,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,122,101,77,97,120,63,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,115,105,122,101,77,97,120,58,53,101,49,48,93,44,116,111,111,108,116,105,112,115,58,91,33,48,44,33,48,93,44,98,101,104,97,118,105,111,117,114,58,34,100,114,97,103,45,116,97,112,34,44,99,111,110,110,101,99,116,58,33,48,44,114,97,110,103,101,58,123,109,105,110,58,48,44,34,49,48,37,34,58,49,101,54,44,34,50,48,37,34,58,49,101,55,44,34,53,48,37,34,58,53,101,57,44,109,97,120,58,53,101,49,48,125,44,102,111,114,109,97,116,58,123,116,111,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,62,61,53,101,49,48,63,34,53,48,71,43,34,58,72,40,77,97,116,104,46,114,111,117,110,100,40,116,41,41,125,44,102,114,111,109,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,125,125,41,59,68,40,101,44,49,48,44,34,32,45,32,34,41,44,101,46,113,117,101,114,121,83,101,108,101,99,116,111,114,65,108,108,40,34,46,110,111,85,105,45,99,111,110,110,101,99,116,34,41,91,48,93,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,34,115,108,105,100,101,114,45,99,111,108,111,114,48,34,41,44,110,46,111,110,40,34,115,101,116,34,44,40,102,117,110,99,116,105,111,110,40,101,44,110,44,114,41,123,48,61,61,61,110,63,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,83,105,122,101,77,105,110,34,44,48,61,61,61,114,91,48,93,63,118,111,105,100,32,48,58,77,97,116,104,46,114,111,117,110,100,40,114,91,48,93,41,41,58,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,83,105,122,101,77,97,120,34,44,114,91,49,93,62,61,53,101,49,48,63,118,111,105,100,32,48,58,77,97,116,104,46,114,111,117,110,100,40,114,91,49,93,41,41,125,41,41,125,125,41,44,102,105,61,109,105,44,103,105,61,40,110,40,34,57,53,101,101,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,102,105,44,108,105,44,100,105,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,118,105,61,103,105,46,101,120,112,111,114,116,115,44,98,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,97,116,116,114,115,58,123,105,100,58,34,100,97,116,101,83,108,105,100,101,114,34,125,125,41,125,44,120,105,61,91,93,44,121,105,61,123,110,97,109,101,58,34,68,97,116,101,83,108,105,100,101,114,34,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,34,115,101,116,68,97,116,101,66,111,117,110,100,115,77,97,120,34,61,61,61,101,46,116,121,112,101,41,123,118,97,114,32,110,61,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,34,100,97,116,101,83,108,105,100,101,114,34,41,59,105,102,40,110,46,99,104,105,108,100,114,101,110,46,108,101,110,103,116,104,62,48,41,114,101,116,117,114,110,59,118,97,114,32,114,61,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,100,97,116,101,66,111,117,110,100,115,77,97,120,44,105,61,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,100,97,116,101,66,111,117,110,100,115,77,105,110,44,111,61,104,105,46,97,46,99,114,101,97,116,101,40,110,44,123,115,116,97,114,116,58,91,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,100,97,116,101,77,105,110,63,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,100,97,116,101,77,105,110,58,105,44,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,100,97,116,101,77,97,120,63,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,100,97,116,101,77,97,120,58,114,93,44,116,111,111,108,116,105,112,115,58,91,33,48,44,33,48,93,44,98,101,104,97,118,105,111,117,114,58,34,100,114,97,103,45,116,97,112,34,44,99,111,110,110,101,99,116,58,33,48,44,114,97,110,103,101,58,123,109,105,110,58,105,44,109,97,120,58,114,125,44,102,111,114,109,97,116,58,123,116,111,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,82,40,116,41,125,44,102,114,111,109,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,125,125,125,41,59,68,40,110,44,49,48,44,34,32,45,32,34,44,33,48,41,44,110,46,113,117,101,114,121,83,101,108,101,99,116,111,114,65,108,108,40,34,46,110,111,85,105,45,99,111,110,110,101,99,116,34,41,91,48,93,46,99,108,97,115,115,76,105,115,116,46,97,100,100,40,34,115,108,105,100,101,114,45,99,111,108,111,114,48,34,41,44,111,46,111,110,40,34,115,101,116,34,44,40,102,117,110,99,116,105,111,110,40,101,44,110,44,111,41,123,48,61,61,61,110,63,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,68,97,116,101,77,105,110,34,44,111,91,48,93,61,61,61,105,63,118,111,105,100,32,48,58,77,97,116,104,46,114,111,117,110,100,40,111,91,48,93,41,41,58,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,68,97,116,101,77,97,120,34,44,111,91,49,93,62,61,114,63,118,111,105,100,32,48,58,77,97,116,104,46,114,111,117,110,100,40,111,91,49,93,41,41,125,41,41,125,125,41,41,125,125,44,95,105,61,121,105,44,84,105,61,40,110,40,34,53,97,57,102,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,95,105,44,98,105,44,120,105,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,83,105,61,84,105,46,101,120,112,111,114,116,115,44,119,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,100,105,118,34,44,123,97,116,116,114,115,58,123,105,100,58,34,116,97,103,84,114,101,101,34,125,125,41,125,44,122,105,61,91,93,59,102,117,110,99,116,105,111,110,32,36,105,40,116,41,123,114,101,116,117,114,110,32,116,46,95,116,114,101,101,46,100,101,102,97,117,108,116,83,116,97,116,101,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,44,110,41,123,116,46,115,116,97,116,101,40,110,44,101,41,125,41,41,44,116,125,102,117,110,99,116,105,111,110,32,67,105,40,116,44,101,44,110,44,114,44,105,41,123,114,101,116,117,114,110,32,114,46,115,116,97,116,101,40,116,41,33,61,61,101,38,38,40,114,46,95,116,114,101,101,46,98,97,116,99,104,40,41,44,114,46,95,116,114,101,101,46,99,111,110,102,105,103,46,110,111,100,101,115,46,114,101,115,101,116,83,116,97,116,101,79,110,82,101,115,116,111,114,101,38,38,34,114,101,115,116,111,114,101,100,34,61,61,61,110,38,38,36,105,40,114,41,44,114,46,115,116,97,116,101,40,116,44,101,41,44,114,46,95,116,114,101,101,46,101,109,105,116,40,34,110,111,100,101,46,34,43,110,44,114,44,33,49,41,44,105,38,38,114,46,104,97,115,67,104,105,108,100,114,101,110,40,41,38,38,114,46,99,104,105,108,100,114,101,110,46,114,101,99,117,114,115,101,68,111,119,110,40,40,102,117,110,99,116,105,111,110,40,114,41,123,67,105,40,116,44,101,44,110,44,114,41,125,41,41,44,114,46,109,97,114,107,68,105,114,116,121,40,41,44,114,46,95,116,114,101,101,46,101,110,100,40,41,41,44,114,125,102,117,110,99,116,105,111,110,32,79,105,40,116,44,101,44,110,44,114,41,123,118,97,114,32,105,61,101,46,115,112,108,105,116,40,34,46,34,41,44,111,61,123,105,100,58,110,44,99,111,117,110,116,58,114,44,116,101,120,116,58,49,33,61,61,105,46,108,101,110,103,116,104,63,105,91,48,93,58,34,34,46,99,111,110,99,97,116,40,105,91,48,93,44,34,32,40,34,41,46,99,111,110,99,97,116,40,114,44,34,41,34,41,44,110,97,109,101,58,105,91,48,93,44,99,104,105,108,100,114,101,110,58,91,93,44,98,108,117,114,58,102,117,110,99,116,105,111,110,40,41,123,125,44,115,101,108,101,99,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,40,34,115,101,108,101,99,116,101,100,34,44,33,48,41,44,116,104,105,115,46,99,104,101,99,107,40,41,125,44,100,101,115,101,108,101,99,116,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,115,116,97,116,101,40,34,115,101,108,101,99,116,101,100,34,44,33,49,41,44,116,104,105,115,46,117,110,99,104,101,99,107,40,41,125,44,117,110,99,104,101,99,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,67,105,40,34,99,104,101,99,107,101,100,34,44,33,49,44,34,117,110,99,104,101,99,107,101,100,34,44,116,104,105,115,44,33,49,41,44,116,104,105,115,46,115,116,97,116,101,40,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,44,33,49,41,44,116,104,105,115,46,104,97,115,80,97,114,101,110,116,40,41,38,38,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,46,114,101,102,114,101,115,104,73,110,100,101,116,101,114,109,105,110,97,116,101,83,116,97,116,101,40,41,44,116,104,105,115,46,95,116,114,101,101,46,101,110,100,40,41,44,116,104,105,115,125,44,99,104,101,99,107,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,67,105,40,34,99,104,101,99,107,101,100,34,44,33,48,44,34,99,104,101,99,107,101,100,34,44,116,104,105,115,44,33,49,41,44,116,104,105,115,46,104,97,115,80,97,114,101,110,116,40,41,38,38,116,104,105,115,46,103,101,116,80,97,114,101,110,116,40,41,46,114,101,102,114,101,115,104,73,110,100,101,116,101,114,109,105,110,97,116,101,83,116,97,116,101,40,41,44,116,104,105,115,46,95,116,114,101,101,46,101,110,100,40,41,44,116,104,105,115,125,125,44,97,61,33,49,59,116,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,116,46,110,97,109,101,61,61,61,111,46,110,97,109,101,38,38,40,97,61,33,48,44,49,33,61,61,105,46,108,101,110,103,116,104,63,79,105,40,116,46,99,104,105,108,100,114,101,110,44,105,46,115,108,105,99,101,40,49,41,46,106,111,105,110,40,34,46,34,41,44,110,44,114,41,58,40,99,111,110,115,111,108,101,46,101,114,114,111,114,40,34,70,73,88,77,69,58,32,68,117,112,108,105,99,97,116,101,32,116,97,103,63,34,41,44,99,111,110,115,111,108,101,46,116,114,97,99,101,40,116,41,41,41,125,41,41,44,97,124,124,40,49,33,61,61,105,46,108,101,110,103,116,104,63,40,79,105,40,111,46,99,104,105,108,100,114,101,110,44,105,46,115,108,105,99,101,40,49,41,46,106,111,105,110,40,34,46,34,41,44,110,44,114,41,44,116,46,112,117,115,104,40,111,41,41,58,116,46,112,117,115,104,40,111,41,41,125,118,97,114,32,107,105,61,123,110,97,109,101,58,34,84,97,103,80,105,99,107,101,114,34,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,116,97,103,84,114,101,101,58,110,117,108,108,44,108,111,97,100,101,100,70,114,111,109,65,114,103,115,58,33,49,125,125,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,34,115,101,116,85,105,77,105,109,101,77,97,112,34,61,61,61,101,46,116,121,112,101,63,40,116,46,105,110,105,116,105,97,108,105,122,101,84,114,101,101,40,41,44,116,46,117,112,100,97,116,101,84,114,101,101,40,41,41,58,34,98,117,115,85,112,100,97,116,101,84,97,103,115,34,61,61,61,101,46,116,121,112,101,38,38,119,105,110,100,111,119,46,115,101,116,84,105,109,101,111,117,116,40,116,46,117,112,100,97,116,101,84,114,101,101,44,50,101,51,41,125,41,41,125,44,109,101,116,104,111,100,115,58,123,105,110,105,116,105,97,108,105,122,101,84,114,101,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,91,93,59,116,104,105,115,46,116,97,103,84,114,101,101,61,110,101,119,32,68,114,46,97,40,123,115,101,108,101,99,116,105,111,110,58,123,109,111,100,101,58,34,99,104,101,99,107,98,111,120,34,44,97,117,116,111,68,101,115,101,108,101,99,116,58,33,49,125,44,99,104,101,99,107,98,111,120,58,123,97,117,116,111,67,104,101,99,107,67,104,105,108,100,114,101,110,58,33,49,125,44,100,97,116,97,58,116,125,41,44,110,101,119,32,106,114,46,97,40,116,104,105,115,46,116,97,103,84,114,101,101,44,123,116,97,114,103,101,116,58,34,35,116,97,103,84,114,101,101,34,125,41,44,116,104,105,115,46,116,97,103,84,114,101,101,46,111,110,40,34,110,111,100,101,46,115,116,97,116,101,46,99,104,97,110,103,101,100,34,44,116,104,105,115,46,104,97,110,100,108,101,84,114,101,101,67,108,105,99,107,41,125,44,117,112,100,97,116,101,84,114,101,101,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,91,93,59,110,116,46,103,101,116,84,97,103,115,40,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,110,41,123,110,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,79,105,40,101,44,116,46,105,100,44,116,46,105,100,44,116,46,99,111,117,110,116,41,125,41,41,44,116,46,116,97,103,84,114,101,101,46,114,101,109,111,118,101,65,108,108,40,41,44,116,46,116,97,103,84,114,101,101,46,97,100,100,78,111,100,101,115,40,101,41,44,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,84,97,103,115,46,108,101,110,103,116,104,62,48,38,38,33,116,46,108,111,97,100,101,100,70,114,111,109,65,114,103,115,38,38,116,46,36,115,116,111,114,101,46,115,116,97,116,101,46,95,111,110,76,111,97,100,83,101,108,101,99,116,101,100,84,97,103,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,116,97,103,84,114,101,101,46,110,111,100,101,40,101,41,46,115,101,108,101,99,116,40,41,44,116,46,108,111,97,100,101,100,70,114,111,109,65,114,103,115,61,33,48,125,41,41,125,41,41,125,44,104,97,110,100,108,101,84,114,101,101,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,116,44,101,41,123,34,105,110,100,101,116,101,114,109,105,110,97,116,101,34,33,61,61,101,38,38,34,99,111,108,108,97,112,115,101,100,34,33,61,61,101,38,38,34,114,101,110,100,101,114,101,100,34,33,61,61,101,38,38,34,102,111,99,117,115,101,100,34,33,61,61,101,38,38,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,83,101,108,101,99,116,101,100,84,97,103,115,34,44,70,40,116,104,105,115,46,116,97,103,84,114,101,101,41,41,125,125,125,44,77,105,61,107,105,44,76,105,61,40,110,40,34,55,48,54,99,100,34,41,44,110,40,34,101,52,55,56,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,77,105,44,119,105,44,122,105,44,33,49,44,110,117,108,108,44,34,54,49,99,101,57,55,54,51,34,44,110,117,108,108,41,41,44,73,105,61,76,105,46,101,120,112,111,114,116,115,44,68,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,108,105,115,116,45,103,114,111,117,112,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,116,45,51,34,125,44,116,46,95,108,40,116,46,100,111,99,115,44,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,110,40,34,68,111,99,76,105,115,116,73,116,101,109,34,44,123,107,101,121,58,116,46,95,105,100,44,97,116,116,114,115,58,123,100,111,99,58,116,125,125,41,125,41,41,44,49,41,125,44,80,105,61,91,93,44,106,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,108,105,115,116,45,103,114,111,117,112,45,105,116,101,109,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,108,101,120,45,99,111,108,117,109,110,32,97,108,105,103,110,45,105,116,101,109,115,45,115,116,97,114,116,32,109,98,45,50,34,125,44,91,110,40,34,68,111,99,73,110,102,111,77,111,100,97,108,34,44,123,97,116,116,114,115,58,123,115,104,111,119,58,116,46,115,104,111,119,73,110,102,111,44,100,111,99,58,116,46,100,111,99,125,44,111,110,58,123,99,108,111,115,101,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,104,111,119,73,110,102,111,61,33,49,125,125,125,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,101,100,105,97,32,109,108,45,50,34,125,44,91,116,46,100,111,99,46,95,112,114,111,112,115,46,104,97,115,84,104,117,109,98,110,97,105,108,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,97,108,105,103,110,45,115,101,108,102,45,115,116,97,114,116,32,109,114,45,50,32,119,114,97,112,112,101,114,45,115,109,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,105,109,103,45,119,114,97,112,112,101,114,34,125,44,91,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,86,105,100,101,111,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,108,97,121,34,125,44,91,110,40,34,115,118,103,34,44,123,97,116,116,114,115,58,123,118,105,101,119,66,111,120,58,34,48,32,48,32,52,57,52,46,57,52,50,32,52,57,52,46,57,52,50,34,44,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,100,58,34,109,51,53,46,51,53,51,32,48,32,52,50,52,46,50,51,54,32,50,52,55,46,52,55,49,45,52,50,52,46,50,51,54,32,50,52,55,46,52,55,49,122,34,125,125,41,93,41,93,41,58,116,46,95,101,40,41,44,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,73,109,97,103,101,124,124,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,86,105,100,101,111,63,110,40,34,105,109,103,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,111,105,110,116,101,114,32,102,105,116,45,115,109,34,44,97,116,116,114,115,58,123,115,114,99,58,116,46,100,111,99,46,95,112,114,111,112,115,46,105,115,71,105,102,38,38,116,46,104,111,118,101,114,63,34,102,47,34,43,116,46,100,111,99,46,95,105,100,58,34,116,47,34,43,116,46,100,111,99,46,95,115,111,117,114,99,101,46,105,110,100,101,120,43,34,47,34,43,116,46,100,111,99,46,95,105,100,44,97,108,116,58,34,34,125,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,111,110,84,104,117,109,98,110,97,105,108,67,108,105,99,107,40,41,125,125,125,41,58,110,40,34,105,109,103,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,105,116,45,115,109,34,44,97,116,116,114,115,58,123,115,114,99,58,34,116,47,34,43,116,46,100,111,99,46,95,115,111,117,114,99,101,46,105,110,100,101,120,43,34,47,34,43,116,46,100,111,99,46,95,105,100,44,97,108,116,58,34,34,125,125,41,93,41,93,41,58,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,105,108,101,45,105,99,111,110,45,119,114,97,112,112,101,114,34,125,44,91,110,40,34,70,105,108,101,73,99,111,110,34,41,93,44,49,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,100,111,99,45,108,105,110,101,32,109,108,45,51,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,83,116,121,108,101,58,123,100,105,115,112,108,97,121,58,34,102,108,101,120,34,125,125,44,91,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,105,110,102,111,45,105,99,111,110,34,44,111,110,58,123,99,108,105,99,107,58,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,104,111,119,73,110,102,111,61,33,48,125,125,125,41,44,110,40,34,68,111,99,70,105,108,101,84,105,116,108,101,34,44,123,97,116,116,114,115,58,123,100,111,99,58,116,46,100,111,99,125,125,41,93,44,49,41,44,110,40,34,67,111,110,116,101,110,116,68,105,118,34,44,123,97,116,116,114,115,58,123,100,111,99,58,116,46,100,111,99,125,125,41,44,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,97,116,104,45,114,111,119,34,125,44,91,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,97,116,104,45,108,105,110,101,34,44,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,112,97,116,104,40,41,41,125,125,41,44,110,40,34,84,97,103,67,111,110,116,97,105,110,101,114,34,44,123,97,116,116,114,115,58,123,104,105,116,58,116,46,100,111,99,125,125,41,93,44,49,41,44,116,46,100,111,99,46,95,115,111,117,114,99,101,46,112,97,103,101,115,124,124,116,46,100,111,99,46,95,115,111,117,114,99,101,46,97,117,116,104,111,114,63,110,40,34,100,105,118,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,112,97,116,104,45,114,111,119,32,116,101,120,116,45,109,117,116,101,100,34,125,44,91,116,46,100,111,99,46,95,115,111,117,114,99,101,46,112,97,103,101,115,63,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,100,111,99,46,95,115,111,117,114,99,101,46,112,97,103,101,115,41,43,34,32,34,43,116,46,95,115,40,116,46,100,111,99,46,95,115,111,117,114,99,101,46,112,97,103,101,115,62,49,63,116,46,36,116,40,34,112,97,103,101,115,34,41,58,116,46,36,116,40,34,112,97,103,101,34,41,41,41,93,41,58,116,46,95,101,40,41,44,116,46,100,111,99,46,95,115,111,117,114,99,101,46,97,117,116,104,111,114,38,38,116,46,100,111,99,46,95,115,111,117,114,99,101,46,112,97,103,101,115,63,110,40,34,115,112,97,110,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,109,120,45,49,34,125,44,91,116,46,95,118,40,34,45,34,41,93,41,58,116,46,95,101,40,41,44,116,46,100,111,99,46,95,115,111,117,114,99,101,46,97,117,116,104,111,114,63,110,40,34,115,112,97,110,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,100,111,99,46,95,115,111,117,114,99,101,46,97,117,116,104,111,114,41,41,93,41,58,116,46,95,101,40,41,93,41,58,116,46,95,101,40,41,93,44,49,41,93,41,93,44,49,41,125,44,113,105,61,91,93,44,69,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,115,118,103,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,102,105,108,101,45,105,99,111,110,34,44,97,116,116,114,115,58,123,120,109,108,110,115,58,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,44,118,105,101,119,66,111,120,58,34,48,32,48,32,53,48,32,53,48,34,125,125,44,91,110,40,34,112,97,116,104,34,44,123,97,116,116,114,115,58,123,102,105,108,108,58,34,99,117,114,114,101,110,116,67,111,108,111,114,34,44,100,58,34,77,32,55,32,50,32,76,32,55,32,52,56,32,76,32,52,51,32,52,56,32,76,32,52,51,32,49,52,46,53,57,51,55,53,32,76,32,52,50,46,55,49,56,55,53,32,49,52,46,50,56,49,50,53,32,76,32,51,48,46,55,49,56,55,53,32,50,46,50,56,49,50,53,32,76,32,51,48,46,52,48,54,50,53,32,50,32,90,32,77,32,57,32,52,32,76,32,50,57,32,52,32,76,32,50,57,32,49,54,32,76,32,52,49,32,49,54,32,76,32,52,49,32,52,54,32,76,32,57,32,52,54,32,90,32,77,32,51,49,32,53,46,52,51,55,53,32,76,32,51,57,46,53,54,50,53,32,49,52,32,76,32,51,49,32,49,52,32,90,34,125,125,41,93,41,125,44,66,105,61,91,93,44,72,105,61,123,110,97,109,101,58,34,70,105,108,101,73,99,111,110,34,125,44,65,105,61,72,105,44,82,105,61,40,110,40,34,53,100,101,56,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,65,105,44,69,105,44,66,105,44,33,49,44,110,117,108,108,44,34,48,99,101,99,51,52,99,56,34,44,110,117,108,108,41,41,44,85,105,61,82,105,46,101,120,112,111,114,116,115,44,70,105,61,123,110,97,109,101,58,34,68,111,99,76,105,115,116,73,116,101,109,34,44,99,111,109,112,111,110,101,110,116,115,58,123,70,105,108,101,73,99,111,110,58,85,105,44,67,111,110,116,101,110,116,68,105,118,58,97,114,44,68,111,99,73,110,102,111,77,111,100,97,108,58,116,114,44,68,111,99,70,105,108,101,84,105,116,108,101,58,80,110,44,84,97,103,67,111,110,116,97,105,110,101,114,58,79,110,125,44,112,114,111,112,115,58,91,34,100,111,99,34,93,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,104,111,118,101,114,58,33,49,44,115,104,111,119,73,110,102,111,58,33,49,125,125,44,109,101,116,104,111,100,115,58,123,111,110,84,104,117,109,98,110,97,105,108,67,108,105,99,107,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,101,46,112,114,101,118,61,101,46,110,101,120,116,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,76,105,103,104,116,98,111,120,83,108,105,100,101,34,44,116,46,100,111,99,46,95,115,101,113,41,44,101,46,110,101,120,116,61,51,44,116,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,115,104,111,119,76,105,103,104,116,98,111,120,34,41,59,99,97,115,101,32,51,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,101,46,115,116,111,112,40,41,125,125,41,44,101,41,125,41,41,41,40,41,125,44,112,97,116,104,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,91,34,112,97,116,104,46,116,101,120,116,34,93,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,91,34,112,97,116,104,46,116,101,120,116,34,93,43,34,47,34,58,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,91,34,112,97,116,104,46,110,71,114,97,109,34,93,63,116,104,105,115,46,100,111,99,46,104,105,103,104,108,105,103,104,116,91,34,112,97,116,104,46,110,71,114,97,109,34,93,43,34,47,34,58,116,104,105,115,46,100,111,99,46,95,115,111,117,114,99,101,46,112,97,116,104,43,34,47,34,58,116,104,105,115,46,100,111,99,46,95,115,111,117,114,99,101,46,112,97,116,104,43,34,47,34,125,125,125,44,81,105,61,70,105,44,78,105,61,40,110,40,34,97,99,99,51,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,81,105,44,106,105,44,113,105,44,33,49,44,110,117,108,108,44,34,48,50,99,102,50,100,52,57,34,44,110,117,108,108,41,41,44,71,105,61,78,105,46,101,120,112,111,114,116,115,44,86,105,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,110,97,109,101,58,34,68,111,99,76,105,115,116,34,44,99,111,109,112,111,110,101,110,116,115,58,123,68,111,99,76,105,115,116,73,116,101,109,58,71,105,125,44,112,114,111,112,115,58,91,34,100,111,99,115,34,44,34,97,112,112,101,110,100,34,93,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,119,105,110,100,111,119,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,115,99,114,111,108,108,34,44,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,52,48,48,44,110,61,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,34,97,112,112,34,41,59,119,105,110,100,111,119,46,105,110,110,101,114,72,101,105,103,104,116,43,119,105,110,100,111,119,46,115,99,114,111,108,108,89,62,61,110,46,111,102,102,115,101,116,72,101,105,103,104,116,45,101,38,38,116,46,97,112,112,101,110,100,40,41,125,41,41,125,125,41,44,87,105,61,86,105,44,75,105,61,40,110,40,34,55,49,57,49,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,87,105,44,68,105,44,80,105,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,89,105,61,75,105,46,101,120,112,111,114,116,115,44,74,105,61,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,44,101,61,116,46,36,99,114,101,97,116,101,69,108,101,109,101,110,116,44,110,61,116,46,95,115,101,108,102,46,95,99,124,124,101,59,114,101,116,117,114,110,32,110,40,34,98,45,109,111,100,97,108,34,44,123,97,116,116,114,115,58,123,118,105,115,105,98,108,101,58,116,46,115,104,111,119,44,115,105,122,101,58,34,108,103,34,44,34,104,105,100,101,45,102,111,111,116,101,114,34,58,33,48,44,115,116,97,116,105,99,58,34,34,44,116,105,116,108,101,58,116,46,36,116,40,34,104,101,108,112,46,104,101,108,112,34,41,125,44,111,110,58,123,99,108,111,115,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,36,101,109,105,116,40,34,99,108,111,115,101,34,41,125,44,104,105,100,101,58,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,36,101,109,105,116,40,34,99,108,111,115,101,34,41,125,125,125,44,91,110,40,34,104,50,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,115,105,109,112,108,101,83,101,97,114,99,104,34,41,41,41,93,41,44,110,40,34,116,97,98,108,101,34,44,123,115,116,97,116,105,99,67,108,97,115,115,58,34,116,97,98,108,101,34,125,44,91,110,40,34,116,98,111,100,121,34,44,91,110,40,34,116,114,34,44,91,110,40,34,116,100,34,44,91,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,34,43,34,41,93,41,93,41,44,110,40,34,116,100,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,97,110,100,34,41,41,41,93,41,93,41,44,110,40,34,116,114,34,44,91,110,40,34,116,100,34,44,91,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,34,124,34,41,93,41,93,41,44,110,40,34,116,100,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,111,114,34,41,41,41,93,41,93,41,44,110,40,34,116,114,34,44,91,110,40,34,116,100,34,44,91,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,34,45,34,41,93,41,93,41,44,110,40,34,116,100,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,110,111,116,34,41,41,41,93,41,93,41,44,110,40,34,116,114,34,44,91,110,40,34,116,100,34,44,91,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,39,34,34,39,41,93,41,93,41,44,110,40,34,116,100,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,113,117,111,116,101,115,34,41,41,41,93,41,93,41,44,110,40,34,116,114,34,44,91,110,40,34,116,100,34,44,91,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,116,101,114,109,34,41,41,43,34,42,34,41,93,41,93,41,44,110,40,34,116,100,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,112,114,101,102,105,120,34,41,41,41,93,41,93,41,44,110,40,34,116,114,34,44,91,110,40,34,116,100,34,44,91,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,34,40,34,41,93,41,44,116,46,95,118,40,34,32,34,43,116,46,95,115,40,116,46,36,116,40,34,97,110,100,34,41,41,43,34,32,34,41,44,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,34,41,34,41,93,41,93,41,44,110,40,34,116,100,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,112,97,114,101,110,115,34,41,41,41,93,41,93,41,44,110,40,34,116,114,34,44,91,110,40,34,116,100,34,44,91,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,116,101,114,109,34,41,41,43,34,126,78,34,41,93,41,93,41,44,110,40,34,116,100,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,116,105,108,100,101,84,101,114,109,34,41,41,41,93,41,93,41,44,110,40,34,116,114,34,44,91,110,40,34,116,100,34,44,91,110,40,34,99,111,100,101,34,44,91,116,46,95,118,40,39,34,46,46,46,34,126,78,39,41,93,41,93,41,44,110,40,34,116,100,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,116,105,108,100,101,80,104,114,97,115,101,34,41,41,41,93,41,93,41,93,41,93,41,44,110,40,34,112,34,44,123,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,101,120,97,109,112,108,101,49,34,41,41,125,125,41,44,110,40,34,112,34,44,123,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,100,101,102,97,117,108,116,79,112,101,114,97,116,111,114,34,41,41,125,125,41,44,110,40,34,112,34,44,123,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,102,117,122,122,121,34,41,41,125,125,41,44,110,40,34,98,114,34,41,44,110,40,34,112,34,44,123,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,109,111,114,101,73,110,102,111,83,105,109,112,108,101,34,41,41,125,125,41,44,110,40,34,112,34,41,44,110,40,34,104,50,34,44,91,116,46,95,118,40,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,97,100,118,97,110,99,101,100,83,101,97,114,99,104,34,41,41,41,93,41,44,110,40,34,112,34,44,123,100,111,109,80,114,111,112,115,58,123,105,110,110,101,114,72,84,77,76,58,116,46,95,115,40,116,46,36,116,40,34,104,101,108,112,46,109,111,114,101,73,110,102,111,65,100,118,97,110,99,101,100,34,41,41,125,125,41,93,41,125,44,90,105,61,91,93,44,88,105,61,123,110,97,109,101,58,34,72,101,108,112,68,105,97,108,111,103,34,44,112,114,111,112,115,58,91,34,115,104,111,119,34,93,125,44,116,111,61,88,105,44,101,111,61,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,116,111,44,74,105,44,90,105,44,33,49,44,110,117,108,108,44,34,48,56,55,50,101,52,57,51,34,44,110,117,108,108,41,44,110,111,61,101,111,46,101,120,112,111,114,116,115,44,114,111,61,114,91,34,100,101,102,97,117,108,116,34,93,46,101,120,116,101,110,100,40,123,99,111,109,112,111,110,101,110,116,115,58,123,72,101,108,112,68,105,97,108,111,103,58,110,111,44,68,111,99,76,105,115,116,58,89,105,44,84,97,103,80,105,99,107,101,114,58,73,105,44,68,97,116,101,83,108,105,100,101,114,58,83,105,44,83,105,122,101,83,108,105,100,101,114,58,118,105,44,80,97,116,104,84,114,101,101,58,117,105,44,82,101,115,117,108,116,115,67,97,114,100,58,114,105,44,77,105,109,101,80,105,99,107,101,114,58,72,114,44,76,105,103,104,116,98,111,120,58,83,114,44,68,111,99,67,97,114,100,87,97,108,108,58,102,114,44,73,110,100,101,120,80,105,99,107,101,114,58,108,110,44,83,101,97,114,99,104,66,97,114,58,87,101,44,80,114,101,108,111,97,100,101,114,58,84,116,125,44,100,97,116,97,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,123,108,111,97,100,105,110,103,58,33,49,44,117,105,76,111,97,100,105,110,103,58,33,48,44,115,101,97,114,99,104,58,118,111,105,100,32,48,44,100,111,99,115,58,91,93,44,100,111,99,73,100,115,58,110,101,119,32,83,101,116,44,115,101,97,114,99,104,66,117,115,121,58,33,49,44,83,105,115,116,50,81,117,101,114,121,58,109,110,44,115,104,111,119,72,101,108,112,58,33,49,125,125,44,99,111,109,112,117,116,101,100,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,99,34,93,41,40,91,34,105,110,100,105,99,101,115,34,44,34,111,112,116,68,105,115,112,108,97,121,34,93,41,41,44,109,111,117,110,116,101,100,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,116,104,105,115,46,115,101,97,114,99,104,61,103,110,40,41,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,101,61,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,101,40,110,41,123,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,101,46,112,114,101,118,61,101,46,110,101,120,116,41,123,99,97,115,101,32,48,58,105,102,40,33,110,41,123,101,46,110,101,120,116,61,51,59,98,114,101,97,107,125,114,101,116,117,114,110,32,101,46,110,101,120,116,61,51,44,116,46,99,108,101,97,114,82,101,115,117,108,116,115,40,41,59,99,97,115,101,32,51,58,114,101,116,117,114,110,32,101,46,110,101,120,116,61,53,44,116,46,115,101,97,114,99,104,78,111,119,40,109,110,46,115,101,97,114,99,104,81,117,101,114,121,40,41,41,59,99,97,115,101,32,53,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,101,46,115,116,111,112,40,41,125,125,41,44,101,41,125,41,41,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,125,40,41,44,51,53,48,44,123,108,101,97,100,105,110,103,58,33,49,125,41,44,110,116,46,103,101,116,77,105,109,101,84,121,112,101,115,40,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,77,105,109,101,77,97,112,34,44,101,41,125,41,41,44,116,104,105,115,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,108,111,97,100,70,114,111,109,65,114,103,115,34,44,116,104,105,115,46,36,114,111,117,116,101,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,116,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,117,112,100,97,116,101,65,114,103,115,34,44,116,46,36,114,111,117,116,101,114,41,125,41,41,44,116,46,36,115,116,111,114,101,46,115,117,98,115,99,114,105,98,101,40,40,102,117,110,99,116,105,111,110,40,101,41,123,105,102,40,91,34,115,101,116,83,105,122,101,77,105,110,34,44,34,115,101,116,83,105,122,101,77,97,120,34,44,34,115,101,116,68,97,116,101,77,105,110,34,44,34,115,101,116,68,97,116,101,77,97,120,34,44,34,115,101,116,83,101,97,114,99,104,84,101,120,116,34,44,34,115,101,116,80,97,116,104,84,101,120,116,34,44,34,115,101,116,83,111,114,116,77,111,100,101,34,44,34,115,101,116,79,112,116,72,105,103,104,108,105,103,104,116,34,44,34,115,101,116,79,112,116,70,114,97,103,109,101,110,116,83,105,122,101,34,44,34,115,101,116,70,117,122,122,121,34,44,34,115,101,116,83,105,122,101,34,44,34,115,101,116,83,101,108,101,99,116,101,100,73,110,100,105,99,101,115,34,44,34,115,101,116,83,101,108,101,99,116,101,100,77,105,109,101,84,121,112,101,115,34,44,34,115,101,116,83,101,108,101,99,116,101,100,84,97,103,115,34,44,34,115,101,116,79,112,116,81,117,101,114,121,77,111,100,101,34,44,34,115,101,116,79,112,116,83,101,97,114,99,104,73,110,80,97,116,104,34,93,46,105,110,99,108,117,100,101,115,40,101,46,116,121,112,101,41,41,123,105,102,40,116,46,115,101,97,114,99,104,66,117,115,121,41,114,101,116,117,114,110,59,116,46,115,101,97,114,99,104,40,33,48,41,125,125,41,41,125,41,41,44,116,104,105,115,46,103,101,116,68,97,116,101,82,97,110,103,101,40,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,101,116,68,97,116,101,66,111,117,110,100,115,77,105,110,40,101,46,109,105,110,41,44,116,46,115,101,116,68,97,116,101,66,111,117,110,100,115,77,97,120,40,101,46,109,97,120,41,44,110,116,46,103,101,116,83,105,115,116,50,73,110,102,111,40,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,101,41,123,116,46,115,101,116,83,105,115,116,50,73,110,102,111,40,101,41,44,116,46,115,101,116,73,110,100,105,99,101,115,40,101,46,105,110,100,105,99,101,115,41,44,116,46,117,105,76,111,97,100,105,110,103,61,33,49,44,116,46,115,101,97,114,99,104,40,33,48,41,125,41,41,46,99,97,116,99,104,40,40,102,117,110,99,116,105,111,110,40,41,123,116,46,115,104,111,119,69,114,114,111,114,84,111,97,115,116,40,41,125,41,41,125,41,41,125,44,109,101,116,104,111,100,115,58,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,79,98,106,101,99,116,40,115,91,34,97,34,93,41,40,123,125,44,79,98,106,101,99,116,40,95,91,34,100,34,93,41,40,123,115,101,116,83,105,115,116,50,73,110,102,111,58,34,115,101,116,83,105,115,116,50,73,110,102,111,34,44,115,101,116,73,110,100,105,99,101,115,58,34,115,101,116,73,110,100,105,99,101,115,34,44,115,101,116,68,97,116,101,66,111,117,110,100,115,77,105,110,58,34,115,101,116,68,97,116,101,66,111,117,110,100,115,77,105,110,34,44,115,101,116,68,97,116,101,66,111,117,110,100,115,77,97,120,58,34,115,101,116,68,97,116,101,66,111,117,110,100,115,77,97,120,34,44,115,101,116,84,97,103,115,58,34,115,101,116,84,97,103,115,34,125,41,41,44,123,125,44,123,115,104,111,119,69,114,114,111,114,84,111,97,115,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,98,118,84,111,97,115,116,46,116,111,97,115,116,40,116,104,105,115,46,36,116,40,34,116,111,97,115,116,46,101,115,67,111,110,110,69,114,114,34,41,44,123,116,105,116,108,101,58,116,104,105,115,46,36,116,40,34,116,111,97,115,116,46,101,115,67,111,110,110,69,114,114,84,105,116,108,101,34,41,44,110,111,65,117,116,111,72,105,100,101,58,33,48,44,116,111,97,115,116,101,114,58,34,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,34,44,104,101,97,100,101,114,67,108,97,115,115,58,34,116,111,97,115,116,45,104,101,97,100,101,114,45,101,114,114,111,114,34,44,98,111,100,121,67,108,97,115,115,58,34,116,111,97,115,116,45,98,111,100,121,45,101,114,114,111,114,34,125,41,125,44,115,104,111,119,83,121,110,116,97,120,69,114,114,111,114,84,111,97,115,116,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,98,118,84,111,97,115,116,46,116,111,97,115,116,40,116,104,105,115,46,36,116,40,34,116,111,97,115,116,46,101,115,81,117,101,114,121,69,114,114,34,41,44,123,116,105,116,108,101,58,116,104,105,115,46,36,116,40,34,116,111,97,115,116,46,101,115,81,117,101,114,121,69,114,114,84,105,116,108,101,34,41,44,110,111,65,117,116,111,72,105,100,101,58,33,48,44,116,111,97,115,116,101,114,58,34,98,45,116,111,97,115,116,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,34,44,104,101,97,100,101,114,67,108,97,115,115,58,34,116,111,97,115,116,45,104,101,97,100,101,114,45,119,97,114,110,105,110,103,34,44,98,111,100,121,67,108,97,115,115,58,34,116,111,97,115,116,45,98,111,100,121,45,119,97,114,110,105,110,103,34,125,41,125,44,115,101,97,114,99,104,78,111,119,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,110,40,41,123,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,110,46,112,114,101,118,61,110,46,110,101,120,116,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,101,46,115,101,97,114,99,104,66,117,115,121,61,33,48,44,110,46,110,101,120,116,61,51,44,101,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,105,110,99,114,101,109,101,110,116,81,117,101,114,121,83,101,113,117,101,110,99,101,34,41,59,99,97,115,101,32,51,58,110,116,46,101,115,81,117,101,114,121,40,116,41,46,116,104,101,110,40,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,116,40,110,41,123,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,116,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,116,46,112,114,101,118,61,116,46,110,101,120,116,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,116,46,110,101,120,116,61,50,44,101,46,104,97,110,100,108,101,83,101,97,114,99,104,40,110,41,59,99,97,115,101,32,50,58,101,46,115,101,97,114,99,104,66,117,115,121,61,33,49,59,99,97,115,101,32,51,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,116,46,115,116,111,112,40,41,125,125,41,44,116,41,125,41,41,41,59,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,101,41,123,114,101,116,117,114,110,32,116,46,97,112,112,108,121,40,116,104,105,115,44,97,114,103,117,109,101,110,116,115,41,125,125,40,41,41,46,99,97,116,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,53,48,48,61,61,61,116,46,114,101,115,112,111,110,115,101,46,115,116,97,116,117,115,38,38,34,97,100,118,97,110,99,101,100,34,61,61,61,101,46,36,115,116,111,114,101,46,115,116,97,116,101,46,111,112,116,81,117,101,114,121,77,111,100,101,63,101,46,115,104,111,119,83,121,110,116,97,120,69,114,114,111,114,84,111,97,115,116,40,41,58,101,46,115,104,111,119,69,114,114,111,114,84,111,97,115,116,40,41,125,41,41,59,99,97,115,101,32,52,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,110,46,115,116,111,112,40,41,125,125,41,44,110,41,125,41,41,41,40,41,125,44,99,108,101,97,114,82,101,115,117,108,116,115,58,102,117,110,99,116,105,111,110,40,41,123,118,97,114,32,116,61,116,104,105,115,59,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,101,40,41,123,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,101,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,101,46,112,114,101,118,61,101,46,110,101,120,116,41,123,99,97,115,101,32,48,58,114,101,116,117,114,110,32,116,46,100,111,99,115,61,91,93,44,116,46,100,111,99,73,100,115,46,99,108,101,97,114,40,41,44,101,46,110,101,120,116,61,52,44,116,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,99,108,101,97,114,82,101,115,117,108,116,115,34,41,59,99,97,115,101,32,52,58,116,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,82,101,97,99,104,101,100,83,99,114,111,108,108,69,110,100,34,44,33,49,41,59,99,97,115,101,32,53,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,101,46,115,116,111,112,40,41,125,125,41,44,101,41,125,41,41,41,40,41,125,44,104,97,110,100,108,101,83,101,97,114,99,104,58,102,117,110,99,116,105,111,110,40,116,41,123,118,97,114,32,101,61,116,104,105,115,59,114,101,116,117,114,110,32,79,98,106,101,99,116,40,85,101,91,34,97,34,93,41,40,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,109,97,114,107,40,40,102,117,110,99,116,105,111,110,32,110,40,41,123,118,97,114,32,114,44,105,44,111,44,97,59,114,101,116,117,114,110,32,114,101,103,101,110,101,114,97,116,111,114,82,117,110,116,105,109,101,46,119,114,97,112,40,40,102,117,110,99,116,105,111,110,40,110,41,123,119,104,105,108,101,40,49,41,115,119,105,116,99,104,40,110,46,112,114,101,118,61,110,46,110,101,120,116,41,123,99,97,115,101,32,48,58,48,61,61,116,46,104,105,116,115,46,104,105,116,115,46,108,101,110,103,116,104,38,38,101,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,85,105,82,101,97,99,104,101,100,83,99,114,111,108,108,69,110,100,34,44,33,48,41,44,116,46,104,105,116,115,46,104,105,116,115,61,116,46,104,105,116,115,46,104,105,116,115,46,102,105,108,116,101,114,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,33,101,46,100,111,99,73,100,115,46,104,97,115,40,116,46,95,105,100,41,125,41,41,44,116,46,104,105,116,115,46,104,105,116,115,46,102,111,114,69,97,99,104,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,101,46,100,111,99,73,100,115,46,97,100,100,40,116,46,95,105,100,41,125,41,41,44,105,61,79,98,106,101,99,116,40,82,101,91,34,97,34,93,41,40,116,46,104,105,116,115,46,104,105,116,115,41,44,110,46,112,114,101,118,61,52,44,105,46,115,40,41,59,99,97,115,101,32,54,58,105,102,40,40,111,61,105,46,110,40,41,41,46,100,111,110,101,41,123,110,46,110,101,120,116,61,49,53,59,98,114,101,97,107,125,105,102,40,97,61,111,46,118,97,108,117,101,44,33,97,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,73,109,97,103,101,38,38,33,97,46,95,112,114,111,112,115,46,105,115,80,108,97,121,97,98,108,101,86,105,100,101,111,41,123,110,46,110,101,120,116,61,49,51,59,98,114,101,97,107,125,114,101,116,117,114,110,32,110,46,110,101,120,116,61,49,49,44,101,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,103,101,116,75,101,121,83,101,113,117,101,110,99,101,34,41,59,99,97,115,101,32,49,49,58,97,46,95,115,101,113,61,110,46,115,101,110,116,44,101,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,97,100,100,76,105,103,104,116,98,111,120,83,111,117,114,99,101,34,44,123,115,111,117,114,99,101,58,34,102,47,34,46,99,111,110,99,97,116,40,97,46,95,105,100,41,44,116,104,117,109,98,110,97,105,108,58,97,46,95,112,114,111,112,115,46,104,97,115,84,104,117,109,98,110,97,105,108,63,34,116,47,34,46,99,111,110,99,97,116,40,97,46,95,115,111,117,114,99,101,46,105,110,100,101,120,44,34,47,34,41,46,99,111,110,99,97,116,40,97,46,95,105,100,41,58,110,117,108,108,44,99,97,112,116,105,111,110,58,123,99,111,109,112,111,110,101,110,116,58,107,114,44,112,114,111,112,115,58,123,104,105,116,58,97,125,125,44,116,121,112,101,58,97,46,95,112,114,111,112,115,46,105,115,86,105,100,101,111,63,34,118,105,100,101,111,34,58,34,105,109,97,103,101,34,125,41,59,99,97,115,101,32,49,51,58,110,46,110,101,120,116,61,54,59,98,114,101,97,107,59,99,97,115,101,32,49,53,58,110,46,110,101,120,116,61,50,48,59,98,114,101,97,107,59,99,97,115,101,32,49,55,58,110,46,112,114,101,118,61,49,55,44,110,46,116,48,61,110,91,34,99,97,116,99,104,34,93,40,52,41,44,105,46,101,40,110,46,116,48,41,59,99,97,115,101,32,50,48,58,114,101,116,117,114,110,32,110,46,112,114,101,118,61,50,48,44,105,46,102,40,41,44,110,46,102,105,110,105,115,104,40,50,48,41,59,99,97,115,101,32,50,51,58,114,101,116,117,114,110,32,110,46,110,101,120,116,61,50,53,44,101,46,36,115,116,111,114,101,46,100,105,115,112,97,116,99,104,40,34,114,101,109,111,117,110,116,76,105,103,104,116,98,111,120,34,41,59,99,97,115,101,32,50,53,58,101,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,115,101,116,76,97,115,116,81,117,101,114,121,82,101,115,117,108,116,34,44,116,41,44,40,114,61,101,46,100,111,99,115,41,46,112,117,115,104,46,97,112,112,108,121,40,114,44,79,98,106,101,99,116,40,76,91,34,97,34,93,41,40,116,46,104,105,116,115,46,104,105,116,115,41,41,59,99,97,115,101,32,50,55,58,99,97,115,101,34,101,110,100,34,58,114,101,116,117,114,110,32,110,46,115,116,111,112,40,41,125,125,41,44,110,44,110,117,108,108,44,91,91,52,44,49,55,44,50,48,44,50,51,93,93,41,125,41,41,41,40,41,125,44,103,101,116,68,97,116,101,82,97,110,103,101,58,102,117,110,99,116,105,111,110,40,41,123,114,101,116,117,114,110,32,110,116,46,101,115,81,117,101,114,121,40,123,97,103,103,115,58,123,100,97,116,101,77,105,110,58,123,109,105,110,58,123,102,105,101,108,100,58,34,109,116,105,109,101,34,125,125,44,100,97,116,101,77,97,120,58,123,109,97,120,58,123,102,105,101,108,100,58,34,109,116,105,109,101,34,125,125,125,44,115,105,122,101,58,48,125,41,46,116,104,101,110,40,40,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,123,109,105,110,58,116,46,97,103,103,114,101,103,97,116,105,111,110,115,46,100,97,116,101,77,105,110,46,118,97,108,117,101,44,109,97,120,58,116,46,97,103,103,114,101,103,97,116,105,111,110,115,46,100,97,116,101,77,97,120,46,118,97,108,117,101,125,125,41,41,125,44,97,112,112,101,110,100,70,117,110,99,58,102,117,110,99,116,105,111,110,40,41,123,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,117,105,82,101,97,99,104,101,100,83,99,114,111,108,108,69,110,100,124,124,33,116,104,105,115,46,115,101,97,114,99,104,124,124,116,104,105,115,46,115,101,97,114,99,104,66,117,115,121,124,124,116,104,105,115,46,115,101,97,114,99,104,78,111,119,40,109,110,46,115,101,97,114,99,104,81,117,101,114,121,40,41,41,125,125,41,44,98,101,102,111,114,101,82,111,117,116,101,85,112,100,97,116,101,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,116,104,105,115,46,36,115,116,111,114,101,46,115,116,97,116,101,46,117,105,76,105,103,104,116,98,111,120,73,115,79,112,101,110,63,40,116,104,105,115,46,36,115,116,111,114,101,46,99,111,109,109,105,116,40,34,95,115,101,116,85,105,83,104,111,119,76,105,103,104,116,98,111,120,34,44,33,49,41,44,110,40,33,49,41,41,58,110,40,41,125,125,41,44,105,111,61,114,111,44,111,111,61,40,110,40,34,99,50,101,51,34,41,44,79,98,106,101,99,116,40,109,91,34,97,34,93,41,40,105,111,44,72,101,44,65,101,44,33,49,44,110,117,108,108,44,110,117,108,108,44,110,117,108,108,41,41,44,97,111,61,111,111,46,101,120,112,111,114,116,115,59,114,91,34,100,101,102,97,117,108,116,34,93,46,117,115,101,40,36,91,34,97,34,93,41,59,118,97,114,32,115,111,61,91,123,112,97,116,104,58,34,47,34,44,110,97,109,101,58,34,83,101,97,114,99,104,80,97,103,101,34,44,99,111,109,112,111,110,101,110,116,58,97,111,125,44,123,112,97,116,104,58,34,47,115,116,97,116,115,34,44,110,97,109,101,58,34,83,116,97,116,115,34,44,99,111,109,112,111,110,101,110,116,58,99,101,125,44,123,112,97,116,104,58,34,47,99,111,110,102,105,103,34,44,110,97,109,101,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,34,44,99,111,109,112,111,110,101,110,116,58,66,101,125,93,44,99,111,61,110,101,119,32,36,91,34,97,34,93,40,123,109,111,100,101,58,34,104,97,115,104,34,44,98,97,115,101,58,34,34,44,114,111,117,116,101,115,58,115,111,44,115,99,114,111,108,108,66,101,104,97,118,105,111,114,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,125,41,44,117,111,61,99,111,44,108,111,61,110,40,34,97,57,50,53,34,41,44,112,111,61,123,101,110,58,123,115,101,97,114,99,104,66,97,114,58,123,115,105,109,112,108,101,58,34,83,101,97,114,99,104,34,44,97,100,118,97,110,99,101,100,58,34,65,100,118,97,110,99,101,100,32,115,101,97,114,99,104,34,44,102,117,122,122,121,58,34,70,117,122,122,121,34,125,44,100,111,119,110,108,111,97,100,58,34,68,111,119,110,108,111,97,100,34,44,97,110,100,58,34,97,110,100,34,44,112,97,103,101,58,34,112,97,103,101,34,44,112,97,103,101,115,58,34,112,97,103,101,115,34,44,109,105,109,101,84,121,112,101,115,58,34,77,101,100,105,97,32,116,121,112,101,115,34,44,116,97,103,115,58,34,84,97,103,115,34,44,104,101,108,112,58,123,115,105,109,112,108,101,83,101,97,114,99,104,58,34,83,105,109,112,108,101,32,115,101,97,114,99,104,34,44,97,100,118,97,110,99,101,100,83,101,97,114,99,104,58,34,65,100,118,97,110,99,101,100,32,115,101,97,114,99,104,34,44,104,101,108,112,58,34,72,101,108,112,34,44,116,101,114,109,58,34,60,84,69,82,77,62,34,44,97,110,100,58,34,65,78,68,32,111,112,101,114,97,116,111,114,34,44,111,114,58,34,79,82,32,111,112,101,114,97,116,111,114,34,44,110,111,116,58,34,110,101,103,97,116,101,115,32,97,32,115,105,110,103,108,101,32,116,101,114,109,34,44,113,117,111,116,101,115,58,34,119,105,108,108,32,109,97,116,99,104,32,116,104,101,32,101,110,99,108,111,115,101,100,32,115,101,113,117,101,110,99,101,32,111,102,32,116,101,114,109,115,32,105,110,32,116,104,97,116,32,115,112,101,99,105,102,105,99,32,111,114,100,101,114,34,44,112,114,101,102,105,120,58,34,119,105,108,108,32,109,97,116,99,104,32,97,110,121,32,116,101,114,109,32,119,105,116,104,32,97,32,103,105,118,101,110,32,112,114,101,102,105,120,32,119,104,101,110,32,117,115,101,100,32,97,116,32,116,104,101,32,101,110,100,32,111,102,32,97,32,119,111,114,100,34,44,112,97,114,101,110,115,58,34,117,115,101,100,32,116,111,32,103,114,111,117,112,32,101,120,112,114,101,115,115,105,111,110,115,34,44,116,105,108,100,101,84,101,114,109,58,34,109,97,116,99,104,32,97,32,116,101,114,109,32,119,105,116,104,32,97,32,103,105,118,101,110,32,101,100,105,116,32,100,105,115,116,97,110,99,101,34,44,116,105,108,100,101,80,104,114,97,115,101,58,34,109,97,116,99,104,32,97,32,112,104,114,97,115,101,32,119,105,116,104,32,97,32,103,105,118,101,110,32,110,117,109,98,101,114,32,111,102,32,97,108,108,111,119,101,100,32,105,110,116,101,114,118,101,110,105,110,103,32,117,110,109,97,116,99,104,101,100,32,119,111,114,100,115,34,44,101,120,97,109,112,108,101,49,58,39,70,111,114,32,101,120,97,109,112,108,101,58,32,60,99,111,100,101,62,34,102,114,105,101,100,32,101,103,103,115,34,32,43,40,101,103,103,112,108,97,110,116,32,124,32,112,111,116,97,116,111,41,32,45,102,114,105,116,116,97,116,97,60,47,99,111,100,101,62,32,119,105,108,108,32,109,97,116,99,104,32,116,104,101,32,112,104,114,97,115,101,32,60,105,62,102,114,105,101,100,32,101,103,103,115,60,47,105,62,32,97,110,100,32,101,105,116,104,101,114,32,60,105,62,101,103,103,112,108,97,110,116,60,47,105,62,32,111,114,32,60,105,62,112,111,116,97,116,111,60,47,105,62,44,32,98,117,116,32,119,105,108,108,32,105,103,110,111,114,101,32,114,101,115,117,108,116,115,32,99,111,110,116,97,105,110,105,110,103,32,60,105,62,102,114,105,116,116,97,116,97,60,47,105,62,46,39,44,100,101,102,97,117,108,116,79,112,101,114,97,116,111,114,58,34,87,104,101,110,32,110,101,105,116,104,101,114,32,60,99,111,100,101,62,43,60,47,99,111,100,101,62,32,111,114,32,60,99,111,100,101,62,124,60,47,99,111,100,101,62,32,105,115,32,115,112,101,99,105,102,105,101,100,44,32,116,104,101,32,100,101,102,97,117,108,116,32,111,112,101,114,97,116,111,114,32,105,115,32,60,99,111,100,101,62,43,60,47,99,111,100,101,62,32,40,97,110,100,41,46,34,44,102,117,122,122,121,58,34,87,104,101,110,32,116,104,101,32,60,98,62,70,117,122,122,121,60,47,98,62,32,111,112,116,105,111,110,32,105,115,32,99,104,101,99,107,101,100,44,32,112,97,114,116,105,97,108,32,109,97,116,99,104,101,115,32,98,97,115,101,100,32,111,110,32,51,45,103,114,97,109,115,32,97,114,101,32,97,108,115,111,32,114,101,116,117,114,110,101,100,46,34,44,109,111,114,101,73,110,102,111,83,105,109,112,108,101,58,39,70,111,114,32,109,111,114,101,32,105,110,102,111,114,109,97,116,105,111,110,44,32,115,101,101,32,60,97,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,32,114,101,108,61,34,110,111,114,101,102,101,114,114,101,114,34,32,104,114,101,102,61,34,47,47,119,119,119,46,101,108,97,115,116,105,99,46,99,111,47,103,117,105,100,101,47,101,110,47,101,108,97,115,116,105,99,115,101,97,114,99,104,47,114,101,102,101,114,101,110,99,101,47,99,117,114,114,101,110,116,47,113,117,101,114,121,45,100,115,108,45,115,105,109,112,108,101,45,113,117,101,114,121,45,115,116,114,105,110,103,45,113,117,101,114,121,46,104,116,109,108,34,62,69,108,97,115,116,105,99,115,101,97,114,99,104,32,100,111,99,117,109,101,110,116,97,116,105,111,110,60,47,97,62,39,44,109,111,114,101,73,110,102,111,65,100,118,97,110,99,101,100,58,39,70,111,114,32,100,111,99,117,109,101,110,116,97,116,105,111,110,32,97,98,111,117,116,32,116,104,101,32,97,100,118,97,110,99,101,100,32,115,101,97,114,99,104,32,109,111,100,101,44,32,115,101,101,32,60,97,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,32,114,101,108,61,34,110,111,114,101,102,101,114,114,101,114,34,32,104,114,101,102,61,34,47,47,119,119,119,46,101,108,97,115,116,105,99,46,99,111,47,103,117,105,100,101,47,101,110,47,101,108,97,115,116,105,99,115,101,97,114,99,104,47,114,101,102,101,114,101,110,99,101,47,99,117,114,114,101,110,116,47,113,117,101,114,121,45,100,115,108,45,113,117,101,114,121,45,115,116,114,105,110,103,45,113,117,101,114,121,46,104,116,109,108,35,113,117,101,114,121,45,115,116,114,105,110,103,45,115,121,110,116,97,120,34,62,69,108,97,115,116,105,99,115,101,97,114,99,104,32,100,111,99,117,109,101,110,116,97,116,105,111,110,60,47,97,62,39,125,44,99,111,110,102,105,103,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,34,44,99,111,110,102,105,103,68,101,115,99,114,105,112,116,105,111,110,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,32,105,115,32,115,97,118,101,100,32,105,110,32,114,101,97,108,32,116,105,109,101,32,102,111,114,32,116,104,105,115,32,98,114,111,119,115,101,114,46,34,44,99,111,110,102,105,103,82,101,115,101,116,58,34,82,101,115,101,116,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,115,101,97,114,99,104,79,112,116,105,111,110,115,58,34,83,101,97,114,99,104,32,111,112,116,105,111,110,115,34,44,116,114,101,101,109,97,112,79,112,116,105,111,110,115,58,34,84,114,101,101,109,97,112,32,111,112,116,105,111,110,115,34,44,100,105,115,112,108,97,121,79,112,116,105,111,110,115,58,34,68,105,115,112,108,97,121,32,111,112,116,105,111,110,115,34,44,111,112,116,58,123,108,97,110,103,58,34,76,97,110,103,117,97,103,101,34,44,104,105,103,104,108,105,103,104,116,58,34,69,110,97,98,108,101,32,104,105,103,104,108,105,103,104,116,105,110,103,34,44,102,117,122,122,121,58,34,83,101,116,32,102,117,122,122,121,32,115,101,97,114,99,104,32,98,121,32,100,101,102,97,117,108,116,34,44,115,101,97,114,99,104,73,110,80,97,116,104,58,34,69,110,97,98,108,101,32,109,97,116,99,104,105,110,103,32,113,117,101,114,121,32,97,103,97,105,110,115,116,32,100,111,99,117,109,101,110,116,32,112,97,116,104,34,44,115,117,103,103,101,115,116,80,97,116,104,58,34,69,110,97,98,108,101,32,97,117,116,111,45,99,111,109,112,108,101,116,101,32,105,110,32,112,97,116,104,32,102,105,108,116,101,114,32,98,97,114,34,44,102,114,97,103,109,101,110,116,83,105,122,101,58,34,72,105,103,104,108,105,103,104,116,32,99,111,110,116,101,120,116,32,115,105,122,101,32,105,110,32,99,104,97,114,97,99,116,101,114,115,34,44,113,117,101,114,121,77,111,100,101,58,34,83,101,97,114,99,104,32,109,111,100,101,34,44,100,105,115,112,108,97,121,77,111,100,101,58,34,68,105,115,112,108,97,121,34,44,99,111,108,117,109,110,115,58,34,67,111,108,117,109,110,32,99,111,117,110,116,34,44,116,114,101,101,109,97,112,84,121,112,101,58,34,84,114,101,101,109,97,112,32,116,121,112,101,34,44,116,114,101,101,109,97,112,84,105,108,105,110,103,58,34,84,114,101,101,109,97,112,32,116,105,108,105,110,103,34,44,116,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,58,34,84,114,101,101,109,97,112,32,99,111,108,111,114,32,103,114,111,117,112,105,110,103,32,100,101,112,116,104,32,40,102,108,97,116,41,34,44,116,114,101,101,109,97,112,67,111,108,111,114,58,34,84,114,101,101,109,97,112,32,99,111,108,111,114,32,40,99,97,115,99,97,100,101,100,41,34,44,116,114,101,101,109,97,112,83,105,122,101,58,34,84,114,101,101,109,97,112,32,115,105,122,101,34,44,116,104,101,109,101,58,34,84,104,101,109,101,34,44,108,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,58,34,68,111,32,110,111,116,32,112,114,101,108,111,97,100,32,102,117,108,108,45,115,105,122,101,32,105,109,97,103,101,115,32,102,111,114,32,97,100,106,97,99,101,110,116,32,115,108,105,100,101,115,32,105,110,32,105,109,97,103,101,32,118,105,101,119,101,114,46,34,44,115,108,105,100,101,68,117,114,97,116,105,111,110,58,34,83,108,105,100,101,32,100,117,114,97,116,105,111,110,34,44,114,101,115,117,108,116,83,105,122,101,58,34,78,117,109,98,101,114,32,111,102,32,114,101,115,117,108,116,115,32,112,101,114,32,112,97,103,101,34,44,116,97,103,79,114,79,112,101,114,97,116,111,114,58,34,85,115,101,32,79,82,32,111,112,101,114,97,116,111,114,32,119,104,101,110,32,115,112,101,99,105,102,121,105,110,103,32,109,117,108,116,105,112,108,101,32,116,97,103,115,46,34,125,44,113,117,101,114,121,77,111,100,101,58,123,115,105,109,112,108,101,58,34,83,105,109,112,108,101,34,44,97,100,118,97,110,99,101,100,58,34,65,100,118,97,110,99,101,100,34,125,44,108,97,110,103,58,123,101,110,58,34,69,110,103,108,105,115,104,34,44,102,114,58,34,70,114,97,110,195,167,97,105,115,34,125,44,100,105,115,112,108,97,121,77,111,100,101,58,123,103,114,105,100,58,34,71,114,105,100,34,44,108,105,115,116,58,34,76,105,115,116,34,125,44,99,111,108,117,109,110,115,58,123,97,117,116,111,58,34,65,117,116,111,34,125,44,116,114,101,101,109,97,112,84,121,112,101,58,123,99,97,115,99,97,100,101,100,58,34,67,97,115,99,97,100,101,100,34,44,102,108,97,116,58,34,70,108,97,116,32,40,99,111,109,112,97,99,116,41,34,125,44,116,114,101,101,109,97,112,83,105,122,101,58,123,115,109,97,108,108,58,34,83,109,97,108,108,34,44,109,101,100,105,117,109,58,34,77,101,100,105,117,109,34,44,108,97,114,103,101,58,34,76,97,114,103,101,34,44,120,76,97,114,103,101,58,34,120,76,97,114,103,101,34,44,120,120,76,97,114,103,101,58,34,120,120,76,97,114,103,101,34,44,99,117,115,116,111,109,58,34,67,117,115,116,111,109,34,125,44,116,114,101,101,109,97,112,84,105,108,105,110,103,58,123,98,105,110,97,114,121,58,34,66,105,110,97,114,121,34,44,115,113,117,97,114,105,102,121,58,34,83,113,117,97,114,105,102,121,34,44,115,108,105,99,101,58,34,83,108,105,99,101,34,44,100,105,99,101,58,34,68,105,99,101,34,44,115,108,105,99,101,68,105,99,101,58,34,83,108,105,99,101,32,38,32,68,105,99,101,34,125,44,116,104,101,109,101,58,123,108,105,103,104,116,58,34,76,105,103,104,116,34,44,98,108,97,99,107,58,34,66,108,97,99,107,34,125,44,104,105,116,58,34,104,105,116,34,44,104,105,116,115,58,34,104,105,116,115,34,44,100,101,116,97,105,108,115,58,34,68,101,116,97,105,108,115,34,44,115,116,97,116,115,58,34,83,116,97,116,115,34,44,113,117,101,114,121,84,105,109,101,58,34,81,117,101,114,121,32,116,105,109,101,34,44,116,111,116,97,108,83,105,122,101,58,34,84,111,116,97,108,32,115,105,122,101,34,44,112,97,116,104,66,97,114,58,123,112,108,97,99,101,104,111,108,100,101,114,58,34,70,105,108,116,101,114,32,112,97,116,104,34,44,109,111,100,97,108,84,105,116,108,101,58,34,83,101,108,101,99,116,32,112,97,116,104,34,125,44,100,101,98,117,103,58,34,68,101,98,117,103,32,105,110,102,111,114,109,97,116,105,111,110,34,44,100,101,98,117,103,68,101,115,99,114,105,112,116,105,111,110,58,34,73,110,102,111,114,109,97,116,105,111,110,32,117,115,101,102,117,108,32,102,111,114,32,100,101,98,117,103,103,105,110,103,46,32,73,102,32,121,111,117,32,101,110,99,111,117,110,116,101,114,32,98,117,103,115,32,111,114,32,104,97,118,101,32,115,117,103,103,101,115,116,105,111,110,115,32,102,111,114,32,110,101,119,32,102,101,97,116,117,114,101,115,44,32,112,108,101,97,115,101,32,115,117,98,109,105,116,32,97,32,110,101,119,32,105,115,115,117,101,32,60,97,32,104,114,101,102,61,39,104,116,116,112,115,58,47,47,103,105,116,104,117,98,46,99,111,109,47,115,105,109,111,110,57,56,55,47,115,105,115,116,50,47,105,115,115,117,101,115,47,110,101,119,47,99,104,111,111,115,101,39,62,104,101,114,101,60,47,97,62,46,34,44,116,97,103,108,105,110,101,58,34,84,97,103,108,105,110,101,34,44,116,111,97,115,116,58,123,101,115,67,111,110,110,69,114,114,84,105,116,108,101,58,34,69,108,97,115,116,105,99,115,101,97,114,99,104,32,99,111,110,110,101,99,116,105,111,110,32,101,114,114,111,114,34,44,101,115,67,111,110,110,69,114,114,58,34,115,105,115,116,50,32,119,101,98,32,109,111,100,117,108,101,32,101,110,99,111,117,110,116,101,114,101,100,32,97,110,32,101,114,114,111,114,32,119,104,105,108,101,32,99,111,110,110,101,99,116,105,110,103,32,116,111,32,69,108,97,115,116,105,99,115,101,97,114,99,104,46,32,83,101,101,32,115,101,114,118,101,114,32,108,111,103,115,32,102,111,114,32,109,111,114,101,32,105,110,102,111,114,109,97,116,105,111,110,46,34,44,101,115,81,117,101,114,121,69,114,114,84,105,116,108,101,58,34,81,117,101,114,121,32,101,114,114,111,114,34,44,101,115,81,117,101,114,121,69,114,114,58,34,67,111,117,108,100,32,110,111,116,32,112,97,114,115,101,32,111,114,32,101,120,101,99,117,116,101,32,113,117,101,114,121,44,32,112,108,101,97,115,101,32,99,104,101,99,107,32,116,104,101,32,65,100,118,97,110,99,101,100,32,115,101,97,114,99,104,32,100,111,99,117,109,101,110,116,97,116,105,111,110,46,32,83,101,101,32,115,101,114,118,101,114,32,108,111,103,115,32,102,111,114,32,109,111,114,101,32,105,110,102,111,114,109,97,116,105,111,110,46,34,44,100,117,112,101,84,97,103,84,105,116,108,101,58,34,68,117,112,108,105,99,97,116,101,32,116,97,103,34,44,100,117,112,101,84,97,103,58,34,84,104,105,115,32,116,97,103,32,97,108,114,101,97,100,121,32,101,120,105,115,116,115,32,102,111,114,32,116,104,105,115,32,100,111,99,117,109,101,110,116,46,34,125,44,115,97,118,101,84,97,103,77,111,100,97,108,84,105,116,108,101,58,34,65,100,100,32,116,97,103,34,44,115,97,118,101,84,97,103,80,108,97,99,101,104,111,108,100,101,114,58,34,84,97,103,32,110,97,109,101,34,44,99,111,110,102,105,114,109,58,34,67,111,110,102,105,114,109,34,44,105,110,100,101,120,80,105,99,107,101,114,80,108,97,99,101,104,111,108,100,101,114,58,34,83,101,108,101,99,116,32,105,110,100,105,99,101,115,34,44,115,111,114,116,58,123,114,101,108,101,118,97,110,99,101,58,34,82,101,108,101,118,97,110,99,101,34,44,100,97,116,101,65,115,99,58,34,68,97,116,101,32,40,79,108,100,101,114,32,102,105,114,115,116,41,34,44,100,97,116,101,68,101,115,99,58,34,68,97,116,101,32,40,78,101,119,101,114,32,102,105,114,115,116,41,34,44,115,105,122,101,65,115,99,58,34,83,105,122,101,32,40,83,109,97,108,108,101,114,32,102,105,114,115,116,41,34,44,115,105,122,101,68,101,115,99,58,34,83,105,122,101,32,40,76,97,114,103,101,114,32,102,105,114,115,116,41,34,44,114,97,110,100,111,109,58,34,82,97,110,100,111,109,34,125,44,100,51,58,123,109,105,109,101,67,111,117,110,116,58,34,70,105,108,101,32,99,111,117,110,116,32,100,105,115,116,114,105,98,117,116,105,111,110,32,98,121,32,109,101,100,105,97,32,116,121,112,101,34,44,109,105,109,101,83,105,122,101,58,34,83,105,122,101,32,100,105,115,116,114,105,98,117,116,105,111,110,32,98,121,32,109,101,100,105,97,32,116,121,112,101,34,44,100,97,116,101,72,105,115,116,111,103,114,97,109,58,34,70,105,108,101,32,109,111,100,105,102,105,99,97,116,105,111,110,32,116,105,109,101,32,100,105,115,116,114,105,98,117,116,105,111,110,34,44,115,105,122,101,72,105,115,116,111,103,114,97,109,58,34,70,105,108,101,32,115,105,122,101,32,100,105,115,116,114,105,98,117,116,105,111,110,34,125,125,44,102,114,58,123,115,101,97,114,99,104,66,97,114,58,123,115,105,109,112,108,101,58,34,82,101,99,104,101,114,99,104,101,34,44,97,100,118,97,110,99,101,100,58,34,82,101,99,104,101,114,99,104,101,32,97,118,97,110,99,195,169,101,34,44,102,117,122,122,121,58,34,65,112,112,114,111,120,105,109,97,116,105,102,34,125,44,100,111,119,110,108,111,97,100,58,34,84,195,169,108,195,169,99,104,97,114,103,101,114,34,44,97,110,100,58,34,101,116,34,44,112,97,103,101,58,34,112,97,103,101,34,44,112,97,103,101,115,58,34,112,97,103,101,115,34,44,109,105,109,101,84,121,112,101,115,58,34,84,121,112,101,115,32,100,101,32,109,195,169,100,105,97,115,34,44,116,97,103,115,58,34,84,97,103,115,34,44,104,101,108,112,58,123,115,105,109,112,108,101,83,101,97,114,99,104,58,34,82,101,99,104,101,114,99,104,101,32,115,105,109,112,108,101,34,44,97,100,118,97,110,99,101,100,83,101,97,114,99,104,58,34,82,101,99,104,101,114,99,104,101,32,97,118,97,110,99,195,169,101,34,44,104,101,108,112,58,34,65,105,100,101,34,44,116,101,114,109,58,34,60,84,69,82,77,69,62,34,44,97,110,100,58,34,111,112,195,169,114,97,116,111,114,32,69,84,34,44,111,114,58,34,111,112,195,169,114,97,116,111,114,32,79,85,34,44,110,111,116,58,34,101,120,99,108,117,116,32,117,110,32,116,101,114,109,101,34,44,113,117,111,116,101,115,58,34,114,101,99,104,101,114,99,104,101,32,108,97,32,115,195,169,113,117,101,110,99,101,32,100,101,32,116,101,114,109,101,115,32,100,97,110,115,32,99,101,116,32,111,114,100,114,101,32,115,112,195,169,99,105,102,105,113,117,101,46,34,44,112,114,101,102,105,120,58,34,108,111,114,115,113,117,39,117,116,105,108,105,115,195,169,32,195,160,32,108,97,32,102,105,110,32,100,39,117,110,32,109,111,116,44,32,114,101,99,104,101,114,99,104,101,32,116,111,117,115,32,108,101,115,32,116,101,114,109,101,115,32,97,118,101,99,32,108,101,32,112,114,195,169,102,105,120,101,32,100,111,110,110,195,169,46,34,44,112,97,114,101,110,115,58,34,117,116,105,108,105,115,195,169,32,112,111,117,114,32,114,101,103,114,111,117,112,101,114,32,100,101,115,32,101,120,112,114,101,115,115,105,111,110,115,34,44,116,105,108,100,101,84,101,114,109,58,34,114,101,99,104,101,114,99,104,101,32,117,110,32,116,101,114,109,101,32,97,118,101,99,32,117,110,101,32,100,105,115,116,97,110,99,101,32,100,39,195,169,100,105,116,105,111,110,32,100,111,110,110,195,169,101,34,44,116,105,108,100,101,80,104,114,97,115,101,58,34,114,101,99,104,101,114,99,104,101,32,117,110,101,32,112,104,114,97,115,101,32,97,118,101,99,32,117,110,32,110,111,109,98,114,101,32,100,111,110,110,195,169,32,100,101,32,109,111,116,115,32,105,110,116,101,114,109,195,169,100,105,97,105,114,101,115,32,116,111,108,195,169,114,195,169,115,34,44,101,120,97,109,112,108,101,49,58,39,80,97,114,32,101,120,101,109,112,108,101,58,32,60,99,111,100,101,62,34,102,114,105,101,100,32,101,103,103,115,34,32,43,40,101,103,103,112,108,97,110,116,32,124,32,112,111,116,97,116,111,41,32,45,102,114,105,116,116,97,116,97,60,47,99,111,100,101,62,32,118,97,32,114,101,99,104,101,114,99,104,101,114,32,108,97,32,112,104,114,97,115,101,32,60,105,62,102,114,105,101,100,32,101,103,103,115,60,47,105,62,32,101,116,32,115,111,105,116,32,60,105,62,101,103,103,112,108,97,110,116,60,47,105,62,32,111,117,32,60,105,62,112,111,116,97,116,111,60,47,105,62,44,32,109,97,105,115,32,118,97,115,32,101,120,108,117,114,101,32,108,101,115,32,114,195,169,115,117,108,116,97,116,115,32,113,117,105,32,99,111,110,116,105,101,110,110,101,110,116,32,60,105,62,102,114,105,116,116,97,116,97,60,47,105,62,46,39,44,100,101,102,97,117,108,116,79,112,101,114,97,116,111,114,58,34,76,111,114,115,113,117,39,97,117,99,117,110,32,100,101,115,32,111,112,195,169,114,97,116,101,117,114,115,32,60,99,111,100,101,62,43,60,47,99,111,100,101,62,32,111,117,32,60,99,111,100,101,62,124,60,47,99,111,100,101,62,32,115,111,110,116,32,115,112,195,169,99,105,102,105,195,169,115,44,32,108,39,111,112,195,169,114,97,116,101,117,114,32,112,97,114,32,100,195,169,102,97,117,116,32,101,115,116,32,60,99,111,100,101,62,43,60,47,99,111,100,101,62,32,40,69,84,41,46,34,44,102,117,122,122,121,58,34,76,111,114,115,113,117,101,32,108,39,111,112,116,105,111,110,32,60,98,62,65,112,112,114,111,120,105,109,97,116,105,102,60,47,98,62,32,101,115,116,32,97,99,116,105,118,195,169,101,44,32,108,101,115,32,114,195,169,115,117,108,116,97,116,115,32,112,97,114,116,105,101,108,115,32,98,97,115,195,169,115,32,115,117,114,32,108,101,115,32,116,114,105,103,114,97,109,109,101,115,32,115,111,110,116,32,195,169,103,97,108,101,109,101,110,116,32,105,110,99,108,117,115,46,34,44,109,111,114,101,73,110,102,111,83,105,109,112,108,101,58,39,80,111,117,114,32,112,108,117,115,32,100,92,39,105,110,102,111,114,109,97,116,105,111,110,44,32,118,111,105,114,32,60,97,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,32,114,101,108,61,34,110,111,114,101,102,101,114,114,101,114,34,32,104,114,101,102,61,34,47,47,119,119,119,46,101,108,97,115,116,105,99,46,99,111,47,103,117,105,100,101,47,101,110,47,101,108,97,115,116,105,99,115,101,97,114,99,104,47,114,101,102,101,114,101,110,99,101,47,99,117,114,114,101,110,116,47,113,117,101,114,121,45,100,115,108,45,115,105,109,112,108,101,45,113,117,101,114,121,45,115,116,114,105,110,103,45,113,117,101,114,121,46,104,116,109,108,34,62,100,111,99,117,109,101,110,116,97,116,105,111,110,32,69,108,97,115,116,105,99,115,101,97,114,99,104,60,47,97,62,39,44,109,111,114,101,73,110,102,111,65,100,118,97,110,99,101,100,58,39,80,111,117,114,32,112,108,117,115,32,100,92,39,105,110,102,111,114,109,97,116,105,111,110,32,115,117,114,32,108,97,32,114,101,99,104,101,114,99,104,101,32,97,118,97,110,99,195,169,101,44,32,118,111,105,114,32,60,97,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,32,114,101,108,61,34,110,111,114,101,102,101,114,114,101,114,34,32,104,114,101,102,61,34,47,47,119,119,119,46,101,108,97,115,116,105,99,46,99,111,47,103,117,105,100,101,47,101,110,47,101,108,97,115,116,105,99,115,101,97,114,99,104,47,114,101,102,101,114,101,110,99,101,47,99,117,114,114,101,110,116,47,113,117,101,114,121,45,100,115,108,45,113,117,101,114,121,45,115,116,114,105,110,103,45,113,117,101,114,121,46,104,116,109,108,35,113,117,101,114,121,45,115,116,114,105,110,103,45,115,121,110,116,97,120,34,62,100,111,99,117,109,101,110,116,97,116,105,111,110,32,69,108,97,115,116,105,99,115,101,97,114,99,104,60,47,97,62,39,125,44,99,111,110,102,105,103,58,34,67,111,110,102,105,103,117,114,97,116,105,111,110,34,44,99,111,110,102,105,103,68,101,115,99,114,105,112,116,105,111,110,58,34,76,97,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,101,115,116,32,101,110,114,101,103,105,115,116,114,195,169,101,32,101,110,32,116,101,109,112,115,32,114,195,169,101,108,32,112,111,117,114,32,99,101,32,110,97,118,105,103,97,116,101,117,114,46,34,44,99,111,110,102,105,103,82,101,115,101,116,58,34,82,195,169,105,110,105,116,105,97,108,105,115,101,114,32,108,97,32,99,111,110,102,105,103,117,114,97,116,105,111,110,34,44,115,101,97,114,99,104,79,112,116,105,111,110,115,58,34,79,112,116,105,111,110,115,32,100,101,32,114,101,99,104,101,114,99,104,101,34,44,116,114,101,101,109,97,112,79,112,116,105,111,110,115,58,34,79,112,116,105,111,110,115,32,100,117,32,84,114,101,101,109,97,112,34,44,100,105,115,112,108,97,121,79,112,116,105,111,110,115,58,34,79,112,116,105,111,110,115,32,100,39,97,102,102,105,99,104,97,103,101,34,44,111,112,116,58,123,108,97,110,103,58,34,76,97,110,103,117,101,34,44,104,105,103,104,108,105,103,104,116,58,34,65,99,116,105,118,101,114,32,108,101,32,115,117,114,108,105,103,110,97,103,101,34,44,102,117,122,122,121,58,34,65,99,116,105,118,101,114,32,108,97,32,114,101,99,104,101,114,99,104,101,32,97,112,112,114,111,120,105,109,97,116,105,118,101,32,112,97,114,32,100,195,169,102,97,117,116,34,44,115,101,97,114,99,104,73,110,80,97,116,104,58,34,65,99,116,105,118,101,114,32,108,97,32,114,101,99,104,101,114,99,104,101,32,100,97,110,115,32,108,101,32,99,104,101,109,105,110,32,100,101,115,32,100,111,99,117,109,101,110,116,115,34,44,115,117,103,103,101,115,116,80,97,116,104,58,34,65,99,116,105,118,101,114,32,108,39,97,117,116,111,99,111,109,112,108,195,169,116,105,111,110,32,100,97,110,115,32,108,97,32,98,97,114,114,101,32,100,101,32,102,105,108,116,114,101,32,100,101,32,99,104,101,109,105,110,34,44,102,114,97,103,109,101,110,116,83,105,122,101,58,34,76,111,110,103,117,101,117,114,32,100,117,32,99,111,110,116,101,120,116,101,32,100,101,32,115,117,114,108,105,103,110,97,103,101,44,32,101,110,32,110,111,109,98,114,101,32,100,101,32,99,97,114,97,99,116,195,168,114,101,115,34,44,113,117,101,114,121,77,111,100,101,58,34,77,111,100,101,32,100,101,32,114,101,99,104,101,114,99,104,101,34,44,100,105,115,112,108,97,121,77,111,100,101,58,34,65,102,102,105,99,104,97,103,101,34,44,99,111,108,117,109,110,115,58,34,78,111,109,98,114,101,32,100,101,32,99,111,108,111,110,110,101,115,34,44,116,114,101,101,109,97,112,84,121,112,101,58,34,84,121,112,101,32,100,101,32,84,114,101,101,109,97,112,34,44,116,114,101,101,109,97,112,84,105,108,105,110,103,58,34,84,114,101,101,109,97,112,32,116,105,108,105,110,103,34,44,116,114,101,101,109,97,112,67,111,108,111,114,71,114,111,117,112,105,110,103,68,101,112,116,104,58,34,71,114,111,117,112,97,103,101,32,100,101,32,99,111,117,108,101,117,114,32,100,117,32,84,114,101,101,109,97,112,32,40,112,108,97,116,41,34,44,116,114,101,101,109,97,112,67,111,108,111,114,58,34,67,111,117,108,101,117,114,32,100,117,32,84,114,101,101,109,97,112,32,40,101,110,32,99,97,115,99,97,100,101,41,34,44,116,114,101,101,109,97,112,83,105,122,101,58,34,84,97,105,108,108,101,32,100,117,32,84,114,101,101,109,97,112,34,44,116,104,101,109,101,58,34,84,104,195,168,109,101,34,44,108,105,103,104,116,98,111,120,76,111,97,100,79,110,108,121,67,117,114,114,101,110,116,58,34,68,195,169,115,97,99,116,105,118,101,114,32,108,101,32,99,104,97,114,103,101,109,101,110,116,32,100,101,115,32,100,105,97,112,111,115,105,116,105,118,101,115,32,97,100,106,97,99,101,110,116,101,115,32,112,111,117,114,32,108,101,32,118,105,115,117,97,108,105,115,101,117,114,32,100,39,105,109,97,103,101,115,34,44,115,108,105,100,101,68,117,114,97,116,105,111,110,58,34,68,117,114,195,169,101,32,100,101,115,32,100,105,97,112,111,115,105,116,105,118,101,115,34,44,114,101,115,117,108,116,83,105,122,101,58,34,78,111,109,98,114,101,32,100,101,32,114,195,169,115,117,108,116,97,116,115,32,112,97,114,32,112,97,103,101,34,44,116,97,103,79,114,79,112,101,114,97,116,111,114,58,34,85,116,105,108,105,115,101,114,32,108,39,111,112,195,169,114,97,116,101,117,114,32,79,85,32,108,111,114,115,32,100,101,32,108,97,32,115,112,195,169,99,105,102,105,99,97,116,105,111,110,32,100,101,32,112,108,117,115,105,101,117,114,115,32,116,97,103,115,34,125,44,113,117,101,114,121,77,111,100,101,58,123,115,105,109,112,108,101,58,34,83,105,109,112,108,101,34,44,97,100,118,97,110,99,101,100,58,34,65,118,97,110,99,195,169,34,125,44,108,97,110,103,58,123,101,110,58,34,69,110,103,108,105,115,104,34,44,102,114,58,34,70,114,97,110,195,167,97,105,115,34,125,44,100,105,115,112,108,97,121,77,111,100,101,58,123,103,114,105,100,58,34,71,114,105,108,108,101,34,44,108,105,115,116,58,34,76,105,115,116,101,34,125,44,99,111,108,117,109,110,115,58,123,97,117,116,111,58,34,65,117,116,111,34,125,44,116,114,101,101,109,97,112,84,121,112,101,58,123,99,97,115,99,97,100,101,100,58,34,69,110,32,99,97,115,99,97,100,101,34,44,102,108,97,116,58,34,80,108,97,116,32,40,99,111,109,112,97,99,116,41,34,125,44,116,114,101,101,109,97,112,83,105,122,101,58,123,115,109,97,108,108,58,34,80,101,116,105,116,34,44,109,101,100,105,117,109,58,34,77,111,121,101,110,34,44,108,97,114,103,101,58,34,71,114,97,110,100,34,44,120,76,97,114,103,101,58,34,120,71,114,97,110,100,34,44,120,120,76,97,114,103,101,58,34,120,120,71,114,97,110,100,34,44,99,117,115,116,111,109,58,34,80,101,114,115,111,110,110,97,108,105,115,195,169,34,125,44,116,114,101,101,109,97,112,84,105,108,105,110,103,58,123,98,105,110,97,114,121,58,34,66,105,110,97,114,121,34,44,115,113,117,97,114,105,102,121,58,34,83,113,117,97,114,105,102,121,34,44,115,108,105,99,101,58,34,83,108,105,99,101,34,44,100,105,99,101,58,34,68,105,99,101,34,44,115,108,105,99,101,68,105,99,101,58,34,83,108,105,99,101,32,38,32,68,105,99,101,34,125,44,116,104,101,109,101,58,123,108,105,103,104,116,58,34,67,108,97,105,114,34,44,98,108,97,99,107,58,34,78,111,105,114,34,125,44,104,105,116,58,34,114,195,169,115,117,108,116,97,116,34,44,104,105,116,115,58,34,114,195,169,115,117,108,116,97,116,115,34,44,100,101,116,97,105,108,115,58,34,68,195,169,116,97,105,108,115,34,44,115,116,97,116,115,58,34,83,116,97,116,115,34,44,113,117,101,114,121,84,105,109,101,58,34,68,117,114,195,169,101,32,100,101,32,108,97,32,114,101,113,117,195,170,116,101,34,44,116,111,116,97,108,83,105,122,101,58,34,84,97,105,108,108,101,32,116,111,116,97,108,101,34,44,112,97,116,104,66,97,114,58,123,112,108,97,99,101,104,111,108,100,101,114,58,34,70,105,108,116,114,101,114,32,108,101,32,99,104,101,109,105,110,34,44,109,111,100,97,108,84,105,116,108,101,58,34,83,195,169,108,101,99,116,105,111,110,110,101,114,32,108,101,32,99,104,101,109,105,110,34,125,44,100,101,98,117,103,58,34,73,110,102,111,114,109,97,116,105,111,110,32,100,101,32,100,195,169,98,111,103,97,103,101,34,44,100,101,98,117,103,68,101,115,99,114,105,112,116,105,111,110,58,34,73,110,102,111,114,109,97,116,105,111,110,115,32,117,116,105,108,101,115,32,112,111,117,114,32,108,101,32,100,195,169,98,111,103,97,103,101,92,110,83,105,32,118,111,117,115,32,114,101,110,99,111,110,116,114,101,122,32,100,101,115,32,98,111,103,117,101,115,32,111,117,32,115,105,32,118,111,117,115,32,97,118,101,122,32,100,101,115,32,115,117,103,103,101,115,116,105,111,110,115,32,112,111,117,114,32,100,101,32,110,111,117,118,101,108,108,101,115,32,102,111,110,99,116,105,111,110,110,97,108,105,116,195,169,115,44,32,118,101,117,105,108,108,101,122,32,115,111,117,109,101,116,116,114,101,32,117,110,32,110,111,117,118,101,108,32,73,115,115,117,101,32,60,97,32,104,114,101,102,61,39,104,116,116,112,115,58,47,47,103,105,116,104,117,98,46,99,111,109,47,115,105,109,111,110,57,56,55,47,115,105,115,116,50,47,105,115,115,117,101,115,47,110,101,119,47,99,104,111,111,115,101,39,62,105,99,105,60,47,97,62,46,34,44,116,97,103,108,105,110,101,58,34,84,97,103,108,105,110,101,34,44,116,111,97,115,116,58,123,101,115,67,111,110,110,69,114,114,84,105,116,108,101,58,34,69,114,114,101,117,114,32,100,101,32,99,111,110,110,101,120,105,111,110,32,69,108,97,115,116,105,99,115,101,97,114,99,104,34,44,101,115,67,111,110,110,69,114,114,58,34,76,101,32,109,111,100,117,108,101,32,119,101,98,32,97,32,114,101,110,99,111,110,116,114,195,169,32,117,110,101,32,101,114,114,101,117,114,32,108,111,114,115,32,100,101,32,108,97,32,99,111,110,110,101,120,105,111,110,32,195,160,32,69,108,97,115,116,105,99,115,101,97,114,99,104,46,32,67,111,110,115,117,108,116,101,122,32,108,101,115,32,106,111,117,114,110,97,117,120,32,100,117,32,115,101,114,118,101,117,114,32,112,111,117,114,32,112,108,117,115,32,100,39,105,110,102,111,114,109,97,116,105,111,110,115,46,46,34,44,101,115,81,117,101,114,121,69,114,114,84,105,116,108,101,58,34,69,114,114,101,117,114,32,100,101,32,114,101,113,117,195,170,116,101,34,44,101,115,81,117,101,114,121,69,114,114,58,34,73,109,112,111,115,115,105,98,108,101,32,100,39,97,110,97,108,121,115,101,114,32,111,117,32,100,39,101,120,195,169,99,117,116,101,114,32,108,97,32,114,101,113,117,195,170,116,101,44,32,118,101,117,105,108,108,101,122,32,99,111,110,115,117,108,116,101,114,32,108,97,32,100,111,99,117,109,101,110,116,97,116,105,111,110,32,115,117,114,32,108,97,32,114,101,99,104,101,114,99,104,101,32,97,118,97,110,99,195,169,101,46,32,86,111,105,114,32,108,101,115,32,106,111,117,114,110,97,117,120,32,100,117,32,115,101,114,118,101,117,114,32,112,111,117,114,32,112,108,117,115,32,100,39,105,110,102,111,114,109,97,116,105,111,110,115,46,34,44,100,117,112,101,84,97,103,84,105,116,108,101,58,34,84,97,103,32,101,110,32,100,111,117,98,108,101,34,44,100,117,112,101,84,97,103,58,34,67,101,32,116,97,103,32,101,120,105,115,116,101,32,100,195,169,106,195,160,32,112,111,117,114,32,99,101,32,100,111,99,117,109,101,110,116,46,34,125,44,115,97,118,101,84,97,103,77,111,100,97,108,84,105,116,108,101,58,34,65,106,111,117,116,101,114,32,117,110,32,116,97,103,34,44,115,97,118,101,84,97,103,80,108,97,99,101,104,111,108,100,101,114,58,34,78,111,109,32,100,117,32,116,97,103,34,44,99,111,110,102,105,114,109,58,34,67,111,110,102,105,114,109,101,114,34,44,105,110,100,101,120,80,105,99,107,101,114,80,108,97,99,101,104,111,108,100,101,114,58,34,83,195,169,108,101,99,116,105,111,110,110,101,114,32,117,110,32,105,110,100,101,120,34,44,115,111,114,116,58,123,114,101,108,101,118,97,110,99,101,58,34,80,101,114,116,105,110,101,110,99,101,34,44,100,97,116,101,65,115,99,58,34,68,97,116,101,32,40,80,108,117,115,32,97,110,99,105,101,110,116,41,34,44,100,97,116,101,68,101,115,99,58,34,68,97,116,101,32,40,80,108,117,115,32,114,195,169,99,101,110,116,41,34,44,115,105,122,101,65,115,99,58,34,84,97,105,108,108,101,32,40,80,108,117,115,32,112,101,116,105,116,41,34,44,115,105,122,101,68,101,115,99,58,34,84,97,105,108,108,101,32,40,80,108,117,115,32,103,114,97,110,100,41,34,44,114,97,110,100,111,109,58,34,65,108,195,169,97,116,111,105,114,101,34,125,44,100,51,58,123,109,105,109,101,67,111,117,110,116,58,34,68,105,115,116,114,105,98,117,116,105,111,110,32,100,117,32,110,111,109,98,114,101,32,100,101,32,102,105,99,104,105,101,114,115,32,112,97,114,32,116,121,112,101,32,100,101,32,109,195,169,100,105,97,34,44,109,105,109,101,83,105,122,101,58,34,68,105,115,116,114,105,98,117,116,105,111,110,32,100,101,115,32,116,97,105,108,108,101,115,32,100,101,32,102,105,99,104,105,101,114,115,32,112,97,114,32,116,121,112,101,32,100,101,32,109,195,169,100,105,97,34,44,100,97,116,101,72,105,115,116,111,103,114,97,109,58,34,68,105,115,116,114,105,98,117,116,105,111,110,32,100,101,115,32,100,97,116,101,115,32,100,101,32,109,111,100,105,102,105,99,97,116,105,111,110,34,44,115,105,122,101,72,105,115,116,111,103,114,97,109,58,34,68,105,115,116,114,105,98,117,116,105,111,110,32,100,101,115,32,116,97,105,108,108,101,115,32,100,101,32,102,105,99,104,105,101,114,34,125,125,125,59,114,91,34,100,101,102,97,117,108,116,34,93,46,99,111,110,102,105,103,46,112,114,111,100,117,99,116,105,111,110,84,105,112,61,33,49,44,114,91,34,100,101,102,97,117,108,116,34,93,46,117,115,101,40,108,111,91,34,97,34,93,41,44,114,91,34,100,101,102,97,117,108,116,34,93,46,117,115,101,40,36,91,34,97,34,93,41,59,118,97,114,32,104,111,61,110,101,119,32,108,111,91,34,97,34,93,40,123,108,111,99,97,108,101,58,34,101,110,34,44,109,101,115,115,97,103,101,115,58,112,111,125,41,59,110,101,119,32,114,91,34,100,101,102,97,117,108,116,34,93,40,123,114,111,117,116,101,114,58,117,111,44,115,116,111,114,101,58,100,110,44,105,49,56,110,58,104,111,44,114,101,110,100,101,114,58,102,117,110,99,116,105,111,110,40,116,41,123,114,101,116,117,114,110,32,116,40,122,41,125,125,41,46,36,109,111,117,110,116,40,34,35,97,112,112,34,41,125,44,34,53,97,57,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,54,54,56,97,34,41,125,44,34,53,100,101,56,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,56,48,53,55,34,41,125,44,34,53,101,101,57,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,49,102,51,53,34,41,125,44,54,52,49,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,54,53,56,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,54,54,56,97,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,55,48,54,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,102,101,50,48,34,41,125,44,34,55,48,54,99,100,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,55,54,102,102,34,41,125,44,55,49,57,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,54,53,56,102,34,41,125,44,55,51,53,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,55,54,102,102,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,56,48,50,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,98,100,100,102,34,41,125,44,56,48,53,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,56,53,101,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,56,55,51,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,56,100,55,99,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,34,57,53,101,101,34,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,100,55,102,56,34,41,125,44,97,48,52,49,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,56,55,51,101,34,41,125,44,97,48,55,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,98,97,102,97,34,41,125,44,97,53,100,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,97,56,99,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,49,100,55,101,34,41,125,44,97,99,49,54,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,48,100,50,52,34,41,125,44,97,99,99,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,56,100,55,99,34,41,125,44,98,50,51,99,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,101,52,101,100,34,41,125,44,98,57,100,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,99,54,57,98,34,41,125,44,98,97,102,97,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,98,100,100,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,99,50,101,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,99,56,55,55,34,41,125,44,99,52,102,102,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,100,53,57,51,34,41,125,44,99,54,57,98,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,99,56,55,55,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,99,57,49,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,55,51,53,50,34,41,125,44,100,53,57,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,100,55,102,56,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,100,100,97,98,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,54,52,49,55,34,41,125,44,100,101,53,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,101,52,55,56,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,51,100,56,54,34,41,125,44,101,52,101,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,102,48,57,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,97,53,100,99,34,41,125,44,102,50,97,100,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,102,50,101,57,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,50,98,50,99,34,41,125,44,102,51,54,51,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,102,55,57,56,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,102,51,54,51,34,41,125,44,102,57,54,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,34,117,115,101,32,115,116,114,105,99,116,34,59,110,40,34,100,101,53,100,34,41,125,44,102,99,100,50,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,44,102,101,50,48,58,102,117,110,99,116,105,111,110,40,116,44,101,44,110,41,123,125,125,41,59}; char index_html[1077] = {60,33,68,79,67,84,89,80,69,32,104,116,109,108,62,60,104,116,109,108,32,108,97,110,103,61,34,101,110,34,62,60,104,101,97,100,62,60,109,101,116,97,32,99,104,97,114,115,101,116,61,34,117,116,102,45,56,34,62,60,109,101,116,97,32,104,116,116,112,45,101,113,117,105,118,61,34,88,45,85,65,45,67,111,109,112,97,116,105,98,108,101,34,32,99,111,110,116,101,110,116,61,34,73,69,61,101,100,103,101,34,62,60,109,101,116,97,32,110,97,109,101,61,34,118,105,101,119,112,111,114,116,34,32,99,111,110,116,101,110,116,61,34,119,105,100,116,104,61,100,101,118,105,99,101,45,119,105,100,116,104,44,105,110,105,116,105,97,108,45,115,99,97,108,101,61,49,44,109,97,120,105,109,117,109,45,115,99,97,108,101,61,49,44,117,115,101,114,45,115,99,97,108,97,98,108,101,61,110,111,34,62,60,116,105,116,108,101,62,115,105,115,116,50,60,47,116,105,116,108,101,62,60,108,105,110,107,32,104,114,101,102,61,34,99,115,115,47,99,104,117,110,107,45,118,101,110,100,111,114,115,46,99,115,115,34,32,114,101,108,61,34,112,114,101,108,111,97,100,34,32,97,115,61,34,115,116,121,108,101,34,62,60,108,105,110,107,32,104,114,101,102,61,34,99,115,115,47,105,110,100,101,120,46,99,115,115,34,32,114,101,108,61,34,112,114,101,108,111,97,100,34,32,97,115,61,34,115,116,121,108,101,34,62,60,108,105,110,107,32,104,114,101,102,61,34,106,115,47,99,104,117,110,107,45,118,101,110,100,111,114,115,46,106,115,34,32,114,101,108,61,34,112,114,101,108,111,97,100,34,32,97,115,61,34,115,99,114,105,112,116,34,62,60,108,105,110,107,32,104,114,101,102,61,34,106,115,47,105,110,100,101,120,46,106,115,34,32,114,101,108,61,34,112,114,101,108,111,97,100,34,32,97,115,61,34,115,99,114,105,112,116,34,62,60,108,105,110,107,32,104,114,101,102,61,34,99,115,115,47,99,104,117,110,107,45,118,101,110,100,111,114,115,46,99,115,115,34,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,62,60,108,105,110,107,32,104,114,101,102,61,34,99,115,115,47,105,110,100,101,120,46,99,115,115,34,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,62,60,47,104,101,97,100,62,60,98,111,100,121,62,60,110,111,115,99,114,105,112,116,62,60,115,116,121,108,101,62,98,111,100,121,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,104,101,105,103,104,116,58,32,105,110,105,116,105,97,108,59,10,32,32,32,32,32,32,32,32,125,60,47,115,116,121,108,101,62,60,100,105,118,32,115,116,121,108,101,61,34,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,32,109,97,114,103,105,110,45,116,111,112,58,32,49,48,48,112,120,34,62,60,115,116,114,111,110,103,62,87,101,39,114,101,32,115,111,114,114,121,32,98,117,116,32,115,105,115,116,50,32,100,111,101,115,110,39,116,32,119,111,114,107,32,112,114,111,112,101,114,108,121,32,119,105,116,104,111,117,116,32,74,97,118,97,83,99,114,105,112,116,32,101,110,97,98,108,101,100,46,32,80,108,101,97,115,101,32,101,110,97,98,108,101,32,105,116,32,116,111,32,99,111,110,116,105,110,117,101,46,60,47,115,116,114,111,110,103,62,60,98,114,62,60,115,116,114,111,110,103,62,78,111,117,115,32,115,111,109,109,101,115,32,100,195,169,115,111,108,195,169,115,32,109,97,105,115,32,115,105,115,116,50,32,110,101,32,102,111,110,99,116,105,111,110,110,101,32,112,97,115,32,99,111,114,114,101,99,116,101,109,101,110,116,32,115,105,32,74,97,118,97,83,99,114,105,112,116,32,101,115,116,32,97,99,116,105,118,195,169,46,32,86,101,117,105,108,108,101,122,32,108,39,97,99,116,105,118,101,114,32,112,111,117,114,32,99,111,110,116,105,110,117,101,114,46,60,47,115,116,114,111,110,103,62,60,47,100,105,118,62,60,47,110,111,115,99,114,105,112,116,62,60,100,105,118,32,105,100,61,34,97,112,112,34,62,60,47,100,105,118,62,60,115,99,114,105,112,116,32,115,114,99,61,34,106,115,47,99,104,117,110,107,45,118,101,110,100,111,114,115,46,106,115,34,62,60,47,115,99,114,105,112,116,62,60,115,99,114,105,112,116,32,115,114,99,61,34,106,115,47,105,110,100,101,120,46,106,115,34,62,60,47,115,99,114,105,112,116,62,60,47,98,111,100,121,62,60,47,104,116,109,108,62}; diff --git a/third-party/libscan b/third-party/libscan index 22522d7..fe53e1a 160000 --- a/third-party/libscan +++ b/third-party/libscan @@ -1 +1 @@ -Subproject commit 22522d7d4aeed0d16c6e44ebe38d70ba466357af +Subproject commit fe53e1a219246d829439bb26093713a415a58924